.tabs{
  display: flex;
  background-color: #fff;
  flex-wrap: wrap;
}
.tabs .list{
  flex: 1;
  width: auto!important;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

/* 中间的 */
.tab-content {
  background: linear-gradient(0deg, #F2F4F8 0%, #FCFCFD 100%);
  padding: 120px 20% 120px 10%;
  background-image: url(../image/newb.png);
  background-position: center bottom;
}
.tabs-content-wrap{
  background: linear-gradient(0deg, #F2F4F8 0%, #FCFCFD 100%);
  padding: 140px 22%;
  background-image: url(../image/modbg.png);
  background-size: cover;
}
.tabs-content-wrap .content-box-wrap{
  display: none;
}
.tabs-content-wrap .content-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tabs-content-wrap .content-box .content-ft{
  flex: 1;
  font-size: 1.2vw;
  font-weight: 400;
  color: #000000;
  line-height: 1.6;
}
.tabs-content-wrap .content-box  .content-img{
  width: 35%;
  margin-left: 5%;
}
.tabs-content-wrap .content-box  .content-img img{
  width: 100%;
}

/* 最低下的 */
.tab-content .info-wrap{
  width: 91%;
  display: none;
}
.tab-content .info-wrap.active{
  display: block;
}
.tab-content  .info-title{
  font-size: 30px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 38px;
}
.tab-content .info-wrap .info-box{
  padding-bottom: 69px ;
  margin-bottom: 98px;
  border-bottom: 2px solid rgba(0, 0, 0, .2);
}
.tab-content .info-wrap .info-box .info-detils{
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1.6;
}
.wrap-box-content{
  display: flex;
  justify-content: space-between;
}
.tab-content .info-wrap .info-box .info-detils p{
  margin-bottom: 20px;
}
.info-scheme {
  padding: 50px;
  background-color: rgba(7, 75, 143, 0.07);
  border-left: 3px solid rgba(0, 185, 120, 1);
  margin-bottom: 30px;
}
.info-scheme .info-title{
  font-size: 20px;
  font-weight: bold;
  color: #02478D;
  margin-bottom: 28px;
}
.info-scheme .info-detils{
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 1.5;
}
.tab-content{
  position: relative;
}
.fix-mask2{
  position: sticky;
  width: 36%;
  right: 0;
  top: 98px;
  float: right;
  max-width: 700px;
  
}
.fix-mask2-true{
  position: fixed!important;
  top: 50%;
  transform: translateY(-50%);
}
.fix-mask2 .fix-header{
  background-image: url(../image/title-bg.png);
  background-size: cover;
  font-size: 40px;
  font-weight: 600;
  color: #FFFFFF;
  width: 100%;
  padding: 32px 0  32px 81px ;
}
.fix-mask2 .fix-nav-list{

}
.fix-mask2 .fix-nav{
  display: none;
  padding: 32px  81px;
  width: 100%;
  background-image: url(../image/bg.png);
  background-size: 100% 100%;
 
}
.fix-mask2 .fix-nav.avtive{
  display: block;
}
.fix-mask2 .fix-nav .prod-nav{
  align-items: center;
  justify-content: space-between;
  display: flex;
  cursor: pointer;
  position: relative;
}

.fix-mask2 .fix-nav .prod-nav-box{
  position: relative;
  font-size: 20px;
  font-weight: 500;
  max-width: 80%;
  color: #333333;
  line-height: 1.5;
}
.fix-mask2 .fix-nav .prod-nav-box span{
  display: block;
}
.fix-mask2 .fix-nav .prod-nav-box{
  margin-top: 20px;
}
.tab-content{
  padding-right: 0!important;
}
.fix-mask2 .fix-nav .prod-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 30px;
  font-weight: 400;
  color: #CCCCCC;
}
.fix-mask2 .fix-nav .prod-nav:hover .prod-nav-box{
  color: rgba(0, 70, 140, 1)!important;
  text-decoration:none!important;
}
.fix-mask2 .fix-nav .prod-nav:hover .prod-arrow{
  font-weight: bold;
  color: rgba(0, 70, 140, 1)!important;
  text-decoration:none!important;
}


/* 骨架用的 */
.info-wrap .sub-title{
  display: inline-block;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 400;
}
.info-wrap .sub-title-1{
  background-color: rgba(0, 64, 129, 0.1);
  color: rgba(0, 64, 129, 1);
}
.info-wrap .sub-title-2{
  background-color: rgba(0, 185, 120, 0.1);
  color: rgba(0, 185, 120, 1);
}

.info-wrap  .info-detils{
  margin: 29px 0 39px 0;

}
.tab-content .info-wrap .info-box .info-detils  .lis{
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 10px;
}
.info-wrap  .info-mode-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.info-wrap  .info-mode-list .info-mode-item{
  padding: 40px 30px;
  width: 46%;
  margin-bottom: 40px;
  background: rgba(255, 255, 255, .8);
  box-shadow: 0px 20px 10px 0px rgba(119,140,188,0.1);
}
.info-wrap  .info-mode-list .mode-title{
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  line-height: 30px;
  margin-bottom: 29px;
}
.info-wrap  .info-mode-list .mode-detils{
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1.6;
}

.info-wrap  .detils-list-wrap{
  margin-top: 40px;
}
.info-wrap  .detils-item-title{
  font-size: 20px;
  font-weight: 600;
  color: #333333;
}
.info-wrap .detils-item-brife{
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin: 19px 0 36px;
  line-height: 1.5;
}


/* //泌尿的 */
.cause-mode-tilte{
  margin: 38px 0;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}
.cause-list-wrap{

}
.cause-list-wrap .cause-item-title{
  padding-left: 20px;
  border-left: 2px solid #004081;
  border-radius: 2px;
  font-size: 20px;
  font-weight: 600;
  color: #004081;
}
.cause-item-brife{
  margin-bottom: 49px;
  padding: 20px;
  margin-top: 20px;
}
.cause-item-brife .cause-item-details{
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1.6;
}
.flex-list-wrap{
  margin-top: 50px;
}
.flex-list-wrap .flex-list-item{
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
  align-items: baseline;
}
.flex-list-wrap .flex-list-item .flex-label{
  position: relative;
  width: 25%;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
}
.flex-list-wrap .flex-list-item .flex-label::after{
  position: absolute;
  content: '';
  left: 0;
  bottom: -30px;
  width: 30px;
  height: 3px;
  background: #00B978;
}
.flex-list-wrap .flex-list-item .flex-content{
  width: 76%;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1.6;
}
.type-list-wrap{
}

.type-list-wrap .type-item-title{
  padding-left: 20px;
  border-left: 2px solid rgba(0, 185, 120, 1);
  border-radius: 2px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

 .type-item-brife{
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1.6;
  margin-top: 31px;
  margin-bottom: 40px;
}
.type-item-brife .type-item-brife:last-child{
  margin-bottom: 0;
}
.accordion-list .accordion-item{
  position: relative;
  padding: 30px 20px;
  width: 100%;
  margin-bottom: 10px;
  background: #FFFFFF;
  box-shadow: 0px 20px 10px 0px rgba(119,140,188,0.1);
  background-color: #fff;
}
.accordion-list .icon-wrap{
  position: absolute;
  top: 32px;
  right: 30px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.accordion-list .icon-wrap img{
  width: 20px;
}

.accordion-list .accordion-content{

}
.round-box{
  display: flex;
  align-items: center;
}

#myStat1{
  margin-right: 10%;
}
.acc-title{
  font-size: 20px;
  font-weight: 600;
  color: #333333;
}
.acc-details{
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 1.5;
}
.accordion-list .accordion-item.active{
  border-left:3px solid rgba(0, 185, 120, 1) ;
}

.accordion-list .accordion-item.active .acc-title{
  color: rgba(0, 185, 120, 1);
  position: relative;
  margin-bottom: 24px;
}
.accordion-item .acc-details{
  display: none;
}
.accordion-list .accordion-item  .clsoeicon{
  display: none;
}
.accordion-list .accordion-iteme  .openicon{
  display: block;
}
.accordion-list .accordion-item.active .acc-acc-details{
  display: block;
}
.accordion-list .accordion-item.active .clsoeicon{
  display: block;
}
.accordion-list .accordion-item.active .openicon{
  display: none;
}
.acc-brief{
  margin-bottom: 4px;
}

.cause-item-brife .cause-item-details:last-child{
  margin-bottom: 0;
}
@media (max-width:1640px){
  .fix-mask2 .fix-header{
    font-size: 26px;
    padding: 12px 0 12px 30px
  }
  .fix-mask2 .fix-nav{
    padding: 12px  30px
  }
  .tabs-content-wrap .content-box .content-img{
    width: 40%;
    margin-left: 10%;
  }
  .tabs-content-wrap{
    padding: 100px 18%;
  }
  .tab-content{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .cause-item-brife{
    margin-bottom: 29px;
    padding: 15px;
    margin-top: 10px
  }
  .tab-content .info-wrap .info-box{
    padding-bottom: 20px;
  }
}

@media (max-width:1460px){
  .flex-list-wrap{
    margin-top: 30px;
  }
  .fix-mask2 .fix-nav .prod-nav-box{
    margin-top: 10px;
  }
  .info-wrap .sub-title{
    font-size: 15px;
    padding: 5px 8px;
  }
  .acc-title{
    font-size: 16px;
  }
  .acc-brief{
    font-size: 16px;
  }
  .accordion-list .accordion-item{
    padding: 20px 15px;
  }
  .accordion-list .icon-wrap{
    top: 22px;
  }
  
  
  .info-wrap .info-mode-list .info-mode-item{
    padding: 30px 20px;
  }
  .info-wrap .info-mode-list .mode-title{
    margin-bottom: 20px;
  }
  .tabs .list{
    font-size: 1.26vw;
    height:4.65vw;
  }
  .tab-content .info-title{
    font-size: 24px;
  }
  .info-scheme .info-detils{
    font-size: 16px;
  }
  .tab-content{
    padding-top: 60px ;
    padding-bottom: 60px ;

  }
  .tab-content .info-title{
    margin-bottom: 20px;
  }
  .tab-content .info-wrap .info-box{
    margin-bottom: 60px;
  }
  .info-scheme .info-title{
    font-size: 20px;
  }
  .info-scheme{
    padding: 20px;
  }
  .fix-mask2 .fix-nav .prod-nav-box{
    font-size: 16px;
  }
  .fix-mask2 .fix-header{
    font-size: 20px;
  }
  .tabs-content-wrap{
    padding: 80px 18%;
  }
  .cause-list-wrap .cause-item-title{
    font-size: 18px;
  }
  .cause-item-brife .cause-item-details{
    font-size: 16px;
  }
  .flex-list-wrap .flex-list-item .flex-label{
    font-size: 18px;
  }
  .type-list-wrap .type-item-title,.info-wrap .info-mode-list .mode-title{
    font-size: 18px;
  }
  .type-item-brife,.info-wrap .info-mode-list .mode-detils{
    font-size: 16px;
  }
}


@media (max-width:1200px){
  .round-box .circle-text,.round-box .circle-info,.round-box .circle-text-half,.round-box .circle-info-half{
    font-size: 14px!important;
  }
  .tabs-content-wrap{
    padding: 40px 16%;
  }
  .tab-content .info-wrap .info-box .info-detils .lis{
    font-size: 16px;
    margin-bottom: 8px;
  }
  .info-wrap .info-mode-list .info-mode-item{
    padding: 20px 12px;
  }
  .info-wrap .info-mode-list .mode-title{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .info-wrap .info-mode-list .mode-detils{
    font-size: 14px;
    line-height: 1.5;
  }
  .info-wrap .info-mode-list .info-mode-item{
    margin-bottom: 20px;
  }
  .tab-content{
    padding: 40px 16%;
  }
  .tab-content .info-title{
    font-size: 19px;
  }
  .tab-content .info-wrap .info-box .info-detils{
    font-size: 16px;
  }
  .tab-content .info-wrap .info-box .info-detils p{
    margin-bottom: 12px;
  }
  .info-wrap .info-detils{
    margin: 19px 0 15px 0;
  }
  .tab-content .info-wrap .info-box{
    margin-bottom: 40px;
  }
  .info-scheme .info-title{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .info-scheme{
    padding: 20px;
  }
  .fix-mask2 .fix-header{
    font-size: 16px;
  }
  .fix-mask2 .fix-nav .prod-nav-box{
    font-size: 14px;
  }
  .info-scheme .info-detils{
    font-size: 18px;
  }
  .tab-content .info-wrap .info-box .info-detils p,
  .acc-brief,
  .info-scheme .info-detils,
  .info-wrap .detils-item-brife{
    font-size: 14px;
  }
  .cause-list-wrap .cause-item-title,
  .flex-list-wrap .flex-list-item .flex-content,
  .flex-list-wrap .flex-list-item .flex-label,
  .info-scheme .info-title,
  .info-wrap .detils-item-title{
    font-size: 16px;
  }
  .info-wrap .sub-title{
    font-size: 12px;
  }
}

@media (max-width:750px){
  .tabs .list {
    font-size: 4.86vw;
    height: 13.65vw;
    padding: 0 3.041667vw;
  }
  .tabs-content-wrap,.tab-content{
    padding: 20px 15px;
  }
  .fix-mask2 .fix-header{
    padding: 20px 10px;
  }
  .fix-mask2 .fix-nav{
    padding: 20px 10px;
  }
  .fix-mask2 .fix-nav .prod-arrow{
    font-size: 18px;
  }
  .info-wrap .info-mode-list .info-mode-item{
    width: 100%;
  }
  .tabs-content-wrap .content-box{
    flex-direction: column;
  }
  .tabs-content-wrap .content-box .content-ft{
    font-size: 3.9vw;
  }
  .tabs-content-wrap .content-box .content-img {
      width: 80%;
      margin-left: 0;
      margin-top: 10px;
  }
  .fix-mask2{
    top: 52px;
  }
  .info-scheme{
    padding: 20px 10px;
  }
  .info-scheme .info-detils{
    letter-spacing: 1px;
  }
}


.info-wrap .scheme-title {
  display: none;
}

.info-wrap .info-scheme {
  display: none;
}