/* 头部样式 */
.home .header{
  width: 100%;
  color: #000;
  background-color: #fff;
  padding: 7px 3px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.home .header .text{
  height: 30px;
  line-height: 30px;
}
/* 轮播图样式 */
.home .bannerbox{
  width: 100%;
  height: 150px;
  margin-top: 44px;
}
.home .bannerbox img{
  width: 100%;
  height: 150px;
}
.home .bannerbox .carousel-indicators{
  margin-bottom: 0;
}
.home .bannerbox .carousel-indicators li{
  width: 8px;
  height: 8px;
  border-radius: 100%;
}
.home .bannerbox .carousel-indicators .active {
  background-color: #007aff;
}
/* 通告 */
.home .notice{
  height: 34px;
  line-height: 34px;
  background-color: #fff;
  overflow: hidden;
}
.home .notice span{
  color: #c0392b;
}
/* 功能按钮 */
.home .buttons{
  margin-top: 5px;
}
.home .buttons .btn_tab{
  background-color: #fff;
  padding: 11px 0;
  display: flex;
  justify-content: space-around;
}
.home .buttons .btn_tab .tab a{
  display: flex;
  align-items: center;
  flex-direction: column!important;
}
.home .buttons .btn_tab .tab .tag_img{
  width: 49px;
  height: 49px;
  overflow: hidden;
}
.home .buttons .btn_tab .tab .tag_img img{
  width: 100%;
  height: 100%;
}
.home .buttons .btn_tab .tab .text{
  margin-top: 5px;
  color: #000;
  text-align: center;
}
.home .buttons .ticket_grab{
  background-color: #fff;
  padding: 25px 0;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
}
.home .buttons .ticket_grab a{
  width: 248px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  font-size: 19px;
  border-radius: 55px;
  background: linear-gradient( 90deg,#282828,#5f5f5f);
  box-shadow: 0px 0px 13px #333;
}
/* 菜单样式 */

.home .menu{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  background:url('/static/index/img/l_bg.png') ;
}
.home .menu .ment_item{
  width: 41%;
  border-radius: 5px;
  margin: 3px;
  padding: 11px;
  display: flex;
  justify-content: space-between;

  align-items: center;
  height: auto;
}
.home .menu .ment_item a{
  width: 100%;
  color: #000;
  display: flex;
  justify-content: space-between;
}
.home .menu .ment_item .text{
  font-weight: 700;
  font-size: 16px;
}
.home .menu .ment_item .icon{
  width: 24px;
  height: 24px;
}
.home .menu .ment_item .icon img{
  width: 100%;
  height: 100%;
}
/* 会员动态 */
.home .member_dynamics{
  width: 100%;
  margin-top: 5px;
  background-color: #fff;
  margin-bottom: 4rem;
}
.home .member_dynamics .title{
  padding: 11px 11px 0;
  font-weight: 700;
  font-size: 16px;
}
.home .member_dynamics #demo{
  height: 300px;
  padding-top: 15px;
}
.home .member_dynamics #marquePic1,#marquePic2{
  font-size: 14px;
  width: 90%;
  /* height: 300px; */
  line-height: 29px;
  overflow: Hidden;
  margin: 0 auto;
}
.home .member_dynamics #marquePic1>div,#marquePic2>div{
  display: flex;
}
.home .member_dynamics #marquePic1>div span:first-child,#marquePic2>div span:first-child{
  width: 50%;
}
.home .member_dynamics #marquePic1>div span:nth-child(2),#marquePic2>div span:nth-child(2){
  width: 40%;
  color: #ea5514;
}
.home .member_dynamics #marquePic1>div span:last-child,#marquePic2>div span:last-child{
  width: 20%;
}