.logo img{
    height: 66px;
}
.logo{
    float: left;
}
.logo a{
    display: block;
}
.logo a span{
    font-size: 30px;
    color: rgb(0, 135, 129);
    vertical-align: middle;
}
.nav{
    float: right;
}
.header{
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9;
    background: #fff;
}
.header-box{
    /* width: 1200px; */
    padding: 0 50px ;
    margin: 0 auto;
    line-height: 75px;
}
.nav li{
    float: left;
    min-width: 100px;
    text-align: center;
    border-bottom: 2px solid #fff;
    margin: 0 10px;
}
.nav a{
    color: rgba(51, 51, 51, 1);
    display: block;
}
.nav li:hover{
    border-color: #2ba0e8;
}
.nav li.on,.nav li.on a{
    border-color: #2ba0e8;
    color: #2ba0e8;
}
.swiper-container {
    width: 100%;
    /* height: 665px; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-container .swiper-button-prev,.swiper-container .swiper-button-next{
    background: url(../img/vbg01.png?v=202201101420) 0 0 rgba(0,0,0,.1);
    border-radius: 6px;
    margin-left: 1%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    bottom: 0;
    cursor: pointer;
    height: 60px;
    margin-bottom: auto;
    margin-top: auto;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 60px;
    z-index: 3;
}
.swiper-container .swiper-button-prev:hover,.swiper-container .swiper-button-next:hover{
    background-color: rgba(0,0,0,.3);
}
.swiper-container .swiper-button-next{
    background: url(../img/vbg01.png?v=202201101420) -45px 0 rgba(0,0,0,.1);
    border-radius: 6px;
    margin-right: 1%;
    right: 0;
}
.plate{
    margin: auto;
    /* padding: 0 220px; */
}
.products{
    /* padding: 140px 220px; */
}
.products-title{
    font-size: 36px; 
    line-height: 30px;
    font-family: 'Times New Roman';
    color: #333;
    font-weight: bold;
    padding: 0 24px;
}
.products-subtitle{
    font-size: 20px;
    color: rgb(102, 102, 102);
    line-height: 30px;
    margin-top: 5px;
    padding: 0 24px;
}
.products-module{
    margin-top: 44px;
}
.products-module li{
    padding: 24px;
    float: left;
    transition: all .5s ease-out;
}
@media (max-width: 420px) { 
    .products-module li a{
        width: 260px;
        display: block;
    } 
    .products-module-img{
        height: 180px;
    }
    
}
@media (min-width: 420px) { 
    .products-module li a{
        width: 380px;
        display: block;
    }
    .products-module-img{
        height: 284px;
    }
}
@media (min-width: 420px) { 
    .plate2_box{
        left: 20px !important;
        bottom: 20px !important;
    }
}
@media (max-width: 750px) { 
    .ipone{
        display: block ;
    }
    .pc {
        display: none;
    }
}
@media (min-width: 750px) { 
    .ipone{
        display: none ;
    }
    .pc {
        display: block;
    }
}
@media (max-width: 1200px) { 
    .nav-box {
        display: none;
    }
  
}
@media (min-width: 1200px) { 
    .min-nav {
        display: none;
    }
  
}
.nav-min-style{
    width: 100%;
}

.products-module-title{
    margin-bottom: 5px;
    margin-top: 15px;
    color: #333;
    font-size: 16px;
    text-align: center;
}
.products-module-img{
    position: relative;
    overflow: hidden;
}
.products-module-img img{
    width: 100%;
    height: 100%;
}
.products-module li:hover{
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}
.products-module li:hover .products-module-title{
    color: #2ba0e8;
}    
.contact{
    padding: 3.125vw 12.539184952978054%;
}
.contact-info li{
    text-align: left; 
    font-size: 16px; 
    line-height: 36px;
}
.footer{
    background-color: rgba(25, 25, 25, 1);
    color: rgb(153, 153, 153);
}
.contact-ewm{
    width: 150px;
    float: left;
    padding-right: 30px;
    border-right: 1px solid rgb(153, 153, 153);
}
.contact-info{
    float: left;
    margin-left: 30px;
    /* width: 477px; */
}
.copyright{
    margin: 8px 0;
    font-size: 12px;
    padding: 12px;
    text-align: center;
}
.module_content_detail{
    padding: 0 12.4%;
}
.m_custom_search--wrap {
    padding: 40px 0 72px;
}
.u_custom_search_entry--title {
    color: #010101;
    font-size: 20px;
    text-align: center;
}
.u_custom_search_entry--tips {
    color: #666;
    font-size: 13px;
    margin-top: 15px;
    text-align: center;
}
.u_custom_search_entry--field {
    margin: 30px auto 0;
}
.u_custom_search_entry--field_item:last-child {
    margin-bottom: 0;
}
.u_custom_search_entry--field_item {
    margin: 0 auto 20px;
    min-width: calc(270px + 2.4%);
    width: 50%;
}
.u_custom_search_entry--field_label {
    color: #333;
    font-size: 13px;
    line-height: 34px;
}
.u_custom_search_entry--star {
    color: #f13a3a;
    display: inline-block;
    font-size: 13px;
    line-height: 25px;
    margin-left: 10px;
}
.u_custom_search_entry--field_content {
    font-size: 0;
}
.u_custom_search_entry .input_style {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
}
.u_custom_search_entry .input_style {
    box-sizing: border-box;
    color: #333;
    font-size: 13px;
    height: 44px;
    line-height: 44px;
    outline: 0;
    padding-left: 14px;
    width: 100%;
}
input {
    -webkit-appearance: none;
}
.u_custom_search_entry--submit_wrap {
    margin: 40px 0 0;
    text-align: center;
}
.jz_theme_bg_color {
    background-color: #2ba0e8;
}
.u_custom_search_entry--submit {
    background-color: #f54f4f;
    border: 0;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    height: 44px;
    max-width: 300px;
    text-align: center;
    width: 100%;
}
.jz_focus.jz_theme_focus_border_color:focus {
    border-color: #2ba0e8;
}

.banner{
    margin-top: 75px;
}
.module_content{
    padding: 20px 20px 40px;
}
.detail_big_pic_content{
    border: 1px solid #eee;
    width: 580px;
    height: 580px;
    position: relative;
    overflow: hidden;
}
.detail_big_pic_content img{
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.product_detail_left_content{
    float: left;
    width: 43.75%;
}
.module_wrap{
    padding: 0 12.4%;
}
.detail_small_pic_lists{
    margin: 15px 0;
}
.detail_small_pic_lists li{
    width: 100px;
    height: 100px;
    border: 1px solid #fff;
    float: left;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
    overflow: hidden;
}
.detail_small_pic_lists li.on{
    border-color: #2ba0e8;
}
.detail_small_pic_lists li img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.detail_pagination_wrap .pagePrev,.detail_pagination_wrap .pageNext{
    border: 1px solid #e9e9e9;
    border-radius: 15px;
    box-sizing: border-box;
    cursor: pointer;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 80px;
    float: left;
}
.detail_pagination_wrap .pageNext{
    float: right;
}
.detail_pagination_wrap .pagePrev a,.detail_pagination_wrap .pageNext a{
    color: #333;
}
.detail_main_title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    box-sizing: border-box;
    display: -webkit-box;
    font-weight: inherit;
    min-width: calc(100% - 120px);
    overflow: hidden;
    padding-right: 20px;
}
.detail_title_wrap {
    align-items: center;
    color: #333;
    display: flex;
    font-size: 20px;
    line-height: 40px;
    margin-top: 10px;
    word-break: break-word;
}
.product_detail_right_content {
    box-sizing: border-box;
    float: left;
    width: 56.25%;
}
.detail_func_wrap {
    border-left: 1px solid #f0f0f0;
    box-sizing: border-box;
    min-width: 120px;
    padding-left: 19px;
    text-align: left;
}
.detail_func_wrap>div {
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
}
.detail_QRcode {
    margin-right: 10px;
}
.detail_title_wrap .detail_func_content {
    line-height: 25px;
}
.detail_QRcode>span, .detail_share>span {
    display: block;
    text-align: center;
}
.jz_share_info[data-v-7abda23b] {
    position: relative;
}
.detail_func_wrap>div {
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
}
.detail_price_wrap {
    background-color: #f7f7f7;
    height: 0;
    margin-top: 36px;
    padding-bottom: 14.8%;
    position: relative;
    width: 100%;
}
.detail_other_message {
    margin-left: 25px;
    margin-top: 6px;
    transition: margin-left .5s;
}
.product_button_wrap {
    align-items: center;
    display: flex;
    margin-top: 30px;
    padding-left: 25px;
}
.detail_pagination_wrap {
    margin-left: 10px;
    margin-top: 17px;
}
.detail_price_content {
    align-items: center;
    display: flex;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.detail_price_left {
    align-items: center;
    display: flex;
    margin-left: 25px;
}
.detail_price {
    font-weight: 700;
}
.detail_price .detail_coin {
    font-size: 24px;
}
.jz_theme_font_color {
    color: #2ba0e8;
}
.detail_price .detail_value {
    font-size: 30px;
}
.jz_theme_font_color {
    color: #2ba0e8;
}
.detail_other_message .detail_other {
    line-height: 40px;
}
.detail_title {
    white-space: pre-wrap;
}
[class*=" icon-"], [class*=faisco-icons], [class^=icon-] {
    speak: none;
    font-feature-settings: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
}
[class*=" icon-"], [class*=faisco-icons], [class^=icon-] {
    font-family: icomoon!important;
}
.detail_title, .detail_value {
    color: #666;
    font-size: 14px;
}
.detail_title:after {
    content: "：";
}
.product_button_wrap .product_advisory_btn {
    border-radius: 21px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    width: 200px;
}
.jz_theme_bg_color {
    background-color: #2ba0e8;
}
.product_detail_specific_wrap {
    clear: both;
    margin-top: 80px;
}
.product_detail_specific_content {
    box-sizing: border-box;
    color: #333;
    font-size: 0;
    width: 100%;
}
.detail_specific_tab {
    border: 1px solid #f0f0f0;
}
.detail_specific_tab .detail_tab_item.detail_tab_active {
    position: relative;
}
.detail_specific_tab .detail_tab_item {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-right: 1px solid #f0f0f0;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    line-height: 54px;
    overflow: hidden;
    padding: 0 8px;
    text-align: center;
    text-overflow: ellipsis;
    transition: all .3s;
    white-space: nowrap;
    width: 160px;
}

.jz_theme_font_color {
    color: #2ba0e8;
}
.detail_tab_active:before {
    border: 2px solid;
    box-sizing: border-box;
    content: " ";
    left: 0;
    position: absolute;
    top: -1px;
    width: 100%;
}
#rowline265{
    display: none;
}
.s_footer_support_container {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 8px 0;
}
.s_footer_anchor {
    color: #999;
}