@font-face{ font-family: 'aqua'; src: url('../font/aqua.ttf') format('truetype'); }
@font-face{ font-family: 'avb1'; src: url('../font/avantbook2.ttf') format('truetype'); }
@font-face{ font-family: 'avb2'; src: url('../font/avantbook3.ttf') format('truetype'); }
@font-face{ font-family: 'avb'; src: url('../font/AvantBook.otf') format('truetype'); }
@font-face{ font-family: 'lol'; src: url('../font/lol.woff'); }
@font-face{
    font-family: 'Harmony';
    font-style: normal;
    font-weight: 400;
    src:url('//cdn.if2c.cn/font/regular.woff') format('woff');
}
@font-face{
    font-family: 'Harmony';
    font-style: normal;
    font-weight: 500;
    src:url('//cdn.if2c.cn/font/medium.woff') format('woff');
}
@font-face{
    font-family:'Harmony';
    font-style:normal;
    font-weight:bold;
    src:url('//cdn.if2c.cn/font/bold.woff') format('woff');
}
@font-face {
    font-family:'EinaS';
    font-style:normal;
    font-weight: 400;
    src:local('â˜º'), url("//cdn.if2c.cn/font/Eina03-SemiBold.woff2") format("woff2");
}
@font-face {
    font-family:'Eina';
    font-style:normal;
    font-weight: 600;
    src:local('â˜º'), url("//cdn.if2c.cn/font/Eina03-Bold.woff2") format("woff2");
}
html{
    font-family:"Einas","PingFang SC",'Harmony',"Microsoft YaHei",Arial,sans-serif;
    font-size: 106.25%;
    min-width: 1300px;
}
body{
    position: relative;
    font-size: 17px;
    line-height: 1.52947;
    font-weight: 400;
    min-width: 1300px;
    height: 100vh;
    justify-content: space-between;
    align-items: center;
    overflow-x:hidden;
    margin:0;
    background-color: #130f1d;
}
*{
    box-sizing:border-box;
    user-select:none;
    font-weight: 500;
}
@keyframes shadow{
    to{
        background-color: #0018f6;
        border-color: #0018f6;
        box-shadow: 0 10px 60px rgb(0 107 255 / 90%), 0 5px 20px rgb(132 75 140 / 10%);
    }
    
}
@keyframes fontColor{
    to{
        color:#0018f6;
    }
}
@keyframes moveIn{
    0%
    {
        visibility: hidden;
        opacity: 0;
        transform: translateX(-5%);
    }
    100%
    {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes rightIn{
    0%
    {
        visibility: hidden;
        opacity: 0;
        transform: translateX(5%);
    }
    100%
    {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes slideIn{
    0%
    {
        opacity: 0;
        visibility: hidden;
        transform: translate3d(0,50px,0);
    }
    to
    {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0,0,0);
    }
}
.logo{
    position: fixed;
    top: 15px;
    left: 45px;
    z-index: 2;
    animation: moveIn .4s cubic-bezier(.215,.61,.355,1) forwards;
}
.logo img {
    display: block;
    width: 58px;
    height: auto;
}
.logo p{
    font-size: 12px;
    color: #dedede;
    margin-left: 20px;
    letter-spacing: 1px;
}
.footer-container{
    width: 100%;
    padding-left: 45px;
    padding-bottom: 50px;
}
.footer-wrapper{
    align-items: center;
    -webkit-align-items: center;
}
.footer-container .footer-list{
    margin:0 10px;
}
.footer-container .footer-list .text{
    font-size: 12px;
    cursor: pointer;
    line-height: 20px;
    color:#dedede;
}
.footer-container .footer-list .text:hover{
    color: #cfd4f5;
}
.footer-container .line{
    color: #fff;
    line-height: 20px;
    margin-top: -3px;
}
.wx_code{
    display: none;
    position: absolute;
    padding: 20px;
    background-color: #FFF;
    box-shadow: 0 28px 50px rgb(25 24 40 / 35%);
    bottom: calc( 100% + 17px );
    left: -91px;
    border-radius: 18px;
}
.wx_code img{
    display: block;
    height: 200px;
    width: 200px;
}
.wx_code:after{
    position: absolute;
    top: auto;
    bottom: -24px;
    left: 111px;
    width: 0;
    height: 0;
    overflow: visible;
    border: 12px solid transparent;
    border-top-color: #fff;
    font-size: 0;
    content: "";
    pointer-events: none;
}
.wx_gzh{
    position: relative;
}
.wx_gzh:hover .wx_code{
    display: block;
}
@keyframes computer{
    50% {
      transform: translate(calc(-50% + 10px), calc(-50% + 20px)) rotate(152deg);
    }

    100% {
      transform: translate(calc(-50%), calc(-50% + 40px)) rotate(152deg);
    }
}
@keyframes devices{
    to{
        transform:rotate(-360deg);
    }
}
@keyframes blue{
    50% {
      transform: translate(calc(-50% + 10px), calc(-50% + 20px)) rotate(152deg);
    }
    100% {
      transform: translate(calc(-50%), calc(-50% + 40px)) rotate(152deg);
    }
}
::-webkit-scrollbar{
    width: 8px;
    height: 10px;
    background-color: transparent;
}
::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: #d6d6d6;
}
mark{
    font-size: inherit;
    box-shadow: inset 0 -6px 0 #7fff7b;
    background: transparent;
}
.stars{
    position: fixed;
    -webkit-mask:url(../svg/stars.svg);
    background-image: linear-gradient(to right, #00ceff, #4791ec 18%, #5156f5 78%);
    animation: computer 15s alternate infinite linear;
    bottom: 5%;
    left: 5%;
    height: 150px;
    width: 150px;
    transform: translate(-50%, -50%) rotate(51deg);
    background-size: cover;
}
.circle{
    position: fixed;
    top: 2%;
    right: 3%;
    -webkit-mask: url(../svg/sun.svg);
    background-image: linear-gradient(90deg, #ff7070 0%, #f5b60e 100%);
    animation: devices 20s infinite linear;
    height: 88px;
    width: 88px;
    background-repeat: no-repeat;
}
.blue{
    position: fixed;
    right: 2%;
    bottom: 15%;
    -webkit-mask:url(../svg/crescent-moon-1.svg);
    background-image: linear-gradient(121deg, #79ffdb 0%, #70c3d6 25%, #19bdff 75%);
    height: 88px;
    width: 88px;
    animation:blue 20s infinite linear alternate;
    transform:translate(-50%, -50%) rotate(357deg);
}
/* main css */
.main{
    padding:0 100px;
}
.services-close .close,
.main .login{
    cursor: pointer;
    width: 126px;
    border: 2px solid #3f4fe6;
    padding: 8px 0;
    text-align: center;
    border-radius: 100px;
    margin-top: 30px;
    transition-property: all;
    transition-duration: .25s;
    letter-spacing: 0.5px;
}
.main .login{
    border-width: 4px;
    margin-top: 20px;
    color: #FFF;
    box-shadow: 0 0 0 rgb(101 125 169 / 0%), 0 5px 20px rgb(20 140 218 / 0%);
}
.main .login .text{
    font-size: 18px;
}
.main .login:hover{
    opacity: 0.8;
    background-color: #3f4fe6;
}
.services-close .close{
    color: #3f4fe6;
}
.services-close .close:hover{
    color: #FFF;
    background-color: #3f4fe6;
}
.main .swiper-container{
    height: 235px;
    overflow: hidden;
}
.main .swiper-wrapper{
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.main .swiper-slide .title{
    font-weight: 600;
}
.main .swiper-slide .text{
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 1px;
}
.main .swiper-slide .text-container{
    height: 100%;
}
.main .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.main .swiper-slide .slide-content{
    width: 100%;
    opacity: 0;
    visibility: hidden;
    padding: 40px;
    box-shadow: rgba(0, 0, 0, 0.09) 4px 12px 40px 6px;
    border-radius: 18px;
    animation:slideIn 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.main .slide1 .slide-content{
    background-image: linear-gradient(90deg, #ffd970 0%, #ffe190 100%);
}
.main .slide2 .slide-content{
    margin:50px 0;
    background-image: linear-gradient(90deg, #cee6f7 0%, #d8e0ff 100%);
    animation-delay: 0.3s;
}
.main .slide3 .slide-content{
    background-position: 100% 0%;
    background-image: linear-gradient(to right, #def5f9, #e1d6ea 50%, #83acea 75%);
    background-size: 300% 100%;
    animation-delay: 0.6s;
}

.main-info{
    margin-left:68px;
}
.main-info .info,
.main-info .login-container{
    opacity: 0;
    animation:rightIn 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.main-info .info{
    animation-delay:0.6s;
}
.main-info .login-container{
    animation-delay:0.9s;
}
.main-info .info *{
    line-height: 1.3;
}
.main-info .info .title{
    color: #dedede;
}
.main-info .info .text{
    color: #dedede;
}
/* services css */
.trans-mask{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    transition: all .4s cubic-bezier(.215,.61,.355,1);
    min-width: 1300px;
    background-image: linear-gradient(180deg,rgba(0,0,0,.34) 0,rgba(0,0,0,.338) 3.5%,rgba(0,0,0,.324) 7%,rgba(0,0,0,.306) 10.35%,rgba(0,0,0,.285) 13.85%,rgba(0,0,0,.262) 17.35%,rgba(0,0,0,.237) 20.85%,rgba(0,0,0,.213) 24.35%,rgba(0,0,0,.188) 27.85%,rgba(0,0,0,.165) 31.35%,rgba(0,0,0,.144) 34.85%,rgba(0,0,0,.126) 38.35%,rgba(0,0,0,.112) 41.85%,rgba(0,0,0,.103) 45.35%,rgba(0,0,0,.1) 48.85%,rgba(0,0,0,.103) 52.35%,rgba(0,0,0,.112) 55.85%,rgba(0,0,0,.126) 59.35%,rgba(0,0,0,.144) 62.85%,rgba(0,0,0,.165) 66.35%,rgba(0,0,0,.188) 69.85%,rgba(0,0,0,.213) 73.35%,rgba(0,0,0,.237) 76.85%,rgba(0,0,0,.262) 80.35%,rgba(0,0,0,.285) 83.85%,rgba(0,0,0,.306) 87.35%,rgba(0,0,0,.324) 90.85%,rgba(0,0,0,.338) 94.35%,rgba(0,0,0,.347) 97.85%,rgba(0,0,0,.35));
}
.trans-container{
    padding: 40px 0 40px;
    width: 420px;
    height: 420px;
    transform: translate3d(0,6%,0);
    transition: transform .4s cubic-bezier(.215,.61,.355,1);
    background-color: #fff;
    box-shadow: 0px 2px 74px rgb(88 118 132 / 31%);
    border-radius: 28px;
}
.trans-mask.show{
    visibility: visible;
    opacity: 1;
}
.trans-mask.show .trans-container{
    transform: translate3d(0,0,0);
}
.services-container{
    height: 592px;
    padding: 40px;
}
.services-logo{
    margin-bottom: 20px;
}
.services-logo img{
    height: 58px;
}
.services-logo .text{
    font-size: 32px;
}
.services-list-container{
    height: 500px;
    overflow-y: auto;
}
.services-list .title{
    font-weight: bold;
}
.services-list .text{
    font-size: 14px;
    line-height: 24px;
}
@media screen and (max-width: 1600px) {
    .main .swiper-slide{
        padding: 20px 35px;
    }
    .main .swiper-slide .title{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .main .swiper-slide .text{
        font-size: 28px;
    }
    .main-info .info .title{
        font-size: 48px;
    }
    .main-info .info .text{
        font-size: 32px;
    }
    
}
@media screen and (min-width:1600px) and (max-width:2040px){
    .main .swiper-slide{
        
    }
    .main .swiper-slide .title{
        font-size: 19px;
        margin-bottom: 15px;
    }
    .main .swiper-slide .text{
        font-size: 34px;
    }
    .main-info .info .title{
        font-size: 58px;
    }
    .main-info .info .text{
        font-size: 32px;
    }
    
}
@media screen and (min-width:2041px){
    .main .swiper-slide{
        
    }
    .main .swiper-slide .title{
        font-size: 19px;
        margin-bottom: 15px;
    }
    .main .swiper-slide .text{
        font-size: 34px;
    }
    .main-info .info .title{
        font-size: 58px;
    }
    .main-info .info .text{
        font-size: 32px;
    }
    
}
