.teamwork .article_list {
    padding-bottom: 100px;
}

.teamwork.page_container {
    padding-bottom: 0;
    background-color: #fffffe;
}

.teamwork .teamwork_bg {
    background-image: url('./../images/teamwork/teamwork_bg01.png');
    min-height: calc(100vh - 188px);
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 100vh;
}

.service_panels {
    display: flex;
    max-width: 1280px;
    margin: auto;
    padding-top: 98px;
    gap: 2.4%;
    align-items: stretch;
}

.service_business {
    width: 31.7%;
    margin-bottom: 44px;
    padding: 32px 1.6vw;
    background: #FFFFFF;
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 4px 0px #ddd;
    border-radius: 6px;
    font-size: 16px;
    color: #4B5563;
    position: relative;
}

.service_business_box {
    width: 100%;
}

.service_business .icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #FAEEDC;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service_business .icon.grey {
    background-color: #F7F7F7;
}

.service_business .icon.grey i {
    color: #A5A5A5;
}

.service_business .icon i {
    color: #C08D14;
    font-size: 24px;
}

.service_business .title {
    font-size: 18px;
    margin-bottom: 16px;
    color: #1F2937;
}

.service_business .explan {
    display: flex;
}

.service_business .explan span {
    word-break: break-all;
}

.service_business .explan i {
    color: #6B7280;
    margin-right: 12px;
}

.service_business .email {
    margin-bottom: 12px;
}

.service_business .contact_btn {
    margin-top: 24px;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--colorBlack);
    background: linear-gradient(180deg, #FBF3DB 2%, #DDC7AB 98%);
}

.map_container {
    max-width: 1280px;
    margin: 0 auto 40px;
}

.map_box {
    margin-top: 4.7vh;
    box-shadow: 0px 0px 4px 0px #ddd;
    padding: 32px 1.6vw;
    background-color: #fff;
    color: #4B5563;
    text-align: center;
}

.map_container .map_title,
.map_container .company_name {
    font-size: 20px;
    text-align: center;
    margin-bottom: 8px;
    color: var(--colorBlack);
}

.map_description {
    margin-bottom: 7vh;
}

.map_example {
    width: 100%;
    max-width: 1150px;
    height: 384px;
    margin-top: 50px;
    background-color: #eee;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map_example img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
}

.company_address {
    margin-bottom: 8px;
}

.teamwork .article_item {
    padding: 0 28px;
    max-height: none;
    min-height: 30vh;
    height: auto;
}

.teamwork .swiper-slide-box {
    width: 100%;
    max-width: 100%;
    padding: 0 40px;
}

.teamwork .teamwork_plate {
    max-width: 1280px;
    margin: auto;
}

.cooperation_info.swiper-slide-box {
    padding: 0;
}

.cooperation_info .teamwork_plate {
    max-width: 100%;
}

.cooperation_info .teamwork_bg {
    padding: 0 40px;
}

.teamwork .article_list .article_title {
    font-size: 20px;
}

.teamwork .article_list .article_title:hover {
    color: var(--colorBlack);
}

.teamwork .article_time {
    display: flex;
    gap: 68px;
    align-items: center;
    margin-top: 20px;
}

.teamwork .article_time_item {
    display: flex;
}

.teamwork .article_time_item .red {
    color: #A81010;
}

.teamwork .article_list .article_desc {
    -webkit-line-clamp: none;
    height: auto;
}

.teamwork .article_list .article_text {
    min-height: 30vh;
}

.contact_section {
    padding: 80px 60px;
    background-color: #fff;
    width: 1100px;
    margin: auto;
}

.plan_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.plan_list .plan_item {
    width: 200px;
    height: 150px;
    background: #eaf4fd;
    padding-top: 30px;
}

.plan_list .plan_item p {
    text-align: center;
    font-size: 14px;
}

.plan_list .plan_item p i {
    font-size: 32px;
    color: var(--colorBlue);
}

.plan_list .plan_item p.text {
    font-size: 12px;
    color: var(--colorgree01);
    margin-top: 8px;
}