.wrap{
    width: 1000px;
    margin: 0 auto;
}
.gameZone{
    border-radius: 10px;
    box-shadow: 0 0 16px 1px rgba(0,0,0,0.1);
    box-sizing: border-box;
    padding: 0 12px;
    padding-bottom: 20px;
}
.gameZoneType{
    border: 1px solid #ececec;
    background: #ffffff;
}

.hasSelectedItem{
    border: 1.5px solid #ef8017;
    padding: 2px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:5px 7px;
    font-size: 14px;
    color: #ef8017;
    float: left;
}
.hasSelectedItem img{
    margin-left: 5px;
    cursor: pointer;
}
.el-tabs--border-card>.el-tabs__header{
    background-color: #f8f8f8;
    border: none;
}
.el-tabs--border-card{
    border: none;
    box-shadow: none;
}
.el-tabs__item{
    border-top: 3px solid #f8f8f8!important;
}
.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{
    border-top: 3px solid #409EFF!important;
}
.gameZone .el-tabs__item{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.filterPopover{
    padding: 0 0;
    top: -130px;
    left: -50px;    
}

.mainPopoverTitle{
    background: #f6f6f6;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 14px;
}
.filterBlock{
    color: #999999;
    border: 1px solid #999999;
    border-radius: 5px;
    float: left;
    margin: 5px 5px;
    width: 60px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 2px 5px;
    cursor: pointer;
}

.filterBlockCheck{
    color: #2f74ff;
    border: 1px solid #2f74ff;
}
.filterPopoverBox{
    padding: 10px 10px;
    overflow: hidden;
}
.filterPopoverBox .el-select{
    width: 120px;
    margin-left: 10px;
}
.filterFormBox{
    display: flex;
}
.filterPopoverBox .el-input__inner{
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #999;
    border-radius: 0;
}
.filterPopoverBox .el-input .el-input__icon{
    line-height: 30px!important;
}


.filterPopoverBtn{
    float: right;
    height: 20px;
    background: #1a8dff;
    color: white;
    padding: 2px 10px;
    margin: 0px 10px 10px 0;
    line-height: 20px;
    cursor: pointer;
    font-size: 12px;
}
.el-pagination{
    padding: 0 0;
    background: white;
    text-align: center;
}



.filter-box{
}
.filter-box>div{
    min-height: 54px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 18px 10px;      
}
.filter-box>div .filter-tit{
    width: 90px;
    font-size: 14px;
}
.filter-box>div>div:nth-child(2){
    flex: 1;
    display: flex;
    flex-wrap: wrap;  
}
.filter-box>div>div:nth-child(2)>div{
    margin-right: 24px;
    cursor: pointer;
    font-size: 14px;
}
.filter-box>div>div:nth-child(2)>div.active{
    color: #fc832d;   
}
.filter-level-opt{
    flex-direction: column;
}
.filter-level-opt .search-group{
    display: flex;    
    align-items: flex-start;
}
.filter-level-opt .search-group-l{
    width: 60px;
    font-size: 14px;    
    line-height: 28px;
}
.filter-level-opt .search-group-r{
    width: 780px;
    display: flex;
    flex-wrap: wrap;
}
.search-group-r-item {
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-right: 10px;
}
.filter-other-clear{
    text-align: center;
    width: 50px;
    margin-left: 15px;
    color: #fff;
    border-radius: 3px;
    line-height: 24px;
    background-color: #fc832d;  
}
.filter-other-select-list>div{
    display: flex;
    align-items: center;
    margin-right: 10px;
    padding: 3px 6px;
    border: 1px solid #fc832d;
    border-radius: 3px;
    margin-bottom: 5px;
}
.filter-other-select-list>div p{
    margin: 0;
    margin-right: 10px;
}
.push-type-box{
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    margin-top: 20px;    
    padding: 0 10px;
    margin-bottom: 14px;
}
.push-type{
    display: flex;
    border: none;
    background: none;
    clear: both;
    background: #fff;
    z-index: 2;
    position: relative;
}
.push-type>div{
    position: relative;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #666666;    
    cursor: pointer;
    margin-right: 40px;
    
}
.push-type>div::after{
    position: absolute;
	width: 32px;
	height: 2px;
	background-color: #fcb326;
	border-radius: 1px;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    display: none;
    
}
.push-type>div.active{
    color: #292929;     
}
.push-type>div.active::after{
    
    display: block;
}
.push-type-box .to-sell{
    cursor: pointer;
    display: flex;
    align-items: center;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #292929;    
}
.push-type-box .to-sell img{
    margin-right: 8px;
}
.search-box{
    display: flex;
    align-items: center;
}
.search-box input{
    height: 30px;
    outline: none;
    margin: 0;
    width: 190px;
    padding: 0 10px;
    border: solid 1px #fc822d;
    border-radius: 15px;
    margin-right: 10px;
}
.search-box div{
    cursor: pointer;
    font-size: 14px;
}
.game-list-header{
    display: flex;
    align-items: center;
	height: 40px;
	background-color: #ffffff;
	box-shadow: 0px 4px 10px 0px 
		rgba(29, 21, 19, 0.1);
	border-radius: 20px;    
    margin-bottom: 20px;
}
.game-list-header>div{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #333333;
    text-align: center;
}
.game-list-box .list-item-desc{
    width: 417px;
}
.game-list-box .list-item-price{
    width: 130px;
}
.game-list-box .list-item-time{
    width: 150px;
}
.game-list-box .list-item-hb{
    width: 70px;
}
.game-list-box .list-item-bp{
    width: 70px;
}
.game-list-box .list-item-btn{
    width: 137px;
}
.game-list-cont .game-list-item{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
	height: 158px;
	background-color: #f7f9fa;
	border-radius: 10px;    
}
.game-list-cont .game-list-item .list-item-desc{
    display: flex;
    align-items: center;
    padding-left: 10px;
    cursor: pointer;
}
.game-list-cont .game-list-item .item-desc-img{
    position: relative;
    margin-right: 13px;
}
.game-list-cont .game-list-item .item-desc-img img{
    border-radius: 10px;
    object-fit: cover;
}
.game-list-cont .game-list-item .item-desc-right{
    width: 224px;
}
.game-list-cont .game-list-item .item-desc-right>div{

	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #999999;
}
.game-list-cont .game-list-item .item-desc-right .item-desc-tit{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #292929;

    display: -webkit-box;
    /* 必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 。*/
    -webkit-box-orient:vertical;
    /*要显示的行数*/
    -webkit-line-clamp:3;
    /* 溢出部分隐藏 */
    overflow:hidden;

}
.game-list-cont .game-list-item .list-item-price{
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #f8201f;
    text-align: center;
}
.game-list-cont .game-list-item .list-item-time,
.game-list-cont .game-list-item .list-item-hb
{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #292929;
    text-align: center;
}
.game-list-cont .game-list-item .list-item-bp{
    text-align: center;
}
.game-list-cont .game-list-item .list-item-btn{

}
.game-list-cont .game-list-item .list-item-btn>div{
	width: 69px;
	height: 28px;
	background-image: linear-gradient(90deg, 
		#ff5900 0%, 
		#ff9500 100%);
	border-radius: 14px;
    margin: 0 auto;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #ffffff;    
    text-align: center;
    cursor: pointer;
}

.shop-list-cont{

}
.shop-list-item{
	height: 283px;
	background-color: #f7f7f7;
	border-radius: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 14px;
}
.shop-item-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.shop-info-left{
    display: flex;
    align-items: center;
}
.shop-info-left>img{
    border-radius: 10px;
    object-fit: cover;
    margin-right: 20px;
}
.shop-info-left>div{

}
.shop-info-left>div h3{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #292929;
    margin: 0;
}
.shop-info-left>div p{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #999999;
    margin: 0;
}
.shop-info-right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.shop-info-right>div:nth-child(1){
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #292929;
    line-height: 28px;
    margin-bottom: 7px;
}
.shop-info-right>div:nth-child(2){
	width: 69px;
	height: 28px;
	background-image: linear-gradient(90deg, 
		#ff5900 0%, 
		#ff9500 100%);
	border-radius: 14px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #ffffff;    
    text-align: center;
    cursor: pointer;
}
.shop-comms{
    display: flex;
}
.shop-comms-item{
	width: 224px;
	height: 165px;
	background-color: #ffffff;
	border-radius: 10px;
    margin-right: 12px;
    box-sizing: border-box;
    padding: 9px;
    cursor: pointer;
}
.shop-comms-item img{
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 10px;
}
.shop-comms-item p{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #f8201f;
    line-height: 20px;
    margin: 0;
}

.filter-sort .filter-sort-item{
    padding-right: 16px;
    background: url("../../images/person/per_list_tit_default.gif") no-repeat;
    background-position: right center;
}
.filter-sort .filter-sort-item.status1{
    background-image: url("../../images/person/per_list_tit_high.gif");
    color: #fc832d;
}
.filter-sort .filter-sort-item.status2{
    background-image: url("../../images/person/per_list_tit_low.gif");
    color: #fc832d;
}