@charset "UTF-8";
.product-mobile {
  display: none;
}

.product-pc {
  background-color: #f6f6f8;
  padding: 16px 0;
}

.product-pc .breadcrumb {
  color: #666666;
  display: flex;
  align-items: center;
  height: 50px;
  margin-bottom: 8px;
}

.product-pc .breadcrumb img {
  width: 1.5rem;
  margin-right: 6px;
}

.product-pc .breadcrumb .breadcrumb-main span {
  display: inline-block;
  margin: 0 4px;
}

.product-pc .product-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.product-pc .product-main .product-content {
  width: 74.2%;
  margin-left: 24px;
  background: url(../../images20241010/product/cpjs_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 60px 0;
}

.product-pc .product-main .product-content h1 {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  margin-bottom: 60px;
  background: url(../../images20241010/product/cpjs_title.png) center center no-repeat;
  background-size: 100% 100%;
  color: #B21E28;
  text-align: center;
  position: relative;
}

.product-pc .product-main .product-content h1 span {
  display: inline-block;
}

.product-pc .product-main .product-content h1 i {
  position: absolute;
  display: inline-block;
  background: url(../../images20241010/product/cpjs_logo1.png) center center no-repeat;
  background-size: 100% auto;
}

.product-pc .product-main .product-content h1 i:first-of-type {
  left: 0;
  top: 0;
}

.product-pc .product-main .product-content h1 i:last-of-type {
  right: 0;
  top: 0;
}

.product-pc .product-main .product-content .cpjs-tab {
  margin: 0 auto;
  width: 90%;
}

.product-pc .product-main .product-content .cpjs-tab-nr {
  position: relative;
  background: #FFFFFF url(../../images20241010/product/cpjs-tab-bg.png) right bottom no-repeat;
  border-radius: 12px;
  line-height: 2;
  color: #453420;
  margin-bottom: 40px;
}

.product-pc .product-main .product-content .cpjs-tab-nr p {
  line-height: 2;
  color: #453420;
}

.product-pc .product-main .product-content .cpjs-tab-nr .cpjs-tab-tit {
  position: absolute;
  top: -20px;
  left: 0;
  height: 40px;
  border-radius: 12px;
  background: #b11d2b;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  font-weight: 700;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.product-pc .product-main .product-content .cpjs-tab-nr .cpjs-tab-tit i {
  margin: 0 15px;
  display: inline-block;
  height: 40px;
  width: 24px;
  background: url(../../images20241010/product/cpjs_logo5.png) center center no-repeat;
  background-size: 100% auto;
}

.product-pc .product-main .product-content .cpjs-tab-nr .cpjs-tab-tit i:first-of-type {
  left: 0;
  top: 0;
}

.product-pc .product-main .product-content .cpjs-tab-nr .cpjs-tab-tit i:last-of-type {
  right: 0;
  top: 0;
}

.product-pc .product-main .product-content .cpjs-tab-nr .ywlc {
  padding: 10px 0;
  display: flex;
  align-items: flex-start;
}

.product-pc .product-main .product-content .cpjs-tab-nr .ywlc i {
  text-align: center;
  margin-right: 14px;
  display: inline-block;
  background: url(../../images20241010/product/cpjs_logo4.png) center center no-repeat;
  background-size: 100% auto;
  color: #FFFFFF;
  font-family: "微软雅黑";
}

.product-pc .product-main .product-content .cpjs-tab-nr .ywlc p {
  flex: 1;
}

@media (max-width: 768px) {
  .product-pc {
    display: none;
  }
  .product-mobile {
    display: block;
    background-color: #f6f6f6;
    min-height: 100%;
    padding-top: 1rem;
  }
  .product-mobile .cpym-main .cpym-title {
    font-size: 1.5rem;
    line-height: 2.125rem;
    font-weight: bold;
    margin-bottom: 1.875rem;
    text-align: center;
  }
  .product-mobile .cpym-main .item {
    margin-bottom: 1.625rem;
    padding: 2.5rem 1.5rem 1.5rem 1.5rem;
    border-radius: 8px;
    background-color: #fff;
    position: relative;
  }
  .product-mobile .cpym-main .item .item-title {
    position: absolute;
    border-radius: .5625rem .5rem .5rem 0px;
    background: #D79941;
    line-height: 2.125rem;
    padding: 0 1rem;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    top: -0.625rem;
    left: 0;
  }
  .product-mobile .cpym-main .item .content p {
    font-family: "Microsoft YaHei", "sans-serif", "Arial";
    font-size: .875rem;
    line-height: 1.125rem;
    margin-bottom: .625rem;
  }
  .product-mobile .cpym-main .item .content span {
    font-family: "Microsoft YaHei", "sans-serif", "Arial";
    font-size: .875rem;
    line-height: 1.125rem;
    margin-bottom: .625rem;
  }
}
