.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: #002D78;
    }
    .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: 32px;
    }
    .header .m-nav .menu .login img{
        width: 100%;
    }
    .header .m-nav .list{
        width: 100%;
        position: absolute;
        top: 56px;
        left: 0;
        height: 0;
        background-color: #002D78;
        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: 92px;
        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: 92px;
        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;
        font-size: 22px;
    }
    .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;
        padding: 4px;
    }
    .Ih-cooperate .content .list .item img{
        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;
        z-index: 99;
    }
    .m-footer .btn{
        width: 100%;
        height: 100%;
        border-radius: 20px;
        background: #002D78;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 16px;
        line-height: 1;
    }
    .sideBox{
        display: none;
    }

    .itinerary_main{
        min-height: calc(100vh - 56px);
    }
    .page_nav{
        display: none;
    }
    .main{
        padding-top: 56px;
    }

    .pb-header{
        width: 100%;
    }

    .pb-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;
    }
    .pb-header .m-nav .logo{
        height: 100%;
        padding: 10px 0;
        box-sizing: border-box;
    }
    .pb-header .m-nav .logo img{
        height: 100%;
    }
    .pb-header .m-nav .menu{
        display: flex;
        align-items: center;
    }
    .pb-header .m-nav .menu i{
        font-size: 28px;
        color: #002D78;
    }
    .pb-header .m-nav .menu i:nth-of-type(2){
        display: none;
    }
    .pb-header .m-nav .menu.on i:nth-of-type(1){
        display: none;
    }
    .pb-header .m-nav .menu.on i:nth-of-type(2){
        display: block;
    }
    .pb-header .m-nav .menu .login{
        margin-right: 10px;
        display: block;
        width: 32px;
    }
    .pb-header .m-nav .menu .login img{
        width: 100%;
    }
    .pb-header .m-nav .list{
        width: 100%;
        position: absolute;
        top: 56px;
        left: 0;
        height: 0;
        background-color: #002D78;
        z-index: 99;
        padding: 0 20px;
        box-sizing: border-box;
        backdrop-filter: blur(10px);
        overflow: hidden;
        transition: 0.3s;
    }
    .pb-header .m-nav .list .item{
        width: 100%;
        height: 56px;
        line-height: 56px;
        text-align: center;
        border-bottom: 1px solid #eee;
        display: block;
        color: #fff;
    }
    .pb-header .m-nav .list.on{
        height: 100vh;
    }
    .pb-header .m-nav .list .info{
        width: 100%;
        margin-top: 30px;
    }
    .pb-header .m-nav .list .info .t1{
        width: 100%;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.56);
        margin-bottom: 12px;
    }
    .pb-header .m-nav .list .info .t2{
        width: 30px;
        height: 2px;
        background-color: #fff;
    }
    .pb-header .m-nav .list .info .t3{
        width: 100%;
        font-size: 28px;
        font-weight: bold;
        color: #fff;
        margin-top: 20px;
    }
    .pb-header .m-nav .list .info .t4{
        width: 100%;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.56);
        margin-top: 10px;
    }

    .itinerary_main .center_box{
        width: 90%;
        padding: 10px;
    }
    .itinerary_main .center_box .title{
        width: 100%;
        font-size: 24px;
    }
    .itinerary_main .center_box .desc{
        width: 100%;
        font-size: 14px;

        margin-top: 14px;
        margin-bottom: 22px;
    }
    .itinerary_main .center_box .row{
        width: 100%;
        flex-wrap: wrap;
    }
    .itinerary_main .center_box .left{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;

    }
    .itinerary_main .center_box .left .item{
        width: 100%;
        position: relative;
        height: 30px;
    }
    .itinerary_main .center_box .left .item .layui-input{
        border-radius: 30px;
        height: 100%;
    }
    .itinerary_main .center_box .left .item .layui-form-select{
        width: 100%;
        height: 100%;
    }
    .itinerary_main .center_box .left .item .layui-select-title{
        height: 100%;
    }
    .itinerary_main .center_box .left .item .layui-form-select dl{
        top: 30px;
    }



    .itinerary_main .center_box .right{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .itinerary_main .center_box .right .btn{
        width: 100%;
        height: 30px;
        background-color: #D32F2F;
        border-radius: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 16px;
        line-height: 1;
        cursor: pointer;
        transition: 0.3s;
    }
    .itinerary_main .center_box .right .btn:hover{
        background-color: #D32F2F;
    }

    .itinerary_main .center_box .right .links{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12px;

    }
    .itinerary_main .center_box .right .links a{
        color: #fff;
        font-size: 14px;
        margin: auto 8px;
    }
    .itinerary_main .center_box .right .links a:hover{
        opacity: 0.8;
    }

    .hotroute_main{
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
    .hotroute_main .list{
        grid-template-columns: repeat(1, 1fr);
    }
    .hotroute_main .list .item{
        height: auto;
    }
    .hotroute_main .list .item .up{
        height: auto;
    }
    .hotroute_main .list .item .dw{
        font-size: 18px;
        height: 66px;
    }
    .hotroute_main .list .item .txt .t1{
        font-size: 18px;
    }
    .hotroute_main .list .item .txt .icon img{
        width: 50px;
    }
    .recommend_main{
        padding-bottom: 80px;
    }
    .recommend_main .banner{
        height: 210px;
    }
    .recommend_main .banner .info .t1{
        font-size: 24px;
    }
    .recommend_main .banner .info .t2{
        font-size: 14px;
        margin-top: 20px;
    }
    .recommend_main .list{
        width: 100%;
        margin-top: 12px;
        grid-template-columns: repeat(1, 1fr);
        padding: 0 12px;
        box-sizing: border-box;
        gap: 12px;
    }
    .recommend_main .list .item{
        height: auto;
        border-radius: 20px;
    }
    .recommend_main .list .item .img{
        height: auto;
    }
    .recommend_main .list .item .name{
        font-size: 18px;
        height: 36px;
    }
    .recommend_main .list .item .info{
        padding: 12px;
    }
    .recommend_main .list .item .info .title{
        font-size: 16px;
    }
    .recommend_main .list .item .info .desc{
        font-size: 14px;
        margin-top: 12px;
    }
    .recommend_main .list .item .info .date{
        font-size: 12px;
        margin-top: 10px;
    }
    .recommend_main .list .item .info .bt{
        margin-top: 20px;
    }
    .recommend_main .list .item .info .bt .left span:nth-of-type(1){
        font-size: 18px;
        margin-right: 4px;
    }
    .recommend_main .list .item .info .bt .left span:nth-of-type(2){
        font-size: 30px;
        margin-right: 8px;
    }
    .recommend_main .list .item .info .bt .left span:nth-of-type(3){
        font-size: 14px;
    }
    .recommend_main .list .item .info .bt .right{
        width: 74px;
        height: 32px;
        font-size: 14px;
        border-radius: 24px;
    }
    .encyclopedia_main .banner{
        height: 210px;
    }
    .encyclopedia_main .banner .info .box{
        width: 100%;
    }
    .encyclopedia_main .banner .info .box .t1{
        font-size: 24px;
    }
    .encyclopedia_main .banner .info .box .form_box{
        width: 79%;
        height: 36px;
        border-radius: 30px;
        padding: 0 8px 0 18px;
    }
    .encyclopedia_main .banner .info .box .form_box .icon{
        width: 18px;
        height: 18px;
    }
    .encyclopedia_main .banner .info .box .form_box .btn{
        width: 50px;
        font-size: 16px;
    }
    .encyclopedia_main .banner .info .box .tab{
        margin-top: 20px;
    }
    .encyclopedia_main .banner .info .box .tab .item{
        font-size: 14px;
        padding: 8px 16px;
        border-radius: 30px;
    }
    .encyclopedia_main .tab_list{
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
    .encyclopedia_main .tab_list .list{
        border-radius: 24px;
        padding: 12px;
        box-sizing: border-box;
        margin-bottom: 12px;
    }
    .encyclopedia_main .tab_list .list .t1 .l{
        font-size: 18px;
    }
    .encyclopedia_main .tab_list .list .question{
        margin-top: 12px;
    }
    .about_main{
        padding-bottom: 100px;
    }
    .about_main .banner{
        height: 210px;
    }
    .about_main .banner .info .t1{
        font-size: 24px;
    }
    .about_main .banner .info .t2{
        font-size: 14px;
        margin-top: 20px;
    }
    .about_main .content{
        width: 100%;
        flex-wrap: wrap;
        padding: 34px 12px;
        box-sizing: border-box;
    }
    .about_main .content .left{
        width: 100%;
    }
    .about_main .content .right{
        width: 100%;
    }
    .about_main .content .left .t1{
        font-size: 46px;

    }
    .about_main .content .left .t2{
        font-size: 28px;
        margin-top: 14px;
    }
    .about_main .content .left .t3{
        margin-top: 20px;
    }
    .about_main .content .left .t3 p{
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 18px;
    }
    .about_main .content .right .l_y img{
        width: 28px;
    }
    .about_main .content .right .description{
        margin-top: 16px;
        line-height: 1.5;
        font-size: 14px;
    }
    .about_main .content .right .r_y img{
        width: 28px;
    }
    .about_main .content .form_box .form_box_left .t1{
        font-size: 28px;
        margin-bottom: 16px;
    }
    .about_main .content .form_box .form_box_left .t2{
        font-size: 14px;
        margin-bottom: 12px;
    }
    .about_main .content .form_box .form_box_left .wxcode{
        width: 180px;
        padding: 10px;
        border-radius: 16px;
    }
    .destination_main .panel{
        width: 100%;
        flex-wrap: wrap;
        padding: 12px;
        box-sizing: border-box;
    }
    .destination_main .panel .panel_l{
        width: 100%;
        height: auto;
    }
    .destination_main .panel .panel_l .big_list{
        height: 220px;
    }
    .destination_main .panel .panel_l .small_list{
        height: 66px;
        margin-top: 12px;
    }
    .destination_main .panel .panel_l .big_list .tag{
        padding: 12px;
        top: -12px;
    }
    .destination_main .panel .panel_l .big_list .tag span{
        font-size: 12px;
    }
    .destination_main .panel .panel_l .big_list .tag::before{
        content: '';
        position: absolute;
        top: 5px;
        right: -11px;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #002D78;
        z-index: 9;
        transform: rotate(45deg);
    }
    .destination_main .panel .panel_l .big_list .tag::after{
        border-radius: 12px 0 12px 0;
    }
    .destination_main .panel .panel_l .big_list .swiper-button-prev,.destination_main .panel .panel_l .big_list .swiper-button-next{
        width: 40px;
        height: 40px;
    }
    .destination_main .panel .panel_l .big_list .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
        font-size: 14px;
    }
    .destination_main .panel .panel_l .big_list .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
        font-size: 14px;
    }
    .destination_main .panel .panel_r{
        margin-left: 0;
        margin-top: 20px;
    }
    .destination_main .panel .panel_r .tit{
        font-size: 24px;
    }
    .destination_main .panel .panel_r .item{
        padding: 10px 0;
    }
    .destination_main .panel .panel_r .item .route .s, .destination_main .panel .panel_r .item .route .e{
        font-size: 12px;
        width: 28px;
        height: 28px;
        border-radius: 4px;
    }
    .destination_main .panel .panel_r .item .route .f, .destination_main .panel .panel_r .item .route .t{
        font-size: 14px;
    }
    .destination_main .panel .panel_r .item .info .icon{
        width: 18px;
        margin-right: 8px;
    }
    .destination_main .panel .panel_r .item .info .txt{
        font-size: 14px;
    }
    .destination_main .panel .panel_r .start_price{
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .destination_main .panel .panel_r .start_price .more table tr{
        font-size: 12px;
        margin-bottom: 6px;
    }
    .destination_main .panel .panel_r .start_price .more .tp{
        margin-right: 6px;
    }
    .destination_main .panel .panel_r .start_price .more .num{
        font-size: 28px;
    }
    .destination_main .panel .panel_r .sureBtn{
        width: 100px;
        height: 36px;
        border-radius: 30px;
        font-size: 16px;
    }
    .destination_main .des_content{
        width: 100%;
        padding: 60px 12px;
        box-sizing: border-box;
    }
    .destination_main .des_content .content{
        width: 100%;
    }
    .destination_main .des_content .content .tab{
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 10px;
    }
    .destination_main .des_content .content .tab .item{
        font-size: 16px;
        display: inline-block;
    }
    .destination_main .des_content .content .tab .item.active{
        font-size: 22px;
    }
    .destination_main .des_content .content .tab .item::before{
        height: 4px;
    }
    .destination_main .des_content .content .tab .item.active::before{
        width: 30px;
    }
    .orderCode{
        display: none;
    }
    .destination_main .recommend{
        width: 100%;
        padding: 40px 12px;
        box-sizing: border-box;
    }
    .destination_main .recommend .content{
        width: 100%;
    }
    .destination_main .recommend .content .top .left{
        font-size: 24px;
    }
    .destination_main .recommend .content .list{
        margin-top: 30px;
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }
    .destination_main .recommend .content .list .item{
        height: auto;
    }
    .destination_main .recommend .content .list .item .up{
        height: auto;
    }
    .destination_main .recommend .content .list .item .txt{
        padding: 20px;
    }
    .destination_main .recommend .content .list .item .txt .t1{
        font-size: 20px;
    }
    .destination_main .recommend .content .list .item .txt .icon{
        margin-top: 12px;
    }
    .destination_main .recommend .content .list .item .txt .icon img{
        width: 70px;
    }
    .destination_main .recommend .content .list .item .dw{
        height:  auto;
        font-size: 16px;
        padding: 12px 0;
        box-sizing: border-box;
        display: block;
        text-align: center;
    }
    .article_main{
        width: 100%;
        flex-wrap: wrap;
    }
    .article_main .left{
        width: 100%;
        margin-top: 30px;
        margin-right: 0;
    }
    .article_main .right{
        width: 100%;
    }
    .article_main .left .title{
        font-size: 20px;
    }
    .article_main .left .date{
        font-size: 12px;
        margin-top: 10px;
        padding-bottom: 16px;
        align-items: center;
    }
    .article_main .left .date .ding{
        width: 80px;
        height: 30px;
        border-radius: 30px;
        font-size: 14px;
    }

    .article_main .left .content{
        font-size: 14px;
    }
    .article_main .left .content img{
        max-width: 100%;
    }
    .article_main .left .content p{
        font-size: 14px;
        margin-bottom: 12px;
    }
    .article_main .right .list{
        margin-top: 14px;
    }
    .article_main .right .list li{
        padding: 10px 0;
    }
    .article_main .right .list li .con .t1{
        font-size: 16px;
    }
    .encyclopedia_main{
        padding-bottom: 60px;
    }

}