*{
    padding:0;
    margin:0;
}
a{
    text-decoration: none;
}


html,body{
    /* height: 100%;
    min-height: 100%; 
    box-sizing: border-box; */
    /* background: #f6f8fa; */
    width: 100%;
    font-family:"Helvetica Neue","Hiragino Sans GB","Microsoft YaHei","\9ED1\4F53",Arial,sans-serif;
    color:#353535;
    font-size: .466667rem;
}
.card-detail-box{
    width: 100%;
}
  
/*  */
  .bottom-block {
    height: 1.333333rem;
  }
  
  button {
    padding: 0;
    width: 100%;
    height: 1.333333rem;
    border: 1px solid #fff;
    background-color: #fff;
    color: #41465B;
    border-radius: 2px;
    outline: none;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    opacity: .8;
    text-align: center;
    line-height: 1.333333rem;
    box-shadow:2px 2px 12px 1px rgba(0, 0, 0, 0.03);
    border-radius: .1rem;
  }
  .button-primary-dark {
    background: linear-gradient(90deg, #41465b, #252836);
    color: #fff;
  }
  .detail {
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #f6f8fa;
    padding-bottom: .333333rem;
  }
  .detail .head-image {
    display: block;
    height: 1.833333rem;
    width: 1.833333rem;
    background: #fff;
    box-sizing: border-box;
    border-radius: 50%;
    overflow: hidden;
    padding: .1rem;
  }
  .detail .head-image img {
    width: 100%;
    height: 100%;
    border-radius: 1rem;
  }
  .detail .top-card {
    width: 100%;
    z-index: 0;
    /* height: 8.466667rem; */
    height: 6.666667rem;
    position: relative;
  }
  .detail .top-card .top-card-bg {
    width: 100%;
    height: 2.5rem;
    background: linear-gradient(180deg, #41465b, #252836);
  }
  .detail .top-card .card-content {
    overflow: hidden;
    box-sizing: border-box;
    position: absolute;
    width: 11.166667rem;
    height: 6rem;
    border-radius: .166667rem;
    top: .7rem;
    left: 50%;
    transform: translate(-50%);
    background-position: top;
    background-size: cover;
  }
  .detail .top-card .card-content .mask {
    width: 100%;
    height: 100%;
    background-size: contain;
    padding-top: .833333rem;
    padding-left: .833333rem;
  }
  .detail .top-card .card-content .card-content-top {
    height: 1.9rem;
    width: 100%;
    display: flex;
  }
  .detail .top-card .card-content .card-content-top .head-image {
    height: 1.833333rem;
    width: 1.833333rem;
  }
  .detail .top-card .card-content .bottom-text {
    margin-top: .333333rem;
    display: flex;
    flex-direction: column;
    font-size: .4rem;
    color: #fff;
  }
  .detail .top-card .card-content .bottom-text>div {
    width: 8rem;
    display: flex;
    height: .833333rem;
    align-items: center;
  }
  .detail .top-card .card-content .bottom-text>div span {
    opacity: 0.8;
  }
  .detail .top-card .card-content .bottom-text>div .icon {
    background-size: 100% 100%;
    margin-right: .233333rem;
    /* width: .366667rem;
    height: .366667rem; */
    /* background-image: url("https://static.xcx.co.ltd/wxapp-card/images/icons.png"); */
  }
  
 .detail .top-card .card-content .bottom-text>div .icon.phone {
     width: .366667rem;
     height: .366667rem;
  }
  .detail .top-card .card-content .bottom-text>div .icon.mail {
      width: .35rem;
      /* height: .4rem; */
  }
  .detail .top-card .card-content .bottom-text>div .icon.address {
      /* width: .266667rem; */
      height: .333333rem;
  }
  /* .detail .top-card .card-content .bottom-text>div .icon.phone {
    background-position: -0.066667rem -10.313333rem;
  }
  .detail .top-card .card-content .bottom-text>div .icon.mail {
    background-position: -1.29667rem -10.313333rem
  }
  .detail .top-card .card-content .bottom-text>div .icon.address {
    background-size: 2200%;
    background-position: -0.7667rem -11.39rem;
  } */
  
  .detail .top-card .card-content .head-right{
    position: absolute;
    right: .416667rem;
    bottom: .733333rem;
  }

  .detail .top-card .card-content .head-right img{
    width: 1.833333rem;
    height: 1.833333rem;
    border-radius: 100%;
  }
  /* card 头部 */
  .detail .top-card .card-content .head-image {
    display: block;
    height: 1.833333rem;
    width: 1.833333rem;
    background: #fff;
    box-sizing: border-box;
    border-radius: 50%;
    overflow: hidden;
    padding: .066667rem;
  }
  .detail .top-card .card-content .head-image img {
    width: 100%;
    height: 100%;
    border-radius: 1rem;
  }
  .detail .top-card .card-content .text {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .detail .top-card .card-content .text>div {
    margin-top: .1rem;
    margin-bottom: .166667rem;
  }
  .detail .top-card .card-content .text .name {
    padding: 0 .233333rem;
    font-size: .533333rem;
    position: relative;
    font-weight: bold;
    max-width: 5.666667rem;
  }
  .detail .top-card .card-content .text .name:after {
    content: '';
    position: absolute;
    width: 1px;
    height: .366667rem;
    background: #fff;
    top: .266667rem;
    right: 0;
  }
  .detail .top-card .card-content .text .title {
    padding: 0 .233333rem;
    font-size: .4rem;
    opacity: 0.8;
  }
  .detail .top-card .card-content .text .company-name {
    border-top-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
    padding: .1rem .3rem;
    margin-left: .233333rem;
    font-size: .333333rem;
    text-align: center;
    background: linear-gradient(90deg, #aa8955, #c4ae86);
  }
  .detail .top-card .card-content {
    overflow: hidden;
    box-sizing: border-box;
    position: absolute;
    width: 11.166667rem;
    height: 6rem;
    border-radius: .166667rem;
    top: .7rem;
    left: 50%;
    transform: translate(-50%);
    background-position: center center;
    background-size: cover;
  }
  .detail .top-card .card-content .mask {
    width: 100%;
    height: 100%;
    background-size: cover;
    padding-top: .833333rem;
    padding-left: .833333rem;
    box-sizing: border-box;
    border-radius: .133333rem;
  }
  .detail .top-card .card-content .card-content-top {
    height: 1.9rem;
    width: 100%;
    display: flex;
  }
  .detail .top-card .card-content .card-content-top .head-image {
    height: 1.833333rem;
    width: 1.833333rem;
  }
  .detail .top-card .card-content .bottom-text {
    margin-top: .333333rem;
    display: flex;
    flex-direction: column;
    font-size: .4rem;
    color: #fff;
  }
  .detail .top-card .card-content .bottom-text>view {
    width: 10rem;
    display: flex;
    align-items: center;
    margin-bottom: .2rem;
  }
  .detail .top-card .card-content .bottom-text>div span {
    opacity: 0.8;
    line-height: .5rem;
    width: 6.166667rem;
  }
  .detail .top-card .card-content .bottom-text>view .icon {
    background-size: contain;
    margin-right: .233333rem;
    width: .4rem;
    height: .433333rem;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .detail .top-card .card-content-style1 {
    box-shadow: rgba(0,0,0,0.2) 0px 0px 50px;
  }
  .detail .top-card .card-content-style1 .icon.phone {
    background-image: url("https://static.xcx.co.ltd/wxapp-card/images/phone_xiao.png");
  }
  .detail .top-card .card-content-style1 .icon.mail {
    height: .333333rem;
    background-image: url("https://static.xcx.co.ltd/wxapp-card/images/mail_xiao.png");
  }
  .detail .top-card .card-content-style1 .icon.address {
    width: .266667rem;
    background-image: url("https://static.xcx.co.ltd/wxapp-card/images/address_xiao.png");
    /* align-self: flex-start; */
  }
  .detail .top-card .card-content-style1 .head-image {
    box-shadow: rgba(0,0,0,0.2) 1px 2px 10px;
  }
  .detail .top-card .card-content-style1 .mask {
    background-size: cover;
    background-image: url("/assets/share/image/card/mpbg.png");
  }
  .detail .top-card .card-content-style1 .bottom-text {
    color: #333;
  }
  .detail .top-card .card-content-style1 .text {
    color: #41465b;
  }
  .detail .top-card .card-content-style1 .name:after {
    background: #999;
  }
  .detail .top-card .card-content-style1 .company-name {
    background: none;
    padding: 0;
    color: #e0bd70;
    font-size: .4rem;
  }
  .detail .top-card .card-content-style2 .icon.phone {
    background-image: url("https://static.xcx.co.ltd/wxapp-card/images/dianhua_w.png");
  }
  .detail .top-card .card-content-style2 .icon.mail {
      height: .4rem;
    background-image: url("https://static.xcx.co.ltd/wxapp-card/images/youjian_w.png");
  }
  .detail .top-card .card-content-style2 .icon.address {
    width: .36667rem;
    background-image: url("https://static.xcx.co.ltd/wxapp-card/images/dizhi_w.png");
    /* align-self: flex-start; */
  }
  .detail .top-card .card-content-style2 .mask {
    background-image: url("https://static.xcx.co.ltd/wxapp-card/images/mask.png");
  }




  .detail .top-card .btn-content {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 11.166667rem;
    left: 50%;
    transform: translate(-50%);
  }

  
  .detail .top-card .btn-content>button{
    width: 48%;
  }
  

  .detail .info-list-content {
    width: 10.166667rem;
    height: auto;
    margin: .5rem auto;
    padding: 0 .5rem;
    background: #fff;
    box-shadow: .033333rem .033333rem .2rem .016667rem rgba(0,0,0,0.06);
    border-radius: .133333rem;
  }
  .detail .info-list-content a {
    width: 100%;
    height: 1.466667rem;
    padding: 0;
    border-radius: 0;
    border-bottom: 1px solid #eee;
    box-shadow: none;
    display: block;
  }
  .detail .info-list-content a>div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: .133333rem;
  }
  .detail .info-list-content a>div .icon-text-box {
    display: flex;
    width: 3.333333rem;
  }
  .detail .info-list-content a>div .icon-text-box .icon-text {
    font-size: .4rem;
    font-weight: 400;
    color: #999;
  }
  .detail .info-list-content a>div .icon {
    width: .666667rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-right: .166667rem;
    display: inline-block;
  }
  .detail .info-list-content a>div .icon.mobile {
    background-image: url("https://static.xcx.co.ltd/wxapp-card/images/mobile.png");
  }
  .detail .info-list-content a>div .icon.weixin {
    background-image: url("https://static.xcx.co.ltd/wxapp-card/images/weixin_xiao.png");
  }
  .detail .info-list-content a>div .icon.address {
    background-image: url("https://static.xcx.co.ltd/wxapp-card/images/address_1.png");
  }
  .detail .info-list-content a>div .icon.phone {
    background-image: url("https://static.xcx.co.ltd/wxapp-card/images/zuoji.png");
  }
  .detail .info-list-content a>div .icon.email {
    background-image: url("https://static.xcx.co.ltd/wxapp-card/images/email.png");
  }
  .detail .info-list-content a>div .icon.department {
    background-image: url("https://static.xcx.co.ltd/wxapp-card/images/bumen.png");
  }
  .detail .info-list-content a>div .text {
    width: 6.666667rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    color: #626379;
  }
  .detail .info-list-content a:nth-last-child(1) {
    border-style: none;
  }

  /*  */


  .detail .tab-content {
    margin-bottom: .833333rem;
    box-sizing: border-box;
    border-radius: .1rem;
    background: #fff;
    width: 11.166667rem;
    margin: 0 auto;
    padding: .5rem;
    box-shadow: #eee 0px 0px 5px;
  }
  .detail .tab-content .tab-btn-list {
    border-bottom: 1px solid #f4f4f4;
    height: 1.666667rem;
    line-height: 1.3rem;
    display: flex;
    justify-content: space-around;
  }
  .detail .tab-content .tab-btn-list .tab-btn-item {
    position: relative;
    width: 2.5rem;
    font-size: .4rem;
    color: #999;
    line-height: .666667rem;
    text-align: center;
  }
  .detail .tab-content .tab-btn-list .tab-btn-item .submit-tab-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #f00;
  }
  .detail .tab-content .tab-btn-list .tab-btn-item .icon {
    width: .766667rem;
    height: .766667rem;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .detail .tab-content .tab-btn-list .tab-btn-item .icon.introduce {
    background-image: url("https://static.xcx.co.ltd/wxapp-card/images/detail/js.png");
  }
  .detail .tab-content .tab-btn-list .tab-btn-item .icon.video {
    background-image: url("https://static.xcx.co.ltd/wxapp-card/images/detail/tp.png");
  }
  .detail .tab-content .tab-btn-list .tab-btn-item .icon.pic {
    background-image: url("https://static.xcx.co.ltd/wxapp-card/images/detail/sp.png");
  }
  .detail .tab-content .tab-btn-list .tab-btn-item:after {
    content: '';
    display: block;
    position: absolute;
    width: .666667rem;
    height: .066667rem;
    background: #fff;
    left: 50%;
    border-radius: .066667rem;
    transform: translate(-50%);
    top: 1.5rem;
  }
  .detail .tab-content .tab-btn-list .tab-btn-item.active {
    color: #41465b;
  }
  .detail .tab-content .tab-btn-list .tab-btn-item.active:after {
    background: #41465b;
  }
  .detail .tab-content .tab-btn-list .tab-btn-item.active .icon.introduce {
    background-image: url("https://static.xcx.co.ltd/wxapp-card/images/detail/jsa.png");
  }
  .detail .tab-content .tab-btn-list .tab-btn-item.active .icon.video {
    background-image: url("https://static.xcx.co.ltd/wxapp-card/images/detail/tpa.png");
  }
  .detail .tab-content .tab-btn-list .tab-btn-item.active .icon.pic {
    background-image: url("https://static.xcx.co.ltd/wxapp-card/images/detail/spa.png");
  }
  .detail .tab-content .tab-btn-list-hidden {
    visibility: hidden;
  }
  .detail .tab-content .tab-content-box {
    height: auto;
  }
  .detail .tab-content .tab-content-box .tab-content-item .no-tip {
    width: 100%;
    height: 100%;
    background-image: url("https://static.xcx.co.ltd/wxapp-card/images/icon_kong-1.png");
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box;
    background-size: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-size: .4rem;
    color: #999;
    min-height: 4rem;
  }
  .detail .tab-content .tab-content-box .tab-content-item .no-tip>view {
    height: 3.333333rem;
    line-height: 4.166667rem;
  }
  .detail .tab-content .tab-content-box .tab-content-item.tab-content-item-0 {
    padding-top: .033333rem;
  }
  .detail .tab-content .tab-content-box .tab-content-item.tab-content-item-0 .voice-content {
    height: 1.333333rem;
    width: 100%;
    margin-top: .833333rem;
    display: flex;
    align-items: center;
  }
  .detail .tab-content .tab-content-box .tab-content-item.tab-content-item-0 .voice-content .head-image {
    padding: .066667rem;
    height: 1.333333rem;
    width: 1.333333rem;
  }
  .detail .tab-content .tab-content-box .tab-content-item.tab-content-item-0 .intro-content {
    display: block;
    min-height: .666667rem;
    margin-top: .666667rem;
    font-size: .433333rem;
    color: #626379;
    line-height: .666667rem;
  }
  /*  */
  .detail .tab-content .tab-content-box .tab-content-item.tab-content-item-0 .voice-content .voice-box {
    height: 1.2rem;
    display: flex;
    margin-left: .333333rem;
  }
  .detail .tab-content .tab-content-box .tab-content-item.tab-content-item-0 .voice-content .voice-box>div {
    background-image: url("https://static.xcx.co.ltd/wxapp-card/images/qipao.png");
    background-size: 4.533333rem;
    background-repeat: no-repeat;
    background-position: left center;
    box-sizing: border-box;
  }
  .detail .tab-content .tab-content-box .tab-content-item.tab-content-item-0 .voice-content .voice-box .left {
    width: 2.5rem;
    display: flex;
    align-items: center;
    color: #626379;
    padding-left: .5rem;
  }
  .detail .tab-content .tab-content-box .tab-content-item.tab-content-item-0 .voice-content .voice-box .left .icon {
    width: .583333rem;
    height: .583333rem;
    margin-right: .1rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
  }
  .detail .tab-content .tab-content-box .tab-content-item.tab-content-item-0 .voice-content .voice-box .left .icon.icon0 {
    background-image: url("https://static.xcx.co.ltd/wxapp-card/images/yuyin-cuxiantiao1.png");
  }
  .detail .tab-content .tab-content-box .tab-content-item.tab-content-item-0 .voice-content .voice-box .left .icon.icon1 {
    background-image: url("https://static.xcx.co.ltd/wxapp-card/images/yuyin-cuxiantiao2.png");
  }
  .detail .tab-content .tab-content-box .tab-content-item.tab-content-item-0 .voice-content .voice-box .left .icon.icon2 {
    background-image: url("https://static.xcx.co.ltd/wxapp-card/images/yuyin-cuxiantiao3.png");
  }
  .detail .tab-content .tab-content-box .tab-content-item.tab-content-item-0 .voice-content .voice-box .left .time {
    font-size: .466667rem;
  }
  .detail .tab-content .tab-content-box .tab-content-item.tab-content-item-0 .voice-content .voice-box .center {
    background-size: 16.666667rem;
    background-position: center center;
  }
  .detail .tab-content .tab-content-box .tab-content-item.tab-content-item-0 .voice-content .voice-box .right {
    width: .5rem;
    background-position: right center;
  }
/* 第二种
  
  @keyframes yuying{
    0%{
        height: 0%;
    }
    20%{
        height: 50%;
    }
    50%{
        height: 100%;
    }
    80%{
        height: 50%;
    }
    100%{
        height: 0%;
    }
}    

.audio-container{
    border-radius: .333333rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .1rem;
}
.audio-container .audio-animation{
    width: .866667rem;
    height: .866667rem;
}
.audioPlay .one{
    animation:yuying 0.6s infinite 0.15s;
   -webkit-animation:yuying 0.6s infinite 0.15s;
}
.audioPlay .two{
    animation:yuying 0.6s infinite 0.3s;
   -webkit-animation:yuying 0.6s infinite 0.3s;
}
.audioPlay .three{
    animation:yuying 0.6s infinite 0.45s;
   -webkit-animation:yuying 0.6s infinite 0.45s;
}
.audioPlay .four{
    animation:yuying 0.6s infinite 0.6s;
   -webkit-animation:yuying 0.6s infinite 0.6s;
}

.one,.two,.three,.four{
    width: .066667rem;
    border-radius: 1.666667rem;
    background-color: #626379;
    vertical-align: middle;
    display: inline-block;
}
.one{
    margin-left: .066667rem;
    height: 50%;
}
.two{
    height: 100%;
}
.three{
    height: 70%;
}
.four{
    height: 40%;
} */
/*  */
.audio_area{
  margin-right: .1rem;
}
.playing .audio_play_area .icon_audio_default {
  display: block;
}

.audio_play_area .icon_audio{
  background: transparent url('/assets/share/image/card/iconloop.png') no-repeat 0 0;
  width: 18px;
  height: 25px;
  vertical-align: middle;
  display: inline-block;
  -webkit-background-size: 54px 25px;
  background-size: 54px 25px;
  
}
.audio_play_area .icon_audio_default {
  background-position: -36px center;
}

.audio_play_area .icon_audio_playing {
  -webkit-animation: audio_playing 1s infinite;
  background-position: 0px center;
  display: none;
}

.playing .audio_play_area .icon_audio_default {
  display: none;
}

.playing .audio_play_area .icon_audio_playing {
  display: inline-block;
}

@-webkit-keyframes audio_playing {
  30% {
      background-position: 0px center;
  }
  31% {
      background-position: -18px center;
  }
  61% {
      background-position: -18px center;
  }
  61.5% {
      background-position: -36px center;
  }
  100% {
      background-position: -36px center;
  }
}


/*  */

  
  /*  */
  .detail .tab-content .tab-content-box .tab-content-item.tab-content-item-0 .tags-content {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: .666667rem;
  }
  .detail .tab-content .tab-content-box .tab-content-item.tab-content-item-0 .tags-content .tag-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .5rem 0 .5rem;
    margin-bottom: .333333rem;
    height: 1.033333rem;
    background: #f3f5fb;
    margin-right: .333333rem;
    border-radius: .666667rem;
    color: #333;
    font-size: .433333rem;
    position: relative;
  }
  .detail .tab-content .tab-content-box .tab-content-item.tab-content-item-0 .tags-content .tag-item .submit-tab-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .detail .tab-content .tab-content-box .tab-content-item.tab-content-item-0 .tags-content .tag-item .tag-text {
    padding-right: .333333rem;
    opacity: 0.9;
  }
  .detail .tab-content .tab-content-box .tab-content-item.tab-content-item-0 .tags-content .tag-item .tag-like-icon {
    width: .5rem;
    height: .5rem;
    background-image: url("https://static.xcx.co.ltd/wxapp-card/images/icons.png");
    background-size: 1400%;
    background-position: -1.1rem .1rem;
    background-repeat: no-repeat;
  }
  .detail .tab-content .tab-content-box .tab-content-item.tab-content-item-0 .tags-content .tag-item .tag-like-num {
    color: #6f779a;
    font-size: .416667rem;
    padding-left: .033333rem;
  }
  .detail .tab-content .tab-content-box .tab-content-item.tab-content-item-0 .tags-content .tag-item.active {
    color: #fff;
    background: #6f779a;
  }
  .detail .tab-content .tab-content-box .tab-content-item.tab-content-item-0 .tags-content .tag-item.active .tag-like-icon {
    background-position: -1.7rem .1rem;
  }
  .detail .tab-content .tab-content-box .tab-content-item.tab-content-item-0 .tags-content .tag-item.active .tag-like-num {
    color: #fff;
  }
  .detail .tab-content .tab-content-box .tab-content-item.tab-content-item-1 {
    padding-top: .166667rem;
  }
  .detail .tab-content .tab-content-box .tab-content-item.tab-content-item-1 video {
    margin-top: .5rem;
    width: 100%;
    height: 6rem;
    border-radius: .166667rem;
  }
  .detail .tab-content .tab-content-box .tab-content-item.tab-content-item-2 {
    padding-top: .166667rem;
  }
  .detail .tab-content .tab-content-box .tab-content-item.tab-content-item-2 .images-content img {
    width: 100%;
    margin-top: .166667rem;
    border-radius: .166667rem;
  }
  .detail .tab-content .tab-content-box .tab-content-item.active {
    display: block;
  }
  .detail .tab-content-box-top {
    height: 20rem !important;
  }
  .detail .chat-btn {
    width: 2rem;
    height: 2rem;
    background: #fff;
    box-shadow: rgba(0,0,0,0.1) 0px 0px 30px 0px;
    position: fixed;
    bottom: 6rem;
    right: .5rem;
    border-radius: 50%;
    background-image: url("https://static.xcx.co.ltd/wxapp-card/images/liaotian.png");
    background-repeat: no-repeat;
    background-position: center .466667rem;
    background-size: .733333rem;
  }
  .detail .chat-btn .tip {
    width: .533333rem;
    height: .533333rem;
    background: #d66864;
    position: absolute;
    border-radius: 50%;
    right: .083333rem;
    top: .083333rem;
    color: #fff;
    font-size: .333333rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .detail .chat-btn .chat-btn-text {
    font-size: .3rem;
    text-align: center;
    line-height: 2.833333rem;
    color: #666;
  }
  .detail .chat-btn .submit-chat {
    position: absolute;
    top: 0;
    height: 2.5rem;
    width: 2.166667rem;
    background: rgba(0,0,0,0);
  }
  








/* .mask{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1998;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;

}
.mask .mask-img{
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
} */

.fixed_kefu{
    position: fixed;
    right: .666667rem;
    bottom: 3.333333rem;
}

.fixed_kefu img{
    width: 1.833333rem;
    height:1.833333rem;
    z-index: 1999;
}
.dialog-mask{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1998;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;

}
.dialog-mask .mask-img{
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
}


@media screen and (min-width: 800px) {
    .card-detail-box {
        width: 750px;
        margin: 0 auto;
    }
}