html,
body {
  background-color: white;
  overflow-x: hidden;
}

.header-box {
  position: relative;
}
 
.header-box img {
  width: 100%;
}
.header-box .btn {
  position: absolute;
  bottom: 30%;
  left: 25%;
  width: 160px;
  height: 40px;
  margin-left: -80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #b01f24;
  font-size: 20px;
  border-radius: 20px;
  color:white;
  
}

.wrap img {
  width: 100%;
}

.mol {
  display: none;
}
.pc {
  display: block;
}
.title {
  position: relative;
  font-size: 32px;
  color: #535353;
  display: flex;
  justify-content: center;
  padding: 30px 0px;
  /* font-weight: bold; */
  padding-bottom: 10px;
}
.title .high {
  color: #b01f24;
  background-color: white;
  position: relative;
  z-index: 2;
  padding: 0px 36px;
}
.wrap.gray .title .high {
  background-color: #eeeeef;
}
.title::after {
  /* content: '';
  position: absolute;
  top: 50px;
  left: 10%;
  width: 80%;
  height: 1px;
  background-color: #b01f24;
  z-index: 1; */
}
.sp-title {
  color: #b01f24;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}
.title-tip {
  text-align: center;
  font-size: 22px;
}
 
.wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}
.wrap.gray {
  background-color: #f3f3f3;
}
.btn-header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-header .btn-item {
  width: 150px;
  height: 45px;
  background-color: #a0a4a5;
  border-radius: 45px;
  font-weight: bold;
  font-size: 19px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.btn-header .btn-item.active {
  background-color: #ae1f24;
}
.btn-header .btn-item + .btn-item{
  margin-left: 90px;
}
.yewu-box {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  flex-wrap: wrap;
}
.yewu-box .item {
  width: 33%;
  margin-top: 6px;
  border: 1px solid #eee;
  padding-bottom: 16px;
  transition: all 0.2s;
  background-color: white;
}
.yewu-box .item:hover {
  transform: scale(1.1);
}
.yewu-box .item .name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  padding: 16px;
  font-size: 16px;
}
.yewu-box .item .name img.icon-img {
  width: 20px;
  margin-right: 10px;
}
.yewu-box .item .cont .txt {
  font-size: 14px;
  box-sizing: border-box;
  padding-left: 40px;
  margin-top: 16px;
}
.yewu-box .item .name.bg1 {
  background: url('../images/icon/bg1.png') no-repeat;
  background-size: 100% auto;
}
.yewu-box .item .name.bg2 {
  background: url('../images/icon/bg2.png') no-repeat;
  background-size: 100% auto;
}
.yewu-box .item .name.bg3 {
  background: url('../images/icon/bg3.png') no-repeat;
  background-size: 100% auto;
}
.yewu-box .item .name.bg4 {
  background: url('../images/icon/bg4.png') no-repeat;
  background-size: 100% auto;
}
.yewu-box .item .name.bg5 {
  background: url('../images/icon/bg5.png') no-repeat;
  background-size: 100% auto;
}
.yewu-box .item .name.bg6 {
  background: url('../images/icon/bg6.png') no-repeat;
  background-size: 100% auto;
}

.c-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* padding: 30px 0px; */
  position: relative;
  box-sizing: border-box;
  margin-top: 30px;
}
.c-item img {
  width: 100%;
}
.c-item .name {
  background-color: rgba(0,0,0,0.05);
  color: white;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  /* height: 55px; */
  overflow: hidden;
  transition: all 0.2s;
  box-sizing: border-box;
}
.c-item .name span {
  display: block;
  /* height: 55px; */
  width: 100%;
  /* line-height: 35px; */
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 16px;
}
.c-item .name .txt {
  font-size: 14px;
  padding: 20px;
  box-sizing: border-box;
}

 
 
 
 
 
.footer-box {
  width: 100%;
  padding: 30px;
  background: url("../images/footer-1.png") no-repeat;
  background-size: 100% 100%;
  /* margin-top: 20px; */
}
.footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-content .logo img {
  width: 100px;
}
.concat .item {
  display: flex;
  align-items: center;
  color: gray;
  font-size: 12px;
  margin-left: 10px;
  margin-right: 10px;
}
.concat .item img {
  width: 12px;
  margin-right: 4px;
}

.get-more-box {
  margin-top: 10px;
  width: 100%;
  background: url(../images/bgg-1.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 30px;
}
.m-des-intro {
  margin-top: 10px;
  color: #333;
  font-size: 14px;
  text-align: center;
}
.c-label {
  font-size: 18px;
  color: #333;
  padding-left: 30px;
}
.c-label .xing {
  color: #b01f24;
}
.form-box input {
  height: 50px;
  border-radius: 50px;
  border: 0px;
  width: 100%;
  text-indent: 20px;
  font-size: 14px;
  margin-top: 10px;
  background: #fff;
  outline: none;
}
.form-box .form-item {
  margin-top: 30px;
}
.agree {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.agree input {
  width: 20px;
  margin-top: 0px;
  margin-right: 10px;
}
.send-btn {
  height: 40px;
  width: 200px;
  height: 50px;
  border-radius: 30px;
  background: #b01f24;
  font-size: 18px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
  margin-top: 30px;
}
.form-box {
  padding-bottom: 60px;
}
.form-inpt {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.form-inpt input {
  flex: 1;
  margin-right: 10px;
}
.form-inpt .a-link {
  width: 120px;
  height: 50px;
  border-radius: 50px;
  background: #b01f24;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  flex: 0.4;
  text-indent: 0px;
}
.send-btn {
  cursor: pointer;
}
.pc {
  display: block;
}
.mol {
  display: none;
}
.layui-input-block {
  margin-left: 0px;
}
.layui-form input[type="checkbox"] {
  display: block;
}
.sp-img img {
  width: 100%;
}
.source {
  padding-top: 40px;
  text-align: center;
}
.source video{
  max-width: 100%;
  margin: 0px auto;
}
.sp-wrp-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: black;
}
.ri-cont-box {
  margin-top: 30px;
  text-align: center;
}
.ri-cont-box img {
  max-width: 95%;
  margin: 0px auto;
}

.des-box {
  background-color: #eeefef;
  border-radius: 25px;
  width: 200px;
  margin:0px auto;
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
.des-box .item {
  width: 50%;
  text-align: center;
  padding: 4px 0px;
  font-size: 16px;
  border-radius: 25px;
}
.des-box .item.active {
  background-color: #b01f24;
  color: white;
}
.des-content {
  font-size: 18px;
  color: black;
  margin-top: 10px;
  padding: 20px;
  text-align: center;
}
.des-center {
  font-size: 12px;
  color: #727272;
  margin-top: -10px;
  text-align: center;
}
.zh-frame {
  border: 1px solid #b01f24;
  padding: 16px;
  border-radius: 10px;
  margin: 0px 40px;
  background-color: rgba(238, 238, 239, 0.8);
}
.zh-title {
  font-size: 20px;
  font-weight: bold;
  color: #b01f24;
  text-align: center;
}
.zh-content {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.zh-content .item {
  border: 1px solid #b01f24;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  box-sizing: border-box;
}
.zh-content .item .name {
  height: 40px;
  background-color: #b01f24;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  font-size: 16px;
}
.zh-content .item .n-conent {
  height: 200px;
  width: 300px;
  background-color: #faf0e8;
}
.zh-content .item .n-conent img {
  width: 100%;
  height: 102%;
  display: block;
}
.zh-content .item .n-conent.sp{
  background-color: #faf0e8;
  /* display: flex; */
  /* justify-content: center;
  align-items: center; */
  flex-direction: column;
}
.zh-content .item .n-conent.sp .n-item {
  width: 100%;
  background-color: white;
 border-top: 1px solid #b01f24;
 border-bottom: 1px solid #b01f24;
 height: 35px;
 justify-content: center;
 align-items: center;
 display: flex;
 color:#b01f24;
 font-size: 16px;
 font-weight: bold;
 margin-top: 4px;
}
.row-custom {
  display: flex;
  flex-direction: row;
  /* padding: 0px 22px; */
}
.cus-3 {
  width:25.7%;
}
.cus-9 {
  flex: 1;
  margin-left: 10px;
}
.cus-9 .top {
  display: flex;
  flex-direction: row;
}
.cus-9 .top .per_3{
  width: 33%;
}
.per_rest {
  flex: 1;
  margin-left: 10px;
}
.bottom .per_rest{
  margin-left: 0px;
  margin-right: 10px;
}
.bottom .c-item {
  margin-top: 10px;
}
.mid-row-cust {
  display: flex;
  justify-content: space-between;
}

.m-item {
  width: 49.65%;
  /* margin-top: 10px !important; */
}
.mid-row-cust  .m-item+.m-item {
  flex: 1;
  margin-left: 6px;
  /* padding-left: 12px; */
}

.m-item .c-item {
  margin-top: 6px;
}

.row-custom-mol .c-item{
  margin-top: 6px;
}
.row-custom-mol {
  margin-top: 30px;
}

.cl-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cl-list .item {
  width: 24%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0px;
  flex-direction: column;
  border-radius: 10px;
  margin-top: 20px;
  box-shadow: 1px 1px 1px #eee;
}
.cl-list .item img {
  width: 50px;
  display: block;
}
.cl-list .item .cl-name {
  margin-top: 20px;
  color: #727272;
  font-size: 14px;
}
.wrap.tbg {
  background: url(../images/tbg.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 50px 0px;
}
.product-item {
  background-color: white;
  padding: 10px;
  margin-top: 20px;
}

.product-item .duct-box{
  margin-top: 10px;
}

.product-item .duct-box .name {
  font-size: 15px;
  text-align: center;
  color: #b01f24;
  font-weight: bold;
}
.product-item .duct-box .cont {
  color: #727272;
  font-size: 12px;
  margin-top: 10px;
  padding: 0px 12px;
  height: 100px;
  line-height: 20px;
}
.img-org img {
  width: 100%;
}

.fbh-box {
  display: flex;
  flex-direction: row;
  margin-top: 25px;
}

.fbh-box .fb-img {
  width: 55%;
  position: relative;
}
.fbh-box .fb-img img {
  width: 100%;
}
.fbh-box .fb-img .fb-des {
  position: absolute;
  bottom: 0px;
  left:0px;
  width: 100%;
  height: 35px;
  line-height: 35px;
  background-color: rgba(0,0,0,0.5);
  font-size: 14px;
  color: white;
  box-sizing: border-box;
  padding: 0px 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.fb-cont {
  flex: 1;
  margin-left: 14px;
}
.fb-cont .item {
  background-color: #f4f4f4;
  padding: 14px;
  padding-left: 24px;
  cursor: pointer;
  position: relative;
}
.fb-cont .item::before {
  content: "";
  position: absolute;
  left:0px;
  top:0px;
  height: 100%;
  width: 5px;
  background-color: #b01f24;
  display: none;
}
.fb-cont .item:hover::before {
  display: block;
}


.fb-cont .item .name {
  font-size: 14px;
  font-weight: bold;
}
.fb-cont .item .des {
  height: 34px;
  color: #959595;
  margin-top: 10px;
  font-size: 12px;
}
.fb-cont .item + .item {
  margin-top: 10px;
}

.fb-cont .item:hover .name {
  color: #b01f24;
}
.content-bottom .source{
  display: none;
}
.content-bottom .source:nth-child(1) {
  display: block;
}
.hangy-box {
  display: flex;
  background-color: white;
  border-radius: 20px;
  max-width: 90%;
  width: 850px;
  margin: 0px auto;
  margin-top: 40px;
  flex-wrap: wrap;
  overflow: hidden;
}
.hangy-box .item {
  width: 33.3%;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-bottom: 1px solid rgb(216, 214, 214);
  border-left: 1px solid rgb(216, 214, 214);
  box-sizing: border-box;
  position: relative;
 
}
.hangy-box .item + .item + .item + .item {
  border-bottom: 0px;
  /* border-left: 0px; */
}
.hangy-box .item:nth-child(1), .hangy-box .item:nth-child(4)  {
  border-left: 0px;
}
.hangy-box .item:nth-child(1):hover{
  border-radius: 20px 0 0 0;
}
.hangy-box .item:nth-child(3) :hover {
  border-radius: 0px 20px  0px 0px;
}
.hangy-box .item:nth-child(4) :hover {
  border-radius: 0px 0px 20px 0px;
}
.hangy-box .item:nth-child(6) :hover {
  border-radius: 0px 0px 0px 20px ;
}
.hangy-box .item:nth-child(1)::after, .hangy-box .item:nth-child(2)::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  bottom: -1px;
  right: -1px;
  border-right: 1px solid red;
  border-bottom: 1px solid red;
  z-index: 10;
}
.hangy-box .item:nth-child(5)::after, .hangy-box .item:nth-child(6)::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  top: -1px;
  left: -1px;
  border-left: 1px solid red;
  border-top: 1px solid red;
  z-index: 10;
}
.hangy-box .item .hy-img {
  width: 80px;
  height: 80px;
  /* border-radius: 50%;
  border: 1px solid #b01f24; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: white; */
}
.hangy-box .item .hy-img img {
  /* width: 65px;
  height: 65px;
  border-radius: 50%; */
  width: 100%;
}
.hangy-box .item .hy-cont {
  text-align: center;
  color:#aa1f24;
  margin-top: 20px;
  font-weight: bold;
  font-size: 16px;
}
.hangy-box .item:hover {
  background-color: #aa1f24;
}
.hangy-box .item:hover .hy-cont {
  color: white;
}
/* .hy-top-name {
  font-size: 16px;
}
.hy-bom-name {
  font-size: 17px;
} */
.huag-box {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding-bottom: 30px;
}
.huag-box .item {
  width: 30%;
  background-color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  border: 1px solid #aa1f24;
  
}
/* .huag-box .item:hover .h-img-box {
  overflow: hidden;
} */
.huag-box .item .h-img-box img{
  transition: 0.5s;
  /* transform: scale(1.2); */
}
.huag-box .item:hover .h-img-box img{
  transform: scale(1.2);
}
/* .huag-box .item:nth-child(2) {
 
} */
.huag-box .item .name{
  background-color: #aa1f24;
  font-size: 18px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  overflow: visible;
}
.h-img-box {
  width: 100%;
  height: 220px;
  position: relative;
  /* overflow: hidden; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* z-index: 1; */
}
.h-img-box::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  width: 100%;
  border-bottom: 1px solid #aa1f24;
  /* z-index: 10; */
}
.h-img-box::before {
  z-index: 10;
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -7.5px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #aa1f24;
  border-top: 1px solid #aa1f24;
  transform: rotate(-135deg);
  transform-origin: 50% 50%;
  background-color: white;
}
.h-img-box img {
  width: 80%;
  max-height: 100%;
  max-width: 100%;
}
.bom-box-p {
  /* height: 100px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  
}
.bom-box-p .item-p {
  flex: 1px;
  background-color: #f6e2d2;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bom-box-p .item-p+.item-p {
  border-top: 5px solid white;
}
.before-box {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.before-box .item {
  width: 40%;
  height: 100px;
  background:linear-gradient(to right,#f0dccc,white);
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  position: relative;
}
.be-circle {
  position: absolute;
  left:0px;
  width: 100px;
  height: 100px;
  border: 1px solid #aa1f24;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.be-circle .inside {
  width: 80px;
  height: 80px;
  background-color: #aa1f24;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: white;
  border-radius: 80px;
}
.be-cont {
  padding-left: 120px;
  padding-top: 4px;
}
.be-cont .be-item{
  font-size: 18px;
  font-weight: bold;
  margin-top: 4px;
}
.be-cont .be-item span:nth-child(1) {
  color: #aa1f24;
}
 
@media screen and (min-width: 768px) {
  .bom-box-p { 
    height: 120px;
    margin-top: 20px;
  }
  .c-item:hover .name {
    height: 100%;
    background-color: rgba(176, 31, 36, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 30px;
    box-sizing: border-box;
  }
  .c-item:hover .name span {
    font-size: 18px;
    position: relative;
    margin-bottom: 20px;
  }
  .c-item:hover .name span::after {
    /* position: absolute;
    bottom: -20px;
    content: '';
    left: 50%;
    width: 50px;
    margin-left: -25px;
    height: 5px;
    background-color: white;
    border-radius: 10px; */
  }
   
}
@media screen and (min-width: 1200px) {
  .fb-cont .item .des {
    height: 50px;
  }
  .container {
    width: 1200px;
  }
}
.sp1{
  border: none;
  height: 658px;
}
@media screen and (max-width: 1190px) { 
  .zh-content .item .n-conent {
    width: 260px;
  }
}

@media screen and (max-width: 980px) {
  .before-box .item:nth-child(2) .be-circle{
     left:inherit;
     right:0px;
  }
  .sp1{
    height: 25vh;
  }
  .before-box .item:nth-child(2){
    background: linear-gradient(to left,#f0dccc,white);
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
  }
  .before-box .item:nth-child(2) .be-cont {
    padding-left: 0px;
    padding-right: 120px;
    text-align: right;
  }
  .before-box .item {
    width: 100%;
    margin-top: 20px;
  }
  .before-box {
    flex-direction: column;
  }
  .huag-box {
    flex-direction: column;
    margin-top: 0px;
  }
  .h-img-box {
    margin-right: 20px;
    position: relative;
    border-top: 1px solid #aa1f24;
    border-right: 1px solid #aa1f24;
    padding-top: 10px;
    padding-right: 10px;
    margin-top: 5px;
  }
  .h-img-box::after {
    display: none;
  }
  .h-img-box::before {
    left: 100%;
    bottom: 40%;
    transform: rotate(135deg);
    margin-top: -7px;
    /* margin-left: 0px; */
  }
  .huag-box .item {
    width: 100%;
    margin-top: 20px;
  }
  .huag-box .item .hh-content {
    display: flex;
    flex-direction: row;
  }
  .h-img-box {
    height: auto;
    width: 40%;
  }
  .bom-box-p {
    /* height: 100%; */
    flex: 1;
  }
  .ri-cont-box img {
    max-width: 100%;

  }
  .h-img-box {
   height: 100px;
   padding:0px;
   padding-right: 15px;
   display: flex;
   justify-content: center;
   align-items: center;
   overflow: visible;
  }
  .h-img-box img {
    width: 95%;
  }
  .hangy-box {
    max-width: 100%;
    width: 100%;
  }
  .hangy-box .item .hy-cont {
    font-size: 12px;
  }
  .hangy-box .item {
    border: 0px;
    border-bottom: 1px solid rgb(216, 214, 214) !important;
  }
  .hangy-box .item:nth-child(2n) {
    border-left: 1px solid rgb(216, 214, 214);
  }
  .hangy-box .item:nth-child(5), .hangy-box .item:nth-child(6) {
    border-bottom: 0px !important;
  }
  .hangy-box .item:nth-child(3)::after{
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    bottom: -1px;
    right: -1px;
    border-bottom: 1px solid red;
    border-right: 1px solid red;
    z-index: 10;
  }
  .hangy-box .item:nth-child(4)::after{
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    top: -1px;
    left: -1px;
    border-top: 1px solid red;
    border-left: 1px solid red;
    z-index: 10;
  }
  .hangy-box .item {
    width: 50%;
  }
  .hangy-box .item:nth-child(2):after, .hangy-box .item:nth-child(5):after {
    display: none;
  }
  .sp-wrp-title {
    font-size: 22px;
  }
  .des-content {
    font-size: 14px;
    margin-top: 0px;
  }
  .ri-cont-box {
    margin-top: 0px;
  }
  .ri-cont-box img {
    width: 100%;
  }
  .zh-frame {
    margin: 0px;
  }
  .zh-content {
    flex-wrap: wrap;
  }
  .zh-content .item {
    width: 48%;
  }
  .zh-content .item .n-conent { 
    height: auto;
    width: 100%;
  }
  .zh-content .item .n-conent img {
    width: 100%;
    height: auto;
  }
  .zh-content .item:nth-child(3) {
    width: 100%;
    margin-top: 15px;
  }
  .zh-content .item:nth-child(3) .n-conent{
    padding-bottom: 4px;
  }
  .fbh-box {
    flex-direction: column;
  }
  .fbh-box .fb-img {
    width: 100%;
  }
  .fb-cont {
    margin-left: 0px;
    margin-top: 10px;
  }
  .fb-cont .item .des {
    height: auto;
  }
  .product-item {
    display: flex;
  }
  .product-item .duct-box {
    margin-top: 0px;
    padding-left: 12px;
    flex: 1;
  }
  .product-item .duct-box .name {
    text-align: left;
    font-size: 13px;
  }
  .product-item .duct-box .cont {
    padding:0px;
    margin-top: 0px;
    height: auto;
    line-height: 18px;
  }

  .img-org {
    width: 38%;
  }
  
  .cl-list .item {
    width: 48%;
  }
  .header-box .btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
  }
  .mol {
    display: block;
  }
  .pc {
    display: none;
  }
  .title {
    font-size: 18px;
  }
  .title::after {
    top: 40px;
  }
  .title .high {
    padding: 0px 16px;
  }
  .title-tip { 
    font-size: 14px;
  }
  .yewu-box {
    position: relative;
  }
  .yewu-box::after {
    content: '';
    position: absolute;
    top:0px;
    left:50%;
    height: 100%;
    background-color: #eee;
    width: 1px;
  }
  .yewu-box .item { 
    width: 50%;
    border: 0px;
    
  }
  .yewu-box .item+.item+.item {
    border-top: 1px solid #eee;
  }
  .yewu-box .item .name.bg1, .yewu-box .item .name.bg2, .yewu-box .item .name.bg3,
  .yewu-box .item .name.bg4, .yewu-box .item .name.bg5, .yewu-box .item .name.bg6 {
    background-image: none;
  }
  .yewu-box .item .name {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 15px;
    padding-bottom: 0px;
    align-items: baseline;
    justify-content: center;
    text-align: center;
  }
  .yewu-box .item .name img.icon-img {
    width: auto;
    height: 24px;
    display: block;
    margin: 0px auto;
  }
  .yewu-box .item .name span {
    display: block;
    height: 40px;
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
  /* .c-item .name {
    position: static;
    overflow: visible;
    height: auto;
    background-color: transparent;
  } */
  .c-item .name span {
    /* background-color: #b01f24; */
    font-size: 12px;
  }
  .c-item .name .txt {
    color: #333;
    padding: 10px 16px;
  }
   
}
