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

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: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:2rem;
	color:#f6cd91;
}

.head{padding:20px 10px;display:none}

.head ul li{float:left}
.head ul li:nth-child(1){width:30%;}
.head ul li:nth-child(1) img{width:100%}
.head ul li:nth-child(2){width:65%;margin-left:5%;font-size:14px;}
.head ul li:nth-child(2) p{margin-bottom:3%;color:#333}








.ly-section1 {
	padding-bottom:50%;
}

.ly-section1 .line {
	margin: 0px 10px;
}
.ly-section1 .left {
	float: left;
	max-width: 100%;
	margin: 10px 0 0 0;
}
.ly-section1 .left div {
	position: relative;
	margin: 5px 0 0 70px;
	line-height: 30px;
	padding: 10px 20px;
	background: #FFF;
	color: #323232;
	border: 1px solid #d5d5d5;
	border-radius: 6px;
}
.ly-section1 .left div i {
	position: absolute;
	top: 12px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: url(../images/wechat.png) no-repeat scroll 0 -200px;
	transform: rotate(-180deg)
}
.ly-section1 .left img {
	float: left;
	margin: 0 5px 0 0;
	border-radius: 50%;
	
}
.ly-section1 .left div img {
	vertical-align: text-bottom;
	float: none;
}



.ly-section1 .hot_ask {
	padding:0 3%;

}
.ly-section1 .hot_ask h2{
	font-size:1.7rem;
	padding:8px 0px;
	color:#333;
}

.ly-section1 .hot_ask .act{
	border-top:1px solid #d7d7d7;
}
.ly-section1 .hot_ask ul{
	display:inline-block;
	width:100%;
	padding:10px 0 20px 0;
}
.ly-section1 .hot_ask ul li{
	float:left;
	margin-top:15px;
	width:100%
	
}



.ly-section1 .hot_ask ul li a{

	color:#434343;
	font-size:1.3rem;
	text-decoration:none;
}
.ly-section1 .hot_ask ul li a span{
	display:inline-block;
	color:#fff;
	font-size:14px;
	background-color:#e35c7d;
	padding:1px 5px;
	border-radius:3px;
	margin-right:3px;
}
.ly-section1 .hot_ask p{
	text-align:center;
	padding:3px 0 13px 0;
	color:#e35c7d;
	font-size:18px;
}
.ly-section1 .hot_ask p span{
	font-size: 18px;
	color:#e35c7d;
}
.ly-section1 .hot_ask p a{
	margin-top:10px;
	margin-left:8px;
	display:inline-block;
	text-decoration:none;
	font-size:14px;
	color:#fff;
	background-color:#e35c7d;
	padding:5px 12px;
	border-radius:5px;
	position: relative;
}

.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:2.2rem}
.ly-footer li a{font-size:1.2rem;color:#333}
.ly-footer li:nth-child(1) {width: 50%;}
.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: 26%;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:1.3rem}

.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){
	.ly-header nav li i {font-size:1.5rem;}
	.ly-header nav li{font-size:1.5rem}
	.ly-header nav {height: 4rem;line-height: 4rem;}
	.ly-section1 .hot_ask h2{font-size:1rem;}
	.ly-footer li a{font-size:0.7rem}
	#HotNews{font-size:1rem}
	.txet{font-size:1rem}
	.ly-section1 .hot_ask ul li a{font-size:0.8rem;}
	.ly-section1 .hot_ask ul li:nth-child(2n+1) {margin-left:2%;}
	.ly-section1 .left div {
	position: relative;
	margin: 5px 0 0 70px;
	line-height: 27px;
	padding: 10px 20px;
	background: #FFF;
	color: #323232;
	border: 1px solid #d5d5d5;
	border-radius: 6px;
}
.ly-footer li{float:left;height: 40px;line-height: 40px;}
}
.dh li{float:left;width:25%;text-align:center;line-height:50px;border-right:1px solid #fff;background-color:#f75986;}
.dh li a{color:#fff;font-size:1.1rem}

.whatsap{position:fixed;right:5px;bottom:45%;width:60px;z-index:999;animation: shake-it 2.5s infinite;}
.whatsap img{width:100%}

@keyframes shake-it{
0% {
    transform: rotate(-15deg);
}
2% {
    transform: rotate(15deg);
}
4% {
    transform: rotate(-18deg);
}
6% {
    transform: rotate(18deg);
}
8% {
    transform: rotate(-22deg);
}
10% {
    transform: rotate(22deg);
}

12% {
   transform: rotate(-18deg);
}
14% {
    transform: rotate(18deg);
}
16% {
    transform: rotate(-12deg);
}
18% {
    transform: rotate(12deg);
}
20% {
    transform: rotate(0deg);
}
}

@keyframes pulse{
	0%{transform:scale(0.9)}
	50%{transform:scale(1)}
	100%{transform:scale(0.9)}
}
@-webkit-keyframes pulse{
	0%{-webkit-transform:scale(0.9)}
	50%{-webkit-transform:scale(1)}
	100%{-webkit-transform:scale(0.9)}
}

.num {
    position: absolute;
    top: -8px;
    right: -4px;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 12px;
    background-color: #f00;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    animation: pulse 1s .2s ease infinite;
    -webkit-animation: pulse 1s .2s ease infinite;
}

