@font-face {
    font-family: PingFangSC-Regular ;
    src: url('/static/fonts/SF-UI-Display-Regular.otf');
}
@font-face {
    font-family:PingFangSC-Medium ;
    src: url('/static/fonts/SF-UI-Display-Medium.otf');
}
@font-face {
    font-family:PingFangSC-Semibold ;
    src: url('/static/fonts/SF-UI-Display-Semibold.otf');
}
body {
    background-color: #fff;
    font-family: "微软雅黑", Helvetica, Arial, sans-serif;
}
a,
img,
button,
input,
textarea {
    text-decoration: none;
    color: #565656;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    opacity: 1;
    outline: none;
}
a,
a:link,
a:active,
a:focus {
    text-decoration: none;
}
.nomargin {
    margin: 0 !important;
}
.mb15 {
    margin-bottom: 15px;
}
/*注册*/
.ui-ap-show {
    padding: 0 20px;
}
.ui-content {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
.ui-content .ui-ap-show .ap_ex {
    /*background: #ffffff;*/
    /*margin: 10px;*/
}
.under-line tr {
    border-bottom: solid 1px #eee;
}
.under-line tr td{
    font-size: 0.4rem;
}
.form-icon {
    width: 30px;
}
.ui-content .ui-ap-show .ap_r {
    background-color: transparent;
    border: none;
    color: #666666;
    z-index: -1;
}
.verify {
    border:none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
    height: 40px;
    background: #3BD7D7;
    margin-top: 5px;
    width: 100%;
    font-size:0.4rem;
    font-family:PingFangSC-Semibold;
    color:rgba(255,255,255,1);
}
.ui-content .re_btn {
    text-align: center;
    /*margin: 10px;*/
}
.ui-content .fter_a {
    display: block;
    width: 100%;
    box-flex: 1;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    color: #fff;
    text-decoration: none;
    background: #3BD7D7;
    border: 0;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.ui-content .fter_a[disabled] {
    background: #c4f3f3;
    color: #fff;
}
.top-bar {
    padding: 20px 0;
}
.logo {
    width: 80px;
}
.login-link {
    display: block;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -12.5px;
    color: #21adb5;
}
.user-box {
    background-color: #fff;
    border-bottom: solid #eee 1px;
    padding: 15px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.user-pic {
    width: 65px;
    height: 65px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.user-content {
    padding-left: 10px;
}
.user-box .user-name {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 16px;
    font-size: 0.4rem;
}
/*注册-完善资料*/
.chose-sex {
    margin: 10px 0;
}
.sex-box {
    position: relative;
    width: 50px;
    margin: 25px auto;
}
.sex-box .sex-img {
    display: block;
    width: 100%;
}
label.female,
label.male {
    text-indent: -9999em;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 0;
    left: 0;
}
.chose-sex label input[type='radio'] {
    opacity: 0;
    display: block;
}
.wanshan .user_pic {
    width: 75px;
    height: 75px;
    margin: 10px auto;
}
.wanshan .user_pic > img {
    width: 100%;
    height: 100%;
    border: 2px solid #e8e8e8;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.error {
    position: fixed;
    left: 0;
    top: 100px;
    display: none;
    z-index: 9999;
    text-align: center;
    width: 100%;
}
.error span {
    background: #333;
    color: #fff;
    padding: 10px 30px;
    -webkit-border-radius: .4em;
    border-radius: .4em;
    margin: 0 50px;
    display: block;
}
.reward-su {
    padding: 20px 0;
    background-color: #ebebeb;
}
.reward-su p {
    color: #34c17d;
}
.reward-su .reward-su-title img {
    width: 25px;
    margin-bottom: 7px;
    margin-right: 5px;
}
.reward-su .reward-su-title span {
    font-size: 20px;
    color: #34c17d;
}
.copyright {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: #f1f1f1;
    padding: 10px 0;
}
.copyright p {
    color: #858585;
}
/*注册-完成*/
.payTips {
    text-align: center;
    background-color: #ebebeb;
}
.wechatTips {
    margin: 40px 0;
}
.btm {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.lh40 {
    line-height: 40px;
}
.fz30 {
    font-size: 30px;
}
.tdIcon {
    width: 100px;
    margin: 90px auto 15px auto;
    display: block;
}
.downTdBtn {
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #1EA9B0;
    color: #fff;
    margin: 0 auto;
    display: block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
/*支付成功微信打开下载提示*/
.tips {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    color: #fff;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10;
}
.tips-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    color: #fff;
}
.logoTit {
    text-align: center;
}
.logoTit h4 {
    font-size: 42px;
    font-family: PingFangSC-Regular;
    color: #3bd7d7;
    margin-top: 1.6rem;
    height: 1.573333333333333rem;
}
.logoTit p {
    font-size: 13px;
    font-family: PingFangSC-Regular;
    color: #999999;
    letter-spacing: 13px;
    text-align: center;
    padding-left: 13px;
    margin: 0;
}
