html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  padding: 10px 0 18px;
  background: #e5ddd0;
  color: #2a2017;
  font-family: SimSun, "Microsoft YaHei", sans-serif;
  text-align: center;
}

.butou-page {
  width: 745px;
  margin: 0 auto;
  text-align: left;
}

.butou-form {
  margin: 0;
  padding: 0;
}

.butou-stage {
  position: relative;
  width: 745px;
  height: 522px;
  overflow: hidden;
  background: #111315;
  border: 1px solid #6b512e;
  box-shadow: 0 8px 24px rgba(33, 24, 17, 0.28);
}

.butou-art {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  background: #111315;
}

.butou-art img {
  position: absolute;
  display: block;
  width: 745px;
  height: 522px;
  max-width: none;
  border: 0;
}

.butou-art-header {
  left: 0;
  top: 0;
  width: 745px;
  height: 79px;
}

.butou-art-header img {
  left: 0;
  top: 0;
}

.butou-art-left {
  left: 0;
  top: 79px;
  width: 226px;
  height: 443px;
}

.butou-art-left img {
  left: 0;
  top: -79px;
}

.butou-art-main {
  left: 226px;
  top: 79px;
  width: 314px;
  height: 258px;
}

.butou-art-main img {
  left: -226px;
  top: -79px;
}

.butou-art-right {
  left: 540px;
  top: 79px;
  width: 205px;
  height: 258px;
}

.butou-art-right img {
  left: -540px;
  top: -79px;
}

.butou-art-bottom {
  left: 226px;
  top: 337px;
  width: 519px;
  height: 185px;
}

.butou-art-bottom img {
  left: -226px;
  top: -337px;
}

.butou-info {
  position: absolute;
  z-index: 3;
  left: 244px;
  top: 97px;
  width: 278px;
  height: 222px;
  overflow: auto;
  color: #2d2117;
  font-size: 12px;
  line-height: 1.58;
  text-align: left;
}

.butou-info p {
  margin: 0 0 11px;
}

.butou-info .butou-status {
  margin: 1px 0 11px;
  padding: 7px 8px;
  border: 1px solid #b28a4f;
  background: #f3e5c5;
  color: #49291a;
}

.butou-info font[color="red"],
.butou-info .danger {
  color: #a82018 !important;
  font-weight: bold;
}

.butou-release {
  position: absolute;
  z-index: 4;
  left: 244px;
  top: 353px;
  width: 481px;
  height: 146px;
  box-sizing: border-box;
  padding: 10px 14px;
  border: 1px solid #7e633d;
  background: #171616;
  background: rgba(18, 17, 16, 0.94);
  color: #ead6a8;
  text-align: left;
}

.butou-release-note {
  height: 22px;
  overflow: hidden;
  color: #ddc795;
  font-size: 12px;
  line-height: 22px;
  white-space: nowrap;
}

.butou-release-row {
  position: relative;
  height: 103px;
}

.butou-release-row label {
  position: absolute;
  left: 0;
  top: 15px;
  width: 58px;
  color: #e7cf99;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
}

.butou-code-input {
  position: absolute;
  left: 62px;
  top: 14px;
  width: 103px;
  height: 30px;
  box-sizing: border-box;
  padding: 4px 7px;
  border: 1px solid #ba8a46;
  background: #f8efd9;
  color: #231912;
  font-size: 16px;
  line-height: 20px;
}

.butou-code-input:focus {
  outline: 2px solid #d7aa56;
  outline-offset: 1px;
}

.butou-captcha {
  position: absolute;
  left: 177px;
  top: 13px;
  width: 112px;
  height: 32px;
  overflow: hidden;
  border: 1px solid #b78b51;
  background: #f2ead9;
}

.butou-captcha img {
  display: block;
  width: 112px;
  height: 32px;
  border: 0 !important;
}

.butou-refresh {
  position: absolute;
  left: 300px;
  top: 14px;
  color: #8eb9e8;
  font-size: 12px;
  line-height: 32px;
  text-decoration: none;
  white-space: nowrap;
}

.butou-refresh:hover,
.butou-refresh:focus {
  color: #fff0ba;
  text-decoration: underline;
}

.butou-release-button {
  position: absolute;
  left: 146px;
  top: 59px;
  width: 168px;
  height: 42px;
  border: 2px solid #9b6b2d;
  background: #ead2a1;
  background: linear-gradient(#fff0c4, #d4ae6b);
  color: #3b2113;
  font-family: SimSun, "Microsoft YaHei", sans-serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  box-shadow: inset 0 0 0 2px #f8e7bd, 0 2px 4px rgba(0, 0, 0, 0.45);
}

.butou-release-button:hover,
.butou-release-button:focus {
  background: #f4dfad;
  color: #8a1c14;
  outline: 2px solid #e3b95e;
  outline-offset: 1px;
}

.butou-release.is-geetest {
  overflow: visible;
  height: 156px;
}

.butou-release-row.is-geetest {
  height: 114px;
}

.butou-geet {
  position: absolute;
  left: 10px;
  top: 4px;
  width: 310px;
  min-height: 44px;
  z-index: 6;
}

.butou-geet-static {
  display: block;
  color: #ddc795;
  font-size: 13px;
  line-height: 44px;
}

.butou-release-row.is-geetest .butou-release-button {
  top: 66px;
}

.butou-release-row.is-geetest .butou-release-button[disabled] {
  opacity: 0.55;
  cursor: default;
}

#geet .gt_holder * {
  box-sizing: content-box !important;
}

#geet .gt_holder a {
  min-height: 0 !important;
  padding: 0 !important;
  text-decoration: none !important;
}

.butou-footer-wrap {
  width: 800px;
  margin: 8px auto 0;
  color: #2c241c;
}

@media screen and (max-width: 640px) {
  html,
  body {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
  }

  body {
    padding: 0 0 12px;
    background: #17120f;
  }

  .butou-page,
  .butou-form {
    width: 100%;
    max-width: 100%;
  }

  .butou-page,
  .butou-page * {
    box-sizing: border-box;
  }

  .butou-stage {
    width: 100%;
    height: auto;
    min-height: 0;
    overflow: visible;
    border-width: 0;
    box-shadow: none;
    background: #111315;
  }

  .butou-art-header,
  .butou-art-left,
  .butou-art-right {
    position: relative;
    left: auto;
    top: auto;
    overflow: hidden;
    background: #14110d;
  }

  .butou-art-header {
    width: 100%;
    height: 0;
    padding-top: 10.604%;
  }

  .butou-art-header img {
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    max-width: none;
  }

  .butou-art-left,
  .butou-art-right {
    height: 0;
  }

  .butou-art-left {
    float: left;
    width: 38%;
    padding-bottom: 41.12%;
  }

  .butou-art-left img {
    left: 0;
    top: -32.3%;
    width: 329.646%;
    height: auto;
    max-width: none;
  }

  .butou-art-right {
    float: right;
    width: 62%;
    padding-bottom: 41.12%;
  }

  .butou-art-right img {
    left: -263.415%;
    top: -58.3%;
    width: 363.415%;
    height: auto;
    max-width: none;
  }

  .butou-art-main,
  .butou-art-bottom {
    display: none;
  }

  .butou-info,
  .butou-release {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    max-width: none;
    overflow: visible;
  }

  .butou-info {
    clear: both;
    margin: 8px 10px 0;
    padding: 10px 12px;
    border: 1px solid #c4a36a;
    background: #f4ead0;
    box-shadow: inset 0 0 0 1px #efe3c4;
    font-size: 13px;
    line-height: 1.55;
  }

  .butou-info p {
    margin: 0 0 8px;
  }

  .butou-info .butou-status {
    margin: 0 0 8px;
  }

  .butou-release,
  .butou-release.is-geetest {
    margin: 8px 10px 0;
    padding: 10px 12px 12px;
    height: auto;
    overflow: visible;
  }

  .butou-release-note {
    height: auto;
    margin: 0 0 8px;
    overflow: visible;
    line-height: 1.45;
    white-space: normal;
  }

  .butou-release-row,
  .butou-release-row.is-geetest {
    position: relative;
    height: auto;
    min-height: 0;
  }

  .butou-geet {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 100%;
    min-height: 44px;
  }

  #geet .gt_holder,
  #geet .gt_slider,
  #geet .gt_widget {
    max-width: 100%;
  }

  .butou-release-row.is-geetest .butou-release-button,
  .butou-release-button {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 44px;
    min-height: 44px;
    margin: 12px 0 0;
    font-size: 18px;
    line-height: 40px;
  }

  .butou-footer-wrap {
    display: none;
  }
}
