body {
	margin: 0;
	padding: 0;
	width: 100%;
}

.box {
	width: 1200px;
	margin: 0 auto;
	display: flex;
}

.left {
	width: 300px;
	margin-top: 9px;
}

.user {
	height: 300px;
}

.user_top {
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.user_top>div {
	color: #ffffff;
	width: 244px;
	margin: 0 auto;
	text-align: left;
}

.userlogin {
	font-size: 18px;
}

.user_bottom {
	padding-bottom: 30px;
	border: 1px solid #999999;
}

.user_bottom_img {
	display: flex;
	flex-direction: column;
	text-align: center;
	margin-top: 16px;
}

.user_bottom_img>img {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	margin-bottom: 9px;
}

.Ibuy,
.Isell {
	width: 110px;
	height: 42px;
	color: #FFFFFF;
	text-align: center;
	line-height: 42px;
	margin-top: 20px;
}

.Ibuy {
	background-color: #0e9d72;

}

.Isell {
	background-color: #fdac4b;
}

.newest {
	border: 1px solid #999999;
	margin-top: 20px;

}

.newest_top {
	padding-top: 20px;
	padding-bottom: 25px;
	font-size: 20px;
	border-bottom: 1px solid #666666;
	background-color: #F7F7FA;

}

.newest_top>img {
	width: 41px;
	height: 41px;
	margin-left: 22px;
	margin-right: 22px;
	margin-top: 5px;
}

.newestCount {
	color: #fdac4b;
}

.newest_bottom {
	height: 0 auto;

}
.newest_bottom1 {
	height: 0 auto;

}

.newestItem {
	/*height: 63px;*/
	border-bottom: 1px solid #999999;
	line-height: 30px;
}

.newestItem_price,
.newestItem_name {
	width: 90%;
	margin: 0 auto;
}

.newestItem_name {
	font-family: PingFang-SC-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666666;

}

.newestItem_price {
	font-family: PingFang-SC-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #fe2845;
	text-align: right;
}

.right {
	margin-left: 26px;
	margin-bottom: 50px;
	height:0 auto;
}

.banner {
	width: 876px;
	height: 400px;
	margin-top: 9px;
}

.banner>img {
	width: 100%;
	height: 100%;
}

.right_tips {
	width: 879px;
	height: 160px;
	
	margin-top: 20px;
	display: flex;
	

}

.right_tips>text {
	font-family: PingFang-SC-Regular;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
}

.right_tips_img {
	margin: 11px 40px 0 20px;
	width: 38px;
	height: 38px;
}

.right_hot {
	margin-top: 20px;
	width: 876px;
	height: 60px;

}

.right_hot,
.right_new {
	display: flex;
	line-height: 60px;
	border: solid 1px #999999;
}

.right_hot_item {
	padding-left: 30px;
	padding-right: 30px;
	height: 29px;
	/* 
	border-right: 1px solid #666666;
	border-left: 1px solid #666666; */
}

.right_hot>img,
.right_new>img {
	height: 30px;
	width: 30px;
	margin: 16px 20px 0 20px;
}

.right_gamebox {
	height:1004px;
	width: 876px;
	border: 1px solid #999999;
	margin-top: 20px;
	overflow: hidden;
}

.right_gamebox_top {
	height: 60px;
	background-color: #eeeeee;

	display: flex;
	line-height: 60px;
}

.right_gamebox_top_hot {
	width: 30px;
	height: 30px;
	background-color: #0e9d72;
	border-radius: 3px;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
	margin: 15px;
}

.right_gamebox_top_main {
	
	width: 32px;
	height:60px;
    background-color: #eeeeee;
	
}

.right_gamemain {
	display: flex;
	flex-wrap: wrap;
	width: ;
}

.right_gameItem {
	margin-left: 46px;
	margin-top: 30px;
	text-align: center;
}

.right_gameItem>img {
	width: 120px;
	height: 120px;
	max-width: 150px;
	border-radius: 20px;
}
.right_gameItem_gamename{
	max-width: 110px;
   white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.index_bottom {
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 200px;
	display: flex;
}

.index_bottom_left {
	width: 560px;
	border: 1px solid #666666;

}

.index_bottom_left_top {
	text-align: center;
	height: 87px;
	line-height: 87px;
	background-color: rgba(238,238,238 ,0.2);
	border-bottom: 1px solid #666666;
	color: #666666;
	font-size: 28px;

}
.index_bottom_left_main_1{
	display: flex;
	justify-content: space-around;
	height: 100px;
	line-height: 100px;
	border-bottom: 1px solid #999999;
}
.index_bottom_left_main_2{
	height: 100px;
	line-height: 100px;
	color: #fe2845;
	margin: 0 auto;
	text-align: center;
}
.index_bottom_right{
	width: 560px;
	margin-left: 70px;
	border: 1px solid #666666;
}
.index_bottom_right_bottom{
    width: 80%;
    margin:0 auto;
	display: flex;
justify-content: space-around;
}
.index_bottom_right_ewm{
	margin-top: 20px;
	text-align: center;
}
.index_bottom_right_ewm>img{
	width: 120px;
	height: 120px;
}
.userK{
    height: 300px;
	width: 100%;

}
.ewmTop{
    width: 100%;
    height: 50px;
    background-color: #0e9d7c;
    font-size: 24px;
    text-align: center;
     line-height:50px;
     color:white;
    

}
.ewmlow{
    width: 170px;
    height: 170px;
    margin:0 auto;
    margin-top: 40px;
   
    

}
.ewmlow_img{
    width: 100%;
    height:100%;
    background-color: #eeeeee;

}
.icon{
    background-color: #6ed6fd;
    width: 55px;
    height: 25px;
    margin:0 auto;
    margin-top: 12px;
    border-radius: 4px;
    font-size: 16px;
    color:white;

}
.Top_ZD{
  position: fixed;
  top: 0;
  background-color: white;
  z-index: 999999;
  margin:0 auto;
  width: 100%;
    
}
.ggtext{
  
font-size: 16px;
font-family: PingFang SC Medium, PingFang SC Medium-Medium;

text-align: left;
color: #ff343a;
line-height: 26px;
letter-spacing: 0px;
}
.TPgengduo{
   width: 180px;
height: 40px;
background: #ffffff;
border: 1px solid #999999;
text-align: center;
line-height: 40px;

font-size: 18px;
font-family: PingFang SC Medium, PingFang SC Medium-Medium;
font-weight: 500;
color: #666666;
letter-spacing: 0px;
margin:0 auto;
margin-top: 30px !important;
    
}
.red{
    color: #FF343A;
}









