.igcseCourse {
    width: 100%;
    background: url(../images/igcseCourse_bj.jpg) no-repeat center top;
    background-size: 100% cover;
    padding: 5.125rem 0 4.125rem;
}

.igcseCourse .igcseCourse_title {
    display: flex;
    align-items: center;
}

.igcseCourse .igcseCourse_title img {
    display: block;
    width: 1.4375rem;
    margin-right: .5rem;
}

.igcseCourse .igcseCourse_title h6 {
    font-size: 1.875rem;
    line-height: 3rem;
    color: #fff;
    font-family: "AlibabaPuHuiTi_Bold";
}

.igcseCourse .igcseCourse_bom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2.375rem;
}

.igcseCourse .igcseCourse_bom .igcseCourse_l {
    width: 72.5%;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    /* 7列 */
    column-gap: 10px;
    /* 列间距，左右间隙 */
    row-gap: 16px;
    padding: 2.5rem 2rem 1.875rem;
    background: url(../images/InternationalCoursesDeil_IgcseCourse.png) no-repeat;
    background-size: 100% 100%;
}

.igcseCourse .igcseCourse_bom .igcseCourse_l .igcseCourse_box {
    width: 100%;
}

.igcseCourse .igcseCourse_bom .igcseCourse_l .igcseCourse_box .igcseCourse_img {
    max-width: 100%;
}

.igcseCourse_l .igcseCourse_box .igcseCourse_img img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.igcseCourse_l .igcseCourse_box p {
    font-size: .875rem;
    line-height: 1.25rem;
    font-family: "AlibabaPuHuiTi_Regular";
    text-align: center;
    color: #fff;
    margin-top: 8px;
}

.igcseCourse .igcseCourse_bom .igcseCourse_r {
    width: 24.2%;
}

.igcseCourse .igcseCourse_bom .igcseCourse_r .fomr_title {
    font-size: 1.5rem;
    line-height: 3rem;
    font-family: "AlibabaPuHuiTi_Bold";
    color: #fff;
    text-align: center;
}

.igcseCourse .igcseCourse_bom .igcseCourse_r .dese {
    text-align: center;
    color: #fff;
    font-family: "AlibabaPuHuiTi_Regular";
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: .75rem;
}

.igcseCourse .igcseCourse_bom .igcseCourse_r .igcseCourse_form {
    width: 100%;
    margin-top: 1.5rem;
}

.igcseCourse .igcseCourse_bom .igcseCourse_r .igcseCourse_form input {
    width: 100%;
    height: 2.25rem;
    background: #fff;
    border-radius: .5rem;
    border: none;
    outline: none;
    overflow: hidden;
    display: block;
    margin-bottom: 1.25rem;
    text-indent: 1em;
}

.igcseCourse .igcseCourse_bom .igcseCourse_r .igcseCourse_form .button {
    width: 100%;
    border: 0;
    border-radius: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-family: "AlibabaPuHuiTi_Regular";
    height: 2.25rem;
    background: linear-gradient(to right, #f28e33, #f7c162);
    cursor: pointer;
}

.igcseCourse {
    background: #fff;
}

.igcseCourse .igcseCourse_bom {
    align-items: normal;
}

.igcseCourse .igcseCourse_bom .igcseCourse_l {
    background: #fff;
    padding-left: 0;
    padding-right: 0;
}

.igcseCourse_l .igcseCourse_box p {
    color: #4c4c4c;
    font-family: "AlibabaPuHuiTi_Regular";
}

.igcseCourse .igcseCourse_bom .igcseCourse_r {
    background: url(../images/igcseCourse_r.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 1.875rem;
    display: flex;
    align-items: center;
}

.InternationalCourseTemplate_title {
    text-align: center;
}

.InternationalCourseTemplate_title h6 {
    text-align: center;
    font-size: 2.25rem;
    line-height: 3.375rem;
    position: relative;
    color: #1a1a1a;
    font-family: "AlibabaPuHuiTi_Medium";
}

.InternationalCourseTemplate_title h6 span {
    color: #ff4444;
}

.InternationalCourseTemplate_title h6::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 12.25rem;
    height: 2px;
    background: #ff4444;
}

.box1 {
    padding-top: 2.875rem;
}

.box1 .box1_bom {
    width: 100%;
    margin-top: 1.875rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box1 .box1_bom .box1_box {
    width: 47.5%;
    padding-left: 30px;
    position: relative;
    padding-top: 3.625rem;
    margin-bottom: 2.375rem;
}

.box1 .box1_bom .box1_box:nth-child(n + 2) {
    margin-bottom: 0;
}

.box1 .box1_bom .box1_box .box1_title {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 6.25rem;
    width: 347px;
    background: linear-gradient(45deg, #ff4444, #ff7266);
    border-top-right-radius: 2.5rem;
    border-bottom-left-radius: 2.5rem;
    padding-left: 1.875rem;
    font-size: 1.5rem;
    line-height: 3.625rem;
    font-family: "AlibabaPuHuiTi_Medium";
    font-weight: bold;
    color: #fff;
    box-shadow: 0 0 10px rgba(255, 68, 68, .3);
}

.box1 .box1_bom .box1_box .box1_text {
    padding: .875rem 1.875rem;
    border-radius: .75rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    background: #fff;
}

.box2 {
    width: 100%;
    background: #fff;
    padding-top: 3.125rem;
    padding-bottom: 1.75rem;
}

.box2 .box2_bom {
    margin-top: 1.25rem;
    display: flex;
    flex-wrap: wrap;
}

.box2 .box2_bom .box2_box {
    width: 31.7%;
    margin-right: 2.45%;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, .2);
    border-radius: .5rem;
    margin-bottom: 2rem;
    overflow: hidden;
}

.box2 .box2_bom .box2_box:nth-child(3n) {
    margin-right: 0;
}

.box2 .box2_bom .box2_box .box2_prc {
    width: 100%;
    aspect-ratio: 19/10;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.box2 .box2_bom .box2_box .box2_prc img {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
}

.box2 .box2_bom .box2_box:hover .box2_prc img {
    transform: scale(1.1);
}

.box2 .box2_bom .box2_box .box2_title {
    text-align: center;
    padding: 0.5rem 1.875rem 0;
}

.box2 .box2_bom .box2_box .box2_title h6 {
    font-size: 1.5rem;
    color: #1a1a1a;
}

.box2 .box2_bom .box2_box .box2_title span {
    color: #ff4444;
}

.box2 .box2_bom .box2_box .box2_text {
    padding: .25rem 1.875rem .75rem;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #4c4c4c;
    font-family: "AlibabaPuHuiTi_Regular";
    text-align: center;
}

.box3 {
    width: 100%;
    padding: 3.125rem 0 1.875rem;
    background: url(../images/InternationalCourseTemplate_box3_bj.jpg) no-repeat;
    background-size: cover;
}

.box3 .box3_bom {
    margin-top: 1.875rem;
    display: flex;
    flex-wrap: wrap;
}

.box3 .box3_bom .box3_box {
    padding: 1.875rem 1.5rem;
    width: 31.7%;
    margin-right: 2.45%;
    border-radius: .5rem;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, .2);
    margin-bottom: 1.875rem;
    display: flex;
    justify-content: space-between;
}

.box3 .box3_bom .box3_box:nth-child(3n) {
    margin-right: 0;
}

.box3_box .box3_ico {
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 50%;
    overflow: hidden;
}

.box3_box .box3_ico img {
    display: block;
    width: 100%;
}

.box3_box .box3_R {
    width: calc(100% - 7.5rem);
}

.box3_box .box3_R .box3_title {
    font-size: 1.875rem;
    line-height: 2.9rem;
    color: #ff4444;
    font-family: "AlibabaPuHuiTi_Medium";
    font-weight: bold;
}

.box3_box .box3_R .box3_text {
    font-size: 1rem;
    line-height: 1.25rem;
    font-family: "AlibabaPuHuiTi_Regular";
    color: #1a1a1a;
    margin-top: .25rem;
}

.box4 {
    padding: 2.25rem 0 3.125rem;
    background: #fff;
}

.box4 .box4_cen {
    position: relative;
}

.box4 .box4_cen .box4_bj img {
    display: block;
    width: 100%;
}

.box4 .box4_cen .box4_from {
    position: absolute;
    left: 152px;
    top: 126px;
}

.box4 .box4_cen .box4_from form{
    display: flex;
    align-items: center;
}

.box4 .box4_cen .box4_from .input {
    margin-right: 10px;
}

.box4 .box4_cen .box4_from input {
    width: 15rem;
    height: 2.375rem;
    text-indent: 1em;
    font-size: 16px;
    font-family: "AlibabaPuHuiTi_Regular";
    border-radius: .5rem;
    border: none;
    outline: none;
}

.box4 .box4_cen .box4_from input::placeholder {
    color: #a4a4a4;
    font-family: "AlibabaPuHuiTi_Regular";
}

.box4 .box4_cen .box4_from .button {
    width: 7.5rem;
    height: 38px;
    border-radius: .5rem;
    background: #ffb80f;
    color: #2b2b2b;
    font-family: "AlibabaPuHuiTi_Medium";
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 0;
}

.box5 {
    width: 100%;
    background: #fff;
}

.box5 .box5_bom {
    position: relative;
    padding-top: 5rem;
}

.box5 .box5_bom .box5_img {
    margin: 0 auto;
    width: 18.75rem;
}

.box5 .box5_bom .box5_img img {
    display: block;
    width: 100%;
}

.box5 .box5_bom .box5_title {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1;
}

.box5 .box5_bom .box5_text {
    text-align: center;
    font-size: 1rem;
    line-height: 1.25rem;
    font-family: "AlibabaPuHuiTi_Regular";
    color: #4c4c4c;
    margin-top: .25rem;
}

.box5 .box5_bom .box5_box1 {
    position: absolute;
    left: 5rem;
    top: 1.875rem;
    width: 25.375rem;
    border: 2px solid #26a5fc;
    border-radius: .5rem;
    padding: .75rem 1.5rem;
}

.box5 .box5_bom .box5_box1 .box5_title {
    color: #26a5fc;
}

.box5 .box5_bom .box5_box2 {
    position: absolute;
    right: 4rem;
    top: 1.875rem;
    width: 25.375rem;
    border: 2px solid #ffab3f;
    border-radius: .5rem;
    padding: .75rem 1.5rem;
}

.box5 .box5_bom .box5_box2 .box5_title {
    color: #ffab3f;
}

.box5 .box5_bom .box5_box3 {
    position: absolute;
    right: 1rem;
    top: 16rem;
    width: 25.375rem;
    border: 2px solid #ff3b43;
    border-radius: .5rem;
    padding: .75rem 1.5rem;
}

.box5 .box5_bom .box5_box3 .box5_title {
    color: #ff3b43;
}

.box5 .box5_bom .box5_box4 {
    position: relative;
    margin: 1.375rem auto 0;
    width: 37.875rem;
    padding: .75rem 1.5rem;
    text-align: center;
    border: 2px solid #00ac20;
    border-radius: .5rem;
}

.box5 .box5_bom .box5_box4 .box5_title {
    color: #00ac20;
}

.box5 .box5_bom .box5_box5 {
    position: absolute;
    left: 1rem;
    top: 14.125rem;
    width: 25.375rem;
    border: 2px solid #944dc2;
    border-radius: .5rem;
    padding: .75rem 1.5rem;
}

.box5 .box5_bom .box5_box5 .box5_title {
    color: #944dc2;
}

.box6 {
    padding: 3.125rem 0 0;
    background: #ffffff;
}

.box6 .box6_cen .box6_bom {
    margin-top: 1.875rem;
    display: flex;
    justify-content: space-between;
    position: relative;
    border-radius: .5rem;
    overflow: hidden;
    box-shadow: 0 0 16px rgba(0, 0, 0, .2);
    padding-right: 30px;
    background: linear-gradient(to left, #fff5f5, #ffffff);
}

.box6 .box6_cen .box6_bom .box6_prc {
    width: 40.5%;
    display: flex;
    align-items: flex-end;
}

.box6 .box6_cen .box6_bom .box6_prc img {
    display: block;
    width: 100%;
}

.box6 .box6_cen .box6_bom .box6_list {
    width: 55%;
    padding: 1.875rem 0 20px;
}

.box6 .box6_cen .box6_bom .box6_list ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    line-height: 1.25rem;
    font-family: "AlibabaPuHuiTi_Regular";
    margin-bottom: .875rem;
}

.box6 .box6_cen .box6_bom .box6_list ul li:last-child {
    margin-bottom: 0;
}

.box6 .box6_cen .box6_bom .box6_list ul li p {
    overflow: hidden;
    /* 超出部分隐藏 */
    white-space: nowrap;
    /* 禁止换行 */
    text-overflow: ellipsis;
    width: calc(100% - 7.5rem);
}

.box6 .box6_cen .box6_bom .box6_list ul li span {
    color: #ff4444;
    padding-right: .75rem;
}

.box6 .box6_cen .box6_bom .box6_list ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5.25rem;
    height: 1.625rem;
    border-radius: 1.625rem;
    background: #ff4444;
    color: #fff;
    font-size: .9375rem;
}

.box7 {
    width: 100%;
    background: #fff;
    padding-top: 3.125rem;
}

.box7 .box7_bom {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.25rem;
}

.box7 .box7_bom .box7_box {
    width: 18%;
    margin-right: 2.5%;
    margin-bottom: 1.25rem;
}

.box7 .box7_bom .box7_box:nth-child(5n) {
    margin-right: 0;
}

.box7 .box7_bom .box7_box a .box7_top {
    position: relative;
    padding-left: 1rem;
    width: 100%;
    background: url(../images/InternationalCourseTemplate_box7_box_bj.png) no-repeat bottom right;
}

.box7 .box7_bom .box7_box a .box7_top .box7_prc {
    display: flex;
    align-items: flex-end;
    width: 100%;
    justify-content: center;
    padding-bottom: 14px;
}

.box7 .box7_bom .box7_box a .box7_top .box7_prc img {
    display: block;
    width: 100%;
}

.box7 .box7_bom .box7_box a .box7_top .box7_enname {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: .5rem 1rem;
    background: linear-gradient(to right, #ff4444, #ff7266);
    border-top-left-radius: .75rem;
    border-bottom-right-radius: .75rem;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    font-family: "AlibabaPuHuiTi_Medium";
    font-weight: bold;
}


.box7 .box7_bom .box7_box a .box7_jobTitle {
    text-align: center;
    font-size: 1rem;
    line-height: 1.625rem;
    font-family: "AlibabaPuHuiTi_Regular";
    margin-top: .5rem;
    color: #4c4c4c;
}

.box9 {
    width: 100%;
    padding: 1rem 0 3.5rem;
}

.box9 .box9_bom {
    margin-top: 1.875rem;
    width: 100%;
    position: relative;

}

.box9 .box9_bom .mySwiper {
    width: 100%;
    padding-bottom: 2.125rem;
}

.box9 .box9_bom .mySwiper .box9_box {
    position: relative;
    width: 100%;
    box-shadow: 0 0 16px rgba(0, 0, 0, .2);
    overflow: hidden;
    border-radius: .5rem;
}

.box9 .box9_bom .box9_box .box9_prc {
    width: 100%;
    aspect-ratio: 139/100;
}

.box9 .box9_bom .box9_box .box9_prc img {
    display: block;
    width: 100%;
}

.box9 .box9_bom .box9_box .box9box_bom {
    padding: .75rem .875rem 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.box9 .box9_bom .box9_box .box9box_bom .box9_name {
    font-size: 1.5rem;
    line-height: 1;
    font-family: "AlibabaPuHuiTi_Medium";
    color: #1a1a1a;
    width: 100%;
}

.box9 .box9_bom .box9_box .box9box_bom .box9_text {
    font-size: 15px;
    line-height: 1.25rem;
    font-family: "AlibabaPuHuiTi_Regular";
    color: #666666;
    margin-top: .25rem;
}

.box9 .box9_bom .box9_box .box9box_bom .box9_more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5.25rem;
    height: 1.5rem;
    background: #ff4444;
    color: #fff;
    font-size: .75rem;
    border-radius: 1.5rem;
    margin-top: .75rem;
}

.box9 .box9_bom .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
}

.box9 .box9_bom .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ff4444;
}

/*  */
.box8 {
    padding: 3.125rem 3.75rem;
    background: url(../images/InternationalCourseTemplate_box8_bj.jpg)no-repeat;
    background-size: cover;
}

.box8 .box8_cen {
    margin-top: 2rem;
    background: #fff;
    padding: 1.25rem 2.5rem;
    border-radius: .75rem;
    box-shadow: 0 0px 16px rgba(59, 114, 214, 0.25);
}

.box8 .box8_cen .box8_list {
    width: 100%;
}

.box8 .box8_cen .box8_list ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.box8 .box8_cen .box8_list ul li {
    width: 47%;
}

.box8 .box8_cen .box8_list ul li a {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 1rem;
    height: 3.5rem;
    border-bottom: 1px dashed #7d7d7d;
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: "AlibabaPuHuiTi_Medium";
    color: #000000;
    transition: all 0.3s ease;
}

.box8 .box8_cen .box8_list ul li a:hover {
    color: #ff4444;
    border-color: #ff4444;
}

.box8 .box8_cen .box8_list ul li a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background: #ff4444;
}

.box8 .box8_cen .box8_list ul li a .box8_text {
    width: calc(100% - 7.5rem);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.DataCollection {
    padding: 0;
}