* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none; }

.body > div {
  min-width: 1200px;
  width: 100%; }
  .body > div > h2 {
    display: block;
    width: 1200px;
    margin: 80px auto;
    font-size: 30px;
    font-weight: bold;
    color: #161616; }
    .body > div > h2 i {
      display: inline-block;
      width: 70px;
      height: 70px;
      background: url("../img/webhot-new3/pencle.png") center center no-repeat; }
  .body > div > div .line-title {
    width: 558px;
    margin: 0 auto;
    position: relative;
    font-size: 24px;
    color: #7d7d7d;
    text-align: center;
    border-top: solid 2px #333;
    padding-top: 40px; }
    .body > div > div .line-title h2 {
      display: block;
      position: absolute;
      width: 350px;
      top: -23px;
      left: 104px;
      font-size: 30px;
      color: #313131;
      font-weight: bold;
      text-align: center;
      background-color: white; }
  .body > div .title {
    width: 550px;
    margin: 0 auto;
    border-top: solid 2px #00c8cc;
    position: relative;
    font-size: 24px;
    color: #00c8cc;
    text-align: center;
    margin-top: 120px;
    padding-top: 40px; }
    .body > div .title h2 {
      position: absolute;
      display: block;
      width: 345px;
      font-size: 36px;
      color: #7d7d7d;
      text-align: center;
      top: -22px;
      left: 102px;
      background-color: white; }
  .body > div .beauty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1200px;
    margin: 160px auto 0; }
    .body > div .beauty .small {
      width: 460px;
      height: 460px;
      overflow: hidden; }
      .body > div .beauty .small > div {
        width: 465px;
        height: 465px; }
        .body > div .beauty .small > div a {
          display: block;
          float: left;
          width: 150px;
          height: 150px;
          margin: 0 5px 5px 0; }
          .body > div .beauty .small > div a .cover {
            width: 150px;
            height: 150px;
            background: url("../img/smallcover.jpg");
            opacity: .9; }
        .body > div .beauty .small > div a.beauty1 {
          background: url("../img/beauty1.jpg") center center no-repeat; }
        .body > div .beauty .small > div a.beauty2 {
          background: url("../img/beauty1.jpg") center center no-repeat; }
        .body > div .beauty .small > div a.beauty3 {
          background: url("../img/beauty1.jpg") center center no-repeat; }
        .body > div .beauty .small > div a.beauty4 {
          background: url("../img/beauty1.jpg") center center no-repeat; }
        .body > div .beauty .small > div a.beauty5 {
          background: url("../img/beauty1.jpg") center center no-repeat; }
        .body > div .beauty .small > div a.beauty6 {
          background: url("../img/beauty1.jpg") center center no-repeat; }
        .body > div .beauty .small > div a.beauty7 {
          background: url("../img/beauty1.jpg") center center no-repeat; }
        .body > div .beauty .small > div a.beauty8 {
          background: url("../img/beauty1.jpg") center center no-repeat; }
        .body > div .beauty .small > div a.beauty9 {
          background: url("../img/beauty1.jpg") center center no-repeat; }
    .body > div .beauty .big {
      position: relative; }
      .body > div .beauty .big a.pic {
        display: block;
        width: 696px;
        height: 460px;
        background: url("../img/bigbeauty.jpg") center center no-repeat; }
        .body > div .beauty .big a.pic .cover {
          width: 696px;
          height: 460px;
          background: url("../img/bigcover.jpg") center center no-repeat;
          opacity: .7; }
      .body > div .beauty .big a.knowmore {
        display: block;
        position: absolute;
        left: 173px;
        top: 320px;
        width: 168px;
        height: 45px;
        background: url("../img/webhot-new3/dingzhi.jpg") left center no-repeat;
        border-radius: 10px; }
  .body > div .detail ul {
    width: 1200px;
    padding: 0 24px;
    box-sizing: border-box;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .body > div .detail ul li {
      display: block;
      position: relative;
      width: 240px;
      height: 300px;
      padding: 40px 45px;
      box-sizing: border-box; }
      .body > div .detail ul li h2 {
        font-size: 24px;
        font-weight: bold;
        line-height: 32px; }
      .body > div .detail ul li p {
        font-size: 18px;
        line-height: 36px;
        margin-top: 10px; }
      .body > div .detail ul li span {
        display: block;
        position: absolute;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        left: 80px;
        bottom: -45px;
        margin: 5px;
        border: solid 5px white;
        color: white;
        text-align: center;
        line-height: 60px;
        font-size: 30px;
        font-weight: bold; }
    .body > div .detail ul li:nth-child(odd) {
      background-color: rgba(27, 27, 27, 0.4); }
      .body > div .detail ul li:nth-child(odd) h2 {
        color: white; }
      .body > div .detail ul li:nth-child(odd) p {
        color: #c9c9c9; }
      .body > div .detail ul li:nth-child(odd) span {
        background-color: #49ad33; }
    .body > div .detail ul li:nth-child(even) {
      background-color: rgba(220, 220, 220, 0.4); }
      .body > div .detail ul li:nth-child(even) h2 {
        color: black; }
      .body > div .detail ul li:nth-child(even) p {
        color: #7d7d7d; }
      .body > div .detail ul li:nth-child(even) span {
        background-color: #ffd131; }
  .body > div .cooperation {
    margin-top: 180px; }
    .body > div .cooperation .lc {
      width: 1200px;
      margin: 0 auto; }
      .body > div .cooperation .lc ul {
        padding-left: 321px; }
        .body > div .cooperation .lc ul li {
          margin-top: 100px; }
          .body > div .cooperation .lc ul li p {
            font-size: 28px;
            color: #7d7d7d; }
            .body > div .cooperation .lc ul li p span {
              font-size: 36px;
              color: #49ad33;
              font-weight: bold; }
  .body > div .stage-live {
    margin-top: 160px;
    background: url("../img/liveback.jpg") center center no-repeat; }
    .body > div .stage-live .live {
      width: 750px;
      margin: 100px auto 0; }
      .body > div .stage-live .live ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .body > div .stage-live .live ul li {
          display: block;
          margin-top: 50px;
          background-color: rgba(0, 0, 0, 0.3); }
          .body > div .stage-live .live ul li a {
            display: block;
            width: 160px;
            height: 220px;
            padding: 20px;
            box-sizing: border-box; }
            .body > div .stage-live .live ul li a img {
              display: block;
              width: 120px;
              height: 120px;
              overflow: hidden; }
            .body > div .stage-live .live ul li a p {
              width: 120px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              font-size: 14px;
              color: white;
              text-align: center;
              line-height: 34px; }
            .body > div .stage-live .live ul li a i {
              display: block;
              width: 120px;
              height: 20px;
              background: url("../img/score50.png") center center no-repeat; }
  .body > div .stage-friend {
    width: 790px;
    margin: 180px auto 74px; }
    .body > div .stage-friend ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 35px; }
      .body > div .stage-friend ul li {
        display: block;
        margin-top: 45px; }
        .body > div .stage-friend ul li a {
          display: block;
          width: 158px;
          padding: 0 10px;
          box-sizing: border-box; }
          .body > div .stage-friend ul li a img {
            display: block;
            width: 68px;
            height: 68px;
            margin: 0 auto;
            overflow: hidden; }
          .body > div .stage-friend ul li a p {
            width: 138px;
            text-align: center;
            font-size: 14px;
            line-height: 24px;
            margin-top: 10px;
            color: #666; }
