@charset "UTF-8";
html, body {
  margin: 0;
  font: 13px/21px "微软雅黑","Microsoft Yahei"; }

dd, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, ul {
  margin: 0;
  padding: 0; }

fieldset, img {
  border: none; }

li {
  list-style: none; }

img, input, select {
  display: block;
  vertical-align: middle; }

input, select, textarea {
  font-size: 13px; }

img, li {
  /*-webkit-transform:translate3d(0, 0, 0);
  transform:translate3d(0, 0, 0);*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

a {
  color: #999999;
  text-decoration: none; }

a:hover {
  color: #e6d928;
  text-decoration: none; }

div, dl, ul {
  zoom: 1; }

div:after, dl:after, ul:after {
  content: "";
  display: block;
  clear: both;
  height: 0; }

/*初始化结束*/
html {
  min-width: 1400px;
  /*overflow: hidden;*/ }

body {
  background: #0a080f; }

.cms-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  /*font-size: 0;*/
  background: url("//static-s.iqiyi.com/clhhr/20191129/bg12.jpg") center top no-repeat; }

.section0 {
  width: 2000px;
  position: relative;
  left: 50%;
  margin-left: -1000px;
  height: 400px;
  background: url("//static-s.iqiyi.com/clhhr/20191129/top_01.jpg") top center no-repeat; }
  .section0 .sec-img {
    position: absolute;
    top: 310px;
    left: 50%;
    margin-left: 198px; }
  .section0 .sec-img1 {
    position: absolute;
    top: 295px;
    left: 50%;
    margin-left: -503px; }

.player {
  margin: 0 auto;
  height: 8380px;
  width: 980px;
  /*background: #6b6969;*/ }

.sec-nav {
  width: 1088px;
  height: 68px;
  position: relative;
  left: 50%;
  margin-top: 40px;
  margin-bottom: 5px;
  margin-left: -544px; }
  .sec-nav .nav-U {
    width: 1088px; }
    .sec-nav .nav-U .nav-L {
      float: left;
      width: 136px;
      height: 54px;
      cursor: pointer;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      position: relative;
      top: 0; }
      .sec-nav .nav-U .nav-L .nav-zi {
        margin: 5px auto 0; }
      .sec-nav .nav-U .nav-L ._h {
        margin: auto;
        display: none; }
    .sec-nav .nav-U .nav-L:hover ._h {
      display: block;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .sec-nav .nav-U .nav-L:hover .nav-zi {
      display: none; }

.arrow-tab-box {
  position: absolute;
  width: 196px;
  height: 36px; }

.arrow_left, .arrow_right {
  display: block;
  width: 54px;
  height: 36px;
  position: absolute;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.arrow_left {
  top: 0;
  left: 0;
  background: url("//static-s.iqiyi.com/clhhr/20191129/arr-left.png") center center no-repeat; }

.arrow_right {
  top: 0;
  right: 0;
  background: url("//static-s.iqiyi.com/clhhr/20191129/arr-right.png") center center no-repeat; }

.sec-title {
  margin: 0 auto; }

/*节目回顾*/
.section1 {
  width: 1031px;
  height: 430px;
  position: absolute;
  left: 50%;
  margin-left: -515px;
  top: 94px;
  margin-bottom: 30px; }
  .section1 .sec1-content {
    width: 1031px;
    height: 279px;
    z-index: 2;
    position: relative;
    background: url("//static-s.iqiyi.com/clhhr/20191129/sec1.png") no-repeat;
    margin-top: 25px; }
  .section1 .tor-video {
    width: 215px;
    height: 201px;
    display: block;
    position: absolute;
    right: 35px;
    top: 35px; }
  .section1 .playlist-content {
    width: 744px;
    height: 175px;
    position: relative;
    left: 35px;
    top: 35px;
    overflow: hidden; }
    .section1 .playlist-content ul {
      width: 20000px;
      height: 175px;
      /*background: #eeeeee;*/
      position: absolute;
      left: 0;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      /* Firefox 4 */
      -webkit-transition: all 0.5s;
      /* Safari 和 Chrome */
      -o-transition: all 0.5s;
      /* Opera */ }
      .section1 .playlist-content ul li {
        width: 180px;
        height: 170px;
        float: left;
        margin-right: 6px; }
        .section1 .playlist-content ul li img {
          display: block;
          width: 180px;
          height: 120px; }
        .section1 .playlist-content ul li span {
          text-align: center;
          display: block;
          width: 180px;
          height: 50px;
          padding: 6px 10px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font: 14px/40px "微软雅黑","Microsoft Yahei";
          background-color: #1d093d;
          color: #d3d2d7;
          transition: all 0.2s;
          -moz-transition: all 0.2s;
          /* Firefox 4 */
          -webkit-transition: all 0.2s;
          /* Safari 和 Chrome */
          -o-transition: all 0.2s;
          /* Opera */
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
      .section1 .playlist-content ul li:hover span {
        font: 14px/18px "微软雅黑","Microsoft Yahei";
        background-color: #fff;
        color: #1d093d !important;
        white-space: normal; }
  .section1 .arrow-tab-box {
    top: 217px;
    left: 355px; }

.gg1 {
  top: 1200px; }

.gg2 {
  top: 2687px; }

.gg3 {
  top: 3855px; }

.gg4 {
  top: 5065px; }

/*广告通栏1*/
.banner1-outer {
  width: 1011px;
  height: 145px;
  position: absolute;
  left: 50%;
  margin-left: -505px;
  background: url("//static-s.iqiyi.com/clhhr/20191129/gg-bg.png") no-repeat; }
  .banner1-outer .banner1 {
    width: 980px;
    height: 100px;
    position: absolute;
    top: 21px;
    left: 14px; }
  .banner1-outer .banner-ad {
    width: 980px;
    height: 100px; }
    .banner1-outer .banner-ad a, .banner1-outer .banner-ad a img {
      display: block;
      width: 980px;
      height: 100px; }

/*精彩看点*/
.section2 {
  width: 1031px;
  height: 715px;
  position: absolute;
  left: 50%;
  margin-left: -515px;
  top: 1400px;
  margin-bottom: 30px; }
  .section2 .sec2-content {
    width: 1031px;
    height: 563px;
    z-index: 2;
    position: relative;
    background: url("//static-s.iqiyi.com/clhhr/20191129/sec3.png") no-repeat; }
    .section2 .sec2-content .sec2-nav {
      width: 1008px;
      height: 55px;
      top: 40px;
      left: 26px;
      position: absolute; }
      .section2 .sec2-content .sec2-nav li {
        width: 79px;
        height: 42px;
        cursor: pointer;
        float: left;
        margin-right: 3px;
        overflow: hidden; }
        .section2 .sec2-content .sec2-nav li img {
          margin: 0 auto 0; }
        .section2 .sec2-content .sec2-nav li ._ed {
          display: none; }
        .section2 .sec2-content .sec2-nav li ._hover {
          display: none; }
      .section2 .sec2-content .sec2-nav .ed_L ._ed {
        display: block; }
      .section2 .sec2-content .sec2-nav .ed_L ._u {
        display: none; }
      .section2 .sec2-content .sec2-nav .ed_L:hover ._hover, .section2 .sec2-content .sec2-nav .active-nav-L ._hover {
        display: block; }
      .section2 .sec2-content .sec2-nav .ed_L:hover ._ed, .section2 .sec2-content .sec2-nav .active-nav-L ._ed {
        display: none; }
    .section2 .sec2-content .sec2-con-L-right {
      position: absolute;
      width: 558px;
      height: 355px;
      right: 27px;
      top: 116px; }
      .section2 .sec2-content .sec2-con-L-right .playlist-content {
        width: 558px;
        height: 354px;
        position: relative;
        overflow: hidden; }
        .section2 .sec2-content .sec2-con-L-right .playlist-content ul {
          width: 20000px;
          height: 175px;
          /*background: #eeeeee;*/
          position: absolute;
          left: 0;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          /* Firefox 4 */
          -webkit-transition: all 0.5s;
          /* Safari 和 Chrome */
          -o-transition: all 0.5s;
          /* Opera */ }
          .section2 .sec2-content .sec2-con-L-right .playlist-content ul li {
            width: 180px;
            height: 170px;
            float: left;
            margin-right: 6px;
            margin-bottom: 15px; }
            .section2 .sec2-content .sec2-con-L-right .playlist-content ul li img {
              display: block;
              width: 180px;
              height: 120px; }
            .section2 .sec2-content .sec2-con-L-right .playlist-content ul li span {
              text-align: center;
              display: block;
              width: 180px;
              height: 50px;
              padding: 6px 10px;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              font: 14px/40px "微软雅黑","Microsoft Yahei";
              background-color: #1d093d;
              color: #d3d2d7;
              transition: all 0.2s;
              -moz-transition: all 0.2s;
              /* Firefox 4 */
              -webkit-transition: all 0.2s;
              /* Safari 和 Chrome */
              -o-transition: all 0.2s;
              /* Opera */
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
          .section2 .sec2-content .sec2-con-L-right .playlist-content ul li:hover span {
            font: 14px/18px "微软雅黑","Microsoft Yahei";
            background-color: #fff;
            color: #1d093d !important;
            white-space: normal; }
        .section2 .sec2-content .sec2-con-L-right .playlist-content .unLoad {
          width: 558px !important;
          height: 354px;
          float: left; }
      .section2 .sec2-content .sec2-con-L-right .arrow-tab-box {
        top: 370px;
        left: 178px; }
  .section2 .sec2-con-L-left {
    width: 410px;
    height: 355px;
    position: absolute;
    top: 115px;
    left: 27px;
    overflow: hidden;
    background: #1d093d; }
    .section2 .sec2-con-L-left ._tabs {
      width: 105px;
      height: 27px;
      display: block;
      position: absolute;
      top: 15px;
      right: 0;
      color: #000;
      font: 16px/27px "微软雅黑","Microsoft Yahei";
      background: url("//static-s.iqiyi.com/yanyuandepinge/20181204/section3-small.png") no-repeat; }
    .section2 .sec2-con-L-left span {
      display: block;
      width: 394px;
      height: 47px;
      padding-left: 12px;
      padding-right: 12px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font: 500 18px/55px "微软雅黑","Microsoft Yahei";
      text-align: center;
      color: #32edfa;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      transition: all 0.2s;
      -moz-transition: all 0.2s;
      /* Firefox 4 */
      -webkit-transition: all 0.2s;
      /* Safari 和 Chrome */
      -o-transition: all 0.2s;
      /* Opera */ }
    .section2 .sec2-con-L-left a {
      width: 394px;
      height: 290px;
      overflow: hidden;
      display: block;
      margin-top: 8px;
      margin-left: 8px; }
      .section2 .sec2-con-L-left a img {
        width: 394px;
        height: 290px;
        background: #6b6969;
        transition: all 0.2s;
        -moz-transition: all 0.2s;
        /* Firefox 4 */
        -webkit-transition: all 0.2s;
        /* Safari 和 Chrome */
        -o-transition: all 0.2s;
        /* Opera */ }
  .section2 .sec2-con-L-left:hover a img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -o-transform: scale(1.05);
    /* Opera */ }

/*明星合伙人*/
.section3 {
  width: 1031px;
  height: 660px;
  position: absolute;
  left: 50%;
  margin-left: -515px;
  top: 602px;
  margin-bottom: 30px; }
  .section3 .sec3-content {
    width: 1200px;
    height: 415px;
    z-index: 2;
    position: relative;
    margin-top: 30px;
    background: url("//static-s.iqiyi.com/clhhr/20191129/sec2-content.png") center no-repeat;
    left: 50%;
    margin-left: -600px; }
    .section3 .sec3-content .nav_p {
      height: 440px;
      overflow: hidden;
      position: absolute;
      top: -55px;
      left: 50%;
      margin-left: -500px;
      width: 1020px; }
      .section3 .sec3-content .nav_p li {
        width: 182px;
        height: 440px;
        float: left;
        margin-right: 20px; }
      .section3 .sec3-content .nav_p .partner1 {
        width: 192px;
        background: url("//static-s.iqiyi.com/clhhr/20191129/fks.png") bottom right no-repeat; }
      .section3 .sec3-content .nav_p .partner2 {
        background: url("//static-s.iqiyi.com/clhhr/20191129/ab.png") bottom right no-repeat; }
      .section3 .sec3-content .nav_p .partner3 {
        width: 202px;
        margin-right: 0;
        background: url("//static-s.iqiyi.com/clhhr/20191129/wyf.png") bottom right no-repeat; }
      .section3 .sec3-content .nav_p .partner4 {
        background: url("//static-s.iqiyi.com/clhhr/20191129/pwb.png") bottom right no-repeat; }
      .section3 .sec3-content .nav_p .partner5 {
        background: url("//static-s.iqiyi.com/clhhr/20191129/zjm.png") bottom right no-repeat; }
      .section3 .sec3-content .nav_p .partner:hover {
        transform: scale(1.05);
        -webkit-transform: scale(1.05); }

/*周边打包*/
/*节目回顾*/
.section4 {
  width: 1031px;
  height: 430px;
  position: absolute;
  left: 50%;
  margin-left: -515px;
  top: 2205px;
  margin-bottom: 30px; }
  .section4 .sec4-content {
    width: 1031px;
    height: 279px;
    z-index: 2;
    position: relative;
    background: url("//static-s.iqiyi.com/clhhr/20191129/sec1.png") no-repeat;
    margin-top: 15px; }
  .section4 .playlist-content {
    width: 940px;
    height: 175px;
    position: relative;
    left: 43px;
    top: 35px;
    overflow: hidden; }
    .section4 .playlist-content ul {
      width: 20000px;
      height: 175px;
      /*background: #eeeeee;*/
      position: absolute;
      left: 0;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      /* Firefox 4 */
      -webkit-transition: all 0.5s;
      /* Safari 和 Chrome */
      -o-transition: all 0.5s;
      /* Opera */ }
      .section4 .playlist-content ul li {
        width: 180px;
        height: 170px;
        float: left;
        margin-right: 10px; }
        .section4 .playlist-content ul li img {
          display: block;
          width: 180px;
          height: 120px; }
        .section4 .playlist-content ul li span {
          text-align: center;
          display: block;
          width: 180px;
          height: 50px;
          padding: 6px 10px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font: 14px/40px "微软雅黑","Microsoft Yahei";
          background-color: #1d093d;
          color: #d3d2d7;
          transition: all 0.2s;
          -moz-transition: all 0.2s;
          /* Firefox 4 */
          -webkit-transition: all 0.2s;
          /* Safari 和 Chrome */
          -o-transition: all 0.2s;
          /* Opera */
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
      .section4 .playlist-content ul li:hover span {
        font: 14px/18px "微软雅黑","Microsoft Yahei";
        background-color: #fff;
        color: #1d093d !important;
        white-space: normal; }
  .section4 .arrow-tab-box {
    top: 217px;
    left: 415px; }
  .section4 ._box {
    position: absolute;
    top: 258px;
    left: -198px;
    z-index: 2; }

.section5 {
  top: 2866px; }

.section6 {
  top: 3367px; }

.section7 {
  width: 1031px;
  height: 890px;
  position: absolute;
  left: 50%;
  margin-left: -515px;
  top: 4112px;
  margin-bottom: 30px; }
  .section7 .sec7-content {
    width: 1031px;
    height: 731px;
    z-index: 2;
    position: relative;
    background: url("//static-s.iqiyi.com/clhhr/20191129/sec6.png") no-repeat;
    margin-top: 15px; }
    .section7 .sec7-content img {
      position: absolute; }
    .section7 .sec7-content .big-image {
      width: 533px;
      height: 571px;
      top: 70px;
      left: 62px; }
    .section7 .sec7-content .small-image1 {
      width: 351px;
      height: 172px;
      top: 70px;
      right: 49px; }
    .section7 .sec7-content .small-image2 {
      width: 351px;
      height: 173px;
      top: 271px;
      right: 49px; }
    .section7 .sec7-content .small-image3 {
      width: 351px;
      height: 172px;
      top: 469px;
      right: 49px; }

/*微博围观*/
.com-6605868 {
  width: 1031px !important;
  height: 1034px !important;
  position: relative !important;
  left: 50% !important;
  margin-left: -515px !important;
  background: url("//static-s.iqiyi.com/clhhr/20191202/sec7-content.png") center top no-repeat !important;
  padding-top: 60px !important;
  margin-top: 20px !important; }

.com-6605868 .csPpFeed_area {
  width: 669px !important;
  height: 974px !important;
  margin-left: 37px !important;
  background: #fff !important;
  padding: 5px !important;
  margin-top: -23px !important; }

.com-6605868 .csPpFeed_bd {
  overflow: auto !important;
  height: 845px !important; }

.cms-row {
  margin-left: -20px !important; }

.cms-block .cms-component {
  overflow: visible !important; }

.section10 {
  float: left;
  width: 1035px;
  /*height: 1200px;*/
  position: relative;
  top: -1245px;
  left: 50%;
  margin-left: -517px; }

.paopao-right-ad {
  position: absolute;
  top: 188px;
  right: 44px;
  width: 250px;
  height: 780px; }

.ad-case {
  width: 254px;
  height: 234px;
  background: url("//static-s.iqiyi.com/clhhr/20191202/ad.png") center center no-repeat;
  margin-bottom: 17px; }

.paopao-right-ad .right-ad {
  position: relative;
  width: 250px;
  height: 230px;
  top: 2px;
  margin-left: 2px; }

/*合作鸣谢*/
#section9 {
  position: absolute;
  top: 24px;
  left: 50%;
  margin-left: -494px;
  height: 500px; }

.hezuo {
  width: 981px;
  margin-top: 500px;
  background: #6db8ff; }

._mask {
  position: fixed;
  top: 45px;
  height: 80px;
  /*background: #2156d8;*/
  z-index: -1;
  width: 2000px;
  left: 50%;
  margin-left: -1000px;
  display: none; }

.sec-nav-fixed {
  position: fixed;
  top: 55px;
  z-index: 1000; }

.sec-nav-fixed ._mask {
  display: block; }

._top {
  z-index: 800;
  position: fixed;
  left: 50%;
  margin-left: 483px;
  top: 530px;
  display: block;
  width: 176px;
  height: 242px;
  background: url(//static-s.iqiyi.com/clhhr/20191129/go-top.png) bottom center no-repeat; }

.tprk:hover {
  background: url("//static-s.iqiyi.com/qcyn/20190115/_toph.png") top center no-repeat; }

.ftop {
  z-index: 800;
  position: absolute;
  left: 50%;
  margin-left: -75px;
  top: 178px;
  display: block;
  width: 150px;
  height: 55px; }

.footerN1214 {
  background: #2a2a2a !important;
  color: #555555 !important; }

.hide {
  display: none; }

@-moz-keyframes loading {
  0%, 100% {
    -moz-transform: scale(1) rotateZ(0deg);
    transform: scale(1) rotateZ(0deg);
    opacity: 1; }
  26% {
    -moz-transform: scale(1.1) rotateZ(12deg);
    transform: scale(1.1) rotateZ(12deg);
    opacity: .6; }
  76% {
    -moz-transform: scale(0.8) rotateZ(-8deg);
    transform: scale(0.8) rotateZ(-8deg);
    opacity: .8; } }
@-webkit-keyframes loading {
  0%, 100% {
    -webkit-transform: scale(1) rotateZ(0deg);
    transform: scale(1) rotateZ(0deg);
    opacity: 1; }
  26% {
    -webkit-transform: scale(1.1) rotateZ(12deg);
    transform: scale(1.1) rotateZ(12deg);
    opacity: .6; }
  76% {
    -webkit-transform: scale(0.8) rotateZ(-8deg);
    transform: scale(0.8) rotateZ(-8deg);
    opacity: .8; } }
@keyframes loading {
  0%, 100% {
    -moz-transform: scale(1) rotateZ(0deg);
    -ms-transform: scale(1) rotateZ(0deg);
    -webkit-transform: scale(1) rotateZ(0deg);
    transform: scale(1) rotateZ(0deg);
    opacity: 1; }
  26% {
    -moz-transform: scale(1.1) rotateZ(12deg);
    -ms-transform: scale(1.1) rotateZ(12deg);
    -webkit-transform: scale(1.1) rotateZ(12deg);
    transform: scale(1.1) rotateZ(12deg);
    opacity: .6; }
  76% {
    -moz-transform: scale(0.8) rotateZ(-8deg);
    -ms-transform: scale(0.8) rotateZ(-8deg);
    -webkit-transform: scale(0.8) rotateZ(-8deg);
    transform: scale(0.8) rotateZ(-8deg);
    opacity: .8; } }
@-moz-keyframes loading1 {
  0% ,100% {
    -moz-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  25% {
    -moz-transform: translate(2px, -2px);
    transform: translate(2px, -2px); }
  50% {
    -moz-transform: translate(4px, -4px);
    transform: translate(4px, -4px); }
  76% {
    -moz-transform: translate(2px, -2px);
    transform: translate(2px, -2px); } }
@-webkit-keyframes loading1 {
  0% ,100% {
    /*-moz-transform: scale(1) ;*/
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  25% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px); }
  50% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px); }
  76% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px); } }
@keyframes loading1 {
  0% ,100% {
    /*-moz-transform: scale(1) ;*/
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  25% {
    -moz-transform: translate(2px, -2px);
    -ms-transform: translate(2px, -2px);
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px); }
  50% {
    -moz-transform: translate(4px, -4px);
    -ms-transform: translate(4px, -4px);
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px); }
  76% {
    -moz-transform: translate(2px, -2px);
    -ms-transform: translate(2px, -2px);
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px); } }
@-moz-keyframes loading2 {
  0%, 100% {
    -moz-transform: scale(1) rotateZ(0deg);
    transform: scale(1) rotateZ(0deg);
    opacity: 1; }
  26% {
    -moz-transform: scale(1) rotateZ(-0.5deg);
    transform: scale(1) rotateZ(-0.5deg); }
  76% {
    -moz-transform: scale(1) rotateZ(0.5deg);
    transform: scale(1) rotateZ(0.5deg); } }
@-webkit-keyframes loading2 {
  0%, 100% {
    -webkit-transform: scale(1) rotateZ(0deg);
    transform: scale(1) rotateZ(0deg);
    opacity: 1; }
  26% {
    -webkit-transform: scale(1) rotateZ(-0.5deg);
    transform: scale(1) rotateZ(-0.5deg); }
  76% {
    -webkit-transform: scale(1) rotateZ(0.5deg);
    transform: scale(1) rotateZ(0.5deg); } }
@keyframes loading2 {
  0%, 100% {
    -moz-transform: scale(1) rotateZ(0deg);
    -ms-transform: scale(1) rotateZ(0deg);
    -webkit-transform: scale(1) rotateZ(0deg);
    transform: scale(1) rotateZ(0deg);
    opacity: 1; }
  26% {
    -moz-transform: scale(1) rotateZ(-0.5deg);
    -ms-transform: scale(1) rotateZ(-0.5deg);
    -webkit-transform: scale(1) rotateZ(-0.5deg);
    transform: scale(1) rotateZ(-0.5deg); }
  76% {
    -moz-transform: scale(1) rotateZ(0.5deg);
    -ms-transform: scale(1) rotateZ(0.5deg);
    -webkit-transform: scale(1) rotateZ(0.5deg);
    transform: scale(1) rotateZ(0.5deg); } }
/*animation: loading 1s linear infinite -0.8s;*/

/*# sourceMappingURL=chaoliuhehuoren.css.map */
