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


.box1{width:5.86rem; margin: 0.3rem auto; height:0.85rem;}
.box3{width:7.5rem; margin: 0rem auto 0.3rem auto; height:5.73rem;position:relative; }
.box3 a{ display:block; position:absolute; width:1.8rem; height:2.5rem;}
.box3 a.asks1{left:0.6rem; top:0.32rem;border-radius:0.1rem;}
.box3 a.asks2{left:2.9rem; top:0.32rem;border-radius:0.1rem;}
.box3 a.asks3{left:5.2rem; top:0.32rem;border-radius:0.1rem;}
.box3 a.asks4{left:0.6rem; top:3.1rem;border-radius:0.1rem;}
.box3 a.asks5{left:2.9rem; top:3.1rem;border-radius:0.1rem;}
.box3 a.asks6{left:5.2rem; top:3.1rem;border-radius:0.1rem;}
.box2{width:7.5rem; margin: 0.5rem auto; height:5.46rem;}
.box5{width:7.5rem; margin: 0.3rem auto; height:7.5rem;}
.box4{width:7.5rem; margin: 0.3rem auto 1rem auto; height:4.7rem;}


@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;}

