@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    font-size: 100px;
    overflow-x: hidden;
}

html {
    font-size: 5.2083334vw;
}

@media (max-width:1024px) {
    html {
        font-size: 9.765625vw
    }
}

@media (max-width:480px) {
    html {
        font-size: 14vw
    }
}

@font-face {
    font-family: "HarmonyOS_Sans_SC_Bold";
    src: url("../fonts/HarmonyOS_Sans_SC_Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HarmonyOS_Sans_SC_Light";
    src: url("../fonts/HarmonyOS_Sans_SC_Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HarmonyOS_Sans_SC_Medium";
    src: url("../fonts/HarmonyOS_Sans_SC_Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


/*初始化样式*/
body {
    margin: 0px;
    padding: 0px;
    margin: 0px auto;
    zoom: 1;

    /*设置字体*/
    font-size: 0.16rem;
    line-height: 1.5;
    font-family: sans-serif;
    color: #666666;
    /*设置宽度*/
    width: 100%;
}

ul,
li,
form,
dl,
dt,
dd,
div {
    padding: 0px;
    margin: 0px;
}

.ul,
.ul li {
    list-style: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.p {
    padding: 0px;
    margin: 0px;
}

select,
input,
textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #555555;
}

input:focus {
    outline: none;
}

/*强制去除表单自带的样式*/
input,
button,
select,
textarea {
    outline: none;
    /*-webkit-appearance:none;*/
}

/*强制去除textarea自带的样式*/
textarea {
    resize: none;
    /*-webkit-appearance:none;*/
}

textarea,
input,
select {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

/*html5设置*/
article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
    display: block;
}

figure,
figcaption {
    margin: 0px;
    padding: 0px;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

img {
    border: none;
    border: 0;
    vertical-align: baseline;
}

a {
    font-size: inherit;
    color: inherit;
    text-decoration: none;
    noline: -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

a:focus {
    outline: none;
    -moz-outline: none;
}

a:hover {
    text-decoration: none;
    color: #4291FF;
}

ul,
li {
    list-style: none;
    font-style: normal;
}

* {
    font-style: normal;
}

/*清楚浮动*/
.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.imgBox {
    width: 100%;
    display: block;
}

.pc {
    display: block !important;
}

.mobile {
    display: none !important;
}

.pulbicCon {
    width: 93.75%;
    max-width: 12rem;
    margin: 0 auto;
}

@media screen and (max-width:1024px) {
    .pc {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    body {
        font-size: 14px;
    }
}

/*初始化样式*/

.publicCon {
    width: 93.75%;
    max-width: 12rem;
    margin: 0 auto;
}

.wow {
    opacity: 0;
}

/*Top*/
.hide {
    display: none;
}

.Header {
    height: 1.29rem;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: transparent;
    z-index: 100;
    transition: all 0.3s;
    text-align: center;
}

.Header .auto {
    width: 93.75%;
    margin: 0 auto;
    max-width: 12rem;
    display: flex;
    justify-content: space-between;
}

.Header .Logo {
    float: left;
    /* padding-top: 0.23rem; */
    transition: all 0.3s;
}

@media screen and (min-width:1025px) {
    .Header .Logo {
        height: 1.29rem;
        display: flex;
        align-items: center;
    }

    .Header .Logo a {
        height: 100%;
        display: flex;
        align-items: center;
    }
}

.Header .toper {
    float: right;
    transition: all 0.3s;
    font-size: 16px;
    height: 1.29rem;
    display: flex;
    align-items: center;
}

.Header .toper a {
    color: #fff;
}



.Header .toper .ver {
    color: #fff;
    position: relative;
}

.Header .toper .ver dt {
    display: flex;
    align-items: center;
}

.Header .toper .ver .iconxjt {
    font-size: 16px;
    color: #fff;
    margin-left: 0.06rem;
}

.Header .toper .ver .iconver {
    font-size: 0.28rem;
    margin-right: 0.1rem;
    color: #fff;
}

.Header .toper .ver dd {
    display: none;
    position: absolute;
    left: 50%;
    top: 0.25rem;
    width: 100%;
    text-align: center;
    line-height: 0.32rem;
    background-color: #fff;
    border-radius: 0.05rem;
    box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
    transform: translateX(-50%);
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    -ms-border-radius: 0.05rem;
    -o-border-radius: 0.05rem;
}

.Header .toper .ver.on dd {
    display: block;
}

.Header .toper .ver.on dd p {
    padding: 5px 0px;
}

.Header .toper .ver.on .iconver {
    transform:
}

.Header .toper .user {}

.Header .Search {
    padding-right: 0 !important;
    margin-right: 0 !important;
    border-right: 0 !important;
}

.Header .Search .Searchico {
    cursor: pointer;
    color: #fff;
}

.Header .Search .Searchico .icongb {
    display: none;
}

.Header .Search .Searchico.on .icongb {
    display: block;
}

.Header .Search .Searchico.on .iconso {
    display: none;
}

.Header .Search .Searchico .iconfont,
.Header .user .userico .iconfont {
    font-size: 26px;
}

.Header .Search .searchbox {
    width: 3.5rem;
    line-height: 0.34rem;
    position: absolute;
    display: none;
    right: 0;
    top: 0.6rem;
}

.Header .Search .searchbox .input {
    background: #fff;
    width: 100%;
    height: 0.36rem;
    line-height: 0.34rem;
    text-indent: 1em;
    border: none;
    border-radius: 0.04rem;
    -webkit-border-radius: 0.04rem;
    -moz-border-radius: 0.04rem;
    -ms-border-radius: 0.04rem;
    -o-border-radius: 0.04rem;
}

.Header .Search .searchbox .input::-webkit-input-placeholder {
    color: #959595;
}

.Header .Search .searchbox .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 0.6rem;
    height: 0.38rem;
    color: #fff;
    background: #4291FF;
    border-radius: 0 0.04rem 0.04rem 0;
    -webkit-border-radius: 0 0.04rem 0.04rem 0;
    -moz-border-radius: 0 0.04rem 0.04rem 0;
    -ms-border-radius: 0 0.04rem 0.04rem 0;
    -o-border-radius: 0 0.04rem 0.04rem 0;
    border: none;
}

.Header .Search .searchbox .btn:hover {
    background: #4291FF;
}

.MainNav {
    line-height: 1.29rem;
    height: 1.29rem;
    display: inline-block;
    /* float: right; */
}

.MainNav li {
    float: left;
    margin-left: 0.75rem;
    z-index: 100;
    position: relative;
}

.MainNav span a {
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
    font-size: 0.18rem;
    transition: all ease 0.3s;
    padding: 0;
    color: #fff
}

.MainNav span a em {
    position: relative;
    z-index: 1;
}

.MainNav .bg {
    position: absolute;
    left: 50%;
    width: 0;
    bottom: 0.42rem;
    height: 0.03rem;
    background: #fff;
    transition: all ease 0.3s;
}

.MainNav .arr {
    display: none;
}

.MainNav li:hover span a {
    color: #4291FF !important;
}

.MainNav li.onnav span a {
    color: #fff;
}

.MainNav li:hover .bg {
    background-color: #4291FF;
    width: 100%;
    left: 0;
}

.MainNav li.onnav .bg,
.MainNav li span a.bg {
    width: 100%;
    left: 0;
}

.NavPull {
    z-index: 99;
    display: none;
    position: absolute;
    top: 1.29rem;
    left: 50%;
    width: 1.2rem;
    background: #f3f8ff;
    text-align: center;
    transform: translate(-50%, 0px);
}

.PullBox {
    width: 100%;
    line-height: 1.5;
    padding: 0.1rem 0;
}


.NavPull dl {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.NavPull.null {
    background: none;
    padding: 0;
}

.NavPull dd {
    position: relative;
    line-height: 0.44rem;
    font-size: 0.16rem;
    color: #666666;
}

.NavPull dd a {
    display: block;
}

.NavPull dd span {
    float: right;
    line-height: 0.44rem;
    height: 0.44rem;
}

.NavPull dd img {
    opacity: 0;
    vertical-align: middle;
    transition: all 0.3s
}

.NavPull dd:hover img {
    opacity: 1;
}

.NavPull dd a:hover {
    color: #4291FF;
}

.NavPull a:hover,
.NavPull dd:hover a {
    color: #4291FF;
}

.openbtn {
    cursor: pointer;
    display: none;
    width: 0.32rem;
    height: 0.25rem;
    background: #fff;
    position: absolute;
    right: 0.1rem;
    top: 0.11rem;
    z-index: 999;
}

.closebtn {
    position: fixed;
    left: 0;
    top: 45px;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
    background: rgba(0, 0, 0, 0.5);
}

.openbtn span {
    display: block;
    height: 0.03rem;
    background: #4291FF;
    border-radius: 0.04rem;
    margin: 0.04rem;
    transition: all ease 0.3s;
    -webkit-border-radius: 0.04rem;
    -moz-border-radius: 0.04rem;
    -ms-border-radius: 0.04rem;
    -o-border-radius: 0.04rem;
}

.openbtn.on .sp1 {
    -webkit-transform: translate(0, 7px) rotate(45deg) !important;
    -moz-transform: translate(0, 7px) rotate(45deg) !important;
    -ms-transform: translate(0, 7px) rotate(45deg) !important;
    -o-transform: translate(0, 7px) rotate(45deg) !important;
    transform: translate(0, 7px) rotate(45deg) !important;
}

.openbtn.on .sp2 {
    -webkit-transform: translate(0, 0) rotate(-45deg) !important;
    -moz-transform: translate(0, 0) rotate(-45deg) !important;
    -ms-transform: translate(0, 0) rotate(-45deg) !important;
    -o-transform: translate(0, 0) rotate(-45deg) !important;
    transform: translate(0, 0) rotate(-45deg) !important;
}

.openbtn.on .sp3 {
    display: none;
}

.Header .toper li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.16rem;
    padding-left: 0.16rem;
    position: relative;
    height: 25px;
    line-height: 25px;
}

.Header.fix .toper .ver,
.Header:hover .toper .ver {
    color: #222222;
}

.Header.fix .Logo img.hide,
.Header:hover .Logo img.hide {
    display: inline-block !important;
}

.Header.fix .Logo img,
.Header:hover .Logo img {
    display: none
}

.Header.fix .MainNav a,
.Header:hover .MainNav a {
    color: #222222
}

.Header.fix .toper .ver .iconver,
.Header.fix .toper .ver .iconxjt,
.Header:hover .toper .ver .iconver,
.Header:hover .Search .Searchico,
.Header:hover .toper .ver .iconxjt,
.Header:hover .toper a,
.Header:hover .toper a {
    color: #222222;
}

.Header.fix .toper .ver .iconver,
.Header.fix .toper .ver,
.Header.fix .toper a,
.Header.fix .Search .Searchico {
    color: #222222;
}

.Header.fix .toper .ver .iconver:hover,
.Header.fix .toper .ver:hover,
.Header.fix .toper a:hover,
.Header.fix .Search .Searchico:hover {
    color: #222222;
}

.Header:hover,
.Header.fix {
    background: #fff
}

@media screen and (min-width:1025px) {

    .Header .Search .Searchico .iconfont,
    .Header .user .userico .iconfont {
        font-size: 0.26rem;
    }

    .Header .toper li {
        height: 0.25rem;
        line-height: 0.25rem;
    }

    .Header .toper .ver dt {
        font-size: 0.16rem;
    }

    .Header .toper .ver .iconxjt {
        font-size: 0.16rem;
    }

    .Header .Logo img {
        width: 2.77rem;
    }
}

@media (max-width:1024px) {

    .Header,
    .Header .toper {
        height: 45px !important;
        z-index: 224;
    }

    .Header .toper .ver dd {
        top: 35px;
        width: 100px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

    .Header .auto {
        width: auto;
        padding: 0 15px;
    }

    .Header .Logo {
        padding-top: 0px !important;
        width: auto;
        height: 45px;
        display: flex;
        align-items: center;
    }

    .Header .Logo a {
        display: flex;
    }

    .Header .Logo img {
        height: 26px;
    }

    .Header.fix .MainNav,
    .Header.fix .toper,
    .Header .toper {
        line-height: normal;
    }

    .Header .Search .searchbox {
        right: 5%;
        width: 90%;
    }

    .Header .toper li {
        margin-right: 0;
        padding-right: 0;
        position: static;
        margin-left: 5px !important;
    }

    .Header .toper .ver .iconver {
        font-size: 22px;
    }

    .Search {
        padding: 0 38px 0 0 !important;
        position: static;
    }

    .Search .searchbox {
        width: 96%;
        right: 2%;
        top: 45px !important;
    }

    .Header .openbtn {
        display: block;
        width: 32px;
        height: 25px;
        top: 11px;
        right: 10px;
    }

    .Header .toper {
        padding-right: 35px;
    }

    .Header .toper li {
        margin-left: 0;
        padding-left: 0;
    }

    .openbtn span {
        height: 3px;
        border-radius: 0.04rem;
        margin: 4px;
        background: #222222;
    }

    .MainNav {
        position: fixed;
        height: 100%;
        overflow-y: auto;
        z-index: 999;
        width: 300px;
        padding: 0;
        right: -300px;
        background: #fff;
        top: 45px;
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        transition: all ease 0.3s;
    }

    .MainNav ul {
        padding-top: 30px;
    }

    .MainNav li {
        display: block;
        position: relative;
        float: none;
        border-bottom: 1px solid #e9e9e9;
        border-top: 1px solid #f9f8f6;
        width: auto;
        margin: 0;
        background: none;
    }

    .MainNav li span a {
        font-size: 16px;
        text-align: left;
        height: auto;
        display: block;
        line-height: 28px !important;
        height: auto !important;
        height: auto;
        padding: 8px 0 8px 20px;
        border: 0;
        color: #999;
    }

    .MainNav span a:after {
        display: none;
    }

    .MainNav .bg {
        display: none
    }

    .MainNav li:hover span a,
    .MainNav li.onnav span a,
    .MainNav li span a.sele {
        color: #4291FF;
    }

    .MainNav .arr {
        display: inline-block;
        position: absolute;
        z-index: 10;
        width: 100px;
        line-height: 38px;
        height: 38px;
        right: 0px;
        top: -1px;
    }

    .MainNav .arr i {
        position: absolute;
        height: auto;
        background: none;
        right: 15px;
        top: 5px;
        transition: all ease 0.3s;
    }

    .MainNav li.onnav .arr i {
        dis-moz-transform: translate(0, -3px) rotate(-180deg) !important;
        -ms-transform: translate(0, -3px) rotate(-180deg) !important;
        -o-transform: translate(0, -3px) rotate(-180deg) !important;
        transform: translate(0, -3px) rotate(-180deg) !important;
    }

    .MainNav.on {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        right: 0;
    }

    .PullBox {
        margin-left: 0;
        display: inline-block;
        width: 100%;
        float: none;
    }

    .NavPull .rigthbox {
        display: none
    }

    .NavPull dl {
        width: 100%;
    }

    .NavPull:before {
        display: none
    }

    .NavPull {
        position: static;
        line-height: 30px;
        padding: 8px;
        width: auto;
        margin: 0 5px;
        text-align: left;
        transform: translate(0, 0px);
    }

    .NavPull dl {
        padding: 0 !important;
    }

    .NavPull dd {
        position: relative;
        text-align: left;
        display: block;
    }

    .NavPull dd a {
        padding: 0 0 0 10px;
        font-size: 14px !important;
        line-height: 2;
        padding-left: 15px;
    }

}

.Header.fix .onnav a em,
.Header .toper a:hover {
    color: #4291FF;
}

.Header.fix .onnav a .bg {
    background-color: #4291FF;
}

.Header .Search:hover .Searchico .iconfont,
.Header .user:hover .userico .iconfont {
    color: #4291FF;
}

/* Footer */
.Footer {
    width: 100%;
    background: #3A3D42;
    text-align: center;
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.003rem;
}

.Footer .publicCon {
    display: flex;
    justify-content: center;
}

@media screen and (max-width:760px) {
    .Footer {
        height: auto;
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
    }

    .Footer .publicCon {
        display: flex;
        flex-direction: column;
    }
}

.totop {
    width: 0.76rem;
    height: 0.76rem;
    background-image: url(../images/backTop.png);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.totop.cd-is-visible {
    display: block;
    position: fixed;
    right: 5%;
    bottom: 10%;
}


/* current */
.current {
    border-bottom: 1px solid #EEEEEE;
    background: #fff;
}

.current .pulbicCon {
    display: flex;
    justify-content: space-between;
    height: 0.8rem;
    box-sizing: border-box;
}

.current .pulbicCon .left {
    display: flex;
    align-items: center;
    color: #555;
    font-size: 0.16rem;
}

.current .pulbicCon .left a {
    font-size: inherit;
    color: inherit;
    position: relative;
    padding-right: 0.14rem;
    margin-right: 0.06rem;
}

.current .pulbicCon .left a::after {
    content: '>';
    font-size: 0.16rem;
    color: #555;
    position: absolute;
    display: block;
    top: 50%;
    right: 0px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.current .pulbicCon .left a:hover {
    color: #4291FF;
}

.current .pulbicCon .left span {
    color: #555555;
}

.current .pulbicCon .left .area {
    margin-right: 0.1rem;
    position: relative;
}

.current .pulbicCon .right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.16rem;
    color: #555555;
}

.current .pulbicCon .right li {
    margin-right: 0.38rem;
    height: 100%;
    display: flex;
    align-items: center;
}

.current .pulbicCon .right a {
    font-size: inherit;
    color: inherit;
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    font-family: HarmonyOS_Sans_SC_Medium;
}

.current .pulbicCon .right li a::after {
    content: '';
    width: 0;
    height: 0.03rem;
    background-color: #4291FF;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.current .pulbicCon .right li:hover a {
    color: #4291FF;
}

.current .pulbicCon .right li.on a {
    color: #4291FF;
}

.current .pulbicCon .right li.on a::after,
.current .pulbicCon .right li:hover a::after {
    color: #4291FF;
    opacity: 1;
    width: 100%;
    left: 0;
}



@media screen and (max-width:1024px) {
    .current .pulbicCon .right li {
        margin-left: 10px;
    }
}

@media screen and (max-width:760px) {
    .current .pulbicCon .right {
        display: none;
    }

    .current .pulbicCon .left {
        font-size: 14px;
    }

    .current .pulbicCon .left .area {
        width: 14px;
        margin-right: 8px;
    }

    .current .pulbicCon .left a {
        padding-right: 14px;
        margin-right: 6px;
        font-size: 12px;
    }

    .current .pulbicCon .left span {
        font-size: 12px;
    }

    .current .pulbicCon .left a::after {
        font-size: 16px;
    }
}

a {
    display: block;
}

.dot,
.dot1,
.dot2,
.dot3,
.dot4,
.dot5,
.dot6,
.dot7 {
    overflow: hidden;
    word-break: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.dot1 {
    -webkit-line-clamp: 1;
}

.dot2 {
    -webkit-line-clamp: 2;
}

.dot3 {
    -webkit-line-clamp: 3;
}

.dot4 {
    -webkit-line-clamp: 4;
}

.dot5 {
    -webkit-line-clamp: 5;
}

.dot6 {
    -webkit-line-clamp: 6;
}

.dot7 {
    -webkit-line-clamp: 7;
}


/*font*/
.font14 {
    font-size: 0.14rem;
}

.font16 {
    font-size: 0.16rem;
}

.font18 {
    font-size: 0.18rem;
}

.font20 {
    font-size: 0.2rem;
}

.font22 {
    font-size: 0.22rem;
}

.font24 {
    font-size: 0.24rem;
}

.font26 {
    font-size: 0.26rem;
}

.font28 {
    font-size: 0.28rem;
}

.font30 {
    font-size: 0.3rem;
}

.font40 {
    font-size: 0.4rem;
}

.color999 {
    color: #999999;
}

.color666 {
    color: #666666;
}

.color222 {
    color: #222222;
}

.colorBlue {
    color: #4291FF;
}

.colorWhite {
    color: #FFFFFF;
}

.lineH1 {
    line-height: 1;
}

@media screen and (max-width:1024px) {
    .lineH1 {
        line-height: 1.5;
    }

    .font14 {
        font-size: 14px;
    }

    .font16 {
        font-size: 15px;
    }

    .font18 {
        font-size: 16px;
    }

    .font20 {
        font-size: 17px;
    }

    .font22 {
        font-size: 18px;
    }

    .font24 {
        font-size: 19px;
    }

    .font26 {
        font-size: 20px;
    }

    .font28 {
        font-size: 20px;
    }

    .font30 {
        font-size: 20px;
    }

    .font40 {
        font-size: 21px;
    }
}

/* margin */
.mt60 {
    margin-top: 0.6rem;
}

.mb60 {
    margin-bottom: 0.6rem;
}

.mt34 {
    margin-top: 0.36rem;
}

.mt46 {
    margin-top: 0.46rem;
}

.mb94 {
    margin-bottom: 0.94rem !important;
}

.mb125 {
    margin-bottom: 1.25rem;
}

.pt70 {
    padding-top: 0.7rem;
}

.pb84 {
    padding-bottom: 0.84rem;
}

.font1 {
    font-weight: lighter;
}

.font2 {
    font-weight: bold;
}

.font3 {
    font-weight: 500;
}

@media screen and (max-width:1024px) {
    .font1 {
        font-weight: normal;
    }

    .font3 {
        font-weight: normal;
    }
}

@media screen and (max-width:760px) {

    .mb125,
    .mb94 {
        margin-bottom: 0.6rem !important;
    }

    .mt34 {
        margin-top: 0.4rem;
    }

    .mt46 {
        margin-top: 0.46rem;
    }

    .singlePage,
    .pb84 {
        padding-bottom: 0.6rem;
    }

    .pt70 {
        padding-top: 0.6rem;
    }
}


/* @media screen and (min-width:1025px) {

    .Header:hover li.onnav .bg,
    .Header.fix li.onnav .bg {
        background: #4291FF;
    }

    .Header:hover li.onnav a em,
    .Header.fix li.onnav a em {
        color: #4291FF;
    }

    .Header.fix,
    .Header.fix .Logo {
        height: 1rem;
    }

    .Header.fix .MainNav {
        height: 1rem;
        line-height: 1rem;
    }

    .Header.fix .MainNav .bg {
        bottom: 0.26rem;
    }
} */