
body{
    font-family:"Open Sans",'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
    background: #fff;
    color: #5b545d;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.025em;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeSpeed;
    font-weight: 400;
}
a,button{
    outline: none !important;
}
.st-navbrand-search .form-control:focus{
    border-color:unset;
    box-shadow: unset;
}
.align-center{
    text-align: center;
    justify-content: center;
}
.head-nav a{
    color:#5b545d;
}
.head-nav a:hover {
    color: #383539;
    text-decoration: none;
}
.head-category-row:hover>a{
    color: #0057a7;
}
.head-category-row:hover>.head-category-child{
    display:block;
}
.main-body{
    position: relative;
}
.w-navtip-notice,.alert-warning{
    background: #fff;
}
.nav-icon{
    max-height: 100%;
    position: absolute;
    left: 0;
    transform: translateX(-100%);
}
.st-cart-table .media-heading{
    overflow-wrap: anywhere;
}
.head-category-name.iconfont:after{
    content: '\e6b2';
    font-size: 12px;
    vertical-align: middle;
}
.child-one-row.iconfont:after{
    content: '\e70f';
    position: absolute;
    right: 10px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #476696;
    border-color: #476696;
    cursor: default;
}
.st .pagination a, .st .breadcrumb a {
    color: #383539;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pagination>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    z-index: 2;
    color: #383539;
    background-color: #eee;
    border-color: #eee;
}
.open-login-user input.form-control,.open-login-code input.form-control,.open-login-password input.form-control,.open-login-sub button.btn {
    width: 100%;
    height: 50px;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border-color: #5b545d;
    color: #5b545d;
}
.open-login-code a#SecurityCode {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5b545d;
    border-radius: 0;
    border-color: #5b545d;
    box-shadow: none;
}
.open-login-sub button.btn {
    margin-bottom: 10px;
    background: #5b545d;
    color:#fff;
}
.open-login-checkbox{
    margin-bottom: 0;
}
.open-login-sub {
    margin-bottom: 0;
}
.open-login-checkbox .checkbox{
    display: flex;
    align-items: center;
}
.open-login-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0 5px 0 0;
    position: relative;
}

.st-login-third a {
    font-size: 30px;
}
.open-login-other p {
    text-align: center;
}
.open-login-other p a {
    color: #5b545d;
}
.layui-hide{
    display: none;
}
.open-login-form{
    width: 100%;
}
.open-login-title{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.st-navbrand-cart-total .btn, .st-cart-checkout a.btn{
    width: 100%;
    border-radius: 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5b545d;
    border: none;
    color: #fff;
}
.st-navbrand-cart-total .btn:hover{
    color: #fff!important;
}
.st-navbrand-cart-total p.st-total select {
    border-color: #9E9E9E;
    outline: none;
    box-shadow: none;
    padding: 5px;
}
.st-cart-table .st-price input {
    width: 60px;
    height: 26px;
    border: 1px solid #9E9E9E;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    text-align: center;
    margin: 0;
}
.media-facebook{
    background-image: url("../../img/icon/facebook.png");
}
.media-youtube{
    background-image: url("../../img/icon/youtube.png");
}
.media-x{
    background-image: url("../../img/icon/twiter.png");
}
.media-linkdin{
    background-image: url("../../img/icon/linkdin.png");
}
.media-pinterest{
    background-image: url("../../img/icon/pinterest.png");
}
.media-tiktok{
    background-image: url("../../img/icon/tiktok.png");
}
.media-vimeo{
    background-image: url("../../img/icon/vimeo.png");
}
.media-nicovideo{
    background-image: url("../../img/icon/niconico.png");
}
.media-naver-blog{
    background-image: url("../../img/icon/naver-blog.png");
}

/*web端头部样式*/
@media (min-width: 1200px) {
    /*导航栏样式组*/
    .head-nav {
        height: 70px;
        display: flex;
        align-items: center;
        padding: 0 5%;
        background: #fff;
        box-shadow: 0 .5px 0 0 #ddd;
    }
    .head-nav-logo img{
        height: 20px;
    }
    .head-nav-category{
        flex: 1;
        margin-left: 3%;
        display: flex;
        position: static;
        height: 70px;
        align-items: center;
    }
    .head-category-row{
        position: relative;
        height: 66px;
        display: flex;
        align-items: center;
        border-bottom: 4px solid #fff;
        margin-right: 2%;
    }
    .head-category-row:hover{
        border-bottom: 4px solid #0057a7;
    }
    .category-row-download{
        
    }
    .head-category-name{
        position: relative;
        font-size: 15px;
        font-weight: 700;
        color: #383539 !important;
        text-wrap: nowrap;
    }
    .head-category-child {
        position: absolute;
        top: 66px;
        background: #fff;
        border-radius: 2px;
        z-index: 9999;
        display: none;
        box-shadow: 0 0 6px 0 #ddd;
    }
    .child-level-one {
        width: 190px;
        padding-left: 10px;
    }
    .child-one-row.active {
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
        border-right: 1px solid #fff;
    }
    .child-one-row.active>a {
        color: orange;
    }
    .child-one-row {
        text-wrap: nowrap;
        padding: 10px 20px;
        font-size: 14px;
        font-weight: bold;
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        border-right: 1px solid #ddd;
    }
    .child-right{
        position: absolute;
        top: 1px;
        left: 190px;
        z-index: 9998;
    }
    .child-two-box {
        display: none;
        flex-wrap: wrap;
        width: max-content;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        padding: 10px 20px;
        min-height: 200px;
    }
    .child-two-row {
        width: auto;
        margin: 0 4%;
    }
    a.child-two-name:hover{
        color:orange;
    }
    a.child-two-name {
        /*text-wrap: nowrap;*/
        width: 100%;
        display: inline-block;
        border-bottom: 1px solid #ddd;
        padding: 3px 0;
    }
    .child-three-box {
        padding: 10px 0;
    }
    .child-thre-row {
        margin: 3px 0;
    }
    a.child-three-name {
        font-size: 13px;
        color: gray;
        position: relative;
        padding-left: 10px;
    }
    a.child-three-name:after {
        content: '';
        display: block;
        width: 5px;
        height: 5px;
        border-radius: 5px;
        position: absolute;
        left: 0;
        background: gray;
        top: 6px;
    }
    .child-thre-row:hover>a{
        color:orange;
    }
    .child-thre-row:hover>a:after{
        background:orange;
    }
    /*导航栏右侧*/
    .head-nav-bar {
        display: flex;
        justify-content: end;
    }
    .head-bar-row {
        height: 70px;
        display: flex;
        align-items: center;
        position: relative;
        padding: 15px 8px;
        cursor: pointer;
    }
    .bar-icon {
        width: 16px;
        height: 16px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .bar-box {
        position: absolute;
        top: 70px;
        right: 0;
        z-index: 9999;
        display: none;
    }
    .head-bar-row.active .bar-box{
        display: block;
    }
    .bar-lang {
        background-image: url('../../img/icon/lang.png');
    }
    .bar-cart {
        background-image: url('../../img/icon/cart.png');
    }
    .bar-search {
        background-image: url('../../img/icon/search.png');
    }
    .bar-user {
        background-image: url('../../img/icon/user.png');
    }
    /*导航栏语言*/
    #st-translate-element {
        padding: 10px;
        position: absolute;
        background: white;
        right: 0;
        border-radius: 3px;
        min-width: 90px;
        text-align: center;
        border: 1px solid rgba(0,0,0,0.15);
    }
    #st-translate-element>a {
        height: 32px;
        line-height: 32px;
        text-decoration: none;
        display: block;
        text-wrap: nowrap;
    }
    #st-translate-element>a:hover{
        color: orange;
    }
    /*导航栏购物车*/
    #ST-NAVCART-PRODUCTS {
        display: block;
        top: 0;
        position: relative;
        border-radius: 3px;
        box-shadow: none;
        width: 380px;
        right: 0;
        background: #ffffff;
        border: 1px solid rgba(0,0,0,0.15);
        padding: 10px 20px;
    }
    /*导航栏搜索*/
    .st-search-input {
        position: absolute;
        top: 0;
        left: 0;
        height: 70px;
        width: 100%;
        align-items: center;
        padding: 0 5%;
        background: #fff;
        flex-direction: row;
        display: none;
        z-index: 99999;
    }
    .search-input-box{
        width: 80%;
        text-align: center;
        padding: 8px 0;
    }

    .search-input-close{
        width: 200px;
        text-align: center;
    }
    .search-input-close i{
        font-size: 24px;
        color: #000;
        font-weight: 600;
        vertical-align: middle;
        cursor: pointer;
    }
    #ST-SEARCH{
        width: 50%;
        display: inline-block;
    }
    .st-navbrand-search{
        padding-top: 0;
    }
    .st-navbrand-search .input-group-addon {
        border: 1px solid #000;
        background-color: white;
        border-left: none;
        cursor: pointer;
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px;
        padding: 4px 12px;
        font-size: 20px;
    }
    .st-navbrand-search input {
        border: 1px solid #000;
        border-right: none;
        border-top-left-radius: 40px;
        border-bottom-left-radius: 40px;
        box-shadow: none;
        height: 40px;
    }
    .st-navbrand-search .input-group-addon i {
        color: #000;
        font-size: 24px;
    }
    /*导航栏用户中心*/
    .bar-user-menu {
        padding: 10px;
        position: relative;
        background: white;
        border-radius: 3px;
        width: 140px;
        text-align: right;
        border: 1px solid rgba(0,0,0,0.15);
    }
    .bar-user-menu>.bar-user-row {
        height: 32px;
        line-height: 32px;
    }
    .bar-user-menu>.bar-user-row>a{
        text-decoration: none;
        display: block;
    }
    .bar-user-menu>.bar-user-row>a:hover{
        color: orange;
    }
    .st-header-fixed{
        position:fixed;
        width: 100%;
        top:0;
        z-index: 9999;
    }
    /*网站底部*/
    .footer {
        background: #383539;
        color: #fff;
        padding: 50px 0;
    }
    .foot-section{
        max-width: 1400px;
        margin: 0 auto;
    }
    .foot-info {
        display: flex;
        justify-content: space-between;
    }
    .foot-column {
        display: flex;
        justify-content: center;
        flex: 1;
    }
    .foot-column:not(:last-child):not(:first-child){
        /*border-left: 1px solid #fff;*/
    }
    .foot-column.foot-company {
        max-width: 460px;
        flex: 2;
    }
    .foot-column-box {
        display: flex;
        flex-direction: column;
    }
    .foot-column-box>div:first-child {
        padding-top: 0;
    }
    .company-info {
        display: flex;
        padding: 5px 0;
        align-items: center;
    }
    .company-info-icon {
        width: 25px;
        height: 25px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-right: 5px;
    }
    .company-info-content {
        flex: 1;
        font-size: 12px;
    }
    .icon-address{
        background-image: url("../../img/icon/address.png");
    }
    .icon-mail{
        background-image: url("../../img/icon/mail.png");
    }
    .icon-tel{
        background-image: url("../../img/icon/tel.png");
    }
    .icon-time{
        background-image: url("../../img/icon/time.png");
    }
    .icon-site{
        background-image: url("../../img/icon/site.png");
    }
    .foot-column-title{
        font-size: 16px;
    }
    .company-address{
    }
    .column-link a{
        color:#fff;
    }
    .foot-subscribe{
        align-items: center;
        justify-content: center;
    }
    .subscribe-input {
        display: flex;
        align-items: center;
        padding: 20px 0;
    }
    input.subscribe-email {
        display: block;
        width: 180px;
        height: 30px;
        padding: 6px 12px;
        font-size: 12px;
        color: #fff;
        background-color: #383539;
        background-image: none;
        border: 2px solid #fff;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-right: none;
        outline: none;
    }
    span.subscribe-addon {
        width: 100px;
        height: 30px;
        background: #fff;
        border: 2px solid #fff;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        color: #383539;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .column-media {
        text-align: center;
    }
    .media-row {
        display: inline-block;
        width: 36px;
        height: 36px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin: 0 10px;
    }
    /*top按钮*/
    .st-top{
        position: fixed;
        width: 50px;
        height: 50px;
        bottom: 120px;
        right: 30px;
        cursor: pointer;
        display: none;
        z-index: 9999;
        background-image: url("../../img/icon/top.png");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .st-top:hover{
        background-image: url("../../img/icon/top-hover.png");
    }
    .pay-logo {
        text-align: center;
        padding: 10px 0 0 0;
    }
    .pay-logo>img {
        margin: 0 2px;
        height: 26px;
        background: #fff;
    }

    /*顶部通知栏样式*/
    .st-navtip .w-navtip-notice{
        width: 100%;
        padding: 0;
        border-left: none;
        border-right: none;
        background: #fff;
    }
    /*导航栏下占位高度*/
    .empty-top{
        height:50px;
    }
    /*底部购物车按钮*/
    .foot-cart {
        /*display: none !important;*/
    }
    #ST-NAVCART-PRODUCTS .page-header{
        box-shadow: none;
        border: none;
    }
    .divider{
        border-bottom: 1px solid #eee;
        height: 10px !important;
    }
}
@media (min-width:1464px) {
    .container{
        width: 1464px;
    }
}
@media (min-width:1201px) and (max-width:1600px){
    .head-nav{
        padding: 0 2%;
    }
    .head-category-name{
        font-size: 15px;
    }
    .head-category-row{
        margin-right: 2%;
    }
    .bar-icon{
        width: 16px;
        height: 16px;
    }
    .head-bar-row{
        padding: 15px 8px;
    }
}

/* 中型设备（平板电脑，768 像素及以上） */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    /*顶部通知栏样式*/
    .st-navtip .w-navtip-notice{
        width: 100%;
        padding: 0;
        border-left: none;
        border-right: none;
        background: #cfdae6;
    }
    /*导航栏样式组*/

    .head-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 5%;
        background: #cfdae6;
    }
    /*导航栏左侧logo*/
    .head-nav-logo img{
        height: 20px;
    }
    /*导航栏右侧*/
    .head-nav-bar {
        display: flex;
        justify-content: end;
    }
    .head-bar-row {
        height: 46px;
        display: flex;
        align-items: center;
        position: relative;
        padding: 15px;
        cursor: pointer;
    }
    .bar-icon {
        width: 16px;
        height: 16px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .bar-box {
        position: absolute;
        top: 46px;
        right: 0;
        z-index: 9999;
        display: none;
    }
    .head-bar-row.active .bar-box{
        display: block;
    }
    .bar-lang {
        background-image: url('../../img/icon/lang.png');
    }
    .bar-cart {
        background-image: url('../../img/icon/cart.png');
    }
    .bar-search {
        background-image: url('../../img/icon/search.png');
    }
    .bar-user {
        background-image: url('../../img/icon/user.png');
    }
    /*导航栏搜索*/
    .st-search-input {
        position: absolute;
        top: 0;
        left: 0;
        height: 46px;
        width: 100%;
        align-items: center;
        padding: 0 5%;
        background: #cfdae6;
        display: none;
        z-index: 99999;
    }
    .search-input-box {
        flex: 1;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .st-navbrand-logo{
        max-width: none;
        min-width: none;
        padding-top: 0;
    }
    .st-navbrand-logo img{
        height: 20px;
    }
    .search-input-close{
        width: 200px;
        text-align: center;
    }
    .search-input-close i{
        font-size: 20px;
        color: #000;
        font-weight: 600;
        vertical-align: middle;
        cursor: pointer;
    }
    #ST-SEARCH{
        width: 50%;
        display: inline-block;
    }
    .st-navbrand-search{
        padding-top: 0;
    }
    .st-navbrand-search .input-group-addon {
        border: 1px solid #000;
        background-color: white;
        border-left: none;
        cursor: pointer;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        padding: 2px 10px;
        font-size: 20px;
    }
    .st-navbrand-search input {
        border: 1px solid #000;
        border-right: none;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        box-shadow: none;
        height: 30px;
    }
    .st-navbrand-search .input-group-addon i {
        color: #000;
        font-size: 22px;
    }
    .head-category {
        position: relative;
        height: 100px;
        display: flex;
        align-items: center;
        background: #0057a7;
        padding: 0 5%;
    }
    .nav-category-box {
        width: 100%;
        height: 100%;
        position: static;
    }
    .head-nav-category{
        display: flex;
        height: 100px;
        align-items: center;
    }
    .head-category-row {
        position: relative;
        height: 100px;
        width: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .head-category-row.active{
        background: #fff;
    }
    .category-row-download{
        
    }
    .head-category-row.active a.head-category-name{
        color: #0057a7;
    }
    a.head-category-name {
        position: relative;
        font-size: 15px;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        user-select: none;
        text-wrap: nowrap;
    }
    a.head-category-name:hover{
        color:#0057a7;
        text-decoration: none;
    }
    .head-category-icon {
        height: 50px;
        width: 50px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .head-category-font {
        padding-top: 5px;
    }
    
    .icon-activities{
        background-image: url('../../img/icon/wap/activities.png');
    }
    .head-category-row.active .icon-activities{
        background-image: url('../../img/icon/wap/activities_check.png');
    }
    .icon-products{
        background-image: url('../../img/icon/wap/products.png');
    }
    .head-category-row.active .icon-products{
        background-image: url('../../img/icon/wap/products_check.png');
    }
    .icon-support{
        background-image: url('../../img/icon/wap/support.png');
    }
    .head-category-row.active .icon-support{
        background-image: url('../../img/icon/wap/support_check.png');
    }
    .icon-models{
        background-image: url('../../img/icon/wap/models.png');
    }
    .head-category-row.active .icon-models{
        background-image: url('../../img/icon/wap/models_check.png');
    }
    .icon-download{
        background-image: url('../../img/icon/wap/download.png');
    }
    .head-category-row.active .icon-download{
        background-image: url('../../img/icon/wap/download_check.png');
    }
    .icon-blog{
        background-image: url('../../img/icon/wap/blog.png');
    }
    .head-category-row.active .icon-blog{
        background-image: url('../../img/icon/wap/blog_check.png');
    }
    .head-category-child {
        position: absolute;
        top: 100px;
        background: #fff;
        border-radius: 2px;
        z-index: 9999;
        display: none;
        box-shadow: 0 0 2px 0 #ddd;
    }
    .child-level-one {
        width: 190px;
        padding-left: 10px;
    }
    .child-one-row.active {
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
        border-right: 1px solid #fff;
    }
    .child-one-row.active>a {
        color: orange;
    }
    .child-one-row {
        text-wrap: nowrap;
        padding: 10px 20px;
        font-size: 14px;
        font-weight: bold;
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        border-right: 1px solid #ddd;
    }
    .child-right{
        position: absolute;
        top: 1px;
        left: 190px;
        z-index: 9998;
    }
    .child-two-box {
        display: none;
        flex-wrap: wrap;
        width: max-content;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        padding: 10px 20px;
        min-height: 200px;
    }
    .child-two-row {
        width: 42%;
        margin: 0 4%;
    }
    a.child-two-name:hover{
        color:orange;
    }
    a.child-two-name {
        text-wrap: nowrap;
        width: 100%;
        display: inline-block;
        border-bottom: 1px solid #ddd;
        padding: 3px 0;
    }
    .child-three-box {
        padding: 10px 0;
    }
    .child-thre-row {
        margin: 3px 0;
    }
    a.child-three-name {
        font-size: 13px;
        color: gray;
        position: relative;
        padding-left: 10px;
    }
    a.child-three-name:after {
        content: '';
        display: block;
        width: 5px;
        height: 5px;
        border-radius: 5px;
        position: absolute;
        left: 0;
        background: gray;
        top: 6px;
    }
    .child-thre-row:hover>a{
        color:orange;
    }
    .child-thre-row:hover>a:after{
        background:orange;
    }


    /*导航栏语言*/
    #st-translate-element {
        padding: 10px;
        position: absolute;
        background: white;
        right: 0;
        border-radius: 3px;
        min-width: 90px;
        text-align: center;
        border: 1px solid rgba(0,0,0,0.15);
    }
    #st-translate-element>a {
        height: 32px;
        line-height: 32px;
        text-decoration: none;
        display: block;
        text-wrap: nowrap;
    }
    #st-translate-element>a:hover{
        color: orange;
    }
    /*导航栏购物车*/
    #ST-NAVCART-PRODUCTS {
        display: block;
        top: 0;
        position: relative;
        border-radius: 3px;
        box-shadow: none;
        width: 380px;
        right: 0;
        background: #ffffff;
        border: 1px solid rgba(0,0,0,0.15);
        padding: 10px 20px;
    }

    /*导航栏用户中心*/
    .bar-user-menu {
        padding: 10px;
        position: relative;
        background: white;
        border-radius: 3px;
        width: 140px;
        text-align: left;
        border: 1px solid rgba(0,0,0,0.15);
    }
    .bar-user-menu>.bar-user-row {
        height: 32px;
        line-height: 32px;
    }
    .bar-user-menu>.bar-user-row>a{
        text-decoration: none;
        display: block;
    }
    .bar-user-menu>.bar-user-row>a:hover{
        color: orange;
    }
    .st-header-fixed{
        position:fixed;
        width: 100%;
        top:0;
        z-index: 9999;
    }
    /*网站底部*/
    .footer {
        background: #383539;
        color: #fff;
        padding: 50px 0;
    }
    .foot-section{
        max-width: 1400px;
        margin: 0 auto;
    }
    .foot-info {
        display: flex;
        justify-content: space-between;
        padding: 30px 20px 0 20px;
    }
    .foot-column {
        display: flex;
        justify-content: center;
        flex: 1;
    }
    .foot-column.foot-company {
        max-width: 460px;
        flex: 2;
    }
    .foot-column-box {
        display: flex;
        flex-direction: column;
    }
    .foot-column-box>div:first-child {
        padding-top: 0;
    }
    .company-info {
        display: flex;
        padding: 5px 0;
        align-items: center;
    }
    .company-info-icon {
        width: 25px;
        height: 25px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-right: 5px;
    }
    .company-info-content {
        flex: 1;
        font-size: 12px;
    }
    .icon-address{
        background-image: url("../../img/icon/address.png");
    }
    .icon-mail{
        background-image: url("../../img/icon/mail.png");
    }
    .icon-tel{
        background-image: url("../../img/icon/tel.png");
    }
    .icon-time{
        background-image: url("../../img/icon/time.png");
    }
    .icon-site{
        background-image: url("../../img/icon/site.png");
    }
    .foot-column-title{
        font-size: 16px;
    }
    .company-address{
    }
    .column-link a{
        color:#fff;
    }
    .foot-subscribe{
        align-items: center;
        justify-content: center;
    }
    .subscribe-input {
        display: flex;
        align-items: center;
        padding: 20px 0;
    }
    input.subscribe-email {
        display: block;
        width: 180px;
        height: 30px;
        padding: 6px 12px;
        font-size: 12px;
        line-height: 1.42857143;
        color: #fff;
        background-color: #383539;
        background-image: none;
        border: 2px solid #fff;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-right: none;
        outline: none;
    }
    span.subscribe-addon {
        width: 100px;
        height: 30px;
        background: #fff;
        border: 2px solid #fff;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        color: #383539;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .column-media {
        text-align: center;
    }
    .media-row {
        display: inline-block;
        width: 50px;
        height: 50px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin: 0 10px;
    }
    /*top按钮*/
    .st-top{
        position: fixed;
        width: 50px;
        height: 50px;
        bottom: 120px;
        right: 30px;
        cursor: pointer;
        display: none;
        z-index: 9999;
        background-image: url("../../img/icon/top.png");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .st-top:hover{
        background-image: url("../../img/icon/top-hover.png");
    }
    .pay-logo {
        text-align: center;
        padding: 50px 0 0 0;
    }
    .pay-logo>img {
        margin: 0 2px;
        background: #fff;
    }
    /*底部购物车按钮*/
    .foot-cart {
        /*display: none !important;*/
    }
    #ST-NAVCART-PRODUCTS .page-header{
        box-shadow: none;
        border: none;
    }
    .divider{
        border-bottom: 1px solid #eee;
        height: 10px !important;
    }
}

/*移动端样式*/
@media screen and (max-width: 767px) {
    /*顶部通知栏样式*/
    .st-navtip .w-navtip-notice{
        width: 100%;
        padding: 0;
        border-left: none;
        border-right: none;
        background: #cfdae6;
    }
    /*导航栏样式组*/

    .head-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1.5rem 0.5rem;
        background: #fff;
    }
    /*导航栏左侧logo*/
    .head-nav-logo img{
        max-height: 19px;
    }
    /*导航栏右侧*/
    .head-nav-bar {
        display: flex;
        justify-content: end;
    }
    .head-bar-row {
        height: 4.4rem;
        width: 4.4rem;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .bar-icon {
        width: 24px;
        height: 24px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .m-bar-open{
        padding-left: 1.5rem;
    }
    .m-bar-open>i{
        display: inline-block;
        transition: transform .2s ease-in-out;
    }
    .m-bar-row.active > .m-bar-title > .m-bar-open > i{
        transform: rotate(180deg);
    }
    .m-bar-row.active > .m-bar-title>a{
        border-bottom: 1px solid #666;
    }
    .bar-box {
        position: absolute;
        height: calc(100vh - 100%);
        width: 100%;
        top: 100%;
        left: 0;
        z-index: 9999;
        display: none;
    }
    .bar-box .m-bar-box-bg{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 998;
    }
    .bar-box .m-bar-box-bg.translucent{
        background: rgba(0,0,0,.7);
    }
    .bar-box .m-bar-child{
        width: 100%;
        border-top: 1px solid #eee;
        padding: 2rem 1.5rem;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
        overflow: auto;
    }
    .bar-box .m-bar-child.bg-white{
        background: #fff;
    }
    .bar-box.m-bar-menu .m-bar-child{
        left: -100%;
        width: calc(100vw - 4rem);
        height: 100%;
    }
    .bar-box .m-bar-row {
        padding: .5rem;
        margin: .5rem 0;
    }
    .bar-box .m-bar-child-box {
        padding: 0 1.5rem;
        display: none;
    }
    .bar-box .m-bar-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: bold;
    }
    .bar-box .m-bar-title a{
        width: 100%;
    }
    .bar-menu {
        background-image: url('../../img/icon/m-menu.png');
    }
    .head-bar-row.active .bar-menu {
        background-image: url('../../img/icon/m-menu-close.png');
    }
    .bar-lang {
        background-image: url('../../img/icon/lang.png');
    }
    .bar-cart {
        background-image: url('../../img/icon/cart.png');
    }
    .bar-search {
        background-image: url('../../img/icon/search.png');
    }
    .bar-user {
        background-image: url('../../img/icon/user.png');
    }
    /*导航栏搜索*/
    .st-search-input {
        width: 100%;
        padding: 5% 0;
        display: none;
        z-index: 99999;
    }
    .search-input-box {
        flex: 1;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .search-input-close{
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .search-input-close i{
        font-size: 24px;
        color: #fff;
    }
    #ST-SEARCH{
        width: 100%;
        display: inline-block;
        margin: 0;
    }
    .st-navbrand-search{
        padding-top: 0;
    }
    .st-navbrand-search .input-group-addon {
        border: 1px solid #000;
        background-color: white;
        border-left: none;
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px;
        padding: 2px 10px;
    }
    .st-navbrand-search input {
        border: 1px solid #000;
        border-right: none;
        border-top-left-radius: 40px;
        border-bottom-left-radius: 40px;
        box-shadow: none;
        height: 40px;
    }
    .st-navbrand-search .input-group-addon i {
        color: #000;
        font-size: 24px;
    }
    /*导航栏语言*/
    #st-translate-element {
        padding: 10px;
        background: white;
        width: 160px;
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        border: 1px solid rgba(0,0,0,0.15);
    }
    #st-translate-element>a {
        height: 32px;
        line-height: 32px;
        text-decoration: none;
        display: block;
    }
    #st-translate-element>a:hover{
        color: orange;
    }
    /*导航栏购物车*/
    .bar-cart{
        position:relative;
    }
    .bar-cart>span{
        position: absolute;
        display: flex;
        width: 18px;
        height: 18px;
        background: #FF5722;
        align-items: center;
        justify-content: center;
        border-radius: 18px;
        color: #fff;
        font-size: 1rem;
        margin-left: 60%;
        margin-top: -40%;
    }

    /*导航栏用户中心*/
    .bar-box .bar-user-menu {
        padding: 10px;
        background: white;
        width: 160px;
        text-align: center;
        border: 1px solid rgba(0,0,0,0.15);
    }
    .bar-user-menu>.bar-user-row {
        height: 32px;
        line-height: 32px;
    }
    .bar-user-menu>.bar-user-row>a{
        text-decoration: none;
        display: block;
    }
    .bar-user-menu>.bar-user-row>a:hover{
        color: orange;
    }
    .head-category {
        position: relative;
        height: 80px;
        display: flex;
        align-items: center;
        background: #0057a7;
        padding: 0 5%;
    }
    .nav-category-box {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }
    .head-nav-category{
        display: flex;
        height: 80px;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
    }
    .category-child-box {
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        z-index: 9999;
    }
    .head-category-row {
        position: relative;
        height: 80px;
        min-width: 80px;
        width: 22.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .head-category-row.active{
        background: #fff;
    }
    .head-category-row.active a.head-category-name{
        color: #0057a7;
    }
    a.head-category-name {
        position: relative;
        font-size: 14px;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        user-select: none;
        text-wrap: nowrap;
    }
    a.head-category-name:hover{
        color:#fff;
        text-decoration: none;
    }
    .head-category-icon {
        height: 36px;
        width: 36px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .head-category-font {
        padding-top: 5px;
        text-wrap: nowrap;
        word-wrap: nowrap;
    }
    .icon-activities{
        background-image: url('../../img/icon/wap/activities.png');
    }
    .head-category-row.active .icon-activities{
        background-image: url('../../img/icon/wap/activities_check.png');
    }
    .icon-products{
        background-image: url('../../img/icon/wap/products.png');
    }
    .head-category-row.active .icon-products{
        background-image: url('../../img/icon/wap/products_check.png');
    }
    .icon-support{
        background-image: url('../../img/icon/wap/support.png');
    }
    .head-category-row.active .icon-support{
        background-image: url('../../img/icon/wap/support_check.png');
    }
    .icon-models{
        background-image: url('../../img/icon/wap/models.png');
    }
    .head-category-row.active .icon-models{
        background-image: url('../../img/icon/wap/models_check.png');
    }
    .icon-download{
        background-image: url('../../img/icon/wap/download.png');
    }
    .head-category-row.active .icon-download{
        background-image: url('../../img/icon/wap/download_check.png');
    }
    .icon-blog{
        background-image: url('../../img/icon/wap/blog.png');
    }
    .head-category-row.active .icon-blog{
        background-image: url('../../img/icon/wap/blog_check.png');
    }
    .head-category-child {
        background: #fff;
        border-radius: 2px;
        display: none;
        box-shadow: 0 0 2px 0 #ddd;
    }
    .child-level-one {
        flex: 1;
    }
    .child-one-row.active {
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
        border-right: 1px solid #fff;
    }
    .child-one-row.active>a {
        color: orange;
    }
    .child-one-row {
        text-wrap: nowrap;
        padding: 10px 20px;
        font-size: 13px;
        font-weight: bold;
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        border-right: 1px solid #ddd;
    }
    .child-right{
        flex: 2;
        position: relative;
    }
    .child-two-box {
        display: none;
        flex-wrap: wrap;
        width: 100%;
        background: #fff;
        padding: 10px 20px;
        min-height: 200px;
    }
    .child-two-row {
        width: 42%;
        margin: 0 4%;
    }
    a.child-two-name:hover{
        color:orange;
    }
    a.child-two-name {
        text-wrap: nowrap;
        width: 100%;
        display: inline-block;
        border-bottom: 1px solid #ddd;
        padding: 3px 0;
    }
    .child-three-box {
        padding: 10px 0;
    }
    .child-thre-row {
        margin: 3px 0;
    }
    a.child-three-name {
        font-size: 12px;
        color: gray;
        position: relative;
        padding-left: 10px;
    }
    a.child-three-name:after {
        content: '';
        display: block;
        width: 5px;
        height: 5px;
        border-radius: 5px;
        position: absolute;
        left: 0;
        background: gray;
        top: 6px;
    }
    .child-thre-row:hover>a{
        color:orange;
    }
    .child-thre-row:hover>a:after{
        background:orange;
    }
    .st-header-fixed{
        position:fixed;
        width: 100%;
        top:0;
        z-index: 9999;
    }
    /*top按钮*/
    .st-top{
        position: fixed;
        width: 40px;
        height: 40px;
        bottom: 120px;
        right: 34px;
        cursor: pointer;
        display: none;
        z-index: 9999;
        background-image: url('../../img/icon/top-hover.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    /*底部购物车按钮*/
    .foot-cart {
        position: fixed;
        bottom: 0;
        left: 0;
        background: white;
        width: 100%;
        height: 50px;
        display: none;
        flex-wrap: nowrap;
        z-index:9999;
    }
    .foot-cart>button {
        height: 50px;
        border: none;
        border-radius: 0;
        text-align: center;
        padding: 0;
        margin: 0;
        color: white;
    }
    .foot-add-cart{
        width: 50%;
        background: #FF9800;
    }
    .foot-buy-now{
        width: 50%;
        background: #FF5722;
    }

    /*网站底部*/
    .footer {
        color: #fff;
    }
    .footer-row-box{
        padding: 2rem 1.5rem 3rem 1.5rem;
        background: #262626;
    }
    .footer-row{
        padding: 2rem 0 1.2rem 0;
    }
    .footer-row:not(:last-child){
        border-bottom: 1px dashed rgb(250,250,250, .1);
    }
    .footer-row-font{
        display: flex;
        justify-content: space-between;
        font-weight: bold;
    }
    .footer-row-font .icon{
        transition: transform .2s;
        font-size: 1.1rem;
    }
    .footer-row.active .footer-row-font .icon{
        transform: rotate(180deg);
    }
    .footer-row .footer-row-child{
        display: none;
        font-size: 1.2rem;
    }
    .footer-child-row{
        padding: 1rem 0;
    }
    .footer-child-row>a{
        text-decoration: none;
        color: #fff;
    }
    .footer-child-row>a:hover{
        text-decoration: none;
        color: #fff;
    }
    .footer-media-box {
        background: #262626;
        border-top: solid .1rem rgba(250, 250, 250, .08);
        padding: 2.5rem 1.5rem;
        display: flex;
        justify-content: left;
        gap: 2rem;
    }
    .media-row {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1.6rem;
        height: 1.6rem;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }
    a.media-row:before {
        content: "";
        position: absolute;
        width: 4.4rem;
        height: 4.4rem;
    }
    .footer-info-box {
        padding: 2.5rem 0;
        background-color: rgb(23, 23, 23);
    }
    .pay-logo {
        text-align: center;
        padding: 0 1.5rem;
        display: flex;
        gap: 1rem;
    }
    .pay-logo>img {
        height: 24px;
        background: rgb(250,250,250);
        border-radius: 3px;
    }
    .footer-rights{
        text-align: center;
        font-size: 1rem;
        padding-top: 10px;
        color: rgb(250,250,250);
    }
    .icon-address{
        background-image: url("../../img/icon/address.png");
    }
    .icon-mail{
        background-image: url("../../img/icon/mail.png");
    }
    .icon-tel{
        background-image: url("../../img/icon/tel.png");
    }
    .icon-time{
        background-image: url("../../img/icon/time.png");
    }
    .icon-site{
        background-image: url("../../img/icon/site.png");
    }
    .company-info-icon{
        width: 30px;
        height: 30px;
        display: block;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .footer-child-row{
        padding-bottom: 1rem;
    }
    .footer-child-row.active>.footer-child-label{
        padding-bottom: 1rem;
        border-bottom: 1px solid rgb(250, 250, 250);
    }
    .footer-child-two{
        display: none;
    }
    .footer-child-two .footer-two-row{
        padding-top: 1rem;
        display: flex;
        align-items: center;
    }
    .footer-two-row .footer-child-label{
        width: 50px;
    }
    .footer-two-row .footer-child-font{
        flex: 1;
    }
    .footer-two-row a{
        color:rgb(250,250,250);
    }
    .subscribe-input {
        display: flex;
        align-items: center;
    }
    input.subscribe-email {
        display: block;
        flex: 1;
        height: 40px;
        padding: 6px 12px;
        font-size: 1.2rem;
        color: rgb(250,250,250);
        background-color: #262626;
        background-image: none;
        border: 1px solid #fff;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-right: none;
        outline: none;
    }
    span.subscribe-addon {
        width: 100px;
        height: 40px;
        background: #fff;
        border: 1px solid rgb(250,250,250);
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        color: #383539;
        font-size: 1.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .subscribe-title{
        margin-bottom: 1.5rem;
        text-align: center;
        font-size: 1.2rem;
    }
    /*底部购物车按钮*/
    .foot-cart {
        /*display: none !important;*/
    }
    #ST-NAVCART-PRODUCTS .page-header{
        box-shadow: none;
        border: none;
    }
    .divider{
        border-bottom: 1px solid #eee;
        height: 10px !important;
    }
    .login-quick {
        width: 100% !important;
    }
    .form-group.open-login-other a {
        text-decoration: underline;
    }
}
