body {
  width: 100%;
  min-width: 1200px;
  background: #F34F4B;
  background: -webkit-gradient(linear, left bottom, left top, from(#bd2c2a), color-stop(#f53935), to(#f53935));
  background: -webkit-linear-gradient(bottom, #bd2c2a, #f53935, #f53935);
  background: -o-linear-gradient(bottom, #bd2c2a, #f53935, #f53935);
  background: linear-gradient(0deg, #bd2c2a, #f53935, #f53935);
  -webkit-box-shadow: 0px -3px 9px 0px #f66266, 0px 9px 9px 0px rgba(247, 109, 115, 0.71);
          box-shadow: 0px -3px 9px 0px #f66266, 0px 9px 9px 0px rgba(247, 109, 115, 0.71);
  padding-bottom: 200px; }

img {
  vertical-align: middle; }

.band {
  position: relative;
  width: 100%;
  height: 620px;
  background: url(../images/band.png) no-repeat top center; }

.timeline {
  position: absolute;
  width: 100%;
  height: 18px;
  margin: 0 auto;
  background: url(../images/s_1.png) center;
  bottom: -10px; }
  .timeline > div {
    position: relative;
    width: 1200px;
    margin: 0 auto; }
    .timeline > div .time1 {
      position: relative;
      width: 434px;
      height: 18px;
      background: url(../images/s_2.png) no-repeat center; }
      .timeline > div .time1 .time_con {
        right: -135px; }
    .timeline > div .time2 {
      position: relative;
      width: 434px; }
      .timeline > div .time2 .time_con {
        right: 0; }
        .timeline > div .time2 .time_con p {
          color: #fff;
          opacity: 0.5;
          filter: alpha(opacity=50); }
    .timeline > div .icon1 {
      width: 62px;
      height: 64px;
      background: url(../images/dw.png) no-repeat center;
      margin: 0 auto; }
    .timeline > div .time_con {
      position: absolute;
      text-align: center;
      font-size: 24px;
      color: #FDF3CA;
      top: -40px; }

.mainbox {
  width: 1200px;
  height: 1120px;
  margin: 145px auto 0;
  background: #FFE5BC;
  border-radius: 18px;
  -webkit-box-shadow: 0px 0 9px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0 9px 0px rgba(0, 0, 0, 0.1);
  padding-top: 60px; }
  .mainbox .main_timebox {
    width: 1081px;
    height: 320px;
    margin: 0 auto;
    background: url(../images/k_img.png) no-repeat center;
    text-align: center;
    padding-top: 54px; }
    .mainbox .main_timebox .tle {
      font-size: 42px;
      color: #866340;
      line-height: 42px; }
    .mainbox .main_timebox .time_djs {
      font-size: 30px;
      color: #C09D72;
      padding: 36px 0 40px;
      line-height: 36px; }
      .mainbox .main_timebox .time_djs span {
        font-weight: bold;
        color: #EE4746;
        font-size: 36px; }
    .mainbox .main_timebox .hb_sum {
      width: 424px;
      height: 100px;
      line-height: 90px;
      text-align: center;
      font-size: 30px;
      color: #FFE5BC;
      background: #F5443F;
      border-radius: 17px;
      margin: 0 auto; }
      .mainbox .main_timebox .hb_sum span {
        font-weight: bold;
        font-size: 40px; }
  .mainbox .maincont .main_hb {
    position: relative;
    margin-left: -55px; }
    .mainbox .maincont .main_hb .btn {
      position: absolute;
      left: 310px;
      top: 380px;
      cursor: pointer; }
      .mainbox .maincont .main_hb .btn img {
        width: size(204);
        height: size(203);
        -webkit-animation: open 0.3s linear 1s 3 alternate;
                animation: open 0.3s linear 1s 3 alternate; }
      .mainbox .maincont .main_hb .btn .draw-mid-move {
        -webkit-animation: open 0.2s linear 0.5s infinite alternate;
        -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
        animation: open 0.2s linear 0.5s infinite alternate;
        animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }

@keyframes open {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); } }

@-webkit-keyframes open {
  0% {
    -webkit-transform: scale(1); }
  100% {
    -webkit-transform: scale(0.9); } }
  .mainbox .maincont .main_rule {
    font-size: 23px;
    color: #866340;
    padding-top: 100px; }
    .mainbox .maincont .main_rule .tle {
      font-size: 28px;
      font-weight: bold; }
    .mainbox .maincont .main_rule .rule_list {
      padding-top: 20px; }
      .mainbox .maincont .main_rule .rule_list > p:first-child {
        font-weight: bold; }

.lingqu {
  display: none;
  width: 416px;
  height: 478px;
  background: url(../images/saoma.png) no-repeat center;
  position: relative; }
  .lingqu .close {
    position: absolute;
    width: 35px;
    height: 35px;
    right: 16px;
    top: 16px;
    cursor: pointer; }

.layui-layer-nobg {
  border-radius: 18px !important; }

.right_nav {
  position: fixed;
  right: 100px;
  top: 50%;
  margin-top: -76px;
  z-index: 33; }
  .right_nav .nav_listbox {
    width: 28px;
    background: #fff;
    position: relative;
    cursor: pointer;
    padding: 0 12px; }
    .right_nav .nav_listbox > * {
      height: 50px;
      border-top: 1px solid #F1F1F1; }
    .right_nav .nav_listbox .nav_list1 {
      background: url(../images/message.png) no-repeat center; }
      .right_nav .nav_listbox .nav_list1:hover {
        background: url(../images/message2.png) no-repeat center; }
    .right_nav .nav_listbox .nav_list2 {
      background: url(../images/icon_phone.png) no-repeat center; }
      .right_nav .nav_listbox .nav_list2:hover {
        background: url(../images/icon_phone2.png) no-repeat center; }
    .right_nav .nav_listbox .nav_list3 {
      background: url(../images/icon_ewm.png) no-repeat center; }
      .right_nav .nav_listbox .nav_list3:hover {
        background: url(../images/icon_ewm2.png) no-repeat center; }
    .right_nav .nav_listbox .nav_list4 {
      background: url(../images/gotop.png) no-repeat center; }
      .right_nav .nav_listbox .nav_list4:hover {
        background: url(../images/gotop2.png) no-repeat center; }
  .right_nav .nar_nr > .nrbox:first-child {
    margin-top: 3px; }
  .right_nav .nar_nr .nrbox {
    display: none;
    width: 140px;
    min-height: 44px;
    height: auto;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 3px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    margin-right: 7px;
    margin-top: 6px; }
    .right_nav .nar_nr .nrbox .text {
      color: #F34F4B;
      font-weight: bold; }
    .right_nav .nar_nr .nrbox .ewm {
      padding-top: 12px;
      width: 116px;
      height: 116px; }

.bottom {
  display: none; }

.discount .timeline > div .time1 {
  position: relative;
  width: 616px;
  height: 18px;
  background: url(../images/s_3.png) no-repeat center; }
  .discount .timeline > div .time1 .time_con2 {
    right: 217px; }
    .discount .timeline > div .time1 .time_con2 p {
      opacity: 0.5; }
  .discount .timeline > div .time1 .time_con3 {
    right: -105px; }
    .discount .timeline > div .time1 .time_con3 p {
      font-weight: bold; }

.discount .timeline > div .time2 p {
  color: #FDF3CA;
  opacity: 0.8; }

.listmain {
  width: 1200px;
  height: 541px;
  background: #ffe5bc;
  border-radius: 18px;
  -webkit-box-shadow: 0px 0 9px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0 9px 0px rgba(0, 0, 0, 0.1);
  margin: 120px auto 0; }
  .listmain .list_head {
    padding: 35px 41px 0 103px; }
    .listmain .list_head .list_btn {
      width: 386px;
      height: 86px;
      background: url(../images/activity_sum.png) no-repeat center;
      font-size: 24px;
      color: #FFE5BC;
      text-align: center;
      line-height: 78px; }
      .listmain .list_head .list_btn span {
        font-weight: bold;
        font-size: 30px; }
  .listmain .list_cont {
    width: 1120px;
    height: 358px;
    background: url(../images/maincont.png) no-repeat center;
    margin: 29px auto 0; }
    .listmain .list_cont .conttle {
      font-size: 24px;
      color: #785729;
      font-weight: bold;
      text-align: center;
      padding: 54px 0 24px; }
    .listmain .list_cont .content {
      font-size: 18px;
      padding: 0 56px 0 64px;
      color: #785729; }
      .listmain .list_cont .content .top {
        border-bottom: 1px solid #B59467;
        padding-bottom: 10px;
        font-weight: 500;
        margin-bottom: 10px; }
        .listmain .list_cont .content .top > div {
          padding-right: 20px;
          overflow: hidden;
          -o-text-overflow: ellipsis;
             text-overflow: ellipsis;
          white-space: nowrap; }
      .listmain .list_cont .content .box1 {
        width: 367px; }
      .listmain .list_cont .content .box2 {
        width: 202px; }
      .listmain .list_cont .content .box3 {
        width: 371px; }
      .listmain .list_cont .content .contmain {
        height: 168px;
        overflow: hidden; }
        .listmain .list_cont .content .contmain .contmain_box > .clearfix {
          line-height: 42px;
          width: 1000px; }
          .listmain .list_cont .content .contmain .contmain_box > .clearfix > div {
            padding-right: 20px;
            overflow: hidden;
            -o-text-overflow: ellipsis;
               text-overflow: ellipsis;
            white-space: nowrap; }

.pptbox {
  width: 1218px;
  margin: 0 auto; }
  .pptbox .ppt_tle {
    text-align: center;
    color: #fff;
    padding: 50px 0 20px; }
    .pptbox .ppt_tle .ppt_tlename {
      font-size: 36px;
      font-weight: bold;
      line-height: 47px; }
      .pptbox .ppt_tle .ppt_tlename span {
        display: inline-block;
        padding: 0 30px;
        vertical-align: middle; }
    .pptbox .ppt_tle .ppt_tlecont {
      font-size: 18px;
      padding-top: 8px; }
  .pptbox .ppt_main .ppt_content {
    width: 599px;
    height: 469px;
    text-align: center; }
    .pptbox .ppt_main .ppt_content .ppt_type {
      text-align: center;
      padding: 46px 0 30px; }
    .pptbox .ppt_main .ppt_content .ppt_nr {
      position: relative; }
      .pptbox .ppt_main .ppt_content .ppt_nr .ppt_btn {
        position: absolute;
        width: 236px;
        height: 69px;
        background: url(../images/buy_btn.png) no-repeat center;
        right: 24px;
        bottom: -6px;
        cursor: pointer; }
  .pptbox .ppt_main .ppt_jpt {
    background: url(../images/jpt_bg.png); }
  .pptbox .ppt_main .ppt_zst {
    background: url(../images/zst_bg.png); }

.dingjin .timeline > div .time1 {
  position: relative;
  width: 764px;
  height: 18px;
  background: url(../images/s_4.png) no-repeat center; }
  .dingjin .timeline > div .time1 .time_con2 {
    left: 0;
    right: auto; }
    .dingjin .timeline > div .time1 .time_con2 p {
      opacity: 0.5; }
  .dingjin .timeline > div .time1 .time_con3 {
    right: 225px; }
    .dingjin .timeline > div .time1 .time_con3 p {
      opacity: 0.5; }
  .dingjin .timeline > div .time1 .time_con4 {
    right: -67px; }

.dingjin .timeline > div .time2 {
  width: 375px; }
  .dingjin .timeline > div .time2 p {
    color: #FDF3CA;
    opacity: 0.8; }

.bingdian .timeline > div .time1 {
  position: relative;
  width: 1080px;
  height: 18px;
  background: url(../images/s_5.png) no-repeat center; }
  .bingdian .timeline > div .time1 .time_con2 {
    left: 0;
    right: auto; }
    .bingdian .timeline > div .time1 .time_con2 p {
      opacity: 0.5; }
  .bingdian .timeline > div .time1 .time_con3 {
    right: auto;
    left: 340px; }
    .bingdian .timeline > div .time1 .time_con3 p {
      opacity: 0.5; }
  .bingdian .timeline > div .time1 .time_con4 {
    right: 0;
    left: 400px; }
    .bingdian .timeline > div .time1 .time_con4 p {
      opacity: 0.5; }
  .bingdian .timeline > div .time1 .time_con5 {
    right: -75px; }

.bd_djs {
  position: fixed;
  width: 100%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  top: 0;
  left: 0;
  z-index: 5; }
  .bd_djs .bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60); }
  .bd_djs p {
    position: relative;
    z-index: 2; }
    .bd_djs p span {
      font-size: 30px;
      font-weight: 500; }

.buybox {
  display: none;
  width: 416px;
  height: 478px;
  background: url(../images/tcbg.png) no-repeat center;
  position: relative;
  text-align: center; }
  .buybox img {
    width: 260px;
    height: 260px;
    padding: 78px 0 30px; }
  .buybox p {
    font-size: 24px;
    color: #866340; }
  .buybox .close {
    position: absolute;
    width: 35px;
    height: 35px;
    right: 16px;
    top: 16px;
    cursor: pointer; }

.fcband {
  background: url(../images/band2.png); }
  .fcband .time_con2 {
    left: 40px !important; }
  .fcband .time_con3 {
    left: 370px !important; }
  .fcband .time_con4 {
    right: 0;
    left: 435px !important; }
  .fcband .time_con5 {
    right: -90px !important; }

.end_box {
  width: 420px;
  height: 400px;
  background: #fff;
  text-align: center;
  color: #A1774E;
  font-size: 20px; }
  .end_box .hdend-tl {
    font-size: 28px;
    font-weight: bold;
    padding-top: 15px; }
  .end_box .hdend-ewm img {
    width: 180px;
    height: 180px; }
  .end_box .btn {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ff3e24;
    color: #fff;
    margin: 20px auto 0; }
    .end_box .btn:hover {
      text-decoration: none; }
