*{
    padding: 0;
    margin: 0;
}
.kjx_404{
    width: 100%;
    /* padding-top: 75px; */
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url('/errorandsuccess_img/kjx_error_bg.png') no-repeat 100% 100%;
    background-position: center center;
}
.img_404{
    padding-top: 10px;
    width: 780px;
    display: flex;
    justify-content: center;
    height: 260px;
    position: relative;
}
.img_404  .kjx_logo{ 
    width: 125px;
    height: 43px;
    position: absolute;
    left: 0px;
    top: 27px;
}
.img_404 .img_404_img{
    width: 260px;
    height: 260px;
}
.kjx_404_text div{
    display: flex;
    justify-content: center;
    
}
.kjx_404_text div.title1{ 
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 20px;
    color: #16181A;
    line-height: 20px;
}
.kjx_404_text div.title2 {
    margin: 18px 0px 22px 0px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #FC842E;
    line-height: 16px;
    cursor: pointer;
   
}
.kjx_404_list{
    /* width: 751px; */
    padding: 30px 51px 30px 46px;
    /* height: 368px; */
    background: #F7FBFF;
    border-radius: 10px;
    border: 1px solid #E6EDFD;

}
.kjx_404_list .info_title{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    color: #6196FE;
    line-height: 24px;
    margin-bottom: 20px;
}
.kjx_404_list .info_title img{
    width: 27px;
    height: 11px;
}
.kjx_404_list ul{
    list-style: none;
    /* width: 654px; */
    height: 101px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}
.kjx_404_list .more{
    display: flex;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    margin: 30px 0px 20px 0px;

}
.kjx_404_list .error_btn{
    display: flex;
    justify-content: center;
  
}
.kjx_404_list .error_btn a{
    width: 150px;
    height: 49px;
    background: linear-gradient(270deg, #EF8F3F 0%, #EB494A 100%);
    border-radius: 8px;
    line-height: 49px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;


}
.list_tip_last{
    /* width: 590px; */
        /* height: 15px; */
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #EE7C42;
    line-height: 16px;
    padding: 11px 46px;
    background: rgba(247, 233, 214, 0.4);
    border-radius: 19px;
    margin-top:14px ;

}
.list_tip_last b{
    font-weight: 600;
}