body {
  width: 100%;
  background: #3A8EF4;
  overflow-x: hidden;
}
#live {
  width: 100%;
}
#live #header {
  width: 100%;
  background: #D8D8D8;
}
#live #header img {
  width: 100%;
}
#live #info-box {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#live #info-box .floor {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
#live #info-box .floor .title {
  height: 23px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 23px;
}
#live #info-box .floor img {
  margin: 7px 12px;
  height: 7px;
}
#live #info-box .goods {
  margin: 8px;
}
#live #info-box .pro-floor .tabList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#live #info-box .pro-floor .tabList .tab {
  width: 24%;
  height: 22px;
  text-align: center;
  background: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
  color: #3A8EF4;
}
#live #info-box #info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 9px;
  box-sizing: border-box;
  overflow-x: hidden;
}
#live #info-box #info .plan {
  width: 49%;
  height: 171px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-top: 5px;
}
#live #info-box #info .plan img {
  width: 100%;
  height: 99px;
  background: #D8D8D8;
  border-radius: 4px 4px 0px 0px;
}
#live #info-box #info .plan .worde {
  padding: 0 8px 8px 8px;
  margin-top: 12px;
}
#live #info-box #info .plan .worde .span {
  height: 15px;
  font-size: 13px;
  font-weight: 500;
  color: #1E1F22;
  line-height: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#live #info-box #info .plan .worde .btn {
  width: 100%;
  height: 25px;
  background: #2F7BFF;
  border-radius: 1px;
  margin-top: 12px;
  line-height: 25px;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
}
#live #info-box .hotGoods {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#live #info-box .hotGoods .hot {
  width: 49%;
  height: 310px;
  background: #FFFFFF;
  margin-top: 9px;
}
#live #info-box .rule {
  background: #257BE3;
  border-radius: 4px;
  margin: 16px 9px 20px 9px;
  position: relative;
  margin-top: 27px;
}
#live #info-box .rule .ruleList {
  padding: 27px 12px 15px 12px;
}
#live #info-box .rule .ruleList .title {
  position: absolute;
  left: 37%;
  top: -10px;
  width: 85px;
  height: 24px;
  background: #FFFFFF;
  border-radius: 12px;
  text-align: center;
  line-height: 24px;
}
#live #info-box .rule .ruleList .title span {
  width: 48px;
  height: 16px;
  font-size: 12px;
  font-weight: 600;
  color: #2F7BFF;
}
#live #info-box .rule .ruleList .list {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
}
#live #info-box .advertisement {
  padding: 10px 12px;
}
#live #info-box .advertisement a {
  border-radius: 4px;
  overflow: hidden;
  display: block;
}
#live #info-box .advertisement img {
  width: 100%;
}
#live #info-box .pro .tab-list {
  padding: 0 8px;
}
#live #info-box .pro .tab-list li {
  display: inline-block;
  padding: 5px 16px;
  background: #0D72ED;
  font-size: 12px;
  color: #FFFFFF;
  margin-right: 3px;
  margin-bottom: 5px;
}
#live #info-box .pro .tab-list li.bai {
  background: #fff;
  color: #0D72ED;
}
#live .foot {
  width: 100%;
}
#live .mark{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
}
#live .seven-aniv{
    width: 280px;
    height: 293px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin-top: -140px;
    margin-left: -146px;
}
#live .con-img{
    width: 100%;
    height: 100%;
}
#live .close-img{
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -15px;
    cursor: pointer;
}

#live .modal{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}

#live .modal .white-dialog{
      width: 28rem;
      height: 28.7rem;
      background: #FFFBF3;
      border-radius: 4px;
      display: flex;
      flex-direction: column;
      align-items: center;
      position: absolute;
      top: 35%;
      left: calc(50% - 14rem);
      z-index: 102;
  }
  #live .modal .white-dialog .tit{
          width: 20rem;
          height: 4.4rem;
          margin-top: -0.8rem;
          background-image: url("https://image01.homedo.com/Files/Images/cms/www/20230808/5049932565648957179_pic1.png");
          background-size: 100%;
          background-repeat: no-repeat;
          font-size: 16px;
          font-family: PingFangSC-Semibold, PingFang SC;
          font-weight: 600;
          color: #AB3014;
          line-height: 3.8rem;
          text-align: center;
      }
#live .modal .white-dialog .statu-icon{
          width: 6rem;
          height: 6rem;
          margin-top: 2.6rem;
      }
#live .modal .white-dialog .desc{
          text-align: center;
          margin-top: 1.8rem;
      }
#live .modal .white-dialog .desc .con{
              font-size: 16px;
              font-family: PingFangSC-Medium, PingFang SC;
              font-weight: bold;
              color: #222222;
          }
#live .modal .white-dialog .desc .tip{
              margin-top: 0.6rem;
              font-size: 13px;
              font-family: PingFangSC-Regular, PingFang SC;
              font-weight: 400;
              color: #A25A19;
          }
#live .modal .white-dialog .desc .tips{
              text-align: left;;
              margin-top: 0.6rem;
              padding:0 16px;
              font-size: 13px;
              font-family: PingFangSC-Regular, PingFang SC;
              font-weight: 400;
              color: #A25A19;
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-line-clamp: 3;
             -webkit-box-orient: vertical
          }
#live .modal .white-dialog .index3{
          display: flex;
          justify-content: center;
          margin-top: 1rem;
      }
#live .modal .white-dialog .index3 .c{
              width: 10.5rem;
              display: flex;
              flex-direction: column;
              align-items: center;
             
          }
#live .modal .white-dialog .index3 .c img{
                  width: 7.5rem;
                  height: 7.5rem;
                  border-radius: 1rem;
                  border: 1px solid #FFCC01;
              }
#live .modal .white-dialog .index3 .c .t{
                  margin-top: 0.8rem;
                  font-size: 13px;
                  font-family: PingFangSC-Regular, PingFang SC;
                  font-weight: 400;
                  color: #7D7F88;
              }
#live .modal .white-dialog .index3 .c .b{
                  margin-top: 1.6rem;
                  width: 10.5rem;
                  height: 3.7rem;
                  border-radius: 1.6rem;
                  line-height: 3.7rem;
                  text-align: center;
                  cursor: pointer;
                  background: linear-gradient(#ff6621,#ff390f);
                  font-size: 15px;
                  font-family: PingFangSC-Medium, PingFang SC;
                  font-weight: bold;
                  color: #FFFFFF;
                 
              }
 #live .modal .white-dialog .index3 .c .b a{
                      color: #ffffff;
                  }
 #live .modal .white-dialog .btn{
          margin-top: 1.8rem;
          width: 16rem;
          height: 3.7rem;
          border-radius: 1.6rem;
          line-height: 3.7rem;
          text-align: center;
          background: linear-gradient(#ff6621,#ff390f);
          font-size: 15px;
          font-family: PingFangSC-Medium, PingFang SC;
          font-weight: 500;
          color: #FFFFFF;
          cursor: pointer;
      }
#live .modal .white-dialog .close{
          width: 4rem;
          height: 4rem;
          margin-top: 6rem;
          cursor: pointer;
      }
#live .newAdd{
        position: fixed;
        top:20rem;
        right: 0.2rem;
        width: 7rem;
        z-index: 66;
      }
#live .newAdd .liAdd{
          height:4rem;
        }