﻿@charset "utf-8";

/* CSS Document */
html {
    height: 100%;
    width: 100%;
}

* {
    margin: 0;
    padding: 0;
}

input.input-error:focus {
    background-color: transparent;
}

.popupDom {
    position: fixed;
    top: -40px;
    width: 100%;
    text-align: center;
}

.popup {
    width: 200px;
    height: 40px;
    line-height: 40px;
    background-color: #2a799f;
    border-radius: 0px 0px 4px 4px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #598fab;
    border-top: none;
    color: #FFFFFF;
}

.main {
    width: 100%;
    height: 100%;
}


/* 登录 */

.login-bg {
    background: url('/public/images/login/login_bg.png') 0 0 no-repeat;
}

.login-dom {
    position: absolute;
    left: 70%;
    width: 30%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.login {
    width: 80%;
    margin: 35% auto;
}


/* logo */

.logo {
    position: absolute;
    top: 20%;
    background-color: rgba(0, 0, 0, 0.5);
}

.logo1 {
    margin: 0 auto 20px;
}

.logo-color {
    letter-spacing: 20px;
    color: #F3C21F;

    width: 100%;
    line-height: 47px;
    font-size: 47px !important;
    font-family: "Xingkai TC", serif;
}

.logo-text {
    margin-left: 20px;
    margin-right: 20px;
    font-weight: 400;
    color: #FFFFFF;
}

.logo-zh {
    margin-top: 70px;
    line-height: 48px;
    font-size: 48px;
    font-family: "Xingkai TC", serif;
    letter-spacing: 5px;
}

.logo-en {
    margin-top: 35px;
    margin-bottom: 70px;
    line-height: 24px;
    font-size: 24px;
    font-family: "Kaiti SC", serif;
}

/* 输入框 */
.txt {
    font-size: 22px;
    color: #4d4d4d;
    margin: 30px 0px 10px;
}

.login-box {
    width: 80%;
    /*height: 82px;*/
    /*border-radius: 8px;*/
    /*-webkit-border-radius: 8px;*/
    margin: 10% 10% 20%;
    /*background-color: #dde6ea;*/
    /*border: 2px solid #fff;*/
    cursor: pointer;
}

.login-shadow {
    box-shadow: 0px 0px 15px #000;
    -moz-box-shadow: 0px 0px 15px #000;
    -o-box-shadow: 0px 0px 15px #000;
    -webkit-box-shadow: 0px 0px 15px #000;
}


/* 登录名 */

.name {
    width: 100%;
}

.name input {
    width: 100%;
    height: 45px;
    margin: 20px 0;

    text-indent: 20px;
    font-size: 18px;
    outline: none;
    border: none;
    background-color: white;
    border-radius: 5px;
}

input.input-error {
    background-color: transparent;
}

/* 密码 */

.pwd {
    width: 100%;
}

.pwd input {
    width: 100%;
    height: 45px;
    margin: 20px 0;

    text-indent: 20px;
    font-size: 18px;
    outline: none;
    border: none;
    background-color: white;
    border-radius: 5px;
}


/* 登录按钮 */

.btn {
    opacity: initial;
    border-radius: 5px !important;
    font-family: "Kaiti SC", serif;

    display: block;
    width: 80%;
    height: 53px;
    line-height: 45px;
    font-size: 22px;
    letter-spacing: 20px;

    color: #fff;
    -webkit-border-radius: 45px;
    margin: 20px auto;
    cursor: pointer;
}

.btn:hover {
    color: #fff;
}

.login-btn {
    margin-top: 35px;

}


/* 忘记密码 */

.login-bg .forget {
    /*width: 560px;*/
    /*height: 60px;*/
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 60px;
}

.forget {
    background-image: url(../img/forget.png);
    margin: 0px auto 40px;
}

.forget-pwd {
    color: #c1c8d1;
    margin-left: 0px;
    padding-top: 0px;
    cursor: pointer;
    font-size: 15px;
}

.forget-pwd:hover {
    text-decoration: underline;
    color: #fff;
}

.forget-new:hover {
    color: #fff;
    text-decoration: underline;
}

.forget-new {
    color: #c1c8d1;
    padding-top: 20px;
    margin-right: 53px;
    cursor: pointer;
}

.remb {
    overflow: hidden;
    margin: 0 auto;
    float: left;
    font-size: 16px;
}

.remb label {
    display: block;
    width: 100%;
}

#setmnal {
    width: 16px;
    height: 16px;
    float: left;
}

.minimalPwd {
    float: left;
    color: #F3C21F;
    margin-top: -4px;
    margin-left: 5px;
}


/* 底部 */

.footer {
    width: 100%;
    position: absolute;
    bottom: 20px;
    color: #c1c8d1;
}

.footer a {
    color: #c1c8d1;
}

.footer a:hover {
    color: #fff;
    text-decoration: underline;
}

/* 注册 */

.register {
    width: 100%;
    margin: 0 auto;
    display: none;
}

.num-box,
.code-box {
    width: 320px;
    height: 40px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    margin: 20px auto;
    background-color: #dde6ea;
    cursor: pointer;
}


/* 手机号(注册) */

.area {
    width: 85px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #555;
}

.num-box input {
    width: 73%;
    height: 40px;
    outline: none;
    border: none;
    background-color: #dde6ea;
    border-radius: 8px;
    -webkit-border-radius: 8px;
}

.slider-box {
    width: 320px;
    height: 40px;
    margin: 30px auto;
}


/* 注册第二步 */

.code-box input {
    width: 64%;
    height: 40px;
    outline: none;
    border: none;
    background-color: #dde6ea;
    border-radius: 8px;
    -webkit-border-radius: 8px;
}


/* 验证码 */

.code {
    width: 114px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #265f83;
    border-left: 2px solid #ced9dd;
}

.message {
    width: 320px;
    height: 30px;
    color: #c0cad6;
    margin: 0 auto;
}


/* 注册第三步 */

.three-box {
    width: 320px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 20px auto;
    background-color: #dde6ea;
    border: 2px solid #fff;
    cursor: pointer;
}


/* 注册第四步 */

.four-top {
    position: relative;
    top: 50%;
}

.successDom {
    position: absolute;
    top: -50%;
    margin-top: -180px;
    z-index: 10;
    left: 0;
    width: 100%;
    text-align: center;
    display: none;
}

/*注册*/
.reg-wrap {
    margin: 20px auto;
    width: 320px;
    height: 82px;
    border-radius: 4px;
    background-color: #dde6ea;
}

.reg-btn {
    margin: 40px auto;
    width: 320px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #598fab;
    background-color: #2a799f;
    border-radius: 8px;
    cursor: pointer;
}

.reg-btn:hover {
    color: #fff;
}

.reg-wrap .reg-number {
    height: 40px;
    line-height: 40px;
}

.reg-area {
    padding: 0 20px;
}

.reg-wrap input {
    background-color: transparent;
}

.reg-phone {
    width: 80%;
}

.reg-code {
    width: 57%;
    border-right: 1px solid #ced9dd;
}

.reg-wrap .reg-send {
    padding: 0 37px;
    color: #265f83;
    cursor: pointer;
}

@media screen and (max-width: 1399px) {

    .logo-zh {
        line-height: 36px;
        font-size: 36px;
    }

    .logo-en {
        line-height: 18px;
        font-size: 18px;
    }
}
