html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.custom {
    position: relative;
}

.custom.bule {
    background: url('../images/login/login_bule1.jpg') no-repeat;
    background-size: 100% 100%;
}

.custom.bule .bggg {
    background: url('../images/login/login_bg_bule.png') no-repeat;
    background-size: 115% 100%;
    display: none;
}

.custom.bule .left {
    /* background: #488EF6; */
    background: url('../images/login/login_left1_bule.png') no-repeat;
    background-size: 100% 100%;
}

.custom.bule .right .tab li::after {
    /* border-top-color: #5398FF; */
}

.custom.bule .right .tab li.cur {
    /* color: #5398FF; */
    /* border-bottom: 1px solid #5398FF; */
}

.custom.bule .right .tab li::after {
    background: #5398FF;
}

.custom.bule .right .title {
    color: #5398FF;
    display: none;
}

.custom.bule #usual {
    color: #fff;
    background: #5398FF;
}

.custom.bule #getcode {
    background: #5398FF;
}

.custom.bule .left .tuceng {
    background: url('../images/login/login_icon.png') no-repeat bottom;
    background-size: 100% 100%;
}


.custom.red {
    background: url('../images/login/login_red1.jpg') no-repeat;
    background-size: 100% 100%;
}

.custom.red .bggg {
    background: url('../images/login/login_bg_red.jpg') no-repeat;
    background-size: 115% 100%;
    display: none;
}

.custom.red .left {
    /* background: #E60012; */
    background: url('../images/login/login_left1_red.png') no-repeat;
    background-size: 100% 100%;
}

.custom.red .right .tab li::after {
    border-top-color: #E60012;
}

.custom.red .right .title {
    color: #E60012;
}

.custom.red .right .tab li.cur {
    color: #E60012;
}

.custom.red .right .tab li::after {
    background: #E60012;
}

.custom.red #usual {
    color: #fff;
    background: #E60012;
}

.custom.red .right .tab li.cur {
    color: #E60012;
}

.custom.red #getcode {
    background: #E60012;
}

.custom.red .left .tuceng {
    background: url('../images/login/login_icon1.png') no-repeat bottom;
    background-size: 100% 100%;
}

.bggg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 580px;
}

.mobile {
    width: 100%;
    height: 100%;
    background: white url('../images/login/login_bg_bule.jpeg') no-repeat;
    background-size: 100% 100%;
    font-size: 12px;
    font-family: 微软雅黑, 宋体;
    color: #383838;
    overflow-x: hidden;
    border: 0px red solid;
}

.custom #container {
    margin: 0;
    padding: 0;
    height: 100%;
    position: relative;
}

.mobile #container {
    margin: 0;
    padding: 0;
}

.custom120 #top {
    height: 120px;
}

.custom #top {
    height: 100%;
    /* background: url('../images/login/login_bg.png') no-repeat; */
    background-size: 100% 100%;
    opacity: .5;

}

.mobile #top {
    display: none;
}

.custom #logo {
    height: 125px;
    width: 450px;
    margin: 0 auto;
    background: url('../images/login/logo-1.png') no-repeat center center;
    display: none;
}

.mobile20 #logo {
    margin: 3% auto 20px auto;
    padding-top: 0px;
    width: 296px;
    height: 71px;
    border: 0px red solid;
    background: url('../images/login/logo_mb.png') no-repeat center center;
}

.mobile #logo {
    margin: 3% auto 20px auto;
    padding-top: 0px;
    width: 296px;
    height: 130px;
    border: 0px red solid;
    background: url('../images/login/logo_mb-1.png') no-repeat center center;
}

.custom .nav {
    width: 100%;
    height: 35px;
    list-style: none;
    /* display: none; */
    position: absolute;
    top: -35px;
    display: none;
}

.custom .tabContainer {
    /* display: none; */
    width: 100%;
    height: 100%;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px;
    background-color: #eeeeee;
    /* Old browsers */
    background-repeat: repeat-x;
    /* Repeat the gradient */
    background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #eeeeee));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    /* Chrome 10+,Safari 5.1+ */
    background-image: -ms-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    /* IE10+ */
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    /* Opera 11.10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#eeeeee', GradientType=0);
    /* IE6-9 */
    background-image: linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    /* W3C */
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.custom .tabContainer .tab {
    display: inline;
}

.custom .tab a {
    color: black;
    text-decoration: none;
    line-height: 36px;
    padding: 4px 4px;
    border-right: 1px solid #e5e5e5;
    font-size: 14px;
}

.custom .tab a:hover {
    color: #0088cc;
}

.custom .tab a.active {
    color: #0088cc;
}

.radius5 {
    -moz-border-radius: 5px 5px;
    -webkit-border-radius: 5px 5px;
    -o-border-radius: 5px 5px;
    -ms-border-radius: 5px 5px;
    -khtml-border-radius: 5px 5px;
    border-radius: 5px 5px;
}

.custom #content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 410px;
    width: 768px;
    /* border-radius: 10px; */
    /* background: url('../images/login/login_input.png') no-repeat;
    background-size: 100% 100%; */
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.custom #footer {
    height: 260px;
    background: url('../images/login/bottom_back.png');
    display: none;
}

.custom236 #bottom {
    height: 260px;
    margin: 0 auto;
    background: url('../images/login/taizi.jpg') no-repeat;
}

.custom #bottom {
    height: 580px;
    margin: 0 auto;
    background: url('../images/login/login-da-bule.png') no-repeat;
    background-size: 100% 100%;
}

.mobile #bottom {
    width: 296px;
    height: 71px;
    margin: 150px auto 0 auto;
    background: url('../images/login/taizi_mb.png') no-repeat center center;
}

.custom #activeTest {
    /* margin: 0 auto;
    width: auto;
    height: 20px;
    position: relative; */
    /* float: right; */
    /* height: 45px; */
    position: absolute;
    right: 0;
    top: -30px;
    display: flex;
    align-items: center;
}

.mobile #activeTest {
    display: none;
}

.custom #activeTest span {
    /* position: absolute;
    top: 10px;
    right: 10px; */
}

.custom #activeTest a:link {
    color: #FF9224;
}

.mobile #spanValicode {
    height: 60px;
}

.custom #valicode {
    /* width: 140px; */
}

.mobile #valicode {
    width: 110px;
    height: 30px;
}

.custom #imgValicode {
    width: 75px;
    height: 25px;
    _height: 22px;
    vertical-align: middle;
}

.mobile #imgValicode {
    width: 50px;
    height: 30px;
    vertical-align: middle;
}

.custom #usual {
    text-align: center;
    width: 100%;
    height: 48px;
    line-height: 38px;
    border: 0px;
    cursor: pointer;
    padding: 0;
    font-family: Microsoft YaHei;
    font-weight: 300;
    border-radius: 10px;
    font-size: 16px;
}

.custom #getcode {
    width: auto;
    padding: 0 10px;
    position: absolute;
    right: 0;
    bottom: 6px;
    color: #fff;
    cursor: pointer;
    height: 30px;
    border-radius: 10px;
    border: none;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.mobile #usual {
    cursor: pointer;
    width: 180px;
    height: 30px;
    font-size: 20px;
    background: url('../images/login/submit_mb.png') no-repeat center center;
    color: white;
    font-family: 微软雅黑, 宋体;
    text-shadow: 0px -1px 1px black;
}

.custom .input {
    margin-top: 20px;
    position: relative;
}

.mobile .input {
    margin: 20px auto 20px auto;
}

.custom .input input {
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 1px solid #748295;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    /* padding-left: 50px; */
    box-sizing: border-box;
    background: none;
}

.custom .input input::-webkit-input-placeholder {
    color: #748295;
}

.custom .input input {
    /* -webkit-box-shadow: 0 0 0 1000px white inset; */
}

.custom .input input:focus {
    outline: none;
}

.custom .input span.img-imgCode,
.custom .input span.img-name,
.custom .input span.img-yanzhengma,
.custom .input span.img-phone,
.custom .input span.img-imgCode,
.custom .input span.img-password {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.custom .input span.img-name {
    background: url('../images/login/zhanghao.png') no-repeat;
    background-size: 100% 100%;
}

.custom .input span.img-password {
    background: url('../images/login/mima.png') no-repeat;
    background-size: 100% 100%;
}

.custom .input span.img-imgCode,
.custom .input span.img-yanzhengma {
    background: url('../images/login/yanzhengma.png') no-repeat;
    background-size: 100% 100%;
}

.custom .input span.img-phone {
    background: url('../images/login/shouji.png') no-repeat;
    background-size: 100% 100%;
}

.mobile .input input {
    -moz-box-shadow: 2px 2px 3px #BDBEBB inset;
    -webkit-box-shadow: 2px 2px 3px #BDBEBB inset;
    box-shadow: 2px 2px 3px #BDBEBB inset;
    border-radius: 12px;
    width: 100%;
    height: 100%;
}

.mobile .inputCon {
    font-size: 20px;
    width: 180px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto 0 auto;
    display: block;
}

.custom .label {
    display: inline-block;
    width: 110px;
    line-height: 30px;
    margin-left: 25px;
}

.mobile .label {
    display: none;
}

.custom .errorMessage {
    top: -20px;
    clear: both;
    width: 340px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    color: red;
    font-weight: bold;
    letter-spacing: 0px;
    position: absolute;
}

.mobile .errorMessage {
    clear: both;
    width: 180px;
    height: 10px;
    line-height: 10px;
    text-align: left;
    color: red;
    font-weight: bold;
    letter-spacing: 0px;
    margin: auto auto;
}

#login_container>iframe {
    width: 300px;
}

#login_container>iframe {
    margin: 0px !important;
    padding: 0px !important;
}

.login_content {
    border: 1px solid #e8e8e8 !important;
    width: 210px !important;
    height: 210px !important;
}

.login_qrcode {
    width: 130px !important;
}

.login_qrcode_content {
    margin: 0px !important;
    width: 130px !important;
    height: 130px !important;
}

.login_qrcode_content img {
    width: 130px !important;
    height: 130px !important;
}

.login_qrcode_text {
    margin: 0px !important;
    font-size: 10px !important;
    color: #000 !important;
}

.custom .left {
    width: 291px;
    height: 100%;
    /* border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; */
    position: relative;
    float: left;
}

.custom .left .tuceng {
    width: 210px;
    height: 45px;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.custom .left .line {
    background: #000;
    height: 1px;
    width: 192px;
    position: absolute;
    top: 180px;
    left: 48px;
    opacity: 0.11;
    display: none;
}

.custom .left .name {
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #000;
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-weight: 400;
    white-space: nowrap;
}

.custom .left .footer {
    /* font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #fff;
    line-height: 19px; */
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.custom .left .footer span {
    display: inline-block;
    width: 204px;
    height: 39px;
    background: url('../images/login/login_text.png') no-repeat;
    background-size: 100% 100%;
}

.custom .right {
    width: 477px;
    float: left;
    height: 100%;
    padding: 20px 50px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
}

.custom .right .title {
    font-size: 30px;
    margin-bottom: 30px;
}

.custom .rightPc>.div {
    display: none;
}


.custom .rightPc>.div.on {
    display: block;
}

.custom .right ul {
    padding: 0;
    margin: 0;
    display: flex;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

.clearfix {
    *zoom: 1;
    /* 兼容id低版本 */
}

.custom .right .tab {
    position: relative;
    border-bottom: 1px solid #748295;
}

.custom .right .tab li {
    width: auto;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #666;
    cursor: pointer;
    list-style: none;
    margin-right: 20px;
    position: relative;
    height: 50px;
    line-height: 50px;
}

.custom .right .tab li::after {
    content: '';
    position: absolute;
    bottom: -2px;
    height: 3px;
    width: 100%;
    /* left: 50%;
    top: 25px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 4px solid transparent; */
    display: none;
}

.custom .right .tab li.cur::after {
    display: block;
}

.custom .right .tab span.huanfu {
    position: absolute;
    right: 0;
    bottom: 13px;
    width: 23px;
    height: 23px;
    background: url('../images/login/huanfu.png') no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.custom .input.btn {
    margin-top: 80px;
}

.custom .input.btn.btn1 {
    margin-top: 50px;
}

.custom .input.btn .inputCon {
    /* float: left; */
}

.custom .input.btn #activeTest .tubiao {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('../images/login/jiance.png') no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    margin-right: 5px;
}

.custom .input.btn #activeTest .kongjian {
    width: 48px;
    height: 12px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
}

#login_container {
    position: relative;
    top: 0;
}

#login_container .login_body {
    padding-bottom: 20px;
}

#imgValicode {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.custom .input .inputCon span {
    display: none;
}

@media screen and (max-width: 1299px) {
    /*     .custom #content {
        height: 410px;
        width: 768px;
    }

    .custom .left {
        width: 291px;
        height: 100%;
    }

    .custom .right {
        width: calc(100% - 291px);
        height: 100%;
        padding: 30px;
    }

    .custom .input.btn {
        margin-top: 50px;
    }

    .custom .left .tuceng {
        width: 146px;
        height: 30px;
    }

    .custom .left .footer span {
        width: 150px;
        height: 30px;
    } */
}