﻿@charset "utf-8";


/* common css */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0;
}

header,
footer,
article,
nav,
address,
figure,
figcaption,
menu,
details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
    font-weight: normal;
}

html,
body,
img,
iframe,
abbr {
    border: 0;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
}

sup,
sub {
    font-size: 83%;
}

pre,
code,
kbd,
samp {
    font-family: inherit;
}

q:before,
q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label,
summary {
    cursor: default;
}

a,
button {
    cursor: pointer;
}

a {
    text-decoration: none;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
    font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen {
    font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    color: #333;
    outline: 0;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

p {
    font-weight: 200;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
.l,
.pull-left {
    float: left;
}
.r,
.pull-right {
    float: right !important;
}

body,
html {
    background: #ffffff;
}
.c-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.color-999 {
    color: #999;
}
.clear-fix {
    clear: both;
}


/*Left*/
.mlr-00 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.ml-05 {
    margin-left: 5px !important;
}
.ml-06 {
    margin-left: 6px !important;
}
.ml-10 {
    margin-left: 10px !important;
}
.ml-15 {
    margin-left: 15px !important;
}
.ml-20 {
    margin-left: 20px !important;
}
.ml-22 {
    margin-left: 22px !important;
}
.ml-25 {
    margin-left: 25px !important;
}
.ml-30 {
    margin-left: 30px !important;
}
.ml-35 {
    margin-left: 35px !important;
}
.ml-40 {
    margin-left: 40px !important;
}
.ml-45 {
    margin-left: 45px !important;
}
.ml-50 {
    margin-left: 50px !important;
}
.ml-80 {
    margin-left: 80px !important;
}
.ml-82 {
    margin-left: 82px;
}
.ml-85 {
    margin-left: 85px !important;
}
.ml-90 {
    margin-left: 90px !important;
}
.ml-95 {
    margin-left: 95px !important;
}
.ml-100 {
    margin-left: 100px !important;
}
.ml-120 {
    margin-left: 120px !important;
}

/*Top*/
.mt-03 {
    margin-top: 3px !important;
}
.mt-05 {
    margin-top: 5px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-25 {
    margin-top: 25px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-35 {
    margin-top: 35px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-45 {
    margin-top: 45px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-55 {
    margin-top: 55px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-70 {
    margin-top: 70px !important;
}
.mt-80 {
    margin-top: 80px !important;
}
.mt-125 {
    margin-top: 125px !important;
}

/*Bottom*/
.mb-05 {
    margin-bottom: 5px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-80 {
    margin-bottom: 80px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.mr-05 {
    margin-right: 5px !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.mr-15 {
    margin-right: 15px !important;
}
.mr-20 {
    margin-right: 20px !important;
}
.mr-25 {
    margin-right: 25px !important;
}
.mr-30 {
    margin-right: 30px !important;
}
.mr-40 {
    margin-right: 40px !important;
}
.mr-50 {
    margin-right: 50px !important;
}


/*padding*/
.pt-15 {
    padding-top: 15px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.p-0 {
    padding-left: 0px !important;
}
.pl-05 {
    padding-left: 5px !important;
}
.pr-05 {
    padding-right: 5px !important;
}
.pl-10 {
    padding-left: 10px !important;
}
.pl-30 {
    padding-left: 30px !important;
}
.plr-12 {
    padding: 0 12px !important;
}
.pl-12 {
    padding-left: 12px !important;
}
.pr-12 {
    padding-right: 12px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pl-10 {
    padding-left: 10px !important;
}
.pr-10 {
    padding-right: 10px !important;
}
.pl-15 {
    padding-left: 15px !important;
}
.pr-15 {
    padding-right: 15px !important;
}
.pr-22 {
    padding-right: 22px !important;
}
.pl-22 {
    padding-left: 22px !important;
}
.pr-18 {
    padding-right: 18px !important;
}
.pl-20 {
    padding-left: 20px !important;
}
.pl-25 {
    padding-left: 25px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}



/*text*/
.text-l {
    text-align: left !important;
}
.text-c {
    text-align: center !important;
}
.text-r {
    text-align: right !important;
}

/*font-size*/
.ft-12 {
    font-size: 12px !important;
}
.ft-14 {
    font-size: 14px !important;
}
.ft-16 {
    font-size: 16px !important;
}
.ft-18 {
    font-size: 18px !important;
}

/*文字color*/
.A2A2A2 {
    color: #A2A2A2;
}
.textc-gray {
    color: #99999B !important;
}
.text-black {
    color: #000000 !important;
}
.text-white {
    color: #ffffff !important;
}

/*常用盒子*/
.commonly-used-wrap {
    width: 100%;
    float: left;
}

/*修改输入框提示颜色值*/
input::-webkit-input-placeholder {
    color: #C6CACD;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #C6CACD;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #C6CACD;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #C6CACD;
}

textarea::-webkit-input-placeholder {
    color: #C6CACD;
}

textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #C6CACD;
}

textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #C6CACD;
}

textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #C6CACD;
}

/*去掉数字类型输入框的默认箭头操作*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}
.conInner {
    width: 72%;
    margin: 0 auto;
}
.conInner2 {
    width: 62%;
    margin: 0 auto;
}
.hide {
    display: none;
}

/*头部公用样式*/
.herder-wrap {
    width: 100%;
    float: left;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
    text-align: center;
    background: #fff;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 10%);
}
.herder-wrap .wrap {
    height: 80px;
}
.logo-text {
    line-height: 30px;
    border-left: 1px solid #C0C0C0;
    margin-left: 10px;
    padding-left: 10px;
}
.contact {
    margin-right: 30px;
}
.tel {
    margin-left: 15px;
}
.contact-wrap {
    position: relative;
}
.header-nav {
    background: #007fc1;
    position: relative;
    line-height: 36px;
    font-size: 14px;
    transition: 0.2s all linear;
    cursor: pointer;
    color: #fff;
    z-index: 1;
    width: 126px;
}
.header-nav::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 0;
    height: 100%;
    transition: 0.2s all linear;
    z-index: -1;
}
.header-nav:hover::before {
    width: 100%;
    top: 0;
    right: 0;
    transition-delay: 0.1s;
    background: #185598;
    color: #fff;
}




/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*公共底部*/
.common-bottom {
    width: 100%;
    float: left;
    background: #1C1A25;
    /* margin-bottom: 60px; */
}
.bottom-text4 {
    width: 100%;
    float: left;
    line-height: 60px;
    color: #9D9CA2;
    font-size: 14px;
    text-align: center;
}
.bottom-text4 a {
    color: #9D9CA2;
}


/*公共banner部分*/
.common-banner {
    width: 100%;
    position: relative;
}
.common-banner img {
    width: 100%;
}
.banner-advice {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    font-size: 32px;
    color: #ffffff;
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 100;
}
.common-nav-wrap {
    width: 100%;
    padding: 20px 0px;
    background: #F7F7F7;
}
.common-nav-box-r {
    float: right;
}
.common-nav-wrap ul .nav-li {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 50px;
    color: #333;
    font-size: 14px;
}
.common-nav-wrap ul .nav-li:hover {
    color: #0077BE;
}
.nav-select {
    border-bottom: 2px solid #017ABF;
}
.common-nav-box {
    float: left;
    line-height: 30px;
    font-size: 14px;
    margin-right: 10px;
    color: #999999;
}
.common-nav-icon {
    width: 7px;
    float: left;
    margin-right: 5px;
    margin-top: 10px;
}

/*分页*/
.paging-wrap {
    width: 100%;
    float: left;
    margin: 70px 0px;
    text-align: center;
}
.paging-wrap span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin: 0 10px;
    background-color: #0679BA !important;
    border: 1px solid #0679BA !important;
    color: #ffffff !important;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-weight: normal !important;
}
.paging-wrap a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin: 0 10px;
    background-color: #ffffff;
    border: 1px solid #EDEDED;
    color: #666666;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.paging-wrap a:hover {
    background-color: #0679BA;
    border: 1px solid #0679BA;
    color: #ffffff;
}




/**/
.button--nina {
    overflow: hidden;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.button--nina.button--inverted {
    background: #fff;
    color: #7986cb;
}
.button--nina>span {
    display: inline-block;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--nina::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 42px;
    line-height: 42px;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--nina:hover {
    background-color: #00a7ff;
}
.button--nina:hover::before {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.button--nina:hover>span {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.button--nina:hover>span:nth-child(1) {
    -webkit-transition-delay: 0.045s;
    transition-delay: 0.045s;
}
.button--nina:hover>span:nth-child(2) {
    -webkit-transition-delay: 0.09s;
    transition-delay: 0.09s;
}
.button--nina:hover>span:nth-child(3) {
    -webkit-transition-delay: 0.135s;
    transition-delay: 0.135s;
}
.button--nina:hover>span:nth-child(4) {
    -webkit-transition-delay: 0.18s;
    transition-delay: 0.18s;
}
.button--nina:hover>span:nth-child(5) {
    -webkit-transition-delay: 0.225s;
    transition-delay: 0.225s;
}
.button--nina:hover>span:nth-child(6) {
    -webkit-transition-delay: 0.27s;
    transition-delay: 0.27s;
}
.button--nina:hover>span:nth-child(7) {
    -webkit-transition-delay: 0.315s;
    transition-delay: 0.315s;
}
.button--nina:hover>span:nth-child(8) {
    -webkit-transition-delay: 0.36s;
    transition-delay: 0.36s;
}
.button--nina:hover>span:nth-child(9) {
    -webkit-transition-delay: 0.405s;
    transition-delay: 0.405s;
}
.button--nina:hover>span:nth-child(10) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

/*在线客服*/
.index-fixedbox {
    position: fixed;
    z-index: 999;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
}
.fixedbox2 {
    width: 100%;
    position: relative;
    cursor: pointer;
    justify-content: center;
}
.fixed-img {
    width: 35px;
    height: 35px;
}
.top-icon {
    display: none;
    margin-top: 10px;
}
.top-icon .fixedbox2 {
    justify-content: center;

}



.layer-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgb(0, 0, 0, 0.7);
    z-index: 199;
    display: none;
}
.phone-layer {
    width: 448px;
    height: 360px;
    position: fixed;
    background: url(../images/layer-bg-web.png)no-repeat center center;
    background-size: 100% 100%;
    top: 50%;
    left: 50%;
    margin-top: -180px;
    margin-left: -224px;
    z-index: 299;
    display: none;
}
.layer-close-btn {
    width: 25px;
    height: 25px;
    float: right;
    margin-top: 14px;
    margin-right: 20px;
    cursor: pointer;
}
.lay-input-box {
    width: 360px;
    height: 40px;
    float: left;
    margin-left: 44px;
    background: #eee;
    border-radius: 130px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-top: 125px;
}
.layer-icon1 {
    width: 22px;
    float: left;
    margin-left: 15px;
    margin-top: 10px;
}
.layer-input {
    width: 290px;
    height: 38px;
    border: none;
    outline: none;
    float: left;
    background: rgba(255, 255, 255, 0);
    margin-left: 12px;
}
.layer-submit {
    width: 360px;
    height: 40px;
    float: left;
    margin-top: 32px;
    margin-left: 47px;
    border: none;
    background: #33A6FF;
    color: #fff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border: 1px solid #33A6FF;
}
.border-red {
    border: 1px solid red;
}
.succes-text {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 140px;
}

/* 弹框开始20210603 */
.add-tk {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .6);
    z-index: 100;
    display: none;
}
.add-tk .comsule-leftbox {
    max-width: 460px;
    text-align: center;
    padding: 40px 20px;
    border-radius: 6px;
    position: relative;
    float: initial;
    background: #ffffff;
    width: 92%;
    box-sizing: border-box;
}
.comsule-desc {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 315px;
    display: none;
}
.comsule-desc img {
    margin-bottom: 15px;
}
.comsule-desc p {
    font-size: 14px;
    color: #666;
}
.add-tk .close {
    width: 30px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
}
.add-tk .close img {
    display: inline-block;
    width: 100%;
}
.sub-icon {
    width: 100px;
    padding-bottom: 20px;
}

/*提交表单20210603 */
.comsule-leftbox {
    width: 460px;
    float: left;
    text-align: center;
}
.comsule-title {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px;
}
.comsule-box {
    width: 100%;
    height: 40px;
    float: left;
    margin-top: 20px;
    background: #F4F4F4;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: flex;
    align-items: center;
    position: relative;
}
.comsule-icon1 {
    width: 25px;
    float: left;
    margin-left: 20px;
    /* margin-top: 13px; */
}
.comsule-input {
    width: calc(100% - 45px);
    padding-left: 10px;
    float: left;
    height: 40px;
    line-height: 40px;
    border: none;
    outline: none;
    background: rgba(255, 255, 255, 0);
    font-size: 14px;
}
.comsule-code {
    float: right;
    padding: 0 30px;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
    border: none;
    background: #0077BE;
    position: absolute;
    right: 0;
}
.comsule-submit {
    width: 100%;
    height: 40px;
    border: 1px solid #0077BE;
    float: left;
    color: #FFF;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    background: #0077BE;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 30px;
    cursor: pointer;
}
.comsule-submit:hover {
    background: #2781b7;
}
.comsule-rightbox {
    width: 437px;
    float: right;
    padding: 40px 44px 50px 44px;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.comsule-text1 {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #999999;
    line-height: 25px;
    margin-top: 5px;
}



/* PC客户端或大屏幕设备: 小于1360px */
@media only screen and (max-width: 1200px) {
    .dynamic-text2 {
        display: none !important;
    }
}

@media only screen and (max-width: 1150px) {
    .bottom-box {
        width: 48.5%;
    }
    .dynamic-text2 {
        display: none !important;
    }
}

    {}

@media only screen and (max-width: 768px) {
    .contact {
        display: none;
    }
    .dynamic-text2 {
        display: none !important;
    }
    .logo-text {
        display: none;
    }
}

/* 平板之类的宽度 1024 以下设备 */
@media only screen and (min-width: 321px) and (max-width: 1024px) {
    .cover-image {
        height: 200px;
    }
    .news-detail-title {
        font-size: 24px !important;
    }
    .mdivfrom {
        display: none !important;
    }
    .dynamic-text2 {
        display: none !important;
    }


    .herder-wrap .mt-30 {
        margin-top: 0 !important;
    }
    .herder-wrap .index-header {
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 80px;
    }
    .index-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 80px;
    }
    .herder-wrap {
        height: auto;
    }
    .mt-102 {
        margin-top: 80px !important;
    }
    .add-jlk {
        display: flex;
        align-items: center;
    }
    .add-jlk .contact {
        margin-top: 0;
    }
}

/* 手机等小屏幕手持设备 */
@media screen and (min-width: 320px) and (max-width: 480px) {
    .conInner {
        width: 92%;
        margin: 0 auto;
    }
    .cover-image {
        height: 150px;
    }
    .bottom-box {
        width: 100%;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
    .bottom-link {
        display: none;
    }
    .common-nav-box-r {
        display: none;
    }
    .detail-page {
        margin: 40px 0px;
    }
    .bottom-text4 {
        line-height: 24px;
        padding: 20px 0;
        font-size: 12px;
    }
    .common-nav-wrap ul .nav-li {
        margin-right: 30px;
    }
    .news-detail-title {
        font-size: 24px !important;
    }
    .mdivfrom {
        display: none !important;
    }
    .dynamic-text2 {
        display: none !important;
    }
    .phone-layer {
        width: 360px;
        height: 290px;
        background: url(../images/layer-bg-web.png)no-repeat center center;
        background-size: 100% 100%;
        margin-top: 0px;
        top: 160px;
        left: 7px;
        margin-left: 0px;
        z-index: 9999;
    }
    .layer-close-btn {
        margin-top: 11px;
        margin-right: 15px;
    }
    .lay-input-box {
        width: 300px;
        margin-left: 30px;
        margin-top: 80px;
    }
    .layer-input {
        width: 230px;
    }
    .layer-submit {
        width: 300px;
        float: left;
        margin-top: 15px;
        margin-left: 30px;
    }
    .add-tk .comsule-box {
        width: 100%;
        height: 40px;
        margin-top: 20px;
        display: flex;
        align-items: center;
    }
    .add-tk .comsule-icon1 {
        width: 25px;
        margin-left: 15px;
        margin-top: 0;
    }
    .add-tk .comsule-input {
        padding-left: 15px;
        box-sizing: border-box;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        width: calc(100% - 40px);
    }
    .add-tk .comsule-code {
        line-height: initial;
        padding: 0 5px;
        width: 123px;
        line-height: 40px;
        box-sizing: border-box;
        font-size: 12px;
    }
    .header-classify {
        width: 42px;
        height: 42px;
        margin-left: auto;
        position: relative;
        display: flex !important;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .header-classify span {
        width: 32px;
        height: 2px;
        background: #000;
        display: block;
        margin-bottom: 8px;
    }
    .header-classify span:last-child {
        margin-bottom: 0;
    }
    .herder-wrap .mt-30 {
        margin-top: 0 !important;
    }
    .herder-wrap .index-header {
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 80px;
    }
    .herder-wrap .index-header .add-logo {
        display: block;
        overflow: hidden;
    }
    .header-classify {
        display: flex;
    }
    .index-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 80px;
    }
    .herder-wrap {
        height: auto;
    }
    .mt-102 {
        margin-top: 80px !important;
    }
    .logo-h42,
    #svg-h42 {
        height: 30px !important;
    }
    .herder-wrap .index-header .add-logo img {
        height: 30px;
    }
    .herder-wrap .wrap {
        height: 60px;
    }
    .header-nav {
        width: 75px;
        line-height: 30px;
    }
}