/* CSS Document */
@charset "utf-8";

/* 登录 */
.ct_cont_log_box {
    background-position: top center;
    background-repeat: no-repeat;
    border-top: 2px solid #c10d0c;
}

.ct_cont_log {
    width: 1200px;
    height: 600px;
    margin: 0px auto;
    position: relative;
}

.ct_cont_slogon {
    width: 400px;
    top: 180px;
    left: 150px;
    position: absolute;
    z-index: 2;
}

.ct_cont_slogon span {
    line-height: 50px;
    font-family: "微软雅黑";
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    display: block;
}

.ct_cont_slogon_l {
    text-align: left;
}

.ct_cont_slogon_r {
    text-align: right;
}

.ct_cont_slogon_c {
    width: 303px;
    height: 154px;
    background-image: url(http://www.cjepsp.cn/template/1/default/_files/images/login_text.png);
    background-position: center;
    background-repeat: no-repeat;
}

.ct_cont_login_bg {
    width: 480px;
    height: 549px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    box-shadow: 0px 4px 294px 0px rgba(69, 2, 2, 0.10);
    top: 40px;
    right: 60px;
    position: absolute;
    z-index: 2;
}

.ct_cont_login {
    width: 362px;
    margin: 0 auto;
    padding: 40px 0 50px 0;
}

.ct_login_title {
    font-size: 28px;
    font-weight: 500;
    color: #888888;
    line-height: 33px;
    margin-bottom: 30px;
}

.ct_login_container {
    margin-bottom: 19px;
}

.ct_login_container .label {
    font-size: 16px;
    font-weight: 500;
    color: rgba(74, 74, 74, 0.60);
    line-height: 19px;
}

.ct_login_container .input {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.ct_login_container .error {
    display: inline;
    padding-top: 6px;
    color: #be0d0c;
}

.ct_login_container .input input {
    margin-top: 9px;
    height: 43px;
    background: #ffffff;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    letter-spacing: 1px;
    outline: 0;
    padding: 0 5px;
    font-size: 14px;
    width: 100%;
}

.ct_cont_login .forget_password {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 14px;
    color: #999999;
}

.ct_cont_log .remeber_pwd {
}

.ct_cont_log .remeber_pwd input {
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    margin-right: 9px;
}

.ct_login_getpwad {
    font-size: 14px;
    font-weight: 500;
    color: #be0d0c;
    line-height: 16px;
}

.ct_ico_uname {
    background-position: -69px -54px;
    padding: 10px;
    margin: 0px;
}

.ct_ico_upawd {
    background-position: -69px -86px;
    padding: 10px;
    margin: 0px;
}

.ct_ico_veri {
    background-position: -69px -122px;
    padding: 10px;
    margin: 0px;
}

.ct_login_container .ct_left {
    width: 225px;
    height: 22px;
    font-size: 14px;
    color: #666;
    letter-spacing: 1px;
    border: 0px;
    border-bottom: 1px solid #dadada;
    padding: 5px;
    outline: 0;
}

.ct_login_container .ct_login_veri {
    width: 100px;
}

.ct_login_veri_img {
    width: 102px;
    height: 31px;
    border: 1px solid #dadada;
    margin-left: 20px;
}

.ct_login_container_btn {
    margin-top: 42px;
}

.ct_login_btn {
    width: 100%;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    height: 43px;
    background: #be0d0c;
    border: 1px solid #e36262;
    border-radius: 4px;
}

.ct_login_other {
    padding: 5px 0px;
    float: left;
}

.ct_login_other span {
    line-height: 20px;
    color: #999;
}

.ct_ico_qq {
    width: 20px;
    height: 20px;
    background-position: -76px -162px;
}

.ct_ico_qq:hover {
    background-position: -111px -162px;
}

.ct_ico_weibo {
    width: 20px;
    height: 20px;
    background-position: -77px -198px;
}

.ct_ico_weibo:hover {
    background-position: -112px -198px;
}


.ct_login_register {
    width: 132px;
    height: 39px;
    line-height: 39px;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #be0d0c;
    text-align: center;
    margin: 67px auto 0 auto;
    display: block;
    border: 1px solid #e6090e;
    border-radius: 40px;
}


.verification_container {
    display: flex;
    flex-direction: row;
}

.verification_container #btnSendCode {
    display: block;
    border: 1px solid #d3d3d3;
    margin-left: 25px;
    padding: 0px 18px;
    height: 42px;
    margin-top: 10px;
    background: #d7d7d7;
    border-radius: 4px;
    color: #666666;
    cursor: pointer;
}




