/* 要发版就删除 https://public-1259630247.cos.ap-shanghai.myqcloud.com */
#home {
    --section0-content0-imgUrl: url("https://public-1259630247.cos.ap-shanghai.myqcloud.com/website/www/images/index/s1_bg.jpg");
    --section1-imgUrl: url("https://public-1259630247.cos.ap-shanghai.myqcloud.com/website/www/images/index/s2_bg.webp");
    --section6-imgUrl: url("https://public-1259630247.cos.ap-shanghai.myqcloud.com/website/www/images/index/s1_bg.jpg");
}

/*屏1------------屏1---------*/
#section0 #content0 {
    height: 100%;
    display: flex;
    background-image: var(--section0-content0-imgUrl);
    background-size: 100% 100%;
    flex-direction: column;
    justify-content: space-between;
}

#section0 #content0 .carousel-item {
    transition: transform 1s ease, opacity .5s ease-out !important;
}

#section0 #content0 .slideItem {
    /*padding: 8% 0 0;*/
    justify-content: flex-start;
    position: relative;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.38);

}

#section0 #content0 .slideItem .topH {
    height: 30%;
}

#section0 #content0 .slideItem .top {
    height: 28%;
}

#section0 #content0 .slideItem .play {
    justify-content: space-between;
    height: 17%;
}

/* 视频播放 */
#section0 #content0 .cus_slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#section0 #content0 .overlay-video {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    background-position: center center;
    object-fit: cover;
    z-index: -100;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#section0 #content0 .enText {
    letter-spacing: 1.2px;
}

#section0 #content0 .listGroup {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin: 0 3%;
    place-items: center;
}

#section0 #content0 .listGroup .title {
    font-size: 1.5rem;
    padding-bottom: 0.625rem;
}

#section0 #content0 .listGroup .btn {
    padding: 0.25rem 1.06rem;
    border: 1px solid #fff;
}

#section0 #content0 .listGroup .lookDetailImg {
    width: 0.875rem;
    height: auto;
    transform: rotate(180deg);
}

#section0 #content0 .guideBtn {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 55%);
    text-align: center;
    border-radius: 50% 50% 0 0;
    width: 23.875rem;
    height: 24rem;
    margin-right: 8%;
    margin-bottom: -12rem;
    margin-top: auto;
}

#section0 #content0 .guideBtn .guideImg {
    width: 3.375rem;
    height: auto;
    padding-top: 1.875rem;
    /*transition: padding-top 0.3s ease; !* 设置动画 *!*/
    animation: guideImg-pt 2s infinite;
}

@keyframes guideImg-pt {
    0% {
        padding-top: 1.875rem;
    }

    50% {
        padding-top: 2.875rem;
    }

    100% {
        padding-top: 1.875rem;
    }
}

/*屏2------------屏2---------*/

/*导航------*/
.viewing-page-2 .navbar .navbar-nav .nav-link {
    color: var(--black);
}

.viewing-page-2 #menu .rightText {
    background-color: var(--orange-opacity-10);
    text-align: center;
    border-radius: 0 0 50% 50%;
    height: 24rem;
    margin-top: -12rem;
    padding-top: 2.375rem;
    transition: background-color 1s, color 1s, box-shadow 1s;
    color: var(--orange);
}

.viewing-page-2 #menu .icon_phone path,
.viewing-page-2 #menu .navbar .rightText .switchSvg path {
    fill: var(--orange);
}

.viewing-page-2 .navbar .navbar-nav .nav-link:focus,
.viewing-page-2 .navbar .navbar-nav .nav-link:hover {
    color: var(--black-opacity-75);
}

.viewing-page-2 .navbar .navbar-nav .nav-item.active .nav-link {
    color: var(--orange);
}

.viewing-page-2 .onepage-pagination li a.active:before,
.viewing-page-2 #menu .navbar .nav-item.active::after {
    background-color: var(--orange);
}

.viewing-page-2 .onepage-pagination li a:before {
    background: var(--black-opacity-10);
}

/*屏2内容------*/
#section1 {
    background-image: var(--section1-imgUrl), linear-gradient(128deg, rgba(247, 247, 247, 1), rgba(247, 247, 247, 1));
    background-size: 100% 100%;
}

#content1 .top {
    /*导航高度*/
    margin-top: 5rem;
    padding-top: 2.875rem;
}

#content1 .top .dotWarp {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

#content1 .top .title {
    margin: 0 0.625rem;
}

#content1 .top .dot,
#content1 .top .dotWarp::after,
#content1 .top .dotWarp::before {
    content: " ";
    display: block;
    width: 0.56rem;
    height: 0.56rem;
    margin: 0 0.02rem;
    background-color: var(--orange);
    border-radius: 50%;
}

#content1 .top .dot:nth-child(1) {
    background-color: var(--orange-opacity-60);
}

#content1 .top .dotWarp:nth-child(1)::before {
    background-color: var(--orange-opacity-20);
}

#content1 .top .dotWarp:last-child::after {
    background-color: var(--orange-opacity-20);
}

#content1 .top .tabsWarp {
    padding: 1.25rem 0;
    border-bottom: 1px solid rgba(112, 112, 112, 0.1);
}

#content1 .top .nav-tabs {
    width: 36rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.31rem;
    margin: auto;
    border-bottom: none;
    position: relative;
    left: 0;
}

#content1 .top .nav-tabs::after {
    content: ' ';
    display: block;
    width: 1.75rem;
    height: 0.25rem;
    position: absolute;
    background-color: var(--orange);
    border-radius: 0.2rem;
    margin-bottom: -5.5rem;
    color: var(--orange);
    transition: all 0.2s ease-out;
    left: 0;
}

#content1 .top .nav-tabs .nav-item.active .nav-link {
    color: var(--orange);
}

#content1 .top .nav-tabs-1::after {
    left: 3.49rem;
}

#content1 .top .nav-tabs-2::after {
    left: calc(3.49rem + 13.65rem);
}

#content1 .top .nav-tabs-3::after {
    left: calc(3.49rem + 13.65rem * 2);
}

#content1 .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
}

#content1 .itemsCon .conItm {
    padding: 2.6875rem 3rem 0;
    border-radius: 0.75rem;
}

#content1 .itemsCon .conItm>div {
    background-size: auto 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
}

#content1 .itemsCon .conItm.con_item_last {
    padding-top: 0;
}

#content1 .itemsCon .conItm.con_item_last>div {
    padding-top: 2.6875rem;
    background-size: auto 73%;
    background-position: right center;
}

#content1 .itemsCon .smallItm {
    padding: 2.6875rem 1.8125rem 0;
}

#content1 .itemsCon .conItm .title {
    padding-bottom: 1.1875rem;
}

#content1 .itemsCon .conItm:hover {
    box-shadow: 3px 7px 17px 1px rgba(0, 0, 0, 0.04);
}

#content1 .itemsCon .conItm:hover .icon {
    visibility: visible;
}

#content1 .itemsCon .title {
    color: var(--black);
}

#content1 .itemsCon .con {
    color: var(--black-opacity-50);
    letter-spacing: 1.2px;
}

#content1 .itemsCon .price {
    color: var(--orange);
    padding-top: 1.9375rem;
    padding-bottom: 3rem;
}

#content1 .bottomBtn {
    color: var(--black-opacity-50);
    padding: 0.687rem 2.25rem;
    border: 1px solid var(--black-opacity-50);
}

#content1 .bottomBtn .icon {
    width: 1.25rem;
    margin-left: 0.5rem;
    height: auto;
}

#content1 .bottomBtn .icon path {
    fill: var(--black-opacity-50);
}

#content1 .bottomBtn:hover {
    color: var(--orange);
    border-color: var(--orange);
}

#content1 .bottomBtn:hover .icon path {
    fill: var(--orange);
}

/*屏3------------屏3---------*/

/*导航------*/
.viewing-page-3 #menu .header {
    background-color: rgba(255, 255, 255, 0.26);
}

.viewing-page-3 .navbar .navbar-nav .nav-link,
.viewing-page-3 .navbar .navbar-nav .nav-link:focus,
.viewing-page-3 .navbar .navbar-nav .nav-link:hover {
    color: var(--black);
}

.viewing-page-3 #menu .rightText,
.viewing-page-3 .navbar .navbar-nav .nav-item.active .nav-link {
    color: var(--orange);
}

.viewing-page-3 #menu .rightText .icon_phone path,
.viewing-page-3 #menu .navbar .rightText .switchSvg path {
    fill: var(--orange);
}

.viewing-page-3 #menu .navbar .rightText .itemImg {
    border-color: var(--orange-opacity-16);
}

.viewing-page-3 #menu .navbar .nav-item.active::after,
.viewing-page-3 .onepage-pagination li a.active:before {
    background-color: var(--orange);
}

/*右边指示器*/
.viewing-page-3 .onepage-pagination li a:before {
    background: var(--black-opacity-10);
}

/*屏3内容------*/
#content2 {
    background: #FBFAFF;
}

#content2 .top {
    /*导航高度*/
    margin-top: 4rem;
    padding-top: 2.875rem;
}

#content2 .top .dotWarp {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

#content2 .top .title {
    margin: 0 0.625rem;
    text-align: center;
    line-height: normal;
}

#content2 .top .dot,
#content2 .top .dotWarp::after,
#content2 .top .dotWarp::before {
    content: " ";
    display: block;
    width: 0.56rem;
    height: 0.56rem;
    margin: 0 0.02rem;
    background-color: var(--orange);
    border-radius: 50%;
}

#content2 .top .dot:nth-child(1) {
    background-color: var(--orange-opacity-60);
}

#content2 .top .dotWarp:nth-child(1)::before {
    background-color: var(--orange-opacity-20);
}

#content2 .top .dotWarp:last-child::after {
    background-color: var(--orange-opacity-20);
}

#content2 .childItm {
    padding: 3.1875rem;
    box-shadow: 4px 4px 30px 1px rgba(0, 0, 0, 0.05);
    border-radius: 0.625rem;
    transition: margin 0.2s ease-out;
}

#content2 .childItm .imageSty {
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    background-color: #fff;
    border: 3px solid var(--orange);
}

#content2 .childItm .title {
    padding-bottom: 0.6875rem;
    color: var(--black1);
}

#content2 .childItm .con {
    color: var(--gray);
}

#content2 .childItm .lookBtn {
    color: var(--orange);
    padding: 0.75rem 1.875rem 0.75rem 3.4rem;
    border: 1px solid var(--orange);
    border-radius: 1.9375rem;
    line-height: 1px;
    background-color: #fff;
}

#content2 .childItm .lookBtn .cardIcon {
    width: 1.9375rem;
    height: auto;
    visibility: hidden;
}

#content2 .childItm:hover {
    box-shadow: 4px 4px 30px 1px rgba(0, 0, 0, 0.25);
    background: linear-gradient(180deg, #FF6400 0%, #FF6F00 100%);
    margin-top: -2.375rem;
    margin-bottom: 2.375rem;
}

#content2 .childItm:hover .title {
    color: #fff;
}

#content2 .childItm:hover .con {
    color: #F2F2F2;
    font-size: 1.125rem;
}

#content2 .childItm:hover .cardIcon {
    visibility: visible;
}

#content2 .bottomBtn {
    color: var(--black-opacity-50);
    padding: 0.687rem 2.25rem;
    border: 1px solid var(--black-opacity-50);
}

#content2 .bottomBtn .icon {
    width: 1.25rem;
    margin-left: 0.5rem;
    height: auto;
}

#content2 .bottomBtn .icon path {
    fill: var(--black-opacity-50);
}

#content2 .bottomBtn:hover {
    color: var(--orange);
    border-color: var(--orange);
}

#content2 .bottomBtn:hover .icon path {
    fill: var(--orange);
}

/*屏4------------屏4---------*/
/*屏4内容------*/
#content3 .top {
    /*导航高度*/
    margin-top: 4rem;
    padding-top: 3.875rem;
}

#content3 .top .dotWarp {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

#content3 .top .title {
    margin: 0 0.625rem;
    text-align: center;
}

#content3 .top .dot,
#content3 .top .dotWarp::after,
#content3 .top .dotWarp::before {
    content: " ";
    display: block;
    width: 0.56rem;
    height: 0.56rem;
    margin: 0 0.02rem;
    background-color: var(--orange);
    border-radius: 50%;
}

#content3 .top .dot:nth-child(1) {
    background-color: var(--orange-opacity-60);
}

#content3 .top .dotWarp:nth-child(1)::before {
    background-color: var(--orange-opacity-20);
}

#content3 .top .dotWarp:last-child::after {
    background-color: var(--orange-opacity-20);
}

#content3 .conWarp {
    margin-bottom: 5rem;
}

#content3 .conWarp .square {
    position: relative;
    overflow: hidden;
    width: 42.125rem;
    height: 0;
    padding-bottom: 42.125rem;
}

#content3 .conWarp .square img {
    /* position: absolute; */
    width: 100%;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%; */
    object-fit: cover;
    object-position: center;
    background-size: cover;
    background-position: center;
}

#content3 .conWarp .desc {
    position: relative;
    overflow: hidden;
    padding-bottom: 42.125rem;
    height: 0;
    margin: auto;
}

#content3 .conWarp .desc .descItem {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#content3 .conWarp .desc .descItem .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#content3 .conWarp .desc .descItem .con {
    letter-spacing: 1.2px;
    height: 5.375rem;
    line-height: 2.0625rem;
    overflow: auto;
    /* -webkit-line-clamp: 3; */

}

#content3 .conWarp .desc .descItem .btn {
    background-color: var(--orange);
    box-shadow: 0px 3px 6px 1px rgba(255, 100, 0, 0.32);
    border-radius: 1.875rem;
    width: 13rem;
    color: #fff;
    height: 3.75rem;
}


/*屏5------------屏5---------*/

/*导航------*/
.viewing-page-5 .navbar .navbar-nav .nav-link,
.viewing-page-5 .navbar .navbar-nav .nav-link:focus,
.viewing-page-5 .navbar .navbar-nav .nav-link:hover {
    color: var(--black);
}

.viewing-page-5 #menu .rightText,
.viewing-page-5 .navbar .navbar-nav .nav-item.active .nav-link {
    color: var(--orange);
}

.viewing-page-5 #menu .header {
    background-color: rgba(255, 255, 255, 0.26);
}

.viewing-page-5 #menu .rightText .icon_phone path,
.viewing-page-5 #menu .navbar .rightText .switchSvg path {
    fill: var(--orange);
}

.viewing-page-5 #menu .navbar .nav-item.active::after,
.viewing-page-5 .onepage-pagination li a.active:before {
    background-color: var(--orange);
}

.viewing-page-5 #menu .navbar .rightText .itemImg {
    border-color: var(--orange-opacity-16);
}

/*右边指示器*/
.viewing-page-5 .onepage-pagination li a:before {
    background: var(--black-opacity-10);
}

/*屏5内容------*/
#section4 {
    background: linear-gradient(90deg, #E6E9F8 0%, #F3F2FA 47%, #F7F4FB 100%);
}


#content4 .top {
    /*导航高度*/
    margin-top: 4rem;
    padding-top: 3.875rem;
}

#content4 .top .dotWarp {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

#content4 .top .title {
    margin: 0 0.625rem;
}

#content4 .top .dot,
#content4 .top .dotWarp::after,
#content4 .top .dotWarp::before {
    content: " ";
    display: block;
    width: 0.56rem;
    height: 0.56rem;
    margin: 0 0.02rem;
    background-color: var(--orange);
    border-radius: 50%;
}

#content4 .top .dot:nth-child(1) {
    background-color: var(--orange-opacity-60);
}

#content4 .top .dotWarp:nth-child(1)::before {
    background-color: var(--orange-opacity-20);
}

#content4 .top .dotWarp:last-child::after {
    background-color: var(--orange-opacity-20);
}

#content4 .gradient-text {
    font-weight: bold;
    background: linear-gradient(72deg, #FF8800 0%, #FFA401 100%);
    -webkit-background-clip: text;
    color: transparent;
}

#content4 .addIcon {
    font-size: 2rem;
    font-weight: bold;
}

#content4 .bottom {
    /* 使用渐变的遮罩效果来控制边缘透明 */
    mask-image: radial-gradient(circle, #fff 80%, #ffffff00 100%);
    -webkit-mask-image: radial-gradient(circle, #fff 80%, #ffffff00 100%);
}

#content4 .moveWarp {
    position: relative;
}

#content4 .moveWarp::before,
#content4 .moveWarp::after {
    content: " ";
    width: 5%;
    position: absolute;
    z-index: 1;
    height: 100%;
}

#content4 .moveWarp::before {
    background: linear-gradient(to right, #E6E9F8 0%, rgba(230, 233, 248, 0.671) 50%, rgba(230, 233, 248, 0) 100%);
    left: 0;
}

#content4 .moveWarp::after {
    background: linear-gradient(to left, rgb(247, 244, 251) 0%, rgba(247, 244, 251, 0.671) 50%, rgba(247, 244, 251, 0) 100%);
    right: 0;
}

#content4 .move {
    animation: content4_slide_move 10s linear infinite;
    animation-play-state: running;
    position: absolute;
    cursor: pointer;
}

#content4 .move:hover {
    animation-play-state: paused;
}

#content4 .carouselWarp_0 {
    transform: translateY(12.5%);
}

#content4 .carouselWarp_1 {
    transform: translateX(calc((var(--home-content4_slide_move-width) + 0.8rem * 2)/-2)) translateY(-12.5%);
}

#content4 .carouselWarp .carouselItem {
    margin: 0.625rem 1.6rem 0.625rem 0;
    width: var(--home-content4_slide_move-width);
    transition: all 500ms linear;
}

#content4 .carouselWarp .carouselItem .imgWarp {
    position: relative;
    background-color: #fff;
    transition: all 500ms linear;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

#content4 .carouselWarp .carouselItem .imgWarp img {
    width: var(--home-content4_slide_move-width);
    height: auto;
    aspect-ratio: 494/584;
    transition: all 500ms linear;
}

#content4 .carouselWarp .carouselItem .imgWarp .hexagon-path {
    fill: transparent;
    stroke-width: 8;
    stroke-dasharray: 800;
    /* 总路径长度 */
    stroke-dashoffset: 800;
}

#content4 .carouselWarp .carouselItem:hover {
    filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.1));
}

#content4 .carouselWarp .carouselItem:hover .imgWarp {
    transform: scale(1.1);
}

#content4 .carouselWarp .carouselItem:hover .imgWarp img {
    transform: scale(1.3);
}

#content4 .carouselWarp .carouselItem:hover .imgWarp .hexagon-path {
    animation: content4_line-draw 2s ease forwards;
    stroke: var(--orange);
}

@keyframes content4_line-draw {
    0% {
        stroke-dashoffset: 800;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes content4_slide_move {
    0% {
        transform: translateX(0);
    }

    100% {
        /* -1往左移动 9--单个数量 */
        transform: translateX(calc((var(--home-content4_slide_move-width) + 1.6rem) * -1 * var(--home-content4_slide_total)));
    }
}

/*屏6------------屏6---------*/

/*导航------*/
.viewing-page-6 .navbar .navbar-nav .nav-link,
.viewing-page-6 .navbar .navbar-nav .nav-link:focus,
.viewing-page-6 .navbar .navbar-nav .nav-link:hover {
    color: var(--black);
}

.viewing-page-6 #menu .rightText,
.viewing-page-6 .navbar .navbar-nav .nav-item.active .nav-link {
    color: var(--orange);
}

.viewing-page-6 #menu .header {
    background-color: rgba(255, 255, 255, 0.6);
}

.viewing-page-6 #menu .rightText .icon_phone path,
.viewing-page-6 #menu .navbar .rightText .switchSvg path {
    fill: var(--orange);
}

.viewing-page-6 #menu .navbar .nav-item.active::after,
.viewing-page-6 .onepage-pagination li a.active:before {
    background-color: var(--orange);
}

.viewing-page-6 #menu .navbar .rightText .itemImg {
    border-color: var(--orange-opacity-16);
}

/*右边指示器*/
.viewing-page-6 .onepage-pagination li a:before {
    background: var(--black-opacity-10);
}

/* 屏6内容-- */
#section5 {
    background: #FBFAFF;
}

#content5 .top {
    /*导航高度*/
    margin-top: 4rem;
    padding-top: 3.875rem;
}

#content5 .top .dotWarp {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

#content5 .top .title {
    margin: 0 0.625rem;
}

#content5 .top .dot,
#content5 .top .dotWarp::after,
#content5 .top .dotWarp::before {
    content: " ";
    display: block;
    width: 0.56rem;
    height: 0.56rem;
    margin: 0 0.02rem;
    background-color: var(--orange);
    border-radius: 50%;
}

#content5 .top .dot:nth-child(1) {
    background-color: var(--orange-opacity-60);
}

#content5 .top .dotWarp:nth-child(1)::before {
    background-color: var(--orange-opacity-20);
}

#content5 .top .dotWarp:last-child::after {
    background-color: var(--orange-opacity-20);
}

#content5 .move {
    cursor: pointer;
}

#content5 .imgWarp {
    background-color: #fff;
    transition: all 500ms linear;
    padding: 1.25rem 1rem;
    border-radius: 0.625rem;
}

#content5 .imgWarp:hover {
    box-shadow: 4px 4px 30px 2px rgba(0, 0, 0, 0.1);
}

/*屏7------------屏7---------*/
#section6 {
    background-image: linear-gradient(128deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), var(--section6-imgUrl);
    background-size: 100% 100%;
}

#content6 .conWarp {
    padding-top: 4rem;
}

#content6 .conWarp .t_left .gradient-text {
    font-weight: bold;
    background: linear-gradient(72deg, #FF8800 0%, #FFA401 100%);
    -webkit-background-clip: text;
    color: transparent;
}

#content6 .conWarp .t_left .logoArr {
    height: 26rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-6);
    padding: 3.5625rem 2.25rem;
}

#content6 .conWarp .t_left .line {
    height: 1px;
    background: #fff;
}

#content6 .conWarp .t_left .bottom .b_left {
    letter-spacing: 1.5px;
}

#content6 .conWarp .t_left .bottom .qrcode {
    width: 7.93rem;
    height: 7.93rem;
    background-color: #fff;
    border-radius: 0.375rem;
    padding: 1rem;
}

#content6 .conWarp .t_right {
    border: 1px solid #fff;
    padding: 3.5625rem 2.625rem 3.3125rem;
}

#content6 .conWarp .t_right .btn {
    height: 4rem;
}

#content6 input::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

#content6 .conWarp .t_right .form-control {
    background-color: rgba(255, 255, 255, 0.12);
    border: 1px solid #fff;
    border-radius: 0.375rem;
    color: #ffffff;
    padding: 0.93rem 2.25rem;
    height: 4rem;
    font-size: 1.125rem;
}

#content6 .conWarp .t_right .form-control:focus {
    box-shadow: none;
}

#content6 .conWarp .t_right .form-text {
    color: #FF1D00;
    display: flex;
    align-items: center;
    padding: 0.4375rem 0 0.25rem;
}

#content6 .conWarp .t_right .border-error {
    border-color: #FF1D00;
}







/* 移动端样式--------------------移动端样式--------移动端样式--------- */
.mobile-view #home {
    overflow-y: auto;
}

/* 屏1------------ */
.mobile-view .onepage-pagination {
    display: none;
}

.mobile-view #section0 #content0 .slideItem .topH {
    height: 19%;
}

.mobile-view #section0 #content0 .slideItem .top {
    height: auto;
    padding: 0 1rem;
}

.mobile-view #section0 #content0 .slideItem .top>div {
    font-size: 2rem !important;
}

.mobile-view #section0 #content0 .slideItem .listGroup {
    grid-template-columns: repeat(1, 1fr);
    margin: 20% 3%;
}

.mobile-view #section0 #content0 .slideItem .listGroup .btn {
    margin: auto;
}

.mobile-view #section0 #content0 .guideBtn {
    display: none;
}

/* 屏2------------ */

.mobile-view #section1 #content1 {
    padding: 0 1rem;
}

.mobile-view #content1 .itemsCon {
    width: 90% !important;
}

.mobile-view #content1 .itemsCon>div {
    grid-template-columns: repeat(1, 1fr);
}

.mobile-view #content1 .itemsCon .conItm {
    padding: 1.5rem 1.5rem 0;
}

.mobile-view #content1 .itemsCon .conItm.con_item_last {
    padding-top: 0;
}

.mobile-view #content1 .itemsCon .conItm.con_item_last>div {
    padding-top: 1.5rem;
}

.mobile-view #content1 .itemsCon .conItm .title {
    padding-bottom: 0.5rem;
    font-size: 1.6rem !important;
}

.mobile-view #content1 .itemsCon .bgImg {
    background-size: auto 90% !important;
    background-position: right bottom !important;
}

.mobile-view #content1 .itemsCon .conItm .con {
    font-size: 1rem !important;
    width: 60%;
}

.mobile-view #content1 .itemsCon .price {
    padding-top: 1rem;
    padding-bottom: 1.8rem;
}

/* 屏3------------ */
.mobile-view #section2 #content2 {
    padding: 0 1rem;
}

.mobile-view #section2 #content2 .conWarp .topWarp {
    margin: auto;
}

.mobile-view #section2 #content2 .conWarp .con {
    text-overflow: ellipsis;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mobile-view #section2 #content2 .childItm {
    padding: 2.5rem 1.5rem;
}

.mobile-view #content2 .childItm:hover {
    margin-top: -0.5rem;
    margin-bottom: 0.5rem;
}

.mobile-view #section2 #content2 .childItm .imageSty {
    width: 4rem;
    height: 4rem;
    border-width: 2px;
}

.mobile-view #section2 #content2 .childItm .imageSty img {
    width: 2rem !important;
}

.mobile-view #section2 #content2 .childItm .title {
    font-size: 1.5rem !important;
}

.mobile-view #section2 #content2 .top+div {
    min-height: 2.75rem !important;
    height: auto !important;
}

.mobile-view #section2 #content2 .conWarp {
    width: 98% !important;
    flex: 8 !important;
    gap: 1.5rem;
}

.mobile-view #section2 #content2 .lookBtn {
    font-size: 1.2rem !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin: auto;
}
.mobile-view #section2 #content2 .bottomBtn {
    display: none !important;
}

.mobile-view #content2 .childItm .con {
    font-size: 1.24rem;
}

/* 屏4------------ */
.mobile-view #section3 #content3 .conWarp {
    display: flex;
    flex-direction: column;
}

.mobile-view #section3 #content3 .conWarp .square::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(0 0 0 / 85%), rgb(0 0 0 / 17%));
}

.mobile-view #section3 #content3 .conWarp .square,
.mobile-view #section3 #content3 .conWarp .desc {
    height: auto;
    padding-bottom: 0;
    width: 100%;
    overflow: visible;
}
.mobile-view #section3 #content3 .conWarp .square{
    height: 60%;
}
.mobile-view #content3 .conWarp .square img{
    height: 100%;
}

.mobile-view #section3 #content3 .top {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
}

.mobile-view #section3 #content3 .conWarp .descItem>div:last-child {
    display: none !important;
}

.mobile-view #content3 .conWarp .desc .descItem .title {
    position: absolute;
    z-index: 3;
    top: -8rem;
    text-align: center;
}

/* 屏5------------ */
.mobile-view #content4 .headCount>div {
    flex-direction: column;
    gap: 1rem;
}

.mobile-view #content4 .headCount .gradient-text {
    font-size: 2rem !important;
}

.mobile-view #content4 .headCount .addIcon {
    font-size: 1.8rem;
    line-height: 0.5;
}

.mobile-view #content4 .headCount .descText {
    font-weight: 400 !important;
    font-size: 1.5rem !important;
}

.mobile-view #content4 .carouselWarp_2 {
    transform: translateY(-37.5%);
}

/* 屏6------------ */
.mobile-view #content5 .moveWarp .move {
    gap: 1rem !important;
    grid-template-columns: repeat(3, 1fr);
    padding: 0 1rem;
}

/* 屏7------------ */
.mobile-view #content6 .conWarp {
    width: 90% !important;
    margin: 5rem auto 0 !important;
    padding-top: 0;
}

.mobile-view #content6 .conWarp>div {
    flex-direction: column-reverse;
}

.mobile-view #content6 .conWarp .t_left .top,
.mobile-view #content6 .conWarp .t_left .bottom>div:nth-child(1),
.mobile-view #content6 .conWarp .t_left .qrcodeWarp>div:last-child,
.mobile-view #content6 .conWarp .t_left .qrcodeWarp>div:nth-child(1) {
    display: none !important;
}

.mobile-view #content6 .conWarp .t_left .qrcodeWarp {
    display: block !important;
    flex: 0 !important;
}

.mobile-view #content6 .conWarp .t_right {
    padding: 1.949rem 1.645rem;
}

.mobile-view #content6 .conWarp .t_right .title {
    margin-bottom: 1rem !important;
}

.mobile-view #content6 .conWarp .t_right .title>div:nth-child(1) {
    font-size: 1.847rem !important;
}

.mobile-view #content6 .conWarp .t_right .title>div:nth-child(2) {
    font-size: 1.23077rem !important;
}

.mobile-view #content6 .conWarp .t_right .form-control,
.mobile-view #content6 .conWarp .t_right .btn {
    height: 3rem;
}

.mobile-view #content6 .conWarp .t_left .bottom .b_left,
.mobile-view #content6 .conWarp .qrcodeParent {
    gap: 1.2rem;
}

.mobile-view #content6 .flag {
    font-size: 1.23077rem !important;
    margin-top: 0 !important;
    gap: 2rem;
}


.mobile-view #content6 .copyright {
    padding: 2rem 0 1rem !important;
}