/* 齿科桌面扫描仪  start -------------*/
.general .Promotional {
    width: 100%;
    height: 45rem;
    background: url('../../img/homeImg/banner2.png') no-repeat;
    background-size: 100% 100%;
}

.swiper {
    position: relative;
    overflow: hidden;
}

/* 轮播图样式 */
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #ffffff !important;
}

.swiper-pagination-bullet-active::after {
    animation: swiperPag .5s;
    animation-fill-mode: forwards;
}

span.swiper-pagination-bullet {
    margin: 1.1875rem 1.9375rem !important;
    position: relative;
    width: .75rem !important;
    height: .75rem !important;
    opacity: 1;
    background-color: #ffffff;
    transition: all .3s;
    cursor: pointer;
}

span.swiper-pagination-bullet::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-radius: 50%;
    border: 1px solid #fff;
}

@keyframes swiperPag {
    0% {
        width: 0;
        height: 0;
    }

    100% {
        width: 3rem;
        height: 3rem;
    }
}

.swiper-pagination {
    bottom: 1.5625rem !important;
}

.swiper-container-free-mode>.swiper-wrapper {
    align-items: center;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
    transform: translateY(-50%);
    background-size: auto;
    margin-top: 0;
    width: 3rem;
    height: 3rem;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3.5625rem;
    opacity: 1;
    background-size: 50% 50%;
}

.swiper .swiper-button-prev {
    left: .5rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper .swiper-button-next {
    right: .5rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

div.swiper-button-prev {
    left: .5rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

div.swiper-button-next {
    right: .5rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper .swiper-wrapper .swiper-slide .home-conten-box1 img {
    width: 36.25rem;
    height: 36.25rem;
}

div.swiper-button-next,
div.swiper-button-prev {
    transform: translateY(-50%);
    background-size: auto;
    margin-top: 0;
    width: 4rem;
    height: 4rem;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3.5625rem;
    opacity: 1;
    background-size: 50% 50%;
}

.general .introduction {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 2.5rem 6.25rem 0;
    margin: 6.25rem 12.5rem 7.5rem;
}

.general .introduction .leftcontent {
    width: 36.25rem;
}

.general .introduction .leftcontent>.tit {
    margin-bottom: 3rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 800;
    font-size: 2.5rem;
    color: #0B0B0D;
    line-height: 3.5rem;
}

.general .introduction .leftcontent .advantage .advantageTit {
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 1.25rem;
    color: #0B0B0D;
    line-height: 2.25rem;
}

.general .introduction .leftcontent .advantage ul {
    margin-top: .75rem;
    margin-bottom: 3rem;
    list-style: unset;
}

.general .introduction .leftcontent .advantage ul li {
    position: relative;
    padding-left: 1.25rem;
    /* list-style: unset; */
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 1.125rem;
    color: #323238;
    line-height: 2.25rem;
}

.general .introduction .leftcontent .advantage ul li::before {
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: .375rem;
    height: .375rem;
    border-radius: 50%;
    background-color: #323238;
}

.general .introduction .leftcontent .peculiarity .peculiarityTit {
    margin-bottom: 1rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 1.25rem;
    color: #0B0B0D;
    line-height: 1.75rem;
}

.general .introduction .leftcontent .peculiarity ul li {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 1.125rem;
    color: #323238;
    line-height: 2.25rem;
}

.general .introduction .leftcontent .consult {
    display: block;
    margin-top: 4rem;
    height: 4.5rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 1.5rem;
    color: #FFFFFF;
    line-height: 4.5rem;
    background: #90D12E;
    border-radius: .625rem;
    text-align: center;
}

.general .introduction .rightImgContent {
    width: 36.25rem;
}

.general .introduction .rightImgContent .bigImgbox {
    overflow: hidden;
    height: 36.25rem;
    width: 36.25rem;
    border: 1px solid #DCDCE3;
    border-radius: 1rem;
}

.general .introduction .rightImgContent .smallList {
    margin-top: 1.5rem;
}

.general .introduction .rightImgContent .smallList ul {
    display: flex;
    justify-content: center;
    width: 36.25rem;
}

.general .introduction .rightImgContent .smallList li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.25rem;
    width: 8rem;
    height: 8rem;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    background-color: #F9F9FC;
    border-radius: .5rem .5rem 0 0;
}

.general .introduction .rightImgContent .smallList li:nth-last-child(1) {
    margin-right: 0;
}

.general .introduction .rightImgContent .smallList li.active {
    border-color: #90d12e;
}

.general .introduction .rightImgContent .smallList li img {
    width: 80%;
}

.general .softwareImgCarousel {
    background-color: #ffffff;
    overflow: hidden;
}

.general .softwareImgCarousel .tit {
    margin-top: 7.875rem;
    margin-bottom: 3.5rem;
    font-size: 2.5rem;
    font-family: PingFang SC-Heavy, PingFang SC;
    font-weight: 800;
    color: #17171a;
    line-height: 2.9375rem;
    text-align: center;
}

.general .softwareImgCarousel .carouselContent {
    position: relative;
    margin: 0 auto;
    margin-bottom: 2.5rem;
    width: 71.25rem;
    /* background: #fafafc; */

    /* 兼容Safari */
    -webkit-user-select: none;
    /* 兼容IE 10+ 和 Edge */
    -ms-user-select: none;
    /* 
        ⏹禁止用户选中的标准语法
    */
    user-select: none;
}

.general .softwareImgCarousel .carouselContent ul {
    display: flex;
    transition: all 1s linear;
    cursor: grab;
}

.general .softwareImgCarousel .carouselContent ul li.active {
    opacity: 1;
    /* transition: all .1s; */
}

.general .softwareImgCarousel .carouselContent ul li {
    opacity: 0.2;
    margin-right: 2.5rem;
}

.general .softwareImgCarousel .carouselContent ul li:nth-last-child(1) {
    margin-right: 0;
}

.general .softwareImgCarousel .carouselContent ul li img {
    width: 71.25rem;
    height: 40rem;
    background: #fafafc;
}

/* 左右按钮 */
.general .softwareImgCarousel .carouselContent .leftBtn,
.general .softwareImgCarousel .carouselContent .rightBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4rem;
    height: 4rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3.5625rem;
    cursor: pointer;
}

.general .softwareImgCarousel .carouselContent .leftBtn::before,
.general .softwareImgCarousel .carouselContent .rightBtn::before {
    content: "";
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%) rotate(45deg);
    border: 2px solid #ffffff;
    border-left: 0;
    border-bottom: 0;
}

.general .softwareImgCarousel .carouselContent .leftBtn::before {
    transform: translate(-50%, -50%) rotate(-135deg);
    left: 55%;
}

.general .softwareImgCarousel .carouselContent .leftBtn {
    left: 5rem;
}

.general .softwareImgCarousel .carouselContent .rightBtn {
    right: 5rem;
}

.general .softwareImgCarousel .quickNavigation {
    margin-bottom: 7.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.general .softwareImgCarousel .quickNavigation ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.general .softwareImgCarousel .quickNavigation ul li {
    position: relative;
    margin-right: 3.25rem;
    font-size: 1.5rem;
    font-family: PingFang SC-Bold, PingFang SC;
    color: #999999;
    line-height: 1.75rem;
    cursor: pointer;
}

.general .softwareImgCarousel .quickNavigation ul li.active {
    color: #17171A;
    /* transition: all .1s; */
}

.general .softwareImgCarousel .quickNavigation ul li:nth-last-child(1) {
    margin-right: 0;
}

.general .softwareImgCarousel .quickNavigation ul li::before {
    content: "/";
    position: absolute;
    top: 50%;
    right: -2rem;
    transform: translateY(-50%);
    width: 0.75rem;
    height: 2.125rem;
    font-size: 1.5rem;
    font-family: PingFang SC-Bold, PingFang SC;
    color: #999999;
    line-height: 1.75rem;
}

.general .softwareImgCarousel .quickNavigation ul li:nth-last-child(1)::before {
    display: none;
}
