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

body {
  min-width: 1440px;
  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;
}

/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 10px;
  /*对垂直流动条有效*/
  height: 10px;
  /*对水平流动条有效*/
}

/*定义滚动条的轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 0;
}

/*定义滑块颜色、内阴影及圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #a4a0b4;
}

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

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

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

.login-box {
  font-size: 16px;
  color: #93a6c5;
  height: 48px;
  line-height: 48px;
}

.login-box .btn-login {
  color: #f32248;
  margin-left: 10px;
}

.login-box .btn-login:hover {
  cursor: default;
}

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

.tit {
  margin: 40px 0 63px;
  height: 112px;
  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;
}

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

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

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

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

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

.sect.sect-02 .container {
  height: 1436px;
  background: url(../images/sect_02_c.jpg) top center no-repeat;
  overflow: hidden;
}

.sect.sect-02 .container .left, .sect.sect-02 .container .right {
  width: 542px;
}

.sect.sect-02 .container .right {
  padding-top: 192px;
}

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

.sect.sect-03 .container {
  padding: 0 25px;
}

.sect.sect-03 .girl {
  position: absolute;
  bottom: -40px;
  right: 0;
  width: 511px;
  height: 597px;
  background: url(../images/girl.png) bottom center no-repeat;
  background-size: contain;
  z-index: 11;
}

.sect.sect-03 .left {
  width: 905px;
}

.sect.sect-03 .right {
  width: 400px;
  margin-left: 35px;
}

.sect.sect-02 .container, .sect.sect-03 .container {
  padding-top: 215px;
}

.label {
  float: left;
  display: block;
  width: 45px;
  height: 135px;
  border: 1px solid #988dc2;
  font: 0/0 a;
}

.label.label-01 {
  background: url(../images/text_01.png) #56439b center center no-repeat;
}

.label.label-02 {
  background: url(../images/text_02.png) #56439b center center no-repeat;
}

.label.label-03 {
  background: url(../images/text_03.png) #56439b center center no-repeat;
}

.label.label-04 {
  background: url(../images/text_04.png) #56439b center center no-repeat;
}

.panel {
  background: url(../images/bg_01.png) #f6f5f9 repeat;
  box-shadow: 1px 2px 18px rgba(44, 37, 66, 0.2);
  border: 1px solid #e6e3ef;
  margin-bottom: 40px;
}

.panel .text-cont {
  padding: 25px 0 10px 80px;
}

.panel h2 {
  font-size: 24px;
  font-weight: 700;
  color: #444;
}

.panel h2 .time {
  margin-left: 15px;
  font-size: 28px;
  color: #666;
  font-weight: 700;
}

.panel h2 .time small {
  font-size: 14px;
  font-weight: normal;
}

.panel p {
  margin-top: 5px;
  color: #666;
}

.panel .btn {
  display: block;
  width: 125px;
  height: 48px;
  line-height: 48px;
  margin-top: 15px;
  text-align: center;
  background: url(../images/btn_01.png) center center no-repeat;
  color: #f8f8fc;
  font-size: 16px;
}

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

.panel .img {
  display: block;
}

.more {
   width: 543px;
   height: 137px;
   margin-bottom: 25px;
   background: url(../images/more.png) center center no-repeat;
   box-shadow: 1px 0 18px rgba(105, 95, 134, 0.36);
   font: 0/0 a;
 }

.more1 {
  width: 543px;
  height: 137px;
  margin-bottom: 25px;
  background: url(../images/more1.png) center center no-repeat;
  box-shadow: 1px 0 18px rgba(105, 95, 134, 0.36);
  font: 0/0 a;
}

.more2 {
  width: 543px;
  height: 137px;
  margin-bottom: 25px;
  background: url(../images/more2.png) center center no-repeat;
  box-shadow: 1px 0 18px rgba(105, 95, 134, 0.36);
  font: 0/0 a;
}

.btn-vedio {
  position: absolute;
  top: 515px;
  left: 0;
  right: 0;
  width: 112px;
  height: 112px;
  margin: auto;
}

.btn-vedio i {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.btn-vedio i.item-01 {
  width: 112px;
  height: 112px;
  background: url(../images/vedio.png) center center no-repeat;
  z-index: 10;
  -webkit-animation: rt 8s linear infinite 300ms 0 ease;
  -moz-animation: rt 8s linear infinite 300ms 0 ease;
  -ms-animation: rt 8s linear infinite 300ms 0 ease;
  animation: rt 8s linear infinite 300ms 0 ease;
  -o-animation: rt 8s linear infinite;
  -webkit-animation: rt 8s linear infinite;
  -moz-animation: rt 8s linear infinite;
  -ms-animation: rt 8s linear infinite;
  animation: rt 8s linear infinite;
  animation-play-state: running;
}

.btn-vedio i.item-02 {
  left: 8px;
  width: 34px;
  height: 37px;
  margin: auto;
  background: url(../images/sj.png) center center no-repeat;
  z-index: 12;
}

.btn-vedio:hover i {
  animation-play-state: paused;
  filter: brightness(120%);
}

.float-btn {
  position: fixed;
  top: 500px;
  right: 40px;
  width: 145px;
  height: 186px;
  background: url(../images/float_bg.png) center center no-repeat;
  font: 0/0 a;
  animation: gotop 0.8s infinite alternate linear;
  -ms-animation: gotop 0.8s infinite alternate linear;
  -moz-animation: gotop 0.8s infinite alternate linear;
  -webkit-animation: gotop 0.8s infinite alternate linear;
  -o-animation: gotop 0.8s infinite alternate linear;
  z-index: 12;
}

@keyframes gotop {
  0% {
    top: 505px;
  }
  100% {
    top: 495px;
  }
}

@-webkit-keyframes gotop {
  0% {
    top: 505px;
  }
  100% {
    top: 495px;
  }
}

.surprise {
  position: relative;
  overflow: hidden;
}

.surprise ul {
  position: relative;
  height: 467px;
}

.surprise ul p {
  padding: 20px 0 0 85px;
  font-size: 16px;
  color: #99adcc;
}

.surprise li {
  position: absolute;
  float: left;
  width: 173px;
  height: 104px;
  background: url(../images/bg_03.png) center center no-repeat;
  background-size: contain;
}

.surprise li.active {
  background: url(../images/bg_03_act.png) center center no-repeat;
}

.surprise .img {
  float: left;
  padding: 2px;
  margin: 15px 0 0 10px;
  width: 68px;
  height: 68px;
  background: #1e1e3b;
  text-align: center;
  border-radius: 2px;
}

.surprise .img img {
  width: 100%;
}

.surprise .sur-1 {
  position: absolute;
  left: 0;
  top: 0;
}

.surprise .sur-2 {
  position: absolute;
  left: 183px;
  top: 0;
}

.surprise .sur-3 {
  position: absolute;
  left: 366px;
  top: 0;
}

.surprise .sur-4 {
  position: absolute;
  left: 549px;
  top: 0;
}

.surprise .sur-5 {
  position: absolute;
  left: 732px;
  top: 0;
}

.surprise .sur-6 {
  position: absolute;
  left: 732px;
  top: 121px;
}

.surprise .sur-7 {
  position: absolute;
  left: 732px;
  top: 242px;
}

.surprise .sur-8 {
  position: absolute;
  left: 732px;
  top: 363px;
}

.surprise .sur-9 {
  position: absolute;
  left: 549px;
  top: 363px;
}

.surprise .sur-10 {
  position: absolute;
  left: 366px;
  top: 363px;
}

.surprise .sur-11 {
  position: absolute;
  left: 183px;
  top: 363px;
}

.surprise .sur-12 {
  position: absolute;
  left: 0;
  top: 363px;
}

.surprise .sur-13 {
  position: absolute;
  left: 0;
  top: 242px;
}

.surprise .sur-14 {
  position: absolute;
  left: 0;
  top: 121px;
}

.surprise .sur-btn {
  position: absolute;
  top: 105px;
  left: 185px;
  width: 538px;
  height: 258px;
  text-align: center;
}

.surprise .sur-btn .btn-begin {
  display: inline-block;
  width: 306px;
  height: 123px;
  margin: 55px auto 10px;
  text-align: center;
  color: #fff;
  background: url(../images/btn_02.png) center center no-repeat;
}

.surprise .sur-btn .btn-begin.nobegin {
  background: url(../images/btn_02_n.jpg) center center no-repeat;
}

.surprise .sur-btn .btn-begin.nobegin:hover {
  filter: none;
  cursor: default;
}

.surprise .sur-btn .btn-begin:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

.surprise .sur-btn p {
  color: #443e64;
  text-align: center;
  line-height: 1.8;
}

.surprise .sur-btn p + p {
  margin-left: 15px;
}

.surprise .sur-btn > div {
  color: #93a6c5;
  font-size: 16px;
}

.color-red {
  color: #f32248;
}

.color-purple {
  color: #56439b;
}

.rule {
  float: right;
  width: 400px;
  height: 467px;
  padding: 25px;
  background: #343449;
  color: #cbc7d3;
  font-size: 16px;
}

.rule .title {
  font-size: 32px;
  font-weight: 700;
  color: #f32248;
  text-align: center;
  line-height: 1;
}

.rule small {
  display: inline-block;
  background: #26252e;
  line-height: 16px;
  font-size: 16px;
  color: #cbc7d3;
  margin: 0 auto;
}

.rule p {
  margin-top: 25px;
  background: url(../images/icon_02.png) left 6px no-repeat;
  padding-left: 20px;
  line-height: 1.8;
}

.rule .import {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
}

.scoll-list {
  position: relative;
  height: 48px;
  overflow: hidden;
}

.scoll-list .icon {
  position: absolute;
  top: 15px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(../images/icon_01.png) left center no-repeat;
}

.scoll-list p {
  color: #97aac9;
  font-size: 16px;
  line-height: 48px;
}

.scoll-list .font_inner {
  position: relative;
  top: 0;
  left: 30px;
  width: 695px;
  color: #444;
  font-size: 16px;
  margin-top: 1px;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  outline: 0;
  background: rgba(38, 37, 46, 0.8);
  display: none;
}

.modal.modal-bag .modal-body {
  width: 1098px;
  height: 705px;
  margin-left: -549px;
  margin-top: -352px;
  background: url(../images/modal_bg_l.png) center center no-repeat;
}

.modal.modal-bag .modal-body .label {
  position: absolute;
  left: 357px;
  top: 5px;
}

.modal.modal-bag .modal-body .height-y {
  margin: 30px 15px;
  height: 650px;
  overflow-y: auto;
}

.modal.modal-bag .modal-body .event-list {
  float: right;
  width: 670px;
  color: #444;
  font-size: 15px;
}

.modal.modal-bag .modal-body .event-list > li {
  padding-left: 140px;
  margin: 20px 0 25px;
  overflow: hidden;
}

.modal.modal-bag .modal-body .event-list > li.item-01 {
  background: url(../images/event_01.png) 20px 10px no-repeat;
}

.modal.modal-bag .modal-body .event-list > li.item-02 {
  background: url(../images/event_02.png) 20px 10px no-repeat;
}

.modal.modal-bag .modal-body .event-list > li.item-03 {
  background: url(../images/event_03.png) 20px 10px no-repeat;
}

.modal.modal-bag .modal-body .event-list > li.item-04 {
  background: url(../images/event_04.png) 20px 10px no-repeat;
}

.modal.modal-bag .modal-body .event-list > li.item-05 {
  background: url(../images/event_05.png) 20px 10px no-repeat;
}

.modal.modal-bag .modal-body .event-list > li.item-06 {
  background: url(../images/event_06.png) 20px 10px no-repeat;
}

.modal.modal-bag .modal-body .event-list h4 {
  font-size: 28px;
  font-weight: bold;
  color: #444;
  line-height: 1.8;
}

.modal.modal-bag .modal-body .event-list h4 small {
  display: inline-block;
  color: #efedf6;
  font-size: 16px;
  padding: 2px 15px;
  background: #56439b;
  border-radius: 50px;
  margin: -5px 0 0 10px;
  vertical-align: middle;
}

.modal.modal-bag .modal-body .event-list p {
  line-height: 1.6;
}

.modal.modal-vd .modal-body {
  width: 1070px;
  height: 600px;
  margin-left: -535px;
  margin-top: -300px;
  background: url(../images/modal_bg_ll.png) center center no-repeat;
}

.modal.modal-vd .pop_video_box {
  width: 100%;
  height: 100%;
}

.gift-bag li {
  float: left;
  width: 50%;
  margin-bottom: 25px;
}

.gift-bag li .img {
  float: left;
  position: relative;
}

.gift-bag li .img em {
  position: absolute;
  top: -3px;
  left: -4px;
  display: block;
  width: 48px;
  height: 38px;
}

.gift-bag li .img em.limit-time {
  background: url(../images/icon_03.png) center center no-repeat;
}

.gift-bag li .img em.limit-buy {
  background: url(../images/icon_05.png) center center no-repeat;
}

.gift-bag li .bag-cont {
  padding-left: 75px;
}

.gift-bag li .bag-cont h5 {
  font-weight: 700;
  font-size: 16px;
}

.gift-bag li .bag-cont span {
  display: inline-block;
  margin: 5px 0 8px;
  font-size: 14px;
  background: #f05c73;
  border-radius: 50px;
  padding: 0 20px;
  color: #fff;
}

.gift-bag li .bag-cont p {
  font-size: 14px;
  color: #56439b;
  line-height: 1.4 !important;
}

.view {
  position: fixed;
  display: none;
  width: 320px;
  padding-bottom: 20px;
  background: url(../images/view_bg.png) repeat;
  overflow: hidden;
  z-index: 20;
  border-radius: 4px;
}

.view:before {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border: 1px solid #ceccd5;
  content: '';
}

.view > span {
  color: #f05c73;
  display: block;
  text-align: center;
}

.view .text-tit {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  width: 90%;
  background: #6655a0;
  border-radius: 50px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 20px auto 10px;
}

.view .text-list {
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
}

.icon-sj {
  display: inline-block;
  margin: 0 5px 0 8px;
  width: 18px;
  height: 20px;
  background: url(../images/icon_04.png) center center no-repeat;
}

.modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -284px;
  margin-top: -162px;
  width: 568px;
  height: 325px;
  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: -50px;
  width: 42px;
  height: 41px;
  line-height: 41px;
  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 0.3s;
}

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

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

.modal-body h6 {
  font-size: 36px;
  font-weight: 700;
  color: #ffc332;
  text-align: center;
}

.modal-body > p {
  margin: 10px 0;
  color: #ffc332;
  text-align: center;
}

.modal-body > p span {
  display: inline-block;
  margin: 0 20px;
}

.modal-body .cont-none {
  margin-top: 90px;
  font-weight: 700;
  color: #444;
  font-size: 28px;
}

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

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

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

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

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

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

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

@media (max-width: 1919px) {
  .girl {
    width: 250px !important;
  }
}
