.down_load[data-v-ba78e068] {
    position: fixed;
    z-index: 99;
    right: 178px;
    bottom: 150px;
    width: 229px;
    cursor: pointer
}

@media screen and (max-width:600px) {
    .down_load[data-v-ba78e068] {
        right: 0;
        top: 65%;
        width: 86px;
        z-index: 1001
    }
}

@keyframes border-animate-05e135e6 {
    0% {
        filter: hue-rotate(0deg)
    }
    to {
        filter: hue-rotate(1turn)
    }
}

@keyframes img-05e135e6 {
    0% {
        filter: hue-rotate(1turn)
    }
    to {
        filter: hue-rotate(0deg)
    }
}

@keyframes btn-05e135e6 {
    0% {
        filter: hue-rotate(1turn)
    }
    to {
        filter: hue-rotate(0deg)
    }
}

@keyframes title-05e135e6 {
    0% {
        filter: hue-rotate(1turn)
    }
    to {
        filter: hue-rotate(0deg)
    }
}

.card[data-v-05e135e6] {
    width: 382px;
    height: 378px
}

.item[data-v-05e135e6] {
    position: relative;
    width: 380px;
    height: 376px;
    border: 1px solid;
    -o-border-image: linear-gradient(45deg, #0d0e13, #1d1850);
    border-image: linear-gradient(45deg, #0d0e13, #1d1850);
    animation: border-animate-05e135e6 4s linear infinite;
    -o-border-image: linear-gradient(180deg, #51ffef, #df21cb) 1 1;
    border-image: linear-gradient(180deg, #51ffef, #df21cb) 1 1;
    margin-bottom: 50px
}

.item .img[data-v-05e135e6] {
    width: 100%;
    height: 175px;
    margin-bottom: 12px
}

.item .img img[data-v-05e135e6] {
    width: 100%;
    height: 105%;
    border: 1px;
    animation: img-05e135e6 4s linear infinite
}

.item .desc[data-v-05e135e6] {
    border-top: 1px solid;
    -o-border-image: linear-gradient(88deg, #212121, #34fff5, #212121) 1 1;
    border-image: linear-gradient(88deg, #212121, #34fff5, #212121) 1 1;
    padding: 8px 12px;
    /* background: url(../img/background_color.12859dd4.png) no-repeat top; */
    background: url(../img/background_color.12859dd4.png) no-repeat top;
    background-size: 104%;
    height: 100%
}

.item .desc .title[data-v-05e135e6] {
    display: inline-block;
    height: 40px;
    font-size: 28px;
    font-family: Arial;
    font-weight: 600;
    color: #fff;
    line-height: 40px;
    background: linear-gradient(107deg, #40fbff, #f206ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: title-05e135e6 4s linear infinite
}

.item .desc .content[data-v-05e135e6] {
    max-width: 100%;
    font-size: 12px;
    color: #b2b1c3;
    line-height: 17px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    overflow: hidden;
    max-height: 100px;
    text-overflow: ellipsis
}

.item .btn[data-v-05e135e6] {
    width: 100px;
    height: 38px;
    background: linear-gradient(123deg, #ed0cff, #4eeaff);
    justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    inset: auto 16px 0 auto;
    transform: translateY(50%);
    font-size: 12px;
    font-family: Arial;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    -o-border-image: linear-gradient(45deg, #0d0e13, #1d1850);
    border-image: linear-gradient(45deg, #0d0e13, #1d1850);
    animation: btn-05e135e6 4s linear infinite;
    cursor: pointer
}

@media screen and (max-width:600px) {
    .btn[data-v-05e135e6] {
        display: none!important
    }
    .item .desc .title[data-v-05e135e6] {
        position: absolute;
        background: linear-gradient(123deg, #ed0cff, #4eeaff);
        padding: 2px 10px;
        font-size: 17px;
        font-family: Arial;
        font-weight: 600;
        color: #fff!important;
        line-height: 33px;
        height: 33px;
        -webkit-text-fill-color: inherit
    }
    .item[data-v-05e135e6] {
        width: 100%;
        height: 320px
    }
    .right .item .desc .title[data-v-05e135e6] {
        top: 25px;
        right: -5px
    }
    .left .item .desc .title[data-v-05e135e6] {
        top: 25px;
        left: -5px
    }
    .desc[data-v-05e135e6] {
        padding: 10px;
        height: 116px!important;
        background-position-y: -50px!important;
        background-size: 100% 150%!important
    }
    .card[data-v-05e135e6] {
        width: 95%;
        margin: 0 auto
    }
}

.card[data-v-7cf9cf34] {
    position: relative;
    width: 93px;
    height: 93px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99
}

.card .back[data-v-7cf9cf34],
.card .front[data-v-7cf9cf34] {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transition: transform .5s
}

.card .front[data-v-7cf9cf34] {
    transform: rotateY(0deg)
}

.card .back[data-v-7cf9cf34],
.card:hover .front[data-v-7cf9cf34] {
    transform: rotateY(180deg)
}

.card:hover .back[data-v-7cf9cf34] {
    transform: rotateY(0deg)
}

@keyframes border-animate-7cf9cf34 {
    0% {
        filter: hue-rotate(0deg)
    }
    to {
        filter: hue-rotate(1turn)
    }
}

.car[data-v-7cf9cf34] {
    display: flex
}

.car .master_box .master-title[data-v-7cf9cf34] {
    font-size: 28px;
    font-family: Arial;
    font-weight: 600;
    color: #fff;
    line-height: 40px;
    background: linear-gradient(107deg, #40fbff, #f206ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 30px;
    margin-left: 30px
}

.car .master_box .master_centent[data-v-7cf9cf34] {
    border: 1px solid;
    -o-border-image: linear-gradient(180deg, #41feff, #264dff, #f305ff) 1 1;
    border-image: linear-gradient(180deg, #41feff, #264dff, #f305ff) 1 1;
    animation: border-animate-7cf9cf34 4s linear infinite;
    margin-top: 11px;
    border-left: none
}

.car .master_box .master_centent span[data-v-7cf9cf34] {
    display: block;
    font-size: 14px;
    font-family: Arial;
    font-weight: 500;
    color: #e2daff;
    line-height: 23px;
    padding: 59px 7px 59px 18px;
    width: 95%;
    height: 220px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    max-height: 100px;
    text-overflow: ellipsis
}

.border[data-v-7cf9cf34] {
    width: 258px;
    height: 2px;
    background: linear-gradient(123deg, #ed0cff, #4eeaff);
    margin-top: 14px;
    animation: border-animate-7cf9cf34 4s linear infinite
}

.carimg[data-v-7cf9cf34] {
    width: 252px
}

.more[data-v-7cf9cf34],
.swimper[data-v-7cf9cf34],
.tel_btn[data-v-7cf9cf34] {
    display: none
}

[data-v-7cf9cf34] .el-carousel__indicators {
    margin-top: 30px
}

.car_img[data-v-7cf9cf34] {
    max-width: 1200px;
    height: 373px;
    display: flex;
    justify-content: space-between
}

.car_img .car[data-v-7cf9cf34] {
    width: 583px;
    height: 100%
}

[data-v-7cf9cf34] .el-carousel__indicator.is-active button {
    width: 26px;
    height: 8px;
    background: linear-gradient(90deg, #bb00fb, #2bffe6);
    border-radius: 4px
}

[data-v-7cf9cf34] .el-carousel__button {
    width: 15px;
    height: 8px;
    background: #8b1590;
    border-radius: 4px;
    opacity: 1
}

.color_box[data-v-7cf9cf34] {
    display: flex;
    width: 100%;
    justify-content: space-between
}

.game_box[data-v-7cf9cf34] {
    width: 100%;
    /* background: linear-gradient(180deg, #1a1550, #2a1438); */
    /* background: linear-gradient(180deg, #74252A, #432232); */
    overflow: hidden
}

.game_box .game[data-v-7cf9cf34] {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto
}

.master_box[data-v-7cf9cf34] {
    width: 100%;
    height: 527px;
    /* background: linear-gradient(180deg, #1a1550, #1a1550); */
    background: linear-gradient(180deg, #74252A, #432232);
    overflow: hidden
}

.master_box .master[data-v-7cf9cf34] {
    width: 1200px;
    height: 373px;
    margin: 0 auto;
    margin-top: 68px
}

.home[data-v-7cf9cf34] {
    height: 100%
}

.header[data-v-7cf9cf34] {
    width: 100%;
    height: 84px;
    background: linear-gradient(180deg, #0d0e13, #1d1850);
    border-bottom: 1px solid #51ffef
}

.logoBox[data-v-7cf9cf34] {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center
}

.teen_text[data-v-7cf9cf34] {
    margin-bottom: 35px
}

.teenBox[data-v-7cf9cf34] {
    width: 100%;
    /* background: linear-gradient(180deg,#0d0e13,#1d1850); */
    overflow: hidden
}

.teenBox .teen[data-v-7cf9cf34] {
    max-width: 1200px;
    margin: 45px auto 85px auto
}

.teenBox .teen .icon_box[data-v-7cf9cf34] {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap
}

.teenBox .teen .icon_box .icon[data-v-7cf9cf34] {
    width: 371px;
    height: 130px;
    margin-bottom: 32px;
    position: relative
}

.teenBox .teen .icon_box .icon .teen_img[data-v-7cf9cf34] {
    width: 93px;
    height: 93px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9
}

.teenBox .teen .icon_box .teen_txt[data-v-7cf9cf34] {
    width: 325px;
    height: 100%;
    /* background: linear-gradient(90deg, #000, #18153d); */
    background: #BD2929;
    /* border: 1px solid; */
    -o-border-image: linear-gradient(90deg, #121125, #5376d9, #110f21) 1 1;
    border-image: linear-gradient(90deg, #121125, #5376d9, #110f21) 1 1;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center
}

.teenBox .teen .icon_box .teen_txt span[data-v-7cf9cf34] {
    width: 150px;
    display: block;
    color: #fff;
    margin-left: 70px;
    font-size: 14px
}

@media screen and (max-width:600px) {
    [ data-v-7cf9cf34] .el-carousel__indicators {
        margin-top: 0
    }
    .home[data-v-7cf9cf34] {
        margin: 0 auto
    }
    .teen_text[data-v-7cf9cf34] {
        margin-top: 0;
        margin-block: 0
    }
    .more[data-v-7cf9cf34] {
        text-decoration: underline;
        display: block;
        position: relative;
        bottom: 40px;
        left: 75%;
        font-size: 14px;
        font-family: Arial;
        font-weight: 400;
        line-height: 20px;
        background: linear-gradient(123deg, #ed0cff, #4eeaff);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent
    }
    .tel_btn[data-v-7cf9cf34] {
        display: block;
        text-align: center
    }
    .teenBox .teen[data-v-7cf9cf34] {
        margin: 25px auto 15px auto
    }
    .teenBox .teen .icon_box[data-v-7cf9cf34] {
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
    .teenBox .teen .icon_box .teen_txt span[data-v-7cf9cf34] {
        font-size: 12px;
        margin-left: 28px
    }
    .teenBox .teen .icon_box .icon .teen_img[data-v-7cf9cf34] {
        width: 40px;
        height: 40px
    }
    .teenBox .teen .icon_box .icon[data-v-7cf9cf34] {
        width: 48%;
        height: 57px
    }
    .teenBox .teen .icon_box .teen_txt[data-v-7cf9cf34] {
        width: 90%;
        height: 57px;
        margin-left: 0
    }
    .color_box[data-v-7cf9cf34] {
        width: 90%;
        margin: 0 auto
    }
    .two_car[data-v-7cf9cf34] {
        display: none
    }
    .master_box .master[data-v-7cf9cf34] {
        width: 90%;
        margin: 0 auto;
        height: 100%
    }
    .master_box[data-v-7cf9cf34] {
        height: 100%
    }
    .swimper[data-v-7cf9cf34] {
        display: block;
        margin: 0 auto
    }
    .swimper .car_img[data-v-7cf9cf34] {
        width: 95%;
        margin: 0 auto
    }
    .swimper .car_img .car[data-v-7cf9cf34] {
        width: 336px;
        margin: 0 auto
    }
    .swimper .car_img .car .carimg[data-v-7cf9cf34] {
        width: 145px;
        height: 215px
    }
    .swimper .car_img .car .master_box[data-v-7cf9cf34] {
        position: relative
    }
    .swimper .car_img .car .master_box h1[data-v-7cf9cf34] {
        font-size: 28px;
        font-family: Arial;
        font-weight: 600;
        background: #fff;
        line-height: 40px;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-top: 9px;
        margin-left: 9px
    }
    .swimper .car_img .car .master_box .master_centent[data-v-7cf9cf34] {
        padding: 20px 4px 20px 11px
    }
    .swimper .car_img .car .master_box .master_centent span[data-v-7cf9cf34] {
        font-size: 12px;
        font-family: Arial;
        font-weight: 500;
        color: #e2daff;
        line-height: 17px;
        display: block;
        height: 100%;
        width: 95%;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        display: -webkit-box;
        overflow: hidden;
        max-height: 100px;
        text-overflow: ellipsis;
        padding: 0
    }
    .swimper .car_img .car .master_box .border[data-v-7cf9cf34] {
        width: 149px;
        z-index: 99;
        position: absolute;
        top: 175px
    }
    @keyframes icons-7cf9cf34 {
        0% {
            transform: rotateY(0deg)
        }
        to {
            transform: rotateY(180deg)
        }
    }
    @keyframes back-7cf9cf34 {
        0% {
            transform: rotateY(180deg)
        }
        to {
            transform: rotateY(0deg)
        }
    }
    .card[data-v-7cf9cf34] {
        width: 40px;
        height: 40px
    }
    .card .front[data-v-7cf9cf34] {
        animation: icons-7cf9cf34 3s infinite;
        animation-delay: 3s
    }
    .card .back[data-v-7cf9cf34] {
        animation: back-7cf9cf34 3s infinite;
        animation-delay: 3s
    }
}

@media screen and (min-width:600px)and (max-width:900px) {
    @keyframes icons-7cf9cf34 {
        0% {
            transform: rotateY(0deg)
        }
        to {
            transform: rotateY(180deg)
        }
    }
    @keyframes back-7cf9cf34 {
        0% {
            transform: rotateY(180deg)
        }
        to {
            transform: rotateY(0deg)
        }
    }
    .card[data-v-7cf9cf34] {
        width: 40px;
        height: 40px
    }
    .card .front[data-v-7cf9cf34] {
        animation: icons-7cf9cf34 3s infinite;
        animation-delay: 3s
    }
    .card .back[data-v-7cf9cf34] {
        animation: back-7cf9cf34 3s infinite;
        animation-delay: 3s
    }
    .teenBox .teen .icon_box[data-v-7cf9cf34] {
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
    .teenBox .teen .icon_box .teen_txt span[data-v-7cf9cf34] {
        font-size: 12px;
        margin-left: 28px
    }
    .teenBox .teen .icon_box .icon .teen_img[data-v-7cf9cf34] {
        width: 40px;
        height: 40px
    }
    .teenBox .teen .icon_box .icon[data-v-7cf9cf34] {
        width: 40%;
        height: 57px;
        margin: 10px 20px
    }
    .teenBox .teen .icon_box .teen_txt[data-v-7cf9cf34] {
        width: 90%;
        height: 57px;
        margin-left: 0
    }
    .wenzi p {
        color: #fff;
    }
}