
.loaderbg {
    background-color: #fff;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999
}

::-webkit-scrollbar {
    width: 7.5px;
    height: 6px;
    background-color: #f0f0f0;
    display: none
}

::-webkit-scrollbar-thumb {
    background-color: #b1b1b1;
    border-radius: 15px
}

::-webkit-scrollbar-thumb:hover {
    background-color: #777
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -30px;
    width: 50px;
    height: 60px;
    text-align: center;
    font-size: 10px
}

.spinner > .double {
    background: #49a9ee;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: stretchDelay 1.2s infinite ease-in-out;
    animation: stretchDelay 1.2s infinite ease-in-out
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s
}

@-webkit-keyframes stretchDelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(.4)
    }

    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes stretchDelay {

    0%,
    40%,
    100% {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4)
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.justify-between {
    display: flex;
    justify-content: space-between;
}
.flex-col {
    display: flex;
    flex-direction: column;
}


.nav-item{
    font-size: 40px;
    border-style: none none solid none;
    padding: 2px;
    margin-top: 5px;
    border-color: white;
    border-width: 1px;
}
.dropdown-add{
    display: inline;
    font-size: 46px;
    color: white;
    float: right;
    position: absolute;
    right: 10px;
}

.image-container {
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

.text-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%; /* 垂直居中 */
    left: 50%; /* 水平居中 */
    transform: translate(-50%, -50%); /* 精确居中 */
    color: white;
    font-size: 2rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5); /* 半透明背景 */
    padding: 10px;
    word-wrap: break-word;
    word-break: normal;
    white-space: normal;
}


.text-title{
    color: white;
    font-size: 3rem;
    padding: 10px;
}
.line{
    width: 100px;
    height: 2px;
    background: white;
    margin: 10px auto;

}
.line2{
    width: 50%;
    height: 1px;
    background: black;
    margin: auto;
}

.new_index_play {
    background-image: url(./img/play_translate.png);
    background-size: 100%;
    height: 60px;
}
.new_index_div40 {
    position: absolute;
    bottom: 41px;
    right: 70px;
    width: 60px;
    height: 60px;
    z-index: 2;
}

.new_index_div40_2{
    position: absolute;
    bottom: 50px;
    right: 190px;
    /* width: 60px; */
    /* height: 60px; */
    z-index: 2;
    font-size: 2rem;
    border-bottom: #01A88F solid 4px;
    color: #01A88F;
}

.news-item-time {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    font-size: 2rem;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    word-wrap: break-word;
    word-break: normal;
    white-space: normal;
}
.news-item-detail{
    color: white;
    padding: 10px;
    font-size: 2rem;
    word-wrap: break-word;
    text-align: start;
}
.guide-div{
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background: white;
    width: 100%;
}
.guide-div-header{
    padding-top: 40px;
    display: flex;
}
.guide-title{
    width: 50%;
    color: #01A88F;
    font-size: 3rem;
    padding-left: 10px;
}
.admissions-title{

    color: #01A88F;
    font-size: 3rem;
    padding-left: 10px;
}
.guide-detail{
    color: black;
    font-size: 2rem;
    word-wrap: break-word;
    padding-left: 10px;
    line-height: 60px;
}

.new_index_div17 {
    margin: 80px auto 60px auto;
    height: 100px;
    width: 600px;
}
.new_index_div18 {
    display: flex;
    align-items: center;
}
.new_index_div19 {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #8C8A8B;
}
.new_index_span10 {
    font-size: 2rem;
    color: #8C8A8B;
    margin-left: 10px;
}
.admissions-text{
    color: black;
    font-size: 3rem;
    padding: 10px;
    margin: 30px;
}
.progress{
    height: 5px;
    margin: auto 50px;
}
.progress-bg{
    background: #01A88F;
}
.admissions-text-detail{
    color: #8C8A8B;
    padding: 10px;
    font-size: 1.5rem;
    margin: auto 40px;
    text-align: start;
    word-wrap: break-word;
}
.new_index_img14 {
    height: 40px;
    width: 40px;
    background: url(./img/address.png) no-repeat center bottom;
    background-size: 100%;
    animation: show-contents 1s linear forwards;
    animation-play-state: paused;
    animation-delay: 1.5s;
}
.map_china {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 49%;
    left: 77%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 2rem;
    text-align: center;
    padding: 10px;
    word-wrap: break-word;
    word-break: normal;
    white-space: normal;
}
.el-tooltip__popper {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #303133;
}
.text_china {
    position: absolute;
    top: 41%;
    left: 77%;
    transform: translate(-50%, -50%);
    color: black;
    font-size: 1.2rem;
    text-align: center;
    padding: 4px;
}
.text_Middle_East {

    position: absolute;
    top: 52%;
    left: 49%;
    transform: translate(-50%, -50%);
    color: black;
    font-size: 1.2rem;
    text-align: center;
    padding: 4px;
}
.map_Middle_East {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 52%;
    left: 59%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    padding: 10px;
    word-wrap: break-word;
    word-break: normal;
    white-space: normal;
}
.text_Singapore {

    position: absolute;
    top: 70%;
    left: 75.5%;
    transform: translate(-50%, -50%);
    color: black;
    font-size: 1.2rem;
    text-align: center;
    padding: 4px;
}
.map_Singapore {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 63%;
    left: 75.5%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    padding: 10px;
    word-wrap: break-word;
    word-break: normal;
    white-space: normal;
}
.since-title{
    color: black;
    /* font-weight: bold; */
    font-size: 2rem;
    padding-left: 10px;
}
.since-sub-title{
    margin: auto 25px;
    font-size: 2rem;
    color: #8C8A8B;
}
.since-detail{
    color: black;
    line-height: 60px;
    font-size: 2rem;
    word-wrap: break-word;
    padding-left: 10px;
}
.align-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
