/*在线调查-列表页*/
.hd_zxdc  li {
    padding: 25px 0;
    border-bottom: 1px #e5e5e5 solid;
    overflow: hidden;
}
.text {
    float: left;
    width: 75%;
    margin: 0 2.5%;
}
.text h4 {
    margin-bottom: 10px;
    font-weight: 500;
}
.state {
    float: left;
    padding: 5px 13px;
    color: #fff;
    text-align: center;
    background-color:#d40001;
}
.end {
    background-color: #c3c3c3;
}

.btn{
    display: block;
    float: right;
}
.btn a{
    display: inline-block;
    color: #fff;
    padding: 5px 25px;
    border-radius: 5px;
    background-color: #d40001;
    margin-top: 5px;
}
/*在线调查-列表页*/
/*问卷调查-说明*/
.explain{
	height:30px;
	padding-left:5px;
	background-color:#337abb;
	padding-top: 3px;
	}
.explaincontent{

    font-family: 宋体;
    text-indent: 2em;
    font-size: 12pt;
	padding-top: 4px;
	margin-bottom: 8px;
	border: 1px solid #96c2f1;
    background:  repeat;
	}

/*在线调查-问答页*/
.hd_survey_title {
    border-bottom: 1px dashed #d9d9d9;
    padding-bottom: 20px;
 
}
.hd_survey_title h1 {
    font-size: 30px;
    text-align: center;
    line-height: 42px;
    padding: 30px 0 20px 0;
    color: #5a5a5a;
    margin-top: 20px;
}
.hd_survey_time {
    margin-top: 12px;
    color: #a1a1a1;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
}
.hd_survey_time span {
    margin-right: 20px;
}
.hd_form {
    margin: 25px 0;
    overflow: auto;
	padding: 0 20px;
}
.hd_form div h5 {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: normal;
    text-indent: 10px;
    padding: 30px 0 20px;

}
.hd_form div h5 span {
    color: red;
}
.hd_form div p {
    overflow: hidden;
    padding: 8px 0;
}
.hd_form div p>input {
    display: block;
    float: left;
    width: 13px;
    height: 13px;
    margin: 5px 0 0 20px;
}
.hd_form div p label {
    display: block;
    float: left;
    font-size: 16px;
    color: #828282;
    margin-left: 10px;
}
.hd_forms div p label {
    width: 50%;
}
.hd_form div p label input{
    margin-left: 10px;
}
.hd_form div p label img{
    height: 103px;
    margin-left: 10px;
}
.hd_yzm {
    text-align: center;
    margin-top: 8px;
}
.hd_yzm p {
    display: inline-block;
}
.hd_yzm input {
    display: inline-block;
    width: 90px;
    height: 30px;
    margin-right: 20px;
    padding: 0 8px;
}
.hd_yzm div {
    display: inline-block;
    width: 100px;
    height: 30px;
   	vertical-align: middle;
}
.hd_btn {
    text-align: center;
    margin: 50px 20px 0;
    display:inline-block;

}
.hd_btn input {
    width: 120px;
    height: 34px;
    line-height: 32px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    outline: none;
    border: 0;
    background-color: #d40001;
    cursor: pointer;
}
.hd_btn2 {
    text-align: center;
    margin: 50px 20px 0;
    display:inline-block;
}
.hd_btn2 input {
    width: 120px;
    height: 34px;
    line-height: 32px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    outline: none;
    border: 0;
    background-color: #d40001;
   	cursor: pointer;
}
.hd_form div p textarea{
    width: 40%;
    height: 100px;
    outline: none;
    resize: none;
    margin-left: 20px;
}
/*在线调查-问答页*/

/*在线调查-结果页*/
.hd_form div p span{
    display: block;
    float: left;
    width: 30%;
    height: 10px;
    background-color: #ccc;
    margin-top: 6px;
}
.hd_form div p span i{
    display: block;
    width: 0%;
    height: 100%;
    background-color: #d40001;
    transition: all 0.4s linear;
}
.hd_form div p b{
    float: left;
    margin: 1px 0 0 10px;
    font-weight: normal;
}
/*在线调查-结果页*/

@media screen and (max-width: 768px) {
    /*在线调查-列表页*/
    .hd_zxdc  li {
        padding: 20px 0;
    }
    .btn{
        width: 100%;
        text-align: center;
    }
    /*在线调查-问答页*/
    .hd_survey_time span {
        display: block;
        margin: 0 auto;
    }
    .hd_yzm,
    .hd_btn {
        width: 100%;
    }
    .hd_yzm p {
        display: block;
    }
    .hd_yzm input {
        width: 40%;
        margin-right: 5px;
    }
    .hd_btn input {
        margin-top: 30px;
        margin-left: 8%;
    }
    .hd_form p {
        float: none;
    }
    .hd_form div p>input {
        margin: 5px 0 0 9px;
    }
    .hd_forms div p label {
        width: 80%;
    }
    .hd_form div p span {
        width: 50%;
        margin-left: 10px;
    }
}