.flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.flex-row-center {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.big-title {
  color: #f59a23;
  font-size: 28px;
  line-height: 80px;
  font-weight: bold;
}
.follow-wrap {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 20px;
  cursor: pointer;
  z-index: 100;
}
.follow-wrap img {
  width: 100%;
}
.follow-wrap p {
  width: 50px;
  position: absolute;
  left: -15px;
  top: -20px;
  color: #f59a23;
  display: none;
}
.follow-wrap:hover p {
  display: block;
}
.none-data-text {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 100px;
  text-align: center;
}
.index-wrapper {
  width: 100%;
}
.index-wrapper .star-wrap {
  margin-right: 3px !important;
}
.index-wrapper .star-wrap img {
  width: 13px !important;
  margin: 0 2px !important;
}
.index-wrapper .index-wrap {
  background: url('../../images/item-rankpage/index_bg.png') no-repeat;
  background-color: #090e46;
  background-size: 100%;
  padding-bottom: 100px;
  padding-top: 473px;
}
.index-wrapper .index-wrap .sing-link-row {
  position: absolute;
  bottom: 0px;
  right: 0px;
  color: #e1e1e1;
  cursor: pointer;
}
.index-wrapper .index-wrap .sing-link-row img {
  width: 15px;
  margin-right: 5px;
}
.index-wrapper .index-wrap .sing-link-row p {
  font-size: 14px;
}
.index-wrapper .index-wrap .sing-link-row:hover p {
  color: #ebebeb;
}
.index-wrapper .index-wrap .tz_info_index_xx {
  margin: auto;
  background: url(../../images/item-rankpage/zhuye_bg.png) no-repeat;
  width: 768px;
  height: 96px;
  margin-bottom: 35px;
  color: #ffffff;
  display: flex;
  align-items: center;
  position: relative;
}
.index-wrapper .index-wrap .btns-wrap {
  justify-content: center;
  margin-bottom: 25px;
}
.index-wrapper .index-wrap .btns-wrap .each-row {
  width: 212px;
  height: 47px;
  border-radius: 51px;
  justify-content: center;
  cursor: pointer;
  border: 0.5px solid white;
  opacity: 0.6;
}
.index-wrapper .index-wrap .btns-wrap .each-row img {
  width: 25px;
  margin-right: 10px;
}
.index-wrapper .index-wrap .btns-wrap .each-row p {
  color: white;
  font-size: 16px;
}
.index-wrapper .index-wrap .btns-wrap .active {
  background-color: #ffffff;
  opacity: 1;
}
.index-wrapper .index-wrap .btns-wrap .active p {
  color: #2361ff;
}
.index-wrapper .index-wrap .rank-se {
  width: 100%;
  justify-content: center;
  color: #333333;
  font-size: 13px;
}
.index-wrapper .index-wrap .rank-se .s-active {
  border: none;
  background: #fff;
  color: #2361ff;
  font-weight: 700;
  opacity: 1;
}
.index-wrapper .index-wrap .rank-se div {
  width: 120px;
  height: 30px;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #fff;
  color: #fff;
  opacity: 0.6;
  margin-left: 20px;
  cursor: pointer;
}
.index-wrapper .index-wrap .rank-se div:first-child {
  margin-left: 0px;
}
.index-wrapper .index-wrap .top3_wrap {
  margin-top: 45px;
}
.index-wrapper .index-wrap .top3_wrap .shadow_icon1 {
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
}
.index-wrapper .index-wrap .top3_wrap .s-top_icon {
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.index-wrapper .index-wrap .top3_wrap .s-icon-top1,
.index-wrapper .index-wrap .top3_wrap .s-icon-top2,
.index-wrapper .index-wrap .top3_wrap .s-icon-top3 {
  background-image: url('../../images/item-rankpage/dlb_sprite.png');
  width: 36px;
  height: 36px;
}
.index-wrapper .index-wrap .top3_wrap .s-icon {
  display: inline-block;
  cursor: pointer;
}
.index-wrapper .index-wrap .top3_wrap .s-icon-top1 {
  background-position: -384px -582px;
}
.index-wrapper .index-wrap .top3_wrap .s-icon-top2 {
  background-position: -420px -582px;
}
.index-wrapper .index-wrap .top3_wrap .s-icon-top3 {
  background-position: -456px -582px;
}
.index-wrapper .index-wrap .top3_wrap .change-icon {
  position: absolute;
  top: 0;
  left: 215px;
  font-size: 12px;
  color: #737e97;
}
.index-wrapper .index-wrap .top3_wrap .s-icon-bottom {
  background-image: url('../../images/item-rankpage/dlb_sprite.png');
  width: 10px;
  height: 10px;
  background-position: -778px -138px;
  font-weight: 700;
  font-size: 12px;
}
.index-wrapper .index-wrap .top3_wrap .left_shadow {
  position: absolute;
  background-image: url('../../images/item-rankpage/dlb_sprite.png');
  width: 10px;
  height: 266px;
  background-position: -748px 0;
  right: -5px;
  top: 0;
}
.index-wrapper .index-wrap .top3_wrap .right_shadow {
  background-image: url('../../images/item-rankpage/dlb_sprite.png');
  width: 10px;
  height: 266px;
  position: absolute;
  left: 0;
  top: 0;
  background-position: -748px -266px;
}
.index-wrapper .index-wrap .top3_wrap .top3_item {
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  width: 390px;
  height: 336px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
.index-wrapper .index-wrap .top3_wrap .top3_item .bg-avator {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 60px;
  background-color: #ff0303;
  margin-bottom: 12px;
  margin-top: 30px;
}
.index-wrapper .index-wrap .top3_wrap .top3_item .s-avator {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  margin-bottom: 12px;
  margin-top: 30px;
}
.index-wrapper .index-wrap .top3_wrap .top3_item .top-s-sign {
  width: 100%;
  position: absolute;
  bottom: 20px;
  justify-content: space-between;
  height: 32px;
  padding: 0 20px;
  box-sizing: border-box;
}
.index-wrapper .index-wrap .top3_wrap .top3_item .top-s-sign .s-vip {
  width: 85px;
  height: auto;
}
.index-wrapper .index-wrap .top3_wrap .top3_item .top-s-sign .s-11 {
  width: 65px;
  height: auto;
}
.index-wrapper .index-wrap .top3_wrap .top3_item .s-name {
  position: relative;
  margin-bottom: 25px;
}
.index-wrapper .index-wrap .top3_wrap .top3_item .s-name p {
  color: #333333;
  font-size: 18px;
  max-width: 144px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-wrapper .index-wrap .top3_wrap .top3_item .s-name p:nth-child(2) {
  width: 47px;
  height: 17px;
  text-align: center;
  line-height: 17px;
  position: absolute;
  background: #bac0cf;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  right: -55px;
}
.index-wrapper .index-wrap .top3_wrap .top3_item .each-info {
  color: #333333;
  font-size: 12px;
  height: 48px;
  justify-content: space-between;
}
.index-wrapper .index-wrap .top3_wrap .top3_item .each-info div:nth-child(2) {
  margin-top: 18px;
}
.index-wrapper .index-wrap .top3_wrap .top3_item .each-info div:nth-child(2) span {
  font-size: 14px;
  color: #FF0505;
  font-weight: 650;
}
.index-wrapper .index-wrap .top3_wrap .top3_item .each-info div:nth-child(2) img {
  width: 112px;
}
.index-wrapper .index-wrap .top3_wrap .top3_item .home_btn {
  width: 100px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #e3e7f0;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  margin-top: 33px;
  margin-bottom: 12px;
  z-index: 10;
}
.index-wrapper .index-wrap .top3_wrap .top3_item .home_btn:hover {
  background: #2361ff;
  color: #fff;
}
.index-wrapper .index-wrap .top3_wrap .top3_item .strength-score {
  font-size: 14px;
  font-weight: 650;
  margin-bottom: 16px;
}
.index-wrapper .index-wrap .top3_wrap .top3_item .strength-score > div:first-child {
  margin-right: 15px;
}
.index-wrapper .index-wrap .top3_wrap .top3_item .strength-score > div span {
  color: #FF0000;
}
.index-wrapper .index-wrap .top3_wrap .top3_item:hover .home_btn {
  background: #2361ff;
  color: #fff;
}
.index-wrapper .index-wrap .top3_wrap .top3_item:first-child {
  margin-top: 20px;
  border-radius: 4px 0 0 0;
  border-top: 3px solid #fd893c;
}
.index-wrapper .index-wrap .top3_wrap .top3_item:nth-child(2) {
  border-top: 3px solid #f52929;
  padding-bottom: 19px;
  border-radius: 4px 4px 0 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.index-wrapper .index-wrap .top3_wrap .top3_item:nth-child(3) {
  border-top: 3px solid #fd893c;
  margin-top: 20px;
  border-radius: 0 4px 0 0;
}
.index-wrapper .index-wrap .content_list_wrapper {
  width: 1200px;
  background: #0d4ae5;
  padding: 9px;
  border-radius: 4px;
}
.index-wrapper .index-wrap .content_list_wrapper .each-info {
  flex: 1;
  text-align: center;
}
.index-wrapper .index-wrap .content_list_wrapper .each-info:nth-child(2) {
  flex: 2;
}
.index-wrapper .index-wrap .content_list_wrapper .bg-avator {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 60px;
  background-color: #ff0303;
}
.index-wrapper .index-wrap .content_list_wrapper .list-more-info {
  width: 380px;
  height: 88px;
  position: absolute;
  bottom: -72px;
  left: -1px;
  background-color: white;
  justify-content: space-between;
  padding: 0px 20px;
  box-sizing: border-box;
  z-index: 200;
  display: none;
}
.index-wrapper .index-wrap .content_list_wrapper .highlight-score span {
  font-weight: 650;
  font-size: 14px;
  color: #FF0505;
}
.index-wrapper .index-wrap .content_list_wrapper .lsit_item {
  width: 380px;
  height: 180px;
  border-radius: 4px;
  background: #fff;
  margin: 9px;
  padding: 30px 20px 30px 30px;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
.index-wrapper .index-wrap .content_list_wrapper .lsit_item .top_num_show {
  top: 0;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 0 0 15px 15px;
  line-height: 30px;
  text-align: center;
  background: #bec6dc;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  right: 20px;
}
.index-wrapper .index-wrap .content_list_wrapper .lsit_item .info-sign {
  height: 60px;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 2px 0;
}
.index-wrapper .index-wrap .content_list_wrapper .lsit_item .info-wrap {
  width: 100%;
  margin-bottom: 20px;
  align-items: flex-start;
  position: relative;
}
.index-wrapper .index-wrap .content_list_wrapper .lsit_item .info-wrap img {
  width: 60px;
  height: 60px;
  border-radius: 60px;
}
.index-wrapper .index-wrap .content_list_wrapper .lsit_item .info-wrap .s-vip {
  width: 80px;
  height: auto;
  margin-left: 20px;
}
.index-wrapper .index-wrap .content_list_wrapper .lsit_item .info-wrap .s-11 {
  width: 60px;
  height: auto;
  margin-left: 15px;
}
.index-wrapper .index-wrap .content_list_wrapper .lsit_item .info-wrap .s-name {
  color: #333333;
  font-size: 18px;
  margin-left: 15px;
}
.index-wrapper .index-wrap .content_list_wrapper .lsit_item .info-wrap .s-name p:nth-child(2) {
  margin-left: 15px;
  background-color: #aaaaaa;
  width: 51px;
  height: 20px;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
  color: #FFFFFF;
  font-size: 13px;
}
.index-wrapper .index-wrap .content_list_wrapper .lsit_item .info-wrap .s-name p {
  max-width: 144px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-wrapper .index-wrap .content_list_wrapper .lsit_item .info-wrap .home_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 25px;
  border-radius: 4px;
  border: 1px solid #e3e7f0;
  text-align: center;
  line-height: 25px;
  z-index: 10;
  cursor: pointer;
}
.index-wrapper .index-wrap .content_list_wrapper .lsit_item .each-info {
  color: #333333;
  font-size: 12px;
  height: 48px;
  justify-content: space-between;
}
.index-wrapper .index-wrap .content_list_wrapper .lsit_item .each-info div:nth-child(2) span {
  color: #EF5E3E;
}
.index-wrapper .index-wrap .content_list_wrapper .lsit_item .each-info div:nth-child(2) img {
  width: 112px;
}
.index-wrapper .index-wrap .content_list_wrapper .lsit_item:hover {
  -webkit-box-shadow: 0 12px 40px 0 rgba(6, 60, 198, 0.8);
  box-shadow: 0 12px 40px 0 rgba(6, 60, 198, 0.8);
  margin-top: 4px;
  margin-bottom: 13px;
  border: 1px solid #EF5E3E;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.index-wrapper .index-wrap .content_list_wrapper .lsit_item:hover .list-more-info {
  border: 1px solid #EF5E3E;
  border-top: 0;
  display: flex;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.index-wrapper .index-wrap .content_list_wrapper .lsit_item:hover .new-list-more-info {
  display: block;
  width: 380px;
  height: 140px;
  bottom: -130px;
}
.index-wrapper .index-wrap .content_list_wrapper .lsit_item:hover .home_btn {
  background: #2361ff;
  color: #fff;
}
