@charset "UTF-8";
*{ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin: 0;padding: 0;}
html {color: #000;height: 100%;}
body {position: relative;min-height: 100%; background:#fff url(../images/index_bg.png) no-repeat center center;font-family: "Microsoft YaHei",SimSun,'\5b8b\4f53',sans-serif,Segoe UI, "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial;overflow-x:hidden;-webkit-text-size-adjust:none;font-size: 14px;color: #666;margin: 0;padding: 0;-webkit-touch-callout: none;}
cite,em,i{font-style: normal;}
article,section{display: block;}
h1,h2,h3,h4,h5,h6,p{margin: 0;}
dl,dd,ul{margin: 0;padding: 0;}
li{list-style: none;}
a{text-decoration: none; color: inherit;-webkit-tap-highlight-color:transparent;-webkit-touch-callout: none;cursor: pointer;}
a:active { color: inherit; }
input,textarea{-webkit-tap-highlight-color:transparent;-webkit-appearance: none;outline: none;}
input::-webkit-search-decoration { -webkit-appearance: none }
button{-webkit-touch-callout: none; -webkit-appearance: none;    text-transform: none; }
img{vertical-align: top;border: none;}

@keyframes visiable{
	0%{opacity: 0;}
	100%{opacity: 1;}
}

.toast{position: fixed;left:50%;top: -30px;opacity:0;transition: opacity .5s,top .9s;transform: translateX(-50%);-ms-transform: translateX(-50%);-webkit-transform: translateX(-50%);z-index: 31;}
.toast cite{display:inline-block;height:30px;background:#fff;box-shadow: 0 2px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04);border-radius: 2px;}
.toast cite strong{display:inline-block;width:30px;height:100%;color:#fff;line-height:30px;background:#ffa444;text-align: center;}
.toast cite label{display: inline-block;padding:0 10px;line-height: 30px;font-size: 14px;color: #8391a5;min-width: 200px;text-align: left;}

.toast cite strong.success{background: #13CE66;}
.toast cite strong.warning{background: #F7BA2A;}
.toast cite strong.msg{background: #50BFFF;}
.toast cite strong.failed{background: #FF4949;}












