/**
 * 临时置灰 2022.11.30
 * */
   html {
    /* -webkit-filter: grayscale(100%); */
    /* Chrome, Safari, Opera */
    /* filter: grayscale(100%); */
  }

.show-video {
  padding: 25px 0;
  height: 168px;
  width: 100%;
}

.show-video .videoRoom {
  width: 934px;
  overflow: hidden;
}

.videoRoom ul {
  width: 954px;
}

.videoRoom li {
  width: 298px;
  position: relative;
  float: left;
  margin-right: 20px;
}

.videoRoom li img {
  border: 4px solid #fff;
}

.videoRoom li p {
  font-size: 12px;
  color: #fff;
  position: absolute;
  bottom: 7px;
  left: 4px;
  right: 10px;
  width: 290px;
  height: 14px;
  overflow: hidden;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, .5)
}

.videoRoom li i {
  width: 50px;
  height: 50px;
  background: url(http://img.ugoshop.com/mobile/app_activity/special/images/tv_icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
  z-index: 1;
}


/* 2018.4.9  edit */
.rel {
  position: relative;
}

.c_b {
  clear: both;
}

.mt20 {
  margin-top: 20px;
}

.home_title {
  width: 100%;
  height: 34px;
  line-height: 34px;
  color: #444;
  font-size: 16px;
  margin-top: 24px;
}

.program_list_btn {
  width: 116px;
  height: 34px;
  background: url('../../images/2018-50/home/program_list_btn.png') no-repeat;
}

.home_title_line {
  width: 4px;
  height: 22px;
  background: #f70800;
  margin: 7px 8px 0 0;
}

.home_title_tt {
  font-size: 24px;
  color: #222;
  margin-right: 5px;
  font-weight: 600;
}

.home_title_tt i {
  font-size: 26px;
  color: #f70800;
}

.tv_live {
  width: 960px;
  padding: 19px;
  background: #FFF;
  border: 1px solid #ddd;
  margin-top: 12px;
}

.tv_live_list {
  height: 278px;
  overflow: hidden;
  position: relative;
}

.tv_live_list ul {
  position: absolute;
}

.tv_live ul li {
  position: relative;
  float: left;
  height: 278px;
  overflow: hidden;
  width: 960px;
}

.tv_live_cc {
  float: left;
  width: 300px;
  padding: 0 10px;
  border-left: 1px solid #eee;
  margin-left: -1px;
}

.tv_live_img_box {
  position: relative;
}

.live_ing {
  width: 51px;
  height: 22px;
  line-height: 22px;
  position: absolute;
  top: 10px;
  left: 10px;
  background: -webkit-linear-gradient(left, #ff5953, #ff3d5a);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(left, #ff5953, #ff3d5a);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(left, #ff5953, #ff3d5a);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(left, #ff5953, #ff3d5a);
  /* 标准的语法（必须放在最后） */
  border-radius: 11px;
  padding: 0 10px 0 19px;
  color: #FFF;
  font-size: 12px;
  white-space: nowrap;
}

.live_ing::after {
  content: '';
  width: 5px;
  height: 5px;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 8px;
}

.tv_live_img_box img.tv_logo {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 67px;
  height: 23px;
}

.livetime-back {
  width: 130px;
  height: 40px;
  padding-right: 5px;
  background: rgba(0, 0, 0, .5);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -65px;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  border-radius: 30px;
  text-indent: 20px;
  z-index: 10;
  cursor: pointer;
}

.livetime-back:after {
  position: absolute;
  content: "";
  background: url('../../images/2018-50/home/icon_play.png');
  background-size: 100% 100%;
  width: 15px;
  height: 18px;
  right: 15px;
  top: 11px;
}

.tv_live_box_tit {
  margin-top: 10px;
  height: 52px;
  line-height: 26px;
  overflow: hidden;
  padding: 0 10px;
}

.tv_live_box_tit .img_tit {
  font-size: 16px;
  display: block;
  overflow: hidden;
}

.tv_live_box_yen {
  margin-top: 13px;
  height: 26px;
  padding: 0 10px 3px 10px;
}

.tv_live_box_price {
  font-size: 26px;
  color: #222;
  font-family: arial;
  margin-right: 10px;
}

.tv_live_box_sale_price {
  position: relative;
  margin-top: 9px;
  z-index: 1;
  text-decoration: none;
  font-size: 12px;
}

.i_by {
  background: #ff3175;
}

.t_prev,
.t_next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 34px;
  height: 34px;
  border: 3px solid rgba(153, 153, 153, .2);
  cursor: pointer;
  border-radius: 50%;
}

.t_prev:hover,
.t_next:hover {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border: 0;
  cursor: pointer;
  background: #c2c2c2;
  border-radius: 50%;
}

.t_prev {
  left: 5px;
}

.t_next {
  right: 5px;
}

.t_prev::after {
  content: "";
  position: absolute;
  left: 14px;
  top: 10px;
  width: 12px;
  height: 12px;
  border-left: solid 2px #ccc;
  border-bottom: solid 2px #ccc;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.t_next::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 10px;
  width: 12px;
  height: 12px;
  border-right: solid 2px #ccc;
  border-top: solid 2px #ccc;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.t_prev:hover::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 14px;
  width: 12px;
  height: 12px;
  border-left: solid 2px #FFF;
  border-bottom: solid 2px #FFF;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.t_next:hover::after {
  content: "";
  position: absolute;
  right: 17px;
  top: 14px;
  width: 12px;
  height: 12px;
  border-right: solid 2px #FFF;
  border-top: solid 2px #FFF;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.day_djs {
  font-size: 14px;
  color: #666;
}

.livetime-day {
  margin-left: 10px;
}

.livetime-day span {
  background: #333;
  color: #FFF;
  padding: 5px;
}

.tv_day_one {
  width: 723px;
  height: 340px;
  border: 1px solid #ddd;
  padding: 15px 10px;
  background: #FFF;
}

.tv_day_one_list {
  height: 340px;
  overflow: hidden;
  position: relative;
}

.tv_day_one_list ul {
  position: absolute;
}

.tv_day_one ul li {
  position: relative;
  float: left;
  height: 340px;
  overflow: hidden;
  width: 723px;
}

.tv_day_one_cc {
  float: left;
  width: 210px;
  height: 340px;
  padding: 0 15px;
  border-left: 1px solid #eee;
  margin-left: -1px;
}

.tv_live_img_box {
  width: 300px;
}

.tv_day_img_box {
  width: 210px;
  height: 210px;
}

.tv_live_img_box img,
.tv_day_img_box img {
  width: 100%;
}

.tv_day_one_cc .line_price {
  font-size: 14px;
  line-height: 36px;
}

.tv_live_box_surplus {
  width: 90px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  background: #ffe3e2;
  border: 1px solid #f70800;
  color: #f70800;
  text-align: center;
}

.tv_day_one_cc .tv_live_box_yen {
  margin-top: 5px;
  padding: 0;
}

.tv_day_one_cc .tv_live_box_tit {
  padding: 0;
}

.tv_day_one_yen {
  margin-top: 12px;
  height: 26px;
  line-height: 26px;
  color: #666;
  font-size: 14px;
}

.close_tip {
  font-size: 15px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 13px;
  padding: 0 10px;
  cursor: pointer;
  border: 1px solid #666;
  color: #666;
}

.cor_red_ing {
  border: 1px solid #f70800;
  background: #f70800;
  color: #fff;
}

.d_prev,
.d_next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 34px;
  height: 34px;
  border: 3px solid rgba(153, 153, 153, .2);
  cursor: pointer;
  border-radius: 50%;
}

.d_prev:hover,
.d_next:hover {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border: 0;
  cursor: pointer;
  background: #c2c2c2;
  border-radius: 50%;
}

.d_prev {
  left: 5px;
}

.d_next {
  right: 5px;
}

.d_prev::after {
  content: "";
  position: absolute;
  left: 14px;
  top: 10px;
  width: 12px;
  height: 12px;
  border-left: solid 2px #ccc;
  border-bottom: solid 2px #ccc;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.d_next::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 10px;
  width: 12px;
  height: 12px;
  border-right: solid 2px #ccc;
  border-top: solid 2px #ccc;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.d_prev:hover::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 14px;
  width: 12px;
  height: 12px;
  border-left: solid 2px #FFF;
  border-bottom: solid 2px #FFF;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.d_next:hover::after {
  content: "";
  position: absolute;
  right: 17px;
  top: 14px;
  width: 12px;
  height: 12px;
  border-right: solid 2px #FFF;
  border-top: solid 2px #FFF;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.index_line {
  width: 100%;
}

.daily {
  width: 240px;
  height: 372px;
  background: #FF472B;
  background: -webkit-linear-gradient(top right, #ff8e4a, #fa4444);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(top right, #ff8e4a, #fa4444);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(top right, #ff8e4a, #fa4444);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to top right, #ff8e4a, #fa4444);
  /* 标准的语法 */
}

.daily_shop {
  background: #FFF;
  width: 180px;
  height: 307px;
  padding: 15px;
  margin: 17px 0 0 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.shadow_lb {
  position: absolute;
  background: url('../../images/2018-50/home/shadow_lb.png');
  background-size: 100% 100%;
  width: 47px;
  height: 30px;
  left: -11px;
  bottom: -11px;
}

.shadow_rt {
  position: absolute;
  background: url('../../images/2018-50/home/shadow_rt.png');
  background-size: 100% 100%;
  width: 47px;
  height: 30px;
  right: -11px;
  top: -11px;
}

.daily_shop_img {
  height: 200px;
  width: 100%;
}

.daily_shop_img img {
  width: 100%;
}

.daily_shop_tjs {
  font-size: 16px;
  color: #f70800;
  padding-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.daily_shop_tt {
  font-size: 16px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.daily_shop_box_yen {
  padding-top: 15px;
}

.daily_shop_box_price {
  font-size: 26px;
  color: #222;
  font-family: arial;
  margin-right: 10px;
}

.daily_shop_box_yen .line_price {
  font-size: 14px;
  line-height: 36px;
}

.daily_num_tag {
  width: 60px;
  height: 60px;
  padding-top: 6px;
  position: absolute;
  bottom: 0;
  right: -5px;
  background-image: url(../../images/2018-50/home/bg_tag.png);
  background-repeat: no-repeat;
  background-size: 100%;
  color: #FFF;
  text-align: center;
}

.daily_num_tag .span1 {
  transform: rotate(15deg);
  font-size: 14px;
  line-height: 16px;
}

.span2 {
  font-size: 16px;
}

.everyday {
  float: left;
  width: 119px;
  height: 30px;
  line-height: 30px;
  /* padding-left: 5%; */
  border-radius: 0 0 10px 10px;
  background: #aa2424;
  color: #FFF;
  font-size: 17px;
  position: absolute;
  left: 5px;
  top: 0;
}

.icon_clock {
  float: left;
  width: 17px;
  height: 19px;
  background: url(../../images/2018-50/home/icon_clock.png) no-repeat;
  background-size: 100%;
  margin: 5px 8px 0 10px;
}

/* 直播视频播放 */
.masked {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: none;
}

.live_pop {
  border: 3px solid #ededed;
  background: #FFF;
  width: 690px;
  height: 520px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -260px 0 0 -345px;
  z-index: 1001;
  display: none;
}

.icon_close {
  position: absolute;
  background: url('../../images/2018-50/home/icon_close.png');
  background-size: 100% 100%;
  width: 15px;
  height: 15px;
  right: 10px;
  top: 10px;
  z-index: 1005;
  cursor: pointer;
}

.live_paly_video {
  width: 640px;
  height: 360px;
  margin: 35px 0 0 25px;
}

.paly_video_bg {
  width: 640px;
  height: 360px;
  position: absolute;
  left: 0;
  top: 0;
}

.live_paly_video .live_ing {
  z-index: 1003;
}

.icon_paly_video {
  position: absolute;
  background: url('../../images/2018-50/home/icon_paly_video.png');
  background-size: 100% 100%;
  width: 55px;
  height: 55px;
  left: 50%;
  top: 50%;
  margin: -28px 0 0 -28px;
  z-index: 1005;
}

.live_pop_con {
  width: 640px;
  height: 100px;
  margin: 10px 0 0 25px;
}

.live_pop_con_img {
  width: 100px;
  height: 100px;
}

.live_pop_con_img img {
  width: 100%;
}

.live_pop_con_r {
  margin-left: 20px;
  width: 520px;
}

.live_pop_con_r .tv_live_box_tit {
  margin-top: 0;
}

.order_now_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 130px;
  height: 38px;
  line-height: 38px;
  background: #ff504a;
  border-radius: 3px;
  color: #FFF;
  font-size: 16px;
  text-align: center;
}