body{
    font-family: "微软雅黑",tahoma,arial,'Hiragino Sans GB',\5b8b\4f53,sans-serif;
}
*{
	box-sizing: border-box;
}
select{
	box-sizing: border-box;
	-webkit-appearance: menulist;
	border:none;
}
input{
	box-sizing: border-box;
	padding-left: .05rem;
	padding-right: .05rem;
}
input[disabled]{
    color: #000 !important;
    background-color: #d4d5d7 !important;
    border-color: #b7b7b7 !important;
}
.init{
    color: #757575;
}
section{
	padding-bottom: 0;
	margin-bottom: .1rem;
}
.marb-0{
	margin-bottom: 0;
}
.show{
	display: block !important;
}
.hide{
	display: none !important;
}
.note {
    font-size: .12rem;
    color: #ea4545;
}
.dateInputBox {
    position: relative;
}
.dateInputBox .dateIcon {
    content: '';
    position: absolute;
    right: 5px;
    top: 50%;
    z-index: 1;
    margin-top: -10px;
    display: inline-block;
    width: .2rem;
    height: .2rem;
    background: url(/static/images/desktop/top_cover/sprint.png) no-repeat;
    background-position: -25px -24px;
}
.dateInputBox input[disabled] {
    color: #9ea4a9;
    background: #d4d5d7;
    border-color: #b7b7b7;
}
.dateInputBox input[disabled] + .dateIcon {
    background-position: -96px -24px;
}
.moneyPanel {
    text-align: right;
    background: #fff;
}
.moneyInfo table {
	display: inline-table;
	color: #00305E;
	font-size: .14rem;
    text-align: right;
    font-weight: bold;
}
.yesOrNo {
    width: 128px;
    height: 30px;
    font-size: 0;
    text-align: center;
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.yesOrNo.disabled {
    color: #9ea4a9;
}
.yesOrNo .yes, .yesOrNo .no {
    font-size: .14rem;
    display: inline-block;
    vertical-align: middle;
}
.yesOrNo .yes i, .yesOrNo .no i {
    display: inline-block;
    vertical-align: text-bottom;
    width: .2rem;
    height: .2rem;
    background: url(/static/images/desktop/top_cover/sprint.png) no-repeat;
    background-position: -97px -168px;
}
.yesOrNo .yes{
	margin-right: .1rem;
}
.yesOrNo .yes.active i, .yesOrNo .no.active i {
    background-position: -26px -168px;
}
.yesOrNo.disabled .yes i, .yesOrNo.disabled .no i {
    background-position: -167px -167px;
}
.quote{
	width: 70%;
    outline: none;
    display: block;
    margin:.2rem auto .4rem;
    text-align: center;
    color: #fff;
    background: #002f5f;
    font-size: .18rem;
    line-height: .36rem;
    border: 1px solid #002f5f;
    border-radius: .02rem;
}
.quote.disabled {
    background-image: url(/static/images/mobile/hk_starr/loading.gif);
    background-repeat: no-repeat;
    background-position: 30% center;
    background-color: #e4e3e1;
    border: 1px solid #e4e3e1;
    color: #9e9e9d;
    cursor: not-allowed;
    text-indent: 30%;
}
.modify{
	padding: .06rem .18rem;
	color: #002f5f;
	border:1px solid;
	font-size: .16rem;
	text-align: center;
	border-radius: .04rem;
}
.sub-title {
	position: relative;
    display: flex;
    padding-left: .15rem;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    min-height: .5rem;
    border-top: 1px solid #dbd7d7;
    border-bottom:1px solid #dbd7d7;
}
.sub-title + .sub-title{
    border-top: none;
}
.sub-title-text {
    box-sizing: border-box;
    font-size: .18rem;
    padding: .12rem 0;
    font-weight: normal;
    align-self: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sub-title-line {
    display: inline-block;
    width: .02rem;
    height: .18rem;
    margin-right: .1rem;
    background: #00305e;
}
.sub-title .modify{
    position: absolute;
    right: .15rem;
}

.qBox{
	padding-left: .15rem;
	padding-right: .15rem;
}
.qIntro,.qItem{
	padding-top: .1rem;
	padding-bottom: .1rem;
}
.qIntro h4{
	margin-bottom: .05rem;
}
.qItem{
	border-top: 1px solid #e6e6e6;
}
.qItem p{
    display: -webkit-flex;
    display: -o-flex;
    display: -moz-flex;
    display: -ms-flex;
	display: flex;
}
.qUser{
	padding-top: .07rem;
	padding-left: .1rem;
	padding-right: .1rem;
}
.qUser input,
.qUserArea{
	width: .5rem;
	height: .25rem;
	border: 1px solid #9bbbdb;
    background-color: #c0d2e4;
    border-radius: .04rem;
}
.formLabel + input{
	margin-left: .05rem;
}
.yOn{
	display: flex;
	justify-content: space-between;
}
.y,.n{
	width: 48%;
	height: .33rem;
	border:1px solid #ccd9e6;
	background-color: #edf3f8;
	padding-left: .1rem;
	display: flex;
	align-items: center;
	border-radius: .04rem;
	box-shadow: -1px 1px 0 rgba(204,217,230,0.37);
}
.y.active,.n.active{
	color: #002f5f;
	border-color:inherit;
}
.y i,.n i{
	width: .15rem;
	height: .15rem;
	margin-right: .05rem;
	background: url(/static/images/mobile/top_cover/sprint.png) no-repeat;
	background-position: -55px -180px;
}
.y.active i,.n.active i{
	background-position: -20px -180px;
}
.hiddenBox{
	display: none;
	padding-top: .07rem;
    padding-left: .1rem;
    padding-right: .1rem;
}
.hiddenBox.active {
    display: block;
}
.qUserArea{
	box-sizing: border-box;
	width: 100%;
	height: .65rem;
	padding-left: .05rem;
	padding-right: .05rem;
}
.qItem .liul li {
    margin-left: .19rem;
    padding-left: 0;
    padding-right: 0;
    border-top: none;
    border-bottom: 1px dashed #ccd9e6;
}
.qItem .liul li .qUser,
.qItem .liul li .hiddenBox{
    padding-left: 0;
    padding-right: 0;
}
.upload{
	border-top: 1px solid #e6e6e6;
	padding: .15rem .25rem;
}
.uploadBtn{
	width: 100%;
	height: .38rem;
	display: inline-block;
	font-size: .14rem;
	font-weight: bold;
	background-color: #fff;
    color: #00305e;
    border: 1px solid #00305e;
    border-radius: 4px;
    margin-bottom: .05rem;
}
.uploadItems{
	margin-top: .1rem;
}
.uploadItem{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: .1rem;
	padding-right: .1rem;
	line-height: .36rem;
	font-weight: normal;
}
.uploadItem .imageName{
    display: inline-block;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.uploadItem + .uploadItem{
	margin-top: .05rem;
}
.uploadItem .close {
    display: inline-block;
    width: .2rem;
    height: .2rem;
    background: url(/static/images/desktop/top_cover/sprint.png) no-repeat;
    background-position: -25px -380px;
}
.questionnairePerson{
	border-bottom:.1rem solid #f4f4f4;
}