@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;
  cursor: url(../images/cursor_01.png), auto;
}

ul li {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
  background-color: transparent;
  cursor: url(../images/cursor_02.png), auto;
}

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: #a29da5;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a29da5;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a29da5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #a29da5;
}

.container {
  width: 1000px;
  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: 20px;
  left: 20px;
  z-index: 100;
}

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

.login-box {
  text-align: center;
  font-size: 18px;
  margin-top: 50px;
  letter-spacing: 2px;
  margin-left: 20px;
}

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

.login-box .btn-login:hover {
  color: #4b2a61;
}

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

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

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

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

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

.other-link {
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 3;
  display: block;
}

.other-link a {
  display: block;
  width: 189px;
  height: 66px;
  font: 0/0 a;
  margin-bottom: 12px;
}

.other-link a.item-01 {
  background: url(../images/link_01.png) left top no-repeat;
}

.other-link a.item-02 {
  background: url(../images/link_02.png) left top no-repeat;
}

.other-link a.item-03 {
  background: url(../images/link_03.png) left top no-repeat;
}

.other-link a.item-04 {
  background: url(../images/link_04.png) left top no-repeat;
}

.other-link a:hover {
  filter: brightness(1.1);
}

.other-link a + a {
  margin-top: -5px;
}

.tit {
  overflow: hidden;
}

.tit h2 {
  margin: 30px 0 20px;
  height: 80px;
  font: 0/0 a;
}

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

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

.tit.tit-03 h2 {
  margin: 40px 0 20px;
  background: url(../images/tit_03.png) top center no-repeat;
}

.sect {
  overflow: hidden;
}

.sect.sect-main {
  height: 1080px;
  background: url(../images/sect_main.jpg) center center no-repeat;
}

.sect.sect-main .top {
  height: 540px;
  background: url(../images/sect_main_t.jpg) center center no-repeat;
}

.sect.sect-main .bottom {
  height: 540px;
  background: url(../images/sect_main_b.jpg) center center no-repeat;
}

.sect.sect-main .top-link {
  position: absolute;
  top: 18px;
  right: 35px;
}

.sect.sect-main .top-link a {
  float: left;
  width: 74px;
  height: 74px;
  margin-left: 6px;
  font: 0/0 a;
}

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

.sect.sect-main .top-link a.btn-index {
  background: url(../images/btn_index.png) center center no-repeat;
}

.sect.sect-main .top-link a.btn-download {
  background: url(../images/btn_download.png) center center no-repeat;
}

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

.sect.sect-main .main-cont {
  position: absolute;
  top: 125px;
  left: 20px;
  width: 535px;
}

.sect.sect-main .main-cont .sg {
  position: relative;
  width: 480px;
  height: 325px;
  margin-left: 20px;
  background: url(../images/sg.png) center center no-repeat;
  font: 0/0 a;
}

.sect.sect-main .main-cont .sg .time {
  position: absolute;
  top: 5px;
  right: -5px;
  width: 191px;
  height: 66px;
  background: url(../images/time.png) center center no-repeat;
}

.sect.sect-main .btn-wish {
  display: inline-block;
  width: 502px;
  height: 231px;
  font: 0/0 a;
  background: url(../images/btn_wish.png) center center no-repeat;
}

.sect.sect-main .btn-wish:hover {
  filter: brightness(1.1);
}

.sect.sect-main .text-center {
  position: relative;
  z-index: 10;
  margin-top: -70px;
  padding-left: 15px;
}

.sect.sect-main .text-center a {
  display: inline-block;
  width: 162px;
  height: 50px;
  line-height: 50px;
  font: 0/0 a;
}

.sect.sect-main .text-center a.btn-look {
  background: url(../images/btn_look.png) center center no-repeat;
}

.sect.sect-main .text-center a.btn-rule {
  margin-left: 15px;
  background: url(../images/btn_rule.png) center center no-repeat;
}

.sect.sect-main .text-center a:hover {
  filter: brightness(1.1);
}

.tag {
  position: absolute;
  top: 50px;
  left: -40px;
  width: 150px;
  height: 170px;
}

.tag span {
  display: block;
  width: 126px;
  height: 160px;
  background: url(../images/tag.png) center center no-repeat;
  animation: bulb-swing 3s infinite ease-in-out;
  transform-origin: top center;
  position: absolute;
  top: 0;
  left: calc(50% -(75px/2));
}

.tag em {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/dot_01.png) center center no-repeat;
}

@keyframes bulb-swing {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}

.wish-board {
  width: 1160px;
  margin: 20px auto 0;
}

.wish-board li {
  position: relative;
  float: left;
  width: 260px;
  height: 307px;
  padding: 20px;
  margin: 15px;
  background: url(../images/bg_02.png) center center no-repeat;
  color: #605169;
  text-align: center;
  font-size: 15px;
}

.wish-board li .w-title {
  display: inline-block;
  width: 173px;
  height: 36px;
  line-height: 36px;
  margin-bottom: 10px;
  background: url(../images/bg_01.png) center center no-repeat;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.wish-board li .w-cont {
  text-align: justify;
  line-height: 23px;
  height: 140px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

.wish-board li .info {
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  color: #d1c4dc;
  line-height: 19px;
}

.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-public .modal-body {
  padding: 0 50px;
  text-align: center;
  color: #fbf3f3;
  font-size: 16px;
}

.modal.modal-public .modal-body .cont-none {
  font-size: 28px;
  font-weight: 700;
  margin: 65px 0 50px;
}

.modal.modal-public .modal-body .tag {
  top: 20px;
  left: -60px;
}

.modal.modal-public .modal-body .error .cont-none {
  margin-top: 150px;
}

.modal.modal-public .modal-body .text-yellow {
  line-height: 31px;
  font-size: 18px;
  margin: 30px 0;
}

.modal.modal-public .modal-body .btn-confirm {
  display: inline-block;
  width: 230px;
  height: 75px;
  font: 0/0 a;
  margin-top: 30px;
  background: url(../images/btn_confirm.png) center center no-repeat;
}

.modal.modal-public .modal-body .btn-confirm:hover {
  filter: brightness(1.1);
}

.modal.modal-wish .modal-body {
  width: 921px;
  height: 587px;
  padding: 0 140px;
  margin-left: -460.5px;
  margin-top: -293.5px;
  background: url(../images/modal_01.png) center center no-repeat;
}

.modal.modal-wish .close {
  top: 30px;
  right: -15px;
}

.modal.modal-wish .tag {
  top: 30px;
  left: -50px;
}

.modal.modal-wish p {
  color: #fbf3f3;
  font-size: 16px;
  line-height: 28px;
}

.modal.modal-wish textarea {
  width: 100%;
  height: 135px;
  border: 5px  solid #f3c0b0;
  background: #fefaf8;
  color: #614177;
  font-size: 16px;
  padding: 10px;
  margin: 10px 0;
}

.modal.modal-wish .btn-submit {
  display: inline-block;
  margin: 30px auto 0;
  width: 286px;
  height: 100px;
  font: 0/0 a;
  background: url(../images/btn_submit.png) center center no-repeat;
}

.modal.modal-wish .btn-submit:hover {
  filter: brightness(1.1);
}

.modal.modal-look .modal-body, .modal.modal-rule .modal-body {
  position: relative;
  width: 1349px;
  height: 902px;
  margin-left: -674.5px;
  margin-top: -451px;
  background: url(../images/modal_03.png) center center no-repeat;
  background-size: contain;
}

.modal.modal-look .close, .modal.modal-rule .close {
  top: 42px;
  right: -27px;
}

.modal.modal-look .btn-change {
  position: absolute;
  top: 105px;
  right: 110px;
  width: 149px;
  height: 50px;
  background: url(../images/btn_change.png) center center no-repeat;
  font: 0/0 a;
}

.modal.modal-look .btn-change:hover {
  filter: brightness(1.1);
}

.modal.modal-rule .modal-body .role {
  position: absolute;
  top: 90px;
  right: 90px;
  width: 626px;
  height: 791px;
  background: url(../images/role.png) center center no-repeat;
}

.modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -330.5px;
  margin-top: -212px;
  width: 661px;
  height: 424px;
  background: url(../images/modal_02.png) center center no-repeat;
  background-size: contain;
  animation: tc 0.5s;
}

.modal-body .close {
  position: absolute;
  top: 20px;
  right: -30px;
  width: 57px;
  height: 53px;
  display: block;
  background: url(../images/btn_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(1.05);
}

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

.text-yellow {
  color: #fffd6a !important;
}

.text-red {
  color: #e4656b !important;
}

.rule {
  margin: 30px auto;
  width: 920px;
}

.rule .r-tit {
  width: 209px;
  height: 42px;
  line-height: 42px;
  letter-spacing: 2px;
  background: url(../images/bg_01_l.png) center center no-repeat;
  font-size: 18px;
  margin: 25px 0 10px;
  color: #fff;
  text-align: center;
}

.rule p {
  font-size: 16px;
  color: #605169;
  line-height: 27px;
  padding-left: 40px;
  background: url(../images/dot.png) 10px 7px no-repeat;
}

.rule .gift-bag {
  position: relative;
  display: inline-block;
  background: #8673aa;
  border-radius: 50px;
  color: #fff;
  line-height: 1;
  padding: 3px 20px;
  margin: 0 2px;
}

.rule .gift-bag .view {
  position: absolute;
  top: 25px;
  left: 0;
  width: 210px;
  height: 125px;
  background: #f9f3f2;
  border: 2px solid #8978a2;
  border-radius: 20px;
  display: none;
  font-size: 14px;
  color: #8673aa;
  padding: 12px;
}

.rule .gift-bag .view span {
  display: block;
  padding-left: 20px;
  line-height: 20px;
  background: url(../images/dot.png) left center no-repeat;
  background-size: 12px;
}

.rule .gift-bag .view em {
  display: block;
  margin: 5px 0;
}

.rule .gift-bag:hover {
  cursor: url(../images/cursor_02.png), auto;
}

.rule .gift-bag:hover .view {
  display: block;
}

@media (max-width: 1440px) {
  .modal.modal-look .modal-body, .modal.modal-rule .modal-body {
    width: 1200px;
    height: 800px;
    margin-left: -600px;
    margin-top: -400px;
  }
  .wish-board {
    width: 1080px;
  }
  .wish-board li {
    margin: 5px;
  }
}
