.index {
    position: relative;
    height: 100%;
    width: 100%;
}

a {
    font-size: 14px;
}

.index-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.base-header {
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.35);
}


/* .base-header a {
    color: #fff;
} */

.base-header a:hover {
    color: #F99C34;
}

.base-header .icon {
    width: 160px;
    height: 32px;
    background: linear-gradient(270deg, #F5CE37 0%, #F99C34 100%);
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    margin-left: 42px;
}

.pig {
    height: 600px;
    width: 100%;
    background-color: #fff;
}

.index-header .swiper-container {
    width: 100%;
    height: 9rem;
    position: relative;
}

.index-header .swiper-container .banner {
    width: 100%;
    height: 9rem;
    position: relative;
}

.index-header .swiper-container .banner img {
    width: 100%;
    height: 110%;
    transition: all ease .5s;
}

.banner-tot {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2.5rem !important;
}

.swiper-pagination {
    position: absolute;
    bottom: 50px !important;
    display: flex;
    justify-content: center;
    position: relative;
}

.swiper-pagination-bullet {
    width: auto;
    height: auto;
    background: none;
    color: #fff;
    opacity: 1;
    position: relative;
    display: inline-block;
    line-height: 40px;
    margin: 0 6px;
}

.swiper-to {
    background: url(../image/right-to.png);
    background-size: 100% 100%;
    width: 20px !important;
    height: 20px;
    margin-left: 8px;
    z-index: 222;
    cursor: pointer;
    bottom: 50px;
    position: relative;
}

.swiper-pagination {
    bottom: 10px;
}

.swiper-pagination-bullet:after {
    content: "";
    height: 1px;
    background: #fff;
    width: 0;
    transition: all ease 0.4s;
    vertical-align: middle;
}

.swiper-pagination-bullet-active {
    color: #F99C34;
}

.swiper-pagination-bullet-active.swiper-pagination-bullet:after {
    width: 48px;
    display: inline-block;
    margin-left: 4px;
}

.swiper-pagination-bullet-active.swiper-pagination-bullet:last-child::after {
    width: 0;
}

.swiper-pagination-bullet-active {
    font-size: 24px;
}

.swiper-desc {
    position: absolute !important;
    top: 3.35rem;
    z-index: 2;
    color: #fff;
    font-size: 16px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-desc-items1 {
    font-size: .48rem;
    color: #FFFFFF;
    line-height: .56rem;
    text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.8);
    opacity: 0;
}

.swiper-desc-items2 {
    font-size: 24px;
    text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.8);
    line-height: 32px;
    color: #FFFFFF;
    margin: 32px 0 84px 0;
    opacity: 0;
}

.swiper-desc div:nth-child(3) {
    display: flex;
    align-items: center;
    animation: 2s indexDown linear 0s infinite;
}

.swiper-desc-ani {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
}

.swiper-desc-icon {
    width: 21px;
    height: 32px;
    border-radius: 11px;
    border: 2px solid #FFFFFF;
    display: flex;
    justify-content: center;
    margin-right: 20px;
}

.swiper-desc-icon div {
    height: 10px;
    border-left: 2px solid #F99C34;
    margin-top: .1rem;
}

@keyframes indexDown {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    20% {
        transform: translate(0, 3px);
        opacity: 1;
    }
    80% {
        transform: translate(0, 10px);
        opacity: 1;
    }
    90% {
        transform: translate(0, 10px);
        opacity: 0;
    }
    100% {
        transform: translate(0, 10px);
        opacity: 0;
    }
}

.index-con {
    background: url(../image/crce-index-about-bg.png);
    padding: 120px 0;
}

.index-con-item {
    display: flex;
    width: 100%;
}

.index-con-item-title {
    width: 71%;
    font-size: .28rem;
    font-weight: bold;
    color: #333333;
    line-height: .42rem;
    word-break: keep-all;
}

.index-con-item-ls {
    width: 50%;
}

.msg {
    width: 100%;
    min-height: 84px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin: 20px 0 60px 0;
}

.more {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.more span {
    color: #F99C34;
    margin-left: .16rem;
    font-size: .1rem;
}

.index-img img {
    width: 6.8rem;
    height: 2.25rem;
    margin: .34rem 0 0 .4rem;
}


/* .index-img .index-img-bg {
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    animation: toDown 8s linear infinite alternate;
    margin-top: -20px;
    background: url('../image/home1.jpg') center center no-repeat;
    background-size: 100% 100%;
} */

@font-face {
    font-family: 'boldLogo';
    src: url('../image/GalanoGrotesqueDEMO-Bold.ttf');
}


/* .index-text {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.4rem;
    font-weight: bolder;
    color: #000;
    mix-blend-mode: screen;
    background-color: #fff;
    text-align: center;
    height: 100%;
    line-height: 1.2rem;
    font-family: 'boldLogo';
}

.index-text div:nth-child(1) {
    text-align: left;
    padding-left: .55rem;
}

.index-text div:nth-child(2) {
    margin-left: 1.2rem;
    margin-top: -.2rem;
} */

@keyframes toDown {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(20px);
    }
}

.about-videoBtn {
    width: 64px;
    height: 64px;
    background: rgba(51, 51, 51, .6);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 2;
}

.about-videoBtn:hover {
    color: #3382FF;
    background: #fff;
}

.index-data {
    padding: 0 8.5%;
}

.index-data ul {
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
}

.index-data-li {
    display: flex;
    align-items: center;
    flex-flow: column;
    color: #666666;
}

.nums {
    font-size: 48px;
    color: #F99C34;
    line-height: 48px;
    margin-right: .08rem;
}

.nums-l {
    display: flex;
}

.nums-ms {
    margin: 62px 0 0 4px;
}

.label {
    font-size: 13px;
    color: #666666;
    line-height: 24px;
    margin-top: 16px;
}

.time {
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
    color: #666666;
    line-height: 21px;
}

.more-icon {
    font-size: 10px;
    color: #F99C34;
    margin-left: 8px;
}

.index-ser {
    box-shadow: inset 0px -1px 0px 0px #E8E8E8;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    position: relative;
    overflow: hidden;
    position: relative;
}

.index-ser-tabs {
    display: flex;
    width: 574px;
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    line-height: 24px;
    justify-content: space-between;
    margin-bottom: 60px;
}

.index-ser-ls {
    display: flex;
    flex-flow: column;
    width: 100%;
    align-items: center;
    position: relative;
}

.index-ser-ls .br1 {
    border: 0.5px solid #E8E8E8;
    position: absolute;
    top: 44px;
}

.index-ser-tabs li {
    position: relative;
    cursor: pointer;
}

.active1 {
    color: #F99C34;
}

.active1::before {
    content: "";
    width: .32rem;
    position: absolute;
    left: 25%;
    right: 0;
    bottom: -21px;
    height: 3px;
    background: #ff9c34;
    border-radius: 2px 2px 0px 0px;
    z-index: 3;
}

.index-ser-list {
    width: 100%;
    margin-bottom: .4rem;
}

.index-ser-list .swiper-slide {
    opacity: 0.4;
}

.index-ser-list .swiper-slide-prev,
.index-ser-list .swiper-slide-next {
    width: 24% !important;
    height: 480px;
    opacity: 0.4;
    position: relative;
}

.index-ser-list .swiper-slide-active {
    width: 48.4% !important;
    height: 480px;
    opacity: 1;
    position: relative;
}

.index-ser-list .swiper-slide-active::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px
}

.index-ser-list .swiper-slide img {
    width: 100%;
    height: 480px;
    border-radius: 8px;
    object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
    width: 56px;
    height: 56px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    text-align: center;
    line-height: 56px;
    color: #F99C34;
}

.swiper-button-prev {
    margin-left: 20.5%;
}

.swiper-button-next {
    margin-right: 20%;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: #F99C34;
    color: #fff;
}

.index-ser-list-content {
    position: absolute;
    top: 1.18rem;
    left: .8rem;
    color: #fff;
    display: none;
}

.index-ser-list .swiper-slide-active .index-ser-list-content {
    display: block;
}

.index-ser-list-content div:nth-child(1) {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 32px;
}

.index-ser-list-content div:nth-child(2) {
    width: 5rem;
    height: 64px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 32px;
    margin: 20px 0 60px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.index-ser-list-content div:nth-child(3) {
    width: 140px;
    height: 48px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-se-bot {
    background: url(../image/crce-index-service-bg.png) center center no-repeat;
    background-size: 100% 100%;
    height: 284px;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1;
}

.platforms {
    width: 180px;
    height: 90px;
    background: #FFFFFF;
    box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 90px 90px 0 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.platforms-l {
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    margin-bottom: 10px;
}

.platforms-t {
    font-size: 16px;
    font-weight: bold;
    color: #F99C34;
    line-height: 24px;
}

.head {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    line-height: 42px;
    text-align: center;
}

.desc {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    margin: 20px 0 60px 0;
    text-align: center;
}

.index-new {
    width: 100%;
    min-height: 907px;
    background: #F9FAFC;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.index-new-left {
    width: 5rem;
    height: 3.33rem;
    margin-right: .2rem;
    position: relative;
}

.index-new-left div {
    width: 100%;
    height: .64rem;
    background: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: .64rem;
    position: absolute;
    bottom: 0;
}

.index-new-ls {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: .4rem;
    margin-bottom: 64px;
}

.index-new-item {
    width: 100%;
    position: relative;
}

.index-new-item-top {
    width: 100%;
    height: 293px;
    margin-bottom: -5px;
    border-radius: 8px 8px 0 0;
    background-color: #dfecf9;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.data {
    width: 100%;
    height: 160px;
    background: #FFFFFF;
    border-radius: 0 0 8px 8px;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    padding: 30px;
    text-decoration: none;
    color: #999999;
    margin-right: 40px;
    transition: ease .3s;
    cursor: pointer;
    position: relative;
}

.data:last-child {
    margin-right: 0;
}

.news {
    color: #333333;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.index-al {
    width: 100%;
    height: 6.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-al-item {
    background-size: 100% 100%;
    width: 6.8rem;
    height: 4rem;
    border-radius: 8px;
    color: #fff;
    position: relative;
    margin-right: .4rem;
    cursor: pointer;
    transition: all ease .3s;
    visibility: hidden;
    background-size: cover;
}

.index-al-item:last-child {
    margin-right: 0;
}

.index-al-item:hover {
    opacity: 0.8;
}

.index-al-title {
    font-size: 28px;
    font-weight: bold;
    line-height: 42px;
    margin: 1.2rem 0 .2rem .8rem;
}

.index-al-msg {
    margin-left: .8rem;
}

.index-al-btn {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    border: 1px solid #FFFFFF;
    position: absolute;
    bottom: .8rem;
    left: .8rem;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-al-btn .iconfont {
    font-size: 12px;
}

.index-al-btn:hover {
    background-color: #fff;
    color: #F99C34;
}

.advertisement {
    height: 658px;
    background: #F4F7FA;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    position: relative;
    background: url(../image/crce-index-cooperate-bg-wall.png) center center no-repeat;
    background-size: 100% 100%;
}

.advertisement .advertisement-content {
    width: 100%;
    position: relative;
    z-index: 2;
}

.swiper-container-horizontal>.swiper-wrapper {
    transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    -webkit-transition-timing-function: linear !important;
}

#wrap {
    width: 100%;
    height: 100px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
}

#wrap:last-child {
    margin-bottom: 60px;
}

#list {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    display: flex;
    width: fit-content;
    animation: 30s move infinite linear;
}

#list1 {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
    animation: 30s move1 infinite linear;
    display: flex;
    width: fit-content;
}

#wrap li {
    list-style: none;
    width: 200px;
    height: 90px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    float: right;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 2px;
    position: relative;
}

#wrap li img {
    width: 160px;
    height: 60px;
    object-fit: cover;
}

#wrap:hover ul {
    animation-play-state: paused;
}

.nav {
    position: relative;
}

.nav-list {
    position: absolute;
    display: none;
}

.index-fot {
    position: relative;
    height: 536px;
    width: 100%;
    background: #021e45;
    font-size: 14px;
    color: #B3BBC7;
}

.index-fot-top {
    width: 820px;
    height: 536px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: url(../image/crce-pub-fot-bg-top.png) center center no-repeat;
    background-size: 100% 100%;
}

.index-fot-bottom {
    width: 820px;
    height: 536px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background: url(../image/crce-pub-fot-bg-bottom.png) center center no-repeat;
    background-size: 100% 100%;
}

.index-fot-lg {
    height: 80px;
    box-shadow: inset 0px -1px 0px 0px #666666;
    z-index: 2;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.index-fot-lg img {
    width: 1.48rem;
    height: .56rem;
}

.index-fot-lg span {
    font-size: .48rem;
}

.index-fot-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 60px;
    position: relative;
    z-index: 2;
}

.index-fot-list-item {
    max-width: 220px;
}

.index-bot-ls {
    margin-right: 6px;
}

.ls-title {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
    display: flex;
    margin-bottom: 20px;
}

.ls-title .iconfont,
.ls-to .iconfont {
    margin-right: 6px;
}

.ls-to {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    display: flex;
    margin-bottom: 20px;
    text-decoration: none;
    color: #fff;
}

.ls-ms {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    display: flex;
    margin-bottom: 20px;
}

.ls-to:hover {
    color: #F99C34;
}

.index-fot-bt {
    height: 64px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    color: #67788F;
}

.index-platform {
    height: 1006px;
    background: url(../image/index-platform-bg.png) center center no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
}

.index-platform-title {
    font-size: 20px;
    font-weight: bold;
    color: #F99C34;
    line-height: 28px;
    position: relative;
    opacity: 0;
    animation: circleShow 1s linear;
    transition: .3s;
    margin-top: 1.6rem;
}

.index-platform-desc {
    font-size: 24px;
    margin: .2rem 0 .50rem 0;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
    position: relative;
    opacity: 0;
    animation: circleShow 1s linear;
    transition: .3s;
    display: none;
}

.index-platform-img {
    width: 100%;
    height: 662px;
}

.platform-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
}

.index-ser-iphone {
    display: none;
}

.box {
    position: absolute;
    bottom: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    transition: .1s;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    border-radius: 8rem 8rem 0 0;
    background-color: #fff;
}

.box-img {
    position: absolute;
    bottom: 0;
}

.box .content {
    border-radius: 50%;
    position: relative;
    background: url('../image/box.png') center center no-repeat;
    background-size: 100% 100%;
    margin-top: 30px;
    width: 6rem;
    height: 6rem;
    display: none;
    z-index: 4;
    opacity: 1;
}

.content .circle {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    left: 50%;
    position: absolute;
    margin: -.4rem 0 0 -.4rem;
    display: flex;
}

.circle-item {
    background: url('../image/box-bg.png') center center no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    position: relative;
}

.circle img {
    width: 80%;
    height: 80%;
    transform: none !important;
}

.circle:nth-child(1) .circle-item {
    transform: rotate(-72deg)
}

.circle:nth-child(2) .circle-item {
    transform: rotate(-144deg)
}

.circle:nth-child(3) .circle-item {
    transform: rotate(-216deg)
}

.circle:nth-child(4) .circle-item {
    transform: rotate(-288deg);
}

.circle-content {
    position: absolute;
    top: 20px;
    width: 320px;
}

.circle .circle-content {
    opacity: 0;
}

.circle-content div:nth-child(1) {
    font-size: .2rem;
    color: #333333;
    line-height: .28rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.circle-content div:nth-child(2) {
    font-size: .14rem;
    color: #666;
    line-height: .24rem;
}

.slideInLeft {
    animation: slideInLeft .5s ease-in;
}

.slideInRight {
    animation: slideInRight .5s ease-in;
}

.fadeInDown {
    animation: fadeInDown .8s ease-in;
}

@keyframes circleShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideInLeft {
    from {
        transform: translateX(-20%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(20%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeInDown {
    from {
        transform: translate3d(0, -30%, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.index-new-ls .data:hover {
    background: #0073E5;
    color: #fff !important;
}

.index-new-ls .data:hover ::before {
    content: "";
    position: absolute;
    height: 16px;
    width: 2px;
    background: #F99C34;
    left: 0;
    top: 50px;
    transition: all ease-in-out 0.4s;
    z-index: 10;
}

.index-new-ls .data:hover .news a {
    color: #fff;
}

.index-al-item:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    transform: translateY(-20px);
}

.iphone-box {
    display: none;
}