/* 增值(服务 store_services)  */
#store_services {
	width: 100%;
	padding: 60px 0 40px 0;
	border-bottom: 1px solid #ECEEEF;
}

#store_services .services {
	max-width: 1400px;
	margin: 0 auto;
	height: auto;
	/*display: flex;*/
	/*flex-wrap: wrap;*/
	/*justify-content: space-between;*/
}

#store_services .services_sort {
	/*width: 25%;*/
	height: auto;
	display: flex;
	align-items: flex-start;
	/*padding: 0 10px;*/
	box-sizing: border-box;
	margin-bottom: 40px;
}

#store_services .services_sort i {
	font-size: 40px;
	margin-right: 16px;
	text-decoration: blink;
}

#store_services .services_sort_title {
	font-weight: 600 !important;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
}

#store_services .services_sort_p {
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
}

@media screen and (min-width: 1400px) {

	#store_services .container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		/*max-width: 1400px;*/
	}
}

@media screen and (max-width: 992px) {
	#store_services .services_sort_title {
		font-size: 14px;
		line-height: 1.6;
	}

	#store_services .services_sort_p {
		font-size: 12px;
		line-height: 1.8;
	}
}

@media screen and (max-width: 375px) {
	/* #store_services {padding: 120px 0 20px 0;}
	#store_services .services_sort {width: 100%;display: inline-block;text-align: center;}
	#store_services .services_sort i {margin-right: 0;}
	#store_services .services_sort_txt {margin-top: 16px;}
	#store_services .services_sort_p {text-align: center;}
	#store_services .services_sort_title {text-align: center;} */
}

/* 增值(服务 services) end*/
/* 电子(订阅 subscribe) */
#store_subscribe {
	width: 100%;
	padding: 50px 0 60px 0;
	border-bottom: 1px solid #ECEEEF;
}

#store_subscribe .subscribe {
	max-width: 1400px;
	margin: 0 auto;
	height: auto;
}

#store_subscribe .subscribe_title {
	margin-bottom: 24px;
	font-size: 28px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
}

#store_subscribe .subscribe_txt_p {
	color: #5e6061;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 16px;
	text-align: center;
}

/* input */
#store_subscribe .subscribe_txt_input {
	max-width: 530px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#store_subscribe .subscribe_verify {
	width: 72%;
	height: auto;
	text-align: initial;
}

#store_subscribe .subscribe_verifyBox {
	width: 100%;
	position: relative;
}

#store_subscribe .subscribe_verifyBox .subscribe_control {
	position: absolute;
	left: 16px;
	top: 25%;
	width: auto;
	z-index: 9;
	height: auto;
	margin: 0;
	overflow: hidden;
	display: none;
	align-items: center;
	font-weight: normal;
}

#store_subscribe .subscribe_verifyBox .value_text {
	display: inline-block;
}

#store_subscribe .subscribe_verifyBox .star {
	margin: 5px 0 0 3px;
	color: #f00;
}

#store_subscribe .subscribe_verifyBox input {
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding: 0 15px;
	box-sizing: border-box;
	color: #333;
	font-size: 14px;
	border: 1px solid #C9CDD0;
	border-radius: 4px;
	transition: all 0.3s;
}

/*#store_subscribe .subscribe_verifyBox input:focus{outline: none;} */
#store_subscribe .subscribe_verifyBox input:focus {
	outline-color: var(--main-color);
	outline-color: #00388D;
}

#store_subscribe .subscribe_verifyBox input::-webkit-input-placeholder {
	font-size: 14px;
	color: #5e6061;
}

#store_subscribe .sub_verify_focus .subscribe_control {
	top: 2px !important;
	color: #aaa;
	font-size: 12px;
	line-height: 1.8;
	display: flex;
}

#store_subscribe .sub_verify_focus input {
	padding-top: 22px;
	padding-bottom: 5px;
	resize: vertical;
}

#store_subscribe .sub_prompt {
	width: 100%;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
}

#store_subscribe .sub_prompt em {
	display: none;
	font-size: 14px;
	line-height: 1.6;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px #eb4e1b solid;
	text-align: center;
	margin-right: 5px;
}

#store_subscribe .sub_prompt span {
	display: none;
}

#store_subscribe .sub_error {
	color: #ee4624;
}

#store_subscribe .sub_error em,
#store_subscribe .sub_error span {
	display: initial;
	vertical-align: middle;
}

/* input */
.sub_button {
	min-width: 110px;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 2px;
	background: #FFC356;
	cursor: pointer;
	padding: 0 25px;
}

@media screen and (max-width: 768px) {
	#store_subscribe {
		width: 100%;
		padding: 50px 20px 60px 20px;
	}

	#store_subscribe .subscribe_title {
		font-size: 24px;
	}

	#store_subscribe .subscribe_txt_input {
		max-width: 686px;
	}

	#store_subscribe .subscribe_verify {
		width: 100%;
	}

	#store_subscribe .sub_button {
		width: 100%;
	}
	#store_services .row{
		margin-left: 0;
		margin-right: 0;
	}
}

/* 电子(订阅 subscribe) end*/