@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  min-width: 1200px;
  font-size: 14px;
  font-family: 'Microsoft YaHei', 'PingFang SC', arial, helvetica, 'Microsoft Sans Serif', sans-serif;
}

ul li {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
}

a:hover, a:active {
  outline: none;
}

img {
  outline: none;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

iframe {
  border: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

table td,
table th {
  padding: 0;
}

input {
  outline: none;
  line-height: normal;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #eee;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #eee;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #eee;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #eee;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.clearfix {
  zoom: 1;
  /*为IE6，7的兼容性设置*/
}

.clearfix:after {
  clear: both;
  /*清除浮动*/
}

.clearfix:after, .clearfix:before {
  content: ".";
  /*加一段内容*/
  display: table;
  /*创建匿名的表格单元，触发bfc*/
}

.relative {
  position: relative;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.center-block {
  display: block;
  margin-right: auto;
}

.line-height {
  line-height: 1;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.logo {
  position: absolute;
  top: 58px;
  left: 20px;
  z-index: 100;
}

.logo a {
  display: block;
  width: 206px;
  height: 91px;
  background: url(../images/logo.png) center center no-repeat;
  font: 0/0 a;
}

.login-box {
  margin-top: 130px;
  padding-bottom: 12px;
}

.login-box .btn-login {
  display: block;
  width: 126px;
  height: 37px;
  line-height: 37px;
  background: url(../images/btn_01.png) center center no-repeat;
  font-size: 16px;
  color: #fef9f4;
  text-align: center;
}

.login-box .btn-login:hover {
  filter: brightness(110%);
  color: #e4dad0;
}

.login-box .area {
  display: inline-block;
  margin-right: 30px;
}

.login-box .login-info {
  color: #8a584a;
}

.login-box .login-info a {
  color: #dd8636;
  margin-left: 10px;
}

.login-box .login-info a:hover {
  color: #be885c;
  text-decoration: underline;
}

.sect {
  overflow: hidden;
}

.sect.sect-01 {
  height: 1376px;
  background: url(../images/sect_01.jpg) center center no-repeat;
}

.sect.sect-01 .container {
  height: 1376px;
  padding: 0 10px;
  background: url(../images/sect_01_c.jpg) center center no-repeat;
  overflow: hidden;
}

.sect.sect-02 {
  height: 761px;
  background: url(../images/sect_02.jpg) center center no-repeat;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  outline: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -334px;
  margin-top: -204px;
  width: 668px;
  height: 408px;
  background: #f8f6f3;
  border: 1px solid #9d8585;
  border-radius: 4px;
  animation: tc .5s;
}

.modal-body .close {
  position: absolute;
  top: -2px;
  right: -76px;
  width: 76px;
  height: 68px;
  line-height: 68px;
  display: block;
  background: url(../images/close.png) center center no-repeat;
  background-size: contain;
}

.modal-body .close img {
  margin: 15px 0 0 15px;
  transition: all .3s;
}

.modal-body .close:hover {
  filter: brightness(115%);
}

.modal-body .close:hover img {
  transform: rotate(90deg);
}

.cont-none {
  font-size: 30px;
  color: #8c665b;
  text-align: center;
  margin-top: 150px;
}

@keyframes tc {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

.rule {
  margin: 230px 0 0 135px;
}

.rule .r-tit {
  font-size: 30px;
  margin-bottom: 15px;
  color: #775c48;
}

.rule p {
  margin-left: 8px;
  font-size: 17px;
  color: #8f5e3a;
  line-height: 52px;
}

.rule p em {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin-right: 10px;
  background: url(../images/bg_01.png) center center no-repeat;
  color: #f9f8f4;
  font-size: 22px;
  font-style: normal;
  text-align: center;
}

.table {
  width: 990px;
}

.table-date {
  width: 100%;
  display: table;
  border: 2px solid #a4a97f;
  background: #f9f9f5;
}

.table-date th {
  width: 14.285%;
  height: 50px;
  line-height: 50px;
  color: #f6f8e9;
  background: #a4a97f;
}

.table-date td {
  position: relative;
  border: 1px solid #c7cdb6;
  overflow: hidden;
}

.table-date td.item-03 .cont {
  margin-left: 117px;
}

.table-date .cont {
  width: 225px;
  margin: 40px 0 30px 47px;
  overflow: hidden;
  text-align: center;
}

.table-date .cont .img {
  float: left;
  width: 64px;
  height: 64px;
  margin-top: 2px;
  border-radius: 4px;
  overflow: hidden;
}

.table-date .cont .img img {
  width: 100%;
}

.table-date .cont .text {
  float: left;
  width: 160px;
  color: #6d714c;
  text-align: center;
}

.table-date .cont .text p {
  line-height: 1.3;
}

.table-date .cont .gift {
  font-weight: bold;
}

.table-date .cont a {
  display: inline-block;
  width: 86px;
  height: 27px;
  line-height: 27px;
  margin-top: 5px;
  color: #fff;
  text-align: center;
  background: url(../images/btn_02.png) center center no-repeat;
}

.table-date .cont a:hover {
  filter: brightness(110%);
  color: #eee9e4;
}

.table-date em {
  position: absolute;
  top: -18px;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 50px;
  background: #dcd8cd;
  color: #85975b;
  border-radius: 50%;
  text-align: center;
  font-style: normal;
}

.table-date em.time-01 {
  left: 55px;
}

.table-date em.time-02 {
  left: 190px;
}

.table-date em.time-03 {
  left: 340px;
}

.table-date .rece .succ {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 114px;
  height: 90px;
  background: url(../images/succ.png) center center no-repeat;
}

.table-date .rece .btn {
  pointer-events: none;
  cursor: default;
}

.table-date .nofinish .btn {
  background: url(../images/btn_02_n.png) center center no-repeat;
  pointer-events: none;
  cursor: default;
}

.act-time {
  width: 159px;
  height: 69px;
  margin: 180px 0 0 570px;
  background: url(../images/bg_02.png) center center no-repeat;
}

.common_topnav {
  background: #393838;
  height: 38px;
}

.common_topnav a {
  float: right;
  width: 80px;
  height: 38px;
  line-height: 38px;
  color: #dcdcdc;
  font-size: 12px;
  text-align: center;
  transition: .2s;
}

.common_topnav a:hover {
  color: #fff;
  font-size: 14px;
}
