@charset "utf-8";
.banner{
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.banner a{
    display: block;
    width: 100%;
    height: 100%;
}
.banner a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("../images/b-mask.png") repeat-x bottom center;
    background-size: auto;
}

.banner a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;

}
.banner .txt{
    position: absolute;
    right: 0;
    left: 0;
    bottom: .55rem;
    z-index: 1;
}

.banner .txt h3 {
    font-size: .26rem;
    color: #fff;
    width: auto;
    line-height: 1.375;
    text-shadow: 0 0 0.3rem rgba(0,0,0,.6);
    padding: 0 .6rem;
}

.banner .page{
    position: static;
    font-size: 0;
    margin: 0 0.24rem;
}
.banner .page span{
    width: .15rem;
    height: .15rem;
    opacity: 1;
    margin: 0 0.08rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
}

.banner .page span.active{
    background: #63065F;
}
.banner .btnBox{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .26rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.banner .btn{
    position: static;
    width: .32rem;
    height: .1rem;
    transform: none;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
}
.banner .prev{
    background-image: url("../images/prev01.png");
}
.banner .next{
    background-image: url("../images/next01.png");
}

.miso_home a{
    width: auto;
    height: auto;
    overflow: visible;
    position: static;
}
.mouse_down{
    width: .5rem;
    height: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: .55rem;
    margin-left: -.25rem;
    text-align: center;
    z-index: 50;
}
.mouse_down span {
    display: inline-block;
    width: .22rem;
    height: .36rem;
    border: 2px solid #fff;
    border-radius: 12px;
    margin: auto;
    position: relative;
}
.mouse_down span:before {
    content: "";
    width: 2px;
    height: 4px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 3px;
    animation-delay: 0ms;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-name: arrow;
    animation-play-state: running;
    animation-timing-function: linear;
}
@keyframes arrow {
    0% {opacity: 0;transform: translate3d(0px, 0px, 0px);}
    33% {opacity: 1;}
    66% {opacity: 1;}
    100% {opacity: 0;transform: translate3d(0px, 20px, 0px);}
}


.title001{
    position: relative;
    display: flex;
}
.title001.mid{
    justify-content: center;
}
.title001 .titlebox{
    position: relative;
    z-index: 3;
    padding-left: .3rem;
    padding-top: .2rem;
    padding-bottom: .21rem;
    background: url("../images/tit_bg.png") no-repeat left center;
    background-size: .91rem 1.09rem;
}
.title001 h2{
    font-size: .32rem;
    color: #232323;
    line-height: .42rem;
    font-weight: 600;
}
.title001 p{
    display: flex;
    align-items: center;
    font-size: .2rem;
    color: #63065F;
    font-weight: 600;
    line-height: .26rem;
}
.title001 p img{
    display: block;
    width: .51rem;
    margin-right: .1rem;
    margin-top: .02rem;
}

.title001 .more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-left: .56rem;
    padding-bottom: .07rem;
    background: url("../images/more.png") no-repeat bottom left;
    background-size: auto .29rem;
}
.title001 .more a{
    display: block;
    font-size: .16rem;
    line-height: .21rem;
    color: #767676;
    transition: .5s;
}
.title001 .more:hover a{
    color: #63065F;
}
.container01 .content{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.container01 .left{
    width: 69.125%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.container01 .left .al{
    width: 55.7%;
}

.list1w a{
    display: block;
}
.list1w a .pic{
    padding-top: 3.28rem;
}
.list1w a .txt h2{
    font-size: .2rem;
    /* color: #63065F;*/
    color: #2C2C2C;
    font-weight: 600;
    line-height: .3rem;
    transition: .5s;
    margin-bottom: .13rem;
}
.list1w a .txt p{
    font-size: .16rem;
    line-height: .26rem;
    color: #9E9E9E;
    height: .52rem;
}
.list1w a .txt time{
    position: absolute;
    top: -.35rem;
    left: .18rem;
    width: .82rem;
    background: #E6C390;
    text-align: center;
    color: #fff;
    padding-top: .1rem;
    padding-bottom: .06rem;
}
.list1w a .txt time span{
    display: block;
    font-size: .24rem;
    line-height: .26rem;
    font-weight: 600;
    margin-bottom: .03rem;
}
.list1w a .txt time em{
    display: block;
    font-size: .16rem;
    line-height: .26rem;
}
.list1w a .txt{
    position: relative;
    padding: .5rem .31rem .35rem .18rem;
}
.list1w a:hover .txt h2{
    color: #63065F;
}
.list1w .btnBox{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: .22rem;
    padding-right: .22em;
}
.list1w .page{
    position: static;
    font-size: 0;
}
.list1w .page span{
    width: .1rem;
    height: .1rem;
    opacity: 1;
    background: #CDCDCD;
    margin: 0 .07rem;
}
.list1w .page span.active{
    background: #E6C390;
}
.list1w .btn{
    width: .32rem;
    height: .1rem;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    position: static;
    transform: none;
}
.list1w .prev{
    background-image: url("../images/prev02.png");
}
.list1w .next{
    background-image: url("../images/next02.png");
}
.list1w:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: .12rem;
    top: .26rem;
    background: url("../images/s1-img02.png") no-repeat bottom center;
    background-size: 100%;
    box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.302);
}
.list1w:before{
    position: absolute;content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .12rem;
    background: url("../images/s1-img03.png") no-repeat bottom center;
    background-size: 100%;
}
.list1w{
    position: relative;
    padding: 0 .16rem .44rem .17rem;
}

.container01 .left .ar{
    width: 41.05%;
}
.container01 .content .img_box a{
    display: block;
}
.container01 .content .img_box .pic{
    padding-top: 2.55rem;
}
.container01 .content .img_box .txt h2{
    font-size: .2rem;
    line-height: .26rem;
    color: #2C2C2C;
    transition: .5s;
    margin-bottom: .1rem;
    font-weight: 600;
    height: .52rem;
}
.container01 .content .img_box .txt p{
    font-size: .16rem;
    line-height: .26rem;
    color: #9E9E9E;
    height: .52rem;
}
.container01 .content .img_box .txt time{
    position: absolute;
    top: -0.36rem;
    left: 0.3rem;
    width: 0.82rem;
    background: #E6C390;
    text-align: center;
    color: #fff;
    padding-top: 0.1rem;
    padding-bottom: 0.06rem;
}
.container01 .content .img_box .txt time span{
    display: block;
    font-size: .24rem;
    line-height: .26rem;
    font-weight: 600;
    margin-bottom: 0.03rem;
}
.container01 .content .img_box .txt time em{
    display: block;
    font-size: .16rem;
    line-height: .26rem;
}
.container01 .content .img_box .txt{
    position: relative;
    background: #fff;
    padding-top: .58rem;
    padding-bottom: .46rem;
    border-bottom: .02rem solid #63065F;
}
.container01 .content .img_box{
    margin-top: .18rem;
}
.container01 .content .img_box:hover .txt h2{
    color: #63065F;
}
.container01 .content .right{
    width: 28.375%;
}
.container01 .title001{
    margin-bottom: .46rem;
}
.container01{
    padding-top: .53rem;
    padding-bottom: 1.08rem;
}

.container02 .left{
    width: 57.3125%;
}

.list_box1 li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 2.6rem;
}
.list_box1 li a .icon{
    position: relative;
    width: .64rem;
    height: .6rem;
    margin-bottom: .08rem;
    transition: .5s;
}
.list_box1 li a h2{
    font-size: .26rem;
    color: #fff;
    line-height: .6rem;

}
.list_box1 li.li1,.list_box1 li.li4{
    width:55.73%;
}
.list_box1 li.li2,.list_box1 li.li3{
    width:42.97%;
}
.list_box1 li.li1{
    background: url("../images/s2-img01.jpg") no-repeat 50%;
    background-size: cover;
    margin-bottom: .11rem;
}
.list_box1 li.li2{
    background: url("../images/s2-img02.jpg") no-repeat 50%;
    background-size: cover;
    margin-bottom: .11rem;
}
.list_box1 li.li3{
    background: url("../images/s2-img03.jpg") no-repeat 50%;
    background-size: cover;
}
.list_box1 li.li4{
    background: url("../images/s2-img04.jpg") no-repeat 50%;
    background-size: cover;
}
.list_box1 li:hover a .icon{
    transform: rotateY(180deg);
}

.container02 .right {
    width: 37.5%;
}

.list_box2 a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: .22rem;
    padding-bottom: .22rem;
    transition: .5s;
}
.list_box2 a time{
    display: block;
    width: 1.08rem;
    position: relative;
    text-align: center;
    color: #63065F;
    padding-top: .02rem;
}
.list_box2 a time span{
    display: block;
    font-size: .24rem;
    line-height: .32rem;
    margin-bottom: .06rem;
}
.list_box2 a time em{
    display: block;
    font-size: .16rem;
    line-height: .22rem;
}
.list_box2 a time:after{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: .02rem;
    height: .46rem;
    background: #63065F;
    transform: translateY(-50%);
}
.list_box2 a .txt{
    width: calc(100% - 1.3rem);
    padding-right: .44rem;
}
.list_box2 a h3{
    font-size: .2rem;
    color: #373737;
    line-height: .3rem;
    height: .6rem;
    transition: .5s;
}
.list_box2 li{
    padding: .06rem;
    border: 1px solid #fff;
    transition: .5s;
    margin-top: .17rem;
    background: #fff;
}
.list_box2 li:first-child{
    margin-top: 0;
}
.list_box2 li:hover{
    border-color: #63065F;
    background: transparent;
}
.list_box2 li:hover a{
    background: #63065F;
}
.list_box2 li:hover a time{
    color: #fff;
}
.list_box2 li:hover a time:after{
    background: #fff;
}
.list_box2 li:hover a h3{
    color: #fff;
}

.container02 .title001{
    margin-bottom: .24rem;
}
.container02{
    padding-top: .71rem;
    padding-bottom: .9rem;
    background: #FAF7FA;
}

.container03 .wp{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.container03 .left{
    width: 55.625%;
}

.list_box3 li{
    position: relative;
    line-height: .8rem;
    border-bottom: 1px dashed #63065F;
}
.list_box3 li:last-child{
    border-bottom: none;
}
.list_box3 li:before{
    position: absolute;
    content: '';
    left: .24rem;
    top: 50%;
    transform: translateY(-50%);
    width: .23rem;
    height: .23rem;
    background: url("../images/s3-img01.png") no-repeat 50%;
    background-size: contain;
}
.list_box3 li a{
    font-size: .18rem;
    color: #2C2C2C;
    padding-left: .6rem;
    padding-right: 2.5rem;
}
.list_box3 li .info{
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
}
.list_box3 li .info span{
    display: flex;
    align-items: center;
    font-size: .14rem;
    color: #C8A063;
}
.list_box3 li .info span img{
    display: block;
    width: .16rem;
    margin-right: .04rem;
}
.list_box3 li .info time{
    display: flex;
    align-items: center;
    font-size: .14rem;
    color: #63065F;
    margin-left: .3rem;
}
.list_box3 li .info time img{
    display: block;
    width: .14rem;
    margin-right: .05rem;
}
.list_box3 li:hover a{
    color: #63065F;
}
.list_box3a li:before{
    background-image: url("../images/s3-img03.png");
    background-size: .18rem;
}
.list_box3b li:before{
    background-image: url("../images/s3-img02.png");
}
.list_box3c li:before{
    background-image: url("../images/s3-img01.png");
}
.list_box3d li:before{
    background-image: url("../images/s3-img04.png");
    background-size: .22rem;
}
.list_box3e li:before{
    background-image: url("../images/s3-img05.png");
    background-size: .17rem;
}
.container03 .right{
    width: 38.4375%;
}
.container03 .right .img_box{
    padding: .5rem;
    position: relative;
    border-radius: 50%;
    border: 1px dashed #63065F;
    margin-left: -.6rem;
    z-index: 3;
}
.container03 .right .img_hz{
    padding: .65rem;
    border-radius: 50%;
    background: rgba(99, 6, 95, 0.05);
    position: relative;
}

.container03 .right .img_hz div.bg{
    padding-bottom: 100%;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.container03 .right .img_hz .ndgs{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.container03 .right .img_hz .ndgs a{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.container03 .right .img_hz .ndgs img{
    display: block;
    width: .72rem;
    height: .72rem;

}
.container03 .right .img_hz .ndgs h4{
    font-size: .26rem;
    color: #fff;
    line-height: .3rem;
    margin-top: .2rem;
}

/*2024-01-03 修改*/
.container03 .list_tabs{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

}
.container03 .list_tabs .li{
    position: absolute;
    width: 1.06rem;
    height: 1.06rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container03 .list_tabs .li a{
    display: block;
    border-radius: 50%;
    overflow: hidden;
    transition: .5s;
    background-size: 100% !important;
}
.container03 .list_tabs .li img{
    display: block;
    width: .62rem;
    border-radius: 50%;
}
.container03 .list_tabs .li .name{
    position: absolute;
    width: 1rem;
    height: .4rem;
    left: 50%;
    bottom: 100%;
    margin-left: -.5rem;
    background: #fff;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.1);
    border-radius: .04rem;
    transition: .5s;
    transform: translateY(-.1rem);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}
.container03 .list_tabs .li .name:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -.08rem;
    margin-left: -.08rem;
    border-top: #fff .08rem solid;
    border-left: transparent .08rem solid;
    border-right: transparent .08rem solid
}
.container03 .list_tabs .li .name p{
    font-size: .18rem;
    line-height: .4rem;
    text-align: center;
    color: #333;
}
.container03 .list_tabs .li:hover .name{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
/*2024-01-03 修改 结束*/

.container03 .list_tabs .li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: #000000;
    transform: scale(0);
    z-index: -1;
    opacity: 0;
    animation: circleScale 3s linear infinite;
    visibility: hidden;
}
.container03 .list_tabs .li span:nth-of-type(2) {
    animation-delay: 1s;
}

@keyframes circleScale {
    0% {
        opacity: .8;
        transform: scale(.5);
    }
    50% {
        opacity: .4;
        transform: scale(.7);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
.container03 .list_tabs .li.li2 span{
    background-color: #F56467;
}
.container03 .list_tabs .li.li3 span{
    background-color: #28C445;
}
.container03 .list_tabs .li.li4 span{
    background-color: #F4518C;
}
.container03 .list_tabs .li.li5 span{
    background-color: #1E8CE5;
}
.container03 .list_tabs .li.active span{
    opacity: .1;
    visibility: visible;
}
.container03 .list_tabs .li.li1{
    right: 10.69%;
    top: 4.30%;
    z-index: 2;
}
.container03 .list_tabs .li.li2{
    right: -2%;
    top: 20.35%;
}
.container03 .list_tabs .li.li3{
    right: -8.14%;
    top: 42.34%;
}
.container03 .list_tabs .li.li4{
    right: -2%;
    top: 64.93%;
}
.container03 .list_tabs .li.li5{
    right: 11.29%;
    top: 80.98%;
    z-index: 2;
}
.container03 .title001{
    margin-bottom: .27rem;
}
.container03 .title001 .more a{
    display: none;
}
.container03 .title001 .more a.active{
    display: block;
}
.list_tabs2{
    display: none;
}
.container03 {
    padding-top: .79rem;
    padding-bottom: .51rem;
    background: url("../images/container03.jpg") no-repeat 50%;
    background-size: cover;
}

.list4w a{
    display: block;
}
.list4w a .pic{
    padding-top: 2.64rem;
}
.list4w .btn{
    width: .52rem;
    height: .52rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 50%;
    background-color: #D6A021;
    transition: .5s;
}
.list4w .btn:before{
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    border-radius: 50%;
    width: .64rem;
    height: .64rem;
    border: 1px dashed #D6A021;
    transform: translate(-50%,-50%);
    transition: .5s;
}

.list4w .btn img{
    display: block;
    width: .14rem;
}
.list4w .prev{
    left: -.79rem;
}
.list4w .prev img{
    margin-right: .05rem;
}
.list4w .next{
    right: -.73rem;
}
.list4w .next img{
    margin-left: .03rem;
}
.list4w .btn:hover{
    background-image: linear-gradient(180deg, #2429A5 0%, #571570 100%);
}
.list4w .btn:hover:before{
    border-color: #2429A5;
}
.list4w {
    position: relative;
}

.container04 .title001{
    margin-bottom: .53rem;
}
.container04 {
    padding-top: .82rem;
    padding-bottom: .92rem;
}
@media (max-width: 1700px){
    .list4w .next{
        right: .2rem;
    }
    .list4w .prev{
        left: .2rem;
    }
}
@media (max-width: 1199px){
    .banner{
        height: auto;
        margin-top: .75rem;
    }
    .banner a img{
        height: 50vw;
        width: 100%;
    }
    .banner .txt h3{
        padding:0 .2rem;
    }
    .list4w .next{
        right: .2rem;
    }
    .list4w .prev{
        left: .2rem;
    }
}
@media (max-width: 1025px){
    .mouse_down{
        display: none;
    }
    .banner .txt h3{
        font-size: .22rem;
    }
    .title001.mid{
        justify-content: space-between;
    }
    .container01 .left{
        width: 100%;
        margin-bottom: .4rem;
    }
    .container01 .left .al{
        width: 100%;
        margin-bottom: .4rem;
    }
    .list1w a .pic{
        padding-top: 65.17%;
    }
    .list1w:before{
        bottom: .08rem;
        height: auto;
        border-top: .05rem solid #63065F;
        background: none;
    }
    .container01 .left .ar{
        width: 100%;
    }
    .container01 .content .right{
        width: 100%;
    }
    .container01 .content .img_box{
        margin-top: 0;
    }
    .container01 .content .img_box .pic{
        padding-top: 56.25%;
    }
    .container01 .content .img_box .txt{
        padding-top: .48rem;
        padding-bottom: .24rem;
    }
    .container01 .content .img_box .txt time{
        left: .18rem;
    }
    .title001 h2{
        font-size: .26rem;
        line-height: .32rem;
    }
    .title001 p{
        font-size: .18rem;
        line-height: .24rem ;
    }
    .title001 .titlebox{
        padding-left: .24rem;
        background-size: auto 100%;
    }
    .container01 .title001{
        margin-bottom: .3rem;
    }
    .container01{
        padding-top: .4rem;
        padding-bottom: .4rem;
    }
    .container02 .left{
        width: 100%;
        margin-bottom: .45rem;
    }
    .container02 .right{
        width: 100%;
    }
    .list_box1 li a .icon{
        width: .54rem;
        height: .5rem;
    }
    .list_box1 li a{
        height: 2.1rem;
    }
    .container02{
        padding-top: .4rem;
        padding-bottom: .4rem;
    }
    .container03 .left{
        width: 100%;
        margin-bottom: .4rem;
    }
    .container03 .right{
        width: 100%;

    }
    .container03 .right .img_box{
        border-radius: 0;
        padding: 0;
        border: none;
    }
    .container03 .right .img_hz{
        padding: .4rem;
    }
    .list_tabs2{
        display: flex;
        justify-content: center;
        margin-bottom: .2rem;
    }
    .container03 .list_tabs .li{
        position: relative;
        width: .8rem;
        height: .8rem;
        margin: 0 1%;
        top: auto !important;
        right: auto !important;
        z-index: 3;
    }
    .container03 .list_tabs{
        position: static;

    }
    .list_tabs1{
        display: none;
    }
    .container03 .right .img_box{
        max-width: 60%;
        margin: 0 auto;
    }
    .container03 .list_tabs .li img{
        width: .5rem;
    }
    .list_box3 li a{
        padding-left: .32rem;
        padding-right: 2rem;
    }
    .list_box3 li .info time{
        margin-left: .2rem;
    }
    .list_box3 li:before{
        left: 0;
    }
    .list_box3 li{
        line-height: .7rem;
    }
    .container03 .title001{
        margin-bottom: .15rem;
    }
    .container03{
        padding-top: .4rem;
        padding-bottom: .4rem;
    }
    .list4w a .pic{
        padding-top: 53%;
    }
    .container04 .title001{
        margin-bottom: .3rem;
    }
    .list4w .btn{
        width: .42rem;
        height: .42rem;
    }
    .list4w .btn:before{
        width: .5rem;
        height: .5rem;
    }
    .list4w .btn img{
        width: .1rem;
    }
    .list4w .next {
        right: 0.1rem;
    }
    .list4w .prev {
        left: 0.1rem;
    }
    .container04{
        padding-top: .4rem;
        padding-bottom: .4rem;
    }
}

@media (max-width: 769px){
    .banner .txt{
        bottom: .34rem;
        display: none;
    }
    .banner .btnBox{
        bottom: .15rem;
    }
    .banner .page span{
        width: .1rem;
        height: .1rem;
        margin: 0 0.05rem;
    }
    .banner .page{
        margin-top: .03rem;
    }
    .list1w a .txt{
        padding-left: 0;
        padding-right: 0;
    }
    .list1w .btnBox{
        padding: 0;
    }
    .list_box2 a{
        padding-top: .15rem;
        padding-bottom: .15rem;
    }
    .list_box2 a .txt{
        width: calc(100% - 1.1rem);
        padding-right: .15rem;
    }
    .list_box2 a time{
        width: .95rem;
    }

}
@media (max-width: 481px){
    .list_box3 li .info span{
        display: none;
    }
    .list_box3 li a{
        padding-right: 1.15rem;
    }
    .list_box1 li a h2{
        font-size: .22rem;
        line-height: .44rem;
    }
    .list_box1 li a {
        height: 1.5rem;
    }
    .list_box1 li a .icon {
        width: 0.4rem;
        height: 0.4rem;
    }
    .container03 .right .img_box{
        width: 100%;
        max-width: none;
    }
}


.xuanfu{ position: fixed; right: 0; top: 50%; margin-top: -.915rem; transform: translateX(0); z-index: 10000; transition: .5s;}
.xuanfu img{ height: 1.83rem;}
.xuanfu.hide{ opacity: 0; visibility: hidden; transform: translateX(101%);}

@media(max-width: 768px){
    .xuanfu img{height: 1.3rem;}
}
