﻿/*项目认领*/
.xiangmuRen{
    width: 100%;
    height: 60px;
    background: #fff;
    margin-top: 6px;
    
    
}
.tishiBox{
    padding: 0 10px;
    background:#fff;
    margin-top:7px;
    height: 100%;
    overflow: hidden;
    }
.tishiLeft{
width: 10%;
height: 40px;
margin-top: 10px;
background: #fff;
border-right: 1px solid #e2e2e2;
text-align: center;
float: left;
}

.tishiLeft img{
width: 18px;
height: 18px;
margin-top: 3px;
}
.tishiLeft span{
    display: block;
    font-size: 12px;
    margin-top: 3px;
}

.tishiRight{
float: left;
margin-left: 2%;
width: 87%;
height: 40px;

margin-top: 10px;
font-size: 0.67rem;
line-height: 10px;
line-height: 20px;
}
.tishiRight a{
    display: inline-block;
    margin: 0 3px;
    color: #999;
    text-decoration:underline;
    }
.linkPhone{height:30px; line-height:30px; font-size:13px; width:88%; margin:10px auto 0; text-align:center; border-top:1px dashed #e53c01;border-bottom:1px dashed #e53c01; color:#333333; }
.linkPhone .sp_wx{margin-left:16px;}
    /*5*/
@media (max-width: 340px) and (min-width: 315px){
    .tishiRight{
        font-size: 0.62rem;
    }
    .tishiLeft span{
        font-size: 0.62rem;
    }
}
/*6p*/
@media (max-width: 440px) and (min-width: 386px){
    .tishiRight{
        font-size: 0.75rem;
    }
    .tishiLeft span{
        font-size: 0.75rem;
    }
}
/*6*/
@media (max-width: 385px) and (min-width: 361px){
    .tishiRight{
        font-size: 0.65rem;
    }
    .tishiLeft span{
        font-size: 0.65rem;
    }
}
/*弹窗*/  
.oldTan{
width: 94%;
position: fixed;
left: 3%;
top: 9%;
background: #fff;
min-height: 100px;
border-radius: 15px;
z-index: 1004;
display: none;
}

.title1{
height: 50px;
line-height: 50px;
text-align: center;
background: #ea4b46;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
.title1 i{
    color: #fff;
    
}

.title1 span{
width: 25px;
display: block;
height: 25px;
background: url(../images/renclose.png) no-repeat center center;
background-size: 100% 100%;
position: absolute;
right: -0.5rem;
top: -0.425rem;
}

.imgBox{
    width: 50%;
    height: 100px;
    background: red;
    margin: 0 auto;
    background: url(../images/renbox.png) no-repeat center center;
    background-size: 70px 70px;
    }
    .renlingxiangmu{
width: 72%;
margin: 0 auto;
line-height: 25px;
text-align: center;
}

.renlingxiangmu u{
    color: #ea4b46;
    }
    
    .zhushi{
        width: 72%;
        margin: 0 auto;
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 30px;
        line-height: 20px;
    }
    .tanTeng{
        position: fixed;
        width: 100%;
        top: 0;
        bottom: 0;
        background: rgba(50,50,50,0.7);
        z-index: 1003;
        display: none;
    }
        /*5*/
@media (max-width: 340px) and (min-width: 315px){
.renlingxiangmu{
    width: 84%;
}
.renlingxiangmu{
    font-size:13px
}
.zhushi{
    width: 84%;
}
    .linkPhone{
        width:86%;
        font-size:10px;
    }
}
/*6p*/
@media (max-width: 440px) and (min-width: 386px){
    .oldTan{
    width: 86%;
    left: 7%;
    }
    
    .renlingxiangmu{
        width: 88%;
        font-size: 14px;
    }
    .zhushi{
        width: 88%;
    }
    .linkPhone{
        width:88%;
    }
}
/*6*/
@media (max-width: 385px) and (min-width: 361px){
    .renlingxiangmu{
        width: 88%;
        font-size: 14px;
        
    }           
    .zhushi{
        width: 88%;
    }
    .linkPhone{
        width:88%;
    }
}