
.bota_global_site_home {
    padding: 68px 0 76px;
    background: #F5F7FD;
    max-height: 680px;
}

@media(max-width: 1024px) {
    .bota_global_site_home {
        padding:40px 0 30px
    }
}

.bota_global_site_intro_title {
    font-size: 24px;
    color: #252b3a;
    line-height: 30px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

@media(max-width: 1024px) {
    .bota_global_site_intro_title {
        display:none
    }
}

.bota_global_site_intro_desc {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    color: #252b3a;
    margin-bottom: 22px
}

@media(max-width: 1024px) {
    .bota_global_site_intro_desc {
        display:none
    }
}

@media(max-width: 1024px) {
    .bota_global_site_intro {
        text-align:center
    }
}

.bota_global_site_intro_link {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    margin-top: 0;
    -webkit-transition: .2s;
    transition: .2s;
    background: #0052cc;
    border-radius: 2px;
    height: 40px;
    padding: 0 17px;
    min-width: 190px;
    text-align: center
}

.bota_global_site_intro_link:hover {
    background: #1372ff;
    box-shadow: 0 4px 5px rgba(19,114,255,.5);
    color: #fff
}

.bota_global_site_data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    gap: 20px;
    margin-bottom: 60px;
}

@media(max-width: 1024px) {
    .bota_global_site_data {
        margin-top: 30px;
        flex-wrap: wrap;
        gap: 15px;
    }
}

.data-item {
    flex: 1;
    text-align: center;
    position: relative;
}

.data-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background-color: #e0e0e0;
}

@media(max-width: 1024px) {
    .data-item {
        flex: 0 0 calc(50% - 7.5px);
    }
    
    .data-item:nth-child(2n)::after {
        display: none;
    }
}

@media(max-width: 768px) {
    .data-item {
        flex: 0 0 calc(50% - 7.5px);
    }
    
    .data-item::after {
        display: none;
    }
}

.data-number {
    font-size: 48px;
    font-weight: 700;
    color: #0368FF;
    line-height: 1;
    margin-bottom: 8px;
}

@media(max-width: 1024px) {
    .data-number {
        font-size: 36px;
    }
}

@media(max-width: 768px) {
    .data-number {
        font-size: 28px;
    }
}

.data-label {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    line-height: 1.2;
}

@media(max-width: 1024px) {
    .data-label {
        font-size: 13px;
    }
}

@media(max-width: 768px) {
    .data-label {
        font-size: 12px;
    }
}



.bota_section_body_right #myearth {
    z-index: 0!important
}

.bota_section_body_right #myearth .shadow {
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: url(../img/map/shadow.png);
    background-size: 93.6% 93.6%;
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: unset!important
}

.bota_section_body_right #myearth .shadow2 {
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: url(../img/map/shadow2.png);
    background-size: 100% 100%;
    background-position: -50% -50%;
    background-repeat: no-repeat;
    position: absolute;
    left: 100px;
    top: 100px;
    z-index: -1
}

.bota_section_body_right .earth-overlay>div {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 18px;
    height: 29px;
    background: url(../img/map/blue.svg) no-repeat;
    background-size: contain;
    color: #252b3a
}

.bota_section_body_right .earth-overlay>div.rec {
    background: url(../img/map/orange.svg) no-repeat;
    background-size: contain
}

.bota_section_body_right .earth-overlay>div.rec .labelText:before {
    border-color: #e58026!important
}

.bota_section_body_right .earth-overlay>div.rec .labelText:after {
    background: #e58026!important
}

.bota_section_body_right .earth-overlay>div.rec .wave {
    -webkit-box-shadow: inset #e58026 0 0 5px!important;
    box-shadow: inset 0 0 5px #e58026!important
}

.bota_section_body_right .earth-overlay>div.rec .wave.wave2 {
    -webkit-box-shadow: inset #e58026 0 0 5px!important;
    box-shadow: inset 0 0 5px #e58026!important
}

.bota_section_body_right .earth-overlay>div .labelText {
    display: inline-block;
    white-space: nowrap;
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(91,116,148,.17);
    box-shadow: 0 2px 4px 0 rgba(91,116,148,.17);
    position: relative;
    -webkit-transform: translate(0) translate(30px,-30px);
    transform: translate(0) translate(30px,-30px);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.bota_section_body_right .earth-overlay>div .labelText .label-title {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    margin-bottom: 0
}

.bota_section_body_right .earth-overlay>div .labelText .label-desc {
    display: none
}

.bota_section_body_right .earth-overlay>div .labelText:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 19px;
    border-top: 1px solid #045fcc;
    border-left: 1px solid #045fcc;
    background: 0 0;
    left: -21px;
    top: 15px
}

.bota_section_body_right .earth-overlay>div .labelText:after {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    width: 3px;
    background: #045fcc;
    left: -22px;
    top: 27px;
    border-radius: 50%
}

.bota_section_body_right .earth-overlay>div .labelText.bottom {
    -webkit-transform: translate(-100%) translate(-8px,-23px);
    transform: translate(-100%) translate(-8px,-23px)
}

.bota_section_body_right .earth-overlay>div .labelText.bottom:before {
    height: 9px;
    width: 17px;
    border: 1px solid #045fcc;
    border-bottom: none;
    border-left: none;
    left: auto;
    right: -18px;
    top: 12px
}

.bota_section_body_right .earth-overlay>div .labelText.bottom:after {
    left: auto;
    right: -19px;
    top: 20px
}

.bota_section_body_right .earth-overlay>div .labelText.left {
    -webkit-transform: translate(-100%) translate(-2px,-52px);
    transform: translate(-100%) translate(-2px,-52px)
}

.bota_section_body_right .earth-overlay>div .labelText.left:before {
    height: 38px;
    width: 10px;
    border: 1px solid #045fcc;
    border-bottom: none;
    border-left: none;
    left: auto;
    right: -11px;
    top: 13px
}

.bota_section_body_right .earth-overlay>div .labelText.left:after {
    left: auto;
    right: -12px;
    top: 49px
}

.bota_section_body_right .earth-overlay>div .waves {
    position: absolute;
    top: 0;
    left: 0;
    display: block
}

.bota_section_body_right .earth-overlay>div .waves .wave {
    width: 8px;
    height: 6px;
    position: absolute;
    top: 16px;
    left: 5px;
    -webkit-box-shadow: inset #548ee1 0 0 5px;
    box-shadow: inset 0 0 5px #548ee1;
    border-radius: 50%
}

.bota_section_body_right .earth-overlay>div .waves .wave.wave1 {
    -webkit-animation: none;
    animation: none
}

.bota_section_body_right .earth-overlay>div .waves .wave.wave2 {
    width: 16px;
    height: 11px;
    top: 14px;
    left: 1px;
    -webkit-animation: none;
    animation: none
}

.bota_section_body_right .earth-overlay>div:hover {
    z-index: 200000!important
}

.bota_section_body_right .earth-overlay>div:hover .waves .wave1 {
    -webkit-animation: warn 1.5s ease-out infinite;
    animation: warn 1.5s ease-out infinite
}

.bota_section_body_right .earth-overlay>div:hover .waves .wave2 {
    -webkit-animation: warn2 1.5s ease-out infinite;
    animation: warn2 1.5s ease-out infinite
}

.bota_section_body_right .earth-overlay>div:hover .labelText {
    padding: 10px 12px;
    z-index: 10000
}

.bota_section_body_right .earth-overlay>div:hover .labelText .label-title {
    font-size: 13px;
    line-height: 1;
    font-weight: 600
}

.bota_section_body_right .earth-overlay>div:hover .labelText .label-desc {
    display: block
}

.bota_section_body_bottom {
    width: 100%;
    background: #fff;
    padding: 20px 55px;
    margin-top: -260px;
    z-index: 9;
    background-size: cover;
    border: 1px solid #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .05);
}

@media(max-width: 1024px) {
    .bota_section_body_bottom {
        padding:20px 21px;
        margin-top: 0
    }
}

.bota_section_body_bottom .bota_title_main {
    margin-bottom: 39px
}

@media(max-width: 1024px) {
    .bota_section_body_bottom .bota_title_main {
        margin-bottom:15px
    }
}

.bota_section_body_bottom .bota_title_main h2 {
    font-size: 20px;
    margin-bottom: 0
}

@media(max-width: 1024px) {
    .bota_section_body_bottom .bota_safety_card_item {
        margin-bottom:19px
    }
}

.bota_section_body_bottom .bota_safety_card_item .bota_safety_card {
    display: block;
    padding-top: 0;
    -webkit-transition: .2s;
    transition: .2s;
    margin: auto
}

.bota_section_body_bottom .bota_safety_card_item .bota_safety_card p {
    font-size: 14px;
    line-height: 22px;
    color: #252b3a;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 0
}

@media(max-width: 767px) {
    .bota_section_body_bottom .bota_safety_card_item .bota_safety_card p {
        font-size:12px;
        white-space: nowrap;
        -webkit-line-clamp: 1;
        height: 18px;
        line-height: 1
    }
}

.bota_section_body_bottom .bota_safety_card_item .bota_safety_card .bota_safety_card_icon img {
    height: 22px;
    object-fit: scale-down;
    margin: auto;
    max-width: 100%;
}



.bota_section_body_bottom .bota_safety_card_item .bota_safety_card_icon {
    margin-top: 20px;
    margin-bottom: 10px;
}

.bota_section_body_left {
    max-width: 680px
}

@media(max-width: 1024px) {
    .bota_section_body_left {
        margin:auto
    }
}



.bota_global_site_data .data-item {
    text-align: left;
}

.data-item:not(:last-child)::after {
    right: 25px;
}

.bota_safety_card_icon.logo1 img {
    height: 30px!important;
}


.bota_section_body_bottom .bota_safety_card_item .bota_safety_card_icon.logo1 {
    margin-top: 16px;
}

.bota_safety_card_icon.logo3 img {
    height: 26px!important;
}


.bota_section_body_bottom .bota_safety_card_item .bota_safety_card_icon.logo3 {
    margin-top: 18px;
}



@media(max-width: 768px) {
.bota_global_site_home .h1-title {
    text-align: left;
}

.bota_section_body_left {
    margin-bottom: 20px;
}
}