* {
  font-family: 'Frank Ruhl Libre';
}
div {
  box-sizing: border-box;
}
h5 {
  margin: 0;
}
.a {
  display: inline-block;
  width: 1.8rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 0.2rem;
  color: #fff;
  font-size: 0.3rem;
}
html,
body {
  overflow: hidden;
  overflow-y: auto;
}
.banner {
  width: 7.50rem;
  height: 9.24rem;
  background-image: url('../../images/mobile/x_livestreamen/bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.banner .swiper {
  width: 100%;
  height: 100%;
}
.banner .swiper1 {
  background-image: url(../../images/mobile/x_livestreamen/bj1.png?t=1);
  background-size: 7.32rem 7.15rem;
  background-repeat: no-repeat;
  background-position: 0.43rem 1.55rem;
}
.banner .swiper1 a {
  margin: 6.8rem 0  0  0.49rem;
}

.banner .swiper2 {
  background-image: url(../../images/mobile/x_livestreamen/bj2.png?t=2);
  background-size: 7.07rem 7.2rem;
  background-repeat: no-repeat;
  background-position: 0.43rem 1.43rem;
}
.banner .swiper2 a {
  margin: 6.8rem 0  0  0.7rem;
}

.highlights{
  position: relative;
  margin:-1rem 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.highlights img{
  width:6.94rem;
  height:2.39rem
}

.info{
  margin-top: 1.2rem;
  display: flex;
}
.info .left{
  position: relative;
  width: 50%;
}
.info .left .img1{
  position: absolute;
  top: 0;
  right: 0.2rem;
  width: 2.68rem;
  height: 3.08rem;
}
.info .left .img2{
  position: absolute;
  left: 0.2rem;
  bottom: 0;
  width: 2.34rem;
  height: 2.04rem;
}
.info .right{
  width: 50%;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 0.2rem;
}

.info .top{
  color: #F87410;
  font-size: 0.2rem;
}
.info .t{
  color: #000000;
  font-size: 0.3rem;
}
.info .des{
  color: #909090;
  font-size: 0.12rem;
}
.info .list{
  display: flex;
}
.info .list_left{
  flex: 1;
}
.info .list_right{
  display: flex;
}
.info .item{
  align-self: flex-end;
  color: #000000;
  font-size: 0.12rem;
}
.info .item img{
  margin-right: 0.1rem;
  width: 0.19rem;
  height: 0.14rem;
}
.info .time{
  align-self: flex-end;
  width: 0.9rem;
  height: 0.95rem;
  color: #fff;
  background: #F87410;
  text-align: center;
}
.info .time .num{
  font-size: 0.6rem;
  line-height: 0.6rem;
}
.info .time .p{
  font-size: 0.12rem;
  line-height: 0.16rem;
}
.info .b{
  padding-top: 0.2rem;
}
.info .b .btn{
  width: 1.28rem;
  height: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  background: #F87410;
  color: #fff;
  font-size: 0.16rem;
}

.cate{
  padding-top: 0.8rem;

}
.cate .tabs{
  display: flex;
  justify-content: center;
}
.cate .tabs span{
  margin: 0 0.1rem 0.1rem;
  width: 0.2rem;
  height: 0.05rem;
  background: #F87410;
  border-radius: 0.02rem;
  align-self: flex-end;
}
.cate .tab_tit{
  color: #909090;
  font-size: 0.2rem;
}
.cate .tab_tit.on{
  color: #000000;
}
.cate .tabsbd{}
.cate .tab_bd{
  display: none;
  position: relative;
  padding-top: 0.4rem;
  padding-bottom: 0.8rem;
}
.cate .tab_bd.on{
  display: block;
}
.cate .tab_bd .swiper{
  width: 100%;
  height: 100%;
}
.cate .tab_bd .swiper-pagination-bullet {
  margin: 0;
  width: 1.4rem;
  height: 0.09rem;
  display: inline-block;
  border-radius: 0;
  background: #BFBFBF;
  opacity: 1;
}
.cate .tab_bd .swiper-pagination-bullet:first-child{
  border-radius: 0.05rem 0 0 0.05rem;
}
.cate .tab_bd .swiper-pagination-bullet:last-child{
  border-radius:0 0.05rem 0.05rem 0;
}

.cate .tab_bd .swiper-pagination-bullet-active {
  opacity: 1;
  background: #F87410;
}

.cate .item{
  margin-left: 0.3rem;
  width: 2.70rem;
  height: 3.9rem;
  box-shadow: -3.82px 2.38px 12px 0 rgba(91,91,91,0.51);
  border-radius: 0.15rem 0.15rem 0 0;
}
.cate .item_img{
  border-radius: 0.12rem 0.12rem 0 0;
  height: 2.9rem;
}
.cate .item_img img{
  width: 2.70rem;
  height: 2.9rem;
}
.cate .item_t{
  padding-left: 0.12rem;
  color: #000000;
  font-size: 0.2rem;
}
.cate .item_d{
  padding-left: 0.12rem;
  color: #909090;
  font-size: 0.16rem;
}

.learnmore{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.learnmore .btn{
  width: 3.33rem;
  height: 0.68rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.28rem;
  background: #F87410;
}
.learnmore .btn img{
  margin-left: 0.16rem;
  width: 0.42rem;
  height: 0.34rem;
}

.scene{
  padding: 0.4rem 0.3rem 0.4rem;
  text-align: center;
}
.scene img{
  box-shadow: -3.82px 2.38px 12px 0px rgba(91,91,91,0.51);
}
.scene .scene_top{
  display: flex;
  margin-bottom: 0.3rem;
  height: 5.31rem;
}
.scene .scene_l{
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.scene .scene_l img{
  width: 3.13rem;
  height: 2.53rem;
}
.scene .scene_r{
  width: 50%;
}
.scene .scene_r img{
  width: 3.14rem;
  height: 5.31rem;
}

.scene .scene_bottom{}
.scene .scene_bottom img{
  width: 6.64rem;
  height: 2.57rem;
}

.show{
  padding-bottom: 0.7rem;
}
.show .item{
  height: 3.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  font-size: 0.16rem;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 7.5rem 3.7rem;
  background-position: center;
}
.show .item_top{
  width: 1.5rem;
  height: 0.23rem;
  line-height: 0.23rem;
  color: #F87410;
  background: #fff;
}
.show .item_t2{
  font-size: 0.28rem;
}
.show .item_t{
  font-size: 0.70rem;
}
.show .item_des{
  padding: 0 0.2rem;
  line-height: 0.25rem;
}
.show .item_btn{
  margin-top: 0.3rem;
  width: 2.5rem;
  height: 0.28rem;
  border: 0.01rem solid #fff;
  text-align: center;
  line-height: 0.28rem;
}
.show .item1{
  background-image: url('../../images/mobile/x_livestreamen/show_1.png');
}
.show .item2{
  background-image: url('../../images/mobile/x_livestreamen/show_2.png');
}

.profit{}
.profit .profit_t2{
  text-align: center;
  color: #F87410;
  font-size: 0.2rem;
}
.profit .profit_t{
  text-align: center;
  color: #000000;
  font-size: 0.3rem;
  padding-bottom: 0.6rem;
}
.profit .profit_bd{
  position: relative;
  padding-bottom: 0.8rem;
}
.profit .profit_bd .swiper{
  width: 100%;
  height: 100%;
}
.profit .profit_bd .swiper-pagination-bullet {
  margin: 0;
  width: 1.4rem;
  height: 0.09rem;
  display: inline-block;
  border-radius: 0;
  background: #BFBFBF;
  opacity: 1;
}
.profit .profit_bd .swiper-pagination-bullet:first-child{
  border-radius: 0.05rem 0 0 0.05rem;
}
.profit .profit_bd .swiper-pagination-bullet:last-child{
  border-radius:0 0.05rem 0.05rem 0;
}

.profit .profit_bd .swiper-pagination-bullet-active {
  opacity: 1;
  background: #F87410;
}

.profit .item{
  display: flex;
  flex-direction: column;
  margin-left: 0.3rem;
  width: 2.55rem;
  height: 4.6rem;
  box-shadow: -3.82px 2.38px 12px 0 rgba(91,91,91,0.51);
  border-radius: 0.15rem 0.15rem 0 0;
}
.profit .item_img{
  border-radius: 0.12rem 0.12rem 0 0;
  height: 2.65rem;
}
.profit .item_img img{
  width: 2.55rem;
  height: 2.65rem;
}
.profit .item_t{
  padding-left: 0.12rem;
  color: #000000;
  font-size: 0.2rem;
}
.profit .item_d{
  flex: 1;
  padding-left: 0.12rem;
  color: #909090;
  font-size: 0.16rem;
  line-height: 0.18rem;
}
.profit .item_b{
  padding-bottom: 0.2rem;
}
.profit .item_btn{
  padding-left: 0.12rem;
  display: flex;
  align-items: center;
  color: #F87410;
  font-size: 0.18rem;
}
.profit .item_btn img{
  margin-left: 0.05rem;
  width: 0.18rem;
  height: 0.15rem;
}


.scenario{}
.scenario .scenario_t2{
  text-align: center;
  color: #F87410;
  font-size: 0.2rem;
}
.scenario .scenario_t{
  text-align: center;
  color: #000000;
  font-size: 0.3rem;
  padding-bottom: 0.6rem;
}
.scenario .scenario_bd{
  position: relative;
  padding:0 0.7rem 0.8rem;
  overflow: hidden;
  height: 4.86rem;
}
.scenario .scenario_bd .swiper{
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 0.2rem;
}

.scenario .scenario_bd .swiper-button-prev,.scenario .scenario_bd .swiper-button-next{
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.6rem 0.6rem;
}
.scenario .scenario_bd .swiper-button-prev{
  left: 0.1rem;
  background-image: url('../../images/mobile/x_livestreamen/scenario_prve.png');
}
.scenario .scenario_bd .swiper-button-next{
  right: 0.1rem;
  background-image: url('../../images/mobile/x_livestreamen/scenario_next.png');
}

.scenario .scenario_bd .swiper-button-prev:after,.scenario .scenario_bd .swiper-button-next:after{
  display: none;
}

.scenario .item{
  margin-left: 0.2rem;
  width: 2.65rem;
  height: 3.56rem;
  box-shadow: -3.82px 2.38px 12px 0 rgba(91,91,91,0.51);
  border-radius: 0.15rem 0.15rem 0 0;
}
.scenario .item_img{
  border-radius: 0.12rem 0.12rem 0 0;
  height: 2.65rem;
}
.scenario .item_img img{
  width: 2.65rem;
  height: 2.65rem;
}
.scenario .item_t{
  padding-left: 0.2rem;
  color: #000000;
  font-size: 0.2rem;
  line-height: 0.5rem;
}
.scenario .item_d{
  padding-left: 0.2rem;
  color: #909090;
  font-size: 0.16rem;
}
