/* banner */
.main_banner {
	height: 800px;
	background: url('../image/index/background1.jpg') no-repeat center center;
}

.interior_content {
	padding-top: 180px;
	box-sizing: border-box;
}

.interior_content>p {
	width: 711px;
	height: 45px;
	line-height: 45px;
	background: #FEB3BB;
	font-size: 20px;
	font-family: MicrosoftYaHei-, MicrosoftYaHei;
	font-weight: normal;
	text-align: center;
	color: #D53A49;
	margin-top: 15px;
}

.interior_content .provide_list {
	margin-top: 65px;
}

.interior_content .provide_list>li {
	width: 210px;
	height: 98px;
	background: rgba(254, 205, 208, 0.28);
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
	border-radius: 2px;
	justify-content: space-evenly;
	margin-right: 35px;
}

.interior_content .provide_list>li>div {
	height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.interior_content .provide_list>li>div>span:nth-of-type(1) {
	font-size: 20px;
	font-family: MicrosoftYaHei-, MicrosoftYaHei;
	font-weight: normal;
	color: #FFFFFF;
}

.interior_content .provide_list>li>div>span:nth-of-type(2) {
	font-size: 12px;
	font-family: MicrosoftYaHei-, MicrosoftYaHei;
	font-weight: normal;
	color: #FFFFFF;
}

/* 帮助中国企业 */
.help_customers {
	height: 500px;
	padding-top: 55px;
	box-sizing: border-box;
}

.help_customers_content {
	height: 130px;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

.help_customers_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.help_customers_item span {
	font-size: 16px;
	font-family: MicrosoftYaHei-, MicrosoftYaHei;
	font-weight: normal;
	color: #333333;
}

/* 邮箱有效性 */
.email_effectiveness {
	height: 1040px;
	padding-top: 55px;
	box-sizing: border-box;
	background: url('../image/index/background1-1.jpg') no-repeat center center;
}

.email_effectiveness_content>p {
	height: 24px;
	font-size: 18px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	text-align: center;
}

/* 内容-----上部分免费验证 */
.effectiveness_freeVer {
	height: 477px;
	margin-top: 80px;
}

.effectiveness_freeVer>.left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: max-content;
}

.effectiveness_freeVer>.left>input {
	width: 610px;
	height: 100px;
	line-height: 100px;
	background: #FFFFFF;
	border-radius: 10px;
	font-size: 28px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	text-indent: 15px;
	color: #CCCCCC;
	border: none;
}

.effectiveness_freeVer>.left>.mistake_tips {
	width: 294px;
	height: 38px;
	line-height: 38px;
	background: #F7F7F7;
	border-radius: 2px 2px 2px 2px;
	display: flex;
	justify-content: space-between;
	padding: 0px 10px;
	box-sizing: border-box;
	margin-top: 10px;
}

.effectiveness_freeVer>.left>.mistake_tips>span {
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FF0000;
}

.effectiveness_freeVer>.left>input::-webkit-input-placeholder {
	font-size: 28px;
	line-height: 100px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #CCCCCC;
	text-indent: 15px;
}

.effectiveness_freeVer>.left>button:nth-of-type(1) {
	position: relative;
	width: 610px;
	height: 58px;
	line-height: 58px;
	background: #122F96;
	box-shadow: 0px 3px 6px 1px rgba(18, 47, 150, 0.2);
	border-radius: 10px;
	font-size: 24px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border: none;
	margin: 38px 0px 18px 0px;
}

.free_tipBox {
	position: absolute;
	right: -130px;
	top: -52px;
	z-index: 40;
	width: 345px;
	height: 118px;
	background: #FFFFFF;
	box-shadow: 3px 3px 6px 1px rgba(18, 47, 150, 0.13);
	border-radius: 5px;
	padding-left: 23px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	visibility: hidden;
}

.free_tipBox>span {
	display: inline-block;
	width: 100%;
	height: 21px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	text-align: left;
}

.free_tipBox:before {
	content: "";
	width: 0px;
	height: 0px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #FFF;
	position: absolute;
	bottom: 25px;
	left: -10px;
}

.free_tipBox>span:last-child {
	margin-top: 15px;
}


.effectiveness_freeVer>.left>a {
	width: 608px;
	height: 58px;
	line-height: 58px;
	background: #DEEFFE;
	border: 1px solid #122F96;
	border-radius: 10px;
	font-size: 24px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #122F96;
	text-align: center;
}

.effectiveness_freeVer>.right {
	min-width: 442px;
	width: max-content;
	height: 452px;
	position: relative;
	background: url('../image/email_effectiveness_bg02.png') no-repeat center center;
	margin-left: 105px;
}

.effectiveness_freeVer>.right>.email_synopsis_item {
	position: absolute;
	width: 234px;
	height: 234px;
	border-radius: 10px;
	justify-content: center;
}

.effectiveness_freeVer>.right>.email_synopsis_item:hover {
	z-index: 40 !important;
}

.effectiveness_freeVer>.right>.email_synopsis_item:nth-child(1) {
	background: url('../image/email_effectiveness_bg03.png') no-repeat center center;
	top: -35px;
	left: 104px;
	z-index: 32;
}

.effectiveness_freeVer>.right>.email_synopsis_item:nth-child(2) {
	background: url('../image/email_effectiveness_bg04.png') no-repeat center center;
	bottom: 72px;
	left: -28px;
	z-index: 33;
}

.effectiveness_freeVer>.right>.email_synopsis_item:nth-child(3) {
	background: url('../image/email_effectiveness_bg05.png') no-repeat center center;
	bottom: 72px;
	right: -28px;
	z-index: 31;
}

.effectiveness_freeVer>.right>.email_synopsis_item p:nth-of-type(1) {
	/* width: 160px; */
	height: 26px;
	font-size: 20px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 0px 20px 0px;
}

.effectiveness_freeVer>.right>.email_synopsis_item p:nth-of-type(2) {
	width: 190px;
	height: 45px;
	font-size: 12px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 25px;
	text-align: center;
}

.email_product_type {
	height: 350px;
	width: 100%;
	align-items: center;
}

.email_product_type .product_type_item {
	width: calc(100% / 3);
	height: 180px;
	background: #FFFFFF;
	box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	padding: 40px 0px 0px 50px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-color: #FFF;
	background-position: 235px center;
}

.email_product_list01,
.email_product_list02,
.email_product_list03 {
	display: none;
}
.email_product_type .product_type_item:nth-child(1) {
	background-image: url('../image/product_type_item01.png');
	border-top-right-radius:0 ;
	border-bottom-right-radius:0 ;
}


.email_product_type .product_type_item:nth-child(2) {
	background-image: url('../image/product_type_item02.png');
	border-radius:0 ;
}

.email_product_type .product_type_item:nth-child(3) {
	background-image: url('../image/product_type_item03.png');
	border-top-left-radius:0 ;
	border-bottom-left-radius:0 ;
}

.email_product_type .product_type_item>a {
	height: 26px;
	line-height: 26px;
	font-size: 20px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #6878EE;
	/* border-bottom: 2px solid #6878EE; */
	padding-bottom: 5px;
	box-sizing: border-box;
	position: relative;
}
.email_product_type .product_type_item>a:after {
	content: '';
	width: 83px;
	height: 2px;
	background:#6878EE;
	position: absolute;
	bottom: -5px;
	left: 0;
}
.email_product_type .product_type_item>p {
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-top: 27px;
}

.email_product_type .product_type_item_active {
	height: 350px;
	box-shadow: 6px -6px 12px 1px rgba(2, 45, 183, 0.2);
	border-radius: 20px!important;
	background-size: 115%;
	background-position: center center;
}
.email_product_type .product_type_item_active:nth-child(1){
	background-image: url('../image/product_type_item01_active.png');
}
.email_product_type .product_type_item_active:nth-child(2){
	background-image: url('../image/product_type_item02_active.png');
}
.email_product_type .product_type_item_active:nth-child(3){
	background-image: url('../image/product_type_item03_active.png');
}
.email_product_type .product_type_item_active>p {
	color: #FFFFFF !important;
	margin-left: -15px;
}

.email_product_type .product_type_item_active>a {
	color: #FFFFFF !important;
	border-bottom-color: #FFF;
	margin-left: -15px;
	font-size: 24px;
}
.email_product_type .product_type_item_active>a:after {
	background: #FFF;
}

.email_product_type .product_type_item_active>ul {
	display: block;
	margin-top: 25px;
}

.email_product_type .product_type_item_active>ul>li {
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 29px;
	margin-left: -15px;
	/* list-style: disc; */
}

.email_product_type .product_type_item_active>ul>li:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #FFF;
	border-radius: 50%;
	margin-right: 5px;
}


/* 邮件营销 */
.mail_marketing {
	height: 740px;
	padding-top: 55px;
	box-sizing: border-box;
	background: url('../image/mail_marketing_bg.png') no-repeat center center;
}

.mail_marketing>.content {
	margin-top: 95px;
}

.mail_marketing .content>.left {
	width: calc(100% - 608px);
	margin-right: 108px;
}

.mail_marketing .content>.right {
	width: 500px;
	height: 500px;
	position: relative;
}

.mail_marketing .content>.right>img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

.mail_marketPic_active {
	display: block !important;
}

.mail_market_m {
	margin-bottom: 28px;
}

.mail_market_m:last-child {
	margin-bottom: 0px;
}

.mail_market_m>span:nth-of-type(1) {
	font-size: 20px;
	font-family: MicrosoftYaHei-, MicrosoftYaHei;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
}

.mail_market_m>span:nth-of-type(2) {
	font-size: 14px;
	font-family: MicrosoftYaHei-, MicrosoftYaHei;
	font-weight: normal;
	color: #333333;
	line-height: 30px;
}


/* layer弹窗的标题样式 */
/* .layui-layer-title {
	text-align: center !important;
	padding: 0 20px 0 20px !important;
	display: flex;
	align-items: center;
	justify-content: center;
} */

/* layer的title的图标 */
/* .layui-layer-title::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: url("../image/layer_tips.png") no-repeat center center;
	background-size: 100%;
	margin-right: 5px;
} */
