body {
    padding-top: 80px;
    font-size: 16px;
}

a:hover {
    color: #d6012f;
}

.inner {
    width: 100%;
    max-width: 1460px;
    margin: auto;
    padding: 0 24px;
    position: relative;
}

.inner.flex {
    display: flex;
}

.inner.item-center {
    align-items: center;
}

.header {
    background: #fff;
    height: 80px;
    width: 100%;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
}

.header .logo img {
    width: 200px;
}

.nav {
    width: 100%;
    display: flex;
    justify-content: center;
}

.nav li {
    padding: 0 18px;
    position: relative;
    display: flex;
    align-items: center;
}

.nav li i {
    padding-left: 2px;
    font-size: 20px;
    transition: all .5s;
}

.nav li .ap {
    line-height: 80px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.nav li .as {
    position: absolute;
    background: #fff;
    border-top: 3px solid #d6012f;
    padding: 12px 18px;
    border-radius: 10px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .05);
    animation-name: animate-dropdown;
    animation-duration: 0.1s;
    animation-fill-mode: both;
    display: none;
    top: 80px;
    left: 0;
    z-index: 99;
}

.nav li .as:after {
    position: absolute;
    content: '';
    border-bottom: 6px solid #d6012f;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    top: -9px;
    left: 18px;
}

.nav li .as.full {
    position: fixed;
    border-radius: 0;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .05);
    display: none;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 9px 0;
}

.nav li .as.full:after {
    display: none;
}

.nav li .as.full .inner:after {
    position: absolute;
    content: '';
    border-bottom: 6px solid #d6012f;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    top: -18px;
    left: 250px;
}

.nav li .as a {
    white-space: nowrap;
    line-height: 2;
    display: block;
}

.nav li:hover .ap {
    color: #d6012f;
    animation-name: animate-flop;
    animation-duration: 0.2s;
    animation-fill-mode: both;
}

.nav li:hover .ap i {
    font-size: 20px;
}


.nav li:hover i {
    color: #d6012f;
    transform: rotateX(180deg);
}

.nav li:hover .as {
    display: block;
}


.header .search {
    height: 50px;
    width: 50px;
    margin-right: 12px;
    display: block;
    line-height: 50px;
}

.header .search i {
    height: 50px;
    width: 50px;
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
}

.header .lang {
    height: 36px;
    border-radius: 5px;
    position: relative;
    display: flex;
    white-space: nowrap;
    align-items: center;
    cursor: pointer;
}

.header .lang i {
    font-size: 26px;
}

.home-banner {
    width: 100%;
    height: 600px;
    background-color: #fff;
    position: relative;
    margin-bottom: 24px;
}


.home-banner .swiper-button-next,
.home-banner .swiper-button-prev {
    bottom: 0 !important;
    display: none;
}

.home-banner:hover .swiper-button-next,
.home-banner:hover .swiper-button-prev {
    display: block;
    animation-name: animate-dropdown;
    animation-duration: 0.5s;
    animation-fill-mode: both;
}

.home-banner .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home-banner .swiper-slide .swiper-content {
    background-image: url("?images/banner-mask.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 600px;
    padding-top: 120px;
}


.home-banner .swiper-slide .swiper-content h2 {
    font-size: 36px;
    color: #d6012f;
    width: 100%;
    font-weight: 400;
}

.home-banner .swiper-slide .swiper-content p {
    font-size: 20px;
    width: 100%;
    font-weight: 400;
    padding: 48px 40% 48px 0;
}

.home-banner .swiper-slide .swiper-content a {
    width: 160px;
    display: block;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #d6012f;
}

.nav li .as .type-products {
    display: flex;
    width: 100%;
}

.nav li .as .type-products .type {
    width: 250px;
    flex-shrink: 0;
}

.nav li .as .type-products .type a {
    line-height: 40px;
    border: 1px solid #f0f0f0;
    margin: 9px 0 18px 0;
    display: block;
    text-align: center;
    border-radius: 10px;
    position: relative;
}

.nav li .as .type-products .type a.active {
    background: #d6012f;
    border-color: #d6012f;
    color: #fff;
}

.nav li .as .type-products .type a.active:after {
    position: absolute;
    content: '';
    height: 8px;
    width: 8px;
    background: #d6012f;
    top: 16px;
    right: -5px;
    transform: rotate(45deg);
}

.type-products .products {
    flex-wrap: wrap;
    justify-content: space-between;
    display: none;
    width: 100%;
    max-height: calc(100vh - 80px);
    overflow: auto;
    padding-left: 18px;
}

.type-products .products::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #fff;
}

.type-products .products::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #d6012f;
}

.type-products .products.active {
    display: flex;
}

.type-products .products .pg {
    width: calc((100% - 18px) / 2);
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    margin: 9px 0;
    padding: 18px;
}


.type-products .products .pg-list a {
    display: block;
    line-height: 20px;
    padding: 9px 0 9px 12px;
    color: #666;
    font-size: 16px;
    white-space: normal;
    position: relative;
}

.type-products .products .pg-list a:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 16px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d6012f;
}

.type-products .products .pg a:hover {
    color: #d6012f;
}

.type-products .products .pg h3 {
    padding: 6px 0;
    font-size: 18px;
    font-weight: 500;
}

.home-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0 18px 0;
}

.home-title h2 {
    font-size: 28px;
    font-weight: 400;
    width: 100%;
}

.home-title a {
    line-height: 24px;
    white-space: nowrap;
    display: flex;
    align-content: center;
    color: #999;
}

.home-title a:hover {
    color: #d6012f;
}

.home-title .prev-next {
    display: flex;
}

.home-title .prev-next .prev,
.home-title .prev-next .next {
    width: 24px;
    height: 24px;
    background: #d6012f;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    margin-left: 12px;
    font-size: 20px;
    line-height: 24px;
    cursor: pointer;
}

.home-title .prev-next .prev.swiper-button-disabled,
.home-title .prev-next .next.swiper-button-disabled {
    background: #ccc;
    cursor: default;
}


.slide-app {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin: 6px 0;
}

.slide-app a {
    display: block;
    height: 100%;
}

.slide-app img {
    width: 100%;
    object-fit: cover;
    filter: grayscale(80%);
    transition: all .3s;
}

.slide-app span {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    height: 60px;
    line-height: 60px;
    width: 100%;
    color: #fff;
    display: block;
    left: 0;
    text-align: center;
    z-index: 3;
    font-size: 20px;
    text-shadow: rgba(0, 0, 0, .5) 1px 1px 1px;
    transition: all .3s;
}

.slide-app:hover img {
    scale: 1.2;
    filter: grayscale(0);
}


.home-app {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home-app a {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin: 12px 0;
    display: block;
    width: calc((100% - 72px) / 4);
}

.home-app a img {
    width: 100%;
    object-fit: cover;
    filter: grayscale(80%);
    transition: all .3s;
}

.home-app a span {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    height: 60px;
    line-height: 60px;
    width: 100%;
    color: #fff;
    display: block;
    left: 0;
    text-align: center;
    z-index: 3;
    font-size: 20px;
    text-shadow: rgba(0, 0, 0, .5) 1px 1px 1px;
    transition: all .3s;
}

.home-app a:hover img {
    scale: 1.2;
    filter: grayscale(0);
}


.home-sort {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home-sort a {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    transition: all .3s;
    width: calc((100% - 72px) / 4);
    margin: 12px 0;
}

.home-sort a:hover {
    transform: translate3d(0, -6px, 0);
}

.home-sort img {
    width: 100%;
    object-fit: cover;
    background-image: url(?images/series-bg.png);
    background-size: cover;
}

.home-sort span {
    display: block;
    text-align: center;
    font-size: 20px;
    background: #fff;
    padding: 24px;
}


.slide-sort {
    position: relative;
    padding: 6px 0;
}

.slide-sort a {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    transition: all .3s;
}

.slide-sort a:hover {
    transform: translate3d(0, -6px, 0);
}

.slide-sort img {
    width: 100%;
    object-fit: cover;
    background-image: url(?images/series-bg.png);
    background-size: cover;
}

.slide-sort span {
    display: block;
    text-align: center;
    font-size: 20px;
    background: #fff;
    padding: 24px;
}


.pagination-app,
.pagination-sort {
    top: -50px;
}


.home-news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.home-news a {
    display: flex;
    width: calc((100% - 24px) / 2);
    padding: 24px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 24px;
    transition: all .3s;
}

.home-news a:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
    transform: translate3d(0, -6px, 0);
}

.home-news a .thumb {
    width: 90px;
    height: 90px;
    border-radius: 5px;
    overflow: hidden;
    flex-shrink: 0;
}

.home-news a img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    transition: all .5s;
}

.home-news a .text {
    padding-left: 12px;
    width: 100%;
    overflow: hidden;
}

.home-news a .text .news-title {

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.home-news a .text .detail {
    display: flex;
    color: #999;
    padding-top: 12px;
    align-items: center;
    font-size: 14px;
}


.home-news a .text .detail span {
    font-weight: normal;
}

.home-news a .text .detail span:nth-child(2),
.home-news a .text .detail span:nth-child(3) {
    padding-left: 24px;
}

.product-list-header {
    border: 1px solid #f0f0f0;
    background-color: #fff;
    margin: 24px 0 12px 0;
    padding: 24px;
    border-radius: 5px;
    background-image: url("?images/list-header-bg.jpg");
    background-size: auto 100%;
    background-position: right;
    background-repeat: no-repeat;
}

.product-list-header.mb24 {
    margin-bottom: 24px;
}

.product-list-header.zh h1 {
    padding-bottom: 0;
}

.product-list-header h1 {
    color: #d6012f;
    font-weight: 400;
}

.list-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list-products a {
    border-radius: 5px;
    border: 1px solid #f0f0f0;
    padding: 24px;
    width: calc((100% - 24px) / 2);
    margin: 12px 0;
    background: #fff;
    display: flex;
    transition: all .3s;
}

.list-products a:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
    transform: translate3d(0, -6px, 0);
}

.list-products a img {
    width: 200px;
    height: 200px;
    flex-shrink: 0;
}

.list-products a .text {
    padding-left: 24px;
}

.list-products a .text .product-name {
    font-size: 20px;
    font-weight: 500;
}

.list-products a .text .product-point {
    padding: 24px 0;
}

.list-products a .text .product-point li {
    line-height: 20px;
    padding: 10px 0 0 16px;
    position: relative;
}

.list-products a .text .product-point li:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 16px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d6012f;
}

.list-products a .text .more {
    width: 100px;
    height: 24px;
    background: #d6012f;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    border-radius: 18px;
}

.footer {
    background-color: #333;
    color: #eee;
    padding: 48px 0;
}

.footer a {
    color: #eee;
}

.footer a:hover {
    color: #d6012f;
}

.footer-item {
    width: 100%;
    padding-right: 24px;
}

.footer-item .item-title {
    font-size: 20px;
    padding: 6px 0;
}

.footer-item a {
    display: block;
    padding: 6px 0;
    font-size: 14px;
}

.copyright {
    background: #222;
    color: #eee;
    text-align: center;
    padding: 24px 0;
}

.copyright a {
    color: #eee;
}

.whole-bg {
    background: #fff;
}

.product-detail-header {
    border: 1px solid #f0f0f0;
    background-color: #fff;
    margin: 24px 0;
    padding: 24px;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
}

.product-detail-slider {
    width: 500px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 18px;
}

.product-detail-slider .view .swiper-container {
    width: 500px;
    height: 500px;
}

.product-detail-slider .view .swiper-container img {
    width: 500px;
    height: 500px;
}

.product-detail-slider .thumb {
    width: 100%;
    position: relative;
}

.product-detail-slider .thumb img {
    width: 100%;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
}

.product-detail-slider .thumb .active img {
    border-color: #d6012f;
}

.product-detail-slider .thumb .swiper-container {
    width: 400px;
    height: 80px;
}

.product-detail-slider .thumb .swiper-slide {
    width: 80px;
    height: 80px;
    cursor: pointer;
    border: 6px solid #fff;
}

.product-detail-slider .thumb .arrow-left {
    background: url(?images/arrow-left.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -10px;
    width: 10px;
    height: 20px;
    z-index: 10;
}

.product-detail-slider .thumb .arrow-right {
    background: url(?images/arrow-right.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    width: 10px;
    height: 20px;
    z-index: 10;
}

.product-detail-description {
    padding: 24px 0 0 48px;
    font-size: 14px;
}

.product-detail-description .product-name {
    font-size: 24px;
    color: #d6012f;
    font-weight: 500;
}

.product-detail-description .product-point {
    padding: 24px 0;
    height: 380px;
}
.product-detail-description .product-tags{
    display: flex;
}
.product-detail-description .product-tags span{
    background: #f9e9eb;
    border: 1px solid #c42936;
    color: #c42936;
    font-size: 12px;
    padding: 3px 12px;
    border-radius: 5px;
    margin-right: 12px;
}
.product-detail-description .product-point li {
    line-height: 20px;
    padding: 10px 0 0 16px;
    position: relative;
}

.product-detail-description .product-point li:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 16px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d6012f;
}

.product-detail-description .product-action {
    padding-top: 24px;
    display: flex;
}

.product-detail-description .product-action a {
    display: flex;
    border: 1px solid #d6012f;
    height: 60px;
    border-radius: 10px;
    align-items: center;
    padding: 0 24px;
    white-space: nowrap;
    margin-right: 24px;
    font-size: 20px;
    color: #d6012f;
}

.product-detail-description .product-action a:hover {
    background: #d6012f;
    color: #fff;
}

.product-detail-description .product-action a i {
    font-size: 40px;
}

.thumb-pagination {
    display: flex;
}

.thumb-pagination span {
    display: block;
    height: 100px;
    width: 100px;
}


.product-item-bar {
    box-sizing: content-box;
    z-index: 2;
}

.product-item-bar.fixed {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 8;
    background: #fff;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .05);
    padding: 24px 0;
}

.product-item-bar.fixed ~ .product-item-bar-seize {
    height: 80px;
}

.product-item-bar ul {
    width: 100%;
    margin: auto;
    max-width: 1460px;
    display: flex;
    padding: 0 24px;
}

.product-item-bar ul li {
    display: block;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    position: relative;
    padding: 0 24px;
    background: #fff;
    cursor: pointer;
    width: 100%;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #f0f0f0;
    border-right: none;
    transition: all .3s;
}

.product-item-bar.fixed ul li {
    height: 40px;
    line-height: 40px;
}

.product-item-bar ul li:first-child {
    border-radius: 10px 0 0 10px;
}

.product-item-bar ul li:last-child {
    border-radius: 0 10px 10px 0;
    border-right: 1px solid #f0f0f0;
}

.product-item-bar ul li:hover {
    color: #d6012f;
}

.product-item-bar ul li.active {
    color: #fff;
    background: #d6012f;
    border-color: #d6012f;
}

.product-detail-selection {
    margin: 24px 0;
    background: #fff;
    padding: 24px;
    border-radius: 10px;
    border: 1px solid #f0f0f0;
}

.product-detail-selection .title {
    font-size: 20px;
    color: #d6012f;
    height: 48px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
}

.product-detail-selection .title:before {
    content: ' ';
    height: 20px;
    width: 5px;
    margin-right: 6px;
    border-radius: 5px;
    background: #d6012f;
}

.product-detail-selection .content {
    min-height: 100px;
    padding-top: 24px;
    font-size: 14px;
    line-height: 2;
}

.product-detail-selection .content table {
    width: 100%;
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-collapse: collapse;
}

.product-detail-selection .content table td {
    padding: 6px 12px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.product-detail-selection .content table tr:first-child {
    background: #f8f8f8;
    font-weight: bold;
}

.product-detail-selection .content .home-software a:last-child,
.product-detail-selection .content .home-software a:nth-last-child(2) {
    margin-bottom: 0;
}

.product-detail-selection .content .home-software.fluid a:nth-last-child(2) {
    margin-bottom: 24px;
}


.home-software {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.home-software a {
    display: flex;
    width: calc((100% - 24px) / 2);
    padding: 12px 24px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 24px;
    transition: all .3s;
    align-items: center;
}

.home-software.fluid a:last-child {
    width: 100%;
}


.home-software a:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
    transform: translate3d(0, -6px, 0);
}

.home-software a i {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 32px;
    flex-shrink: 0;
    color: #d6012f;
}

.home-software a .text {
    padding-left: 12px;
    width: 100%;
    overflow: hidden;
}

.home-software a .software-name {
    font-size: 16px;
}

.home-software a .software-description {
    font-size: 14px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-top: 6px;
}


.common-content {
    margin: 24px 0;
    background: #fff;
    padding: 24px;
    border-radius: 10px;
    border: 1px solid #f0f0f0;
    min-height: 40vh;
}

.software-item {
    display: flex;
    align-items: center;
}

.software-item span {
    display: block;
    background: #f8f8f8;
    padding: 0 24px;
    margin-left: 24px;
    border-radius: 5px;
    line-height: 40px;
    border: 1px solid #f0f0f0
}

.software-item a {
    background: #d6012f;
    padding: 0 24px;
    margin-right: auto;
    border-radius: 5px;
    line-height: 40px;
    color: #fff;
    display: flex;
    align-items: center;
}
.software-item a i{
    font-size: 24px;
}
.software-item span:before {
    padding-right: 6px;
}


.video-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    align-items: center;
    justify-content: center;
    z-index: 20;
    display: none;
}

.video-box.show {
    display: flex;
}

.video-box a {
    position: absolute;
    top: 0;
    right: 12px;
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 0 0 50% 50%;
    background: rgba(255, 255, 255, .9);
    text-align: center;
    line-height: 60px;
    font-style: normal;
    font-size: 30px;
}

.video-box video {
    border-radius: 5px;
}

.video-box a:hover {
    background: #fff;
}

.mask-search {
    background-color: rgba(40, 54, 60, .9);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.2s;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 1000;
}

.mask-search.active {
    display: flex;
}

.mask-search form {
    width: 50%;
    border: 1px solid #fff;
    border-radius: 5px;
    height: 60px;
    display: flex;
}

.mask-search form input {
    background: transparent;
    border: none;
    height: 58px;
    line-height: 58px;
    padding: 0 24px;
    color: #fff;
    width: 100%;
    font-size: 20px;
    font-family: Rubik;
}

.mask-search form input::placeholder {
    color: rgba(255, 255, 255, .5);
}

.mask-search form button {
    width: 58px;
    height: 58px;
    border: none;
    background: transparent;
}

.mask-search form button {
    cursor: pointer;
}

.mask-search form button i {
    font-size: 24px;
    color: rgba(255, 255, 255, .6);
}

.mask-search form button:hover i {
    color: #fff;
}

.mask-search .close {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 36px;
    position: absolute;
    top: 64px;
    right: 64px;
    color: #fff;
}

.mask-search .close:hover {
    color: #cb3a00;
}

.pages {
    padding: 0 24px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.pages a {
    border: #f0f0f0 1px solid;
    padding: 3px 12px;
    margin-right: 12px;
    background: #fafafa;
    display: block;
    border-radius: 2px;
    color: #333;
}

.pages a:hover {
    background: #fff;
}

.pages span {
    padding: 3px 12px;
    background: #fff;
    color: #d6012f;
    margin-right: 12px;
    display: block;
    border-radius: 3px;
}

.pages span em {
    font-style: normal;
}

.pages a, .pages span {
    margin: 24px 12px 24px 0;
}


.contact{
    display: flex;
}
.contact li{
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);
    width: 100%;
    margin: 0 12px;
    background-image: url(?images/list-header-bg.jpg);
    background-size: 100% auto;
    background-position: right bottom;
    background-repeat: no-repeat;
    border-radius: 5px;
    overflow: hidden;
}

.contact li:first-child{
    margin-left: 0;
}
.contact li:last-child{
    margin-right: 0;
}
.contact li .position{
    background: #c42936;
    padding: 12px 24px;
    color: #fff;
    font-size: 20px;
}
.contact li .item{
    display: flex;
    padding: 6px 24px;
    font-size: 16px;
}
.contact li .item:nth-child(2){
    padding-top: 24px;
}
.contact li .item:last-child{
    padding-bottom: 24px;
}
.contact li .item .item-name{
    width: 60px;
    flex-shrink: 0;
    text-align: right;
    padding-right: 12px;
}
.contact li .item .item-value{
    font-weight: bold;
}
.contact li img{
    width: 180px;
    height: 180px;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    padding: 5px;
}