* {
	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;
	background: #f6f6f8;
}

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:3.42rem;margin:0 auto; padding:30px 0px;}
.part3 img{width:3.42rem; height:0.52rem; text-align:center; }
.part4{width:100%;height:auto;}
.part4 ul{width:100%;height:2.5rem;}	
.part4 ul li{width: 25%;height: 2rem;float:left;}	
.part4 ul li a{width:1.4rem;height: 2rem; display:block; color:#000;text-align:center;display:block;margin:0 auto;}		
.part4 ul li img{width: 1.4rem;height: 1.4rem;text-align:center;display:block;margin:0 auto;}		
.part4 ul li span{font-size:15px; display:block; line-height:0.35rem; margin-top:30px;}

.box1{width:4.92rem;margin:0.3rem auto; height:0.56rem;}
.box2{width:3.42rem;margin:0 auto; height:0.52rem;}
.box3{width:5.91rem;margin:0.3rem auto; height:5.97rem;}
.box4{width:5.9rem;margin:0.5rem auto; height:0.58rem; position:relative;}
.box4 a{width:50%;display:block; position:absolute; height:0.58rem;top:0px;}
.box4 a#aa1{left:0px;}
.box4 a#aa2{right:0px;}

.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}
}