/*交易myaccount*/
.fixed_search_box{ 
	background:#fff;
	padding:0.5rem 0 .5rem .25rem;
	position: fixed;
	z-index:1;
	box-sizing: border-box;
	width:100%;
	max-width:800px;
}
.fixed_search_box .tab_box {
	float:left;
}
.fixed_search_box .tab_box .item{
	float:left;
	margin-left:0.75rem;
	font-size:0.65rem;
	padding-bottom:0.3rem;
	position: relative;
	height:1rem;
}
.fixed_search_box .tab_box .item:after{
	content:'';
	position: absolute;
	left:50%;
	transform: translateX(-50%);
	bottom:0;
	width:0.75rem;
	height:0.15rem;
	background:transparent;
	border-radius:2em;
}
.fixed_search_box .tab_box .item.act{
	font-size:0.75rem;
	color:#000;
	font-weight: 600;
}
.fixed_search_box .tab_box .item.act:after{
	background:#504CFB;
}
.fixed_search_box .fun_box{
	float:right;
}
.fixed_search_box .fun_box .sort_item{
	float:left;
	margin-right:0.75rem;
}
.fixed_search_box .fun_box .solid_arrow{
	border-width:0.175rem;
	margin-left:0.125rem
}
.bilateral_arrow{
	width:.2rem;
}
.fixed_search_box .select_box{
	position: absolute;
	left:0;
	right:0;
	bottom:0.025rem;
	transform: translateY(100%);
	color:#333;
	display: none;
	z-index: 1;
}
.fixed_search_box .select_box.act{
	display: block;
}
.fixed_search_box .select_box:before{
	content:'';
	position: absolute;
	top:0;
	width:100%;
	height:500%;
	background:rgba(0,0,0,.3);
	left:0;
	right:0;
}

.fixed_search_box .relative{
	background:#fff; 
	overflow:hidden;
	padding:0.5rem 0.925rem 0.925rem;
}
.fixed_search_box .select_box.act .relative{
	max-height: auto;
	max-height:5000px;
}
.fixed_search_box .select_box .select_title{
	font-size:0.7rem;
	color:#000;
	font-weight: 500;
	overflow: hidden;
	clear: all;
}
.fixed_search_box .select_box .item{
	text-align: center;
	border-radius:0.4rem;
	background:#F2F6FB;
	font-weight: 500;
	line-height:1.6rem;
	padding:0 0.5rem;
	min-width:21%;
	margin-right:4%;
	margin-top:4%;
	box-sizing:border-box;
	font-size:0.6rem;
	float:left;
}
.fixed_search_box .select_box .item.act{
	color:#fff;
	background:#504CFB;
}
.fixed_search_box .select_box .item:nth-child(4n+4){
	margin-right:0;
}

.game_list .item{
	padding:0.65rem 0.575rem;
	display: block;
}
.game_list .t_box{
	border-bottom:1px solid #FFEDEDED;
	height:1.625rem;
	display: block;
}
.game_list .t_box .user_logo{
	width:1.275rem;
	height:1.275rem;
	border-radius:0.25rem
}
.game_list .c_box{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	position: relative;
	padding:0.6rem 0 0;
	font-weight: 500;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
}
.game_list .c_box .game_logo{
	float:left;
	width:3.2rem;
	height:3.2rem;
	border-radius:0.625rem;
	margin-right:0.5rem;
	flex-shrink:0;
}
.game_list .dsc_box{
	flex-grow:9;
	min-width: 0;
}
.game_list .c_box .r_box{
	text-align: right;
	flex-shrink:0;
}

.my_tab_box{
	margin:1rem 0.775rem;
}
.my_tab_box .btn{
  background:#EDEDED;
  color:#999;
  margin-right:0.25rem;
  min-width:2.7rem;
  box-sizing:border-box;
  padding:0 0.375rem;
  font-size:0.55rem
}
.game_list .icon_time{
	width:0.475rem;
	height:0.475rem;
	margin-right:0.125rem;
	vertical-align: inherit;
}
.game_list .b_box{
	padding-top:0.375rem
}
.game_list .b_box .btn{
	padding:0 0.8rem;
	margin-left:0.5rem
}
.fixed_btn{
	position: fixed;
    left:50%;
	transform: translateX(-50%);
	bottom:1.25rem
}


/*编辑出售小号*/
.edit_list{padding:0.75rem}
.edit_list .edit_item{
	background:#fff;
	padding:0.75rem 0.5rem;
	font-size:0.7rem;
	font-weight: 500;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.edit_list .edit_item.line,.edit_list .line{
	padding-left:0;
	padding-right:0;
	border-bottom:1px solid #EDEDED;
}
.edit_list .edit_item .item_icon{
	width:0.95rem;
	margin-right:0.225rem;
	flex-shrink:0;
}
.edit_list .edit_item .label{
	white-space: nowrap;
}
.edit_list .edit_item .value{
	position: relative;
	flex-grow:9;
	flex-shrink:9;
	padding:0 0.5rem;
	border:none;
	outline: none;
	background:transparent;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	overflow:hidden;
}
.edit_list .radius{
	border-radius: 0.35rem;
	overflow:hidden;
}
.edit_list .edit_item .icon_arrow_right{
	width:0.35rem;
	height:0.675rem;
}
.edit_list .img_list{
  overflow:hidden;
  padding:0 0.75rem 0.75rem;
}
.img_list .item{
	position: relative;
	float:left;
	width:3.6rem;
	height:3.6rem;
	border-radius:0.1rem;
	margin-top:0.75rem;
	margin-right:0.75rem;
}
.img_list .item .img_box{
	width:3.6rem;
	height:3.6rem;
	overflow: hidden;
}
.img_list .item img{
	width:100%;
}
.img_list .item .removeBtn{
	width:0.775rem;
	height: 0.775rem;
	overflow:hidden;
	position: absolute;
	right:-0.375rem;
	top:-0.375rem;
	background:url(../images/28/icon_close2.png) no-repeat center center;
	background-size:0.775rem;
	border-radius:50%;
	border:0.05rem solid #fff;
}



/*须知弹窗*/
.alt_mjxz {font-weight: 500;}
.alt_mjxz .tit_icon{width:0.9rem;height:0.85rem;display: inline-block;margin-right:0.25rem;background-size:100% auto!important;vertical-align: bottom}
.alt_mjxz .item_content{padding-bottom:0.75rem}
.alt_mjxz .icon_goumailiucheng{background:url(../images/28/goumailiucheng.png) no-repeat center;}
.alt_mjxz .item_title{font-weight: 600;padding-bottom:0.75rem}
.liuchengtu{padding-left:1.1rem}
.liuchengtu .item{float:left;width:27%;background:url(../images/28/jiantou.png) no-repeat 3rem 1.05rem;background-size:0.8rem auto;}
.liuchengtu .item:last-child{width:19%;}
.liuchengtu .item img{width:2.55rem;}
.alt_mjxz .f_input{height:2rem;background: #F2F2F2;border-radius:2em;line-height:2rem;padding: 0 0.85rem;color:#000;display: flex;align-items: center;}
.alt_mjxz .f_input input{border:none;background:transparent;flex-grow:9;height: 2rem;font-size:0.75rem}
.alt_mjxz .f_input .icon{height:0.9rem;margin-right:0.7rem}
.alt_mjxz .f_input .getcode{padding:0 0.425rem}
.alt_mjxz .fixed_b_box{position: fixed;bottom:0;left:0;width:100%;box-sizing:border-box;padding:.5rem 1rem;bottom:0;background:#fff;}
.alt_mjxz .fixed_b_box .btn_box{padding-top:0.35rem;border-top:1px solid #EDEDED}
.alt_mjxz .fixed_b_box .btn_box .btn{line-height:2rem;font-size:0.7rem}


/*详情页*/
.xq_module{padding:0.75rem;background:#fff;position: relative;font-weight: 500;}
.xq_module .title{font-size:0.75rem;color:#000;padding-bottom:0.75rem}
.xq_module .line{position: relative;padding:0.375rem 0 0.375rem 4.025rem;min-height:1.5em;font-size:0.7rem;}
.xq_module .line .label{width:2.5rem;white-space: nowrap;color:#000;float:left;position: absolute;left:0;text-align: justify;text-align-last:justify;}
.xq_module .line .img_gz{width: 4.55rem;height:3.075rem;position: absolute;right:4.8rem;top:50%;transform: translateY(-50%);}
.xq_module .line .text{color:#666;}
.mer_dsc_top{padding:0.675rem  4.5rem 0.75rem 4.325rem;overflow: hidden;min-height:5rem;box-sizing:border-box;}
.mer_dsc_top .game_logo{position:absolute;width:3rem;height:3rem;left:0.75rem;top:0.675rem}
.mer_dsc_top .c_box{overflow:hidden;}
.mer_dsc_top .game_name{padding-right:3.375rem;position: relative;display: inline-block;padding-bottom:0.625rem}
.mer_dsc_top .game_name .re_bq{width:2.8rem;height:100%;line-height:1rem;padding-left:0.95rem;box-sizing:border-box;position: absolute;right:0;top:50%;transform: translateY(-50%);background:url(../images/28/guangfangrenzheng-..png) no-repeat left 0.1rem;color:transparent;background-size:100% auto!important;}
.mer_dsc_top .game_name .re_bq.act{background:url(../images/28/guangfangrenzheng.png) no-repeat right 0.1rem;color:#fff;}
.mer_dsc_top .r_box{position: absolute;right:0.775rem;text-align: right;top:.7rem}
.yxjt_swiper .swiper-slide{overflow:hidden;}
.yxjt_swiper .img_box{width:100%;border-radius:0.4rem;overflow:hidden;height:0;padding-top:126.168%;position: relative;}
.yxjt_swiper .img_box img{position: absolute;width:100%;left:0;top:0;}

.gamelist{}
.gamelist .item{width:48%;overflow: hidden;border-radius:0.5rem;background:#fff;position: relative;margin-bottom:4%}
.gamelist .item:nth-child(odd){float:left;}
.gamelist .item:nth-child(even){float:right;}
.gamelist .item .img_box{padding-top:69.642%;position: relative;height:0;width:100%;overflow: hidden;}
.gamelist .item .img_box img{position: absolute;top:0;left:0;width:100%;}
.gamelist .item .dsc_box{padding:0.55rem 0.45rem;border:2px solid #EDEDED;border-radius:0 0 0.5rem 0.5rem;border-top:none;}
.fixed_b_bttom{position: fixed;width:100%;box-sizing:border-box;margin:auto;bottom:0;background:#fff;max-width:800px;box-sizing:border-box;padding:0.5rem}
.fixed_b_bttom .icon{font-size:1.1rem;color:#666;font-weight: 500;line-height:2.175rem;padding-left:0.5rem}


/*付款页面*/
.pay_page_title{}
.pay_page_game_info{position: relative;padding-left:4.575rem;min-height:4.975rem;box-sizing:border-box;padding-top:0.925rem}
.pay_page_game_info .game_logo{position:absolute;left:0.725rem;top:0.775rem;width:3.3rem;height:3.3rem;}
.page_pay_btn{margin:6.6rem auto 1.25rem}



