 a, address, b, big, blockquote, body, center, cite, code, dd, del, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var {
    margin:0;
    padding:0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display:block
}
hr {
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    height:0
}
button, html input[type=button], input[type=submit] {
    -webkit-apperance:button;
    cursor:pointer
}
button[disabled], html input[disabled] {
    cursor:default
}
ol, ul {
    list-style:none
}
img {
    border:0;
    vertical-align:middle
}
em, i, u {
    font-style:normal
}
.fl {
    float:left
}
.fr {
    float:right
}
.al {
    text-align:left
}
.ac {
    text-align:center
}
.ar {
    text-align:right
}
.hide {
    display:none
}
.clear, .clr {
    display:block;
    overflow:hidden;
    clear:both;
    height:0;
    line-height:0;
    font-size:0
}
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    position: relative;
}
.clearfix {
    *zoom:1
}
body {
    font:12px/150% tahoma, arial, Microsoft YaHei, Hiragino Sans GB, "\u5b8b\u4f53", sans-serif;
    -webkit-font-smoothing:antialiased;
    color:#666;
    background:#fff
}
a {
    color:#666;
    text-decoration:none
}

 .expire-box-popup {
     position: fixed;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     display: none;
     z-index:99;
 }

 .expire-box-dark {
     position: fixed;
     width: 100%;
     height: 100%;
     background-color: #000;
     opacity: 0.3;
     filter: alpha(opacity=30);
     top: 0;
     left: 0;
     z-index: 100;
 }

 .expire-box-popup-form {
     width: 360px;
     height: 200px;
     position: fixed;
     left: 50%;
     margin-left: -180px;
     top: 50%;
     margin-top: -124px;
     background: #fff;
     z-index: 100;
     box-shadow:0px 2px 8px 0px rgba(0,0,0,0.2);
     border-radius:4px;
 }

 .expire-box-popup-form .tit {
     margin: 0 auto;
     overflow: hidden;
     height: 38px;
     border-bottom: 1px solid rgba(225,225,225,1);
 }
 .expire-box-popup-form .tit a{
     float: right;
     text-decoration: none;
     color: #333;
     font-size: 0;
     width: 20px;
     height: 20px;
     background: url(/img/login/expire-box-close.png) no-repeat;
     background-size: cover;
     margin: 9px;
 }
 .expire-box-popup-form .tit font{
     width:28px;
     height:14px;
     font-size:14px;
     font-family:PingFangSC-Regular,PingFang SC;
     font-weight:400;
     color:rgba(51,51,51,1);
     line-height:38px;
     margin: 9px;
 }
 .expire-box-center {
   text-align: center;
   line-height: 74px;
   height: 90px;
 }

 .expire-box-center font{
     width:154px;
     height:14px;
     font-size:14px;
     font-family:PingFangSC-Regular,PingFang SC;
     font-weight:400;
     color:rgba(102,102,102,1);
     line-height:14px;
     margin-left: 10px;

 }
 .expire-box-footer {
     text-align: center;
     height: 70px;
 }
 .expire-box-footer a{
     background: #ff6b3a;
     width: 100px;
     height: 32px;
     font-size: 14px;
     color: #ffffff;
     line-height: 32px;
     display: block;
     border-radius:4px;
     margin-left: 130px;
     margin-bottom: 33px;
 }
