.aiRobot .banner {
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
}

.aiRobot .banner .pic {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}

.aiRobot .banner .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 108px;
    z-index: 20;
}

.aiRobot .banner .content .title {
    font-weight: 700;
    font-size: 42px;
    color: #ffffff;
    line-height: 59px;
    white-space: pre-wrap;
}

.aiRobot .banner .content .desc {
    margin-top: 10px;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 30px;
}

.aiRobot .banner .content .desc p {
    white-space: pre-wrap;
}

.aiRobot .agent-section {
    padding: 100px 0 120px;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: auto 100%;
    background-size: auto 100%;
}

.aiRobot .agent-section .agent .content {
    margin-top: 64px;
}

.aiRobot .agent-section .intro-list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -15px;
}

.aiRobot .agent-section .intro-list .intro-item {
    margin-right: 15px;
    margin-bottom: 15px;
    -webkit-flex: 0 0 390px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 390px;
    flex: 0 0 390px;
    height: 76px;
    padding: 20px;
    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: 12px 12px 12px 12px;
    border: 1px 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:nth-child(3n) {
    margin-right: 0;
}

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

.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: 20px;
    color: #ffffff;
    line-height: 26px;
    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: 44px;
}

.aiRobot .agent-section .intro-img .pic {
    display: block;
    width: 100%;
    height: 540px;
}

.aiRobot .ai-section {
    padding: 100px 0 120px;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: auto 100%;
    background-size: auto 100%;
}

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

.aiRobot .ai-section .ai .content {
    margin-top: 64px;
}

.aiRobot .ai-section .xy {
    width: 100%;
    height: 600px;
    position: relative;
    background-repeat: no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    overflow: hidden;
}

.aiRobot .ai-section .xy .xy-video-wrapper {
    position: absolute;
    left: 0;
    bottom: 132px;
    width: 100%;
    z-index: 10;
}

.aiRobot .ai-section .xy .xy-video-list {
    margin-top: 36px;
    margin-left: 60px;
    font-size: 0;
    white-space: nowrap;
}

.aiRobot .ai-section .xy .xy-video-list .xy-video-item {
    margin-right: 16px;
    display: inline-block;
    width: 320px;
    border: 1px solid rgba(204, 204, 255, 0.2);
    border-radius: 12px;
    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: 180px;
    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: 40px;
    height: 40px;
    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: 70px;
    padding: 16px;
    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: 14px;
    color: #ffffff;
    line-height: 20px;
}

.aiRobot .ai-section .xy .xy-video-list .xy-video-item .con .desc {
    font-weight: 300;
    font-size: 12px;
    color: #7b6c99;
    line-height: 16px;
}

.aiRobot .pay-section {
    padding: 100px 0 120px;
    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: 64px;
}

.aiRobot .pay-section .scene {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.aiRobot .pay-section .scene .col {
    -webkit-flex: 0 0 592px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 592px;
    flex: 0 0 592px;
}

.aiRobot .pay-section .scene .col .row {
    margin-bottom: 16px;
    padding: 32px;
    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 .title {
    font-weight: 500;
    font-size: 24px;
    color: #28282d;
    line-height: 32px;
    white-space: pre-wrap;
}

.aiRobot .pay-section .scene .col .row .desc {
    margin-top: 4px;
    font-weight: 300;
    font-size: 14px;
    color: rgba(40, 40, 45, 0.5);
    line-height: 19px;
}

.aiRobot .pay-section .scene .col:first-child {
    margin-right: 16px;
}

.aiRobot .pay-section .scene .col:first-child .row {
    height: 548px;
}

.aiRobot .pay-section .scene .col:last-child .row:first-child {
    height: 736px;
}

.aiRobot .pay-section .scene .col:last-child .row:last-child {
    height: 360px;
}

.aiRobot .various-section {
    padding: 100px 0 120px;
}

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

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

.aiRobot .various-section .various .content {
    margin-top: 64px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.aiRobot .various-section .various .content .list {
    -webkit-flex: 0 0 1192px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 1192px;
    flex: 0 0 1192px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -16px;
}

.aiRobot .various-section .various .content .list .item {
    -webkit-flex: 0 0 588px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 588px;
    flex: 0 0 588px;
    min-width: 0;
    height: 360px;
    position: relative;
    margin-right: 16px;
    margin-bottom: 16px;
    border-radius: 16px;
    overflow: hidden;
}

.aiRobot .various-section .various .content .list .item:nth-child(2n) {
    margin-right: 0;
}

.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: 48px 20px 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
    line-height: 32px;
    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.5);
}

.ai-video-mask video {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1200px;
    height: 600px;
    -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;
}