*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    max-width: 100%;
}
/* 针对Webkit浏览器（如Chrome和Safari） */
::-webkit-scrollbar {
    width: auto; /* 重置滚动条的宽度 */
    height: auto; /* 重置滚动条的高度 */
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5); /* 重置滚动条滑块的背景颜色 */
}

::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.5); /* 重置滚动条轨道的背景颜色 */
}

/* 针对IE和Edge */
html {
    scrollbar-face-color: #e0e0e0; /* 重置滚动条滑块的颜色 */
    scrollbar-track-color: #ffffff; /* 重置滚动条轨道的颜色 */
}

/* 针对Firefox */
/* * {
    scrollbar-color: auto auto; 重置滚动条滑块和轨道的颜色 
    scrollbar-width: auto; 重置滚动条的宽度 
} 
* */

.watermarkImage {
    display: block;
    position: relative;
}
body {
    font-family: Helvetica,Arial,Tahoma,sans-serif;
    background-color: #f6f8fc;
    
}
.hover {
    position: relative;
}
.hover >.show {
    display: none;
}
.hover:hover >.show {
    display: flex;
    flex-wrap: wrap;
}
.input,
.i-input {
    position: relative;
}
.country-box .countryList{
    display: none;
}
.country-box.active .countryList {
    display: flex;
}
.countryList>div{
    align-items: center;
    display: flex;
    height: 40px;
    padding: 10px;
    /* line-height: 40px; */
    width: 100%;
}
.countryList>div:hover{
    color: #4066b8;
    font-weight: bolder;
}
.countryList {
    display: none;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 11px -6px #333;
    cursor: pointer;
    overflow: auto;
    color: #333;
    position: absolute;
    top: 40px;
    transition: all .3s;
    width: 100%;
    height: 200px;
    z-index: 100;
    max-width: none;
    flex-direction:column;
}
#page_box {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
#page_box .layui-laypage-em {
    background-color: #4066b8;
}
#page_box .layui-laypage a:hover {
    color: #fff;
    background-color: #4066b8;
}
@font-face {
    font-family: utmel;
    src: url(./Koulen-Regular.ttf)
}
i.bi {
    display:inline-flex;
    align-items: center;
    justify-content: center;
}
ul,
ol,
li{
    list-style: none;
    padding: 0;
}
a {
    text-decoration: none;
    color: initial;
}
.user_infoList {
    display: none;
}
html body .row {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    flex-direction: row;
}

html body .row >*{
    flex-shrink: 0;
    width: auto;
    padding: 0;
    margin: 0;
}
.form-item .label{
    color: #333;
    font-size: 14px;
    line-height: 16px;
    padding: 5px 0;
    pointer-events: none;
    transition: all .3s;
}
.form-item .label span {
    background-color: #c80000;
    border-radius: 50%;
    display: inline-block;
    height: 4px;
    width: 4px;
    margin-right: 4px;
}
.form-item.active .label {
    color: #c80000;
}
.form-item.active input {
    border:1px solid #c80000 !important;
}
.form-item input{
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    height: 36px;
    padding: 6px 10px;
    width: 100%;
}
.form-item img {
    height: 36px;
    cursor: pointer;
}
button.RQF {
    font-size: 13px;
    letter-spacing: .5px;
    padding: 10px 15px;
    font-size: 13px;
    color: #fff;
    background-color: #ff6221;
} 
button.shopping {
    font-size: 13px;
    letter-spacing: .5px;
    padding: 10px 15px;
    font-size: 13px;
    color: #fff;
    background-color: #4066b8;
    
} 
#content-nav {
    display: flex;
    align-items: center;
    font-size: 14px;
    height: 40px;
    color: #99999980;
}
#content-nav a {
    color: #333;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: inline-block;
    display: -webkit-box;
    height: 40px;
    line-height: 40px;
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
    white-space: normal;
    word-break: break-all;
}
#content-nav .content-nav-item.color a {
    color: #666;
}
#content-nav .content-nav-item:nth-child(2) a:hover{
    color: #4066b8;
}
#content-nav a span {
    color: #666;
    font-size: 14px;
    margin-right: 6px;
}
.btn.btn-light.active {
    display: block;
}
#logo {
    display: flex;
    overflow: hidden;
}
#top-nav {
    padding: 0px;
}
#logo a{
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    margin: auto;
}
#logo a img{
    height: 100%;
    width: auto;
}
section> *{
    max-width: 100%;
    width: 1300px;
    margin: auto;
}
section * {
    max-width: 100%;
}
section {
    max-width: 100%;
    width: 100%;
    /* overflow: hidden; */
    margin: auto;
}
.nav-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.user button ,
.shopping button{
    background: #fff;
    border: none;
    height: 36px;
    padding: 5px 20px;
    transition: all .2s;
    line-height: 26px;
}
#Header .d-flex input:focus{
    border: none;
    box-shadow:  none;
    background-color: initial;
   
}
.d-flex {
    border-radius: 20px;
    height: 40px;
    align-items: center;
}
.d-flex .btn-outline-success {
    background-color: initial;
    border-radius: 0 2px 2px 0;
    border: none;
    color: #333;
}
#Header .d-flex .btn-outline-success {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    margin: 0;
}
.d-flex input {
    border: none;
    background-color: initial;
}
.input-select {
    height: 100%;
    justify-content: center;
    padding: 0 20px;
    align-items: center;
    display: flex;
    position: relative;
}
.input-select>p {
    font-size: 14px;
}
.input-select>p>i{
    color: #000;
    font-size: 10px;
    margin-left: 12px;
}
.input-select:hover >ul {
    display: block;
}
.input-select >ul {
    background-color: #fff;
    border: 1px solid #4066b8;
    border-radius: 0 0 4px 4px;
    border-top: none;
    color: #000;
    display: none;
    left: -1px;
    padding: 15px 0;
    position: absolute;
    top: 36px;
    width: 160px;
    z-index: 21;
}
.input-select >ul>li{
    cursor: pointer;
    display: block;
    font-size: 14px;
    padding: 8px 15px;
    white-space: nowrap;
}
.input-select >ul>li:hover {
    background-color: #4066b81a;
    color: #4066b8;
}
#Header {
    background: #fff;
}
#Header .navbar-toggler {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none;
}
/* index 公共样式 */
.index-content >.discount>div>.title,
#index .index-content >div >.title{
    font-family: utmel;
}
.index-content >.discount>div {
    margin-bottom: 30px;
}
.index-content >.discount .left >.image,
.index-content >.discount .right >.image {
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 4px;
}
.index-content >.discount .left >.image img,
.index-content >.discount .right >.image img {
    width: 100%;
    
}

.index-content >div>.content { 
    padding:  0px  0;
    background-color: #fff;
    border-radius: 6px;
}
.index-content >.discount .card-list {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    margin: 0;
}
.index-content >.discount .card-list >.card-item {
    display: flex;
    flex-direction:column;
    border: 1px solid hsla(0,0%,83%,.3);
    border-radius: 6px;
    height: 220px;
    margin-bottom: 5px;
    transition: all .3s;
    margin: 0 0 5px;
    padding: 10px;
}
.index-content >.discount .card-list >.card-item:hover{
    box-shadow: -2px 2px 9px #0000001a;
    transition:all .3s;
}
.index-content >.discount .card-list >.card-item  .image {
    padding-bottom: 20px;
    display: flex;
    
    justify-content: center;
    overflow: hidden;
}
.index-content >.discount .card-list >.card-item  .image img{
    width: 80px;
    height: 80px;
}
.index-content >.discount .card-list >.card-item .tag{
    background-color: #ff6221;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    width: fit-content;
    font-size: 10px;
    margin-bottom: 10px;
    padding: 2px 4px;
}
.index-content >.discount .card-list >.card-item .model {
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 16px;
}
.index-content >.discount .card-list >.card-item .maker {
    color: #999;
    line-height: 16px;
}
.index-content >.discount .card-list >.card-item .Price {
    color: #ff6221;
    line-height: 26px;
    margin-top: 8px;
}
.index-content >.discount .card-list >.card-item  .inquiry{
    background-color: #4066b8;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    margin-top: 8px;
    padding: 2px 10px;
    width: fit-content;
}
.model {
    line-height: 14px;
    font-size: 14px;
    color: #333;
}
.maker {
    line-height: 14px;
    font-size: 14px;
    color: #999;
}
.Price,
.model,
.maker{
   
    white-space: normal;
    word-break: break-all;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
   
    -webkit-box-orient: vertical;
   
}
#index .Price {
    color: #ff6221;
}
#products-list .model {
    color: #ff7300;
    font-weight: 700;
    /* margin-bottom: 10px; */
}
#products-list .maker {
    margin-top: 10px;
}
#products-list .model,
#products-list .maker{
    text-align: left;
}
/* hot 热卖 */
#index .index-hot {
    margin-bottom: 30px;
}
#index .index-hot .content {
    width: 100%;
    height: 412px;
    background-color: #fff;
    overflow: hidden;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
}
.product-swiper {
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    height: 412px;
    position: relative;
    
}

#index .product-swiper .swiper {
    width: 100%;
    height: 100%;
}
#index .product-swiper .swiper-slide {
    display: flex;
}
#index .product-swiper .swiper-slide .card {
    
    height: 50%;
    transform: scale(.95);
    
    width: 20%;
}
body section .card {
    border: 1px solid hsla(0,0%,83%,.3);
    border-radius: 6px;
    transition: all .3s;
}
body section .card:hover{
    box-shadow: -2px 2px 9px #0000001a;
    transition: all .3s;
}
#index .product-swiper .swiper-slide .card a {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 40px 30px 20px;
    width: 100%;
    font-size: 14px;
    text-decoration: none;
    justify-content: space-between;
}
#index .product-swiper .swiper-slide .card a img {
    width: 80px;
    height: 80px;

}

#index .swiper-button-next::after,
#index .swiper-button-prev::after{
    font-size: 14px;
}
#index .swiper-button-next,
#index .swiper-button-prev{
    color:#fff;
    border-radius: 8px;
    background-color: #33333380;
    
}
#index .swiper-button-next {
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#index .swiper-button-prev {
    left: 0;
   
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#index .swiper-pagination {
    width: 260px;
    bottom: 8px;
}

#index .swiper-pagination >span {
    width: 16px;
    height: 16px;
    background-color: #af8e8ecc;
}

#index .swiper-pagination >span.swiper-pagination-bullet-active {
    background-color: #fff;
}
.product-swiper .right {
    width: calc(100% - 260px);
    display: flex;
    flex-wrap: wrap;
}
.index-maker {
    margin-bottom: 30px;
}
.index-content>div {
    margin-bottom: 30px;
}
.index-maker .content .card{
    border-radius: 0;
    border: none;
    align-items: center;
    justify-content: center;
}
.index-maker .content .card a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.index-maker .content .card:hover{
    transform: scale(1.02);
    z-index:100
}
img {
    display: inline-block;
}
.card a {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 40px 30px 20px;
    width: 100%;
    text-decoration: none;
    overflow: hidden;
    color: #333;
    justify-content: space-between;
}

.image {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    overflow: hidden;
    text-decoration: none;
}
#index .index-maker .card a {
    padding:41.4473% 0 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    height: auto;
} 

#index .maker-img {
    border-radius: 6px;
    height: 150px;
    margin-bottom: 30px;
    overflow: hidden;
    width: 100%;
}
#index .maker-img .image{
    height: 100%;
}
#index .maker-img img{
    width: 100%;
    height: 100%;
}
#index .index-blogs >.content {
    background-color: initial;
}
#index .index-blogs >.content>.card {
    background-color: #fff;
    border-radius: 6px;
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    height: 300px;
    overflow: hidden;
    transition: all .3s;
}
#index .index-blogs >.content>.card:nth-child(4n) {
    margin-right: 0;
}
#index .index-blogs >.content>.card >a{
    padding: 20px 16px;
}
#index .index-blogs >.content>.card >a>.title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    line-height: 18px;
    font-size: 14px;
}
#index .index-blogs >.content>.card .icon{
    color: #fea531;
    font-size: 18px;
    height: 18px;
}
#index .index-blogs >.content>.card .image {
    border-radius: 6px;
    height: 167px;
    width: 100%;
}
#index .index-blogs >.content>.card >a>.text {
    white-space: normal;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    position: relative;
}
#swiper .image {
    display: block;
}
#index .index-blogs >.content>.card .image  img{
    width: 100%;
    height: 100%;
}
#index .index-news >.content {
    background-color: initial;
}
#index .index-news >.content >.card {
    width: calc((100% - 30px) / 2);
    margin-bottom: 16px;
    height: 140px;
    font-size: 14px;
    font-family: Helvetica,Arial,Tahoma,sans-serif;
}
#index .index-news >.content >.card>  a{
    display: flex;
    height: 100%;
    padding: 20px;
    width: 100%;
    flex-direction: row;
    overflow: hidden;
} 
#index .index-news >.content >.card>  a .image{
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    height: 100%;
    justify-content: center;
    margin-right: 16px;
    width: 166px;
}
#index .index-news >.content >.card>  a .image img{
    height: 80%;
}
#index .index-news >.content >.card>  a .right{
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
#index .index-news >.content >.card .maker {
    white-space: normal;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    
    -webkit-box-orient: vertical;
    color: #999;
    line-height: 20px;
}
#index .index-news >.content >.card .more{
    color: #4066b8;
}
/* 底部 */
#Footer{
    background-color: #fff;
    width: 100%;
    height: 100%;
    overflow: auto;
}
#Footer .footer-msg {
    width: 1300px;
    overflow: hidden;
    display: flex;
    margin: 6px auto;
}
.footer-msg >* {
    width: calc(100% / 4);
    padding: 0 10px;
    align-items: center;
    border-left: 1px solid #f1f1f1;
    display: flex;
    flex-direction: row;
    flex: 1;
    height: 74px;
    overflow: hidden;
    border-radius: 0;
    justify-content: center;
    border: 0;
    border-right: 1px solid #f1f1f1;
}
.footer-msg >*:first-child {
    border-left: 1px solid #f1f1f1;
}
.footer-msg >*>.image {
    height: 40px;
    margin-right: 20px;
    width: 40px;
    overflow: hidden;
}
.footer-msg >*>.image img{
    width: 100%;
}
.footer-msg >*>.right .model {
    font-size: 14px;
    color: #333;
    line-height: 16px;
}
.footer-msg >*>.right .title{
    color: #4066b8;
    font-size: 20px;
    line-height: 22px;
}
#Footer *{
    max-width: 100%;
}
#Footer .footer-content {
    background-color: #4066b8;
    width: 100%;
    margin: auto;
    border: 1px solid #4066b8;
    color: #fff;
    padding: 30px  0;
}
#Footer .footer-content>.footer-box {
    width: 1300px;
    margin: auto;
}
#Footer .footer-content>.footer-box .footer-utils_list,
#Footer .footer-content>.footer-box .footer-nav_list{
    display: flex;
    justify-content: space-between;
}
#Footer .footer-content>.footer-box .footer-utils_list .footer-utils_item,
#Footer .footer-content>.footer-box .footer-nav_list .footer-nav_item {
    width: 280px;
    margin-right: 10px;
    max-width: ((100% - 30px) / 4);
}
#Footer .footer-content>.footer-box .footer-utils_list .footer-utils_item >div:last-child {
    display: flex;
    
}
#Footer .footer-content>.footer-box .footer-utils_list .footer-utils_item:last-child,
#Footer .footer-content>.footer-box .footer-nav_list .footer-nav_item:last-child {
    margin-right: 0;
}
#Footer .footer-content>.footer-box  .pay-list .image {
    align-items: center;
    background-color: #fff;
    border-radius: 6px;
    display: flex;
    height: 30px;
    justify-content: center;
    margin-right: 10px;
    width: 56px;
}
#Footer .footer-content>.footer-box  .pay-list .image img{
    height: 12px;
    width: 42px
}
#Footer .footer-content>.footer-box  .subscribe  {
    align-items: center;
    border: 1px solid #fff;
    border-radius: 18px;
    box-sizing: border-box;
    display: flex;
    height: 36px;
    justify-content: space-between;
    overflow: hidden;
    padding: 2px;
    width: 100%;
}
#Footer .footer-content>.footer-box  .subscribe input::-webkit-input-placeholder { 
    /* WebKit browsers，webkit内核浏览器 */
    color: #fff; 
    font-size: 16px;
} 
#Footer .footer-content>.footer-box  .subscribe input:-moz-placeholder { 
/* Mozilla Firefox 4 to 18 */ 
color: #fff; 
font-size: 16px;
} 
#Footer .footer-content>.footer-box  .subscribe input::-moz-placeholder { 
/* Mozilla Firefox 19+ */ 
color: #fff; 
font-size: 16px;
} 
#Footer .footer-content>.footer-box  .subscribe input:-ms-input-placeholder { 
/* Internet Explorer 10+ */ 
color: #fff; 
font-size: 16px;
}
#Footer .footer-content>.footer-box  .subscribe input {
    background-color: #4066b8;
    border: none;
    box-shadow: none;
    color: #fff;
    height: 30px;
    padding: 0 2px 0 10px;
    width: 60%;
    outline: none;
}
body input {
    outline: none;
}
#Footer .footer-content>.footer-box  .subscribe input::focus {
    border: 0;
    box-shadow: none;
    background-color: initial;
    
}
#Footer .footer-content>.footer-box .subscribe button{
    background-color: #fff;
    border-radius: 17px;
    color: #4066b8;
    font-size: 13px;
    height: 32px;
    border: none;
    width: 30%;
    
}
.index-suggest .card a img{
    width: 80px;
    height: 80px;
}
#Footer .footer-content>.footer-box  .share-list > a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0077b5;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 15px -5px #0000001a;
    height: 36px;
    line-height: 36px;
    margin-right: 16px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 36px;
    font-size: 28px;
}
#Footer .footer-content>.footer-box  .share-list > a:first-child{
    color: #2fb0ec;
}
#Footer .footer-content>.footer-box  .share-list > a:last-child {
    color: #e45496;
}
#Footer .footer-content>.footer-box .footer-utils_list .title,
#Footer .footer-content>.footer-box .footer-nav_item .title {
    border-bottom: 1px solid #fff;
}
.share-list {
    display: flex;
    flex-wrap: wrap;
}
.share-list a{
    margin-bottom: 10px;
}
#Footer .footer-content>.footer-box .title{
    font-family: utmel;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 10px;
    line-height: 37px;
}
#Footer .footer-content>.footer-box a {
    text-decoration: none;
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 30px;
}
#nav-fixed .shopping-box .card {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #fff;
    margin-bottom: 6px;
    padding: 10px;
    width: 100%;
    border-radius: 0;
}
#nav-fixed .shopping-box .card .image {
    height: 50px;
    margin: 0 10px 0 0;
    position: relative;
    width: 50px;
}
#nav-fixed .shopping-box .card .image img {
    height: 50px;
    width: 50px;
}
#nav-fixed .shopping-box .card .image i {
    align-items: center;
    background-color: #999c;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 24px;
    height: 50px;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .2s;
    width: 50px;

}
#nav-fixed .shopping-box .card .image:hover > i {
    opacity: 1;
}
#nav-fixed .shopping-box .card .right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 12px;
}
#nav-fixed .shopping-box .card .right .model{
    color: #4066b8;
    font-size: 12px;
    
}
#nav-fixed .shopping-box .card .right >.maker{
    color: #333;
}
#nav-fixed .shopping-box > .title {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 50px;
    margin-bottom: 6px;
    padding-left: 10px;
    width: 100%;
}
#nav-fixed .shopping-box > .title > i {
    color: #4066b8;
    font-size: 20px;
    margin-right: 10px;
}
#nav-fixed .shopping-box >.content .empty {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 20px;
}
#nav-fixed .shopping-box >.content .empty i {
    font-size: 50px;
}
#nav-fixed .shopping-box >.content .empty div {
    color: #333;
    display: inline-block;
    font-size: 13px;
    margin: 15px 0 0;
}
#nav-fixed .shopping-box >.content>.primary.btn {
    width: calc(100% - 20px);
    margin: auto;
    background-color: #4066b8;
    color: #fff;
    text-align: center;
    display: block;
}
.ModelBox {
    background-color: #3333;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30000;
}
.ModelBox>*{
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 15px -7px #ccc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 50%;
    padding: 20px 40px;
    position: absolute;
    top: 15%;
    min-width:378px;
    transform: translate(-50%);
}
.ModelBox>*>i {
    border-radius: 50%;
    color: #ff6221;
    font-size: 40px;
    margin-bottom: 10px;
}
.ModelBox>*>.content {
    margin-bottom: 16px;
}
.ModelBox>*>.model-btn-list {
    display: flex;
    justify-content: center;
}
.ModelBox>*>.model-btn-list .btn {
    color: #333;
    font-family: unset;
    font-size: 14px;
    position: relative;
    transition: all .2s;
    border-radius: 19px!important;
    margin: 0 10px;
    min-width: 60px;
    overflow: hidden;
    padding: 6px 16px!important;
    background:#f0f0f0;
    line-height: 16px;
}
.ModelBox>*>.model-btn-list >.btn:first-child {
    background-color: #4066b8;
    color: #fff;
}
.MessageBox >.message-box.error {
    background-color: #ff6221;

}
.a_c {
    align-items: center;
}
._row  {
    display: flex;
}
.f_w {
    flex-wrap: wrap;
}
.news_title {
    flex: 1;
}
.info_more {
    width: 38px;
    display: block;
}
.f_s {
    justify-content: space-between;
}
.MessageBox>.message-box{
    background-color: #33c676;
    color: #fff;
    display: flex;
    position:fixed;
    top: 40% !important;
    z-index: 30000;
    left: 50%;
    transform: translate(-50%);
    padding: 10px 20px;
}
.hover_show {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 15px -7px #ccc;
    color: #333;
    display: none;
    left: 0;
    padding: 15px;
    position: absolute;
    top: 16px;
    z-index: 1000;
    max-width: none;
}
#topBar>li {
    cursor: pointer;
    position: relative;
}
#topBar>li:hover>.hover_show {
    display: block;
}
.hover_show >li{
    min-width: 70px;
}
.hover_show >li>a{
    color: #333;
    display: inline-block;
    padding: 5px 0;
    white-space: nowrap;
    width: 100%; 
}
.hover_show >li>a:hover{
    color: #4066b8;
    text-decoration: underline !important;
}
@media (min-width: 992px){
    
    /* 公共样式 */
    #phone_color {
        display: none;
    }
    #Header>* {
        width: 1300px;
        margin:auto
    }
    section {
        min-height: calc(100vh - 157px - 429px);
    }
    #Header {
        border-bottom: 1px solid #4066b8;
    }
    #Header .menu-list {
        display: flex;
        align-items: center;
    }
    #Header .menu-list .menu-title {
        width: 310px;
        margin-right: 20px;
        background-color: #4066b8;
        color: #fff;
        display: flex;
        justify-items: center;
        height: 40px;
        line-height: 40px;
        padding-left: 16px;
        border-radius: 6px 6px 0 0;
    }
    #Header .menu-list .menu-title i{
        margin-right: 12px;
        font-size: 24px;
    }
    #Header .user .bi,
    #Header .shopping .iconfont {
        font-size: 26px;
        color: #4066b8;
    }
    .user{
        margin-left: 40px;
        font-size: 16px;
    
    }
    .user span {
        color: #333;
        display: inline-block;
        margin-left: 6px;
    }
    .user button {
        display: flex;
        align-items: center;
    }
    .nav-icon {
        display: flex;
        justify-content: flex-end;
        line-height: 26px;
    }
    .d-flex {
        width: 740px;
        border: 1px solid #4066b8;

        border-radius: 2px;
        height: 38px;
        align-items: center;
    }
    .d-flex .btn-outline-success {
        height: 38px;
        width: 80px;
        background: #4066b8;
    }
    .d-flex .btn-outline-success i {
        color: #fff;
    }
    .d-flex input {
        width: auto;
        flex: 1;
    }
    
    body { 
        position : relative;
        
    }
    #top-nav .nav-list-icon,
    #top-nav .menu-user {
        display: none;
    }
    #topBar{
        align-items: center;
        display: flex;
        font-size: 14px;
        height: 40px;
        justify-content: flex-end;
        margin-bottom: 0;
    }
    
    #topBar >li {
        margin: 10px 0;
        padding: 0 10px;
        font-size: 14px;
        color: #333;
        line-height: 16px;
        border-right: 1px solid #666;
    }
    #top-nav .nav-item.phone_absolute {
        display: none;
    }
    #topBar >li:last-child{
        border: none;
    }
    #logo {
        width: 280px;
        height: 65px;
        margin-right: 10px;
    }
    #top-nav {
        background-color: #fff !important;
       
    }
    #top-nav .container-fluid{
        padding: 0;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    #top-nav .navbar-collapse {
        justify-content: flex-end;
    }
    #top-nav .nav-link{
        color: #333;
        font-size: 14px;
        line-height:16px;

    /* display: inline-block; */
        padding: 10px 20px;
    }
    #top-nav .nav-link:hover{
        background: #d4d4d44d;
    }
    /* #index  */
    #index .index-navbar_top {
        position: relative;
        height: 420px;
        margin:0 auto 20px;
        display: flex;
        align-content: flex-end;
        align-items: flex-end;
    }
    #index .products {
        background-color: #fff;
        display: flex;
        flex-direction: column;
        height: 100%;
        position: relative;
        width: 310px;
    }
    #index .products .product-name {
        align-items: center;
        padding: 0 10px;
        line-height: 30px;
        height: 30px;
    }
    #Header .nav-item.Products {
        display: none;
    }
    #index .products .product-name a{
        line-clamp: 1;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        align-items: center;
        color: #333;
        display: -webkit-box;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        width: 100%;
        word-break: break-all;
        text-decoration: none;
    }
    
    #index .products .product-name .product-child {
        background-color: #fff;
        box-shadow: 1px 0 6px #00000029;
        display: none;
        flex-direction: column;
        height: 420px;
        left: 310px;
        padding: 20px 0 20px 20px;
        position: absolute;
        top: 0;
        width: 990px;
        z-index: 999;
        font-size: 14px;
        line-height: 16px;
        color: #333;
        max-width: none;
    }

    #index .products .product-name:hover .product-child {
        display: block;   
    }
    #index .products .product-name:hover >a{
        
        color: #4066b8;
        
    }
    #index .products .product-name:hover {
        background-color: #f4f4f4;
    }
    #index .products .child_title {
        display: flex;
        width: fit-content;
        margin-bottom: 20px;

    }
    #index .products .child_title i {
        font-size: 12px;
        margin-left: 10px;
        line-height: 14px;
        color: #333;
    }
    #index .products .child_title .more{
        height: fit-content;
        
    }
    #index .products .child_title a{
        color: #4066b8;
    }
    #index .products .child_content{
        /* padding-left: 10px; */
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        overflow-y: auto;
        overflow-x: hidden;
        height: calc(100% - 34px);
        align-content: flex-start;
    }
    #index .products .child_content>div{
        width: 50%;
        padding: 0 10px;
        margin-bottom: 15px;
        height: fit-content;
    }
    #index .products .child_content a{
        color: #333;
    }
    #index .products .child_content>div:hover a {
        color: #4066b8;
    }
    #index .swiper {
        width: 740px;
        height: 410px;
        flex: 1;
    }
    #index .card_list {
        width: 230px;
        height: 410px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;    
    }
    #swiper {
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 6px;
        box-shadow: 1px 1px 2px #00000080;
    }
    #swiper * {
        height: 100%;
        width: 100%;
    }
    #swiper a.image{
        display: flex;
        overflow: hidden;
    }
    #swiper img{
        height: 100%;
        width: auto;
        margin: auto;
    }
    #index .card_item {
        background: #fff;
        border-radius: 6px;
        box-shadow: 0 0 15px -7px #ccc;
        height: calc((100% - 20px) / 3);
        transition: all .3s;
        width: 230px;
        align-items: center;
        color: #333;
        display: flex;
        justify-content: space-between;
        padding: 16px;
    }
    #index .card_item .card_item_left {
        
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-around;
    }
    #index .card_item .card_item_left ._more {
        display: flex;
        align-items: flex-end;
        line-height: 18px;
    }
    #index .card_item .card_item_left ._more i{
        font-size: 14px;
        color: #4066b8;
        margin-left: 8px;
    }
    #index .card_item .card_item_left ._more a {
        color: #4066b8;
        font-size: 16px;
        font-style: oblique;
        text-decoration: none;
    }
    #index .card_item .card_item_right img{
        height: 55px;
        width: 53px;
    }
    #index .index-msg {
        display: flex;
        padding: 10px 0;
        height: 80px;
        background-color: #fff;
        margin-bottom: 30px;
        overflow: hidden;
    }
    #index .index-msg .index-msg-box{
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100% / 4);
        border-right: 1px solid #f1f1f1;
    }
    #index .index-msg .index-msg-box:last-child {
        border-right: none;
    }
    #index .index-msg-box img{
        height: 32px;
        margin-right: 16px;
        width: 48px;
    }
    #index .index-msg-box .text {
        color: #333;
        line-height: 20px;
        width: 190px;
        font-size: 14px;
    }
    .index-content .discount {
        color: #333;
    }
    .index-content >div>.title{
        display: block;
        font-size: 30px;
        line-height: 55px;
    }
    .index-content >div>.content {
        display: flex;
        flex-wrap: wrap;
    }
    .index-content >.discount>div>.content{
        background-color: initial;
    }
    .index-content >.discount>div {
        width: calc((100% - 10px) / 2);
        /* margin-right: 10px; */
        
        
    }
    .index-content >.discount>div>.title{
        display: block;
        font-size: 30px;
        line-height: 55px;
    }
    .index-content >.discount>div>.content>div{
        background-color: #fff;
    }
    .index-content >.discount>div>.content>div:last-child {
        margin-right: 0;
        
    }
    .index-content >.discount .card-list >.card-item  {
        width: calc((100% - 10px) / 3);
    }
    .index-content >.discount .card-list >.card-item:nth-child(3n - 1)  {
        margin: 0 5px 5px;
    }
    .product-swiper .left{
        width: 260px;
    }
    .index-maker .content .card {
        width: calc(100% / 6);
        height: 120px;
        transition: all .3s;

    }
    .index-suggest .content {
        overflow: hidden;
        /* height: 384px; */
    }
    .index-suggest .card {
        width: calc(100% / 6);
        /* height: 50%; */
        min-height: 192px;
        transform: scale(.95);
        border-radius: 6px;
    }
    
    #index .index-maker .card a img{
        width: 70%;
        height: 70%;
        object-fit: contain;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    #index .index-news >.content >.card:nth-child(2n-1){
        margin-right: 30px;
    }
    #Footer .footer-content>.footer-box .footer-utils_list .title {
        border: 0;
    }
    #nav-fixed {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 1px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 3000;
    }
    #nav-fixed .nav_fixed-list {
        border-radius: 8px 0 0 8px;
        box-shadow: 0 2px 6px #0000001a;
        /* overflow: hidden; */
    }
    #nav-fixed .nav_fixed-list .nav_fixed-item{
        background-color: #fff;
        border-bottom: 1px solid hsla(0,0%,83%,.3);
        cursor: pointer;
        height: 40px;
        line-height: 40px;
        
        position: relative;
        text-align: center;
        transition: all .2s;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #999;
    }
    #nav-fixed .nav_fixed-list .nav_fixed-item >*{
        color: #999;
        font-size: 14px;
    }
    #nav-fixed .nav_fixed-list li.nav_fixed-item.active,
    #nav-fixed .nav_fixed-list li.nav_fixed-item:hover {
        background-color: #4066b8 ;
        
    }
    #nav-fixed .nav_fixed-list li.nav_fixed-item.active>*,
    #nav-fixed .nav_fixed-list li.nav_fixed-item:hover>*{
        color: #fff;
    }
    
    #top {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        transition: all .2s;
        text-align: center;
        cursor: pointer;
        background-color: #fff;
        border-radius: 20px;
        color: #999;
        position: absolute;
        bottom: 170px;
    }
    #top:hover {
        background-color: #f8f8f8;
    }
    .shopping-box {
        width: 0;
        transition: all .8s;
        background-color: #f6f8fc;
        box-shadow: 0 0 15px -7px #ccc;
        display: flex;
        flex-direction: column;
        height: 100%;
        position: relative;
    }
    .shopping-box.active {
        width: 250px;
        height: 100%;
        transition: all .8s;
    }
    .nav-icon>.user {
        position: relative;
        width: 122px;
    }
    .nav-icon>.user:hover>.user_infoList {
        padding-top: 16px;
        position: absolute;
        right: 0;
        top: 36px;
        width: 250px;
        background-color: #fff;
        z-index: 100;
        max-width: none;
        border-radius: 4px;
        box-shadow: 0 0 15px -7px #ccc;
        display: flex;
        flex-direction: column;
        padding: 16px;
    }
    .user_infoList>.title {
        border-bottom: 1px solid #d4d4d4;
        color: #000;
        font-size: 15px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        font-weight: 500;
    }
    .user_infoList> .content > a {
        display: flex;
        align-items: center;
        display: flex;
        font-size: 14px;
        color: #666;
        padding: 6px;
    }
    .user_infoList> .content > a:hover{
        background-color: #9999991a;
    }
    #icon_shopping {
        position: relative;
    }
    #icon_shopping.active:after {
        content: attr(data-sun);
        background-color: #c80000;
        border-radius: 7px;
        color: #fff;
        font-size: 10px;
        padding: 2px 5px;
        position: absolute;
        right: 10px;
        top: 3px;
        line-height: 14px;
    }
    .user_infoList> .content > a i{
        align-items: center;
        color: #666;
        display: flex;
        font-size: 18px;
        height: 22px;
        justify-content: center;
        margin-right: 16px;
        width: 22px;
    }
    .user_infoList> .btnList{   
        align-items: center;
        display: flex;
        flex-direction: column;
        padding: 10px 0;
    }
    .user_infoList> .btnList a{
        align-items: center;
        background-color: #f6f8fc;
        border-radius: 4px;
        cursor: pointer;
        display: flex;
        font-size: 14px;
        height: 36px;
        justify-content: center;
        transition: all .2s;
        width: 100%;
    }
    .user_infoList> .btnList a:hover {
        background-color: #4066b8;
        color: #fff;
    }
    .user_infoList> .btnList>div{
        display: block;
        margin: 8px 0;
        line-height: 16px;
        font-size: 14px;
    }
}
.btn:hover {
    color:  #fff;
}
.index-content >.discount>div>.content>div {
    padding: 10px;
    background-color: #fff;
    border-radius: 6px;
    
}
.part_number{
    background-color: #fff;
    border-radius: 6px;
    padding: 20px 50px;
    width: 100%;
}
.part_number>.switch-list {
    border-bottom: 1px solid #d4d4d4;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.part_number>.switch-list>.switch-item {
    cursor: pointer;
    margin: 0 50px;
    padding-bottom: 10px;
    position: relative;
  
}

.part_number>.switch-list>.switch-item.active::after{
    background-color: #4066b8;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 47px;
}
.part_number>.content-list>.content-item>ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.part_number>.content-list>.content-item{
    display:none;
}
.part_number>.content-list>.content-item.active{
    display: block;
}
.part_number>.content-list>.content-item>ul>li {
    margin-bottom: 16px;
    padding-right: 20px;
}

.latest-parts>li,
.popular-parts>li{
    width: 20%;    
}
.comparison-parts>li{
    width: 50%;
}
.part_number>.content-list>.content-item>ul>li> a{
    line-height: 16px;
}
.part_number>.content-list>.content-item>ul>li>a:hover{
    color: #4066b8;
}
.index-content .discount{
    display: flex;
    justify-content: space-between;
}
.J_currency_switch,
.J_lang_switch {
    border: none !important;
}
.nav_fixed-item_hide img {
    max-width: none;
}
.nav_fixed-item_hide {
    display: none;
    max-width: none;
    position: absolute;
    white-space: nowrap;
    background: #Fff;
    padding: 10px;
    right: calc(100% + 6px);
    border-radius: 6px;
    color: #999 !important;
    box-shadow: -2px 2px 9px #0000001a;
}

.nav_fixed-item_hide::after {
    position: absolute;
    width: 12px;
    height: 12px;
    content: '';
    display: block;
    left: calc(100% - 6px);
    background: #fff;
    top: 50%;
    
    transform: translateY(-50%) rotate(45deg);
}

.nav_fixed-item:hover>.nav_fixed-item_hide {
    display: block;

}
.nav-item  {
    position: relative;
}
.nav-item .show-box {
    display: none;
    z-index: 99999;
    position: absolute;
    top: 100%;
    
    left: 0;
    background-color: #fff;
    line-height: 1.8;
}
.nav-item:hover .show-box {
    display: block;
}
.nav-item .show-box ,
.nav-item .show-box * {
    max-width: none;
}
.nav-item .show-box li {
    padding: 4px 10px;
    min-width: 320px;
}
.nav-item .show-box li:hover {
    background-color: #e8e8e8;

}
.nav-item .show-box ,
.nav-item .show-box li ul {
    box-shadow: -2px 2px 9px #0000001a;
}
.nav-item .show-box li ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-height: 100%;
    background-color: #fff;
    line-height: 1.8;

}
.nav-item .show-box li:hover ul {
    display: block;
}
