.aiRobot .banner .container {
    top: 1.22rem;
}
.aiRobot .banner .title {
    color: #FFFFFF;
}

.aiRobot .agent-section {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    background: -webkit-linear-gradient(top, rgb(204, 204, 255), rgb(245, 245, 250));
    background: -moz-linear-gradient(top, rgb(204, 204, 255), rgb(245, 245, 250));
    background: -o-linear-gradient(top, rgb(204, 204, 255), rgb(245, 245, 250));
    background: linear-gradient(to bottom, rgb(204, 204, 255), rgb(245, 245, 250));
}

.aiRobot .agent-section .agent .content {
    margin-top: 0.8rem;
}

.aiRobot .agent-section .intro-list .intro-item {
    margin-bottom: 0.32rem;
    padding: 0.3rem 0.42rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 100%), #FFFFFF;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 100%), #FFFFFF;
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 100%), #FFFFFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 100%), #FFFFFF;
    border-radius: 0.24rem;
    border: 0.5 solid rgba(255, 255, 255, 0.1);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 0;
}

.aiRobot .agent-section .intro-list .intro-item:last-child {
    margin-bottom: 0;
}

.aiRobot .agent-section .intro-list .intro-item .icon {
    margin-right: 0.2rem;
    display: block;
    -webkit-flex: 0 0 0.6rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 0.6rem;
    flex: 0 0 0.6rem;
    height: 0.6rem;
}

.aiRobot .agent-section .intro-list .intro-item .name {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.aiRobot .agent-section .intro-list .intro-item .name .text {
    font-weight: 500;
    font-size: 0.32rem;
    color: #ffffff;
    line-height: 0.42rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    background: -webkit-linear-gradient(left, #28282d 0%, #6b26ef 100%);
    background: -moz-linear-gradient(left, #28282d 0%, #6b26ef 100%);
    background: -o-linear-gradient(left, #28282d 0%, #6b26ef 100%);
    background: linear-gradient(90deg, #28282d 0%, #6b26ef 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.aiRobot .agent-section .intro-img {
    margin-top: 0.52rem;
}

.aiRobot .agent-section .intro-img .pic {
    display: block;
    width: 100%;
    height: 4.2rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.aiRobot .ai-section {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    background-color: #000;
}

.aiRobot .ai-section .ai .title {
    color: #fff;
}

.aiRobot .ai-section .ai .content {
    margin-top: 0.8rem;
    background: rgb(45, 18, 103);
    border-radius: 0.24rem;
    overflow: hidden;
}

.aiRobot .ai-section .xy {
    width: 100%;
    position: relative;
    padding-top:5.2rem;
    padding-bottom:1.4rem;
    background-repeat: no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    overflow: hidden;
}

.aiRobot .ai-section .xy .xy-video-list {
    font-size: 0;
    white-space: nowrap;
}

.aiRobot .ai-section .xy .xy-video-list .xy-video-item {
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 4.48rem;
    border: 0.5px solid rgba(204, 204, 255, 0.2);
    border-radius: 0.24rem;
    overflow: hidden;
    cursor: pointer;
}

.aiRobot .ai-section .xy .xy-video-list .xy-video-item:hover .cover-img .cover {
    background: -webkit-linear-gradient(top, rgba(50, 50, 65, 0.5) 0%, #323241 100%);
    background: -moz-linear-gradient(top, rgba(50, 50, 65, 0.5) 0%, #323241 100%);
    background: -o-linear-gradient(top, rgba(50, 50, 65, 0.5) 0%, #323241 100%);
    background: linear-gradient(180deg, rgba(50, 50, 65, 0.5) 0%, #323241 100%);
}

.aiRobot .ai-section .xy .xy-video-list .xy-video-item:hover .cover-img .cover .play-btn {
    opacity: 1;
}

.aiRobot .ai-section .xy .xy-video-list .xy-video-item:last-child {
    margin-right: 0;
}

.aiRobot .ai-section .xy .xy-video-list .xy-video-item .cover-img {
    width: 100%;
    height: 2.54rem;
    position: relative;
}

.aiRobot .ai-section .xy .xy-video-list .xy-video-item .cover-img .img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.aiRobot .ai-section .xy .xy-video-list .xy-video-item .cover-img .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -webkit-linear-gradient(top, rgba(50, 50, 65, 0.1) 4%, rgba(50, 50, 65, 0.9) 100%);
    background: -moz-linear-gradient(top, rgba(50, 50, 65, 0.1) 4%, rgba(50, 50, 65, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(50, 50, 65, 0.1) 4%, rgba(50, 50, 65, 0.9) 100%);
    background: linear-gradient(180deg, rgba(50, 50, 65, 0.1) 4%, rgba(50, 50, 65, 0.9) 100%);
    -webkit-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    -moz-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
    z-index: 2;
}

.aiRobot .ai-section .xy .xy-video-list .xy-video-item .cover-img .cover .play-btn {
    width: 0.56rem;
    height: 0.56rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBmaWxsPSJub25lIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCIgdmlld0JveD0iMCAwIDY0IDY0Ij48Zz48cGF0aCBkPSJNMzIsNjRDMTQuMzI2NCw2NCwwLDQ5LjY3MzYsMCwzMkMwLDE0LjMyNjQsMTQuMzI2NCwwLDMyLDBDNDkuNjczNiwwLDY0LDE0LjMyNjQsNjQsMzJDNjQsNDkuNjczNiw0OS42NzM2LDY0LDMyLDY0Wk0yNy41OTA0LDIwLjUyOEMyNy4xOTgsMjAuMjY2MiwyNi42OTM0LDIwLjI0MTQsMjYuMjc3MywyMC40NjM2QzI1Ljg2MTEsMjAuNjg1NywyNS42MDA5LDIxLjExODcsMjUuNiwyMS41OTA0TDI1LjYsNDIuNDA5NkMyNS42MDA5LDQyLjg4MTMsMjUuODYxMSw0My4zMTQzLDI2LjI3NzMsNDMuNTM2NEMyNi42OTM0LDQzLjc1ODYsMjcuMTk4LDQzLjczMzgsMjcuNTkwNCw0My40NzJMNDMuMjAzMiwzMy4wNjU2QzQzLjk2NDMsMzIuNTU5MSw0My45NjQzLDMxLjQ0MDksNDMuMjAzMiwzMC45MzQ0TDI3LjU4NzIsMjAuNTI4TDI3LjU5MDQsMjAuNTI4WiIgZmlsbD0iI0ZGRkZGRiIgZmlsbC1vcGFjaXR5PSIxIi8+PC9nPjwvc3ZnPg==");
    background-repeat: no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    opacity: 0.7;
}

.aiRobot .ai-section .xy .xy-video-list .xy-video-item .con {
    width: 100%;
    height: 1.02rem;
    padding: 0.2rem 0.24rem;
    background: -webkit-linear-gradient(right, rgba(22, 22, 26, 0.1) 0%, rgba(22, 22, 26, 0.5) 100%);
    background: -moz-linear-gradient(right, rgba(22, 22, 26, 0.1) 0%, rgba(22, 22, 26, 0.5) 100%);
    background: -o-linear-gradient(right, rgba(22, 22, 26, 0.1) 0%, rgba(22, 22, 26, 0.5) 100%);
    background: linear-gradient(270deg, rgba(22, 22, 26, 0.1) 0%, rgba(22, 22, 26, 0.5) 100%);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.aiRobot .ai-section .xy .xy-video-list .xy-video-item .con .name {
    font-weight: 500;
    font-size: 0.24rem;
    color: #ffffff;
    line-height: 0.32rem;
}

.aiRobot .ai-section .xy .xy-video-list .xy-video-item .con .desc {
    margin-top: 0.04rem;
    font-weight: 300;
    font-size: 0.2rem;
    color: #7b6c99;
    line-height: 0.26rem;
}

.aiRobot .ai-section .info {
    padding: 0.6rem 0.4rem;
}
.aiRobot .ai-section .info .avatar {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    background: #f2f2f2;
}
.aiRobot .ai-section .info .avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.aiRobot .ai-section .info .name {
    margin-top: 0.34rem;
    font-weight: 600;
    font-size: 0.44rem;
    line-height: 0.52rem;
}
.aiRobot .ai-section .info .name span {
    background: -webkit-linear-gradient(left, rgb(255, 102, 51) 0%, rgb(255, 255, 255) 10%, rgb(255, 255, 255) 35%, rgb(119, 51, 255) 90%, rgb(255, 255, 255) 100%);
    background: -moz-linear-gradient(left, rgb(255, 102, 51) 0%, rgb(255, 255, 255) 10%, rgb(255, 255, 255) 35%, rgb(119, 51, 255) 90%, rgb(255, 255, 255) 100%);
    background: -o-linear-gradient(left, rgb(255, 102, 51) 0%, rgb(255, 255, 255) 10%, rgb(255, 255, 255) 35%, rgb(119, 51, 255) 90%, rgb(255, 255, 255) 100%);
    background: linear-gradient(90deg, rgb(255, 102, 51) 0%, rgb(255, 255, 255) 10%, rgb(255, 255, 255) 35%, rgb(119, 51, 255) 90%, rgb(255, 255, 255) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.aiRobot .ai-section .info .meta {
    margin-top: 0.2rem;
}
.aiRobot .ai-section .info .meta .brain {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    font-size: 0.28rem;
    color: #FFFFFF;
    line-height: 0.29rem;
}
.aiRobot .ai-section .info .meta .brain .text {
    margin-right: 0.16rem;
}
.aiRobot .ai-section .info .meta .brain .agent {
    padding: 0.04rem 0.16rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.08rem;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.24rem;
}
.aiRobot .ai-section .info .meta .brain .agent .icon {
    -webkit-flex: 0 0 0.36rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 0.36rem;
    flex: 0 0 0.36rem;
    height: 0.36rem;
    margin-right: 0.08rem;
    color: #FFFFFF;
    line-height: 0.32rem;
    background-color: #f2f2f2;
}
.aiRobot .ai-section .info .meta .brain .agent .icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.aiRobot .ai-section .info .meta .desc {
    margin-top: 0.16rem;
    font-weight: 300;
    font-size: 0.28rem;
    color: #FFFFFF;
    line-height: 0.44rem;
}
.aiRobot .ai-section .coming-soon {
    padding: 0.4rem 0.4rem 0.6rem;
}
.aiRobot .ai-section .coming-soon .coming-soon-title {
    font-weight: 300;
    font-size: 0.24rem;
    color: #FFFFFF;
    line-height: 0.4rem;
}

.aiRobot .pay-section {
    background-color: #f5f5fa;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: auto 100%;
    background-size: auto 100%;
}

.aiRobot .pay-section .pay .content {
    margin-top: 0.8rem;
}

.aiRobot .pay-section .scene .col .row {
    margin-bottom: 0.32rem;
    padding: 0.4rem;
    border-radius: 0.24rem;
    overflow: hidden;
    background: rgba(107, 38, 239, 0.1);
    background-repeat: no-repeat;
    background-position: left top;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.aiRobot .pay-section .scene .col .row:last-child {
    margin-bottom: 0;
}
.aiRobot .pay-section .scene .col .row:nth-child(1) {
    height: 6.36rem;
}
.aiRobot .pay-section .scene .col .row:nth-child(2) {
    height: 8.52rem;
}
.aiRobot .pay-section .scene .col .row:nth-child(3) {
    height: 4.54rem;
}
.aiRobot .pay-section .scene .col .row:nth-child(4) {
    height: 6.48rem;
}

.aiRobot .pay-section .scene .col .row .title {
    font-weight: 500;
    font-size: 0.4rem;
    color: #28282d;
    line-height: 0.54rem;
    white-space: pre-wrap;
}

.aiRobot .pay-section .scene .col .row .desc {
    margin-top: 0.04rem;
    font-weight: 300;
    font-size: 0.24rem;
    color: rgba(40, 40, 45, 0.5);
    line-height: 0.32rem;
    white-space: pre-wrap;
}

.aiRobot .various-section {
    background: #203AE6;
}

.aiRobot .various-section .various .title {
    color: #ffffff;
}

.aiRobot .various-section .various .remark {
    color: #ffffff;
    opacity: 0.7;
}

.aiRobot .various-section .various .content {
    margin-top: 0.8rem;
}

.aiRobot .various-section .various .content .list .item {
    width: 100%;
    height: 4.18rem;
    position: relative;
    margin-bottom: 0.32rem;
    border-radius: 0.24rem;
    overflow: hidden;
}

.aiRobot .various-section .various .content .list .item .pic {
    display: block;
    width: 100%;
    height: 100%;
}

.aiRobot .various-section .various .content .list .item .desc {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    padding: 0.44rem 0.3rem 0.3rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 0.32rem;
    color: #ffffff;
    line-height: 0.42rem;
    text-align: center;
    background: -webkit-linear-gradient(top, rgba(40, 40, 45, 0) 30%, #28282d 100%);
    background: -moz-linear-gradient(top, rgba(40, 40, 45, 0) 30%, #28282d 100%);
    background: -o-linear-gradient(top, rgba(40, 40, 45, 0) 30%, #28282d 100%);
    background: linear-gradient(180deg, rgba(40, 40, 45, 0) 30%, #28282d 100%);
}

.ai-video-mask {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
}

.ai-video-mask .mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.8);
}

.ai-video-mask video {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 20;
}