#xqbj-container .xqbj-main,
#xqbj-container>.xqbj-main>.xqbj-main-container {
    margin: 0;
    max-width: none;
    min-width: none;
    width: 100%;
}
#xqbj-container .xqbj-main {
    padding: 0;
}
#xqbj-contact-container {
    max-width: var(--default-screen-max-width);
    min-width: var(--default-screen-min-width);
    margin: 0 auto;
}

@media (max-width:959px) {
   #xqbj-container .xqbj-header{
        position:unset;
    }
}
.main-container {
    padding-top: 0;
    /* padding-top: 4.8rem; */
}
.slider-content {
    display: flex;
    flex-direction: row;
    padding-bottom: .2rem;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    position: fixed;
    width: 100%;
    background: black;
    z-index: 98;
    max-width: 660px;
    height: 4.8rem;
    -webkit-user-drag: none;
    user-select: none;
    touch-action: pan-x;
    overscroll-behavior-x: none;
    overscroll-behavior-y: none;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.slider-content::-webkit-scrollbar {
    display: none;
}

.slider-content.is-dragging {
    cursor: grabbing;
    user-select: none;
}
.slider-item {
    border: 1px solid rgb(46, 46, 46);
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    color: rgb(183, 183, 183);
    padding: 0.7rem 0.8rem;
    margin-right: 0.5rem;
    border-radius: 0.5rem;
    line-height: 1.4;
    -webkit-user-drag: none;
    user-select: none;
}
.slider-item .span {
    box-sizing: border-box;
    color: #fff;
    font-weight: 700;
    font-size: inherit;
    text-align: center;
    white-space: nowrap;
}
.span.active, .slider-item.active .span {
    color: var(--theme-color);
}

.video-list {
    padding: 0 0.5rem;
}

@media screen and (max-width: 640px) {
    .slider-content {
        padding-left: .3rem;
        padding-right: .3rem;
    }

    .nav-mobile-header .nav-menu-btn img {
        padding: 0.5rem;
    }

    .nav-mobile-header__left {
        gap: 0;
    }
    .ai-logo-entry {
        margin-left: -8px;
        margin-top: -6px;
    }
}


/* 添加到桌面 start */
.addbox {
    position: fixed;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    bottom: 0;
    left: 0;
    z-index: 3;
    display: none;
}

.addbox > div {
    background: rgba(0, 0, 0, 0.8);
    padding: 0.6rem;
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    float: left;
    width: 100%;
}
.addbox > div img {
    width: 2.74rem;
    margin-left: 0.4rem;
}
.addbox > div button {
    width: 3.2rem;
    height: 1.5rem;
    color: #0a001f;
    background: rgb(243, 149, 27);
    border: none;
    margin-right: 2rem;
    border-radius: 4px;
}
.addbox > div i {
    position: absolute;
    top: 0.3rem;
    right: 0.56rem;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-style: unset;
}
.addbox > div > span {
    flex: 1;
    padding-left: 1rem;
}
.closeX:before,
.closeX:after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 1px;
    width: 15px;
    background: white;
    transform-origin: center;
}
.closeX:before {
    transform: rotate(45deg);
}

.closeX:after {
    transform: rotate(-45deg);
}
.van-overlay {
    position: fixed;
    left: 0;
    top:0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}
.bg-layout {
    position: relative;
    width: 90%;
    height: 100%;
    display: flex;
    max-width: 420px;
    top: initial;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
}
.box{
    width: 100%;
    height: 45vh;
    border-radius: 1.2rem;
    background-color: rgb(43,42,42);
}
.box2{
    margin-left: 10%;
    width: 80%;
    height: 100%;
}
.box2 img{
    width: 100%;
    height: 35vh;
    object-fit: cover;
}
.closebox{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 20%;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.closeDilog{
    width: 2.4rem;
    height: 2.4rem;
    line-height: 2.4rem;
    text-align: center;
    background-color: rgba(43,42,42,1);
    border-radius: 1.2rem;
    color: white;
}
.add-to-desktop-overlay .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
}
.add-to-desktop-overlay .swiper-pagination-bullet {
    width: 18px !important;
    height: 18px !important;
    display: block !important;
    box-sizing: border-box;
    border-radius: 50%;
    margin: 0 6px !important;
    background-color: rgb(21, 21, 21) !important;
    opacity: 0.2;
}
.add-to-desktop-overlay .swiper-pagination-bullet-active {
    background-color: rgb(243, 149, 27) !important;
    opacity: 1 !important;
}

.add-to-desktop-overlay .swiper-slide {
    padding: 2rem 0;
    height: 100%;
    box-sizing: content-box;
}
.add-to-desktop-overlay .swiper-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 40vh;
}
@media screen and (max-width: 768px) {
    /* 1203hlx 底部提示添加样式控制 */
    body .addbox{
        display: block;
    }
    /* 1203hlx 底部提示添加样式控制 */

}
/* 添加到桌面 end */