.hotlist-wrapper {
  width: 100%;
  margin-top: 30px;
}

.hotlist-wrapper .hotlist-div {
  border-top: 3px solid #0f91dd;
  box-sizing: border-box;
  background-color: #fff;
  width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  min-height: 500px;
}

.hotlist-div .pro-list .list-item {
  box-sizing: border-box;
  cursor: pointer;
  /* min-height: 100px; */
  padding: 20px 0;
  border: 1px solid #ebebeb;
  margin-bottom: 20px;
  transition: all .2s linear;
  position: relative;
  /* padding-left: 40px; */
  overflow: hidden;
  text-align: center;
}

.hotlist-div .pro-list .list-item2 {
  box-sizing: border-box;
  /* cursor: default; */
  cursor: pointer;
  margin-bottom: 20px;
  transition: all .2s linear;
  position: relative;
  border-left: 1px solid #ccc;
  overflow: hidden;
}

.hotlist-div .pro-list .list-item:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, -2px, 0);
}

.list-item .title {
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
  /* padding-left: 20px; */

}

.list-item .info {
  width: 100%;
  font-size: 0;
  /* padding-left: 20px; */
}

.list-item2 .info-item-name {
  width: 280px;
  float: left;
}

.list-item2 .info-item-stat {
  width: 110px;
  float: left;
  text-align: center;
}

.list-child .info-item-name {
  width: 280px;
  float: left;
}

.list-child .info-item-stat {
  width: 111px;
  float: left;
  text-align: center;
}

/* .list-item2 .info .info-item-operate{
  float: left;
} */


.list-item2 .info .info-item-2 {
  border: 1px solid #cccccc;
  /* margin-left: -1px; */
  text-align: center;
  border-left: none;
}



.list-item2 .info .info-item-2 .sub-title {
  color: #555;
  /* font-size: 16px; */
  /* margin-bottom: 10px; */
  font-size: 14px;
  padding: 10px 0;
  /* padding-left: 4px; */
  text-align: center !important;
}

.list-item2 .info .info-item-2:first-child .sub-title {
  /* text-align: center !important; */
  padding-left: 40px;
  text-align: left !important;
}

.list-item2 .info .info-item-2:last-child .sub-title {
  text-align: center !important;
}

.list-item .info .info-item .sub-title {
  color: #555;
  /* font-size: 16px; */
  /* margin-bottom: 10px; */
  font-size: 14px;
  text-align: left;
}

.list-item .info .info-item .tips {
  color: #888;
  font-size: 14px;
  line-height: 25px;
  border-right: 1px solid #ccc;
}

.list-item .info .info-item .tips-title {
  padding-left: 34px;
  text-align: left;
  color: #333;
  font-size: 18px;
  line-height: 25px;
}

.list-item .info .info-item .danger {
  font-size: 18px;
  margin-right: 2px;
  color: #fa5647;
}

.btn-look {
  margin-top: 2px;
  /* width: 100%; */
}

.hotlist-content {
  min-height: 150px;
  position: relative;
}

.pm-num {
  position: absolute;
  left: 14px;
  /* top: 10px; */
  top: 32px;
}

.pm-num-1,
.pm-num-2,
.pm-num-3 {
  left: -24px;
}

.pm-01 {
  width: 64px;
  height: 64px;
  background-image: url(../image/pm-icon.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-position: 0 -192px;
  transform: scale(0.3);
  position: absolute;
  top: 12px;
  left: -14px;
  /* background-size: 16px 16px; */
}

.pm-02 {
  width: 64px;
  height: 64px;
  background-image: url(../image/pm-icon.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-position: 0 -256px;
  transform: scale(0.3);
  position: absolute;
  top: 12px;
  left: -14px;
  /* background-size: 16px 16px; */
}

.pm-03 {
  width: 64px;
  height: 64px;
  background-image: url(../image/pm-icon.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-position: 0 -320px;
  transform: scale(0.3);
  position: absolute;
  top: 12px;
  left: -14px;
  /* background-size: 16px 16px; */
}

#hotpro_list {
  margin-top: 20px;
  display: none;
}

.list-item2 .info .info-item.now-active {
  background-color: rgb(148, 165, 185) !important;
}

.list-item2 .info .info-item.now-active h2 {
  color: #fff !important;
}

/* 侧边栏 */
.slide-bar {
  position: fixed;
  top: 50%;
  margin-top: -110px;
  right: 20px;
  z-index: 20;
  width: 50px;
  z-index: 9999;
}

.slide-bar .slide-item-container {
  position: relative;
}

.slide-bar .slide-item-container .item {
  width: 50px;
  height: 50px;
  background-size: 30px 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
  overflow: hidden;
  cursor: pointer;
}

.slide-bar .slide-item-container .item:hover {
  background-color: rgba(247, 73, 73, 0.822);
  background-color: #444;
}

.slide-bar .slide-item-container .item.call {
  background-image: url(../image/call.png);
}

.slide-bar .slide-item-container .item.call .call-child {
  position: absolute;
  left: -200px;
  width: 175px;
  background-color: rgba(247, 73, 73, 0.822);
  background-color: #444;
  padding: 10px;
  display: none;
  top: 0px;
  min-height: 30px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.slide-bar .slide-item-container .item.call:hover {
  background-image: url(../image/call-white.png);
}

.slide-bar .slide-item-container .item.call:hover .call-child {
  display: block;
}

.slide-bar .slide-item-container .item.weapp {
  background-image: url(../image/weapp.png);
}

.slide-bar .slide-item-container .item.weapp:hover {
  background-image: url(../image/weapp-white.png);
}

.slide-bar .slide-item-container .item.weapp:hover .weapp-child {
  display: block;
}

.slide-bar .slide-item-container .item.weapp .weapp-child {
  position: absolute;
  left: -200px;
  width: 175px;
  background-color: rgba(247, 73, 73, 0.822);
  background-color: #444;
  padding: 10px;
  display: none;
  top: 110px;
}

.weapp-child .qrcode {
  background: #FFF url(../image/wxapp.jpg) center center no-repeat;
  background-size: 90% 90%;
  height: 155px;
  width: 100%;
}

.slide-bar .slide-item-container .item.wegzh {
  background-image: url(../image/wegzh.png);
}

.slide-bar .slide-item-container .item.wegzh:hover {
  background-image: url(../image/wegzh-white.png);
}

.slide-bar .slide-item-container .item.wegzh:hover .wegzh-child {
  display: block;
}

.slide-bar .slide-item-container .item.wegzh .wegzh-child {
  position: absolute;
  left: -200px;
  width: 175px;
  background-color: rgba(247, 73, 73, 0.822);
  background-color: #444;
  padding: 10px;
  display: none;
  top: 55px;
}

.wegzh-child .qrcode {
  background: #FFF url(../image/weixin.jpg) center center no-repeat;
  background-size: 90% 90%;
  height: 155px;
  width: 100%;
}

.slide-bar .slide-item-container .desc {
  text-align: center;
  color: #FFF;
  line-height: 30px;
  height: 30px;
}

.slide-bar .slide-item-container .item.toup {
  background-image: url(../image/toup.png);
}

.slide-bar .slide-item-container .item.toup:hover {
  background-image: url(../image/toup-white.png);
}

.avator-img {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin-right: 10px;
}


.icon-hidden {
  display: none;
}

.icon-show {
  display: inline-block;
}

.rules-div {
  float: right;
  color: rgb(235, 104, 104);
  margin-right: 20px;
}

.rules-div:hover {
  color: rgb(231, 85, 85);
}

.ranking-wrapper {
  box-sizing: border-box;
  padding: 0px 10px;
  margin-top: 100px;
  padding-bottom: 100px;
  /* display: none; */
}

.ranking-wrapper .rank-title {
  width: 400px;
  line-height: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #6ac54c;
  color: #fff;
  border-radius: 20px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}

.ranking-wrapper .rank-tips {
  box-sizing: border-box;
  text-align: right;
  color: #666;
  font-size: 14px;
  margin-bottom: 20px;
}

.ranking-wrapper .rank-item {
  box-sizing: border-box;
  /* border: 1px solid #ccc; */
  /* text-align: center; */
  /* width: 720px; */
  margin: 0 auto;
}

.ranking-wrapper .rank-row {
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 10px;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
}

.ranking-wrapper .rank-col {
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  padding: 0 20px;

}

.ranking-wrapper .rank-col-1 {
  width: 100px;
  height: 80px;
  line-height: 80px;
}

.ranking-wrapper .rank-col-2-1 {
  width: 100px;
  height: 50px;
  line-height: 50px;
}

.ranking-wrapper .rank-col-2 {
  width: 300px;
  height: 50px;
  line-height: 50px;
  padding-left: 100px;
  /* font-weight: normal; */
}

.ranking-wrapper .rank-col-3 {
  width: 300px;
  height: 80px;
  line-height: 80px;
}

.rank-col .rank-img {
  float: left;
  margin-top: 15px;
  margin-right: 14px;
}

.rank-col .rank-text {
  /* float: left; */
  margin-top: 16px;

}

.rank-text p {
  text-align: left;
  line-height: 20px;
}

.rank-text .text-1 {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rank-text .text-3 {
  line-height: 16px;
  font-size: 12px;
  color: #999;
}

.rank-text .text-2 {
  line-height: 16px;
  font-size: 12px;
  color: #ccc;
}

.rank-wrap .rank-item {
  text-align: center;
}

.rank-wrap .rank-item .rank-title {
  width: 400px;
  line-height: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #6ac54c;
  color: #fff;
  border-radius: 20px;
  margin: 0 auto;
}

.rank-wrap .rank-item .rank-list {
  margin-top: 140px;
}

.rank-wrap .rank-list .list-item {
  position: relative;
  display: inline-block;
  width: 300px;
}

.rank-list .list-item .rank-best-img {
  position: absolute;
  left: 50%;
  top: -110px;
  margin-left: -56px;

}

.rank-list .list-item .rank-r {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: 40px;
  z-index: 12;
  background-color: #fec933;
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 30px;
}
.rank-none{
  color: #ccc;
  padding-left: 100px;
  /* text-align: center; */
}

.rank-list .list-item .rank-r-1 {
  background-color: #fec933;
}

.rank-list .list-item .rank-r-2 {
  background-color: #91adf9;
}

.rank-list .list-item .rank-r-3 {
  background-color: #f19284;
}

.rank-list .list-item .rank-text-1 {
  margin-top: 80px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.rank-list .list-item .rank-text-2 {
  background-color: #6ac54c;
  color: #fff;
  font-size: 12px;
  width: 100px;
  height: 18px;
  line-height: 18px;
  margin: 0 auto;
  border-radius: 10px;
}

.rank-list .list-item .rank-text-3 {
  margin-top: 4px;
  color: #6ac54c;
}

.rank-wrap .rank-img {
  border-radius: 50%;
  width: 100px;
  height: 105px;
  z-index: 9;
  margin: 0;
  border-radius: 0;
  position: absolute;
  margin-left: -50px;
  left: 50%;
  top: -50px;
}

.hexagon {
  margin-top: 70px;
  margin-bottom: 70px;
  width: 100px;
  height: 55px;
  background: transparent;
  position: relative;
  z-index: 10;
  position: absolute;
  left: 50%;
  top: -95px;
  margin-left: -50px;
}

.hexagon:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid #fff;
  border-right: 50px solid #fff;
  border-bottom: 25px solid transparent;
}

.hexagon:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid #fff;
  border-right: 50px solid #fff;
  border-top: 25px solid transparent;
}