.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;
    padding-top: 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;
}
.game-info-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.game-info-box>div:nth-child(1){
    display: flex;
    align-items: center;
}
.game-info-box>div:nth-child(1) img{
	width: 56px;
	height: 56px;
	background-color: #ebe5d6;
	border-radius: 10px;
}
.game-info-box>div:nth-child(1) p{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #333333;
    margin-left: 17px;
}
.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: 10px 10px;
    padding-bottom: 5px;
}
.filter-box>div .filter-tit{
    width: 90px;
    font-size: 14px;
    line-height: 31px;
}
.filter-box>div>div:nth-child(2){
    flex: 1;
    display: flex;
    flex-wrap: wrap;  
}
.filter-box>div>div:nth-child(2)>div{
    cursor: pointer;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 31px;
	letter-spacing: 0px;
	color: #333333;
    padding: 0 15px;
    box-sizing: border-box;
    border: solid 1px rgba(0,0,0,0);
    margin-right: 20px;
    border-radius: 5px;
    margin-bottom: 5px;
}
.filter-box>div>div:nth-child(2)>div.active{
    color: #fc822d;
    border: solid 1px #ffbe4c;
    background-color: #fef6e7;
}
.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;
}

.filter-range-list{
    display: flex;
}
.filter-range-list>div{
    display: flex;
    align-items: center;
    margin-bottom: 0!important;
}
.filter-range-list>div>p{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 37px;
	letter-spacing: 0px;
	color: #333333;
    margin-right: 18px;
}
.filter-range-list>div>div{
	width: 240px;
	height: 37px;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #dddddd;
    display: flex;
    align-items: center;
    justify-content: center;
}
.filter-range-list>div>div input{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0px;
	color: #333;
    border: none;
    width: 103px;
    text-align: center;
    outline: none;
}
.filter-range-list>div>div p{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0px;
	color: #333;
}
.filter-box>.filter-other>div:nth-child(2)>div{
    position: relative;
	width: 190px;
	height: 37px;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #dddddd;
    line-height: 37px;
}
.filter-box>.filter-other>div:nth-child(2) .el-icon-arrow-down{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    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;
}
.game-info-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;    
}
.game-info-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: 100%;
}
.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: 700px;
}

.game-list-cont .game-list-item .item-desc-right .item-bp{
	width: 68px;
	height: 20px;
	background-color: #62b765;
	border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
}
.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;
    line-height: 22px;
    display: -webkit-box;
    /* 必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 。*/
    -webkit-box-orient:vertical;
    /*要显示的行数*/
    -webkit-line-clamp:2;
    /* 溢出部分隐藏 */
    overflow:hidden;
    margin-bottom: 8px;
}
.game-list-cont .game-list-item .item-desc-right .item-tag-list{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.game-list-cont .game-list-item .item-desc-right .item-tag-list p{
    padding: 0 6px;
    font-size: 12px;
    line-height: 14px;
    color: #999999;
    border-right: 1px solid #999;
}
.game-list-cont .game-list-item .item-desc-right .item-tag-list p:first-child{
    padding-left: 0;
}
.game-list-cont .game-list-item .item-desc-right .item-tag-list p:last-child{
    border: none;
}
.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: left;
}
.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;
}

.sort-box .filter-sort-item{
    padding-right: 16px;
    background: url("../../images/person/per_list_tit_default.gif") no-repeat;
    background-position: 74px center;
}
.sort-box .filter-sort-item.status1{
    background-image: url("../../images/person/per_list_tit_high.gif");

    background-color: transparent;
    border: solid 1px #ffbe4c; 
    color: #ef9f3c;    
}
.sort-box .filter-sort-item.status2{
    background-image: url("../../images/person/per_list_tit_low.gif");

    background-color: transparent;
    border: solid 1px #ffbe4c; 
    color: #ef9f3c;    
}

.sort-box{
    display: flex;
    align-items: center;
}
.sort-box>div{
	width: 105px;
	height: 41px;
	cursor: pointer;
	border-radius: 8px;
	border: solid 1px rgba(0,0,0,0); 
    text-align: center;
    line-height: 41px;
    color: #333333;
    margin-right: 20px;
}
.sort-box>div.active{
    background-color: #ef9f3c;
    border: solid 1px #ffbe4c; 
    color: #fff;
}
/* 设置滚动条的样式 */
.popover2-left::-webkit-scrollbar,
.popover2-right>div:nth-child(2)::-webkit-scrollbar
{
    width: 4px;
    height: 8px;
    border-radius: 4px;
    background: transparent;
  }
/* 滚动槽 */
.popover2-left::-webkit-scrollbar-track,
.popover2-right>div:nth-child(2)::-webkit-scrollbar-track
{
background-color: transparent;
}
/* 滚动条滑块 */
.popover2-left::-webkit-scrollbar-thumb,
.popover2-right>div:nth-child(2)::-webkit-scrollbar-thumb
{
border-radius: 2px;
background: rgba(141, 141, 141, 0.7);
}

.filterPopover2{
    display: flex;
    height: 384px;
    padding: 0!important;
    border-radius: 11px !important;
    border: 1px solid #ccc !important;    
}
.popover2-left{
    height: 100%;
    width: 397px;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    border-right: 1px solid #e6e6e6;
}
.popover2-left>div{
    display: inline-block;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 0px;
	color: #666666;
    margin-right: 15px;
}
.popover2-left>div.active{
    color: #ef9f3c;
}
.popover2-right{
    height: 100%;
    width: 331px;
    box-sizing: border-box;
    padding: 20px;   
    padding-top: 10px;
    padding-bottom: 0; 
}
.popover2-right>div:nth-child(1){
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.popover2-right>div:nth-child(1)>div{
    display: flex;
    align-items: center;
}
.popover2-right>div:nth-child(1)>div p:nth-child(1){
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 16px;
	letter-spacing: 0px;
	color: #666666;
}
.popover2-right>div:nth-child(1)>div p:nth-child(2){
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 15px;
	letter-spacing: 0px;
	color: #999999;
    margin-left: 20px;
}
.popover2-right .el-icon-close{
    font-size: 22px;
}

.popover2-right>div:nth-child(2){
    height: 260px;
    overflow-y: auto;
    border-bottom: 1px solid #e6e6e6;
}
.popover2-right>div:nth-child(2)>div{
    display: inline-block;
	height: 34px;
	background-color: #fef6e7;
	border-radius: 17px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #ef9f3c;    
    padding: 0 10px;
    margin-right: 8px;
    margin-bottom: 8px;
}
.popover2-right>div:nth-child(2)>div .el-icon-circle-close{

}
.popover2-right>div:nth-child(3){ 
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;   
}
.popover2-right>div:nth-child(3) p{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #999999;
}
.popover2-right>div:nth-child(3) div{
	width: 105px;
	height: 41px;
	background-color: #ef9f3c;
	border-radius: 8px;
	border: solid 1px #ffbe4c;  
    line-height: 41px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}













-