.layout-one .time-tab {
  float: right;
  margin-right: 5px;
}
.layout-one .andr-list-two {
  padding: 0 10px;
}
.layout-one .andr-list-two li {
  position: relative;
  margin-bottom: 20px;
}
.layout-one .andr-list-two li:last-of-type {
  margin-bottom: unset;
}
.layout-one .andr-list-two li .sort-num {
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  background-color: #e5e5e5;
  border-radius: 3px;
  color: #a0a0a0;
}
.layout-one .andr-list-two li:first-of-type .sort-num {
  background-color: #eb6100;
  color: white;
}
.layout-one .andr-list-two li:nth-of-type(2) .sort-num {
  background-color: #ff9e1e;
  color: white;
}
.layout-one .andr-list-two li:nth-of-type(3) .sort-num {
  background-color: #f6b37f;
  color: white;
}
.layout-one .andr-list-two li .right-cont {
  padding-left: 30px;
}
.layout-one .andr-list-two li .right-cont .down-wrap {
  display: none;
  position: relative;
  height: 54px;
  padding-left: 60px;
}
.layout-one .andr-list-two li .right-cont .down-wrap img {
  width: 54px;
  height: 54px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.layout-one .andr-list-two li .right-cont .down-wrap a {
  display: inline-block;
  line-height: 20px;
  text-align: center;
  color: white;
  width: 76px;
  height: 20px;
  background-color: #ff9e1e;
  border-radius: 5px;
  font-size: 14px;
  margin-top: 6px;
}
.layout-one .andr-list-two li .right-cont:hover .down-wrap {
  display: block;
}
.layout-one .andr-list-two li .right-cont:hover .down-a {
  display: none;
}
.layout-two .imgs {
  padding: 0 10px;
}
.layout-two .imgs a {
  width: 100%;
  height: 144px;
  display: inline-block;
  margin-bottom: 10px;
}
.layout-two .imgs a:last-of-type {
  margin-bottom: unset;
}
.layout-two .imgs a img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.layout-four li {
  position: relative;
  margin-bottom: 20px;
  height: 56px;
}
.layout-four li:last-of-type {
  margin-bottom: unset;
}
.layout-four .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 56px;
  height: 56px;
  border-radius: 5px;
}
.layout-four .text {
  padding-left: 66px;
  height: 100%;
  position: relative;
}
.layout-four .text .fir-text {
  padding-top: 4px;
  margin-bottom: 4px;
  display: block;
}
.layout-four .text .sec-text {
  font-size: 14px;
  color: #b5b5b5;
}
.layout-four .text .down {
  width: 60px;
  height: 20px;
  border: 1px solid #0e78c7;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #0e78c7;
  position: absolute;
  bottom: 0;
  right: 0;
}
.layout-six a {
  float: left;
  line-height: 44px;
  text-align: center;
  width: 120px;
  font-size: 20px;
  background-color: #f6f6f6;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  height: 44px;
}
.layout-six .down {
  width: 142px;
  color: white;
  padding-left: 30px;
  background: url(../../imgs/down-white.png) no-repeat 15px center;
  background-color: #0e78c7;
}
.layout-six .cur {
  border-top: 5px solid #0e78c7;
  border-bottom: none;
  border-left: none;
}
.layout-sev {
  padding-left: 22px;
  position: relative;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
}
.layout-sev::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 30px;
  background-color: #0e78c7;
}
.layout-eight {
  padding-left: 12px;
}
.layout-eight img {
  width: 100%;
  height: 342px;
}
.layout-eight .swiper-next-shade {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: black;
  opacity: 0.5;
  position: absolute;
  right: -32px;
  top: 50%;
  margin-top: -32px;
  z-index: 1;
}
.layout-eight .swiper-prev-shade {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: black;
  opacity: 0.5;
  position: absolute;
  left: -32px;
  top: 50%;
  margin-top: -32px;
  z-index: 1;
}
.layout-night li {
  float: left;
  background: #eeeeee;
  padding: 20px 10px 20px 38px;
  width: 380px;
  margin-right: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  position: relative;
}
.layout-night li:nth-of-type(3n+3) {
  margin-right: unset;
}
.layout-night li .name {
  display: block;
  font-size: 20px;
  line-height: 30px;
}
.layout-night li .pic {
  float: left;
  width: 126px;
  height: 97px;
  margin-top: 5px;
}
.layout-night li .not-pic {
  margin-left: 140px;
  margin-top: 5px;
}
.layout-night li .not-pic p + p {
  margin: 8px 0px 12px;
}
.layout-night li .down {
  display: block;
  width: 127px;
  height: 30px;
  border-radius: 5px;
  border: solid 1px #0e78c7;
  line-height: 27px;
  text-align: center;
  color: #0e78c7;
  font-size: 14px;
}
.layout-night li .recommend {
  position: absolute;
  left: -6px;
  top: -8px;
}
.andr-list-one li {
  margin-bottom: 10px;
}
.andr-list-one li a {
  padding-left: 10px;
  width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  display: inline-block;
}
.andr-list-one li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  background-color: black;
  border-radius: 50%;
}
.andr-list-one li a:hover::after {
  background-color: #0e78c7;
}
.andr-list-one li:last-of-type {
  margin-bottom: unset;
}
.andr-list-one li span {
  float: right;
  color: #b5b5b5;
}
.andr-list-two li {
  position: relative;
  margin-bottom: 20px;
}
.andr-list-two li:last-of-type {
  margin-bottom: unset;
}
.andr-list-two li .sort-num {
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  background-color: #e5e5e5;
  border-radius: 3px;
  color: #a0a0a0;
}
.andr-list-two li:first-of-type .sort-num {
  background-color: #eb6100;
  color: white;
}
.andr-list-two li:nth-of-type(2) .sort-num {
  background-color: #ff9e1e;
  color: white;
}
.andr-list-two li:nth-of-type(3) .sort-num {
  background-color: #f6b37f;
  color: white;
}
.andr-list-two li .right-cont {
  padding-left: 30px;
}
.andr-list-two li .right-cont .down-wrap {
  display: none;
  position: relative;
  height: 54px;
  padding-left: 60px;
}
.andr-list-two li .right-cont .down-wrap img {
  width: 54px;
  height: 54px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.andr-list-two li .right-cont .down-wrap a {
  display: inline-block;
  line-height: 20px;
  text-align: center;
  color: white;
  width: 76px;
  height: 20px;
  background-color: #ff9e1e;
  border-radius: 5px;
  font-size: 14px;
  margin-top: 6px;
}
.andr-list-two li .right-cont:hover .down-wrap {
  display: block;
}
.andr-list-two li .right-cont:hover .down-a {
  display: none;
}
.rank-list-ctl li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.rank-list-ctl li:nth-of-type(1) .sort-num {
  color: #eb6100;
}
.rank-list-ctl li:nth-of-type(2) .sort-num {
  color: #ff9e1e;
}
.rank-list-ctl li:nth-of-type(3) .sort-num {
  color: #f6b37f;
}
.rank-list-ctl li:hover .down-a {
  color: #0e78c7;
}
.rank-list-ctl li:hover .down-wrap {
  display: inline-block;
}
.rank-list-ctl .down-wrap {
  height: 98px;
  margin-top: 8px;
  display: none;
}
.rank-list-ctl .info {
  font-size: 14px;
  color: #b5b5b5;
  margin-left: 144px;
  padding-top: 10px;
}
.rank-list-ctl .sort-num {
  font-weight: bold;
  font-size: 18px;
  font-style: italic;
  margin-right: 6px;
  vertical-align: text-top;
}
.rank-list-ctl img {
  width: 136px;
  height: 98px;
  float: left;
}


.hehe_jiji{width: 100%;}
.hh_hj_row{width: 100%;display: block;position:relative;height: 180px;background:#f7f7f7;margin-top: 8px;margin-bottom: 8px;}
.hh_hj_row img{width: 100%;height: 100%;}
.hh_hj_tit{position:absolute;left:0;bottom:0;background:rgba(0,0,0,0.5);color:#fff;font-size:15px;line-height: 35px;width:100%;text-align: center;margin: 0;}
