:root{
    --base-color: #CA252D;
    --light-color: rgba(202,37,45,0.04);
}
html{
    font-size: 20px;
}
body{
    font-size: 14px;
}
*{
    box-sizing: border-box;
    /*transition: all .3s;*/
}
.layui-layer-dialog{
    transition:unset;
}
a:hover{
    color: unset;
}
.py-2{
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
}
.px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}
.bold{
    font-weight: bold;
}
input{
    outline: none;
}
/*header*/
.pc-header{
    position: initial;
    top: 0;
    z-index: 8;
    transition: all 0.3s;
}
.pc-header.on{
    position: sticky;
    transition: all 0.3s;
}
.header-content__top {
    padding: 20px 0;
    animation: bounceIn 0.2s ease-in;
    background: #fff;
    display: none;
}
.header-content__top .left a,
.header-content__top .left img{
    width: 140px;
    height: 50px;
    display: block;
}
.header-content__top .right {
    gap: 10px;
    display: flex;
}
.header-content__top .right .links-item {
    width: 100px;
    height: 92px;
    border-radius: 10px;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    transition: all .3s;
}
.l_item_bg1 {
    background: #E13235;
}
.l_item_bg2 {
    background: #A0185A;
}
.l_item_bg3 {
    background: #8AB7B4;
}
.l_item_bg4 {
    background: #E3943D;
}
.l_item_bg5 {
    background: #CA252D;
}
.l_item_bg6 {
    background: #3EA5C6;
}
.l_item_bg7 {
    background: #40629B;
}
.l_item_bg8 {
    background: #0071B3;
}
.header-content__top .right .links-item img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.header-content__top .right .links-item .item-text {
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    margin-top: 5px;
    color: #fff;
}
.header-auth{
    background: #F5F6FA;
    white-space: nowrap;
    position: relative;
    z-index: 3;
}
.header-auth ._left{
    display: flex;
    align-items: center;
    height: 48px;
}
.header-auth ._left .t1{
    font-size: 14px;
    color: #333333;
    margin-right: 20px;
}
.header-auth ._left .t2{
    cursor: pointer;
    font-size: 14px;
    color: #CA252D;
}
.header-auth .line{
    width: 1px;
    height: 13px;
    background: #ddd;
    margin: 0 10px;
}
.header-auth ._right{
    display: flex;
}
.header-auth ._right .menu-label{
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #333333;
    gap: 3px;
    padding: 0 10px;
    height: 100%;
}
.header-auth ._right .menu-label:last-child{
    padding-right: 0;
}
.header-auth ._right .menu-label .iconfont{
    font-size: 15px;
}
.header-auth ._right .menu-label .icon-jiantou-xia{
    font-size: 13px;
}
.header-auth .menu-box{
    position: relative;
    height: 100%;
}
.header-auth .menu-box .menu-options{
    position: absolute;
    /*padding: 0 10px;*/
    background-color: rgb(255, 255, 255);
    right: 0;
    min-width: 100%;
    display: none;
    z-index: 2;
}
.header-auth .menu-box .menu-options a{
    color: rgb(45, 45, 45);
    font-size: 12px;
    line-height: 30px;
    cursor: pointer;
    display: block;
    white-space: nowrap;
    text-align: center;
    padding: 0;
}
.header-auth a:hover{
    color: var(--base-color) !important;
}
.header-auth .menu-box:hover .menu-label{
    background: #fff;
}
.header-auth .menu-box:hover .menu-label .icon-jiantou-xia{
    transform: rotate(180deg);
}
.header-auth .menu-box:hover .menu-options{
    display: block;
}
.header-search{
    background: #fff;
}
.header-search .logo{
    width: 148px;
    height: 50px;
    margin: 23px 0;
    flex-shrink: 0;
}
.header-search .logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.header-search .search-box{
    position: relative;
    height: 40px;
    border-radius: 40px;
    max-width: 708px;
    flex: 1;
    margin: 0 20px;
    border: 1.5px solid transparent;
    background:linear-gradient(white, white) padding-box, linear-gradient(160deg, #FF8587, #FF8587, #C79AF9, #C79AF9) border-box ;
}
.header-search .search-box-cont{
    display: flex;
    align-items: center;
    padding: 3px;
    border-radius: 40px;
    background: #fff;
    height: 100%;
}
.header-search .search-box .type-select{
    position: relative;
    height: 100%;
    white-space: nowrap;
}
.header-search .search-box .type-select ._label{
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #040000;
    gap: 10px;
    cursor: pointer;
    padding: 0 17px;
}
.header-search .search-box .type-select ._label i{
    font-size: 12px;
}
.header-search .search-box .type-select ._options{
    position: absolute;
    background: #fff;
    display: none;
    width: fit-content;
    padding: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px 8px 8px 8px;
    z-index: 2;
    margin-top: 9px;
}
.header-search .search-box .type-select ._options div{
    line-height: 30px;
    padding: 0 20px;
    cursor: pointer;
    color: #040000;
    font-size: 14px;
    border-radius: 8px 8px 8px 8px;
    white-space: nowrap;
}
.header-search .search-box .type-select ._options div:hover{
    color: var(--base-color);
    background: #FCF4F4;
}
.header-search .search-box .type-select ._options div.on{
    background: var(--base-color);
    color: #fff;
}
.header-search .search-box .search-list{
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    z-index: 9;
}
.header-search .search-box .search-list a{
    display: block;
    line-height: 30px;
    padding: 0 10px;
}
.header-search .search-box .search-list a:hover{
    color: var(--base-color);
}
.header-search input{
    font-size: 14px;
    padding: 0 3px;
    background: unset;
    border: none;
    flex: 1;
}
.header-search input::placeholder{
    width: 100%;
    color: rgba(0,0,0,0.2);
}
.header-search .submit-btn{
    display: flex;
    align-items: center;
    width: 100px;
    height: 100%;
    background: rgba(255,255,255,0.1);
    box-shadow: 0px 0px 20px 0px rgba(202,37,45,0.1);
    border-radius: 100px 100px 100px 100px;
    border: 1px solid rgba(255,255,255,0.2);
    justify-content: center;
    font-size: 15px;
    color: #040000;
    gap: 8px;
    cursor: pointer;
    margin-top: 0;
}
.header-search .submit-btn i{
    width: 16px;
    font-size: 16px;
    background-image: linear-gradient(to right, #85A3FF, #8A38F5);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
}
.header-search .right-btns{
    display: flex;
    gap: 20px;
}
.header-search .right-btns a{
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #040000;
}
.header-search .right-btns a.icon-yishoucang{color: #CA252D}
.header-search .right-btns a img{
    width: 36px;
    height: 36px;
}
.header-menu{
    background: #fff;
    position: relative;
}
.header-menu .header-menu-item{

}
.header-menu .header-menu-item ._text{
    display: flex;
    align-items: center;
    height: 60px;
    gap: 8px;
    cursor: pointer;
    font-size: 16px;
    color: #040000;
    font-weight: bold;
    position: relative;
}
.header-menu .header-menu-item ._text:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 0;
    background: var(--base-color);
    height: 1px;
    transition: all .3s;
    left: 50%;
    transform: translateX(-50%);
}
.header-menu .header-menu-item:hover ._text:after{
    width: 100%;
}
.header-menu .header-menu-item.on ._text:after{
    width: 100%;
}
.header-menu .header-menu-item ._text img{
    width: 26px;
    height: 26px;
    background: #fff;
}
.header-menu .header-menu-card{
    position: absolute;
    background: #fff;
    left: 0;
    z-index: 2;
    width: 100%;
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
}
.header-menu .header-menu-item:hover .header-menu-card{
    transform: scaleY(1);
    opacity: 1;
}
.header-menu .header-menu-card ._cont{
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #F4F5FA;
    background: #fff;
}
.header-menu .header-menu-card .header-menu-classify{
    border-right: 1px solid #FAE9EA;
    margin-right: 60px;
}
.header-menu .header-menu-card .header-menu-classify ._lab{
    width: 180px;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    font-size: 14px;
    color: #333333;
    gap: 10px;
    position: relative;
}
.header-menu .header-menu-card .header-menu-classify ._lab i{
    width: 26px;
    height: 26px;
    background: #FFFFFF;
    text-align: center;
    line-height: 26px;
    font-size: 18px;
    border-radius: 50%;
}
.menu-options{
    position: absolute;
    border-radius: 8px 8px 8px 8px;box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
    padding: 8px;
    background: #fff;
    display: none;
}

.header-menu .header-menu-item{

}
.menu-options a{
    height: 28px;
    border-radius: 4px 4px 4px 4px;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header-menu .header-menu-item:hover .menu-options{
    display: block;
}
.menu-options a:hover{
    background: #FCF4F4;color: #CA252D;
}
.menu-options a.on{
    background: #FCF4F4;color: #CA252D;
}
.header-menu .header-menu-item ._text{
    padding:  0 20px;
}
.header-menu .header-menu-card .header-menu-classify ._lab:hover{
    color: var(--base-color);
}
.header-menu .header-menu-card .header-menu-classify ._lab.on{
    color: var(--base-color);
}
.header-menu .header-menu-card .header-menu-classify ._lab.on:after{
    content: '';
    position: absolute;
    right: -1px;
    width: 1px;
    height: 100%;
    top: 0;
    background: var(--base-color);
    display: block;
}
.header-menu .header-menu-card .header-menu-classify ._lab.on i{
    color: #fff;
    background: var(--base-color);
}
.header-menu .header-menu-card .header-menu-classify-cont{
    flex: 1;
    max-height: 415px;
    overflow-y: auto;
}
.header-menu .header-menu-card .header-menu-classify-cont::-webkit-scrollbar{
    width: 2px;
    background: #FAE9EA;
    border-radius: 2px;
}
.header-menu .header-menu-card .header-menu-classify-cont::-webkit-scrollbar-thumb{
    background: var(--base-color);
    border-radius: 2px;
}
.header-menu .header-menu-card .header-menu-classify-cont ._card{
    display: none;
    justify-content: space-between;
}
.header-menu .header-menu-card .header-menu-classify-cont ._card.on{
    display: flex;
}
.header-menu .header-menu-card .header-menu-classify-cont ._card ._card-col{
    flex: 1;
    padding-right: 10px;
    font-size: 14px;
    color: #333333;
    text-align: left;
}
.header-menu .header-menu-card .header-menu-classify-cont ._card ._card-col *{
    cursor: pointer;
    margin-top: 10px;
    line-height: 20px;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/*region Description 展会/活动菜单展开后的样式*/
.header-menu .header-menu-card .header-menu-classify-cont ._card.exhibition-card {
    flex-wrap: wrap;
}
.header-menu .header-menu-card .header-menu-classify-cont ._card.exhibition-card ._card-col {
    width: 100%;
    flex: none;
    display: flex;
    gap: 20px;
}
.header-menu .header-menu-card .header-menu-classify-cont ._card.exhibition-card ._card-col a {
    flex: 1;
}
/*endregion*/




.header-menu .header-menu-card .exhi-event ._card ._card-col *{
    -webkit-line-clamp: 1;
}
.header-menu .header-menu-card .header-menu-classify-cont ._card ._card-col ._type{
    line-height: 40px;
    margin-top: 0;
    font-weight: bold;
}
.header-menu .header-menu-card .header-menu-classify-cont ._card ._card-col *:hover{
    color: var(--base-color);
    text-decoration: underline;
}
.menu-icon-swiper{
    width: 26px;
    height: 26px;
    pointer-events: none;
}
.menu-icon-swiper .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--base-color);
}
.menu-icon-swiper i{
    color: #fff;
    font-size: 18px;
    transform: translateY(100%);
    transition: all 1s;
}
.swiper-slide-active i{
    transform: translateY(0);
}
/*header-end*/



/*侧边栏*/
.header-sidebar{
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    background: #fff;
    border-radius: 16px 0 0 16px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.header-sidebar ._item{
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    width: 68px;
    height: 67px;
    font-size: 12px;
    justify-content: center;
    color: #333333;
}
.header-sidebar ._item:first-child{
    border-top-left-radius: 16px;
}
.header-sidebar ._item:nth-child(4){
    border-bottom-left-radius: 16px;
}
.header-sidebar ._item:hover,
.header-sidebar ._item.on{
    background: var(--base-color);
    color: #fff;
}
.header-sidebar ._item i{
    line-height: 20px;
    font-size: 20px;
    margin-bottom: 6px;
}
.sidebar-box{
    position: absolute !important;
    transition: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.sidebar-box ._t1{
    text-align: center;
    font-size: 14px;
    color: #333333;
    margin-bottom: 10px;
    line-height: 20px;
    font-weight: bold;
    white-space: normal;

}
.sidebar-box ._qr{
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #F5F6FA;
    padding: 5px;
    margin: 0 auto 10px;
}
.sidebar-box ._qr img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sidebar-box ._t2{
    text-align: center;
    font-size: 12px;
    color: #999999;
    line-height: 17px;
}
.sidebar-box .item-title ._text{
    font-size: 20px;
    line-height: 28px;
}
.sidebar-box .item-title ._close{
    font-size: 28px;
    line-height: 28px;
    cursor: pointer;
}
.form-box{
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 8px;
    display: flex;
    padding: 10px 15px;
    font-size: 14px;
}
.form-box textarea,.form-box input{
    border: none;
    outline: none;
    flex: 1;
}
.form-box textarea{
    height: 120px;
}
.form-box input{
    height: 20px;
}
.form-box .get-btn{
    color: #CA252D;
    line-height: 20px;
    white-space: nowrap;
}
.agree-line{
    display: flex;
    margin-bottom: 20px;
    gap: 2px;
    color: #999999;
    font-size: 12px;
    line-height: 18px;
}
.agree-line a{
    color: #333333;
}
.agree-line .checkbox{
    border-radius: 4px;
    zoom: .8;
}



#xunpan{
    width: 375px;
    top: 0;
    right: 78px;
}
#shoujiban{
    width: 180px;
    right: 78px;
    top: 67px;
}
#kefu{
    width: 180px;
    right: 78px;
    top: 67px;
}
    /*侧边栏end*/






/*footer*/
.footer-zh {
    background: #333;
    font-size: 14px;
    color: #fff;
}
.footer-zh .nav-item_title {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
.footer-zh .nav-item_title .nav-icon{
    color: #999999;
    font-size: 10px;
    position: absolute;
    right: 0;
    display: none;
    top: 5px;
}
.footer-zh .nav-item_title::after {
    content: "";
    display: block;
    margin-top: 16px;
    border-bottom: 1px solid;
    opacity: .12;
}

.footer-zh .nav-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 0;
}

.footer-zh .nav-list a, .page-footer-bar-item {
    color: #fff;
}

.footer-zh .nav-list a:hover {
    text-decoration: underline;
    color: #E21818;
}

.footer-zh .page-footer-code {
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 20px;
}
.footer-zh .page-footer-code img {
    display: block;
    padding: 4px;
    width: 110px;
    /*height: 110px;*/
    background-color: #fff;
    margin-bottom: 12px;
    border-radius: 8px;
}
.page-footer-code-item{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.page-footer-code-item dt{
    font-weight: 500;
}
.footer-zh .page-footer-logos {
    padding-bottom: 60px;
    padding-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-zh .page-footer-logos dt {
    font-size: 18px;
    margin-bottom: 40px;
}

.footer-zh .logos-title {
    font-weight: bold;
    margin: 0 0 14px;
}

.footer-zh .page-footer-logos__grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-zh .page-footer-logos__grid a {
    display: block;
    border-radius: 4px;
    box-shadow: inset 12px 4px 24px rgba(0, 0, 0, .04);
}

.footer-zh .page-footer-logos__grid img {
    height: 30px;
    max-width: 100%;
}

.footer-zh .footer-bottom-bar {
    background-color: #222;
    font-size: 13px;
}

.footer-zh .footer-bottom-bar .container {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 13px;
    line-height: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer-zh .footer-bottom-bar img {
    height: 20px;
    max-width: 158px;
}

.footer-bottom-bar .page-footer-copyright {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.footer-bottom-bar a:hover {
    color: #E21818;
}

.fotitexxt {
    text-align: center;

    margin-bottom: 10px;
}

.fotitexxt dt {
    font-size: 26px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.fotitexxt p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
}
.footerrow {
    padding: 60px 0;
}

.page-footer-code .text dt {
    text-align: left;
    font-size: 18px;
    margin-bottom: 15px;
}

.page-footer-code .text p {
    color: #999999;
    text-align: left;
    font-size: 16px;
}
.page-footer-code-item dt{
    font-size: 18px;
    margin-bottom: 20px;}
.footer-zh .nav-list {
    display: block;
}
.page-footer-code-text{
    margin: 0;
    text-align: center;color: #999999;font-size: 16px;}
.footer-zh .nav-item_title::after {
    border: none
}
.botdotnc {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 14px;
}

.botp {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 6px;
}

.botp a {
    font-size: 16px;

}

.footer-zh .nav-item_title {
    font-size: 18px;
}

.footer-zh .nav-list {
    font-size: 16px;
    margin-bottom: 20px;
    color: #999999;
}

.footer-zh .nav-list li a {
    font-size: 16px;
    color: #999999;
    line-height: 30px;
}
/*footer-end*/
.page-bar{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.page-bar li a{
    min-width: 34px;
    line-height: 34px;
    background: #fff;
    border-radius: 5px 5px 5px 5px;
    padding: 0 15px;
    font-size: 14px;
    color: #040000;
    display: block;
    border: 1px solid #F5F6FA;
}
.page-bar li a:hover{
    background: #FCF4F4;
    color: var(--base-color);
}
.page-bar .active a{
    background: #CA252D !important;
    color: #fff;
}
.white-page-bar .page-bar li a{
    background: #fff;
}
.page-bar select{
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #F5F6FA;
    height: 34px;
}
.page-bar .iconfont{
    font-size: 12px;
}



.member-login-right .form{
    width: 100%;
}
.wap-header{
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 399;
    .header-search{
        display: flex;
        align-items: center;
        padding: 11px 12px;
        background: #fff;
        gap: 10px;
        .logo{
            margin: 0;
            height: 24px;
            width: auto;
        }
        .search-box{
            margin: 0;
            height: 32px;
            max-width: calc(100vw - 203px);
            input{
                width: 100%;
            }
        }
        .submit-btn{
            width: 28px;
        }
        .type-select ._label{
            font-size: 12px;
            padding: 0 12px;
            gap: 4px;
        }
        ._user{
            border-radius: 50%;
            width: 24px;
            height: 24px;
            cursor: pointer;
            flex-shrink: 0;
            img{
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
        }
        .wap-menu-toggle{
            width: 24px;
            height: 24px;
            cursor: pointer;
        }
    }
    .site-menus{
        background: #F5F6FA;
        height: 37px;
        padding: 0 16px;
        display: flex;
        align-items: center;
        overflow-y: auto;
        width: 100vw;
        gap: 16px;
        color: #999999;
        font-size: 10px;
        white-space: nowrap;
        .on{
            color: #040000;
            font-size: 12px;
            font-weight: 600;
            position: relative;
            white-space: nowrap;
        }
        .on:after{
            display: block;
            content: '';
            position: absolute;
            width: 100%;
            height: 4px;
            background: #CA252D33;
            left: 0;
            bottom: 1px;
        }
    }
    .site-menus::-webkit-scrollbar{
        display: none;
    }
}
.wap-header-content{
    position: fixed;
    background: #fff;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    z-index: 999999;
    transform: translateY(-100%);
    ._line1{
        padding: 15px 12px;
        background: #fff;
        position: sticky;
        top: 0;
        z-index: 1;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        .logo{
            width: 71px;
            height: auto;
            object-fit: contain;
        }
        .iconfont{
            color: #040000;
            font-size: 16px;
        }
    }
    ._line2{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        text-align: center;
        ._user{
            width: 34px;
            height: 34px;
            border-radius: 50%;
            object-fit: contain;
            margin-bottom: 10px;
        }
        ._t1{
            color: #333333;
            font-size: 14px;
            font-weight: 700;
            line-height: 20px;
        }
        ._t2{
            font-size: 12px;
            line-height: 17px;
            color: #666666;
            margin-bottom: 20px;
            a{
                color: #333;
            }
        }
        ._btn{
            width: 100%;
            flex: unset;
            background: #CA252D;
            font-weight: 500;
            color: #fff;
            border-radius: 8px;
        }
    }
    ._line3{
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 30px 20px;
        ._item{
            ._lab{
                display: flex;
                align-items: center;
                justify-content: space-between;
                font-size: 14px;
                color: #040000;
                line-height: 20px;
                div{
                    display: flex;
                    align-items: center;
                    gap: 12px;
                    i{
                        font-size: 20px;
                    }
                }

                img{
                    width: 36px;
                    height: 36px;
                }
            }
            i{
                font-size: 14px;
            }
            ._item-list{
                font-size: 14px;
                color: #040000;
                line-height: 20px;
                display: none;
                flex-direction: column;
                gap: 10px;
                padding: 20px 32px;
            }
        }
        ._item.on{
            .icon-jiantou-you{
                transform: rotate(90deg);
            }
            ._item-list{
                display: flex;
            }
        }
    }
    .split-line{
        height: 1px;
        background: #F5F6FA;
    }
}
.wap-header-content.on{
    transform: translateY(0);
}

.wap-show{
    display: none;
}



@media (max-width: 992px){
    .wap-show{
        display: block !important;
    }
    .pc-show{
        display: none !important;
    }
    .l-menu div{
        margin: 0;
    }
    .member-login-right {
        width: 94%;
        padding: 0 3%;
    }
    .footer-zh{
        .footerrow{
            padding: 10px 0 20px;
        }
        .nav-item_title{
            font-size: 14px;
            margin: 10px 0;
            .nav-icon{
                display: block;
            }
        }
        .nav-item_title.on{
            .nav-icon{
                transform: rotate(90deg);
            }
        }
        .nav-list{
            display: none;
            margin: 0;
            li{
                margin-bottom: 10px;
                line-height: 17px;
            }
            li a{
                font-size: 12px;
                line-height: 17px;
            }
        }
        .nav-list.on{
            display: block;
        }
        .page-footer-logos {
            padding: 20px 0;
            dt {
                font-size: 14px;
                margin-bottom: 20px;
            }
            .page-footer-logos__grid {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                gap: 20px;
                img {
                    height: 23px;
                }
            }

        }


        .page-footer-code-text {
            margin-top: 8px;
            font-size: 12px;
        }

        .page-footer-code-item dt {
            font-size: 14px;
            margin-top: 10px;
        }
        .botp{
            margin-bottom: 20px;
            color: #999999;
            a{
                color: #999999 !important;
                font-size: 12px;
            }
        }
        .botdotnc{
            font-size: 8px;
            font-weight: 500;
            justify-content: center;
            gap: 4px;
            line-height: 11px;
            max-width: 100%;
            img{
                height: 10px;
            }
        }
    }
    .page-bar{
        gap: 4px;
    }
    .page-bar li.flex-box{
        display: none;
    }
    .page-bar li{
        line-height: 28px !important;
        min-width: 28px !important;
        font-size: 12px !important;
        height: 28px !important;
    }
    .page-bar li a {
        min-width: 28px !important;
        line-height: 28px !important;
        font-size: 12px !important;
    }
    .header-menu .header-menu-item ._text{
        font-size: 15px;
    }
}
@media (max-width: 1220px) {
    .header-content__top .right .links-item {
        transform: scale(0.7);
        margin: 0 -15px;
    }
    .header-menu .header-menu-item ._text{
        font-size: 15px;
    }
}
@media (max-width: 992px) {
    .wap-header{
        width: 100vw;}
    .header-search .logo img{
        width: auto;
    }
}


/*layui样式更改*/
.sjgle-layer-confirm {
    border-radius: 15px;
}
.sjgle-layer-confirm .layui-layer-btn0,.sjgle-layer-confirm .layui-layer-btn1 {
    border-radius: 24px;
}

.sjgle-layer-alert {
    border-radius: 15px;
}
.sjgle-layer-alert .layui-layer-btn0,.sjgle-layer-alert .layui-layer-btn1 {
    border-radius: 15px;
}

.mouse-on-hand{
    cursor: pointer;
}
