/*申请试用模态框*/

	#resourceFeedback .publicModalContent,
	#userServiceConsult .publicModalContent{
		margin:0 auto;

		/*box-shadow: none;*/
		top:0;
		width: 400px;

	}


	#resourceFeedback .publicModalHeader,
	#userServiceConsult .publicModalHeader{
		padding:20px 0px 10px 0px;
		background: linear-gradient(180deg, rgba(74,144,226, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
		background-size: cover;
		background-repeat: no-repeat;
		border:none;
		position: relative;
	}


	#resourceFeedback .publicModalTitle,
	#userServiceConsult .publicModalTitle{
		color: rgba(74,144,226,1);
		font-family: PingFang SC;
		font-weight: 400;
		font-size: 24px;
		line-height: normal;
		letter-spacing: 4px;
		text-align: center;
	}


	#resourceFeedback .publicModalBody,
	#userServiceConsult .publicModalBody{
		padding:0px 30px;
	}

	#resourceFeedback .publicModalBody .applyTryoutList,
	#userServiceConsult .publicModalBody .applyTryoutList{
		padding:0px 0px 20px 48px;
		position: relative;
	}


	#resourceFeedback .publicModalBody .applyTryoutList .title,
	#userServiceConsult .publicModalBody .applyTryoutList .title{
		position: absolute;
		left: 0;
		top:6px;
		color: rgba(0,0,0,0.65);
		font-family: PingFang SC;
		font-size: 14px;
		line-height: normal;
		letter-spacing: 0px;
	}


	#resourceFeedback .publicModalBody .applyTryoutList input,
	#userServiceConsult .publicModalBody .applyTryoutList input{
		width: 100%;
		height: 34px;
		border-radius: 4px;
		border: 1px solid rgba(222,222,222,1);
		padding:0px 10px;
		outline:none;
		margin:0;
		font-size: 14px;
		box-sizing: border-box;
	}

	#resourceFeedback textarea,
	#userServiceConsult textarea{
		width: 100%;
		border: 1px solid rgba(222,222,222,1);
		resize: none;
		box-sizing: border-box;
		padding:8px;
	}


	#resourceFeedback .publicModalBody .applyTryoutList .errorTitle,
	#userServiceConsult .publicModalBody .applyTryoutList .errorTitle{
		position: absolute;
		left: 48px;
		bottom: 0;
		font-size: 12px;
		color:#ff4800;
	}

	#resourceFeedback .publicModalBody .applyTryoutList input:focus,
	#userServiceConsult .publicModalBody .applyTryoutList input:focus,
	#resourceFeedback textarea:focus,
	#userServiceConsult textarea:focus{
		border-color: rgba(74,144,226,1);
	}


	#resourceFeedback .publicModalFooter,
	#userServiceConsult .publicModalFooter{
		border:none;
		padding:6px 30px 37px 30px;
	}


	#resourceFeedback .applyTryoutSubmit,
	#userServiceConsult .applyTryoutSubmit{
		border-radius: 2px;
		background: rgba(74,144,226,1);
		width: 100%;
		padding:4px;
		color: rgba(255,255,255,1);
		font-family: PingFang SC;
		font-size: 16px;
		line-height: normal;
		letter-spacing: 0px;
		border:none;
	}


	#resourceFeedback .applyTryoutSubmit:hover,
	#userServiceConsult .applyTryoutSubmit:hover{
		background:rgba(115,171,236,1);
	}



#resourceFeedback .dataList,
#userServiceConsult .dataList{
    text-align: left;
    position: relative;
    padding-bottom: 20px;
}

#resourceFeedback .dataList .input,
#userServiceConsult .dataList .input{
    color:#000;
}

#resourceFeedback .dataList .title,
#userServiceConsult .dataList .title{
    font-size: 14px;
    /*font-weight: bold;*/
    color:rgba(0,0,0,0.65);
}

#resourceFeedback .dataList .title span,
#userServiceConsult .dataList .title span{
    color:red;
}

#resourceFeedback .dataList .tryOutError,
#userServiceConsult .dataList .tryOutError{
    position: absolute;
    color: red;
    font-size: 12px;
    bottom: 10px;
    left: 0;
}


#resourceFeedback .consultTypeList,
#userServiceConsult .consultTypeList {
	width: calc(50% - 30px);
	float: left;
    position: relative;
    padding-left: 30px;
}
#resourceFeedback .consultTypeList .checkboxInput,
#userServiceConsult .consultTypeList .checkboxInput {
    position: absolute;
    left: 6px;
    width: 14px;
    height: 14px;
    top: 0px;
}

#resourceFeedback .consultTypeList label,
#userServiceConsult .consultTypeList label {
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
}

#resourceFeedback .feedbackTypeList,
#userServiceConsult .feedbackTypeList {
	width: calc(calc(100% - 38px) / 3);
	float: left;
    position: relative;
    border:1px solid rgba(222,222,222,1);
    font-size: 14px;
    margin-left: 10px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}

#resourceFeedback .feedbackTypeActive,
#userServiceConsult .feedbackTypeActive{
	color:rgba(74,144,226,1);
	border-color: rgba(74,144,226,1);
}

/*申请提示模态框*/

#userServiceConsultHint .publicModalHeader{
	padding:20px 0px 10px 0px;
	background: linear-gradient(180deg, rgba(74,144,226, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
	background-size: cover;
	background-repeat: no-repeat;
	border:none;
	position: relative;
}

#userServiceConsultHint .publicModalTitle{
	color: rgba(74,144,226,1);
	font-family: PingFang SC;
	font-weight: medium;
	font-size: 24px;
	line-height: normal;
	letter-spacing: 4px;
	text-align: center;
}


#userServiceConsultHint .publicModalBody{
	padding:0px 30px;
}


#userServiceConsultHint .publicModalContent{
	background: #fff;
	border-radius: 0;
}


/*提交成功*/
#userServiceConsultHint .line{
    margin:20px 0px;
    border-bottom: 1px dashed #e5e5e5;
    position: relative;
}

#userServiceConsultHint .line span{
    font-size: 14px;
    font-weight: bold;
    background: #ffffff;
    padding:0px 4px;
    position: absolute;
    left: calc(50% - 32px);
    top:-10px;
}

#userServiceConsultHint .contactWay{
    position: relative;
}

#userServiceConsultHint .contactWay .contactWayCode{
    background: #F2F2F2;
    box-sizing: border-box;
    padding:10px;
    width: 80px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-radius: 6px;
}

#userServiceConsultHint .contactWay .contactWayCode img{
    width: 60px;
}

#userServiceConsultHint .publicModalFooter{
	text-align: center;
}

#userServiceConsultHint .publicModalFooter .publicModalSubmitBtn{
	border-radius: 2px;
    background: rgba(74,144,226,1);
    padding: 4px 10px;
    color: rgba(255, 255, 255, 1);
    font-family: PingFang SC;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0px;
    border: none;
}

#userServiceConsultHint .publicModalFooter .publicModalSubmitBtn:hover{
	background:rgba(115,171,236,1);

}
