* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

::-webkit-input-placeholder {
	color: #ccc;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}

html,
body {
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #f9f9f9;
}

img {
	display: block;
	max-width: 100%;
}

#app {
	max-width: 750px;
	margin: auto;
}

.flex {
	display: flex;
	display: -webkit-flex;
}

.flex.jlr {
	justify-content: space-between;
}

.flex.j-center {
	justify-content: center;
}

.flex.j-end {
	justify-content: flex-end;
}

.flex.a-center {
	align-items: center;
}

.flex.col {
	flex-direction: column;
}

.flex.wrap {
	flex-wrap: wrap;
}

.header {
	position: relative;
	width: 100%;
	padding-top: 5.02rem;
	height: 11rem;
	background: url(../img/banner.png) no-repeat;
	background-size: 100% 100%;
}

.headTxt {
	width: 4.48rem;
	padding: 0px 0.2rem;
	line-height: 1.8;
	color: #fff;
	height: 1.05rem;
	margin-left: 0.75rem;
	font-size: 0.26rem;
}

.headUlItem {
	width: 3rem;
	line-height: 1.5;
	margin-top: 1.05rem;
	height: 3rem;
	font-size: 0.26rem;
	color: #fff;
	margin-left: 1.1rem;
}

.headUlItem p {
	margin-bottom: 0.134rem;
	letter-spacing: 2px;
}

h2.zhaosheng {
	color: #a40000;
	font-size: 0.38rem;
	text-align: center;
	margin: 0.5rem auto;
}

.formWrap {
	width: 100%;
	padding: 0px 0.5rem;
}

.formWrap .label {
	color: #666;
	font-size: 0.22rem;
}

.formWrap .label span {
	color: #A40000;
}

.formWrap .inputBox {
	width: 100%;
	height: 0.51rem;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0.3rem;
}

.formWrap .inputBox input {
	border: 0px;
	height: 100%;
	font-size: 0.22rem;
	color: #666;
	width: 100%;
	outline: none;
	display: block;
	background: none;
}

.formWrap_submit {
	width: 100%;
	margin-bottom: 0.89rem;
	margin-top: 0.34rem;
	font-weight: 900;
	height: 0.88rem;
	font-size: 0.36rem;
	color: #fff;
	border-radius: 0.44rem;
	background: #bb0404;
}

.quert {
	width: 100%;
	padding: 0px 0.4rem;
	height: 4.85rem;
	background: url(../img/quert.png) no-repeat;
	background-size: 100% 100%;
}

.quert h2 {
	font-size: 0.3rem;
	position: relative;
	border-bottom: 1px solid #c7a37e;
	padding-top: 0.5rem;
	line-height: 250%;
	color: #fff;
	text-align: center;
	font-weight: 400;
}

.quert h2::before {
	content: '';
	display: block;
	width: 1.4rem;
	height: 5px;
	background: #C7A37E;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -3px;
}

.quert_container {
	flex: 1;
	padding-top: 8px;
}

.quert_container .enhance_samll {
	font-size: 0.22rem;
	margin: 0rem 0.12rem;
	color: #fff;
	padding: 2px 0.1rem;
	border-radius: 5px;
	background: linear-gradient(rgba(179, 167, 119, 0.9), rgba(164, 133, 104, 0.9));
}

.quert_container .enhance {
	font-size: 0.26rem;
	margin: 0rem 0.12rem;
	color: #fff;
	padding: 2px 0.2rem;
	border-radius: 5px;
	background: linear-gradient(#d7b965, #c1844d);
}

.suitablepeople {
	background: #ececec;
	margin: 0.54rem auto;
	position: relative;

}

.suitablepeople_title {
	width: 100%;
	font-weight: 800;
	height: 1.94rem;
	background: url(../img/suitablepeople.png) no-repeat;
	background-size: 100% 100%;
	font-size: 0.38rem;
	color: #ecce93;
	vertical-align: bottom;
	padding-left: 0.45rem;
	padding-top: 0.18rem;
}

.suitablepeople_title span {
	font-size: 0.21rem;
	font-weight: 400;
}

.suitablepeople_container {
	background: #ececec;
	padding-bottom: 0.38rem;
}

.suitablepeople_container .item {
	width: 2.2rem;
	margin: 0px 0.08rem;
	height: 2.56rem;
	background: url(../img/suitablepeople_item.png) no-repeat;
	background-size: 100% 100%;
}

.suitablepeople_container .item b {
	width: 0.5rem;
	height: 0.5rem;
	display: block;
	margin: auto;
	margin-top: 0.38rem;
}

.suitablepeople_container .item b.i1 {
	background: url(../img/images/suitablepeople_icon_01.png) no-repeat;
	background-size: 100% 100%;
}

.suitablepeople_container .item b.i2 {
	background: url(../img/images/suitablepeople_icon_02.png) no-repeat;
	background-size: 100% 100%;
}

.suitablepeople_container .item b.i3 {
	background: url(../img/images/suitablepeople_icon_03.png) no-repeat;
	background-size: 100% 100%;
}

.suitablepeople_container .item p {
	font-size: 0.2rem;
	color: #fff;
	text-align: center;
	padding: 0px 0.28rem;
	padding-top: 0.12rem;
	line-height: 1.6;
}

.course_income {
	background: #13457e;
	margin-bottom: 0.54rem;
}

.course_income_title {
	width: 100%;
	height: 1.88rem;
	font-weight: 800;
	background: url(../img/course_income_title.jpg) no-repeat;
	background-size: 100% 100%;
	font-size: 0.38rem;
	color: #003567;
	vertical-align: bottom;
	padding-left: 0.45rem;
	padding-top: 0.18rem;
}

.course_income_title span {
	font-size: 0.21rem;
	font-weight: 400;
}

.course_income_container {
	width: 100%;
	padding: 0px 0.62rem;
	padding-bottom: 0.5rem;
}

.course_income_container b {
	width: 1.48rem;
	height: 1.28rem;
	background: url(../img/lineg.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 0.26rem;
}

.course_income_container b img {
	width: 0.8rem;
}

.course_income_container_info {
	flex: 1;
	margin-left: 0.16rem;
	font-size: 0.2rem;
	color: #fff;
	border-bottom: 1px solid #8e9fb2;
}

.course_income_container_info h2 {
	font-size: 0.28rem;
	color: #dfba84;
}

.course_income_container .flex {
	margin-bottom: 0.4rem;
}

.coursedesign {
	background: #ececec;
	overflow: hidden;
}

.coursedesign_container {
	padding: 0px 0.87rem;
}

.stepTitle {
	width: 100%;
	margin-bottom: 0.38rem;
	font-size: 0.3rem;
	font-weight: 600;
	color: #13457e;
	height: 0.4rem;
	background: url(../img/title.png) no-repeat;
	background-size: 100% 100%;
}

.coursedesign_container .item {
	width: 100%;
	height: 0.38rem;
	margin-bottom: 0.14rem;
	padding: 0px 0.5rem;
	font-size: 0.22rem;
	color: #13457e;
	background: url(../img/next.png) no-repeat;
	background-size: 100% 100%;
}

.coursedesign_container .item:nth-child(odd) {
	background: url(../img/next1.png) no-repeat;
	background-size: 100% 100%;
}

.coursedesign_container .item.on {
	background: url(../img/next1.png) no-repeat;
	background-size: 100% 100%;
}

.stepCount {
	width: 100%;
	height: 0.69rem;
	padding: 0px 0.5rem;
	font-size: 0.22rem;
	color: #13457e;
	background: url(../img/next2.png) no-repeat;
	background-size: 100% 100%;
}

.stepTip {
	color: #BB0404;
	margin: 0.3rem 0px;
	text-align: center;
	font-size: 0.22rem;
}

.Faculty {
	background: #13457e;
	padding-bottom: 0.8rem;
	margin: 0.54rem auto;
}

.Faculty_container {
	width: 5.6rem;
	margin: auto;
	height: 2.65rem;
	background: url(../img/circleBg.png) no-repeat;
	background-size: 100% auto;
	padding: 0px 0.12rem;
}

.Faculty_container .item {
	flex: 1;
	height: 100%;
}

.Faculty_container .item h3 {
	font-size: 0.48rem;
	height: 1.5rem;
}

.Faculty_container .item h3 span {
	background: linear-gradient(to right, #d9b362 10%, #e1d0aa 20%, #c79d4c 40%);
	-webkit-background-clip: text;
	color: transparent;
}

.Faculty_container .item .text {
	font-size: 0.28rem;
	padding-top: 0.4rem;
	text-align: center;
	font-weight: 600;
}

.Faculty_container .item .text span {
	background: linear-gradient(to right, #d9b362 10%, #e1d0aa 20%, #c79d4c 40%);
	-webkit-background-clip: text;
	color: transparent;
}

.information {
	background: #ececec;
	overflow: hidden;
	padding-bottom: 0.5rem;
}

.information_text {
	font-size: 0.24rem;
	color: #13457e;
	text-align: center;
	line-height: 1.8;
	font-weight: 600;
	margin-top: 0.4rem;
}

.information_img {
	margin-top: 0.3rem;
}

.information_img img {
	width: 3.23rem;
	height: 2.36rem;
}

.content {
	width: 100%;
	height: 4.18rem;	
	background: url(../img/content.png) no-repeat;
	background-size:100% 100%;
	margin-top: 0.4rem;
}

.content_title {
	width: 100%;
	font-weight: 800;
	height: 1.94rem;
	font-size: 0.38rem;
	color: #003567;
	vertical-align: bottom;
	padding-left: 0.45rem;
	padding-top: 0.28rem;
}

.content_title span {
	font-size: 0.21rem;
	font-weight: 400;
}

.content_container {
	font-size: 0.24rem;
	padding-top: 0.2rem;
	line-height: 200%;
	color: #fff;
	font-weight: 600;
	text-align: center;
	padding-left: 1rem;
}

.logo {
	width: 2.91rem;
	height: 0.56rem;
	background: url(../img/logo.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0.6rem;
	top: 0.5rem;
}
