/* 公共样式 */
.title {
    position: relative;
    box-sizing: border-box;
    width: 1100px;
    height: 86px;
    margin: 0 auto;
    padding-top: 24px;
    background: url(https://resource.gximg.cn/7b4061_mpxibg1v5.png) top center no-repeat;
    background-size: 270px 84px;
}
.title .title-word {
    position: relative;
    z-index: 1;
    font-size: 28px;
    line-height: 40px;
    color: #66310B;
    text-align: center;
    font-weight: 600;
}
.common-btn {
    box-sizing: border-box;
    width: 334px;
    height: 56px;
    margin: 0 auto;
    line-height: 56px;
    border-radius: 100px;
    cursor: pointer;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    background: linear-gradient(90deg, #C9201F 6.01%, #FE4C0C 93.99%);
    box-shadow: 0px 0px 20px 0px #E6631D70;
}

/* 动画 */
@keyframes scale2 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.06);
    }
}
.animation-btn {
    animation: scale2 0.8s infinite alternate linear;
}

/* banner */
.banner {
    max-width: 1920px;
    margin: 0 auto;
}
.banner-top {
    height: 313px;
    background: url(https://resource.gximg.cn/5a8721_mpxoeb8k18.jpg) top center no-repeat;
    background-size: 1920px 313px;
}
.banner-bottom {
    height: 318px;
    background: url(https://resource.gximg.cn/5a8721_mpxoeb7h17.jpg) top center no-repeat;
    background-size: 1920px 318px;
}
.banner-cont {
    width: 1100px;
    margin: 0 auto;
    padding-top: 40px;
}
.banner-adv {
    display: flex;
    justify-content: center;
    gap: 15px;
    width: 1100px;
    margin: 0 auto 30px;
}
.banner-adv li {
    display: flex;
    box-sizing: border-box;
    width: 262px;
    height: auto;
    padding: 10px 12px 14px 10px;
    border-radius: 7px;
    background: rgba(255, 249, 238, 0.94);
}
.banner-adv img {
    display: block;
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    margin-right: 8px;
}
.banner-adv h3 {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 28px;
    color: #C9201F;
    font-weight: 600;
}
.banner-adv p {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}
.banner-btn {
    display: block;
    width: 303px;
    height: 51px;
    margin: 0 auto;
    cursor: pointer;
}

/* 授权办学 */
.sqbx {
    max-width: 1920px;
    min-width: 1100px;
    margin: 0 auto;
    padding-bottom: 60px;
    background: #fdf7f4;
}
.sqbx-container {
    width: 1100px;
    margin: 0 auto;
}
.sqbx-cont {
    position: relative;
    display: flex;
    align-items: center;
    width: 1100px;
    height: 370px;
    margin: 0 auto 40px;
}
.sqbx-info {
    box-sizing: border-box;
    width: 1100px;
    height: 310px;
    padding: 29px 28px 20px 20px;
    border: 1px solid #ff3c27;
    border-radius: 7px;
    background: #ffffff;
}
.sqbx-info h3 {
    margin-bottom: 16px;
    color: #000000;
    font-weight: 600;
    font-size: 22px;
    line-height: 38px;
}
.sqbx-info p {
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    line-height: 38px;
}
.sqbx-card {
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    width: 486px;
    height: 370px;
    padding-top: 18px;
    background: url(https://resource.gximg.cn/7b4061_mpxibfzq3.png) center no-repeat;
    background-size: 486px 370px;
    text-align: center;
}
.sqbx-card-img {
    display: block;
    width: 391px;
    height: 295px;
    margin: 0 24px 0 auto;
}
.sqbx-card-text {
    margin-top: 12px;
    padding-left: 51px;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 500;
}

/* 课程学分 */
.kcxf {
    max-width: 1920px;
    min-width: 1100px;
    margin: 0 auto;
    padding: 50px 0 60px;
    background: #ffffff;
}
.kcxf-container {
    width: 1100px;
    margin: 0 auto;
}
.kcxf .title {
    margin-bottom: 3px;
}
.kcxf-cont {
    width: 1100px;
    margin: 0 auto;
}
.kcxf-table {
    overflow: hidden;
    box-sizing: border-box;
    width: 1100px;
    margin: 0 auto;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 9px;
    background: linear-gradient(90deg, #C9201F 6.01%, #FE4C0C 93.99%);
    padding: 0 7px 7px;
}
.kcxf-col-name {
    width: 152px;
}
.kcxf-col-stage {
    width: 323px;
}
.kcxf-col-content {
    width: 267px;
}
.kcxf-col-plan {
    width: 168px;
}
.kcxf-col-price {
    width: 176px;
}
.kcxf-table th {
    height: 64px;
    border-right: 1px solid rgba(255,255,255,0.45);
    background: transparent;
    font-size: 22px;
    line-height: 64px;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
}
.kcxf-table th:last-child {
    border-right: 0;
}
.kcxf-table td {
    box-sizing: border-box;
    height: 135px;
    padding: 12px 16px;
    border-right: 1px solid #ffd6cd;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    text-align: center;
    vertical-align: middle;
}
.kcxf-table tbody tr:first-child td:first-child {
    border-top-left-radius: 9px;
}
.kcxf-table tbody tr:first-child td:last-child {
    border-top-right-radius: 9px;
}
.kcxf-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 9px;
}
.kcxf-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 9px;
}
.kcxf-table td:last-child {
    border-right: 0;
}
.kcxf-table tbody tr:nth-child(even) td {
    background: #fff9f6;
}
.kcxf-table tbody tr:nth-child(odd) td {
    background: #ffffff;
}
.kcxf-table .kcxf-name {
    padding: 0 10px;
    font-size: 20px;
    line-height: 24px;
    color: #C9201F;
    font-weight: 600;
}
.kcxf-table h3 {
    margin-bottom: 2px;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    font-weight: 600;
}
.kcxf-table p {
    margin: 0;
}
.kcxf-btn {
    width: 135px;
    height: 42px;
    margin: 0 auto;
    border-radius: 100px;
    cursor: pointer;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    font-weight: 500;
}
.kcxf-btn-light {
    background: linear-gradient(90deg, #FFD17B 0%, #FFDD9F 100%);
    color: #8C280C;
}
.kcxf-btn-red {
    background: linear-gradient(90deg, #CE241E 0%, #FB4A0E 100%);
    color: #ffffff;
}

/* 高中计划 */
.gzjh {
    max-width: 1920px;
    min-width: 1100px;
    margin: 0 auto;
    padding: 42px 0 64px;
    background: #fdf7f4;
}
.gzjh-container {
    width: 1100px;
    margin: 0 auto;
}
.gzjh .title {
    margin-bottom: 2px;
}
.gzjh-cont {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 40px;
    width: 1100px;
    margin: 0 auto 28px;
}
.gzjh-card {
    overflow: hidden;
    width: 530px;
    height: auto;
    border-radius: 7px;
    background: #ffffff;
    box-shadow: 0 3px 16px 0 rgba(255, 52, 19, 0.16);
}
.gzjh-card-small {
    height: auto;
}
.gzjh-card-title {
    box-sizing: border-box;
    height: 60px;
    padding-left: 18px;
    background: linear-gradient(90deg, #D72C1B 0%, #FD4B0E 100%);
    font-size: 22px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 700;
}
.gzjh-list {
    box-sizing: border-box;
    padding: 12px 12px 12px 20px;
}
.gzjh-list li {
    position: relative;
    box-sizing: border-box;
    min-height: 48px;
    padding-left: 24px;
    border-bottom: 1px dashed #f2dfd7;
    font-size: 16px;
    line-height: 48px;
    color: #000000;
}
.gzjh-list li:last-child {
    border-bottom: 0;
}
.gzjh-list li::before {
    position: absolute;
    top: 19px;
    left: 0;
    content: "";
    width: 17px;
    height: 14px;
    background: url(https://resource.gximg.cn/7b4061_mpxibfyn2.png) center no-repeat;
    background-size: 17px 14px;
}
.gzjh .common-btn {
    width: 378px;
}

/* 热门院校 */
.rmyx {
    max-width: 1920px;
    min-width: 1100px;
    margin: 0 auto;
    padding: 50px 0 60px;
    background: #f5f6f7;
}
.rmyx-container {
    width: 1100px;
    margin: 0 auto;
}
.rmyx .title {
    margin-bottom: 4px;
}
.rmyx-cont {
    width: 1100px;
    margin: 0 auto 28px;
}
.rmyx-panel {
    box-sizing: border-box;
    width: 1100px;
    height: auto;
    margin: 0 auto 18px;
    padding: 25px 12px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 2px 10px 0 rgba(255, 52, 19, 0.12);
}
.rmyx-panel:last-child {
    margin-bottom: 0;
}
.rmyx-panel-title {
    width: 406px;
    height: 52px;
    margin: 0 auto 10px;
    background: linear-gradient(90deg, rgba(229, 55, 22, 0) 8.6%, #E53716 48.14%, rgba(229, 55, 22, 0) 88.54%);
    font-size: 24px;
    line-height: 52px;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
}
.rmyx-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 14px;
}
.rmyx-school {
    position: relative;
    box-sizing: border-box;
    height: 106px;
    padding: 60px 110px 0 12px;
    border-radius: 10px;
    background: #fffbf8;
    overflow: hidden;
}
.rmyx-country {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 84px;
    padding: 0 20px;
    box-sizing: border-box;
    height: 42px;
    border-radius: 0 0 10px 0;
    background: linear-gradient(270deg, #FE4C0C 30.94%, #CA211E 100%);
    font-size: 20px;
    line-height: 42px;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
}
.rmyx-school p {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 15px;
    color: #000000;
    white-space: nowrap;
}
.rmyx-btn {
    position: absolute;
    right: 10px;
    bottom: 22px;
    z-index: 1;
    box-sizing: border-box;
    width: 98px;
    height: 28px;
    border: 1px solid #C9201F;
    border-radius: 100px;
    cursor: pointer;
    font-size: 14px;
    line-height: 28px;
    color: #C9201F;
    text-align: center;
}
.rmyx-btn:hover {
    background: #C9201F;
    color: #FFFFFF;
}
.rmyx-school::after {
    position: absolute;
    top: -14px;
    right: 0;
    font-size: 30px;
    line-height: 52px;
    color: rgba(242, 85, 44, 0.06);
    font-weight: 800;
    text-transform: uppercase;
}
.rmyx-school-canada::after {
    content: "CANADA";
}
.rmyx-school-uk::after {
    content: "UNITED KINGDOM";
}
.rmyx-school-aus::after {
    content: "AUSTRALIA";
}
.rmyx-school-nz::after {
    content: "NEW ZEALAND";
}
.rmyx .common-btn {
    width: 378px;
}

/* 选课方案 */
.xkfa {
    max-width: 1920px;
    min-width: 1100px;
    margin: 0 auto;
    padding: 50px 0 60px;
    background: #ffffff;
}
.xkfa-container {
    width: 1100px;
    margin: 0 auto;
}
.xkfa-cont {
    width: 1100px;
    margin: 0 auto 37px;
}
.xkfa-summary {
    box-sizing: border-box;
    width: 1100px;
    height: auto;
    margin: 0 auto 24px;
    padding: 10px 0;
    border: 1px solid #ff3f27;
    border-radius: 8px;
    background: #fffbf8;
}
.xkfa-summary p {
    margin: 0;
    font-size: 20px;
    line-height: 36px;
    color: #C9201F;
    text-align: center;
}
.xkfa-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 26px;
    width: 1100px;
}
.xkfa-card {
    box-sizing: border-box;
    height: auto;
    padding: 10px 20px 20px;
    border-radius: 8px;
    background: #fffbf8;
}
.xkfa-card-wide {
    grid-column: span 2;
}
.xkfa-card h3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 36px;
    color: #C9201F;
    font-weight: 600;
}
.xkfa-card p {
    margin: 0;
    font-size: 15px;
    line-height: 32px;
    color: #000000;
}
.xkfa .common-btn {
    width: 382px;
    height: 59px;
    border-radius: 30px;
    font-size: 22px;
    line-height: 59px;
}

/* 教学模式 */
.jxms {
    max-width: 1920px;
    min-width: 1100px;
    margin: 0 auto;
    padding: 58px 0 58px;
    background: #fdf7f4;
}
.jxms-container {
    width: 1100px;
    margin: 0 auto;
}
.jxms .title {
    margin-bottom: 35px;
}
.jxms-cont {
    width: 1100px;
    margin: 0 auto 43px;
}
.jxms-grid {
    display: grid;
    grid-template-columns: 194px repeat(3, 1fr);
    gap: 5px;
    width: 1100px;
}
.jxms-cell {
    box-sizing: border-box;
    border-radius: 7px;
    background: #ffe1c6;
    text-align: center;
}
.jxms-label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 82px;
    font-size: 20px;
    color: #000000;
}
.jxms-grid .jxms-label:first-child {
    align-self: end;
}
.jxms-head {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
    align-self: end;
}
.jxms-head-one {
    min-height: 100px;
    background: #ffb137;
}
.jxms-head-two {
    min-height: 114px;
    background: #ff8425;
}
.jxms-head-three {
    min-height: 130px;
    background: #ff5217;
}
.jxms-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    min-height: 132px;
    padding: 0 20px;
    background: #FFEBE2;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}
.jxms-body-one {
    background: #ffe5b9;
}
.jxms-body h3 {
    margin: 0 0 4px;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 600;
}
.jxms-body p {
    margin: 0;
}
.jxms .common-btn {
    width: 382px;
    height: 59px;
    border-radius: 30px;
    font-size: 22px;
    line-height: 59px;
}

/* 常见问题 */
.cjwt {
    max-width: 1920px;
    min-width: 1100px;
    margin: 0 auto;
    padding: 62px 0 70px;
    background: linear-gradient(135deg, #ff4914 0%, #e01c1f 100%);
}
.cjwt-container {
    width: 1100px;
    margin: 0 auto;
}
.cjwt .title {
    margin-bottom: 22px;
}
.cjwt .title .title-word {
    color: #ffffff;
}
.cjwt-cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 40px;
    width: 1100px;
    margin: 0 auto 39px;
}
.cjwt-item {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 64px;
    padding: 0 26px;
    border-radius: 5px;
    background: #fff9ee;
    cursor: pointer;
}
.cjwt-item:hover {
    background: #FFEBE2;
}
.cjwt-item img {
    display: block;
    flex: 0 0 auto;
    width: 41px;
    height: 42px;
    margin-right: 26px;
}
.cjwt-item span {
    font-size: 22px;
    line-height: 30px;
    color: #000000;
    font-weight: 500;
    white-space: nowrap;
}
.cjwt .common-btn {
    width: 382px;
    height: 59px;
    border-radius: 30px;
    background: #ffdc91;
    box-shadow: none;
    font-size: 22px;
    line-height: 59px;
    color: #8f390f;
}
