@charset "utf-8";
/**
  * @name: index.css
  * @description: page style
  * @author: liejiayong(809206619@qq.com)
  * @data: 2018-12-18
*/
/* reset */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
big,
cite,
code,
del,
em,
font,
img,
ins,
small,
strong,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
}
html {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
table {
  empty-cells: show;
}
ol,
ul {
  list-style: none;
}
:focus {
  outline: 0;
}
ul,
li,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
img {
  vertical-align: middle;
  border: none;
}
a:focus,
input {
  outline: none;
}
em,
i {
  font-style: normal;
}
/* common style */
body {
  font: 14px/1 'microsoft yahei', Arial, Helvetica, sans-serif;
  color: #a29fac;
}
.lh-15 {
  line-height: 1.5;
}
.g-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.cls:after {
  content: '.';
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  opacity: 0;
  font-size: 0;
}
.cls {
  zoom: 1;
}
.hide {
  display: none;
  opacity: 0;
}
.tc {
  text-align: center;
}
.fb {
  font-weight: bold;
}
a {
  color: #a29fac;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #d9a7fb;
}
.padding-right-20 {
  padding-right: 20px;
}
.padding-left-10 {
  padding-right: 10px;
}
.text-underline {
  text-decoration: underline;
}
.color-yellow {
  color: #b79b74;
}
.wrapper {
  position: relative;
  overflow: hidden;
}
.wrapper-content {
  position: relative;
  margin: 0 auto;
  background: #1d103e url('../img/bg.jpg') no-repeat top center / 1920px auto;
}
.main {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  min-width: 800px;
  zoom: 1;
}
.jybtn {
  display: inline-block;
  cursor: pointer;
  z-index: 100;
}
.jy-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
/* bottom */
div#cyou_bottom,
div#cyou_bottom .cyou_bottom_wraper {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #120c0c;
  color: #7a7070;
}
#cyou_bottom .cyou_bottom_cont p,
#cyou_bottom .cyou_bottom_cont a,
.footer-right a {
  color: #7a7070;
}
.cyou_bottom {
  min-width: 1200px !important;
}
.mt-30 {
  margin-top: 30px;
}
.jylist-indent {
  line-height: 38px;
  color: #dece8b;
  padding-left: 26px;
}
.jylist-indent li {
  text-indent: 2em;
}
hr.title-line {
  width: 40px;
  margin: 20px auto;
  border-width: 1px;
  border-style: solid;
}
.section {
  position: relative;
  margin: 0 auto;
  width: 1100px;
  background: no-repeat top center;
  /* overflow: hidden; */
}
.section .jylist > li {
  position: relative;
  margin-left: 25px;
}
.section .jylist > li::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -25px;
  top: 4px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #ccc;
}

/* subnav */
.subnav {
  position: fixed;
  right: 33px;
  top: 50%;
  width: 140px;
  height: 460px;
  background: url('../img/bg-panel-subnav.png') no-repeat left top;
  padding-top: 56px;
  z-index: 5000;
}
.subnav a {
  display: inline-block;
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 10px;
}
.subnav a span {
  display: inline-block;
  width: inherit;
  height: inherit;
  font-weight: bold;
  color: #a81503;
  background: url('../img/btn-5.png') no-repeat top left / 90px auto;
}
.subnav a.active span,
.subnav a:hover span {
  background-position: bottom left;
  color: #ff5944;
}
.subnav .btntop{
  margin-top: -10px;
  width: 50px;
  height: 50px;
}

/* ---------section style----------  */
/* section-1 */
.section-1 {
  height: 700px;
  background-image: url('../img/bg1.jpg?v1.0');
}
.section-1 .icon-logo {
  position: absolute;
  top: 35px;
  left: 10px;
  width: 219px;
  height: 74px;
}
.section-1 .nav {
  position: absolute;
  top: 38px;
  right: 210px;
  width: 100%;
}
.section-1 .nav-item {
  display: inline-block;
  float: right;
  padding: 0 10px;
}
.section-1 .nav-item:not(:last-of-type) {
  border-left: 1px solid #ffdb6c;
}
.section-1 .nav-link {
  color: #ffdb6c;
}
.section-1 .time {
  position: absolute;
  top: 524px;
  left: 0;
  width: 100%;
  font-size: 16px;
  color: #b79b74;
}
.item-lt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 433px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 433px;
  flex: 0 0 433px;
  width: 433px;
}
.item-rt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/* section 2 */
.section-2 {
  height: 600px;
  background-image: url('../img/bg2.jpg?v1.0');
}
.section-2 .item-lt {
  padding-top: 106px;
  line-height: 1.5;
}
.section-2 .bg-gift {
  margin-top: 35px;
  width: 384px;
  height: 221px;
  background: url('../img/bg-gift-1.png') no-repeat;
}
.jy-ad {
  padding: 14px 4px 0 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  color: #b79b74;
}
.section-2 .bonus {
}
.section-2 .ads {
  position: relative;
  padding-left: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 250px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  width: 250px;
  height: 45px;
  overflow: hidden;
}
.section-2 .ads-wrapper {
  position: relative;
  width: 250px;
  height: 45px;
  overflow: hidden;
}
.section-2 .ads ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  height: 45px;
}
.section-2 .ads ul li {
  float: left;
  width: 250px;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ads-wrapper {
  position: relative;
  width: 250px;
  height: 45px;
  overflow: hidden;
}
.ads ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  height: 45px;
}
.ads ul li {
  float: left;
  width: 250px;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section-2 .ads::before {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 0;
  margin-top: -6.5px;
  width: 16px;
  height: 13px;
  background: url('../img/icon-bordcast.png') no-repeat;
}
.section-2 .bonus-pool {
  margin: 400px 0 0 58px;
}
.section-2 .jy-btn-1 {
  margin-top: 23px;
}
.section-2 .jy-control {
  display: inline-block;
  position: relative;
  margin-left: 40px;
  vertical-align: top;
}
.section-2 .btn-feed,
.section-2 .btn-eat {
  vertical-align: top;
  width: 160px;
  height: 50px;
  background: url('../img/btn-1.png') no-repeat top left;
}
.section-2 .btn-feed {
  background-position: top left;
}
.section-2 .btn-feed:hover {
  background-position: bottom left;
}
.section-2 .btn-eat {
  position: absolute;
  top: 0;
  left: 100px;
  background-position: top right;
}
.section-2 .btn-eat:hover {
  background-position: bottom right;
}
.section-2 .input-1 {
  display: inline-block;
  padding: 0 70px 0 20px;
  width: 160px;
  height: 50px;
  background: url('../img/bg-input.png') no-repeat top left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #d2bc7a;
}
.section-2 .input-1::-webkit-input-placeholder {
  color: #d2bc7a;
}
.section-2 .btn-reg,
.section-2 .btn-myprize {
  position: relative;
  padding-left: 30px;
  margin-left: 70px;
  color: #a8895e;
  text-decoration: underline;
}
.section-2 .btn-reg::before,
.section-2 .btn-myprize::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}
.section-2 .btn-reg::before {
  background: url('../img/icon-location.png');
}
.section-2 .btn-myprize::before {
  background: url('../img/icon-gift.png');
}

/* section-3 */
.section-3 {
  padding-top: 170px;
  height: 700px;
  background-image: url('../img/bg3.jpg?v1.0');
}
.section-3 .jy-panel {
  position: relative;
  margin: 0 auto;
  width: 1002px;
  height: 441px;
  background: url('../img/bg-panel-1.png') no-repeat;
  overflow: hidden;
}
.section-3 .jy-border {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: 10px;
  background: url('../img/bg-panel-1-border1.png') no-repeat;
  z-index: 10;
}
.section-3 .jy-border1 {
  position: absolute;
  top: 10px;
  left: 1px;
  width: 2px;
  height: 56px;
  background: url('../img/bg-panel-1-border.png') no-repeat;
  z-index: 10;
}
.section-3 .jy-border2 {
  position: absolute;
  top: 10px;
  right: 2px;
  width: 2px;
  height: 56px;
  background: url('../img/bg-panel-1-border.png') no-repeat;
  z-index: 10;
}
.section-3 .jy-tit {
}
.section-3 .jy-tit-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 330px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 330px;
  flex: 0 0 330px;
  width: 330px;
  height: 63px;
  background: url('../img/bg-tit-1.png') no-repeat top left / 1000px auto;
}
.section-3 .jy-tit-item:nth-of-type(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 340px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 340px;
  flex: 0 0 340px;
  width: 340px;
  background-position: top center;
}
.section-3 .jy-tit-item:nth-of-type(3) {
  background-position: top right;
}
.section-3 .jy-tit-item:nth-of-type(1):hover,
.section-3 .jy-tit-item:nth-of-type(1).active {
  background-position: bottom left;
}
.section-3 .jy-tit-item:nth-of-type(2):hover,
.section-3 .jy-tit-item:nth-of-type(2).active {
  background-position: bottom center;
}
.section-3 .jy-tit-item:nth-of-type(3):hover,
.section-3 .jy-tit-item:nth-of-type(3).active {
  background-position: bottom right;
}
.section-3 .jy-body {
  padding: 30px 30px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section-3 .jy-body-item {
  display: none;
}
.section-3 .jy-body-item.active {
  display: block;
}

.section-3 .desc {
  line-height: 1.5;
}
.section-3 .jy-gift {
  margin: 25px auto 0;
  width: 928px;
  font-size: 0;
}
.section-3 .jy-gift-item {
  width: 232px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 232px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 232px;
  flex: 0 0 232px;
}
.section-3 .imgbox{
  position: relative;
  margin: 0 auto;
  width: 160px;
  height: 160px;
}
.section-3 .giftbox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section-3 .btn-get1 {
  margin-top: 5px;
  width: 110px;
  height: 40px;
  background: url('../img/btn-get.png') no-repeat top left / 225px auto;
}
.section-3 .btn-get1:hover {
  background-position: top right;
}

/* section-4 */
.section-4 {
  height: 1068px;
  background-image: url('../img/bg4.jpg?v1.0');
}
.section-4 .item-lt {
  padding: 100px 0 0 50px;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section-4 .bg-gift-2 {
  width: 221px;
  height: 103px;
  background: url('../img/bg-gift-2.png') no-repeat;
}
.section-4 .bg-firework {
  margin: 0 auto;
  width: 319px;
  height: 315px;
  background: url('../img/icon-firework.png') no-repeat;
}
.section-4 .jy-ad {
  padding: 20px 4px 0 20px;
}
.section-4 .ads {
  position: relative;
  padding-left: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 250px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  width: 250px;
  height: 45px;
  overflow: hidden;
}
.ads-wrapper {
  position: relative;
  width: 250px;
  height: 45px;
  overflow: hidden;
}
.ads ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  height: 45px;
}
.ads ul li {
  float: left;
  width: 250px;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section-4 .ads::before {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 0;
  margin-top: -6.5px;
  width: 16px;
  height: 13px;
  background: url('../img/icon-bordcast.png') no-repeat;
}
.section-4 .txt {
  padding-right: 10px;
  margin-top: 10px;
}
.section-4 .btn-firework {
  display: block;
  margin: 25px auto 0;
  width: 160px;
  height: 50px;
  background: url('../img/btn-firework.png') no-repeat top left / 333px auto;
}
.section-4 .btn-firework:hover {
  background-position: top right;
}
.section-4 .desc {
  line-height: 1.5;
  margin-top: 160px;
}
.section-4 .jy-lottery-lt {
  margin-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 660px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 660px;
  flex: 0 0 660px;
  width: 650px;
}
.section-4 .jy-lottery-rt {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section-4 .lottery {
  margin: 0 auto;
}
.section-4 .lottery-count {
  padding-top: 48px;
  color: #ffe7bb;
}
.section-4 .lottery-unit-btn {
  cursor: pointer;
}
.section-4 .lottery .lottery-unit {
  width: 132px;
  height: 92px;
  background: url('../img/bg-lottery-card.png') no-repeat 6px -98px / 120px auto;
  overflow: hidden;
}
.section-4 .lottery .lottery-unit.active {
  background-position: 6px 6px;
}
.section-4 .lottery .lottery-unit em {
  display: inline-block;
  width: inherit;
  height: inherit;
  background-position: center;
  background-repeat: no-repeat;
}
.section-4 .lottery .lottery-unit.lottery-unit-0 em {
  background-image: url('../img/lottery-bg1.png');
}
.section-4 .lottery .lottery-unit.lottery-unit-1 em {
  background-image: url('../img/lottery-bg2.png');
}
.section-4 .lottery .lottery-unit.lottery-unit-2 em {
  background-image: url('../img/lottery-bg3.png');
}
.section-4 .lottery .lottery-unit.lottery-unit-3 em {
  background-image: url('../img/lottery-bg4.png');
}
.section-4 .lottery .lottery-unit.lottery-unit-4 em {
  background-image: url('../img/lottery-bg5.png');
}
.section-4 .lottery .lottery-unit.lottery-unit-5 em {
  background-image: url('../img/lottery-bg6.png');
}
.section-4 .lottery .lottery-unit.lottery-unit-6 em {
  background-image: url('../img/lottery-bg7.png');
}
.section-4 .lottery .lottery-unit.lottery-unit-7 em {
  background-image: url('../img/lottery-bg8.png');
}
.section-4 .lottery .lottery-unit.lottery-unit-8 em {
  background-image: url('../img/lottery-bg9.png');
}
.section-4 .lottery .lottery-unit.lottery-unit-9 em {
  background-image: url('../img/lottery-bg10.png');
}
.section-4 .lottery .lottery-unit.lottery-unit-10 em {
  background-image: url('../img/lottery-bg11.png');
}
.section-4 .lottery .lottery-unit.lottery-unit-11 em {
  background-image: url('../img/lottery-bg12.png');
}
.section-4 .lottery .lottery-unit.lottery-unit-12 em {
  background-image: url('../img/lottery-bg13.png');
}
.section-4 .lottery .lottery-unit.lottery-unit-13 em {
  background-image: url('../img/lottery-bg14.png');
}
.section-4 .lottery .lottery-unit-btn {
  width: 380px;
  height: 170px;
  background: url('../img/btn-lottery.png') no-repeat 5px 5px;
}
.section-4 .jy-adpanel {
  padding: 96px 40px 0;
  margin: 6px 0 0 20px;
  width: 340px;
  height: 350px;
  background: url('../img/bg-panel-2.png') no-repeat;
  overflow: hidden;
}
.section-4 .jy-rank {
  margin: 0 auto;
  padding: 10px 10px;
  max-height: 128px;
  overflow: hidden;
  font-size: 12px;
}
.section-4 .jy-rank li {
  margin: 10px 0;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.section-4 .btn-record,
.section-4 .btn-checker {
  width: 99px;
  height: 35px;
  background: url('../img/btn-2.png') no-repeat top left / 208px auto;
}
.section-4 .btn-record:hover {
  background-position: bottom left;
}
.section-4 .btn-checker {
  margin-left: 6px;
  background-position: top right;
}
.section-4 .btn-checker:hover {
  background-position: bottom right;
}

/* section-5 */
.section-5 {
  padding-top: 110px;
  height: 522px;
  background-image: url('../img/bg5.jpg?v1.0');
}
.section-5 .jy-panel {
  position: relative;
  padding: 0 50px;
}
.section-5 .jy-item-lt {
  width: 534px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 534px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 534px;
  flex: 0 0 534px;
  line-height: 1.5;
}
.section-5 .jy-item-rt {
  position: absolute;
  top: -92px;
  left: 620px;
  margin-left: 56px;
}
.section-5 .jy-ads {
  position: relative;
  width: 324px;
  height: 30px;
  background-color: #2b0901;
  border: 1px solid #583009;
  -moz-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
}
.section-5 .ads {
  position: relative;
  width: 324px;
  height: 30px;
  overflow: hidden;
}
.section-5 .ads::before {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 20px;
  margin-top: -6.5px;
  width: 16px;
  height: 13px;
  background: url('../img/icon-bordcast.png') no-repeat;
}
.section-5 .ads-wrapper {
  width: 324px;
  height: 30px;
}
.section-5 .ads ul {
  width: 324px;
  height: 30px;
}
.section-5 .ads ul li {
  position: relative;
  padding-left: 50px;
  width: 324px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section-5 .timer {
  margin: 25px auto 0;
  width: 300px;
  height: 56px;
}
.section-5 .txt-1 {
  font-size: 18px;
  color: #767481;
}
.section-5 .timer .timerbox {
  margin-top: 18px;
  font-size: 0;
  height: 45px;
}
.section-5 .timer .timerbox .timer-item,
.section-5 .timer .timerbox .timer-sign {
  display: inline-block;
  vertical-align: sub;
}
.section-5 .timer .timerbox .timer-item {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 24px;
  background: url('../img/bg-timer.png') no-repeat;
  color: #fcf2bb;
}
.section-5 .timer .timerbox .timer-sign {
  width: 25px;
  height: 45px;
  font-size: 14px;
  color: #767481;
}
.section-5 .icon-redpach {
  display: inline-block;
  position: relative;
  margin-top: 25px;
  width: 240px;
  height: 240px;
  background: url('../img/icon-redpach.gif') no-repeat;
}
.section-5 .btn-get2 {
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  height: 50px;
  background: url('../img/btn-3.png') no-repeat top left / 337px auto;
}
.section-5 .btn-get2:hover {
  background-position: top right;
}

/* section-6 */
.section-6 {
  height: 690px;
  background-image: url('../img/bg6.jpg?v1.0');
}
.section-6 .desc {
  padding-top: 94px;
}
.section-6 .jy-panel {
  position: relative;
  padding: 0 50px;
}
.jy-danmu {
  width: 1002px;
  height: 441px;
  padding: 8px 3px 3px;
  background: url('../img/bg-panel-1.png') no-repeat;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.danmu {
  position: relative;
  width: 996px;
  height: 430px;
  overflow: hidden;
}
.danmu .item {
  position: absolute;
  background: #4b261a;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 10px 38px;
  color: #b79b74;
  white-space: nowrap;
  word-wrap: normal;
  word-wrap: break-word;
  word-break: break-all;
  left: 100%;
  overflow: hidden;
}

.danmu_input {
  height: 50px;
  margin-top: 15px;
}
.danmu_input input {
  padding: 0 22px;
  height: 50px;
  border: 0;
  outline: 0;
  width: 820px;
  -webkit-appearance: none;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #ffca72;
  color: #8e4624;
  float: left;
}
:-ms-input-placeholder {
  color: #8e4624;
}
::-webkit-input-placeholder {
  color: #8e4624;
}
::-moz-placeholder {
  color: #8e4624;
}
::-ms-input-placeholder {
  color: #8e4624;
}
::placeholder {
  color: #8e4624;
}
.btn_send {
  float: right;
  width: 160px;
  height: 50px;
  background: url('../img/btn-4.png') no-repeat top left / 344px auto;
}
.btn_send:hover {
  background-position: top right;
}

/* pop */

.pop{position: fixed;z-index: 100000;top: 0;right: 0;left: 0;bottom: 0;background: rgba(0, 0, 0, .6);display: none;}
.pop_main{position: fixed; left: 50%; top:50%;z-index: 5000; width:450px; background: #170604;  margin:-275px 0 0 -225px;-webkit-animation: zoom .6s ease;-moz-animation: zoom .6s ease;animation: zoom .6s ease; border: 10px solid #6e4413;}
.close{position: absolute; right:-50px;top: -10px;width: 50px; height: 50px; background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAcCAYAAACQ0cTtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEQ1NURFMkNFRUMxMTFFODk2NkY4RDM2Mjk1RUIyMzEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEQ1NURFMkJFRUMxMTFFODk2NkY4RDM2Mjk1RUIyMzEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjlFNkUxMzc4NThGNTExRThCNDkxRThDRjMxRjk2NzYyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjlFNkUxMzc5NThGNTExRThCNDkxRThDRjMxRjk2NzYyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+v+7F6gAAAN9JREFUeNrMls0NgzAMhR0G6IUReu8B5ukWDNAVuk936CTuvaf0tRJSREOIjWMR6V1A8geOf16IMZ6J6AQ9qfHpoCv0gIZGjABNUE/4swDdIYYGiAw1x35Bl+VDS2AK+sXMvbQA/oGWMCtgFpSD7QWugtZgWmARVIJJgZugLVgtsPqjJOnJBROlW3rxaVDxvWoq7Rt81FSstofemtboyPMcMY1uBeJW+m5NrRlXrBlXewYxSwaxxYrhmhVjuTy5tDxb2ALO2YKWhodTw+Nh5Xi2crdGoBQ4QX3wtN8fAQYAAXzp4ZftFuEAAAAASUVORK5CYII=') no-repeat center / 28px 28px; text-indent: -9999px; overflow: hidden;-webkit-transition: .5s ease; -moz-transition: .5s ease;  -o-transition: .5s ease;  transition: .5s ease;}
.close:hover {-webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg);}
@-webkit-keyframes zoom{from {-webkit-transform: scale(0);transform: scale(0);}to{-webkit-transform: scale(1);transform: scale(1);}}
@-moz-keyframes zoom{from {-webkit-transform: scale(0);-moz-transform: scale(0);transform: scale(0);}to{-webkit-transform: scale(1);-moz-transform: scale(1);transform: scale(1);}}
@keyframes zoom{from {-webkit-transform: scale(0);-moz-transform: scale(0);-o-transform: scale(0);transform: scale(0);}to{-webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1);transform: scale(1);}}
.pop_body{padding: 70px 35px 30px; text-align: center;}
.pt{font-size: 30px; line-height: 30px; font-weight: bold; color: #5d3b26; margin-bottom: 15px;}

.register_info li{
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    color: #5d3b26;
    font-size: 18px;
}
.register_info li span{
    float: left;
    width: 90px;
}
.input{
    width: 258px;
    float: right;
    padding: 0 10px;
    border: 1px solid #967663;
    outline: 0;
    -webkit-appearance: none;
    background-color: #fff;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
}
.select{
    width: 258px;
    float: right;
    background-color: #fff;
    border: 1px solid #967663;
}
.select select {
    border: 0;
    outline: 0;
    background-color: transparent;
    width: 100%;
    font-size: inherit;
    height: 38px;
    line-height: 38px;
    position: relative;
    z-index: 1;
    padding-left: 15px;
}
.submit{
  padding: 14px 27px;
  margin-top: 21px;
  background: #401204;
  color: #655431;
  -moz-border-radius: 8px;
       border-radius: 8px;
  display: inline-block;
}
.submit:hover{
    background-position: 0 -206px;
}
.yh{
    font-size: 18px;
    color: #f5efdd;
    background: #5d3b26;
    height: 29px;
    line-height: 29px;
}
.gift_list{
    overflow-y: auto;
    max-height: 390px;
}
.poptable {
    border-spacing: 0;
    border-collapse: collapse;
}

.poptable{width: 100%; border-bottom: 1px solid #5d3b26; border-right: 1px solid #5d3b26;}
.poptable tr:first-child td{
	border-top:none;
}
.poptable td{
    border-top: 1px solid #5d3b26;
    border-left: 1px solid #5d3b26;
    font-size: 18px;
    color: #f5efdd;
    line-height: 50px;
    text-align: left;
    text-indent: 15px;
}
.exc_txt{
    margin-top: 60px;
    color: #5d3b26;
    line-height: 30px;
}
.exc_txt p{
    font-size: 24px;
}
.exc_txt .t{
    font-size: 18px;
    padding-top: 5px;
}
.exc_t2{
    color: #5d3b26;
    font-size: 18px;
    margin-top: 20px;
}
.yhj{
    margin-top: 4px;
    height: 36px;
    line-height: 36px;
    color: #5d3b26;
    font-size: 20px;
}
.yhj span{
    width: 30px;
    height: 36px;
    display: inline-block;
    color: #faf2e4;
    margin: 0 1px;
}
.submit_exc{
    margin-top: 60px;
    background-position: -174px -144px;
}
.submit_exc:hover{
    background-position: -174px -206px;
}
#cyou_bottom .cyou_bottom_cont p,
#cyou_bottom .cyou_bottom_cont a,
.footer-right a {
  color: #7a7070;
}

#cyou_bottom .cyou_bottom_cont a:hover {
  color: #7a7070;
}
div#cyou_bottom {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #120c0c;
  background-position-y: 1px;
  color: #7a7070;
}


.server_list{position:absolute;border:#693508 solid 1px;background:#fff;width:380px;display:none;left:0;top:35px;z-index: 10;font-size: 12px;}
.server_list .server_list_close{position: absolute;right: -45px;top: -1px; background: rgba(0, 0, 0, .8);color: #ddd;padding: 2px 10px;}
.server_list .server_list_ul{height: 180px;overflow-y:auto; padding:0 0 10px;}
.server_list .server_list_ul a{display:block; float: left; margin:8px 0 0 8px; width:110px; height: 35px; background: #f5f5f5; color: #333; overflow: hidden;}