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

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

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: 30px;
  z-index: 100;
}

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

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

.login-box {
  position: absolute;
  top: 320px;
  left: 145px;
  width: 430px;
  text-align: center;
}

.login-box .act-time {
  font-size: 19px;
  font-weight: bold;
  line-height: 33px;
  color: #d2397c;
  width: 375px;
  margin-left: 45px;
  text-align: center;
  letter-spacing: 2px;
}

.login-box .btn-buy {
  display: block;
  width: 326px;
  height: 95px;
  margin: 65px auto 25px;
  background: url(../images/btn_01.png) center center no-repeat;
  font: 0/0 a;
}

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

.login-box .btn-login {
  display: block;
  font-size: 16px;
  color: #ff4267;
  letter-spacing: 5px;
  margin: 0 auto;
}

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

.login-box .name {
  margin-right: 0;
}

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

.login-box .login-info a {
  color: #f2eeef;
  margin-left: 5px;
}

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

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

.tit {
  margin: 50px 0 2px;
  height: 124px;
  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 {
  background: url(../images/tit_03.png) center center no-repeat;
}

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

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

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

.sect {
  overflow: hidden;
}

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

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

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

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

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

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

.sect.sect-03 .list-cont {
  padding-top: 28px;
}

.sect.sect-03 .list-cont .list {
  height: 420px;
  background: #7f69a7;
}

.sect.sect-04 {
  height: 515px;
  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: .2s;
}

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

.body-process {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 142px;
  height: 442px;
  margin: auto;
  padding-top: 15px;
  display: none;
  background: url(../images/float_bg.png) center right no-repeat;
  z-index: 100;
}

.body-process li {
  text-align: center;
}

.body-process li > a {
  display: block;
  width: 105px;
  height: 27px;
  line-height: 27px;
  margin: 0 auto 2px;
  text-align: center;
  color: #eeeaf5;
  overflow: hidden;
  background: url(../images/bg_01.png) center center no-repeat;
}

.body-process li > a:hover {
  background: url(../images/bg_01_a.png) center center no-repeat;
}

.body-process li.act a {
  background: url(../images/bg_01_a.png) center left no-repeat;
}

.body-process .get-gift {
  position: relative;
  margin: 5px auto 0;
  width: 113px;
  height: 145px;
  background: url(../images/bg_02.png) top center no-repeat;
}

.body-process .get-gift .title {
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  color: #59537f;
}

.body-process .get-gift span {
  display: block;
  margin: 2px 0;
  font-size: 14px;
  color: #fcf9fa;
}

.body-process .get-gift img {
  display: block;
  height: 56px;
  margin: 2px auto 0;
  cursor: pointer;
}

.body-process .get-gift a {
  display: block;
  width: 120px;
  height: 37px;
  margin: 0 0 0 -3px;
  font: 0/0 a;
  background: url(../images/btn_02.png) center center no-repeat;
}

.body-process .get-gift a:hover {
  filter: brightness(120%);
}

.body-process .get-gift .gift-cont {
  position: absolute;
  top: 0;
  left: -200px;
  width: 200px;
  height: 145px;
  background: #7c6fad;
  border: 1px solid #c3b5e8;
  border-radius: 2px;
  animation: tc .5s;
  color: #dfd9f1;
  padding: 15px 20px;
  text-align: left;
}

.body-process .get-gift .gift-cont span {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
  color: #f4bf05;
}

.body-process .get-gift .gift-cont p {
  line-height: 1.6;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  outline: 0;
  background: rgba(36, 35, 36, 0.6);
  display: none;
}

.modal.modal-public .cont-none {
  font-size: 34px;
  font-weight: bold;
  color: #cdc4e9;
  text-align: center;
  margin-top: 140px;
  letter-spacing: 3px;
}

.modal.modal-look .my-list {
  width: 370px;
  margin: 0 auto;
}

.modal.modal-look .title {
  margin: 30px 0 15px;
  height: 33px;
  line-height: 33px;
  font-size: 24px;
  font-weight: bold;
  color: #59507a;
  text-align: center;
  background: url(../images/bg_04.png) center center no-repeat;
}

.modal.modal-look .tips {
  color: #f4bf05;
  font-size: 15px;
  text-align: center;
}

.modal.modal-look .tips a {
  display: inline-block;
  margin-left: 30px;
  color: #f4bf05;
  text-decoration: underline;
}

.modal.modal-look .tips a:hover {
  color: #ff9900;
}

.modal.modal-look .my-list li {
  margin-top: 30px;
  color: #dfd9f1;
}

.modal.modal-look .my-list li > label {
  float: left;
  padding: 2px 20px;
  margin-top: 10px;
  color: #cdc4e9;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #4d4277;
  border-radius: 50px;
  letter-spacing: 1px;
}

.modal.modal-look .my-list li .right-cont {
  padding-left: 120px;
}

.modal.modal-look .my-list li .right-cont p {
  line-height: 1.6;
}

.modal.modal-look .my-list li .right-cont p span {
  color: #f4bf05;
  font-weight: bold;
  font-size: 20px;
}

.modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -340px;
  margin-top: -208px;
  width: 680px;
  height: 416px;
  background: #7c6fad;
  border: 1px solid #c3b5e8;
  animation: tc .5s;
  border-radius: 2px;
}

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

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

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

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

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

.rule {
  padding: 0 15px 100px 15px;
}

.rule p {
  margin-left: 8px;
  font-size: 16px;
  color: #645a72;
  line-height: 30px;
  padding-left: 15px;
  background: url(../images/dot.png) left 11px no-repeat;
}

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

.rule p span {
  color: #db4d69;
  font-weight: bold;
}

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

.list-cont {
  padding: 18px 8px 0;
  overflow: hidden;
}

.list-cont .left {
  float: left;
  width: 260px;
}

.list-cont .left .btn {
  display: block;
  font: 0/0 a;
  margin-bottom: 5px;
}

.list-cont .left .btn:hover {
  filter: brightness(120%);
}

.list-cont .left .btn-want {
  height: 110px;
  background: url(../images/btn_03.png) center center no-repeat;
}

.list-cont .left .btn-look {
  height: 64px;
  background: url(../images/btn_04.png) center center no-repeat;
}

.list-cont .left .list {
  height: 470px;
  background: url(../images/bg_02.jpg) #7f69a7 center center no-repeat;
}

.list-cont .left .list .title {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #dbd4ea;
  text-align: center;
  background: #5f5080;
}

.list-cont .left .item {
  border: 1px solid #7f69a7;
  overflow: hidden;
  background: rgba(94, 80, 127, 0.6);
}

.list-cont .left .item .img {
  float: left;
  width: 77px;
  margin: 8px 0 8px 15px;
}

.list-cont .left .item .img img {
  display: block;
}

.list-cont .left .item .text {
  color: #f5f5f7;
  text-align: center;
  padding: 20px 0;
}

.list-cont .left .item .text span {
  border-left: 1px solid #482a4b;
  border-right: 1px solid #482a4b;
  display: inline-block;
  background: url(../images/bg_07.png) #e6dce9 center center no-repeat;
  width: 100px;
  color: #482a4b;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}

.list-cont .right {
  float: left;
  margin-left: 4px;
  width: 920px;
}

.list-cont .right .tips {
  margin: 34px 0 10px 190px;
  color: #db4e69;
  font-size: 16px;
}

.list-cont .right .table {
  background: #f9f6fa;
  overflow: hidden;
  min-height: 539px;
}

.list-cont .right .table table {
  width: 100%;
  display: table;
  text-align: center;
  color: #5f546e;
}

.list-cont .right .table table tr {
  border-bottom: 1px solid #e1dce4;
}

.list-cont .right .table table th {
  color: #594b72;
  font-size: 16px;
  font-weight: normal;
  background: #afa4c0;
  height: 45px;
  line-height: 45px;
  width: 30%;
}

.list-cont .right .table table th.short {
  width: 20%;
}

.list-cont .right .table table td {
  height: 44px;
  line-height: 44px;
}

.list-cont .right .table table td.item-01, .list-cont .right .table table td.item-02, .list-cont .right .table table td.item-03 {
  font: 0/0 a;
}

.list-cont .right .table table td.item-01 {
  background: url(../images/icon_01.png) center center no-repeat;
}

.list-cont .right .table table td.item-02 {
  background: url(../images/icon_02.png) center center no-repeat;
}

.list-cont .right .table table td.item-03 {
  background: url(../images/icon_03.png) center center no-repeat;
}

.list-cont .right .table .text-center {
  margin: 25px 0 28px;
}

.list-cont .right .table .text-center a + a {
  margin-left: 30px;
}

.list-cont .right .table .btn {
  display: inline-block;
  width: 110px;
  height: 35px;
  line-height: 29px;
  border: 3px solid #7f748e;
  color: #5f546e;
}

.list-cont .right .table .btn:hover {
  background: #7f748e;
  color: #fff;
}

.nav-01 {
  overflow: hidden;
  margin-bottom: 5px;
}

.nav-01 li {
  float: left;
  width: 10%;
}

.nav-01 li + li {
  padding-left: 2px;
}

.nav-01 li a {
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  color: #fefefe;
  text-align: center;
  letter-spacing: -3px;
  background: url(../images/bg_03.png) left center no-repeat;
}

.nav-01 li a span {
  font-size: 40px;
  font-weight: bold;
}

.nav-01 li.active a {
  background: url(../images/bg_03_a.png) left center no-repeat;
}

.win-list {
  position: absolute;
  top: 610px;
  left: 40px;
  width: 627px;
  height: 210px;
  padding: 56px 20px 0;
  background: url(../images/bg_05.png) center center no-repeat;
}

.win-list li {
  float: left;
  width: 16.6666%;
  text-align: center;
}

.win-list li .img {
  width: 84px;
  height: 84px;
  padding: 9px;
  margin: 0 auto;
  background: url(../images/bg_06.png) center center no-repeat;
}

.win-list li .img img {
  border: 1px solid #afa4d4;
}

.win-list li p {
  padding-top: 8px;
  line-height: 1.2;
  font-size: 14px;
  color: #594b7a;
}
