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

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

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;
  vertical-align: middle;
}

em {
  font-style: normal;
}

p {
  word-wrap: break-word;
}

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;
}

/* chrome记住密码后的默认填充样式解决 */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  border: 1px solid #ccc !important;
}

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 {
  position: relative;
  width: 1340px;
  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: 25px;
  left: 25px;
  z-index: 100;
}

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

.login-box {
  position: absolute;
  top: 870px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: 'Microsoft YaHei', 'PingFang SC', arial, helvetica, 'Microsoft Sans Serif', sans-serif;
}

.login-box .btn-login {
  display: block;
  width: 343px;
  height: 105px;
  color: #fcf6e4;
  font-size: 18px;
  text-decoration: underline;
  margin: 0 auto;
}

.login-box .btn-login:hover {
  color: #deb357;
  text-decoration: underline;
}

.login-box .name {
  margin-right: 20px;
}

.login-box .login-info {
  color: #fcf6e4;
  font-size: 18px;
}

.login-box .login-info a {
  display: inline-block;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  color: #361908;
  background: #deb357;
  border-radius: 50px;
  margin-left: 10px;
  font-size: 16px;
}

.login-box .login-info a:hover {
  background: #f3b224;
}

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

.login-box .login-info span {
  margin: 0 5px;
}

.tit.tit-01 h2 {
  height: 312px;
  font: 0/0 a;
  background: url(../images/tit_01.png) center top no-repeat;
}

.tit.tit-02 h2 {
  height: 312px;
  font: 0/0 a;
  background: url(../images/tit_02.png) center top no-repeat;
}

.sect {
  position: relative;
}

.sect .top,
.sect .bottom {
  position: absolute;
  left: 0;
  right: 0;
}

.sect .top {
  top: 0;
  height: 500px;
}

.sect .bottom {
  top: 500px;
}

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

.sect.sect-01 .top {
  background: url(../images/sect_01_t.jpg) top center no-repeat;
}

.sect.sect-01 .bottom {
  height: 503px;
  background: url(../images/sect_01_b.jpg) top center no-repeat;
}

.sect.sect-01 .sg {
  display: none;
  position: absolute;
  top: 300px;
  left: 0;
  right: 0;
  width: 792px;
  height: 294px;
  margin: 0 auto;
  background: url(../images/sg.png) center center no-repeat;
  font: 0/0 a;
}

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

.sect.sect-02 .buy-box {
  position: relative;
  width: 1240px;
  height: 836px;
  margin: 0 auto;
  background: url(../images/bg_05.png) center 86px no-repeat;
}

.sect.sect-02 .buy-box .skin {
  position: absolute;
  top: 675px;
  left: 40px;
  width: 253px;
  height: 144px;
  text-align: center;
  background: url(../images/bg_08.png) center center no-repeat;
}

.sect.sect-02 .buy-box .skin img {
  width: 225px;
  height: 116px;
  margin: 14px auto;
}

.sect.sect-02 .buy-list {
  text-align: center;
  margin-left: 330px;
}

.sect.sect-02 .buy-list li {
  float: left;
  width: 210px;
  margin: 0 7px;
  font: 0/0 a;
}

.sect.sect-02 .buy-list li.item-01 .btn-get {
  background-position: 0 0;
}

.sect.sect-02 .buy-list li.item-01 .time {
  background-position: 0 0;
}

.sect.sect-02 .buy-list li.item-02 .btn-get {
  background-position: -224px 0;
}

.sect.sect-02 .buy-list li.item-02 .time {
  background-position: -219px 0;
}

.sect.sect-02 .buy-list li.item-03 .btn-get {
  background-position: -448px 0;
}

.sect.sect-02 .buy-list li.item-03 .time {
  background-position: -438px 0;
}

.sect.sect-02 .buy-list li.item-04 .btn-get {
  background-position: -672px 0;
}

.sect.sect-02 .buy-list li.item-04 .time {
  background-position: -657px 0;
}

.sect.sect-02 .buy-list .time {
  position: relative;
  width: 208px;
  height: 82px;
  background: url(../images/all_03.png) top left no-repeat;
}

.sect.sect-02 .buy-list .time span {
  font: 0/0 a;
}

.sect.sect-02 .buy-list .btn-buy {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  display: block;
  width: 144px;
  height: 44px;
  margin: 0 auto;
  background: url(../images/btn_03.png) center center no-repeat;
}

.sect.sect-02 .buy-list .btn-buy:hover {
  filter: brightness(1.2);
}

.sect.sect-02 .buy-list .btn-get {
  position: relative;
  display: block;
  width: 203px;
  height: 79px;
  margin-top: 100px;
  background: url(../images/all_02.png) top left no-repeat;
}

.sect.sect-02 .buy-list .btn-get em {
  display: none;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  width: 144px;
  height: 116px;
  margin: 0 auto;
  background: url(../images/icon_07.png) center center no-repeat;
}

.sect.sect-02 .buy-list .btn-get:hover {
  filter: brightness(1.1);
}

.sect.sect-02 .buy-list .status-get {
  pointer-events: none;
}

.sect.sect-02 .buy-list .status-get em {
  display: block;
}

.sect.sect-02 .buy-list .status-get:hover {
  filter: none;
}

.sect.sect-02 .buy-list .price-box {
  position: relative;
  margin: 25px 0 73px;
  width: 210px;
  height: 117px;
  color: #624a3f;
  background: url(../images/all_04.png) top left no-repeat;
}

.sect.sect-02 .buy-list .price-box span {
  display: block;
  font-size: 15px;
  color: #6c4533;
}

.sect.sect-02 .buy-list .price-box .over {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 144px;
  height: 116px;
  margin: 0 auto;
  background: url(../images/icon_06.png) center center no-repeat;
}

.sect.sect-02 .buy-list .price-box.status-buy .btn-buy {
  display: none;
}

.sect.sect-02 .buy-list .price-box.status-buy .over {
  display: block;
}

.sect.sect-02 .buy-list .price-box.price-01 {
  background-position: 0 0;
}

.sect.sect-02 .buy-list .price-box.price-02 {
  background-position: -224px 0;
}

.sect.sect-02 .buy-list .price-box.price-03 {
  background-position: -448px 0;
}

.sect.sect-02 .buy-list .price-box.price-04 {
  background-position: -672px 0;
}

.sect.sect-02 .rule {
  padding: 45px 0 0 420px;
}

.sect.sect-02 .rule p {
  color: #624a3f;
  background: url(../images/dot_02.png) left 6px no-repeat;
}

.sect.sect-02 .rule p span {
  color: #cc532c;
}

.sect.sect-03 {
  height: 968px;
  background: url(../images/sect_03.jpg) top center no-repeat;
}

.sect.sect-03 .top {
  background: url(../images/sect_03_t.jpg) top center no-repeat;
}

.sect.sect-03 .bottom {
  height: 468px;
  background: url(../images/sect_03_b.jpg) top center no-repeat;
}

.sect.sect-04 {
  height: 967px;
  background: url(../images/sect_04.jpg) top center no-repeat;
}

.sect.sect-04 .top {
  background: url(../images/sect_04_t.jpg) top center no-repeat;
}

.sect.sect-04 .bottom {
  height: 467px;
  background: url(../images/sect_04_b.jpg) top center no-repeat;
}

.sect.sect-05 {
  height: 970px;
  background: url(../images/sect_05.jpg) top center no-repeat;
}

.sect.sect-05 .top {
  background: url(../images/sect_05_t.jpg) top center no-repeat;
}

.sect.sect-05 .bottom {
  height: 470px;
  background: url(../images/sect_05_b.jpg) top center no-repeat;
}

.sect.sect-06 {
  height: 1072px;
  background: url(../images/sect_06.jpg) top center no-repeat;
  text-align: center;
}

.sect.sect-06 > img {
  margin: -30px auto 10px;
}

.sect.sect-06 .price {
  width: 680px;
  margin: 0 0 0 385px;
}

.sect.sect-06 .price p {
  margin-left: 80px;
  color: #624a3f;
}

.sect.sect-06 .gif-box {
  position: absolute;
  top: 323px;
  right: 102px;
  width: 192px;
  height: 215px;
}

.sect.sect-06 .gif-box span {
  position: absolute;
  top: -20px;
  left: -2px;
  width: 66px;
  height: 116px;
  font: 0/0 a;
  background: url(../images/icon_01.png) center center no-repeat;
}

.sect.sect-07 {
  background: #191a27;
}

.body-process {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 198px;
  height: 650px;
  margin: auto;
  padding-top: 10px;
  display: none;
  z-index: 100;
  font-family: 'SimSun', 'STSong', sans-serif;
}

.body-process li {
  position: relative;
}

.body-process li + li {
  margin-top: 9px;
}

.body-process li a {
  display: block;
  width: 198px;
  height: 68px;
  background: url(../images/all_01.png) top left no-repeat;
}

.body-process li a p {
  font: 0/0 a;
}

.body-process li.item-01 a {
  background-position: -210px 0;
}

.body-process li.item-02 a {
  background-position: -210px -77px;
}

.body-process li.item-03 a {
  background-position: -210px -154px;
}

.body-process li.item-04 a {
  background-position: -210px -231px;
}

.body-process li.item-05 a {
  background-position: -210px -308px;
}

.body-process li.item-06 a {
  background-position: -210px -385px;
}

.body-process li.act.item-01 a {
  background-position: 0 0;
}

.body-process li.act.item-02 a {
  background-position: 0 -77px;
}

.body-process li.act.item-03 a {
  background-position: 0 -154px;
}

.body-process li.act.item-04 a {
  background-position: 0 -231px;
}

.body-process li.act.item-05 a {
  background-position: 0 -308px;
}

.body-process li.act.item-06 a {
  background-position: 0 -385px;
}

.body-process li:hover {
  filter: brightness(1.1);
}

.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: -310px;
  margin-top: -202px;
  width: 621px;
  height: 405px;
  background: url(../images/modal_bg.png) center center no-repeat;
  background-size: contain;
  animation: tc 0.5s;
  font-family: 'Microsoft YaHei', 'PingFang SC', arial, helvetica, 'Microsoft Sans Serif', sans-serif;
}

.modal-body .close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 47px;
  height: 47px;
  display: block;
  background: url(../images/close.png) center center no-repeat;
  background-size: contain;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -ms-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}

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

.modal-body .close:hover {
  filter: brightness(115%);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.modal-body .cont-none {
  margin: 100px auto 0;
  font-size: 24px;
  color: #9d7334;
  text-align: center;
  line-height: 1.6;
}

.modal-body .text-center {
  margin-top: 25px;
}

.modal-body .text-center a {
  display: inline-block;
  width: 144px;
  height: 44px;
  line-height: 44px;
  font: 0/0 a;
  background: url(../images/btn_04.png) no-repeat;
}

.modal-body .text-center a + a {
  margin-left: 20px;
}

.modal-body .text-center a:hover {
  filter: brightness(110%);
}

.modal-body .text-center a.btn-blue {
  background: url(../images/btn_05.png) no-repeat !important;
}

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

.color-red {
  color: #cc532c;
}

@media (max-width: 1440px) {
  .sg {
    left: -50px !important;
  }
}

.top-link {
  position: absolute;
  top: 30px;
  right: 45px;
  z-index: 10;
}

.top-link a {
  float: left;
  width: 36px;
  height: 37px;
  margin: 0 6px;
  font: 0/0 a;
  background: url(../images/btn_01.png) center center no-repeat;
}

.top-link a.godown {
  background: url(../images/btn_02.png) right center no-repeat;
}

.top-link a:hover {
  filter: brightness(1.2);
}

.vd {
  position: absolute;
  display: none;
  width: 98px;
  height: 98px;
}

.vd .btn-vd {
  display: block;
  width: 98px;
  height: 98px;
  background: url(../images/icon_vd.png) center center no-repeat;
  -webkit-animation: rotate 5s linear infinite;
  -moz-animation: rotate 5s linear infinite;
  -o-animation: rotate 5s linear infinite;
  animation: rotate 5s linear infinite;
}

.vd:hover:before {
  content: '';
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 8;
  margin-top: -50px;
  margin-left: -50px;
  border-radius: 50%;
  background: radial-gradient(rgba(0, 0, 0, 0.25) 40%, rgba(173, 138, 92, 0.65) 70%, rgba(0, 0, 0, 0.25) 100%);
  box-shadow: 0 0 8px 4px #888888, 0 0 6px 3px white;
  animation: fade 2.4s linear 0s infinite;
}

.vd i {
  position: absolute;
  top: 0;
  left: 37px;
  bottom: 0;
  display: block;
  width: 22px;
  height: 37px;
  margin: auto 0 auto 5px;
  background: url(../images/icon_sj.png) center center no-repeat;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}

@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

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

.price {
  width: 600px;
  margin-right: -50px;
}

.price em {
  display: block;
  width: 100%;
  height: 139px;
  font: 0/0 a;
}

.price p {
  float: left;
  font-size: 16px;
  color: #ffc677;
  line-height: 30px;
  margin-left: 35px;
}

.price p .color-red {
  color: #cc532c;
}

.price.price-01 em {
  background: url(../images/sale_01.png) 20px top no-repeat;
}

.price.price-02 {
  margin-right: -90px;
}

.price.price-02 em {
  background: url(../images/sale_02.png) top left no-repeat;
}

.price.price-02 p {
  margin-left: 15px;
  color: #39499e;
}

.price.price-03 em {
  background: url(../images/sale_03.png) top left no-repeat;
}

.hero {
  float: right;
  position: relative;
  width: 545px;
  text-align: right;
}

.hero .card {
  width: 545px;
  height: 267px;
  margin: 80px auto 160px;
  font: 0/0 a;
  background-size: contain !important;
}

.hero .price {
  float: right;
}

.hero .tip {
  position: absolute;
  top: 140px;
  left: -795px;
  width: 115px;
  height: 194px;
  font: 0/0 a;
  background-size: contain !important;
}

.hero .tip.tip-01 {
  background: url(../images/tip_01.png) center center no-repeat;
}

.hero .tip.tip-02 {
  top: 115px;
  background: url(../images/tip_02.png) center center no-repeat;
}

.hero.hero-01 .card {
  background: url(../images/name_01.png) center center no-repeat;
}

.hero.hero-02 .card {
  background: url(../images/name_02.png) center center no-repeat;
}

.hero.hero-03 {
  margin-right: 80px;
}

.hero.hero-03 .card {
  margin: 75px auto 200px;
  background: url(../images/name_03.png) center center no-repeat;
}

.hero.hero-03 .tip {
  top: 125px;
  left: -720px;
}

.tab-pane {
  display: none;
}

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

.btn-music {
  position: fixed;
  bottom: 33px;
  right: 25px;
  display: block;
  width: 58px;
  height: 58px;
  z-index: 99;
  background: url(../images/btn_music_i.png) center center no-repeat;
}

.btn-music i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/btn_music_c.png) center center no-repeat;
}

.btn-music.on i {
  -moz-animation: rotate01 3s linear infinite;
  -webkit-animation: rotate01 3s linear infinite;
  -o-animation: rotate01 3s linear infinite;
  -ms-animation: rotate01 3s linear infinite;
  animation: rotate01 3s linear infinite;
  background: url(../images/btn_music.png) center center no-repeat;
}

@-webkit-keyframes rotate01 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotate01 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes rotate01 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes rotate01 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate01 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rule {
  padding: 30px 130px 120px;
}

.rule .rule-tit {
  display: block;
  height: 35px;
  font: 0/0 a;
  margin-bottom: 20px;
  background: url(../images/tit_04.png) left center no-repeat;
}

.rule > p {
  margin-left: 2px;
  font-size: 15px;
  color: #b5b6c5;
  line-height: 27px;
  padding-left: 20px;
  text-align: justify;
  background: url(../images/dot.png) left 6px no-repeat;
}

.rule > p label {
  float: left;
  width: 80px;
}

.rule > p span {
  color: #e8cd8f;
}

.rule .hold {
  display: inline-block;
  width: 76px;
  content: '';
}

.btn-qsdt {
  position: fixed;
  top: 580px;
  left: 60px;
  display: block;
  width: 250px;
  height: 316px;
  background: url(../images/f_01.png) no-repeat;
  font: 0/0 a;
  animation: gotop 1s infinite alternate linear;
  -ms-animation: gotop 1s infinite alternate linear;
  -moz-animation: gotop 1s infinite alternate linear;
  -webkit-animation: gotop 1s infinite alternate linear;
  -o-animation: gotop 1s infinite alternate linear;
}

.btn-qsdt:hover {
  filter: brightness(1.1);
}

@keyframes gotop {
  0% {
    top: 575px;
  }
  100% {
    top: 580px;
  }
}
