@charset "utf-8";
body,
div,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
table,
input,
button,
td,
img,
tr,
dl,
dd,
dt {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Microsoft YaHei", sans-serif;
  min-width: 320px;
  font-size: 14px;
  color: #333;
  background: #fafafa;
}

ul {
  list-style-type: none;
}

button,
img {
  border: none;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  color: #09bb07;
}

/*gg_ads广告*/
.gg-ads {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

/* 头部样式 */
header {
  width: 100%;
  min-width: 320px;
  background: #fff;
  margin-top: 50px;
}

.top {
  width: 100%;
  overflow: hidden;
  background: #1abc9c;
  position: fixed;
  z-index: 9999;
  top: 0;
  box-shadow: 0 0 5px #aaa;
}

.center {
  margin: 0 auto;
  max-width: 1200px;
  min-width: 320px;
  overflow: hidden;
}

.logo {
  float: left;
}

.logo a {
  display: block;
  width: 120px;
  height: 50px;
  background: url(../images/logo.png) no-repeat center center;
  background-size: contain;
}

.sou {
  display: none;
  float: left;
  line-height: 50px;
  margin-left: 12%;
  padding-left: 26px;
  background: url(../images/sd.png) no-repeat -105px 16px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.dh {
  display: none;
  float: right;
  line-height: 50px;
  padding-left: 26px;
  margin-right: 10%;
  background: url(../images/ico.png) no-repeat 0 16px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.search {
  width: 17%;
  float: right;
  background: #eee;
  margin: 10px 2% 0 0;
}

.search input {
  float: left;
  height: 30px;
  background: #eee;
  line-height: 32px;
  border: none;
  text-indent: 10px;
}

.search button {
  float: right;
  width: 30px;
  height: 30px;
  background: #fff url(../images/ico.png) no-repeat -72px 5px;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
}

nav {
  width: 70%;
  float: left;
  overflow-x: auto;
}

nav ul {
  white-space: nowrap;
}

nav ul li {
  display: inline-block;
  padding: 0 10px;
  line-height: 50px;
  text-align: center;
}

nav ul li.active a {
  font-weight: bolder;
}

nav ul li a {
  display: block;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
}

nav ul li a:hover {
  color: #fefefe;
}

.nav2 {
  width: 100%;
  overflow: hidden;
}

.nav2 ul {
  max-width: 1200px;
  margin: 0 auto;
  border-bottom: 1px dotted #e3e3e3;
}

.nav2 ul span {
  padding: 2px 3px;
  margin-left: 2px;
  background: #1abc9c;
  color: #fff;
}

.nav2 ul li {
  display: inline-block;
  line-height: 40px;
}

.nav2 ul li a {
  display: inline-block;
  padding: 0 5px;
}

.nav2 ul li.active a {
  color: #1abc9c;
}

/* 功能区域样式 */
.container {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.row {
  padding: 5px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
}

.row:nth-of-type(1) {
  margin-top: 10px;
}

/* 首页左侧列表样式 */
.left {
  width: 85%;
  float: left;
  overflow: hidden;
}

.hd {
  padding: 3px 1%;
  height: 36px;
  line-height: 36px;
}

.hd h2,
.hd h1 {
  font-size: 20px;
  float: left;
}

.hd span {
  float: right;
}

.hd span a {
  color: #999;
}

.show {
  overflow: hidden;
}

.show ul li {
  float: left;
  width: 16.66%;
  box-sizing: border-box;
  padding: 0 1%;
}

.show .tu {
  background: url(../images/bg.png) no-repeat center center;
  position: relative;
  height: 0;
  padding-bottom: 140%;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  background-size: cover;
}

.show .tu a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.show .tu img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.6s;
}

.show .tu img:hover {
  transform: scale(1.04);
}

.show .score {
  position: absolute;
  text-align: right;
  line-height: 24px;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  color: #fff;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  box-sizing: border-box;
  padding-right: 6px;
}

.show .tit {
  padding: 5px 0;
}

.show .tit span {
  display: block;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}

.show .tit p.person {
  color: #666;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}

.show .tit p a {
  color: #666;
  font-size: 12px;
}

.dlist {
  padding: 5px 0;
}

.dlist ul li {
  float: left;
  height: 32px;
  line-height: 32px;
  width: 16.66%;
  border-top: 1px dotted #eee;
  overflow: hidden;
}

.dlist ul li i {
  font-size: 12px;
  padding: 1px 5px;
  font-style: normal;
}

.dlist ul li a {
  padding-left: 6px;
}

/* 首页右侧样式 */
.right {
  width: 15%;
  float: right;
}

.right ul {
  padding-left: 5px;
}

.right ul li {
  height: 32px;
  line-height: 32px;
  overflow: hidden;
}

.right ul li i {
  padding: 1px 5px;
  font-size: 12px;
  font-style: normal;
  background: #eee;
  margin-right: 10px;
}

.right ul li:nth-child(-n + 4) i {
  background: #1abc9c;
  color: #fff;
}

/* 友情链接 */
.link {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
}

.link ul li {
  float: left;
  line-height: 26px;
  padding: 0 1%;
}

.link ul li a {
  color: #999;
}

/* footer */
footer {
  padding: 10px;
  background: #eee;
  border-top: 1px solid #e1e1e1;
}

footer p {
  font-size: 13px;
  text-align: center;
  color: #666;
  line-height: 24px;
}

/* 列表分页 */
.page {
  padding: 10px;
}

.page ul li {
  float: left;
  border: 1px solid #e2e2e2;
  margin-right: 10px;
  padding: 5px 10px;
}

/* 信息页 */
.position {
  height: 40px;
  line-height: 40px;
  padding-left: 5px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 5px;
  overflow: hidden;
}

.content {
  padding: 5px;
  margin-bottom: 10px;
  background: #fff;
  overflow: hidden;
}

.content .pic {
  background: url(../images/bg.png) no-repeat center center;
  width: 260px;
  height: 346px;
  float: left;
  border-radius: 2px;
  box-shadow: 0 2px 12px 0 rgba(92, 92, 92, 0.5);
  overflow: hidden;
}

.content .pic img {
  display: block;
  width: 100%;
  height: 100%;
}

.info {
  padding-left: 20px;
  overflow: hidden;
}

.info .title {
  margin: 10px 0;
}

.info .title h1 {
  font-size: 28px;
  font-weight: 400;
  display: inline-block;
}

.info .title em {
  padding-left: 10px;
  color: #666;
  font-style: normal;
}

.info ul li {
  height: 24px;
  line-height: 24px;
  margin-bottom: 5px;
  overflow: hidden;
}

.info ul li span {
  color: #666;
}

.info ul li p {
  width: 50%;
  float: left;
}

.text {
  line-height: 24px;
  padding-left: 20px;
  overflow: hidden;
}

.text span {
  color: #666;
}

.text p {
  display: inline;
}

.text p a {
  color: #09bb07;
  cursor: pointer;
}

.play {
  background: #fff;
  overflow: hidden;
}

.play .tit {
  margin: 10px 15px 0;
  border-bottom: 1px solid #ddd;
  overflow-x: auto;
  overflow-y: hidden;
}

.play .tit span {
  display: inline-block;
  padding: 10px 2px;
  font-size: 15px;
  margin-right: 15px;
  cursor: pointer;
}

.play .tit span.on {
  border-bottom: 2px solid #09bb07;
  margin-bottom: -1px;
}

.playlist {
  overflow: hidden;
}

.playlist ul {
  padding: 5px;
  display: none;
}

.playlist ul:first-child {
  display: block;
}

.playlist ul li {
  float: left;
  min-width: 12.5%;
  text-align: center;
  line-height: 35px;
  border-radius: 2px;
}

.playlist ul li a {
  display: block;
  margin: 5px;
  border: 1px solid #e5e5e5;
}

.playlist ul li a:hover {
  background: #1abc9c;
  color: #fff;
}

.playlist ul li a.active {
  background: #1abc9c;
  color: #fff;
}

.playlist ul:nth-child(2n) li a {
  background: #eee;
}

.playlist ul:nth-child(2n) li a:hover {
  background: #1abc9c;
  color: #fff;
}

.playlist ul:nth-child(2n) li a.active {
  background: #1abc9c;
  color: #fff;
}

/* 播放页 */
p.copyright {
  text-align: center;
  color: #eee;
  line-height: 30px;
  position: absolute;
  width: 100%;
}

p.copyright a {
  color: #eee;
}

.player {
  height: 320px;
  background: #222 url(../images/player.png) no-repeat center center;
  position: relative;
}

.next {
  padding: 10px 0;
  background: #222;
  text-align: right;
}

.next a {
  color: #eee;
  padding: 5px 10px;
  display: inline-block;
  background: #333;
  margin-right: 10px;
}

.next a:active {
  color: #ff3933;
  background: #666;
}

/*css3媒体查询部分*/
@media screen and (max-width: 960px) {
  .left,
  .right,
  .main,
  .aside {
    width: 100%;
  }

  .right .hd,
  .link {
    display: none;
  }

  .play {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (min-width: 640px) and (max-width: 960px) {
  .right ul li {
    width: 25%;
    float: left;
  }

  .dlist ul li {
    width: 25%;
  }
}

@media screen and (max-width: 640px) {
  header {
    margin-top: 96px;
  }

  .sou,
  .dh {
    display: block;
  }

  .search {
    display: none;
    width: 98%;
    margin: 5px 1%;
  }

  .search input {
    width: 80%;
  }

  nav {
    width: 100%;
    background: #fefefe;
  }

  nav ul li {
    line-height: 36px;
  }

  nav ul li a {
    color: #333;
    font-size: 17px;
  }

  nav ul li a:hover {
    color: #333;
  }

  .nav2 {
    display: none;
  }

  .nav2 ul {
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .hd {
    height: 24px;
    line-height: 24px;
  }

  .hd h2,
  .hd h1 {
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    padding-left: 8px;
    border-left: 3px solid #46b535;
    font-weight: normal;
  }

  .show ul li,
  .actors ul li {
    width: 33.33%;
  }

  .right ul li {
    width: 50%;
    float: left;
  }

  .dlist ul li {
    width: 50%;
  }

  .content .pic {
    width: 120px;
    height: 160px;
  }

  .content .title {
    margin: 5px 0;
  }

  .content .title h1 {
    font-size: 16px;
    display: block;
  }

  .content .title em {
    padding-left: 0px;
    font-size: 12px;
  }

  .info {
    padding-left: 10px;
  }

  .info ul li {
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    margin-bottom: 5px;
  }

  .info ul li span {
    font-size: 13px;
  }

  .info ul li p {
    height: 20px;
    overflow: hidden;
  }

  .text {
    width: 100%;
    padding: 5px;
  }

  .play .tit {
    margin: 0 5px;
  }

  .play .playlist li {
    min-width: 25%;
  }

  .show ul .art-item-1 {
    width: 50%;
  }

  .player {
    height: 160px;
  }
}
