/*css reset*/
*{-webkit-tap-highlight-color:rgba(255,0,0,0);}
body,nav,dl,dt,dd,p,h1,h2,h3,h4,ul,ol,li,input,button,textarea,footer{margin:0;padding:0}
body{font:16px/1.5 'Helvetica Neue','Helvetica','STHeiTi','sans-serif';  color:#333;background:#fff;-webkit-text-size-adjust: none; min-width:320px;min-height:100vh;}
body.white{background-color: #fff;font-family: Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;}
body.grayWhite{background-color: #f7f7f7;font-family: Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;}

/*html,body{height: 100%;}*/
h1,h2,h3,h4,h5,h6{font-size:100%}
form{display:inline}
ul,ol{list-style:none}
a{text-decoration:none;color:#169BD5;-webkit-tap-highlight-color:rgba(255,0,0,0);}
a:hover, a:active, a:focus{color:#1c5aa2;text-decoration: none;-webkit-tap-highlight-color:rgba(255,0,0,0);}
a:active{color:#aaa;}
/*img{vertical-align:middle;border:0;-ms-interpolation-mode:bicubic;}*/
button,input,select,textarea{font-size:100%; vertical-align:middle;outline:none;}
textarea{resize:none}
button,input[type="button"],input[type="reset"],input[type="submit"] {cursor:pointer;-webkit-appearance:button;-moz-appearance:button}
input:focus:-moz-placeholder,input:focus::-webkit-input-placeholder {color:transparent}
button::-moz-focus-inner,input::-moz-focus-inner { padding:0; border:0}
table { border-collapse:collapse; border-spacing:0}
.fl{float:left;}.fr{float:right;}.hide{display:none;}.show{display: block;}
.ellipsis { white-space:nowrap; text-overflow:ellipsis; overflow:hidden}
.break { word-break:break-all; word-wrap:break-word}
header, footer, article, section, nav, menu, hgroup {display: block;clear:both;}

.hidden{display: none;}


.model{
    width:100%;
    height: 100vh;
    background: #000000;
    opacity: .6;
    top: 0;
    position: fixed;
    display: none;
}

/*提示*/
.message{display: none;}
.message .message_box{padding:.32rem;background-color: rgba(0,0,0,.9);border-radius: .15rem;position: fixed;z-index:1111;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%); 	/* IE 9 */
    -moz-transform: translate(-50%,-50%); 	/* Firefox */
    -webkit-transform: translate(-50%,-50%); /* Safari 和 Chrome */
    -o-transform: translate(-50%,-50%);
    top: 50%;left: 50%;
}
.message .ico{text-align: center;}
.message .ico img{width:.82rem;}
.message .msg{font-size: .26rem;color:#fff;font-family: "微软雅黑";text-align:center;margin-top:.23rem;}
