﻿* {
	margin: 0;
	padding: 0;
	border:0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body {
	max-width: 750px;
	margin: 0 auto;
	font-size: 14px;
}

ol,ul,li{list-style-type:none; list-style:none;}

a{text-decoration:none;outline:none;outline-width:0px;transition:all .28s linear;-moz-transition:all .28s linear;-webkit-transition:all .28s linear;-o-transition:all .28s linear;}

img { border:0px; max-width:100%;}

.ly-header {
	width: 100%;
	max-width: 750px;
	margin:0 auto;
	display: none;
}
.ly-header img{
	width:100%;
}
.ly-header nav {
	height: 5rem;
	line-height: 5rem;
	background: #4C204D;
}

.ly-header nav li{float: left;text-align:center;font-size:0.2rem}

.ly-header nav li a{color:#f6cd91;}

.ly-header nav li:nth-child(1) {
	width: 15%;
}

.ly-header nav li:nth-child(2) {
	width: 70%;
}

.ly-header nav li:nth-child(3) {
	width: 15%;
}

.ly-header nav li i {
	font-size:0.2rem;
	color:#f6cd91;
}


.dh li{float:left;width:20%;text-align:center;line-height:50px;border-right:1px solid #fff;background-color:#ff6d76;}
.dh li a{color:#fff;font-size:0.2rem}
.section{background:#f6f6f8; height:auto;width:100%; }

.clear{ clear:both;}
.part2{width:100%;  height:auto;}
.part3{width:6.46rem;margin:0.3rem auto; height:0.49rem;}
.part4{width:100%;height:auto;}
.part4 ul{width:100%;height:2.5rem;}	
.part4 ul li{width: 33.3%;height: 3rem;float:left;}	
.part4 ul li a{width:2rem;height: auto; display:block; color:#000;text-align:center;margin:0 auto;}		
.part4 ul li img{width: 2rem;height: 2rem;text-align:center;display:block;margin:0 auto;}		
.part4 ul li span{font-size:0.26rem; display:block; line-height:0.35rem; margin-top:0.2rem;}

.box2{width:7.5rem;margin:0.3rem auto; height:8.59rem;}
.box3{width:6.05rem;margin:0.3rem auto; height:0.5rem;}
.bx1{background-color:#fe578e; text-align:center; color:#fff;border-radius:10px; width:6rem; margin:0 auto; height:0.6rem; line-height:0.6rem;font-size:0.3rem; font-weight:bold;}
.box4{ font-size:0.35rem; font-weight:bold; color:#fe578e; text-align:center;margin:0.3rem auto;}
.box6{ background-color:#fff4f9;padding-top:0.3rem;padding-bottom:1rem;}
.box63{width:6.32rem;margin:0rem auto; height:0.5rem; padding-top:0.3rem;}
.box62{width:6.32rem;margin:0.5rem auto;}
.box11{ border-top: 2px dashed #fe578e;  margin-bottom:0.3rem;}
.box11 h3{color:#fb81b4; margin-bottom:0.1rem;font-size:0.3rem; font-weight:bold;padding-top:0.3rem;}
.box11:nth-child(1){border:none;}
.box11 p{font-size:0.25rem;line-height:0.35rem;}


.ly-footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	max-width: 750px;
	background: #FFF;
	padding:10px 15px;
}
.ly-footer li{float:left;height: 50px;line-height: 50px;}

.ly-footer li i{color:#333;font-size:0.22rem}
.ly-footer li a{font-size:0.22rem;color:#333}
.ly-footer li:nth-child(1) {width: 49%;}
.ly-footer li:nth-child(2) {width: 20%;margin:0 2%}
.ly-footer li:nth-child(2) {width: 20%;text-align:center;background-color:#ff6d76;border-radius:10px}
.ly-footer li:nth-child(3) {width: 27%;text-align:center;background-color:#ed7800;border-radius:10px}
.ly-footer li:nth-child(1) a{color:#666;}
.ly-footer li:nth-child(2) a{color:#fff;}
.ly-footer li:nth-child(3) a{color:#fff;}
.txet{font-size:0.2rem}

.ly-clear {
	clear: both;
}
.ly-hide {
	display: none;
}
.ly-animation-bell {
	display: inline-block;
	color: #F00;
	transition: 0.5s;
}
.ly-animation-bell.on {
	animation: ly-animation-bell 0.5s;
}
 @keyframes ly-animation-bell {
 0% {
transform:rotate(-5deg);
}
 20% {
transform:rotate(10deg);
}
 40% {
transform:rotate(-15deg);
}
 60% {
transform:rotate(20deg);
}
 80% {
transform:rotate(-15deg);
}
 100% {
transform:rotate(10deg);
}
}


@media screen and (min-width:300px) and (max-width: 480px){
	.txet{font-size:0.3rem}
	.dh li a{color:#fff;font-size:0.3rem}
	.ly-footer li i{color:#333;font-size:0.25rem}
    .ly-footer li a{font-size:0.25rem;color:#333}
}