body{background:#fff;}
/* v3 改版 A */
.bodyadd{
  overflow-y:hidden;
  overflow-x:hidden;
}
.v3Brand{
	position: relative;
	z-index: 15;
}
.v3Brand_box{
	width: 100%;
	height: auto;
	position: relative;
}
.v3Brand_box .v3Brand_head_bg,.v3Brand_box .v3Brand_head_bg img{
	width: 100%;
	height: auto;
}
.v3Brand_head_text{
	position: absolute;
	left: 5%;
	bottom: 22px;
}
.v3Brand_head_text .tiem_data{
	font-size: 0.937rem;
	color: #fff;
}
.v3Brand_head_text .brand_sorm{
	width: auto;
	margin-top: 10px;
	background: #613183;
	border-radius: 20px;
	height: 25px;
	display: inline-block;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}
.v3Brand_head_text .brand_sorm span{
	display: inline-block;
	font-size: 0.937rem;
	color: #fff;
	margin-left: 13px;
}
.v3Brand_head_text .brand_sorm i{
	display: inline-block;
	width: 11px;
	height: 6.5px;
	margin-right: 10px;
	background: url('/image/v3image/v3_ico26.png') no-repeat center;
	background-size:100% 100%; 
  margin-left: 5px;
}
.v3Brand_head_text .brand_sorm.on i{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); /* Internet Explorer */
	-moz-transform:rotate(180deg); /* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); /* Opera */
}

.barndCondition{
	width: 100%;
	height: 0;
	position: absolute;
	left: 0px;
	top: 140px;
	background: #fff;
	z-index: 15;
	overflow: hidden;
}
.v3Brand_background{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 14;
	display: none;
}


.yFiltrate_box_city_top{
  width: 100%;
  display: -webkit-flex; /* Safari */
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: nowrap;
  height: 312px;
}
.yFiltrate_box_city_top .yFiltrate_box_city_l{
  width: 32%;
  overflow-y: auto;
  height: 100%;
}
.yFiltrate_box_city_top .yFiltrate_box_city_lBx{
    width: 94%;    
}
.yFiltrate_box_city_top .yFiltrate_box_city_l a{
  display: block;
  font-size: 0.875rem;
  color: #000;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  width: 100%;
}
.yFiltrate_box_city_top .yFiltrate_box_city_l a+a{
  border-top: 1px solid #EAEEF2;
}
.yFiltrate_box_city_top .yFiltrate_box_city_l a.on{
  color: #FF4D29;
}
.yFiltrate_box_city_top .yFiltrate_box_city_r{
  width: 50%;
  margin-left: 5%;
  overflow-y: auto;
  height: 100%;
}
.yFiltrate_box_city_top .yFiltrate_box_city_r a{
  display: block;
  font-size: 0.75rem;
  color: #000;
  font-weight:bold;
  height: 30px;
  line-height: 30px;
  width: 88%;
}
.yFiltrate_box_city_top .yFiltrate_box_city_r a+a{
  border-top: 1px solid #EAEEF2;
}
.yFiltrate_box_city_top .yFiltrate_box_city_r a.on{
  color: #FF4D29;
}
.yFiltrate_box_city_bot{
  display: -webkit-flex; /* Safari */
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
  font-size:0;
  border-top: 1px solid #EAEEF2;
  height: 38px;
}
.yFiltrate_box_city_bot a{
  display: inline-block;
  width: 50%;
  text-align: center;
  font-size: 0.875rem;
  color: #FF4D29;
  font-weight: bold;
  background: #fff;
  height: 38px;
  line-height: 38px;
}
.yFiltrate_box_city_bot a:nth-child(2){
  background: #FF4D29;
  color: #fff;
}

/* 列表 */
.y_brandBox{
	width: 100%;
	background: #fff;
}
.y_homelist_list{
	/*width: 100%;*/
	/*margin: 0 auto;*/
	padding-bottom: 60px;
	/*margin-top: 8px;*/
  margin:10px 20px;
}
.y_homelist_list ul{
    display: -webkit-flex; /* Safari */
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.y_homelist_list ul li{
    /*width: 48%;*/
    height: 260px;
    position: relative;
    /*margin: 17px 0;*/
    box-shadow:3px 3px 5px 2px rgb(51 51 51 / 20%);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.y_homelist_list ul li + li {
  margin-top:25px;
}
.y_homelist_list ul li .listBox{
    width: 100%;
    height: 100%;
    position: relative;
}
.y_homelist_list ul li .listBox p.live_ico,.y_homelist_list ul li .listBox p.live_ico img{
    width: 100%;
    height:215px;
}
.y_homelist_list ul li .listBox p.live_city{
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 2;
    height: 18px;
    color: #000;
    font-size: 0.75rem;
    line-height: 18px;
    /* background: #FFD200; */
    padding: 0 5px;
    border-radius: 3px;
}
.y_homelist_list ul li .listBox .live_text{
    /*position: absolute;
    left: 10px;
    bottom: 5px;
    z-index: 2;*/
    width: 94%;
    background: #fff;
    padding-left: 15px;
}
.y_homelist_list ul li .listBox .live_text h2{
    font-size: 1.0625rem;
    color: #333;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    margin-top: 10px;
}
.y_homelist_list ul li .listBox .live_text p.live_zk{
    font-size: 0.75rem;
    color: #FFD200;
    margin-top: 8px;
    max-width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;    
	white-space: nowrap;
}
.y_homelist_list ul li .live_gz{
    position: absolute;
    left: 15px;
    bottom: 13px;
    z-index: 2;
}
.y_homelist_list ul li .live_gz a{
    display: -webkit-flex; /* Safari */
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.y_homelist_list ul li .live_gz a img{
    width: 13px;
    height: 11px;
    display: inline-block;
    margin-right: 5px;
}
.y_homelist_list ul li .live_gz a span{
    font-size: 0.75rem;
    color: #fff;
    display: inline-block;
}
.y_homelist_list ul li .live_bg{
    /*width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: rgba(0,0,0,0.1);
    left: 0;
    top: 0;*/
}


/*ios使用sticky样式实现*/
.nav-sticky{
	z-index: 9999;/*需设置zIndex,避免在悬停时,可能会被列表数据遮住*/
	position: -webkit-sticky;
	position: sticky;
    top: 0;/*相对mescroll的div悬停的位置*/
}
/*android和pc端悬停*/
.nav-fixed{
	z-index: 9999;
	position: fixed;
	top: 50px;
	left: 0;
	width: 100%;
}
/*列表*/
.mescroll{
	position: fixed;
	top: 0px;
	bottom: 0;
	width: 100%;
	height: auto;
  background: #fff;
}
.mescroll-totop{
	bottom: 30%;
}

/* v3 改版 E */

.gongsijianjie,.footer_copy,.shangwutong_show{
	display: none;
}
.brand_foored .gongsijianjie,.brand_foored .footer_copy,.brand_foored .shangwutong_show{
    display: block;
}
