@charset "utf-8";
/* CSS Document */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,span,em,i,p,form,input,button,fieldset,legend,select,table,tr,td{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main{display:block;margin:0;padding:0;border:0;}
html{overflow:scroll;}
body{width:100% !important;font-family:"microsoft yahei", Verdana, Helvetica, sans-serif;font-size:14px;line-height:1;}
button,input,select,textarea{outline:0;}
textarea{resize:none;}
ol,ul,li{list-style:none;}
img{display:block;outline:0;border:0;}
button,input[type=button],input[type=reset],input[type=submit]{appearance:none;-webkit-appearance:none;-moz-appearance:none;}
input{border:0;border-radius:0px;outline:none;box-shadow:none;}
a{text-decoration:none;color:#000000;-webkit-tap-highlight-color:rgba(0,0,0,0);}
a:hover{text-decoration:none;}
em{font-style:normal;}
i{font-style:normal;}
table{border-collapse:collapse;border-spacing:0;}
strong{font-weight:normal;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
/* .clearfix {*zoom:1;} */
iframe{display:none;} /* 去除uc浏览器默认的广告 不需要可不添加 */

/* 公共类 */

/* 清除浮动 */
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {*zoom:1;}

.fl{float:left;}
.fr{float:right;}
.cl{clear:both;}
.cp{cursor:pointer;}
.hide{display:none;}
.show{display:block;}
.blank00{clear:both;width:100%;height:0px;}
.blank10{clear:both;width:100%;height:10px;}
.blank15{clear:both;width:100%;height:15px;}
.AarBmZMlKbitIRq{clear:both;width:100%;height:20px;}
.blank25{clear:both;width:100%;height:25px;}
.blank30{clear:both;width:100%;height:30px;}

/*css顺序*/
.ceshi_ceshi {
    position: relative;
    top: 0;
    left: 0;
    float: left;
    display: block;
    margin: 0;
    padding: 0;
    width: 100px;
    height: 100px;
    border: 0;
    background: red;
    color: #000;
    text-align: center;
    white-space: normal;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    line-height: 30px;
    cursor: pointer;
}