.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 0.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 0.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: 47px;
  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);
}

.nav-wrap {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.nav-item {
  float: left;
  width: 600px;
  text-align: center;
  line-height: 50px;
  background-color: #fff;
  cursor: pointer;
}

.nav-active {
  background-color: #0f91dd;
  color: #fff;
}
