.navbar-box{
    display: none;
}
img{
    width: 100%;
}
.main .w{
    /* min-height: 400px; */
}
.main{
    background: #f0f0f0;
}
.details{
    background:#fff;
    min-height: 300px;
    padding:30px 60px;
    width: 1033px;
}
.edit{
    line-height: 1.8;
    font-size: 14px;
    color: #333;
}
/*.edit img{
    width: auto;
}*/
.details h3{
    text-align: center;
    width: 600px;
    margin:0 auto 20px;
    line-height: 50px;
    font-size: 22px;
    font-weight: normal;
    height: 50px;
}
.resc{
    width: 223px;
    background:#fff;
    margin-bottom: 10px;
    padding: 0 22px;
}
.resc h3{
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.resc ul li .img{
    width: 174px;
    height: 116px;
    overflow: hidden;
}
.resc ul li .img:hover{ transform: scale(1.1); transition: all 1s;}
.resc ul li .txt{
    line-height: 28px;
}
.resc ul li{
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.share{
    text-align: center;
}
.share span.eyes{
    margin-right: 10px;
}
.share span.eyes i{
    vertical-align: sub;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/eyes.png);
    background-repeat:no-repeat;
    margin-right: 3px;
}
.review{
    margin-top: 30px;
}
.review .w800{
    width: 800px;
    margin: 0 auto;
}
.review .review_box{
    width: 800px;
    height: 180px;
    border:1px solid #eee;
    border-radius: 5px;
    background-color: hsl(0, 0%, 99%);
    position: relative;
    cursor: not-allowed;
}
.review .review_box p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #999;
    font-size: 20px;
}
.review textarea{
    outline:none;
    resize:none;
    width: 800px;
    height: 180px;
    border:1px solid #eee;
    border-radius: 5px;
    background-color: hsl(0, 0%, 99%);
    padding: 10px;
    color: #666;
}
.review .btn_submit{
    margin-top: 16px;
    display: block;
    width: 158px;
    height: 34px;
    background: #fe7e42;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 34px;
}
.review .btn_submit:hover{
    background: #ff5f14;
}
.review_mess{
    margin-top: 40px;
}
.review_mess p.rm_num{
    line-height: 63px;
}
.review_mess ul li{
    padding: 26px 0;
    border-top: 2px solid #ededed;
}
.review_mess ul li .img{
    width: 45px;
    height: 45px;
    border-radius: 100px;
    overflow: hidden;
}
.review_mess ul li .img img{
    height: 100%;
}
.review_mess ul li .txt{
    width: 840px;
}
.review_mess ul li .txt .uesrname span:nth-child(1){
    color:#fe7e42;
    font-weight: bold;
}
.review_mess ul li .txt .uesrname span:nth-child(2){
    color:#999;
    margin-left: 20px;
}
.review_mess ul li .txt .info{
    margin-top: 10px;
}
.review_mess ul li .txt .info p{
    color: #999;
    height: 38px;
}
.datadown{
    margin-top: 30px;
}
.datadown>a{
    display: block;
    width: 160px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #fe7e42;
    margin: 0 auto;
}
.datadown>a:hover{
    background: #ff5f14;
}
.datadown>a::before{
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    width: 16px;
    height: 16px;
    background: url(../images/down1.png) no-repeat ;
}
.crumb{
    height: 54px;
    background: #f5f5f5;
    line-height: 54px;
}
.crumb a.home::before{
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    width: 16px;
    height: 16px;
    background: url("http://www.uqibang.com/template/home/css/../images/home.png") no-repeat ;
    margin-right: 5px;
}
.crumb a.bt{
    color: #999;
}
/* 分享 */
.share span{
    font-size: 14px;
    color: #999;
}
.share a{
    vertical-align: middle;
    display: inline-block;
    width: 27px;
    height: 27px;
    background-image: url("http://www.uqibang.com/template/home/css/../images/share_ico.png");
    background-repeat:no-repeat;
    margin-right: 3px;
}
.share a.wechat{
    background-position: 0px 0px;
}
.share a.sina{
    background-position: -36px 0px;
}
.share a.qzone{
    background-position: -73px 0px;
}
.share a.qq{
    background-position: -110px 0px;
}
/* 微信弹窗 */
.wechat-box{
    position: fixed;
    height: 245px;
    width: 220px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 10px;
    border: 5px solid rgba(0,0,0,.3);
    background: #fff;
    overflow: hidden;
}
.wechat-box .close{
    height: 26px;
    background: #f2f2f2;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
}
.wechat-box .close span{
    line-height: 26px;
    font-size: 12px;
    margin-left: 5px;
}
.wechat-box .close i{
    display: block;
    float: right;
    font-style: normal;
    margin-right: 10px;
    margin-top: 5px;
    cursor: pointer;
}
