@charset "utf-8";
/********公用开始*********/
/*css reset*/
body,div,p,th,td,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,select,blockquote{margin:0px;/* padding:0px */}
input,textarea,select{outline:none;resize:none;border: none;background: none;}
fieldset,img,abbr,acronym{border:none}
address,caption,cite,code,dfn,em,strong,th,var,i{font-style:normal;font-weight:normal}
table{border-collapse:collapse;border-spacing:0px}
ol,ul,li{list-style:none;padding: 0;}
p{word-wrap:break-word}
h1,h2,h3,h4,h5,h6{font-size:100%;}
/*Global definition*/
html{background:#FFFFFF;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
body{margin:0 auto;_background-image:url(about:blank);_background-attachment:fixed;min-height:100%;}
a{text-decoration:none;outline:none}
/*a:hover{text-decoration:underline;}
/*a:visited{color:#999999;}*/
h2{font-family:"Microsoft Yahei";font-size:14px;}
input{padding: 0;border: none;}
button{padding: 0;border: none; outline:0;/*outline去掉默认button点击默认边框*/}
.fmE{font-family:Verdana}
/*box*/
.pw{width:980px;margin:0 auto;}
.fl{float:left;display:inline}
.fr{float:right;display:inline}
.oh{overflow:hidden;zoom:1}
.clear{clear:both;width:100%;display:block;height:0px;line-height:0px;font-weight:normal;overflow:hidden}
.fix,.z{*zoom:1}
.fix:after{clear:both;content:" ";display:block;font-size:0;height:0;line-height:0;visibility:hidden}
.box{width: 420px;height:290px;padding: 60px 90px 0;background: #ffffff;-moz-box-shadow:0 0 20px #999;-webkit-box-shadow:0 0 20px #999;box-shadow:0 0 20px #999;margin: 0 auto;position: relative;}
/*弹层*/
.mask{position: fixed;width: 100%;height: 100%;background:rgba(0,0,0,0.6);filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#99000000',endColorstr = '#99000000')\9; z-index: 2;left: 0;top: 0;}
:root .mask{filter:none;}
.popBox{position: fixed;left:50%;top:50%;z-index: 11;width: 510px;height: 300px;margin: -180px 0 0 -300px;padding-right: 0;}
.popCon{position: relative;}
.popTips,.popTips16{color: #646464;line-height: 36px;margin-bottom: 22px;}
.popTips16{font-size: 16px;margin-top: 10px;}
.popMain{color: #323232;line-height: 38px;font-size: 22px;}
.freeze .popTips{color: #ff0000;}
.freeze .popMain span{color: #00a8ff;}

