@charset "UTF-8";

.static-overflow-hidden {
    min-width: 320px;
    height: 100vh;
    overflow: auto;
}

.static-menu-wrapper {
    background-color: #001529;
}

.static-content {
    min-height: calc(100% - 168px);
}
.not-found{
    width:640px;
    height:530px;
    margin: 0 auto;
    padding-top:8%;
}
.not-found > p{
    width:100%;
    line-height:2em;
    text-align:center;
}
.not-found > p > span{
    font-size:100px;
    font-weight:bold;
    margin:10px 0 60px 0;
    letter-spacing: 4px;
    display:inline-block;
}
.not-found > p > em{
    font-style:normal;
}
.not-found > p .btn{
    display:inline-block;
    padding:3px 15px;
    font-size:14px;
    color:#FFF;
    background-color:#1890FF;
    border-radius:4px;
    cursor:pointer;
}
.static-menu {
    margin: 0 auto;
    height: 50px;
    font-size: 0;
    padding: 0 5px;
    max-width: 1680px;
    white-space: nowrap;
    position: relative;
    z-index: 9;
}

.static-menu a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.static-menu .team {
    background-color: #1890FF;
    border-radius: 2px;
    padding: 4px 14px;
    font-size: 13px;
    font-style: italic;
    font-weight: 700;
    margin: 0 10px;
    color: #FFF;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    position: relative;
    top: 18px;
}

.static-menu-logo {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0;
    font-size: 0;
    line-height: 0;
    margin: 7px 0;
    height: 36px;
    min-width: 80px;
    float: left;
}

.static-menu-logo img {
    object-position: left;
    object-fit: contain;
}

.static-menu-lump {
    width: 50px;
    height: 50px;
    font-size: 0;
    float: right;
}


.static-menu-knob {
    width: 46px;
    height: 46px;
    margin: 2px;
    background-color: #001529;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.static-menu-knob-item {
    width: 34px;
    height: 2px;
    margin: 10px 6px;
    display: block;
    background-color: #fff;
}

.static-menu-ul {
    width: 180px;
    list-style: none;
    margin: 0 0 0 -130px;
    background-color: #102550;
    display: none;
    padding: 0;
}

.static-menu-ul.block {
    display: block;
}

.static-menu-li {
    height: 50px;
    text-align: center;
    margin-left: 3px;
}

.static-menu-li.hidden,
.static-menu-li.hidden,
.static-menu-li.hidden {
    display: none;
}

.static-menu-item {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    padding: 17px 25px;
    color: #b0b0b0;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.static-menu .static-menu-item.current,
.static-menu a:hover .static-menu-item {
    background-color: #1890ff;
    color: #fff;
}

.static-reported {
    width: 100%;
    height: calc(100% - 50px);
    overflow: auto;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 10;
}

.static-reported .wd-layout {
    width: 100%;
    height: auto;
    min-height: calc(100% - 100px);
    overflow: auto;
}

.static-reported .wd-layout .wd-form {
    width: 1000px;
    height: auto;
    margin: 2% auto;
    padding: 0;
}

.static-reported .wd-layout .wd-form>p {
    width: 100%;
    height: auto;
    line-height: 42px;
    font-size: 16px;
    color: #333;
    padding: 0 1em;
    box-sizing: border-box;
    margin-bottom: 1em;
}

.static-reported .wd-layout .wd-form>p>span {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.static-reported .wd-layout .wd-form>p>span.wd-label {
    width: 200px;
    height: 42px;
    text-align: right;
    color: #666;
    vertical-align: top;
}

.static-reported .wd-layout .wd-form>p>span.wd-label>b {
    color: #FF0000;
    font-size: 24px;
    font-weight: 400;
    padding: 0 8px;
    vertical-align: middle;
    display: inline-block;
}

.static-reported .wd-layout .wd-form>p>span.wd-text {
    color: #333;
}

.static-reported .wd-layout .wd-form>p>span.wd-text>em {
    font-style: normal;
    display: inline-block;
    padding-right: 1em;
}

.static-reported .wd-layout .wd-form>p>span.wd-text>input {
    width: 420px;
    height: 32px;
    line-height: 32px;
    padding: 0 8px;
    border: 1px solid #CCC;
    box-sizing: border-box;
}

.static-reported .wd-layout .wd-form>p>span.wd-text>textarea {
    width: 420px;
    height: auto;
    resize: none;
    padding: 4px 8px;
    border: 1px solid #CCC;
    box-sizing: border-box;
}

.static-reported .wd-layout .wd-form>p>span.wd-text .wd-img {
    position: relative;
    top: 9px;
}

.static-reported .wd-layout .wd-form>p>span.wd-text>a {
    display: inline-block;
    color: #1890FF;
    margin-left: 10px;
    font-size: 14px;
}

.static-reported .wd-layout .wd-form>p>span.wd-text>a:hover {
    text-decoration: underline;
}

.static-reported .wd-layout .wd-form>p>span.wd-text>u {
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    text-decoration: none;
    color: #999;
    display: block;
}

.static-reported .wd-layout .wd-form>p .wd-submit-btn {
    width: 290px;
    height: 42px;
    font-size: 16px;
    background-color: #1890FF;
    border-radius: 4px;
    text-align: center;
    line-height: 42px;
    border: none;
    color: #FFF;
    cursor: pointer;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

@media (min-width: 960px) {
    .static-menu {
        padding: 0;
    }

    .static-menu-logo {
        float: none;
        vertical-align: top;
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }

    .static-menu-lump {
        float: none;
        vertical-align: top;
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }

    .static-menu-knob {
        display: none;
    }

    .static-menu-ul {
        margin: 0;
        width: auto;
        background-color: #001529;
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1;
    }

    .static-menu-li {
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1;
    }

    .static-menu-li.hidden,
    .static-menu-li.hidden,
    .static-menu-li.hidden {
        display: none;
    }

    .static-menu-item {
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }
}

.static-slogan-h1 {
    letter-spacing: 2px;
    text-align: center;
    margin: 1em 0;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

.static-slogan-h2 {
    letter-spacing: 1px;
    text-align: center;
    margin: 1em 0;
    font-size: 16px;
    font-weight: normal;
    color: #ddd;
}

.static-slogan-h3 {
    letter-spacing: 1px;
    text-align: center;
    margin: 1em 0 0.7em;
    font-size: 22px;
    font-weight: normal;
    color: #333;
}

.static-index-banner {
    height: 200px;
    position: relative;
    overflow: hidden;
    background-color: #213862;
    background-image: url("/public/assets/video/banner.jpg")\9;
}

.static-index-banner-title {
    height: 0;
    position: relative;
    z-index: 1;
}

.static-index-banner-title-section {
    margin: 0 auto;
    padding: 0 5%;
    max-width: 1680px;
}

@media (min-width: 640px) {
    .static-index-banner-title-section {
        padding: 25px 5%;
    }
}

.static-index-banner-video {
    height: 200px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.static-index-banner-video video {
    object-fit: cover;
    background-color: #213862;
    background-image: url("/public/assets/video/banner.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 200px;
    min-height: 200px;
    width: 100%;
}

.static-index-banner-video .static-index-banner-video-poster {
    background-color: #213862;
    background-image: url("/public/assets/video/banner.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 200px;
    height: 200px;
}

.static-index-container {
    background-color: #f6f7f8;
    width:100%;
    min-height: 200px;
}

.static-section {
    margin: 0 auto;
    padding: 20px 5%;
    max-width: 1680px;
    box-sizing:border-box;
}

.static-message {
    display: none;
    margin: 0 auto;
    max-width: 1680px;
    padding: 40px 5% 0;
}

.static-message div {
    margin: 0 15px;
    padding: 10px 30px;
    background-color: #fffbe6;
    border: 1px solid #ffe58f;
    text-overflow: ellipsis;
    letter-spacing: 1px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #444;
}

.static-server {
    width: 100%;
    text-align: center;
    padding: 0;
}

#server {
    height: 674px;
    overflow: auto;
}

.static-urls-table {
    border: 1px solid #DAE1F1;
    color: #333;
    width: 100%;
}

.static-urls-table tr {
    height: 42px;
}

.static-urls-table tr>th {
    font-size: 18px;
    font-weight: 400;
    background-color: #DAE1F1;
}

.static-urls-table tr>td {
    font-size: 16px;
    padding: 8px 16px;
    text-align: center;
    border-top: 1px solid #DAE1F1;
}

.static-urls-table tr>td>a {
    color: #1890ff;
    text-decoration: none;
}

.static-tabs {
    max-width: 1680px;
    height: auto;
    margin: 0 auto;
    padding-top: 20px;
    border-bottom: 2px solid #238FF9;
}

.static-tabs .tabs {
    width: auto;
    padding: 10px 16px;
    border: 2px solid #238FF9;
    border-bottom: none;
    color: #333;
    font-size: 18px;
    margin-left: 10px;
    display: inline-block;
    cursor: pointer;
}

.static-tabs .selected {
    background-color: #238FF9;
    color: #FFF;
}

.hidden {
    display: none;
}

.clearfix {
    clear: both;
}

.clearfix:after,
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.static-section-index-wrapper {
    width: 100%;
    float: left;
}

@media (min-width: 960px) {
    .static-section-index-wrapper {
        width: 50%;
    }
}

@media (min-width: 1440px) {
    .static-section-index-wrapper {
        width: 33.33%;
    }
    .static-section-index-wrapper.double {
        margin-left: 16.67%;
    }
}

.static-section-index {
    margin: 15px;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 1px 2px 5px #bbb;
    background-color: #fff;
    min-height: 240px;
    overflow: hidden;
    transition: all .3s linear;
}

.static-section-index:hover {
    box-shadow: 1px 3px 8px #999;
}

.static-section-index-head {
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    height: 42px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.static-section-index-head .head-right {
    float: right;
    height: 42px;
}

.static-section-index-head .head-right img {
    width: 110px;
    height: 36px;
    margin: 3px 0;
    object-position: right;
    object-fit: contain;
}

.static-section-index-desc {
    font-size: 14px;
    line-height: 28px;
    height: 30px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.static-section-index-link {
    padding-top: 15px;
    text-align: right;
    font-size: 0;
}

.static-section-index-link-client,
.static-section-index-link-readme {
    border-radius: 24px;
    border: 1px solid #1890ff;
    box-shadow: 0 0 5px #1890ff;
    margin-top: 15px;
    font-weight: 500;
    font-size: 16px;
    padding: 15px 1.8em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    letter-spacing: 1px;
    vertical-align: bottom;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.static-section-index-link-client {
    transition: all .3s linear;
    background-color: #1890ff;
    color: #fff;
}

.static-section-index-link-client:hover {
    background-color: #105bff;
    border-color: #105bff;
}

.static-section-index-link-readme {
    margin-left: 15px;
    transition: all .3s linear;
    background-color: #fff;
    color: #1890ff;
}

.static-section-index-link-readme:hover {
    background-color: #30abff;
    color: #fff;
}

.static-support {
    margin: 0 auto;
    padding: 8px 3% 32px;
    max-width: 1680px;
}

.static-support-os {
    font-size: 0;
    padding: 10px 0;
    text-align: center;
}

.static-support-item {
    margin: 5px 3px;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.static-support-cpu {
    font-size: 0;
    padding: 10px 0;
    text-align: center;
}

.static-footer {
    padding: 70px 0 30px;
    background-color: #252d45;
    overflow: hidden;
}

.static-copyright {
    padding: 0 5%;
    text-align: center;
    letter-spacing: 1px;
    font-size: 14px;
    color: #999;
    font-family: "sans-serif";
}

.static-notice-banner {
    height: 200px;
    background-color: #000;
    background-image: url("/public/assets/img/notice_bg.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.static-notice-banner-title {
    height: 0;
    position: relative;
    z-index: 1;
}

.static-notice-banner-title-section {
    margin: 0 auto;
    padding: 80px 5% 0;
    max-width: 1680px;
}

.static-notice-title {
    margin: 0;
    letter-spacing: 2px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

.static-notice-container {
    background-color: #f6f7f8;
    min-height: 400px;
    min-height: calc(100vh - 366px);
    min-height: max(400px, calc(100vh - 366px));
}

.static-section-notice-container {
    margin: 0;
    padding: 0;
    list-style: none;
}

.static-section-notice-wrapper {
    overflow: hidden;
}

.static-section-notice {
    margin: 15px;
    border-radius: 5px;
    box-shadow: 1px 2px 5px #bbb;
    transition: all .3s linear;
    background-color: #fff;
    cursor: pointer;
    padding: 30px;
}

.static-section-notice:hover {
    box-shadow: 1px 3px 8px #999;
}

.static-section-notice-back {
    margin-bottom: 30px;
    padding: 10px 20px;
    background-color: #1890ff;
    font-size: 14px;
    line-height: 1em;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .3s linear;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.static-section-notice-back:hover {
    background-color: #105bff;
}

.static-section-notice-name {
    font-size: 20px;
    line-height: 34px;
    font-weight: bold;
    color: #333;
}

.static-section-notice-user {
    font-size: 14px;
    line-height: 20px;
    margin-top: 30px;
    color: #999;
}

.static-section-notice-time {
    font-size: 14px;
    margin-top: 30px;
    line-height: 20px;
    color: #999;
    white-space: nowrap;
}

.static-section-notice-line {
    height: 0;
    margin-top: 30px;
    border-top: 1px solid #bbb;
    clear: both;
}

.static-section-notice-desc {
    margin: 40px 0;
    white-space: normal;
    word-break: break-all;
}

.static-section-notice-desc img {
    max-width: 100%;
    border: 0;
}

.static-section-notice-desc:after,
.static-section-notice-desc::after {
    content: "";
    display: block;
    clear: both;
}

@media (min-width: 960px) {
    .static-section-notice-back {
        margin-bottom: 0;
        float: right;
    }

    .static-section-notice-user {
        float: left;
    }

    .static-section-notice-time {
        text-align: right;
    }
}

.static-overflow-hidden .pager {
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
    max-width: 1680px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
}

.static-overflow-hidden .pager .ellipsis {
    margin: 0 8px;
    font-size: 12px;
}

.static-overflow-hidden .pager .prevPage,
.static-overflow-hidden .pager .nextPage,
.static-overflow-hidden .pager .tcdNumber {
    margin: 0 2px;
    font-size: 12px;
    padding: 2px 7px;
    border-radius: 2px;
    text-decoration: none;
    border: 1px solid #999;
    background-color: #fff;
    transition: all .3s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
}

.static-overflow-hidden .pager .tcdNumber.current {
    background-color: #3c90d9;
    border-color: #3c90d9;
    font-weight: bold;
    color: #fff;
}

.static-overflow-hidden .pager span.prevPage,
.static-overflow-hidden .pager span.nextPage {
    background-color: #fdfdfd;
    cursor: not-allowed;
    border-color: #bbb;
    color: #999;
}

.static-overflow-hidden .pager a.tcdNumber:hover,
.static-overflow-hidden .pager a.prevPage:hover,
.static-overflow-hidden .pager a.nextPage:hover {
    border-color: #3c90d9;
    color: #3c90d9;
    cursor: pointer;
}

.static-overflow-hidden .pager .prevPage,
.static-overflow-hidden .pager .nextPage {
    display: none;
}

@media (min-width: 480px) {
    .static-overflow-hidden .pager {
        padding: 50px 5%;
    }

    .static-overflow-hidden .pager .prevPage,
    .static-overflow-hidden .pager .nextPage {
        display: inline;
    }

    .static-overflow-hidden .pager .prevPage,
    .static-overflow-hidden .pager .nextPage,
    .static-overflow-hidden .pager .tcdNumber {
        padding: 5px 10px;
    }

}

.static-section-notice-detail {
    display: none;
    margin: 15px;
}

.static-section-resource-wrapper {
    width: 100%;
    float: left;
}

@media (min-width: 960px) {
    .static-section-resource-wrapper {
        width: 50%;
    }
}

@media (min-width: 1440px) {
    .static-section-resource-wrapper {
        width: 33.33%;
    }
    .static-section-resource-wrapper.double {
        margin-left: 16.67%;
    }
}

.static-section-resource {
    margin: 15px;
    padding: 30px;
    display: block;
    border-radius: 5px;
    box-shadow: 1px 2px 5px #bbb;
    background-color: #fff;
}

.static-section-resource-icon {
    width: 100px;
    height: 100px;
    float: left;
}

.static-section-resource-icon img {
    border: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}

.static-section-resource-text {
    text-decoration: none;
    word-break: break-all;
    margin-left: 130px;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0;
}

.static-section-resource-p {
    text-decoration: none;
    word-break: break-all;
    margin-left: 130px;
    color: #666;
    line-height: 22px;
    font-size: 14px;
    height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0;
}

.static-section-resource-down {
    height: 40px;
}

.static-section-resource-size {
    float: right;
    margin-right: 28px;
    color: #666;
    line-height: 40px;
    font-size: 14px;
    height: 40px;
}

.static-section-resource-link {
    line-height: 1;
    font-size: 14px;
    padding: 13px 25px;
    float: right;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
    transition: all .3s linear;
    background-color: #1890ff;
    border-radius: 5px;
    color: #fff;
}

.static-section-resource-link:hover {
    background-color: #30abff;
    color: #fff;
}

.static-section-index-client-header {
    margin: 0;
    padding: 15px;
    font-size: 1.5em;
}