@charset "utf-8";
/* CSS Document */
html,body,div,p,span,img,em,i,cite,pre,object,code,del,hr,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,frame,iframe,fieldset,form,table,caption,tbody,thead,tfoot,tr,td,th,label,legend{margin:0;padding:0; border:0; font-family: "Microsoft YaHei","微软雅黑",sans-serif;}
input,seclect,textarea{margin:0;padding:0;font-family:'微软雅黑'; font-size:12px}
ul,ul li,ol,ol li,dl,dl dd{ list-style:none;}
table,tr,td{ border-collapse:collapse;}
/*pre{white-space:pre-wrap;white-space: -moz-pre-wrap;white-space: -pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;white-space:normal;}*/
select,img,input{ vertical-align:middle;}
button {outline:none;}
a{text-decoration:none;}
a{bblr:expression(this.onFocus=this.blur()); outline:none;}
img{-webkit-transform:translate3d(0,0,0);}

/*ClearFix */
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
*html .clearfix {height:1%;}
*+html .clearfix{height:1%;}
.clearfix{display:inline-block;}
.clearfix {display:block;}
.clear{ clear:both; overflow:hidden;_zoom:1;}

/* html,body{height:100%;width:100%;} */

html,
body {
    overflow: hidden;
    overflow-y: auto;
    background: #ffffff;
}
.isempty {
    width: 100%;
    line-height: 300px;
    text-align: center;
    font-size: 16px;
    color: #777777;
}
.am-toast {
    position: fixed;
    width: 100%;
    z-index: 1999;
    font-size: 0.28rem;
    text-align: center;
}
.am-toast.am-toast-mask {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    top: 0;
}
.am-toast > span {
    max-width: 50%;
}
.am-toast-notice-content .am-toast-text {
    min-width: 76px;
    border-radius: 4px;
    color: #fff;
    background-color: rgba(58, 58, 58, 0.9);
    line-height: 1.5;
    padding: 10px 16px;
}
.am-toast-notice-content .am-toast-text.am-toast-text-icon {
    border-radius: 6px;
    padding: 16px 16px;
}
.am-icon {
    fill: currentColor;
    background-size: cover;
    width: 24px;
    height: 24px;
}
.am-icon-lg {
    width: 40px;
    height: 40px;
}
.am-icon-loading {
    -webkit-animation: cirle-anim 1s linear infinite;
    animation: cirle-anim 1s linear infinite;
}
.am-toast-notice-content .am-toast-text.am-toast-text-icon .am-toast-text-info {
    margin-top: 4px;
    font-size: 14px;
}
@-webkit-keyframes cirle-anim {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes cirle-anim {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*iphone4*/
@media all and (min-width:750px){
}
/*android*/
@media all and (min-width:360px){
}
/*iphone6*/
/*iphone6+*/
@media all and (min-width:410px){
}
