﻿

@@font-face {
    font-family: 'landongfont';
    src: url("Resources/fonts/landongfont.ttf?v=0.95734") format("truetype"), url("Resources/fonts/landongfont.woff?v=0.95734") format("woff"), url("Resources/fonts/landongfont.svg?v=0.95734#landongfont") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'landongfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*:focus {
    outline: none;
}



#loginForm {
    background: #E4E6E9;
    position: absolute;
    right: 46px;
    bottom: 20%;
    width: 300px;
    height: 440px;
    padding: 10px 40px 10px 40px;
    border-radius: 8px;
    top: 50%;
    margin-top: -250px;
}

.banner-header {
    padding-top: 10px;
    width: 100%;
}

    .banner-header .logo {
        margin-left: 20px;
    }

.banner-title {
    width: 450px;
    margin: 0 auto;
    margin-top: -50px;
    color: #f7f7f7;
    font-size: 14px;
}

.banner-download {
    float: right;
    margin-top: -50px;
    color: #EBEDF0;
    margin-right: 20px;
}


.footer {
    bottom: 30px;
    position: fixed;
    width: 100%;
}

.bottom_text {
    margin: 0 auto;
    display: block;
    width: 390px;
    font-size: 12px;
    color: #ffffff;
}

.login_form input {
    border: none;
    background: transparent;
    margin: 30px 0 0 0;
    width: 210px;
}

#loginForm .line {
    top: 5px;
    width: 300px;
    border-bottom: 1px solid #a4a1a1;
    color: #787676;
    font-size: 15px;
}

#loginForm .inputLang {
    margin-top: 40px;
    margin-bottom: 11px;
}

#loginForm .loginTitle {
    text-align: center;
    color: #2b87f0;
}

    #loginForm .loginTitle p {
        margin: 0px;
    }

    #loginForm .loginTitle .big {
        padding-top: 26px;
        font-family: 'Microsoft YaHei';
        font-size: 28px;
    }

#loginForm .ld-login-content {
    position: relative;
    top: 20px;
}

#loginForm .verificate {
    top: 5px;
    width: 200px;
    border-bottom: 1px solid #a4a1a1;
    color: #787676;
    display: inline-block;
    font-size: 15px;
}

#loginForm .forPwd {
    float: right;
    position: absolute;
    /* left: 50px; */
    right: 50px;
    font-size: 14px;
    margin-top: 4px;
}

    #loginForm .forPwd a {
        color: #00b3ad;
        font-size: 12px;
        font-family: 'Microsoft YaHei';
    }

#loginForm .regisCode {
    margin-left: 100px;
    margin-top: 50px;
    font-size: 15px;
}

    #loginForm .regisCode a {
        font-size: 16px;
        color: #666666;
        font-family: 'Microsoft YaHei';
    }

.checkDiv {
    margin: 10px 0 0 0;
    /*height: 14px;*/
    padding: 10px 0;
}

    .checkDiv img {
        vertical-align: inherit;
    }

    .checkDiv span {
        font-size: 12px;
        color: #666666;
        padding-left: 5px;
        position: relative;
        top: -2px;
    }

.btnLogin {
    width: 300px;
    height: 35px;
    border: none;
    border-radius: 4px;
    background-color: #2b87f0;
    color: #ffffff;
    margin-top: 10px;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    cursor: pointer;
}

.imgVcode {
    width: 95px;
    height: 30px;
    position: relative;
    top: 5px;
}

.changeText {
    font-size: 14px;
    color: #547df5;
    float: right;
    margin-right: 50px;
}

.ld-validation-errors ul {
    padding-left: 0;
    list-style-type: none;
}

    .ld-validation-errors ul li {
        font-size: 14px;
        color: #f12f2f;
    }

.labelText {
    display: inline-block;
    width: 60px;
    word-spacing: 10px;
}

.select {
    border: 0;
    width: 235px;
    float: right;
    font-size: 15px;
    height: 20px;
    margin-left: 5px;
}

select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #000;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("/Resources/Images/Login/login_btn_06.png") no-repeat scroll right center transparent;
}

.row {
    height: 61px;
}

    .row .field-validation-error, .validation-summary-errors {
        height: 11px;
        font-size: 12px;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        color: rgb(241,47,47);
        float: right;
    }

.rowDbSet {
    padding-top: 24px;
    height: 31px;
}

.remainText {
    color: #DD5F50;
    font-size: 14px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
}

.remainDay {
    background-color: #444;
    color: #fff;
    border-radius: 3px;
    padding: 4px 5px;
    font-size: 14px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    margin: 0 15px 0 10px;
}

.updateBtn {
    background-color: #AC1603;
    color: #FFF;
    padding: 5px;
    font-size: 12px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    border: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #E4E6E9 inset;
}

.Recharge {
    background: none;
    border: 1px solid white;
    color: white;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    height: 24px;
    margin-left: 20px;
}

.verifyCodeTitle {
    font-size: 12px;
}

.verifyPhone label {
    width: 75px;
    text-align: right;
}

.verifyPhone input {
    width: 134px !important;
    margin-top: 50px;
}

.sendSecurityCode {
    text-align: right;
    width: 75px;
    display: inline-block;
    text-decoration: none;
}

.ImmediateStart {
    margin-top: 50px;
}

.verifyPhone .securityCodeNote {
    width: 220px !important;
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
}

.AuthCode {
    width: 100px !important;
}

.icon-DL0602001:before {
    content: "\ea60";
    color: #05ce3e;
    margin-right: 3px;
}

.icon-DL0602002:before {
    content: "\ea79";
    color: #00adff;
    margin-right: 3px;
}