html,body{
    width: 100%;
    height: 100%;
}
#container {
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: url(img/login/login-bg.png) no-repeat center center;
    background-size: 100% 100%;
}

/* .login_box{
    width: 448px;
    height: 579px;
    background: #ffffff;
    border-radius: 5px;
    position: relative;
    top:50%;
    margin:0 auto;
    margin-top:-350px;
    padding: 50px 48px 0;
} */
.login_r {
    width: 448px;
    /* height: 579px; */
    background: #ffffff;
    box-shadow: 0px 0px 46px 0px rgba(4, 0, 0, 0.14);
    border-radius: 5px;
    position: relative;
    padding: 40px 50px;
    top:12%;
    margin:0 auto;
    padding: 50px 48px 30px;
}

.login_r .change {
    position: absolute;
    top: 12px;
    right: 10px;
    text-align: right;
    width: 52px;
    height: 52px;
    background: url(img/login/login-ewm.png) no-repeat center center;
    background-size: 52px 52px;
    cursor: pointer;
    transition: all .3s ease-out;
    z-index: 2;
}

.login_r .change:hover {
    background: url(img/login/login-ewm-on.png) no-repeat center center;
    background-size: 52px 52px;
}

.login_r .change.on {
    background: url(img/login/login-pc.png) no-repeat center center;
    background-size: 52px 52px;
}

.login_r .change.on:hover {
    background: url(img/login/login-pc-on.png) no-repeat center center;
    background-size: 52px 52px;
}

.r_tab {
    margin-bottom: 30px;
}

.r_tab > div {
    position: relative;
    float: left;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #181C29;
    margin-right: 62px;
    box-sizing: border-box;
    text-align: left;
}

.r_tab > div span {
    cursor: pointer;
}

.r_tab > div:first-child:after {
    position: absolute;
    right: -32px;
    top: 5px;
    content: "";
    width: 1px;
    height: 12px;
    background: #bbbfc9;
}

.r_tab > div span.on {
    color: #FF6521;
}

.r_tab.r_tab_reg {
    text-align: center;
}

.r_tab .tit {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #181C29;
    text-align: center;
    margin: 0 auto;
}


.login_r .inp_item {
    margin-bottom: 30px;
}

.login_r .inp_item.item1 {
    margin-bottom: 14px;
}

.login_r .box_inp {
    position: relative;
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #EDEEF2;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.login_r .box_inp input {
    height: 100%;
    border: none;
    outline: none;
    color: #181C29;
    font-size: 14px;
}

.login_r .box_inp.on i {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 18px;
    width: 18px;
    height: 18px;
    background: url(img/login/input-close.png) no-repeat center center;
    background-size: 18px 18px;
    cursor: pointer;
}

.login_r .box_inp.nom_2.on i {
    right: 120px;
}

.login_r .box_inp.nom_3.on i {
    right: 142px;
}

.login_r .box_inp.nom_4.on i {
    right: 74px;
}

.login_r .inp_item .i_tip {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #EF4B4B;
    margin-top: 8px;
}

.login_r .tx_inp {
    position: relative;
}

.login_r .tx_inp .tx_img {
    position: absolute;
    right: 0;
    bottom: 6px;
    width: 100px;
    height: 32px;
    cursor: pointer;
}

/*.login_r .inp1 {*/
/*    width: 80%;*/
/*}*/

/*.login_r .list_info_yzm .inp1 {*/
/*    width: 55%;*/
/*}*/

.login_r .f_btn {
    font-family: PingFangSC-Regular, PingFang SC;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FF6521;
    cursor: pointer;
}

.login_r .list_info_yzm .f_btn {
    height: 55px;
    line-height: 55px;
    width: 58px;
    text-align: center;
    margin-left: 10px;
    background-color: transparent;
}

.login_r .list_info_yzm button[disabled] {
    background: transparent !important;
}

.go_login_btn {
    width: 100%;
    line-height: 50px;
    text-align: center;
    color: #fff;
    height: 50px;
    background: #FF6521;
    cursor: pointer;
}

.login_tips {
    margin-top: 13px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #828897;
    text-align: center;
    margin-bottom: 20px;
}

.login_tips a {
    color: #FF6521;
}

.login_tips a:hover {
    text-decoration: underline;
}

.wx_other {
    /* position: absolute; */
    bottom: 42px;
    left: 50px;
    width: 352px;
    margin: 0 auto;
}

.wx_other .p1 {
    font-size: 12px;
    position: relative;
    font-weight: 400;
    color: #828897;
    margin: 0 0 24px;
}

.wx_other .p1:before {
    position: absolute;
    left: 0;
    top: 7px;
    content: "";
    width: 80px;
    height: 1px;
    background-color: #EEEEEE;
}

.wx_other .p1:after {
    position: absolute;
    right: 0;
    top: 7px;
    content: "";
    width: 80px;
    height: 1px;
    background-color: #EEEEEE;
}

.wx_other{
    /* display: none; */
}

.wx_other .wx_other_list span,.wx_other .wx_other_list a {
    display: inline-block;
    width: 44px;
    height: 44px;
    margin: 0 20px;
    cursor: pointer;
}

.wx_other .wx_other_list .span1 {
    background: url(img/login/login-qq.png) no-repeat center center;
    background-size: 44px 44px;
}

.wx_other .wx_other_list .span2 {
    background: url(img/login/login-wx.png) no-repeat center center;
    background-size: 44px 44px;
}

.wx_other .wx_other_list .span2.on {
    background: url(img/login/login-mm.png) no-repeat center center;
    background-size: 44px 44px;
}

.login_wx .tit {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #181C29;
    text-align: center;
}

.login_wx .wx_code p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #828897;
    text-align: center;
    padding: 30px 0 20px;
}
#login_container{
    margin: 0 auto ;
    width: 300px;
    height: 400px;
}
.change_txt {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #828897;
    margin-top: 75px;
}

.change_txt a {
    color: #FF6521;
}

.change_txt a:hover {
    text-decoration: underline;
}


@media screen and (max-width: 1680px) {
    .login_container {
        padding-top: 120px;
    }
}

@media screen and (max-width: 1440px) {
    .login_container {
        padding-top: 55px;
    }

    .login_r_main .p_copy {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1366px) {
    .login_r {
        width: 380px;
        /* height: 500px; */
        padding: 30px 30px 30px;
    }

    .r_tab {
        margin-bottom: 20px;
    }

    .wx_other {
        left: 30px;
        bottom: 12px;
    }

    .change_txt {
        margin-top: 60px;
    }
}

@media screen and (max-width: 1200px) {
    .login_container .login_box {
        width: 100%;
        padding: 0 20px;
    }

    .login_container .login_l {
        width: 54%;
    }

    .login_container .login_r {
        width: 330px;
    }
    #login_container{
        margin-left: -35px;
    }
    .wx_other{
        width: 270px;
    }
}