@charset "utf-8";


body{
	background: #f6f6f6;
}
.feedback_wrap{
	width:680px;
	margin:0 auto;
	background-color: #fff;
}
.feedback_div{
	/*border-bottom:  1px solid #CCCCCC;*/
	padding-bottom: 20px;
	padding-top: 20px;
	width: 584px;
    margin: 0 auto;
}
.feedback_div_end{
	border-bottom:none;
}
.feedback-p{
	color: #333;
	font-size: 14px;
	padding-bottom: 12px;
}
.feedback_bg{
	width: 100%;
	height:126px;
	background: url(../images/feedback_bg.png) repeat center center;
}
.feedback_bg-h3{
	font-size: 18px;
	padding: 36px 0 16px 40px;
	color: #fff;
}
.feedback_bg-p{
	padding: 0px 0 0px 40px;
	color: #fff;
}
.feedback_div_ul{
	height: 86px;
}
.feedback_ipt_div{
	width: 584px;
	height:28px;
	background: #FFFFFF;
	border: 1px solid #D7D7D7;
	border-radius: 2px;
	border-radius: 2px;
}
.feedback-input{
	display: inline-block;
	width: 576px;
	height:28px;
	padding:0 4px 0 4px ;
}
.feedback_div_area{
	width: 574px;
	height:128px;
	padding:4px;
}
.feedback_div_area_wrap{
	width: 584px;
	border: 1px solid #D7D7D7;
}
.feedback_submit{
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
.feedback-submit-btn{
	width:200px;
	height:40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background: #4A90E2;
	border-radius: 9px;
	border-radius: 9px;
	font-size: 14px;
}
.feedback_div_span{
	position: relative;
	height: 18px;
    margin-bottom: 10px;
}
.feedback_div_span_img{
	position:absolute;
	width:16px;
	height:16px;
	left: 4px;
    top: 2px;
}
.feedback_div_img{
	cursor: pointer;
	width:16px;
	height:16px;
	position: absolute;
}
.feedback_div_text{
	position:absolute;
	left: 30px;
    top: 2px;
}
.feedback_div_text_other{
	position: absolute;
	width:517px;
	height:24px;
	left: 61px;
    top: -3px;
}
.feedback_div_text_ipt{
	padding:0 4px 0 4px;
	width:509px;
	height:24px;
	border: 1px solid #D7D7D7;
	border-radius: 2px;
	border-radius: 2px;
}
.feedback_div_img2{
	/*z-index: -1;*/
	/*visibility: hidden;*/
	display: none;
}
.feedback_div_text_other{
	display: none;
}
.red{
	color:red;
}
.feedbackimg-li{
	position: relative;
}
.feedbackimg-li .addimg,.upimg,.imgshow{
	display: inline-block;
	width:64px;
	height:64px;
}
.imgshow{
	top: 0px;
    position: absolute;
    z-index: 10;
    left: 0px;
}
.upimg{
	background: url(../../pc/images/addimg.png) repeat center center;
	background-size: 100%;
}
.deletePic{
	position: absolute;
	bottom:0px;
	right: 0px;
	width: 22px;
    height: 22px;
    cursor: pointer;
    z-index: 10;
    display: none;
    background: url(../../pc/images/deletePic.png) repeat center center;
    background-size: 100%;
}
.f-fl {
    float: left;
    display: inline;
}
.f-clearfix:before, .f-clearfix:after {
    content: '';
    display: table;
}
.f-clearfix:after {
    clear: both;
}
.feedbackimg-li{
	margin-right: 10px;
}
.feedbackimg-p{
	padding-top:12px;
	font-size: 14px;
	color: #CCCCCC;
}
.result_wrap{
	width: 200px;
    margin: 60px auto;
}
.result_wrap_img{
	margin-top: 17px;
	width: 32px;
    height: 32px;
    margin-left: 20px;
}
.result_wrap_span{
	font-size: 18px;
	color: #444444;
	margin: 22px;
}
.reminder{
	font-size: 14px;
	color: #666666;
	text-align: center;
	padding-bottom: 89px;
}
.re_feedback{
	cursor: pointer;
	font-size: 14px;
	color: #4A90E2;
	text-align: center;
	display: inherit;
}
.re_feedback:hover{
	color: #4A90E2;
}

/*******弹窗提示*************/
.t-layer-rpcMsg{
	background-color:#fff;
}
.t-layer-rpcMsg .ui-layer-title{
	background-color: #fff;
	padding: 0px 0px;
	height: 8px;
	
}
.t-layer-rpcMsg .ui-layer-body{
	height: auto !important;
}
.t-layer-rpcMsg .ui-layer-cancel,.t-layer-rpcMsg .ui-layer-confirm{
	background-color: #4fa8eb;
	color: #fff;
	border-color: #4fa8eb;
	line-height:28px;
	height:28px;
	padding: 0px 10px;
}
.t-layer-rpcMsg .ui-layer-body .ui-layer-main>p{
	font-size: 15px;
	color: #000;
	padding: 20px 10px 10px 10px;
}
.warningfb{
	display: inline-block;
    width: 22px;
    height: 22px;
    padding-left: 9px;
}
.fbspan{
	padding: 3px 4px 0px 12px;
}