.model_title {
    font-size: 40px;
    color: #333333;
    text-align: center;
}

.model_one {
    margin: 0 auto;
    padding: 100px;
}

.model_one_ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 70px;
}

.model_one_li {
    width: 280px;
    height: 240px;
    border-radius: 15px;
    box-shadow: 0 0 5px 3px #EAEEFF;
}

.model_one_li_title {
    height: 60px;
    text-align: center;
    background-color: #EAEFF3;
    font-size: 24px;
    color: #333333;
    line-height: 60px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.model_one_li_text {
    color: #999999;
    font-size: 16px;
    padding: 0 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 180px;
    line-height: 26px;
}

.model_one_li_text_yd {
    color: #999999;
    font-size: 16px;
    padding: 0 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 180px;
    line-height: 26px;
}

.model_two_content {
    margin: 0 auto;
    padding: 20px 0 50px 0;
}

.model_two_mian {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.model_two_ul {
    flex: 1;
    list-style: none;
    padding: 0;
    margin: 0;
}

.model_two_ul li {
    margin-bottom: 30px;
}

.model_two_space {
    width: 100px;
}

.model_two_ul_text1 {
    font-size: 24px;
    color: #000000;
}

.model_two_ul_text2 {
    margin-top: 15px;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
}

.model_two_img {
    flex: 1;
}

.model_two_img img {
    width: 100%;
}

.model_two_bottom {
    display: flex;
    margin-top: 30px;
}

.model_two_bottom_item {
    flex: 1;
}

.model_two_bottom_item img {
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
}

.model_three {
    margin: 0 auto;
    padding: 100px 0 150px 0;
}

.model_three_ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    list-style: none;
    padding: 0;
    margin-top: 70px;
}

.model_three_ul li {
    width: 376px;
    height: 500px;
    border-radius: 10px;
    box-shadow: 0 0 5px 3px #EAEEFF;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.model_three_img {
    width: 100%;
}

.model_three_text {
    padding: 10px 25px;
    color: #333333;
    font-size: 16px;
    line-height: 26px;
}

.model_three_log {
    margin-bottom: 20px;
}

.model_four {
    background: url('/new/imgs/shop_member/model_four_bg.png');
    width: 100%;
    padding: 60px 0 40px 0;
}

.model_four_container {
    margin: 0 auto;
}

.model_four_main {
    display: flex;
    margin-top: 40px;
}

.model_four_ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.model_four_li {
    margin-bottom: 30px;
}

.model_four_li:last-child {
    margin-bottom: 0;
}

.model_four_text1 {
    font-size: 24px;
    color: #000;
}

.model_four_text2 {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    margin-top: 15px;
}

.model_five {
    background: url('/new/imgs/shop_member/model_five_bg.png');
    background-size: cover;
    width: 100%;
    padding: 60px 0 40px 0;
}

.apply_content {
    background: url('/new/imgs/shop_member/apply_bgimg.png');
}

.model_one_yd {
    margin: 0 auto;
    padding: 30px 20px;
}

.model_title_yd {
    font-size: 20px;
    color: #333333;
    text-align: center;
}

.model_one_ul_yd {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 10px;
    flex-direction: column;
}

.model_one_li_yd {
    width: 280px;
    height: 240px;
    border-radius: 15px;
    box-shadow: 0 0 5px 3px #EAEEFF;
    margin: 20px auto;
}

.model_one_li_title_yd {
    height: 60px;
    text-align: center;
    background-color: #EAEFF3;
    color: #333333;
    line-height: 60px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-size: 18px;
}

.model_two_content_yd {
    padding: 20px;
}

.model_two_mian_yd {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.model_two_ul_yd {
    flex: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

.model_two_ul_yd li {
    margin-bottom: 20px;
}

.model_two_ul_text1_yd {
    font-size: 16px;
    text-align: center;
}

.model_two_ul_text2_yd {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.model_three_yd {
    margin: 0 auto;
    padding: 30px 10px
}

.model_three_ul_yd {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

.model_other {
    margin: 0 auto;
    padding: 100px 0;
}

.model_other_yd {
    padding: 30px 20px;
}

.model_one_li_title_yd {
    font-size: 18px;
    color: #333333;
    text-align: center;
}

.model_one_li_text_yd {
    font-size: 16px;
    color: #333333;
}

.model_title_yd {
    font-size: 20px;
    color: #333333;
    text-align: center;
}

.model_two_ul_text1_yd {
    font-size: 16px;
    color: #000;
    text-align: center;
}