.ms_apply_detail{background-color: #f3f4f8;}

.mad_banner>img{width: 100%;}

.mad_rich{padding-bottom: 50px;}
.mad_rich>h1{margin: 50px 0 20px;padding-bottom: 20px;text-align: center;font-size: 30px;color: #333;font-weight: bold;}
.mad_rich>img{width: 100%;}
.rich_text{margin-top: 50px;}
.rich_text img{max-width: 100%;}

.mad_title{color: var(--base);font-size: 26px;font-weight: bold;}

.mad_table_c{padding: 50px 0 100px;width: var(--lg);margin: 0 auto;}
.mad_head{display: flex;justify-content: space-between;background-color: #e5eaf1;border-bottom: 1px solid #d1d1d1;}
.mad_head>div{height: 72px;line-height: 72px;flex: 1;text-align: center;padding: 0 20px;border-left: 1px solid #d1d1d1;font-size: 16px;font-weight: bold;color: #666;}
.mad_head>div:nth-child(1){text-align: left;border-left: 0;}
.mad_head>div:nth-child(3){flex: 2;}
.mad_body>h1{line-height: 3;color: #333;text-align: center;}
.mad_item{display: flex;justify-content: space-between;border-bottom: 1px solid #d1d1d1;}
.mad_item>div{height: 48px;line-height: 48px;flex: 1;text-align: center;padding: 0 20px;border-left: 1px solid #d1d1d1;font-size: 16px;color: #333;}
.mad_item>div>img{height: 46px;object-fit: cover;}
.mad_item>a:nth-child(1){height: 48px;line-height: 48px;text-align: left;border-left: 0;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding: 0 20px;font-size: 16px;color: var(--base);flex: 1;}
.mad_item>div:nth-child(3){flex: 2;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}


@media screen and (max-width: 766px) {
    .mad_banner>img{height: 20rem;object-fit: cover;}

    .mad_table{overflow: auto;padding: 0 1.5rem;}
    .mad_head>div:nth-child(1){flex: 1.5;}
    .mad_item>a:nth-child(1){flex: 1.5;}
    .mad_table_c{width: 200vw;}

    .mad_item>a{font-size: 1.4rem;}
    .mad_item>div{font-size: 1.4rem;}

}

