/* 公共样式 */
body {
    background: url(../img/distribution/denglu-0.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

.dis-no {
    display: none;
}

.dis-bk {
    display: block;
}

.content {
    max-width: 648px;
    margin: 0 auto;
}

/* 账号登录 */
.nk-text1 {
    display: block;
}

.nk-top .nk-cell {
    float: left;
    width: 50%;
    text-align: center;
}

.nk-cell>span {
    display: inline-block;
    line-height: 40px;
}

.active>span {
    font-weight: bold;
    font-size: 18px;
    color: #FF6A00;
    line-height: 20px;
}

.log-wp {
    padding: 0 10px;
    margin: 50px 0 20px;
}

.verify {
    display: inline-block;
}

.verify img {
    width: 80px;
}

.lang-btn {
    display: block;
    width: 85%;
    height: 35px;
    padding: 0 10px;
    margin: 15px auto;
    border: none;
    border-radius: 30px;
    border: 1px solid #fff;
    height: 50px
}

.tip {
    text-align: center;
    color: #666666;
}

.tip>a {
    text-decoration: underline;
}

.nk-top {
    margin-top: 5%;
    margin-bottom: 10px;
    overflow: hidden;
}

.log-wp .msg {
    width: 80%;
    margin: 10px auto;
    text-align: right;
}

.line-pic {
    width: 80% !important;
    margin-left: 10%;
    margin-top: 20px;
}

.login-wei-two {
    text-align: center;
    float: left;
    margin: 1rem 17%;
    width: 16%;
    height: auto;
}

.login-wei-two img {
    width: 40px;
    height: 40px;
}

.footer {
    margin: 100px 0 0 0;
    padding: 0;
    min-height: 86px;
    text-align: center;
    line-height: 16px;
}

.login-mode {
    margin: 0 10%;
    overflow: hidden;
}

.nk-cont .account-verification {
    margin-left: 13px;
}

/* 手机动态登录 */
.nk-cont,
.log-cont {
   display: block;
    width: 80%;
    height: 50px;
    margin-left: 10%;
    margin-bottom: 30px;
    position: relative;
}

.nk-cont.mb0,
.log-cont.mb0 {
    margin-bottom: 0;
}

.nk-cont label,
.log-cont label{
    color: #333333;
}

.nk-cont input ,
.log-cont input {
    display: block;
    margin-top: 10px;
    width: 100%;
    background: none;
    border: none;
    outline: none;
    border-bottom: 1px solid rgba(113,113,113,0.55);
    padding-bottom: 15px;
    color: #666666;
}

.nk-cont #sendOutCode{
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 0;
    border: none;
    width: 90px;
    height: 25px;
    border-radius: 20px;
    background: rgba(255,255,255,0.9);
    color: #FF6A00 !important;
}

.nk-cont input::placeholder ,
.log-cont input::placeholder {
    color: #666666;
}

.sendOutCode {
    float: right;
    width: 80px;
    height: 25px;
    background-color: transparent;
    border: 1px solid;
    margin-top: 10px;
    border-radius: 20px;
}

.register-immediately {
    text-align: center;
    line-height: 50px;
    background-color: transparent;
    color: #fff !important;
}

.nk_text2 {
    display: none;
}

.nk-cont label .handset {
    margin-right: 20px;
}

.nk-cont label .verification {
    margin-right: 8px;
}

.nk-cont label .handset-pwd {
    margin-right: 32px;
}

/* 忘记密码 */
.forget-password {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.75);
    display: none;
}

.findback {
    text-align: center;
    display: none;
    z-index: 19891015;
    position: fixed;
    top: 35%;
    width: 80%;
    margin-left: 10%;
    padding: 0 5%;
    border-radius: 10px;
}

.findback a {
    display: block !important;
    float: left !important;
    padding: 10% 8%;
    width: 45%;
    font-size: 12px;
}

.findback a:nth-child(2) {
    margin-right: 5%;
}

.findback a:nth-child(2) {
    float: right !important;
}

.findback img {
    position: relative;
    width: 70% !important;
}

.findback p {
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
}

.nk-cell-one {
    float: left;
    width: 80%;
    text-align: left;
    font-size: 18px;
    margin-left: calc(10% + 10px);
}

.assistant-member {
    width: 80% !important;
    margin-left: 10%;
    margin-top: 25px;
}

.login-wei {
    text-align: center;
    margin: 1rem 17%;
    height: auto;
}

.login-wei img {
    width: 40px;
    height: 40px;
}

.log-protocol {
    margin: 10px 0 0 10%;
}

.log-protocol input[type="checkbox"]{
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #FFFFFF;
    position: relative;
}

.log-protocol input[type="checkbox"]:checked{
    background: #FF6A00;
}

.log-protocol input[type="checkbox"]::after{
    content: '\e61d';
    font-family: 'iconfont';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #FFFFFF;
    opacity: 0;
    transition: 0.3s;
}

.log-protocol input[type="checkbox"]:checked::after{
    opacity: 1;
}

/* 注册协议 */
.protocol-loading {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 99;
    -webkit-transition: -webkit-opacity .3s ease-out;
    -o-transition: -o-opacity .3s ease-out;
    transition: -webkit-opacity .3s ease-out;
    transition: opacity .3s ease-out;
    opacity: 0;
    transition: all 1s linear;
    transition: opacity 200ms ease;
    pointer-events: none;
}

.protocol-loading.fadein {
    opacity: 1;
    pointer-events: all;
}

.loading-box {
    position: absolute;
    top: 10%;
    width: 80%;
    left: 10%;
    border-radius: 12px;
    background-color: #fff;
}

.loading-title {
    min-height: 16px;
    padding: 15px;
    border-bottom: 1px solid;
}

.loading-content {
    overflow: hidden;
}

.loading-content div {
    overflow-y: scroll;
    max-height: 300px;
    padding: 10px;
}

.loading-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid;
}

.loading-footer button {
    padding: 8px 15px;
    border: 0;
    border-radius: 3px;
    box-sizing: border-box;
}

.ns-text-color-black {
    color: #666666 !important;
}

.ns-text-color-black .xy {
    font-weight: bold;
    color: #666666 !important;
    text-decoration: underline;
}