html, body, #app {
    width: 100%;
    height: 100%;
    background: url(../img/login/bg_beijing.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

header {
    height: 5.675rem;
    line-height: 5.675rem;
    width: 100%;
    background: white;
}

footer {
    height: 6.25rem;
    background: white;
    line-height: 2rem;
    position: fixed;
    color: #666666;
    font-size: 1.125rem;
    bottom: 0;
    width: 100%;
    z-index: 99;
    text-align: center;
}

.login_box {
    width: 38.625rem;
    min-height: 28.8125rem;
    /*background: url(../img/login/bg_xiaokuang.png) no-repeat;*/
    background-size: 100% 100%;
    position: fixed;
    right: 8%;
    margin-top: 10%;
}

.login_tab {
    margin-left: .5rem;
    margin-top: 1rem;
    box-sizing: border-box;
    color: white;
    width: 12rem;
    background-color: #4B99FE;
    border-radius: 10px;
}

.login_tab p {
    height: 3.375rem;
    line-height: 3.375rem;
    text-align: left;
    padding-left: .5rem;
    font-size: 15px;
    font-weight: bold;
    margin-left: 2px;
}

.active {
    background: white;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #3E84EB;
}

.login_right_box {
    height: 30rem;
    margin-top: 1rem;
    width: 30rem;
    /* margin-left: 1rem; */
    /*background: url(../img/login/ic_xiaobeijing.png) no-repeat;*/
    background-size: 100% 100%;
    background-color: white;
    margin-left: -1rem;
}

.show {
    display: inline-block;
}

.hide {
    display: none;
}

.login_title {
    height: 2.75rem;
    line-height: 2.75rem;
    background: url(../img/login/ic_shurukuangzhong.png) no-repeat;
    background-size: 100% 100%;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #0056CA;
    font-size: 1.25rem;
    position: absolute;
    top: -2.25rem;
    left: .5rem;
    padding: 0 1rem;
}

.ic_jianbian {
    width: 78%;
    height: 1px;
    margin: 1rem 0 .6rem 11%;
}

.input_box {
    height: 2.75rem;
    width: 78.44%;
    margin-left: 10.27%;
    background: url("../img/login/ic_kuang.png") no-repeat;
    margin-top: 10%;
    background-size: 100% 100%;
}

.yzm_box {
    height: 2.75rem;
    line-height: 2.75rem;
    background: rgba(242, 242, 242, 1);
    margin: 1rem 0 0 0.1rem;
    text-align: center;
}

.input_bg {
    border: none;
    height: 2.5rem;
    width: 81%;
    background: transparent;
    margin-left: 4rem;
    color: #333333;
}

.input_bg:focus {
    border: none;
}

.login_btn {
    background: rgb(77, 153, 255);
    border: none;
    border-radius: 5px;
    width: 78.44%;
    margin-left: 10.27%;
    height: 2.625rem;
    line-height: 2.625rem;
    margin-top: 2rem;
    text-align: center;
    color: white;
}

.login_title_ul {
    /* margin: 2rem 0 0 2rem;*/
    position: absolute;
    top: 1.5rem;
    left: 1rem;
    width: 100%;
    text-align: center;
}

.login_title_ul li {
    float: left;
    height: 2.75rem;
    line-height: 2.75rem;
    /*background: url(../img/login/ic_weixuanzhongdeglu.png) no-repeat;
    background-size: 100% 100%;*/
    margin: 0 1rem;
    font-family: Microsoft YaHei;
    font-size: 1.25rem;
    font-weight: bold;
    color: rgba(0, 86, 202, .7);
    width: 40%;
}

.cur {
    /*background: url(img/login/ic_shurukuangzhong.png) no-repeat!important;
    background-size:100% 100%!important; ;*/
    border-bottom: 2px solid #0035D1!important;
    color: #0056CA !important;
}

.gr_login {
    margin-left: 0.5rem;
    margin-top: 4.25rem;
    width: 100%;
}

.gr_login_content {
    min-height: 19.8125rem;
    width: 100%;
    /*background: url(../img/login/ic_xiaobeijing.png) no-repeat;*/
    background-size: 100% 100%;
    /*padding: 2rem 1rem;*/
    padding-top: 3rem;
    box-sizing: border-box;
    /*margin-top: 3rem;*/
}

.gr_login_bottom {
    height: 5.875rem;
    width: 29.75rem;
    background: url(../img/login/ic_xiaobeijingdenglu.png) no-repeat;
    background-size: 100% 100%;
}

.gr_login_bottom li {
    width: 19%;
    height: 5.875rem;
    float: left;
    justify-content: center;
    align-items: center;
    display: flex;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #5785C3;
}

.gr_login_bottom li:nth-child(4) {
    width: 24%;
}

.login_box_right {
    width: 2rem;
    border-radius: 10px;
    background-color: white;
    height: 30rem;
    margin-top: 1rem;
    margin-left: -1rem;
}

