
/*手机登录界面*/

/* 弹框 */

.made-in {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: #000;
    opacity: .5;
    display: none;
}

.msk {
    display: none;
    position: fixed;
    top: 0;
    overflow-y: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    z-index: 1050;
    overflow-x: hidden;
    overflow-y: auto;
    background-color:unset;
}

.mskbox {
    padding: 60px 6px 30px 6px;
    overflow-x: hidden;
    overflow: hidden;
    width: 425px;
    margin: 30px auto;
    background-color: #fff;
    background: url('/Areas/Member/Views/Home/images/dlBg.jpg');
    background-size: cover;
    border-radius: 6px;
    position: relative;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
}
@media screen and (max-width:425px) {
    .mskbox {
        width: 90%;
    }
}
        .mskbox .msk_content {
            width: 100%;
            margin: auto;
            text-align: center;
        }

            .mskbox .msk_content ul {
                text-align: left;
                font-size: 12px;
                line-height: 20px;
                display: inline-block;
                padding: 0 15px;
            }

                .mskbox .msk_content ul li {
                    text-indent: 2em;
                }

.msk h3 {
    margin: 10px 0 35px 0;
    font-size: 23px;
    font-weight: unset;
    color: #999;
}

    .msk p {
        margin: 10px;
        text-align: left;
        text-indent: 2em;
    }

    .MemberCard .msk p {
        text-align: center;
        text-indent: unset;
    }

.msk_content img {
    margin: auto;
    width: 200px;
}

    .MemberCard .msk_content img {
        margin: auto;
        width: 270px;
    }

    .Close {
        z-index: 5;
        position: absolute;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        top: 10px;
        right: 10px;
        box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.3);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        cursor: pointer;
    }

        .Close img {
            width: 60%;
        }

    /*.LoginInterface .fa-icons {
        margin-right: 8px;
    }

.LoginInterface .input-group {
    position: relative;
    display: inline-block;
    width: unset;
    margin-bottom: 0;
    border-bottom: 1px solid black;
}

    .LoginInterface .form-line {
        width: 100%;
        margin-top: 15px;
    }

    input {
        border: 0 none;
    }

#PhoneLoginForm .form-line .input-group input[type='text'] {
    background-image: linear-gradient(#44dcfd,#44dcfd),linear-gradient(#1f3144,#1f3144);
    background-size: 0px 2px,100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: rgba(0,0,0,0);
    transition: all .5s;
    width: 238px;
    height: 32px;
    box-shadow: unset;
    border: none;
}

        #PhoneLoginForm .form-line .input-group input[type='text']:focus {
            background-size: 100% 2px,100% 1px;
            outline: none;
        }

    #getVCode {
        padding: 5px 12px;
        margin-bottom: 0;
        font-size: 12px;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 2px;
        color: #fff;
        background-color: #2b982b;
        border-color: #4cae4c;
        cursor: pointer;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
        position: absolute;
        top: 0;
        right: 0;
        margin-left: 9px;
        z-index: 9999;
    }

    #PhoneLoginForm .form-line-bottom {
        width: 260px;
        margin: 30px auto 0;
        display: inline-block;
    }

    #PhoneLoginForm .rem-left {
        float: left;
        height: 32px;
    }

        #PhoneLoginForm .rem-left label {
            display: inline-block;
            margin-top: 7px;
            float: left;
            font-size: 14px;
        }

    #PhoneLoginForm .lg-right {
        float: right;
    }

    #LoginButtonForPhone {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        background-color: #E91E63;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        border: none;
        font-size: 12px;
        color: white;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    }

    #PhoneLoginForm input[type=checkbox] {
        -webkit-appearance: none;
        position: relative;
        width: 20px;
        height: 20px;
        background: transparent;
        border: 1px solid #2784c3;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        outline: none;
        cursor: pointer;
        margin-right: 10px;
        margin-top: 7px;
        float: left;
    }

        #PhoneLoginForm input[type=checkbox]:after {
            content: '√';
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            background: rgb(233, 30, 99);
            color: #fff;
            text-align: center;
            line-height: 18px;
            -webkit-transition: all ease-in-out 300ms;
            -moz-transition: all ease-in-out 300ms;
            transition: all ease-in-out 300ms;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            opacity: 0;
        }

        #PhoneLoginForm input[type=checkbox]:checked:after {
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            opacity: 1;
        }*/




.dlFrame input {
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}

    /* WebKit browsers  */
    .dlFrame input::-webkit-input-placeholder {
        color: #999;
        /* 字体大小直接写样式即可 */
        font-size: 14px;
    }
    /*  Mozilla Firefox 4-18使用伪类 */
    .dlFrame input:-moz-placeholder {
        color: #999;
    }
    /* Mozilla Firefox 19+ 使用伪元素  */
    .dlFrame input::-moz-placeholder {
        color: #999;
    }
    /* IE10使用伪类 */
    .dlFrame input:-ms-input-placeholder {
        color: #999;
    }

.dlYzm {
    background: unset;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    font-size: 13px;
    color: #f1e9e9;
}
.Openeye {
    position: absolute;
    right:12px;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    font-size: 14px;
}
.dlTabelCell {
    height: 34px;
    display: table-cell;
    vertical-align: middle;
}
.dlFrame {
    border: 1px solid white;
    border-radius: 20px;
    max-width: 300px;
    margin: auto;
    font-size: 0;
    position: relative;
    margin-bottom: 22px;
    height: 35px;
    background: rgba(255,255,255,0.06);
}
.dlFrameLast{
    margin-top:40px;
}
.dlFrame button, .dlFrame .zhmim {
    font-size: 16px;
    line-height: 35px;
    font-weight: bold;
    color: white;
    background: none;
    border: none;
    outline: medium;
    padding: 0;
}

.dlFrame button:hover {
    color: #ccc;
}
.dlFrame .fa {
    font-size: 22px;
    padding-left: 18px;
    color: #f1e9e9;
}
.dlFrame .iconAll {
    width: 40px;
}
.dlHeader img {
    width: 114px;
}
.YzmaWk{
    float:right;
}
.Password {
    height: 25px;
    max-width: 120px;
    margin-left: 10px;
    letter-spacing: 1px;
    background-color: transparent;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    color: white;
}

.rememberMe {
    max-width: 300px;
    margin: auto;
    font-size: 12px;
}
.remeBox{
    float:left;
}
#rememberme1 {
    width: 20px;
    height: 20px;
    background: unset;
    border: 1px solid #2784c3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
    margin-top: -5px;
}
.remeBox label {
    font-size: 14px;
    color: #f1e9e9;
}

.eyes_box {
    display: inline-block;
}

.dlFrame .middlePas input:-webkit-autofill {
    background-color: rgb(250, 255, 189);
    background-image: none;
    color: rgb(0, 0, 0);
}


    /*手机登录界面结束*/

