body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    word-break: break-word;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

a.a {
    -webkit-transition: color ease-in-out 0.3s;
    transition: color ease-in-out 0.3s;
    color: #fff;
}

a.a:hover {
    color: #297bff;
}

.add-scroll {
    overflow: auto;
}

.add-scroll::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.add-scroll::-webkit-scrollbar-track {
    background: #bfbfbf;
    border-radius: 2px;
}

.add-scroll::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.85);
    border-radius: 10px;
}

.add-scroll::-webkit-scrollbar-thumb:hover {
    background: #333;
}

.add-scroll::-webkit-scrollbar-corner {
    background: #179a16;
}

.scroll {
    overflow: hidden;
    padding-right: 10px;
}

.scroll:hover {
    overflow: auto;
    padding-right: 0;
}

.scroll::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.scroll::-webkit-scrollbar-track {
    background: #bfbfbf;
    border-radius: 2px;
}

.scroll::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.scroll::-webkit-scrollbar-thumb:hover {
    background: #333;
}

.scroll::-webkit-scrollbar-corner {
    background: #179a16;
}

.content {
    width: 100%;
}

.common-button {
    cursor: pointer;
}

.common-button a {
    color: #297bff;
}

.common-button:hover {
    background: #297bff;
    border-color: #297bff;
    color: #fff !important;
}

.common-button:hover a {
    color: #fff !important;
}

.hover-shadow-box {
    position: relative;
    overflow: hidden;
}

.hover-shadow-box > img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hover-shadow-box > .hover-shadow-box-target {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.vertical-list {
    width: 148px;
    min-width: 148px;
    padding-right: 41px;
}

.vertical-list > li {
    position: relative;
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: bold;
    /* text-align: justify; */
    color: #999999;
    /* line-height: 16px; */
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.vertical-list > li::after {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #eeeeee;
    position: absolute;
    right: 0;
    top: 80%;
    z-index: 3;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.vertical-list > li + li {
    padding-top: 20px;
}

.vertical-list > li + li::before {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    top: -4px;
    right: 6px;
    z-index: 2;
    background: #eeeeee;
}

.vertical-list > li.active {
    color: #297bff;
    font-size: 22px;
}

.vertical-list > li.active::after {
    top: 30%;
    right: -2px;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    background: #297bff;
    border: 2px solid #eeeeee;
    -webkit-box-shadow: 1px 1px 1px #297bff, 1px -1px 1px #297bff, -1px 1px 1px #297bff, -1px -1px 1px #297bff;
    box-shadow: 1px 1px 1px #297bff, 1px -1px 1px #297bff, -1px 1px 1px #297bff, -1px -1px 1px #297bff;
}

.main-panel-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 70px 0 60px;
}

.main-panel-title h1 {
    margin: 0;
    padding: 0;
}

.main-panel-title .main-panel-title-zh {
    font-size: 32px;
}

.main-panel-title .main-panel-title-en {
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    color: #666666;
    margin-top: 24px;
}

@media (min-width: 1200px) {
    .content {
        width: 1200px;
        margin: 0 auto;
    }
    .vertical-list {
        width: 158px;
        min-width: 158px;
        padding-right: 40px;
    }
    .vertical-list > li + li {
        padding-top: 29px;
    }
    .vertical-list > li.active {
        color: #297bff;
        font-size: 22px;
    }
    .vertical-list > li.active::after {
        top: 32%;
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        background: #297bff;
        border: 2px solid #eeeeee;
        -webkit-box-shadow: 1px 1px 1px #297bff, 1px -1px 1px #297bff, -1px 1px 1px #297bff, -1px -1px 1px #297bff;
        box-shadow: 1px 1px 1px #297bff, 1px -1px 1px #297bff, -1px 1px 1px #297bff, -1px -1px 1px #297bff;
    }
    .main-panel-title {
        padding: 70px 0 60px;
    }
    .main-panel-title .main-panel-title-zh {
        font-size: 40px;
    }
}
/*# sourceMappingURL=pc.css.map */
