.discovery-content {
  width: 100%;
  height: calc(100vh - 1.74rem);
  overflow: hidden;
  padding-bottom: 1.73rem;
  background: #fff;
}

.discovery-container {
  width: 100%;
  height: calc(100vh - 2.73rem);
  overflow: scroll;
  padding-bottom: 1.73rem;
  padding-top: 1rem;
  background: #fff;
}

/* 单行超出部分省略号 */
.ellipse_1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.2rem;
}

.border_bot {
  border-bottom: 1px solid #808080;
}

/* 发现首页 */
.dis-title {
  font-size: 0.5rem;
  color: #383938;
  font-weight: bolder;
  width: 100%;
  text-align: center;
  padding: 0.8rem 0;
}

.dis-btn {
  width: 3.61rem;
  height: 1.01rem;
  line-height: 1.01rem;
  font-size: 0.4rem;
  color: #f63131;
  text-align: center;
  border: 1px solid #f63131;
  border-radius: 0.5rem;
  margin: 0.6rem auto;
}

.dis-index-classify-box {
  width: calc(100% - 0.8rem);
  height: calc(100vh - 5.6rem);
  overflow-y: scroll;
  padding: 0 0.4rem;
}
.dis-index-classify-box-tt {
  padding: 0.71rem 0 0.6rem;
  line-height: 0.5rem;
  font-size: 0.48rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(56, 57, 56, 1);
  text-align: center;
}
.dis-index-classify-box-s {
  width: calc(100% - 0.8rem);
  height: 65%;
  overflow-y: scroll;
  padding: 0 0.4rem;
}

.classify-tit {
  font-size: 0.3rem;
  color: #707170;
}

.classify-tit img {
  height: 0.3rem;
  margin-right: 0.4rem;
}

.classify-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.2rem 0;
}

.classify-item {
  width: calc(33% - 0.2rem);
  box-sizing: border-box;
  margin: 0.1rem;
  line-height: 0.74rem;
  font-size: 0.28rem;
  text-align: center;
  color: #383938;
  border: 1px solid #383938;
  background: #fff;
  border-radius: 0.35rem;
}

.classify-item-s {
  width: calc(33% - 0.24rem);
  box-sizing: border-box;
  margin: 0.1rem 0.24rem;
  line-height: 0.5rem;
  font-size: 0.24rem;
  text-align: center;
  color: #383938;
  border: 1px solid #383938;
  background: #fff;
  border-radius: 0.3rem;
}
.classify-box .classify-item-s:nth-child(1n) {
  margin-left: 0px !important;
  margin-right: 0.24rem !important;
}
.classify-box .classify-item-s:nth-child(3n) {
  margin-right: 0px !important;
  margin-left: 0.24rem !important;
}
.span-active {
  color: #fff;
  border: 1px solid #f63131;
  background: #f63131;
}

/* 发现列表页 */
.dis-col-title {
  background: url("../images/xia_02.png") no-repeat 90% 0.68rem;
  width: 100%;
  padding: 0.48rem 0.25rem 0.34rem;
  background-size: 0.3rem 0.18rem;
  border-bottom: 0.01rem solid #cecece;
}

.col-active {
  background: url("../images/shang_02.png") no-repeat 90% 0.68rem;
  background-size: 0.3rem 0.18rem;
}

.dis-col-title-name {
  background: url("../images/red_line.png") no-repeat 0 center;
  background-size: 0.08rem 0.22rem;
  font-size: 0.4rem;
  color: #383938;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  box-sizing: border-box;
}

.dis-col-ul {
  width: 100%;
  /* max-height: calc(100vh - 4.2rem); */
  overflow-y: scroll;
  padding: 0 0.25rem;
  box-sizing: border-box;
}

.dis-col-ul li {
  padding: 0.25rem 0;
  width: 100%;
  border-bottom: 1px solid #cecece;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
}

.dis-col-li-title {
  font-size: 0.32rem;
  color: #383938;
  width: 4.6rem;
}

.dis-col-li-title span {
  /* display: inline-block;
    width: 0.5rem;
    height: 0.32rem; */
}

.dis-col-li-tip {
  font-size: 0.2rem;
  color: #707170;
  display: none;
  /* padding-left: 0.5rem; */
}

.dis-col-li-img-box {
  display: flex;
  align-items: center;
  /* padding-left: 0.5rem; */
  margin-top: 0.2rem;
}

.dis-col-li-img-box img {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  margin-right: 0.15rem;
}

.dis-col-li-num {
  color: #333;
  font-size: 0.2rem;
  position: absolute;
  bottom: 0.25rem;
  right: 0;
}
.dis-num {
  font-size: 0.2rem;
}
.dis-col-li-time {
  color: #707170;
  font-size: 0.2rem;
  position: absolute;
  top: 0.25rem;
  right: 0;
}
.sales_base {
  color: #333;
  font-size: 0.2rem;
}
.header-icon {
  background: url("../images/all_up.png") no-repeat 100% 0.22rem;
  background-size: 0.14rem 0.13rem;
  padding-right: 0.14rem;
  height: 0.4rem;
  display: inline-block;
}

.icon-active {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  background: url("../images/all_up.png") no-repeat 100% 0;
  background-size: 0.14rem 0.13rem;
}

.sub-tit-active {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
#selectClassifyBox {
  border-radius: 0.5rem;
  display: none;
  height: 100% !important;
  background-color: #fff;
}

/* 发现详情 */
.dis_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 1rem;
  background-color: #fff;
  z-index: 21;
}

.dis_flex_div {
  display: flex;
  align-items: center;
}

.detail-content {
  padding: 0.1rem 0 0;
  overflow-y: scroll;
}

.detail-btn {
  display: inline-block;
  padding: 0 0.16rem;
  font-size: 0.2rem;
  height: 0.38rem;
  line-height: 0.38rem;
  color: #f63131;
  border: 1px solid #f63131;
  border-radius: 0.3rem;
  min-width: 0.4rem;
  text-align: center;
}

.detail-play {
  height: 0.39rem;
  width: auto;
  vertical-align: middle;
  margin-left: 0.2rem;
}

.flex_space {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex_space span:first-child {
  max-width: 60%;
}
.flex_space span:nth-child(2) {
  font-size: 0.2rem;
}
.bb {
  color: #383938 !important;
  font-size: 0.28rem !important;
}
.bbb {
  margin: 0.44rem 0 0.48rem;
}
.course_pllist .pingxing .xing_active {
  background: url(../images/red_star.png) no-repeat 0px 0px;
  background-size: 100%;
  width: 0.22rem;
  height: 0.21rem;
}

.dis_detail,
.address_detail {
  width: calc(100% - 1rem);
  float: left;
  margin-left: 0.3rem;
  /* margin-top: 1.3rem; */
  background: #fff;
  box-shadow: 0px 0px 5px 3px rgba(220, 220, 220, 0.38);
  padding: 0.2rem;
  border-radius: 5px;
  color: #c9caca;
  display: none;
  position: relative;
}
.address_detail {
  margin-bottom: 0.3rem;
}
.userCanCouponList {
  width: calc(100% - 0.6rem);
  margin-left:0.3rem;
  box-sizing: border-box;
  float: left;
  padding:0.3rem;
  padding-top:0px;
  display: none;
  background: #fff;
  border-radius: 0px 0px 0.2rem 0.2rem;
}
.userCanCouponList .box {
  width: 100%;
  float: left;
}
.userCanCouponList .item {
  width: 100%;
  height: 1.4rem;
  background: url(../images/yhq02.png) no-repeat;
  background-size: 100% 1.4rem;
  float: left;
  position: relative;
  margin-top:0.2rem;
}
.userCanCouponList .active {
  background: url(../images/yhq01.png) no-repeat;
  background-size: 100% 1.4rem;
}
.userCanCouponList .yhq_left {
  width: 1.3rem;
  float: left;
  height: 1.4rem;
  line-height: 1.4rem;
  font-family: MiSans, MiSans-Semibold;
  font-weight: 600;
  text-align: left;
  color: #e83033;
}
.userCanCouponList .yhq_left .jgs {
  font-size: 0.28rem;
}
.userCanCouponList .yhq_left .rmb {
  font-size: 0.22rem;
  padding-left: 0.2rem;
}
.userCanCouponList .yhq_center {
  width: 3.6rem;
  float: left;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  margin-top:0.16rem;
  color: #e83033;
}
.userCanCouponList .yhq_center .names {
  display: block;
  font-size: 0.24rem;
  line-height: 0.48rem;
  margin-top: 0.1rem;
}
.userCanCouponList .yhq_center .dates {
  display: block;
  opacity: 0.75;
  font-size: 0.18rem;
  line-height: 0.3rem;
}
.userCanCouponList .xuanzeyhq {
  background: url(../images/radio0.png) no-repeat center center;
  background-size: 0.36rem 0.36rem;
  width: 0.36rem;
  height: 0.36rem;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  margin-top: -0.18rem;
}
.userCanCouponList .active .xuanzeyhq{
  background: url(../images/radio1.png) no-repeat center center;
  background-size: 0.36rem 0.36rem;
}
.userCanCouponList .btn {
  height: 0.5rem;
  padding: 0px 0.15rem;
  line-height: 0.5rem;
  background: #e83033;
  border-radius: 0.1rem;
  font-size: 0.24rem;
  font-family: MiSans, MiSans-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  position: absolute;
  right:0.15rem;
  top:50%;
  margin-top:-0.25rem;
}
/* 销售顾问 */

.myOders_xsgw {
  width: calc(100% - 1rem);
  float: left;
  margin-left: 0.3rem;
  margin-top: 0.2rem;
  background: #fff;
  box-shadow: 0px 0px 5px 3px rgba(220, 220, 220, 0.38);
  padding: 0px 0.2rem;
  border-radius: 5px;
  color: #c9caca;
}

.myOders_xsgw .names {
  float: left;
  color: #c9caca;
  font-size: 0.24rem;
}

.myOders_xsgw .right {
  float: right;
  font-size: 0.24rem;
  color: #f63131;
}
.myOders_xsgw .wuyouhui {
  float: right;
  font-size: 0.24rem;
  color: #3e3a39;
}
.consultant_list_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.2rem 0.4rem;
  background-color: #fff;
  overflow-y: scroll;
}

#videoCom {
  width: 100%;
  height: 4.2rem;
  padding-top: 1rem;
  overflow: hidden;
}

.dis_classify_box {
  font-size: 0.2rem;
  color: #f63131;
  min-width: 0.6rem;
  text-align: center;
  background-image: url("../images/dis_classify_box.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.1rem;
  overflow: hidden;
  height: 0.4rem;
  line-height: 0.4rem;
  margin-top: 0.06rem;
}

.address_info {
  min-height: 1.49333rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 0.44rem;
  text-align: left;
}
.address_info span {
  font-size: 0.3rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #333;
  line-height: 0.56rem;
  margin-right: 1.06667rem;
  text-align: left;
}
.address_info p {
  font-size: 0.24rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #666;
  margin-top: 0.21333rem;
  background: url(../images/yjt_2.png) no-repeat right center;
  background-size: 0.15rem 0.27rem;
}

.address_info .p {
  font-size: 0.24rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #666;
  margin-top: 0.21333rem;
  background: none !important;
}
