* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    box-sizing: border-box;
}
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}
html, body ,.ai_frame{
    width: 100%;
    height: 100%;
}
.ai_frame {
    background-image: url("../img/bg3.png");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    position: relative;
    overflow: hidden;
    background-size: cover;
}
.live_ai{
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    overflow: visible;
    position: absolute;
    top: 83%;
}
.live_ai .live{
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.live_ai .live:last-child{
    margin-left: 30%;
}
.live_ai .live .label{
    /* position: absolute; */
    /* left: 60px; */
    /* top: 10px; */
    font-size: 18px;
    height: 100%;
}
.ai_frame_header{
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 5%;
    left: 0;
    z-index: 101;
}
.ai_frame_header .ai_frame_header_title{
    white-space: nowrap;
    font-size: 2.5rem;
    font-family: Source Han Sans SC;
    font-weight: bold;
    text-align: center;
}
.ai_frame_header_title.zh {
    /* padding-bottom: 0.8rem; */
    width: 118px;
    color: #FFFFFF;
    background: linear-gradient(-16deg, #FFFFFF 0.3662109375%, #64D9FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ai_frame_header_title.en {
    width: 306px;
    height: 31px;
    color: #1967E0;
    opacity: 0.4;
}
.ai_frame_header_line {
    margin: 0.4rem 0;
}
.ai_frame_stage{
    width: 100%;
    height: calc(100% - 0px);
    position: relative;
}
.ai_frame_stage .y_{
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    width: 100%;
    height: 100%;
}
/* .ai_frame_stage .icon_fk{
    background-image: url("../img/y_1.png");
    background-size: 25%;
    z-index: 100;
    background-position: 50% 30%;
} */
.ai_frame_stage .icon_dz{
    background-image: url("../img/y_2.png");
    /* background-size: 40%; */
    z-index: 99;
    background-position: 50% 60%;
}
.ai_frame_stage .icon_zx{
    background-image: url("../img/y_3.png");
    background-size: 45%;
    z-index: 98;
    background-position: 50% 63%;
    animation: ks1 2.4s linear infinite;
    -webkit-animation: ks1 2.4s linear infinite;
}
.ai_frame_stage .icon_wy{
    background-image: url("../img/y_4.png");
    background-size: 58%;
    z-index: 97;
    background-position: 50% 72%;
    animation: ks2 2.4s linear infinite;
    -webkit-animation: ks2 2.4s linear infinite;
}

.box_v{
    width: 100%;
    height: 100%;
    position: relative;
}
.fk,.dz,.zx,.wy{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* animation: fk 1.5s infinite;
    -webkit-animation: fk 1.5s infinite; */
}
.label{
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #FFFFFF;
    white-space: nowrap;
}
.ball_item{
    position: absolute;
    width: 120px;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	z-index: 100;
    /* left: 0;
    animation: ball 1.5s infinite;
    -webkit-animation: ball 1.5s infinite; */
}
.icon_fk .ball_1{
    left: 38%;
    top: -15%;
	z-index: 100;
}
.icon_fk .ball_2{
    left: 46%;
    top: -12%;
	z-index: 100;
}
.icon_fk .ball_3{
    right: 39%;
    top: -15%;
	z-index: 100;
}
.icon_fk .ball_item.fkm img{
    animation: balls 3s linear infinite;
    -webkit-animation: balls 3s linear infinite;
}

.icon_fk .ball_11,
.icon_zx .ball_1{
    left: 24%;
    top: 8%;
}
.icon_fk .ball_12,
.icon_zx .ball_2{
    left: 40%;
    top: 19%;
}
.icon_fk .ball_12_2,
.icon_zx .ball_2{
    left: 55%;
    top: 19%;
}
.icon_fk .ball_13,
.icon_zx .ball_3{
    right: 24%;
    top: 8%;
}
.icon_fk .ball_item.zxm,
.icon_zx .ball_item{
    animation: upd 3s linear infinite;
    -webkit-animation: upd 3s linear infinite;
}



img.k1 {
    position: absolute;
    left: 20%;
    top: 45%;
    animation: k1 2s linear infinite;
    -webkit-animation: k1 2s linear infinite;
}

img.k2 {
    position: absolute;
    left: 16%;
    top: 45%;
    transform: scale(1.5);
    animation: k2 2s linear infinite;
    -webkit-animation: k2 2s linear infinite;
}

img.k3 {
    position: absolute;
    left: 12%;
    top: 45%;
    transform: scale(2);
    animation: k3 2s linear infinite;
    -webkit-animation: k3 2s linear infinite;
}

img.kk1 {
    position: absolute;
    right: 20%;
    top: 45%;
    animation: kk1 2s linear infinite;
    -webkit-animation: kk1 2s linear infinite;
}

img.kk2 {
    position: absolute;
    right: 16%;
    top: 45%;
    transform: scale(1.5);
    animation: kk2 2s linear infinite;
    -webkit-animation: kk2 2s linear infinite;
}

img.kk3 {
    position: absolute;
    right: 12%;
    top: 45%;
    transform: scale(2);
    animation: kk3 2s linear infinite;
    -webkit-animation: kk3 2s linear infinite;
}


@keyframes k1 {
    0% {
        left: 20%;
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
}
    100% {
        left: 16%;
        opacity: 0.5;
        transform:scale(2);
        -moz-transform:scale(2);
        -ms-transform:scale(2);
        -o-transform:scale(2);
        -webkit-transform:scale(2);
}
}
@keyframes k2 {
    0% {
        left: 16%;
        opacity: 1;
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
}
    100% {
        left: 12%;
        opacity: 0.5;
        transform:scale(3.5);
        -moz-transform:scale(3.5);
        -ms-transform:scale(3.5);
        -o-transform:scale(3.5);
        -webkit-transform:scale(3.5);
}
}
@keyframes k3 {
    0% {
        left: 12%;
        opacity: 1;
        transform: scale(2);
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
}
    100% {
        left: 0%;
        opacity: 0.5;
        transform:scale(6);
        -moz-transform:scale(6);
        -ms-transform:scale(6);
        -o-transform:scale(6);
        -webkit-transform:scale(6);
}
}


@keyframes kk1 {
    0% {
        right: 20%;
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
}
    100% {
        right: 16%;
        opacity: 0.5;
        transform:scale(2);
        -moz-transform:scale(2);
        -ms-transform:scale(2);
        -o-transform:scale(2);
        -webkit-transform:scale(2);
}
}
@keyframes kk2 {
    0% {
        right: 16%;
        opacity: 1;
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
}
    100% {
        right: 12%;
        opacity: 0.5;
        transform:scale(3.5);
        -moz-transform:scale(3.5);
        -ms-transform:scale(3.5);
        -o-transform:scale(3.5);
        -webkit-transform:scale(3.5);
}
}
@keyframes kk3 {
    0% {
        right: 12%;
        opacity: 1;
        transform: scale(2);
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
}
    100% {
        right: 0%;
        opacity: 0.5;
        transform:scale(6);
        -moz-transform:scale(6);
        -ms-transform:scale(6);
        -o-transform:scale(6);
        -webkit-transform:scale(6);
}
}

@keyframes balls {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    50% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
}
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}

@keyframes upd {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    50% {
        transform: translateY(15px);
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
}
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}
@keyframes ks1 {
    0% {
        background-size: 40%;
        /* opacity: 1; */
        /* background-position: 50% 63%; */
    }
    100% {
        background-size: 50%;
        /* opacity: 0.5; */
        /* background-position: 50% 63%; */
    }
}
@keyframes ks2 {
    0% {
        background-size: 48%;
        opacity: 1;
        /* background-position: 50% 72%; */
    }
    100% {
        background-size: 68%;
        opacity: 0;
        /* background-position: 50% 72%; */
    }
}

/*小屏幕*/
@media screen and (max-width: 500px) {
	.ai_frame_stage .ball_item_name{
	    position: absolute;
	    top: 50%;
	}
	.ai_frame_stage .icon_dz{
	    background-size: 10%;
	}
    .ai_frame_header_title.zh {
        font-size: 1.5rem;
    }
    .ai_frame_header_title.en {
        font-size: 1rem;
    }
    .ai_frame_stage .icon_fk{
        background-size: 63%;
        background-position: 50% 36%;
    }
    .ai_frame_stage .icon_dz{
        background-size: 90%;
        background-position: 50% 53%;
    }
    .ai_frame_stage .icon_zx{
        background-size: 100%;
        background-position: 50% 53%;
    }
    .ai_frame_stage .icon_wy{
        background-size: 100%;
        background-position: 50% 55%;
    }
    .fkm,.fkm img{
        width: 120px;
    }
	.zxm  img{
		width: 45px;
	}
    .live img{
        width: 63px;
    }
    .label{
        font-size: 12px;
    }
	.live_ai .live .label {
	    font-size: 17px;
	}
    .icon_fk .ball_1{
        left: 20%;
        top: -8%;
    }
    .icon_fk .ball_2{
        left: 36%;
        top: -6%;
    }
    .icon_fk .ball_3{
        right: 18%;
        top: -8%;
    }
    .icon_fk .ball_11,
    .icon_zx .ball_1{
        left: -3%;
        top: -1%;
    }
    .icon_fk .ball_12,
    .icon_zx .ball_2{
        left: 20%;
        top: 9%;
    }
    .icon_fk .ball_12_2,
    .icon_zx .ball_2{
        left: 50%;
        top: 9%;
    }
    .icon_fk .ball_13,
    .icon_zx .ball_3{
        right: -3%;
        top: -1%;
    }
    .live_ai{
        width: 100%;
        position: absolute;
        top: 66%;
        left: 0%;
        transform: scale(.7);
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
    }
    .live_ai .live:last-child {
        margin-left: 45%;
    }
    img.k1, img.k2, img.k3, img.kk1, img.kk2, img.kk3 {
        top: 35%;
        display: none;
    }
    @keyframes ks1 {
        0% {
            background-size: 70%;
            /* opacity: 1; */
            /* background-position: 50% 63%; */
        }
        100% {
            background-size: 85%;
            /* opacity: 0.5; */
            /* background-position: 50% 63%; */
        }
    }
    @keyframes ks2 {
        0% {
            background-size: 88%;
            opacity: 1;
            /* background-position: 50% 72%; */
        }
        100% {
            background-size: 100%;
            opacity: 0;
            /* background-position: 50% 72%; */
        }
    }
}
@media screen and (min-width: 501px) and (max-width: 933px) {
	.ai_frame_stage .icon_dz{
	    background-size: 40%;
	}
    .ai_frame_header_title.zh {
        font-size: 2rem;
    }
    .ai_frame_header_title.en {
        font-size: 1.5rem;
    }
    .ai_frame_stage .icon_fk{
        background-size: 33%;
        background-position: 50% 33%;
    }
    .ai_frame_stage .icon_dz{
        background-size: 55%;
        background-position: 50% 46%;
    }
    .ai_frame_stage .icon_zx{
        background-size: 55%;
        background-position: 50% 45%;
    }
    .ai_frame_stage .icon_wy{
        background-size: 75%;
        background-position: 50% 46%;
    }
    .live img{
        width: 75px;
    }
	.fkm,.fkm img{
	    width: 120px;
	}
	.zxm  img{
		width: 45px;
	}
    .label{
        font-size: 12px;
    }
    .icon_fk .ball_1{
        left: 33%;
        top: -10%;
    }
    .icon_fk .ball_2{
        left: 42%;
        top: -8%;
    }
    .icon_fk .ball_3{
        right: 33%;
        top: -10%;
    }
    .icon_fk .ball_11,
    .icon_zx .ball_1{
        left: 20%;
        top: 2%;
    }
    .icon_fk .ball_12,
    .icon_zx .ball_2{
        left: 29%;
        top: 10%;
    }
	.icon_fk .ball_12_2,
	.icon_zx .ball_2{
	    right: 45%;
	    top: 10%;
	}
    .icon_fk .ball_13,
    .icon_zx .ball_3{
        right: 20%;
        top: 2%;
    }
    .live_ai{
        width: 100%;
        position: absolute;
        top: 67%;
        left: 0%;
        transform: scale(.6);
        -webkit-transform: scale(.6);
        -moz-transform: scale(.6);
        -ms-transform: scale(.6);
        -o-transform: scale(.6);
    }
    .live_ai .live:last-child {
        margin-left: 45%;
    }
    img.k1, img.k2, img.k3, img.kk1, img.kk2, img.kk3 {
        top: 35%;
        display: none;
    }
}

/*中屏幕*/
@media screen and (min-width: 934px) and (max-width: 1200px) {
	.ai_frame_stage .icon_dz{
	    background-size: 40%;
	}
    .ai_frame_header_title.zh {
        font-size: 2rem;
    }
    .ai_frame_header_title.en {
        font-size: 1.5rem;
    }
    .ai_frame_stage .icon_fk{
        background-size: 33%;
        background-position: 50% 25%;
    }
    .ai_frame_stage .icon_dz{
        background-size: 55%;
        background-position: 50% 46%;
    }
    .ai_frame_stage .icon_zx{
        background-size: 55%;
        background-position: 50% 45%;
    }
    .ai_frame_stage .icon_wy{
        background-size: 75%;
        background-position: 50% 46%;
    }
    .icon_fk .ball_1{
        left: 32%;
        top: -10%;
    }
    .icon_fk .ball_2{
        left: 44%;
        top: -8%;
    }
    .icon_fk .ball_3{
        right: 32%;
        top: -10%;
    }
    .icon_fk .ball_11,
    .icon_zx .ball_1{
        left: 18%;
        top: 2%;
    }
    .icon_fk .ball_12,
    .icon_zx .ball_2{
        left: 35%;
        top: 11%;
    }
	.icon_fk .ball_12_2,
	.icon_zx .ball_2{
	    left: 55%;
	    top: 11%;
	}
    .icon_fk .ball_13,
    .icon_zx .ball_3{
        right: 18%;
        top: 2%;
    }
    .live_ai{
        width: 100%;
        position: absolute;
        top: 71%;
        left: 0%;
        transform: scale(.9);
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
    }
    .live_ai .live:last-child {
        margin-left: 45%;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1650px) {
	.ai_frame_stage .icon_dz{
	    background-size: 40%;
	}
    .ai_frame_header_title.zh {
        font-size: 2rem;
    }
    .ai_frame_header_title.en {
        font-size: 1.5rem;
    }
    .ai_frame_stage .icon_fk{
        background-size: 33%;
        background-position: 50% 40%;
    }
    .ai_frame_stage .icon_dz{
        background-size: 55%;
        background-position: 50% 66%;
    }
    .ai_frame_stage .icon_zx{
        background-size: 55%;
        background-position: 50% 65%;
    }
    .ai_frame_stage .icon_wy{
        background-size: 75%;
        background-position: 50% 66%;
    }
    .live_ai{
        width: 100%;
        position: absolute;
        top: 75%;
        left: 0%;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    .live_ai .live:last-child {
        margin-left: 40%;
    }
}

