.ctn1{
    padding: 52px 0 60px;
}
.ctn1_des{
    background: #f8f9fb;
    padding: 30px;
}
.ctn1_search{
    margin-top: 46px;
}
.ctn1_top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.ctn1_top>div{
    width: 29%;
    display: flex;
    align-items: center;
}
.ctn1_top>div:nth-child(n+4){
    margin-top: 30px;
}
.input_name{
    width: 78px;
}
.input_choose{
    width: calc(100% - 78px);
    position: relative;
    cursor: pointer;
}
.list_con::-webkit-scrollbar {
    width: 3px;
    border-radius: 4px;
    margin-right: 10px;
  }
.list_con::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.02); 
    /* 背景色 */
    border-radius: 4px;
    margin-right: 10px;
  }
.list_con::-webkit-scrollbar-thumb {
  background: #b72d29;
  /* 滚动色 */
  border-radius: 6px;
  margin-right: 10px;
}
.input_list{
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    top: 44px;
    background: white;
    border: 1px solid rgba(238,238,238);
    padding: 10px ;
    display: none;
    
    
}
.list_con{
    height: 150px;
    overflow-y: auto;
}
.list_con div{
    cursor: pointer;
    transition: all 0.5s;
    padding:0 14px;
    line-height: 30px;
    
}
.list_con div:hover{
    background: #f6f6f6;
    color: #b72d29;
}
.input_val{
    display: flex;
    border: 1px solid #cbcbcb;
    background: #fbfafa;
}
.input_btn{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #cbcbcb;
}
.input_val input{
    width: calc(100% - 40px);
    padding: 0 14px;
    border: none;
    color: #333333;
    background: none;
}
#ID-laydate-range{
    display: flex;
    align-items: center;
    width: calc(100% - 78px);
}
.data_flx{
    display: flex !important;
    align-items: center;
}
.data_flx label{
    padding: 0;
}
.data_flx .input_name{
        width: 78px !important;
    float: none !important;
    text-align: left !important;
}
.layui-form-item{
    width: 100%;
    margin-bottom: 0 !important;
}
.layui-form-item .layui-inline{
     margin-right: 0 !important;
      margin-bottom: 0 !important;
}
.layui-form-mid{
    width:38px;
    padding: 0;
    text-align: center;
    margin-right: 0 !important;
    margin-left: 0 !important;
    top: 0 !important;
}
#ID-laydate-range .layui-input-inline{
    width: calc((100% - 38px)/2) !important;
    margin-right: 0 !important;
}
#ID-laydate-range input{
    background: #fbfafa;
    height: 40px !important;
    border: 1px solid #cbcbcb;
}
.ctn2 {
    padding: 68px 0 68px;
    background: #f9f9f9;
}
.ctn_btn {
    margin-top: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ctn_btn button {
    width: 260px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    margin: 0 15px;
    background: #dddddd;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    border: none;
}
.ctn_btn button:hover {
    color: white;
    background: #c9151e;
}
.ctn2_top{
    display: flex;
    background: #eee;
     border-bottom: 1px solid #c9c9c9;
     font-weight: bold;
}
.ctn2_top li {
    height: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    color: #000;
}
.ctn2_top li:nth-child(n+2){
    border-left:1px solid #c9c9c9;
}
.ctn2_top li:nth-child(1){
    width: 14%;
}
.ctn2_top li:nth-child(2){
    width: 25%;
}
.ctn2_top li:nth-child(3){
    width: 45%;
}
.ctn2_top li:nth-child(4){
    width: 16%;
}
.ctn2_bottom li{
    display: flex;
    text-align: center;
    align-items: center;
    border-bottom: 1px solid #c9c9c9;
}
.ctn2_bottom li:last-child{
    border-bottom:none
}
.ctn2_bottom li a{
    transition: all 0.5s;
}
.ctn2_bottom li a:hover{
    color: #c9151e;
}
.ctn2_bottom li>div{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}
.ctn2_bottom li>div:nth-child(1){
    width: 14%;
}
.ctn2_bottom li>div:nth-child(2){
    width: 25%;
}
.ctn2_bottom li>div:nth-child(3){
    width: 45%;
}
.ctn2_bottom li>div:nth-child(4){
    width: 16%;
}
.ctn2_bottom li>div:nth-child(n+2){
    border-left:1px solid #c9c9c9;
}
.big-box{
    border: 1px solid #c9c9c9;
}
.layui-laypage {
    display: flex !important;
}
#page .layui-laypage-curr {
    background: #c9151e;
    color: #fff;
}
#page .layui-laypage-prev {
    width: 72px;
    border-radius: 20px;
    padding: 0;
}
#page .layui-laypage-next {
    width: 72px;
    border-radius: 20px;
    padding: 0;
}
#page .layui-laypage {
    margin: 0;
}
#page .layui-laypage-curr .layui-laypage-em {
    background-color: inherit;
}
.layui-form-item .layui-input-inline{
    margin-right: 0;
}
@media screen and (max-width: 1600px) {
    .ctn_btn button {
        width: 18%;
    }
}
@media screen and (max-width: 1200px) {
    .ctn1_top>div {
        align-items: start;
        flex-direction: column;
    }
    .input_name{
        margin-bottom: 6px;
    }
    .input_choose {
        width: 100%;
    }
    .data_flx{
        align-items: start;
        flex-direction: column;
    }
    #ID-laydate-range{
        width: 100% !important;
    }
}
@media screen and (max-width:768px){
    .ctn1_top{
        flex-direction: column;
    }
    .ctn1_top>div{
        width: 100%;
        flex-direction: row;
        align-items: center;
    }
    .ctn1_top>div:nth-child(3){
        display: none;
    }
    .ctn1_top>div:nth-child(n+2){
        margin-top: 15px;
    }
    .data_flx{
        flex-direction: row;
        align-items: center;
    }
    .input_choose {
    width: calc(100% - 78px);
    }
    .input_name {
        margin-bottom: 0px;
    }
        .ctn_btn button {
        width: 100px;
        height: 38px;
    }
    .layui-form-item .layui-input-inline{
        margin: 0 !important;
    }
        #ID-laydate-range {
        width: calc(100% - 78px) !important;
    }
    #ID-laydate-range .layui-input-inline{
        left: 0 !important;
    }
    .ctn1 {
    padding: 40px 0;
}
.ctn1_des {
    padding: 20px;
}
.ctn1_search {
    margin-top: 30px;
}
.ctn_btn {
    margin-top: 30px;
    
}
.ctn_list{
    overflow-y: auto;
}
.big-box{
    width: 900px;
}
.ctn2 {
    padding: 40px 0;
    
}
}