#box {
    height:550px;
    width:100%;
    overflow:hidden;
    position:relative;
    margin-bottom: 50px;
    display: inline-block;
}
.advs {
    display: inline-block;
    list-style:none;
    float:left;
    position:absolute;
    transition:left 1s;
}
.advs img{
    width:100%;
    height: 550px;
}
.advs li {
    float:left;
}
.icons {
    width:300px;
    position:absolute;
    left:65%;
    bottom:8px;
    text-align:center;
}
.icons > li {
    border-radius:50%;
    display:inline-block;
    /*���������ÿ�ߣ��ֱ�����м���ǩ�����ұ�ǩ֮��Ļ��л�ת���ɿո�*/
    width:15px;
    height:15px;
    background:white;
    margin:0 5px;
}
.icons > li.curr {
    background:#CF004A;
}
.clor_nav_box{
    padding-right: 0!important;
}
.clor_nav{
    width: 100%;
    display: inline-block;
    background: #F7F8FA;
}
.clor_nav_title{
    width: 100%;
    text-align: center;
    line-height: 50px;
    color: black;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    border-bottom: 1px solid #D2D2D2;.
}
.clor_nav ul li{
	width: 100%;
    display: inline-block;
    padding: 25px 5px 20px 15px;
    border-bottom: 1px solid #D2D2D2;
}
.head_pic{
    width: 85px;
    height: 85px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    padding: 3px;
    text-align: center;
    border: 3px solid white;
}
.head_pic img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid white;
}
.namefor{
    margin-left: 5px;
    display: inline-block;
}
.namefor p{
	color: #888888;
    font-size: 12px;
}
.name{
    color: #333333!important;
    font-size: 18px!important;
    letter-spacing: 2px;
}
.direct{
    padding: 3px 5px 3px 5px ;
    color: white;
    text-align: center;
    background: #C90046;
    margin-top: 5px;
}
.put_title_p{
    width: 100%;
    line-height: 50px;
    color: black;
    font-size: 16px;
    text-indent: 1em;
    background: #F7F8FA;
    border-bottom: 1px solid #D2D2D2;.
}
.put_con_title{
    color: black;
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
}
.put_con_title span{
    width: 12px;
    height: 12px;
    margin-right: 5px;
    display: inline-block;
    background: #C90046;
}
.puttext{
	 padding-left: 5px!important;
}
.puttext_content{
    width: 100%;
    background: #F7F8FA;
    display: inline-block;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
}
.put_con_title_p{
    color: #A2A2A4;
    text-align: right;
}
.report{
    color: #A2A2A4;
    cursor: pointer;
    margin-left: 10px;
}
.describe{
    text-indent: 2em;
    text-align: justify;
    margin-top: 30px;
    margin-bottom: 30px;
}
.allAnswer_title{
    color: #000;
    font-size: 16px;
    line-height: 30px;
    text-indent: 0.5em;
    border-top: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
}
.allAnswer li{
    width: 100%;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 15px;
    display: inline-block;
    border-bottom: 1px solid #D2D2D2;
}
.answer_person{
    width: 100%;
    display: inline-block;
    line-height: 60px;
}
.header{
    width: 60px;
    height: 60px;
    margin-right: 10px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
}
.createTimeBox{
	margin-top: 15px;
}
.puttext_time{
    color: #A2A2A4;
    font-size: 12px;
}
.answerText{
    width: 100%;
    margin: 10px 0;
    display: inline-block;
    background: #F8F6F7;
    padding:10px 15px ;
}
.Endnote{
    color: #A2A2A4;
    width: 100%;
    display: inline-block;
}
.Endnote span span{
	color: #A2A2A4;
    cursor: pointer;
}
.line{
    width: 1px;
    height: 12px;
    display: inline-block;
    margin: 0 5px;
    border-right: 1px solid #D2D2D2;
}
.viewpoint{
    width: 100%;
    margin-top: 20px;
    display: inline-block;
}
.viewpoint textarea{
    width: 100%;
    border: 1px solid #D2D2D2;
    background: white;
}
.Endnote{
    width: 100%;
    margin-top: 10px;
    display:inline-block;
}
.choiceBox.anony{
    border: none;
    background: url(../../images/choose_bg.png) no-repeat center #C90046;
}
.choiceBox{
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 2px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}
.submit_viewpoint{
    text-align: center;
    color: white;
    border-radius: 3px 3px;
    padding: 5px 15px 5px 15px ;
    background: #C90046;
}
.Reportlay{
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top:0px;
    z-index: 99;
    background: rgba(0,0,0,0.8);
}
.ReportBox{
    width: 350px;
    height: 320px;
    z-index: 99;
    left:calc(100%/2 - 350px/2);
    cursor: pointer;
    top:calc(100%/2 - 320px/2);
    text-align: center;
    border-radius: 10px 10px;
    padding:0 20px 10px 20px ;
    position: absolute;
    display: inline-block;
    background: white;
}
.success{
    color: white;
    font-size: 18px;
    z-index: 999;
    left:46%;
    cursor: pointer;
    top:50%;
    display: none;
    position: absolute;
}
.success i{
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius:50%;
    position: relative;
    top: 1px;
    margin-right: 8px;
    border: none;
    background: url(../../images/choose_bg.png) no-repeat center #8CD52E;
}
.ReportBox h3{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 50px;
    border-bottom: 1px solid #969696;
    margin: 0 auto;
}
.ReportBox ul li{
    width: 100%;
    font-size: 16px;
    padding: 0 15px 0 15px;
    display: inline-block;
    line-height: 35px;
    border-radius: 5px 5px;
    background: #eeeeee;
    margin-top: 10px;
}
.ReportBox ul{
    width: 90%;
    margin: 0 auto;
}
.choiceico{
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius:50%;
    position: relative;
    top: 10px;
}
.choiceico.anony{
    border: none;
    background: url(../../images/choose_bg.png) no-repeat center #C90046;
}
.rportsbt{
    color: white;
    width: 90%;
    margin: 0 auto;
    border-radius: 5px 5px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    margin-top: 20px;
    background: #CF004A;
}
.closereport{
    position: absolute;
    top:10px;
    right:10px;
    z-index: 999;
    cursor: pointer;
}
.huifunode{
    position: relative;
}
.getup,.send{
    color: #A2A2A4;
    margin-right: 10px;
    cursor: pointer;
    display: inline-block;
}
.rewrite{
    position: absolute;
    display: none;
}
.anonymousBox{
    position: relative;
}
.forbid{
    background:#EBEBEB;
    width: 230px;
    text-align: center;
    position: absolute;
    z-index: 2;
    top:-35px;
    overflow: hidden;
    right:2px;
    line-height: 30px;
    cursor: pointer;
    display: none;
    border: 1px solid #CF004A;
}
@media screen and (max-width: 760px) {
	#box{
		height:400px;
	}
	.magin_bottom .col-xs-2{
		width:0%;
		display:none;
	}
	.magin_bottom .col-xs-8{
		width:100%;
	}
	.allAnswer_title{
		line-height:50px;
	}
	.choiceBox{
		width:25px;
		height:25px;
		border: 2px solid #ccc;
	}
	.put_con_title span{
		position:relative;
		top:-6px;
	}
	.put_title_p .nav_local{
		width:20px;
		height:25px;
	} 
	.answerText{
		text-align:justify;
	}
	.ReportBox{
		width:400px;
		height:355px;	
	}
	.ReportBox ul li{
		line-height:45px;
	}
	.rportsbt{
		line-height:50px;
	}
	.choiceico {
	    width: 20px;
	    height: 20px;
	    border: 2px solid #ccc;
    }
}
@media (min-width:375px) and (max-width:640px){
	.put_con_title span{
		top:-3px;
	}	
}
/* 新增回复内容区域 */
.replay_box{
	width: 100%;
    display: inline-block;
    background: #F8F6F7;
    padding: 10px 15px;
    font-size:12px;
}
.replay_box .replay_name{
	color:#C90046;
}
.replay_box .date{
	color:#999;
	margin-left:20px;
}