/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,select,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;font-weight:normal;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
del,ins,u,a,a:hover{text-decoration:none;}
body,textarea,input,select,button,keygen,legend{font:14px Arial, Helvetica, sans-serif; color:#333;outline:0;-webkit-text-size-adjust:none;}
/*body{font-family: Arial;width: 7.5rem;margin:0 auto;position: relative;}*/
a,a:active,a:visited,a:hover{color:#333;}
input,textarea,select,input[type="button"],input[type="submit"],input[type="reset"] {-webkit-appearance:none;font-family: "微软雅黑" }
html, body {/*user-select: none; -webkit-user-select: none;*/-webkit-touch-callout:none;font-family: "微软雅黑";-webkit-tap-highlight-color:rgba(0,0,0,0);}
input{border: none;border-radius: 0;}
/*------通用alert样式*/
.popAlert {     display: none;
    position: fixed;
    z-index: 100;
    left: 50%;
    top: 50%;
    margin: -162px 0 0 -172px;
    width: 353px;
    padding-bottom: 36px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;}
.popTittle{box-sizing:border-box;width: 100%;height: 50px;line-height: 50px;color: #fff;font-size: 22px;padding-left: 20px;background-color: #ff2727;}
.popError{width: 72px;height: 72px;margin: 0 auto;background: url(../images/popError.png) no-repeat;margin-top: 50px;}
.popCnt { padding:38px 40px 30px 40px; line-height:40px; font-size:24px; text-align:center; color:#333; }
.popBtn,
.popBtn:hover,
.popBtn:visited,
.popBtn:active { display:block; width:130px; height:55px; margin:0 auto; line-height:55px; background-color:#4ac6d6; text-align:center; color:#fff;border-radius: 3px; font-size:20px ;line-height:55px; cursor: pointer;}
.popMask { display:none; position:fixed; z-index:99; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.4);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);}
.lang-wrap {
    float: left;
    margin-top: 27px;
    color: white;
    margin-left: 20px;
}
.lang-wrap a {
    color: white;
    font-size: 15px;
    margin-left: 2px;
    margin-right:2px;
}
.lang-wrap a:hover {
    color: rgba(237,218,0,1);
}
