.questionnaire{
    position: relative;
   
}
.questionnaire .cap-box{
    font-weight: bold;
    width: 6.86rem;
    margin: 0 0.32rem;
    margin-top: 0.24rem;
    height: 0.8rem;
    background-image: linear-gradient(0deg, 
		#d8c3a3 50%, 
		#e0d4c4 100%), 
	linear-gradient(
		#d4bc98, 
		#d4bc98);
    border-radius: 0.08rem;
    line-height: 0.8rem;
    text-align: center;
    color: #333;
    font-size: 0.32rem;
    
}
.questionnaire .content-wrap{
    /* position: absolute;
    width: 100vh;
    top: 20%;
    background-color: transparent; */
    padding: 0 0.32rem;
    padding-bottom: 1.62rem;
    box-shadow: 0px -6px 20px 0px
    rgba(171, 171, 171, 0.36);
}

.questionnaire .content-wrap .nav-box{
    height: 1.02rem;
    width: 100%;
    background: url('https://scms.jindingaus.com/jdfangchan_wap_static/assets/image/pg_navbg.png');
    background-size: 100% 100%;
    background-color: #d4bc98;
    border-bottom: 0.01rem #e9e9e9 solid;
}
.questionnaire .content-wrap .nav-box .nav-item{
    position: relative;
    font-size: 0.3rem;
}
.questionnaire .content-wrap .nav-box .nav-item.curr::after{
    position: absolute;
    content: '';
    width: 0.42rem;
    height: 0.04rem;
    background: #d4bc98;
    top: 0.68rem;
    right: 0.4rem;
}
.questionnaire .content-wrap .nav-box .nav-item:first-of-type{
    margin-right: 1.3rem;
}
.questionnaire .content-wrap .nav-box .nav-item a{
    color: #333333;
}
.questionnaire .content-wrap .tips-box{
    padding-top: 0.38rem;
    margin-bottom: 0.48rem;
}
.questionnaire .content-wrap .tips-box .tip-title{
    text-align: center;
    font-size: 0.32rem;
	font-weight: bold;
	color: #333333;
}
.questionnaire .content-wrap .tips-box .tip-content p{
    margin-top: 0.30rem;
    color: 0.26rem;
    color: #333;
    line-height: 1.5;
} 
.questionnaire .content-wrap  .form.form-top{
    margin-top: 0.24rem;
}
.questionnaire .content-wrap  .form .input-item{
    margin-bottom: 0.64rem;
}
.questionnaire .content-wrap  .form .input-item .label{
    font-size: 0.30rem;
	font-weight: bold;
	color: #333333;
     
}
.questionnaire .content-wrap  .form .input-item  .require::after{
    content: '*';
    font-size: 0.30rem;
	font-weight: normal;
	color: #c51917;
}
.questionnaire .content-wrap  .form .input-item .label-tip{
    font-size: 0.3rem;
    color: #999;
    display: inline-block;
    padding-left: 0.3rem;
    margin-top: 0.22rem;
}
.questionnaire .content-wrap  .form .input-item  .input-box{
    margin-top: 0.32rem;
}
.questionnaire .content-wrap  .form .input-item  input[type=text]{
    height: 0.8rem;
	background-color: #ffffff;
	border-radius: 0.08rem;
	border: solid 1px #e9e9e9;
    width: 100%;
    padding-left: 0.32rem;
    font-size: 0.28rem;
    box-sizing: border-box;
}


.questionnaire .radio-box .radio {
    position: relative;
    display: inline-block;
    font-weight: 400;
    color: #0c4757;
    padding-left: 0.46rem;
    cursor: pointer;
    height: 0.38rem;
    color: #666;
    font-size: 0.28rem;
    margin-top: 0.33rem;
}
.questionnaire .radio-box .radio.width-50{
    width: 50%;
    box-sizing: border-box;
}
.questionnaire .radio-box .radio.width-100{
    width: 100%;
    box-sizing: border-box;
}


.questionnaire .radio-box .radio input {
    position: absolute;
    left: -9999px;
}

.questionnaire .radio-box .radio i {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 0.28rem;
    height: 0.28rem;
    outline: 0;
    border: 1px solid #e4e4e4;
    background: #ffffff;
    border-radius: 50%;
    transition: border-color .3s;
    -webkit-transition: border-color .3s;
}
 .questionnaire .radio-box .radio input[checked="checked"]+i {
    border-color: #d5be9a;
}

.questionnaire .radio-box .radio input+i:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 50%;
    background-color: #d5be9a;
    opacity: 0;
    transition: opacity .1s;
    -webkit-transition: opacity .1s;
}

.questionnaire .radio-box .radio input:checked+i:after {
    opacity: 1;
}
.checkbox-box .checkbox{
  
    display: block;
    font-weight: 400;
    color: #0c4757;
    
    cursor: pointer;
    height: 0.38rem;
    color: #666;
    font-size: 0.28rem;
    margin-top: 0.33rem;
}
.checkbox-box .checkbox.width-50{
    width: 50%;
    box-sizing: border-box;
}
.checkbox-box .checkbox input[type=checkbox]{
    cursor: pointer;
    position: relative;
    width: 0.28rem;
    height: 0.28rem;
    font-size: 0.16rem;
    margin-right: 0.16rem;
    top: 50%;
    transform: translateY(-50%);
}
input[type=checkbox]::after{
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    /* background-color: #ff670c; */
    color: #fff;
    width: 0.28rem;
    height: 0.3rem;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 1px
}       
input[type=checkbox]:checked::after{
    background-color: #d4bc98;
    border-color: #d4bc98;
    content: "✓";
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.12rem;
    font-weight: bold;
}
.questionnaire .form-btn{
    width: 100%;
	height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.30rem;
	font-weight: bold;
	font-stretch: normal;
	color: #ffffff;
	background: #d4bc98;
	background-blend-mode: normal, 
		normal;
	border-radius: 0.08rem;
    text-align: center;
   
}