/* 热搜榜 */
.hotList {
	width: 100%;
}
.hotList .hotList_inner {
	width: 14rem;
	margin: 0 auto;
	padding-top: 0.5rem;
	position: relative;
	z-index: 1;
}
.hotList .hotList_inner .hotList_title {
	position: relative;
	text-align: center;
	line-height: 0.4rem;
	margin: 0.44rem 0 0.74rem 0;
}
.hotList .hotList_inner .hotList_tab {
  position: relative;
  text-align: left;
  padding: 0.4rem 0 0.7rem 0;
}
.hotList .hotList_inner .hotList_tab::after {
  content: '';
	width: 100%;
	height: 1px;
	background: #e8e8e8;
	position: absolute;
	top: 0.6rem;
	left: 0;
}
.hotList .hotList_inner .hotList_tab span {
  font-size: 0.3rem;
  line-height: 0.5rem;
  background: #ffffff;
  color: #666666;
  font-weight: bold;
  position: relative;
	z-index: 1;
  cursor: pointer;
}
.hotList .hotList_inner .hotList_tab span i {
  font-style: normal;
}
.hotList .hotList_inner .hotList_tab span.active i {
  background-image: -webkit-linear-gradient(right,#2a4fdb, #d3338d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hotList .hotList_inner .hotList_tab span:nth-child(2n) {
  padding: 0 1rem;
}
.hotList .hotList_inner .hotList_title::after {
	content: '';
	width: 100%;
	height: 1px;
	background: #e8e8e8;
	position: absolute;
	top: 0.2rem;
	left: 0;
}
.hotList .hotList_inner .hotList_title span {
	font-size: 0.3rem;
	color: #111111;
	background: #ffffff;
	padding: 0 0.5rem;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
.hotList .hotList_inner .hotList_list {
  width: 100%;
	display: inline-block;
}
.hotList .hotList_inner .hotList_list .hotList_item {
	float: left;
	width: 4.5rem;
	height: 7.2rem;
	margin-right: 0.25rem;
	background: #ffffff;
	border-radius: 0.05rem;
	-webkit-box-shadow: 0px 0.03rem 0.1rem 0px rgba(0, 51, 238, 0.1);
	        box-shadow: 0px 0.03rem 0.1rem 0px rgba(0, 51, 238, 0.1);
	position: relative;
	margin-top: 0.34rem;
	padding-top: 0.46rem;
	margin-bottom: 0.5rem;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.hotList .hotList_inner .hotList_list .hotList_item:nth-child(3n) {
	margin-right: 0;
}
.hotList .hotList_inner .hotList_list .hotList_item .hot_icon {
	width: 0.62rem;
	height: 0.62rem;
	border: 0.02rem solid #e5e5e5;
	border-radius: 0.1rem;
	position: absolute;
	left: 50%;
	top: -0.33rem;
	overflow: hidden;
	margin-left: -0.31rem;
}
.hotList .hotList_inner .hotList_list .hotList_item .hot_icon img {
	width: 100%;
	height: 100%;
}
.hotList .hotList_inner .hotList_list .hotList_item .hot_tit {
	text-align: center;
	font-size: 0.22rem;
	line-height: 0.3rem;
	margin-bottom: 0.25rem;
	color: #111111;
}
.hotList .hotList_inner .hotList_list .hotList_item .hot_list {

}
.hotList .hotList_inner .hotList_list .hotList_item .hot_list span {
	display: inline-block;
	font-size: 0.12rem;
	color: #393939;
}
.hotList .hotList_inner .hotList_list .hotList_item .hot_list .table_tit {
  font-size: 0;
	height: 0.4rem;
	line-height: 0.4rem;
	background: #f6f7fd;
}
.hotList .hotList_inner .hotList_list .hotList_item .hot_list .w1 {
	width: 21%;
	text-align: right;
	padding-right: 0.18rem;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.hotList .hotList_inner .hotList_list .hotList_item .hot_list .w2 {
	width: 59%;
}
.hotList .hotList_inner .hotList_list .hotList_item .hot_list .w3 {
	width: 20%;
}
.hotList .hotList_inner .hotList_list .hotList_item .hot_list .table_list {
	height: 5.05rem;
	overflow: hidden;
}
.hotList .hotList_inner .hotList_list .hotList_item .hot_list .table_list li {
	padding-top: 0.06rem;
	line-height: 0.34rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.hotList .hotList_inner .hotList_list .hotList_item .hot_list .table_list li .w1 em {
	display: inline-block;
	width: 0.2rem;
	height: 0.2rem;
	line-height: 0.22rem;
	text-align: center;
	border-radius: 50%;
	background: #d2d9f6;
	font-size: 0.12rem;
	color: #0335ee;
}
.hotList .hotList_inner .hotList_list .hotList_item .hot_list .table_list li .w2 {
	font-size: 0.12rem;
	color: #393939;
	border-bottom: 0.02rem solid #f6f7fd;
}
.hotList .hotList_inner .hotList_list .hotList_item .hot_list .table_list li .w2 a {
  display: block;
  white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	padding-right: 0.1rem;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
          color: #393939;
}
.hotList .hotList_inner .hotList_list .hotList_item .hot_list .table_list li .w3 {
	font-size: 0.12rem;
	color: #393939;
	border-bottom: 0.02rem solid #f6f7fd;
}
.hotList .hotList_inner .hotList_list .hotList_item .hot_list .table_list li .w3 img {
	width: 0.09rem;
	height: 0.1rem;
	vertical-align: middle;
	margin-top: -0.02rem;
	margin-left: 0.1rem;
}
.hotList .hotList_inner .hotList_list .hotList_item .hot_list .table_list li:nth-child(1) .w1 em, .hotList .hotList_inner .hotList_list .hotList_item .hot_list .table_list li:nth-child(2) .w1 em, .hotList .hotList_inner .hotList_list .hotList_item .hot_list .table_list li:nth-child(3) .w1 em {
	color: #ffffff;
	background: -webkit-gradient(linear, left bottom, left top, from(#2a4fdb), to(#d3338d));
	background: -o-linear-gradient(bottom, #2a4fdb, #d3338d);
	background: linear-gradient(to top, #2a4fdb, #d3338d);
}
.hotList .hotList_inner .hotList_list .hotList_item .hot_list .table_list li:nth-child(1) .w2, .hotList .hotList_inner .hotList_list .hotList_item .hot_list .table_list li:nth-child(2) .w2, .hotList .hotList_inner .hotList_list .hotList_item .hot_list .table_list li:nth-child(3) .w2 {
	color: #a33ba3;
}
.hotList .hotList_inner .hotList_list .hotList_item .hot_list .table_list li:nth-child(1) .w2 a, .hotList .hotList_inner .hotList_list .hotList_item .hot_list .table_list li:nth-child(2) .w2 a, .hotList .hotList_inner .hotList_list .hotList_item .hot_list .table_list li:nth-child(3) .w2 a {
	color: #a33ba3;
}
.hotList .hotList_inner .hotList_list .hotList_item .hot_list .update_time {
	height: 0.74rem;
	line-height: 0.74rem;
	padding-left: 15%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.hotList .hotList_inner .hotList_list .hotList_item .hot_list .update_time p {
	font-size: 0.12rem;
	color: #999999;
}
.hotList .hotList_inner .hotList_list .xinlang .hot_list .table_tit {
  background: rgba(246,212,210,0.2);
}
.hotList .hotList_inner .hotList_list .xinlang .hot_list .table_list li .w1 em {
  background: #ebdfde;
  color: #c93a2a;
}
.hotList .hotList_inner .hotList_list .xinlang .hot_list .table_list li:nth-child(1) .w1 em, .hotList .hotList_inner .hotList_list .xinlang .hot_list .table_list li:nth-child(2) .w1 em, .hotList .hotList_inner .hotList_list .xinlang .hot_list .table_list li:nth-child(3) .w1 em {
	background: #c93a2a;
}
.hotList .hotList_inner .hotList_list .xinlang .hot_list .table_list li:nth-child(1) .w2, .hotList .hotList_inner .hotList_list .xinlang .hot_list .table_list li:nth-child(2) .w2, .hotList .hotList_inner .hotList_list .xinlang .hot_list .table_list li:nth-child(3) .w2 {
	color: #c93a2a;
}
.hotList .hotList_inner .hotList_list .xinlang .hot_list .table_list li:nth-child(1) .w2 a, .hotList .hotList_inner .hotList_list .xinlang .hot_list .table_list li:nth-child(2) .w2 a, .hotList .hotList_inner .hotList_list .xinlang .hot_list .table_list li:nth-child(3) .w2 a {
	color: #c93a2a;
}
.hotList .hotList_inner .hotList_list .baidu .hot_list .table_tit {
  background: rgba(210,217,246,0.2);
}
.hotList .hotList_inner .hotList_list .baidu .hot_list .table_list li .w1 em {
  background: #d2d9f6;
  color: #2731e1;
}
.hotList .hotList_inner .hotList_list .baidu .hot_list .table_list li:nth-child(1) .w1 em, .hotList .hotList_inner .hotList_list .baidu .hot_list .table_list li:nth-child(2) .w1 em, .hotList .hotList_inner .hotList_list .baidu .hot_list .table_list li:nth-child(3) .w1 em {
	background: #2731e1;
}
.hotList .hotList_inner .hotList_list .baidu .hot_list .table_list li:nth-child(1) .w2, .hotList .hotList_inner .hotList_list .baidu .hot_list .table_list li:nth-child(2) .w2, .hotList .hotList_inner .hotList_list .baidu .hot_list .table_list li:nth-child(3) .w2 {
	color: #2731e1;
}
.hotList .hotList_inner .hotList_list .baidu .hot_list .table_list li:nth-child(1) .w2 a, .hotList .hotList_inner .hotList_list .baidu .hot_list .table_list li:nth-child(2) .w2 a, .hotList .hotList_inner .hotList_list .baidu .hot_list .table_list li:nth-child(3) .w2 a {
	color: #2731e1;
}
.hotList .hotList_inner .hotList_list .bzhan .hot_list .table_tit {
  background: rgba(246,210,221,0.2);
}
.hotList .hotList_inner .hotList_list .bzhan .hot_list .table_list li .w1 em {
  background: #ead7dd;
  color: #e25f8b;
}
.hotList .hotList_inner .hotList_list .bzhan .hot_list .table_list li:nth-child(1) .w1 em, .hotList .hotList_inner .hotList_list .bzhan .hot_list .table_list li:nth-child(2) .w1 em, .hotList .hotList_inner .hotList_list .bzhan .hot_list .table_list li:nth-child(3) .w1 em {
	background: #e25f8b;
}
.hotList .hotList_inner .hotList_list .bzhan .hot_list .table_list li:nth-child(1) .w2, .hotList .hotList_inner .hotList_list .bzhan .hot_list .table_list li:nth-child(2) .w2, .hotList .hotList_inner .hotList_list .bzhan .hot_list .table_list li:nth-child(3) .w2 {
	color: #e25f8b;
}
.hotList .hotList_inner .hotList_list .bzhan .hot_list .table_list li:nth-child(1) .w2 a, .hotList .hotList_inner .hotList_list .bzhan .hot_list .table_list li:nth-child(2) .w2 a, .hotList .hotList_inner .hotList_list .bzhan .hot_list .table_list li:nth-child(3) .w2 a {
	color: #e25f8b;
}
.hotList .hotList_inner .hotList_list .douyin .hot_list .table_tit {
  background: rgba(230,210,246,0.2);
}
.hotList .hotList_inner .hotList_list .douyin .hot_list .table_list li .w1 em {
  background: #ebdaf3;
  color: #622080;
}
.hotList .hotList_inner .hotList_list .douyin .hot_list .table_list li:nth-child(1) .w1 em, .hotList .hotList_inner .hotList_list .douyin .hot_list .table_list li:nth-child(2) .w1 em, .hotList .hotList_inner .hotList_list .douyin .hot_list .table_list li:nth-child(3) .w1 em {
	background: #622080;
}
.hotList .hotList_inner .hotList_list .douyin .hot_list .table_list li:nth-child(1) .w2, .hotList .hotList_inner .hotList_list .douyin .hot_list .table_list li:nth-child(2) .w2, .hotList .hotList_inner .hotList_list .douyin .hot_list .table_list li:nth-child(3) .w2 {
	color: #622080;
}
.hotList .hotList_inner .hotList_list .douyin .hot_list .table_list li:nth-child(1) .w2 a, .hotList .hotList_inner .hotList_list .douyin .hot_list .table_list li:nth-child(2) .w2 a, .hotList .hotList_inner .hotList_list .douyin .hot_list .table_list li:nth-child(3) .w2 a {
	color: #622080;
}
.hotList .hotList_inner .hotList_list .zhihu .hot_list .table_tit {
  background: #f6f7fd;
}
.hotList .hotList_inner .hotList_list .zhihu .hot_list .table_list li .w1 em {
  background: #d5e2f6;
  color: #3884f7;
}
.hotList .hotList_inner .hotList_list .zhihu .hot_list .table_list li:nth-child(1) .w1 em, .hotList .hotList_inner .hotList_list .zhihu .hot_list .table_list li:nth-child(2) .w1 em, .hotList .hotList_inner .hotList_list .zhihu .hot_list .table_list li:nth-child(3) .w1 em {
	background: #3884f7;
}
.hotList .hotList_inner .hotList_list .zhihu .hot_list .table_list li:nth-child(1) .w2, .hotList .hotList_inner .hotList_list .zhihu .hot_list .table_list li:nth-child(2) .w2, .hotList .hotList_inner .hotList_list .zhihu .hot_list .table_list li:nth-child(3) .w2 {
	color: #3884f7;
}
.hotList .hotList_inner .hotList_list .zhihu .hot_list .table_list li:nth-child(1) .w2 a, .hotList .hotList_inner .hotList_list .zhihu .hot_list .table_list li:nth-child(2) .w2 a, .hotList .hotList_inner .hotList_list .zhihu .hot_list .table_list li:nth-child(3) .w2 a {
	color: #3884f7;
}
.hotList .hotList_inner .hotList_list .toutiao .hot_list .table_tit {
  background: #fdf6f6;
}
.hotList .hotList_inner .hotList_list .toutiao .hot_list .table_list li .w1 em {
  background: #f2d9d7;
  color: #d7483c;
}
.hotList .hotList_inner .hotList_list .toutiao .hot_list .table_list li:nth-child(1) .w1 em, .hotList .hotList_inner .hotList_list .toutiao .hot_list .table_list li:nth-child(2) .w1 em, .hotList .hotList_inner .hotList_list .toutiao .hot_list .table_list li:nth-child(3) .w1 em {
	background: #d7483c;
}
.hotList .hotList_inner .hotList_list .toutiao .hot_list .table_list li:nth-child(1) .w2, .hotList .hotList_inner .hotList_list .toutiao .hot_list .table_list li:nth-child(2) .w2, .hotList .hotList_inner .hotList_list .toutiao .hot_list .table_list li:nth-child(3) .w2 {
	color: #d7483c;
}
.hotList .hotList_inner .hotList_list .toutiao .hot_list .table_list li:nth-child(1) .w2 a, .hotList .hotList_inner .hotList_list .toutiao .hot_list .table_list li:nth-child(2) .w2 a, .hotList .hotList_inner .hotList_list .toutiao .hot_list .table_list li:nth-child(3) .w2 a {
	color: #d7483c;
}

@media screen and (max-width: 960px) {
  /* 热搜榜 */
  .hotList {
    width: 100%;
  }
  .hotList .hotList_inner {
    width: auto;
    margin: 0 0.3rem;
    padding-top: 0.5rem;
    position: relative;
    z-index: 1;
  }
  .hotList .hotList_inner .hotList_title {
    position: relative;
    text-align: center;
    line-height: 0.3rem;
    margin: 0.3rem 0 0.54rem 0;
  }
  .hotList .hotList_inner .hotList_tab {
    position: relative;
    text-align: left;
    padding: 0.3rem 0 0.5rem 0;
  }
  .hotList .hotList_inner .hotList_tab::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    position: absolute;
    top: 0.5rem;
    left: 0;
  }
  .hotList .hotList_inner .hotList_tab span {
    font-size: 0.24rem;
    line-height: 0.4rem;
    background: #ffffff;
    color: #666666;
    font-weight: bold;
    position: relative;
    z-index: 1;
    cursor: pointer;
  }
  .hotList .hotList_inner .hotList_tab span i {
    font-style: normal;
  }
  .hotList .hotList_inner .hotList_tab span.active i {
    background-image: -webkit-linear-gradient(right,#2a4fdb, #d3338d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .hotList .hotList_inner .hotList_tab span:nth-child(2n) {
    padding: 0 0.4rem;
  }
  .hotList .hotList_inner .hotList_title::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    position: absolute;
    top: 0.2rem;
    left: 0;
  }
  .hotList .hotList_inner .hotList_title span {
    font-size: 0.3rem;
    color: #111111;
    background: #ffffff;
    padding: 0 0.5rem;
    font-weight: bold;
    position: relative;
    z-index: 1;
  }
  .hotList .hotList_inner .hotList_list {
    display: inline-block
  }
  .hotList .hotList_inner .hotList_list .hotList_item {
    float: left;
    width: 100%;
    height: 7.2rem;
    margin-right: 0;
    background: #ffffff;
    border-radius: 0.05rem;
    -webkit-box-shadow: 0px 0.03rem 0.1rem 0px rgba(0, 51, 238, 0.1);
            box-shadow: 0px 0.03rem 0.1rem 0px rgba(0, 51, 238, 0.1);
    position: relative;
    margin-top: 0.34rem;
    padding-top: 0.46rem;
    margin-bottom: 0.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .hotList .hotList_inner .hotList_list .hotList_item:nth-child(3n) {
    margin-right: 0;
  }
  .hotList .hotList_inner .hotList_list .hotList_item .hot_icon {
    width: 0.62rem;
    height: 0.62rem;
    border: 0.02rem solid #e5e5e5;
    border-radius: 0.1rem;
    position: absolute;
    left: 50%;
    top: -0.33rem;
    overflow: hidden;
    margin-left: -0.31rem;
  }
  .hotList .hotList_inner .hotList_list .hotList_item .hot_icon img {
    width: 100%;
    height: 100%;
  }
  .hotList .hotList_inner .hotList_list .hotList_item .hot_tit {
    text-align: center;
    font-size: 0.22rem;
    line-height: 0.3rem;
    margin-bottom: 0.25rem;
    color: #111111;
  }
  .hotList .hotList_inner .hotList_list .hotList_item .hot_list {

  }
  .hotList .hotList_inner .hotList_list .hotList_item .hot_list span {
    display: inline-block;
    font-size: 0.12rem;
    color: #393939;
  }
  .hotList .hotList_inner .hotList_list .hotList_item .hot_list .table_tit {
    font-size: 0;
    height: 0.4rem;
    line-height: 0.4rem;
    background: #f6f7fd;
  }
  .hotList .hotList_inner .hotList_list .hotList_item .hot_list .w1 {
    width: 21%;
    text-align: right;
    padding-right: 0.18rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .hotList .hotList_inner .hotList_list .hotList_item .hot_list .w2 {
    width: 59%;
  }
  .hotList .hotList_inner .hotList_list .hotList_item .hot_list .w3 {
    width: 20%;
  }
  .hotList .hotList_inner .hotList_list .hotList_item .hot_list .table_list {
    height: 5.05rem;
    overflow: hidden;
  }
  .hotList .hotList_inner .hotList_list .hotList_item .hot_list .table_list li {
    padding-top: 0.06rem;
    line-height: 0.34rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hotList .hotList_inner .hotList_list .hotList_item .hot_list .table_list li .w1 em {
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    line-height: 0.22rem;
    text-align: center;
    border-radius: 50%;
    background: #d2d9f6;
    font-size: 0.12rem;
    color: #0335ee;
  }
  .hotList .hotList_inner .hotList_list .hotList_item .hot_list .table_list li .w2 {
    font-size: 0.12rem;
    color: #393939;
    border-bottom: 0.02rem solid #f6f7fd;
  }
  .hotList .hotList_inner .hotList_list .hotList_item .hot_list .table_list li .w2 a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    padding-right: 0.1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
            color: #393939;
  }
  .hotList .hotList_inner .hotList_list .hotList_item .hot_list .table_list li .w3 {
    font-size: 0.12rem;
    color: #393939;
    border-bottom: 0.02rem solid #f6f7fd;
  }
  .hotList .hotList_inner .hotList_list .hotList_item .hot_list .table_list li .w3 img {
    width: 0.09rem;
    height: 0.1rem;
    vertical-align: middle;
    margin-top: -0.02rem;
    margin-left: 0.1rem;
  }
  .hotList .hotList_inner .hotList_list .hotList_item .hot_list .table_list li:nth-child(1) .w1 em, .hotList .hotList_inner .hotList_list .hotList_item .hot_list .table_list li:nth-child(2) .w1 em, .hotList .hotList_inner .hotList_list .hotList_item .hot_list .table_list li:nth-child(3) .w1 em {
    color: #ffffff;
    background: -webkit-gradient(linear, left bottom, left top, from(#2a4fdb), to(#d3338d));
    background: -o-linear-gradient(bottom, #2a4fdb, #d3338d);
    background: linear-gradient(to top, #2a4fdb, #d3338d);
  }
  .hotList .hotList_inner .hotList_list .hotList_item .hot_list .table_list li:nth-child(1) .w2 a, .hotList .hotList_inner .hotList_list .hotList_item .hot_list .table_list li:nth-child(2) .w2 a, .hotList .hotList_inner .hotList_list .hotList_item .hot_list .table_list li:nth-child(3) .w2 a {
    color: #a33ba3;
  }
  .hotList .hotList_inner .hotList_list .hotList_item .hot_list .update_time {
    height: 0.74rem;
    line-height: 0.74rem;
    padding-left: 15%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .hotList .hotList_inner .hotList_list .hotList_item .hot_list .update_time p {
    font-size: 0.12rem;
    color: #999999;
  }
  .hotList .hotList_inner .hotList_list .xinlang .hot_list .table_tit {
    background: rgba(246,212,210,0.2);
  }
}