
/*photocommnet*/

.row--choose-box{
    width: 100%;
    padding-top: 50px;
}

.row--choose-wrap{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.tcp{
    width: 100%;
    height: 100px;
    padding: 20px 0 20px 40px;
    line-height: 60px;
    background-color: #f7f9fa;
    color: #666464;
}

.tcp--total{
    position: relative;
    width: 379px;
    height: 60px;
}

.tcp--num-box {
    float: left;
}

.tcp--total-num{
    font-size: 36px;
    line-height: 46px;
    color: #666;
}

.tcs--wrapper {
    float: left;
    position: relative;
    margin: 18px 8px 0;
    width: 100px;
    height: 25px;
}

.tcs--start-bg {
    position: absolute;
    background-color: #c5ccc5;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
}

.tcs--start-fg {
    position: absolute;
    background-color: #ff7385;
    height: 100%;
    left: 0;
    z-index: 2;
}

.tcs--start-mask{
    width: 100%;
    height: 100%;
    position: absolute;
    background: url('../../img/photo/star-comment.png') no-repeat;
    background-size: 100px 25px;
    -webkit-background-size: 100px 25px;
    left: 0;
    z-index: 3;
}

.tcp--total-user{
    font-size: 14px;
    display: inline-block;
}

.tcp--total{
    float: left;
}

.tcp--block-line{
    position: absolute;
    top: 50%;
    right: 0;
    height: 60px;
    margin-top: -30px;
    border-right: 2px solid #e6e6e6;
}

.tcp--list{
    float: left;
    width: 338px;
    padding-left: 30px;
    line-height: 20px;
    font-size: 12px;
    color: #999696;
}

.tcp--item-bar {
    position: relative;
    height: 4px;
    width: 165px;
    margin-left: 15px;
    display: inline-block;
}

.tcp--bar-bg {
    position: absolute;
    width: 100%;
    height: 4px;
    top: -2px;
    left: 0;
    z-index: 1;
    background-color: #e1e1e1;
    border-radius: 3px;
}

.tcp--bar-fg {
    position: absolute;
    height: 4px;
    border-radius: 3px;
    top: -2px;
    left: 0;
    z-index: 2;
    background-color: #ff7385;
}

.comment_detail_content .tcp{
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.tcl{
    width: 100%;
    min-height: 300px;
}

.comment_page.tcl{
    background: #f7f9fa;
}

.comment_page .tci{
    margin: 0;
    padding: 25px;
}

.comment_page .tci--cr {
    width: 790px;
}

.tcl .no_comment{
    padding: 25px;
}

.tcl .load--more{
    width: 100%;
    height: 40px;
    margin: 5px 0;
    text-align: center;
    line-height: 40px;
    background-color: #F7F9FA;
    color: #666;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tcl .load--more:hover{
    background-color: #ececec;
}

.tci{
    overflow: hidden;
    margin: 40px 0 20px;
    min-height: 80px;
    /*display: none;*/
}

.tci--cl{
    float: left;
    width: 60px;
    height: 60px;
    padding-left: 15px;
    text-align: center;
}

.tci--cl-head{
    width: 100%;
    border-radius: 100%;
    margin: auto ;
}

.tci--cl-name{
    width: 100%;
    font-size: 12px;
    color: #666;
    line-height: 24px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}

.tci--cr{
    float: left;
    width: 710px;
    padding-left: 30px;
}

.tci--cr-1{
    overflow: hidden;
}

.tci--cr-1 .from_where {
    color: #999999;
}

.comment_time {
    cursor: pointer;
}

.comment_time span{
    font-size: 12px;
}

.tci--cr-des{
    float: left;
    font-size: 14px;
    color: #666464;
}

.tci--cr-up{
    float: right ;
    font-size: 14px;
    color: #999696;
    cursor: pointer;
}

.tci--cr-up .iconfont{
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(/img/praise.png) center no-repeat;
    background-size: contain;
}

.tci--cr-up.liked{
    color: #ff7385;
}

.tci--cr-up.liked span{
    color: #ff7385;
}

.tci--cr-up.liked .iconfont{
    background: url(/img/praised.png) center no-repeat;
    background-size: contain;
}

.tci--cr-2{
    float: none;
    width: 88px;
    height: 16px;
    margin: 5px 0 0;
}

.tci--cr-2 .tcs--start-mask{
    background: url(/img/photo/star-comment1.png) no-repeat;
    background-size: 88px 16px;
    -webkit-background-size: 88px 16px;
}

.tci--cr-3{
    padding: 18px 0;
    color: #999;
    line-height: 24px;
    font-size: 14px;
}
/*row3 img*/


.tci--crr3-img {
    display: block;
    margin: 0 5px 5px 0;
    float: left;
}

.tci--crr3-thumb {
    display: block;
    width: 100px;
    height: 100px;
}

#hotel_page_content_left .display_hotel_details .the_most_bottom {
    margin-right: 25px;
}