html {
	font-family: MicrosoftYaHei;
}

.body {
	width: 6.4rem;
	margin: 0 auto;
}


/*banner*/

.banner {
	width: 100%;
	display: block;
}


/*banner end*/


/*title*/

.title {
	font-size: 0.36rem;
	line-height: 1.3em;
	color: #080808;
	margin: 0.2rem 0.2rem;
}

.hot_num {
	margin: 0.2rem;
}

.hot_num>div {
	width: 3.9rem;
	color: rgb(230, 50, 46);
	height: 0.57rem;
	background-color: rgba(230, 50, 46, 0.05);
	padding: 0 0.2rem;
	border-radius: 0.3rem;
	font-size: 0.24rem;
	line-height: 0.57rem;
}

.hot_num>div .hot_icon {
	width: 0.24rem;
	height: 0.34rem;
	display: inline-block;
	margin: 0 0.1rem;
}

.hot_num>div .hot_icon img {
	display: block;
	margin-top: 0.06rem;
}

.hot_num>div b {
	background-color: #fc1c5b;
	border-radius: 0.05rem;
	color: #fff;
	font-size: 0.24rem;
	padding: 0 0.1rem;
}


/*title end*/


/*contact*/

.contact {
	margin: 0.3rem 0.2rem;
}

.contact div {
	margin-bottom: 0.2rem;
}

.contact div label {
	font-size: 0.24rem;
	color: #515151;
	line-height: 2em;
	display: block;
}

.contact div label span {
	color: #ff0000;
	margin-left: 0.1rem;
}

.contact div input {
	padding: 0 0.3rem;
	display: block;
	width: 5.28rem;
	height: 0.82rem;
	border-radius: 10px;
	border: solid 1px #e5e5e5;
	font-size: 0.24rem;
}

input::-webkit-input-placeholder {
	color: #9e9e9e;
	font-size: 0.24rem;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #9e9e9e;
	font-size: 0.24rem;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #9e9e9e;
	font-size: 0.24rem;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #9e9e9e;
	font-size: 0.24rem;
}

.contact input[type="checkbox"] {
	float: left;
	width: 0.34rem;
	height: 0.34rem;
	background-color: #ffffff;
	border: solid 1px #dddddd;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 0.8rem;
	margin: 0;
	padding: 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
	-webkit-appearance: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-transition: background-color ease 0.1s;
	transition: background-color ease 0.1s;
	margin: 0.2rem 0;
}

.contact input[type="checkbox"]:checked::after {
	content: '';
	top: 0.1rem;
	left: 0.08rem;
	position: absolute;
	background: transparent;
	border: 3px solid #fff;
	border-top: none;
	border-right: none;
	width: 0.12rem;
	height: 0.06rem;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.contact input[type="checkbox"]:checked {
	background: #ff0000;
	outline: none;
	float: left;
}

.raido_text {
	color: #9e9e9e;
	font-size: 0.24rem;
	float: left;
	margin: 0.2rem;
}

@-webkit-keyframes anLoca {
	1% {
		-webkit-transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
	}
}

.contact input[type="submit"] {
	display: block;
	width: 5.33rem;
	height: 0.64rem;
	border-radius: 0.3rem;
	background: #ff0000;
	border: none;
	/* margin: 0.4rem auto; */
	font-size: 0.36rem;
	color: #fff;
	background-size: 3.39673913rem 3.39673913rem;
	-webkit-animation: anLoca 3s linear infinite forwards;
	-o-animation: anLoca 3s linear infinite forwards;
	animation: anLoca 3s linear infinite forwards;
	outline: none;
}


/*.contact input[type="button"]:hover {
	animation: none;
}*/

.swiper-container {
	width: 5.88rem;
	height: 0.82rem;
	background-color: #faf3dd;
	border-radius: 0.1rem;
	opacity: 0.6;
}

.swiper-container .tz {
	position: absolute;
	top: 0.28rem;
	left: 0.5rem;
}

.swiper-slide {
	text-align: center;
	font-size: 0.24rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide span {
	color: #ff0000 !important;
	margin-right: 0.3rem;
}


/*contact end*/


/*product img*/

.product_img {
	margin-top: 0.5rem;
	width: 100%;
	display: block;
}

.tips {
	text-align: center;
	color: #b03131;
	font-size: 0.16rem;
	margin: 0.1rem 0;
}


/*product end*/


/*fixed nav*/

.fixed {
	width: 6.4rem;
	margin: 0 auto;
	height: 0.6rem;
	background: #fff;
	position: fixed;
	bottom: 0;
	padding-top: 0.2rem;
	z-index: 99;
}

.fixed ul {
	margin: 0 0.2rem;
	display: flex;
	justify-content: space-between;
}

.fixed ul li {
	background: #ff0000;
	color: #fff;
	font-size: 0.2rem;
	width: 1.1rem;
	height: 0.5rem;
	border-radius: 0.25rem;
	text-align: center;
	line-height: 0.5rem;
}
.fixed ul li span img{
	width: 0.2rem;
	margin-right: 0.1rem;
    margin-bottom: -0.05rem;
	display: inline-block;
}

/*fixed nav end*/


/*dialog*/

.dialog {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.card {
	position: fixed;
	top: 40%;
	left: 50%;
	width: 3.2rem;
	height: 4.1rem;
	background: #fff;
	border-radius: 0.25rem;
	z-index: 105;
	margin-top: -2.05rem;
	/* 数值为高度的一半 */
	margin-left: -1.6rem;
	/* 数值为宽度的一半 */
	overflow: hidden;
}

.card_img {
	width: 100%;
}

.card_img img {
	display: block;
	width: 100%;
}

.card_img p {
	font-weight: 600;
	font-size: 0.26rem;
	color: #000;
	text-align: center;
	margin: 0.3rem 0 0.1rem 0;
}

.card_img span {
	text-align: center;
	display: block;
	font-size: 0.18rem;
	color: #000;
}

.call_phone {
	display: block;
	width: 2.4rem;
	height: 0.48rem;
	margin: 0 auto;
	margin-top: 0.3rem;
	color: #fff;
	text-align: center;
	font-size: 0.22rem;
	border-radius: 0.5rem;
	background-color: #4e6ef2;
	line-height: 0.48rem;
	text-decoration: none;
}

.close {
	position: fixed;
	color: #fff;
	z-index: 105;
	bottom: 30%;
	left: 50%;
	font-size: 0.26rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
	width: 0.35rem;
	height: 0.35rem;
	text-align: center;
	line-height: 0.3rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	margin-left: -0.17rem;
}


/*dialog end*/
/* agree */
.agree{
	width:3.4rem;
	height: 2.6rem;
	border-radius: 0.2rem;
	background-color: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -1.3rem;
	margin-left: -1.7rem;
	z-index: 110;

}
.agree h2{
	font-size: 0.18rem;
	color:#000;
	line-height: 2em;
	text-align: center;
}
.agree div{
	font-size: 0.14rem;
    color: #555;
	line-height: 1.4em;
	text-align: left;
	margin: 0 0.2rem;
}
/* agree end */