@charset "utf-8";
/* CSS Document */

.btnheight {
    width: 100%;
    height: .9rem;
}
.btnbox {
    width: 100%;
    height: auto;
    background: #f6f6f6;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    border-top: 1px solid #fff;
    -moz-box-shadow: 0 -1px 0 #ececec;
    -webkit-box-shadow: 0 -1px 0 #ececec;
    box-shadow: 0 -1px 0 #ececec;
}
.btnbox li {
    width: 50%;
    float: left;
    text-align: center;
    padding: .14rem 0;
}
.btnbox li a {
    display: inline-block;
    width: 2.45rem;
    height: .62rem;
    line-height: .62rem;
    font-size: .32rem;
    color: #fff;
    -moz-border-radius: .1rem;
    -webkit-border-radius: .1rem;
    border-radius: .1rem;
}
.btnbox a i {
    width: .3rem;
    height: .3rem;
    margin-right: .16rem;
    display: inline-block;
    vertical-align: top;
    margin-top: .16rem;
}
body {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.venue_detailbox{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #fafafa;
}
.commentbox{ width:100%; padding: 0 0 0 .3rem;background: #fafafa; }
.commentbox h3{font-size:.3rem; color:#333; line-height:.4rem; padding:.3rem 0 0;}
.commentbox ul{ padding-top:.1rem; overflow:hidden;}
.commentbox li{ padding-top:.3rem; overflow:hidden; }
.commentbox li .headpicbox{ width:.8rem; height:.8rem;float:left; overflow:hidden;  -moz-border-radius:100%; -webkit-border-radius:100%;border-radius:100%;}
.commentbox li .headpicbox img{ width:100%; height:100%;}
.commentbox li .textbox{ padding-left:.3rem; padding-right:.3rem; overflow:hidden;position: relative;}
.commentbox li .textbox::after{ display:block; content:""; width:200%; height:1px; background:#e5e5e5; position:absolute; left:-50%; bottom:0;
	-o-transform:scale(.5,.5);
	-ms-transform:scale(.5,.5);
	-moz-transform:scale(.5,.5);
	-webkit-transform:scale(.5,.5);
	transform:scale(.5,.5);
}
.commentbox li:last-of-type .textbox::after{ display:none;}
.commentbox li .textbox h4{font-size:.3rem; color:#757575; max-width:70%; white-space:nowrap;line-height: .4rem;}
.commentbox li .textbox h4 em{ font-style:normal; width:auto; padding:0 .05rem; height:.32rem; line-height:.28rem; border:1px solid #0099ff; text-align:center; font-size:.24rem; color:#0099ff; margin-left:.1rem; -moz-border-radius:.08rem; -webkit-border-radius:.08rem;border-radius:.08rem; vertical-align: middle;
}
.commentbox li .textbox .zan{ width:auto; font-size:.28rem; color:#999; white-space:nowrap; position:absolute; right:.3rem; top:.25rem;}
.commentbox li .textbox .zan span{ padding:0;display: inline-block; vertical-align: middle;margin-left: .1rem;}
.commentbox li .textbox .zan i{display:inline-block; width:.30rem; height:.31rem;  vertical-align: middle;
	background:url(../images/zan_icon.png) center no-repeat;
	-o-background-size:auto 100%;
	-ms-background-size:auto 100%;
	-moz-background-size:auto 100%;
	-webkit-background-size:auto 100%;
	background-size:auto 100%;
}
.commentbox li .textbox .zan.on span{ color:#0099ff;}
.commentbox li .textbox .zan.on i{
	background:url(../images/zan_icon_on.png) center no-repeat;
	-o-background-size:auto 100%;
	-ms-background-size:auto 100%;
	-moz-background-size:auto 100%;
	-webkit-background-size:auto 100%;
	background-size:auto 100%;
}
.commentbox li .textbox span{ color:#999; font-size:.28rem; padding:.15rem 0 .05rem; display:block;}
.commentbox li .textbox p{ color:#666; font-size:.32rem; line-height:.46rem; padding-bottom:.4rem;}
.commentbox li .reply{ overflow:hidden; color:#666; font-size:.32rem; line-height:.46rem; padding-bottom:.4rem; }
.commentbox li .reply em{ font-style:normal;font-size:.32rem; color:#0099ff; display:inline-block;}

.appointmentbox{ background: #fafafa; border-top: 1px solid #ddd;-moz-box-shadow: 0 0px 0 #f6f6f6;-webkit-box-shadow: 0 0px 0 #f6f6f6; box-shadow: 0 0px 0 #f6f6f6;}
.appointmentbox ul {
    padding: 0 0 0 .3rem;
}
.appointmentbox li{ width:auto; padding:0 .45rem 0 0;}
.appointmentbox li:last-of-type{ float:right; background:#0099ff; padding:0;}
.appointmentbox li:last-of-type a{ color:#fff; font-size:.3rem; padding:0 .4rem;}
.appointmentbox li a{ width:auto;height: .88rem;line-height: .88rem; color:#999; font-size:.28rem;}
.appointmentbox li a i{width: .4rem; height: .4rem;margin-top: .24rem;margin-right: .1rem;}
.appointmentbox a.phonebtn i{
	background: url(../images/phone_icon.png) center no-repeat;
	-o-background-size: .36rem .34rem;
	-ms-background-size: .36rem .34rem;
	-moz-background-size: .36rem .34rem;
	-webkit-background-size: .36rem .34rem;
	background-size: .36rem .34rem;
}
.appointmentbox a.commentbtn i{
	background: url(../images/comment_icon.png) center no-repeat;
	-o-background-size: .34rem .37rem;
	-ms-background-size:  .34rem .37rem;
	-moz-background-size:  .34rem .37rem;
	-webkit-background-size:  .34rem .37rem;
	background-size:  .34rem .37rem;
}
.appointmentbox a.zanbtn i{
	background: url(../images/zan_icon.png) center no-repeat;
	-o-background-size: .35rem .36rem ;
	-ms-background-size: .35rem .36rem ;
	-moz-background-size: .35rem .36rem ;
	-webkit-background-size: .35rem .36rem ;
	background-size: .35rem .36rem ;
}
.appointmentbox a.zanbtn.on{ color:#0099ff}
.appointmentbox a.zanbtn.on i{
	background: url(../images/zan_icon_on.png) center no-repeat;
	-o-background-size: .35rem .36rem ;
	-ms-background-size:  .35rem .36rem ;
	-moz-background-size:  .35rem .36rem ;
	-webkit-background-size: .35rem .36rem ;
	background-size: .35rem .36rem ;
}
.comment_float{ width:100%; height:auto; background:#fff; padding:.12rem .3rem; overflow:hidden; position:absolute; left:0; bottom:.88rem; z-index:98; display:none;}
.comment_float .textareabox{ margin-left:5%; width:80%; line-height:.46rem; float:left; padding:.1rem .2rem; background:#fff; border:1px solid #ddd; 
	-moz-border-radius:.08rem; -webkit-border-radius:.08rem; border-radius:.08rem;
}
.comment_float .textareabox textarea{ display:block; width:100%; max-height: 4.6rem;line-height:.46rem; font-size:.32rem; color:#666; background:none; border:0 none; outline:none; resize:none;}
.comment_float button{ width:15%; text-align:right;float:right;background:none; line-height:.46rem; padding:.1rem 0; border:0 none; color:#0099ff; font-size:.3rem;border:1px solid #fff; }