* {font-family: Noto Sans Hans;}

/* model-1 */ 
.pcomp-cs  {
    --section-padding: 40px 0;
    padding: 40px 0;
    background-color: #f6f7f9;
}

.pcomp-cs-content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.section-discover-scanner-wrapper {
    transition: all ease-in .3s;
}

.ds-header h2 {
    color: #000;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.ds-handle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-top: 20px;
}

.ds-handle-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #2680ea;
  cursor: pointer;
  position: relative; /* 为了添加伪元素 */
}

.ds-handle-item a {
    position: relative;
    text-decoration: none;
    padding-bottom: 5px; /* 留出空间用于横线 */
    font-size: 16px;
    color: #2680ea;
}

.ds-handle-item a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px; /* 横线的高度 */
    background-color: #3498db; /* 横线颜色 */
    transition: width 0.3s ease; /* 动画效果 */
}

.ds-handle-item a:hover:after {
    width: 100%; /* 鼠标悬停时横线展开 */
}

.ds-header-desc {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    padding: 30px 0;
}

.ds-out-content {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4,1fr);
    padding-bottom: 15px;
    cursor: pointer;
}

.ds-card-item {
    text-align: center;
    display: grid;
    grid-template-columns: 100%;
    padding-top: 32px;
    padding-bottom: 24px;
    background-color: #fff;
}

.ds-item-img img {
    width: 332px;
    height: 221.31px;
}

.ds-item-title {
    color: #2f2f2f;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 15px;
}

.ds-item-desc {
    color: #999;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-top: 20px;
    padding-bottom: 48px;
}

.ds-item-cycle {
    --cycle-w: 36px;
    width: var(--cycle-w);
    height: var(--cycle-w);
    flex-shrink: 0;
    stroke-width: 2px;
    stroke: #707070;
    border: 2px solid #707070;
    border-radius: var(--cycle-w);
    justify-self: center;
}

.inner-btn-back {
    color: #2f2f2f;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    cursor: pointer;
}

.ds-inner-header h2 {
    color: #2f2f2f;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
}

.ds-inner-content {
    padding-top: 60px;
    display: grid;
    gap: 80px;
    grid-template-columns: repeat(3,1fr);
}

.ds-inner-item {
    display: grid;
    padding: 20px 20px 30px;
    background-color: #fff;
    border-radius: 2px;
    height: 100%;
    grid-template-rows: 40px auto;
}

.ds-inner-title {
    color: #a83f3f;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ds-inner-img img {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
}

.ds-inner-name {
    padding-top: 5px;
    color: #333;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
}

@media screen and (max-width: 768px){

.pcomp-cs {
   padding: 20px 15px 40px;
}
.ds-header h2, .ds-inner-header h2 {
    font-size: 24px;
}

.ds-handle-item {
    font-size: 12px;
}

.ds-header h2, .ds-header-desc {
    text-align: center;
}

.ds-out-content, .ds-inner-content {
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
}

.ds-card-item {
    padding: 0;
    background-color: unset;
    grid-auto-rows: max-content;
}

.ds-item-img img {
    width: 172.5px;
    height: 115px;
}


.ds-item-title {
    order: 2;
    line-height: 1.2;
    padding: 0 10px;
    font-size: 14px;
    text-align: left;
    color: #2680ea;
}

.ds-item-img {
    order: 1;
    background-color: #fff;
    margin-bottom: 10px;
}

.ds-item-desc {
    padding-top: 10px;
    padding-bottom: 0;
    order: 3;
    padding: 0 10px;
    text-align: left;
}

.ds-item-cycle {
    display: none;
}

.inner-btn-back {
    font-size: 16px;
    padding-bottom: 15px;
    position: sticky;
    top: 0;
}

.ds-inner-content {
    padding-top: 30px;
}

.ds-out-content, .ds-inner-content {
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
}

.ds-inner-name {
    font-size: 18px;
    line-height: 1.2;
}

}

/* model-2 */ 
.pcomp-cs-2  {
    padding: 20px 15px 40px;
}

.pcomp-cs-3  {
    --section-padding: 40px 0;
    padding: 40px 0;
}
.nr__header {
    padding-bottom: 40px;
}
.nr-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
}

.nr__container {
    --btn-buy-height: 50px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

@media screen and (min-width: 1024px) { 
    .nr-item {
        transition: transform 0.3s ease, 
        box-shadow 0.3s ease; /* Smooth transition */ 
    }

    .nr-item:hover {
        transform: translateY(-5px); /* Swipe up 5px */
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); 
    }
}

.nr-item {
    position: relative;
    z-index: 1;
}

.nr-bg {
    width: 100%;
}

.nr-bg img {
    width: 100%;
    border-radius: 8px;
}
.nr__product-card {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.nr__product-info {
    color: #fff;
    padding: 10px 40px 40px;
}

.nr__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #ffffff;
}

.nr__desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #999999;
}

.nr__hr {
    width: 100%;
    height: 1px;
    background-color: #707070;
    margin: 20px 0;
}

.nr__btn>a {
    display: grid;
    align-items: stretch;
    height: 40px;
    border-radius: 4px;
    overflow: hidden;
}

.nr__btn>a>p {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dd4b4a;
}
.toppick-pc{
  display: grid;
  grid-template-columns:1fr 2fr;
}

.toppick-pc--lf {
    padding: 40px;
    background-color: #f6f7f9;
    border-radius: 4px 0 0 4px;
}
.tppclf-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
}

.tppclf-header-logo h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
    color: #e64a4b;
    padding-bottom: 10px;
}

.rating {
    align-items: center;
    gap: 0.375rem;
    display: flex;
}

.tppclf-text h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
    color: #333;
}

.tppclf-text p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #666;
    padding-top: 10px;
    padding-bottom: 20px;
}

.tppclf-t2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #666;
}
.tppclf-text a {
    width: 100%;
    padding: 16px 0;
    text-align: center;
    color: #fff;
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}


@media screen and (max-width: 768px){
  .pcomp-cs-3 {
    display: none;
  }

  .nr__header {
    padding-bottom: 20px;
}
.nr__container {
    --btn-buy-height: 40px;
    grid-template-columns: repeat(1,1fr);
}
.nr-item {
    position: relative;
    z-index: 1;
}
.nr-bg {
    width: 100%;
}
.nr__product-info {
    padding: 10px 16px 30px;
}

}


.scshow-heading h2{
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
    text-align: left;
    color: #050505;
}

.scshow-heading p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: #666;
    margin-top: 5px;
}
.scshow-pc{
  display: grid;
}

.scshow-pcbody-1 {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    padding-top: 40px;
    padding-bottom: 16px;
}
.scshow-pcbody-2 {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    padding-top: 40px;
    padding-bottom: 16px;
}
.scshow-pcbody-3 {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    padding-top: 40px;
    padding-bottom: 16px;
}

.scshow-pd {
    background-color: #fff;
    border-radius: 8px;
    height: 100%;
    display: grid;
}

.scshow-pdimg img {
    max-height: 240px;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 1;
    margin-inline-start: auto;
    margin-inline-end: auto;
    padding: 10px;
    transition: all .3s ease-in-out;
}

.scshow-text {
    padding: 0 20px;
    text-align: center;
}

.scshow-text h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 27px;
    color: #333;
}

.scshow-text p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #666;
    padding-top: 10px;
}

.scshow-bt {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-top: 20px;
    align-content: end;
}

.scshow-bt>a {
    display: grid;
    align-items: stretch;
    height: 50px;
    border-radius: 4px;
    overflow: hidden;
    color: #fff;
    background-color: #333;
}

.scshow-bt>a>p {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    /* scshow-pcbody-1: 单列排列 */
    .scshow-pcbody-1 {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        width: 100%;
    }

    /* scshow-pcbody-2: 一行两列 */
    .scshow-pcbody-2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        width: 100%;
    }

    /* scshow-pcbody-3: 两行两列 */
    .scshow-pcbody-3 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        width: 100%;
    }

    .scshow-pd {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        justify-content: space-between; /* 让内容均匀分布 */
    }

    .scshow-text {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .scshow-bt {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .scshow-pdimg img {
        max-height: 200px;
        width: auto;
    }

    .scshow-bt>a {
   width: 80%;
}
}



  /*pc端图上浮特效*/
  @media screen and (min-width: 1024px) { 
    .scshow-pc-yosoy {
        transition: transform 0.3s ease, box-shadow 0.3s ease; 
    }

    .scshow-pc-yosoy:hover {
        transform: translateY(-5px); 
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); 
}
}



.pcomp-csno {
    --section-padding: 40px 0;
    padding: 40px 0;
}

.award-content {
    background-color: #fafafa;
}

.award-item {
    display: grid;
    align-items: stretch;
    justify-content: space-between;
    padding: 20px 0;
    border-radius: 4px;
    grid-template-columns:repeat(5,1fr)
}

.awit-un {
    align-items: center;
    flex-direction: column;
    gap: 15px;
}

.awit-un p {
    width: 80%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

@media screen and (max-width: 768px){
  .award-content{
    background-color: unset;
    padding: 10px;
  }
.award-item{
  grid-template-columns:repeat(2,2fr);
  gap: 8px;
  
}
.awit-un{
    background-color: #fafafa;
    border-radius: 4px;
    padding: 12px;
}
}

/*brochure*/
.discover-wrapper {
  display: flex;
  margin-bottom: 30px;
  align-items: center; /* 垂直方向居中 */
  justify-content: center; /* 水平方向居中 */
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  background-color: #f6f6f6; 
}

.discover-wrapper-left {
  flex: 1;
  display: flex;
  justify-content: center; /* 图片居中 */
}

.discover-wrapper-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center; /* 水平居中 */
  justify-content: center; /* 垂直居中 */
  padding: 80px 60px 60px;
  text-align: center; /* 使文字居中 */
}

.discover-wrapper-right-dc p {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

.discover-wrapper-right-bt {
  background: #333333;
  margin-top: 20px;
  padding: 10px 20px;
  width: auto; 
  font-weight: 500;
  border-radius: 5px;
}

.discover-wrapper-right-bt2 {
  background: #dd4b4a;
  margin-top: 20px;
  padding: 10px 20px;
  width: auto; 
  font-weight: 500;
  border-radius: 5px;
}


.discover-wrapper-right-bt a {
  color: white;
  text-decoration: none;}

  .discover-wrapper-right-bt2 a {
  color: white;
  text-decoration: none;}

@media screen and (max-width: 768px) {
.discover-wrapper {
flex-direction: column; }

.discover-wrapper-left {
order: 1; /*图片层级 */}

.discover-wrapper-right {
order: 2; /* 确保文字和按钮在下 */
padding: 40px 20px; /* 调整移动端的内边距 */ } }  
