.wrap {
    max-width: 960px;
}

.jiaocheng {
    position: fixed;
    display: inline-block;
    line-height: 50px;
    bottom: 80px;
    right: 15px;
    width: 50px;
    height: 50px;
    background: white;
    color: black;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 0 0 10px #cccccc;
    text-align: center;
    cursor: pointer;
}


.wechat {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: white;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 0 0 10px #cccccc;
}

.wechat img {
    height: 50px;
    width: 50px;
    cursor: pointer;
}

.wechat-dialog {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
}

.wechat-dialog .wechat-dialog-box {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: rgb(0, 0, 0, .5);
}

.wechat-dialog .wechat-dialog-box .close {
    height: 50px;
    padding: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.wechat-dialog .wechat-dialog-box .qrcode {
    height: 50vh;
    border-radius: 15px;
}

.content {}

.download-introduce {
    padding: 15px;
    margin-top: 100px;
    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("//file.1foo.com/2023/10/26/ad7745d7aed3d538ae301df9b3b2e47f.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("//file.1foo.com/2023/10/26/f8ceb513a7126a520e83c1cbf76d467b.png") no-repeat left center;
    background-size: 18px;
    padding-left: 30px;
    color: #8C9694;
}

.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("//file.1foo.com/2023/10/26/7808570a6f1dd24a667cbebac0f22703.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-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("//file.1foo.com/2023/10/26/7808570a6f1dd24a667cbebac0f22703.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("//file.1foo.com/2023/10/26/7808570a6f1dd24a667cbebac0f22703.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;
    overflow: hidden;
}

.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("//file.1foo.com/2023/10/26/7808570a6f1dd24a667cbebac0f22703.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 {
    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("//file.1foo.com/2023/10/26/7808570a6f1dd24a667cbebac0f22703.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("//file.1foo.com/2023/10/26/7808570a6f1dd24a667cbebac0f22703.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("//file.1foo.com/2023/10/26/7808570a6f1dd24a667cbebac0f22703.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("//file.1foo.com/2023/10/26/7808570a6f1dd24a667cbebac0f22703.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("//file.1foo.com/2023/10/26/94ff0f4d6148316b3f0be656b3ab9a20.png") no-repeat 15px center;
    background-size: 15px;
}

.introduce-scene {
    overflow: hidden;
    margin-top: 30px;
    background: url("//file.1foo.com/2023/10/26/41f752184dea2a432980d40b4d6c6f88.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("//file.1foo.com/2023/10/26/7808570a6f1dd24a667cbebac0f22703.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;
}