/* banner */
.banner {
    margin-top: 90px;
}
.banner .carousel-item {
    width: 100%;
    height: 750px;
}
.banner .carousel-item::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.banner .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .carousel-caption {
    bottom: 40%;
    z-index: 2;
}
.banner .carousel-caption h2 {
    letter-spacing: 4px;
    font-size: 60px;
}
.banner .carousel-caption p {
    font-size: 24px;
    gap: 15px;
    margin-top: 15px;
}

.banner .carousel-indicators li {
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: #152c5b;
    text-indent: 0;
    text-align: center;
    font-size: 18px;
}
.banner .carousel-indicators li.active {
    background-color: #152c5b;
    color: #fff;
}



/* 关于我们 */
.about .card-header {
    font-size: 20px;
    color: #152c5b;
    padding: 1.25rem 1.85rem;
}
.about .card-body {
    padding: 1.85rem;
}
.card-body p {
    line-height: 1.8rem;
}



/* 服务优势 */
.advantage {
    position: relative;
    padding-top: 3rem;
}

.advantage-cards .card {
    flex-direction: row !important;
    min-height: 224px;
    margin-bottom: 30px;
    box-shadow: 0 0 1.25rem rgb(31, 45, 61, .05);
    border-radius: 0.75rem;
    transition: .2s ease-in-out;
}
.advantage-cards .card:hover {
    transform: translate(0, -6px);
    box-shadow: 0 1px 2.25rem rgb(31, 45, 61, .15);
}
.advantage-cards .card-icon {
    font-size: 40px;
    margin-right: 25px;
    color: #5cc9a7;
}
.advantage-cards .card-info h4 {
    color: #152c5b;
}





/* 热门学校 */
.region-tab {
    display: flex;
    align-items: center;
    height: 50px;
    background-color: #171347;
    color: rgba(255, 255, 255, .9);
    border-radius: 0.25rem;
    margin-bottom: 4px;
    cursor: pointer;
    padding-left: 20px;
}
.region-tab.active {
    background-color: #ffad0a;
    opacity: 1;
    color: #fff;
}
.region-tab .tab-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fefefe;
    border: 1px solid #171347;
    margin-right: 12px;
}

.region-menu {
    padding: 2.25rem;
    border-radius: 0.75rem;
    background-color: #fff;
    box-shadow: 0 2px 1.25rem rgb(31, 45, 61, .1);
    display: none;
    border: 1px solid rgba(0, 0, 0, .1);
}
.region-menu.active {
    display: block;
}
.region-map {
    flex: 1;
}
.region-map img {
    width: 240px;
}
.region-school {
    flex: 1;
    gap: 25px;
}
.school-item {
    font-size: 22px;
}
.school-item i {
    margin-right: 8px;
}




/* 热门学科覆盖 */
.world-map-bg {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 5rem;
    margin-top: 6rem;
    background: #0e0b2b url("../images/world-map.png") no-repeat center center;
    background-size: cover;
}
.world-map-bg .bg-dark {
    background-color: transparent !important;
}
.majors {
    gap: 30px;
}
.major-item {
    display: flex;
    padding: 12px;
    border-radius: 8px;
    background: #fff;
    gap: 10px;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    opacity: .9;
}
.major-item:hover {
    transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    opacity: 1;
}
.major-item:hover .major-icon {
    background-color: #0e0b2b;
}
.major-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #FFBE3D;
}
.major-item h5 {
    color: #152c5b;
}
.major-item p {
    margin-bottom: 0;
}




/* 成绩捷报 */
.score-swiper .card .card-title {
    color: #171a1d;
}
.score-swiper .card .gpa {
    font-size: 14px;
    padding: 2px 10px;
    background-color: #FFBE3D;
    color: #fff;
    display: inline-block;
    margin-top: -4px;
}
.score .swiper-button-prev::after,
.score .swiper-button-next::after {
    content: unset;
}
.score .swiper-button-prev {
    left: -46px;
}
.score .swiper-button-next {
    right: -46px;
}
.score .swiper-button-prev,
.score .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #5cc9a7;
    color: #fff;
    opacity: .5;
    font-size: 24px;
}
.score .swiper-button-prev:hover,
.score .swiper-button-next:hover {
    opacity: 1;
}
.score-swiper-controller .swiper-pagination {
    bottom: -30px;
}
.score-swiper-controller .swiper-pagination-bullet {
    transition: .2s ease-in-out;
}
.score-swiper-controller .swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 4px;
    background-color: #FFBE3D;
}
.score .card .card-img-top {
    cursor: pointer;
}


/* 成绩好评 */
.evaluate .card {
    height: 220px;
    margin-bottom: 30px;
    cursor: pointer;
}
.evaluate .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.evaluate .card .view-larger {
    top: unset;
    bottom: 15px;
}




/* 宣传横幅 */
.ad {
    width: 100%;
    padding: 3rem;
    background: #0e0b2b url("../images/world-map.png") no-repeat center center;
    background-size: cover;
}
.ad-icon {
    padding-top: 10px;
    font-size: 42px;
    color: #0e0b2b;
}
.ad-info {
    color: #152c5b;
}
.ad-info p {
    color: #FFBE3D;
}




/* 服务流程 */
.process .card-box {
    padding: 0 15px 0 35px;
    margin-bottom: 30px;
}
.process .card {
    position: relative;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
}
.process .card-num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    padding: 7px;
    background-color: #fefefe;
    border-radius: 50%;
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translate(0, -50%);
    box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.2) inset;
}
.process .card-num span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #FFBE3D;
    border-radius: 50%;
    font-weight: bold;
    font-family: "Comic Sans MS";
    font-size: 24px;
    color: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
}
.process .card-body {
    padding-left: 56px;
}
.process .card-body h5 {
    color: #152c5b;
}
.process .card-body p {
    margin-bottom: 0;
}






/* 最近新闻 */
.latest-news .card-img {
    height: 260px;
    overflow: hidden;
}
.latest-news .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.latest-news .card-title,
.latest-news .list-group-item h5 {
    color: #152c5b;
}
.latest-news .list-group-item.active h5,
.latest-news .list-group-item.active p {
    color: #fff;
}
.latest-news .card-text,
.latest-news .list-group-item p {
    color: #718096;
}
.latest a {
    text-decoration: none;
}





@media screen and ( max-width: 1000px ) {


    .region-tab-groups {
        gap: 15px;
        justify-content: center;
    }
    .region-tab {
        padding-right: 20px;
    }



    .score {
        overflow: hidden;
    }
    .score .card .view-larger {
        display: none;
    }
    .score .score-swiper {
        padding: 0 50px;
    }
    .score .swiper-button-prev,
    .score .swiper-button-next {
        width: 40px;
        height: 40px;
    }
    .score .swiper-button-prev {
        left: 10px;
    }
    .score .swiper-button-next {
        right: 10px;
    }

}




@media screen and ( max-width: 750px ) {

    .banner .carousel-item {
        height: 560px;
    }
    .banner .carousel-caption p {
        font-size: 16px;
    }
    .banner .carousel-caption h2 {
        letter-spacing: 2px;
        font-size: 40px;
    }
    .banner .carousel-caption {
        bottom: 30%;
        display: block !important;
    }
    .banner .carousel-indicators li {
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }



    .majors {
        gap: 8px;
        justify-content: center;
    }
    .major-item {
        padding: 8px;
    }
    .major-icon {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }
    .major-item h5 {
        font-size: 16px;
        margin-bottom: 0;
    }
    .major-item p {
        font-size: 12px;
    }


    .score .score-swiper {
        padding: 0 15px;
    }
    .score .swiper-button-prev,
    .score .swiper-button-next {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    .score .swiper-button-prev {
        left: 15px;
    }
    .score .swiper-button-next {
        right: 15px;
    }



    .evaluate .card {
        margin-bottom: 15px;
    }

}
