.ranking-list .bg {
  height: 640px;
  background-color: #000000;
  background-image: url(/w/img/rankingList/big_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 40px;
}
.ranking-list .bg .bg-text {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 230px;
}
.ranking-list .bg .bg-text .center {
  display: flex;
  width: 1260px;
}
.ranking-list .bg .bg-text .center img {
  width: 150px;
  height: 20px;
  margin-top: 190px;
}
.ranking-list .bg .bg-text .center .text-center {
  width: 885px;
}
.ranking-list .bg .bg-text .center .text-center .top {
  font-size: 70px;
  color: #ffffff;
  margin-bottom: 65px;
  text-align: center;
}
.ranking-list .bg .bg-text .center .text-center .center {
  font-size: 52px;
  color: #ffffff;
  margin-bottom: 19px;
  text-align: center;
}
.ranking-list .bg .bg-text .center .text-center .bottom {
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 74px;
  text-align: center;
}
.ranking-list .bg .under {
  display: flex;
  width: 100%;
  height: 229px;
  background-color: #060615;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
}
.ranking-list .bg .under .wrap {
  display: flex;
}
.ranking-list .bg .under .wrap .item {
  width: 233px;
  height: 229px;
  box-sizing: border-box;
  padding: 48px 34px 38px 40px;
}
.ranking-list .bg .under .wrap .item .icon {
  display: flex;
  justify-content: center;
  margin-bottom: 38px;
}
.ranking-list .bg .under .wrap .item .icon img {
  width: 52px;
  height: 48px;
}
.ranking-list .bg .under .wrap .item p {
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
}
.ranking-list .bg .under .wrap .item:hover {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
}
.ranking-list .containers .list-content {
  margin: 0 auto;
}
.ranking-list .containers .list-content .lists {
  padding-top: 54px;
  margin: 0 auto;
  background-position: center 10px;
  background-repeat: no-repeat;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
}
.ranking-list .containers .list-content .lists .list-one {
  width: 100%;
}
.ranking-list .containers .list-content .lists .list-one .head {
  width: 1200px;
  margin: 0 auto;
}
.ranking-list .containers .list-content .lists .list-one .head .title {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  width: 513px;
  color: #010101;
  margin-left: 30px;
}
.ranking-list .containers .list-content .lists .list-one .head .title .line {
  width: 4px;
  height: 35px;
  background-color: #ef2228;
  margin-right: 11px;
}
.ranking-list .containers .list-content .lists .list-one .head .title p {
  font-size: 32px;
  font-weight: bold;
  margin-top: -3 px;
}
.ranking-list .containers .list-content .lists .list-one .list-main {
  display: flex;
  box-sizing: border-box;
  justify-content: space-evenly;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 20px;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box {
  display: flex;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item {
  width: 518px;
  margin-top: 36px;
  border-radius: 5px;
  margin-bottom: 28px;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item .mains {
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item .mains table {
  width: 100%;
  height: 100%;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item .mains table tr {
  height: 45px;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item .mains table tr th {
  font-size: 14px;
  color: #333333;
  line-height: 36px;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item .mains table tbody tr {
  border-bottom: 1px solid #f0f0f0;
  height: 38px;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item .mains table tbody tr:last-child {
  border-bottom: none;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item .mains table tbody .classes {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item .mains table tbody .classes img {
  width: 20px;
  height: 24px;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item .mains table tbody .classes img.gray-star {
  width: 16px;
  height: 15px;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item .mains table tbody .name {
  font-size: 13px;
  line-height: 27px;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item .mains table tbody .name .blue {
  color: #16a5ff;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item .mains table tbody .name a {
  font-size: 13px;
  line-height: 27px;
  text-decoration: none;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item .mains table tbody .total {
  font-size: 13px;
  line-height: 27px;
  color: #f0292f;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item .mains table tbody .ranking {
  color: #666;
  font-size: 13px;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item .mains table tbody .ranking img {
  width: 23px;
  height: 20px;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item .mains td,
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item .mains th {
  text-align: center;
  padding: 4px 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 37px;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item-1 {
  margin-right: 45px;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item-1 .heads {
  background-color: transparent;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item-1 .heads .title-bg {
  width: 268px;
  box-sizing: border-box;
  background-image: url(/w/img/rankingList/list_1.png);
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 15px;
  line-height: 55px;
  color: #ffffff;
  border-radius: 5px 5px 0 0;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item-2 {
  margin-left: 45px;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item-2 .heads {
  background-color: transparent;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item-2 .heads .title-bg {
  width: 268px;
  box-sizing: border-box;
  background-image: url(/w/img/rankingList/list_2.png);
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 15px;
  line-height: 55px;
  border-radius: 5px 5px 0 0;
  color: #ffffff;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box #item3 {
  margin-top: 19px;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box #item4 {
  margin-top: 19px;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item-3 {
  margin-right: 32px;
  margin-top: 19px;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item-3 .heads .title-bg {
  display: flex;
  text-align: center;
  line-height: 55px;
  color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px 5px 0 0;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item-3 .heads .title-bg .left {
  flex: 1;
  cursor: pointer;
  width: 275px;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item-3 .heads .title-bg .right {
  flex: 1;
  cursor: pointer;
  width: 275px;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item-3 .heads .title-bg-1 .left {
  flex: 1;
  color: #fff;
  cursor: pointer;
  width: 275px;
  height: 100%;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item-3 .heads .title-bg-1 .right {
  flex: 1;
  color: #333333;
  cursor: pointer;
  width: 275px;
  height: 100%;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item-3 .heads .title-bg-2 .left {
  flex: 1;
  cursor: pointer;
  color: #333;
  width: 275px;
  height: 100%;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item-3 .heads .title-bg-2 .right {
  flex: 1;
  color: #fff;
  cursor: pointer;
  width: 275px;
  height: 100%;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item-3 .heads .active-1 {
  background-image: url(/w/img/rankingList/switch_1.png);
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item-3 .heads .active-2 {
  background-image: url(/w/img/rankingList/switch_2.png);
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item-4 {
  margin-left: 32px;
  margin-top: 19px;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item-4 .heads {
  background-color: transparent;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item-4 .heads .title-bg {
  display: flex;
  height: 55px;
  text-align: center;
  line-height: 55px;
  color: #ffffff;
  border-radius: 5px 5px 0 0;
  background-position: center;
  background-repeat: no-repeat;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item-4 .heads .title-bg .left {
  flex: 1;
  cursor: pointer;
  width: 275px;
  height: 100%;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item-4 .heads .title-bg .right {
  flex: 1;
  cursor: pointer;
  width: 275px;
  height: 100%;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item-4 .heads .title-bg-1 .left {
  flex: 1;
  color: #fff;
  cursor: pointer;
  width: 275px;
  height: 100%;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item-4 .heads .title-bg-1 .right {
  flex: 1;
  color: #333333;
  cursor: pointer;
  width: 275px;
  height: 100%;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item-4 .heads .title-bg-2 .left {
  flex: 1;
  cursor: pointer;
  color: #333;
  width: 275px;
  height: 100%;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item-4 .heads .title-bg-2 .right {
  flex: 1;
  color: #fff;
  cursor: pointer;
  width: 275px;
  height: 100%;
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item-4 .heads .active-1 {
  background-image: url(/w/img/rankingList/switch_1.png);
}
.ranking-list .containers .list-content .lists .list-one .list-main .item-box .item-4 .heads .active-2 {
  background-image: url(/w/img/rankingList/switch_2.png);
}
.ranking-list .containers .list-content .lists12 {
  background-image: url(/w/img/rankingList/list_bg_1.png);
}
.ranking-list .containers .list-content .lists12 .link {
  display: flex;
  justify-content: center;
}
.ranking-list .containers .list-content .lists12 .link img {
  width: 70px;
  height: 20px;
}
.ranking-list .containers .list-content .lists12 .link .btns {
  width: 62px;
  height: 16px;
  background-color: #1ca4fd;
  border-radius: 4px;
  font-size: 13px;
  color: #ffffff;
  cursor: pointer;
}
.ranking-list .containers .list-content .lists13 {
  background-image: url(/w/img/rankingList/list-bg-2.png);
}
.ranking-list .containers .list-content .lists13 .list-one .list-main .item .mains table tbody .links {
  display: flex;
  justify-content: center;
}
.ranking-list .containers .list-content .lists13 .list-one .list-main .item .mains table tbody .links img {
  width: 70px;
  height: 18px;
}
.ranking-list .containers .list-content .lists13 .list-one .list-main .item .mains table tbody .links .btns {
  width: 62px;
  height: 16px;
  background-color: #feac2d;
  border-radius: 4px;
  font-size: 13px;
  color: #ffffff;
  cursor: pointer;
}
.ranking-list .containers .list-content .lists13 .list-one .list-main .item .mains table tbody .links .qq {
  width: 62px;
  height: 16px;
  background-color: #1ca4fd;
  border-radius: 4px;
  font-size: 13px;
  color: #ffffff;
  cursor: pointer;
}
.ranking-list .containers .list-content .lists14 {
  background-image: url(/w/img/rankingList/list_bg_1.png);
}
.ranking-list .containers .list-content .lists14 .list-one .wrap .bigtitle {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 19px;
  margin-top: 38px;
  width: 518px;
}
.ranking-list .containers .list-content .lists14 .list-one .wrap .bigtitle .big {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ranking-list .containers .list-content .lists14 .list-one .wrap .bigtitle .big .left {
  background-image: url(/w/img/rankingList/line_1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 41px;
  height: 2px;
}
.ranking-list .containers .list-content .lists14 .list-one .wrap .bigtitle .big .right {
  background-image: url(/w/img/rankingList/line_2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 41px;
  height: 2px;
}
.ranking-list .containers .list-content .lists14 .list-one .wrap .bigtitle .big .center {
  font-size: 32px;
  line-height: 40px;
  color: #010101;
}
.ranking-list .containers .list-content .lists14 .list-one .wrap .item .mains table tbody .classes img {
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.ranking-list .containers .list-content .lists14 .list-one .wrap .item .mains table tbody .name {
  font-size: 13px;
  line-height: 27px;
}
.ranking-list .containers .list-content .lists14 .list-one .wrap .item .mains table tbody .link {
  display: flex;
  justify-content: center;
}
.ranking-list .containers .list-content .lists14 .list-one .wrap .item .mains table tbody .link img {
  width: 70px;
  height: 18px;
}
.ranking-list .containers .list-content .lists14 .list-one .wrap .item .mains table tbody .link .btns {
  width: 62px;
  height: 16px;
  background-color: #1ca4fd;
  border-radius: 4px;
  font-size: 13px;
  color: #ffffff;
  cursor: pointer;
}
.ranking-list .containers .list-content .lists14 .list-one .wrap .item .mains table .total {
  font-size: 13px;
}
.ranking-list .footer-img {
  width: 1920px;
  height: 230px;
  margin-top: 55px;
  background-image: url(/w/img/rankingList/picture.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 55px;
}
.ranking-list .title-bg-1 {
  background-image: url(/w/img/rankingList/switch_1.png);
}
.ranking-list .title-bg-2 {
  background-image: url(/w/img/rankingList/switch_2.png);
}
#list_4 .link {
  display: flex;
  justify-content: center;
}
#list_4 .link img {
  width: 70px;
  height: 18px;
}
#list_4 .link .btns {
  width: 62px;
  height: 16px;
  background-color: #1ca4fd;
  border-radius: 4px;
  font-size: 13px;
  color: #ffffff;
  cursor: pointer;
}
