@charset "utf-8";

/* CSS Document */
.login-box .el-dialog__body{
    padding: 0 30px 20px;
}
.login-box .el-dialog__header{
    padding: 3px;
}
.login-box .flex-between-items{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header {
    width: 100%;
    /*overflow: hidden;*/
}

.header .head_top {
    width: 100%;
    height: 30px;
    background: #EBEBEB;
    overflow: hidden;
}

.header .head_top p {
    font-size: 12px;
    color: #666;
}

.header .head_top .head_link {
    float: right;
    line-height: 30px;
}

.header .head_top .head_link a {
    font-size: 12px;
    color: #666;
    line-height: 30px;
}

.header .head_top .head_link a img {
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.header .head_top .head_link span {
    display: inline-block;
    margin: 0 5px;
    position: relative;
    top: 3px;
    width: 1px;
    height: 14px;
    background: #DEDEDE;
}

.header .head_bottom {
    padding: 25px 0;
    width: 100%;
    /*overflow: hidden;*/
}

.header .head_bottom .head_left {
    float: left;
    display: flex;
    align-items: center;
    height: 61px;
}

.header .head_bottom .logo {
    float: left;
}

.header .head_bottom .logo img{
    max-height: 40px;
}

.header .head_bottom .head_left .logo_text {
    margin-left: 20px;
    font-size: 24px;
    color: #333;
}

.header .head_bottom .head_tips {
    float: right;
    margin-top: 40px;
    font-size: 14px;
    color: #666;
}

.header .head_bottom .head_tips a {
    color: #2C8BFF;
}

.register_content {
    padding: 35px 0;
    width: 100%;
    background: url(/web/images/pclogin/bg1.jpg) no-repeat;
    background-position: top center;
    overflow: hidden;
}

.register_content .register_box {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 30px 45px;
    width: 1000px;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.register_form {
    float: left;
    width: 412px;
}

.register_form .input_group {
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}

.register_form .input_group .item_tit {
    float: left;
    width: 70px;
    font-size: 14px;
    color: #333;
    line-height: 36px;
}

.register_form .input_group .item_tit span {
    margin-right: 2px;
    color: #E53F50;
}

.register_form .input_group .item_cont {
    margin-left: 85px;
    overflow: hidden;
}

.register_form .input_group .item_cont input {
    width: 100%;
    height: 36px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #ddd;
}

.register_form .input_group .item_cont input.yzm_input {
    float: left;
    width: 200px;
}

.register_form .yzm_btn {
    display: block;
    float: left;
    margin-left: 12px;
    padding: 0 10px;
    min-width: 114px;
    height: 36px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    border: 0;
    border-radius: 4px;
}

.register_form .yzm_btn.disabled {
    background: #ccc;
    cursor: not-allowed;
}

.register_form .btn_group {
    margin-top: 30px;
    overflow: hidden;
}

.register_form .btn_group button {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(90deg, #2C8BFF 0%, #473FEA 100%);
    border: 0;
    border-radius: 20px;
}

.register_form .agreement {
    margin-top: 8px;
    font-size: 12px;
    color: #000;
    text-align: center;
}

.register_form .agreement a {
    color: #2C8BFF;
}

.register_img {
    margin-left: 122px;
}
.footer {
    padding-bottom: 30px;
    width: 100%;
    background: #2569BC;
    overflow: hidden;
}

.footer .foot_link {
    height: 78px;
    border-bottom: 1px solid rgba(255,255,255,.2);
    overflow: hidden;
}

.footer .foot_link ul {
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.footer .foot_link ul li {
    float: left;
    position: relative;
    width: calc(100% / 7);
    font-size: 18px;
    color: #fff;
    line-height: 77px;
    text-align: center;
}

.footer .foot_link ul li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    width: 1px;
    height: 16px;
    background: #fff;
}

.footer .foot_link ul li:last-child:after {
    display: none;
}

.footer .foot_link ul li a {
    display: block;
}

.footer .foot_bottom {
    padding-top: 30px;
    width: 100%;
    overflow: hidden;
}

.footer .foot_bottom .foot_left {
    float: left;
    margin-top: 10px;
    overflow: hidden;
}

.footer .foot_bottom .foot_left p {
    font-size: 16px;
    color: #fff;
    line-height: 35px;
}

.footer .foot_bottom .foot_left p img {
    position: relative;
    top: -1px;
    margin-right: 10px;
}

.footer .foot_bottom .foot_right {
    float: right;
    overflow: hidden;
}

.footer .foot_bottom .foot_right .wx_item {
    float: left;
    margin-right: 24px;
    padding: 10px;
    width: 126px;
    background: rgba(255,255,255,.2);
    overflow: hidden;
}

.footer .foot_bottom .foot_right .wx_item:last-child {
    margin-right: 0;
}

.footer .foot_bottom .foot_right .wx_item .img_box {
    width: 106px;
    height: 106px;
    overflow: hidden;
}

.footer .foot_bottom .foot_right .wx_item .img_box img {
    width: 100%;
    height: 106px;
}

.footer .foot_bottom .foot_right .wx_item p {
    margin-top: 8px;
    font-size: 14px;
    color: #fff;
    line-height: 15px;
    text-align: center;
}


/*********************************** 登录页面 *************************************************/

.logon_content {
    width: 100%;
    height: 600px;
    background: url(/web/images/pclogin/bg2.jpg) top center no-repeat;
}

.logon_content .w1200 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 600px;
}

.loginBox {
    float: right;
    position: relative;
    padding-top: 25px;
    border: 1px solid #cce3ff;
    width: 445px;
    height: 448px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.wxsign_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background: url(/web/images/pclogin/weixin.png) no-repeat;
    cursor: pointer;
}

.loginBox .title {
    font-size: 24px;
    color: #2C8BFF;
    font-weight: bold;
    text-align: center;
}

.logintab_header {
    margin-top: 12px;
    width: 100%;
    border-bottom: 1px solid #E0E3E9;
    overflow: hidden;
}

.logintab_header a {
    display: block;
    float: left;
    width: 50%;
    height: 63px;
    font-size: 18px;
    color: #666;
    text-align: center;
    line-height: 58px;
    border-bottom: 2px solid transparent;
}

.logintab_header a.on {
    font-size: 24px;
    color: #333;
    border-color: #2C8BFF;
}

.login_items {
    padding: 0 40px;
    margin-top: 30px;
    overflow: hidden;
}

.login_item {
    width: 100%;
    overflow: hidden;
}

.login_item .input_group,
.retrieve_item .input_group {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.login_item .input_group .icon_box,
.retrieve_item .input_group .icon_box {
    position: absolute;
    top: 0;
    left: 14px;
    bottom: 0;
    margin: auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 16px;
}

.login_item .input_group input,
.retrieve_item .input_group input {
    padding-left: 40px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #666;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #E0E3E9;
}

.login_item .input_group input::-webkit-input-placeholder,
.retrieve_item .input_group input::-webkit-input-placeholder {
    font-size: 14px;
    color: #c0c0c0;
}

.login_item .input_group input:-moz-placeholder,
.retrieve_item .input_group input:-moz-placeholder {
    font-size: 14px;
    color: #c0c0c0;
}

.login_item .input_group input::-moz-placeholder,
.retrieve_item .input_group input::-moz-placeholder {
    font-size: 14px;
    color: #c0c0c0;
}

.login_item .input_group input:-ms-input-placeholder,
.retrieve_item .input_group input:-ms-input-placeholder {
    font-size: 14px;
    color: #c0c0c0;
}

.login_item .input_group.yzm_group,
.retrieve_item .input_group.yzm_group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login_item .input_group input.yzm,
.login_item .input_group input.yzm2,
.retrieve_item .input_group input.yzm,
.retrieve_item .input_group input.yzm2 {
    width: 220px;
}

.login_item .yzm_box,
.retrieve_item .yzm_box {
    cursor: pointer;
    width: 125px;
    height: 40px;
}

.login_item .yzm_box img,
.retrieve_item.yzm_box img {
    width: 100%;
    height: 40px;
}

.login_item .btn_group,
.retrieve_item .btn_group {
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
}

.login_item .btn_group button,
.retrieve_item .btn_group button {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #fff;
    border: 0;
    border-radius: 20px;
    background: linear-gradient(90deg, #2C8BFF 0%, #473FEA 100%);
}

.loginBox .singup {
    padding: 0 40px;
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
}

.loginBox .singup .register_left {
    float: left;
    font-size: 14px;
    color: #666;
}

.loginBox .singup .register_left a {
    color: #2C8BFF;
}

.loginBox .singup .register_left a img {
    position: relative;
    top: -1px;
    margin-left: 10px;
}

.loginBox .singup .forgotpassword_right {
    float: right;
    font-size: 14px;
    color: #666;
}

.login_item input.phone_yzm,
.retrieve_item input.phone_yzm {
    width: 250px;
}

.login_item .yzm_btn,
.retrieve_item .yzm_btn {
    width: 125px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    border: 0;
    border-radius: 4px;
}

.login_item .yzm_btn.disabled,
.retrieve_item .yzm_btn.disabled {
    background: #ccc;
    cursor: not-allowed;
}


/*********************** 微信登录 ************************/



.phonesign_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background: url(/web/images/pclogin/shouji.png) no-repeat;
    cursor: pointer;
}

.wxloginewm {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 58px;
    width: 233px;
    height: 233px;
    background: url(/web/images/pclogin/weixinbg.png) no-repeat;
}

.wxloginewm .wxtitle {
    position: absolute;
    top: -11px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.wxloginewm .wxtitle span {
    margin: 0 5px;
    color: #2C8BFF;
    font-weight: bold;
}

.wxloginewm .wxsao {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    margin: 0 auto;
    font-size: 14px;
    color: #999;
    text-align: center;
}

.wxloginewm .img_box {
    width: 174px;
    height: 174px;
    overflow: hidden;
}

.wxloginewm .img_box img {
    width: 100%;
    height: 174px;
}

.wxloginbox .register_box {
    margin-top: 40px;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.wxloginbox .register_box a {
    color: #2C8BFF;
}

.wxloginbox .register_box a img {
    position: relative;
    top: -2px;
    margin-left: 5px;
}


/***************************************** 找回密码页面 ******************************************/

.retrievebox {
    float: right;
    padding-bottom: 30px;
    width: 440px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.retrievebox .title {
    padding: 30px 30px 0 47px;
    width: 100%;
    line-height: 31px;
    overflow: hidden;
}

.retrievebox .title h6 {
    float: left;
    font-size: 24px;
    color: #2C8BFF;
}

.retrievebox .title .loginlink {
    float: right;
    font-size: 18px;
    color: #2C8BFF;
}

.retrievebox .title .loginlink img {
    position: relative;
    top: -2px;
    margin-left: 10px;
}

.step_section {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding: 0 46px;
    border-bottom: 1px solid #E0E3E9;
    overflow: hidden;
}

.step_section .step_item {
    display: flex;
    align-items: center;
    height: 62px;
    border-bottom: 2px solid transparent;
}

.step_section .step_item .item_num {
    width: 26px;
    height: 26px;
    font-size: 18px;
    color: #999;
    text-align: center;
    line-height: 26px;
    background: #DCDFE6;
    border-radius: 50%;
}

.step_section .step_item p {
    margin-left: 10px;
    font-size: 18px;
    color: #999;
}

.step_section .step_item.active .item_num {
    color: #fff;
    background: #2C8BFF;
}

.step_section .step_item.bord {
    border-color: #2C8BFF;
}

.step_section .step_item.active p {
    color: #333;
}

.retrieve_items {
    margin-top: 30px;
    padding: 0 40px;
    overflow: hidden;
}
