@import "../base.css?v2";
@import "../index/nav.css";
body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
    /*-----------------------头部css-----------------------------------------------------------*/

    .body-box{
        width: 90%;
        margin:  0 auto;
        margin-top: 0.1rem;
    }
    .q3{
        width: 48%;
        float: left;
        margin-top: 0.1rem;
    }
    .q3-text1{
        font-size: 0.09rem;
        font-family:FZLTXIHJW--GB1-0;
        text-align: center;
        margin-top: 0.1rem;
    }
    .q3-text2{
        font-size: 0.09rem;
        font-family:FZLTXIHJW--GB1-0;
        text-align: center;
    }
    .q4{
        float: right;
        width: 48%;
        margin-top: 0.1rem;
    }
    .waiji_box{
        width: 100%;
        height: 2.25rem;
        position: relative;
        top: 0;
        left: 0;
    }
    .q3-text{
        background:#7e5f3c;
        opacity: 0.9;
        width: 100%;
        height: 0.5rem;
        position: absolute;
        color:#ffffff;
        top: 1.75rem;

    }
    .waiji_box img{
        position: absolute;
    }
    .q2-text{
        width: 100%;
        position: relative;
        font-size: 0.09rem;
        color:#ffffff;
        text-align:center;
        top: 2.1rem;
        height: 0.25rem;
        background:#7e5f3c;
        opacity: 0.9;
        font-family:FZLTXIHJW--GB1-0;
        line-height: 0.25rem;
    }
    /*-----------------------头部css end------------------------------------*/
    .login-box{
        width: 100%;
        background: #292521;
        padding: 1.47rem 0 1.04rem;
    }
    .con{
        padding: 1.3rem 0;

    }
    .title{
        font-size: 0.24rem;
        color:#D9C6A6;
        display: flex;
    }
    .titlepic{
        width: 0.2rem;
        height: 0.2rem;
    }
    .username{
        display: flex;
        color:#D9C6A6;
        margin-top: 0.1rem ;
        align-items: center;
    }
    .userpic{
        width: 0.2rem;
        height: 0.24rem;
    }
    .titleword>span:first-child{
        border-bottom:0.02rem solid #D9C6A6;
    }

    .userinput{
        display: flex;
        flex: 1;
        font-size: 0.18rem;
        border-bottom: 0.01rem solid #D9C6A6;
    }
    .userinput .usertitle{
        width: 0.6rem;
    }
    .userinput input{
        font-size: 0.18rem;
        color: #D9C6A6;
    }
    .loginarrow{
        overflow: hidden;
    }
    .gologin{
        width: .3rem;
        height: 0.3rem;
        border-radius:50% ;
        margin-top: .2rem;
        margin-bottom: .2rem;
        float: right;
    }
    .tipword{
        font-size: 0.18rem;
        color:#D9C6A6;
        text-align: center;
    }
    .tipline{
        width: 45%;
        border-top:0.02rem solid #D9C6A6;
        margin: 0.06rem auto 0;
    }
    /*--------------------------底部css----------------------------------*/
    .index-bottom{
        border: 1px solid #7e5f3c;
        margin-top: 0.06rem;
    }
    .bottom-log{
        height: 100%;
        width: 5%;
        position: relative;
        top: 0.4rem;
        left: 1.43rem;

    }
    .bottom-log img{
        width: 0.17rem;
        height: 0.29rem;
        position: absolute;
        transform: translateY(-120%);
        right: 0;
    }
    .bottom-wx{
        height: 100%;
        width: 5%;
        position: relative;
        top: 0.4rem;
        left: 2.13rem;

    }
    .bottom-wx img{
        width: 0.17rem;
        height: 0.29rem;
        position: absolute;
        transform: translateY(-120%);
        right: 0;
    }
    .info{
        margin: 0 auto;
        font-size: 0.1rem;
        color:#7e5f3c;
        margin-top: 0.4rem;
        margin-bottom: 0.1rem;
    }
    .tel{
        text-align: center;
        font-family:FZLTXIHJW--GB1-0;
    }
    .add{
        text-align: center;
        font-family:FZLTXIHJW--GB1-0;
    }
    .bottom-icp{
        font-family:FZLTXIHJW--GB1-0;
        height: 0.5rem;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0;
        background-color:#7e5f3c;
        color: #ffffff;
        font-size: 0.1rem;
        text-align: center;
        line-height: 0.5rem;
    }
    /*----------------------------end底部css--------------------------------------------*/
}
/*------------------------------------------------------------适应手机----------------------------------------------------------------*/
@media (max-width:600px){
    /*-----------------------头部css-----------------------------------------------------------*/

    .body-box{
        width: 90%;
        margin:  0 auto;
        margin-top: 0.3rem;
    }
    .q3{
        width: 48%;
        float: left;
        margin-top: 0.1rem;
    }
    .q3-text1{
        font-size: 0.09rem;
        font-family:FZLTXIHJW--GB1-0;
        text-align: center;
        margin-top: 0.1rem;
    }
    .q3-text2{
        font-size: 0.09rem;
        font-family:FZLTXIHJW--GB1-0;
        text-align: center;
    }
    .q4{
        float: right;
        width: 48%;
        margin-top: 0.1rem;
    }
    .waiji_box{
        width: 100%;
        height: 2.25rem;
        position: relative;
        top: 0;
        left: 0;
    }
    .q3-text{
        background:#7e5f3c;
        opacity: 0.9;
        width: 100%;
        height: 0.5rem;
        position: absolute;
        color:#ffffff;
        top: 1.75rem;

    }
    .waiji_box img{
        position: absolute;
    }
    .q2-text{
        width: 100%;
        position: relative;
        font-size: 0.09rem;
        color:#ffffff;
        text-align:center;
        top: 2.1rem;
        height: 0.25rem;
        background:#7e5f3c;
        opacity: 0.9;
        font-family:FZLTXIHJW--GB1-0;
        line-height: 0.25rem;
    }
    /*-----------------------头部css end------------------------------------*/
    .login-box{
        width: 100%;
        height: calc(100vh - 1.38rem);
        background: #292521;
    }
    .con{
        width: 3rem;
        margin: 0 auto  ;
        padding: 1.3rem 0;

    }
    .title{
        font-size: 0.24rem;
        color:#D9C6A6;
        display: flex;
        align-items: center;
    }
    .titlepic{
        width: 0.24rem;
        height: 0.24rem;
    }
    .username{
        display: flex;
        color:#D9C6A6;
        margin-top: 0.1rem ;
    }
    .userpic{
        width: 0.2rem;
        height: 0.26rem;
    }
    .titleword{
        margin-left: 0.14rem;
    }
    .titleword>span:first-child{
        border-bottom:0.01rem solid #D9C6A6;
    }
    .userinput{
        display: flex;
        flex: 1;
        font-size: 0.18rem;
        border-bottom: 0.01rem solid #D9C6A6;
        margin-left: 0.14rem;
    }
    .userinput .usertitle{
        width: 0.6rem;
    }
    .userinput input{
        color: #D9C6A6;
    }
    .loginarrow{
        overflow: hidden;
    }
    .gologin{
        width: .3rem;
        height: 0.3rem;
        border-radius:50% ;
        margin-top: .2rem;
        margin-bottom: .2rem;
        float: right;
    }
    .tipword{
        font-size: 0.18rem;
        color:#D9C6A6;
        text-align: center;
    }
    .tipline{
        width: 45%;
        border-top:0.01rem solid #D9C6A6;
        margin: 0.06rem auto 0;
    }
    .viptip{
        margin-top: 0.5rem;
    }
    /*--------------------------底部css----------------------------------*/
    .index-bottom{
        border: 1px solid #7e5f3c;
        margin-top: 0.06rem;
    }
    .bottom-log{
        height: 100%;
        width: 5%;
        position: relative;
        top: 0.4rem;
        left: 1.43rem;

    }
    .bottom-log img{
        width: 0.17rem;
        height: 0.29rem;
        position: absolute;
        transform: translateY(-120%);
        right: 0;
    }
    .bottom-wx{
        height: 100%;
        width: 5%;
        position: relative;
        top: 0.4rem;
        left: 2.13rem;

    }
    .bottom-wx img{
        width: 0.17rem;
        height: 0.29rem;
        position: absolute;
        transform: translateY(-120%);
        right: 0;
    }
    .info{
        margin: 0 auto;
        font-size: 0.1rem;
        color:#7e5f3c;
        margin-top: 0.4rem;
        margin-bottom: 0.1rem;
    }
    .tel{
        text-align: center;
        font-family:FZLTXIHJW--GB1-0;
    }
    .add{
        text-align: center;
        font-family:FZLTXIHJW--GB1-0;
    }
    .bottom-icp{
        font-family:FZLTXIHJW--GB1-0;
        height: 0.5rem;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0;
        background-color:#7e5f3c;
        color: #ffffff;
        font-size: 0.1rem;
        text-align: center;
        line-height: 0.5rem;
    }
    /*----------------------------end底部css--------------------------------------------*/
}