*{
    padding: 0px;
    margin: 0px;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
div{
    box-sizing: border-box;
}
input{
    outline: transparent;
}
html,body{
    width: 100%;
    height: 100%;
}
.kjx_register_outer{
    width: 100%;
    display: flex;
    background: url('/index/images/kjx_register_img/register_bg.jpg') no-repeat 100% 100%;
    justify-content: center;
}
.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: auto;
    background: url('/index/images/kjx_register_img/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;
    padding-bottom: 60px;
}
.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;
    margin-right: 10px;

}
.kjx_name{
    font-weight: 400;
    font-size: 18px;
    color: #16181A;
    line-height: 18px;
}
.qrcode_div{
    margin-top: 13px;
    width: 153px;
    height: 156px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('/index/images/kjx_register_img/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: 250px;
    height: 110px;
    background: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0px 5px 26px 1px rgba(167, 187, 234, 0.28);
    border: 2px solid #fff;
    display: flex;
    align-items: center;
}
.config_course>ul li:hover{
    box-shadow: 0px 5px 26px 1px rgba(167, 187, 234, 0.28);
    border: 2px solid rgba(95, 133, 253, 0.15);

}
.config_course>ul a li span{
    font-weight: 500;
    font-size: 20px;
    color: #1F2329;

}
.config_course>ul a{
    /*box-shadow: 0px 0px 10px 1px red;*/
    /*margin-left: 23px;*/
}
.config_course>ul li img{
    width: 86px;
    height: 86px;
    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;
    box-shadow: 0px 0px 10px 1px rgba(167,187,234,0.28);
    border-radius: 5px;


}
.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);
    transition: 0.5s;
}
.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: 215px;
    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;
}
.footer{
    display: flex;
    justify-content: center;
    margin-top: 34px;
    margin-bottom: 62px;

}
.footer ul{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer ul li {
    font-weight: 400;
    font-size: 12px;
    color: #495770;
    line-height: 23px;
    display: flex;
    align-items: center;
}
.footer ul li a{
    color: #495770;


}
.f_img{
    margin: 2px 2px 0px 2px;
}
.progress-container{
    display: flex;
    justify-content: center;
    margin-top: 47px;
}
.steps{
    display: flex;
    justify-content: center;
    /*margin-left: 80px;*/
}
.step1,.step2{
    /*margin-right: 68px;*/
}
.steps .step{
    /*width: 222px;*/
    height: 108px;
    position: relative;
    display: flex;
    justify-content: center;


}
.steps .step .inner{
    margin-right: 48px;
}
.steps .step .arrow{
    width: 8px;
    display: flex;
    align-items: end;
}
.steps .step .arrow img{
    width: 12px;
    height: 14px;
}
.steps .step .step-icon img{
    width: 108px;
}
.step-title{
    position: absolute;
    bottom: 0px;
    left: 8px;
    /*width: 87px;*/
    /*height: 16px;*/
    /*font-family: PingFang SC;*/
    font-weight: 600;
    font-size: 16px;
    color: #1F2329;
    line-height: 16px;
    display: flex;
    justify-content: center;
    width:202px;
}
.steps .step.active .step-title{
    color: #3370FF;

}
.content{
    display: flex;
    justify-content: center;
    margin-top: 39px;
}
.step-content{
    display: none;
    width: 900px;
    height: auto;
    background: rgba(255,255,255,0.1);
    box-shadow: 1px 2px 10px 0px rgba(74,127,246,0.05);
    border: 1px solid #fff;
    border-radius: 15px;

    /*border-image: linear-gradient(15deg, #F2F7FD, #FFFFFF) 1 1;*/

    /*position: relative;*/
    /*z-index:1;*/
    /* 关键代码：双层背景 */
    /*background:*/
    /*    !* 第一层：内容区域背景（使用与父元素相同的颜色） *!*/
    /*        linear-gradient(#fff, #fff) padding-box,*/

    /*            !* 第二层：边框渐变效果 *!*/
    /*        linear-gradient(15deg, #F2F7FD, #fff,#F2F7FD) border-box;*/

    background-origin: border-box;
}
/*.step-content::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: -5px; !* 边框宽度 *!*/
/*    left: -5px;*/
/*    right: -5px;*/
/*    bottom: -5px;*/
/*    !*background: linear-gradient(15deg, #red, #FFFFFF); !* 渐变 *!*!*/
/*    !*background: red;*!*/
/*    !*background: #00a0e9;*!*/
/*    !*width: 901px;*!*/
/*    z-index: -1;*/
/*    border-radius: 20px; !* 比主元素稍大 *!*/

/*}*/
.step-content.active{
    display: flex;
    justify-content: center;
}
.step-content1{
    padding-top: 51px;
    padding-bottom: 49px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.step-content1 ul li{
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;

}
.step-content1 ul li .error_tips{
    /*height: ;*/
    margin-left: 95px;
    width: 400px;
    height: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 13px;
    color: #F43E3E;
    margin-top: 6px;

}
.step-content1 ul li div{
    display: flex;
    align-items: center;
    /*margin-bottom: 29px;*/
}
.step-content1 ul li div.get_jiaocheng{
    display: flex;
    align-items: center;
    /*margin-bottom: 29px;*/
    justify-content: flex-end;
    font-size: 14px;
    color: #333333;
    margin-right: 24px;
    margin-bottom: 8px;
}
.step-content1 ul li div.get_jiaocheng a{
    cursor: pointer;
}
.step-content1 ul li div.tips{
    cursor: pointer;
    position: relative;
}
.step-content1 ul li div.tips div.text{
    display: none;
    padding: 13px 13px 13px 13px;
    width: 168px;
    position: absolute;
    left:35px;
    top: -13px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.08);
    border-radius: 4px;
    border: 1px solid #EBF0F5;
    font-weight: 400;
    font-size: 14px;
    color: #1F2329;
    /*line-height: 20px;*/
    letter-spacing: 1px;

}
.step-content1 ul li span.steps_left_title{
    width: 99px;
    height: 43px;
    line-height: 43px;
    text-align: left;
    /*width: 83px;*/
    /*height: 14px;*/
    /*font-family: Source Han Sans CN;*/
    font-weight: 500;
    font-size: 14px;
    color: #1F2329;
    /*margin-right: 12px;*/
}
.step-content1 ul li  input{
    /*width: 401px;*/
    /*height: 43px;*/
    /*background: #FFFFFF;*/
    /*box-shadow: 2px 3px 15px 1px rgba(38,79,188,0.08);*/
    /*border-radius: 4px;*/
    /*border: 1px solid #4E87F7;*/
    width: 401px;
    height: 43px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #D9E3F0;
    font-weight: 500;
    font-size: 14px;
    color: #1F2329;
    padding-left: 21px;
}
.step-content1 ul li  input::placeholder{
    /*background: #95979E;*/
    color: #95979E;
    /*color: red;*/
}

.step-content1 ul li  input.error_status{
    /*width: 401px;*/
    /*height: 43px;*/
    background: #FFFFFF;
    box-shadow: 2px 3px 15px 1px rgba(242,62,62,0.08);
    /*border-radius: 4px;*/
    border: 1px solid #F33E3E;
}
.step-content1 ul li  input:focus{
    box-shadow: 2px 3px 15px 1px rgba(38,79,188,0.08);
    border: 1px solid #4E87F7;
}
.step-content1 ul li div img{
    width: 16px;
    height: 16px;
    margin-left: 10px;
}
.next_btn{
    width: 200px;
    height: 42px;
    /*background: #6E9DF9;*/
    background: #4E87F7;
    box-shadow: 2px 3px 15px 1px rgba(38,79,188,0.08);
    border-radius: 4px;
    line-height: 42px;
    font-weight: 500;
    font-size: 14px;
    color: #FCFDFF;
    text-align: center;
    cursor: pointer;
}
.next_btn_download{
    width: 200px;
    height: 42px;
    /*background: #6E9DF9;*/
    background: #4E87F7;
    box-shadow: 2px 3px 15px 1px rgba(38,79,188,0.08);
    border-radius: 4px;
    line-height: 42px;
    font-weight: 500;
    font-size: 14px;
    color: #FCFDFF;
    text-align: center;
    cursor: pointer;
}
.next_btn:hover{
    background: #6E9DF9;
}
.steps1_next_btn{
    margin-top: 18px;
    margin-left: 30px;
}
.step-content2{
    padding: 34px 0px 49px 0px;
    display: flex;
    justify-content: center;
}
.step-content2 .inner .one_title{
    /*width: 516px;*/
    height: 15px;
    /*font-family: Source Han Sans CN;*/
    font-weight: 500;
    font-size: 15px;
    line-height:15px;
    color: #1F2329;
    /*margin-bottom: 35px;*/

}
.step-content2 .inner{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.step-content2 .inner .windows_download{
    display: block;
    margin-top: 35px;
    width: 130px;
    height: 142px;
    /*background: linear-gradient(0deg, #FFFFFF 24%, #F3F7FF 100%);*/
    /*box-shadow: 2px 3px 15px 1px rgba(74,127,246,0.29);*/
    border-radius: 10px;
    /*border: 1px solid #4E87F7;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    /*width: 130px;*/
    /*height: 142px;*/
    background: linear-gradient(0deg, #FFFFFF 24%, #F3F7FF 100%);
    box-shadow: 2px 3px 15px 1px rgba(74,127,246,0.06);
    border-radius: 10px;
    border: 1px solid #FFFFFF;

}
.step-content2 .inner .windows_download:hover{
    background: linear-gradient(0deg, #FFFFFF 24%, #F3F7FF 100%);
    box-shadow: 2px 3px 15px 1px rgba(74,127,246,0.29);
    border: 1px solid #4E87F7;


}
.step-content2 .inner .windows_download:hover .download_btn_register{
    color: #fff;
    background: #4E87F7;

}
.step-content2 .inner .windows_download .win{
    /*width: 63px;*/
    /*height: 12px;*/
    /*font-family: OPPOSans;*/
    font-weight: normal;
    font-size: 13px;
    color: #1F2329;
    margin-top: 11px;
}
.download_btn_register{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 34px;
    background: rgba(51,112,255,0.1);
    border-radius: 0px 0px 10px 10px;
    line-height: 34px;
    color: #3370FF;
    font-size: 13px;
    /*opacity: 0.1;*/
    /*align-self: flex-end;*/
    margin-top: 16px;
    cursor: pointer;
}

.download_info {
    display: block;
    /*width: 265px;*/
    /*height: 14px;*/
    /*font-family: Source Han Sans CN;*/
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #1F2329;
}
.download_info a{
    color: #3370FF;
    cursor: pointer;
}
.download_info a:hover{
    color: #003BC6;
    cursor: pointer;
}
.steps2_btn{
    width: 554px;
    margin-top: 25px;
    display: flex;
    justify-content: center;
}
.steps2_btn .steps2_back_btn{
    width: 200px;
    height: 42px;
    border-radius: 4px;
    border: 1px solid #DEE7F2;
    line-height: 42px;
    text-align: center;
    /*width: 69px;*/
    /*height: 14px;*/
    /*font-family: Source Han Sans CN;*/
    font-weight: 500;
    font-size: 14px;
    color: #95979E;
    cursor: pointer;

}
.steps2_back_btn:hover{
    border-color:#3370FF ;
    color: #3370FF;

}
.step-content3 {
    padding: 35px 0px 50px 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.step-content3 .success_info{
    /*width: 336px;*/
    /*height: 14px;*/
    /*font-family: Source Han Sans CN;*/
    font-weight: 500;
    font-size: 15px;
    color: #1F2329;
    line-height: 15px;
    margin-bottom: 30px;
}
.tips_info{
    /*margin-top: 40px;*/
    /*width: 615px;*/
    height: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #1F2329;
}
.copy_div{
    /*width: 500px;*/
    padding:32px 66px 29px 70px ;
    /*height: 110px;*/
    background: linear-gradient(0deg, #FFFFFF 24%, #F3F7FF 100%);
    box-shadow: 2px 3px 15px 1px rgba(74,127,246,0.06);
    border-radius: 10px;
    border: 1px solid #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 40px;
    /*margin-top: 30px;*/
}
.copy_title{
    margin-bottom: 15px;
    display: flex;
    margin: auto;
}
.copy_title .b_title{
    display: block;
    font-weight: 500;
    font-size: 17px;
    line-height: 17px;
    color: #1F2329;
}
.copy_title .desc{
    display: block;
    margin-left: 8px;
    /*line-height: 13px;*/
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #1F2329;
    opacity: 0.5;
}
.copy_url{
    display: block;
    line-height: 15px;
    font-weight: 400;
    font-size: 20px;
    color: #0000FF;
    /*margin:auto;*/
    /*margin-top: 32px;*/
    text-decoration: none;
}
.copy_url:hover{
   cursor: pointer;
}
.copy_btn{
    cursor: pointer;
    width: 13px;
    height: 13px;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset; /* 用页面背景色覆盖 */
  -webkit-text-fill-color: #333;               /* 自动填充文字颜色 */
  transition: background-color 5000s ease-in-out 0s; /* 可选：让背景色“几乎不变” */
}
input:-webkit-autofill::placeholder,
input:-webkit-autofill::-webkit-input-placeholder {
  -webkit-text-fill-color: #999 !important; /* 恢复成你想要的浅色 */
  color: #999 !important;                  /* 兜底，某些浏览器 */
  opacity: 1;
}

.base_year_choose_close{
    width: 24px;
    height: 24px;
    /*background: url(../images/kdt_angency_close.svg) no-repeat;*/
    cursor: pointer;
    position: relative;
    display: block;
    background-size: 100%;
    top: 13px;

}

/* 叉号的两根线 */
.base_year_choose_close::before,
.base_year_choose_close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;       /* 线条长度 */
    height: 1px;       /* 线条粗细 */
    background-color: #1F2329; /* 颜色 */
    transform-origin: center;
}

.base_year_choose_close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.base_year_choose_close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

