

.hot_coupon_box .contair {
      box-sizing: border-box;
      width: 900px;
      height: 53px;
      margin: 0 auto;
      background: #fff;
      padding: 0 13px;
      margin-bottom: 16px;
    }

     .hot_coupon_box .title {
      width: 900px;
      height: 53px;
      display: flex;
      align-items: center;
      position: relative;
      font-size:18px;
    }

    .hot_coupon_box .title .title_left {
      display: flex;
      align-items: center;
      color: #444;
      font-family: PingFangSC-Medium;
      font-weight: bold;
      margin-right: 30px;
    }

    .hot_coupon_box .title .title_left span {
      display: inline-block;
      width: 8px;
      height: 23px;
      background: rgb(255, 153, 1);
      margin-right: 10px;
    }

    .hot_coupon_box .normal_tag {
      font-family: PingFangSC-Regular;
      color: #444;
      font-size: 16px;
      margin-right: 20px;
      padding: 0 6px 2px;
      border-bottom: 2px solid rgba(255, 153, 1,0);
    }

    .hot_coupon_box .normal_tag:hover {
      color: rgb(255, 153, 1);
      font-size: 16px;
      border-bottom: 2px solid rgb(255, 153, 1);
    }

    .hot_coupon_box .title .click_tag {
      color: rgb(255, 153, 1);
      font-size: 16px;
      border-bottom: 2px solid rgb(255, 153, 1);
    }

    .hot_coupon_box .title .checkMore {
      color: #fd9827;
      font-family: PingFangSC-Regular;
      font-size: 16px;
      position: absolute;
      right: 33px;
      display: flex;
      align-items: center;
    }

    .hot_coupon_box .title .checkMore img {
      width: 13px;
      height: 13px;
    }

    .hot_coupon_box .content {
      position: relative;
    }

    .hot_coupon_box .good_list {
      box-sizing: border-box;
      width: 900px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .hot_coupon_box .good_list li {
      width: 210px;
      height: 340px;
      padding-left: 8px;
      margin-bottom: 20px;
      position: relative;
      list-style: none;
    }

    .hot_coupon_box .good_list li a {
      color: #444;
    }
    .hot_coupon_box .good_list li a:hover {
      text-decoration:none;
    }

    .hot_coupon_box .good_list li a:hover .good_title{
      color: #fd9827;
    }

   .hot_coupon_box  .good_list li .pic {
      width: 210px;
      height: 210px;
    }

   .hot_coupon_box  .good_list li .pic img {
      width: 100%;
      height: 100%;
      border-radius: 6px 6px 0 0;
    }

    .hot_coupon_box .good_list li .rank_img {
      width: 33px;
      height: 27px;
      line-height: 19px;
      position: absolute;
      left: 0;
      top: 8px;
      background: url('https://xcx-album-img.zmwxxcx.com/952801a243bc30ff88a23486f56c3bd5-thumbnail') no-repeat;
      background-size: 100% 100%;
      text-align: center;
      color: #fff;
    }

    .hot_coupon_box .good_list li .rank_img1 {
      width: 38px;
      height: 57px;
      position: absolute;
      left: 8px;
      top: -4px;
      background: url('https://xcx-album-img.zmwxxcx.com/ea80008427b9e2d1e45c65f3d50165a0-thumbnail') no-repeat;
      background-size: 100% 100%;
    }

    .hot_coupon_box .good_list li .rank_img2 {
      width: 38px;
      height: 57px;
      position: absolute;
      left: 8px;
      top: -4px;
      background: url('https://xcx-album-img.zmwxxcx.com/3d5768b7e7961e20fe66127a4ebe51ea-thumbnail') no-repeat;
      background-size: 100% 100%;
    }

    .hot_coupon_box .good_list li .coupon_content {
      background: #fff;
      height: 130px;
      border-radius: 0 0 6px 6px;

    }

    .hot_coupon_box .good_list li .good_title {
      width: 177px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 16px;
      padding-top: 15px;
      margin: 0 auto 15px;
    }

    .hot_coupon_box .good_list li .sale_volume {
      margin: 0 auto;
      width: 162px;
      height: 24px;
      line-height: 22px;
      background: rgb(255, 244, 231);
      color: #fd9827;
      text-align: center;
      font-size: 14px;
      margin-bottom: 15px;
    }
    .hot_coupon_box .good_list .top_li .sale_volume {
      margin-left: 18px;
    }

    .hot_coupon_box .good_list li .sale_volume2 {
      background: rgb(249, 255, 241);
      color: #85c02c;
    }

    .hot_coupon_box .good_list li .sale_volume span {
      font-family: PingFangSC-Medium;
      font-weight: bold;
      font-size: 16px;
    }

    .hot_coupon_box .good_list li .footer {
      margin: 0 auto;
      width: 184px;
      color: #fd9827;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .hot_coupon_box .good_list li .footer2 {
      color: #85c02c;
    }

   .hot_coupon_box  .good_list li .footer .final_price {
      font-family: PingFangSC-Medium;
      font-weight: bold;
      font-size: 20px;
    }

    .hot_coupon_box .good_list li .footer .final_price i {
      font-family: PingFangSC-Medium;
      font-weight: bold;
      font-size: 14px;
      margin-right: 4px;
      font-style:normal;
    }

    .hot_coupon_box .good_list li .footer .coupon {
      display: inline-block;
      width: 60px;
      height: 20px;
      line-height: 20px;
      border: 1px solid #fd9827;
      border-radius: 6px;
      font-size: 14px;
      text-align: center;
    }

    .hot_coupon_box .good_list li .footer .coupon2 {
      border: 1px solid #85c02c;
    }

    .hot_coupon_box .good_list .top_li {
      width: 444px;
      height: 220px;
      position: relative;
      padding-left: 0px;
      box-shadow: 0px 2px 3px 1px #bbb;
      border-radius: 6px;
    }

    .hot_coupon_box .good_list .top_li a {
      display: block;
      display: flex;
    }

    .hot_coupon_box .good_list .top_li .pic {
      width: 220px;
      height: 220px;
    }

     .hot_coupon_box .good_list .top_li a:hover {
      text-decoration: none;
    }
    .hot_coupon_box .good_list .top_li a:hover .good_title1 {
      color: #fd9827;
    }
    .hot_coupon_box .good_list .top_li a:hover .good_title2 {
      color: #85c02c;
    }

    .hot_coupon_box .good_list .top_li .pic img {
      width: 100%;
      height: 100%;
      border-radius: 6px 0 0 6px;
    }

    .hot_coupon_box .good_list .top_li .coupon_content {
      width: 224px;
      height: 220px;
      border-radius: 0 6px 6px 0;
    }

    
    .hot_coupon_box .good_list .top_li .good_title1 {
      width: 188px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 16px;
    padding-top: 24px;
    margin: 0 auto 29px;
    }
    .hot_coupon_box .good_list .top_li .good_title2 {
      width: 188px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      font-size: 16px;
      padding-top: 24px;
      margin: 0 auto 29px;
    }

    .hot_coupon_box .good_list .top_li .sale_volume {
      width: 180px;
      height: 30px;
      line-height: 30px;
      margin-bottom: 35px;

    }

   .hot_coupon_box  #loadimg {
      width: 100%;
      height: 590px;
      line-height: 590px;
      z-index: 9999999;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      text-align: center;
      display: none;
    }