.hardware-wrap {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.hardware-banner {
    width: 100%;
    background-image: url(../../images/test-service/hardware/hardware-banner.jpg);
    background-size: cover;
	background-position: center;
}

.hardware-banner-content {
    width: 100%;
    height: 460px;
    padding: 60px 0 120px;
    box-sizing: border-box;
}

.hardware-banner-content h2 {
    color: #FFF;
    font-size: 36px;
    font-weight: 600;
}

.hardware-banner-content h2 span{
    white-space: nowrap;
    padding: 8px 18px 8px 12px;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: linear-gradient(90deg, rgba(255, 250, 228, 0.38) 0%, rgba(255, 255, 255, 0.00) 100%);
    margin-left: 20px;
}

.hardware-banner-content p {
    font-size: 14px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.8);
}

.advantages-list {
    margin-top: 26px;
}

.advantages-list>li {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #FFF;
    margin-bottom: 16px;
}

.action-btns {
    margin-top: 40px;
    display: flex;
}

.action-btns>button{
    width: 100px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #165DFF;
    display: flex;
    font-size: 14px;
    color: #FFF;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.action-btns>a {
    width: 100px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #165DFF;
    display: flex;
    font-size: 14px;
    color: #FFF;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    cursor: pointer;
	border: 1px solid #fff;
    background-color: transparent;
}


.hardware-content-main {
    width: 100%;
}

.hardware-content-item {
    width: 100%;
    margin-bottom: 80px;
}

.yddjrx-img{
    width: 100%;
}

.yddjrx-img img{
    max-width: 100%;
}


.top-title {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 22px 40px;
    background-color: #fff;
    border-radius: 10px;
    border-radius: 4px;
    box-shadow: 0px 4px 6px 0px rgba(46, 77, 124, 0.10);
    box-sizing: border-box;
    margin-top: -40px;
}

.top-title p {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin-left: 33px;
}

.hardware-content-item h2 {
    color: #333;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}

.range-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.range-list>.range-list-item {
    background-size: cover;
    height: 300px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
}

.range-list>.range-list-item-big {
    width: 720px;
    padding-top: 30px;
    padding-left: 40px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;

}

.range-list>.range-list-item:first-child {
    background-image: url(../../images/test-service/hardware/range-list-item-small-01.png);
}

.range-list>.range-list-item-big:first-child {
    background-image: url(../../images/test-service/hardware/range-list-item-01.png);
}

.range-list>.range-list-item:first-child+.range-list-item-big {
    background-image: url(../../images/test-service/hardware/range-list-item-02.png);
}

.range-list>.range-list-item:nth-child(2) {
    background-image: url(../../images/test-service/hardware/range-list-item-small-02.png);
}

.range-list>.range-list-item:nth-child(2)+.range-list-item-big {
    background-image: url(../../images/test-service/hardware/range-list-item-03.png);
}

.range-list>.range-list-item:nth-child(3) {
    background-image: url(../../images/test-service/hardware/range-list-item-small-03.png);
}

.range-list>.range-list-item:nth-child(3)+.range-list-item-big {
    background-image: url(../../images/test-service/hardware/range-list-item-04.png);
}

.range-list>.range-list-item:last-child {
    background-image: url(../../images/test-service/hardware/range-list-item-small-04.png);
}

.range-list-item h3 {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    writing-mode: vertical-rl;
    text-orientation: upright;
}

.range-list>.range-list-item h3 span {
    height: 12px;
    display: inline-block;
}

.range-list-item p {
    display: none;
}

.range-list>.range-list-item-big h3 {
    writing-mode: horizontal-tb;
    text-decoration: dashed;
}

.range-list>.range-list-item-big h3 span {
    display: none;
}

.range-list-item-big p {
    display: block;
    color: #FFF;
    font-size: 16px;
    margin-top: 8px;
    line-height: 24px;
}

.new-advantage-content {
    display: flex;
    width: 100%;
    align-items: flex-start;
}

.new-advantage-content .left-menus {
    display: flex;
    flex-direction: column;
}

.new-advantage-content .left-menus .left-menu-item {
    display: flex;
    align-items: center;
    width: 303px;
    height: 82px;
    background: #F7F9FE;
    border-radius: 4px;
    padding: 28px 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
    cursor: pointer;
}

.new-advantage-content .left-menus .left-menu-item:last-child {
    margin-bottom: 0;
}

.new-advantage-content .left-menus .left-menu-item p {
    font-size: 14px;
    color: #141414;
    line-height: 22px;
}

.new-advantage-content .left-menus .current {
    position: relative;
    background-color: #357CF4;
}

.new-advantage-content .left-menus .current::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    border-width: 15px 17px;
    border-style: solid;
    border-color: transparent transparent transparent #357CF4;
}

.new-advantage-content .left-menus .current h4 {
    color: #fff;
}

.new-advantage-content .left-menus .current p {
    color: #fff;
}

.right-contents {
    flex: 1;
    margin-left: 27px;
}

.right-contents>img {
    max-width: 100%;
    display: none;
}

.right-contents>img:first-child {
    display: flex;
}

.questions-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.questions-list {
    flex: 1;
    margin-left: 80px;
}

.questions-list>li {
    box-sizing: border-box;
    padding: 0 30px 40px;
    position: relative;
}

.questions-list>li:not(:last-child) {
    border-left: 1px solid rgba(22, 93, 255, 0.50);
}

.questions-list>li>h3 {
    color: #000;
    font-size: 18px;
    font-weight: 550;
    margin-bottom: 8px;
}

.questions-list>li::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #165DFF;
    border: 4px solid #b6c4e1;
    box-sizing: border-box;
    position: absolute;
    left: -9px;
    top: 0px;
}

.questions-list>li>p {
    color: #000;
    font-size: 14px;
    line-height: 26px;
}

.service-process-list {
    margin-top: 130px;
    position: relative;
}

.service-process-list::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../../images/test-service/hardware/service-process-bg.png);
    background-size: 556px 438px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.service-process-item {
    display: flex;
    position: relative;
}

.service-process-item-text {
    padding-top: 10px;
}

.service-process-list>.service-process-item:nth-child(odd)>.service-process-item-text {
    margin-left: 30px;
}

.service-process-list>.service-process-item:nth-child(even)>.service-process-item-text {
    margin-right: 30px;
    text-align: right;
}


.service-process-item-text h3 {
    font-size: 20px;
    font-weight: 550;
}

.service-process-item-text p {
    font-size: 14px;
    margin-top: 10px;
}

.service-process-list>.service-process-item:nth-child(even) {
    flex-direction: row-reverse;
}

.service-process-list>.service-process-item:first-child {
    margin-left: 720px;
    top: -60px;
}

.service-process-list>.service-process-item:nth-child(2) {
    margin-right: 580px;
    top: -30px;
}

.service-process-list>.service-process-item:nth-child(3) {
    margin-left: 790px;
    top: -70px;
}

.service-process-list>.service-process-item:nth-child(4) {
    margin-right: 760px;
    top: -80px;
}

.service-process-list>.service-process-item:last-child {
    margin-left: 760px;
    top: -100px;
}

.case-content {
    display: flex;
    width: 100%;
}

.left-intro {
    width: 300px;
    height: 380px;
    background: url(../../images/test-service/hardware/left-intro-bg.png);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center
}

.left-intro-content {
    height: 280px;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 10px 20px 20px;
}

.left-intro-content h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 550;
    margin-bottom: 25px;
}

.left-intro-content p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.left-intro-content a {
    width: 88px;
    height: 32px;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 12px;
    border-radius: 4px;
    background: #FFF;
}

.case-list {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.case-list>a {
    width: 33.333333%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    border-right: 1px solid #E1E4E5;
    border-bottom: 1px solid #E1E4E5;
    background: #FAFBFE;
    box-sizing: border-box;
    padding: 20px 50px 30px;
}

.case-list>a h4 {
    color: #333;
    font-size: 16px;
    font-weight: 550;
    margin-top: 20px;
}

.case-list>a p {
    font-size: 14px;
    color: #666;
}

.reasons-for-choosing-us {
    width: 100%;
}

.choose-reason-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.reasons-for-choosing-us .choose-reason-item:nth-child(even) {
    flex-direction: row-reverse;
}


.reasons-for-choosing-us .choose-reason-item:nth-child(odd) .choose-reason-img {
    margin-left: 20px;
}

.reasons-for-choosing-us .choose-reason-item:nth-child(even) .choose-reason-img {
    margin-right: 20px;
}

.choose-reason-item+.choose-reason-item {
    margin-top: 60px;
}

.choose-reason-desc {
    box-sizing: border-box;
    padding: 25px 25px 35px 36px;
    border-left: 3px solid transparent;
    border-image: linear-gradient(to bottom, #165DFF, rgba(247, 249, 254, 0.00) 100%) 1;
    background: linear-gradient(180deg, #F7F9FE 0%, rgba(247, 249, 254, 0.00) 100%);
    max-width: 400px;
}

.choose-reason-desc h3 {
    color: #1D2129;
    font-family: "PingFang SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 120% */
}

.choose-desc-list {
    margin-top: 10px;
}

.choose-desc-list+h3 {
    margin-top: 30px;
}

.choose-desc-list>li {
    color: #4E5969;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 171.429% */
    list-style-type: disc
}

.choose-reason-img {
    flex: 1;
}

.choose-reason-img img {
    width: 100%;
}

@media screen and (max-width:1024px) {
    .hardware-wrap {
        padding: 0 1rem;
    }

    .new-advantage-content {
        flex-direction: column;
        width: 100%;
      }
      
      .new-advantage-content .left-menus {
        display: -webkit-box;
        -webkit-overflow-scrolling: touch;
        width: calc(100vw - 2rem);
        overflow-x: scroll;
        overflow-y: hidden;
        padding-bottom: 20px;
      }
      
      .new-advantage-content .left-menus::-webkit-scrollbar {
        display: none;
      }
      
      .new-advantage-content .left-menus .left-menu-item {
        margin-bottom: 0;
        width: auto;
        height: auto;
        padding: .5rem 1rem;
        margin-left: 1rem;
      }
      
      .new-advantage-content .left-menus .left-menu-item:last-child {
        margin-right: 1rem;
      }
      
      
      .new-advantage-content .left-menus .left-menu-item h4 {
        display: none;
      }
      
      .new-advantage-content .left-menus .left-menu-item p {
        font-size: 12px;
        color: #141414;
        line-height: 22px;
      }
      
      .new-advantage-content .left-menus .current {
        position: relative;
        background-color: #357CF4;
      }
      
      .new-advantage-content .left-menus .current::after {
        content: "";
          width: 0;
          height: 0;
          position: absolute;
          top: 100%;
          transform: translateY(0);
          transform: translateX(-50%);
          left: 50%;
          border-width: 10px;
          border-style: solid;
          border-color: #357CF4 transparent  transparent transparent;
      }
      
      .new-advantage-content .left-menus .current h4{
        color: #fff;
      }
      
      .new-advantage-content .left-menus .current p {
        color: #fff;
      }
      
      
      .right-contents {
        flex: 1;
        margin-left: 0;
      }

      .service-process-list{
        flex-direction: column-reverse;
      }

}


@media screen and (max-width:768px) {
    .hardware-banner-content h2 {
        font-size: 2rem;
    }
	
	.hardware-banner-content h2 span{
        display: flex;
        margin-left: 0;
        margin-top: .5rem;
        margin-bottom: 1rem;
        padding: 5px 10px;
        box-sizing: border-box;
        font-size: .9rem;
    }

    .hardware-content-item {
        margin-bottom: 3rem;
    }


    .service-process-list{
        display: flex;
        flex-direction: column-reverse;
        margin-top: 0;
    }

    .service-process-list>.service-process-item{
        width: 100%;
        display: flex;
        flex-direction: row !important;
        margin-left: 0 !important;
        top:0 !important;
        margin-bottom: 1.2rem
    }

    .service-process-list>.service-process-item>.service-process-item-text {
        margin-left: 30px;
        text-align: left !important;
    }

    .top-title {
        align-items: flex-start;
        padding: 1rem;
        margin-top: -66px;
    }

    .range-list{
        display: flex;
        flex-wrap: wrap;
    }

    .range-list>.range-list-item{
        width: 100%;
        height: auto;
        padding: 1rem;
        margin-bottom: 1rem;
        border-radius: 5px;
    }

    .range-list>.range-list-item-mobile{
        flex-direction: column;
        align-items: flex-start;
    }

    .range-list>.range-list-item-mobile h3 {
        writing-mode: horizontal-tb;
        text-decoration: dashed;
        font-size: 1.1rem;
    }
    
    .range-list>.range-list-item-mobileh3 span {
        display: none;
    }
    
    .range-list-item-mobile p {
        display: block;
        color: #FFF;
        font-size: .9rem;
        margin-top: 10px;
        line-height: 24px;
    }
    
    .questions-content {
        flex-direction: column;
    }

    .questions-content>img {
        width: 60%;
        margin-bottom: 1rem;
        margin-left: 20%;
    }

    .questions-list{
        width: 100%;
        margin-left: 0;
    }

    .service-process-item>img{
        width: 2.8rem;
    }

    .service-process-item-text {
        padding-top: 0;
    }

    .service-process-item-text h3 {
        font-size: 1.1rem;
    }

    .questions-list>li:not(:last-child) {
       padding-bottom: 1rem;
    }

    .questions-list>li:last-child {
        padding-bottom: 0;
     }

    .case-content{
        flex-direction: column;
    }

    .left-intro {
        width: 100%;
        background-size: contain;
    }

    .case-list>a{
        width: 50%;
        padding: 1rem;
    }

    .case-list>a:nth-child(odd){
        border-left: 1px solid #E1E4E5;
    }

    .service-process-list::after {
        background-size: 100% auto;
        opacity: .3;
    }
	
	.reasons-for-choosing-us {
    width: 100%;
}

.choose-reason-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.reasons-for-choosing-us .choose-reason-item:nth-child(even) {
    flex-direction: row-reverse;
}


.reasons-for-choosing-us .choose-reason-item:nth-child(odd) .choose-reason-img {
    margin-left: 20px;
}

.reasons-for-choosing-us .choose-reason-item:nth-child(even) .choose-reason-img {
    margin-right: 20px;
}

.choose-reason-item+.choose-reason-item {
    margin-top: 60px;
}

.choose-reason-desc {
    box-sizing: border-box;
    padding: 25px 25px 35px 36px;
    border-left: 3px solid transparent;
    border-image: linear-gradient(to bottom, #165DFF, rgba(247, 249, 254, 0.00) 100%) 1;
    background: linear-gradient(180deg, #F7F9FE 0%, rgba(247, 249, 254, 0.00) 100%);
    max-width: 400px;
}

.choose-reason-desc h3 {
    color: #1D2129;
    font-family: "PingFang SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 120% */
}

.choose-desc-list {
    margin-top: 10px;
}

.choose-desc-list+h3 {
    margin-top: 30px;
}

.choose-desc-list>li {
    color: #4E5969;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 171.429% */
    list-style-type: disc
}

.choose-reason-img {
    flex: 1;
}

.choose-reason-img img {
    width: 100%;
}


    
}