/**
 * Created by Administrator on 15-1-28.
 */
/*调查问卷的其他输入框样式*/
.underline {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    background-color: transparent !important;
    border-color: -moz-use-text-color -moz-use-text-color #7f9db9 !important;
    border-image: none !important;
    border-style: none none solid !important;
    border-width: 0 0 1px !important;
    padding-bottom: 0 !important;
    box-shadow: none !important;
    width: 120px;
    margin-left: -15px;
    cursor: pointer;
}
.control-group.selected{
    background-color: #edfafe;
}
.question-div{
    padding: 0 5px;
    border-radius: 4px !important;
    border: 1px solid transparent;
}
.question-error{
    border: 1px solid red;
    background-color: #fff7fa;
}
.tips{
    display: none;
    border: 1px solid #bce8f1;
    margin-top: 10px;
    border-radius: 4px !important;
    color: #0088cc;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 10px 10px 10px 50px;
}
/*表单错误提示*/
.tips.error{
    background: url("../images/error.png") no-repeat scroll 10px 20px #fff7fa;
    border-color: #fff7fa;
    color: #cd4a48;
}
.tips.success {
    background: url("../images/ok.png") no-repeat scroll 10px 20px #d9edf7;
}
/*倒计时*/
.detail-info.countdown{
    display: none;
    text-align: center;
    color: #cd4a48;
    border: 1px solid #bce8f1;
    margin-top: 10px;
    border-radius: 4px !important;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 10px;
    background: #edfafe;
}
#stop{
    display: none;
    position: absolute;
    top: 160px;
    right: -10px;
    width: 200px;
    height: 20px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.survey-remark{
    padding-left: 6px;
    line-height: 22px;
    padding: 5px;
    border-radius: 4px !important;
    border: 1px solid #28b779;
    background-color: #edfafe;
}
#formdivs .form-tips,#formdiv .form-tipss{
	margin-top:10px;
	color:green;
}
#formdivs .error,#formdiv .error{
	color:#b94a48;
}
/*网站公告*/
/* .modal-notice{border-radius:0;padding:10px;top:30%;left:50%;min-width:800px;margin-left:-400px;}
.modal-notice p{line-height:26px;}
.modal-notice .close-btn{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    padding: 0;
	color: #000;
    float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 #fff;
}
@media (max-width: 979px) {
    .modal-notice h1{ font-size: 20px;}
	.modal-notice{
		top:15%;
		min-width: unset;
		width: 80% !important;
		margin-left: -42% !important;
	}
}
@media (max-width: 640px) {
    .modal-notice h1{ font-size: 20px;}
	.modal-notice{
		top:12%;
		min-width: unset;
		width: 90% !important;
		margin-left: -47% !important;
	}
} */
.modal-notice{margin:0!important;border-radius:0;padding:10px;top:15%;left:24%;width:50%;}
.modal-notice p{line-height:26px;}
.modal-notice .close-btn{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    padding: 0;
	color: #000;
    float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 #fff;
}
@media (max-width: 1366px) {
    .modal-notice h1{ font-size: 20px;}
	.modal-notice{
		top:12%;
		width: 68%;
		left: 15%;
	}
}
@media (max-width: 1000px) {
	.modal-notice{
		top:10%;
		width: 80%;
		left: 8%;
	}
}
@media (max-width: 640px) {
	.modal-notice{
		top:3%;
		width: 88%;
		left: 4%;
	}
}
@media (max-width: 350px) {
	.modal-notice{
		top:2%;
		width: 88%;
		left: 2%;
	}
}
.news-hr{
	margin:20px 0;
}
.modal-screen {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
}
.modal-screen.active {
    display: block;
    opacity: 1;
    z-index: 9999;
}
.btn-search,.btn-back{
	padding:5px 12px;
}
.table-center th,.table-center td{
	text-align:center;
	vertical-align:middle;
}
.table-center td.unset{
	text-align:unset;
	vertical-align:unset;
}
.myicon-qq{width: 15px;height: 15px;background: url("../images/myicon-qq.png") no-repeat 0 0;display: inline-block; position:relative; top:1px;}