/* 访客系统 */
#section1 {
    background-color: #fff6ea;
}

#section2 {
}
#section2 .box-content {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
#section2 .list {
    display: flex;
    flex-direction: row;
    padding-top: 24px;
    padding-bottom: 48px;
}
#section2 .item {
    padding: 20px;
    width: 256px;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    transition: transform 0.5s;
}
#section2 .item + .item {
    margin-left: 48px;
}
#section2 .item .title {
    font-size: 26px;
    color: #101010;
    padding-bottom: 20px;
}
#section2 .item .description {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}
#section2 .item .img-container {
    flex: 1;
    height: 75px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
}
#section2 .item img {
    height: 75px;
}
#section2 .list .active {
    background: linear-gradient(180deg, #ea9e3c 0%, #ea9e3c 60%, #ffffff 100%);
    border-radius: 10px;
    transform: translate(0, -16px);
}
#section2 .list .active .title {
    color: #000000;
}
#section2 .list .active .description {
    color: #000000;
    /*opacity: 0.7;*/
}

@media screen and (max-width: 1200px) {
    #section2 .item {
        padding: 16px;
    }
    #section2 .item + .item {
        margin-left: 16px;
    }
    #section2 .item img {
        height: 80px;
    }
    #section2 .item .title {
        padding-bottom: 10px;
    }
    #section2 .list .active {
        transform: translate(0, -10px);
    }
}
@media screen and (max-width: 768px) {
    #section2 .list {
        flex-wrap: wrap;
        justify-content: center;
    }
    #section2 .item {
        width: 45%;
        padding: 16px;
        margin-top: 16px;
        transition: all 1s;
    }
    #section2 .item + .item {
        margin-left: 16px;
    }
    #section2 .item:nth-child(odd) {
        margin-left: 0;
    }
    #section2 .item:nth-child(n+2) {
        margin-top: 16px;
    }
    #section2 .item img {
        height: 80px;
    }
    #section2 .list .active {
        transform: none;
    }
    #section2 .list .item:hover {
        transform: none;
    }
    #section2 .item .title {
        font-size: 18px;
    }
    #section2 .item .description {
        font-size: 14px;
        height: 167px;
    }
    #section2 .item .img-container {
        height: auto;
    }
}
@media screen and (max-width: 425px) {
    #section2 .item {
        width: 100%;
        margin-left: 0;
        margin-top: 16px;
    }
    #section2 .item + .item {
        margin-left: 0;
    }
}

#section3 {background-color: #f0f5ff;}
#section3 .box-content {
    padding-top: 32px;
    padding-bottom: 56px;
}
#section3 .content {
    display: flex;
    flex-direction: row;
    overflow: hidden;
}
#section3 .left {
    flex: 1;
    display: flex;
    justify-content: center;
}

#section3 .left .left-bg {
    height: 550px;
}
#section3 .right {
    margin-left: 20px;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#section3 .right h2 {
    text-align: left;
    padding-bottom: 48px;
}
#section3 .right p {
    font-size: 20px;
    font-weight: 400;
    color: #5C6675;
    line-height: 30px;
    padding-bottom: 64px;
    letter-spacing: 3px;
}

@media screen and (max-width: 1200px) {
    #section3 .left {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #section3 .left .left-bg {
        height: 350px;
    }
    #section3 .right {
        width: auto;
        margin-left: 10px;
    }
    #section3 .right h2 {
        padding-bottom: 30px;
        font-size: 24px;
    }
    #section3 .right p {
        font-size: 16px;
        padding-bottom: 30px
    }
}
@media screen and (max-width: 768px) {
    #section3 .content {
        display: block;
        position: relative;
        height: 562px;
    }
    #section3 .left {
        display: none;
    }
    #section3 .right {
        margin: 0;
        box-sizing: border-box;
        width: 100%;
        padding: 30px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        background-color: rgba(255, 255, 255, 1);
        border-radius: 20px;
        height: 100%;
        transition: all 1s;
    }
    #section3 .left .left-bg {
        height: 100%;
    }
    #section3 .right h2 {
        font-size: 18px;
    }
    #section3 .right p {
        font-size: 14px;
    }
}
@media screen and (max-width: 425px) {
    #section3 .right h2 {
        padding-bottom: 10px;
    }
    #section3 .right p {
        padding-bottom: 10px;
    }

}

/* 10年行业经验 */
#section4 .box-header h2 {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    padding-bottom: 0;
}
#section4 .feature-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 56px 0 65px 0;
}
#section4 .feature-header .feature-hitem {
    letter-spacing: 2px;
    width: 192px;
    font-size: 26px;
    color: #333333;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
#section4 .feature-header .active {
    color: #ff8a00;
}
#section4 .feature-header .active:after {
    content: '';
    position: absolute;
    width: 86px;
    height: 7px;
    bottom: -18px;
    left:50%;
    transform: translate(-50%, -50%);
    background-color: #ff8a00;
    border-radius: 4px;
}
#section4 .feature-content {
    margin-bottom: 50px;
    height: 400px;
    overflow: hidden;
}
#section4 .nest-section {
    display: flex;
    flex-direction: row;
    height: 400px;
    padding: 0 10px;
}
#section4 .nest-section .nest-list {
    display: flex;
    flex-direction: column;
    width: 550px;
}
#section4 .nest-section .nest-container {
    flex: 1;
    overflow: hidden;
}
#section4 .nest-section .nest-item {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 8px;
    border-left: 8px solid transparent;
}

#section4 .nest-section .nest-item + .nest-item {
    margin-top: 20px;
}

#section4 .nest-item .icon-container {
    height: 120px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#section4 .nest-item .icon-bg {
    padding: 15px;
    border-radius: 50%;
    background-color: #F0F6FF;
}
#section4 .nest-item .icon-container img {
    width: 45px;
    aspect-ratio: 1;
}
#section4 .nest-item .text {}
#section4 .nest-item .title {
    font-size: 26px;
    color: #333333;
    letter-spacing: 1px;
}
#section4 .nest-item .subTitle {
    margin-top: 15px;
    font-size: 18px;
    color: #999999;
    letter-spacing: 2px;
    max-width: 300px;
}

#section4 .active .subTitle, #section4 .active .title{
    color: #ff8a00 !important;
}
#section4 .nest-section .active {
    border-left: 8px solid #ff8a00;
    background: linear-gradient(90deg, rgba(255, 138, 0, 0.49) 0%, transparent 100%);
}
#section4 .nest-section .active .icon-bg {
    background-color: #FFFFFF;
}
#section4 .nest--content {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
#section4 .nest--content img {
    height: 365px;
}
#section4 .nest-contentText {
    display: none;
}

@media screen and (max-width: 1200px) {
    #section4 .box-header h2 {
        font-size: 20px;
    }
    #section4 .feature-header {
        padding: 30px 0;
    }
    #section4 .feature-header .feature-hitem {
        width: 130px;
        font-size: 16px;
    }
    #section4 .feature-header .active:after {
        height: 5px;
        bottom: -6px;
    }
    #section4 .feature-content {
        height: 300px;
    }
    #section4 .nest-section {
        height: 300px;
    }
    #section4 .nest-section .nest-list {
        width: 360px;
    }
    #section4 .nest-item .title {
        font-size: 20px;
    }
    #section4 .nest-item .subTitle {
        font-size: 12px;
        margin-top: 6px;
    }
    #section4 .nest-item .icon-container {
        width: 70px;
        height: 100%;
    }
    #section4 .nest-item .icon-bg {
        padding: 10px;
    }
    #section4 .nest-item .icon-container img {
        width: 30px;
        aspect-ratio: 1;
    }
    #section4 .nest--content img {
        height: 275px;
    }
}
@media screen and (max-width: 768px) {
    #section4 .feature-header {
        width: auto;
        margin-left: -20px;
        margin-right: -20px;
    }
    #section4 .feature-header .feature-hitem {
        width: auto;
        font-size: 14px;
        line-height: 16px;
        padding: 0 3px;
    }
    #section4 .feature-header .active:after {
        width: 45px;
        bottom: -12px;
    }
    #section4 .feature-content {
        height: 300px;
        margin-bottom: 20px;
    }
    #section4 .nest-section {
        width: 100%;
        display: block;
        position: relative;
        height: 260px;
    }
    #section4 .nest-section .nest-list {
        display: none;
    }
    #section4 .nest-section .nest-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    #section4 .nest--content {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }
    #section4 .nest--content img {
        height: 230px;
    }
    #section4 .nest-contentText {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        display: block;
        padding: 15px 20px;
        font-size: 18px;
        background-color: rgba(51,51,51, 0.7);
    }
    #section4 .nest-contentText .title {
        font-size: 16px;
        color: #13D283;
        font-weight: 700;
        margin-bottom: 15px;
        letter-spacing: 2px;
    }
    #section4 .nest-contentText .title:after {
        content: "";
        width: 120px;
        height: 5px;
        background-color: #00cc00;
        display: block;
        margin-top: 20px;
        margin-left: 5px;
    }
    #section4 .nest-contentText .subTitle {
        font-size: 14px;
        color: #FFFFFF;
        line-height: 30px;
        padding-right: 15px
    }
}
@media screen and (max-width: 425px) {
    #section4 .box-header h2 {
        font-size: 18px;
    }
    #section4 .feature-header {
        width: auto;
        margin-left: -20px;
        margin-right: -20px;
    }
    #section4 .feature-header .feature-hitem {
        width: auto;
        font-size: 12px;
        line-height: 16px;
        padding: 0 3px;
    }
    #section4 .feature-header .active:after {
        width: 45px;
        bottom: -12px;
    }
    #section4 .nest--content img {
        height: 195px;
    }
}

/* 移动端上登记与审批 */
#section5 {
    /*background-image: url("../images/section5-bg.png");*/
    background-color: #fff6ea;
    background-size: 100% 100%;
}
#section5 .box-header h2 {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    padding-bottom: 0;
}
#section5 .feature-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 56px 0 65px 0;
}
#section5 .feature-header .feature-hitem {
    letter-spacing: 2px;
    width: 192px;
    font-size: 26px;
    color: #333333;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
#section5 .feature-header .active {
    color: #ff8a00;
}
#section5 .feature-header .active:after {
    content: '';
    position: absolute;
    width: 86px;
    height: 7px;
    bottom: -18px;
    left:50%;
    transform: translate(-50%, -50%);
    background-color: #ff8a00;
    border-radius: 4px;
}
#section5 .feature-content {
    height: 500px;
    overflow: hidden;
}
#section5 .nest-section {
    display: flex;
    height: 500px;
    flex-direction: row;
}
#section5 .nest-section .nest-list {
    display: flex;
    flex-direction: column;
    width: 550px;
}
#section5 .nest-section .nest-container {
    flex: 1;
    overflow: hidden;
}
#section5 .nest-section .nest-item {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    border-radius: 8px;
    border-right: 8px solid transparent;
}

#section5 .nest-section .nest-item + .nest-item {
    margin-top: 20px;
}

#section5 .nest-item .icon-container {
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#section5 .nest-item .icon-bg {
    padding: 15px;
    border-radius: 50%;
    background-color: #F0F6FF;
}
#section5 .nest-item .icon-container img {
    width: 45px;
    aspect-ratio: 1;
}
#section5 .nest-item .text {}
#section5 .nest-item .title {
    font-size: 26px;
    color: #333333;
    letter-spacing: 1px;
    text-align: right;
}
#section5 .nest-item .subTitle {
    margin-top: 15px;
    font-size: 18px;
    color: #999999;
    letter-spacing: 2px;
    text-align: right;
    max-width: 300px;
}
#section5 .active .subTitle, #section5 .active .title{
    color: #ff8a00 !important;
}
#section5 .nest-section .active {
    border-right: 8px solid #ff8a00;
    background: linear-gradient(270deg, rgba(255, 138, 0, 0.49) 0%, transparent 100%);
}
#section5 .nest-section .active .icon-bg {
    background-color: #FFFFFF;
}
#section5 .nest--content {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#section5 .nest--content img {
    height: 365px;
}
#section5 .nest-contentText {
    display: none;
}
@media screen and (max-width: 1200px) {
    #section5 .box-header h2 {
        font-size: 20px;
    }
    #section5 .feature-header {
        padding: 30px 0;
    }
    #section5 .feature-header .feature-hitem {
        width: 130px;
        font-size: 16px;
    }
    #section5 .feature-header .active:after {
        height: 5px;
        bottom: -6px;
    }
    #section5 .feature-content {
        height: 400px;
    }
    #section5 .nest-section {
        height: 400px;
    }
    #section5 .nest-section .nest-list {
        width: 360px;
    }
    #section5 .nest-item .title {
        font-size: 20px;
    }
    #section5 .nest-item .subTitle {
        font-size: 12px;
        margin-top: 6px;
    }
    #section5 .nest-item .icon-container {
        width: 70px;
        height: 100%;
    }
    #section5 .nest-item .icon-bg {
        padding: 10px;
    }
    #section5 .nest-item .icon-container img {
        width: 30px;
        aspect-ratio: 1;
    }
    #section5 .nest--content img {
        height: 275px;
    }
}
@media screen and (max-width: 768px) {
    #section5 .feature-header {
        width: auto;
        margin-left: -20px;
        margin-right: -20px;
    }
    #section5 .feature-header .feature-hitem {
        width: auto;
        font-size: 14px;
        line-height: 16px;
        padding: 0 3px;
    }
    #section5 .feature-header .active:after {
        width: 45px;
        bottom: -12px;
    }
    #section5 .feature-content {
        height: 300px;
    }
    #section5 .nest-section {
        width: 100%;
        display: block;
        position: relative;
        height: 260px;
    }
    #section5 .nest-section .nest-list {
        display: none;
    }
    #section5 .nest-section .nest-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    #section5 .nest--content {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }
    #section5 .nest--content img {
        height: 230px;
    }
    #section5 .nest-contentText {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        display: block;
        padding: 15px 20px;
        font-size: 18px;
        background-color: rgba(51,51,51, 0.7);
    }
    #section5 .nest-contentText .title {
        font-size: 16px;
        color: #F0833D;
        font-weight: 700;
        margin-bottom: 15px;
        letter-spacing: 2px;
    }
    #section5 .nest-contentText .title:after {
        content: "";
        width: 120px;
        height: 5px;
        background-color: #F0833D;
        display: block;
        margin-top: 20px;
        margin-left: 5px;
    }
    #section5 .nest-contentText .subTitle {
        font-size: 14px;
        color: #FFFFFF;
        line-height: 30px;
        padding-right: 15px
    }
}
@media screen and (max-width: 425px) {
    #section5 .box-header h2 {
        font-size: 18px;
    }
    #section5 .feature-header {
        width: auto;
        margin-left: -20px;
        margin-right: -20px;
    }
    #section5 .feature-header .feature-hitem {
        width: auto;
        font-size: 12px;
        line-height: 16px;
        padding: 0 3px;
    }
    #section5 .feature-header .active:after {
        width: 45px;
        bottom: -12px;
    }
    #section5 .nest--content img {
        height: 195px;
    }
}

/* 优势 */
#section8 {
    background-image: url("../images/section8-bg.png");
    background-size: 100% 100%;
}
#section8 .equipment {
    display: flex;
    flex-direction: row;
}
#section8 .equipment-left {
    width: 55%;
    /*padding: 45px 0;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
#section8 .equipment-left img {
    width: 100%;
    max-height: 500px;
    max-width: 500px;
}
#section8 .equipment-right {
    width: 45%;
    padding: 45px 0 0 45px;
}

#section8 .equipment-right .swiper-container {
    height: 600px;
}
#section8 .equipment-right .feature-item {
    display: flex;
    flex-direction: row;
    padding: 0 2px;
}
#section8 .equipment-right .feature-item + .feature-item {
    margin-top: 40px;
}
#section8 .equipment-right .tag {
    width: 100px;
    height: 92px;
    padding: 12px 20px;
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
}
#section8 .equipment-right .tag-text1 {
    font-size: 22px;
    line-height: 30px;
}
#section8 .equipment-right .tag-text2 {
    font-size: 20px;
    line-height: 20px;
}
#section8 .equipment-right .tagDivider {
    width: 16px;
    height: 2px;
    background-color: #FFFFFF;
    margin: 5px 0;
}
#section8 .equipment-right .tag-bg-1 {
    background: #ff8a00;
}
#section8 .equipment-right .tag-bg-2 {
    background: #525D60;
}

#section8 .equipment-right .text-content {
    flex: 1;
    background-color: #FFFFFF;
    height: 170px;
    padding: 24px 20px;
    border-radius: 5px;
}
#section8 .equipment-right .text-content h3 {
    font-size: 22px;
    font-weight: 600;
    color: #333333;
    line-height: 32px;
    text-align: left;
    padding-bottom: 15px;
}

#section8 .equipment-right .text-content p {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}

#section8 .feature-footer {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#section8 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
}
#section8 .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 7px;
    background-color: #F0833D;
}
#section8 .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 10px;
}
@media screen and (max-width: 1200px) {
    #section8 .equipment-left {
        width: 45%;
    }
    #section8 .equipment-right {
        width: 55%;
    }
    #section8 .equipment-right .text-content h3 {
        font-size: 18px;
    }
    #section8 .equipment-right .text-content p {
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
    #section8 .equipment-left {
        display: none;
    }
    #section8 .equipment-right {
        width: 100%;
        padding: 20px 0;
    }
}
@media screen and (max-width: 425px) {
    #section8 .equipment-right .tag {
        width: 65px;
        height: 170px;
        padding: 10px;
    }
    #section8 .equipment-right .tag-text1 {
        font-size: 18px;
        line-height: 20px;
    }
    #section8 .equipment-right .text-content {
        padding: 15px;
    }
}

/* 访客可绑定电子工牌-水墨屏 */
#section9 {
    height: 634px;
    background-image: url("../images/section9-bg.jpg");
    background-size: 100% 100%;
}
#section9 .leaf-1 {
    height: 100%;
    padding: 110px 0 130px 0;
    position: relative;
}
#section9 .leaf-1-card {
    position: relative;
    height: 100%;
}
#section9 .leaf-1-content {
    position: absolute;
    width: 60%;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 8px 22px 2px rgba(21,53,102,0.1);
    border-radius: 24px;
    z-index: 2;
    padding: 70px 0 70px 60px;
}
#section9 .leaf-1-content h3 {
    font-size: 42px;
    font-weight: 600;
    color: #333333;
    text-align: left;
    letter-spacing: 0;
    padding-bottom: 45px;
}

#section9 .leaf-1-content li {
    font-size: 22px;
    font-weight: 400;
    color: #687486;
    line-height: 36px;
    padding-left: 10px;
}
#section9 .leaf-1-content li:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #F0833D;
    position: relative;
    top: -2px;
    left: -10px
}
#section9 .leaf-1-content li + li {
    padding-top: 20px;
}
#section9 .leaf-1-img {
    position: absolute;
    right: -40px;
    top: 10px;
    z-index: 1;
    height: 100%;
}
@media screen and (max-width: 1200px) {
    #section9 .leaf-1-content {
        padding: 70px 0 70px 30px;
    }
    #section9 .leaf-1-content h3 {
        font-size: 30px;
        padding-bottom: 30px
    }
    #section9 .leaf-1-content li {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    #section9 .leaf-1-content {
        width: 100%;
    }
    #section9 .leaf-1-content h3 {
        font-size: 26px;
    }
    #section9 .leaf-1-img {
        display: none;
    }
}

@media screen and (max-width: 425px) {
    #section9 {
        height: 480px;
    }
    #section9 .leaf-1 {
        padding: 60px 0;
    }
    #section9 .leaf-1-content {
        padding: 50px 20px 20px 20px;
    }
    #section9 .leaf-1-content h3 {
        font-size: 18px;
    }
}

/* 多种访客登记流程可选 */
#section10 {
    height: 650px;
    background-image: url("../images/section10-bg.png");
    background-size: 100% 100%;
}
#section10 .box-header h2 {
    font-size: 36px;
    padding: 0;
    line-height: 40px;
}
#section10 .feature-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 56px 0 65px 0;
}
#section10 .feature-header .feature-hitem {
    letter-spacing: 2px;
    width: 192px;
    font-size: 26px;
    color: #333333;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
#section10 .feature-header .active {
    color: #ff8a00;
}
#section10 .feature-header .active:after {
    content: '';
    position: absolute;
    width: 86px;
    height: 7px;
    bottom: -18px;
    left:50%;
    transform: translate(-50%, -50%);
    background-color: #ff8a00;
    border-radius: 4px;
}
#section10 .feature-item {
    display: flex;
}
#section10 .feature-item .item-container {
    flex: 1;
    display: block;
}
#section10 .feature-item .img-container {
    height: 138px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#section10 .feature-item .img-container2 {
    height: 138px;
    width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#section10 .feature-item .img-container .img1 {
    width: 110px;
}
#section10 .feature-item .img-container2 .img2 {
    margin: 0 10px;
    width: 100%;
}
#section10 .feature-item .img-container2 .img3 {
    margin: 0 10px;
    width: 100%;
}
#section10 .feature-item .item-container .title-zh {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: black;
}
#section10 .feature-item .item-container .title-en {
    margin-top: 5px;
    font-size: 12px;
    text-align: center;
    color: #666666;
}

@media screen and (max-width: 1200px) {
    #section10 .feature-item .img-container2 {
        width: 70px;
    }
    #section10 .feature-item .img-container .img1 {
        width: 75px;
    }
}

@media screen and (max-width: 425px) {
    #section10 {
    }
    #section10 .feature-item {
        justify-content: center;
    }
    #section10 .box-header h2 {
        font-size: 18px;
    }
    #section10 .feature-header {
        padding: 30px 0;
    }
    #section10 .feature-header .feature-hitem {
        width: 120px;
        font-size: 16px;
        line-height: 16px;
        padding: 0 3px;
    }
    #section10 .feature-item .img-container2 {
        display: none;
    }
    #section10 .feature-item {
        flex-wrap: wrap;
    }
    #section10 .feature-item .item-container {
        width: 33%;
        flex: none;
    }
}


/* 优加软件访客管理V2.0全新系统上线 */
#section11 {
    background-image: url("../images/section11-bg.png");
    background-size: 100% 100%;
    padding-bottom: 60px;
}

#section11 .feature-list {
    display: flex;
    flex-direction: row;
}

#section11 .feature-header {
    width: 400px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px 0;
}

#section11 .feature-hitem {
    width: 180px;
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #F5F8FC;
    border-radius: 6px;
    margin-left: 24px;
    margin-top: 24px;
}

#section11 .feature-hitem .icon {
    width: 36px;
    aspect-ratio: 1;
}

#section11 .feature-hitem span {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    color: black;
}

#section11 .feature-hitem:nth-child(odd) {
    margin-left: 0;
}

#section11 .feature-hitem:nth-child(-n+2) {
    margin-top: 0;
}

#section11 .active {
    background-image: url("../images/section11-btn-active.png");
    background-size: 100% 100%;
}
#section11 .active span {
    color: white;
}

#section11 .feature-content {
    flex: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#section11 .feature-content .img-container {
    width: 100%;
}
#section11 .feature-content img {
    width: 100%;
}
@media screen and (max-width: 1200px) {
    #section11 .feature-header {
        width: 340px;
    }
    #section11 .feature-hitem {
        height: 75px;
        width: 145px;
    }
    #section11 .feature-hitem .icon {
        width: 24px;
        aspect-ratio: 1;
    }
    #section11 .feature-hitem span {
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
    #section11 .feature-header {
        display: none;
    }
}

/* 助您搭建信息化的智慧访客系统 */
#section12 {
    background-image: url("../images/section12-bg.png");
    background-size: 100% 100%;
    padding-bottom: 80px;
}
#section12 .box-header h2 {
    font-size: 30px;
}
#section12 .box-header h3 {
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: 500;
}
#section12 .container {
    display: flex;
    flex-direction: row;
    padding: 48px 0;
    overflow: hidden;
    margin-left: -64px;
    margin-right: -64px;
}
#section12 .feature-content {
    flex: 1;
    overflow: hidden;
}
#section12 .feature-button-next {
    flex-shrink: 0;
    width: 64px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#section12 .feature-button-prev {
    flex-shrink: 0;
    width: 64px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#section12 .swiper-slide {
    width: 680px
}
#section12 .feature-item {
    height: 464px;
    position: relative;
    border-radius: 10px;
}
#section12 .feature-item .bg-container {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#section12 .feature-footer {
    display: flex;
    justify-content: center;
    align-content: center;
}

#section12 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
}

#section12 .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 7px;
    background-color: #F89563;
}

#section12 .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 10px;
}

#section12 .card-container {
    width: 450px;
    padding-top: 100px;
    padding-left: 45px;
    height: 100%;
}

#section12 .card-container h3 {
    font-size: 35px;
    text-align: left;
    letter-spacing: 1px;
    font-weight: 500;
    color: #FFFFFF;
    padding-bottom: 35px;
}
#section12 .card-container p {
    font-size: 26px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 32px;
    padding-bottom: 40px;
}
@media screen and (max-width: 1200px) {
    #section12 .swiper-slide {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    #section12 .container {
        margin: 0;
    }
    #section12 .feature-button-prev {
        display: none;
    }
    #section12 .feature-button-next {
        display: none;
    }
}
@media screen and (max-width: 425px) {
    #section12 .feature-item {
        height: 260px;
    }
    #section12 .container {
        padding: 24px 0;
    }
    #section12 .card-container {
        width: 85%;
        padding-top: 35px;
        padding-left: 20px;
        height: 100%;
        box-sizing: border-box;
    }
    #section12 .card-container h3 {
        font-size: 22px;
        padding-bottom: 15px;
    }
    #section12 .card-container p {
        font-size: 14px;
        padding-bottom: 10px;
    }
    #section12 .card-container img {
        width: 100px;
    }
}
.block-center{
    display: block;
    text-align: center;
}

.block-center img{
    width: 100%;
}

.nest--content{
    background-image: url("../images/section-bg.png");
}
