body {
  overflow-x: hidden; }

.bgc {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.bgb {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center; }

.main {
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 1.4rem; }

.videoBox {
  width: 100%;
  height: auto;
  position: relative; }
  .videoBox .video {
    width: 100%;
    height: 100%;
    object-fit: fill;
    top: 0;
    left: 0;
    position: absolute; }

.tableBox {
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/bg.jpg");
  padding-top: 0.4rem;
  padding-bottom: 1.1rem; }
  .tableBox .box {
    width: 5.5rem;
    margin: 0 auto; }
    .tableBox .box .t {
      width: 100%;
      height: auto;
      position: relative;
      margin-bottom: 0.47rem;
      overflow: hidden; }
      .tableBox .box .t .tt {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        font-size: 0.28rem;
        color: #937444; }
        .tableBox .box .t .tt img {
          width: 0.3rem;
          height: 0.3rem;
          margin-left: 0.15rem;
          margin-right: 0.1rem; }
        .tableBox .box .t .tt .text {
          height: 0.9rem;
          border: none;
          background: none;
          color: #937444;
          width: calc(100% - 0.55rem); }
          .tableBox .box .t .tt .text::placeholder {
            color: #937444; }
    .tableBox .box .t1 {
      width: 120%; }
      .tableBox .box .t1 .tt {
        display: flex;
        align-items: center;
        font-size: 0.18rem;
        line-height: 0.4rem;
        color: #937444; }
        .tableBox .box .t1 .tt i {
          width: 0.15rem;
          height: 0.15rem;
          display: block;
          position: relative;
          margin-right: 0.1rem;
          box-sizing: border-box;
          border: 1px solid #937444; }
        .tableBox .box .t1 .tt.on i:after {
          width: 0.08rem;
          height: 0.08rem;
          background-color: #937444;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          content: ''; }
    .tableBox .box .submit {
      width: 5.48rem;
      margin: 0.3rem auto 0;
      display: block; }
  .tableBox .txt {
    width: 6.23rem;
    margin-left: 1rem;
    margin-top: 0.4rem; }

.tk {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 100; }
  .tk .box {
    width: 6.89rem;
    position: relative;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .tk .box .top {
      width: 100%;
      position: absolute;
      top: 0.3rem;
      left: 0;
      display: flex;
      justify-content: center;
      font-size: 0.24rem;
      color: #8c6a3c;
      font-weight: bold;
      align-items: center; }
      .tk .box .top img {
        width: 0.57rem;
        height: 0.57rem;
        border-radius: 100%;
        display: block;
        margin-right: 0.15rem; }
    .tk .box .but {
      width: 100%;
      text-align: center;
      position: absolute;
      top: 7.8rem;
      left: 0; }
      .tk .box .but a {
        width: 1.98rem;
        height: 0.43rem;
        display: inline-block;
        margin: 0 0.05rem; }
    .tk .box .but1 {
      width: 100%;
      text-align: center;
      position: absolute;
      top: 7.39rem;
      left: 0; }
      .tk .box .but1 a {
        display: inline-block;
        height: 1.18rem; }
        .tk .box .but1 a:nth-child(1) {
          width: 3.55rem;
          margin-right: 0.36rem; }
        .tk .box .but1 a:nth-child(2) {
          width: 2.08rem; }
  .tk .close {
    width: 0.6rem;
    height: 0.6rem;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: -1rem;
    left: 50%;
    margin-left: -0.3rem;
    border-radius: 100%; }
    .tk .close:after, .tk .close:before {
      width: 0.4rem;
      height: 1px;
      position: absolute;
      top: calc(50% - 0.5px);
      left: 0.1rem;
      background-color: #fff;
      content: ''; }
    .tk .close:after {
      transform: rotate(-45deg); }
    .tk .close:before {
      transform: rotate(45deg); }
  .tk.on {
    display: block; }
    .tk.on .box {
      -webkit-animation: masked-animation 0.5s linear; }

@-webkit-keyframes masked-animation {
  0% {
    width: 4rem;
    opacity: 0; }
  100% {
    width: 6.89rem;
    opacity: 1; } }
.xf {
  width: 100%;
  height: auto;
  position: fixed;
  z-index: 50;
  left: 0;
  bottom: 0;
  overflow: hidden;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  box-shadow: 0 -0.1rem 0.3rem rgba(0, 0, 0, 0.2); }
  .xf .but {
    width: 1.84rem;
    top: 0.3rem;
    right: 0.54rem;
    position: absolute; }
    .xf .but a {
      width: 100%;
      height: 0.55rem;
      margin-bottom: 0.26rem;
      display: block; }
      .xf .but a:last-child {
        margin-bottom: 0; }

.shareTk {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.6);
  display: none; }

/*# sourceMappingURL=style.css.map */
