body {
    min-width: 1200px;
}

label {
    /*display: inline-block;
    max-width: 100%;*/
    margin-bottom: 0;
    font-weight: bold;
}

.alert {
    padding: 0;
    width: 400px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 16px;
    box-shadow: 0 0px 20px rgba(0, 0, 0, .1);
    border: none;
    background-color: #fff;
}

.modal-header {
    background-color: #fafafa;
    border: none;
    border-radius: 16px 16px 0 0;
}

.modal-footer {
    background-color: #fafafa;
    border: none;
    border-radius: 0 0 16px 16px;
}

.website-header {
    width: 1080px;
    margin: 0 auto;
    background-color: #fff;
    height: 80px;
}

.website-logo {
    float: left;
    padding: 18px 0 0 15px;
}

.header-right {
    float: right;
    //width: 360px;
}

.website-registered {
    float: left;
    width: 136px;
    height: 42px;
    border: solid 1px #00a6e4;
    color: #00a6e4;
    border-radius: 21px;
    outline: none !important;
    background-color: #fff;
    transition: all .3s;
    font-size: 16px;
    margin-top: 18px;
}

    .website-registered:hover {
        background-color: #00a6e4;
        color: #fff;
        border: solid 1px #00a6e4;
    }

    .website-registered:focus {
        outline: 0 !important;
    }

    .website-registered:active {
        outline: 0 !important;
    }

.website-phone {
    float: left;
    margin: 23px 18px 0 40px;
}

.phone-word {
    float: left;
    margin-top: 18px;
}

.phone-tittle {
    color: #303e5c;
    font-size: 16px;
}

.phone-nummer {
    color: #00a6e4;
    font-size: 16px;
    font-weight: bold;
}

.website-body {
    overflow: hidden;
    padding-bottom: 30px;
    background-color: #f7fafc;
    background-image: url("../images/bg.jpg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
}

.website-warning {
    height: 108px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 1px 0 30px rgba(0, 92, 179, .1);
    font-size: 13px;
    position: absolute;
    bottom: 40px;
}

.body-content {
    width: 1080px;
    margin: 0 auto;
}

.warning-content {
    color: #646e83;
    padding: 16px 20px;
    font-size:18px;
}

.website-login {
    width: 72px;
    float: left;
    border: none;
}

.nav-tabs > li {
}

    .nav-tabs > li a {
        padding: 10px 28px;
        font-size: 14px;
        line-height: 31px;
        color: #3d8299;
        border: none;
        font-weight: bold;
        background-color: #d9f5ff;
    }

        .nav-tabs > li a:hover {
            color: #fff;
            font-weight: bold;
            background-color: rgba(0, 166, 228, .8);
            border: none;
        }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #fff;
        font-weight: bold;
        background-color: #00a6e4;
        border: none;
    }

.website-right {
    margin-top: 30px;
    width: 412px;
    height: 442px;
    float: right;
}

.website-user {
    position: relative;
    margin-top: 12px; /*35px;*/
}
.website-yzm {
    
}
.website-dlan {
    
}

.login-content {
    width: 340px;
    float: left;
    background-color: #fff;
    border-radius: 0 16px 16px 0;
    height: 412px;
    box-shadow: 1px 0 30px rgba(0, 92, 179, .1);
}

.content-pad {
    padding: 34px;
}

.login-tittle {
    margin: 0 0 0 7px;
    color: #333;
    font-weight: bold;
    font-size: 20px;
}

.website-input {
    width: 268px;
    height: 44px;
    border: none;
    background-color: #f0faff;
    border-radius: 22px;
    padding-left: 50px;
    font-size: 14px;
}

    .website-input::-webkit-input-placeholder {
        color: #86a3bf;
        font-size: 14px;
    }

    .website-input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #86a3bf;
        font-size: 14px;
    }

    .website-input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #86a3bf;
        font-size: 14px;
    }

    .website-input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #86a3bf;
        font-size: 14px;
    }

.website-account {
    position: relative;
    margin-top: 17px; /*35px;*/
}

.website-password {
    position: relative;
    margin-top: 17px;
}

.account-pic {
    position: absolute;
    left: 19px;
    top: 12px;
}

input[type='checkbox'] {
    -webkit-appearance: none;
    border-radius: 2px;
    outline: none;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border: solid 1px #d9dcde;
}

    input[type='checkbox']:hover {
        background-color: #ffffff;
        box-shadow: 0 0 10px 0 rgba(76, 166, 255, 0.3);
        border-radius: 2px;
        border: solid 1px #4ca6ff;
    }

input[type='radio'] {
    -webkit-appearance: none;
    border-radius: 8px;
    outline: none;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border: solid 1px #d9dcde;
}

    input[type='radio']:hover {
        background-color: #ffffff;
        box-shadow: 0 0 10px 0 rgba(76, 166, 255, 0.3);
        border: solid 1px #4ca6ff;
    }

input[type=checkbox], input[type=radio] {
    margin: 2px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    outline: none;
}

    input[type=checkbox]:checked {
        background: url("../images/ic.png") no-repeat center;
        border: solid 1px #4ca6ff;
        outline: none;
    }

    input[type=radio]:checked {
        background: url("../images/dot.png") no-repeat center;
        border: solid 1px #4ca6ff;
        outline: none;
    }

.radio {
    overflow: hidden;
    margin-top: 0 !important;
    float: left;
    margin-right: 35px;
    margin-left: 10px;
    color: #7493b2;
}

.password-warn {
    font-size: 12px;
    color: #7493b2;
    margin: 16px 0 16px 8px;
}

.website-verify {
    margin-top: 12px;
}

.website-input2 {
    float: left;
    width: 157px;
    height: 44px;
    border: none;
    background-color: #f0faff;
    border-radius: 22px;
    padding-left: 24px;
    font-size: 14px;
}

    .website-input2::-webkit-input-placeholder {
        color: #86a3bf;
        font-size: 14px;
    }

    .website-input2::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #86a3bf;
        font-size: 14px;
    }

    .website-input2:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #86a3bf;
        font-size: 14px;
    }

    .website-input2:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #86a3bf;
        font-size: 14px;
    }

input:focus {
    outline: none;
}

button:focus {
    outline: none;
}

.verify-pic {
    width: 100px;
    border-radius: 22px;
    background-color: #f2f2f2;
    height: 44px;
    float: left;
    margin-left: 15px;
}

.login-btn {
    width: 274px;
    background-image: linear-gradient(90deg, #00a6e4 0%, #00c6e4 100%);
    border-radius: 22px;
    height: 44px;
    color: #fff;
    border: none;
    font-size: 16px;
    box-shadow: 0 6px 20px rgba(0, 166, 228, .4);
    margin-top: 27px;
}

    .login-btn:active {
        opacity: .9;
    }

.no-card {
    margin: 37px 0 23px 0;
}

.website-footer {
    width: 1080px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.footer-word {
    margin-top: 20px;
    color: #999;
}

.footer-logo {
    float: left;
    margin-top: 10px;
}

.footer-link {
    color: #18bcf2;
    height: 46px;
    float: right;
    line-height: 46px;
}

.link-content {
    margin-left: 20px;
    padding: 15px 20px;
    background-color: #f2fafe;
}

.footer-content {
    overflow: hidden;
    margin-top: 30px;
}

@media ( min-width: 1440px) {
    .website-header {
        width: 1080px;
        margin: 0 auto;
        background-color: #fff;
        height: 80px;
    }

    .website-logo {
        float: left;
        padding: 18px 0 0 15px;
    }

    .header-right {
        float: right;
        //width: 360px;
    }

    .website-registered {
        float: left;
        width: 136px;
        height: 42px;
        border: solid 1px #00a6e4;
        color: #00a6e4;
        border-radius: 21px;
        outline: none !important;
        background-color: #fff;
        transition: all .3s;
        font-size: 16px;
        margin-top: 18px;
    }

        .website-registered:hover {
            background-color: #00a6e4;
            color: #fff;
            border: solid 1px #00a6e4;
        }

        .website-registered:focus {
            outline: 0 !important;
        }

        .website-registered:active {
            outline: 0 !important;
        }

    .website-phone {
        float: left;
        margin: 23px 18px 0 40px;
    }

    .phone-word {
        float: left;
        margin-top: 18px;
    }

    .phone-tittle {
        color: #303e5c;
        font-size: 16px;
    }

    .phone-nummer {
        color: #00a6e4;
        font-size: 16px;
        font-weight: bold;
    }

    .website-body {
        overflow: hidden;
        padding-bottom: 30px;
        background-color: #f7fafc;
        background-image: url("../images/bg.jpg");
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        position: relative;
    }

    .website-warning {
        height: 108px;
        background-color: #fff;
        border-radius: 6px;
        box-shadow: 1px 0 30px rgba(0, 92, 179, .1);
        font-size: 13px;
        position: absolute;
        bottom: 40px;
    }

    .body-content {
        width: 1080px;
        margin: 0 auto;
    }

    .warning-content {
        color: #646e83;
        padding: 16px 20px;
        font-size: 18px;
    }

    .website-login {
        width: 72px;
        float: left;
        border: none;
    }

    .nav-tabs > li {
    }

        .nav-tabs > li a {
            padding: 10px 28px;
            font-size: 14px;
            line-height: 35px;
            color: #3d8299;
            font-weight: bold;
            border: none;
            background-color: #d9f5ff;
        }

            .nav-tabs > li a:hover {
                color: #fff;
                font-weight: bold;
                background-color: rgba(0, 166, 228, .8);
                border: none;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #fff;
            font-weight: bold;
            background-color: #00a6e4;
            border: none;
        }

    .website-right {
        margin-top: 30px;
        width: 412px;
        height: 442px;
        float: right;
    }

    .login-content {
        width: 340px;
        float: left;
        background-color: #fff;
        border-radius: 0 16px 16px 0;
        height: 457px;
        box-shadow: 1px 0 30px rgba(0, 92, 179, .1);
    }

    .content-pad {
        padding: 34px;
    }

    .login-tittle {
        margin: 0 0 0 7px;
        color: #333;
        font-weight: bold;
        font-size: 20px;
    }

    .website-input {
        width: 268px;
        height: 44px;
        border: none;
        background-color: #f0faff;
        border-radius: 22px;
        padding-left: 50px;
        font-size: 14px;
    }

        .website-input::-webkit-input-placeholder {
            color: #86a3bf;
            font-size: 14px;
        }

        .website-input::-moz-placeholder {
            /* Mozilla Firefox 19+ */
            color: #86a3bf;
            font-size: 14px;
        }

        .website-input:-moz-placeholder {
            /* Mozilla Firefox 4 to 18 */
            color: #86a3bf;
            font-size: 14px;
        }

        .website-input:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #86a3bf;
            font-size: 14px;
        }

    .website-account {
        position: relative;
        margin-top: 35px; /*35px;*/
    }

    .website-user {
        position: relative;
        margin-top: 22px; /*35px;*/
    }

    .website-yzm {
        
    }

    .website-dlan {
        
    }
    .website-password {
        position: relative;
        margin-top: 22px;
    }

    .account-pic {
        position: absolute;
        left: 19px;
        top: 12px;
    }

    input[type='checkbox'] {
        -webkit-appearance: none;
        border-radius: 2px;
        outline: none;
        width: 16px;
        height: 16px;
        background-color: #ffffff;
        border: solid 1px #d9dcde;
    }

        input[type='checkbox']:hover {
            background-color: #ffffff;
            box-shadow: 0 0 10px 0 rgba(76, 166, 255, 0.3);
            border-radius: 2px;
            border: solid 1px #4ca6ff;
        }

    input[type='radio'] {
        -webkit-appearance: none;
        border-radius: 8px;
        outline: none;
        width: 16px;
        height: 16px;
        background-color: #ffffff;
        border: solid 1px #d9dcde;
    }

        input[type='radio']:hover {
            background-color: #ffffff;
            box-shadow: 0 0 10px 0 rgba(76, 166, 255, 0.3);
            border: solid 1px #4ca6ff;
        }

    input[type=checkbox], input[type=radio] {
        margin: 2px 0 0;
        margin-top: 1px \9;
        line-height: normal;
        outline: none;
    }

        input[type=checkbox]:checked {
            background: url("../images/ic.png") no-repeat center;
            border: solid 1px #4ca6ff;
            outline: none;
        }

        input[type=radio]:checked {
            background: url("../images/dot.png") no-repeat center;
            border: solid 1px #4ca6ff;
            outline: none;
        }

    .radio {
        overflow: hidden;
        margin-top: 0 !important;
        float: left;
        margin-right: 35px;
        margin-left: 10px;
        color: #7493b2;
    }

    .password-warn {
        font-size: 12px;
        color: #7493b2;
        margin: 16px 0 16px 8px;
    }

    .website-verify {
        margin-top: 22px;
    }

    .website-input2 {
        float: left;
        width: 157px;
        height: 44px;
        border: none;
        background-color: #f0faff;
        border-radius: 22px;
        padding-left: 24px;
        font-size: 14px;
    }

        .website-input2::-webkit-input-placeholder {
            color: #86a3bf;
            font-size: 14px;
        }

        .website-input2::-moz-placeholder {
            /* Mozilla Firefox 19+ */
            color: #86a3bf;
            font-size: 14px;
        }

        .website-input2:-moz-placeholder {
            /* Mozilla Firefox 4 to 18 */
            color: #86a3bf;
            font-size: 14px;
        }

        .website-input2:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #86a3bf;
            font-size: 14px;
        }

    input:focus {
        outline: none;
    }

    button:focus {
        outline: none;
    }

    .verify-pic {
        width: 100px;
        border-radius: 22px;
        background-color: #f2f2f2;
        height: 44px;
        float: left;
        margin-left: 15px;
    }

    .login-btn {
        width: 274px;
        background-image: linear-gradient(90deg, #00a6e4 0%, #00c6e4 100%);
        border-radius: 22px;
        height: 44px;
        color: #fff;
        border: none;
        font-size: 16px;
        box-shadow: 0 6px 20px rgba(0, 166, 228, .4);
        margin-top: 27px;
    }

    .no-card {
        margin: 37px 0 23px 0;
    }

    .website-footer {
        width: 1080px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .footer-word {
        margin-top: 20px;
        color: #999;
    }

    .footer-logo {
        float: left;
        margin-top: 10px;
    }

    .footer-link {
        color: #18bcf2;
        height: 46px;
        float: right;
        line-height: 46px;
    }

    .link-content {
        margin-left: 20px;
        padding: 15px 20px;
        background-color: #f2fafe;
    }

    .footer-content {
        overflow: hidden;
        margin-top: 30px;
    }
}

@media ( min-width: 1601px) {
    .website-header {
        width: 1280px;
        margin: 0 auto;
        background-color: #fff;
        height: 80px;
    }

    .website-logo {
        float: left;
        padding: 18px 0 0 15px;
    }

    .header-right {
        float: right;
        //width: 360px;
    }

    .website-registered {
        float: left;
        width: 136px;
        height: 42px;
        border: solid 1px #00a6e4;
        color: #00a6e4;
        border-radius: 21px;
        outline: none !important;
        background-color: #fff;
        transition: all .3s;
        font-size: 16px;
        margin-top: 18px;
    }

        .website-registered:hover {
            background-color: #00a6e4;
            color: #fff;
            border: solid 1px #00a6e4;
        }

        .website-registered:focus {
            outline: 0 !important;
        }

        .website-registered:active {
            outline: 0 !important;
        }

    .website-phone {
        float: left;
        margin: 23px 18px 0 40px;
    }

    .phone-word {
        float: left;
        margin-top: 18px;
    }

    .phone-tittle {
        color: #303e5c;
        font-size: 16px;
    }

    .phone-nummer {
        color: #00a6e4;
        font-size: 16px;
        font-weight: bold;
    }

    .website-body {
        background-color: #f7fafc;
        overflow: hidden;
        padding-bottom: 70px;
        background-image: url("../images/bg.jpg");
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        position: relative;
    }

    .website-warning {
        height: 134px;
        background-color: #fff;
        border-radius: 6px;
        box-shadow: 1px 0 30px rgba(0, 92, 179, .1);
        font-size: 14px;
        position: absolute;
        bottom: 40px;
    }

    .body-content {
        width: 1280px;
        margin: 0 auto;
    }

    .warning-content {
        color: #646e83;
        padding: 16px 20px;
        font-size: 20px;
    }

    .website-login {
        width: 82px;
        float: left;
        border: none;
    }

    .nav-tabs > li {
    }

        .nav-tabs > li a {
            padding: 10px 33px;
            font-size: 18px;
            line-height: 42px;
            color: #3d8299;
            font-weight: bold;
            border: none;
            background-color: #d9f5ff;
        }

            .nav-tabs > li a:hover {
                color: #fff;
                font-weight: bold;
                background-color: rgba(0, 166, 228, .8);
                border: none;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #fff;
            font-weight: bold;
            background-color: #00a6e4;
            border: none;
        }

    .website-right {
        margin-top: 70px;
        width: 492px;
        height: 532px;
        float: right;
    }

    .login-content {
        width: 410px;
        float: left;
        background-color: #fff;
        border-radius: 0 16px 16px 0;
        height: 544px;
        box-shadow: 1px 0 30px rgba(0, 92, 179, .1);
    }

    .content-pad {
        padding: 42px;
    }

    .login-tittle {
        margin: 0 0 0 7px;
        color: #333;
        font-weight: bold;
        font-size: 20px;
    }

    .website-input {
        width: 325px;
        height: 52px;
        border: none;
        background-color: #f0faff;
        border-radius: 26px;
        padding-left: 60px;
        font-size: 16px;
    }

        .website-input::-webkit-input-placeholder {
            color: #86a3bf;
            font-size: 16px;
        }

        .website-input::-moz-placeholder {
            /* Mozilla Firefox 19+ */
            color: #86a3bf;
            font-size: 16px;
        }

        .website-input:-moz-placeholder {
            /* Mozilla Firefox 4 to 18 */
            color: #86a3bf;
            font-size: 16px;
        }

        .website-input:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #86a3bf;
            font-size: 16px;
        }

    .website-account {
        position: relative;
        margin-top: 46px; /*46px;*/
    }

    .website-user {
        position: relative;
        margin-top: 28px; /*46px;*/
    }
    .website-yzm {
        
    }
    .website-dlan {
        
    }
    .website-password {
        position: relative;
        margin-top: 28px;
    }

    .account-pic {
        position: absolute;
        left: 23px;
        top: 17px;
    }

    input[type='checkbox'] {
        -webkit-appearance: none;
        border-radius: 2px;
        outline: none;
        width: 16px;
        height: 16px;
        background-color: #ffffff;
        border: solid 1px #d9dcde;
    }

        input[type='checkbox']:hover {
            background-color: #ffffff;
            box-shadow: 0 0 10px 0 rgba(76, 166, 255, 0.3);
            border-radius: 2px;
            border: solid 1px #4ca6ff;
        }

    input[type='radio'] {
        -webkit-appearance: none;
        border-radius: 8px;
        outline: none;
        width: 16px;
        height: 16px;
        background-color: #ffffff;
        border: solid 1px #d9dcde;
    }

        input[type='radio']:hover {
            background-color: #ffffff;
            box-shadow: 0 0 10px 0 rgba(76, 166, 255, 0.3);
            border: solid 1px #4ca6ff;
        }

    input[type=checkbox], input[type=radio] {
        margin: 2px 0 0;
        margin-top: 1px \9;
        line-height: normal;
        outline: none;
    }

        input[type=checkbox]:checked {
            background: url("../images/ic.png") no-repeat center;
            border: solid 1px #4ca6ff;
            outline: none;
        }

        input[type=radio]:checked {
            background: url("../images/dot.png") no-repeat center;
            border: solid 1px #4ca6ff;
            outline: none;
        }

    .radio {
        overflow: hidden;
        margin-top: 0 !important;
        float: left;
        margin-right: 35px;
        margin-left: 10px;
        color: #7493b2;
    }

    .password-warn {
        font-size: 14px;
        color: #7493b2;
        margin: 20px 0 20px 10px;
    }

    .website-verify {
        margin-top: 28px;
    }

    .website-input2 {
        float: left;
        width: 186px;
        height: 52px;
        border: none;
        background-color: #f0faff;
        border-radius: 26px;
        padding-left: 30px;
        font-size: 16px;
    }

        .website-input2::-webkit-input-placeholder {
            color: #86a3bf;
            font-size: 16px;
        }

        .website-input2::-moz-placeholder {
            /* Mozilla Firefox 19+ */
            color: #86a3bf;
            font-size: 16px;
        }

        .website-input2:-moz-placeholder {
            /* Mozilla Firefox 4 to 18 */
            color: #86a3bf;
            font-size: 16px;
        }

        .website-input2:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #86a3bf;
            font-size: 16px;
        }

    input:focus {
        outline: none;
    }

    .verify-pic {
        width: 125px;
        border-radius: 26px;
        background-color: #f2f2f2;
        height: 52px;
        float: left;
        margin-left: 15px;
    }

    .login-btn {
        width: 325px;
        background-image: linear-gradient(90deg, #00a6e4 0%, #00c6e4 100%);
        border-radius: 26px;
        height: 52px;
        color: #fff;
        border: none;
        font-size: 18px;
        box-shadow: 0 6px 20px rgba(0, 166, 228, .4);
        margin-top: 35px;
    }

    .no-card {
        margin: 37px 0 23px 0;
    }

    .website-footer {
        width: 1280px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .footer-word {
        margin-top: 20px;
        color: #999;
    }

    .footer-logo {
        float: left;
        margin-top: 10px;
    }

    .footer-link {
        color: #18bcf2;
        height: 46px;
        float: right;
        line-height: 46px;
    }

    .link-content {
        margin-left: 20px;
        padding: 15px 20px;
        background-color: #f2fafe;
    }

    .footer-content {
        overflow: hidden;
        margin-top: 39px;
    }
}
