.linear .page {
    width: 100%;
    /* background-color: #090923; */
    min-height: 100vh;
    color: #fff;
    padding-top: 170px;
    min-width: 1600px;
    overflow: hidden;
    padding-bottom: 50px;
}

.linear .page .content {

    width: 100%;
    margin: 0 auto;
    position: relative;
    /* background-color: #090923; */
}

.linear .page .content .flex {
    position: absolute;
    width: 100%;
    height: 800px;

}

.linear .page .content .flex .linebox {
    width: 800px;
    height: 800px;
    display: flex;
    justify-content: center;
}

.linear .page .content .flex .linebox#box1 {
    position: absolute;
    top: -100px;
    left: 0;
    transition: all 2s;
    z-index: 10;
}

.linear .page .content .flex .linebox#box2 {
    position: absolute;
    top: -100px;
    right: 0;
    transition: all 2s;
    z-index: 10;
}

@keyframes gotoright {
    0% {
        left: 0;
    }

    90% {
        opacity: 1;
        transform: translateX(-80%) rotate(0deg);
    }

    100% {
        opacity: 0;
        left: 48%;
        transform: translateX(-80%) rotate(-5deg);
    }
}

@keyframes gotoleft {
    0% {
        right: 0;
    }

    90% {
        opacity: 1;
        transform: translateX(80%) rotate(0deg);
    }

    100% {
        opacity: 0;
        right: 48%;
        transform: translateX(80%) rotate(5deg);

    }
}

.linear .page .content .flex .linebox#box3 {
    position: absolute;
    width: 100%;
    height: 1000px;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scale(.8);
    transition: all 1s;
    transition-delay: .8s;
    opacity: 0;
    z-index: 8;
}


.linear .page .content .flex .linebox.on#box1 {
    z-index: 8;
    animation: gotoright 1s ease-in forwards;
}

.linear .page .content .flex .linebox.on#box2 {
    z-index: 8;
    animation: gotoleft 1s ease-in forwards;
}

.linear .page .content .flex .linebox.on#box3 {
    transform: translate(-50%, -10%) scale(1);
    opacity: 1;
}

.linear .page .content .mid {
    margin: 0 auto;
    position: relative;
    z-index: 10;
    width: 450px;

}

.linear .page .content .mid img {
    width: 195px;
    padding-bottom: 18px;
    display: block;
    margin: 0 auto;

}

.linear .page .content .mid h1 {
    text-align: center;
    font-size: 44px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    position: relative;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}
.linear .page .content .mid h1::after{
    display: block;
    content: '';
    width: 55px;
    height: 2px;
    background-color: #fff;
    margin-left: 15px;
   
}
.linear .page .content .mid h1::before{
    display: block;
    content: '';
    width: 55px;
    height: 2px;
    background-color: #fff;
  
    margin-right: 15px;
  
}

.linear .page .content .mid h2 {
    text-align: center;
    font-size: 22px;
    color: #898799;
    font-weight: 400;
    margin-top: 5px;

}



.linear .page .content .mid .btnbox {
    position: relative;
    margin-top: 125px;
        animation: fadein 3s forwards;
}

@keyframes shadowBtn {
    0% {
        box-shadow: 2px 2px 0px 0px #5325db75,
            -2px -2px 0px 0px #5325db75;
    }

    50% {
        box-shadow: 2px 2px 20px 5px #5325db75,
            -2px -2px 20px 5px #5325db75;
    }

    100% {
        box-shadow: 2px 2px 0px 0px #5325db75,
            -2px -2px 0px 0px #5325db75;

    }
}

.linear .page .content .mid .btnbox .btn {
    width: 81px;
    height: 81px;

    background: linear-gradient(to bottom, #6845db, #876adc);
    margin: 0 auto;
    font-size: 22px;
    font-family: "Microsoft YaHei";
    color: rgb(58, 40, 125);
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #7c6cd9;
    position: relative;
    z-index: 9;
    transition: all 1s;
    animation: shadowBtn 4s linear infinite;

}
.linear .page .content .mid .btnbox .btn:hover{
    box-shadow: 2px 2px 20px 10px #cc61e72d,
            -2px -2px 20px 10px #cc61e72d;
}

.linear .page .content .mid .btnbox .btn .txt {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes fadein {
    0% {
        display: none;
        opacity: 0;
    }

    40% {
        opacity: 0;
        display: block;
    }

    100% {
        display: block;
        opacity: 1;
    }
}


.linear .page .content .mid .btnbox .bolan {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: visible;
    width: 242px;
    height: 242px;
    z-index: 8;
}

.linear .page .content .mid .btnbox .bolan>div {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid rgb(172, 142, 255);
    transform-origin: center center;
    animation-duration: 3000ms;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: backwards;
    animation-play-state: running;
    animation-name: jFSPqV;
    animation-delay: calc(500ms + var(--delay, 0s));
}

.linear .page .content .mid .btnbox .bolan div:nth-child(1) {
    --opacity: 0.3;
    width: 128px;
    height: 128px;
    --delay: 0s;
    background-color: #3e2f73;
    z-index: 6;
}

.linear .page .content .mid .btnbox .bolan div:nth-child(2) {
    --opacity: 0.2;
    width: 192px;
    height: 192px;
    --delay: 0.4s;
    background-color: #3e2f73;
    z-index: 5;
}

.linear .page .content .mid .btnbox .bolan div:nth-child(3) {
    --opacity: 0.1;
    width: 250px;
    height: 250px;
    --delay: 0.8s;
    background-color: #3e2f73;
    z-index: 4;
}

@keyframes jFSPqV {
    from {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(0.9);
        -ms-transform: translate(-50%, -50%) scale(0.9);
        transform: translate(-50%, -50%) scale(0.9);
    }

    40%,
    50% {
        opacity: var(--opacity);
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        opacity: .1;
    }
}

.linear .page .intro {
    width: 1300px;
    margin: 0 auto;
    margin-top: 130px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}

.linear .page .intro .item {
    width: calc(50% - 38px);
    border: 1px solid #212333;
    border-radius: 15px;
    padding: 22px 26px 50px 60px;
    transition: all 1s;
}

.linear .page .intro .item:hover {
    border: 1px solid #4d3174;
    background-color: #251f4975;
    cursor: pointer;
}

.linear .page .intro .item .title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -50px;

}

.linear .page .intro .item .title img {
    width: 52px;
    margin-right: 12px;
}

.linear .page .intro .item .title h3 {
    font-size: 24px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
}

.linear .page .intro .item p {
    margin-top: 30px;
    font-size: 16px;
    font-family: "Microsoft YaHei";

    line-height: 1.8;
}
.linear .arc {
    width: 350px;
    height: 60px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    margin-bottom: -30px;
}

.linear .arc::before {
    position: absolute;
    left: -2px;
    top: 0;
    height: 30%;
    width: 1px;
    display: block;
    content: '';
    box-shadow: 2px 0px 20px 20px #141036;
    z-index: 9;
}

.linear .arc::after {
    position: absolute;
    right: -2px;
    top: 0;
    height: 30%;
    width: 1px;
    display: block;
    content: '';
    box-shadow: -2px 0px 20px 20px #141036;
    z-index: 9;

}

.linear .round {
    width: 1000px;
    height: 1000px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    border: 1px solid #5f3cca;
}

.linear .con {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    animation: roundRun 8s linear infinite;
    overflow: hidden;
}




.linear .con span:nth-child(1) {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100px;
    box-shadow: 12px 0px 70px 4px #623ece;
}

.linear .con span:nth-child(2) {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100px;
    box-shadow: -12px 0px 70px 4px #623ece;
}

.linear .con span:nth-child(3) {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100px;
    height: 1px;
    box-shadow: 0px 12px 70px 4px #623ece;
}

.linear .con span:nth-child(4) {
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translateX(-50%);
    width: 100px;
    height: 1px;
    box-shadow: 0px -12px 70px 4px #623ece;
}
.linear .page .content .mid img.font{
    width: 365px;
}

@keyframes roundRun {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.linear .con2 {
    animation: roundRun2 8s linear infinite;

}

@keyframes roundRun2 {
    0% {
        transform: rotate(30deg);
    }

    100% {
        transform: rotate(390deg);
    }
}

.linear .con3 {
    animation: roundRun3 8s linear infinite;
}

@keyframes roundRun3 {
    0% {
        transform: rotate(60deg);
    }

    100% {
        transform: rotate(420deg);
    }
}

.home {
    min-height: 100vh;
    padding-top: calc(50vh - 95px);
    overflow: hidden;
}

.home .btnbox {
    position: relative;
}

.home .btnbox .btn {
    width: 185px;
    height: 185px;
    background-color: #7c5fd5;
    margin: 0 auto;
    font-size: 24px;
    font-family: "Microsoft YaHei";
    color: rgb(58, 40, 125);
    font-weight: bold;
    color: #ffffff;
    text-align: center;

    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #8268e3;
    position: relative;
    z-index: 9;
    animation: fadein 2s forwards;
}


.home .btnbox .btn .percent {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes fadein {
    0% {
        display: none;
        opacity: 0;
    }

    40% {
        opacity: 0;
        display: block;
    }

    100% {
        display: block;
        opacity: 1;
    }
}


.home .btnbox .bolan {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: visible;
    width: 242px;
    height: 242px;
    z-index: 8;
}

.home .btnbox .bolan>div {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;

    transform-origin: center center;
    animation-duration: 3000ms;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: backwards;
    animation-play-state: running;
    animation-name: jFSPqV;
    animation-delay: calc(500ms + var(--delay, 0s));
}

.home .btnbox .bolan div:nth-child(1) {
    --opacity: 0.3;
    width: 366px;
    height: 366px;
    --delay: 0s;
    background-color: #2e215f;
    z-index: 9;
}

.home .btnbox .bolan div:nth-child(2) {
    --opacity: 0.2;
    width: 530px;
    height: 530px;
    --delay: 0.4s;
    background-color: #2e215f;
    z-index: 8;
}

.home .btnbox .bolan div:nth-child(3) {
    --opacity: 0.1;
    width: 680px;
    height: 680px;
    --delay: 0.8s;
    background-color: #2e215f;
    z-index: 7;
}


.home .btnbox.enter .btn {

    background: radial-gradient(circle, rgb(181, 90, 199) 0%, rgb(98, 45, 191) 100%);
    animation: scaleBtn 4s linear infinite;

}

@keyframes scaleBtn {
    0% {
        opacity: .9;
        box-shadow: 2px 2px 0px 0px #d244f52d,
            -2px -2px 0px 0px #d244f52d;
    }

    50% {
        opacity: 1;
        box-shadow: 2px 2px 20px 20px #d244f52d,
            -2px -2px 20px 20px #d244f52d;
    }

    100% {
        opacity: .9;
        box-shadow: 2px 2px 0px 0px #d244f52d,
            -2px -2px 0px 0px #d244f52d;

    }
}

@keyframes scaleCir {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(.9);
    }

    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(.9);
    }
}

.home .btnbox.enter .bolan div {
    opacity: 0;
}

.home .btnbox.enter .btn {
    width: 120px;
    height: 120px;
    transition: all 1s;
    font-weight: 400;
}

.home .btnbox.enter .bolan div:nth-child(1) {
    animation: scaleCir 3s linear infinite;
    background: radial-gradient(circle, #0d071b 40%, #16093f 100%);
    animation-delay: .3s;
}

.home .btnbox.enter .bolan div:nth-child(2) {
    background: radial-gradient(circle, #0d071b 40%, #16093f 100%);
    animation: scaleCir 3s linear infinite;
    top: 30%;
    animation-delay: .6s;
}

.home .btnbox.enter .bolan div:nth-child(3) {
    width: 730px;
    height: 730px;
    background: radial-gradient(circle, #0d071b 40%, #16093f 100%);
    animation: scaleCir 3s linear infinite;
    top: 55%;
    animation-delay: .9s;
}

.home .btnbox.enter .bolan div:nth-child(4) {
    width: 1240px;
    height: 1240px;
    z-index: 7;
    background: radial-gradient(circle, #0d071b 40%, #16093f 100%);
    top: -20%;
    animation: scaleCir 3s linear infinite;
    z-index: 6;
    animation-delay: 1.2s;
}

.home .btnbox.enter .bolan div:nth-child(5) {
    width: 1550px;
    height: 1550px;
    z-index: 7;
    background: radial-gradient(circle, #0d071b 40%, #16093f 100%);
    top: -50%;
    animation: scaleCir 3s linear infinite;
    z-index: 5;
    animation-delay: 1.5s;
}

.Ach {

    background: #020415;

}

.Ach .bg {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 8;
}

.Ach .page {
    color: rgb(255, 255, 255);
    margin: 0 auto;
    margin-top: 90px;
    padding: 0 100px;
    box-sizing: border-box;
    position: relative;
    z-index: 9;

}

.Ach .page h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    padding-left: 10px;
    letter-spacing: 2px;
}

.Ach .page .search {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 30px;
}

.Ach .page .search input {
    height: 60px;
    flex: 2;
    background-color: #1f212f;
    border: none;
    outline: none;
    padding-left: 40px;
    box-sizing: border-box;
    font-size: 20px;
    font-family: "YaHei";
    color: rgba(255, 255, 255, 0.8);
}

.Ach .page .search .Generate {
    height: 60px;
    line-height: 56px;
    width: 190px;
    margin-left: 15px;
    border-radius: 4px;
    background-image: linear-gradient(23deg, rgb(67, 94, 187) 0%, rgb(96, 67, 220) 100%);
    font-size: 24px;
    font-family: "YaHei";
    color: rgb(255, 255, 255);
}

.Ach .page .selectBox {
    width: 100%;
}

.Ach .page .selectBox .title {
    height: 67px;
    display: flex;
    align-items: center;
    font-size: 22px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    font-weight: 400;
}

.Ach .page .selectBox .title img {
    margin-right: 10px;
    width: 25px;
}

.Ach .page .selectBox .list {
    display: flex;
    flex-wrap: wrap;
}

.Ach .page .selectBox .list .item {
    position: relative;
    line-height: 40px;
    padding: 0 15px;
    border: 1px solid #393c52;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-right: 15px;
    cursor: pointer;
    list-style: none;

}

.Ach .page .selectBox .list .item input{
    position: absolute;
    opacity: 0;
}

.Ach .page .selectBox .list .item.on {
    background-image: -moz-linear-gradient(23deg, rgb(67, 94, 187) 0%, rgb(96, 67, 220) 100%);
    background-image: -webkit-linear-gradient(23deg, rgb(67, 94, 187) 0%, rgb(96, 67, 220) 100%);
    background-image: -ms-linear-gradient(23deg, rgb(67, 94, 187) 0%, rgb(96, 67, 220) 100%);

}

.Ach_switch {

    width: 100%;
    border-bottom: 1px solid #393c52;
}

.Ach_switch.fixed {
    position: fixed;
    bottom: 60px;
    left: 0;
}

.Ach_switch .Ach_content {
    color: rgb(255, 255, 255);
    margin: 0 auto;
    padding: 0 110px;
    box-sizing: border-box;
    height: 60px;
    display: flex;
}

.Ach_switch .Ach_content a {
    margin-right: 30px;
    line-height: 60px;

}

.Ach_switch .Ach_content a.on {
    border-bottom: 1px solid #ffffff;
}

.Ach_List {
    padding-bottom: 50px;
}

.Ach_list {
    margin: 0 auto;
    margin-top: 44px;
    /* display: flex;
    flex-wrap: wrap; */
}

.Ach_list_box {
    width: 1300px;
    margin: 0 auto;
    margin-top: 44px;
    display: flex;
    flex-wrap: wrap;
}

.Ach_list .item {
    width: calc(25% - 12px);
    margin-right: 16px;
    margin-bottom: 37px;
}

.Ach_list .item:nth-child(4n) {
    margin-right: 0px;
}

.Ach_list .item .imgbox {
    width: 100%;
    height: 235px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
}

.Ach_list .item .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;

}

.Ach_list .item .imgbox:hover img {
    transform: scale(1.05);
}

.Ach_list .item .info h3 {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    margin-bottom: 12px;

}

.Ach_list .item .info .bot {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
}

.Ach_list .item .info .bot .name {
    display: flex;
    align-items: center;

}

.Ach_list .item .info .bot .name img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 5px;
}

.Ach_list .item .info .bot .name span {
    font-size: 12px;
    font-family: "Microsoft YaHei";
    color: rgba(255, 255, 255, 0.6);
}

.Ach_list .item .info .bot .num {
    display: flex;
    align-items: center;
}

.Ach_list .item .info .bot .num .num_item {
    margin-left: 15px;
    display: flex;
    align-items: center;
}

.Ach_list .item .info .bot .num .num_item img {
    width: 12px;
    margin-right: 6px;
}

.Ach_list .item .info .bot .num .num_item span {
    font-size: 12px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
}

.Article {
    background: #020415;
    padding-top: 120px;
}

.Article .detail {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    padding-bottom: 50px;
}

.Article .detail .left {
    flex: 2;
}

.Article .detail .left .title {
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #313035;
}

.Article .detail .left .title h1 {
    font-size: 46px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    font-weight: 400;

}

.Article .detail .txtbox::after {
    content: '';
    display: block;
    clear: both;
}

.Article .detail .left img {
    float: left;
    margin-right: 32px;
    margin-bottom: 23px;
    width: 310px;
}

.Article .detail .left p {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    line-height: 2.125;
    text-align: justify;
}

.Article .detail .media {
    width: 100%;
    margin-top: 40px;
    width: 1040px;
    position: relative;
    color: #ffffff;
}

.Article .detail .media>.cont {
    margin-top: 40px;
}

.Article .detail .media img,
.Article .detail .media video {
    width: 100% ;
    margin: 0;
    object-fit: contain;
}

.Article .detail .media .prev,
.Article .detail .media .next {
    position: absolute;
    top: 50%;
    transform: translateY(0%);
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    opacity: .8;
    z-index: 99;
}

.Article .detail .media .prev:hover,
.Article .detail .media .next:hover {
    opacity: 1;
}

.Article .detail .media .prev img {
    width: 8px;
}

.Article .detail .media .next img {
    width: 8px;
    transform: rotate(180deg);
}

.Article .detail .media .prev {
    left: 20px;
}

.Article .detail .media .next {
    right: 20px;
}

.Article .detail .media .slidebox {
    /* width: calc(100% + 22px); */
    /* margin-left: -11px; */
    width: 100%;
}

.Article .detail .right {
    width: 212px;
    background-color: #1c1d1f;
    margin-left: 49px;
    border-radius: 15px;
    padding: 0 20px 10px 20px;
    box-sizing: border-box;
    position: sticky;
    top: 120px;
    margin-top: 40px;
}

.Article .detail .right .avator {
    display: block;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: -37px;
}

.Article .detail .right .avator img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.Article .detail .right h3 {
    font-size: 24px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: 400;
    margin: 15px 0;
}

.Article .detail .right p {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    margin-bottom: 10px;
}

.Article .detail .right>p {
    text-align: center;
}

.Article .detail .right .person {
    display: flex;
    flex-direction: column;
    padding-left: 25px;
}

.Article .detail .right .person .item {
    display: flex;
    align-items: center;
    margin: 6px 0;
}

.Article .detail .right .person .item img {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    margin-right: 5px;
}

.Article .detail .right .person .item span {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
}

.Article .detail .right .console {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
    margin-top: 30px;
}

.Article .detail .right .console .btn {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    height: 30px;
    border-radius: 15px;
    padding: 0 12px;
    border: 1px solid #c2c2c2;
    cursor: pointer;
}

.Article .detail .right .console .btn img {
    width: 15px;
    margin-right: 5px;
}

.Article .detail .right .console .btn:hover {
    border: 1px solid transparent;
    background-image: -moz-linear-gradient(30deg, rgb(67, 94, 187) 0%, rgb(96, 67, 220) 100%);
    background-image: -webkit-linear-gradient(30deg, rgb(67, 94, 187) 0%, rgb(96, 67, 220) 100%);
    background-image: -ms-linear-gradient(30deg, rgb(67, 94, 187) 0%, rgb(96, 67, 220) 100%);
}

.Article .detail .right .dataNum {
    display: flex;
    justify-content: space-between;
}

.Article .detail .right .dataNum .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 45%;
}

.Article .detail .right .dataNum .item img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-bottom: 10px;
}

.Article .detail .right .dataNum .item .icon-on {
    display: none;
}

.Article .detail .right .dataNum .item span {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
}

.Article .detail .right .dataNum .item.on span{
    color: #8e79d8;
}

.Article .detail .right .dataNum .item.on .icon {
    display: none;
}

.Article .detail .right .dataNum .item.on .icon-on {
    display: block;
}

.Article .detail .right .page-opt{
    display: flex;
    justify-content: center;
}

.Article .detail .right .next {
    width: 82px;
    display: flex;
    align-items: center;
    height: 30px;
    justify-content: center;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgba(255, 255, 255, 0.8);
    background-color: #343639;
    border-radius: 5px;
    margin: 22px 0;

}

.Article .detail .right .next+.next {
    margin-left: 18px;
}

.Article .detail .right .next:hover {
    background-image: -moz-linear-gradient(30deg, rgb(67, 94, 187) 0%, rgb(96, 67, 220) 100%);
    background-image: -webkit-linear-gradient(30deg, rgb(67, 94, 187) 0%, rgb(96, 67, 220) 100%);
    background-image: -ms-linear-gradient(30deg, rgb(67, 94, 187) 0%, rgb(96, 67, 220) 100%);
}

.Article .detail .right .next img {
    margin-left: 6px;
    margin-top: 2px;
    width: 12px;
}

.Article .detail .right .prev img {
    transform: rotate(180deg);
    margin-right: 6px;
    margin-left: 0;
}


.showPage {
    padding-top: 95px;
    padding-bottom: 50px;
    color: #fff;
}

.showPage .section {
    width: 1300px;
    margin: 0 auto;
    padding-bottom: 48px;
    border-bottom: 1px solid #313035;
}

.showPage .section h2 {
    font-size: 36px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    font-weight: 400;
    margin-top: 45px;
    margin-bottom: 20px;
}

.showPage .section p {
    font-size: 19px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    margin-bottom: 40px;


}

.showPage .section .item {
    height: 235px;
    margin: 0 11px;
    border-radius: 10px;
    overflow: hidden;
}

.showPage .section .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;

}

.showPage .section .item img:hover {
    transform: scale(1.05);
}

.showPage .section .slide-container {
    width: 100%;
    position: relative;
}

.showPage .section .slide-container .prev,
.showPage .section .slide-container .next {
    position: absolute;
    top: 50%;
    transform: translateY(0%);
    width: 32px;
    height: 32px;
    background-color: #3c3f44;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    opacity: .8;
}

.showPage .section .slide-container .prev:hover,
.showPage .section .slide-container .next:hover {
    opacity: 1;
}

.showPage .section .slide-container .prev img {
    width: 8px;
}

.showPage .section .slide-container .next img {
    width: 8px;
    transform: rotate(180deg);
}

.showPage .section .slide-container .prev {
    left: -50px;
}

.showPage .section .slide-container .next {
    right: -50px;
}

.showPage .section .slide-container .slidebox {
    width: calc(100% + 22px);
    margin-left: -11px;
}

.introduce {
    width: 100%;
    padding-top: 140px;
    padding-bottom: 50px;
}

.introduce .introlist {

    width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.introduce .introlist .item {
    width: calc(50% - 14px);
    border: 1px solid #2e313d;
    border-radius: 15px;
    padding: 30px 20px 27px 25px;
    display: flex;
    margin-bottom: 40px;
    cursor: pointer;
    transition: all 1s;
}

.introduce .introlist .item:hover {
    border: 1px solid #4d3174;
    background-color: #251f4975;
}

.introduce .introlist .item .avator {
    display: block;
    width: 120px;
    height: 120px;
    margin-right: 20px;
    flex-shrink: 0;
}

.introduce .introlist .item .avator img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.introduce .introlist .item .info {
    flex: 2;
}

.introduce .introlist .item .info .name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    margin-bottom: 25px;
}

.introduce .introlist .item .info .name .more {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(130, 143, 255);
}

.introduce .introlist .item .info .row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.introduce .introlist .item .info .row span {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

.introduce .introlist .item .info .row img {
    width: 15px;
    margin-right: 8px;
}

.DetailPage {
    padding-top: 140px;
    color: #fff;
    background: radial-gradient(circle, #0c0a20 20%, #010414 100%);
    padding-bottom: 100px;

}

.DetailPage .detail {
    width: 1300px;
    margin: 0 auto;
    display: flex;

}

.DetailPage .detail .left {
    flex: 2;
}

.DetailPage .detail .right {
    width: 336px;
    margin-left: 36px;
}

.DetailPage .detail h2 {
    font-size: 36px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    margin-bottom: 36px;
    font-weight: 400;
}

.DetailPage .detail .right .works {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.DetailPage .detail .right .works .item {
    width: calc(50% - 6px);
    height: 122px;
    border-radius: 10px;
    margin-bottom: 16px;
    overflow: hidden;


}

.DetailPage .detail .right .works .item img:hover {
    transform: scale(1.05);
}

.DetailPage .detail .right .works .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.DetailPage .detail .left .experienceBox {
    width: 100%;
    display: flex;
    margin-bottom: 20px;

}

.DetailPage .detail .left .experienceBox .imgbox {
    width: 240px;
    height: 320px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.DetailPage .detail .left .experienceBox .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.DetailPage .detail .left .experienceBox .experience {
    flex: 2;
    padding-left: 30px;
}

.DetailPage .detail .left .experienceBox .experience .name {
    position: relative;
    padding-left: 34px;
    font-size: 36px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    line-height: 1;
    margin-bottom: 28px;
}

.DetailPage .detail .left .experienceBox .experience .name::before {
    width: 7px;
    height: 24px;
    background-color: #7783ea;
    position: absolute;
    left: 0;
    bottom: 4px;
    content: '';
    display: block;
}

.DetailPage .left .experience .list {
    width: 100%;
}


.DetailPage .left .experience .list .item .tit {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
}

.DetailPage .left .experience .list .item .tit img {
    margin-right: 15px;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.DetailPage .left .experience .list .item p {
    padding-left: 32px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgba(255, 255, 255, 0.8);
    text-align: justify;
    border-left: 1px dashed #8a8f98;
    margin-left: 10px;
    padding-bottom: 30px;
    margin-bottom: 8px;
    line-height: 1.875;
}


.DetailPage .left .experience .list .item:last-child p {
    border: none;
}

.DetailPage .detail .cont p,
.DetailPage .detail p.feel {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.875;
    text-align: justify;
}

.pagination {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    margin: 40px 0;
}
.pagination a,
.pagination span {
    color: #ffffff;
    padding: 4px 10px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    margin: 0 5px;
}

.pagination .current {
    color: rgb(0 27 255);
    background: #ffffff;
    font-weight: bold;
}