.mobile-about-1 {
	height: 4.35rem;
	background-image: url('../image/about/about_mobile_bg.png');
	background-size: 100% 100%;
}

.mobile-about-1-title {
	font-weight: 600;
	font-size: 0.62rem;
	color: #FFFFFF;
	line-height: 0.92rem;
	padding-top: 0.46rem;
	text-align: center;
}

.mobile-about-1-text {
	font-size: 0.27rem;
	color: #FFFFFF;
	line-height: 0.42rem;
	padding: 0 1.1rem;
	text-align: center;
	padding-top: 0.08rem;
}

.mobile-about-2 {
	background-image: url('../image/about/about_mobile_img5.png');
	background-size: 100% 100%;
	padding-bottom: 0.46rem;
}

.mobile-about-2-title {
	font-weight: 600;
	font-size: 0.38rem;
	color: #FFFFFF;
	text-align: center;
	line-height: 0.67rem;
	padding-top: 0.77rem;
	padding-bottom: 0.3rem;
}

.mobile-about-2-text {
	font-size: 0.27rem;
	color: #B9B9B9;
	line-height: 0.46rem;
	padding: 0 0.3rem 0.38rem;
}

.mobile-about-2-text .color-fff {
	color: #FFFFFF;
}

.mobile-about-2-list {
	margin: 0 0.3rem;
	background: rgba(29, 29, 33, 0.4);
	border-radius: 0.15rem;
	padding-left: 0.63rem;
	padding-right: 0.37rem;
	padding-bottom: 0.46rem;
	box-sizing: border-box;
}

.mobile-about-2-list .item {
	padding-top: 0.46rem;
}

.mobile-about-2-list .item img {
	width: 0.77rem;
	height: 0.77rem;
	display: block;
	margin-right: 0.3rem;
}

.mobile-about-2-list .item .name {
	font-size: 0.31rem;
	color: #FFFFFF;
	line-height: 0.46rem;
}

.mobile-about-2-list .item .text {
	font-size: 0.27rem;
	color: rgba(255, 255, 255, 0.6);
	line-height: 0.46rem;
	padding-top: 0.3rem;
}

.mobile-about-3 {
	padding: 0 0.3rem;
}

.mobile-about-3-title {
	font-weight: 600;
	font-size: 0.38rem;
	color: #FFFFFF;
	text-align: center;
	line-height: 0.54rem;
	padding-top: 0.77rem;
}

.mobile-about-3-text {
	font-size: 0.27rem;
	color: #FFFFFF;
	line-height: 0.46rem;
	text-align: center;
	padding-top: 0.42rem;
	padding-bottom: 0.46rem;
}

.worth-mobile-list {}

.worth-mobile-list .item {
	min-height: 2.9rem;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 0.15rem;
	position: relative;
	padding: 0.46rem 0.38rem 0.46rem 0.62rem;
	box-sizing: border-box;
	line-height: 0.46rem;
	margin-bottom: 0.3rem;
}

.worth-mobile-list .item:last-child {
	margin-bottom: 0;
}

.worth-mobile-list .item .line {
	width: 0.04rem;
	height: 1.65rem;
	background: #1791F8;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.worth-mobile-list .item img {
	width: 0.77rem;
	height: 0.77rem;
	display: block;
	margin-right: 0.3rem;
}

.worth-mobile-list .item .name {
	font-size: 0.31rem;
	color: #FFFFFF;
}

.worth-mobile-list .item .text {
	font-size: 0.27rem;
	color: rgba(255, 255, 255, 0.6);
	padding-top: 0.3rem;
}

.vision-mobile-list {}

.vision-mobile-list .item {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 0.15rem;
	padding: 0.77rem 0.5rem;
	box-sizing: border-box;
	margin-bottom: 0.3rem;
	line-height: 0.46rem;
}

.vision-mobile-list .item:last-child {
	margin-bottom: 0;
}

.vision-mobile-list .item img {
	width: 0.77rem;
	height: 0.77rem;
	display: block;
	margin-bottom: 0.92rem;
}

.vision-mobile-list .item .name {
	font-size: 0.31rem;
	color: #FFFFFF;
}

.vision-mobile-list .item .text {
	font-size: 0.27rem;
	color: rgba(255, 255, 255, 0.6);
	padding-top: 0.3rem;
}

.dev-mobile-box {
	position: relative;
	height: 12.26rem;
}

.dev-mobile-box .dev-circle-img {
	width: 2.4rem;
	height: 12.26rem;
	display: block;
	margin: 0 auto;
}

.dev-mobile-box .dev-mobile-inner {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0.25rem;
}

.dev-mobile-box .dev-mobile-inner .item {
	height: 1.96rem;
	font-size: 0.27rem;
	color: #FFFFFF;
	line-height: 0.46rem;
	display: flex;
}

.dev-mobile-box .dev-mobile-inner .item .time {
	flex: 1;
	font-size: 0.27rem;
	color: #1791F8;
	text-align: center;
	line-height: 1.96rem;
}

.dev-mobile-box .dev-mobile-inner .item .text {
	width: 1.77rem;
}

.dev-mobile-box .dev-mobile-inner .item .line {
	width: 0.49rem;
	height: 2px;
	background: #1791F8;
	margin-top: 0.98rem;
}

.dev-mobile-box .dev-mobile-inner .item .line.line-1 {
	margin-left: 0.06rem;
}

.dev-mobile-box .dev-mobile-inner .item .line.line-2 {
	margin-right: 0.06rem;
}

.dev-mobile-box .dev-mobile-inner .item:nth-child(even) .line.line-2 {
	background: transparent;
}

.dev-mobile-box .dev-mobile-inner .item:nth-child(odd) .line.line-1 {
	background: transparent;
}


.contact-mobile-form-box {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 0.15rem;
	padding-bottom: 0.46rem;
	margin-bottom: 0.77rem;
}

.contact-mobile-form-box .top {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 0.46rem;
	border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}

.contact-mobile-form-box .top .item {
	width: 50%;
	text-align: center;
	line-height: 0.46rem;
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.27rem;
	padding-top: 0.46rem;
}

.contact-mobile-form-box .top .item img {
	width: 0.54rem;
	height: 0.54rem;
	display: block;
	margin: 0 auto;
}

.contact-mobile-form-box .top .item .name {
	font-weight: 600;
	font-size: 0.31rem;
	color: #FFFFFF;
	line-height: 0.56rem;
	margin: 0.15rem 0 0.05rem;
}

.contact-mobile-form-box .top .item .text {
	padding-top: 0.1rem;
}

.contact-mobile-form-box .label  {
	font-size: 0.31rem;
	color: #FFFFFF;
	line-height: 0.42rem;
	padding: 0.3rem;
}

.contact-mobile-form-box .label.required:before {
	content: "*";
	color: #F31515;
	font-size: 0.31rem;
}

.contact-mobile-form-box .input-box {
	padding: 0 0.3rem;
	margin-bottom: 0.16rem;
}

.contact-mobile-form-box .input-box .input {
	display: block;
	width: 100%;
	height: 1.08rem;
	background: rgba(255,255,255,0.1);
	border-radius: 0.15rem;
	padding: 0 0.3rem;
	box-sizing: border-box;
	border: none;
	outline: none;
	color: #FFFFFF;
	font-size: 0.31rem;
	line-height: 0.42rem;
}

.contact-mobile-form-box .input-box .textarea {
	display: block;
	width: 100%;
	height: 2.46rem;
	background: rgba(255,255,255,0.1);
	border-radius: 0.15rem;
	padding: 0.26rem 0.3rem;
	box-sizing: border-box;
	border: none;
	outline: none;
	color: #FFFFFF;
	font-size: 0.31rem;
	line-height: 0.42rem;
}

.contact-mobile-form-box .btn {
	margin: 0.3rem 0.3rem 0;
	height: 0.77rem;
	background: #1791F8;
	border-radius: 0.38rem;
	font-weight: 500;
	font-size: 0.31rem;
	color: #FFFFFF;
	text-align: center;
	line-height: 0.77rem;
}