.container{
  background-color: #ed861f;
}
.mainTitle{
  width: 100%;
}
.mainTitle img{
  width: 100%;
  height: 100%;
}
.mainBox{
  padding: 0 0.267rem;
  padding-top: 0.2rem;
  padding-bottom: 0.5rem;
}
.main{
  width: 100%;
  background-color: #fff;
  border-radius: 0.213rem;
  padding: 0.507rem 0;
  position: relative;
}
.tabsBox{
  width: 5.867rem;
  margin: 0 auto;
  border: 1px solid #ed861f;
  border-radius: 0.213rem;
  overflow: hidden;
}
.tabsBox div{
	padding: 0.213rem 0;
	width: 50%;
	text-align: center;
	font-size: 0.373rem;
  color: #ed861f;
}
.tabsBox div.active{
  background-color: #ed861f;
  color: #fff;
}
.listBox{
  border-top: 1px solid #e5e5e5;
  margin-top: 0.32rem;
  padding-top: 0.48rem;
  font-size: 0.373rem;
}
.listTitle .item{
	float: left;
  text-align: center;
  color: #ed861f;
  position: relative;
}
.listTitle .item span{
  color: #ed861f;
}
.listTitle .item em{
	display: inline-block;
	width: 0.287rem;
	height: 0.15rem;
  margin-left: 0.1rem;
	background: url("../images/pullDown.png") no-repeat;
  background-size: 100%;
}
.pullDownBox .menuBox{
  position: absolute;
  width: 100%;
  bottom: -1.6rem;
  left: -0.1rem;
  background-color: #ed861f;
  z-index: 10;
  display: block;
  padding:0 0.1rem;
}
.pullDownBox .menuBox.active{
  display: none;
}
.listBox .noticeBox{
  display: none;
}
.listBox .noticeBox.active{
  display: block;
}
.pullDownBox .menuBox div{
  padding: 0.1rem 0;
}
.pullDownBox .menuBox div span{
  color: #fff;
}
.acquire{
  border-bottom: 1px solid #fff;
}
.list .item{
  border-bottom: 1px solid #e5e5e5;
}
.list .item>div{
  float: left;
  text-align: center;
  padding: 0.267rem 0;
}
.list .item .nickname{
  font-size: 0.32rem;
}
.list .item em{
  display: block;
  margin: 0 auto;
  width: 0.8rem;
  height: 1rem;
  line-height: 1.1rem;
}
.list .item.one>div span{
  color: #ff0f00;
}
.list .item.one em{
  background: url("../images/one.png") no-repeat;
  background-size: 100%;
}
.list .item.two>div span{
  color: #ff6000;
}
.list .item.two em{
  background: url("../images/two.png") no-repeat;
  background-size: 100%;
}
.list .item.three>div span{
  color: #c79100;
}
.list .item.three em{
  background: url("../images/three.png") no-repeat;
  background-size: 100%;
}
.nickname .img{
	display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #999999;
}
.nickname .img img{
  width: 100%;
  height: 100%;
}
 .ranking{
  width: 22%;
}
.nickname{
  width: 44%;
}
.num{
  width: 34%;
}
.nickname span{
  display: inline-block;
  width: 2.3rem;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  font-size: 0.32rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1rem;
}
.list .num span{
  display: inline-block;
  line-height: 1rem;
}