@charset "utf-8";

@font-face {  font-family: 'SourceHanSerifCN-Bold';  src: url("/font/SourceHanSerifCN-Bold.otf") format("opentype");font-display: swap;  }

*{box-sizing: border-box}
html, body {color: #333;font-size: 16px;margin-left: auto !important;margin-right: auto !important;text-align: left;overflow-x: hidden;font-family:'Microsoft Yahei',Arial,sans-serif;-webkit-font-smoothing:antialiased}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p,b,section,nav{padding: 0;margin: 0;font-weight: normal;box-sizing: border-box}
i,em,b{font-style: normal;}
ol,ul {list-style: none;}
li{list-style-type: none;}
a{text-decoration: none;color:inherit;}
a:focus,div:focus{border: none;outline: none;}
img, input {border: 0;}
input,button{border: none;outline: none;color:inherit;background-color: transparent;}
.f0{font-size: 0;}
input[type='text']:focus-visible{outline: none;}
.clear:after{content: '';display: block;clear: both;}
.icon img{position: absolute;left: 0;right: 0;top: 0;bottom: 0;max-width: 100%;max-height: 100%;margin: auto;transition: all 0.3s ease-in;}
.img_zd{position: relative;overflow: hidden;}
.img_zd .img_hezi{/*padding-top: 75%;*/background-position: 50%;background-size: cover;background-repeat: no-repeat;transition: all 0.3s ease-in;}
.img_zd>img{position: absolute;left: 0;top:0;width: 100%;height: 100%;object-fit: cover;transition: all 0.3s ease-in;}
.pic { /*padding-top: 75%;*/position: relative;overflow: hidden;}
.pic .a{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-position: 50%;background-repeat: no-repeat;background-size: cover;transition: all 0.3s ease-in;}
.bg-mask:hover .pic .a {-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.pic img:hover, .bg-mask:hover .cover_img .a{transform: scale(1.05);}
.fl{float: left;}
.fr{float: right;}
.noflex{display: block !important;}
.flex{display:flex;justify-content:space-between;flex-wrap:wrap}
.flex-left{display:flex;flex-wrap:wrap}
.flex-center{display:flex;flex-wrap:wrap;justify-content: center;}
.flex-right{display:flex;flex-wrap:wrap;justify-content: flex-end;}
.flex-v-center{display:-webkit-flex;display:flex;flex-direction:column;justify-content:center}
.flex-v{display:-webkit-flex;display:flex;align-items:center;justify-content:space-between;}
.flex-v-bottom{display: -webkit-flex;display: flex;align-items: flex-end;flex-wrap: wrap;justify-content: left;}
.eclip {display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.l2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.pore{position:relative}
.aline_r {position: relative;background-image: linear-gradient( #1B3D98, #1B3D98);background-position: 0 100%;background-size: 0 1px;background-repeat: no-repeat;transition: background-size .5s;}
.alin_r:hover .aline_r{background-size: 100% 1px; color: #1B3D98}
html::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
html::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
html::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}
.zi3{position: relative;z-index: 3}
@media screen and (max-width:1024px){  html{font-size: 90px!important;}}
@media screen and (max-width:900px){  html{font-size: 85px!important;}}
@media screen and (max-width:640px){  body{font-size: .18rem}  }
@media screen and (max-width:480px){  html{font-size: 80px!important;}}
@media screen and (max-width:375px){  html{font-size: 80px!important;}}
@media screen and (max-width:360px){  html{font-size: 70px!important;}}
.wp{width: 16rem;margin: 0 auto;max-width: 96%;}
.none{display: none;}

/*=============================公共 开始===================================*/


.header_box .wp{
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.logo a img{
    display: block;
    max-height: .8rem;
}

.header_box .logo{
    width: 5.12rem;
    height: 1.17rem;
    position: relative;
    background: #1B3D98;
}
.header_box .logo:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: .38rem;
    bottom: -.38rem;
    background: url("/images/logo-bg.png") no-repeat 50%/100% 100%;
}
.header_box .logo a{
    position: relative;
    z-index: 2;
    padding: .25rem 0 .12rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_right{
    width: calc(100% - 6.79rem);
    padding: .03rem 0 .09rem;
}

.header_right .top{
    display: flex;
    justify-content: flex-end;
}

.header_right .top .li{
    display: flex;
    align-items: center;
    margin-right: 0.4rem;
}


.header_right .top .li a{
    font-size: .14rem;
    line-height: .2rem;
    color: #9ba4bc;
    font-family: 'SourceHanSansCN-Medium',sans-serif;
}


.header_right .top .li span {
    width: .02rem;
    height: .14rem;
    background: #9ba4bc;
    margin: 0 .2rem;
}





.search{
    position: relative;
    width: 2.35rem;
}

.search .ser_inp{
    display: block;
    width: 100%;
    height: .43rem;
    line-height: .42rem;
    font-size: .16rem;
    color: rgba(255, 255, 255, 0.3);
    padding-left: .35rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.search .ser_btn{
    position: absolute;
    left: 0;
    top: 50%;
    width: .2rem;
    height: .2rem;
    transform: translateY(-50%);
}

input::placeholder{
    color: rgba(255, 255, 255, 0.3);
}

#nav{

}
#nav li{
    position: relative;

}
#nav li h2{
    font-size: .2rem;
    line-height: .62rem;
    color: #fff;
    text-align: center;
    transition: .5s;
}

#nav li a{
    display: block;
    position: relative;
    z-index: 2;
}



#nav ul li.on h2, #nav ul li:hover h2{
   font-weight: 700;
}
#nav ul li .sub {
    position: absolute;
    top: 100%;
    background: #fff;
    min-width: 1.4rem;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%) scaleY(0);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: transform .5s;
    transform-origin: top;
    box-shadow: 0 0 60px rgba(0,0,0,.1);
}

#nav ul li .sub .box {
    padding: 0;
    text-align: center;
}

#nav ul li .sub a {
    display: block;
    padding: .08rem .1rem;
    line-height: 2;
    transition: .6s;
    font-size: .14rem;
    color: #666666;
    text-align: center;
    white-space: nowrap;
}

#nav ul li .sub a:hover {
    color: #fff;
    background: #1B3D98;
}

#nav ul li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}

.header_box{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    background: #041B58;
}


/*miso_navs*/

.ft-link .a-box{
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    padding: .2rem 0 .19rem .56rem;
}

.ft-link .a-box a{
    display: block;
    font-size: .16rem;
    color: #353535;
    line-height: .32rem;
    margin-right: .24rem;
    transition: .5s;
}
.ft-link .a-box a:hover{
    color: #1B3D98;
}
.ft-link:before{
    position: absolute;
    content: '';
    width: .04rem;
    top: 0;
    bottom: 0;
    left: .18rem;
    background: #FFA100;
    transform: skew(-40.7deg);
}
.ft-link:after{
    position: absolute;
    content: '';
    left: .27rem;
    top: 0;
    bottom: 0;
    width: 100vw;
    background: #F5F5F5;
    transform: skew(-40.7deg);
}
.ft-link{
    position: relative;
    z-index: 2;
    margin: -.37rem 0 .52rem;
}

.foot .ft-block{
    padding: 0 1.01rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.foot .ft-left{
    width: 30%;
}
.foot .ft-add h5{
    font-size: .16rem;
    line-height: .3rem;
    color: #FFFFFF;
}
.foot .bq{
    margin-top: .09rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.foot .bq .img-box{
    width: .33rem;
    height: .41rem;
}

.foot .bq .img-box img{
    display: block;
    width: 100%;
}
.foot .bq .txt{
    width: calc(100% - .49rem);
}
.foot .bq .txt p{
    /* display: flex; */
    align-items: center;
    font-size: .14rem;
    line-height: .24rem;
    color: #fff;
}
.foot .bq .txt p a{
    /* display: flex; */
    align-items: center;
    font-size: .14rem;
    line-height: .24rem;
    color: #fff;
}
.foot .bq .txt a img{
    display: block;
    width: .2rem;
    margin: 0 .1rem;
}

.foot .ft-logo img{
    display: block;
    max-height: .6rem;
}
.foot .slogan img{
    display: block;
    max-height: .3rem;
    margin: 0 auto;
}
.foot .slogan{
    margin-top: .13rem;
}
.foot .ft-ewm{
    margin-top: .24rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot .ft-ewm .li{
    position: relative;
    margin: 0 .08rem;
}
.foot .ft-ewm .li a{
    display: block;
}
.foot .ft-ewm .li a img{
    display: block;
    width: .41rem;
    height: .41rem;
}

.foot .ft-ewm .li .code{
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%) translateY(-.3rem);
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    width: 1rem;
    height: 1rem;
    background: #fff;
    box-shadow: 0px 2px 9.5px 0.5px rgba(1, 1, 1, 0.21);
    padding: .1rem;
    border-radius: .1rem;
    text-align: center;
}

.foot .ft-ewm .li .code:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -.08rem;
    margin-left: -.06rem;
    border-top: #fff .08rem solid;
    border-left: transparent .06rem solid;
    border-right: transparent .06rem solid;
}
.foot .ft-ewm .li img{
    display: block;
    width: 100%;
    height: 100%;
}
.foot .ft-ewm .li:hover .code {
    transform: translateX(-50%) translateY(-.1rem);
    opacity: 1;
    visibility: visible;
}

.foot .ft-right{
    width: 18.17%;
    max-width: 2.54rem;
}

.ft-xiala dl{
    width: 100%;
    position: relative;
    margin-bottom: .16rem;
}
.ft-xiala dl:last-child{
    margin-bottom: 0;
}
.foot .ft-xiala dl dt{
    position: relative;
    height: .45rem;
    line-height: .43rem;
    padding-left: .19rem;
    padding-right: .17rem;
    cursor: pointer;
    color: #fff;
    font-size: .16rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: .05rem;
}
.foot .ft-xiala dl dt:after{
    display: block;
    content: '';
    width: .16rem;
    height: .08rem;
    background: url("/images/ft-link.png") no-repeat 50%;
    background-size: .16rem .08rem;
    transition: .3s
}
.foot .ft-xiala dl dt.on:after{
    display: block;
    transform: rotate(180deg);
}

.foot .ft-xiala dl dd ul li{
    font-size: .14rem;
    line-height: 2;
    padding: 5px 0;
}
.foot .ft-xiala dl dd ul li a{
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color: #666;
}
.foot .ft-xiala dl dd ul li a:hover{
    color:  #1B3D98;
}
.foot .ft-xiala dl dd{
    position: absolute;
    /*top:100%;*/
    bottom:100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 15px 20px;
    border-top: 1px solid #eee;
    z-index: 5;
    display: none;
}
.foot .ft-xiala dl dd ul{
    max-height: 300px;
    overflow-y: auto;
}
.foot .ft-xiala dl dd ul::-webkit-scrollbar{
    width:4px;
}
.foot .ft-xiala dl dd ul::-webkit-scrollbar-track{
    background: #eee;border-radius: 5px;
}
.foot .ft-xiala dl dd ul::-webkit-scrollbar-thumb{
    border-radius:5px;
    background:linear-gradient(45deg,#1B3D98 0%,#1B3D98 100%);
}



.foot{
    padding: .01rem 0 .45rem;
    background: url("/images/foot.png") no-repeat 50%/cover;
}


.ar_wap {
    display: none
}
/*=================================响应开始========================================*/
/*wap*/

.wap-head {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    padding-right: 15px;
    padding-left: 15px;
    background: #1B3D98;
    height: .75rem;
}

.big-nav {
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -105vw;
    top: 0;
    padding: .9rem 20px 30px;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: rgba(27, 61, 152, 0.9);
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);

}

body.navShow .big-nav {
    pointer-events: auto;
    right: 0;
    opacity: 1;
    visibility: visible;
}

.big-nav .list_box0 {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.big-nav .list_box0 .li {
    font-size: 12px;
    color: #e8e8e8;
    display: inline-block;
    transition: .6s;
    margin-right: 0.2rem;
    margin-left: 0;
    position: relative;
    line-height: .32rem;
    border: 1px solid #fff;
    border-radius: .05rem;
    padding: 0 .1rem;
}

.big-nav .list_box0 .li a {
    color: #fff;
}
.big-nav .list_box0{
    gap: 0.1rem 0;
    margin-bottom: 0.1rem;
}

.big-nav .scroll {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 1.04rem;
    bottom: 0;
    overflow-y: auto;
}

.list_box_nav_mobile {
    width: 100%;
    height: 100%;
    padding: 0 0 10px;
    overflow: hidden;
    overflow-y: scroll;
    margin: 0;
    flex: 1;
}

.list_box_nav_mobile > li {
    width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    margin: 0 auto;
}

.list_box_nav_mobile > li .con {
    position: relative
}

.list_box_nav_mobile > li .a {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    line-height: .64rem;
    color: rgba(255, 255, 255, .8);
    padding: 0;
    font-size: .2rem;
    display: flex;
    position: relative;
    transition: .5s;
}

.list_box_nav_mobile > li i {
    opacity: 1;
    filter: alpha(opacity=100);
    width: .64rem;
    height: .64rem;
    background: url('/images/nav-icon.png') center no-repeat;
    background-size: auto .12rem !important;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
}

.list_box_nav_mobile > li.on1 i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

.list_box_nav_mobile > li.on .a {
    color: rgba(255, 255, 255, 1);
}

/*三级导航 开始*/
.list_box_nav_mobile > li .list {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: none
}

.list_box_nav_mobile > li .list a {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, .6);
    line-height: 2.5;
}

.nav_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 888;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}


.wap_search {
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    overflow: hidden;
    width: 100%;
    height: 60px;
    display: block;
}

.wap_search .header-search {
    height: 40px;
    border-radius: 0;
    background: rgb(255 255 255);
    position: relative;
    width: 100%;
    margin: 10px auto;
}

.wap_search .input {
    font-size: 14px;
    color: #646464;
    height: 40px;
    line-height: 40px;
    padding: 0 .24rem;
    box-shadow: none;
    -webkit-appearance: none;
    float: left;
    border-right: 0;
    background: none;
    width: calc(100% - 40px);
}

.wap_search .btn_blue {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: url("/images/search-1.png") center no-repeat #FFA100;
    background-size: .2rem;
    border-radius: 0;
}

.wap_search .btn_blue.fr {
    background: #e9edef;
    color: #4e4f53;
}




.ar_wap{display: none}


@media (max-width: 1199px){
    html,body{
        overflow-x: hidden !important;
    }
    .ar_web{display: none}
    .ar_wap{display: block}
    .wp {
        width: 100%;
        padding: 0 15px;
        max-width: 100%;
    }
    .miso_navs{
        display: none;
    }
    .wap-head {
        display: flex;
        z-index: 11111;
    }
    .wap-head .logo img{
        width: auto;
        height: 0.55rem;
    }
    .wap-head .navbtnm {
        width: .86rem;
        height: .75rem;
        background-size: cover;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 5;
        color: #fff;
        text-align: center;
    }
    .wap-head .navbtnm i{
        display: block;
        width: 100%;
        height: 0.75rem;
        background: url("/images/menu.png") no-repeat 50%;
        background-size: 0.32rem 0.32rem;
        transition: all .3s;
        position: relative;
        z-index: 3;
    }
    .wap-head .navbtnm:before{
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #fff;
    }
    .wap-head .navbtnm:after {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: -6px;
        border-right: #fff 6px solid;
        border-bottom: transparent 0.75rem solid;
    }
    .navShow .navbtnm i{
        background-image: url("/images/close-menu.png");
    }
    .list_box0 .li{
        border: none;
    }
    .ft-right{
        width: 60%;
    }
    .foot .wp{
        padding: 0 15px;
    }
}

@media (max-width: 1025px){
    .foot .ft-block{
        padding: 0;
    }
    .ft-link{
        margin-top: 0;
        margin-bottom: .3rem;
    }
    .ft-link:before{
        display: none;
    }
    .ft-link:after{
        transform: none;
        right: 0;
        left: 0;
        width: auto;
        border-radius: .05rem;
    }
    .ft-link .a-box{
        padding: .15rem .2rem ;
    }
    .foot .ft-center{
        width: 100%;
        order: 0;
        margin-bottom: .2rem;
    }
    .foot .ft-logo img{
        max-width: 100%;
        margin: 0 auto;
    }
    .foot .slogan{
        margin-top: .1rem;
    }
    .foot .ft-ewm{
        margin-top: .1rem;
    }
    .foot .ft-left{
        width: 50%;
        order: 1;
    }
    .foot .ft-right{
        width: 50%;
        order: 1;
    }
    .foot .bq{
        margin-top: .05rem;
    }
    .foot{
       padding: .3rem 0;
    }
    body{
        background-size: auto 45.52vw;
    }

}
@media (max-width: 769px){
    .wap-head .logo img{
        height: .5rem;
    }
    .foot .ft-left{
        order: 2;
        width: 100%;
        margin-top: .2rem;
    }
    .foot .ft-add h5{
        text-align: center;
    }
    .foot .bq .txt{
        width: auto;
    }
    .foot .bq .img-box{
        margin-right: .1rem;
    }
    .foot .bq{
        justify-content: center;
    }
    .ft-xiala{
        gap: .1rem 3%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ft-xiala dl{
        width: 48.5%;
        margin-bottom: 0;
    }
    .foot .ft-right{
        width: 100%;
        max-width: none;
    }


}
@media (max-width: 481px){
    .wap-head .logo img{
        height: .5rem;
    }
    .foot .bq .img-box{
        margin-right: 0;
    }
    .foot .bq .img-box img{
        margin: 0 auto;
    }
    .foot .bq .txt{
        width: 100%;
        margin-top: .05rem;
    }
    .foot .bq .txt a{
        font-size: .16rem;
        line-height: .3rem;
        justify-content: center;
        flex-shrink: 0;
        flex-wrap: wrap;
    }
    .ft-xiala dl{
        width: 100%;
    }
    .foot .bq .txt a img{
        margin: 0 .05rem;
        width: .15rem;
    }
}


/**/


#browser-modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #303233;
    position: fixed;
    z-index: 99999999;
}

#browser-modal .browser-modal-cover {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #111;
;z-index: -1
}

#browser-modal .browser-content {
    width: 700px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    padding-top: 50px;
    background-color: #fff;
    border-radius: 5px
}

#browser-modal .browser-content .browser-dpc-logo img {
    height: 42px;
    margin: 45px auto 40px
}

#browser-modal .browser-content .browser-text-title {
    text-transform: uppercase;
    font-size: 24px
}

#browser-modal .browser-content .browser-text-desc {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px
}

#browser-modal .browser-content .browser-list {
    width: 600px;
    margin: 20px auto;
    height: 130px
}

#browser-modal .browser-content .browser-item {
    float: left;
    width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto
}

#browser-modal .browser-content .browser-item .iconfont {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 10px;
}

#browser-modal .browser-content .browser-item .iconchrome {
    background: url(/images/bro.png) no-repeat 0 0
}

#browser-modal .browser-content .browser-item .iconfirefox {
    background: url(/images/bro.png) no-repeat 0 -100px
}

#browser-modal .browser-content .browser-item .iconopera {
    background: url(/images/bro.png) no-repeat 0 -200px
}

#browser-modal .browser-content .browser-item .iconEdge {
    background: url(/images/bro.png) no-repeat 0 -300px
}

#browser-modal .browser-content .browser-item a {
    cursor: pointer;
    display: block
}

#browser-modal .browser-content .browser-item a img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
    width: 100px;
    height: 100px
}

#browser-modal .browser-content .browser-item a h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700
}

@keyframes o-upfade-top {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes o-upfade-right {
    0% {
        opacity: 0;
        right: 100%;
    }

    100% {
        opacity: 1;
        right: 0;
    }
}