.banner_border::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 40%;
    width: 1.354167vw;
    height: .208333vw;
    background: #30B3B7;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

ul {
    list-style: none;
    padding: 0;
}

.banner_border_all {
    position: relative;
}

.banner_border_all::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 40%;
    width: 1.354167vw;
    height: .208333vw;
    background: #30B3B7;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.container {
    width: 100%;
    height: 750px;
    background: url(../../img/deliveryAssistant/assistantBg.png) no-repeat;
    background-size: 100% 776px;
    margin-top: 60px;
}

.hero-section {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.hero-header {
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 42px;
    line-height: 22px;
    color: #000;
    padding-top: 100px;
    padding-bottom: 60px;
}

.highlight {
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 42px;
    color: #0057F0;
}

.main-content {
    display: flex;
    justify-content: space-between;
}

.features-area {
    /* width: 523px; */
}

.features-list .feature-item {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 24px;
    white-space: nowrap;
}

.cta-container .cta-primary {
    width: 312px;
    height: 62px;
    border-radius: 10px;
    gap: 10px;
    border: 0;
    background: #0057F0;
    color: #FFFFFF;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 20px;
    line-height: 62px;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
}

.cta-container .cta-primary:hover {
    background: #004ed4;
}

.cta-container .cta-primary .cta-icon {
    vertical-align: middle;
    width: 28px;
    height: 28px;
    margin-left: 3px;
}

.auxiliary-links {
    display: flex;
    justify-content: space-between;
    width: 310px;
    margin-top: 68px;
}

.auxiliary-links .aux-link-item {
    width: 130px;
    height: 130px;
    border-radius: 10px;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.4);
    text-align: center;
    cursor: pointer;
    color: #212121;
}

.auxiliary-links .aux-link-item:hover {
    border: 2px solid #0057F0;
    color: #0057F0;
}

.auxiliary-links .aux-link-item .aux-link-icon {
    width: 40px;
    height: 40px;
    margin-top: 28px;
}

.auxiliary-links .aux-link-item .aux-link-text {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
}

.sidebar {
    flex: 1;
    margin-top: -50px;
}

.platform-switcher {
    display: flex;
    width: 300px;
    margin: auto;
}

.platform-btn {
    width: 150px;
    height: 50px;
    background: rgba(255, 255, 255, 0.6);
    border: 2px solid #fff;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #3A3A3A;
    cursor: pointer;
}


.platform-btn:first-child {
    border-radius: 50px 0 0 50px;
}

.platform-btn:last-child {
    border-radius: 0 50px 50px 0;
}

.is-active {
    background: #0057F0;
    color: #fff;
    border: 0;
}

.platform-btn:not(.is-active):hover {
    background: rgba(255, 255, 255, 0.8);
}

.video-preview {
    width: 794px;
    height: 491px;
    background: url(../../img/deliveryAssistant/book.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.video-box {
    padding-top: 55px;
    width: 600px;
    height: 380px;
    margin: auto;
    object-fit: cover;

}

.video-box video {
    /* height: auto; */
    object-fit: cover;
}