﻿* {
    margin: 0;
    padding: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset;
    background: #fff;
}

body {
    /*position: relative;*/
    height: 100%;
    padding: 0;
    background: url('../img/login/dt/bg.png') repeat;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    top: auto;
    bottom: auto;
    min-height: 620px;
}

.account-box {
    padding-top: 90px;
}

@media screen and (max-height:694px) {
    .account-box {
        padding-top: 50px;
    }
}

@media screen and (max-height:640px) {
    .account-box {
        padding-top: 10px;
    }
}

html {
    height: 100%;
    display: table;
    width: 100%;
}

ul, li {
    list-style: none;
}

.clear-fix {
    clear: both;
}
/*版心*/
.main {
    width: 1200px;
    margin: auto;
}


/*中间*/
#login-main {
    margin: 0 auto 0 auto;
    width: 1018px;
    height: 548px;
}

.content {
    overflow: hidden;
}

.label {
    width: 691px;
    height: 460px;
    background-image: url("../img/1.png");
    background-size: cover;
}

div.top {
    margin-top: 50px;
    padding-left: 88px;
    padding-right: 74px;
    height: 54px;
}

    div.top span.split {
        display: inline-block;
        width: 2px;
        background: #fff;
        height: 54px;
        margin: 0 30px;
    }

    div.top span.title {
        color: #fff;
        font-size: 24px;
        height: 54px;
        line-height: 54px;
        display: inline-block;
        vertical-align: top;
    }

    div.top > div.right a {
        font-size: 16px;
        display: inline-block;
        height: 22px;
        line-height: 22px;
        color: #878787;
    }

    div.top > div.right span {
        display: inline-block;
        height: 27px;
        margin: 0 5px;
        line-height: 20px;
        border-left: 1px solid #fff;
        vertical-align: top;
    }

    div.top > div.right a.disabled {
        color: #fff;
        text-decoration: none;
    }

div.welcome {
    position: absolute;
    left: 0;
    top: 330px;
    padding-left: 52px;
    z-index: 1;
    max-width: calc(100% - 700px);
    overflow: hidden;
}

    div.welcome p {
        font-size: 44px;
        line-height: 60px;
        color: #fff;
        max-height: 180px;
    }

.language {
    text-align: right;
}

    .language select {
        border: none;
        outline: none;
        line-height: 20px;
        background: none;
    }

.language-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('../img/language-icon.png');
}
/*尾部*/
.footer-bg {
    width: 100%;
    /*margin-top: 166px;*/
    position: absolute;
    bottom: 0;
}

.footer {
    height: 60px;
    color: #434558;
    padding-top: 30px;
}

    .footer h3, .footer p {
        font-size: 12px;
        text-align: center;
        line-height: 24px;
        letter-spacing: 1px;
        color: #fff;
    }




/*********************reset-box*****************/
.reset-box {
    text-align: center;
    width: 320px;
    margin: auto;
}

    .reset-box h2 {
        font-size: 24px;
        color: #fff;
        margin: 30px auto;
    }

    .reset-box input {
        width: 318px;
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        color: #333;
        border: 1px solid #b1b1b1;
        margin: 30px auto;
        border-radius: 5px;
        text-indent: 10px;
    }

        .reset-box input::-webkit-input-placeholder {
            color: #b1b1b1;
        }

    .reset-box .submit {
        text-indent: 0;
        border: none;
        font-size: 18px;
        text-align: center;
        background: #fff;
        color: #003478;
        margin-top: 10px;
    }

    .reset-box .errors {
        text-align: left;
        color: red;
        font-size: 14px;
        min-height: 22px;
        line-height: 14px
    }


/**********************Register****************/
div.register-layout {
    position: absolute;
    top: 160px;
    right: 294px;
    z-index: 10;
    width: 620px;
}

    div.register-layout label {
        display: block;
        margin-bottom: 10px;
        font-size: 20px;
    }

    div.register-layout div.hint {
        color: #f6dc8d;
        font-size: 14px;
        height: 22px;
        margin-bottom: 10px;
    }

    div.register-layout ul {
        margin-bottom: 20px;
        overflow: hidden;
    }

        div.register-layout ul li {
            font-size: 20px;
            color: #fff;
            float: left;
            width: calc(50% - 10px);
        }

            div.register-layout ul li:first-child {
                margin-right: 20px;
            }

            div.register-layout ul li:last-child {
                margin: 0;
            }

    div.register-layout input, div.register-layout select {
        width: calc(100% - 8px);
        height: 42px;
        padding-left: 8px;
        background-color: rgba(225, 225, 225, 0.2);
        color: #fff;
        font-size: 14px;
        border: none;
        border-radius: 10px;
        outline: none;
    }

        div.register-layout select option {
            color: #383838;
        }

    div.register-layout select {
        padding: 0;
        width: 100%;
    }

    div.register-layout .submit {
        display: block;
        width: 150px;
        padding: 0;
        background: #fff;
        color: #003478;
        font-size: 20px;
        cursor: pointer;
        text-align: center;
        height: 42px;
        line-height: 42px;
        float: right;
        border-radius: 10px;
    }
/**********************share****************/
#share-login {
    width: 618px;
    margin: auto;
    padding-top: 50px;
    position: relative;
}

    #share-login div.title {
        text-align: center;
        font-size: 36px;
        color: #fff;
    }

    #share-login .box {
        width: 538px;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 106px;
        height: 259px;
        background: url('../img/share-box.png?v=3');
        position: relative;
    }

        #share-login .box > .name {
            position: absolute;
            top: 50px;
            font-size: 16px;
            color: #fff;
        }

            #share-login .box > .name span {
                font-size: 14px;
                color: #fff;
                margin-left: 10px;
            }

        #share-login .box .form-box {
            padding-top: 80px;
        }

            #share-login .box .form-box li input {
                display: inline-block;
                width: 430px;
                border: none;
                border-bottom: 1px solid #434558;
                height: 28px;
                outline: none;
            }

            #share-login .box .form-box li a {
                display: inline-block;
                height: 28px;
                line-height: 28px;
                padding: 0 10px;
                border-radius: 4px;
                color: #fff;
                background: #434558;
                margin-left: 10px;
            }

            #share-login .box .form-box .summary-errors {
                margin-top: 10px;
            }


@media screen and (max-width: 1440px) {
    div.welcome {
        top: 220px;
        max-width: calc(100% - 650px);
    }

    /**********************Register****************/
    div.register-layout {
        position: absolute;
        top: 90px;
        right: 60px;
        z-index: 10;
        width: 600px;
    }

        div.register-layout label {
            margin-bottom: 5px;
            font-size: 16px;
        }

        div.register-layout ul {
            margin-bottom: 10px;
        }


    /*div.register-layout input, div.register-layout select {
            height: 32px;
            padding-left: 6px;
            font-size: 12px;
        }

        div.register-layout .submit {
            width: 120px;
            font-size: 16px;
            height: 32px;
            line-height: 32px;
        }*/
}
