/* 基础css库 */
html,
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	background: #ffffff;
}

ul li {
	list-style-type: none;
}

html {
	font-size: 100px;
}

.h_100vh {
	height: 100vh;
	width: auto;
}

.h_100 {
	height: 100%;
}

.w_100 {
	width: 100%;
}

.maxSize {
	width: 100%;
	height: 100%;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
	left: 0;
	top: 0;
}

.color333 {
	color: #333333;
}

.colorfff {
	color: #fff;
}

.pageImg {
	height: auto;
	width: 100vw;
	vertical-align: bottom;
}

.viewPhone .pageImg {
	height: auto;
	width: 100%;
}
.viewPhone .bot_pro {
	padding-top: 1.13rem;
}

.bg_img {
	padding: 0 22vw;

}
.bg_top {
	display: flex;
	justify-content: center;
	width: auto;
}

.bg_img img {
	width: 100%;

}
.bot_pro {
	text-align: center;
	padding-top: 7vw;
}

.size46 {
	font-size: 0.46rem;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333333;
	/* margin-bottom: 0.60rem; */
}

.size26 {
	font-size: 0.26rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #333333;

}

.mt215 {
	margin-top: 2.15rem;
}

.mt100 {
	margin-top: 0.8rem;
}

.mt60 {
	margin-top: .6rem;
}

.mt80 {
	margin-top: 1.9rem;
}

.mt111 {
	margin-top: 1.11rem;
}

.mt130 {
	margin-top: 1.3rem;
}

.mt160 {
	margin-top: 1.6rem;
}

.mt200 {
	margin-bottom: 2rem;
}

.size16 {
	height: 0.16rem;
	font-size: 0.16em;
	font-weight: 500;
	color: #666666;
font-family: PingFangSC-Medium, PingFang SC;
}

.flex {
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}

/* 页面css */
.mt112 img {
	width: 14rem;
	text-align: center;
}
.logo  {
	display: block;
	width: 2.60rem;
	height: 0.9rem;
	position: relative;
}
.logo img{
	width: 100%;
	height: 100%;
	top: 16px;
    position: absolute;
		left: 0.6rem;
}

.more_join h3 {
	width: 2.6rem;
	height: 0.6rem;
	border-radius: 0.3rem;
	line-height: 0.6rem;
	background: #FFA200;
	margin: 0 auto;
	text-align: center;
	font-size: 0.2rem;
	color: #FFFFFF;
}

.mata_footer {
	height: 7.7rem;
	width: 100%;
	position: relative;
}

.mata_wrap {
	width: 9.69rem;
	height: 5.28rem;
	border-radius: 30px 30px 0 30px;
	background: #FFFFFF;
	position: absolute;
	top: 0.9rem;
	left: 18.75vw;
}

.mata_left {
	font-size: 0.14rem;
	margin: 0.4rem 0 0 0.4rem;
}

.tit-flex {
	margin-bottom: 0.6rem;
}

.tit-flex span:nth-child(1) {
	color: #333333;
	font-weight: bold;
}

.tit-flex span:nth-child(2) {
	color: #EC6A56;
}

ul li {
	list-style: none;
}

ul li label {
	display: inline-block;
	position: relative;

	
	font-size: 0.16rem;
	width: 0.64rem;
	
}

.msg {
	display: inline-block;
	margin-top: 20px;
	width: auto;
	height: 20px;
	position: absolute;
}

ul li input {
	background: #F6F6F6;
	width: 3.2rem;
	height: 44px;
	padding: 0 0 0 0.2rem;
	border: none;
	border-radius: 10px;
	margin: 0 0 0.12rem 0.32rem;
}

ul li textarea {
	width: 3.2rem;
	height: 1.4rem;
	font-size: 14px;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #CCCCCC;
	line-height: 14px;
	margin: 0 0 0.12rem 0.32rem;
	background: #F6F6F6;
	padding: 0.2rem;
	border: none;
	border-radius: 10px;
	vertical-align: top;
	resize: none;
	line-height: 1.5;
}

li span {
	color: red;
	margin-left: 10px;
}

.answer {
	position: absolute;
	left: 1.36rem;
	bottom: 0.4rem;
}

.answer input {
	width: 2.60rem;
	height: 0.6rem;
	text-align: center;
	line-height: 0.6rem;
	color: #FFFFFF;
	font-size: 0.2rem;
	border-radius: 0.3rem;
	background: #FFA200;
	border: none;
}

.mata_tit {
	width: 21vw;
	height: 2.42rem;
	background: #F1A93C;
	position: absolute;
	right: 0.4rem;
	bottom: 0.4rem;
	border-radius: 30px 30px 0 30px;
}
.mata_tit h2 {
	font-family: '思源黑体';
	font-size: 0.26rem;
	color: #FFFFFF;
	margin-left: 0.4rem;
	margin-top: 0.32rem;
}
.mata_tit div {
	margin-top: 0.42rem;
}

.mata_tit div p {
	font-size: 0.16rem;
	color: #FFFFFF;
	margin: 0.16rem 0 0 0.4rem;
	font-family: '思源黑体 CN Medium';
	font-weight: Medium;
}