.wrap {
    max-width: 960px;
}

.content {

}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.index-header {
    /*background: url("https://file.1foo.com/2023/10/14/b61183ad6e594147aa152f3eb1d6a5d6.png") no-repeat center top;*/
    /*background-size: cover;*/
}

.index-header .control {
    height: 90vh;
    color: white;
    position: relative;
    overflow: hidden;

}

.index-header .control .main {
    width: 100%;
    padding: 0 15px;
}

.index-header .control .powered {
    position: absolute;
    bottom: 15px;
    padding: 0 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: 28px;
    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: 20px;
    line-height: 30px;
    letter-spacing: -.28px;
    color: #fff;
}

.index-header .control .p2 {
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
    position: relative;
    margin-right: 15px;
    margin-left: -5px;
    margin-top: 20px;
    min-height: 47px;
}

.index-header .control .p2 .chatText {

}

.index-header .control .p2 .dot {
    animation: blink 1s infinite;
    position: absolute;
    bottom: 5px;
    display: inline-block;
    width: 10px;
    height: 36px;
    background: white;
    line-height: 1;
}

.index-header .control .p3 {
    margin-bottom: 24px;
    font-weight: 300;
    font-size: 18px;
    line-height: 34px;
    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 {
    text-align: center;
    padding: 15px;
    margin-bottom: 50px;
}

.introduce-ai .p1 {
    color: #2E2D2D;
    font-size: 28px;
    display: block;
    margin-top: 30px;
    font-weight: bold;
    background: url("../images/piece-title.png") no-repeat center bottom;
    background-size: 80%;
}

.introduce-ai .p2 {
    color: #000000;
    margin-top: 15px;
    font-size: 18px;
    line-height: 26px;
}

.introduce-ai .p3 {
    color: #545454;
    opacity: 0.5;
    margin-top: 10px;
    font-size: 15px;
    line-height: 26px;
}

.introduce-ai .banner {
    width: 100%;
    margin-top: 20px;
}


.download-introduce {
    /*background: url("../images/download-banner-2.png") no-repeat -80px -50px;*/
    /*background-size: 130%;*/
    padding: 15px;
    margin-top: 30px;
    overflow: hidden;
}

.download-introduce .banner {
    width: 130%;
    margin-top: -155px;
    margin-left: -75px;
    position: relative;
    z-index: -1;
}

.download-introduce .p1 {

}

.download-introduce .p2 {
    color: #2F2F2F;
    font-size: 38px;
    margin-top: 5px;
}

.download-introduce .p3 {
    color: #2C4554;
    opacity: 0.5;
    font-size: 15px;
    line-height: 26px;
    max-width: 550px;
    margin-top: 30px;
}

.download-introduce .p1 span {

}

.download-introduce .s1 {
    color: #2F2F2F;
    font-weight: bold;
    font-size: 38px;
}

.download-introduce .s2 {
    color: #1AD3BE;
    font-weight: bold;
    margin-top: -15px;
    font-size: 30px;
}

.download-introduce .address {
    margin-top: -30px;
}

.download-introduce .address .download {
    text-align: center;
}

.download-introduce .address .download .android {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding-left: 45px;
    font-size: 16px;
    padding-right: 45px;
    background-image: linear-gradient(to right, #0AB2E6, #1FDFB2);
    border-radius: 50px;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.download-introduce .address .download .windows {
    margin-left: 15px;
    background: url("../images/right-3.png") no-repeat center right;
    padding-right: 20px;
    background-size: 20px;
    color: #5C6A68;
}

.download-introduce .address .device {
    text-align: center;
    margin-top: 25px;
}

.download-introduce .address .device span {
    background: url("../images/success.png") no-repeat left center;
    background-size: 18px;
    padding-left: 30px;
    color: #8C9694;
}

.download-number {
    margin-top: 30px;
    overflow: hidden;
}

.download-number li {
    float: left;
    width: 50%;
    text-align: center;
    padding: 15px;
}

.download-number li span {
    display: block;
}

.download-number li span.vale {
    font-size: 40px;
    font-weight: bold;
}

.download-number li span.name {
    color: #B1B5B7;
}

.download-number li:nth-child(1) {
    border-bottom: solid 1px #eeeeee;
    border-right: solid 1px #eeeeee;
}

.download-number li:nth-child(2) {
    border-bottom: solid 1px #eeeeee;
}

.download-number li:nth-child(3) {
    border-right: solid 1px #eeeeee;
}

.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;
}

.introduce-robot {
    padding: 15px;
}

.introduce-robot .main {
    position: relative;
}

.introduce-robot .p1 {
    color: #2E2D2D;
    font-size: 28px;
    display: inline-block;
    margin-top: 30px;
    font-weight: bold;
    background: url("../images/piece-title.png") no-repeat center bottom;
    background-size: 130%;
}

.introduce-robot .p2 {
    color: #2E2D2D;
    font-size: 20px;
    line-height: 40px;
    margin-top: 5px;
}

.introduce-robot .p3 {
    color: #545454;
    opacity: 0.5;
    margin-top: 15px;
    font-size: 15px;
    line-height: 23px;
    max-width: 550px;
}

.introduce-robot .banner {
    width: 100%;
    margin-top: 30px;
}

.play-video {
    height: 200px;
    margin: 0 15px;
    background-size: 150%;
}

.introduce-draw {
    margin-top: 30px;
    text-align: center;
    padding: 15px;
}

.introduce-draw .p1 {
    color: #2E2D2D;
    font-size: 28px;
    display: block;
    margin-top: 30px;
    font-weight: bold;
    background: url("../images/piece-title.png") no-repeat center bottom;
    background-size: 80%;
}

.introduce-draw .p2, .introduce-draw .p3 {
    color: #545454;
    text-align: left;
    opacity: 0.5;
    margin-top: 15px;
    font-size: 15px;
    line-height: 26px;
    max-width: 550px;
}

.introduce-draw .banner {
    width: 100%;
    margin-top: 20px;
}

.introduce-draw-banner {
    margin-top: 30px;
    position: relative;
}

.introduce-draw-banner ul {

}

.introduce-draw-banner ul li {
    float: left;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.introduce-draw-banner ul li img {
    max-width: 100%;
}

.introduce-draw-banner .prev {
    position: absolute;
    top: 40%;
    height: 50px;
    cursor: pointer;
    left: 20px;
}

.introduce-draw-banner .next {
    position: absolute;
    top: 40%;
    height: 50px;
    cursor: pointer;
    right: 20px;
}

.introduce-plug-in {
    overflow: hidden;
    margin-top: 30px;
    text-align: center;
}

.introduce-plug-in .p1 {
    color: #2E2D2D;
    font-size: 28px;
    display: block;
    margin-top: 30px;
    font-weight: bold;
    background: url("../images/piece-title.png") no-repeat center bottom;
    background-size: 80%;
}

.introduce-plug-in ul {
    text-align: center;
    margin-top: 30px;
}

.introduce-plug-in li {
    display: inline-block;
    width: 45%;
    height: 230px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 10px 10px 10px #F6F8FF, -10px -10px 10px #F6F8FF;
}

.introduce-plug-in li:nth-child(1) {
    margin-right: 10px;
}

.introduce-plug-in li .banner {
    width: 100%;
}

.introduce-plug-in li .p2 {
    color: #363636;
    font-size: 18px;
    margin-top: 5px;
}

.introduce-plug-in li .p3 {
    color: #646464;
    font-size: 14px;
    padding: 0 10px 10px 10px;
    margin-top: 5px;
}

.introduce-plug-in .p4 {
    color: #767676;
    padding: 15px;
    opacity: 0.5;
    font-size: 14px;
    line-height: 20px;
}

/*.introduce-market {*/

/*}*/

/*.introduce-market .main {*/
/*    text-align: center;*/
/*}*/

/*.introduce-market .main .p1 {*/
/*    color: #2E2D2D;*/
/*    font-size: 28px;*/
/*    display: block;*/
/*    margin-top: 30px;*/
/*    font-weight: bold;*/
/*    background: url("../images/piece-title.png") no-repeat center bottom;*/
/*    background-size: 80%;*/
/*}*/

/*.introduce-market .main .p2 {*/
/*    color: #545454;*/
/*    opacity: 0.5;*/
/*    padding: 15px;*/
/*    font-size: 14px;*/
/*    line-height: 20px;*/
/*}*/

/*.introduce-market .main ul {*/
/*    overflow: hidden;*/
/*    margin-top: 15px;*/
/*    padding: 15px;*/
/*}*/

/*.introduce-market .main ul li {*/
/*    float: left;*/
/*    width: 33.33333333333333%;*/
/*    text-align: left;*/
/*    box-sizing: border-box;*/
/*    overflow: hidden;*/
/*}*/

/*.introduce-market .main ul li .box {*/
/*    border: solid 2px #13C2DC;*/
/*    border-radius: 10px;*/
/*    height: 240px;*/
/*    overflow: hidden;*/
/*}*/

/*.introduce-market .main ul li:nth-child(1) {*/
/*    padding-right: 5px;*/
/*}*/

/*.introduce-market .main ul li:nth-child(2) {*/
/*    padding-right: 2.5px;*/
/*    padding-left: 2.5px;*/
/*}*/

/*.introduce-market .main ul li:nth-child(3) {*/
/*    padding-left: 5px;*/
/*}*/

/*.introduce-market .main ul li .market-banner {*/
/*    width: 100%;*/
/*}*/

/*.introduce-market .main ul li .market-title {*/
/*    color: #2E2D2D;*/
/*    font-size: 16px;*/
/*    font-weight: bold;*/
/*    margin-top: 15px;*/
/*    text-align: center;*/
/*}*/

/*.introduce-market .main ul li .market-describe {*/
/*    color: #545454;*/
/*    opacity: 0.5;*/
/*    text-align: center;*/
/*    padding: 10px;*/
/*    font-size: 13px;*/
/*    margin-top: 5px;*/
/*}*/

.introduce-market {
    overflow: hidden;
    margin-top: 30px;
}

.introduce-market .banner {
    width: 100%;
    margin-top: 15px;
    padding: 15px;
}

.introduce-market .main {
    text-align: center;
}

.introduce-market .p1 {
    color: #2E2D2D;
    font-size: 28px;
    display: block;
    margin-top: 30px;
    font-weight: bold;
    background: url("../images/piece-title.png") no-repeat center bottom;
    background-size: 80%;
}

.introduce-market .main .p2 {
    color: #545454;
    opacity: 0.5;
    font-size: 15px;
    line-height: 25px;
    padding: 15px;
}

.introduce-cosplay {
    overflow: hidden;
    margin-top: 30px;
}

.introduce-cosplay .banner {
    width: 100%;
    margin-top: 15px;
    padding: 15px;
}

.introduce-cosplay .main {
    text-align: center;
}

.introduce-cosplay .p1 {
    color: #2E2D2D;
    font-size: 28px;
    display: block;
    margin-top: 30px;
    font-weight: bold;
    background: url("../images/piece-title.png") no-repeat center bottom;
    background-size: 80%;
}

.introduce-cosplay .main .p2 {
    color: #545454;
    opacity: 0.5;
    font-size: 15px;
    line-height: 25px;
    padding: 15px;
}

.introduce-evaluate {
    overflow: hidden;
    margin-top: 30px;
}

.introduce-evaluate .main {
    text-align: center;
    position: relative;
}

.introduce-evaluate .main .p1 {
    color: #2E2D2D;
    font-size: 28px;
    display: block;
    margin-top: 30px;
    font-weight: bold;
    background: url("../images/piece-title.png") no-repeat center bottom;
    background-size: 80%;
}

.introduce-evaluate .evaluate-ul {
    position: relative;
}

.introduce-evaluate ul {
    margin-top: 15px;
    overflow: hidden;
    padding: 10px;
}

.introduce-evaluate li {
    padding: 30px;
    height: 230px;
    width: 300px;
    background: white;
    float: left;
    margin-left: 15px;
    border-radius: 10px;
    box-shadow: 10px 10px 10px #F6F8FF, -10px -10px 10px #F6F8FF;
}

.introduce-evaluate li .user {
    overflow: hidden;
}

.introduce-evaluate li .head {
    width: 50px;
    float: left;
}

.introduce-evaluate li .info {
    margin-left: 20px;
    float: left;
    text-align: left;
    line-height: 25px;
}

.introduce-evaluate li .info .name {
    color: #000B33;
    font-size: 16px;
}

.introduce-evaluate li .info .time {
    color: #545454;
    opacity: 0.5;
}

.introduce-evaluate li .describe {
    margin-top: 30px;
    color: #000B33;
    text-align: left;
    font-size: 16px;
}

.introduce-evaluate .prev {
    position: absolute;
    top: 45%;
    height: 50px;
    cursor: pointer;
    left: 10px;
}

.introduce-evaluate .next {
    position: absolute;
    top: 45%;
    height: 50px;
    cursor: pointer;
    right: 10px;
}

.introduce-vip {
    overflow: hidden;
    margin-top: 30px;
}

.introduce-vip .main {
    text-align: center;
}

.introduce-vip .p1 {
    color: #2E2D2D;
    font-size: 28px;
    display: block;
    margin-top: 30px;
    font-weight: bold;
    background: url("../images/piece-title.png") no-repeat center bottom;
    background-size: 80%;
}

.introduce-vip .list {
    margin-top: 30px;
    overflow: scroll;
}

.introduce-vip .list::-webkit-scrollbar {
    width: 0; /* 隐藏垂直滚动条 */
    height: 0; /* 隐藏水平滚动条 */
    display: none;
}

.introduce-vip .list::-webkit-scrollbar-thumb {
    background-color: transparent; /* 设置滚动条颜色为透明 */
}

.introduce-vip .list ul {
    width: 750px;
    padding-top: 15px;
}

.introduce-vip .list ul.office-list {
    display: none;
}

.introduce-vip .list ul li {
    float: left;
    background: #DBDBDB;
    border-radius: 30px;
    cursor: pointer;
    width: 150px;
    margin: 0 15px 0 15px;
    position: relative;
}

.introduce-vip .list ul li .box {
    margin: 3px;
    background: white;
    height: 150px;
    border-radius: 28px;
}

.introduce-vip .list ul li.on {
    background: linear-gradient(to right, #2AF598, #009EFD);
}

.introduce-vip .list ul li.on .box {
    background: linear-gradient(to right, #F3FEF9, #F1F9FF);
}

.introduce-vip .list ul li .label {
    background: linear-gradient(to right, #2AF598, #009EFD);
    color: white;
    font-size: 14px;
    border-radius: 20px;
    padding: 5px 20px 5px 20px;
    position: absolute;
    top: -15px;
    right: -25px;
}

.introduce-vip .list ul li .name {
    font-size: 18px;
    padding-top: 30px;
}

.introduce-vip .list ul li .price {
    margin-top: 10px;
}

.introduce-vip .list ul li .price .unit {
    font-size: 20px;
}

.introduce-vip .list ul li .price .number {
    font-size: 30px;
    font-weight: bold;
}

.introduce-vip .list ul li .original-price {
    text-decoration: line-through;
    font-size: 16px;
    color: #A6A6A6;
    height: 30px;
}

.introduce-vip .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;
    margin-top: 30px;
}

.introduce-vip .vip-type {
    margin-top: 50px;
}

.introduce-vip .vip-type span {
    color: #787878;
    font-size: 16px;
    margin-left: 7px;
    margin-right: 7px;
    height: 40px;
    line-height: 40px;
    width: 150px;
    cursor: pointer;
    display: inline-block;
    border-radius: 20px;
}

.introduce-vip .vip-type span:hover {
    background: linear-gradient(to right, #F3FEF9, #F1F9FF);
}

.introduce-vip .vip-type span.on {
    background: linear-gradient(to right, #2AF598, #009EFD);
    color: white;
}

.introduce-vip .p2 {
    text-align: left;
    padding: 15px;
    color: #141414;
    font-size: 16px;
    margin-top: 15px;
    font-weight: bold;
}

.introduce-vip .equity {

}

.introduce-vip .equity > li {
    display: none;
}

.introduce-vip .equity > li.on {
    display: block;
}

.introduce-vip .equity.office {
    display: none;
}

.introduce-vip .equity > li ul {
    overflow: hidden;
}

.introduce-vip .equity > li ul li {
    float: left;
    width: 50%;
    height: 30px;
    padding: 0 0 0 40px;
    text-align: left;
    line-height: 30px;
    color: #6B6B6B;
    background: url("../images/success-2.png") no-repeat 15px center;
    background-size: 15px;
}

.introduce-scene {
    overflow: hidden;
    margin-top: 30px;
    background: url("../images/scene-banner.png") no-repeat center;
    background-size: cover;
    color: white;
    text-align: center;
}

.introduce-scene .p1 {
    font-size: 22px;
    margin-top: 15px;
}

.introduce-scene .p2 {
    font-size: 14px;
    text-align: left;
    padding: 0 15px 0 15px;
    margin-top: 15px;
}

.introduce-scene .p2 .hide {
    display: none;
}

.introduce-scene .open {
    width: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.introduce-scene .user {
    display: flex;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
}

.introduce-scene .box {
    float: left;
}

.introduce-scene .head {
    height: 40px;
}

.introduce-scene .describe {
    width: 70%;
    text-align: left;
    float: left;
    margin-left: 15px;
    font-size: 12px;
}

.introduce-scene .p5 {
    color: white;
    font-size: 12px;
    opacity: 0.5;
}

.introduce-trends {
    overflow: hidden;
    margin-top: 30px;
    text-align: center;
}

.introduce-trends .main .p1 {
    color: #2E2D2D;
    font-size: 28px;
    display: block;
    margin-top: 30px;
    font-weight: bold;
    background: url("../images/piece-title.png") no-repeat center bottom;
    background-size: 80%;
}

.introduce-trends .evaluate-ul {
    position: relative;
}

.introduce-trends ul {
    margin-top: 15px;
    overflow: hidden;
    padding: 20px;
}

.introduce-trends li {
    padding: 15px;
    background: white;
    border-radius: 10px;
    text-align: left;
    cursor: pointer;
    margin-bottom: 15px;
    box-shadow: 10px 10px 10px #F6F8FF, -10px -10px 10px #F6F8FF;
}

.introduce-trends li .p2 {
    font-size: 20px;
    font-weight: bold;
}

.introduce-trends li .p3 {
    font-size: 12px;
    color: #858A9D;
}

.introduce-trends li .info {
    margin: 10px 0 10px 0;
    color: #858A9D;
}

.introduce-trends li .info img {
    height: 20px;
    vertical-align: middle;
}

.introduce-trends li .info .time-icon, .introduce-trends li .info .see-icon {
    margin-left: 15px;
}