
/*手机登录界面*/

/* 弹框 */

.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: 1000;
    overflow-x: hidden;
    overflow-y: auto;
    background-color:unset;
}

.mskbox {
    padding: 60px 6px 5px 6px;
    overflow-x: hidden;
    height: 310px;
    overflow: hidden;
    width: 425px;
    margin: 30px auto;
    background-color: #fff;
    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 #999;
    border: 1px solid rgba(0, 0, 0, .2);
    font-size:0;
}
@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-bottom: 10px;
    font-size: 20px;
}

    .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%;
        background-color: #ec6565;
        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;
    font-size: 16px;
}

.LoginInterface .input-tiank {
    position: relative;
    display: inline-block;
}

    .LoginInterface .form-line {
        width: 100%;
        margin-top: 15px;
    }

    input {
        border: 0 none;
    }

#PhoneLoginForm .form-line .input-tiank input[type='text'] {
    border-bottom: 1px solid #1f3144;
    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;
    border: none;
    box-shadow: unset;
}

    #PhoneLoginForm .form-line .input-tiank 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;
    line-height: normal;
}

    #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: 16px;
        }

    #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;
        -moz-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;
            /*利用border-radius和opacity达到填充的假象，首先隐藏此元素*/
            -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;
        }
    /*手机登录界面结束*/

