@charset "utf-8";
.usersurveyBox{
    background-color: #f4f4f4;
}
.survey{
    width: 100%;
    height: 446px;
}
.survey>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#usersurvey,#zhaopin{
    padding: 20px 55px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    top: -50px;
    z-index: 10;
    box-shadow: 0 8px 11px rgba(0, 0, 0, .15);
}
.usurvey-top{
    color: #666;
    border-bottom: 1px solid #ccc;
    padding-bottom: 18px;
}
.usurvey-top>p{
    margin-bottom: 5px;
}
.usurvey-top p:nth-child(2){
    line-height: 27px;
}
.usurvey-top .txtdent{
    text-indent: 2em;
}
em.topic i{
    color: var(--main-color);
    font-weight: normal;
}
.usurvey-con{
    color: var(--mainFontColor);
}
.mainInfo{
    margin-bottom: 30px;
}
.mainInfo ul li{
    margin-bottom: 7px;
}
.mainInfo ul li:not(:first-child){
    padding-left: 25px;
}
.mainInfo ul li input{
    width: 250px;
    height: 30px;
    background-color: #f4f4f4;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 0 7px;
    color: var(--mainFontColor);
    margin-left: 3px;
}
.mainInfo-tip{
    color: #999;
    padding-left: 58px;
}
.describelist,.mianP{
    padding: 0 25px;
}
.describelist li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 0;
    border-bottom: 1px solid #e7e7e7;
}
.describelist li:last-child{
    border-bottom: none;
}
.usurvey-item{
    margin-top: 35px;
}
.degree{
    text-align: right;
    margin-bottom: 5px;
}
.degree span:last-child{
    margin-right: 57px;
}
.degree span{
    margin-right: 21px;
}
.degree span:nth-child(3){
    margin-right: 32px;
}
.degree span:nth-child(2){
    margin-right: 41px;
}
.degree span:first-child{
    margin-right: 34px;
}
.radiolist input{
    margin-right: 58px;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    
}
.radiolist input,.mianP input,.mianP label{
    cursor: pointer;
}
.usurvey-item p:not(.degree){
    padding-top: 10px;
}
.desclistxt,.labelName,em.topic{
    font-weight: bold;
}
.usurvey-item textarea{
    resize: none;
    height: 150px;
    border: 1px solid #999;
    width: 100%;
    margin-top: 15px;
    box-sizing: border-box;
    padding: 15px 20px;
}
.mainInfo ul li input,
.usurvey-item textarea,#goquestion{
    outline: none;
}
.mainInfo ul li input,.mainInfo ul li em,.mainInfo ul li span{
    vertical-align: middle;
}
.myusurvey{
    text-align: center;
    margin: 50px 0 10px;
}
#goquestion{
    display: inline-block;
    cursor: pointer;
    width: 200px;
    height: 50px;
    border-radius: 10px;
    /* background-image: linear-gradient(90deg, #ffba00 0%, #ff5500 100%); */
	background-image: linear-gradient(to right,#fb3c34,#ff8a41);
    border: none;
    font-size: 20px;
    color: #fff;
}
.hopacity{
    visibility: hidden;
}

/* 招聘 */
.zhanpin-top table{
    width: 100%;
    border-collapse:separate; 
    border-spacing:0 7px;
}
.zhanpin-top table th{
    background-color: var(--main-color);
    color: #fff;
}
.zhanpin-top table td,.zhanpin-top table th{
    height: 40px;
    width: 25%;
    text-align: center;
}
.zhanpin-top table td{
    background-color: #fdf7f7;
}
.zhanpin-top>p{
    color: #666;
    margin: 17px 0 25px;
}
.zhaopin-con>h3{
    font-size: 20px;
    margin-bottom: 20px;
}
.zhaopin-ul li>h4{
    color: var(--main-color);
    margin-bottom: 11px;
}
.zhaopin-con>h3,.zhaopin-ul li>h5,.trmargin{
    color: var(--mainFontColor);
}
.zhaopin_miao{
    color: #666;
    line-height: 28px;
}
.zhaopin-ul li{
    margin-bottom: 15px;
}
.zhaopin_miao p:first-child{
    margin-bottom: 5px;
}
