:root {
    --c: #264f8f;
    --cc: #eb8a08;
    font-size: 12px;
}

body {
    opacity: 0;
    font-family: PingFangSC-Regular, "helvetica neue", "hiragino sans gb", arial, "microsoft yahei ui", "microsoft yahei", simsun, sans-serif;
    transition: padding-top 1s;
}

body.wd-show {
    opacity: 1;
}

body.wd-make {
    opacity: 1;
}

body.wd-show .wd-scroll-animation:not(.wd-no-scroll-animation).wd-scrolled {
    animation: fadeInUp 0.8s both;
}

.wd-scroll-animation:not(.wd-no-scroll-animation) {
    opacity: 0;
}

.wd-make .wd-scroll-animation {
    opacity: 1;
}

 ::-webkit-scrollbar {
    width: 6px;
    height: 4px;
}

 ::-webkit-scrollbar-thumb {
    background-color: #ddd;
}

.wd-right-float {
    position: fixed;
    top: 50%;
    right: 5px;
    z-index: 9999;
    transform: translateY(-50%);
    margin-top: 20vh;
    transition: 1s;
}

.wd-right-float.wd-hide {
    right: -100px;
}

.wd-right-float .wd-item {
    animation: fadeOut both;
    position: relative;
}

.wd-right-float .wd-item .wd-sub {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    font-size: 16px;
    color: #fff;
    align-items: center;
    justify-content: center;
    z-index: -1;
    overflow: hidden;
    transform: translateX(-100%);
    visibility: hidden;
}

.wd-right-float .wd-item:hover .wd-sub {
    visibility: visible;
}

.wd-right-float .wd-item .wd-sub div {
    background-color: var(--cc);
    display: flex;
    height: 40px;
    width: max-content;
    align-items: center;
    padding: 0 20px;
    animation: fadeOutLeft 1s both;
    color: #fff;
}

.wd-right-float .wd-item:hover .wd-sub div {
    animation: fadeIn 0.1s 0s both;
}

.wd-right-float.wd-show .wd-item {
    animation: flipInY 1s 0s both;
}

.wd-right-float.wd-show .wd-item:nth-child(1) {
    animation-delay: 0.2s;
}

.wd-right-float.wd-show .wd-item:nth-child(2) {
    animation-delay: 0.3s;
}

.wd-right-float.wd-show .wd-item:nth-child(3) {
    animation-delay: 0.4s;
}

.wd-right-float.wd-show .wd-item:nth-child(4) {
    animation-delay: 0.5s;
}

.wd-right-float.wd-show .wd-item:nth-child(5) {
    animation-delay: 0.6s;
}

.wd-right-float .wd-item a {
    width: 40px;
    height: 40px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: var(--c);
    color: #fff;
  margin-bottom:2px;
}

.wd-right-float .wd-item a span {
    font-size: 14px;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
}

.wd-right-float .wd-item .wd-sub a {
    width: max-content;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.wd-right-float .wd-item a svg {
    width: 20px;
    height: 20px;
    transition: 1s;
}

.wd-right-float .wd-item a svg path {
    fill: #fff;
}

@media (max-width: 768px) {
    .wd-right-float {
        display: none;
    }
}

.wd [wd-hide] {
    display: none !important;
}

div.wd-no-mo-tip {
    display: none;
}

@media (max-width: 768px) {
    body.wd-shield-mo>div.wd-no-mo-tip {
        display: flex !important;
        height: 100vh;
        font-size: 20px;
        color: #333;
        line-height: 100vh;
        text-align: center;
        align-items: center;
    }
    body.wd-shield-mo>div.wd-no-mo-tip div {
        width: 90%;
        margin-left: 5%;
    }
    body.wd-shield-mo>div.wd-no-mo-tip svg {
        width: 20vw;
        height: 20vw;
        margin: auto;
        margin-bottom: 10vw;
        display: block;
    }
    body.wd-shield-mo>div.wd-no-mo-tip path {
        fill: red;
    }
    body.wd-shield-mo>div.wd-no-mo-tip h2 {
        font-size: 24px;
        color: #000;
    }
    body.wd-shield-mo>div.wd-no-mo-tip p {
        font-size: 14px;
        color: #888;
        line-height: 3;
    }
    body.wd-shield-mo>div {
        display: none !important;
    }
    body.wd-shield-mo .wd-header {
        display: none;
    }
}

.wd-20220407185503 {
    dislay: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    color: #000;
    font-weight: bold;
}

div.wd-no-mo-tip {
    display: none;
}

@media (max-width: 768px) {
    body.wd-shield-mo>div.wd-no-mo-tip {
        display: flex !important;
        height: 100vh;
        font-size: 20px;
        color: #333;
        line-height: 100vh;
        text-align: center;
        align-items: center;
    }
    body.wd-shield-mo>div.wd-no-mo-tip div {
        width: 90%;
        margin-left: 5%;
    }
    body.wd-shield-mo>div.wd-no-mo-tip svg {
        width: 20vw;
        height: 20vw;
        margin: auto;
        margin-bottom: 10vw;
        display: block;
    }
    body.wd-shield-mo>div.wd-no-mo-tip path {
        fill: red;
    }
    body.wd-shield-mo>div.wd-no-mo-tip h2 {
        font-size: 24px;
        color: #000;
    }
    body.wd-shield-mo>div.wd-no-mo-tip p {
        font-size: 14px;
        color: #888;
        line-height: 3;
    }
    body.wd-shield-mo>div {
        display: none !important;
    }
    body.wd-shield-mo .wd-header {
        display: none;
    }
}

.wd [wd-hide] {
    display: none !important;
}

.wd-html-wd {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    height: 100%;
}

.wd-html-wd span {
    font-size: 5vw;
    color: #333;
}