@charset "UTF-8";
body {
  width: 100%;
  height: 100%;
  background: url(../images/background.jpg) top center no-repeat fixed;
  background-size: 100% 100%; }

header {
  width: 88%;
  min-width: 900px;
  max-width: 1400px;
  margin: auto;
  height: 100px; }
  header .header-right {
    line-height: 100px;
    text-align: right; }
    header .header-right .search-box {
      width: 280px;
      background: url(../images/inputbg.png);
      background-size: 100% 100%; }
      header .header-right .search-box input, header .header-right .search-box button, header .header-right .search-box div {
        background: none;
        border: none;
        height: 42px; }
      header .header-right .search-box .el-icon-search {
        font-size: 24px;
        color: #EEDEA3; }
      header .header-right .search-box input {
        color: #EEDEA3; }
        header .header-right .search-box input::placeholder {
          color: #EEDEA3; }
        header .header-right .search-box input::-webkit-input-placeholder {
          /* WebKit browsers 适配谷歌 */
          color: #EEDEA3; }
        header .header-right .search-box input:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 适配火狐 */
          color: #EEDEA3; }
        header .header-right .search-box input::-moz-placeholder {
          /* Mozilla Firefox 19+ 适配火狐 */
          color: #EEDEA3; }
        header .header-right .search-box input:-ms-input-placeholder {
          /* Internet Explorer 10+  适配ie*/
          color: #EEDEA3; }
    header .header-right .login-btn {
      background: #562f23;
      border: 1px solid #EEDEA3;
      color: #EEDEA3; }

.ad-box {
  width: 88%;
  min-width: 900px;
  max-width: 1400px;
  margin: 0 auto 2px; }
  .ad-box img {
    width: 100%; }

.scroll-box {
  width: calc(88% + 45px);
  min-width: calc(900px + 45px);
  max-width: calc(1400px + 45px);
  margin: auto;
  height: 24px;
  background: url(../images/scrollBg.png) no-repeat center;
  background-size: 100% 100%; }

.main-box {
  width: 88%;
  min-width: 900px;
  max-width: 1400px;
  margin: auto;
  min-height: 500px;
  background: url(../images/mainBg.jpg) center top repeat-y;
  background-size: 100% auto;
  padding: 20px 36px; }
  .main-box .el-tabs--border-card {
    background: none;
    border: none;
    box-shadow: none; }
    .main-box .el-tabs--border-card .el-tabs__header {
      background: none;
      border: none; }
    .main-box .el-tabs--border-card .el-tabs__item {
      background: url(../images/tabBg.jpg) center no-repeat;
      background-size: 100% 100%;
      border: none;
      width: 100px;
      text-align: center;
      margin-right: 2px;
      color: #fff; }
      .main-box .el-tabs--border-card .el-tabs__item:hover {
        background: url(../images/tabBgHover.jpg) center no-repeat;
        background-size: 100% 100%;
        color: #fff !important; }
      .main-box .el-tabs--border-card .el-tabs__item.is-active {
        color: #fff;
        background: url(../images/tabBgHover.jpg) center no-repeat;
        background-size: 100% 100%; }

.right-service {
  width: 38px;
  height: 131px;
  position: fixed;
  right: 2%;
  top: 16%;
  z-index: 3; }
  .right-service .img-box {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/wechatService.png) no-repeat center;
    background-size: 100% 100%;
    cursor: pointer; }
  .right-service:hover .content-box {
    visibility: visible;
    opacity: 1; }
  .right-service .content-box {
    position: absolute;
    left: -150px;
    top: -11px;
    width: 150px;
    height: 153px;
    background: url(../images/serviceBg.png) no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    padding-right: 5px;
    visibility: hidden;
    opacity: 0;
    transition: .3s; }
    .right-service .content-box img {
      width: 130px;
      height: 130px;
      margin-top: 10px; }

.right-qq {
  width: 38px;
  height: 131px;
  position: fixed;
  right: 2%;
  top: 38%;
  z-index: 3; }
  .right-qq:hover .content-box {
    visibility: visible;
    opacity: 1; }
  .right-qq .img-box {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/qqService.png) no-repeat center;
    background-size: 100% 100%;
    cursor: pointer; }
  .right-qq .content-box {
    position: absolute;
    left: -220px;
    top: -11px;
    width: 220px;
    height: 153px;
    background: url(../images/serviceBg.png) no-repeat center;
    background-size: 100% 100%;
    padding: 20px;
    color: #EEDEA3;
    visibility: hidden;
    opacity: 0;
    transition: .3s; }
    .right-qq .content-box .list-box {
      margin-top: -1.2em;
      padding-right: 15px;
      margin-bottom: 1em; }
      .right-qq .content-box .list-box .list {
        text-align: right;
        line-height: 1.8em; }
        .right-qq .content-box .list-box .list a {
          text-decoration: none;
          color: #EEDEA3; }

.el-col.el-col-25 {
  width: 20%; }

.el-col.el-col-26 {
  width: 140px; }

.el-col.el-col-28 {
  width: 100px; }

.el-col.el-col-27 {
  width: calc(100% - 240px); }

.content-image-list {
  background: url(../images/contentImgBg.png) no-repeat center;
  background-size: 100% 100%;
  padding: 10px 15px;
  margin-bottom: 20px;
  transition: .3s; }
  .content-image-list .title {
    line-height: 24px;
    text-align: center;
    color: #232323;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .content-image-list .img-content-box {
    position: relative; }
    .content-image-list .img-content-box .img-box {
      width: 100%;
      height: 0;
      position: relative;
      padding-bottom: 100%;
      border-radius: 2px;
      overflow: hidden; }
      .content-image-list .img-content-box .img-box img {
        position: absolute;
        width: 100%;
        height: 100%; }
      .content-image-list .img-content-box .img-box .default-img {
        visibility: visible;
        display: block; }
      .content-image-list .img-content-box .img-box .hover-img {
        visibility: hidden;
        display: none; }
    .content-image-list .img-content-box .info {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      line-height: 40px;
      text-align: center;
      color: #fff;
      font-size: 12px;
      background: url(../images/infoBg.png);
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      z-index: 2; }
  .content-image-list .hongbao-box {
    position: relative; }
    .content-image-list .hongbao-box .hongbao {
      line-height: 2em;
      font-size: 14px;
      color: #dc0f0f;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .content-image-list .hongbao-box .hongbao-log {
      position: absolute;
      top: 2px;
      right: 0;
      line-height: 25px;
      font-size: 12px;
      background: url(../images/hongbaoBtn1.jpg) center no-repeat;
      background-size: 100% 100%;
      padding: 0 5px;
      border-radius: 2px;
      color: #fff;
      text-decoration: none; }
  .content-image-list .time-box {
    font-size: 14px;
    position: relative;
    margin-bottom: 5px;
    line-height: 25px;
    margin-top: 5px; }
    .content-image-list .time-box .get-hongbao-btn {
      float: right;
      background: url(../images/hongbaoBtn1.jpg) center no-repeat;
      background-size: 100% 100%;
      border: none;
      line-height: 25px;
      padding: 0 10px;
      color: #fff; }
    .content-image-list .time-box .clearx {
      clear: both;
      height: 0;
      width: 100%; }
  .content-image-list:hover {
    box-shadow: 0 0 10px 0 #fefe03;
    transform: scale(1.05); }
    .content-image-list:hover .img-content-box .img-box .default-img {
      visibility: hidden;
      display: none; }
    .content-image-list:hover .img-content-box .img-box .hover-img {
      visibility: visible;
      display: block; }

.content-list-box {
  background: url(../images/listBg.png) center no-repeat;
  background-size: 100% 100%;
  margin-bottom: 15px;
  padding: 15px;
  transition: .3s; }
  .content-list-box .img-box {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 4px;
    overflow: hidden; }
    .content-list-box .img-box img {
      position: absolute;
      width: 100%;
      height: 100%; }
  .content-list-box .name {
    color: #330b06;
    font-size: 18px;
    margin: 10px 0 18px;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .content-list-box .feature {
    color: #330b06;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 14px; }
  .content-list-box .info {
    color: #330b06;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 14px; }
  .content-list-box .time {
    color: #330b06;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 14px; }
  .content-list-box .hongbao {
    color: #dc0f0f;
    text-align: center;
    height: 3.2em;
    font-size: 14px; }
    .content-list-box .hongbao p {
      line-height: 1.6em; }
  .content-list-box .hongbao-btn-box {
    text-align: center; }
    .content-list-box .hongbao-btn-box button {
      background: url(../images/hongbaoBtn.jpg) center no-repeat;
      background-size: 100% 100%;
      border: none;
      width: 100%;
      color: #fff; }
  .content-list-box .link {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    background: url(../images/hongbaoBtn1.jpg) center no-repeat;
    background-size: 100% 100%;
    line-height: 28px;
    margin-top: 2px;
    font-size: 14px;
    color: #fff; }
  .content-list-box:hover {
    box-shadow: 0 0 10px 0 #fefe03;
    transform: scale(1.05); }

.content-text-box {
  text-align: center;
  padding: 5px;
  background: #C7B37B;
  color: #330A04; }
  .content-text-box a {
    text-decoration: none;
    color: #330A04; }
  .content-text-box thead {
    background: url(../images/textHeader.png) no-repeat center;
    background-size: 100% 100%; }
    .content-text-box thead tr {
      background: none; }
  .content-text-box th {
    background: none !important;
    color: #340B09; }
  .content-text-box .open-time {
    color: #dc0f0f; }
  .content-text-box .open-time-title {
    color: #340B09; }
  .content-text-box .hongbao {
    color: #dc0f0f;
    display: inline-block;
    vertical-align: super; }
  .content-text-box .get-hongbao-btn, .content-text-box .play, .content-text-box .hongbao-log {
    text-decoration: none;
    color: #fff;
    background: url(../images/btnBg.png) no-repeat center;
    background-size: 100% 100%;
    border-radius: 2px;
    overflow: hidden;
    font-size: 12px;
    display: inline-block;
    line-height: 2em;
    padding: 0 8px;
    cursor: pointer; }

footer {
  width: 88%;
  min-width: 900px;
  max-width: 1400px;
  margin: auto;
  line-height: 120px;
  text-align: center; }
  footer a {
    color: #fff;
    text-decoration: none; }
  footer img {
    vertical-align: middle; }

.el-dialog__wrapper .el-dialog__header {
  background: #5d3a2c; }
  .el-dialog__wrapper .el-dialog__header .el-dialog__title {
    color: #fff; }
  .el-dialog__wrapper .el-dialog__header .el-dialog__close {
    color: #EEDEA3;
    font-size: 24px; }
.el-dialog__wrapper .el-dialog__body {
  background: #2E211E; }
  .el-dialog__wrapper .el-dialog__body label {
    color: #EEDEA3;
    font-size: 12px; }
  .el-dialog__wrapper .el-dialog__body input {
    background: none;
    color: #EEDEA3; }
.el-dialog__wrapper .el-button--primary {
  background: url(../images/tabBgHover.jpg) no-repeat center;
  background-size: 100% 100%;
  border: none; }
.el-dialog__wrapper .mobile-code-input {
  width: calc(100% - 75px); }
.el-dialog__wrapper .mobile-verify-input {
  width: calc(100% - 100px); }
.el-dialog__wrapper .mobile-verify-button {
  height: 40px;
  width: 95px;
  vertical-align: bottom;
  padding: 0;
  overflow: hidden;
  background: #eee; }
  .el-dialog__wrapper .mobile-verify-button svg {
    width: 95px;
    height: 40px; }

.login-tip {
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 2em; }

.login-img {
  display: block;
  margin: auto;
  width: 60%; }

.el-table__empty-text {
  color: #340B09; }

.el-table .cell {
  white-space: nowrap; }

.el-table__body-wrapper td {
  padding: 4px 0; }

/*# sourceMappingURL=main.css.map */