@charset "utf-8";/* margin and padding */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,input{margin:0;padding:0;border:none;outline:0;font-size:100%;font:inherit;vertical-align:baseline}
/* baoy */
body{font-family:"微软雅黑";font-size:16px;color:#666;min-width:320px;max-width: 640px;position:relative;margin:0 auto;height:100vh;background-color: rgba(244,244,244,1);}
body,div,fieldset,form,h1,h2,h3,h4,h5,h6,html,p{-webkit-text-size-adjust:none}
input::-ms-clear{display:none;}/*清楚文本框X*/
input,select,textarea{outline:none;cursor:pointer;-webkit-appearance:none;}
html{-webkit-user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);width:100%;height:100%;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color:#999999}
strong{font-weight: bold;}
/* img */
img{padding:0;vertical-align:bottom;border:none;width: 100%;border: none;}
i,em{font-style:normal;}
/* a */
a{color: #fff;text-decoration: none;}
/* div */
li,ul{list-style:none;outside:none;}
/* 弹窗 */
.pop{
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: white;
    display: none;
    z-index: 999;
    width: 5.8rem;
    border-radius: .1rem;
    padding: .4rem .6rem;
    text-align: center;
    box-sizing: border-box;
}
.pop h3{
    color: #000000;
    font-size: .32rem;
    margin-bottom: .3rem;
}
.tipsp {
    margin-bottom: .66rem;
    color: #909090;
    font-size: .3rem;
}
.pop button {
    width: 100%;
    height: .8rem;
    background: #00B6ED;
    color: #FFFFFF;
    border: none;
    border-radius: .4rem;
    outline: 0;
    font-size: .3rem;
}
/* 遮罩层 */
.hint {
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000000;
    z-index: 100;
    top: 0;
    left: 0;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

/* 下载遮罩层 */
#hint-c{display: none;position: fixed;width: 100%;height: 100%;z-index: 200;top: 0;left: 0;}
#hint-c ul{width: 85%;position: fixed;top: .24rem;left: .18rem;}
#hint-c p{color: white;line-height: 28px;width:90%;font-size: .24rem;}
#hint-c .hint-pic{position: fixed;top: .1rem;right: .1rem;}