@charset "utf-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
textarea,
p,
th,
td,
figure {
	margin: 0;
	padding: 0;
}

img {
	display: block;
	font-size: 0%;
	border: 0;
	max-width: 100%;
	vertical-align: bottom;
}

:focus {
	outline: 0
}

ol,
ul,
li {
	list-style: none;
}

.flex {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	justify-content: space-between;
}

/* main */
body {
	width: 10rem;
	margin: auto;
	font-family: Source Han Sans CN;
}

/* @mediascreenand(max-width:320rem){
    html{font-size:12rem;}
    }
    @mediascreenand(min-width:321rem)and(max-width:750rem){
    html{font-size:14rem;}
    }
    @mediascreenand(min-width:751rem){
    html{font-size:16rem;}
    } */
.top-txt {
	text-align: center;
}

.top-txt .title {
	margin-bottom: .34rem;
	font-size: .66rem;
	font-weight: bold;
	color: #DC1212;
	line-height: .63rem;
}

.top-txt .desc {
	font-size: .27rem;
	font-weight: 400;
	color: #333333;
}

.top-txt i {
	display: block;
	margin: .50rem auto .53rem;
	width: .80rem;
	height: 3px;
	background: #DC1212;
}

.txt02 .title {
	color: #fff;
}

.txt02 i {
	background: #fff;
}

.form-wrap {
	padding-bottom: 1.65rem;
	background: #DC1212;
}

/* form */
.mobform {
	width: 7.63rem;
	margin: auto;
}

.mobform .form-group {
	background: #FFFFFF;
	border-radius: .10rem;
}

.mobform input,
.mobform select {
	padding: 0 .36rem;
	width: 100%;
	height: .85rem;
	border: 0;
	font-size: .34rem;
	color: #747474;
	font-weight: 500;
	border-radius: .10rem;
}

.mobform select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 0;
	background: url(../mobimg/xl.png) no-repeat right .35rem center;
}

.mobform .Required {
	font-weight: normal;
	color: #DC1212;
}

.mobform .form-group {
	margin-bottom: .44rem;
}

.mob-button {
	margin-top: .38rem;
	width: 100%;
	height: 1.04rem;
	background: #FFFFFF;
	border-radius: .52rem;
	font-size: .48rem;
	font-weight: bold;
	color: #DC1212;
	border: 0;
}


.pro-wrap ul {
	padding: 0 .43rem;

}

.pro-wrap ul li {
	width: 2.95rem;
	height: 4.48rem;
	background: #DC1212;
	border-radius: .10rem;
	text-align: center;
}

.pro-wrap ul li .img {
	width: 2.95rem;
	height: 2.62rem;
	border-radius: .10rem .10rem 0rem 0rem;
	background: #eee;
}

.pro-wrap ul li .title {
	margin-top: .15rem;
	font-size: .36rem;
	line-height: .35rem;
	font-weight: bold;
	color: #FFFFFF;
}

.pro-wrap ul li i {
	display: block;
	margin: .12rem auto .08rem;
	width: 1.40rem;
	height: 1px;
	background: #FFFFFF;
}

.pro-wrap ul li .subtit {
	font-size: .22rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: .21rem;
}

.bot-btn {
	margin-top: .21rem;
	display: inline-block;
	width: 1.86rem;
	height: .39rem;
	line-height: .39rem;
	background: #FFFFFF;
	border-radius: 0.06rem;
	font-size: .22rem;
	font-weight: bold;
	color: #DC1212;
}

/* 优势 */
.advantage ul {
	padding: 0 .23rem;
}

.advantage ul li {
	width: 2.34rem;
	height: 2.34rem;
	background: #FFE6E6;
	border-radius: .10rem;
}

.advantage ul li .icon {
	width: 2.34rem;
	height: 1.32rem;
	background: #DC1212;
	border-radius: .10rem .10rem 0rem 0rem;
}

.advantage ul li .icon img {
	display: block;
	margin: auto;
	padding-top: .25rem;
}

.advantage ul li .title {
	margin-top: .31rem;
	font-size: .32rem;
	font-weight: bold;
	color: #DC1212;
	text-align: center;
}

/* 保障 */
.assure ul {
	padding: 0 .73rem;
	flex-wrap: wrap;
}

.assure ul li {
	width: 2.12rem;
	margin-bottom: .74rem;
}

.assure ul li .icon {
	width: 1.05rem;
	height: 1.05rem;
	background: #DC1212;
	border-radius: 50%;
	display: block;
	margin: auto;
}

.assure ul li .icon>div {
	width: 1.05rem;
	height: 1.05rem;
	display: table-cell;
	text-align: center;
	vertical-align: middle
}

.assure ul li .icon img {
	display: block;
	margin: auto;
}

.assure ul li .info {
	margin-top: .23rem;
	text-align: center;
}

.assure ul li .title {
	margin-bottom: .20rem;
	font-size: .32rem;
	font-weight: bold;
	color: #DC1212;
	line-height: .32rem;
}

.assure ul li .subtit {
	font-size: .26rem;
	color: #505050;
}

/* 区域 */
.area ul {
	padding: 0 .45rem;
	flex-wrap: wrap;
}

.area ul li {
	margin-bottom: .43rem;
	width: 2.93rem;
}

.area ul li .img {
	width: 100%;
	height: 1.86rem;
	background: #eee;
}

.area ul li .title {
	margin-top: .18rem;
	font-size: .24rem;
	font-weight: 500;
	color: #3C3C3C;
	line-height: .23rem;
	text-align: center;
}

.case {
	margin-bottom: .5rem;
}

.case img {
	display: block;
	margin: auto;
}

.rx{
	margin-top: .25rem;
	font-size: .3rem;
	text-align: center;
	color: #fff;
}
/* @mediascreenand(max-width:320rem){
    html{font-size:12rem;}
    }
    @mediascreenand(min-width:321rem)and(max-width:750rem){
    html{font-size:14rem;}
    }
    @mediascreenand(min-width:751rem){
    html{font-size:16rem;}
    } */


@media (max-width: 768px) {
	body {
		width: 100%;
		max-width: 100%;
	}

	.mobform {
		width: 80%;
	}

	.bot-btn,
	.advantage ul li .icon,
	.pro-wrap ul li .img {
		width: 100%;
	}

	.pro-wrap ul li,
	.assure ul li,
	.area ul li {
		width: 32%;
	}

	.advantage ul li {
		width: 24%;
	}

	.area ul li .img,
	.pro-wrap ul li .img {
		height: auto;
	}

	.assure ul li .title,
	.pro-wrap ul li .title,
	.mob-button {
		font-size: .28rem;
	}

	.top-txt .desc,
	.area ul li .title,
	.advantage ul li .title {
		font-size: .24rem;
	}

	.assure ul li .subtit,
	.bot-btn,
	.mobform input,
	.mobform select {
		font-size: .21rem;
	}

	.pro-wrap ul li .subtit {
		font-size: .16rem;
	}

	.assure ul li {
		margin-bottom: .44rem;
	}

	.area ul li {
		margin-bottom: .23rem;
	}

	.assure ul li .title {
		margin-bottom: .10rem;
	}


	/* font */
	.top-txt .title {
		font-size: .42rem;
		line-height: initial;
		margin-bottom: .14rem;
	}

	.top-txt .desc {
		font-size: .24rem;
	}

	.top-txt i {
		margin: .30rem auto .33rem;
	}

	.area ul,
	.assure ul,
	.pro-wrap ul {
		padding: 0 .25rem;
	}

	.assure ul li .icon,
	.assure ul li .icon>div {
		width: 1.3rem;
		height: 1.3rem;
	}

	.advantage ul li:nth-child(2) .icon img {
		max-width: 80%;
	}

	.advantage ul li .icon img {
		max-width: 50%;
	}

	.advantage ul li .title {
		margin-top: .25rem;
	}

	.pro-wrap ul li {
		height: auto;
		padding-bottom: .2rem;
	}

	.pro-wrap ul li .subtit {
		line-height: initial;
	}

	.top-txt {
		margin-top: 0 !important;
		padding-top: 1rem;
	}

	.mobform select {
		background-size: .1rem;
	}

	.form-wrap {
		padding-bottom: 1.2rem;
	}
}
