@font-face {
    font-family: element-icons;
    src: url(./element-icons.woff) format("woff"), url(fonts/element-icons.ttf) format("truetype");
    font-weight: 400;
    font-display: "auto";
    font-style: normal
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /* text-transform:uppercase; */
    color: #333;
    word-break: break-word;
    word-wrap: break-word;
    line-height: 1;
    outline: 0;
    font-family: Microsoft YaHei, '微软雅黑';
}

*::after,
*::before {
    /* content: ''; */
    position: absolute;
}

*::-webkit-scrollbar {
    width: 0px;
    transition: .5s;
    background-color: transparent;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

*:hover::-webkit-scrollbar {
    width: 2px;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 2px;
}

*::-webkit-scrollbar-thumb {
    background-color: #00aff0;
    border: 2px solid #00aff0;
}

*::-webkit-scrollbar-track {
    background-color: transparent;
}

html,
body {
    width: 100%;
    height: 100%;
    position: relative;
}

html {
    font-size: 100px;
}

body {
    overflow-x: hidden;
}

li {
    list-style: none;
}

select {
    appearance: none;
    -webkit-appearance: none;
    text-transform: none;
}

input {
    outline: none;
    border: none;
    text-transform: none;
}

a,
i {
    display: block;
    text-decoration: none;
    font-style: normal;
}

u,
s {
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: none;
}

b,
span,
em {
    font-style: normal;
    display: block;
}

b,
h2,
h3,
h4,
h5 {
    font-family: Microsoft YaHei, '微软雅黑';
}

img {
    border: 0;
    display: block;
    max-width: 100%;
    vertical-align: top;
}

.lf {
    float: left !important;
}

.rt {
    float: right !important;
}

.flo {
    float: left;
    width: 100%;
}

.clearFloat::after {
    /* æ¸…é™¤æµ®åŠ¨å½±å“ */
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clearFloat {
    zoom: 1;
    clear: both;
}

.ma_rt {
    margin-right: 0px !important;
}

.ma_lf {
    margin-left: 0px !important;
}

.bac {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.na1 {
    animation-delay: 0.1s;
}

.na2 {
    animation-delay: 0.2s;
}

.na3 {
    animation-delay: 0.3s;
}

.na4 {
    animation-delay: 0.4s;
}

.na5 {
    animation-delay: 0.5s;
}

.na6 {
    animation-delay: 0.6s;
}

.na7 {
    animation-delay: 0.7s;
}

.na8 {
    animation-delay: 0.8s;
}

.na9 {
    animation-delay: 0.9s;
}

.na10 {
    animation-delay: 1s;
}

.fle {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.pos {
    position: relative;
    z-index: 10;
}

.trs_5 {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.trs_8 {
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}

.pc_dis {
    display: block;
}

.pc_dis2 {
    display: flex;
}

.ph_dis,
.ph_dis2 {
    display: none;
}

.box_sh {
    box-shadow: 0px .06rem .3rem 0px rgba(51, 51, 51, 0.1);
}

.pos1 {
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.pos1>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.pos1>*.on {
    position: relative;
    z-index: 10;
    opacity: 1;
}

div.sj_video,
div.sj_video2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
    transform: scale(0);
}

div.sj_video.on,
div.sj_video2.on {
    transform: scale(1);
}

div.sj_video>div,
div.sj_video2>div {
    position: relative;
    width: 60%;
    z-index: 10;
}

div.sj_video>div>video,
div.sj_video2>div>video {
    width: 100%;
}

div.sj_video>div>i,
div.sj_video2>div>i {
    cursor: pointer;
    width: 0.5rem;
    height: 0.5rem;
    background-color: rgb(102 98 98 / 50%);
    font-size: .28rem;
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.sj_video>div>i:hover,
div.sj_video2>div>i:hover {
    background-color: rgb(33 33 33 / 100%);
}

div.sj_video>i,
div.sj_video2>i {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: .3;
    top: 0%;
    left: 0%;
}

/* @font-face {
    font-family: "SourceHanSansCN-Normal";
    src: url("SourceHanSansCN-Normal.otf") format("opentype");
}

@font-face {
    font-family: Microsoft YaHei , '微软雅黑';
    src: url("SourceHanSansCN-Regular.otf") format("opentype");
}

@font-face {
    font-family: Microsoft YaHei , '微软雅黑';
    src: url("SourceHanSansCN-Bold.otf") format("opentype");
}

@font-face {
    font-family: "HarmonyOS_Sans_SC_Light";
    src: url("HarmonyOS_Sans_SC_Light.ttf") format("opentype");
} */

.css-f969-cd0726054c7 {
    font-family: 'f969-cd0726054c7';
}

@media screen and (min-width:1930px) and (max-width:2560px) {
    img {
        width: 100%;
    }
}

@media screen and (max-width:1440px) {
    html {
        font-size: 75px;
    }
}

@media screen and (max-width:768px) {

    .pc_dis,
    .pc_dis2 {
        display: none;
    }

    .ph_dis {
        display: block;
    }

    .ph_dis2 {
        display: flex;
    }
}

.ph_hua {
    display: none !important;
}

.ph_scroll_bar::-webkit-scrollbar {
    width: 3px;
    height: 6px;
    transition: .5s;
    background-color: #DDDDDD;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.ph_scroll_bar::-webkit-scrollbar-thumb {
    background-color: #2345A7;
    border: 3px solid #2345A7;
}

@keyframes scroll-att-left {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }

    40% {
        transform: translateX(2px);
    }

    60% {
        transform: translateX(-6px);
    }
}

@keyframes scroll-arr-act {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(0);
    }

    40% {
        transform: translateX(-6px);
    }

    60% {
        transform: translateX(2px);
    }
}

@media screen and (max-width: 540px) {
    .ph_hua {
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #2345A7;
        text-decoration: none;
        margin-top: 20px;
    }

    .ph_hua>img {
        margin-right: 10px;
        width: 20px;
        animation: scroll-att-left 2s infinite both;
        -webkit-animation: scroll-att-left 2s infinite both;
    }

    .ph_hua>img:last-child {
        margin-right: 0;
        margin-left: 10px;
        animation: scroll-arr-act 2s infinite both;
    }

    .ph_scroll_bar {
        overflow: auto;
    }

    div.sj_video>div,
    div.sj_video2>div {
        width: 90%;
    }

    div.sj_video>div>i,
    div.sj_video2>div>i {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }
}


/********************* 登录弹窗 ***********************/
.login_main {
    position: fixed;
    z-index: 60;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
}

.login_main>i {
    content: '';
    top: 0;
    left: 0;
    z-index: 1;
    background: #333;
    opacity: .4;
    width: 100%;
    height: 100%;
}

.login_main>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_main>div>div {
    padding: .45rem .5rem .45rem .3rem;
    border-radius: .1rem;
    background: #fff;
    position: relative;
    z-index: 10;
    width: 27%;
    display: flex;
}

.login_main>div>div>i {
    width: .25rem;
    height: .3rem;
    top: .2rem;
    right: .3rem;
    position: absolute;
    cursor: pointer;
    z-index: 20;
}

.login_main>div>div>i::before {
    content: '';
    width: 153%;
    height: .04rem;
    background: #898989;
    transform-origin: top left;
    transform: rotate(45deg);
    top: 0;
    left: 0;
    transition: .5s;
}

.login_main>div>div>i:hover::before,
.login_main>div>div>i:hover::after {
    background: #00aff0;
}

.login_main>div>div>i::after {
    content: '';
    top: 0;
    right: 0;
    width: 153%;
    height: .04rem;
    background: #898989;
    transform-origin: top right;
    transform: rotate(-45deg);
    transition: .5s;
}

.login_main>div>div>.login_lf {
    padding: .1rem;
    /* border-right: 1px solid #999; */
    width: 100%;
    display: none;
}

.login_main>div>div>.login_lf>p {
    font-size: .24rem;
    margin-bottom: .44rem;
    text-align: center;
}

.login_main>div>div>.login_lf>.lg_phone {
    margin-top: .25rem;
    display: flex;
    justify-content: space-between;
    padding: .23rem .3rem;
    background: rgba(153, 153, 153, 0.1);
    border-radius: .1rem;
}

.login_main>div>div>.login_lf>.lg_phone>select {
    font-size: .16rem;
    color: #333;
    background: none;
    border: none;
    border-bottom: 1px solid #F5F5F5;
    cursor: pointer;
    width: 23%;
    background: url(../img/dsj.png) no-repeat right center;
    background-size: .15rem auto;
}

.login_main>div>div>.login_lf>.lg_phone>select>option {}

.login_main>div>div>.login_lf>.lg_phone>input {
    background: none;
    border-bottom: 1px solid #F5F5F5;
    padding: 0;
    width: 70%;
    font-size: .16rem;
    color: #333;
}

.login_main>div>div>.login_lf>.lg_yzm {
    margin-top: .25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .23rem .3rem;
    background: rgba(153, 153, 153, 0.1);
    border-radius: .1rem;
}

.login_main>div>div>.login_lf>.lg_yzm>span {
    font-size: .16rem;
    color: #333;
}

.login_main>div>div>.login_lf>.lg_yzm>input {
    background: none;
    color: #333;
    width: 45%;
}

.login_main>div>div>.login_lf>.lg_yzm>p {
    font-size: .16rem;
    color: #00aff0;
    cursor: pointer;
}

.login_main>div>div>.login_lf>.zc_inp {
    margin-top: .25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .23rem .3rem;
    background: rgba(153, 153, 153, 0.1);
    border-radius: .1rem;
}

.login_main>div>div>.login_lf>.zc_inp>span {
    font-size: .16rem;
    color: #333;
}

.login_main>div>div>.login_lf>.zc_inp>input {
    width: 70%;
    background: none;
    font-size: .16rem;
}

.login_main>div>div>.login_lf>i {
    font-size: .16rem;
    text-align: center;
    text-decoration: underline;
    margin-top: .2rem;
    cursor: pointer;
}

.login_main>div>div>.login_lf>button {
    margin: 0 auto;
    margin-top: .4rem;
    padding: .17rem;
    width: 90%;
    font-size: .24rem;
    font-weight: bold;
    background: linear-gradient(-90deg, #005AFF 0%, #00aff0 100%);
    border-radius: .1rem;
    color: #fff;
    display: block;
    cursor: pointer;
    outline: none;
    border: none;
}

.login_main>div .lg_ift {
    margin: 0 auto;
    margin-top: .3rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 90%;
}

.login_main .lg_ift>input {}

.login_main .lg_ift>label {
    font-size: .16rem;
    color: #999;
    display: flex;
}

.login_main .lg_ift>label>a {
    color: #999;
    text-decoration: underline;
}

.login_main>div>div>.login_rt,
.login_main>div>div>.login_email,
.login_main>div>div>.form_style {
    padding: .1rem 0 0 0.2rem;
    /* width: 40%; */
    display: none;
}

.login_main>div>div>.login_lf.on,
.login_main>div>div>.login_email.on,
.login_main>div>div>.login_rt.on {
    display: block;
}

.login_main>div>div>.login_rt>p {
    font-size: .24rem;
    text-align: center;
    margin-bottom: .35rem;
}

.login_main>div>div>.login_rt>span {
    border: 1px solid #999999;
    border-radius: .1rem;
    background: #fff;
    padding: .1rem;
}

.login_main>div>div>.login_rt>.lg_rt_ift {
    margin-top: .4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_main>div>div>.login_rt>.lg_rt_ift>input {}

.login_main>div>div>.login_rt>.lg_rt_ift>label {
    font-size: .16rem;
    color: #999;
    display: flex;
    margin-left: .1rem;
}

.login_main>div>div>.form_style {
    width: 100%;
}

.login_main>div>div>.form_style.on {
    display: block;
}

.login_main>div>div>.form_style>p {
    font-size: .24rem;
    text-align: center;
    margin-bottom: .35rem;
}

.login_main>div>div>.form_style>ul {}

.login_main>div>div>.form_style>i {
    font-size: .16rem;
    text-align: center;
    text-decoration: underline;
    margin-top: .2rem;
    cursor: pointer;
}

.login_main>div>div>.form_style>ul>li {
    margin-top: .25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .23rem .3rem;
    background: rgba(153, 153, 153, 0.1);
    border-radius: .1rem;
}

.login_main>div>div>.form_style>ul>li:last-child {
    padding: 0;
    background: none;
}

.login_main>div>div>.form_style>ul>li>label {
    font-size: .16rem;
    width: 20%;
}

.login_main>div>div>.form_style>ul>li>input {
    width: 80%;
    font-size: .18rem;
    background: none;
}

.login_main>div>div>.form_style>ul>li>button {
    margin: 0 auto;
    padding: .17rem;
    width: 90%;
    font-size: .24rem;
    font-weight: bold;
    background: linear-gradient(-90deg, #005AFF 0%, #00aff0 100%);
    border-radius: .1rem;
    color: #fff;
    display: block;
    cursor: pointer;
    outline: none;
    border: none;
}

/********************* 导航个人信息 ***********************/
.my_info {
    position: relative;
    padding: .05rem .8rem .05rem 0;
    display: none;
    align-items: center;
    z-index: 10;
}

.my_info.on {
    display: flex;
}

.my_info>a {
    width: .3rem;
    position: relative;
}

.my_info>a::after {
    content: '';
    width: .08rem;
    height: .08rem;
    border-radius: 50%;
    top: -.03rem;
    right: -.03rem;
    z-index: 1;
    background: #DC2209;
    opacity: 0;
}

.my_info>a.on::after {
    opacity: 1;
}

.my_info>a>img {
    transition: .5s;
    width: 100%;
}

.my_info>a>img:last-child {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.nav.long_on .my_info>a>img,
.nav.on .my_info>a>img {
    opacity: 0;
}

.nav.long_on .my_info>a>img:last-child,
.nav.on .my_info>a>img:last-child {
    opacity: 1;
}

.my_info>span {
    width: .7rem;
    margin-left: .25rem;
    cursor: pointer;
}

.my_info>div {
    padding: .15rem .3rem 0rem .3rem;
    background: #fff;
    box-shadow: 0px 6px .3rem 0px rgba(51, 51, 51, 0.1);
    border-radius: .1rem;
    width: 3.55rem;
    position: absolute;
    right: .4rem;
    top: 1.2rem;
    z-index: 20;
    display: none;
}

.my_info>div::after {
    content: '';
    position: absolute;
    top: -.24rem;
    right: .5rem;
    border-right: .5rem solid transparent;
    border-top: .5rem solid #fff;
    border-left: 0;
    transform: rotate(45deg);
}


.my_info .my_info1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.my_info .my_info1>span {
    position: relative;
    width: .7rem;
    margin-right: .15rem;
}

.my_info .my_info1>span>i {
    width: .2rem;
    position: absolute;
    bottom: 0;
    right: 0;
}

.my_info .my_info1>div {}

.my_info .my_info1>div>p {
    margin-bottom: .12rem;
    display: flex;
    align-items: center;
}

.my_info .my_info1>div>p>i {
    font-size: .16rem;
    color: #999;
}

.my_info .my_info1>div>p>span {
    width: .17rem;
    margin-left: .1rem;
    cursor: pointer;
}

.my_info .my_info1>div>i {
    font-size: .2rem;
}

.my_info .my_info1>p {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.my_info .my_info1>p>span {
    font-size: .16rem;
    color: #999;
    transition: .5s;
}

.my_info .my_info1>p>i {
    width: .16rem;
    margin-left: .1rem;
}


.my_info .my_info2 {
    padding: .24rem .26rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url(../img/my_bg.png) no-repeat center;
    background-size: cover;
    border-radius: .06rem;
    margin: .2rem 0 .15rem 0;
}

.my_info .my_info2>p {}

.my_info .my_info2>p>b {
    font-size: .16rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: .1rem;
}

.my_info .my_info2>p>i {
    font-size: .16rem;
    color: #fff;
}

.my_info .my_info2>a {
    padding: .12rem .23rem;
    border-radius: .3rem;
    background: #fff;
    color: #00aff0;
    font-size: .16rem;
    transition: .5s;
}

.my_info .my_info2>a:hover {
    background: #00aff0;
    color: #fff;
}

.my_info .my_info3 {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.my_info .my_info3>a {
    width: 33%;
    margin-bottom: .25rem;
}

.my_info .my_info3>a>i {
    width: .3rem;
    margin: 0 auto;
}

.my_info .my_info3>a>span {
    font-size: .16rem;
    margin-top: .1rem;
    text-align: center;
    transition: .5s;
}

.my_info .my_info3>a:hover>span {
    color: #00aff0;
}

.my_info>div>p {
    display: flex;
    align-items: center;
    padding-bottom: .18rem;
    border-bottom: 1px solid #E4E4E4;
}

.my_info>div>p>span {
    width: .7rem;
    margin-right: .15rem;
}

.my_info>div>p>span>img {}

.my_info>div>p>i {
    font-size: .2rem;
}

.my_info>div>ul {
    display: flex;
    margin-top: .15rem;
}

.my_info>div>ul>li {
    width: 50%;
    border-right: 1px solid #e4e4e4;
}

.my_info>div>ul>li:last-child {
    border: none;
}

.my_info>div>ul>li>b {
    font-size: .24rem;
    text-align: center;
}

.my_info>div>ul>li>p {
    font-size: .16rem;
    margin-top: .1rem;
    text-align: center;
    color: #999;
}

.my_info>div>a {
    margin-top: .25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.my_info>div>a>span {
    font-size: .16rem;
    display: flex;
    align-items: center;
}

.my_info>div>a>span>img {
    width: .21rem;
    margin-right: .1rem;
}

.my_info>div>a>i {
    width: .12rem;
    height: .12rem;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(45deg);
}

.my_info>div>button {
    margin-top: .3rem;
    padding: .15rem;
    border: 1px solid #999999;
    font-size: .2rem;
    color: #999;
    text-align: center;
    border-radius: .1rem;
    width: 100%;
    background: none;
    outline: none;
    cursor: pointer;
    transition: .5s;
}

.my_info>div>button:hover {
    border-color: #333;
    color: #333;
}

/********************* 右侧边栏 ***********************/
.menu_rt {
    position: fixed;
    right: 3%;
    z-index: 50;
    bottom: 16vh;
    box-shadow: 0rem 0rem 0.3rem 0rem rgba(51, 51, 51, 0.1);
    border-radius: 0.35rem;
    background: #fff;
    padding: .3rem .15rem;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: flex-end; */
}

.menu_rt>.ai_kf {
    position: absolute;
    top: -1.4rem;
    right: -.28rem;
}

.menu_rt>.ai_kf>p {
    font-size: .2rem;
    position: absolute;
    top: 32%;
    right: 75%;
    opacity: 0;
    width: 200%;
    padding: .2rem;
    border-radius: .15rem;
    background: #fff;
    transition: .5s;
    transform: scale(.7);
}

.menu_rt>.ai_kf>p::after {
    content: '';
    width: .15rem;
    height: .15rem;
    background: #fff;
    right: -.07rem;
    transform: rotate(45deg);
}

.menu_rt>.ai_kf:hover>p {
    right: 115%;
    transform: scale(1);
    opacity: 1;
}

.menu_rt>.ai_kf>a {}

.menu_rt>.ai_kf>a>span {
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0rem 0rem 0.3rem 0rem rgba(51, 51, 51, 0.1);
}

.menu_rt>.ai_kf>a>span>video {
    display: block;
    width: 100%;
    height: 100%;
}

.menu_rt>.ai_kf>a>i {
    padding: .1rem 0;
    background: linear-gradient(90deg, #3059F9 0%, #59A3F6 100%);
    border-radius: 0.33rem;
    font-size: .2rem;
    color: #fff;
    width: 90%;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
    display: table;
    margin: 0 auto;
    margin-top: -.2rem;
    position: relative;
    z-index: 2;
}

.menu_rt>.qw_rt {
    position: relative;
    z-index: 10;
}

.menu_rt>.qw_rt>a {
    margin: 0 auto;
    /* margin-top: .1rem; */
    /* padding: .2rem .15rem; */
    /* font-weight: bold; */
    /* background: linear-gradient(0deg, #005AFF 0%, #00aff0 100%); */
    /* border-radius: .5rem; */
    color: #333;
    display: block;
    cursor: pointer;
    /* border: 2px solid #fff; */
    /* color: #fff; */
    text-align: center;
    line-height: 1.5;
    /* margin-top: .15rem; */
    font-size: .14rem;
}

.menu_rt>.qw_rt>a>i {
    margin: 0 auto;
    margin-bottom: 0.04rem;
    position: relative;
    width: .17rem;
}

.menu_rt>.qw_rt>p>i>img,
.menu_rt>a>span>img,
.menu_rt>.qw_rt>a>i>img {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    width: 100%;
}

.menu_rt>.qw_rt>p>i>img:last-child,
.menu_rt>a>span>img:last-child,
.menu_rt>.qw_rt>a>i>img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

.menu_rt>.qw_rt>a:hover>i {}

.menu_rt>a:hover>span>img,
.menu_rt>.qw_rt>p:hover>i>img,
.menu_rt>.qw_rt>a:hover>i>img {
    opacity: 0;
}

.menu_rt>a:hover>span>img:last-child,
.menu_rt>.qw_rt>p:hover>i>img:last-child,
.menu_rt>.qw_rt>a:hover>i>img:last-child {
    opacity: 1;
}

.menu_rt>.qw_rt>p {
    margin: 0 auto;
    margin-top: .15rem;
    /* padding: .2rem .15rem; */
    font-size: .2rem;
    font-weight: bold;
    /* background: linear-gradient(0deg, #005AFF 0%, #00aff0 100%); */
    /* border-radius: .5rem; */
    color: #333;
    display: block;
    cursor: pointer;
    /* border: 2px solid #fff; */
}

.menu_rt>.qw_rt>p>i {
    width: .2rem;
    margin: 0 auto;
    margin-bottom: .04rem;
    position: relative;
}

.menu_rt>a>i,
.menu_rt>.qw_rt>p>b {
    color: #333;
    text-align: center;
    line-height: 1.5;
    margin-top: .15rem;
    font-size: .14rem;
    font-weight: normal;
    transition: .5s;
}

.menu_rt>a:hover>i,
.menu_rt>.qw_rt>p:hover>b,
.menu_rt>.qw_rt>a:hover {
    color: #00aff0;
}

.menu_rt>.qw_rt>p>b {
    margin-top: 0;
}


.menu_rt>.qw_rt>div {
    display: none;
    position: absolute;
    right: .7rem;
    top: -3rem;
    width: 5rem;
    box-shadow: 0rem 0rem 0.3rem 0rem rgba(51, 51, 51, 0.1);
    padding: 0;
    background: linear-gradient(45deg, #F5F5F5, #fff);
    /* border: 2px solid #fff; */
    border-radius: .1rem;
}

.menu_rt>.qw_rt>div>.qw_rtd1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(90deg, #00aff0 0%, #005AFF 100%);
    padding: .2rem;
    border-radius: .1rem;
}

.menu_rt>.qw_rt>div>div>span {
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    /* background: #fff; */
    padding: .1rem;
    border: 1px solid #fff;
}

.menu_rt>.qw_rt>div>div.qw_rtd2>span {
    border-color: #00aff0;
}

.menu_rt>.qw_rt>div>.qw_rtd1>p {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .3rem 0;
}

.menu_rt>.qw_rt>div>.qw_rtd1>p>i {
    font-size: .2rem;
    color: #fff;
}

.menu_rt>.qw_rt>div>.qw_rtd1>p>b {
    font-size: .3rem;
    color: #fff;
    margin-left: .15rem;
}


.menu_rt>.qw_rt>div>.qw_rtd2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .2rem;
}

.menu_rt>.qw_rt>div>.qw_rtd2>p {
    font-size: .22rem;
    width: 68%;
    text-align: left;
    line-height: 3;
    font-weight: bold;
    position: relative;
}

.menu_rt>.qw_rt>div>.qw_rtd2>p>span {
    position: absolute;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    padding: .1rem;
    border: 1px solid #00aff0;
    margin-top: .08rem;
}

.menu_rt>.qw_rt>div>.qw_rtd2>p>em {
    font-size: .16rem;
    line-height: 1;
    transform: translateY(.05rem);
    font-weight: normal;
    padding-left: .7rem;
}

.menu_rt>.qw_rt>div>.qw_rtd2>p>b {
    color: #00aff0;
    font-size: .26rem;
    font-weight: bold;
    display: inline-block;
    padding-left: .7rem;
}

.menu_rt>.qw_rt>div>.qw_rtd2>p>i {
    display: inline;
    color: #00aff0;
}

.menu_rt>.qw_rt>div>.qw_rtd2>i {
    width: 30%;
}

.menu_rt>.qw_rt>div>.qw_rtd3 {
    width: 100%;
    padding: .2rem .4rem;
    background: rgb(26 38 77 / 60%);
    /* border-radius: .1rem; */
    /* padding: .4rem .55rem; */
    /* margin-right: 3rem; */
    border-radius: .1rem;
    background: linear-gradient(90deg, #ffffff 0%, #e6e6e6 100%);
    /* margin-top: .3rem; */
}

.menu_rt>.qw_rt>div>.qw_rtd3>b {
    font-size: .24rem;
    color: #333;
    text-align: center;
}

.menu_rt>.qw_rt>div>.qw_rtd3>.pub2_rt_phone {
    margin-top: .25rem;
    display: flex;
    justify-content: space-between;
}

.menu_rt>.qw_rt>div>.qw_rtd3>.pub2_rt_phone>select {
    font-size: .16rem;
    color: #333;
    background: none;
    border: none;
    border-bottom: 1px solid #dcdcdc;
    cursor: pointer;
    width: 23%;
}

.menu_rt>.qw_rt>div>.qw_rtd3>.pub2_rt_phone option {}

.menu_rt>.qw_rt>div>.qw_rtd3>.pub2_rt_phone>input {
    background: none;
    border-bottom: 1px solid #dcdcdc;
    padding: .07rem .4rem;
    width: 70%;
    font-size: .16rem;
    color: #333;
}

.menu_rt>.qw_rt>div>.qw_rtd3>.pub2_rt_phone>input::placeholder {
    color: #333;
}

.menu_rt>.qw_rt>div>.qw_rtd3>.pub2_rt_yzm {
    margin-top: .25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: .05rem;
}

.menu_rt>.qw_rt>div>.qw_rtd3>.pub2_rt_yzm>span {
    font-size: .16rem;
    color: #333;
}

.menu_rt>.qw_rt>div>.qw_rtd3>.pub2_rt_yzm>input {
    background: none;
    color: #333;
    width: 45%;
}

.menu_rt>.qw_rt>div>.qw_rtd3>.pub2_rt_yzm>p {
    font-size: .16rem;
    color: #333;
    cursor: pointer;
}

.menu_rt>.qw_rt>div>.qw_rtd3>.pub2_rt_ift {
    margin-top: .2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu_rt>.qw_rt>div>.qw_rtd3>.pub2_rt_ift>input {}

.menu_rt>.qw_rt>div>.qw_rtd3>.pub2_rt_ift>label {
    font-size: .16rem;
    color: #333;
    display: flex;
    margin-left: .1rem;
}

.menu_rt>.qw_rt>div>.qw_rtd3>.pub2_rt_ift>label>a {
    color: #333;
    text-decoration: underline;
}

.menu_rt>.qw_rt>div>.qw_rtd3>input {
    margin: 0 auto;
    margin-top: .25rem;
    padding: .13rem 1.3rem;
    font-size: .2rem;
    font-weight: bold;
    background: linear-gradient(-90deg, #005AFF 0%, #00aff0 100%);
    border-radius: .2rem;
    color: #fff;
    display: block;
    cursor: pointer;
}

.menu_rt>.qw_rt>div>span {
    width: 32%;
    margin: 0 auto;
    box-shadow: 0rem 0rem 0.3rem 0rem rgba(51, 51, 51, 0.1);
    padding: .1rem;
    background: #fff;
    border-radius: .1rem;
    margin-top: .3rem;
    border: 1px solid #e3e3e3;
}

.menu_rt>.qw_rt>div>p {
    font-size: .18rem;
    text-align: center;
    margin-top: .15rem;
}

.menu_rt>.qw_rt>div>p>i {
    display: inline-block;
    color: #00aff0;
}

.menu_rt>.qw_rt>div>i {
    font-size: .2rem;
    position: absolute;
    top: .1rem;
    right: .1rem;
    width: .2rem;
    cursor: pointer;
    color: #333;
}

.menu_rt>a {
    /* padding: .08rem 0; */
    /* border-radius: .5rem; */
    /* background: linear-gradient(181deg, #FFB351 0%, #F08541 100%); */
    margin-top: .15rem;
    /* border: 2px solid #fff; */
}

.menu_rt>a>span {
    width: .17rem;
    margin: 0 auto;
    /* border-radius: 50%; */
    /* padding: .01rem; */
    /* background: #fff; */
    overflow: hidden;
    position: relative;
}

.menu_rt>a>i {
    /* color: #333; */
    /* padding-bottom: .1rem; */
    margin-top: 0.04rem;
}

.menu_rt>.shouhou {
    position: relative;
    margin-top: .15rem;
    z-index: 10;
}

.menu_rt>.shouhou>span {
    padding: .12rem 0;
    border-radius: 50%;
    border: 2px solid #fff;
    background-image: linear-gradient(0deg, #ffffff 0%, #f3f5f8 100%);
    cursor: pointer;
}

.menu_rt>.shouhou>span>img {
    width: 60%;
    margin: 0 auto;
}

.menu_rt>.shouhou>div {
    position: absolute;
    right: 100%;
    width: 700%;
    bottom: 0;
    background-image: linear-gradient(0deg, #ffffff 0%, #f3f5f8 100%);
    border: 2px solid #fff;
    box-shadow: .08rem .08rem .2rem 0 rgba(55, 99, 170, .1);
    border-radius: .05rem;
    background-color: #e1e4e9;
    padding-bottom: .2rem;
    display: none;
}

.menu_rt>.shouhou:hover>div {
    display: block;
}

.menu_rt>.shouhou>div>div {
    padding: .2rem;
    transition: .5s;
    border-bottom: 1px solid #e4e4e4;
}

.menu_rt>.shouhou>div>div:hover {
    box-shadow: 0 .04rem .08rem 0 rgba(3, 27, 78, .13);
}

.menu_rt>.shouhou>div>div>p {
    display: flex;
    align-items: center;
}

.menu_rt>.shouhou>div>div>p>span {
    position: relative;
    width: .26rem;
}

.menu_rt>.shouhou>div>div>p>span>img {
    transition: .5s;
    width: 100%;
}

.menu_rt>.shouhou>div>div>p>span>img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.menu_rt>.shouhou>div>div:hover>p>span>img {
    opacity: 0;
}

.menu_rt>.shouhou>div>div:hover>p>span>img:last-child {
    opacity: 1;
}

.menu_rt>.shouhou>div>div>p>i {
    font-size: .24rem;
    margin-left: .1rem;
    transition: .5s;
}

.menu_rt>.shouhou>div>div:hover>p>i {
    color: #00aff0;
}

.menu_rt>.shouhou>div>div>i {
    font-size: .16rem;
    margin-top: .15rem;
}

.menu_rt>.shouhou>div>a {
    font-size: .2rem;
    text-align: center;
    margin-top: .2rem;
    color: #00aff0;
}

.menu_rt>.shouhou>div>a::after {
    content: "\e6e0";
    transition: .5s;
    font-family: element-icons !important;
}

.menu_rt>.shouhou>div>a:hover::after {
    transform: translateX(.1rem);
}

.menu_rt>i {
    padding: .11rem 0;
    border-radius: 50%;
    /* border: 2px solid #fff;
    background-image: linear-gradient(0deg, #ffffff 0%, #f3f5f8 100%); */
    cursor: pointer;
    font-size: .35rem;
    width: 100%;
    height: auto;
    text-align: center;
    color: #666;
    transition: .5s;
    opacity: 0;
    position: absolute;
    bottom: -28%;
    right: 0;
}

.menu_rt.on>i {
    opacity: 1;
}

.menu_rt>i::before {
    position: relative;
}

.menu_rt>i:hover {
    color: #00aff0;
}

.menu_rt>.lxkf {
    position: absolute;
    top: -25vh;
    width: 5rem;
    right: .8rem;
    background: #fbfbfb;
    padding: .2rem;
    box-shadow: 0px 0px 5px 0px #c6c6c6;
    z-index: 5;
    border-radius: .06rem;
    display: none;
}

.menu_rt>.lxkf.on {
    display: block;
}

.menu_rt>.lxkf>p {
    display: flex;
    justify-content: space-between;
    padding-bottom: .2rem;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: .1rem;
}

.menu_rt>.lxkf>p>b {
    font-size: .24rem;
}

.menu_rt>.lxkf>p>i {
    font-size: .24rem;
    width: .24rem;
    height: .24rem;
    cursor: pointer;
}

.menu_rt>.lxkf>div {
    height: 5rem;
    overflow: auto;
    padding: .15rem;
    background: #fff;
    border-radius: .08rem;
    box-shadow: 0px 0px 2px 1px #fff;
}

.menu_rt>.lxkf>div::-webkit-scrollbar {
    width: 2px;
}

.menu_rt>.lxkf>div>i {
    font-size: .2rem;
    line-height: 1.5;
}

.menu_rt>.lxkf>div>a {
    display: flex;
    align-items: center;
    margin-top: .2rem;
}

.menu_rt>.lxkf>div>a>span {
    width: .2rem;
}

.menu_rt>.lxkf>div>a>i {
    font-size: .18rem;
    margin-left: .1rem;
    transition: .5s;
}

.menu_rt>.lxkf>div>a:hover>i {
    color: #00aff0;
    text-decoration: underline;
}

.menu_rt>.lxkf>div>p {
    display: flex;
    align-items: center;
    border-top: 1px solid #999;
    padding: .2rem 0;
    margin-top: .2rem;
}

.menu_rt>.lxkf>div>p>i {
    width: .3rem;
}

.menu_rt>.lxkf>div>p>span {
    font-size: .2rem;
}

.menu_rt>.lxkf>div>ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu_rt>.lxkf>div>ul>li {
    border-radius: .08rem;
    overflow: hidden;
}

.menu_rt>.lxkf>div>ul>li>a {
    padding: .2rem;
    background: #f8f8f8;
}

.menu_rt>.lxkf>div>ul>li>a>span {
    width: .4rem;
    margin: 0 auto;
    height: .4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu_rt>.lxkf>div>ul>li>a>i {
    font-size: .18rem;
    transition: .5s;
    margin-top: .1rem;
}

.menu_rt>.lxkf>div>ul>li>a:hover>i {
    color: #00aff0;
}

/********************* 底部 ***********************/
.footer {
    position: relative;
    z-index: 20;
    padding: .8rem 1.2rem .8rem 1.4rem;
    background: #fff;
}

.footer>div {}

.footer>div>span {
    width: 1.45rem;
    margin-bottom: .4rem;
}

.footer .foot_1 {
    justify-content: space-between;
}

.footer .foot_1>div {
    display: flex;
    align-items: center;
    width: 20%;
    justify-content: space-between;
}

.footer .foot_1>div>p {}

.footer .foot_1>div>p>span {
    width: 1.4rem;
    margin: 0 auto;
}

.footer .foot_1>div>p>i {
    font-size: .14rem;
    text-align: center;
    margin-top: .1rem;
}

.footer .foot_1>div>div {}

.footer .foot_1>div>div>p {
    font-size: .16rem;
    margin-bottom: .15rem;
}

.footer .foot_1>div>div>b {
    font-size: .2rem;
    color: #00aff0;
    margin-bottom: .2rem;
}

.footer .foot_1>div>div>b:last-child {
    margin-bottom: 0;
}

.footer .foot_1>div>div>b>span {
    display: inline;
    font-weight: bold;
}

.footer .foot_1>ul {
    justify-content: space-between;
    width: 76%;
}

.footer .foot_1>ul>li {
    border-left: 1px dashed #999;
    padding: 0 .54rem;
}

.footer .foot_1>ul>li:last-child {
    padding-right: 0;
}

.footer .foot_1>ul>li>b {
    font-size: .2rem;
    margin-bottom: .2rem;
}

.footer .foot_1>ul>li>p {
    font-size: .16rem;
}

.footer .foot_1>ul>li>p>a {
    font-size: .16rem;
    margin-bottom: .12rem;
    transition: .5s;
}

.footer .foot_1>ul>li>p>a:hover {
    color: #00aff0;
}

.footer .foot_2 {
    margin-top: .2rem;
    align-items: center;
}

.footer .foot_2>i {
    font-size: .16rem;
    margin-right: .2rem;
}

.footer .foot_2>ul {
    display: flex;
}

.footer .foot_2>ul>li {
    position: relative;
    margin-right: .15rem;
    cursor: pointer;
}

.footer .foot_2>ul>li>img {
    width: 100%;
    width: .4rem;
    transition: .5s;
}

.footer .foot_2>ul>li:hover>img {
    opacity: 0;
}

.footer .foot_2>ul>li:first-child>img:nth-child(2) {
    position: absolute;
    top: -250%;
    left: 0;
    transform: scale(3.5);
    display: none;
}

.footer .foot_2>ul>li:first-child:hover>img:nth-child(2) {
    display: block;
    opacity: 1;
}

.footer .foot_2>ul>li:hover>img:last-child {
    opacity: 1;
}

.footer .foot_2>ul>li>img:last-child {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
}

.footer .foot_2>p {
    display: flex;
    justify-content: flex-end;
    width: 80%;
}

.footer .foot_2>p>a {
    font-size: .16rem;
    margin-left: .4rem;
    position: relative;
    transition: .5s;
}

.footer .foot_2>p>a:hover {
    color: #00aff0;
}

.footer .foot_2>p>a::after {
    content: '';
    width: .1rem;
    height: .02rem;
    background: #333;
    top: .05rem;
    right: -.22rem;
}

.footer .foot_2>p>a:last-child::after {
    display: none;
}

#nav-icon {
    width: 28px;
    height: 26px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    transform: translateY(3px);
    margin-left: 15px;
    display: none;
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #333;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0px;
    transform-origin: left center;
}

#nav-icon span:nth-child(2) {
    top: 8px;
    transform-origin: left center;
}

#nav-icon span:nth-child(3) {
    top: 16px;
    transform-origin: left center;
}

#nav-icon span:nth-child(1) {
    top: 0px;
    transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
    transform: rotate(45deg);
    top: -2px;
    left: 6px;
}

#nav-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 18px;
    left: 6px;
}

@media screen and (max-width:1024px) {
    html {
        font-size: 50px;
    }

    .nav_main {
        padding: 0 6% 0 5%;
    }

    #nav-icon {
        display: block;
        position: absolute;
        z-index: 60;
        right: -35px;
    }

    .nav_lf {
        display: flex;
        align-items: center;
        width: 15%;
        padding: .25rem 0;
    }

    .nav_lf>span {
        width: 100%;
    }

    .nav_lf>ul {
        display: none;
        width: 100%;
        height: 100%;
        overflow: auto;
        margin-left: 0;
        padding: 20px 5%;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 25;
    }

    .nav_lf>ul>li {
        margin-right: 0;
        padding: 15px;
        transform: none;
        border-bottom: 1px solid #333;
    }

    .nav_lf>ul>li>a {
        font-size: 16px;
        position: relative;
        z-index: 1;
    }

    .nav_lf>ul>li::after {
        height: 100%;
        top: 0;
        left: 0;
        background: transparent;
        z-index: 10;
    }

    .nav_rt {
        width: 80%;
    }

    .nav_rt>.login>p {
        margin-left: 0;
    }

    .nav_rt>.login>p>a {
        font-size: 16px;
    }

    .nav_rt>.login>p>a:last-child {
        padding: 12px 10px;
    }

    .nav_rt>div.nav_search {
        border-radius: 7px;
        border: 1px solid #333;
        padding: 5px 15px;
        width: 25%;
        right: 33%;
    }

    .nav_rt>div.nav_search>i {
        width: 13px;
        right: 10px;
    }

    .nav_rt>div.nav_search>input::placeholder,
    .nav_rt>div.nav_search>input {
        font-size: 14px !important;
    }

    .nav_rt>div.nav_search>input.on {
        width: 80%;
        border-radius: 7px;
    }

    .nav_rt>div.nav_search>span {
        font-size: 20px;
    }

    .nav_rt>div.nav_search.on>span {
        right: 5px;
    }

    .nav_rt>.nav_search>div {
        top: 42px;
        padding: 15px;
    }

    .nav_rt>.nav_search>div>div>p {
        margin-bottom: 15px;
    }

    .nav_rt>.nav_search>div>div>p>b {
        font-size: 16px;
        margin-right: 10px;
    }

    .nav_rt>.nav_search>div>div>p>i {
        width: 12px;
    }

    .nav_rt>.nav_search>div>div>p>a {
        font-size: 14px;
        margin-right: 10px;
    }

    .nav_rt>.nav_search>div>p {
        padding: 10px 15px;
        border-radius: 50px;
        margin: 0 auto;
        margin-top: 15px;
        width: 80%;
    }

    .nav_rt>.nav_search>div>p>svg {
        width: 20px;
        height: 20px;
    }

    .nav_rt>.nav_search>div>p>b {
        font-size: 14px;
    }

    .nav_rt>.nav_search>div>p>i {
        width: 33px;
        margin-left: 0;
        padding: 6px;
    }

    .nav_rt>.nav_phone>i {
        width: 18px;
        margin-right: 7px;
    }

    .nav_rt>.nav_phone {
        font-size: 16px;
        right: auto;
        left: 0;
        width: 40%;
    }

    .my_info>a {
        width: 18px;
    }

    .my_info .my_info1>span,
    .my_info>span {
        width: 35px;
        margin-left: 15px;
    }

    .my_info .my_info1>span>i {
        width: 13px;
    }

    .my_info>div {
        padding: 15px;
        border-radius: 10px;
        width: 400px;
        right: 20px;
        top: 50px;
    }

    .my_info .my_info2>p>i,
    .my_info .my_info1>p>span,
    .my_info .my_info1>div>p>i {
        font-size: 14px;
    }

    .my_info .my_info1>div>p>span,
    .my_info .my_info1>p>i {
        width: 10px;
        margin-left: 5px;
    }

    .my_info .my_info1>div>i {
        font-size: 16px;
    }

    .my_info>div>ul {
        margin-top: 15px;
    }

    .my_info>div>ul>li>b {
        font-size: 18px;
    }

    .my_info .my_info3>a>span,
    .my_info>div>ul>li>p {
        font-size: 14px;
        margin-top: 10px;
    }

    .my_info .my_info2 {
        padding: 15px;
        border-radius: 6px;
        margin: 15px 0;
    }

    .my_info .my_info2>p>b {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .my_info .my_info2>a {
        padding: 10px 25px;
        border-radius: 25px;
        font-size: 14px;
    }

    .my_info .my_info3>a>i {
        width: 15px;
    }

    .nav_rt>.login>.login_1 {
        padding: 15px;
        border-radius: 10px;
        width: 300px;
        right: 70px;
        top: 58px;
    }

    .nav_rt>.login>.login_1>b {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .nav_rt>.login>.login_1>ul {
        padding: 0 15px;
        margin-bottom: 10px;
    }

    .nav_rt>.login>.login_1>ul>li {
        width: 40%;
        margin-bottom: 10px;
    }

    .nav_rt>.login>.login_1>ul>li>a {
        font-size: 14px;
        justify-content: center;
    }

    .nav_rt>.login>.login_1>ul>li>a>img {
        margin-right: 10px;
        width: 14px;
    }

    .nav_rt>.login>.login_1>button {
        padding: 10px 15px;
        border-radius: 10px;
        font-size: 16px;
    }

    .nav_rt>.login>.login_1>p {
        margin-top: 15px;
    }

    .nav_rt>.login>.login_1>p>a,
    .nav_rt>.login>.login_1>p>i {
        font-size: 14px;
    }

    .nav_down {
        height: 100%;
        /* overflow: auto; */
        position: fixed;
        z-index: 30;
        top: 0;
        left: 0;
    }

    .nav_down::after {
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        z-index: 1;
    }

    .nav_down>div {
        height: 100%;
        float: left;
        display: block !important;
    }

    .nav_down .nav_product_rt::-webkit-scrollbar {
        width: 3px;
    }

    .nav_down .nav_down_close {
        width: 15px;
        height: 15px;
        top: 10px;
        right: 15px;
    }

    .nav_down .nav_rtmenu {
        top: -10%;
        right: -5%;
        transform: scale(.7);
        display: none;
    }

    .nav_down .product_rt1 {
        display: none;
    }

    .nav_down .nav_product_lf>a {
        padding: 20px 25px;
    }

    .nav_down .nav_down_bt {
        font-size: 18px;
    }

    .nav_down .nav_down_bt>i {
        width: 9px;
        height: 9px;
        border-top: 1px solid #333;
        border-right: 1px solid #333;
        margin-left: 10px;
    }

    .nav_down .nav_product_lf {
        width: 38%;
        height: 100%;
        float: left;
    }

    /* .nav_down .nav_product_lf>ul>li>a, */
    .nav_down .nav_product_lf>ul>li {
        padding: 15px 25px;
    }

    .nav_down .nav_product_lf>ul>li::after {
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: transparent;
        z-index: 10;
    }

    .nav_down .nav_product_lf>ul>li>a>b,
    .nav_down .nav_product_lf>ul>li>b {
        font-size: 16px;
        margin-right: 8px;
    }

    .nav_down .nav_product_lf>ul>li>a>i,
    .nav_down .nav_product_lf>ul>li>i {
        width: 20px;

    }

    .nav_down .nav_product_lf>ul>li>a>span,
    .nav_down .nav_product_lf>ul>li>span {
        width: 18px;
        transition: .5s;
        position: absolute;
        right: 15px;
    }

    .nav_down .nav_product_rt {
        width: 62%;
        padding: 25px;
        height: 100%;
        float: left;
        overflow: auto;
    }

    .nav_down .product_rt2>div {
        display: block;
    }

    .nav_down .ydn>.product_rt2_1,
    .nav_down .product_rt2_1 {
        width: 100%;
        border: none;
    }

    .nav_down .product_rt2_2,
    .nav_down .ydn>.product_rt2_2 {
        width: 100%;
        padding: 0;
    }

    .nav_down .pro_hot>div {
        display: block;
        margin-bottom: 0;
    }

    .nav_down .pro_rt3>a,
    .nav_down .pro_rt4>a,
    .nav_down .pro_rt2>p {
        margin-bottom: 30px;
        display: block;
    }

    .nav_down .pro_hot>div>a,
    .nav_down .pro_rt2>p>a {
        margin-bottom: 15px;
    }

    .nav_down .pro_rt4>a>b,
    .nav_down .pro_hot>div>a>b,
    .nav_down .pro_rt2>p>a>b {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .nav_down .pro_rt2>p>a>b>img,
    .nav_down .pro_hot>div>a>b>img {
        width: 18px;
        margin-left: 7px;
    }

    .nav_down .pro_rt4>a>i,
    .nav_down .pro_rt3>a>i,
    .nav_down .pro_hot>div>a>i,
    .nav_down .pro_rt2>p>a>i {
        font-size: 12px;
        line-height: 1.5;
    }

    .nav_down .product_rt2_1>div>div {
        margin-right: 0;
    }

    .nav_down .pro_rt3>a>b {
        font-size: 14px;
        line-height: 1.2;
        align-items: center;
    }

    .nav_down .ydn .pro_rt3>a:first-child>b,
    .nav_down .ydn .pro_rt3>a:nth-child(2)>b,
    .nav_down .ydn .pro_rt3>a:nth-child(3)>b {
        font-size: 16px;
    }

    .nav_down .pro_rt2>p>span,
    .nav_down .pro_hot>div>span {
        width: 25%;
        margin-right: 0;
    }
}

@media screen and (max-width:768px) {
    .footer .foot_1>ul>li {
        padding: 0 20px;
    }
}

@media screen and (max-width:540px) {
    html {
        font-size: 35px;
    }

    .my_info>div {
        width: 300px;
        right: 0;
    }

    .my_info .my_info3>a {
        margin-bottom: 15px;
    }

    .nav_main {
        padding: 0 45px 0 5%;
    }

    .nav_lf {
        width: 35%;
        padding: 0;
    }

    .nav_rt {
        width: 65%;
    }

    .nav_rt>.nav_phone {
        display: none;
    }

    .nav_rt>div.nav_search {
        width: 35px;
        right: 65%;
    }

    .nav_rt>.login>.login_1 {
        right: 0;
    }

    .nav_down .nav_product_lf>ul>li>a>span,
    .nav_down .nav_product_lf>ul>li>span,
    .nav_rt>.login>.login_1>i {
        display: none;
    }

    .nav_down .nav_down_bt {
        font-size: 16px;
    }

    .nav_down .nav_product_lf>a {
        padding: 10px 5px 10px 15px;
    }

    .nav_down .nav_product_lf>ul>li {
        padding: 10px 15px;
    }

    .nav_down .ydn .pro_rt3>a:first-child>b,
    .nav_down .ydn .pro_rt3>a:nth-child(2)>b,
    .nav_down .ydn .pro_rt3>a:nth-child(3)>b,
    .nav_down .nav_product_lf>ul>li>a>b,
    .nav_down .nav_product_lf>ul>li>b {
        font-size: 14px;
    }

    .nav_down .nav_product_rt {
        padding: 25px 15px;
    }

    .nav_down .product_rt2_1>div {
        margin-top: 15px;
    }

    .nav_down .product_rt2_1>div {
        display: block;
    }

    .nav_down .pro_hot,
    .nav_down .pro_rt2,
    .nav_down .product_rt2_11,
    .nav_down .product_rt2_1.wid3,
    .nav_down .product_rt2_2.wid3,
    .nav_down .ydn .pro_rt3>a {
        width: 100%;
    }

    .nav_down .pro_rt3>a,
    .nav_down .pro_rt4>a,
    .nav_down .pro_rt2>p {
        margin-bottom: 10px;
    }

    .nav_down .product_rt2_11>div {
        margin-top: 15px;
    }

    .nav_down .product_rt2_2>a {
        margin-bottom: 15px;
    }

    .nav_down .pro_rt3>a>b>img {
        width: 14px;
        margin-left: 8px;
    }

    .nav_down .nav_product_lf {
        padding-top: 20px;
    }

    .menu_rt {
        bottom: 12vh;
        right: 0%;
    }

    .menu_rt>.ai_kf {
        display: none;
    }

    .menu_rt>.qw_rt>p,
    .menu_rt>.qw_rt>a {
        /* padding: 15px 8px; */
        border-radius: 50px;
        margin-top: 15px;
        font-size: 14px;
    }

    .menu_rt>a>i,
    .menu_rt>.qw_rt>p>b {
        font-size: 14px;
    }

    .menu_rt>a {
        padding: 3px;
        border-radius: 50px;
        margin-top: 10px;
    }

    .menu_rt>a>span {
        width: 15px;
        padding: 0;
    }

    .menu_rt>.qw_rt>p>i,
    .menu_rt>.qw_rt>a>i {
        margin-bottom: 5px;
        width: 14px;
        position: relative;
    }

    .menu_rt>.qw_rt>div {
        top: -200px;
        width: 300px;
        padding: 0;
        right: 2rem;
        border-radius: 10px;
    }

    .menu_rt>.qw_rt>div>.qw_rtd1 {
        padding: 10px;
        border-radius: 10px;
    }

    .menu_rt>.qw_rt>div>div>span {
        width: 35px;
        height: 35px;
        padding: 5px;
    }

    .menu_rt>.qw_rt>div>.qw_rtd1>p {
        width: 86%;
        padding: 10px 0;
    }

    .menu_rt>.qw_rt>div>.qw_rtd1>p>i {
        font-size: 16px;
    }

    .menu_rt>.qw_rt>div>.qw_rtd1>p>b {
        font-size: 18px;
        margin-left: 8px;
    }

    .menu_rt>.qw_rt>div>i {
        font-size: 14px;
        top: 6px;
        right: 4px;
        width: 15px;
    }

    .menu_rt>.qw_rt>div>.qw_rtd3>b,
    .menu_rt>.qw_rt>div>.qw_rtd2>p {
        font-size: 16px;
    }

    .menu_rt>.qw_rt>div>.qw_rtd2 {
        padding: 10px;
    }

    .menu_rt>.qw_rt>div>.qw_rtd3 {
        padding: 10px 15px;
        border-radius: 10px;
    }

    .menu_rt>.qw_rt>div>.qw_rtd3>.pub2_rt_yzm,
    .menu_rt>.qw_rt>div>.qw_rtd3>.pub2_rt_phone {
        margin-top: 10px;
    }

    .menu_rt>.qw_rt>div>.qw_rtd3>.pub2_rt_yzm>span,
    .menu_rt>.qw_rt>div>.qw_rtd3>.pub2_rt_yzm>input,
    .menu_rt>.qw_rt>div>.qw_rtd3>.pub2_rt_yzm>p,
    .menu_rt>.qw_rt>div>.qw_rtd3>.pub2_rt_phone>select {
        font-size: 14px;
    }

    .menu_rt>.qw_rt>div>.qw_rtd3>.pub2_rt_phone>input {
        padding: 3px 15px;
        font-size: 14px;
    }

    .menu_rt>.qw_rt>div>.qw_rtd3>.pub2_rt_yzm>input {
        width: 40%;
    }

    .menu_rt>.qw_rt>div>.qw_rtd3>.pub2_rt_yzm {
        padding-bottom: 5px;
    }

    .menu_rt>.qw_rt>div>.qw_rtd3>.pub2_rt_ift>label {
        font-size: 14px;
        margin-left: 5px;
    }

    .menu_rt>.qw_rt>div>.qw_rtd3>.pub2_rt_ift {
        margin-top: 15px;
    }

    .menu_rt>.qw_rt>div>.qw_rtd3>input {
        margin-top: 15px;
        padding: 10px 35px;
        font-size: 16px;
        border-radius: 10px;
    }

    .menu_rt>.lxkf {
        width: 300px;
        right: 120%;
        padding: 10px;
        border-radius: 4px;
    }

    .menu_rt>.lxkf>p {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .menu_rt>.lxkf>div>p>span,
    .menu_rt>.lxkf>p>b {
        font-size: 16px;
    }

    .menu_rt>.lxkf>p>i {
        font-size: 16px;
        width: 16px;
        height: 16px;
    }

    .menu_rt>.lxkf>div {
        height: 300px;
        padding: 10px;
        border-radius: 5px;
    }

    .menu_rt>.lxkf>div>i {
        font-size: 14px;
    }

    .menu_rt>.lxkf>div>p>i {
        width: 20px;
    }

    .menu_rt>.lxkf>div>p {
        padding: 10px 0;
        margin-top: 10px;
    }

    .menu_rt>.lxkf>div>ul>li {
        border-radius: 4px;
    }

    .menu_rt>.lxkf>div>ul>li>a {
        padding: 10px;
    }

    .menu_rt>.lxkf>div>ul>li>a>span {
        width: 25px;
        height: 25px;
    }

    .menu_rt>.lxkf>div>ul>li>a>i {
        font-size: 14px;
        margin-top: 7px;
    }

    .menu_rt>.lxkf>div>a>span {
        width: 15px;
    }

    .menu_rt>.lxkf>div>a>i {
        font-size: 14px;
        margin-left: 7px;
    }

    .menu_rt>.lxkf>div>a {
        margin-top: 15px;
    }

    .menu_rt>i {
        padding: 5px 0;
        font-size: 13px;
        margin-top: 10px;
        bottom: -19%;
        right: 7px;
        width: 26px;
        height: 26px;
    }

    .footer {
        padding: 20px 40px;
    }

    .footer>div>span {
        width: 50%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .footer .foot_1>div,
    .footer .foot_1>ul {
        width: 100%;
    }

    .footer .foot_1>div>p {
        width: 40%;
    }

    .footer .foot_1>div>p>span {
        width: 80%;
    }

    .footer .foot_1>div>p>i {
        font-size: 14px;
        margin-top: 10px;
    }

    .footer .foot_1>div>div>p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .footer .foot_1>div>div>b {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .footer .foot_1>ul {
        margin-top: 20px;
    }

    .footer .foot_1>ul>li {
        border-left: none;
        padding: 0;
        width: 50%;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px dashed #333;
    }

    .footer .foot_1>ul>li>b {
        font-size: 16px;
        margin-bottom: 0px;
        text-align: center;
        transition: .5s;
        position: relative;
    }

    .footer .foot_1>ul>li>b::after {
        content: '';
        width: 9px;
        height: 9px;
        border-top: 1px solid #333;
        border-right: 1px solid #333;
        margin-left: 10px;
        transform: rotate(135deg);
        transition: .5s;
    }

    .footer .foot_1>ul>li>b.on {
        margin-bottom: 15px;
    }

    .footer .foot_1>ul>li>b.on::after {
        transform: rotate(-45deg) translate(-5px, 3px);
    }

    .footer .foot_1>ul>li>p {
        display: none;
    }

    .footer .foot_1>ul>li>p>a {
        font-size: 14px;
        margin-bottom: 7px;
        text-align: center;
    }

    .footer .foot_2 {
        margin-top: 0;
        justify-content: center;
    }

    .footer .foot_2>i {
        font-size: 14px;
        margin-right: 10px;
    }

    .footer .foot_2>ul>li {
        margin-right: 8px;
    }

    .footer .foot_2>ul>li>img {
        width: 25px;
    }

    .footer .foot_2>p {
        width: 100%;
        flex-wrap: wrap;
        margin-top: 15px;
    }

    .footer .foot_2>p>a {
        font-size: 14px;
        margin-left: 20px;
        margin-bottom: 7px;
    }

    .footer .foot_2>p>a::after {
        width: 10px;
        height: 2px;
        top: 7px;
        right: auto;
        left: -13px;
    }

    .footer .foot_2>p>a:last-child::after {
        display: block;
    }
}