@import "../base.css?v2";
@import "../index/nav.css";
@media screen and (min-width: 600px) and (max-width: 1199px) {
    /*-----------------------头部css-----------------------------------------------------------*/

    /*-----------------------头部css end------------------------------------*/
    /*-----------------------------body css----------------------------------*/

    .house-box{
        width: 100%;
        position: relative;
        top: 0.21rem;
    }
    .layer{
        width: 100%;
        opacity:0.7;
        background:#c5baae;
    }
    .house-span-title{
        width: 100%;
        text-align: center;
        font-size: 0.26rem;
        font-family:SourceHanSansSC-Light;
        position: absolute;
        color:#fff;
        top: 0.8rem;
    }
    .house-span-two{
        width: 100%;
        text-align: center;
        font-size: 0.09rem;
        font-family:FZLTXIHJW--GB1-0;
        color:#fff;
        position: absolute;
        top: 1.2rem;
    }
    .text-color{
        color:#ffffff;
    }

    /*-----------------------------body css end----------------------------------*/

    /*--------------------------底部css----------------------------------*/
    .index-bottom{
        border: 1px solid #7e5f3c;
        margin-top: 0.5rem;
    }
    .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{
        width: 100%;
        text-align: center;
        font-family:FZLTXIHJW--GB1-0;
    }
    .add{
        width: 100%;
        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-----------------------------------------------------------*/

/*-----------------------头部css end------------------------------------*/
/*-----------------------------body css----------------------------------*/

    .house-box{
        width: 100%;
        position: relative;
        top: 0.41rem;
    }
    .layer{
        width: 100%;
        background:#c5baae;
    }
    .house-span-title{
        width: 100%;
        text-align: center;
        font-size: 0.26rem;
        font-family:SourceHanSansSC-Light;
        position: absolute;
        color:#fff;
        top: 0.8rem;
    }
    .house-span-two{
        width: 100%;
        text-align: center;
        font-size: 0.09rem;
        font-family:FZLTXIHJW--GB1-0;
        color:#fff;
        position: absolute;
        top: 1.2rem;
    }
    .text-color{
        color:#ffffff;
    }

/*-----------------------------body css end----------------------------------*/

/*--------------------------底部css----------------------------------*/
    .index-bottom{
        border: 1px solid #7e5f3c;
        margin-top: 0.5rem;
    }
    .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{
        width: 100%;
        text-align: center;
        font-family:FZLTXIHJW--GB1-0;
    }
    .add{
        width: 100%;
        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--------------------------------------------*/
}