*{
    padding: 0px;
    margin: 0px;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
div{
    box-sizing: border-box;
}
html,body{
    width: 100%;
    height: 100%;
    position: relative;
}
.kjx_register_outer{
    width: 100%;
    display: flex;
    background: url('./image/register_bg.jpg') no-repeat 100% 100%;
    justify-content: center;
    padding-bottom: 160px;
}
.kjc_register_center{
    width: 1200px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

    /* margin: 0px 360px; */
}
.k_r_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 46px;
    padding-bottom: 33px;
    width: 100%;
}
.k_r_header div img{
    width: 118px;
    height: 41px;
}
.left_title{
    display: flex;
    font-weight: 400;
    font-size: 14px;
    color: #16181A;
    align-items: center;
}
.left_title a{
    font-size: 14px;
    font-weight: 400;
    font-size: 14px;
    color: #16181A;
    cursor: pointer;
    user-select: none;
}
.left_title a:hover{
    color: #FC842E;
}
.left_title .line{
    width: 1px;
    background: #16181A;
    height: 13px;
    margin: 0px 16px;
}
.kjx_center_content{
    width: 1000px;
    height: 1253px;
    background: url('./image/register_center_content.png')  no-repeat  ;
    background-size:cover;
    box-shadow: 0px 13px 12px 0px rgba(47, 96, 185, 0.02);
    border-radius: 25px;
    border: 1px solid #FFFFFF;
}
.register_content{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 44px;
}
.register_content .text{
    font-weight: 500;
    font-size: 24px;
    color: #16181A;
    line-height: 24px;
    display: inline-block;
    margin: 22px 0px 17px 0px;
}

.qrcode_tips{
    font-weight: 400;
    font-size: 14px;
    color: #7C7E84;
    line-height: 14px;
}
.title_name{
    font-weight: 400;
    font-size: 18px;
    color: #16181A;

}
.kjx_name{
    font-weight: 400;
    font-size: 18px;
    color: #16181A;
    line-height: 18px;
}
.prominent{
    color: #4E87F7;
    font-weight: 600;
}
.qrcode_div{
    margin-top: 57px;
    width: 153px;
    height: 156px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('./image/qrcode_bg.png');
    background-size: cover;
    margin-bottom: 22px;
    
}
.config_course{
    margin-top: 80px;
}
.config_title{
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.config_title span img{
    width: 50px;
    height: 14px;

}
.c_tltle{
    font-weight: 500;
    font-size: 28px;
    color: #16181A;
    margin: 0px 20px;
    line-height: 28px;
}
.config_course>ul{
    display: flex;
    justify-content: center;
    margin-top: 45px;

}
.config_course>ul li{
    width: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.config_course>ul  li span{
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #1F2329;
    display: inline-block;
    margin: 27px 0px 21px 0px;

}
.config_course>ul li .info{
    width: 130px;
    font-weight: 400;
    font-size: 16px;
    color: #16181A;
    line-height: 24px;
}
.space{
    margin-right: 96px;
}
.config_course>ul li img{
    width: 130px;
    height: 130px;
    /* margin-left: 35px;
    margin-top: 17px;
    margin-right: 7px; */
}
.scene_guide{
    margin-top: 82px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    
}
.scene_guide ul li {
    width: 200px;
    height: 140px;
    background: #FFFFFF;
    box-shadow: 0px 5px 26px 1px rgba(167, 187, 234, 0.28);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.scene_guide ul{
    display: flex;
}
.scene_guide ul li{
    overflow: hidden;
}
.scene_guide ul a{
    overflow: hidden;
}
.scene_guide ul li .bg_img{
    width:183px;
    height: 79px;
    margin-top: 8px;
    margin-bottom: 16px;
    overflow: hidden;
    transform: scale(1);
    
}
.scene_guide ul li .bg_img:hover img{
    transform: scale(1.4) ;
}
.scene_guide ul li span{
    font-weight: 400;
    font-size: 16px;
    color: #16181A;
}
.scene_guide ul li .play_btn{
    position: absolute;
    top: 25px;
    width: 45px;
    height: 45px;
}
.mm_space{
    margin-right: 23px;
}
.ok_btn_bg{
    display: flex;
    justify-content: center;
}
.ok_btn_bg .ok_btn{
    width: 400px;
    height: 50px;
    background: #4E87F7;
    border-radius: 8px;
    line-height: 50px;
    cursor: pointer;
    user-select: none;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-top: 46px;
}
.ok_btn_bg .ok_btn:hover{
    background: #6E9DF9;
}
.free_uodate_content{
    margin-top: 55px;
    width: 824px;
}
.free_uodate_content .title{
    font-weight: bold;
    font-size: 16px;
    color: #16181A;
    line-height: 16px;
    margin-bottom: 29px;
    
}
.content{

    font-weight: 400;
    font-size: 16px;
    color: #16181A;
    line-height: 24px;
}
.Tips{
    display: flex;
    justify-content: center;
    margin-top: 46px;
}
.Tips div{
    height: 55px;
    width: 850px;
    background: #F5F9FF;
    line-height: 55px;
    font-weight: 400;
    font-size: 16px;
    color: #16181A;
    text-align: center;

}
.update_modal{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;


    justify-content: center;
    background: rgba(140,140,140,0.45);
    z-index: 99;
    
}
.modal_bg{
    width: 480px;
    /* height: 555px; */
    background: #FFFFFF;
    box-shadow: 0px 5px 31px 0px rgba(16, 30, 68, 0.24);
    border-radius: 5px;
    /* margin-top: 323px; */
    padding: 40px 28px 0px 40px;
}
.modal_sq{
    height: 555px;
}
.modal_success{
    height: 525px;
}
.modal_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal_title span{
    font-weight: 500;
    font-size: 26px;
    color: #1F2329;
    line-height: 23px;
}
.modal_title div img{
    width: 17px;
    height: 17px;
    cursor:pointer;
}
.samll_title{
    height: 15px;
    font-weight: 400;
    font-size: 16px;
    color: #121212;
    line-height: 15px;
    margin: 47px 0px;
}
.update_input{
    width: 100%;
    height: 243px;
    /* padding-left: 21px; */
    color: #1F2329;
    
}
.update_input::placeholder{
    color: #95979E;

}
.username,.pass{
    margin-bottom: 24px;
    padding-left: 21px;
}
.phone{
    padding-left: 21px;
}
.update_input input{
    width: 380px;
    height: 43px;
    line-height: 43px;
    background-color: transparent;
    outline: transparent;
    border-radius: 4px;
    border: 1px solid #D9E3F0;
}


.update_input input:focus{
    box-shadow: 2px 3px 15px 1px rgba(38, 79, 188, 0.08); 
    border: 1px solid #3370FF;

}

.update_input input:-webkit-autofill {
    background: transparent;
    transition: background-color 50000s ease-in-out 0s; 
}
.modal_footer{
    display: flex;
    justify-content: center;
}
.modal_footer div{
    width: 400px;
    height: 42px;
    line-height: 42px;
    background: #3370FF;
    box-shadow: 2px 3px 15px 1px rgba(38, 79, 188, 0.08);
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #FCFDFF;
    cursor: pointer;
    user-select: none;
}
.error_tips{
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.error_tips img{
    width: 14px;
    height: 14px;
    margin-right: 4px;
    margin-left: 2px;
}
.error_tips span{
    font-weight: 400;
    font-size: 12px;
    color: #E65A5E;
}
.success_modal_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.success_modal_content img{
    width: 64px;
    height: 64px;
    margin-top: 54px;
    margin-bottom: 24px;
}
.success_modal_content .title{
    font-weight: 400;
    font-size: 29px;
    color: #1F2329;
    line-height: 29px;
    margin-bottom: 48px;
}
.success_modal_content span{
    font-weight: 400;
    font-size: 16px;
    color: #1F2329;
    line-height: 28px;
}
.knowed_btn{
    width: 115px;
    height: 40px;
    background: #ECF2FF;
    box-shadow: 2px 3px 15px 1px rgba(38, 79, 188, 0.08);
    border-radius: 4px;
    border: 1px solid #A8C2FF;
    line-height: 40px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #759BF1;
    margin-top: 48px;
    cursor: pointer;
    
}





