body {
  background: #f8f8f8;
}
.nav {
  background: #fff;
}
.pageposition {
  background: #fff;
}
.comInbox {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 12px 20px 20px 20px;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}
.comRec_coll {
  width: 100%;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}
.d_left .comInbox:first-child, .d_right .comInbox:first-child {
  margin-top: 0;
}
.com_title {
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}
.com_title h2 {
  font-size: 20px;
  line-height: 40px;
  float: left;
  margin-bottom: 4px;
  color: #444;
  font-family: Microsoft YaHei;
  font-weight: bold;
  position: relative
}
.comRec_coll .com_title {
  border-bottom: none;
}
.comRec_coll .com_title h2 {
  width: 100%;
  text-align: center;
  font-size: 26px;
  margin-bottom: 12px
}
.com_title a.click_more {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 32px;
  font-weight: bold;
  color: #2B81FC;
}
.com_title a.click_more img {
  opacity: 0.8;
}
.com_title a.click_more:hover img {
  opacity: 1;
}
.com_title em.rj_num {
  padding: 0 10px;
  margin-left: 16px;
  margin-top: 6px;
  display: inline-block;
  text-align: center;
  color: #6191ff;
  font-weight: normal;
  letter-spacing: 1px;
  border-radius: 20px;
  border: 2px #ebf1ff solid;
  font-family: "Impact";
  font-size: 12px;
  background: #fff;
  line-height: 22px
}
.hv_con {
  width: 100%;
  float: left;
  overflow: hidden;
}
ul.topics_Ul {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}
ul.topics_Ul li {
  width: 300px;
/*  height: 100px;*/
  float: left;
  background-color: #E3EFFE;
  border-radius: 6px;
  margin: 10px 19px 10px 0;
  opacity: 0.8;
}
ul.topics_Ul li:hover {
  opacity: 1;
}
ul.topics_Ul li a {
  width: 100%;
/*  height: 100px;*/
  display: block;
  align-items: center;
  padding:26px 12px 20px 12px;
  box-sizing: border-box;
}
ul.topics_Ul li:nth-child(4n) {
  margin-right: 0;
}
ul.topics_Ul li .lf_icon {
  width: 42px;
  height: 42px;
  line-height: 42px;
	display: block;
	margin: 0 auto;
	margin-bottom: 6px;
  border-radius: 42px;
  background: #4696F9 url("../images/top_icon.png") no-repeat 1px 0px;
  text-align: center;
  vertical-align: middle;
}
ul.topics_Ul li h3 {
  color: #4696F9;
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
  min-width: 0;
	text-align: center;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: wrap;
}
ul.topics_Ul li .rg_icon {
  width: 140px;
  display: flex;
}
ul.topics_Ul li .rg_icon span.topic_icon {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5px;
  z-index: 10;
}
.topic_icon img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 4px solid #fff;
}
ul.topics_Ul li .pcgm_icon {
  width: 108px;
}
ul.topics_Ul li .pcgm_icon span.topic_icon {
  width: 40px;
  height: 50px;
  border-radius: 6px;
}
.pcgm_icon .topic_icon img {
  width: 40px;
  height: 50px;
  border-radius: 6px;
}
ul.topics_Ul li .rg_icon span.topic_icon:nth-child(2) {
  transform: translateX(-10px);
  z-index: 9;
}
ul.topics_Ul li .rg_icon span.topic_icon:nth-child(3) {
  transform: translateX(-20px);
  z-index: 8;
}
ul.topics_Ul li:nth-child(1) {
  background-color: #FFF2D9;
}
ul.topics_Ul li:nth-child(3) {
  background-color: #E3EFFE;
}
ul.topics_Ul li:nth-child(2) {
  background-color: #FFE6EB;
}
ul.topics_Ul li:nth-child(4) {
  background-color: #F1E8FB;
}
ul.topics_Ul li:nth-child(5) {
  background-color: #e5f8f7;
}
ul.topics_Ul li:nth-child(6) {
  background-color: #eef6d7;
}
ul.topics_Ul li:nth-child(1) .lf_icon {
  background-color: #F2840F
}
ul.topics_Ul li:nth-child(1) h3 {
  color: #F2840F
}
ul.topics_Ul li:nth-child(2) .lf_icon {
  background-color: #FF5577
}
ul.topics_Ul li:nth-child(2) h3 {
  color: #FF5577
}
ul.topics_Ul li:nth-child(3) .lf_icon {
  background-color: #4696F9
}
ul.topics_Ul li:nth-child(3) h3 {
  color: #4696F9
}
ul.topics_Ul li:nth-child(4) .lf_icon {
  background-color: #A265E3
}
ul.topics_Ul li:nth-child(4) h3 {
  color: #A265E3
}
ul.topics_Ul li:nth-child(5) .lf_icon {
  background-color: #2ab1a4
}
ul.topics_Ul li:nth-child(5) h3 {
  color: #2ab1a4
}
ul.topics_Ul li:nth-child(6) .lf_icon {
  background-color: #90bf12
}
ul.topics_Ul li:nth-child(6) h3 {
  color: #90bf12
}
/*十大品牌*/
.brandContent {
  width: 100%;
  float: left;
  font-size: 14px;
  margin-bottom: 20px;
  min-width: 1300px;
  background: #fff url("../images/brand_bg.png") no-repeat top center;
  overflow: hidden;
  padding-bottom: 10px;
}
ul.ppClick {
  position: absolute;
  right: 0;
  display: flex;
  justify-content: space-between;
  height: 36px;
  background: rgba(0, 0, 0, 0.02);
  opacity: 1;
  margin: 0 auto;
}
ul.ppClick li {
  width: 66px;
  height: 36px;
  line-height: 36px;
  margin: 0 10px;
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
ul.ppClick li.on {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 6px 0px rgba(100, 100, 100, 0.1);
  border-radius: 4px;
  color: rgba(225, 21, 21, 1);
  z-index: 100;
  font-weight: 600;
}
ul.ppClick li:hover {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 6px 0px rgba(100, 100, 100, 0.1);
  border-radius: 4px;
  color: #E00B0B;
}
.lr_button .prev, .lr_button .next {
  border: 1px solid #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 34px;
  height: 86px;
  position: absolute;
  top: 50%;
  margin-top: -43px;
  background: #000;
  opacity: 0.7;
  filter: opacity(0.7);
  z-index: 5;
  cursor: pointer;
  display: none;
}
.lr_button .next::before, .lr_button .prev::before {
  background-image: url("../images/top_icon.png");
  content: "";
  display: block;
  width: 12px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -9px;
  margin-left: -6px;
}
.lr_button .next::before {
  background-position: -156px -112px;
}
.lr_button .prev::before {
  background-position: -132px -112px;
}
.lr_button .next {
  right: 0;
}
.hover_button:hover .prev, .hover_button:hover .next {
  display: block;
}
/* 十大排行榜 */
.slideBrand {
  height: 700px;
  overflow: hidden;
  position: relative;
}
.brand_bg1 {
  background: linear-gradient(#e9f2ff 0%, #fff 100%);
}
.brand_bg2 {
  background: linear-gradient(#FFF2D9 0%, #fff 100%);
}
.brand_bg3 {
  background: linear-gradient(#F1E8FB 0%, #fff 100%);
}
.slideBrand ul.slibd_ul {
  overflow: hidden;
  width: 1400px;
}
.slideBrand ul.slibd_ul li {
  float: left;
  overflow: hidden;
  height: 718px;
  padding-right: 20px;
}
.slideBrand ul.slibd_ul li .brandCont {
  width: 388px;
  height: 688px;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 15px 16px;
}
.slideBrand ul.slibd_ul li .ph_title {
  margin-bottom: 15px;
  height: 33px;
  line-height: 33px;
  overflow: hidden;
  font-size: 20px;
  color: #333333;
  cursor: pointer;
  font-weight: 600;
}
.slideBrand ul.slibd_ul li .ph_title a {
  color: #333333;
}
.slideBrand ul.slibd_ul li .ph_title:hover a {
  color: #358ff0;
}
.slideBrand ul.slibd_ul li .ph_cont {
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;


  overflow: hidden;
  padding: 3px 14px;
}
ul.slibd_ul li dl {
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
}
ul.slibd_ul li dl dd {
  width: 100%;
  float: left;
  margin: 12px 0;
  box-sizing: border-box;
  display: flex;
  overflow: hidden;
  position: relative;
}
ul.slibd_ul li dl dd span.pm {
  float: left;
  width: 26px;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #CCCCCC;
  border-radius: 100px;
  margin: 27px 8px 0 0
}
ul.slibd_ul li dl dd:nth-child(1) span.pm {
  background-color: #ff2841;
}
ul.slibd_ul li dl dd:nth-child(2) span.pm {
  background-color: #ff7019;
}
ul.slibd_ul li dl dd:nth-child(3) span.pm {
  background-color: #ffa93a;
}
ul.slibd_ul li dl dd a.img {
  width: 80px;
  height: 80px;
  display: inline-block;
}
ul.slibd_ul li dl dd a.tps_tit {
  font-size: 16px;
  width: 100%;
  display: block;
  font-weight: bold;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
ul.slibd_ul li dl dd img {
  width: 80px;
  height: 80px;
  border: 1px solid #eee;
  box-sizing: border-box;
  border-radius: 16px;
  transition: transform 0.5s
}
ul.slibd_ul li .pcgm dl dd a.img {
  width: 58px;
}
ul.slibd_ul li .pcgm dl dd img {
  width: 58px;
  border-radius: 6px;
}
ul.slibd_ul li dl dd:hover img {
  transform: scale(0.96);
}
ul.slibd_ul li dl dd .l_text {
  width: 230px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  height: 80px;
  margin-left: 12px
}
ul.slibd_ul li dl dd .l_text p {
  width: 100%;
  float: left;
  margin-top: 5px;
  color: #a8a8a8
}
ul.slibd_ul li dl dd .l_text p em {
  font-style: normal
}
ul.slibd_ul li dl dd .l_text p a {
  color: #a8a8a8
}
ul.slibd_ul li dl dd .l_text p a:hover {
  color: #358ff0
}
ul.slibd_ul li dl dd a.btn {
  position: absolute;
  right: 0;
  width: 60px;
  height: 28px;
  line-height: 28px;
  margin-top: 44px;
  box-sizing: border-box;
  border: 1px solid #358ff0;
  text-align: center;
  color: #358ff0;
  border-radius: 20px;
}
ul.slibd_ul li dl dd:hover a.btn {
  background: #358ff0;
  color: #fff;
}
.d_left {
  width: 860px;
  float: left;
}
.scrIne_box {
  width: 100%;
  margin: 0 auto;
  overflow-x: scroll
}
ul.slrec_ul {
  display: -ms-flexbox;
  display: flex
}
.scrIne_box::-webkit-scrollbar {
  display: none
}
ul.slrec_ul li {
  width: 146px;
  float: left;
  text-align: center;
  vertical-align: middle;
  margin: 20px 0 0 0;
  position: relative;
  box-sizing: border-box;
  flex-shrink: 0;
  overflow: hidden
}
.swiper-container {
  width: 100%;
  height: 100%
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center
}
.swiper-button-prev, .swiper-button-next {
  width: 48px;
  height: 48px;
  display: none;
  margin-top: -24px;
  z-index: 1000;
  border-radius: 10px;
  background: url("../images/top_icon.png") no-repeat
}
.scrIne_box:hover .swiper-button-prev, .scrIne_box:hover .swiper-button-next {
  display: block
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background: url("../images/top_icon.png") no-repeat;
  background-position: -276px -7px
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 0;
  background: url("../images/top_icon.png") no-repeat;
  background-position: -474px -7px
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 0;
}
ul.slrec_ul li .No {
  position: absolute;
  top: 1px;
  left: 18px;
  width: 38px;
  height: 38px;
  border-top-left-radius: 16px;
  text-indent: -16px;
  font-style: normal;
  background: url(../images/top_icon.png) no-repeat;
  background-position: -150px -50px;
  font-size: 14px;
  font-family: Alibaba PuHuiTi;
  font-weight: bold;
  color: #ffffff;
  padding: 3px;
  box-sizing: border-box;
  z-index: 999;
}
ul.slrec_ul.pcgm li .No {
  border-top-left-radius: 6px;
	padding: 0;
}
ul.slrec_ul li:nth-child(1) .No {
  background-position: 0 -50px
}
ul.slrec_ul li:nth-child(2) .No {
  background-position: -50px -50px
}
ul.slrec_ul li:nth-child(3) .No {
  background-position: -100px -50px
}
ul.slrec_ul li a {
  width: 150px;
  display: block;
  overflow: hidden;
  font-size: 15px;
}
ul.slrec_ul li a img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 20px;
  transition: transform 0.5s
}
ul.slrec_ul li:hover img {
  transform: scale(0.96);
}
ul.slrec_ul li a span {
  width: 76%;
  margin: 0 auto;
  line-height: 26px;
  height: 26px;
  font-size: 15px;
  display: block;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  margin-top: 4px
}
ul.slrec_ul li:hover a p {
  color: #00b35d
}
ul.slrec_ul.pcgm li a img {
  height: 138px;
  border-radius: 8px;
}
.d_right {
  width: 420px;
  float: right;
}
ul.hotyy_list {
  overflow: hidden;
  padding: 6px;
}
ul.hotyy_list li {
  float: left;
  background: #fff;
  width: 240px;
  padding: 8px 8px 20px 8px;
  box-sizing: border-box;
  margin-right: 22px;
  margin-bottom: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
}
ul.hotyy_list li:nth-child(5n) {
  margin-right: 0;
}
ul.hotyy_list li:hover {
  box-shadow: 0 0 10px 0 rgba(47, 47, 47, 0.2);
}
ul.hotyy_list li a.imgTxt {
  display: block;
  width: 224px;
  height: 106px;
}
ul.hotyy_list .imgTxt img {
  width: 100%;
  height: 100%;
  float: left;
  transition: transform 0.3s;
}
ul.hotyy_list li h3 {
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 6px;
}
ul.hotyy_list li a.btn {
  background: #FFFAFA;
  border: 1px solid #ffdada;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  width: 60%;
  font-size: 14px;
  color: #FF404E;
  font-weight: 600;
  text-align: center;
}
ul.hotyy_list li:hover a.btn {
  background: #FF404E;
  border: 1px solid #FF404E;
  color: #fff;
}
.footer {
  margin-top: 0;
}
ul.itembox {
  width: 100%;
  overflow: hidden;
}
ul.itembox li {
  width: 100%;
  box-sizing: border-box;
  padding: 12px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.86);
  position: relative;
  margin-bottom: 12px;
  line-height: 3em;
  padding-left: 42px;
}
ul.itembox li a {
  width: 100%;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  color: #333;
}
ul.itembox li:last-child {
  margin-bottom: 0;
}
ul.itembox li span.pic {
  width: 60px;
  height: 60px;
  display: inline-block;
}
ul.itembox li span.pic img {
  width: 60px;
  height: 60px;
  border: 1px solid #eee;
  box-sizing: border-box;
  border-radius: 10px;
  transition: transform 0.5s;
}
ul.itembox.pcgm li span.pic {
  width: 46px;
}
ul.itembox.pcgm li span.pic img {
  width: 46px;
  border-radius: 4px;
}
.numa {
  width: 20px;
  margin-right: 5px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
}
.numa.num1 {
  background: url("../images/1.png") center center no-repeat;
  background-size: auto 28px;
}
.numa.num2 {
  background: url("../images/2.png") center center no-repeat;
  background-size: auto 28px;
}
.numa.num3 {
  background: url("../images/3.png") center center no-repeat;
  background-size: auto 28px;
}
ul.itembox li .numa {
  position: absolute;
  left: 12px;
  top: 50%;
  color: #666;
  margin-top: -14px;
}
ul.itembox li span.name {
  font-size: 16px;
  margin-left: 12px;
  line-height: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: block;
  color: #333;
}
ul.itembox li:hover span.name {
  color: #358ff0;
}
ul.hotrem_ul {
  width: 100%;
  overflow: hidden
}
ul.hotrem_ul li {
  width: 260px;
  float: left;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  height: 80px;
  margin: 12px 19px 4px 0
}
ul.hotrem_ul li > a {
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  text-align: center;
  vertical-align: middle
}
ul.hotrem_ul li:nth-child(3n) {
  margin-right: 0
}
ul.hotrem_ul li span {
  width: 100%;
  height: 42px;
  font-size: 16px;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 42px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  color: #fff;
  text-align: center
}
ul.hotrem_ul li > a.rembg {
  background-color: #927bce;
  line-height: 80px;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  font-family: cursive
}
ul.hotrem_ul li > a.bg1 {
  background-color: #927bce
}
ul.hotrem_ul li > a.bg2 {
  background-color: #ff6b6b
}
ul.hotrem_ul li > a.bg3 {
  background-color: #6a6aff
}
ul.hotrem_ul li > a.bg4 {
  background-color: #ff6599
}
ul.hotrem_ul li > a.bg5 {
  background-color: #01bdc7
}
ul.hotrem_ul li > a.bg6 {
  background-color: #f46f31
}
ul.hotrem_ul .slspan {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  top: -100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s
}
ul.hotrem_ul li:hover .slspan {
  top: 0;
  transition: all 0.5s
}
ul.hotrem_ul .rmjx_btn {
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  margin-top: 25px;
  border-radius: 6px;
  background: #358ff0;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px
}
ul.cn_list {
  width: 100%;
  overflow: hidden;
}
ul.cn_list li {
  width: 164px;
  float: left;
  overflow: hidden;
  color: #999;
  font-size: 14px;
  line-height: 28px;
  margin-top: 20px;
  text-align: center;
}
ul.cn_list li:nth-child(9n) {
  margin-right: 0;
}
ul.cn_list li a {
  display: block;
  overflow: hidden;
  font-size: 15px;
}
ul.cn_list li img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border: 1px solid #eee;
  box-sizing: border-box;
  display: block;
  border-radius: 16px;
  transition: transform 0.5s
}
ul.cn_list li:hover img {
  transform: scale(0.96);
}
ul.cn_list li button {
  width: 72px;
  height: 28px;
  margin-top: 10px;
  box-sizing: border-box;
  border: 1px solid #358ff0;
  text-align: center;
  background: #fff;
  color: #358ff0;
  border-radius: 20px;
}
ul.cn_list li:hover button {
  background: #358ff0;
  color: #fff;
}
ul.cn_list li span {
  max-width: 130px;
  margin: 0 auto;
  margin-top: 10px;
  line-height: 20px;
  font-size: 15px;
  text-align: center;
  display: block;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*列表*/
.main_left {
  float: left;
  width: 320px;
  z-index: 4;
  position: relative;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 20px;
}
.main_left .comInbox{
  margin-top: 0;
	margin-bottom: 20px;
}
ul.alw_ul {
  width: 280px;
  overflow: hidden;
  padding-right: 10px;
  box-sizing: border-box;
  margin-top: 0;
}
ul.alw_ul li {
  width: 100%;
  float: left;
  border-radius: 6px;
  position: relative;
  margin: 8px 0;
  opacity: 1;

	cursor: pointer;
  background-color: #E3EFFE;
}
ul.alw_ul li a{
  height: 66px;
  display: flex;
  align-items: center;
	width: 100%;box-sizing: border-box;
  padding: 10px 22px 10px 32px;
}
ul.alw_ul li .lf_icon {
  width: 40px;
  height: 40px;
  line-height: 40px;

  float: left;
  margin-right: 16px;
  border-radius: 40px;
  background: #4696F9 url("../images/top_icon.png") no-repeat;
  text-align: center;
  vertical-align: middle;
}
ul.alw_ul li h3 {
  color: #4696F9;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  min-width: 0;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: wrap;
}
ul.alw_ul li.on, ul.alw_ul li:hover {
  background-color: #4696F9;
}
ul.alw_ul li.on .lf_icon, ul.alw_ul li:hover .lf_icon {
  background-color: #4696F9
}
ul.alw_ul li.on h3, ul.alw_ul li:hover h3 {
  color: #fff;
}
ul.alw_ul li.on::after, ul.alw_ul li:hover::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 15px solid #4696F9; /* 箭头颜色 */
}
ul.bigrankUl{
	display: block;
}
ul.bigrankUl li{
	display: block;
	margin-top: 15px;
	background: #fff;
	overflow: hidden;
	border-radius: 5px;
}
ul.bigrankUl li a{
	display: block;
	position: relative;
	font-size: 0px;
	padding-left: 56px;
	height: 46px;
	line-height: 46px;
	overflow: hidden;
}
ul.bigrankUl li a:after{
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background-image: linear-gradient(to right, rgba(255,255,255,0.45) 0%, rgba(255,255,255,0.2) 100%);
}
ul.bigrankUl li a:before{
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: -10px;
	top: 0;
	z-index: 0;
	background:#3E4C4F;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-transform: skew(-15deg);
	-moz-transform: skew(-15deg);
	-ms-transform: skew(-15deg);
	-o-transform: skew(-15deg);
	transform:skew(-15deg);
}
ul.bigrankUl li a .order{
	width: 50px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	font-size: 14px;
	line-height: 46px;
	color: #FFF;
	color: rgba(255,255,255,0.85);
	font-weight: bold;
	font-family: din,din pro;
	z-index: 2;
}
ul.bigrankUl li a b{
	position: relative;
	display: inline-block;
	text-align: left;
	font-size: 14px;
	line-height: 46px;
	vertical-align: top;
	color: #FFF;
	max-width: 90%;
	z-index: 2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
}

ul.bigrankUl li:first-child a:before{
	background:#FB2C19;
}
ul.bigrankUl li:nth-child(2) a:before{
	background:#FB7B44;
}
ul.bigrankUl li:nth-child(3) a:before{
	background:#ffa07b;
}
ul.bigrankUl li:nth-child(2){padding-right: 2%;}
ul.bigrankUl li:nth-child(3){padding-right: 4%;}
ul.bigrankUl li:nth-child(4){padding-right: 6%;}
ul.bigrankUl li:nth-child(5){padding-right: 8%;}
ul.bigrankUl li:nth-child(6){padding-right: 10%;}
ul.bigrankUl li:nth-child(7){padding-right: 12%;}
ul.bigrankUl li:nth-child(8){padding-right: 14%;}
ul.bigrankUl li:nth-child(9){padding-right: 16%;}
ul.bigrankUl li:nth-child(10){padding-right: 18%;}

.main_right {
  float: right;
  width: 960px;
  z-index: 4;
  position: relative;
  background: #fff;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
	margin-top: 20px;
}
.main_right .comInbox{
	margin-top: 0;
}
dl.blockinfo {
  margin-bottom: 20px;
  padding: 0 20px 20px 20px;
  background: url("../images/1.jpg") no-repeat;
  border-radius: 8px;
  background-size: cover;
}
.main_left dl.blockinfo,.wd_right dl.blockinfo{
  padding: 0 12px 20px 12px;
}
dl.bg2 {
  background: url("../images/2.jpg") no-repeat;
  background-size: cover;
}
dl.bg3 {
  background: url("../images/3.jpg") no-repeat;
  background-size: cover;
}
dl.blockinfo dt {
  width: 100%;
  color: #fff;
  line-height: 2.8em;
  font-size: 20px;
  font-weight: bold;
}
dl.blockinfo dt a {
  display: block;
  color: #fff;
}
dl.blockinfo dt a:hover {
  color: #4696fa;
}
dl.blockinfo dd {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 8px;
}
.blocktitle {
  position: relative;
  padding-bottom: 16px;
  text-align: center;
  color: #ccc
}
.blocktitle span {
  display: inline-block;
  padding: 15px 75px;
  position: relative;
  font-weight: bold;
  max-width: 560px
}
.blocktitle span i.l, .blocktitle span i.l i, .blocktitle span i.r, .blocktitle span i.r i {
  position: absolute;
  left: 24px;
  top: 50%;
  margin-top: -14px;
  width: 6px;
  height: 28px;
  border-radius: 5em;
  display: block;
  transform: rotate(36deg)
}
.blocktitle span i.l i, .blocktitle span i.r i {
  left: 16px;
  top: -10px;
  margin: 0;
  transform: rotate(0deg)
}
.blocktitle span i.r {
  left: auto;
  right: 42px
}
.blocktitle span em.l, .blocktitle span em.r {
  position: absolute;
  right: 100%;
  top: 50%;
  width: 50px;
  height: 1px;
  margin-top: -1px
}
.blocktitle span em.r {
  left: 100%
}
.blocktitle span, .blocktitle .color1 {
  color: #666
}
.dhidden {
  font-family: Arial, '微软雅黑';
  font-size: 24px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  display: block;
  color: #444444;
}
.blocktitle span i, .blocktitle span em.l, .blocktitle span em.r {
  color: #A0AED9;
  background: #A0AED9
}
.blocktitle span i.l i, .blocktitle span i.r {
  background: #8690B0
}
.blocktitle span i.r i, .blocktitle span em.r {
  background: #A0AED9
}
ul.itemBox_ul {
  width: 100%;
  overflow: hidden;
  margin: 0 auto
}
ul.itemBox_ul li {
  width: 206px;
  height: 42px;
  font-size: 15px;
  border-radius: 42px;
  line-height: 40px;
  box-sizing: border-box;
  margin: 0 12px 18px 12px;
  color: #0879d5;
  text-align: center;
  float: left;
  overflow: hidden;
  border: 1px solid #c4e5ff
}
ul.itemBox_ul li a {
  width: 100%;
  height: 42px;
  padding: 0 12px;
  box-sizing: border-box;
  display: block;
  color: #0879d5
}
ul.itemBox_ul li:hover {
  background-color: #0879d5;
  border: 1px solid #0879d5
}
ul.itemBox_ul li:hover a {
  display: block;
  color: #fff
}
.main_right dl.blockinfo {
  width: 400px;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
}
/*详情*/
.wd_left {
  width: 960px;
  float: left;
  background: linear-gradient(180deg, #6584df 40%, #f8f8f8 60%);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.wd_right {
  width: 320px;
  float: right;
}
.sec_banner {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 6px;
  padding: 16px 16px 10px 16px;
  position: relative;
  box-sizing: border-box;
}
.sec_title {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
}
.sec_banner h1 {
  width: 100%;
  text-align: center;
  letter-spacing: 1px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  line-height: 40px
}
.bangdesc {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
span.bangImg {
    float: left;
    display: block;
    overflow: hidden;
    width: 360px;
  height: 172px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    -webkit-border-radius: 0.08rem;
    border-radius: 6px;
    margin-top: 5px;
    margin-right: 16px;
	margin-bottom: 3px;
	position: relative;
}
span.bangImg img {
	display: block;
  width: 360px;
  height: 172px;
}
em.uptime {
  width: 100%;
	height: 26px;
	line-height: 26px;
	text-indent: 12px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: -2px;
  right: 0;
	color:#fff;
  overflow: hidden;
}
.bangInfo {
	font-size: 15px;
    color: #fff;
    line-height: 26px;
    word-break: break-all;
}

.rela_tabhj {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 16px;
  color: #fff
}
.rela_tabhj span {
  display: inline-block;
  float: left;
  font-size: 15px;
  color: #fff

}
.rela_tabhj span.tabhj_tit {
  height: 26px;
  line-height: 26px
}
.rela_tabhj span.tabhj_item {
  max-width: 820px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.rela_tabhj span.tabhj_item a {
  display: block;
  float: left;
  padding: 0px 10px;
  height: 24px;
  color: #dfe7ff;
  line-height: 24px;
  border: 1px solid #dfe7ff;
  border-radius: 100px;
  margin: 0 10px 10px 10px;
  font-size: 14px
}
.rela_tabhj span.tabhj_item a:hover {
  border-color: #dfe7ff;
  background-color: #dfe7ff;
  color: #000
}
.rela_tabhj span.tabhj_item a:nth-child(1) {
  border-color: #a9deff;
  color: #a9deff
}
.rela_tabhj span.tabhj_item a:nth-child(1):hover {
  border-color: #a9deff;
  background-color: #a9deff;
  color: #fff
}
.rela_tabhj span.tabhj_item a:nth-child(2) {
  border-color: #eba2dc;
  color: #eba2dc
}
.rela_tabhj span.tabhj_item a:nth-child(2):hover {
  border-color: #eba2dc;
  background-color: #eba2dc;
  color: #fff
}
.rela_tabhj span.tabhj_item a:nth-child(3) {
  border-color: #96eea9;
  color: #96eea9
}
.rela_tabhj span.tabhj_item a:nth-child(3):hover {
  border-color: #96eea9;
  background-color: #96eea9;
  color: #fff
}
.rela_tabhj span.tabhj_item a:nth-child(4) {
  border-color: #cba8e7;
  color: #cba8e7
}
.rela_tabhj span.tabhj_item a:nth-child(4):hover {
  border-color: #cba8e7;
  background-color: #cba8e7;
  color: #fff
}
.rela_tabhj span.tabhj_item a:nth-child(5) {
  border-color: #b3f9db;
  color: #b3f9db
}
.rela_tabhj span.tabhj_item a:nth-child(5):hover {
  border-color: #b3f9db;
  background-color: #b3f9db;
  color: #fff
}
.rela_tabhj span.tabhj_item a:nth-child(6) {
  border-color: #f7c2c1;
  color: #f7c2c1
}
.rela_tabhj span.tabhj_item a:nth-child(6):hover {
  border-color: #f7c2c1;
  background-color: #f7c2c1;
  color: #fff
}
ul.brandlist {
  width: 100%;
  overflow: hidden;
  padding: 0 20px;
  box-sizing: border-box
}
ul.brandlist li {
  width: 100%;
  padding: 16px 16px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  border: 3px solid #e9eaf2;
  background-color:rgba(238,239,243,0.8);
	display: flex;
    align-items: center;
}
ul.brandlist li:hover {
  border: 3px solid #9aaeea;
}
ul.brandlist li span.pm {
  display:block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #bbb;
  border-radius: 100px;
  margin: 0 10px 0 0;
}
ul.brandlist li .phMsgCon {
  width: 660px;
  overflow: hidden;
  margin-left: 16px;
    display: flex;
    flex-direction: column;
}
ul.brandlist.pcgm li .phMsgCon {
  width: 686px;
}
ul.brandlist li a.pic {
	float: left;
	width: 80px;
  height: 80px;display: inline-block;
}
ul.brandlist li a.pic img {
  width: 80px;
  height: 80px;
  border: 1px solid #eee;
  box-sizing: border-box;
  border-radius: 16px;
  float: left
}
ul.brandlist.pcgm li a.pic {
	width: 54px;
}
ul.brandlist.pcgm li a.pic img {
  width: 54px;
  border-radius: 6px;
}
ul.brandlist li .phMsgCon .ph_info {
    display: flex;
  width: 100%;
	height: 32px;
}
ul.brandlist li .phMsgCon .ph_info a{
  display: block;
}
ul.brandlist li .phMsgCon .ph_info p.uptime {
  width: 150px;
  display: block;
  overflow: hidden;
	color:#777;
	text-align: center;
  font-size: 14px;
    text-overflow: ellipsis;
}
ul.brandlist li .phMsgCon .ph_info h3 {
  width: 300px;
  display: block;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.brandlist li .phMsgCon .ph_info h3 a{
  width: 100%;
  display: block;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.brandlist li .tj_tips {
  width: 100%;
	box-sizing: border-box;
	float: left;
	color:#777;
	margin-top:8px;
  overflow: hidden;
	line-height: 24px;
	font-size: 14px;
  position: relative;
}
ul.brandlist li span.size,ul.brandlist li span.ver {
  width: 140px;
  text-align: center;
  float: left;
  color: #555;
  display: inline-block;
  overflow: hidden;
}
ul.brandlist li .a_down {
  width: 68px;margin-left: 20px;
  height: 30px;
  font-size: 12px;
  line-height: 28px;
  padding: 0 16px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  color: #3cb8ec;
  border: 1px solid #3cb8ec;
  border-radius: 28px;
  cursor: pointer;
}
ul.brandlist li:hover .a_down {
  color: #fff;
  background-color: #3cb8ec;
}
.rankTop_box {
  width: 920px;
  height: 350px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  background-image: url(../images/top3_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
	background-position:0 150px;
  justify-content: center;
	margin-bottom: 10px;
}
.rankTop2, .rankTop1, .rankTop3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rankTop1 {
  width: 320px;
  margin-top: 0;
}
.rankTop2, .rankTop3 {
  width: 300px;
  margin: 0 auto;
  margin-top: 60px;
}
.rankTop2 > img, .rankTop1 > img, .rankTop3 > img {
  width: 36px;
  height: auto;
  margin-bottom: 10px;
}
.rankTop1 .top_pic {
  width: 100px;
  height: 100px;
  border-radius: 16px;
}
.rankTop1.pcgm .top_pic {
  width: 68px;
  border-radius: 6px;
}
.rankTop2 .top_pic, .rankTop3 .top_pic {
  width: 90px;
  height: 90px;
  border-radius: 12px;
}
.rankTop2.pcgm .top_pic, .rankTop3.pcgm .top_pic {
  width: 62px;
  border-radius: 6px;
}
.top_podium {
  width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}
.rankTop1 .top_podium {
  width: 300px;
}
.top_podium > h3 {
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  align-items: center;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: normal;
}
.top_podium > h3 a {
  color: #FFFFFF;
}
.rankTop1 .top_podium > h3 {
  font-size: 22px;
}
.top_describe {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin: 0 auto;
  margin-bottom: 10px;
}
.top_describe > span {
  width: 100%;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-align: center;
  -webkit-box-orient: vertical;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
}
.downBtn {
  width: 90px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #3cb8ec;
  border-radius: 30px;
  color: #FFFFFF;
  letter-spacing: 2px;
  margin-top: 12px;
}
.downBtn:hover {
  color: #FFFFFF;
}
ul.tag-info {
  width: 100%;
  overflow: hidden;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.tag-info li {
  float: left;
  display: inline-block;
  margin: 0 5px;
  padding: 0 12px;
  color: #888;
  line-height: 28px;
  font-size: 12px;
  border-radius: 27px;
  border: 1px solid #fff;
}
ul.tag-info li:hover {
  border: 1px solid #FF5577;
}
ul.tag-info li a {
  color: #fff;
  display: block;
  line-height: 28px;
}
ul.tag-info li:hover a {
  color: #FF5577;
  text-decoration: underline;
}
ul.tag-info li a i {
  color: #FF5577;
  margin-right: 4px;
}
span.tag-info {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  height: 28px;
  margin-top: 12px;
}
span.tag-info a {
  float: left;
  display: inline-block;
  margin-right: 10px;
  padding: 0 12px;
  color: #FF5577;
  line-height: 26px;
  font-size: 12px;
  border-radius: 27px;
  border: 1px solid #FF5577;
}
span.tag-info a:hover {
  color: #fff;
  background-color: #FF5577;
  border: 1px solid #FF5577;
}
span.tag-info a i {
  color: #FF5577;
  margin-right: 4px;
}
span.tag-info a:hover i {
  color: #fff;
}
.comRec_coll .wd_right .com_title h2 {
  font-size: 20px;
  margin-bottom: 0;
}
.wd_right .comInbox {
  float: none;
  margin-top: 0;
  margin-bottom: 20px;
}
.wd_right ul.topics_Ul {
  margin-top: 0;
}
.wd_right ul.topics_Ul li {
  width: 100%;
  height: 66px;
  margin: 8px 0;
}
.wd_right ul.topics_Ul li a {
  height: 66px;
  padding: 10px 26px;
}
.wd_right ul.topics_Ul li .lf_icon {
	float: left;
	display: inline;
  margin-right: 16px;
}
.wd_right ul.topics_Ul li h3 {
    text-align: left;
}
/*榜单评论*/
.com_title span.scom_span {
    color: #a8a8a8;
    display: inline-block;
    height: 26px;
    margin-right: 10px;
    text-align: right;
    padding-top: 15px;
    font-size: 14px;
}
.com_title span.scom_span em{
    color: #ff0000;margin: 0 4px;
}
.s_comment {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 20px;
  box-sizing: border-box;
}
.s_comment .nick_name {
  width: 100%;
  color: #444;
  line-height: 30px;
  display: inline;
}
.s_comment .nick_name input {
  border: 1px solid #ddd;
  text-indent: 6px;
  margin-left: 6px;
  border-radius: 4px;
  color: #444;
  height: 34px;
  vertical-align: middle;
  width: 260px;
  background-color: #fff;
}
.s_comment .code_name {
  width: 100%;
  color: #444;
	overflow: hidden;
    height: 36px;
  line-height: 30px;
  display: none;
}
.s_comment .code_name input {
  border: 1px solid #ddd;
  text-indent: 6px;
  border-radius: 4px;
  color: #444;
  height: 34px;
  vertical-align: middle;
  width: 100px;
  margin-right: 16px;
  background-color: #fff;
}
.s_comment .code_name img {
  margin-right: 10px;
}
.s_comment .code_name input[type="image"] {
  border: none;
}
.s_comment .code_name span.tips {
  display: inline-block;
  color: #ff0000;
}
.s_comment textarea {
  color: #444;
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 3px 5px;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  height: 170px;
  line-height: 20px;
  margin-bottom: 12px;
  font-family: "Microsoft YaHei";
}
.s_comment .comment_btn {
  display: none;
  padding: 0 12px 10px 0;
  text-align: left;
  margin-top: 16px;
}
.s_comment .comment_btn input {
  width: 200px;
  color: #fff;
  padding: 0;
  border-radius: 6px;
  margin-right: 26px;
  font-weight: bold;
  height: 42px;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 42px;
  border: 1px solid #05bf71;
  background: #05bf71;
  cursor: pointer;
}
.s_comment .comment_btn input.consel {
  border: 1px solid #686a6f;
  background: #686a6f;
}
/*评论列表*/
#pl_tab{
	float:left;
	overflow: inherit;
}
#pl_tab .hv_con{
	float:left;
	overflow: inherit;
}
.allComm_list {
  width: 100%;
  margin: 0 auto;
  float: left;
  padding-bottom:16px;
  box-sizing: border-box;
	margin-top: 8px;
  border-top: 2px solid #e4f8ff;
}
.allComm_list dt {
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  background: #f3fbfe;
  color: #569659;
}
.allComm_list > dl {
  margin-top: 16px;
  width: 100%;float:left;
  padding: 10px 16px 0 16px;
  box-sizing: border-box;
  background: #f3fbfe;
}
.allComm_list  dl  dd {
  width: 100%;
	float: left;
	position: relative;
  word-wrap: break-word;
  line-height: 30px;
  color: #666;
  padding: 10px 0;
  border-bottom: 1px solid #e4f8ff;
}
.allComm_list dl dl {
  width: 100%;
  border-top: 1px solid #fff;
  box-sizing: border-box;
  background-color: #f3fbfe;
  padding: 10px 0 4px 16px;
  margin-top: 0px;
	float: left;
}
.allComm_list dl dl dt {
  width: 100%;
  margin: 0 auto;
  color: #777
}
.allComm_list dl dl dd {
  width: 100%;
  margin: 0 auto;
  color: #444;
  position: relative;
  line-height: 30px;
  padding-left: 0px;
  box-sizing: border-box;
}
.allComm_list .plreply {
 float: right;
	line-height: 26px;
}
.allComm_list .plreply span em {
  color: #999;
  margin-left: 4px;
}
.allComm_list .plreply span.active em {
  color: #fa3939;
}
.allComm_list .plreply span.glBtn {
  color: #e65c08;
  margin-left: 20px;
	cursor: pointer;
}
.allComm_list .plreply  span.dzbtn {
	float: left;
  padding-left: 24px;
  height: 20px;line-height: 22px;
  background: url(../images/dza.png) no-repeat left center;
	margin-top: 3px;
  background-size: contain;
  cursor: pointer;
  font-size: 14px;
  color: #999;
  margin-left: 18px;
}
.allComm_list .plreply  span.active {
    background: url(../images/dzb.png) no-repeat left center;
	color: #fa3939;
  background-size: contain;
}
.allComm_list dl dd:last-child {
  border-bottom: none;
}
.allComm_list dd img {
  margin-bottom: -5px;
}
.allComm_list dt i {
  font-family: verdana;
  font-weight: bold;
  font-style: normal;
  color: #358ff0;
  margin: 0 10px;
}
.allComm_list > dl > dt i {
  margin-left: 0;
}
.allComm_list dt b {
  color: #358ff0;
}
.allComm_list p {
  text-align: right;
  line-height: 1;
  padding: 5px 0;
  min-height: 16px;
}
.allComm_list p a {
  color: #e65c08;
  margin-left: 10px;
}
.allComm_list p a span {
  padding-left: 24px;
  line-height: 20px;
  background: url("../images/icon.png") -185px -868px no-repeat;
}
.allComm_list dt span {
  float: left;
}
.allComm_list dt em {
  float: right;
  color: #999;
  font-style: normal;
  font-size: 13px;
}
#ly_num {
  color: #ed6d0f
}
.disLoad {
	width: 100%;
	padding-top: 20px;
	overflow: hidden;
}
.disLoad button  {
	border: 1px solid #358ff0;

	border-radius: 4px;
  line-height: 34px;
	width: 150px;
	margin: 0 auto;
	cursor: pointer;
	font-size: 15px;
	height: 36px;
    color: #358ff0;
	display: block;
}
.disLoad button  i{
	width: 12px;
	height: 10px;
	margin-left: 6px;
    display: inline-block;background: url(../images/icon.png) no-repeat -473px -67px;
}
.disLoad button:hover{
	border: 1px solid #358ff0;
	background-color: #358ff0;
    color: #fff;
}
.disLoad button:hover i{
	background-position:  -478px -97px;
}
.cmmts_textarea.expand {
  height: 67px;
}
.cmmts_textarea {
  display: block;
  border: 0;
  padding: 0 4px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 67px;
  width: 100%;
  height: 27px;
  font-size: 14px;
  line-height: 24px;
  color: #222;
  outline: none;
  resize: none;
  background: #e8f5fa;
  -webkit-transition: height .3s ease-in-out;
  -moz-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out;
}
.cmmts_input_wrap {	
  width: 100%;
	float: left;
	margin-bottom: 10px;
  position: relative;
}
.cmmts_emoji {
  width: 20px;
  height: 40px;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url(../images/face.png);
  position: absolute;
  right: 124px;
  bottom: 0;
  cursor: pointer
}
.cmmts_emoji_wrap {
  display: none;
  position: absolute;
  top: 38px;
  right: -122px;
  z-index: 1000;
  padding: 10px 0;
  background: #fff;
  width: 490px;
  height: 170px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
  border-radius: 3px
}
.cmmts_emoji_wrap::before {
  content: '';
  background: #fff;
  height: 10px;
  width: 10px;
  border-radius: 1px;
  position: absolute;
  transform: rotate(45deg);
  transform-origin: 50%;
  top: -5px;
  right: 128px
}
.cmmts_emoji_wrap::after {
  content: '';
  background: transparent;
  position: absolute;
  width: 400px;
  height: 40px;
  top: -40px;
  left: 0
}
.cmmts_emoji_wrap *::-webkit-scrollbar, .cmmts_emoji_wrap::-webkit-scrollbar {
  width: 4px
}
.cmmts_emoji_list {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 5px 0 11px;
  overflow-y: scroll;
  font-size: 0
}
.cmmts_emoji_list_item {
  width: 38px;
  height: 38px;
  margin: 2px;
  text-align: center;
  vertical-align: middle;
  border-radius: 19px;
  display: inline-block
}
.cmmts_emoji_list_item:hover {
  background: #fff2f2;
  display: inline-block
}
.cmmts_emoji_list_item img {
  width: 24px;
  height: 24px;
  padding: 0;
  display: block;
  margin: 7px
}
.cmmts_emoji:hover {
  background-image: url(../images/faceb.png)
}
.cmmts_emoji:hover .cmmts_emoji_wrap {
  display: block
}
.cmmts_footer {
  display: flex;
  align-items: center;
  position: absolute;
  right: 16px;
  bottom: 14px
}
.cmmts_footer > ul {
  display: flex;
  float: right
}
.cmmts_footer > ul img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  cursor: pointer
}
.cmmts_footer > ul button {
  background: #358ff0;
  border-radius: 3px;
  font-family: PingFang SC;
  font-size: 14px;
  color: #fff;
  padding: 6px 33px
}
.cmmts_input {
  position: relative;
  padding: 9px 14px 53px;
  background: #e8f5fa;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 12px;
  border: 1px solid #fff
}
.cmmts_input.focus {
  border-color: #358ff0
}
.cmmts_button {
  border: none;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  background: #358ff0;
  border-radius: 3px;
  cursor: pointer;
  min-width: 94px;
  text-align: center
}
.cmmts_button:hover {
  background: #358ff0;
  opacity: .8
}
.cmmts_button.disabled {
  opacity: .3;
  cursor: default
}