.qiaoxin21314 {
    width: 100%;
    overflow: hidden;
}

.qiaoxin21314 .backstage-hotSpotBox {
    position: relative;
    width: 100%;
    /* height: 0;
    padding-bottom: 31%; */
    display: block;
}

.qiaoxin21314 .hot_link {
    color: #000;
}

.qiaoxin21314 .backstage-hotSpot-wrap .backstage-hotSpot-name {
    background: #fff;
    color: #01A0DD;
    padding: 20px;
    width: auto;
    border-radius: 10px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    transform: translate(-44%, -92%);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    box-shadow: 0 2px 9px 0 rgb(0 0 0 / 15%)
}

.qiaoxin21314 .backstage-hotSpot-name.active {
    opacity: 1;
    transition: all .5s;
    visibility: visible;
    z-index: 5;
}


.qiaoxin21314 .backstage-hotSpotBox .backstage-hotSpot-wrap:hover .backstage-hotSpot-img {
    animation: boxmove;
    animation-duration: 1s;
    animation-iteration-count: 1;
    transition: ease-in-out;
    animation-fill-mode: forwards;

}


.qiaoxin21314 .backstage-hotSpotBox img {
    width: 100%;
    /* vertical-align: top; */
    height: 100%;
    /* position: absolute; */
    top: 0;
    left: 0;
    display: block;
    object-fit: cover;
}

.qiaoxin21314 .backstage-hotSpotBox .backstage-hotSpot-wrap {
    position: absolute;
    /* width: 14px;
     height: 14px; */
    /* cursor: pointer; */
    /* z-index: 1; */
    width: 100%;
    /* width: 20px;
    height: 20px;
    background: red; */
}

@keyframes boxmoveLeft {
    0% {
        left: -2500px;
        transform: rotate(0deg);
    }

    100% {
        left: 100px;
        transform: rotate(7200deg);
    }
}

@keyframes boxmoveRight {
    0% {
        left: -2500px;
        transform: rotate(0deg);
    }

    100% {
        left: -300px;
        transform: rotate(7200deg);
    }
}

@keyframes boxmove {
    0% {
        left: -2500px;
        transform: rotate(0deg);
    }

    100% {
        left: -180px;
        transform: rotate(7200deg);
    }
}

.qiaoxin21314 .backstage-hotSpot-wrap .backstage-hotSpot-img {
    width: 200px;
    height: 200px;
    top: -2px;
    left: -200px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    left: -2500px;
    border: 1px solid #dedede;

}

.qiaoxin21314 .backstage-hotSpot-icon {
    width: 100%;
    height: 100%;
}

.qiaoxin21314 .loader-one {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.qiaoxin21314 .loader {
    width: 14px;
    height: 14px;
    background: #63D3FF;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    font-size: 12px;
    color: #fff;
    z-index: 0;
    cursor: pointer;
    left: 0;
    top: 0;
    transform: translate(-50% , -50%);
}


.qiaoxin21314 .circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: 1px solid;
    border-color: #63d3ff;
    opacity: .7;
}

/* .qiaoxin21314 .circle1 {
    animation: loading 3s linear infinite;
}

.qiaoxin21314 .circle2 {
    animation: loading 3s linear 1s infinite;
}

@keyframes loading {
    100% {
        width: 80px;
        height: 80px;
        opacity: 0;
    }
} */

.qiaoxin21314 .backstage-hotSpot-name-one {
    display: none;
}

@media screen and (max-width:1200px) {
    .qiaoxin21314 .circle {
        width: 5px;
        height: 5px;
    }

    .qiaoxin21314 .loader {
        width: 10px;
        height: 10px;
    }

    .qiaoxin21314 .loader-one {
        width: 4px;
        height: 4px;
    }

    @keyframes loading {
        100% {
            width: 40px;
            height: 40px;
            opacity: 0;
        }
    }
}

@media screen and (max-width:900px) {


    @keyframes loading {
        100% {
            width: 30px;
            height: 30px;
            opacity: 0;
        }
    }

    .qiaoxin21314 .backstage-hotSpot-wrap .backstage-hotSpot-name {
        padding: 20px 9px;
    }
}



@media screen and (max-width:510px) {
    .qiaoxin21314 .loader {
        width: 6px;
        height: 6px;
    }

    .qiaoxin21314 .loader-one {
        width: 2px;
        height: 2px;
    }

    .qiaoxin21314 .backstage-hotSpot-name {
        display: none !important;
    }

    .qiaoxin21314 .backstage-hotSpot-name-one {
        /* position: absolute; */
        bottom: 0;
        text-align: center;
        display: none;
        background: #FFFFFF;
        box-shadow: 0 2px 9px 0 rgb(0 0 0 / 13%);
        border-radius: 6px;
        padding: 10px 40px;
        font-size: 16px;
        font-weight: 600;
        color: #01A0DD;
        cursor: pointer;
    }

    .qiaoxin21314 .backstage-hotSpot-name-one.active-1 {
        display: inline-block;
    }

    .qiaoxin21314 .circle {
        border: unset;
    }

    .qiaoxin21314 .circle1 {
        animation: unset;
    }

    .qiaoxin21314 .circle2 {
        animation: unset;
    }

    .qiaoxin21314 .siteblocks-header-banner {
        text-align: center;
    }

    .qiaoxin21314 .backstage-hotSpotBox .backstage-hotSpot-wrap {
        width: unset;
    }

    .qiaoxin21314 {
        overflow: unset;
    }

    .qiaoxin21314 .backstage-hotSpot-name-one {
        margin-bottom: 40px;
    }


}