﻿body {
    min-width: 1200px !important;
    background-color: #ebf5ff;
}



.login {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    min-height: 700px;
}


.register {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    min-height: 900px;
}

/* 头部 */
.content {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    margin-top: 16px;
    /* background-color: #999; */
}

.head {
    display: flex;
    justify-content: space-between;
}

.content .content_l {
    margin-left: 20px;
}

.content .content_r {
    position: relative;
    /*left: 50%;*/
    margin-top: 16px;
    display: flex;
}

    .content .content_r .content_r_t {
        font-size: 17px;
        text-align: right;
        color: #0b7afb;
    }

    .content .content_r .content_r_d ul {
        display: flex;
    }

        .content .content_r .content_r_d ul li a {
            font-size: 14px;
            margin-left: 26px;
        }

            .content .content_r .content_r_d ul li a:hover {
                color: #0b7afb;
            }


/* 中部 */
.mid_content {
    display: flex;
    justify-content: center;
}

.mid_content_l {
    position: relative;
    /*top: 115px;*/
    right: 0%;
    margin-right: 20px;
    z-index: 10;
}
.mid_content_l_login_main_left_png {
    display: flex;
    width: 461px;
    height: 465px;
    background: url(/images/login/login_main_left.png) 0 0 no-repeat;
    font-family: "microsoft Yahei";
}

    .mid_content_l_login_main_left_png m {
        display: flex;
        position: absolute;
        right: 220px;
        top: -2%;
        width: 210px;        
        color: #0b7afb;
        font-size: 24px;
        font-style: italic;
        font-weight: normal;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: space-around;
        justify-content: center;
        align-items: center;
    }

    .mid_content_l_login_main_left_png span {
        display: flex;
        position: absolute;
        right: 40px;
        top: -2%;
        width: 210px;
        color: #0b7afb;
        font-size: 24px;
        font-style: italic;
        font-weight: normal;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: space-around;
        justify-content: center;
        align-items: center;
    }

    .mid_content_l_login_main_left_png md {
        display: flex;
        font-size: 30px;
        /*font-style: normal;*/
        font-weight: bold;
        margin-right: 7px;
        margin-top: 2px;
    }       

.mid_content_r {
    position: relative;
    /*top: 115px;*/
    left: 0%;
    margin-left: 20px;
    z-index: 10;
}

    .mid_content_r .login_inner {
        width: 450px;
        box-shadow: 0 4px 20px 0 rgb(52 80 136 / 20%);
        border-radius: 4px;
        overflow: hidden;
        background-color: #fff;
    }

        .mid_content_r .login_inner .main {
            display: flex;
            background: #fff;
            padding: 0 36px;
            flex-direction: column;
            margin-bottom: 36px;
            overflow: hidden;
            min-height: 390px;
        }

        .mid_content_r .login_inner .registercontent {
            display: flex;
            background: #fff;
            padding: 0px 16px 0px 56px;
            flex-direction: column;
            margin-bottom: 36px;
            overflow: hidden;
            min-height: 590px;
        }

/* 登录 注册 title */
.topStyle {
    background: #fff;
    height: 38px;
    padding: 36px 36px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}

    .topStyle a {
        height: 38px;
        line-height: 24px;
        font-size: 18px;
        /*margin-right: 54px;*/
        position: relative;
        display: inline-block;
        color: #72768c;
    }

        .topStyle a:first-child {
            margin-right: 54px;
        }

        .topStyle a.active {
            color: #010101;
            font-weight: bold;
        }

            .topStyle a.active:after {
                position: absolute;
                left: 0;
                bottom: 0;
                width: 105%;
                height: 2px;
                background: #0b7afb;
                content: '';
            }


/*登录内容*/

.login_content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

    .login_content .icon-biyan {
        position: absolute;
        top: 180px;
        right: 68px;
        text-decoration: none;
        color: #a8a9b6;
    }

    .login_content .icon-yanjing {
        position: absolute;
        top: 180px;
        right: 68px;
        text-decoration: none;
        font-size: 20px;
        color: #a8a9b6;
    }


    .login_content i {
        position: absolute;
        top: 120px;
        left: 68px;
        color: #71b1fd;
    }

    .login_content b {
        position: absolute;
        top: 180px;
        left: 68px;
        font-weight: 700;
        color: #71b1fd;
    }

    .login_content input {
        width: 340px;
        height: 40px;
        border: 1px solid #d8dae0;
        margin-top: 9px;
        padding-left: 44px;
        font-size: 14px;
        color: #b6b9c6;
    }

        .login_content input::placeholder {
            color: #b6b9c6;
        }

        .login_content input:focus {
            border: 1px solid #71b1fd;
        }

    .login_content .btn {
        /* width: 100px; */
        /* height: 32px; */
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
    }

        .login_content .btn button {
            width: 340px;
            height: 40px;
            color: #fff;
            font-size: 14px;
            line-height: 24px;
            background-color: #0b7afb;
            letter-spacing: 1em;
        }

            .login_content .btn button:hover {
                background-color: #1155c2;
            }


/*登录底部*/
.bottom_helpcenter {
    margin: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

    .bottom_helpcenter a {
        font-size: 14px;
        color: #0b7afb;
    }

    .bottom_helpcenter a:first-child {
        font-size: 14px;
        color: #0b7afb;
    }
        .bottom_helpcenter a:last-child {
            font-size: 14px;
            color: #72768c;
            margin-left:20px;
        }

.bottom_frequently_asked_questions {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
}

    .bottom_frequently_asked_questions a {
        font-size: 12px;
        color: #72768c;
    }


/*注册左侧底部-常见问题*/
.regiter_ask_question {
    margin-top: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

    .regiter_ask_question .regiter_ask_question_left {
        width: 183px;
        height: 192px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-evenly;
        align-items: stretch;
    }

    .regiter_ask_question .regiter_ask_question_right {
        width: 207px;
        height: 95px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-evenly;
        align-items: stretch;
    }

    .regiter_ask_question h4 {
        font-size: 14px;
        color: #333;
    }

.regiter_ask_question_column {
    margin-left: 14px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
}

    .regiter_ask_question_column a {
        font-size: 12px;
        color: #72768c;
        display: inline-block;
        line-height: 24px;
    }



/*登录内容*/

.registser_content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}

    .registser_content .icon-biyan {
        position: absolute;
        top: 180px;
        right: 68px;
        text-decoration: none;
        color: #a8a9b6;
    }

    .registser_content .icon-yanjing {
        position: absolute;
        top: 180px;
        right: 68px;
        text-decoration: none;
        font-size: 20px;
        color: #a8a9b6;
    }


    .registser_content i {
        position: absolute;
        top: 120px;
        left: 68px;
        color: #71b1fd;
    }

    .registser_content b {
        position: absolute;
        top: 180px;
        left: 68px;
        font-weight: 700;
        color: #71b1fd;
    }

    .registser_content input {
        width: 340px;
        height: 40px;
        border: 1px solid #d8dae0;
        margin-top: 9px;
        padding-left: 20px;
        font-size: 14px;
        color: #b6b9c6;
    }

        .registser_content input::placeholder {
            color: #b6b9c6;
        }

        .registser_content input:focus {
            border: 1px solid #71b1fd;
        }

    .registser_content .btn {
        width: 340px;
        /* height: 32px; */
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
    }

        .registser_content .btn button {
            width: 156px;
            height: 40px;
            color: #fff;
            font-size: 14px;
            line-height: 24px;
            background-color: #0b7afb;
            letter-spacing: 1em;
        }

            .registser_content .btn button:hover {
                background-color: #1155c2;
            }

.register_sfcode {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: baseline;
}

    .register_sfcode span {
        margin-left: 10px;
        color: #0b7afb;
        font-size: 14px;
        width: 14px;
    }

    .register_sfcode input {
        width: 323.62px;
    }




.register_service_content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* align-content: center; */
    justify-content: flex-start;
    font-size: 14px;
    align-items: flex-end;
    /*margin-left: -8px;*/
}

    .register_service_content input {
        width: 16px;
        height: 16px;
        margin-right: 10px;
        margin-top: 26px;
        padding: 0px;
        border: 1px solid #999;
        cursor: pointer;
    }

    .register_service_content span {
        height: 19px;
        font-size: 14px;
        color: #72768c;
    }


/* 底部 */
.footer {
    width: 100%;
    height: 100px;   
    border: 1px solid #d1d9e5;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

    .footer .foot {
        width: 1200px;
        margin: 0 auto;
        padding-top: 23px;
        display: flex;
        justify-content: center;
    }

    .footer .foot_l {
        font-size: 14px;
        color: #999;
    }

        .footer .foot_l a {
            color: #999;
        }

        .footer .foot_l img {
            width: 27px;
            height: 29px;
        }

        .footer .foot_l .foot_l_h {
            margin-bottom: 5px;
            display: flex;
            justify-content: center;
        }

        .footer .foot_l u {
            text-decoration: none;
        }

        .footer .foot_l b {
            font-weight: 400;
        }



/*注册错误提示样式*/

label.errorclass {
    color: #9C0A15;
    text-align: left;
    padding-left: 0px;
    width: 327px;
    /*background: url("../../images/bhi_icon.png") no-repeat;
    background-position: 0 -955px;*/
}

input.errorclass {
    border: 1px solid #9C0A15;
}

textarea.errorclass {
    border-color: #9C0A15;
}

label.valid {
    color: #9C0A15;
    text-align: left;
    padding-left: 0px;
    width: 0px;
}



@media (max-width:980px) {
    body {
    max-width:100%;
    background-color: #ebf5ff;
}
    /* 头部 */
.content {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    margin-top: 16px;
    /* background-color: #999; */
}
    .mid_content_l {
        position: relative;
        /*top: 115px;*/
        right: 0%;
        margin-right: 20px;
        z-index: 10;
        max-width: 0px;
    }

    .mid_content_r {
        position:absolute;
        /*top: 115px;*/
        left:0px;
        z-index: 10;        
    }

    .footer .foot {
        width: 100%;
        margin: 0 auto;
        padding-top: 23px;
        display: flex;
        justify-content: center;
    }

    .alert {
            display: none;
            position: fixed;
            /*top: 50%;
            left: 50%;*/
            top: 235px;
            left: 200px!important;
            min-width: 200px;
            margin-left: -100px;
            z-index: 99999;
            padding: 15px;
            border: 1px solid transparent;
            border-radius: 4px;
            text-align: center;
            z-index: 2147483647;
        }

             .alert2 {
            display: none;
            position: fixed;
            /*top: 50%;
            left: 50%;*/
            top: 215px;
            left: 200px!important;
            min-width: 200px;
            margin-left: -100px;
            z-index: 99999;
            padding: 15px;
            border: 1px solid transparent;
            border-radius: 4px;
            text-align: center;
            z-index: 2147483647;
        }
}
