.clearfix:before,.clearfix:after{
    display:table;
    content:"";}
.clearfix:after{
    clear:both;}
.clearfix{zoom:1;}
/*#wrapper {position: absolute;z-index: 1;top: 0;bottom: 0;left: 0;width: 100%;!*background: #ccc;*!overflow: hidden;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}*/

#scroller {
    position: absolute;
    min-height: 101%;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    width: 100%;-webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}
#scroller:after{content: '';height: 60px;width: 100%;display: block;}

#loading {position:relative;z-index: 100;left: 50%;top:10px; margin-left:-45px;line-height: 30px;height: 30px;display: none;text-align: center;width: 115px;bottom:22px;background:url(../images/loading-black.gif) no-repeat left center; background-size:20px auto; padding-left:20px; color: #6b6b6b; font-size:12px; margin-bottom:10px; }
#down {margin:-40px auto 0;width: 90px;height: 40px;line-height:40px;background: #ffffff;text-align:center;font-size:12px;color: #6b6b6b; background:url(../images/loading-black.gif) no-repeat left center; background-size:18px auto;padding-left:20px; }

.topSession{
	background: #fff;
	margin-top: 45px;
}
.topSession .title{
	font-size: 18px;
	line-height: 24px;
	padding: 12px 16px;
	border-bottom: 1px solid #c8c7cc;
}
.topSession .countEvaluate{
	height: 46px;
	line-height: 46px;
	padding: 0px 16px;
	border-bottom: 1px solid #c8c7cc;
	color: #000;
}
.countEvaluate .num{
	color: #088de8;
	font-weight: bold;
}
.countEvaluate .count{
	color: #088de8;
	float: right;
	padding-right: 18px;
	position: relative;
}
.countEvaluate .count i{
	font-style: normal;
	position: absolute;
	right: 4px;
	width:10px;
	height: 10px;
	border: 2px solid #088de8;
	border-width: 0 2px 2px 0;
	transform: rotate(-45deg);
	display: block;
	top:50%;
	margin-top: -4px;
}

.myMain{
	padding: 5%;
}
.evaluateBox {
    margin-top: 0px;
    margin-bottom: 22px;
    background-color: #ffffff;
	overflow:hidden;
    padding:0;
}
.pad3{
    padding:3%;
}
.playsTag{
	position:relative;
}
.playsTag:after{
	background-color: #c8c7cc;
    content: "";
    display: block;
    height: 1px;
    left: -4%;
    position: absolute;
    width: 108%;
}
.evaDescripition{
	height: auto;
}
.evaDescripition{
	margin-top: 5px;
}
.evaDescripition .desc{
	max-height: 120px;
	overflow: hidden;
}
.scan {
    color: #088de8;
    cursor: pointer;
    margin-bottom: 12px;
    text-align: center;
    margin-top: 0px;
}
.addEvaluation{
	border-top: 1px solid #c8c7cc;
	margin-top: 10px;
}
.addEvaluation div{
	font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 10px;
}
.addEvaluation p{
	color:#646464;
	padding: 3px;
}

.aui-bar .screen{
	color: #088de8;
    padding-right: 28px;
    position: absolute;
    right: 4%;
    top: 0;
}
.aui-bar .screen i{
	background: url(../images/chose_icon@2x.png) no-repeat right top;
	background-size: 100%;
	display: block;
    height: 27px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 20px;
}

.loading{
	position: fixed;
	left:50%;
	bottom: 240px;
	width:32px;
	height: 32px;
	margin: 0 0 0 -16px;
	z-index: 100;
	display: none;
}

.nothing{
    padding:0;
    display:none;
    background:#f0eff5;
}
.nothing .empty{
    padding-top: 193px;
    background:url(../images/app_n/icon_nocomments@2x.png) no-repeat center 50px;
    background-size:110px 113px;
    margin-bottom: 50px;
}

.nothing a{
    margin-top: 15px;
    background:#F8F8F8;
    color:#323232;
    border-color:rgba(5,5,5,0.1);
}

.tipsbottom{
    border-bottom: 1px solid #c7c8cc;
}
.custom-reply{
    position:relative;
    padding:15px 3%;
    background:rgb(235, 247, 255);
    line-height: 26px;
}
.course-custom{
    background:rgb(226, 243, 225);
}
.custom-reply:before{
    content:"";
    display:block;
    position:absolute;
    border-style:solid;
    border-width:10px;
    border-color:transparent transparent rgb(235, 247, 255) transparent;
    top:-18px;
    left:8%;
}
.custom-reply.course-custom:before{
    border-color:transparent transparent rgb(226, 243, 225) transparent;
}
.custom-title{
    font-size:17px;
    font-weight: bold;
    color:rgb(0, 151, 255);
    margin-bottom: 5px;
}
.course-custom .custom-title{
    color:rgb(9, 187, 7);
}
.custom-title small{
    font-size:12px;
    font-weight: normal;
    color:rgb(144, 144, 144);
}
.load-all{
    display: none;
    padding: 20px;
    color: #808080;
    text-align: center;
}
.customer-avatar{
    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
}
.customer-avatar img{
    width: 100%;
    min-height: 44px;
}

/** 球场评价样式 */
.publish-container{
    background: #EFEFF4;
    padding-bottom: 60px;
}
.main-evaluate{
    padding: 30px 15px 15px;
    text-align: center;
}
.main-tt{
    margin-bottom: 15px;
    color: #999;
    font-size: 14px;
}
.stars-row img{
    width: 31px;
    height: 31px;
    margin-right: 15px;
    vertical-align: middle;
}
.eval-row{
    display: flex;
    margin-bottom: 10px;
}
.eval-row:last-child{
    margin-bottom: 0;
}
.stars-label{
    flex: 1;
    font-size: 16px;
}
.stars-wrp{
    text-align: right;
}
.stars-wrp img{
    width: 22px;
    height: 22px;
    margin-left: 15px;
    vertical-align: middle;
}
.stars-wrp .other-eval-txt{
    display: none;
    margin-top: 4px;
    color: #0FB70A;
    text-align: right;
    font-size: 13px;
}
.star-lg img{
    width: 31px;
    height: 31px;
}
.partner-type-wrp{
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
}
.partner-type-wrp .pat-btn-flx{
    width: 165px;
    height: 35px;
    line-height: 35px;
    margin: 0 15px 15px 0;
    border: 1px solid #909090;
    border-radius: 2px;
    text-align: center;
}
.partner-type-wrp .pat-btn-flx:nth-of-type(2n){
    margin-right: 0;
}
.partner-type-wrp .pat-btn-flx.on{
    color: #088DE8;
    background: #fff;
    border-color: #088DE8;
}
.ht-media-eval{
    margin-top: 10px;
    padding: 10px 0 10px 15px;
    background: #fff;
}
.ht-media-eval textarea{
    width: 100%;
    height: 60px;
    padding: 0 15px 0 0;
    border: none;
}
.media-wrp{
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
}
.media-itm {
    position: relative;
    width: 105px;
    height: 106px;
    margin-right: 14px;
    border-radius: 2px;
    margin-bottom: 15px;
}
.del-media{
    position: absolute;
    right: -7px;
    top: -8px;
    width: 17px;
    height: 17px;
    background: url("../images/btn_close_wechatpay_normal.png") no-repeat center center;
    background-size: 17px 17px;
    z-index: 20;
}
.item-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 2px;
}
.item-inner img{
    width: 100%;
    min-height: 105px;
}
.item-inner video{
    width: 100%;
    height: 100%;
}
.item-inner input{
    position: absolute;
    left: 0;
    opacity: 0;
}
.play-opacity{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) url("../images/play-btn@2x.png") no-repeat center center;
    background-size: 40px 40px;
    border-radius: 2px;
    z-index: 19;
}
.eval-award {
    padding: 7px;
    margin-top: 10px;
    color: #999;
    font-size: 15px;
    text-align: center;
    background: #FAF9F9;
    border-radius: 5px;
}
.eval-award span{
    color: #F34051;
}
.anonymous-row {
    display: flex;
    margin-top: 10px;
    padding: 13px 15px;
    line-height: 30px;
    font-size: 17px;
    background: #fff;
}
.handle-check {
    position: relative;
    flex: 1;
    text-align: right;
}
.handle-check label{
    display: block;
    width: 100%;
    height: 30px;
    background: url("../images/icon-cirlc-white28@2x.png") no-repeat right center;
    background-size: 22px 22px;
}
.handle-check input{
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}
.handle-check input:checked + label{
    background: url("../images/icon-check-green@2x.png") no-repeat right center;
    background-size: 22px 22px;
}
.anoy-tips{
    margin-top: 10px;
    padding-left: 15px;
    color: #999;
}
.fixed-btn-box{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
}
.fixed-btn-box button{
    display: block;
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 20px;
    background: #0097FF;
    border: none;
    border-radius: 0;
}
.img-count{
    color: #999;
}


.main-tn-container{
    position: relative;
}
.tn-container-104{
    top: 104px;
}
.tn-container-48{
    top: 48px;
}
.fixed-head{
    position: fixed;
    left: 0;
    top: 46px;
    width: 100%;
    background: #fff;
    z-index: 11;
}
.tn-list-head{
    width: 100%;
    padding: 11px 0;
}
.tn-list-head .g-flex-item-avg{
    height: 24px;
    line-height: 23px;
    font-size: 17px;
}
.tn-list-head .g-flex-item-avg:last-child{
    border-right: 1px solid #E1E1E1;
}
.tn-list-head .g-flex-item-avg:last-child{
    border-right: none;
}
.nav-text.active-status{
    color: #0097FF;
    font-weight: bold;
    position: relative;
}
.nav-text.active-status:after{
    content: '';
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: #0097FF;
}


/** 雪场评价列表样式 */
.list-head-wrp {
    padding: 15px;
    background: #fff;
}
.score-flx-box{
    display: flex;
    align-items: center;
}
.score-flx {
    padding: 0 15px 0 0;
    text-align: center;
}
.score-flx strong{
    color: #0097FF;
    font-size: 25px;
}
.overall-eval-txt{
    font-size: 14px;
}

.score-cate-flx {
    flex: 1;
}
.score-item-row{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.score-item-row .itm-child {
    width: 46%;
    margin-bottom: 13px;
}
.score-item-row .itm-child:nth-of-type(2n){
    margin-left: 15px;
}
.bar-txt {
    display: flex;
    font-size: 13px;
}
.bar-txt > span:first-child{
  flex: 1;
}
.score-bar{
    position: relative;
    width: 100%;
    height: 3px;
    margin-top: 4px;
    border-radius: 1.5px;
    background: #F1F2F7;
}
.score-bar-blue{
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    height: 3px;
    border-radius: 1.5px;
    background: #0097FF;
}
.list-body {
    padding: 10px 15px;
}
.eval-item-box{
    padding: 15px 10px;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 4px;
}
.eval-item-box .header {
    display: flex;
}
.eval-item-box .avatar {
    width: 44px;
    height: 44px;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
}
.eval-item-box .avatar img{
    width: 100%;
    height: auto;
}
.eval-item-box .nick-name{
    color: #4D4D4D;
}
.eval-item-box .date-score{
    margin-top: 5px;
    color: #808080;
    font-size: 13px;
}
.eval-item-box .stars-wrp{
    position: relative;
    top: -5px;
    display: inline-block;
    margin-left: 10px;
}
.eval-item-box .txt-content{
    line-height: 21px;
    padding: 10px 0;
}
.eval-item-box .media-content {
    display: flex;
    flex-wrap: wrap;
}
.eval-item-box .media-itm {
    position: relative;
    width: 101px;
    height: 101px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
}
.eval-item-box .media-itm:nth-of-type(3n){
     margin-right: 0;
}
.eval-item-box .media-itm img{
    width: 100%;
    min-height: 101px;
    vertical-align: middle;
}
.eval-item-box .media-itm video{
    width: 100%;
    height: 100%;
}
.eval-item-box .play-opacity{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) url("../images/video-play-pc.png") no-repeat center center;
    background-size: 40px 40px;
    z-index: 8;
}
.ski-eval-lang{
    position: relative;
    top: -2px;
    width: 16px;
    height: 20px;
    vertical-align: middle;
}
.loading-all{
    display: none;
    padding: 20px 15px;
    color: #999;
    font-size: 14px;
    text-align: center;
}
.points-row{
    display: flex;
    margin: 5px 0;
}
.stars-inner {
    position: relative;
    font-size: 0;
}
.points-row .stars img {
    width: 17px;
    height: 17px;
    margin-right: 5px;
    margin-left: 0;
    vertical-align: middle;
}
.stars img:last-child{
    margin-right: 0;
}
.stars-green{
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    white-space: nowrap;
    z-index: 2;
}

/** 我的收藏样式 */
.collect-ul{
    padding-left: 15px;
    background: #fff;
}
.collect-ul li{
    padding: 15px 15px 15px 0;
}
.collect-inner{
    display: flex;
}
.img-wrp{
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 4px;
}
.img-wrp img{
    width: 100%;
    min-height: 120px;
}
.content-wrp{
    position: relative;
    flex: 1;
    padding-left: 10px;
}
.content-wrp h2{
    color: #323232;
    font-size: 17px;
    font-weight: normal;
}
.content-wrp .score-box{
    display: inline-block;
    padding: 0 5px;
    height: 17px;
    line-height: 17px;
    color: #fff;
    font-size: 14px;
    background: #09BB07;
    border-radius: 2px;
}
.content-wrp .score-records{
    margin-left: 5px;
    color: #808080;
    font-size: 14px;
}
.col-price-wrp{
    position: absolute;
    bottom: 0;
    right: 0;
}
.col-price-wrp .price-box{
    color: #ED3148;
    font-size: 22px;
    font-weight: bold;
}
.col-price-wrp .price-box > small{
    font-size: 14px;
}
.col-price-wrp strong{
    color: #323232;
}
.none-collect{
    display: none;
    width: 100%;
    padding-top: 250px;
    color: #909090;
    text-align: center;
    background: url("../images/none-collection@2x.png") no-repeat center 86px;
    background-size: 110px 113px;
}