.abo_glo {
    /* background: #181e29; */
    padding: 1.5rem 0 0;
    overflow: hidden;
}

.container {
    position: relative;
    margin: 0 auto;
    width: 75.67%;
    max-width: 1440px;
}

.playVideo{
    position: absolute;
    top: 10%;
    left: 45%;
}

.pub_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 0.2rem;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 6px;
}

.abo_glo .box {
    position: relative;
    margin-top: 1rem;
}

.abo_glo .box .box_hz .img {
    width: 100%;
    height: 100%;
}

.abo_glo .box .box_hz .add_box .add_con .add1 {
    top: 18%;
    left: 11%;
}

.abo_glo .box .box_hz .add_box .add_con .add {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.abo_glo .box .box_hz .add_box .add_con .add p {
    position: absolute;
    top: 0.26rem;
    color: #fff;
    z-index: 15;
    font-size: 12px;
    white-space: nowrap;
}


.abo_glo .box .box_hz .add_box .add_con .add2 {
    top: 30%;
    left: 9%;
}


.abo_glo .box .box_hz .add_box .add_con .add3 {
    top: 44%;
    left: 10%;
}


.abo_glo .box .box_hz .add_box .add_con .add4 {
    top: 20%;
    left: 41.5%;
}



.abo_glo .box .box_hz .add_box .add_con .add5 {
    top: 28%;
    left: 74%;
}


.abo_glo .box .box_hz .add_box .add_con .add6 {
    top: 31%;
    left: 84.7%;
}


.abo_glo .box .box_hz .add_box .add_con .add7 {
    top: 45%;
    left: 75%;
}


.abo_glo .box .box_hz .add_box .add_con .add8 {
    top: 46%;
    left: 82%;
}


.abo_glo .box .box_hz .add_box .add_con .add9 {
    top: 59%;
    left: 75.5%;
}


.abo_glo .box .box_hz .add_box .add_con .add10 {
    top: 60%;
    left: 82.5%;
}


.abo_glo .box .box_hz .add_box .add_con .add11 {
    top: 76%;
    left: 84%;
}


.abo_glo .box .box_hz .add_box .add_con .add12 {
    top: 18%;
    left: 49%;
}


.abo_glo .box .box_hz .add_box .add_con .add13 {
    top: 42%;
    left: 78%;
}



.abo_glo .box .box_hz .add_box .add_con .add .i1 {
    width: 13px;
    height: 13px;
    border: 1px solid #23b9ef;
    background: #0f99cb;
    border-radius: 50%;
    display: block;
    position: absolute;
    z-index: 10;
}

.abo_glo .box .box_hz .add_box .add_con .add .i2 {
    width: 13px;
    height: 13px;
    border: 1px solid #23b9ef;
    background: #0f99cb;
    border-radius: 50%;
    display: block;
    position: absolute;
    animation: moveq3 3s infinite linear;
    z-index: 5;
}

.playVideo .vid {
    width: 65px;
    height: 65px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.playVideo .vid i {
    position: absolute;
    z-index: 1;
    width: 90%;
    height: 90%;
    animation: moveq 3s infinite linear;
    background: rgba(0, 172, 234, 0.82);
    border-radius: 50%;
}

.playVideo .vid .vid_on {
    transition: all 0.3s;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(0, 172, 234, 0.82);
    border: 1px solid #22c2fd;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.playVideo .vid .vid_on:hover{
    transform: scale(0.9);
}

#hi-video-pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#hi-video-pop .hi-close {
    position: fixed;
    top: 85%;
    left: 50%;
    z-index: 5;
    margin-left: -25px;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #fff;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
}

#hi-video-pop * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#hi-video-pop .hi-video-box {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#hi-video-pop .hi-video-box .hi-video-wrap {
    max-width: 90vh;
    border: 2px solid #fff;
}

#hi-video-pop .hi-video-box .hi-video-wrap video {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

#hi-video-pop .hi-close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#hi-video-pop .hi-close:after, #hi-video-pop .hi-close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    width: 20px;
    height: 2px;
    margin: -1px 0 0 -10px;
    background: #333;
    transition: .3s;
}

#hi-video-pop .hi-close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#hi-video-pop .hi-close:after, #hi-video-pop .hi-close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    width: 20px;
    height: 2px;
    margin: -1px 0 0 -10px;
    background: #333;
    transition: .3s;
}

@keyframes moveq3 {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    100% {
        transform: scale(3);
        -webkit-transform: scale(3);
        opacity: 0;
    }
}

@keyframes moveq {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    100% {
        transform: scale(2);
        -webkit-transform: scale(2);
        opacity: 0;
    }
}