body {
    padding-top: 60px;
    font-size: 14px;
}

.inner {
    width: 100%;
}

.inner.flex {
    display: flex;
}

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

.header {
    background: #fff;
    height: 60px;
    width: 100%;
    padding: 0 12px;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
}

.header .logo {
    width: 100%;
}

.header .logo img {
    height: 24px;
}

.nav {
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 19;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
    display: none;
    animation-name: animate-dropup;
    animation-duration: 0.2s;
    animation-fill-mode: both;
}

.nav.active {
    display: block;
}

.nav li {
    display: block;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}

.nav li .ap {
    display: block;
    padding: 0 12px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
}

.nav li .iconfont {
    position: absolute;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    top: 0;
    right: 0;
    font-size: 24px;
    transition: all .3s;
    pointer-events: none;
}

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

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

.nav li.active .ap {
    color: #d6012f;
}

.nav li .as {
    display: none;
}

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

.nav li .as .products {
    display: none;
}

.nav li .as a {
    display: flex;
    align-items: center;
    margin: 0 0 0 12px;
    line-height: 50px;
    border-top: 1px solid #f0f0f0;
    color: #666;
}

.nav li .as a:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d6012f;
    margin-right: 12px;
}

.header .search,
.header .fold {
    height: 50px;
    width: 50px;
    display: block;
    line-height: 50px;
}

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

.header .fold i:after {
    content: '\e75d';
}

.header .fold.active i:after {
    content: '\e75e';
}

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

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

.home-banner {
    width: 100%;
    height: 60vw;
    background-color: #fff;
    position: relative;
}

.home-banner .swiper-button-next,
.home-banner .swiper-button-prev {
    display: none;
}

.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: 100% 200%;
    background-repeat: no-repeat;
    background-position: center;
    height: 60vw;
    display: flex;
    align-items: center;
}

.home-banner .swiper-slide .swiper-content .swiper-text {
    padding: 12px;
}

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

.home-banner .swiper-slide .swiper-content p {
    font-size: 14px;
    width: 100%;
    padding-bottom: 12px;
    font-weight: 350;
}

@media screen and (min-width: 600px) {
    .home-banner .swiper-slide .swiper-content p {
        font-size: 18px;
        padding: 24px 0;
    }
}

.home-banner .swiper-slide .swiper-content a {
    width: 120px;
    display: block;
    border-radius: 20px;
    line-height: 24px;
    text-align: center;
    color: #d6012f;
    border: 1px solid #d6012f;
    font-size: 12px;
}


.layer-mask {
    background: rgba(0, 0, 0, 0);
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.layer-container {
    position: fixed;
    background: #fff;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
}

.layer-container.direction-left {
    right: 0;
    animation-name: animate-left;
}

.layer-container.direction-up {
    bottom: 0;
    animation-name: animate-up;
    overflow: hidden;
}

.layer-title {
    position: relative;
    height: 56px;
    background: #fff;
    line-height: 56px;
    padding: 0 0 0 12px;
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
    font-size: 18px;
    color: #d6012f;
}

.layer-title i {
    height: 56px;
    line-height: 56px;
    width: 56px;
    display: block;
    text-align: center;
    font-size: 20px;
}

.layer-content {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.layer-a-list a {
    display: flex;
    align-items: center;
    margin: 0 0 0 12px;
    line-height: 50px;
    border-top: 1px solid #f0f0f0;
    color: #666;
}

.layer-a-list a:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d6012f;
    margin-right: 12px;
}


/*内容*/

.home-title {
    padding: 24px 12px 12px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.home-title a {
    line-height: 24px;
    white-space: nowrap;
    display: flex;
    align-content: center;
    justify-content: center;
    font-size: 12px;
    color: #d6012f;
}


.home-apps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 12px;
}

.home-apps a {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    width: calc((100% - 12px) / 2);
    margin-bottom: 12px;
}

.home-apps a img {
    width: 100%;
    object-fit: cover;
}

.home-apps 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: 16px;
    text-shadow: rgba(0, 0, 0, .5) 1px 1px 1px;
    transition: all .3s;
}


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

.home-products a {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    width: calc((100% - 72px) / 4);
    margin-bottom: 24px;
    border: 1px solid #f0f0f0;
    background: #fff;
    transition: all .3s;
    padding: 24px;
}

.home-products a img {
    width: 100%;
}

.home-products a .text {
    font-size: 16px;
}

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


.home-news {
    padding: 0 12px;
}


.home-news a {
    display: flex;
    padding: 12px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 12px;
}


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

.home-news a img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.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-bottom: 1px solid #f0f0f0;
    background-color: #fff;
    margin: 0 0 12px 0;
    padding: 12px;
    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 h1 {
    color: #d6012f;
    font-weight: 400;
}

.list-products {
    padding: 0 12px;
}

.list-products a {
    border-radius: 5px;
    border: 1px solid #f0f0f0;
    padding: 12px;
    background: #fff;
    margin-bottom: 12px;
    display: block;
}

.list-products a img {
    width: 100%;
}


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

.list-products a .text .product-description {
    color: #666;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: 80px;
    line-height: 20px;
    overflow: hidden;
    margin: 12px 0;
}
.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;
}

.footer .inner.flex {
    display: block;
}

.footer a {
    color: #eee;
}

.footer-item {
    width: 100%;
    border-bottom: 1px solid #555555;
    padding: 6px 12px;
    transition: all .3s;
}

.footer-item .item-title {
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    position: relative;
}

.footer-item .item-title:after {
    content: '\e8a4';
    position: absolute;
    height: 48px;
    width: 24px;
    text-align: center;
    line-height: 48px;
    top: 0;
    right: 0;
    color: #fff;
    border-radius: 50%;
    font-family: iconfont;
    font-size: 24px;
    transition: all .3s;
}

.footer-item.active .item-title:after {
    transform: rotateX(180deg);
}

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

.footer-item.active a {
    display: block;
}

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

.whole-bg {
    background: #fff;
}

.product-detail-header {
    border-bottom: 1px solid #f0f0f0;
    background-color: #fff;
    padding: 12px;
}

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

.product-detail-slider .view .swiper-container {
    width: 100%;
}

.product-detail-slider .view .swiper-container img {
    width: 100%;
}

.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: calc(100% - 52px);
}

.product-detail-slider .thumb .swiper-slide {
    width: 20%;
    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: 0;
    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: 0;
    top: 50%;
    margin-top: -10px;
    width: 10px;
    height: 20px;
    z-index: 10;
}

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

.product-detail-description .product-name {
    font-size: 24px;
    color: #d6012f;
    font-weight: 500;
}
.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 {
    padding: 12px 0;
}

.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: 12px;
    display: flex;
    justify-content: space-between;
}

.product-detail-description .product-action a {
    display: flex;
    border: 1px solid #d6012f;
    height: 48px;
    border-radius: 10px;
    align-items: center;
    padding: 0 24px;
    white-space: nowrap;
    font-size: 16px;
    color: #d6012f;
    width: calc(50% - 6px);
}

.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 {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;

}

.product-item-bar.fixed {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 8;
    border-bottom: none;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
}

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

.product-item-bar ul {
    width: 100%;
}

.product-item-bar ul li {
    display: none;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding: 0 12px;
    width: 100%;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 500;
    justify-content: flex-end;
    align-items: center;
}
.product-item-bar ul li:after{
    content: '\e8a4';
    font-family: iconfont;

}
.product-item-bar ul li.active{
    color: #d6012f;
    display: flex;
}
.product-item-bar .open{
    padding: 12px 0;
}
.product-item-bar .open li{
    display: flex;
}
.product-detail-selection {
    margin-bottom: 12px;
    background: #fff;
    padding: 12px;
    border-bottom: 1px solid #f0f0f0;
}

.product-detail-selection .title {
    font-size: 14px;
    color: #d6012f;
    height: 42px;
    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: 12px;
    width: 5px;
    margin-right: 6px;
    border-radius: 5px;
    background: #d6012f;
}

.product-detail-selection .content {
    min-height: 100px;
    padding-top: 12px;
    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 thead {
    background: #f8f8f8;
    font-weight: bold;
}
.product-detail-selection .home-software{
    padding: 0;
}

.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: 80%;
    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: 10%;
    right: 10%;
    color: #fff;
}
.mask-search .close:hover{
    color: #cb3a00;
}

.home-software {
    padding: 0 12px;
}


.home-software a {
    display: flex;
    padding: 12px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 12px;
    align-items: center;
}

.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;
}
.swiper-app{
    padding: 0 12px;
}
.slide-app {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.slide-app a{
    display: block;
    height: 100%;
}

.slide-app img {
    width: 100%;
    object-fit: cover;
}
.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: 16px;
    text-shadow: rgba(0, 0, 0, .5) 1px 1px 1px;
    transition: all .3s;
}
.swiper-sort{
    padding: 0 12px;
}
.slide-sort {
    position: relative;
}
.slide-sort a{
    display: block;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
}

.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: 16px;
    background: #fff;
    padding: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.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;
}

.software-item{

}
.software-item span{
    display: block;
    background: #fff;
    padding: 0 12px;
    border-radius: 5px;
    line-height: 40px;
    border: 1px solid #f0f0f0;
    margin-top: 12px;
}
.software-item a{
    display: flex;
    align-items: center;
    background: #d6012f;
    padding: 0 12px;
    margin-left: auto;
    border-radius: 5px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}
.software-item a i{
    font-size: 24px;
}
.common-content{
    padding: 12px;
    background: #fff;
    margin-bottom: 12px;
}
.common-content img{
    max-width: 100%;
}

.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: 40px;
    height: 40px;
    display: block;
    border-radius: 0 0 50% 50%;
    background: rgba(255, 255, 255, .9);
    text-align: center;
    line-height: 40px;
    font-style: normal;
    font-size: 20px;
}
.video-box video{
    border-radius: 5px;
}

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

.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;
}



.home-app {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 12px;
}

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

.home-app a img {
    width: 100%;
    object-fit: cover;
}

.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-sort {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 12px;
}

.home-sort a {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    transition: all .3s;
    width: calc((100% - 12px) / 2);
    margin: 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;
}


.contact li{
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);
    margin: 12px 0;
    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-top: 0;
}
.contact li:last-child{
    margin-bottom: 0;
}
.contact li .position{
    background: #c42936;
    padding: 12px 24px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.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;
}