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

body {
  min-width: 1200px;
  font-size: 14px;
  font-family: "Microsoft YaHei", "PingFang SC", arial, helvetica, "Microsoft Sans Serif", sans-serif;
}

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 {
  width: 1200px;
  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: 60px;
  left: 20px;
  z-index: 100;
}

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

.logo a:hover {
  filter: brightness(110%);
}

.login-box {
  position: absolute;
  top: 810px;
  left: 0;
  right: 0;
  font-size: 20px;
  text-align: center;
}

.login-box .btn-login {
  display: block;
  color: #367ce2;
  letter-spacing: 2px;
  margin: 0 auto;
}

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

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

.login-box .login-info {
  color: #f46466;
}

.login-box .login-info a {
  color: #367ce2;
  margin-left: 10px;
}

.login-box .login-info a:hover {
  color: #0a68f5;
  text-decoration: underline;
}

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

.login-box .btn-buy {
  display: block;
  width: 336px;
  height: 84px;
  margin: 15px auto 0;
  background: url(../images/btn_01.png) center center no-repeat;
  font: 0/0 a;
  transition: all 0.3s;
}

.login-box .btn-buy:hover {
  filter: brightness(120%);
}

.tit {
  margin: 50px 0 50px;
  height: 114px;
  font: 0/0 a;
}

.tit.tit-01 {
  background: url(../images/tit_01.png) center center no-repeat;
}

.tit.tit-02 {
  background: url(../images/tit_02.png) center center no-repeat;
}

.tit.tit-03 {
  height: 32px;
  margin: 50px 0 30px;
  background: url(../images/tit_03.png) center center no-repeat;
}

.sect {
  overflow: hidden;
}

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

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

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

.sect.sect-01 .container {
  position: relative;
}

.sect.sect-01 .time {
  position: absolute;
  top: 720px;
  left: 570px;
  width: 233px;
  height: 24px;
  background: url(../images/time.png) center center no-repeat;
}

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

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

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

.common_topnav {
  background: #393838;
  height: 38px;
}

.common_topnav a {
  float: right;
  width: 80px;
  height: 38px;
  line-height: 38px;
  color: #dcdcdc;
  font-size: 12px;
  text-align: center;
  transition: 0.2s;
}

.common_topnav a:hover {
  color: #fff;
  font-size: 14px;
}

.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.modal-bag .modal-body {
  width: 354px;
  height: 568px;
  margin-left: -177px;
  margin-top: -284px;
  padding-top: 166px;
  background: url(../images/modal_bag.png) center center no-repeat;
  text-align: center;
  color: #681818;
  font-size: 17px;
}

.modal.modal-bag .modal-body .from {
  margin-bottom: 5px;
}

.modal.modal-bag .modal-body .from .name {
  color: #fff158;
}

.modal.modal-bag .modal-body .bag-info {
  color: #fff158;
  font-size: 28px;
  width: 85%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
}

.modal.modal-bag .modal-body .gift-info {
  width: 160px;
  height: 160px;
  background: #b81e1e;
  border: 1px solid #f45858;
  margin: 40px auto 50px;
  color: #fce159;
  font-size: 16px;
}

.modal.modal-bag .modal-body .gift-info img {
  margin: 30px 0 10px;
}

.modal.modal-bag .close {
  top: 140px;
  right: -60px;
  background: url(../images/close_red.png) center center no-repeat;
}

.modal.modal-win {
  display: block;
}

.modal.modal-win .modal-body {
  height: 532px;
  margin-top: -266px;
  background: url(../images/modal_bg_l.png) center center no-repeat;
}

.modal.modal-win h6 {
  font-size: 32px;
  font-weight: 700;
  margin: 40px 0 20px;
  color: #eef0f8;
  text-align: center;
}

.modal.modal-win .table-box {
  width: 530px;
  margin: 0 auto 30px;
  max-height: 330px;
  overflow: hidden;
}

.modal.modal-win .table-box table {
  font-size: 16px;
  text-align: center;
  width: 100%;
  display: table;
  color: #eef0f8;
}

.modal.modal-win .table-box table thead {
  border-bottom: 1px solid #7cb0f2;
}

.modal.modal-win .table-box table th {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: 700;
}

.modal.modal-win .table-box table td {
  height: 36px;
  line-height: 36px;
}

.modal.modal-win .text-center a {
  display: inline-block;
  padding: 7px 32px;
  color: #eef0f8;
  text-align: center;
  border: 3px solid #eef0f8;
  letter-spacing: 5px;
  transition: all 0.3s;
}

.modal.modal-win .text-center a + a {
  margin-left: 30px;
}

.modal.modal-win .text-center a:hover {
  color: #0a68f5;
  background: #eef0f8;
}

.modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -312px;
  margin-top: -181px;
  width: 625px;
  height: 362px;
  background: url(../images/modal_bg.png) center center no-repeat;
  background-size: contain;
  animation: tc 0.5s;
}

.modal-body .close {
  position: absolute;
  top: 0;
  right: -44px;
  width: 31px;
  height: 31px;
  line-height: 31px;
  display: block;
  background: url(../images/close.png) center center no-repeat;
  background-size: contain;
}

.modal-body .close:hover {
  filter: brightness(115%);
}

.modal-body .close:hover img {
  transform: rotate(90deg);
}

.modal-body .cont-none {
  margin: 130px auto 0;
  font-size: 32px;
  color: #eef0f8;
  text-align: center;
}

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

.rule {
  margin: 0 50px 0 120px;
  color: #306fc4;
  letter-spacing: -0.5px;
}

.rule .r-tit {
  font-weight: bold;
  font-size: 20px;
}

.rule p {
  margin-left: 8px;
  font-size: 17px;
  line-height: 28px;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.reg_bag {
  width: 100%;
  height: 513px;
  background: url(../images/bg_04.png) center center no-repeat;
}

.reg_bag .left {
  float: left;
  width: 240px;
  text-align: center;
}

.reg_bag .left .title {
  color: #fff158;
  font-size: 28px;
  padding: 15px 0 10px;
  border-bottom: 1px solid #7cb0f2;
  margin: 0 20px 20px;
}

.reg_bag .left .title small {
  display: block;
  font-size: 15.7px;
  background: url(../images/dot_y.png) center center no-repeat;
}

.reg_bag .right {
  float: left;
  width: 960px;
}

.reg_bag .bag {
  overflow: hidden;
  margin: 22px 25px;
}

.reg_bag .bag li {
  position: relative;
  float: left;
  width: 166px;
  height: 204px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin: 15px 8px;
  background: url(../images/bg_03.png) center center no-repeat;
}

.reg_bag .bag li span {
  display: block;
  margin-bottom: 3px;
  color: #fbe3e3;
  width: 85%;
  margin: 0 auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.reg_bag .bag li a {
  display: inline-block;
  margin: 40px auto 30px;
  width: 70px;
  height: 70px;
  background: url(../images/btn_05.png) center center no-repeat;
  font: 0/0 a;
  transition: all 0.3s;
}

.reg_bag .bag li a:hover {
  filter: brightness(120%);
}

.reg_bag .bag li:hover a {
  margin: 35px auto 35px;
}

.reg_bag .bag li.over:hover a {
  margin: 40px auto 30px;
}

.reg_bag .bag li .over-bg {
  top: -60px;
  background: url(../images/icon_02.png) center center no-repeat;
}

.reg_bag .name p {
  margin: 0 auto;
  font-size: 16px;
  color: #eef0f8;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 85%;
}

.gift-box {
  height: 600px;
  background: url(../images/bg_05.png) center bottom no-repeat;
}

.gift-box .title {
  font-size: 24px;
  font-weight: 700;
  color: #3883e8;
  line-height: 60px;
  text-align: center;
}

.gift-box .left {
  float: left;
  width: 364px;
}

.gift-box .right {
  float: left;
  width: 836px;
}

.gift-box .right .top {
  text-align: center;
}

.gift-box .right .top .text-center {
  position: relative;
}

.gift-box .right .top .text-center.over .btn-get {
  filter: grayscale(1);
  pointer-events: none;
}

.gift-box .right .top .text-center .over-bg {
  top: -55px;
  background: url(../images/icon_02.png) center center no-repeat;
}

.gift-box .right .bottom {
  height: 206px;
}

.btn-get {
  display: inline-block;
  width: 244px;
  height: 75px;
  line-height: 75px;
  margin-bottom: 50px;
  font-size: 25px;
  color: #3883e8;
  background: url(../images/btn_03.png) center center no-repeat;
}

.btn-get:hover {
  filter: brightness(110%);
}

.get-gift {
  display: inline-block;
  margin: 45px 0 30px;
  overflow: hidden;
}

.get-gift li {
  float: left;
  width: 130px;
  padding: 5px 0;
  margin: 0 20px;
  background: #fff;
  text-align: center;
}

.get-gift li .img {
  width: 110px;
  height: 110px;
  margin: 0 auto;
  padding-top: 22px;
  background: url(../images/bg_02.png) center center no-repeat;
}

.get-gift li .img img {
  width: 68px;
  height: 68px;
  border: 3px solid #3782e8;
  border-radius: 3px;
}

.get-gift li p {
  color: #3883e8;
  margin: 5px 0;
  font-size: 14px;
}

.over-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 140px;
  height: 112px;
  display: none;
}

.over .over-bg {
  display: block;
}

.gift {
  padding: 20px;
}

.gift > li {
  margin: 15px 0;
}

.gift > li > .img {
  cursor: pointer;
}

.gift > li.over .text .btn {
  filter: grayscale(1);
  pointer-events: none;
}

.gift .img {
  position: relative;
  float: left;
  width: 151px;
  height: 147px;
  padding-top: 30px;
  text-align: center;
  background: url(../images/bg_01.png) center center no-repeat;
}

.gift .img:hover .show-gift {
  display: block;
}

.gift .img .show-gift {
  display: none;
  position: absolute;
  top: 12px;
  left: 145px;
  width: 464px;
  height: 229px;
  background: url(../images/bg_07.png) center center no-repeat;
  transition: opacity 0.3s;
  z-index: 111;
}

.gift .img .show-gift .get-gift {
  margin: 30px 0 0;
}

.gift .img .show-gift .get-gift li {
  margin: 0 5px;
  background: none;
}

.gift .img .show-gift .get-gift li .img {
  float: none;
  background: url(../images/bg_09.png) center center no-repeat;
}

.gift .img .show-gift .get-gift li p {
  color: #fff;
}

.gift .img .over-bg {
  background: url(../images/icon_01.png) center center no-repeat;
}

.gift .text {
  margin: 20px 0;
  padding-left: 150px;
  font-size: 16px;
  color: #eef0f8;
  text-align: center;
  line-height: 1.6;
}

.gift .text .gift-name {
  font-size: 20px;
  color: #eff0f7;
  background: url(../images/dot_w.png) center center no-repeat;
}

.gift .text a {
  display: block;
  width: 115px;
  height: 43px;
  line-height: 43px;
  margin: 8px auto 0;
  background: url(../images/btn_02.png) center center no-repeat;
  color: #3883e8;
  font-size: 20px;
}

.gift .text a:hover {
  filter: brightness(110%);
}

.process {
  float: left;
  width: 563px;
  text-align: center;
  margin-left: 10px;
}

.process p {
  color: #3883e8;
  font-size: 20px;
  margin-bottom: 10px;
}

.process .pro-list {
  margin-top: 15px;
  background: url(../images/bg_08.png) center center no-repeat;
  overflow: hidden;
  display: inline-block;
}

.process .pro-list li {
  float: left;
  margin: 0 9px;
  color: #eef0f8;
  font-size: 26.8px;
  width: 79px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: url(../images/bg_06.png) center center no-repeat;
}

.process .pro-list li.active ~ li {
  background: url(../images/bg_06_a.png) center center no-repeat;
}

.plus {
  position: relative;
  float: left;
  width: 262px;
  text-align: center;
}

.plus:hover {
  cursor: pointer;
}

.plus:hover .show-plus {
  display: block;
}

.plus p {
  color: #f4f9fe;
  font-size: 20px;
  margin-bottom: 10px;
}

.plus .show-plus {
  display: none;
  position: absolute;
  top: -20px;
  left: -730px;
  width: 730px;
  height: 229px;
  background: url(../images/bg_07_l.png) center center no-repeat;
  transition: opacity 0.3s;
}

.plus .show-plus .get-gift {
  margin: 30px 0 0;
}

.plus .show-plus li {
  margin: 0 5px;
  background: none;
}

.plus .show-plus li .img {
  float: none;
  background: url(../images/bg_09.png) center center no-repeat;
}

.plus .show-plus li p {
  color: #fff;
}

.plus .btn-plus {
  position: absolute;
  left: 0;
  right: 0;
  top: 110px;
  display: inline-block;
  width: 128px;
  height: 48px;
  line-height: 45px;
  margin: 0 auto;
  color: #3883e8;
  font-size: 20px;
  text-align: center;
  background: url(../images/btn_04.png) center center no-repeat;
}

.plus .btn-plus:hover {
  filter: brightness(110%);
}

.plus .over-bg {
  top: 50px;
  background: url(../images/icon_01.png) center center no-repeat;
}

.plus.over .btn-plus {
  filter: grayscale(1);
  pointer-events: none;
}
