.layui-anim-upbit{
    min-height: 2rem;
}

@media only screen and (max-width:767px) {
    .header{
        height: 50vh;
        z-index: 15;
    }
    .header .content_nav{
        display: none;
    }
    .header .m-nav{
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 56px;
        background: rgba(255, 255, 255, 0.65);
        backdrop-filter: blur(10px);
        margin: auto;
        box-sizing: border-box;
        padding: 0 12px;
        z-index: 100;
    }
    .header .m-nav .logo{
        height: 100%;
        padding: 10px 0;
        box-sizing: border-box;
    }
    .header .m-nav .logo img{
        height: 100%;
    }
    .header .m-nav .menu{
        display: flex;
        align-items: center;
    }
    .header .m-nav .menu i{
        font-size: 28px;
        color: #01BAB5;
    }
    .header .m-nav .menu i:nth-of-type(2){
        display: none;
    }
    .header .m-nav .menu.on i:nth-of-type(1){
        display: none;
    }
    .header .m-nav .menu.on i:nth-of-type(2){
        display: block;
    }
    .header .m-nav .menu .login{
        margin-right: 10px;
        display: block;
        width: 26px;
    }
    .header .m-nav .menu .login img{
        width: 100%;
    }
    .header .m-nav .list{
        width: 100%;
        position: absolute;
        top: 56px;
        left: 0;
        height: 0;
        background-color: #01BAB5;
        z-index: 99;
        padding: 0 20px;
        box-sizing: border-box;
        backdrop-filter: blur(10px);
        overflow: hidden;
        transition: 0.3s;
    }
    .header .m-nav .list .item{
        width: 100%;
        height: 56px;
        line-height: 56px;
        text-align: center;
        border-bottom: 1px solid #eee;
        display: block;
        color: #fff;
    }
    .header .m-nav .list.on{
        height: 100vh;
    }
    .header .m-nav .list .info{
        width: 100%;
        margin-top: 30px;
    }
    .header .m-nav .list .info .t1{
        width: 100%;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.56);
        margin-bottom: 12px;
    }
    .header .m-nav .list .info .t2{
        width: 30px;
        height: 2px;
        background-color: #fff;
    }
    .header .m-nav .list .info .t3{
        width: 100%;
        font-size: 28px;
        font-weight: bold;
        color: #fff;
        margin-top: 20px;
    }
    .header .m-nav .list .info .t4{
        width: 100%;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.56);
        margin-top: 10px;
    }
    .header .content_form{
        height: 200px;
        top: 180px;
    }
    .header .content_form .box{
        width: 90%;
        flex-wrap: wrap;
        padding: 10px;
    }
    .header .content_form .box .left{
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        height: auto;
        gap: 10px;
    }
    .header .content_form .box .left .item{
        height: 30px;
        border-radius: 20px;
    }
    .header .content_form .box .left .item .l{
        font-size: 12px;
        line-height: 24px;
        width: 78%;
    }
    .header .content_form .box .left .item .r{
        width: 10%;
    }
    .header .content_form .box .left .item .selectBox{
        padding: 4px 8px;
        border-radius: 20px;
    }
    .header .content_form .box .right{
        width: 100%;
        margin-top: 14px;
        height: auto;
    }
    .header .content_form .box .left .item .layui-form-select{
        width: 100%;
        height: 100%;
    }
    .header .content_form .box .left .item .layui-select-title{
        height: 100%;
    }
    .header .content_form .box .left .item .layui-input{
        border-radius: 20px;
        height: 100%;
    }
    .header .content_form .box .right .btn{
        height: 30px;
        border-radius: 20px;
        font-size: 14px;
    }
    .header .content_form .box .right .links{
        height: auto;
        margin-top: 10px;
    }
    .header .content_form .box .right .links a{
        font-size: 12px;
        margin: auto 12px;
    }
    .header .content_form .box .left .item .list{
        max-height: 300px;
        overflow-y: auto;
        top: 0;
        bottom: auto;
        border-radius: 20px;
    }
    .header .content_form .box .left .item .list .lk{
        font-size: 12px;
        line-height: 20px;
    }
    .header .content_form .box .left .item .list.on{
        z-index: 16;
        padding: 35px 0 24px;
    }
    .Ih_hot{
        padding: 40px 0;
    }
    .Ih_hot .content{
        width: 100%;
        padding: 0 12px;
        box-sizing: border-box;
    }
    .Ih_hot .content .top .left{
        width: 160px;
        font-size: 22px;
    }
    .Ih_hot .content .top .left .t1 .t1_l, .Ih_hot .content .top .left .t1 .t1_r{
        width: 20px;
        height: 20px;
    }
    .Ih_hot .content .top .left .t1{
        height: 18px;
        background-size: cover;
    }
    .Ih_hot .content .top .left .t1 .t1_txt{
        font-size: 20px;
        padding: 0 6px;
    }
    .Ih_hot .content .top .left .t2{
        font-size: 12px;
        margin-top: 10px;
    }
    .Ih_hot .content .top .right .more{
        width: 70px;
        height: 32px;
        font-size: 14px;
        border-radius: 24px;
    }
    .Ih_hot .content .top .right .more i{
        font-size: 16px;
    }
    .Ih_hot .content .list{
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin-top: 30px;
    }
    .Ih_hot .content .list .item{
        height: 240px;
    }
    .Ih_hot .content .list .item .up{
        height: 176px;
    }
    .Ih_hot .content .list .item .dw{
        height: 74px;
        font-size: 17px;
    }
    .Ih_hot .content .list .item .txt .t1{
        font-size: 24px;
    }
    .Ih_hot .content .list .item .txt .icon img{
        width: 64px;
    }
    .Ih_activity{
        padding: 40px 0;
    }
    .Ih_activity .content{
        width: 100%;
        padding: 0 12px;
        box-sizing: border-box;
    }
    .Ih_activity .content .top .left{
        width: 134px;
        font-size: 22px;
    }
    .Ih_activity .content .top .left .t1 .t1_l, .Ih_activity .content .top .left .t1 .t1_r{
        width: 20px;
        height: 20px;
    }
    .Ih_activity .content .top .left .t1{
        height: 18px;
        background-size: cover;
    }
    .Ih_activity .content .top .left .t1 .t1_txt{
        font-size: 20px;
        padding: 0 6px;
    }
    .Ih_activity .content .top .left .t2{
        font-size: 12px;
        margin-top: 10px;
    }
    .Ih_activity .content .list .pre_arrow{
        width: 40px;
        height: 40px;
        left: -10px;
        z-index: 20;

    }
    .Ih_activity .content .list .pre_arrow i{
        font-size: 16px;
        color: #fff;
    }
    .Ih_activity .content .list .next_arrow{
        width: 40px;
        height: 40px;
        right: -10px;
        z-index: 20;
    }
    .Ih_activity .content .list .next_arrow i{
        font-size: 16px;
        color: #fff;
    }
    .Ih_activity .content .top .right .more{
        width: 70px;
        height: 32px;
        font-size: 14px;
        border-radius: 24px;
    }
    .Ih_activity .content .top .right .more i{
        font-size: 16px;
    }
    .Ih_activity .content .list{
        margin-top: 30px;
        grid-template-columns: repeat(1, 1fr);
    }
    .Ih_activity .content .list .item{
        height: 460px;
        align-content: flex-start;
        border-radius: 20px;
    }
    .Ih_activity .content .list .item .img{
        height: 264px;
    }
    .Ih_activity .content .list .item::before{
        height: 264px;
        border-radius: 20px 20px 0 0;
    }
    .Ih_activity .content .list .item .name{
        height: 48px;
        font-size: 16px;
    }
    .Ih_activity .content .list .item .info{
        padding: 20px 12px;
        display: block;
    }

    .Ih_activity .content .list .item .info .title{
        font-size: 20px;
        display: block;
    }
    .Ih_activity .content .list .item .info .desc{
        font-size: 16px;
        margin-top: 10px;
    }
    .Ih_activity .content .list .item .info .date{
        font-size: 16px;
        margin-top: 10px;
    }
    .Ih_activity .content .list .item .info .bt{
        margin-top: 10px;
    }
    .Ih_activity .content .list .item .info .bt .left span:nth-of-type(1){
        font-size: 16px;
    }
    .Ih_activity .content .list .item .info .bt .left span:nth-of-type(2){
        font-size: 28px;
        margin-right: 6px;
    }
    .Ih_activity .content .list .item .info .bt .left span:nth-of-type(3){
        font-size: 16px;
    }
    .Ih_activity .content .list .item .info .bt .right{
        width: 70px;
        height: 30px;
        font-size: 14px;
        border-radius: 24px;
    }

    .Ih-team{
        padding: 40px 0;
    }
    .Ih-team .content{
        width: 100%;
        padding: 0 12px;
        box-sizing: border-box;
    }
    .Ih-team .content .top .left{
        width: 198px;
        font-size: 22px;
    }
    .Ih-team .content .top .left .t1 .t1_l, .Ih-team .content .top .left .t1 .t1_r{
        width: 20px;
        height: 20px;
    }
    .Ih-team .content .top .left .t1{
        height: 18px;
        background-size: cover;
    }
    .Ih-team .content .top .left .t1 .t1_txt{
        font-size: 20px;
        padding: 0 6px;
    }
    .Ih-team .content .top .left .t2{
        font-size: 12px;
        margin-top: 10px;
    }
    .Ih-team .content .top .right .more{
        width: 70px;
        height: 32px;
        font-size: 14px;
        border-radius: 24px;
    }
    .Ih-team .content .top .right .more i{
        font-size: 16px;
    }
    .Ih-team .content .list{
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin-top: 30px;
    }
    .Ih-team .content .list .item{
        height: 300px;
        border-radius: 16px;
    }
    .Ih-team .content .list .item .img{
        height: 260px;
    }
    .Ih-team .content .list .item .txt{
        margin-top: 16px;
        font-size: 18px;
    }
    .Ih-team .content .list .item .txt .t1{
        font-size: 16px;
    }
    .Ih-team .content .list .item .txt .t2{
        font-size: 14px;
        margin-top: 10px;
    }
    .Ih-team .content .list .pre_arrow2{
        width: 40px;
        height: 40px;
        left: -10px;
        z-index: 20;
    }
    .Ih-team .content .list .next_arrow2{
        width: 40px;
        height: 40px;
        right: -10px;
        z-index: 20;
    }
    .Ih-team .content .list .pre_arrow2 i, .Ih-team .content .list .next_arrow2 i{
        font-size: 16px;
        color: #fff;
    }
    .Ih-cooperate{
        padding: 40px 0 100px;
    }
    .Ih-cooperate .content{
        width: 100%;
        padding: 0 12px;
        box-sizing: border-box;
    }
    .Ih-cooperate .content .top .left{
        width: 174px;
    }
    .Ih-cooperate .content .top .left .t1 .t1_l, .Ih-cooperate .content .top .left .t1 .t1_r{
        width: 20px;
        height: 20px;
    }
    .Ih-cooperate .content .top .left .t1{
        height: 18px;
        background-size: cover;
    }
    .Ih-cooperate .content .top .left .t1 .t1_txt{
        font-size: 20px;
        padding: 0 6px;
    }
    .Ih-cooperate .content .top .left .t2{
        font-size: 12px;
        margin-top: 10px;
    }
    .Ih-cooperate .content .top .right .more{
        width: 70px;
        height: 32px;
        font-size: 14px;
        border-radius: 24px;
    }
    .Ih-cooperate .content .top .right .more i{
        font-size: 16px;
    }
    .Ih-cooperate .content .list{
        margin-top: 30px;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .Ih-cooperate .content .list .item{
        height: 60px;
        border-radius: 16px;
    }
    .footer{
        display: none;
    }
    .m-footer{
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        padding: 12px;
        box-sizing: border-box;
    }
    .m-footer .btn{
        width: 100%;
        height: 100%;
        border-radius: 20px;
        background: #01BAB5;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 16px;
        line-height: 1;
    }
    .sideBox{
        display: none;
    }
}