body{
    margin:0px;
}
/*
*{
    color: #222;
}
 */
p{
    margin:0px;
    padding:0px;
}
.bjt{
    background-image: url("../images/bjt.png");
    background-attachment: fixed;
    position:fixed;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    min-width: 1000px;
    z-index:-10;
    zoom: 1;
    background-color: #fff;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    /*-webkit-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*background-position: center 0;*/
}
.flexBetween{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.bj{
    width: 660px;
    height: 100vh;
    overflow: hidden;
}
.ad_logo{
    width:350px;
    padding-left:88px;
    padding-top: 80px;
}
.p1{
    font-size: 46px;
    color:#fff;
    font-weight:600;
    text-shadow: 1px 3px 5px rgba(168, 38, 62, 0.45);
    padding-left:80px;
    padding-top:260px;
}
.p2{
    font-size: 22px;
    font-weight: normal;
    color:#fff;            
    text-shadow: 1px 3px 5px rgba(168, 38, 62, 0.45);
    margin-top:20px;
    padding-left:80px;
}
.bj_right{
    width: calc(100% - 660px);
    height:100vh;
}
.p3{
    font-size:38px;
    text-align: center;
    padding:130px 0px 60px;
}

.main {
    max-width:600px;
    /*width: 50%;*/
    display: block;
    margin: 0 auto;
}
.btn{ 
    width: 100%;
    display: flex;
    justify-content: space-around;
    box-shadow:0 1px 0 #baada8;  
}
.spanList{ 
    width: 50%;
    font-size: 22px;
    text-align: center;
    display:inline-block;
    position: relative;
    padding-bottom:15px;
    cursor: pointer;
}
.active{
    font-size: 22px;
    color:#af2547;
    text-align: center;
    display:inline-block;
    cursor: pointer;
}
.active::after{
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #af2547;
    border-radius: 5px;
}
.context{
    width: 100%;
    float: left;
}
.con { 
    display:none; 
    width: 100%;
    margin-top: 60px;
}

.contop{
    margin-top: 40px;
}
.tabp{
    font-size:18px;
    padding-bottom:15px;
}
.tabinput{
    font-size: 18px;
    height: 58px;
    width: -webkit-fill-available;
    border-radius: 10px;
    outline: none;
    border: 1px solid #c3c3c3;
    padding-left: 20px;
}
.checkbox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top:40px;
    margin-bottom:30px;
}
.check{
    width:20px;
    height:20px;
    border-radius:10px;
    border:1px solid #b4b4b4;
}
.check_p{
    font-size: 18px;
    padding-left: 10px;
}
.loginbtn{
    width:100%;          
    height: 58px;
    background: #AF2648;
    border-radius: 10px;
    border: none;
    outline: none;
    font-size:22px;
    color:#fff;
    margin-bottom: 30px;
}
.code{
    width:320px;
    display: block;
    margin:0 auto;
}
.code_p{
    text-align: center;
    padding-top: 20px;
}