@charset "utf-8";
/* CSS Document */
/*导航*/
nav {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  border-bottom: solid 1px #ccc;
	box-shadow:0px 0 0 0px rgb(215 215 215 / 40%)
}
nav ul {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
	overflow: visible;
}
nav ul li {
  width: 50%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  box-sizing: border-box;
  position: relative;
}
nav ul li a {
    height: 41px;
}
nav ul li.ztw {
  width: 33%;
}
nav ul li span {
  width: 1px;
  height: 26px;
  background: #ccc;
  float: left;
  margin-top: 7px;
}
nav ul li.cur a {
	font-weight: normal;border-bottom: 1px solid #2095f4;
}
nav ul li.cur:after, nav ul li.cur:before {
  border: solid transparent;
  content: ' ';
  height: 0;
  left: 100%;
  position: absolute;
  width: 0;
  z-index: 8;
}
nav ul li.cur:after {
  border-width: 8px;
  border-top-color: #fff;
  bottom: -15px;
  left: 50%;
  margin-left: -8px;
}
nav ul li.cur:before {
  border-width: 8px;
  border-top-color: #2095f4;
  bottom: -17px;
  left: 50%;
  margin-left: -8px;
}
/*排行*/
.rankList {
  width: 100%;
  height: auto;
	background: #fff;
  overflow: hidden;
  box-sizing: border-box;
    padding: 0 0 20px 0;
}
.ranktitle {
  position: relative;
  height: 36px;
  width: 100%;
  background: #f5f5f5;
}
.rankList .topnav {
  padding: 18px 10px 10px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.topnav a {
  display: block;
  float: left;
  width: 25%;
  height: 26px;
  line-height: 26px;
  margin-bottom: 3px;
  text-align: center;
  font-size: 14px;
  color: #333;
  border-radius: 3px;
}
.topnav a.cur {
  background: #2095f4;
  color: #fff;
}
.topnav a u {
  display: inline-block;
  width: 14px;
  height: 10px;
  background: url(../images/all_ico.png) 0 -115px no-repeat;
  background-size: 20px auto;
  vertical-align: middle;
  margin: auto;
}
.topnav a.sq u {
  background-position: 0 -125px;
}
.rankList h3 {
  max-width: 80%;
  display: inline-block;
  line-height: 35px;
  padding-top: 6px;
  padding-left: 12px;
  font-weight: normal;
  color: #000;
  font-size: 18px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rankList .t {
  position: relative;
  font-size: 14px;
  line-height: 35px;
  color: #a7a9a8;
  margin-left: 4px;
  top: -12px;
}
.rankList ul {
    height: auto;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 12px;
}
.rankList ul li {
  padding: 12px 0;
  overflow: hidden;
  zoom: 1;
    border-bottom: 1px dashed #e8e8e8;
  position: relative;
  height: 70px;
}
.rankList ul li:last-child {
  border-bottom: none;
}
.rankList ul li .img {
  display: block;
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 10px;
}
.rankList ul li img {
  width: 70px;
  height: 70px;
  border-radius: 12px;
  box-sizing: border-box;
  border: 1px solid #eee;
  margin: 0 10px 0 0;
}
.rankList ul li p {
  -webkit-box-flex: 1;
  overflow: hidden;
  padding-right: 70px;
  color: #666;
  line-height: 16px;
}
.rankList li p em {
  margin: 10px 0;
}
.rankList li p a {
  display: block;
  height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  font-size: 16px;
}
.rankList li p span {
  display: block;
  height: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font: 12px "\5FAE\8F6F\96C5\9ED1";
}
.rankList li p u {
  margin: 0 6px;
  padding: 0 6px;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  text-decoration: none;
}
.rankList li .btn {
  width: 40px;
  height: 30px;
  padding-top: 24px;
  color: #2095f4;
  line-height: 30px;
  text-align: center;
  background: none;
  position: absolute;
  right: 0;
  top: 28px
}
.rankList li .btn .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 30px;
  background: url(../images/all_ico.png) no-repeat center -1247px;
}
.rankList li p i {
  display: block;
  float: left;
  min-width: 15px;
  height: 15px;
  padding: 0 2px;
  background: #999;
  color: #fff;
  text-align: center;
  line-height: 15px;
  border-radius: 3px;
  font-style: normal;
  margin-right: 5px;
}
.rankList li:nth-child(1) i, .rankList li:nth-child(2) i, .rankList li:nth-child(3) i {
  background: #f60;
}
.lstar0, .lstar1, .lstar2, .lstar3, .lstar4, .lstar5, .lstar6 {
  background: url(../images/litterStar.png) no-repeat;
  width: 84px;
  height: 13px;
  display: block;
}
.lstar1 {
  background-position: 0 -26px;
}
.lstar2 {
  background-position: 0 -52px;
}
.lstar3 {
  background-position: 0 -78px;
}
.lstar4 {
  background-position: 0 -104px;
}
.lstar5, .lstar6 {
  background-position: 0 -130px;
}
.rankList > p {
  position: relative;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
	color: #888;
  background: #efefee;
  margin: 10px 15px 0;
  border-radius: 6px;
}
.rankList > p span {
  margin-left:10px ;
  position: relative;
}
.rankList > p span:after, .rankList > p span:before {
  border: solid transparent;
  content: ' ';
  height: 0;
  left: 100%;
  position: absolute;
  width: 0;
  z-index: 8;
}
.rankList > p span:after {
  border-width: 8px;
  border-top-color: #efefee;
  bottom: -1px;
  left: 50%;
  margin-left: -8px;
}
.rankList > p span:before {
  border-width: 8px;
  border-top-color: #888;
  bottom: -3px;
  left: 50%;
  margin-left: -8px;
}
