.user_left{
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    padding-top: 80px;
}
.user_left_mid{
    position: relative;
    width: 480px;
    margin: 0 auto;
    background: #fff;
    z-index: 1;
}
.logo_icon{
    /*background: url("../img/logo1.png");*/
    /*height: 42px;*/
    /*width: 119px;*/
    margin-bottom: 40px;
}
.user_left_mid>h1{
    font-size: 30px;
    line-height: 30px;
    color: #303753;
    margin-bottom: 80px;
}
.user_left_mid>ul>li{
    position: relative;
    height: 48px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #ecebf6;
    margin-bottom: 40px;
    padding: 0 15px;
}
.user_left_mid>ul>li>input{
    height: 100%;
    width: 100%;
    background: none;
    border: none;
}
.user_left_mid>ul>li>span{
    position: absolute;
    left: 0;
    top: -24px;
    font-size: 14px;
    font-weight: 500;
    color: #303753;
}
.user_left_mid>ul>li>.a1{
    position: absolute;
    font-size: 14px;
    color: #3355db;
    right: 0;
    top: -24px;
}
.user_left_mid>ul>li>.a2{
    display: block;
    width: 88px;
    line-height: 24px;
    background-color: #f4f7ff;
    border-radius: 12px;
    border: solid 1px #a3b6ff;
    position: absolute;
    right: 12px;
    top: 11px;
    color: #3355db;
    font-size: 12px;
    transition: .25s;
}
.user_left_mid>ul>li>.a2:hover{
    background: #3355db;
    color: #fff;
}
.user_right{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #f3f6fd;
    padding: 100px 0 0 0;
    text-align: center;
    overflow: hidden;
}
.user_login_btn{
    display: block;
    width: 100%;
    line-height: 56px;
    background-color: #3355db;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
.user_login_btn:hover{
    background-color: rgba(51, 85, 219, 0.9);
}
.login_way_line{
    height: 1px;
    background-color: #ecebf6;
    margin: 40px 0 0 0;
    text-align: center;
}
.login_way_line_txt{
    display: block;
    text-align: center;
    background: #fff;
    font-size: 12px;
    width: 120px;
    color: #b3b9c7;
    margin: -10px auto 40px auto;
}
.login_way_btn{
    text-align: center;
    font-size: 0;
}
.login_way_btn>a{
    display: inline-block;
    width: 120px;
    height: 100px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #ecebf6;
    margin: 0 20px;
    font-size: 14px;
    color: #767e91;
    vertical-align: middle;
    transition: .25s;
}
.login_way_btn>a>img{
    height: 25px;
    margin: 20px 0 12px 0;
}
.login_way_btn>a:hover{
    box-shadow: 0px 4px 20px 0px
    rgba(147, 172, 226, 0.1);
}
.login_bottom{
    position: absolute;
    width: 100%;
    bottom: 80px;
    left: 0;
    text-align: center;
    color: #767e91;
    font-size: 14px;
}
.login_bottom>a{color: #3355db}
.swiper-slide>h3{
    margin: 60px 0 40px 0;
    color: #303753;
    font-size: 24px;
    font-weight: 500;
}
.swiper-slide>p{
    font-size: 16px;
    color: #a8a8b3;
    padding-bottom: 150px;
}
.agree_check{
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    color: #767e91;
    cursor: pointer;
}
.agree_check>span{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 20px;
    line-height: 18px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #ecebf6;
    color: #fff;
    text-align: center;
    transition: .25s;
}
.agree_check>a{color: #3355db}
.agree_check>span.active{
    border-color: #3355db;
    background: #3355db;
}
.xy_t{
    padding-left: 180px;
}
.xy_t>h3{
    font-size: 24px;
    color: #303753;
    margin-bottom: 14px;
}
.xy_t>p{
    font-size: 12px;
    color: #767e91;
    margin-bottom: 30px;
}
.xy_p{
    font-size: 16px;
    line-height: 30px;
    color: #767e91;
    margin-bottom: 20px;
    text-indent: 2em;
}
.xy_pic{
    position: absolute;
    left: 40px;
    top: -30px;
}
.xy_link{
    border-top: 1px solid #ecebf6;
    padding-top: 20px;
    margin-bottom: 20px;
}
.xy_link>a{
    color: #3355db;
    font-size: 13px;
    margin-right: 10px;
}
.xy_btn{
    text-align: center;
}
.xy_btn>a:nth-child(1){
    display: block;
    width: 200px;
    line-height: 40px;
    background-color: #3355db;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    margin: 0 auto 10px auto;
}
.xy_btn>a:nth-child(1):hover{
    background-color: rgba(51, 85, 219, 0.9);
}
.xy_btn>a:nth-child(2){
    display: inline-block;
    font-size: 12px;
    color: #b3b9c7;
}
.login_way1_show{
    display: none;
}
.wct_box{
    text-align: center;
    padding-bottom: 20px;
}
.wct_box>h2{
    font-size: 24px;
}
.qrcode_box {
    width: 320px;
    height: 360px;
    padding: 5px;
    margin: 30px auto 20px auto;
}
.qrcode_box2 {
    /*width: 320px;*/
    /*height: 360px;*/
    /*padding: 55px;*/
    margin: 30px auto 20px auto;
}
.p_c {
    text-align: center;
    font-size: 14px;
    color: #9bacb9;
}