body, html {
    font: 14px/1.5 "PingFang SC","微软雅黑","Microsoft YaHei",Helvetica,"Helvetica Neue",Tahoma,Arial,sans-serif;
}

a, button, input, select {
    outline: 0;
    margin: 0;
}

.rl-modal-signin.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.rl-modal-signin {
    position: fixed;
    height: 355px;
    background: #fff;
    z-index: 100000;
    width: 360px;
    padding-bottom: 30px;
    left: 50%;
    top: 50%;
    margin: -218px 0 0 -180px;
    box-shadow: 0 0 3px rgba(0,0,0,.25);
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    overflow: hidden;
}

.rl-modal-signup.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.rl-modal-signup {
    position: fixed;
    height: 590px;
    background: #fff;
    z-index: 100000;
    width: 360px;
    padding-bottom: 30px;
    left: 50%;
    top: 40%;
    margin: -218px 0 0 -180px;
    box-shadow: 0 0 3px rgba(0,0,0,.25);
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
}

.rl-modal-info.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.rl-modal-issues.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.rl-modal-issues {
    position: fixed;
    height: 475px;
    background: #fff;
    z-index: 100000;
    width: 360px;
    padding-bottom: 30px;
    left: 50%;
    top: 50%;
    margin: -218px 0 0 -180px;
    box-shadow: 0 0 3px rgba(0,0,0,.25);
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    overflow: hidden;
}

.rl-modal-resetpwd {
    position: fixed;
    height: 290px;
    background: #fff;
    z-index: 100000;
    width: 360px;
    padding-bottom: 30px;
    left: 50%;
    top: 50%;
    margin: -218px 0 0 -180px;
    box-shadow: 0 0 3px rgba(0,0,0,.25);
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    overflow: hidden;
}

.rl-modal-resetpwd-next {
    position: fixed;
    height: 368px;
    background: #fff;
    z-index: 100000;
    width: 360px;
    padding-bottom: 30px;
    left: 50%;
    top: 50%;
    margin: -218px 0 0 -180px;
    box-shadow: 0 0 3px rgba(0,0,0,.25);
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    overflow: hidden;
}


.rl-modal-info {
    position: fixed;
    height: 460px;
    background: #fff;
    z-index: 100000;
    width: 360px;
    padding-bottom: 30px;
    left: 50%;
    top: 50%;
    margin: -218px 0 0 -180px;
    box-shadow: 0 0 3px rgba(0,0,0,.25);
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    overflow: hidden;
}

.rl-modal-passowrd.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.rl-modal-password {
    position: fixed;
    height: 375px;
    background: #fff;
    z-index: 100000;
    width: 360px;
    padding-bottom: 30px;
    left: 50%;
    top: 50%;
    margin: -218px 0 0 -180px;
    box-shadow: 0 0 3px rgba(0,0,0,.25);
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    overflow: hidden;
}

.rl-modal-header {
    position: relative;
    padding: 0 20px;
}

.rl-modal-header h1 {
    margin: 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 49px;
    height: 49px;
    color: #787d82;
    border-bottom: 1px solid #d0d6d9;
}

.rl-modal-header .active-title, .rl-modal-header span:hover {
    border-bottom: 1px solid #1abc9c;
    color: #1abc9c;
}

.rl-modal-header h1 span {
    float: left;
    width: 80px;
    text-align: center;
    height: 49px;
    line-height: 49px;
    cursor: pointer;
}

.ipt {
    width: 300px;
    padding: 9px 9px 9px 10px;
    background-color: #fff;
    border-color: #d0d6d9;
    box-shadow: 2px 0 5px 0 #fff;
}

.ipt-email {
    background-position: 0 0;
}


.ipt {
    color: #14191e;
    background-color: #fff;
    border: 1px solid #98a1a6;
    padding: 9px;
    font-size: 14px;
    border-radius: 0;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.ipt, select.ipt {
    height: 40px;
    line-height: 20px;
}

.rlf-group {
    margin-bottom: 5px;
}

.rl-close {
    border: 0px;
    position: absolute;
    top: 17px;
    right: 20px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    background: url(../img/nlogin.png) no-repeat;
    transition: transform .2s;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -o-transition: transform .2s;
}

.closeBtn:hover {
    background-position: 0% 22%;
}

.rl-modal-body {
    padding: 0 30px;
}

.rl-model-footer {
    padding: 20px 30px 4px;
}

.pop-login-sns {
    text-align: center;
    font-size: 14px;
}

.erweima {
    background: url(../img/erweima.png) no-repeat;
}

.erweima, .pcLogin {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop, .modal-backdrop.fade.in {
    opacity: .75;
    filter: alpha(opacity=75);
}

.rlf-appendix .rlf-autoin, .rlf-appendix .rlf-forget {
    color: #787d82;
}

.l {
    float: left;
}

.r {
    float: right;
}

label {
    cursor: default;
}

.rlf-appendix {
    line-height: 1em;
}


.rlf-appendix .rlf-autoin, .rlf-appendix .rlf-forget {
    color: #787d82;
    font-weight: 400px;
}

.rlf-tip-wrap {
    font-size: 12px;
    height: 20px;
    clear: both;
}

.errorHint {
    height: 25px;
    line-height: 20px;
    font-size: 12px;
    color: #f01414;
}

.color-red {
    color: #EF1300!important;
}


.pr {
    position: relative;
}

.rlf-tip-globle {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

p {
    word-break: break-all;
    margin: 0;
    padding: 0;
}

.btn-red:hover {
    background-color: #1abc9c;
    border-color: #1abc9c;
}

.btn-red.focus, .btn-red:focus, .btn-red:hover {
    color: #fff;
}

.btn-full {
    width: 300px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-family: "PingFang SC","微软雅黑","Microsoft YaHei",Helvetica,"Helvetica Neue",Tahoma,Arial,sans-serif;
}

.btn-red {
    padding-top: 0px;
    color: #fff;
    background-color: #1abc9c;
    border-color: #1abc9c;
    border-style: solid;
    border-width: 1px;
    -weibkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.btn, .btn-red {
    cursor: pointer;
}
