﻿@charset "utf-8";*{margin:0;padding:0;-webkit-tap-highlight-color:rgba(200,200,200,0)}
html{-webkit-text-size-adjust:100%}
body,html{height:100%;min-width: 1400px;}
body{overflow-x:hidden;margin:0 auto;width: 100%;font-family:"PingFang SC","Hiragino Sans GB",'Microsoft YaHei',SimHei}
a{cursor:pointer}
a:link{text-decoration:none}
a:visited{text-decoration:none}
a:hover{text-decoration:none}
img{margin:0;padding:0;border:none}
li,ul{list-style-type:none}
button,input,select,textarea{outline:0;font-family:"PingFang SC","Hiragino Sans GB",'Microsoft YaHei',SimHei}
textarea{resize:none}
a,button,input{font-family:"PingFang SC","Hiragino Sans GB",'Microsoft YaHei',SimHei;-webkit-tap-highlight-color:rgba(255,0,0,0)}
input{-webkit-appearance:none}
.clear{zoom:1}
.clear:after{clear:both;display:block;visibility:hidden;content:''}
.float_left{float:left}
.float_right{float:right}
.display_none{display:none}
.display_block{display:block}
.ball-clip-rotate div{display:inline-block;margin:2px;width:15px;width:65px;height:15px;height:65px;border:3px solid #fff;border-radius:100%;background:0 0!important;background-color:#fff;-webkit-animation-fill-mode:both;animation-fill-mode:both;border-bottom-color:transparent;-webkit-animation:rotate .75s 0s linear infinite;animation:rotate .75s 0s linear infinite}
@keyframes rotate{0%{-webkit-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}
50%{-webkit-transform:rotate(180deg) scale(.6);transform:rotate(180deg) scale(.6)}
100%{-webkit-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}
}
@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}
50%{-webkit-transform:rotate(180deg) scale(.6);transform:rotate(180deg) scale(.6)}
100%{-webkit-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}
}
/*翻页*/
.pages{text-align: center; margin-top: 50px;}
.pages button{border:none; font-size:14px; background: none; margin: 0 10px; cursor: pointer;}
.pages button:hover{color: #FFD000;}

.backtop{position:fixed;right:46px;bottom:160px;cursor:pointer;z-index: 10;}