@charset "utf-8";
.border-radius-4 {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
._fx_header .header {
    padding: 28px 0;
}
._fx_header .header .header_right {
    width: 90px;
    height: 30px;
    background: #F6F6F6;
    font-size: 12px;
    line-height: 30px;
    color: #666666;
    text-align: center;
    margin-top: 7px;
}
._fx_header .header_right i {
    margin-right: 5px;
    color: #C2C2C2;
}
.login_container {
    width: 100%;
    background: #FF818C;
}
.login_container ._fx_wrapper {
    position: relative;
    z-index: 2;
}
.login_container .login_title {
    font-size: 60px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 76px;
    text-shadow: 2px 2px 16px rgba(255, 129, 140, 0.2);
    position: absolute;
    left: 160px;
    top: 114px;
    z-index: -2;
    /* -webkit-text-stroke: 1px #E5616E;
    text-stroke: 1px #E5616E; */
    /* background: -webkit-linear-gradient(0deg, #FFD6DA 0%, #fff 40.72265625%);
    background: linear-gradient(0deg, #FFD6DA 0%, #fff 40.72265625%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}
.login_container .login_bg {
    width: 1123px;
    height: 560px;
    background: url(/static/cloud/images/home/fx-index/login_bg.png) no-repeat left top;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.login_container .login_bg .login_intor {
    font-size: 26px;
    color: #fff;
    position: absolute;
    top: 224px;
    left: 285px;
}
.login_container .login_bg .login_adva  {
    font-size: 25px;
    color: #fff;
    line-height: 45px;
    font-style: italic;
    position: absolute;
    top: 288px;
    left: 440px;
}
.login_wrapper {
    width: 362px;
    min-height: 378px;
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 30px;
    box-sizing: border-box;
    margin: 84px 8px 98px 0;
}
.login_wrapper .login_tabs {
    margin: 0 -14px;
    padding: 4px 0;
}
.login_wrapper .login_tabs .login_tabs_item {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    border-left: 1px solid #d2d2d2;
    width: 33.33%;
    text-align: center;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
}
.login_wrapper .login_tabs .login_tabs_item:first-child {
    border-left: none;
}
.login_wrapper .login_content {
    margin-top: 13px;
}
.login_wrapper .login_content .form {
    padding-top: 20px;
}
.login_wrapper .login_content .login_input_box {
    width: 302px;
    height: 50px;
    box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;
}
.login_wrapper .login_content .login_input_box .iconfont {
    width: 47px;
    height: 50px;
    position: absolute;
    z-index: 1;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #999;
    left: 0;
    top: 0;
}
.login_wrapper .login_content .login_input_box .layui-input {
    width: 100%;
    height: 100%;
    border: 1px #FFD1D4 solid;
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    padding-left: 57px;
}
.login_wrapper .login_content .login_input_box .layui-input:hover,
.login_wrapper .login_content .login_input_box .layui-input:focus {
    border-color: #FF414D !important;
}
.login_wrapper .login_content .login_input_box .layui-btn {
    width: 100px;
    height: 50px;
    border: 1px #FFD1D4 solid;
    background: #FFE1E3;
    font-size: 14px;
    line-height: 48px;
    text-align: center;
    padding: 0;
}

.login_wrapper .login_content .login_input_box .submit {
    width: 100%;
    font-size: 16px;
    border-color: #FF414D;
    margin-top: 3px;
}
.login_wrapper .login_content .login_input_box.verification {
    pointer-events: none;
}
.login_wrapper .login_content .login_input_box #sc {
    margin: 0 0 10px;
}
.login_wrapper .login_content .login_input_box #sc .sm-btn {
    border-color: #FFD1D4;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #FFE1E3;
}

.login_wrapper .login_content .login_input_box #sc .sm-txt {
    color: #FF414D !important;
}
.sm-btn-default:hover, .sm-btn-loading:hover, .sm-btn-success:hover {
    box-shadow: 0 0 8px #FFD1D4
}
.login_wrapper .login_content .reset {
    font-size: 12px;
    color: #666;
    line-height: 20px;
}
.sm-btn-success .rect-top:after,
.sm-btn-success .rect-top:before,
.sm-btn-success .rect-top,
.sm-btn-success .rect-bottom,
.sm-btn-success .rect-bottom:after {
    border-color: #FF414D !important;
}
.login_wrapper .login_content .is_wechat {
    text-align: center;
}
.login_wrapper .login_content .is_wechat .wechat_QR {
    width: 267px;
    height: 267px;
}
.login_wrapper .login_content .is_wechat .qr_hint {
    font-size: 12px;
    line-height: 18px;
    color: #999;
    margin-top: 6px;
}
.login_wrapper .checkbox i {
    padding-left: 24px;
    position: relative;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #999;
}
.login_wrapper .checkbox i::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    border: 1px solid #BCBCBC;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 14px;
    font-weight: bold;
}
.login_wrapper .checkbox input:checked + i::before {
    content: '\e622';
    font-family: iconfont;
    border-color: #FF414D;
    background: #FF414D;
}
.login_wrapper .checkbox:hover i::before {
    border-color: #FF414D;
}