/*分页*/
.page{
	height: 48px;
	position: relative;
	background-color: #fff;
	line-height: 48px;
    display: none;
}
.page-wrap{
    width: 500px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
}
.page-container{
	display: inline-block;
    margin:0 8px;
    vertical-align: middle;
    margin-bottom: 3px;
}
.page-list{
    display: inline-block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: rgba(0,0,0,0.6);
	text-align: center;
	line-height: 36px;
	cursor: pointer;
}
.page-list:hover{
	color: rgba(0,0,0,0.6);
	background-color: rgb(217,221,225);
}
.page-start,.page-last,.page-next,.page-end{
    display: inline-block;
	cursor: pointer;
    font-size: 14px;
    height: 48px;
    width: 50px;
}
.page-start.on,.page-last.on,.page-next.on,.page-end.on{
    color: rgba(0,0,0,0.6);
    cursor: auto;
}
.page-list.on{
	background-color: rgb(77,85,93);
	color: #fff;
}


/*轮播图*/
#turnsPic-wrap{
    overflow: hidden;
    height:406px;
    width:100vw;
    position: relative;	
}
#turnsPic{	
    width:600vw;
    height: 100%;
    position: absolute;
}
#turnsPic li{
    float: left;
    height: 100%;
}
#turnsPic img{
    width:100vw;
    height: 100%;
}
.pic-left,.pic-right{
    position: absolute;
    display: inline-block;
    width: 200px;
    height: 100%;
    font-size: 50px;
    text-align: center;
    line-height: 406px;
    color: #fff;
}
.pic-left{
    left:0;
    cursor: pointer;
}
.pic-right{
    right:0;
    cursor: pointer;
}
/*搜索*/
#search-wrap{       
    width: 200px;
    height: 30px;
    right: 200px;
    line-height:30px;
    background-color: rgb(30,40,49);
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 4px;
    padding-left: 12px;
    z-index: 1;
}
#search-wrap.on{
	border-color: #ff9d00;
	box-shadow: 0 0 3px rgba(255,157,0,.5);
	background-color: #fff;
}
#search-input{
    height:28px;
    width: 150px;
    border: none;
    outline: none;
    font-size: 12px;
    position: absolute;
    top: 0;
    letter-spacing: 1px;
    background-color:inherit;
}
#search-input.on{
	background-color: #fff;
}
#search-btn{
	display: inline-block;
	cursor: pointer;
	width: 24px;
	height: 24px;
	float: right;
	background:  url(/page/pc/images/search-index.png) center/18px 18px no-repeat  ;
	margin:2px 2px 0 0;
}
#search-recommend{
    position: absolute;
    left: 0;
    top:46px; 
    background-color: rgb(27,31,35);
    width:120%;
 
}
.search-item{
    font-size: 15px;
    padding-left:10px;
    height: 32px;
    line-height: 32px;
    color: #fff;

}
.search-item:hover{
	color: rgb(27,31,35);
	background-color: rgb(255,235,211);
}

/*评论*/
    #comment-wrap{
       width: 100%;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }   
    .comment-cotent{
        width: 100%;
        height: 50px;
        /*height: 151px;*/
        border:1px solid #ccc;
    }
    .comment-second-ul{
        border: 1px solid #ccc;
        margin-left: 62px;
        padding-top: 20px;
        padding-right: 30px;
        padding-left: 30px;
        background-color: rgb(248,248,248);
        margin-bottom: 20px;
        margin-right: 30px;
    }
    .comment-first-replay{
        color: rgb(96,153,219);
        cursor: pointer;
        margin-left: 10px;
    }
    .comment-second-ul li{
        font-size:14px;
        color:rgb(100,100,100);
        margin-bottom:14px;
        padding-bottom: 20px;
    }
    .first-comentList>li{
        padding-bottom: 15px;
        background-color: #eee;
        padding-left: 14px;
        padding-top: 14px;
        margin-top: 20px;
    }
    .comment-head-img{
        vertical-align: middle;width: 40px;height: 40px;border-radius: 50%;margin-right: 14px;
    }
    .second-textarea{
        margin-right: 60px; 
        width: 100%;
        height: 140px;
        margin-top: 20px;
        outline: none;
        padding-left: 16px;
    }
    .secondReply-content{
        padding-right: 30px;
    }
    .second-reply{
        display: inline-block;
        height: 32px;
        width: 90px;
        color: #fff;
        font-size: 16px;
        background-color: rgb(255,153,51);
        line-height: 32px;
        text-align: center;
        border-radius: 4px;
        position: absolute;
        right: 40px;
        top: 135px;
        cursor: pointer;
    }
    textarea{
        padding-top: 10px;
    }
/*遮罩层*/
/*遮罩层样式*/
.mask-content{
     width: 500px;
     height: 160px;
}
.confirm-content{
    color: #555;
    height: 94px;
    line-height: 94px;
    font-size: 18px;
    border-bottom: 1px solid #D1D1D1;
}
.confirm-check{
    height: 66px;
    line-height: 82px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.confirm-check span{
    width: 49%;
    display:inline-block;
    text-align: center;
    color:#d4361d ;
    font-size: 18px;
    cursor: pointer;
}
.confirm-no{
    border-right: 1px solid #D1D1D1;
}