@font-face {
    font-family: SourceHanSansCN;
    src: url(../font/SourceHanSansCN-Normal.otf)
}

@font-face {
    font-family: SourceHanSansCN;
    src: url(../font/SourceHanSansCN-Normal.otf)
}

body {
    font-family: SourceHanSansCN !important;
}

.mauto {
    max-width: 1600px
}

.img-scale,
.hover-scale {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}

.img-scale img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}

.img-scale:hover img,
.hover-scale:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}

/* .wrap {
    width: 1550px;
    margin: 0 auto
} */

/* @media (max-width:767px) {
    .wrap {
        width: 96%
    }
} */

header,
footer,
.header-m,
main,
.i-banner,
.banner {
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-transition: all .5s
}

/* main {
    overflow-x: hidden;
} */

header {
    position: fixed;
    z-index: 555;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #FFFFFF;
    /* box-shadow: 0 5px 20px rgb(0 0 0 / 15%); */
}

.header-top {
    height: 42px;
    background: url(../images/htbg.png)no-repeat;
    background-size: cover;
}

.header-topi-i {
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
}

.header-topi-i img {
    margin-right: 5px;
}

.logo {
    height: 96px;
    line-height: 96px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width:1200px) {
    .mauto {
        max-width: 94% !important
    }
}

.header-m .m-language {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    border-top: 1px solid #ebebeb;
}

.header-m .m-language a {
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #666;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    -moz-animation: slideInUp 1.5s both;
    -o-animation: slideInUp 1.5s both;
    animation: slideInUp 1.5s both;
    -webkit-animation: slideInUp 1.5s both
}

.header-m .m-language a img {
    height: 18px;
    vertical-align: -2px;
    margin: 0 5px 0 0
}

/* .header-m .m-language {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    border-top: 1px solid #ebebeb;
}

.header-m .m-language a {
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #666;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    -moz-animation: slideInUp 1.5s both;
    -o-animation: slideInUp 1.5s both;
    animation: slideInUp 1.5s both;
    -webkit-animation: slideInUp 1.5s both
}

.header-m .m-language a img {
    height: 18px;
    vertical-align: -2px;
    margin: 0 5px 0 0
} */

.main-bg {
    background-color: #FFFFFF;
    padding-bottom: 20px;
}

nav ul li {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    margin: 0 0.5vw;
    display: flex;
    align-items: center;
    min-width: auto
}

nav ul li.cur a::after,
nav ul li:hover a::after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1)
}

.header.on ul li:hover>a {
    color: #000 !important;
}

nav ul li:hover {
    background: transparent !important;
}

nav ul li>a {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 26px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav ul li a span {
    display: block;
    font-size: 12px;
    color: #aaa;
    margin-top: 5px
}

nav ul li .sub-nav {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    top: 110px;
    left: 48%;
    padding: 10px;
    width: 150px;
    background: rgba(255, 255, 255, 0.9);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

nav ul li .sub-nav a {
    display: block;
    font-size: 18px;
    padding: 8px 0;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

nav ul li .sub-nav a:hover {
    color: #fff;
    background: #204C82;
}

.fix-search {
    z-index: 999;
    top: 0;
    left: 0
}

.fix-search .hide {
    width: 20px;
    height: 50px;
    margin-right: 10px;
    cursor: pointer
}

.fix-search .hide::before,
.fix-search .hide::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 1px;
    height: 35%;
    margin-top: -35%;
    background: #000
}

.fix-search .hide::before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.fix-search .hide::after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.fix-search .hide:hover {
    opacity: .5
}

.fix-search .txt,
.fix-search .btn {
    height: 50px;
    line-height: 50px
}

.fix-search .txt {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    font-size: 15px;
    padding: 0 15px 0 5px;
    border-bottom: 1px solid #e1e1e1
}

.fix-search .txt:focus {
    border-color: #666
}

.fix-search .btn {
    width: 30px;
    height: 50px;
    line-height: 50px;
    font-size: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAilBMVEUAAABmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZmZmZmZmZlZWVmZmZlZWVlZWVlZWVmZmZmZmZmZmZmZmZmZmZiYmJmZmZmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZkZGRmZmZmZmZmZmZlZWVmZmZlZWVnZ2dmZmZmZmZnZ2dmZmZqampnZ2dmZmbkjhFbAAAALXRSTlMAr5hB9NSAem7q5YxpRjcw+thfVSsU38zHwLq2k3NkIqmhhlpRGhDuSjwKJB5esRyhAAACPElEQVRIx8WW2XaDIBCGcY9b3Go0ajQ2exre//XKclqKIpDkov8dM/NxZBhmBALFn2Pj+OmmNrroAZ5QeRgv8K+2u0QTPXsBnMuIddhV9gvYWR0wfFyr0HVFI9MmSkpiGazwZ7tQzh5pVJuX/JauT89+l7AeDSnmniFMsevyscg25KC92JnsIdYSTbyb5UsxCX0S+j6xq5ZeBI5wzgJPTzxAKovc+Nz+CBiruA1X+NHOoC4hnPKvifHDRtYrUMsQFEuHbHu2lB875W9kgEg3oKMRRXacJUIWE2hpjYuBs7TIEgM9NZPslGw3tXaTr4xYCtU6oWB/kmsL6GqLokv+8hJt2OAfV42WgzY88tndkA9Rix0yZ0vcJVQI/ww8tsQd6q4Nhyg6YktH1CGkHeXIlo24OUna1ZrLH1nq1+eJT0GvDft8ei3WmvRedDPZLC2fSLY3TeBBE66mCSrwgFJRLDTjZ3KgnbJ63nw9NgvUrSCYFNQ5IxsqNQQ4TjiHdlpvOTgJkwgtjbKGkeDubexQP0bYiTwHCBXdqOWH5PzYMF9Cv2oyhJden0toU+zOHUiULdE34rbDx7yutvBHWbL0aTTGNwvOumrprpEr/W25m5DK3nvR4Wod85VbQarKAsAj9GLjuO2hULZZ/v6qBcttJzbmaOYNrLgRLZnlD3xIpjosaGNmtC/9E7jHudcZren2MX1sU1o9GCXVdIn/hY5I/q8v0v37dHp8kc7fp2GhD8y7RwXeoB3wqopq634DOx1tNyykjbUAAAAASUVORK5CYII=) no-repeat center / 60% auto
}

.header-nav-menu .search-btn {
    cursor: pointer;
}

.header.on nav ul li>a {
    color: #000;
}

.header-nav-menu nav ul li .sub-nav a:hover {
    color: #fff;
    background: #233D94
}

.header-nav-menu a {
    display: block;
    margin-right: 0.35rem;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    text-align: center;
}

.header-nav-menu a span {
    margin-left: 5px;
}

.header-nav-menu a:last-child {
    margin-right: 0;
}

.header-nav-menu img {
    width: 36px;
    height: fit-content;
    object-fit: contain;
}

nav ul li:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.65)), to(transparent));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.65), transparent);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.65), transparent);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.65), transparent);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.65), transparent);
}

/* nav ul li::after {
    width: 1px;
    height: 19px;
    background: #938D8C;
    content: '';
    display: block;
} */

nav ul li:last-child::after,
nav ul li:nth-last-child(2)::after {
    display: none;
}

nav ul li:hover .sub-nav {
    visibility: visible;
    opacity: 1;
    top: 96px
}


.header.active {
    background-color: #fff;
}

.header.on,
.header.cur {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 9%);
    box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 9%);

}

.header.active nav ul li>a {
    color: #000;
}


/* .header-active::after, */
.header-active {}

.header-ul {
    height: 100%;
}

.header-ul li>a .hicon {
    margin-right: 5px;
}

.header-ul li>a:hover {
    color: #505050;
}

.header-search {
    width: 106px;
    height: 25px;
    border-bottom: 1px solid #CCCCCC;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


.sild-float {
    position: fixed;
    z-index: 21;
    right: 0;
    bottom: 30%;
    width: 46px;
}

.sild-float .list {
    border-bottom: 1px solid #E8E8E8;
}

.sild-float .list>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 46px;
    background: #fff no-repeat center center;
    transition: all 0.5s ease
}

.sild-float .list a.a1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sild-float .list:hover>a {
    transition: all 0.5s ease
}

.sild-float .list .rolme {
    transform: translateX(-30px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    position: absolute;
    right: 46px;
    top: 0;
    padding: 10px;
    line-height: 26px;
    width: 184px;
    background: rgba(0, 0, 0, 0.5)
}

.sild-float .list:hover .rolme {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease
}

.sild-float .list .rolme .ltt {
    font-size: 20px;
    color: #fff;
    text-align: center;
    word-break: break-all;
}



.sild-float .bpmaeb {
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease
}

.sild-float .fplae {
    display: flex;
    align-items: center;
    line-height: 46px;
    height: 46px;
    width: 226px;
    background: #fff;
    transition: all 0.5s ease
}

.sild-float .fplae:hover {
    transform: translateX(-180px);
    transition: all 0.5s ease
}

.sild-float .fplae:hover .bpmaeb {
    /* background-color: #0762d5; */
    transition: all 0.5s ease
}

.sild-float .fplae .ltt {
    width: 180px;
    text-align: center;
    font-size: 20px;
    color: #000;
    word-break: break-all;
}

.sild-float .email .fplae .ltt {
    font-size: 14px;
}

.sild-float .kefu .fplae .ltt {
    font-size: 14px;
}

.sild-float .friends .fplae .ltt {
    font-size: 14px;
}

/*  new  */
.public-top {
    padding-top: 138px;
}

.public-tobody {
    max-width: 1600px;
    width: 100%;
    margin: auto;
}

.public-tobody1400 {
    max-width: 1400px;
    width: 100%;
    margin: auto;
}

.header.on .logo .i1,
.logo .i2 {
    display: none;
}

.header.on .logo .i2 {
    display: block;
}

/* downmenu */

.main-nav-m {
    display: none;
    position: relative;
    cursor: pointer;
    z-index: 2;
    width: calc(100% - 40px);
    margin: auto;
    margin-top: .2rem;
}

.thr3 {
    display: none;
    padding-left: 40px
}

.thr3 a {
    line-height: 30px;
}

.main-nav-m .title {
    position: relative;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    background: rgb(37, 61, 147);
    box-sizing: border-box;
    text-align: left;
    border-bottom: none
}

.main-nav-m .title strong {
    color: #fff;
    font-size: 16px;
    font-weight: bold
}

.main-nav-m .title i {
    position: absolute;
    content: '';
    width: 45px;
    height: 100%;
    right: 0
}

.main-nav-m .title i::before,
.main-nav-m .title i::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 12px;
    height: 1px;
    background: #fff;
    transition: all .3s;
    -webkit-transition: all .3s
}

.main-nav-m .title i::before {
    left: 46%;
    transform: rotate(40deg) scaleY(1.5);
    -webkit-transform: rotate(40deg) scaleY(1.5)
}

.main-nav-m .title i::after {
    right: 46%;
    transform: rotate(-40deg) scaleY(1.5);
    -webkit-transform: rotate(-40deg) scaleY(1.5)
}

.main-nav-m .title.active i::before {
    transform: rotate(-40deg) scaleY(1.5);
    -webkit-transform: rotate(-40deg) scaleY(1.5)
}

.main-nav-m .title.active i::after {
    transform: rotate(40deg) scaleY(1.5);
    -webkit-transform: rotate(40deg) scaleY(1.5)
}

.main-nav-m>ul {
    display: none;
    position: absolute;
    top: 45px;
    width: 100%;
    padding: 0 10px;
    background-color: rgb(37, 61, 147, .8);
    color: #fff;
    box-sizing: border-box;
}

.main-nav-m ul>li {
    animation: ReturnToNormal .5s both;
    -webkit-animation: ReturnToNormal .5s both
}

.main-nav-m ul>li>a {
    display: block;
    line-height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}

.main-nav-m ul>li a {
    color: #fff;
}

main {
    padding-top: 138px;
}

/* downmenu */
.homeSwiper .swiper-wrapper .swiper-slide,
.homeSwiper {
    width: 100%;
    height: 4.67rem;
    overflow: hidden;
    position: relative;
}

.homeSwiper {
    margin-top: .23rem;
}


.homeSwiper-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.homeSwiper .swiper-pagination-bullet {
    width: 0.14rem !important;
    height: 0.14rem !important;
    border-radius: 50% !important;
    background: rgba(0, 0, 0, 0.9) !important;
}

.homeSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000 !important;
}

.home-swiper-b {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}


.home-swiper-con {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.home-swiper-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.home-swiper .swiper-slide.swiper-slide-active .home-swiper-b>img {
    display: block;
    -webkit-animation-name: zoomOut;
    -moz-animation-name: zoomOut;
    -o-animation-name: zoomOut;
    animation-name: zoomOut;
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -o-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.home-swiper-con>.title {
    font-size: 70px;
    font-weight: bold;
    line-height: 70px;
    text-transform: uppercase;
    color: #233D94;
}

.home-swiper .swiper-pagination-bullet {
    width: .11rem;
    height: .11rem;
    margin: 0 .1rem !important;
}

.home-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0672BB;
}

.swiper-pagination-icon span {
    width: 47px !important;
    border-radius: 2px;
}

.swiper-pagination-icon .swiper-pagination-bullet {
    width: 47px !important;
    height: 3px;
    border-radius: 2px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.33) !important;
    transition: all 0.5s ease;
    opacity: 1;
}

.swiper-pagination-icon .swiper-pagination-bullet.on {
    height: 6px;
}

.swiper-pagination-icon .swiper-pagination-bullet:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #fff !important;
    border-radius: 2px;
}

.swiper-pagination-icon .swiper-pagination-bullet.on:before {
    width: 100%;
    transition: all 5s linear;
}

.home-swiper .swiper-pagination {
    max-width: 1600px;
    left: 50% !important;
    bottom: 3% !important;
    transform: translateX(-50%);
    text-align: left !important;
    padding: 0 20px;
}

.public-footer .top {
    padding: 46px 0;
}

.public-footer .top .title {
    font-weight: 900;
    font-size: 18px;
    color: #000000;
    text-align: left;
    margin-bottom: 10px;
}

.public-footer-info .info {
    font-weight: 300;
    font-size: 14px;
    color: #676767;
    display: block;
    margin-top: 20px;
}

.public-footer .top .right {
    width: 60%;
}

.public-footer-num {
    border-top: 1px solid #E1E1E1;
    padding: 20px 0;
    font-weight: 300;
    font-size: 14px;
    color: #2C2C2C;
}

.public-footer-num .share .share-i {
    margin-right: 5px;
}

.public-footer-num .share .share-i:last-child {
    margin-right: 0;
}

.public-footer-msg {
    background: url(../images/ftbg.png)no-repeat;
    background-size: cover;
    padding: .46rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.public-footer-msg .item .t1 {
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
}

.public-footer-msg .item .t2 {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    margin: 20px 0;
}

.public-footer-msg .item .input {
    width: 4.27rem;
    height: 0.48rem;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 0 .23rem;
}

.public-footer-msg .item .btn {
    width: 4.27rem;
    height: 48px;
    background: #FF6000;
    border-radius: 8px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}

.public-title {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    text-transform: uppercase;
}

.public-title.line {
    padding-bottom: 29px;
    border-bottom: 1px solid #C8C8C8;
}

.h-mores {
    width: 112px;
    height: 38px;
    background: #F3F3F3;
    border-radius: 18px 18px 18px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px !important;
    color: #4E4E4E;
}

.tc {
    text-align: center;
}

.h-model2,
.h-model1 {
    padding: 0.48rem 0;
}

.h-model1 .list {
    margin-top: 0.47rem;
    margin-left: -18px;
}

.h-model1 .list-i {
    width: calc(100% / 4);
    padding-left: 18px;
}

.history-list .list-i-r,
.h-model1 .list-i-r {
    width: 100%;
    padding: 30px 20px;
    background: #FAFAFA;
}

.list-i-r-a {
    display: flex;
    justify-content: flex-end;
}

.list-i-r-a-i {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.list-i-r-a-i:last-child {
    margin-right: 0;
}

.list-i-r-a-i.lick {
    background: url(../images/hh.png)no-repeat;
    background-size: contain;
}

.list-i-r-a-i.collect {
    background: url(../images/hc1.png)no-repeat;
    background-size: contain;
}

.list-i-r-a-i.collect.cur {
    background: url(../images/hc2.png)no-repeat;
    background-size: contain;
}

.list-i-r-b {
    padding: 0 10px;
    margin-top: 10px;
}

.list-i-r-b img {
    height: auto;
    object-fit: contain;
}

.list-i-r-c-l .t1 {
    font-size: 0.20rem;
    color: #000000;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-i-r-c-l .t2 {
    font-weight: bold;
    font-size: 16px;
    color: #A0A0A0;
}

.list-i-r-c-l .t2-a {
    color: #2A8703;
    margin-right: 5px;
}

.list-i-r-c {
    margin-top: 30px;
}

.h-more {
    width: max-content;
    min-width: 114px;
    height: 40px;
    background: #204C82;
    border-radius: 19px 19px 19px 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
}


.header-top-swiper .swiper-button-next,
.header-top-swiper .swiper-button-prev {
    color: #fff;
}

.header-top-swiper .swiper-button-prev {
    left: 0 !important;
}

.header-top-swiper .swiper-button-next {
    right: 0 !important;
}

.header-top-swiper .swiper-button-next::after,
.header-top-swiper .swiper-button-prev::after {
    font-size: 12px !important;
}

.h-model2 .list {
    margin-top: 0.67rem;
    margin-left: -0.62rem;
}

.h-model2 .list .list-i {
    width: calc(100% / 5);
    padding-left: 0.62rem;
}

.h-model2 .list .list-i-r {
    max-width: 2.7rem;
    height: 2.25rem;
    background: url(../images/h-coupon.png)no-repeat;
    background-size: 100% 100%;
    padding: 0 0.5rem;
}

.h-model2 .list .list-i-r .a {
    height: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.h-model2 .list .list-i-r .a .t1 {
    font-weight: 600;
    font-size: 0.5rem;
    line-height: 0.5rem;
    color: #FF7D26;
}

.h-model2 .list .list-i-r .a .t2 {
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    text-align: center;
    margin-top: 10px;
}

.h-model2 .list .list-i-r .b {
    height: .75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.h-news {
    margin-top: 0.35rem;
}

.h-news-l {
    width: calc(48% - 40px);
    margin: 0 !important;
}

.h-news-r {
    width: calc(53% - 20px);
}

.h-news-r-i-img {
    object-fit: cover;
    max-height: 213px;
    min-height: 213px;
}

.h-news-r-i-con {
    background: #FAFAFA;
    padding: 20px;
}

.h-news-r-i-con .t1 {
    font-size: 14px;
    color: #828282;
    line-height: 24px;
    text-align: left;
}

.h-news-r-i-con .t2 {
    font-size: 16px;
    color: #4E4E4E;
    line-height: 24px;
    text-align: left;
    margin-top: 10px;
}

.h-news-r-i-con .t3 {
    font-size: 16px;
    color: #4E4E4E;
    line-height: 24px;
    text-align: left;
    margin-top: 15px;
}

.h-news-r-i {
    width: calc(50% - 20px);
    display: block;
}

.h-news-l .time {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background: #204C82;
    width: auto;
    min-width: 86px;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}

.h-news-l .time .t1 {
    font-size: 0.4rem;
    line-height: 0.4rem;
    color: #FFFFFF;
    text-align: center;
}

.h-news-l .time .t2 {
    font-size: 18px;
    color: #FFFFFF;
}

.h-news-l .time img {
    object-fit: cover;
}

.h-news-l .page {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 79px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: flex-end;
}

.h-news-l .page .page-r,
.h-news-l .page .page-l {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-right: 30px;
    object-fit: contain;
}

.h-reviews-swiper {
    margin-top: 0.27rem;
}

.h-reviews-swiper .swiper-slide {
    background: #FAFAFA;
    border-radius: 8px 8px 8px 8px;
    padding: 25px 23px;
}

.h-reviews-swiper .swiper-slide .a .a-r {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.h-reviews-swiper .swiper-slide .b {
    font-weight: 300;
    font-size: 14px;
    color: #262626;
    line-height: 24px;
    text-align: left;
    margin-top: 10px;
}

.h-reviews-swiper {
    padding-bottom: 70px !important;
}

.list-swiper .swiper-pagination,
.h-reviews-swiper .swiper-pagination {
    bottom: 0 !important;
    position: static !important;
    margin-top: .3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-swiper .swiper-pagination .swiper-pagination-bullet,
.h-reviews-swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px !important;
    width: .13rem;
    height: .13rem;
}

.list-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.h-reviews-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: .35rem;
    height: .35rem;
    background: #fff;
    border: 1px solid #204C82;
    position: relative;
}

.list-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after,
.h-reviews-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    width: .13rem;
    height: .13rem;
    background: #204C82;
    border-radius: 50%;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-box .banner img,
.downloads .banner img,
.about-box .banner img,
.about-box .banner {
    width: 100%;
}

.about-box .banner img {
    object-fit: cover;
}

.lx-list-i-r>img {
    width: .86rem;
}

.about-box .banner .info {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 100%;
    transform: translate(-50%, -50%);
}

.about-box .banner .info .t1 {
    font-weight: bold;
    font-size: .6rem;
    color: #FFFFFF;
    text-transform: uppercase;
}

.about-box .banner .info .t2 {
    font-size: 0.3rem;
    color: #FFFFFF;
    margin-top: 20px;
}

.about-box .banner .con {
    padding-top: 1.1rem;
}

.about-box .con {
    padding: .5rem 0 2.08rem
}

.about-box .con .t1 {
    font-weight: 300;
    font-size: 18px;
    color: #494949;
    line-height: 48px;
    text-align: justify;
}

.about-box .con .list {
    margin-top: 1.3rem;
}

.about-box .con .list .list-i {
    width: calc(100% / 4);
    display: flex;
    justify-content: center;
}

.about-box .con .list .list-i .a {
    font-size: 16px;
    color: #214C81;
    line-height: 16px;
    text-align: left;
}

.about-box .con .list .list-i .a .year {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #214C81;
}

.about-box .con .list .list-i .b {
    font-weight: 500;
    font-size: 16px;
    color: #214C81;
    text-align: left;
    margin-top: 10px;
}

.about-box .con .videos {
    margin-top: 1.06rem;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.about-box .con .videos::after {
    width: 1.41rem;
    height: 1.41rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/ab-pl.png)no-repeat;
    background-size: contain;
    content: '';
}

.lx-list {
    width: 100%;
    margin-top: 1.47rem;
}

.lx-list-i {
    width: calc(100% / 3);
    display: flex;
    justify-content: center;
}

.lx-list-i img {
    width: .86rem !important;
    height: auto;
    object-fit: contain;
    margin-right: 20px;
    padding: 0 !important;
}

.lx-list-i-con p {
    font-weight: 400 !important;
    font-size: .3rem !important;
    color: #FFFFFF;
    text-align: left;
}

.lx-list-i-con .t2 {
    margin-top: 10px !important;
}

.lx-i-inpit-d .lx-i-inpit-i,
.lx-i-inpit-a .lx-i-inpit-i {
    width: 31%;
    margin-bottom: 30px;
    border: 1px solid #EFEFEF;
    background: #EBEBEB;
}

.lx-i-inpit-d .lx-i-inpit-i {
    width: 100%;
}

.lx-i-inpit-d .lx-i-inpit-i,
.lx-i-inpit-a .lx-i-inpit-i .i1 {
    padding: 20px;
}

.lx-i-inpit-c .lx-i-inpit-i img {
    margin-right: 0;
}

.lx-i-inpit-i img {
    width: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 20px;
}

.lx-i-inpit-i .s1,
.lx-i-inpit-i .i1 {
    width: 95%;
    font-size: 16px;
    background-color: transparent;
}

.lx-i-inpit-b .lx-i-inpit-i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.lx-i-inpit-b .lx-i-inpit-i {
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #EFEFEF;
    background: #EBEBEB;
}

.lx-i-inpit-i .i2 {
    width: 50%;
    background-color: transparent;
}

.lx-i-inpit-c .lx-i-inpit-i {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #19438D;
    padding: .19rem .8rem;
}

.lx-i-inpit-btn {
    background: #19438D;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    margin-top: .37rem;
}

.lx-box {
    padding: .79rem 0;
}

.lx-box>.t1 {
    font-weight: bold;
    font-size: .6rem;
    color: #000000;
    line-height: .6rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: .64rem;
}

.xw-title {
    font-weight: bold;
    font-size: .36rem;
    color: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: left;
    text-transform: uppercase;
}

.xw-box {
    padding: .58rem 0 .97rem;
}

.xw-menu .xw-menu-i {
    width: fit-content;
    min-width: 200px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #2C2C2C;
    background: #FAFAFA;
}

.xw-menu .xw-menu-i.cur {
    background: #FF6000;
    background-size: 100% 100%;
    color: #fff;
}

.xw-list {
    margin-top: .38rem;
    margin-left: -44px;
}

.xw-list-i {
    width: calc(100% / 4);
    padding-left: 44px;
    margin-bottom: .59rem;
}

.xw-list-i-box:hover::after {
    width: 100%;
    background: #FE6000;
}

.xw-list-i-box::after {
    width: 0%;
    height: 1px;
    content: '';
    display: block;
    background: #eaeaea;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: all .4s;
}

.xw-list-i-box {
    position: relative;
    border-bottom: 1px solid #eaeaea;
}

.xw-list-i-img {}

.xw-list-i-img img {
    min-height: 225px;
    max-height: 225px;
    object-fit: cover;
}

.xw-list-i-con {
    padding: 26px 13px;
}

.xw-list-i-con .t1 {
    font-weight: 300;
    font-size: 14px;
    color: #686868;
}

.xw-list-i-con img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    margin-top: 5px;
    margin-right: 11px;
}

.xw-list-i-con .t2 {
    margin-top: 16px;
    font-weight: 300;
    font-size: 15px;
    color: #000000;
    line-height: 20px;
}

.pages {
    overflow: hidden;
    margin: 2% auto
}

.pages a {
    font-size: .16rem;
    color: #636363;
    font-weight: normal;
    width: .36rem;
    height: .36rem;
    line-height: .36rem;
    display: block;
    /* background: #fff;
    border: 1px solid #d2d2d2; */
    margin: 0 .1rem;
    border-radius: .04rem;
    text-align: center
}

.pages a:hover,
.pages a.active {
    font-size: .16rem;
    color: #fff;
    font-weight: normal;
    border: 1px solid #B0B0B0;
    background: #B0B0B0
}

.pages-l {
    border: none !important;
}



.news-detail-b-row {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding: 0.53rem 0.53rem .72rem;
    background: #ffffff;
    border-top: 4px solid #FF6000;
}

.news-b {
    padding: 0.59rem 0;
    background: #f8f8f8;
}

.news-detail-b {
    padding: 0.29rem 20px;
}

.news-detail-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.31rem;
}

.news-detail-menu>.info {
    font-weight: 400;
    font-size: 0.16rem;
    color: #717171;
    margin: 0 2% 0 0;
}

.news-detail-menu>.info img {
    margin-right: 8px;
    object-fit: contain;
    height: fit-content;
}

.news-detail-share {
    margin: 0 2%;
}

.news-detail-b-row-top {
    position: relative;
    padding-bottom: 3%;
    border-bottom: 1px solid #eeeeee;
}

.news-detail-b-row-top>.title {
    font-weight: bold;
    font-size: 0.24rem;
    color: #393939;
}

.news-detail-share>.title {
    font-size: 16px;
    font-weight: 500;
    margin-left: 14px;
}

.news-detail-con {
    padding: 0.37rem 0;
    line-height: 30px;
    font-weight: 400;
    font-size: 0.16rem;
    color: #2d2d2d;
    line-height: 0.3rem;
}

.news-detail-con a,
.news-detail-con em,
.news-detail-con i,
.news-detail-con span {
    display: inline;
}

.news-detail-con img {
    margin: 1% auto;
    height: auto;
    display: block;
}

.news-detail-con img {
    margin: auto;
    display: block;
}


.news-detail-page {
    background: #f9f9f9;
    padding: 3% 4%;
}

.news-detail-page-r {
    max-width: 1.66rem;
    width: 100%;
    height: .48rem;
    border: 1px solid #FF6000;
    border-radius: 25px;
    margin-top: 20px;
}

.news-return {
    width: 16px;
    margin-right: 10px;
    object-fit: contain;
}

.news-detail-page-r .title {
    font-weight: bold;
    font-size: 18px;
    color: #1F4D81;
    text-transform: uppercase;
}

.product-title-box,
.xz-title-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-title-box .t1,
.xz-title-box .t1 {
    font-weight: bold;
    font-size: .36rem;
    color: #FFFFFF;
}

.product-title-box .t2,
.xz-title-box .t2 {
    font-size: .3rem;
    color: #FFFFFF;
    text-align: left;
}

.downloads-item1 {
    padding: 1.22rem 0 1.3rem;
}

.downloads-item1 .t1 {
    font-weight: bold;
    font-size: .36rem;
    color: #000000;
    text-align: center;
}

.downloads-item1 .list {
    margin-top: .95rem;
    display: flex;
    justify-content: space-around;
}

.downloads-item1 .list img {
    width: 1.82rem;
    height: auto;
    object-fit: contain;
    border-radius: 50%;
    display: block;
}

.downloads-item2 {
    background: #F4F4F4;
    padding-top: .99rem;
}

.downloads-item2 .menu {}

.downloads-item2 .menu .menu-i {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    text-align: center;
    margin-right: .4rem;
    padding: 0 30px;
}

.downloads-item2 .menu .menu-i:last-child {
    margin-right: 0;
}

.downloads-item2 .menu .menu-i.cur {
    width: auto;
    height: 45px;
    background: #FF6000;
    border-radius: 23px 23px 23px 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.downloads-item2 .list-box {
    margin-top: 1.11rem;
}

.list-box-i .list-box-i-img {
    margin: auto;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
    width: 2.18rem;
    height: 2.18rem;
    transition: .6s ease-in-out;
}

.list-box-i.cur {
    display: flex;
}

.list-box-i {
    margin-left: -0.5rem;
    display: none;
}

.list-box-i .items {
    /* width: calc(100% / 5); */
    padding-left: .5rem;
    margin-bottom: .93rem;
}

.list-box-i .t1 {
    font-weight: 300;
    font-size: 18px;
    color: #5F5F5F;
    line-height: 30px;
    text-align: center;
    margin-top: .24rem;
}

.list-box-i .items:hover .list-box-i-img {
    transform: rotateY(360deg);
}


.menu-s-sec {
    padding: 0.35rem 0 0.5rem;
    background: #e0e1e4;
}

.menu-s ul {
    display: flex;
}

.menu-s li {
    width: 20%;
    text-align: center;
}

.menu-s li a {
    display: block;
}

.menu-s li .s-img {
    width: 80px;
    margin: 0 auto;
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.menu-s li .s-img .size {
    padding-bottom: 100%;
}

.menu-s li .s-img .s-i {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu-s li .s-img .s-i img {
    max-height: 42px;
}

.menu-s li .s-img .s-i img.i-hover {
    display: none;
}

.menu-s li:hover .s-img,
.menu-s li.cur .s-img {
    background: #FF6000;
}

.menu-s li:hover .s-img .s-i img.i-black,
.menu-s li.cur .s-img .s-i img.i-black {
    display: none;
}

.menu-s li:hover .s-img .s-i img.i-hover,
.menu-s li.cur .s-img .s-i img.i-hover {
    display: inline-block;
}

.menu-s li .hh {
    line-height: 1.5;
    font-family: "MontserratBold";
    font-weight: bold;
    color: #2c2c2c;
    margin-top: 10px;
}

.menu-s li.cur .hh,
.menu-s li:hover .hh {
    color: #1F4D81;
}

.faq-sec {
    padding: 0.5rem 0 1.26rem;
}

.faq-s-con {
    background: #fff;
}

.faq-s-list li {
    padding: 0 14px;
}

.faq-s-list li.open {
    background: #F6F6F6;
}

.faq-s-list .card_header {
    cursor: pointer;
}

.faq-s-list .h_h2 {
    font-size: 18px;
    color: #0c0c0c;
    font-family: MontserratBold;
    line-height: 1.4;
    padding: 1.35em 40px 1.35em 0;
    position: relative;
}

.faq-s-list .h_h2 img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 13px;
}

.faq-s-list li.open .h_h2 {
    color: #0c0c0c;
}

.faq-s-list li .card_body {
    display: none;
    padding: 0 0 1.6em;
    font-size: 15px;
    line-height: 2;
    color: #4f5062;
}

.faq-s-list li .card_body p img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
    margin-top: 8px;
    margin-right: 13px;
}

.faq-s-list li .card_body p {
    display: flex;
    align-items: flex-start;
}

.font-s-18 {
    font-size: 18px;
}

.product-title-box .t1,
.product-title-box .t2 {
    color: #000;
}

.product-list-box {
    width: 100%;
    padding: .58rem 0;
}

.product-list-box .top {
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    background: #FAFAFA;
    padding: .18rem;
}

.product-list-box .top .top-l img {
    margin-right: 10px;
}

.product-list-box .top .top-r p {
    margin-left: .4rem;
}

.product-list-box .top select {
    background: transparent;
}

.product-list-box .h-model1 {
    margin-top: 21px !important;
    padding-top: 0 !important;
}

.product-list-box .h-model1 .list .list-i {
    margin-bottom: 20px;
}


.login-shade {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.73);
    position: fixed;
    top: 0;
    z-index: 99999999;
    visibility: hidden;
}

.l-model {
    width: 731px;
    background: #ffffff;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding-bottom: 46px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.l-img {
    width: 731px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.l-img>img {
    width: 218px;
    height: auto;
    margin-bottom: 25px;
}

.l-item {
    width: 532px;
    margin: 30px auto;
}

.l-item-title {
    height: 17px;
    font-size: 16px;
    font-family: MontserratBold;
    font-weight: bold;
    color: #020200;
    line-height: 20px;
}

.l-input {
    width: 532px;
    height: 60px;
    margin-top: 14px;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #e8e8e8 !important;
    border-radius: 5px !important;
    padding-left: 20px;
}

input::-webkit-input-placeholder {
    font-size: 16px;
    font-family: MontserratLight;
    font-weight: 300;
    color: #9f9f9f;
    line-height: 20px;
}

.l-forget {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    font-family: MontserratLight;
    font-weight: 300;
    color: #020200;
    line-height: 20px;
    width: 532px;
    margin: 34px auto 0;
}

.l-forget-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.l-msg a,
.l-forget-title a,
.l-forget-title {
    color: #FF7D26 !important;
    cursor: pointer;
    border-bottom: 1px solid #FF7D26;
}

.l-btn {
    margin: auto;
    margin-top: 37px;
    cursor: pointer;
    width: 532px;
    height: 60px;
    background: #204C82;
    border-radius: 3px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    font-family: MontserratBold;
    font-weight: bold;
    color: #ffffff;
}

.l-msg {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 16px;
    font-family: MontserratLight;
    font-weight: 300;
    color: #020200;
    line-height: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    margin-top: 50px;
}

.l-msg>span {
    color: #FF7D26;
    margin-left: 5px;
    cursor: pointer;
    border-bottom: 1px solid #FF7D26;
}

.l-close {
    width: 104px;
    height: 59px;
    float: right;
    cursor: pointer;
    margin: 0;
    background: url(../images/project/l_close.png) no-repeat;
    background-size: contain;
    transition: all 0.5s;
    text-align: center;
    line-height: 59px;
    font-size: 30px;
}

.l-close:hover {
    background: url(../images/project/l_close1.png) no-repeat;
    background-size: contain;
    transition: all 0.5s;
}


.enroll-box {
    padding-bottom: 0.6rem;
}

.enroll-i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff;
    margin-top: 0.2rem;
}

.enroll-l {
    padding: 0.5rem;
    padding-bottom: 0 !important;
    background: #ffffff;
}

.enroll-l-input>.t1,
.enroll-l>.t1 {
    font-size: 0.24rem;
    font-weight: bold;
    color: #494949;
    font-family: "MontserratSemi";
}

.enroll-l-input {
    margin-bottom: 0.37rem;
}

.enroll-l-input>.i1 {
    width: 100%;
    height: 0.6rem;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #e8e8e8;
    border-radius: 0.05rem;
    padding: 0 20px;
    margin-top: 0.25rem;
}

.enroll-l-btn {
    width: 100%;
    height: 0.6rem;
    background: #204C82;
    border-radius: 0.03rem;
    text-align: center;
    font-size: 0.18rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 0.6rem;
    font-family: "MontserratSemi";
}

.enroll-l-btn:hover {
    color: #ffffff !important;
}

.enroll-l-info {
    margin-top: 0.36rem;
    text-align: center;
    line-height: 0.36rem;
    font-family: "MontserratLight";
}

.enroll-l-info>.t1 {
    font-size: 0.16rem;
    font-weight: 300;
    color: #3c3c3c;
}

.enroll-l-info-i>a {
    color: #FF7D26 !important;
    text-decoration: underline;
}

.enroll-l-info-i>span {
    margin: 0 5px;
}

.enroll-l-return {
    display: flex;
    align-items: center;
    width: 1.71rem;
    height: 0.49rem;
    background: rgba(194, 162, 132, 0);
    border: 0.01px solid #204C82;
    border-radius: 0.25rem;
    justify-content: center;
    font-size: 0.18rem;
    font-weight: bold;
    color: #1F4D81;
    margin: auto;
    margin-top: 0.4rem;
    font-family: "MontserratSemi";
}

.enroll-l-return>img {
    margin-right: 0.11rem;
}

.forget-code {
    width: 187px;
    height: 60px;
    background: #204C82;
    border-radius: 5px;
    font-size: 16px;
    font-family: MontserratBold;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}

.forget-input>input {
    width: 532px;
    height: 60px;
    background: rgba(255, 255, 255, 0) !important;
    border: 1px solid #E8E8E8 !important;
    border-radius: 5px !important;
    padding-left: 24px;
}

.forget-code-icon {
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translate(0%, -50%);
}


.shopping-cart .table-w {
    overflow-x: auto
}

.shopping-cart .table-w table {
    width: 98%;
}

.shopping-cart .table-w .item a {
    width: 100%;
    display: flex;
    align-items: center;
}

.shopping-cart td {
    padding: .2rem 0
}

.shopping-cart i {
    color: #088902
}

.shopping-cart .info .pics {
    width: 108px;
    float: left;
    height: 108px
}

.shopping-cart .info .txt {
    float: left;
    width: calc(100% - 137px)
}

.shopping-cart .btn {
    height: 30px;
    line-height: 30px;
    padding: 0 30px;
    border-radius: 5px
}

.pro-info .sj {
    width: calc(100% - 350px);
    padding-bottom: 20%;
    overflow: hidden;
    float: left
}

.pro-info .sj2 {
    float: right;
    width: 312px;
    border-top: 3px solid #214E82;
}

.pro-info .sj2.cur .infos {
    position: fixed;
    top: 140px
}

.pro-info .sj2 .cont {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    line-height: 2
}

.pro-info .sj2 .cont i {
    font-size: 26px;
    color: #098901
}

.pro-info .sj2 .cont p {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pro-info .sj2 .cont2 p {
    font-size: 16px;
    padding: .2rem 0;
    color: #292929
}

.pro-info .sj2 .cont2 a {
    font-weight: bold;
    font-size: 18px;
    color: #1F4D81;
}

.pro-info .sj2 .cont2 .btn1 {
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    width: 100%;
    background: #1F4D81;
}

.pro-info .sj2 .infos .infos-title {
    font-weight: bold;
    font-size: 24px;
    color: #1F4D81;
    padding: 18px 20px;
    background: #F7F7F7;
}

.pro-info .sj2 .infos .cont {
    padding: 20px;
}

.pro-info .sj2 .infos .cont2 {
    padding-left: 20px;
    padding-right: 20px;
}

.cart-con {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    top: 56px;
    left: -100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    box-shadow: 0 0 10px #ddd
}

.cart-con .con {
    width: 360px
}

.cart-con .con::after {
    position: absolute;
    content: '';
    left: 75%;
    top: -8px;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.cart-con .head {
    border-top: 1px solid #ebebeb
}

.cart-con .head span {
    font-size: 20px;
    color: #158a10
}

.cart-con .btn1 {
    height: 30px;
    line-height: 30px;
    background: #039bca
}

.cart-con .list {
    padding: 0 20px;
    max-height: 380px;
    overflow-y: auto
}

.cart-con .list li {
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb
}

.cart-con .list .img {
    width: 65px;
    height: 65px
}

.cart-con .list .info {
    width: calc(100% - 65px);
    padding: 0 0 0 12px
}

.cart-con .list .els2 {
    height: 48px;
    line-height: 24px
}

.cart-con .list i {
    color: #158a10
}

.cart-con .list input {
    width: 40px;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    text-align: center;
    border: 1px solid #e1e1e1
}

.cars-title {
    font-weight: bold;
    font-size: .36rem;
    color: #1F4D81;
}

.f30 {
    font-size: 30px;
}

.add-min {
    width: 32px;
    height: 38px;
    background: 0 0;
    cursor: pointer;
    border: 1px solid #ebebeb !important;
    font-family: open_sansregular;
    font-size: 21px;
}

.add-inp {
    width: 70px;
    height: 38px;
    text-align: center;
    border-top: 1px solid #ebebeb !important;
    border-bottom: 1px solid #ebebeb !important;
    border-left: 0;
    border-right: 0;
}

.tal {
    text-align: left;
}

.shopping-cart .table-w thead {
    line-height: 40px;
    background: #f1f1f1;
}

.mycheck input,
.table-w #checkbox_a {
    width: 17px;
    height: 17px;
    margin: 0 10px 0 20px;
}

.shopping-cart .table-w tr {
    border-bottom: 1px solid #f1f1f1;
}

.del-line {
    text-decoration: line-through;
    color: #888;
}

.pro-info .t-btn a {
    width: auto;
    min-width: 184px;
    height: 35px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #919191;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-size: 15px;
    color: #C2A385;
}

.place-order {
    padding: .54rem 0;
}

.place-order .sjtit {
    font-weight: 600;
    font-size: 24px;
    color: #1F4D81;
    line-height: 30px;
    text-align: left;
    padding: .24rem .27rem;
    background: #F7F7F7;
}

.place-order .sjtit img {
    max-width: 30px;
    margin-right: 10px;
    display: inline-block;
    object-fit: contain;
}

.place-order .bg {
    z-index: -1;
    width: 50%;
    height: 100%;
    top: 0;
    left: auto !important;
    right: 0;
    background: #f8f3f2;
}

.place-order .mauto {
    min-height: 100vh;
}

.place-order .con-r,
.place-order .con-l {
    width: 48%;
    background: #fff;
    padding: .38rem .3rem;
}

.place-order .con-l .mb10 {
    margin-bottom: 10px;
}

.place-order .con-l .mb15 {
    margin-bottom: 15px;
}

.place-order .con-l .mb15 {
    margin-bottom: 10px;
}

.place-order .con-l .txt {
    height: 40px;
    line-height: 38px;
    border-radius: 3px;
    padding: 0 15px;
    border: 1px solid #e4e6e6;
    background: 0 0;
    font-size: 16px;
}

.place-order .con-l .row1 {
    margin-left: -0.3rem;
}

.place-order .con-l .row1 .lg-6 {
    padding-left: 0.3rem;
}

.place-order .con-l .row2 {
    margin-left: -0.17rem;
}

.place-order .con-l .row2 .lg-4 {
    padding-left: 0.17rem;
}

.place-order .con-l .row3 .lg-3 {
    padding: 0.2rem 0;
}

.place-order .con-l .row3 .icon {
    width: 100%;
    height: 43px;
    line-height: 43px;
    margin-lefft: 5px;
}

.place-order .con-l .row3 input {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
    margin-right: 10px;
}

.place-order .con-l .row3 .word {
    width: 100%;
}

.place-order .con-l .btn {
    padding: 0.04rem 0.08rem;
    border-radius: 6px;
}

.place-order .con-r .btn {
    padding: 0.1rem 0.38rem;
    border-radius: 3px;
    font-weight: bold;
    background: #214E82 !important;
}

.place-order .back {
    padding: 0.1rem 0;
    color: #1F4D81;
    border-radius: 3px;
    font-weight: bold;
    font-size: 18px;
}

.place-order .back img {
    margin-right: 10px;
}

.place-order .con-r .head .top {
    border-bottom: 1px solid #fff;
}

.place-order .con-r .head .pics {
    width: 82px;
    height: 82px;
}

.place-order .con-r .head .pics span {
    top: -5px;
    left: -5px;
    width: auto;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    background: #fc7a7a;
    border-radius: 3px;
}

.place-order .con-r .head .txt {
    width: -webkit-calc(100% - 224px);
    width: -moz-calc(100% - 224px);
    width: calc(100% - 224px);
    padding: 0 6% 0 20px;
}

.place-order .con-r i {
    color: #A37142;
    font-weight: bold;
}

.place-order .con-r .textarea-w {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.place-order .con-r textarea {
    height: 125px;
    padding: 10px;
    border-radius: 5px;
    background: #F7F7F7;
}

.place-order .con-r {
    padding: 0;
    border-top: 3px solid #265385;
}

.place-order .con-r .top {
    font-weight: bold;
    font-size: 18px;
    color: #1F4D81;
    line-height: 36px;
    text-align: left;
    background: #F7F7F7;
    padding: 10px;
}

.place-order .con-r .head-box {
    padding: 30px;
}

.place-order .con-r .head-box .item {
    border-bottom: 1px dashed #DDDDDD;
}

.f20 {
    font-size: 20px;
}

input[type="checkbox"] {
    width: 17px;
    height: 17px;
}

.tbold {
    font-weight: bold;
}

.place-order-info {
    font-weight: 300;
    font-size: 15px;
    color: #292929;
}

.Please-tic {
    margin-top: .36rem;
    font-weight: 300;
    font-size: 15px;
    color: #1F4D81;
    margin-bottom: .4rem;
}

.Please-tic img {
    margin-right: 5px;
}

.order-success {
    background-color: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.29rem 20px;
}

.order-success .container>img {
    object-fit: contain;
    height: auto;
    margin: auto;
    display: block;
}

.order-success .container .t1 {
    font-weight: 300;
    font-size: .3rem;
    color: #FF6000;
    text-align: center;
    margin: .5rem 0 .5rem;
}

.order-success .container .t2 {
    font-weight: 300;
    font-size: 15px;
    color: #2B2B2B;
    line-height: 36px;
    text-align: center;
}

.order-success .container .btn-group {
    margin: .4rem 0 .47rem;
}

.order-success .container .btn-group .btn {
    min-width: 113px;
    width: auto;
    border-radius: 4px 4px 4px 4px;
    border: 2px solid #B7B7B7;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 5px;
}

.order-success .container .btn-group .btn::after {
    width: 23px;
    height: 23px;
    background: url(../images/xd3.png)no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    display: block;
    visibility: hidden;
    opacity: 0;
}

.order-success .container .btn-group .btn.cur::after {
    visibility: visible;
    opacity: 1;
}

.order-success .container .btn-group .btn1 {
    text-transform: uppercase;
    width: auto;
    min-width: 282px;
    height: 49px;
    background: #214C81;
    border-radius: 3px 3px 3px 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    margin: 0 11px;
}

.order-success .container .btn-group .btn1.cur {
    background: #FF6000;
}

.expert-b {
    background: #F7F7F7;
    padding-bottom: .67rem;
}

.expert-b-banner,
.expert-b-banner img {
    width: 100%;
    object-fit: cover;
    min-height: 4.6rem;
}

.expert-b-list {
    padding: .53rem 0 .67rem;
}

.expert-b-item {
    width: 31%;
    background: #FFFFFF;
    border-radius: 15px 15px 15px 15px;
    padding: .35rem;
}

.expert-b-item img {
    object-fit: contain;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}


.expert-b-item .t1 {
    font-weight: 500;
    font-size: 30px;
    color: #4A4A4A;
    line-height: 48px;
    text-align: center;
    margin-bottom: 10px;
}

.expert-b-item .t2 {
    font-weight: 500;
    font-size: 18px;
    color: #4A4A4A;
    text-align: center;
}

.expert-b-btn {
    width: fit-content;
    min-width: 159px;
    height: 49px;
    background: #1F4D81;
    border-radius: 3px 3px 3px 3px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.expert-mode .t1 {
    font-weight: bold;
    font-size: 30px;
    color: #2C2C2C;
}

.expert-mode .inputb {
    margin: .4rem 0 .3rem;
}

.expert-mode .inputb input {
    width: 100%;
    height: 44px;
    border: 1px solid #E5E6E8;
    padding: 0 20px;
    margin-bottom: 15px;
}

.expert-mode .btn {
    min-width: 287px;
    width: fit-content;
    height: 49px;
    background: #1F4D81;
    border-radius: 3px 3px 3px 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
}

.expert-b-banner-con {
    position: absolute;
    top: 50%;
    left: 45.21%;
    max-width: 7.89rem;
    transform: translateY(-50%);
}

.expert-b-banner-con .t1 {
    font-weight: 400;
    font-size: .5rem;
    color: #494949;
}

.expert-b-banner-con .expert-b-btn {
    margin-top: .3rem;
    margin-left: 0;
}

.wish-con-b {
    padding: .25rem 0 .7rem;
    background-color: #F7F7F7;
}

.wish-b {
    display: none;
}

.wish-con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: .4rem;
}

.wish-l {
    width: 3.35rem;
}

.wish-l-h {
    height: 57px;
    background-color: #1F4D81;
    border-radius: 15px 0 0 0;
    font-size: 24px;
    font-family: MontserratBold;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 57px;
    padding-left: 21px;
}

.wish-l-c-notic {
    margin-top: 20px;
}

.wish-l-c-notic,
.wish-l-c-notic img {
    width: 100%;
}

.wish-l-c-notic .t1 {
    font-weight: 600;
    font-size: 20px;
    color: #1F4D81;
    text-align: right;
    position: absolute;
    top: 50%;
    right: .4rem;
    transform: translateY(-50%);
    text-transform: uppercase;
}

.wish-l-c {
    background-color: #fff;
    padding: 48px 20px 58px 20px;
}

.wish-l-c-item:last-child {
    margin-bottom: 0;
}

.wish-l-c-item>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wish-l-c-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 41px;
}

.wish-l-c-item>img {
    width: 15px;
    height: 15px;
}

.wish-l-c-item>div>span {
    font-size: 16px;
    font-weight: 300;
    color: #383838;
    margin-left: 14px;
    margin-right: 40px;
}

.wish-l-c-item.wish-con-active .wish-b {
    display: block;
}

.wish-l-c-item.wish-con-active .wish-a {
    display: none;
}

.wish-con-active {
    font-family: MontserratSemi !important;
    font-weight: Bold !important;
    color: #FF6000 !important;
}

.wish-r {
    width: calc(100% - 3.5rem);
    background: #fff;
    padding: .27rem;
    padding-bottom: 1rem;
}

.wish-r-title {
    font-size: 15px;
    font-family: MontserratLight;
    font-weight: 300;
    color: #171717;
    line-height: 30px;
    margin-top: 40px;
}

.wish-r-h {
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
}

.wish-r-h>h3 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 18px;
    font-family: MontserratBold;
    font-weight: bold;
    color: #383838;
    line-height: 45px;
    border-bottom: 2px solid #1F4D81;
}

.wish-menu {
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #F7F7F7;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 31px;
    padding: 0 5px 0 18px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wish-menu-item>input {
    margin-right: 23px;
    border: 1px solid #E7E8EA;
}

.wish-menu-item>span {
    font-size: 15px;
    font-family: MontserratSemi;
    font-weight: Bold;
    color: #292929;
    line-height: 30px;
}

.wish-menu>.wish-menu-item:nth-child(2)>span {
    margin: 0 58px 0;
}

.wish-list {}

.wish-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px 35px 20px;
    margin-top: 33px;
    margin-bottom: 41px;
    position: relative;
    border-bottom: 1px dashed #E6E6E6;
}

.wish-list-item>img {
    width: 115px;
    height: 115px;
    border: 1px solid #E5E6E8;
    margin: 0 20px 0 24px;
}

.wish-list-item>h4 {
    width: 47px;
    height: 13px;
    font-size: 15px;
    font-family: MontserratBold;
    font-weight: Bold;
    color: #318449;
    line-height: 115px;
    margin-left: 140px;
    margin-right: 132px;

}

.wish-list-item>span {
    font-size: 15px;
    font-family: MontserratLight;
    font-weight: 300;
    color: #292929;
    margin-right: 40px;
    line-height: 115px;

}

.wish-del {
    width: 20px !important;
    height: 22px !important;
    position: absolute;
    top: 40%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wish-list-item-title {
    width: 40%;
}

.wish-list-item-title>div {
    font-size: 15px;
    font-family: MontserratLight;
    font-weight: 300;
    color: #171717;
    line-height: 30px;
}

.wish-list-item-title>span {
    margin-top: 27px;
}

.wish-list-item-title>span>p {
    font-size: 15px;
    font-family: MontserratLight;
    font-weight: 300;
    color: #848383;
    line-height: 24px;
}

.wish-check-del {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px 0;
}

.wish-check-del>span {
    font-size: 15px;
    font-family: MontserratLight;
    font-weight: bold;
    color: #ffffff;
    margin-left: 21px;
    width: 100px;
    height: 35px;
    background: #1F4D81;
    border-radius: 5px;
    text-align: center;
    line-height: 35px;
}


.acc-info {
    padding: 42px 0 61px 0;
    border-bottom: 1px solid #E6E6E6;
}

.acc-info-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.acc-info-item>span {
    width: 206px;
    font-size: 15px;
    font-family: MontserratLight;
    font-weight: 300;
    color: #292929;
    line-height: 36px;
    margin-right: 63px;
}

.acc-info-item>a>span {
    font-size: 15px;
    font-family: MontserratLight;
    font-weight: 300;
    color: #383838;
    line-height: 36px;
    margin-left: 7px;
}

.acc-logout {
    width: 176px;
    height: 49px;
    background: rgba(194, 162, 132, 0);
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    font-size: 18px;
    font-family: MontserratBold;
    cursor: pointer;
    font-weight: bold;
    color: #383838;
    line-height: 49px;
    text-align: center;
    margin-top: 27px;
    text-transform: uppercase;
}

.acc-addinfo {
    margin-top: 74px;
}

.acc-addinfo>h3 {
    font-size: 18px;
    font-family: MontserratBold;
    font-weight: bold;
    color: #383838;
    line-height: 36px;
}

.acc-addinfo-menu {
    height: 50px;
    margin-top: 17px;
    background-color: #F7F7F7;
}

.acc-addinfo-menu>span {
    margin: 0 50px 0;
    font-size: 15px;
    font-family: MontserratSemi;
    font-weight: Bold;
    color: #292929;
    line-height: 50px;
}

.acc-addinfo-menu-item {
    border-bottom: 1px dashed #E6E6E6;
    background-color: #FFFFFF !important;
}

.acc-addinfo-menu-item>span {
    font-size: 15px;
    font-family: MontserratLight;
    font-weight: 300;
    color: #2B2B2B;
    line-height: 36px;
}

.acc-addbtn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 49px;
    background: #1F4D81;
    border-radius: 3px;
    margin-top: 34px;
    text-align: center;
    padding: 0 59px 0;
    line-height: 49px;
    font-size: 18px;
    cursor: pointer;
    font-family: MontserratBold;
    font-weight: bold;
    color: #FFFFFF;
}

.ads-input,
.add-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.add-input>input {
    width: 3.33rem;
    height: 44px;
    margin-top: 30px;
    padding: 0 20px 0;
    border: 1px solid #E5E6E8;
    background-color: #E5E6E8;
}

.ads-input>input {
    width: 6.82rem;
    height: 44px;
    margin-top: 20px;
    padding: 0 20px 0;
    border: 1px solid #E5E6E8;
    background-color: #FFFFFF;

}

.ads-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.ads-input-item {
    margin-top: 53px;
    margin-right: 17px;
}

.ads-input-item>select,
.ads-input-item>input {
    width: 333px;
    height: 44px;
    margin-top: 19px;
    padding: 0 20px 0;
    border: 1px solid #E5E6E8;
}

.ads-input-item>h3 {
    font-size: 18px;
    font-family: MontserratBold;
    font-weight: bold;
    color: #C2A284;
}

.ads-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 35px;
}

.ads-info>span {
    font-size: 15px;
    font-family: MontserratLight;
    font-weight: 300;
    color: #C2A284;
    line-height: 30px;
    margin-left: 3px;
}

.add-input>input::-webkit-input-placeholder,
.change-name-input-i::-webkit-input-placeholder {
    font-size: 16px !important;
}

.change-name-addbtn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 49px;
    background: #1F4D81;
    border-radius: 3px;
    margin-top: 20px;
    text-align: center;
    line-height: 49px;
    padding: 0 59px 0;
    font-size: 18px;
    font-family: MontserratBold;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
}


.pwd-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 33px;
}

.pwd-input>input {
    width: 333px;
    height: 44px;
    margin-bottom: 18px;
    padding: 0 20px 0;
    border: 1px solid #E5E6E8;
}



.pwd-input-code {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pwd-input-code-item {
    margin-right: 39px;
}

.pwd-input-code-item>input {
    width: 248px;
    height: 44px;
    padding: 0 20px 0;
    border: 1px solid #E5E6E8;
}

.pwd-input-code-item>span {
    width: 85px;
    height: 44px;
    background-color: #C2A284;
    line-height: 44px;
    text-align: center;
    font-size: 15px;
    font-family: MontserratLight;
    font-weight: 300;
    cursor: pointer;
    color: #FFFFFF;
}

.pwd-info {
    margin-top: 35px;
}

.pwd-info>span {
    font-size: 15px;
    font-family: MontserratLight;
    font-weight: 300;
    color: #C2A284;
    line-height: 30px;
    margin-left: 3px;
}

.pwd-input-info {
    font-weight: 300;
    font-size: 15px;
    color: #A4A4A4;
    margin-top: .35rem;
}

.pwd-input-info img {
    margin-right: 5px;
    object-fit: contain;
    display: block;
}


.pwd-code {
    width: 333px;
    margin-bottom: 18px;
}

.pwd-code>input {
    width: 100%;
    height: 44px;
    padding: 0 20px 0;
    border: 1px solid #E5E6E8;
}

.pwd-code .btn {
    width: auto;
    min-width: 85px;
    height: 44px;
    background: #1F4D81;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-size: 15px;
    color: #FFFFFF;
}

.pwd-model-b img {
    display: block;
    width: auto;
    margin: auto;
    object-fit: contain;
}


.pwd-model-b .t1 {
    font-weight: bold;
    font-size: 30px;
    color: #2C2C2C;
    text-align: center;
    margin: .3rem 0 .5rem;
}

.pwd-model-b .btn {
    min-width: 159px;
    width: fit-content;
    height: 49px;
    background: #1F4D81;
    border-radius: 3px 3px 3px 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    margin: auto;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
}

.account-b .a {
    font-weight: 300;
    font-size: 15px;
    color: #292929;
    padding: .64rem 0;
    border-bottom: 1px solid #E6E6E6;
}

.account-b .a .gold {
    font-weight: 500;
    font-size: 36px;
    color: #238300;
    margin-left: 10px;
}

.account-b .a .a-r {
    min-width: 164px;
    width: fit-content;
    height: 49px;
    background: #1F4D81;
    padding: 0 .2rem;
    border-radius: 3px 3px 3px 3px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.account-b .a .a-l>.t1 {
    white-space: nowrap;
}

.account-b .a .a-r img {
    display: block;
    object-fit: contain;
    margin-right: 10px;
}

.account-b .b {
    padding-top: .39rem;
}

.account-b .b .b-menu {
    margin-bottom: .5rem;
}

.account-b .b .b-menu-i {
    font-weight: 500;
    font-size: 14px;
    margin-right: .2rem;
    width: fit-content;
    height: 39px;
    padding: 0 20px;
    border-radius: 20px 20px 20px 20px;
    line-height: 39px;
    color: #383838;
}

.account-b .b .b-menu-i.cur {
    background: #1F4D81;
    color: #FFFFFF;
}

.account-b .uk-table th {
    font-weight: 600;
    font-size: 15px;
    color: #292929;
    background: #F7F7F7;
}

.account-info {
    width: 100%;
    height: 50px;
    background: #F7F7F7;
    margin: 0 23px;
    padding: 0 20px;
}

.account-info input {
    width: 100%;
    height: 100%;
    background: transparent;
    font-size: 16px;
}

.c23833 {
    color: #238300;
}

.wish-tables .wish-tables-i.cur {
    display: table;
}

.wish-tables .wish-tables-i {
    display: none;
}

.coupon-list {
    margin-top: .39rem;
    display: none;

}


.coupon-list-i {
    width: 48%;
    min-height: 2.03rem;
    background: url(../images/cpbg.png)no-repeat;
    background-size: 100% 100%;
    margin-bottom: .34rem;
}

.coupon-list-i .l {
    width: 25%;
    height: 100%;
    padding: 20px;
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.coupon-list-i .l .t1 {
    font-weight: 500;
    font-size: 48px;
    color: #FF6000;
}

.coupon-list-i .l .t2 {
    font-weight: 500;
    font-size: 18px;
    color: #FF6000;
}

.coupon-list-i .r {
    width: calc(75% - 25px);
    height: 100%;
    padding: 20px;
    margin-left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.coupon-list-i .r .t2,
.coupon-list-i .r .t1 {
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    text-align: left;
}

.coupon-list-i .r .t2 {
    font-weight: 300;
    font-size: 16px;
}

.coupon-list-i .r .t3 {
    font-weight: 300;
    font-size: 14px;
    color: #939393;
    margin-top: .2rem;
}

.coupon-list-i .r .t4 {
    font-weight: 500;
    font-size: 16px;
    color: #9D9D9D;
}

.coupon-list-i .r .t4.cur1 {
    color: #FF6000;
}

.coupon-list-i .r .t4.cur2 {
    color: #1F4D81;
}

.coupon-list.cur {
    display: flex;
}

.wish-input {
    margin-bottom: .3rem;
}

.wish-input input {
    max-width: 333px;
    width: 100%;
    height: 44px;
    border: 1px solid #E5E6E8;
    padding: 0 20px;
    font-size: 16px;
    margin: auto;
    margin-bottom: 8px;
    display: block;
}

.history-list {
    margin-top: .37rem;
}

.history-list::after {
    width: 32%;
    content: '';
}

.history-list .list-i {
    width: 32%;
    margin-bottom: 30px;
}

.order-details {}


.order-details-i p {
    font-weight: 300;
    font-size: 14px;
    color: #212121;
    margin-bottom: 10px;
}

.order-details-i .t1 {
    font-weight: 600;
    font-size: 16px;
    color: #323232;
    margin-bottom: .3rem
}

.order-details-i {
    padding: .3rem;
    border-bottom: 1px solid #E6E6E6;
}

.order-details-i:last-child {
    border-bottom: none;
}


.wish-tables .wish-list-item {
    border-bottom: none;
    margin: 0;
    padding: 0;
}


.wish-tables .wish-list-item>img {
    margin-left: 0;
}

.wish-tables .gold {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gold-num {
    font-weight: bold !important;
    font-size: 15px !important;
    color: #318449 !important;
    margin-bottom: 5px !important;
}

.gold-nums {
    font-weight: 300;
    font-size: 15px;
    color: #292929;
    margin: 0 !important;
}

.wish-tables td {
    vertical-align: inherit !important;
}

.wish-tables .wish-list-item-title {
    width: auto;
}

.order-details-info {
    font-weight: 300;
    font-size: 15px;
    color: #171717;
}

.order-box {
    padding: .25rem 0;
}

.wish-tables-btn {
    width: auto;
    height: 32px;
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1F4D81;
}

.wish-tables-title {
    font-weight: 300;
    font-size: 15px;
    color: #292929;
    margin-right: 20px;
}

.unpaid {
    font-weight: 300;
    font-size: 15px;
    color: #FF721D;
}

.paid {
    font-weight: 300;
    font-size: 15px;
    color: #1F4D81;
}

.product-detail .model1 {
    background: #F7F7F7;
    padding: .72rem 0;
}

.goods-box-info-row-l {
    width: 56%;
    background: #fff;
    padding: .4rem .3rem;
}

.goods-box-info-row-l-swiper1-i img {
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
}

.goods-box-info-row-l-swiper1 {
    width: 1.09rem;
    max-height: 5.32rem;
    min-height: 5.32rem;
}

.goods-box-info-row-l-swiper2 {
    width: calc(100% - 120px);
}

.goods-box-info-row-l-swiper2 .swiper-pagination {
    display: none;
}

.goods-box-info-row-l-swiper2-i {
    display: flex;
    justify-content: center;
}

.goods-box-info-row-l-swiper2-i img {
    width: 5.34rem;
    height: auto;
    object-fit: contain;
}

.goods-box-info-row-r {
    width: calc(100% - 60%);
    background: #fff;
    border-top: 1px solid #265385;
    padding: .37rem .24rem;
}

.goods-box-info-row-r h1 {
    font-weight: bold;
    font-size: 24px;
    color: #292929;
}

.goods-box-info-row-r .menu {
    margin: 20px 0;
}

.goods-box-info-row-r .menu p {
    width: calc(100% / 2);
    font-weight: 300;
    font-size: 16px;
    color: #292929;
    line-height: 30px;
}

.goods-box-info-row-r .nums {
    padding: 25px;
    background: #F7F7F7;
}

.goods-box-info-row-r .nums .nums-l {
    font-weight: 300;
    font-size: 16px;
    color: #388F13;
    line-height: 36px;
}

.goods-box-info-row-r .nums .nums-l .t1 {
    font-size: 30px;
    font-weight: bold;
}

.goods-box-info-row-r .nums .nums-l .t2 {
    font-weight: 400;
    font-size: 18px;
    color: #B8B8B8;
    line-height: 36px;
    text-decoration: line-through;
    margin: 0 20px;
}

.goods-box-info-row-r .coupon {
    margin: 10px 0;
}

.coupon-i {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0 20px;
    height: 32px;
    background: #FFEEE3;
    font-weight: 300;
    font-size: 15px;
    color: #FF6000;
    line-height: 32px;
}

.goods-box-info-row-r-stype-title {
    font-weight: 300;
    font-size: 16px;
    color: #171717;
    margin-bottom: 10px;
}

.goods-box-info-row-r-stype {
    margin-bottom: 0.3rem;
}

.goods-box-info-row-r-stype-i {
    padding-right: 15px;
    position: relative;
}

.goods-box-info-row-r-stype-i-img {
    width: 1.03rem;
    min-width: 1.03rem;
    height: 1.03rem;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 5px;
    border: 1px solid #E5E6E8;
}

.goods-box-info-row-r-stype-i-img img {
    /* border-radius: 50%; */
    object-fit: cover;

}

.goods-box-info-row-r-stype-i.cur .goods-box-info-row-r-stype-i-img {
    border: 1px solid #FF6000;
}

.goods-box-info-row-r-stype-i-img em {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -15px;
    height: 20px;
    line-height: 20px;
    color: #666 !important;
    border: 1px solid #ccc;
    padding: 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    background: #fff;
    display: none;
}

.goods-box-info-row-r-stype-i:hover .goods-box-info-row-r-stype-i-img em {
    display: block;
}

.goods-box-info-row-r-num {
    font-size: 16px;
    font-weight: 300;
    color: #171717;
    margin-top: 0.34rem;
}

.goods-box-info-row-r .btns {
    margin: 20px 0 30px;
}

.goods-box-info-row-r .btns-i {
    width: 48%;
    height: 60px;
    background: #1F4D81;
    border-radius: 3px 3px 3px 3px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.goods-box-info-row-r .btns .btns-i.cur {
    background: #FF6000;
}

.goods-box-info-row-r .share-r img,
.share-l-i {
    display: block;
    margin-right: 5px;
}

.goods-box-info-row-r .share-r img,
.share-l-i img {
    width: 24px;
    height: auto;
    object-fit: contain;
}

.goods-box-info-row-r .share-r {
    font-weight: 300;
    font-size: 15px;
    color: #292929;
}

.product-detail .model2 {
    background: #fff;
    padding: .72rem 0;
}

.product-detail .model2 .model2-row .model2-row-i>.t1 {
    font-weight: bold;
    font-size: 30px;
    color: #2F2F2F;
    margin-bottom: .5rem;
}

.model2-row-i {
    margin-bottom: .8rem;
}

.model2-row-i-info {
    font-weight: 300;
    font-size: 18px;
    color: #2F2F2F;
}

.model2-row-i-info img {
    display: block;
    object-fit: contain;
}

.star-info {
    font-weight: 300;
    font-size: 18px;
    color: #2F2F2F;
}

.star-box {
    margin-top: .4rem;
}

.star-box-r,
.star-box-l {
    width: 48%;
}

.star-box-r {
    max-height: 900px;
}

.star-box-l .star-box-l-title {
    font-weight: bold;
    font-size: 16px;
    color: #020200;
    margin-bottom: .3rem;
}

.star-box-i .t {
    font-weight: 300;
    font-size: 16px;
    color: #020200;
    margin-bottom: .1rem;
}

.star-box-i textarea,
.star-box-i input {
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #E8E8E8;
    padding: 0 20px;
    font-size: 16px;
}


.star-box-i textarea {
    height: auto;
    padding: 20px;
}

.star-box-i {
    margin-bottom: 20px;
}

.star-box-l .btn {
    width: 100%;
    height: 60px;
    background: #204C82;
    border-radius: 3px 3px 3px 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.star-box-r {
    padding-right: .28rem;
    overflow-y: auto;
}

/* .star-box-r::-webkit-scrollbar {
    width: 5px;
    background: #fff;
}

.star-box-r::-webkit-scrollbar-thumb {
    background: #204C82;
} */

.star-box-r-i {
    background: #FAFAFA;
    border-radius: 8px 8px 8px 8px;
    padding: .3rem;
    margin-bottom: .2rem;
}


.star-box-r-i .top {
    padding-bottom: 10px;
    border-bottom: 1px solid #EDEDED;
}

.star-box-r-i .top .top-l {
    font-weight: bold;
    font-size: 18px;
    color: #262626;
}

.star-box-r-i .top img {
    display: block;
    object-fit: contain;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.star-box-r-i .con {
    font-weight: 300;
    font-size: 14px;
    color: #262626;
    line-height: 24px;
    padding: .2rem 0 0;
}


*+.uk-table {
    margin: 0 !important;
}

/*  new  */
@media (max-width:1600px) {

    .public-tobody {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (max-width:1500px) {
    .mauto {
        width: 98%;
    }

    nav ul li {
        margin: 0 .5vw;
    }

    .list-box-i .items {
        width: calc(100% / 4);
        padding-left: .95rem;
        margin-bottom: .93rem;
    }

    .list-box-i .list-box-i-img {
        min-width: auto;
    }
}

@media (max-width:1400px) {
    .public-con {
        padding: 0 !important;
    }

    .wrap {
        padding-left: .2rem;
        padding-right: .2rem;
    }

    .public-top {
        padding-top: 119px;
    }

    .home-swiper-con>.title {
        font-size: 30px;
        line-height: 45px;
    }

    .home-swiper-con>.info {
        font-size: 22px;
        line-height: 36px;
    }

    .public-tobody1400,
    .public-tobody {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .header-nav-menu a {
        display: block;
        margin-right: 0.2rem;
    }
}

@media (max-width:1400px) {
    .h-model2 .list {
        margin-top: 0.67rem;
        margin-left: -0.3rem;
    }

    .h-model2 .list .list-i {
        width: calc(100% / 5);
        padding-left: 0.3rem;
    }
}

@media (max-width:1350px) {
    nav ul li {
        margin: 0 5px;
    }

    .header-nav-menu a {
        margin-right: 0.1rem;
    }

    .header-nav-menu img {
        width: 25px;
    }
}

@media (max-width:1280px) {
    .pro-info-box {
        display: block;
    }

    .pro-info .sj2,
    .pro-info .sj {
        width: 100%;
    }

    .pro-info .sj2 {
        float: left;
        margin-top: 30px;
    }

    .pro-info .sj {
        padding-bottom: 20px;
    }
}

@media (max-width:1250px) {
    .md-db {
        display: block !important;
    }

    .ny-banner {
        padding: 6% 0 0
    }

    .ny-nav span {
        position: relative;
        display: block;
        padding: 0 55px 0 20px;
        border-radius: 5px;
        background: rgba(0, 0, 0, 0.6);
        line-height: 52px;
        font-size: 16px;
        height: 52px
    }

    .ny-nav span:before {
        content: "";
        position: absolute;
        right: 20px;
        top: 0;
        height: 100%;
        width: 15px;
        background: url(../images/xx2.png) no-repeat center center;
        -o-background-size: 100% auto;
        background-size: 100% auto
    }

    .ny-nav p {
        float: none;
        display: none;
        position: absolute;
        z-index: 5;
        left: 0;
        top: 52px;
        width: 100%
    }

    .ny-nav p a {
        width: 100%;
        text-align: left;
        padding: 10px 20px;
        font-size: 15px;
        line-height: 25px
    }

    .mauto {
        width: 95%;
    }

    nav ul li {
        margin: 0 0px;
    }

    .header-m {
        left: 0;
        top: 0;
        width: 100%;
        height: 70px;
        background: #fff;
        -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1)
    }

    .header-m::after {
        display: none;
        position: fixed;
        content: '';
        top: 70px;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5)
    }

    .header-m .logo {
        position: absolute;
        left: 50%;
        height: 70px;
        line-height: 70px;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%)
    }

    .header-m .logo img {
        max-height: 40px
    }

    .header-m .m-menu-b {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 70px;
        cursor: pointer
    }

    .header-m .m-menu-b::before,
    .header-m .m-menu-b::after {
        position: absolute;
        content: '';
        top: 50%;
        left: -webkit-calc(35px / 2);
        left: -moz-calc(35px / 2);
        left: calc(35px / 2);
        width: 25px;
        height: 1px;
        z-index: 999;
        -o-transition: all .3s ease-out .3s;
        -moz-transition: all .3s ease-out .3s;
        transition: all .3s ease-out .3s;
        -webkit-transition: all .3s ease-out .3s;
        background: #222
    }

    .header-m .m-menu-b::before {
        -moz-transform: translateY(-4px) rotate(0);
        -ms-transform: translateY(-4px) rotate(0);
        -o-transform: translateY(-4px) rotate(0);
        transform: translateY(-4px) rotate(0);
        -webkit-transform: translateY(-4px) rotate(0)
    }

    .header-m .m-menu-b::after {
        -moz-transform: translateY(4px) rotate(0);
        -ms-transform: translateY(4px) rotate(0);
        -o-transform: translateY(4px) rotate(0);
        transform: translateY(4px) rotate(0);
        -webkit-transform: translateY(4px) rotate(0)
    }

    .header-m .m-menu {
        display: none;
        z-index: 888;
        position: fixed;
        width: 100%;
        width: 260px;
        height: 100%;
        top: 0;
        left: -260px;
        opacity: 1;
        background: #fafafa;
        text-align: left;
        padding-top: 70px
    }

    .header-m .m-menu::after {
        position: absolute;
        top: 70px;
        content: '';
        width: 100%;
        height: 1px;
        background: #ebebeb
    }

    .header-m .nav {
        height: -webkit-calc(100% - 106px);
        height: -moz-calc(100% - 106px);
        height: calc(100% - 106px);
        overflow-x: hidden;
        overflow-y: auto
    }

    .header-m .nav>li {
        border-bottom: 1px solid #ebebeb;
        -moz-animation: resize .5s both;
        -o-animation: resize .5s both;
        animation: resize .5s both;
        -webkit-animation: resize .5s both
    }

    .header-m .nav>li>a {
        position: relative;
        display: block;
        width: 100%;
        font-size: 15px;
        padding: 0 40px;
        color: #666;
        vertical-align: middle;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: break-word;
        overflow: hidden;
        height: 50px;
        line-height: 50px
    }

    .header-m .nav>li>a::after {
        position: absolute;
        content: '';
        left: 20px;
        top: 50%;
        width: 8px;
        height: 8px;
        margin-top: -5px;
        border: 1px solid #999;
        border-radius: 50%;
        background: transparent;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        -webkit-transition: all .3s
    }

    .header-m .nav>li .sub-nav {
        display: none
    }

    .header-m .nav>li .sub-nav a {
        position: relative;
        display: block;
        line-height: 24px;
        padding: 12px 40px;
        background: #f2f2f2;
        color: #4E4E4E
    }

    .header-m .nav>li .sub-nav a::before,
    .header-m .nav>li .sub-nav a::after {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        left: 20px;
        top: 20px;
        border: 5px solid transparent;
        overflow: hidden;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        -webkit-transition: all .3s
    }

    .header-m .nav>li .sub-nav a::before {
        left: 21px;
        border-left: 5px solid #555
    }

    .header-m .nav>li .sub-nav a::after {
        border-left: 5px #ebebeb solid
    }

    .header-m .nav>li.cur {
        position: relative
    }

    .header-m .nav>li.cur::after,
    .header-m .nav>li.cur::before {
        position: absolute;
        content: '';
        background: #999;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
        -webkit-transition: all .5s
    }

    .header-m .nav>li.cur::before {
        top: 19px;
        right: 25px;
        width: 2px;
        height: 12px
    }

    .header-m .nav>li.cur::after {
        top: 24px;
        right: 20px;
        width: 12px;
        height: 2px
    }

    .header-m .nav>li.active::after {
        background: #fff
    }

    .header-m .nav>li.active::before {
        height: 0
    }

    .header-m .nav>li.active>a {
        color: #fff;
        background: #1062A5
    }

    .header-m .nav>li.active>a::after {
        border-color: #fff;
        background: #fff
    }

    .header-m .nav>li.active .sub-nav li {
        -moz-animation: ReturnToNormal .5s both;
        -o-animation: ReturnToNormal .5s both;
        animation: ReturnToNormal .5s both;
        -webkit-animation: ReturnToNormal .5s both
    }

    .header-m .m-search-b {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 70px;
        cursor: pointer;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAVFBMVEUAAABVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVW+WkCdAAAAG3RSTlMA86cS1Qd0zb+G48R+W0E4lVIhm5BKLeppGrQHXWddAAABjklEQVRIx6VV2XLDIAzkBgdf8d3o//+zg6GtB5DiTPfNi1cCrTRiV8i1Fc5aJ0yv2R30gsMv9mV7K9hekGGWtMJACf6kFOLnLyvGWShIaHCFgxOu+4rfk7GRWegcqr9y3X6SLfUOkbHSn3RfU0zx2khyrrGHiFowhcQaznewGuTpraynH4hXmpzVIZJnCELZbE6uIRBqcxNOv0oyVAXBUAsostTFtUs7fVHhos5zxoVmGunuE/+XuHcXKyOKzPvC/9LLNlYeQZ+KXFb+wCRztclCakXZ4gp6DIG6umSpn02AtswWj5Dhs+i4HNiFQZQKhQ/fEwLslJVyD+xDElMB3OhLisBRLi/x/NH0Mm6AmUOCwmxuIYEr7xWHC3ZsBawPKJAoPmBGNzwTdHqBiBXtWmP/9oTrdKpLbAAU07MdxdyYVWZr52D3cQBQGwD3GRl2asrKjqKxpVK+PtBMySCv72ukSs0j72u0T/ZO7D5eyWKk4bCtja5bakDQhUcPiGcfwMQSsE/QVbctjcFZw74Bhtc3xlH5qhwAAAAASUVORK5CYII=) no-repeat left center;
        -o-background-size: 23px;
        background-size: 23px
    }

    .md-dn {
        display: none !important;
    }

    html.active {
        height: 100%;
        overflow: hidden
    }

    html.active body {
        height: 100%;
        overflow: hidden
    }

    html.active .header-m {
        left: 260px
    }

    html.active .header-m::after {
        display: block
    }

    html.active .header-m .m-menu-b::before,
    html.active .header-m .m-menu-b::after {
        background: #000
    }

    html.active .header-m .m-menu-b::before {
        -moz-transform: translateY(0) rotate(225deg);
        -ms-transform: translateY(0) rotate(225deg);
        -o-transform: translateY(0) rotate(225deg);
        transform: translateY(0) rotate(225deg);
        -webkit-transform: translateY(0) rotate(225deg)
    }

    html.active .header-m .m-menu-b::after {
        -moz-transform: translateY(0) rotate(-225deg);
        -ms-transform: translateY(0) rotate(-225deg);
        -o-transform: translateY(0) rotate(-225deg);
        transform: translateY(0) rotate(-225deg);
        -webkit-transform: translateY(0) rotate(-225deg)
    }

    html.active .header-m .m-menu {
        display: block;
        left: 0
    }

    html.active footer,
    html.active main,
    html.active .i-banner,
    html.active .banner {
        -moz-transform: translateX(260px);
        -ms-transform: translateX(260px);
        -o-transform: translateX(260px);
        transform: translateX(260px);
        -webkit-transform: translateX(260px)
    }

    main {
        padding-top: 70px;
    }

}

@media (max-width:1200px) {
    .product-detail .model2 .h-model1 .list-i {
        margin-bottom: 20px;
    }

    .goods-box-info-row-r {
        width: 100%;
        margin-top: .3rem;
    }

    .goods-box-info-row-l {
        width: 80%;
        margin: auto;
    }

    .product-detail .model1 .model1-row {
        display: block;
    }

    .expert-b-banner-con .t1 {
        font-size: .3rem;
    }

    .wish-tables-b {
        margin-bottom: 20px;
    }

    .about-box .con .list,
    .about-box .con .videos {
        margin-top: .5rem;
    }

    .about-box .con {
        padding: .5rem 0 1rem;
    }

    .lx-list {
        margin-top: 1rem;
    }

    .wish-tables-b,
    .acc-addinfo,
    .wish-r-scroll,
    .wish-tables {
        overflow-x: auto;
    }

    .wish-tables-b table,
    .wish-tables table,
    .acc-addinfo-menu,
    .shopping-cart .table-w table,
    .wish-menu,
    .wish-list,
    .wish-tables table {
        min-width: 1200px;
    }

    .expert-b-list,
    .place-order {
        padding: .4rem 0;
    }

    .place-order .con-r {
        margin-top: 30px;
    }

    .place-order .con-r,
    .place-order .con-l {
        width: 100%;
    }

    .place-order-box {
        display: block;
    }

    .list-box-i .items {
        width: calc(100% / 3);
    }

    .downloads-item2 .list-box {
        margin-top: .4rem;
    }

    .xw-list-i {
        width: calc(100% / 2);
    }

    .ads-input-item>select,
    .ads-input-item>input {
        width: 250px;
    }

    .h-model2 .list .list-i-r {
        margin: auto;
        display: block;
    }

    .h-model2 .list .list-i {
        width: calc(100% / 3);
        padding-left: 0;
        margin-bottom: .2rem;
    }

    .h-model2 .list,
    .h-model1 .list {
        display: flex;
        flex-wrap: wrap;
    }

    .h-model2 .list {
        justify-content: space-between;
    }

    .h-model2 .list::after {
        width: 33%;
        content: '';
        display: block;
    }

    .h-model1 .list-i {
        width: calc(100% / 2);
        padding-left: 18px;
    }

    .h-model2,
    .h-model1 {
        padding: 0.2rem 0 0;
    }


    .wish-con {
        display: block;
    }

    .wish-r,
    .wish-l {
        width: 100%;
    }

    .wish-con,
    .wish-r {
        margin-top: 20px;
    }

    .wish-l-c {
        padding: .25rem 20px;
    }

    .wish-l-c-item {
        margin-bottom: .25rem;
    }
}


@media (max-width:1024px) {
    header {
        height: 70px
    }

    .main-nav-m {
        display: block;
    }

    .public-nav {
        display: none;
    }

    .public-title {
        font-size: 30px;
    }
}

@media (max-width:1024px) {

    .star-box-i input {
        width: 100%;
        height: 40px;
    }

    .star-box-r {
        margin-top: .3rem;
    }

    .star-box-r,
    .star-box-l {
        width: 100%;
    }

    .star-box {
        display: block;
    }

    .product-detail .model2 .model2-row .model2-row-i>.t1 {
        margin-bottom: .25rem;
    }

    .model2-row-i {
        margin-bottom: .3rem;
    }

    .product-detail .model1,
    .product-detail .model2 {
        padding: .3rem 0;
    }

    .h-model2 .list {
        margin-left: 0 !important;
    }

    .expert-b-list {
        display: block;
    }

    .expert-b-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .order-details-i {
        padding: .2rem 0;
    }

    .acc-addinfo {
        margin-top: .5rem;
    }

    .about-box .con .videos::after {
        width: 1rem;
        height: 1rem;
    }

    .about-box .con .list,
    .about-box .con .videos {
        margin-top: .3rem;
    }

    .about-box .con .list {
        display: flex;
        flex-wrap: wrap;
    }

    .about-box .con .list .list-i {
        width: calc(100% / 2);
        margin-bottom: 20px;
    }

    .about-box .con .t1 {
        line-height: 1.5;
    }

    .lx-box {
        padding: .5rem 0;
    }

    .lx-i-inpit-b .lx-i-inpit-i {
        margin-bottom: 0;
    }

    .lx-i-inpit-d .lx-i-inpit-i,
    .lx-i-inpit-a .lx-i-inpit-i {
        width: 100%;
        margin-bottom: 20px;
    }

    .lx-i-inpit-a {
        display: block;
    }

    .lx-box>.t1 {
        font-size: .3rem;
        margin-bottom: .2rem;
    }

    .lx-list-i-con p {
        font-size: .22rem !important;
    }

    .about-box .banner .info .t1 {
        font-size: .3rem;
    }

    .lx-list {
        display: block;
        margin-top: .5rem;
    }

    .history-list .list-i {
        width: 48%;
    }

    .lx-list-i img {
        width: .5rem !important;
    }

    .lx-list-i {
        margin-bottom: 20px;
    }

    .lx-list-i,
    .coupon-list-i {
        width: 100%;
    }

    .wish-r {
        padding-bottom: .5rem;
    }

    .account-b .a {
        padding: .3rem 0;
    }

    .account-b .b .b-menu {
        margin-bottom: .3rem;
    }

    .downloads-item2 .menu .menu-i {
        width: calc(100% / 4);
        min-width: max-content;
    }

    .downloads-item2 .menu {
        padding-bottom: 20px;
        overflow-x: auto;
        display: flex;
        justify-content: flex-start !important;
    }

    .downloads-item1 .list img {
        width: 1rem;
    }

    .downloads-item1 .list {
        margin-top: .5rem;
    }

    .downloads-item1 {
        padding: .5rem 0;
    }

    .xw-list-i {
        margin-bottom: .4rem;
    }

    .xw-box {
        padding-top: .4rem;
        padding-bottom: .5rem;
    }

    .news-detail-b-row {
        padding: .3rem;
    }

    .news-b {
        padding: .4rem 20px;
    }

    .ads-input-item:last-child {
        margin-right: 0;
    }

    .ads-input>input {
        width: 5rem;
        height: 44px;
        margin-top: 20px;
        padding: 0 20px 0;
        border: 1px solid #E5E6E8;
        background-color: #FFFFFF;
    }

    .ads-input-item,
    .ads-input-item>select,
    .ads-input-item>input {
        width: 100%;
    }

    .h-news {
        display: block;
    }

    .h-news-r,
    .h-news-l {
        width: 100%;
    }

    .h-news-r {
        margin-top: .3rem;
    }

    .h-news-r-i-img {
        object-fit: contain;
        height: auto;
        max-height: none;
        min-height: auto;
    }

    .downloads-item1 .t1,
    .product-title-box .t1,
    .xz-title-box .t1,
    .public-footer-msg .item .t1 {
        font-size: .3rem;
    }

    .product-title-box .t2,
    .xz-title-box .t2 {
        font-size: 18px;
        margin-top: 10px;
    }

    .public-footer .top {
        display: none;
    }

    .h-reviews-swiper {
        padding-bottom: 100px !important;
    }

    .h-model2 .list,
    .h-model1 .list {
        margin-top: 0.3rem;
    }
}

@media (max-width:768px) {
    .account-b .a .a-l>.t1 {
        white-space: wrap;
    }

    .menu-s ul {
        display: flex;
        flex-wrap: wrap;
    }

    .menu-s li {
        width: 33%;
        text-align: center;
        margin-bottom: .2rem;
    }

    .faq-s-list .h_h2 {
        padding: 1em 40px 1em 0;
    }

    .product-detail .model2 .model2-row .model2-row-i>.t1 {
        font-size: 26px;
    }

    .goods-box-info-row-l {
        width: 100%;
    }

    .ads-input-item {
        margin-top: 30px;
    }

    .expert-b-banner-con {
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: 100%;
        padding: 0 20px;
        text-align: center !important;
        transform: translateX(-50%) translateY(-50%);
    }

    .expert-b-btn {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .pwd-input>input,
    .expert-b-banner-con,
    .add-input>input {
        width: 100%;
    }

    .pro-info .sj2 {
        max-width: 100% !important;
        width: 100%;
    }

    .coupon-list-i {
        margin-bottom: .25rem;
    }

    .list-box-i .items {
        width: calc(100% / 2);
        margin-bottom: .4rem;
    }

    .ads-input>input {
        width: 100%;
    }

    .h-model2 .list .list-i {
        width: calc(100% / 2);
        padding-left: 0;
        margin-bottom: .2rem;
    }


    .public-title {
        font-size: 24px;
    }
}