@charset 'utf-8';
@media screen and (orientation:portrait){
    :root{
        --fontsize: 0.3rem;
    }
    /* 通用样式调整 */
    body{
        font-size: 0.3rem;
    }
    .w_main{
        width: 100%; 
    }
    .in_pc{
        display: none;
    }
    .in_wap{
        display: block;
    }

    /* head */
    .head{
        height: auto;
    }
    .head_top{
        height: 0.8rem;
        display: block;
    }
    .head_left{
        height: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0 0.2rem;
    }
    .head_logo{
        height: 0.5rem;
    }
    .com_name{
        font-size: 0.3rem;
        margin-left: 0.1rem;
    }
    .head_left .head_tell{
        display: flex;
        margin-right: 0;
        align-items: center;
    }
    .head_tell_img{
        width: 0.3rem;
        height: 0.3rem;
    }
    .head_tell_text{
        font-size: 0.3rem;
        margin-left: 0.1rem;
    }
    .head_bot{
        width: 100%;
        height: 0.6rem;
        background: var(--color_theme);
        color: #fff;
        display: flex;
        align-items: center;
        padding: 0 0.2rem;
        justify-content: space-between;
    }
    .choice_language{
        width: 2.5rem;
        height: 0.4rem;
        border-radius: 0.25rem;
        margin-right: 0.1rem;
        line-height: 0.4rem;
        padding: 0;
        box-sizing: border-box;
        font-size: 0.22rem;
        border: none;
    }
    .choice_language .layui-form-select input{
        width: 100%;
        height: 100%;
        border-radius: 0.25rem;
        padding: 0 0.2rem;
        box-sizing: border-box;
    }
    .head .layui-form-select dl{
        top: 0.6rem;
        border-radius: 0.2rem
    }
    /* head end */

    /* head_nav */
    .head_nav{
        width: calc(100% - 2.7rem);
        height: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        display: none;
    }
    .head_nav a{
        font-size: 0.3rem;
        margin-right: 0.3rem;
        white-space: nowrap;
        line-height: 0.8rem;
        padding: 0;
        display: inline-block;
    }
    .head_nav a:last-of-type{
        margin-right: 0;
    }
    .icon_menu{
        width: 0.4rem;
        height: 0.4rem;
    }
    .head_nav_wap{
        width: 0;
        height: 100vh;
        background: rgba(0,0,0,0.6);
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9999;
        transition: width 0.2s;
        overflow: hidden;
    }
    .head_nav_wap_main{
        background: #fff;
        position: relative;
        width: 80%;
        height: 100%;
        padding: 0.7rem 0.2rem;
        box-shadow: 10px 0 10px rgba(0,0,0,0.2);
    }
    .head_nav_wap_main a{
        line-height: 1rem;
        color: #333;
        font-weight: bold;
        border-bottom: 1px solid #f0eeee;
        display: block;
        font-size: 0.26rem;
    }
    .head_nav_wap_main a:last-of-type{
        border-bottom: none;
    }
    .head_nav_wap_close{
        position: absolute;
        top: 0.3rem;
        right: 0.3rem;
        color: var(--color_theme);
        font-size: 0.5rem;
    }
    /* head_nav end */

    /* banner */
    .swiper_banner{
        height: 4rem;
        padding-top: 0;
        position: relative;
        /* top: 1.4rem; */
        margin-top: 1.4rem;
    }
    .banner_text{
        height: 100%;
        left: 0rem;
        bottom: initial;
        top: 0rem;
        transform: translateX(0);
        padding: 0.2rem 0 0.2rem 0.2rem;
        background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.8));
        display: block;
    }
    .banner_text p{
        font-size: 0.3rem;
        line-height: 1.5em;
    }
    .banner_text_span{
        margin-top: 0.2rem;
        font-size: 0.22rem;
        line-height: 1.5em;
    }
    .banner_text_span span{
        margin-bottom: 0;
    }
    .banner_btn{
        height: 0.5rem;
        line-height: 0.5rem;
        border-radius: 0.25rem 0 0 0.25rem;
        font-size: 0.26rem;
        padding: 0 0.3rem;
        align-self:flex-end;
        box-sizing: border-box;
        position: absolute;
        right: 0;
        bottom: 0.2rem;
    }
    .slogan{
        width: 3rem;
        height: 0.855rem;
        bottom: 30%;
        display: none;
    }
    .slogan p{
        font-size: 0.2rem;
    }
    
    /* banner end */

    /* footer */
    .footer{
        padding: 0.6rem 0.2rem;
    }
    .foot_logo{
        width: auto;
        height: 0.6rem;
    }
    .footer_name{
        font-size: 0.3rem;
        margin-top: 0.1rem;
    }
    .footer_slogin{
        font-size: 0.22rem;
        margin-top: 0.1rem;
    }
    .footer_center{
        margin-top: 0.6rem;
    }
    .footer_left_link a{
        font-size: 0.22rem;
        margin-right: 0.1rem;
    }
    .footer_left_msg{
        margin-top: 0.1rem;
    }
    .footer_left_msg p{
        font-size: 0.22rem;
        margin-bottom: 0rem;
        line-height: 2em;
    }
    .footer_left_msg span{
        margin-right: 0.1rem;
    }
    .footer_left_app{
        margin-top: 0.3rem;
    }
    .footer_left_app_top{
        font-size: 0.22rem;
    }
    .footer_left_app_img{
        margin-top: 0.1rem;
    }
    .footer_left_app_img_item{
        width: 0.3rem;
        height: 0.3rem;
        margin-right: 0.1rem;
    }
    .footer_center_right_qr{
        margin-bottom: 0.2rem;
        display: none;
    }
    .footer_center_right_qr_item{
        width: 0.8rem;
        height: 0.8rem;
        margin-right: 0.1rem;
    }
    .footer_center_right_qr_item_text{
        margin-top: 0;
        font-size: 0.2rem;
    }
    .footer_center_right_bot{
        margin-top: 0rem;
    }
    .footer_center_right_bot p{
        font-size: 0.26rem;
        margin-bottom: 0rem;
        word-break: break-all;
    }
    .footer_bot{
        margin-top: 0.5rem;
        font-size: 0.2rem;
        line-height: 2em;
    }
    .footer_bot_item{
        font-size: 0.2rem;
        margin-bottom: 0rem;
    }
    .footer_bot_item p{
        font-size: 0.2rem;
    }
    .footer_bot_item a{
        font-size: 0.2rem;
    }
    .totop{
        width: 0.5rem;
        height: 0.5rem;
        bottom: 2rem;
        right: 0.2rem;
    }
}