﻿* {
	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%;}


.dh{
	width: 100%;
	max-width: 750px;
	margin:0 auto;
	height:0.65rem; line-height:0.65rem;
}
.dh li{float:left;width:25%;text-align:center;line-height:0.65rem;border-right:1px solid #fff;background-color:#ff8f3b;}
.dh li a{color:#fff;font-size:0.22rem}


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


.top{width:4.5rem; margin: 0.3rem auto; height:0.8rem;}
.dibox{line-height:0.55rem;width: 6.32rem;height:auto;margin:0rem auto 0.3rem auto;font-size:0.28rem;border-left:3px solid #ffe1ca; padding-left:0.2rem;}
.dibox a{background:#e1680e; color:#fff;}
.part1{width: 6.32rem;height:5.36rem;margin:0rem auto 0.3rem auto;}
.part2{width: 7.5rem;height:7rem;margin:0rem auto;}
.part3{width: 6.36rem;height:1.06rem;margin:0rem auto 1.5rem auto;}
.part3 a{ display:block;width: 6.36rem;height:1.06rem;}

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

.swt_footer{position:fixed;z-index:99;bottom:2rem;right:10px}

.fix-footer{width:7.5rem;min-width: 320px; position: fixed;bottom: 0;z-index: 99; margin: 0 auto;}
.fix-footer a{ display:block; position:absolute;width:3.75rem;height:.9rem; top:0px;border-radius:0.1rem;}
.fix-footer .asks{ left:0px; }
.fix-footer .askss{left:3.8rem;}