.shengluehao{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
  }
  .shengluehao2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break:break-all;
    overflow: hidden;
  }
  button[open-type="contact"]::after{
    border: 0px;
  }
  button[open-type]{
    background-color: transparent;
    overflow: visible;
    font-weight: 500;
  }
  .img{
    line-height: 0px;  
  }
  
  .app{
    background-color:#EFEFEF;
  }
  .baise{
    background-color: white;
  }
  .pp{
    padding-left:20rpx;
    padding-right:20rpx;
  }
  .ub{
      display: flex;
  }
  .ub-c{
      display: flex;
      flex-direction: column;
  }
  .f1{
      flex: 1;
  }
  .ycenter{
      display: flex;
      align-items:Center;
  }
  .ytop{
      display: flex;
      align-items:flex-start;
  }
  .ybottom{
      display: flex;
      align-items:flex-end;
  }
  .xcenter{
      display: flex;
      justify-content:center;
  }
  .xleft{
      display: flex;
      justify-content:flex-start;
  }
  .xright{
      display: flex;
      justify-content:flex-end;
  }
  .border{
      border-top: #c8c7cc 1px solid;transform: scaleY(.5);
  }
  .border2{
      border-top: #c8c7cc 1px solid;transform: scaleY(.2);
  }
  .border3{
    border-top: #c8c7cc 1px solid;transform: scaleY(.3);
  }
  .border4{
    border-top: #c8c7cc 1px solid;transform: scaleY(.4);
  }
  .bordery{
      border-left: #c8c7cc 1px solid;transform: scaleX(.5);
  }
  .huadong > view:nth-child(1){
    flex: 1;
  }
  .huadong > view:last-of-type{
    flex: 1;
  }
  .huadong > view:not(:nth-child(1)):not(:last-of-type){
    display: none;
  }
  .huadong_left > view.right{
    display: none;
  }
  .huadong_right{
    justify-content:flex-end;
  }
  .huadong_right > view.left{
    display: none;
  }
  .zhezao2{
    background-color: rgba(0, 0, 0, 0.6) ;
    z-index: 1000;
    position: fixed;
    top: 0px;
    left: 0px; 
    width: 100%;
    height: 100%;
   }
  .zhezao{
   background-color: rgba(0, 0, 0, 0.6) ;
   z-index: 1000;
   position: fixed;
   top: 0px;
   left: 0px; 
   width: 100%;
   height: 100%;
   animation:showzhezao 100ms linear;
   animation-iteration-count:1;
  }
  @keyframes showzhezao{
    0%{
      opacity: 0;
    }
    100%{
      opacity: 1;
    }
  }
  .pros{
    background-color: rgba(0, 0, 0, 0.02);padding: 10px;border-radius: 100px;cursor: pointer;
    margin-left: 20px;color: rgba(0, 0, 0, 0.5);
    font-family: douyin;
  }
  .pros:nth-of-type(1){
    margin-left: 0px;
  }
  .pros.active{
    border: 1px solid rgba(255, 132, 0,0.3);
    background-color: rgba(255, 132, 0,0.05);
    color: rgb(255, 132, 0);
  }
  .pros > div:nth-child(1) > img{
    height: 40px;width: 40px;border-radius: 50%;opacity: 0.8;
  }
  .pros.active > div:nth-child(1) > img{
    opacity: 1;
  }
  .pros > div:nth-child(2){
    font-size: 20px;font-weight: 800;padding-left: 10px;padding-right: 10px;
  }
  @font-face {
    font-family: douyin;
    src: url(./DouyinSansBold.otf);
  }
  .swiperimg{
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .swiperimg > img{
    height: 600px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  }
  .sanjiaoTopBlue{
    width: 0;
    height: 0;
    border-bottom: 10px solid #FF8400;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  .pingtais > div.main{
    background-color:rgba(0, 0, 0,0.1);
  }
  .pingtais > div.main.active{
    background-color:#FF8400;
  }
  .pingtais > div.sanjiao{
    opacity: 0;
  }