@font-face {
    font-family: YaHeiConsolas;
    src: url(../font/YaHeiConsolas.ttf)
}

body {
    font-family: 'YaHeiConsolas' ;
    padding: 0;
    margin: 0;
    background: radial-gradient(circle, #1a133d, #05061a);
}

body.enter {
    transition: all 2s;
    background: #010414 !important;
}

/* ::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .3);
    background-color: #7c5fd5;
}

::-webkit-scrollbar-track {
    border-radius: 0;
    background: transparent;

} */

svg {
    cursor: pointer;
}


h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
}

a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}

.w1560 {
    width: 100%;
    min-width: 1560px;
}

.w1200 {
    width: 1200px;
}

div,
li,
a,
ul {
    box-sizing: border-box;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Svginfo {
    background-color: #4a4fa9be;
    width: 240px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-100%, -100%);
    border-radius: 8px;
    padding: 16px 16px;
}

.Svginfo .avator {
    width: 60px;
    height: 60px;
    padding: 4px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #5e60b7;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);

}

.Svginfo .avator img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Svginfo h3 {
    font-size: 15px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.067;
    margin-bottom: 5px;
}

.Svginfo p {
    font-size: 13px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    line-height: 1.6;
}

.head {
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    border-bottom: 1px solid #392f61;
    z-index: 999;
    background-color: #0c0a20;
}

.head_content {
    height: 100%;
    width: 1300px;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    margin: 0 auto;
}

.head .head_content .Blogo {
    width: 160px;
    margin-right: auto;
}

.head .head_content .Blogo img {
    width: 100%;
}

/* 
@media (max-width:1300px) {
    .head_content {
        padding: 0 40px;
        width: 100vw;
    }
} */


.head_content>li {
    margin-left: 105px;
    position: relative;
}

.head_content>li.has>a {
    position: relative;
}

.head_content>li.has .arrow {
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #cdcdd1;
    border-left: 1px solid #cdcdd1;
    position: absolute;
    right: -25px;
    top: 40%;
    transform-origin: center center;
    transform: rotate(-135deg);
    transition: all .4s;
    cursor: pointer;
}

.head_content>li.has .arrow.on {

    transform: rotate(45deg) translate(40%, 30%);
}

.head_content a {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
}

.head_content>li>a {
    display: block;
    height: 100%;
    line-height: 60px;
}
.head_content a:hover{
    color: #8e79d8;
}

.head_content li a.on {
    color: #8e79d8;
}

.head_content>li>a.on {
    border-bottom: 1px solid #8e79d8;
}

.head_content .second {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
}

.head_content .second li {
    margin-top: 25px;
}

.closeIcon {
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
}

.closeIcon:hover::before,
.closeIcon:hover::after {
    background-color: #0d59bd;
}

.closeIcon::before {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #979797;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.closeIcon::after {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #979797;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.mask {
    width: 100%;
    height: 100vh;
    background-color: #020415;
    opacity: .7;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
    zoom: 9;
}

.popUp {
    width: 480px;
    background-color: #f9f9f9;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    border-radius: 10px;
}


.popUp .pophead {
    display: flex;
    justify-content: space-between;
    height: 55px;
    align-items: center;
    padding: 0 30px;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(1, 4, 20);
}

.popUp .logo {
    width: 305px;
    display: block;
    margin: 26px auto;
}

.popUp .imgbox {
    width: 100%;
    padding: 28px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
}

.popUp .imgbox img {
    width: auto;
    max-height: 200px;
    /* object-fit: contain; */
}

.popUp .introBox {
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}

.popUp .introBox .intro {
    flex: 2;
}

.popUp .introBox .intro .flex {
    display: flex;
    align-items: center;
}

.popUp .introBox .intro .flex img {
    width: 75px;
    height: 75px;
    margin-right: 12px;
    object-fit: cover;
    border-radius: 50%;
}

.popUp .introBox .intro .flex p {
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(1, 4, 20);
}

.popUp .introBox .intro h4 {
    font-size: 20px;
    font-family: "Microsoft YaHei";
    color: rgb(1, 4, 20);
    font-weight: 400;
    margin: 15px 0;
}

.popUp .introBox .intro p {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgba(1, 4, 20, 0.8);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.popUp .introBox .code {
    margin-left: 55px;
    padding-top: 10px;
    width: 100px;
    flex-shrink: 0;
}

.popUp .introBox .code img {
    width: 100%;
}

.popUp .introBox .code .code-img {
    width: 100px;
    height: 100px;
}

.popUp .introBox .code p {
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(153, 153, 153);
}

.popUp .share {
    width: 100%;
    display: flex;
    height: 110px;
    align-items: center;
    justify-content: center;
}

.popUp .share .shareItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 24px;
    cursor: pointer;
}

.popUp .share .shareItem img {
    width: 40px;
    margin-bottom: 7px;
}

.popUp .share .shareItem span {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(119, 119, 119);
}