*{
    margin: 0;
    padding: 0;

}
.loginBox *{
    box-sizing:border-box;
}

li{
    list-style:none;
}
a{
    text-decoration:none;
}

body{
    font-size: 14px;
    font-family: 微软雅黑;
}
.forget_box{
    width: 440px !important;
    padding: 20px;
    border-radius: 5px;
    position: fixed;
    left:0;
    top:140px;
    right:0;
    margin: 0 auto;
    background: #fff;
    box-shadow:0 0 15px 5px rgba(0,0,0,0.1)
}
.close{
    float:right;
    font-size: 38px;
    color:#333;
    margin-top: -25px;
    margin-right: -10px;
    cursor: pointer;
}

/*省市区选择*/
s{
    width: 0;
    height: 0;
    border-width:6px;
    border-style: solid;
    border-color: #989898 transparent transparent transparent;
    position:absolute;
    top:14px;
    right:10px;
    z-index: 0;
}
/*s{display:block;position:absolute;top:0.14rem;right:0.7rem;color:#989898;font-size:0.14rem;width:0.3rem;height:0.3rem;cursor:pointer;background:url(../common‐img/send/arrow.png) no-repeat left center;background-size: 100% 100%;}*/
._citys {background-color: #fff; width: 320px; display: inline-block; border: 2px solid #eee; padding: 5px; position: relative; }
._citys span {font-size:24px; color: #035AD7; height: 20px; width: 20px; line-height: 18px; text-align: center; border-radius: 3px; position: absolute; right: 10px; top: 10px; border: 1px solid #035AD7; cursor: pointer; }
._citys0 { width: 95%; height: 34px; line-height: 34px; border-bottom: 2px solid #035AD7; padding: 0 5px; font-weight:bold; margin-left:2.5%;margin-top: 10px; }
._citys1 { width: 100%; display: inline-block; padding: 10px 0;}
._citys1 a { width: 69px; height: 30px; display:block; float:left; background-color: #f5f5f5; color: #666; margin:3px 3px; line-height: 30px; text-align: center; cursor: pointer; font-size: 12px; border-radius: 5px; overflow: hidden; }
._citys1 a:hover { color: #fff; background-color: #035AD7; }