.wrap {
    position: relative;
}

.wrap .igm-dots {
    position: absolute;
    top: 100px;
    left: 0;
    height: 200px;
    z-index: -1;
}

.wrap .igm-oval-copy {
    position: absolute;
    top: 100px;
    left: 0;
    height: 500px;
    z-index: -1;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.index-header {
    /*background: url("http://file.1foo.com/2023/10/14/b61183ad6e594147aa152f3eb1d6a5d6.png") no-repeat center top;*/
    /*background-size: 100%;*/
}

.index-header .control {
    height: 100vh;
    padding: 0 15%;
    color: white;
    position: relative;
}

.index-header .control .powered {
    position: absolute;
    bottom: 15px;
}

.index-header .control .powered .p1 {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -.28px;
    opacity: .8;
}

.index-header .control .powered img {
    width: auto;
    height: 40px;
    margin-right: 15px;
    opacity: .67;
}

.index-header .control .main {
    width: 100%;
    position: absolute;
    top: calc(50% - 160px);
}

.index-header .control .p1 {
    font-weight: 400;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: -.28px;
    color: #fff;
}

.index-header .control .p2 {
    display: inline-block;
    height: 83px;
    font-size: 63px;
    font-weight: bold;
    position: relative;
    margin-right: 15px;
    margin-left: -5px;
    margin-top: 20px;
}

.index-header .control .p2 .dot {
    animation: blink 1s infinite;
    position: absolute;
    top: calc(50% - 34px);
    display: inline-block;
    width: 15px;
    height: 68px;
    background: white;
    line-height: 1;
}

.index-header .control .p3 {
    margin-bottom: 24px;
    font-weight: 300;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -.28px;
    color: #fff;
    margin-top: 20px;
}

.index-header .control .d1 {
    margin-top: 50px;
}

.index-header .control .ent-control {
    display: inline-block;
    padding: 10px 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .56px;
    color: #fff !important;
    border-radius: 30px;
    border: 1px solid white;
    background: transparent;
    transition-duration: 0.5s;

}

.index-header .control .ent-control:hover {
    background-color: white;
    color: #3859ff !important;
    transition-duration: 0.5s;
}

.index-header .control .ask {
    display: inline-block;
    padding: 10px 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .56px;
    /*color: white !important;*/
    /*background-image: linear-gradient(to right, #0AB2E6, #1FDFB2);*/
    color: #3859ff !important;
    background-color: white;
    border-radius: 30px;
    margin-left: 25px;
    border: 1px solid white;
    transition-duration: 0.5s;
}

.index-header .control .ask:hover {
    background-color: transparent;
    color: white !important;
    transition-duration: 0.5s;
}

.introduce-ai {
    overflow: hidden;
    margin-top: 50px;
    /*margin-bottom: 100px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.introduce-ai .banner {
    height: 700px;
    float: right;
    text-align: right;
}

.introduce-ai .main {

}

.introduce-ai .main .p1 {
    color: #2E2D2D;
    font-size: 38px;
    display: inline-block;
    margin-top: 30px;
    font-weight: bold;
    background: url("../images/piece-title.png") no-repeat center bottom;
    background-size: 100%;
}

.introduce-ai .main .p2, .introduce-ai .main .p3 {
    color: #545454;
    opacity: 0.5;
    margin-top: 15px;
    font-size: 15px;
    line-height: 26px;
    max-width: 550px;
}


.content {
    width: 70%;
    margin-top: 100px;
}

.download-number {
    padding-left: 10%;
    padding-right: 10%;
    overflow: hidden;
}

.download-number li {
    float: left;
    width: 25%;
    text-align: center;
}

.download-number li span {
    display: block;
}

.download-number li span.vale {
    font-size: 40px;
    font-weight: bold;
}

.download-number li:nth-child(1) span.vale {
    background: linear-gradient(to right, #F6D365, #FDA085);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.download-number li:nth-child(2) span.vale {
    background: linear-gradient(to right, #F093FB, #F5576C);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.download-number li:nth-child(3) span.vale {
    background: linear-gradient(to right, #43E97B, #38F9D7);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.download-number li:nth-child(4) span.vale {
    background: linear-gradient(to right, #4FACFE, #00F2FE);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.download-number li span.name {
    color: #B1B5B7;
    margin-top: 5px;
    font-size: 16px;
}


.introduce-robot {
    margin-top: 250px;
    margin-bottom: 350px;
}

.introduce-robot .main {
    position: relative;
}

.introduce-robot .main .p1 {
    color: #00BB98;
    font-size: 16px;
}

.introduce-robot .main .p2 {
    color: #2E2D2D;
    font-size: 38px;
    display: inline-block;
    margin-top: 30px;
    font-weight: bold;
    background: url("../images/piece-title.png") no-repeat center bottom;
    background-size: 100%;
}

.introduce-robot .main .p3 {
    color: #2E2D2D;
    font-size: 36px;
    line-height: 40px;
    margin-top: 10px;
}

.introduce-robot .main .p4 {
    color: #545454;
    opacity: 0.5;
    margin-top: 15px;
    font-size: 15px;
    line-height: 26px;
    max-width: 550px;
}

.introduce-robot .main .robot-banner {
    width: 800px;
    position: absolute;
    right: 0;
    top: -100px;
    z-index: -1;
}

.play-video {
    cursor: pointer;
    margin-top: 200px;
    max-width: 100%;
}

.introduce-draw {
    overflow: hidden;
    /*margin-top: 200px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.introduce-draw .draw-banner {
    height: 700px;
    float: left;
    text-align: left;
}

.introduce-draw .main {

}

.introduce-draw .main .p1 {
    color: #2E2D2D;
    font-size: 38px;
    display: inline-block;
    margin-top: 30px;
    font-weight: bold;
    background: url("../images/piece-title.png") no-repeat center bottom;
    background-size: 100%;
}

.introduce-draw .main .p2, .introduce-draw .main .p3 {
    color: #545454;
    opacity: 0.5;
    margin-top: 15px;
    font-size: 15px;
    line-height: 26px;
    max-width: 550px;
}

.introduce-draw-banner {
    margin-top: 100px;
    position: relative;
    overflow: hidden;
}

.introduce-draw-banner ul {

}

.introduce-draw-banner ul li {
    float: left;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.introduce-draw-banner ul li img {
    max-width: 100%;
}

.introduce-draw-banner .prev {
    position: absolute;
    top: 45%;
    height: 50px;
    cursor: pointer;
    left: 20px;
}

.introduce-draw-banner .next {
    position: absolute;
    top: 45%;
    height: 50px;
    cursor: pointer;
    right: 20px;
}

.introduce-plug-in {
    overflow: hidden;
    margin-top: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.introduce-plug-in .banner {
    height: 700px;
    float: right;
    text-align: right;
}

.introduce-plug-in .main {

}

.introduce-plug-in .main .p1 {
    color: #2E2D2D;
    font-size: 38px;
    display: inline-block;
    margin-top: 30px;
    font-weight: bold;
    background: url("../images/piece-title.png") no-repeat center bottom;
    background-size: 100%;
}

.introduce-plug-in .main .p2, .introduce-plug-in .main .p3 {
    color: #545454;
    opacity: 0.5;
    margin-top: 15px;
    font-size: 15px;
    line-height: 26px;
    max-width: 550px;
}

.introduce-market {
    overflow: hidden;
    /*margin-top: 200px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.introduce-market .banner {
    height: 700px;
    float: left;
    text-align: left;
}

.introduce-market .main {
    float: right;
}

.introduce-market .main .p1 {
    color: #2E2D2D;
    font-size: 38px;
    display: inline-block;
    margin-top: 30px;
    font-weight: bold;
    background: url("../images/piece-title.png") no-repeat center bottom;
    background-size: 100%;
}

.introduce-market .main .p2, .introduce-market .main .p3 {
    color: #545454;
    opacity: 0.5;
    margin-top: 15px;
    font-size: 15px;
    line-height: 26px;
    max-width: 550px;
}

.introduce-cosplay {
    overflow: hidden;
    margin-top: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.introduce-cosplay .banner {
    height: 700px;
    float: right;
    text-align: right;
}

.introduce-cosplay .main {

}

.introduce-cosplay .main .p1 {
    color: #2E2D2D;
    font-size: 38px;
    display: inline-block;
    margin-top: 30px;
    font-weight: bold;
    background: url("../images/piece-title.png") no-repeat center bottom;
    background-size: 100%;
}

.introduce-cosplay .main .p2, .introduce-cosplay .main .p3 {
    color: #545454;
    opacity: 0.5;
    margin-top: 15px;
    font-size: 15px;
    line-height: 26px;
    max-width: 550px;
}

.introduce-evaluate {
    overflow: hidden;
    margin-top: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.introduce-evaluate .main {
    text-align: center;
}

.introduce-evaluate .main .p1 {
    color: #2E2D2D;
    font-size: 38px;
    display: inline-block;
    margin-top: 30px;
    font-weight: bold;
    background: url("../images/piece-title.png") no-repeat center bottom;
    background-size: 100%;
}

.introduce-evaluate .main .evaluate-ul {
    position: relative;
}

.introduce-evaluate .main ul {
    margin-top: 50px;
    overflow: hidden;
    padding: 20px;
}

.introduce-evaluate .main li {
    padding: 30px;
    height: 250px;
    width: 500px;
    background: white;
    float: left;
    margin-left: 20px;
    border-radius: 10px;
    box-shadow: 10px 10px 10px #F6F8FF, -10px -10px 10px #F6F8FF;
}

.introduce-evaluate .main li .user {
    overflow: hidden;
}

.introduce-evaluate .main li .head {
    width: 50px;
    float: left;
}

.introduce-evaluate .main li .info {
    margin-left: 20px;
    float: left;
    text-align: left;
    line-height: 25px;
}

.introduce-evaluate .main li .info .name {
    color: #000B33;
    font-size: 16px;
}

.introduce-evaluate .main li .info .time {
    color: #545454;
    opacity: 0.5;
}

.introduce-evaluate .main li .describe {
    margin-top: 30px;
    color: #000B33;
    text-align: left;
    font-size: 18px;
}

.introduce-evaluate .prev {
    position: absolute;
    top: 45%;
    height: 50px;
    cursor: pointer;
    left: -50px;
}

.introduce-evaluate .next {
    position: absolute;
    top: 45%;
    height: 50px;
    cursor: pointer;
    right: -50px;
}

.introduce-vip {
    overflow: hidden;
    margin-top: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.introduce-vip .main {
    text-align: center;
}

.introduce-vip .main .p1 {
    color: #2E2D2D;
    font-size: 38px;
    display: inline-block;
    margin-top: 30px;
    font-weight: bold;
    background: url("../images/piece-title.png") no-repeat center bottom;
    background-size: 100%;
}

.introduce-vip .main .open-vip {
    background: linear-gradient(to right, #2AF598, #009EFD);
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    cursor: pointer;
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.introduce-vip .main .vip-type {
    margin-top: 50px;
}

.introduce-vip .main .vip-type span {
    color: #787878;
    font-size: 18px;
    margin-left: 20px;
    margin-right: 20px;
    height: 40px;
    line-height: 40px;
    width: 150px;
    cursor: pointer;
    display: inline-block;
    border-radius: 20px;
}

.introduce-vip .main .vip-type span:hover {
    background: linear-gradient(to right, #F3FEF9, #F1F9FF);
}

.introduce-vip .main .vip-type span.on {
    background: linear-gradient(to right, #2AF598, #009EFD);
    color: white;
}

.introduce-vip .main ul {
    overflow: hidden;
    padding: 50px;
    display: inline-block;
}

.introduce-vip .main ul.office-list {
    display: none;
}

.introduce-vip .main ul li {
    float: left;
    background: #DBDBDB;
    border-radius: 30px;
    cursor: pointer;
    width: 250px;
    margin: 0 20px 0 20px;
    position: relative;
}

.introduce-vip .main ul li .box {
    margin: 3px;
    background: white;
    padding: 50px 0 20px 0;
    border-radius: 28px;
}

.introduce-vip .main ul li.on {
    background: linear-gradient(to right, #2AF598, #009EFD);
}

.introduce-vip .main ul li.on .box {
    background: linear-gradient(to right, #F3FEF9, #F1F9FF);
}

.introduce-vip .main ul li:hover {
    background: linear-gradient(to right, #2AF598, #009EFD);
}

.introduce-vip .main ul li .name {
    font-size: 18px;
}

.introduce-vip .main ul li .price {
    margin-top: 10px;
}

.introduce-vip .main ul li .price .unit {
    font-size: 38px;
}

.introduce-vip .main ul li .price .number {
    font-size: 50px;
}

.introduce-vip .main ul li .original-price {
    text-decoration: line-through;
    font-size: 20px;
    color: #A6A6A6;
    margin-top: 15px;
    height: 30px;
}

.introduce-vip .main ul li .describe {
    margin-top: 50px;
}

.introduce-vip .main ul li .describe p {
    line-height: 20px;
    color: #A6A6A6;
    font-size: 12px;
}

.introduce-vip .main ul li .label {
    background: linear-gradient(to right, #2AF598, #009EFD);
    color: white;
    font-size: 16px;
    border-radius: 20px;
    padding: 5px 20px 5px 20px;
    position: absolute;
    top: -15px;
    right: -25px;
}

.introduce-scene {
    overflow: hidden;
    margin-top: 200px;
    background: url("http://file.1foo.com/2023/10/14/c184d768e35bfc2685620c5e2bda7b46.png") no-repeat center;
    background-size: 100%;
    color: white;
    height: 600px;
    text-align: center;
    padding: 100px;
}

.introduce-scene .p1 {
    font-size: 32px;
}

.introduce-scene .p2 {
    font-size: 16px;
    text-align: left;
    line-height: 30px;
    padding: 0 15% 0 15%;
    margin-top: 30px;
}

.introduce-scene .user {
    display: inline-block;
    overflow: hidden;
    text-align: left;
    margin-top: 50px;
}

.introduce-scene .head {
    height: 80px;
    float: left;
}

.introduce-scene .describe {
    margin-left: 30px;
    float: right;
    height: 100px;
}

.introduce-scene .p3, .introduce-scene .p4 {
    font-size: 16px;
    line-height: 30px;
}

.introduce-scene .p5 {
    color: white;
    opacity: 0.5;
}

.introduce-trends {
    overflow: hidden;
    margin-top: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.introduce-trends .main {
    text-align: center;
    position: relative;
}

.introduce-trends .main .p1 {
    color: #2E2D2D;
    font-size: 38px;
    display: inline-block;
    margin-top: 30px;
    font-weight: bold;
    background: url("../images/piece-title.png") no-repeat center bottom;
    background-size: 100%;
}

.introduce-trends .evaluate-ul {
    position: relative;
}

.introduce-trends .main ul {
    margin-top: 50px;
    overflow: hidden;
    padding: 20px;
}

.introduce-trends .main li {
    padding: 30px;
    height: 230px;
    width: 550px;
    background: white;
    float: left;
    margin-left: 20px;
    border-radius: 10px;
    text-align: left;
    cursor: pointer;
    box-shadow: 10px 10px 10px #F6F8FF, -10px -10px 10px #F6F8FF;
}

.introduce-trends .main li .p2 {
    font-size: 28px;
}

.introduce-trends .main li .p3 {
    font-size: 16px;
    color: #858A9D;
}

.introduce-trends .main li .info {
    margin: 20px 0 20px 0;
    color: #858A9D;
}

.introduce-trends .main li .info img {
    height: 20px;
    vertical-align: middle;
}

.introduce-trends .main li .info .time-icon, .introduce-trends .main li .info .see-icon {
    margin-left: 15px;
}

.introduce-trends .prev {
    position: absolute;
    top: 55%;
    height: 50px;
    cursor: pointer;
    left: 50px;
}

.introduce-trends .next {
    position: absolute;
    top: 55%;
    height: 50px;
    cursor: pointer;
    right: 50px;
}