* {
	padding: 0;
	margin: 0;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
}

button,
button:focus,
input,
input:focus {
	border: 0;
	outline: none;
	border-radius: 0;
}

body {
	position: relative;
	z-index: 1;
	min-width: 375px;
}

/* 覆盖自动填充样式 */
input:-webkit-autofill {
	/* 背景颜色 */
	background-color: transparent !important;
	/* 文字颜色 */
	-webkit-text-fill-color: #000 !important;
	/* 背景阴影覆盖 */
	-webkit-box-shadow: 0 0 0 1000px transparent inset !important;
	/* 光标颜色 */
	caret-color: #000 !important;
	/* 过渡动画（消除填充动画残留） */
	-webkit-transition: background-color 50000s ease-in-out;
	transition: background-color 50000s ease-in-out;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.mask {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1025;
	background-color: rgba(0, 0, 0, 0.5);
}

.msg-box {
	width: 350px;
	min-height: 100px;
	background-color: #fff;
	margin-top: 370px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	padding: 10px 0px;
}

.msg-title {
	text-align: center;
	font-size: 16px;
	height: 39px;
	line-height: 39px;
}

.msg-content {
	font-size: 16px;
	line-height: 36px;
	padding: 8px 16px;
	border-bottom: 1px solid #ccc;
}

.msg-btns {
	text-align: center;
	padding: 16px 16px 10px 16px;
}

.msg-btns>button {
	display: inline-block;
	width: 135px;
	margin: 0 auto;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 5px;
	background-color: #3886fa;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

#codeBox {
	z-index: 2000;
}

#codeBox>.msg-box {
	margin-top: 0;
	position: absolute;
	top: 30%;
	left: calc((100% - 260px) / 2);
	z-index: 2001;
	width: 260px;
	border-radius: 6px;
}

#codeImg2 {
	min-height: 100px;
}

#codeBox input,
#codeBox button,
#codeBox img {
	display: block;
	margin: 0 auto;
	width: 90%;
}

#error,
#code_error {
	margin-bottom: 8px;
	color: red;
	min-height: 8px;
	text-align: center;
	margin-top: -10px;
}

#code_error {
	text-align: left;
	padding-left: 5%;
}

#codeBox input {
	line-height: 30px;
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

#codeBox button {
	height: 35px;
	line-height: 35px;
	background-color: #5799fa;
	color: #fff;
	border-radius: 6px;
	width: 80%;
	cursor: pointer;
}

.submit-form-item>button:disabled,
#codeBox button:disabled {
	background-color: #a4a4a4 !important;
}

#toast {
	visibility: hidden;
	min-width: 250px;
	margin-left: -125px;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	text-align: center;
	border-radius: 4px;
	padding: 16px;
	position: fixed;
	z-index: 3000;
	left: 50%;
	top: 39%;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

#toast.show {
	visibility: visible;
	opacity: 1;
}

.bold {
	font-weight: 600;
	font-weight: bold;
}

.noborder {
	border: 0 !important;
}

.mian {
	min-height: 100vh;
	margin: 0 auto;
	background-color: #fff;
	padding-bottom: 20px;
}

.top-box {
	width: 100%;
	min-height: 100px;
	text-align: center;
}

.title {
	font-size: 34px;
	text-align: center;
	height: 70px;
	line-height: 70px;
	margin: 50px auto;
}

.intro-box {
	min-height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 0;
	margin-bottom: 70px;
	width: 90%;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

.intro-box>.item-box {
	width: 32%;
	min-height: 100px;
	text-align: center;
	padding: 0 5px;
}

.item-box-img {
	width: 90%;
	max-width:298px
	height: auto;
	margin: 0 auto;
	background-color: #f9f9f9;
	line-height: 100px;
	border-radius: 20px;
}

.item-box-t {
	font-size: 16px;
	font-weight: 600;
	height: 35px;
	line-height: 35px;
}

.item-box-p {
	font-size: 14px;
	color: #a4a4a4;
}

.subscrip-box {
	width: 90%;
	max-width: 1024px;
	min-height: 200px;
	background-color: #fff;
	padding: 50px 20px;
	margin: 10px auto 0 auto;
	-webkit-box-shadow: 0px 0px 6px rgba(155, 156, 159, 0.3);
	box-shadow: 0px 0px 6px rgba(155, 156, 159, 0.3);
	border-radius: 10px;
}

.subscrip-item {
	padding-top: 5px;
	border-bottom: 1px solid #f4f4f4;
	height: 60px;
	line-height: 60px;
}

.subscrip-item-name,
.subscrip-item-right {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
}

.subscrip-item-right {
	float: right;
	margin-top: 12px;
}

.subscrip-item-right>span {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	color: #5799fa;
	vertical-align: top;
	margin-right: 5px;
	font-size: 16px;
}

.subscrip-item-chsoe {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-color: #d9d9d9;
	display: inline-block;
	cursor: pointer;
}

.submit-box {
	margin-top: 20px;
	min-height: 650px;
	background-image: url('../img/official_website_subscribe_information_bg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 100px 0 50px 0;
	position: relative;
}

.submit-form-box {
	width: 70%;
	background-color: #fff;
	min-height: 100px;
	margin: 0 auto;
	border-radius: 10px;
	padding: 50px 10px;
	max-width: 600px;
}

.submit-form-box>h3 {
	text-align: center;
	font-size: 16px;
	height: 39px;
	line-height: 35px;
}

.submit-form-item {
	width: 95%;
	margin: 0 auto;
	min-height: 36px;
	margin-bottom: 18px;
}

.submit-form-label,
.submit-form-input {
	height: 35px;
	line-height: 35px;
	vertical-align: top;
}

.submit-form-label {
	display: inline-block;
	text-align: right;
	width: 23%;
	font-size: 14px;
}

.submit-form-input {
	display: inline-block;
	width: 75%;
	background-color: #eeeeee;
	border-radius: 5px;
	padding: 0 5px;
}

.submit-form-input>input {
	height: 35px;
	line-height: 35px;
	background-color: #eeeeee;
	width: 100%;
	border-radius: 5px;
}

.submit-form-item>button {
	display: block;
	width: 65%;
	margin: 0 auto;
	height: 39px;
	line-height: 39px;
	text-align: center;
	border-radius: 50px;
	background-color: #3886fa;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

#codeImg {
	float: right;
	width: 30%;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-right: -5px;
	height: 35px;
}

.code>input {
	width: 65%;
}

.code>button {
	width: 35%;
	float: right;
	height: 35px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
}

/* 移动端优先 */
@media (max-width: 568px) {
	.msg-box {
		margin-top: 50%;
	}
	.top-box {
		min-height: 100px;
	}
	.title {
		font-size: 18px;
		height: 50px;
		line-height: 50px;
		margin: 20px auto;
	}
	.intro-box {
		margin-bottom: 10px;
	}
	.intro-box>.item-box {
		width: 33%;
	}
	.item-box-img {
		width: 100px;
		height: 100px;
		border-radius: 10px;
	}
	.item-box-t {
		font-size: 14px;
	}
	.item-box-p {
		font-size: 12px;
	}
	.subscrip-box {
		width: 90%;
		margin-top: 10px;
		border-radius: 5px;
		padding: 20px;
	}
	.subscrip-item-chsoe {
		margin-top: 5px;
		height: 26px;
		width: 26px;
	}
	.subscrip-item-right>span {
		margin-top: 3px;
	}
	.submit-box {
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 15px;
		background-image: none;
		background-color: #fff;
		position: relative;
		z-index: 9;
		min-height: 350px;
	}
	.submit-form-box {
		width: 90%;
		border-radius: 5px;
		-webkit-box-shadow: 0px 0px 6px rgba(155, 156, 159, 0.3);
		box-shadow: 0px 0px 6px rgba(155, 156, 159, 0.3);
		padding: 10px 0;
	}
	.submit-form-label{
		width: 25%;
	}
	.submit-form-input{
		width: 70%;
	}
	.submit-form-item>button {
		width: 70%;
	}

	#codeBox>.msg-box {
		top: 15%;
	}

	#codeBox input {
		margin-top: 6px;
	}
}
@media (min-width: 569px) and (max-width: 768px) {
	.intro-box {
		margin-bottom: 20px;
	}
	.title {
		font-size: 20px;
		height: 50px;
		line-height: 50px;
		margin: 30px auto;
	}
}
/* 平板设备 */
@media (min-width: 769px) and (max-width: 1024px) {
	.intro-box {
		margin-bottom: 30px;
	}
	.title {
		font-size: 23px;
		height: 50px;
		line-height: 50px;
		margin: 40px auto;
	}
}

/* PC端 */
@media (min-width: 1025px) {
	.intro-box {
		margin-bottom: 50px;
	}
}
