.ctn1{
    padding: 48px 0 80px;
}
.ctn_title{
    color: #c9141e;
    text-align: center;
    margin-bottom: 40px;
}
.ctn1_list>div{
    transition: all 0.5s;
    border-top:5px solid #c9141e;
    padding: 50px 55px 55px;
    box-shadow: 0 0 16px 10px #eaedf4;
}
.ctn1_list>div:nth-child(n+2){
    margin-top: 50px;
}
.ctn1_list>div:hover{
    background: #f6f6f6;
}
.ctn1_top{
    display: flex;
    align-items: center;
        justify-content: space-between;
    position: relative;
    z-index: 2;
}
.name{
    font-weight: 700;
}
.select{
    display: flex;
    align-items: center;
}
.select_name{
    color: #666666;
}
.select_r{
    width: 270px;
    margin-left: 18px;
    position: relative;
}
.select_top{
    display: flex;
    align-items: center;
    border: 1px solid #c9141e;
    
}
.input_btn{
width:38px;
height:38px;
display: flex;
align-items: center;
justify-content: center;
background: #c9141e;
cursor: pointer;
}
.select_top input{
    width: calc(100% - 38px);
    border: none;
    background: none;
    padding: 0 15px;
    color: #c9141e;
    font-weight: 700;
}
.select_list{
    padding: 10px;
    background: white;
        border: 1px solid rgba(238, 238, 238);
        display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 42px;
}
.select_con{
    overflow-y: auto;
    height: 150px;
}
.select_con::-webkit-scrollbar {
    width: 3px;
    border-radius: 4px;
    margin-right: 10px;
  }
.select_con::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.02); 
    /* 背景色 */
    border-radius: 4px;
    margin-right: 10px;
  }
.select_con::-webkit-scrollbar-thumb {
  background: #b72d29;
  /* 滚动色 */
  border-radius: 6px;
  margin-right: 10px;
}
.select_con div{
    line-height: 30px;
    padding: 0 15px;
    transition: all 0.5s;
    cursor: pointer;
}
.select_con div:hover{
    background: #f6f6f6;
    color: #c9141e;
}
.summary{
    color: #666666;
    margin-top: 15px;
}
.link{
    display: flex;  
    flex-wrap: wrap;
    margin-top: 56px;
}
.link a{
    display: flex;
    align-items: end;
    color: #c9141e;
    line-height: 1;
    font-weight: 500;
    
}
.link div{
    width: 25%; 
}
.link div:last-child{
    margin-right: 0;
}
.link div:nth-child(n+5){
    margin-top: 20px;
}
.link img{
    margin-right: 6px;
}
.down{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.down>div{
    border: 1px solid #c9c9c9;
    width: calc((100% - 216px)/5);
    margin-right: 54px;
}
.down>div:nth-child(5n){
    margin-right: 0;
}
.down>div:nth-child(n+6){
    margin-top: 30px;
}
.down_top{
    position: relative;
}
.down_choose{
    display: flex;
    align-items: center;
    background: #fafafa;
    justify-content: space-between;
    border-bottom: 1px solid #c9c9c9;
    height: 40px;
    padding: 0 16px;
}
.down_choose a{
    display: flex;
    align-items: end;
    color: #c9141e;
    cursor: pointer;
}
.down_choose a svg{
    margin-right: 10px;
}
.icon_drop{
    cursor: pointer;
}
.down_list{
    padding: 10px;
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 40px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    background: white;
    z-index: 2;
}

.down_con{
    overflow-y: auto;
    max-height: 150px;
}
.down_con::-webkit-scrollbar {
    width: 3px;
    border-radius: 4px;
    margin-right: 10px;
  }
.down_con::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.02); 
    /* 背景色 */
    border-radius: 4px;
    margin-right: 10px;
  }
.down_con::-webkit-scrollbar-thumb {
  background: #b72d29;
  /* 滚动色 */
  border-radius: 6px;
  margin-right: 10px;
}
.down_con div{
    line-height: 30px;
    padding-left: 6px;
    margin-right: 6px;
    transition: all 0.5s;
    cursor: pointer;
}
.down_con div:hover{
    background: #f6f6f6;
    color: #c9141e;
}
.down_act{
    position: relative;
    color: #c9141e;
}
.down_act:after{
    content:'';
    display: block;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    background-image:url('/upload/image/2024/10/24/91cd3087-bc45-407b-940f-2898c1061ed8.png');
    width: 17px;
    height: 11px;
}
.down_btm{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    padding: 0 16px;
}
.down_btm a{
    color: #ef747b;
}
.down_btn{
    display: flex;
    align-items: center;
}
.down_btn span{
    display: block;
    width: 1px;
    height: 18px;
    margin: 0 5px;
    background: #ef747b;
}
.down_btm div{
    color: #999999;
}
.md5_task{
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    display: none;
}
.md5_flx{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.md5_con{
    width: 956px;
    border-radius: 10px;
    overflow: hidden;
}
.md5_tit{
    height: 120px;
    background-image: url(/upload/image/2024/10/31/99f7eb46-10a9-4daf-917b-1dcc25e0192d.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.md5_txt{
    background: white;
    padding: 76px 0 106px;
}
.md5_val{
    width: 65%;
    margin: auto;
    background: #fdf0f1;
    color: #c9151e;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 114px;
    font-weight: 500;
}
.md5_clone{
    width: 300px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: white;
    background: #c9151e;
    cursor: pointer;
    margin: 70px auto 0;
}
.patch_task{
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    display: none;
}
.patch_val a{
    color: #c9141e;
}
.patch_btn{
    display: flex;
    justify-content: space-between;
    margin-top: 85px;
}
.patch_btn a{
    width: calc((100% - 28px)/2);
    background: #dddddd;
    border-radius: 5px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    cursor: pointer;
}
.patch_btn a:hover{
    color: white;
    background: #c9141e;
}
.patch_tit{
    height: 120px;
    background-image: url(/upload/image/2024/10/31/99f7eb46-10a9-4daf-917b-1dcc25e0192d.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.patch_txt{
    padding:75px 55px;
    background: white;
}
.same_more{
    background-size: cover;
    background-position:left center;
    background-image: url(/upload/image/2024/11/05/fc9bbaef-60b3-44cc-aa55-66a23aa5677a.jpg);
    margin-top: 50px;
    padding: 50px 55px;
    font-weight: 500;
}
.same_more a{
    color: #c9151e;    
}
@media screen and (max-width: 1600px) {
    .same_more{
        margin-top: 40px;
        padding: 40px;
    }
    .ctn1_list>div{
        padding: 30px 40px 40px;
        box-shadow: 0 0 16px 5px #eaedf4;
    }
    .ctn1_list>div:nth-child(n+2) {
    margin-top: 40px;
}
    .link {
        margin-top: 30px;
    }
    .down {
        margin-top: 40px;
    }
    .down>div {
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
    }
    .down>div:nth-child(4n) {
    margin-right: 0;
}
.down>div:nth-child(5n) {
    margin-right: 30px;
}
.down>div:nth-child(n+5) {
    margin-top: 25px;
}
.ctn_title{
    margin-bottom: 30px;
}
.md5_txt {
    padding: 50px 0 60px;
    display: flex;
    flex-direction: column;
}
.md5_con {
    width: 690px;
}

.md5_clone{
    margin: 35px auto 0;
}
.md5_val{
    height: auto;
    padding: 20px;
    width: auto;
}
.md5_tit{
    height: 80px;
}
.patch_tit{
     height: 80px;
}
.patch_txt{
    padding: 50px;
}
.patch_btn{
    margin-top: 50px;
}
}
@media screen and (max-width: 1200px){
      .link {
        margin-top: 20px;
    }
        .down {
        margin-top: 30px;
    }
    .down>div {
        width: calc((100% - 60px) / 3);
        margin-right: 30px;
    }
    .down>div:nth-child(3n){
        margin-right: 0;
    }
    .down>div:nth-child(4n){
        margin-right: 30px;
    }
    .down>div:nth-child(n+4){
        margin-top: 20px;
    }
    .md5_con{
        width: 500px;
    }
}
@media screen and (max-width:768px){
    .same_more{
        padding: 20px;
    }
    .ctn1 {
    padding: 30px 0 40px;
}
    .ctn_title {
        margin-bottom: 20px;
    }
    .ctn1_list>div {
        padding: 20px;
    }
    .summary {
    margin-top: 5px;
}
.link {
        margin-top: 15px;
    }
        .down {
        margin-top: 20px;
        justify-content: space-between;
    }
    .down>div {
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
        margin-right: 0 !important;
    }
    .down>div:nth-child(n+3){
        margin-top: 20px;
    }
        .link a {
        align-items: center;
    }
    .ctn1_top{
            flex-direction: column;
    }
    .select{
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .select_r {
    width: 190px;
        
    }
    .input_btn {
    width: 30px;
    height: 30px;
        
    }
    .select_list{
        top: 32px;
    }
    .select_top input {
    width: calc(100% - 30px);
        
    }
    .select_con div{
        padding: 0 5px;
    }
    .md5_tit {
        height: 60px;
    }
    .md5_con{
        width: 90%;
    }
        .md5_txt {
        padding: 35px 0 45px;
            
        }
        .md5_clone {
        margin: 25px auto 0;
        width: 100px;
    height: 40px;
        }
        .md5_val{
        padding: 15px 10px;
    }
    .link div{
        width: 50%;
    }
    .link div:nth-child(n+3){
    margin-top: 10px;
}
    .patch_tit {
        height: 60px;
    }
        .patch_txt {
        padding: 30px;
    }
}
@media screen and (max-width:600px){
    .ctn1_list>div:nth-child(n+2) {
    margin-top: 20px;
}
    .down>div{
        width: 100%;
    }
    .down>div:nth-child(n+2){
        margin-top: 10px;
    }
    .same_more{
        margin-top: 20px;
    }
}
