@charset "utf-8";
/* CSS Document */
body,table,textarea,input,select{/*font-size:14px;font-family: Arial; font-family:Arial, Helvetica, sans-serif;font:14px "宋体","Arial Narrow",HELVETICA*/ font-family: "Microsoft YaHei"; color: #333;}
body, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, code,form, fieldset, legend, input, button,textarea, p, blockquote, th, td,q {margin: 0px; padding: 0px; color: #595656; font-weight: normal;}
span,i,em{margin:0; padding:0;color:#282828;}
body{background-color: #fff; font-family: MicrosoftYaHei;}
table{border-collapse:collapse}
em,u,i{font-style: normal;}
u{text-decoration:none;}
dl,ul,ol,li{list-style:none;}
img{ border:0px;}
pre{white-space: pre-wrap;word-wrap: break-word;}
a{text-decoration: none;cursor:pointer;color: #333;}
b{font-weight:normal;}
/*a:hover{text-decoration: underline;}*/
.hidden{display:none;height:0px;overflow:hidden;}
.fl{float:left;}.fr{float:right!important}.banner_right{margin-right:30px;}
.cl{clear:both}
.cf{*display:inline-block;*zoom:1}
.cf:after{content:"";display:block;height:0;clear:both;visibility:hidden}
li,dd,.wrap{*display:inline-block;*zoom:1}
.clearfix {zoom:1}
.clearfix:after {display:block;clear:both;height:0;visibility:hidden;
font-size:0;line-height:0;content:'';}
textarea{resize:none}
input,select,textarea{border: none;appearance:none;-moz-appearance:none;-webkit-appearance:none;outline:none;border:none;background-color:transparent; border-color:transparent;}
button{border:none;}
select::-ms-expand { display: none; }
a {-webkit-tap-highlight-color:rgba(0,0,0,0);}


/*====================弹框样式===================*/
.pop_box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999; 
}
.pop_main {
    width: 66%;
    height: auto;
    background: #fff;
    border-radius: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -33%;
    margin-top: -145px; 
}
    
.pop_img {
    width: 43%;
    margin: 40px auto 30px; 
}
.pop_pswtips {
    font-size: 18px;
    color: #ff7373;
    text-align: center;
    margin-bottom: 26px; 
}
.pop_xgcctip {
    font-size: 18px;
    color: #36d7ff;
    text-align: center;
    margin:70px auto;
}
.pop_new{
    width:80%;
    height:50px;
    margin:48px auto 30px;
    font-size:19px;
    line-height:50px;
    -webkit-border-radius:9px;
    -moz-border-radius:9px;
    border-radius:9px;
    background: #36d7ff;
    color:#fff;
    text-align: center;

}
.pop_go{
    margin:0 auto 48px;
    -webkit-border-radius:9px;
    -moz-border-radius:9px;
    border-radius:9px;
    border:1px solid #36d7ff;
    color:#36d7ff;
    height:50px;
    width:80%;
    background: #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height:49px;
    font-size:19px;
}














