@charset "utf-8";
body{
	color: #333;
}
body,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,form,button,input,textarea,th,td {
	font-weight: normal;
	margin: 0;
	padding: 0
}

body,button,input,select,textarea,h1,h2,h3,h4,h5,h6,i {
	font: normal 12px -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased
}

ul,ol,li {
	list-style: none
}

a {
	text-decoration: none;
	color: #333
}

a:hover {
	text-decoration: none
}

img {
	vertical-align: top;
	border: 0
}

button,input,textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
	border-radius: 0;
	-webkit-appearance: none
}

table {
	border-spacing: 0;
	border-collapse: collapse
}

div,a {
	-webkit-tap-highlight-color: rgba(255,255,255,0)
}

html {
	font-size: 100px
}

@media screen and (min-width: 320px) {
	html {
		font-size: 85.33333px
	}
}

@media screen and (min-width: 360px) {
	html {
		font-size: 96px
	}
}

@media screen and (min-width: 375px) {
	html {
		font-size: 100px
	}
}

@media screen and (min-width: 480px) {
	html {
		font-size: 128px
	}
}

@media screen and (min-width: 640px) {
	html {
		font-size: 170.66667px
	}
}

@media screen and (min-width: 750px) {
	html {
		font-size: 200px
	}
}

.clearfix:after {
	font-size: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ' '
}

.clearfix {
	*zoom: 1
}

.clearboth {
	clear: both
}


.w{
	max-width: 768px;
	width: 100%;
	margin: 0 auto
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.warp{
	overflow: hidden;
}
.ipad_zz{
	padding: 0 .15rem;
}


.viciao{
    text-align: center;
    font-size: .125rem;
    margin: .2rem 0;
    padding-top: .1rem;
}
.viciao a{
    border: solid 1px #DAD6D6;
    font-size: .12rem;
    padding: .05rem;
}
.viciao .disabled,.viciao .pagenext,.viciao .pagelast,.pagefirst,.pagepre{
	display:none;
}
.viciao span{
    border: solid 1px #DAD6D6;
    font-size: .125rem;
    padding: .05rem;
}
.viciao input{
	display: none;
}


.top_djon{
	background: #f33a3a!important;
}


/*底部*/
.footer{
    background: #666666;
    padding: .15rem 0;
    margin-top: .125rem;
}
.footer .footer_pad{
    padding: 0 .15rem;
}
.footer p{
    color: #fff;
    text-align: center;
    line-height: .2rem;
    font-size: .125rem;
}
.footer p a{
    color:#fff;
}

.footer_tb{
    background: #0146e2;
    padding: .05rem 0;
}
.footer_tb ul{}
.footer_tb ul li{
    width: 33.3%;
    float: left;
    text-align: center;
}
.footer_tb ul li a{
    color: #fff;
    font-size: .35rem;
}



.footer_ltb{
    position: fixed;
    right: .1rem;
    bottom: .7rem;
}
.footer_ltb ul{}
.footer_ltb ul li{
    color: #fff;
    background: rgba(51, 51, 51, 0.7);
    margin-top: .05rem;
    border-radius: 50%;
    text-align: center;
    line-height: .2rem;
}
.footer_ltb ul li a{
    color: #fff;
    display: block;
    width: .18rem;
    height: .18rem;
    padding: .1rem;
}
.footer_ltb ul li a i{
    font-size: .2rem;
}