@keyframes movea {
    0% {
        box-shadow: 0 0 2px 0 #a8a8a840;
    }
    50% {
        box-shadow: 0 0 5px 5px #a7a7a760;
    }
}

body, .main {
    background-color: #fff;
}

.content-top {
    opacity: 1;
    background-color: #30303060 !important;
}

.anquan {
    position: relative;
    margin: 0 auto;
    width: 1900px;
    margin-bottom: 10px;
    margin-top: 50px;
}

.anquan .aqlb {
    position: relative;
    margin: 0 auto;
    width: 1900px;
    margin-bottom: 10px;
}

.anquan > img {
    display: block;
    width: 100%;
}

.anquan > svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.anquan svg g {
    display: block;
    width: 100%;
}

.anquan svg g a {
    position: absolute;
    display: block;
    border-radius: 100px;
    overflow: hidden;
    background-color: aquamarine;
    box-shadow: 0 0 10px #333;
    /* animation: movea 0.5s infinite; */
}

.anquan svg g rect:nth-child(1) {
    transform-origin: center;
}

.anquan svg g rect, .anquan svg g path {
    transition: all 0.4s;
}

.aqlb {
    width: 1900px;
    padding-top: 128px;
    margin: 0 auto;
    border-top: 10px solid #F8F8F8;
}

.aqlb table {
    margin: 0 auto;
    width: 90%;
    text-align: left;
    margin-bottom: 100px;
}

.aqlb table th {
    font-size: 26px;
    font-weight: 700;
    line-height: 200%;
    color: #606162;
    padding: 0 20px;
    background: #ECF5FE;
}

.aqlb table td {
    width: 33%;
    font-size: 16px;
    font-weight: bold;
    line-height: 300%;
    color: #606162;
    padding: 0 20px;
    border: 1px solid #ECF5FE;
}

.aqlb table td:nth-child(2) {
    width: 66%;
}

.lxdhbgc {
    text-align: center;
    width: 1900px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.fwdh {
    display: inline-block;
    margin: 0 auto;
    padding: 36px 54px;
    border: 1px solid #32A0DA;
    font-size: 54px;
    font-weight: bold;
    color: #32A0DA;
}

.anniu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.anniu a {
    display: block;
    line-height: 0;
    font-size: 0;
    animation: movea 0.8s infinite alternate-reverse;
}

.anniu a:hover {
    animation-play-state: paused;
}

.anniu svg {
    display: block;
    width: 100%;
    height: 100%;
}

.anniu .dns {
    position: absolute;
    width: 6%;
    height: 3%;
    top: 37.5%;
    left: 30.5%;
    border-radius: 300px;
    border: 2px solid #F7C33C;
}

.anniu .ipv4 {
    position: absolute;
    width: 7%;
    height: 3%;
    top: 18%;
    left: 20%;
    border-radius: 300px;
    border: 2px solid #34E2FF;
    animation: none;
}

.anniu .ipv6 {
    position: absolute;
    width: 7%;
    height: 3%;
    top: 31%;
    left: 42%;
    border-radius: 300px;
    border: 2px solid #34E2FF;
}

.anniu .ymsmb {
    position: absolute;
    width: 9%;
    height: 3%;
    top: 20%;
    left: 41%;
    border-radius: 300px;
    border: 2px solid #25DE85;
}

.anniu .sslzs {
    position: absolute;
    width: 9%;
    height: 2%;
    top: 55%;
    left: 31%;
    border-radius: 300px;
    border: 2px solid #25DE85;
}

.anniu .wfcdn {
    position: absolute;
    width: 9%;
    height: 2.5%;
    top: 46%;
    left: 50%;
    border-radius: 300px;
    border: 2px solid #15D9FD;
}

.anniu .ck {
    position: absolute;
    width: 3.5%;
    height: 1.5%;
    top: 49%;
    left: 91.5%;
    border-radius: 300px;
    border: 2px solid #0963C5;
}

.anniu .ck1 {
    top: 53.5%;
}

.anniu .ck2 {
    top: 56%;
}

.anniu .ck3 {
    top: 58.5%;
}

.anniu .ck4 {
    top: 61%;
}

.tishikuang {
    display: none;
}

.tishikuang > h2 {
    position: absolute;
    padding: 4% 5% 3%;
    left: 50%;
    top: 50%;
    width: 50%;
    background-color: #fff;
    border-radius: 5px;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
}

@keyframes shanshuo {
    0% {
        box-shadow: 0 20px 40px rgba(92, 196, 255, 0.2);
    }
    50% {
        box-shadow: 0 20px 40px rgba(92, 196, 255, 0.4);
    }
    100% {
        box-shadow: 0 20px 40px rgba(92, 196, 255, 0.6);
    }
}

.tishikuang > h2 {
    box-shadow: 0 20px 40px rgba(92, 196, 255, 0.4);
    animation: shanshuo 5s infinite alternate;
}

.tishikuang > h2 p {
    font-size: 18px;
    line-height: 180%;
    margin-bottom: 1em;
}

.tishikuang > h2 .close {
    text-align: center;
}

.tishikuang > h2 a {
    display: inline-block;
    background-color: #5CC4FF;
    color: #fff;
    font-size: 26px;
    border-radius: 5px;
    line-height: 200%;
    padding: 0 1em;
}

.ymsimg {
    width: 90%;
    margin: 0 auto 20px;
}

.ymsimg img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.tishikuang > h2 a:hover {
    box-shadow: 0px 4px 10px rgba(92, 196, 255, 0.5);
}

@media screen and (max-width: 1920px) {
    .anquan, .aqlb {
        width: 65%;
    }

    .xdhbgc, .lxdhbgc {
        width: 80%;
    }
}

@media screen and (max-width: 1024px) {

    .anniu .dns {
        width: 10%;
        height: 4.5%;
        left: 26.5%;
    }

    .anniu .sslzs {
        width: 12%;
        height: 4%;
        left: 27%;
    }

    .anniu .ipv6 {
        width: 12%;
        height: 5%;

    }

    .anniu .ipv4 {
        width: 12%;
        height: 5%;
    }

    .anniu .ymsmb {
        width: 20%;
        height: 5%;
        left: 35%;
    }

    .anniu .wfcdn {
        width: 14%;
        height: 5.5%;
    }

    /*.anniu .ck {*/
    /*    width: 4%;*/
    /*    height: 2%;*/
    /*    left: 90%;*/
    /*}*/
}

@media screen and (max-width: 786px) {
    @keyframes movea {
        0% {
            box-shadow: 0 0 2px 0 #a8a8a840;
        }
        50% {
            box-shadow: 0 0 2px 2px #a7a7a760;
        }
    }
    .aqlb table td {
        line-height: 150%;
        padding: 20px 10px;
        font-size: 12px;
    }

    .anquan, .aqlb {
        width: 100%;
    }

    .anquan {
        margin-top: 100px;
    }

    .fwdh {
        font-size: 24px;
        padding: 10px 18px;
    }

    .aqlb {
        padding-top: 40px;
    }

    .aqlb table th {
        line-height: 120%;
        padding: 10px;
        font-size: 18px;
    }
    .tishikuang h2 {
        max-height: 80%;
        overflow: auto;
    }
    .tishikuang > h2 div:nth-child(1) {
        max-height: 60%;
        overflow: auto;
    }
    .tishikuang > h2 p {
        font-size: 14px;
        line-height: 150%;
    }
    .tishikuang > h2 a {
        font-size: 18px;
    }
    .tishikuang > h2 {
        width: 80%;
    }
}