* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 6px; /*对垂直流动条有效*/
    height: 6px; /*对水平流动条有效*/
}

/*定义滚动条的轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #ffffff;
    background-color: #ffffff;
    border-radius: 3px;
}

/*定义滑块颜色、内阴影及圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #C0C4CC;
}

html {
    font-family: "PingFang SC", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-rendering: optimizeLegibility;
    font-size: 16px;
    margin-top: 0 !important;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    padding: 20px;
    margin: 0 auto;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.github-icon img {
    width: auto;
    height: 25px;
}

.github-icon {
    height: 26px;
}

.links {
    padding: 0 20px;
}

.links i {
    font-size: 10px;
    color: #767676;
}

.links a {
    display: inline-block;
    margin-left: 20px;
}

footer {
    text-align: center;
    padding: 20px 0;
}

.btns {
    display: flex;
    align-items: center;
}

.btn, .github-icon {
    margin-left: 20px;
}

.ipc-icon {
    width: 24px;
    margin-right: 4px;
}

.footer-icp {
    display: inline-block;
    margin-right: 10px;
}

a {
    text-decoration: none;
    color: var(--Maincolor);
}

a:visited {
    color: var(--Maincolor);
}

img {
    vertical-align: middle;
}

.logo {
    padding: 0 40px;
    max-width: 200px;
}

.logo img {
    width: 100%;
}

.header-plane {
    display: flex;
}

.header-plane img {
    max-width: 100%;

}

body img {
    user-select: none;
    pointer-events: none;
}

.header-plane-left {
    font-size: 55px;
    flex: 50%;
    flex-shrink: 0;
    padding: 40px 0;
}

.header-plane-left p {
    background-image: linear-gradient(135deg, #6a11cb, #2575fc);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.header-plane-right {
    flex: 50%;
}

.header-plane-right-bg {
    position: relative;
    transition: .3s;
}

.fly-code {
    position: absolute;
    right: -30px;
    bottom: -20px;
}

.fly-code img {
    max-width: 100px;
    animation: float_b 6s ease-in-out 1s infinite alternate;
}

@keyframes float_b {
    0% {
        transform: none
    }
    33% {
        transform: translate(-6px, 6px) rotate(-5deg)
    }
    66% {
        transform: translate(-4px, -5px) rotate(-3deg)
    }
    to {
        transform: translate(-1px, 5px) rotate(0)
    }
}

@keyframes float_a {
    0% {
        transform: none
    }

    25% {
        transform: translate(5px, -8px) scale(1.05) rotate(-10deg)
    }

    50% {
        transform: translate(3px) scale(1) rotate(0)
    }

    75% {
        transform: translate(5px, -8px) scale(1) rotate(8deg)
    }

    to {
        transform: none
    }
}

@keyframes float_up {
    0% {
        transform: none
    }
    33% {
        top: 30%;
    }
    66% {
        top: 28%;
    }
}

.fly-note {
    max-width: 200px;
    position: absolute;
    top: 30%;
    left: 30%;
    animation: float_up 6s ease-in-out 1s infinite alternate;
    font-size: 12px;
    transition: .3s;
}

.fly-note:hover .fly-note-text-1 {
    visibility: hidden;
    opacity: 0;
}

.fly-note:hover .fly-note-text-2 {
    visibility: visible;
    opacity: 1;
}

.fly-note-text-1 {
    position: absolute;
    top: 30px;
    left: 20px;
    transition: .4s;
    opacity: 1;
}

.fly-note-text-2 {
    position: absolute;
    top: 30px;
    left: 20px;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
}

.fly-bing {
    max-width: 100px;
    position: absolute;
    top: 70%;
    left: 10%;
    animation: float_a 6s ease-in-out 1s infinite alternate;
}

.btn {
    line-height: 1.5715;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    box-shadow: 0 2px 0 rgb(0 0 0 / 2%);
    cursor: pointer;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    user-select: none;
    touch-action: manipulation;
    height: 32px;
    padding: 4px 15px;
    font-size: 14px;
    border-radius: 2px;
    color: rgba(0, 0, 0, .85);
    border: 1px solid #d9d9d9;
    background: #fff;
}

.custom-btn {
    min-width: 110px;
    height: 40px;
    font-size: 16px;
    border-radius: 20px;
}

.btn-primary {
    color: #fff;
    border-color: #1890ff;
    background: #1890ff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
}

.gjbg-2 {

}

.introduce-icon {
    display: flex;
    background: #fff;
    padding-top: 50px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;

}

.icon-item {
    text-align: center;
    width: 25%;
    margin-bottom: 60px;
}

.icon-item img {
    width: 80px;
    height: 80px;
    box-sizing: content-box;
}

body .icon-item-img-70 {
    width: 70px;
    height: 70px;
    padding: 5px;
}

.container-introduce-icon {
    max-width: 1200px;
    margin: auto;
}

.icon-item h3 {
    font-size: 20px;
    line-height: 1;
    margin: 20px 0;
    color: rgba(0, 0, 0, .85);
    font-weight: 500;
}

.icon-item p {
    color: #697b8c;
    font-size: 14px;
    line-height: 22px;
    max-width: 250px;
    margin: auto;
}

.title-h2 {
    text-align: center;
    margin: 30px 0;
    font-size: 30px;
    font-family: "seriftitle";
    color: #333;
    position: relative;
}

.title-h2:before {
    width: 24px;
    height: 6px;
    background: #1a6dff;
    border-radius: 5px;
    content: '';
    display: inline-block;
    left: calc(50% - 12px);
    position: absolute;
    bottom: -20px;
}

.feature img {
    width: 100%;
}

.feature {

}

.feature-item {
    display: flex;
}

.feature-js-right, .feature-js-left {
    flex: 50%;
    flex-shrink: 0;
    padding: 30px;
    box-sizing: border-box;
}

.feature-item p {
    color: #666;
}

.feature-item h2 {
    font-size: 25px;
    font-family: "seriftitle";
    color: #333;
    margin-bottom: 30px;
}

.switch-panel {
    text-align: center;
    background: #f5f7fc;
    padding-bottom: 50px;
}

.switch-panel-items {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 20px;
}

.switch-panel-item {
    padding: 10px;
    cursor: pointer;
    font-size: 20px;
}

.switch-panel-show-item {
    display: none;
}

.switch-panel-show-item:first-child {
    display: block;
}

.logs-item {
    display: flex;

    text-align: left;
    align-items: stretch;
}

.logs-plane {
    max-height: 500px;
}

.logs-plane, .all_funs_plane {
    margin: auto;
    max-width: 1000px;
    margin-top: 20px;
    overflow: auto;
    background: #fff;
    padding: 20px 50px;
}

.logs-info {
    flex: 20%;
    flex-shrink: 0;

}

.logs-item {
    padding-bottom: 20px;
    border-left: 1px solid rgba(25, 125, 255, .2);
    padding-left: 23px;
}

.logs-details {
    flex-shrink: 0;
    flex: 80%;
}

.logs-details p {
    color: #333;
    margin-bottom: 10px;

}

.logs-info-version {
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
}

.logs-info-version:before {
    position: absolute;
    left: -30px;
    top: 20px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    content: "";
    background: #197dff;
    box-shadow: 0 0 0 5px rgb(25 125 255 / 40%);
    box-sizing: content-box;
}

.logs-info-time {
    font-size: 18px;
    color: rgba(0, 0, 0, .4);
    letter-spacing: 2px;
    font-weight: 600;
}

.logs-details p {
    position: relative;
    padding-left: 20px;
}

.logs-details p:before {
    position: absolute;
    left: -10px;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #cacaca;
    content: "";
}

.mu-table-body-wrapper {
    overflow-x: hidden;
}

.switch-panel-active {
    color: #1a6dff;
    font-weight: 600;
}

.theme-more-info-item {
    display: flex;

}

.theme-more-info-item-title, .theme-more-info-item-body {
    padding: 20px 0;
}


.theme-more-info-item-title {
    flex: 30%;
    background: #e5f2ff;
    text-align: center;
    font-size: 26px;
    color: #597ba0;
    font-weight: 900;
}

.theme-more-info {
    margin-bottom: 20px;
}

.theme-more-info-item-title > p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.theme-more-info-item-body {
    flex: 70%;
    padding-left: 20px;
    background: #fff;
    font-size: 16px;
}

.theme-more-info-item-body > p {
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.more-info-palne {
    padding-top: 20px;
}

.theme-title-sub {
    font-size: 30px;
}

.theme-title-introduce {
    color: #666;
    font-size: 16px;
    max-width: 520px;
    margin-top: 20px;
}

@media screen and (max-width: 992px) {
    .theme-title {
        font-size: 40px;
    }

    .theme-title-sub {
        font-size: 25px;
    }
}

@media screen and (max-width: 768px) {
    .theme-title {
        font-size: 30px;
    }

    .theme-title-sub {
        font-size: 20px;
    }

    .theme-title-introduce {
        font-size: 14px;
    }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .header-plane {
        text-align: center;
        flex-direction: column;
        max-width: 80%;
        margin: auto;
    }

    .theme-title-introduce {
        text-align: center;
        max-width: 100%;
    }

    .theme-title {
        font-size: 30px;
    }

    .theme-title-sub {
        font-size: 25px;
    }

    .icon-item {
        width: 33.3%;
    }

    .introduce-icon {
        padding: 20px 10px;
    }

    .feature-item {
        text-align: center;
    }

    .feature-item:nth-child(2n-1) {
        flex-direction: column;
    }

    .feature-js-right {
        text-align: center !important;
    }

    .feature-item:nth-child(2n) {
        flex-direction: column-reverse;
    }

    .feature-js-right, .feature-js-left {
        padding: 20px;
    }

    .logs-item {
        flex-direction: column;
    }

    .logs-info-version {
        font-size: 30px;
    }

    .logs-info-time {
        font-size: 15px !important;
    }

    header {
        flex-direction: column;
        padding-bottom: 10px;
    }

    .github-plane {
        display: none;
    }

    .btns {
        display: block;
    }

    .mu-table {
        overflow-x: auto;
    }
}

@media screen and (min-width: 1px) and (max-width: 556px) {
    .switch-panel-item:first-child,.switch-panel-show-item:first-child {
        display: none!important;
    }
    .switch-panel-show-item:nth-child(2) {
        display: block!important;
    }
}