.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*清除默认样式*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  border: none;
}
a {
  text-decoration: none;
  display: inline-block;
}
input {
  border: none;
}
button {
  border: none;
}
i {
  display: inline-block;
  font-style: normal;
}
ul,
ol {
  list-style: none;
}
/*公共版心*/
.container_warp {
  width: 1280px !important;
  margin: 0 auto;
}
/*论坛版心*/
.bbs_warp {
  width: 1280px;
  margin: 0 auto;
}
/*会员版心*/
.vip_warp {
  width: 1120px;
}
.container_warp:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.go_wrap {
  width: 1440px !important;
  margin: 0 auto;
}
.go_wrap:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.rightf {
  float: right;
}
.leftf {
  float: left;
}
.font12 {
  font-size: 12px;
  color: #727171;
}
.clear-float {
  clear: both;
  zoom: 1 \9;
}
.ie-float {
  overflow: auto \9;
}
.clear-fix:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
textarea::-webkit-input-placeholder {
  color: #999;
}
textarea::-moz-placeholder {
  color: #999;
}
textarea::-moz-placeholder {
  color: #999;
}
textarea:-ms-input-placeholder {
  color: #999;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.font-color {
  color: #727171;
}
/*图片文字对齐*/
.align-pic {
  vertical-align: middle;
}
/*清除IEX号*/
/*::-ms-clear,::-ms-reveal{display:none;}*/
input::-ms-clear {
  display: none;
}
input::-ms-reveal {
  display: none;
}
input,
textarea,
button {
  outline: none;
}
/*右侧悬浮*/
/*放假通知*/
.holiday-tips {
  min-width: 1280px;
  background-color: #d0ba9a;
}
.holiday-tips .tips-content {
  width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 15px 0 0 60px;
  position: relative;
}
@media screen and (min-width: 1800px) {
  .holiday-tips .tips-content {
    width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 15px 0 0 0;
  }
}
/*关闭*/
.holiday-tips .tips-content .icon-guanbi {
  position: absolute;
  top: 17px;
  right: 20px;
  z-index: 9;
  font-size: 22px;
  cursor: pointer;
  transition: all 0.3s;
}
.holiday-tips .tips-content .icon-guanbi:hover {
  color: #b21f1f;
  transform: rotate(90deg);
}
.holiday-tips .tips-content .tips-logo {
  float: left;
}
.holiday-tips .tips-content .tips-logo .iconfont {
  font-size: 24px;
  line-height: 24px;
  color: #2e2525;
  display: block;
  -webkit-animation: radio 0.5s ease-in infinite;
}
.holiday-tips .tips-content .tips-text {
  float: left;
  margin-left: 10px;
}
.holiday-tips .tips-content .tips-text h5 {
  color: #ac0000;
  font-size: 16px;
}
.holiday-tips .link-holiday {
  color: #2e2525;
}
.holiday-tips .link-holiday:hover {
  text-decoration: underline;
}
.holiday-tips .quote-link .enquiry {
  font-size: 16px;
  font-weight: bold;
  margin-right: 5px;
}
.holiday-tips .quote-link .quote-now:hover {
  color: #b21f1f;
}
@media all and (max-width: 1600px) {
  .header .top-box {
    padding: 0;
  }
  .header .nav .nav-box {
    padding: 0;
  }
}
@media all and (min-width: 1530px) {
  .lg-hidden {
    display: none;
  }
  .md-hidden {
    display: block;
  }
}
@media all and (max-width: 1529px) {
  .lg-hidden {
    display: block;
  }
  .md-hidden {
    display: none;
  }
}
input[type="text"]:focus {
  border: 1px solid #66afe9 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
input[type="text"]:active {
  border: 1px solid #66afe9 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.rest-select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAKVJREFUOE9jZKAQMFKon2G4GXDz5s12BgYGZQLhclddXb0SpgYjDG7evLmFgYHBG4chW9XV1X2Q5TAMuHfvnvjv379PMjAwyKMZ8pCVldVcSUnpJV4DQJK3bt1y+f///24UhYyMrmpqanvQXYYzGm/fvl3w79+/fpAGJiamQlVV1QnYvIU3Hdy6dWsuSJOamloyroAllJBg8v/JNYBgSifkgiFgAACcyCgRtK2yLQAAAABJRU5ErkJggg==") no-repeat 97% center;
}
@font-face {
  font-family: 'myfont';
  src: url('../fonts/MyriadPro-Regular.woff') format('woff'), /* chrome、firefox */ url('../fonts/MyriadPro-Regular.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../fonts/MyriadPro-Regular.otf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../fonts/MyriadPro-Regular.svg#iconfont') format('svg'), /* iOS 4.1- */ url('../fonts/MyriadPro-Regular.eot');
}
@font-face {
  font-family: 'activeFont';
  src: url("../activeFonts/DIN-Condensed-Bold.ttf");
}
@font-face {
  font-family: 'open-sans';
  src: url("../fonts/Open-Sans-2.ttf") format('opentype');
}
@font-face {
  font-family: 'open-sans-blod';
}
@font-face {
  font-family: 'open-semi-bold';
}
@font-face {
  font-family: 'NunitoSans';
  src: url("../fonts/SiteFont/NunitoSans_7pt_SemiCondensed-Regular.ttf") format('truetype');
}
@font-face {
  font-family: 'NunitoSans-Bold';
  src: url("../fonts/SiteFont/NunitoSans_7pt_SemiCondensed-Bold.ttf") format('opentype');
}
@font-face {
  font-family: 'NunitoSans-Semibold';
  src: url("../fonts/SiteFont/NunitoSans_7pt_SemiCondensed-SemiBold.ttf") format('opentype');
}
html,
body {
  font-size: 12px;
  font-family: NunitoSans, 'open-sans', 'Arial';
}
body {
  min-width: 1200px;
}
.history-wrap {
  max-width: 1400px;
  min-width: 1200px;
  margin: 0 auto;
}
.history-banner {
  background: url("../images/dev-history/banner-bg.jpg") no-repeat center;
  height: 766px;
  background-size: cover;
  overflow: hidden;
  min-width: 1400px;
}
.history-banner .banner-title {
  display: block;
  margin: 60px auto 0;
  text-align: center;
  padding-right: 24px;
}
.history-banner .sub-title {
  display: block;
  margin-top: 100px;
}
.history-banner .for-you {
  display: block;
  margin-top: 42px;
  margin-left: 94px;
}
.history-banner .jump-btn {
  background: url("../images/dev-history/jump-bg.png") no-repeat center;
  background-size: 100% 100%;
  width: 618px;
  height: 71px;
  display: flex;
  align-items: center;
  margin-top: 50px;
  color: #6265da;
  font-size: 46px;
  justify-content: center;
  font-weight: bolder;
  margin-left: 70px;
}
.history-banner .jump-btn:active {
  transform: translateY(1px);
}
.history-banner .banner-rules {
  font-size: 36px;
  margin-top: 110px;
  color: #6265da;
  display: flex;
  align-items: center;
}
.history-banner .banner-rules img {
  margin-right: 20px;
}
.history-page {
  min-width: 1400px;
  padding: 40px 0 80px;
  background: linear-gradient(160deg, #63EBF7 10%, #4D8CDC 36.5%, #DEA7F5 63.5%, #FFFFFF 90%), #F8F9F4;
}
.history-page .history-view {
  background: url("../images/dev-history/history-view.png") no-repeat center;
  background-size: cover;
  height: 954px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  border-radius: 18px;
}
.history-page .core-view {
  margin-top: 80px;
}
.history-page .core-view .core-title {
  font-weight: normal;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
}
.history-page .core-view .core-lists {
  height: 483px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 5px 0px 20px 0px rgba(79, 79, 79, 0.16);
  border-radius: 20px 20px 20px 20px;
  display: flex;
  flex-wrap: wrap;
  padding: 36px 90px;
  margin-top: 60px;
  justify-content: space-between;
}
.history-page .core-view .list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 320px;
  margin-bottom: 38px;
}
.history-page .core-view .list h3 {
  font-weight: bold;
  font-size: 20px;
  color: #1D1D1D;
  margin-top: 20px;
}
.history-page .core-view .list .text {
  font-size: 16px;
  color: #4E4E4E;
  min-height: 74px;
  max-height: 102px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.history-page .title-name {
  font-size: 60px;
  color: #1D1D1D;
  line-height: 48px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.history-page .step-box {
  display: flex;
  align-items: center;
  width: 194px;
  flex-direction: column;
  height: 146px;
  justify-content: space-between;
  position: absolute;
}
.history-page .step-box:nth-child(1) {
  left: 44px;
}
.history-page .step-box:nth-child(2) {
  width: 298px;
  left: 274px;
}
.history-page .step-box:nth-child(3) {
  width: 294px;
  left: 565px;
}
.history-page .step-box:nth-child(3) .des {
  position: relative;
  top: 20px;
}
.history-page .step-box:nth-child(4) {
  width: 240px;
  right: 288px;
}
.history-page .step-box:nth-child(5) {
  width: 280px;
  right: 0;
}
.history-page .step-box:nth-child(5) .des {
  position: relative;
  top: 20px;
}
.history-page .step-box .time {
  font-weight: bold;
  font-size: 24px;
  color: #1D1D1D;
  line-height: 48px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.history-page .step-box .des {
  font-weight: 500;
  font-size: 16px;
  color: #4E4E4E;
  line-height: 24px;
  font-style: normal;
  text-transform: none;
  text-align: center;
}
.history-page .rules {
  margin-top: 80px;
}
.history-page .rules .title-name {
  color: #fff;
}
.history-page .rules .swiper-el {
  margin-top: 60px;
}
.history-page .rules .swiper-el img {
  border-radius: 12px;
}
.history-page .rules .change-tool {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
}
.history-page .rules .change-tool .change-l {
  background: url("../images/dev-history/change-icon.png") no-repeat center;
  width: 50px;
  height: 50px;
  background-size: cover;
  opacity: 0.5;
  cursor: pointer;
  margin-left: 50px;
  margin-right: 50px;
}
.history-page .rules .change-tool .change-r {
  background: url("../images/dev-history/change-icon.png") no-repeat center;
  width: 50px;
  height: 50px;
  background-size: cover;
  opacity: 0.5;
  transform: rotate(180deg);
  cursor: pointer;
  margin-right: 20px;
}
.history-page .rules .change-tool .change-l:hover,
.history-page .rules .change-tool .change-r:hover {
  opacity: 1;
}
.history-page .rules .rules-text {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px 20px 20px 20px;
  padding: 38px;
  margin-top: 20px;
}
.history-page .rules .rules-text .title {
  font-weight: 800;
  font-size: 30px;
  color: #1D1D1D;
  font-style: normal;
  text-transform: none;
}
.history-page .rules .rules-text .text {
  font-weight: 500;
  font-size: 20px;
  color: #4E4E4E;
  font-style: normal;
  text-transform: none;
  margin-top: 20px;
  line-height: 40px;
}
.history-page .the-draw-box .title-name {
  margin-top: 80px;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 64px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.history-page .the-draw-box .draw-box {
  margin-top: 60px;
  background: url("../images/dev-history/draw-box-bg.png") no-repeat center;
  height: 1175px;
  background-size: cover;
  overflow: hidden;
}
.history-page .the-draw-box .draw-box .title {
  font-weight: 500;
  font-size: 20px;
  color: #1D1D1D;
  font-style: normal;
  display: flex;
  align-items: center;
  text-transform: none;
  justify-content: center;
  padding: 0 33px;
  margin-top: 12px;
  height: 40px;
}
.history-page .the-draw-box .draw-box .title .count {
  font-weight: 800;
  font-size: 40px;
  color: #5A5AF2;
  margin: 0 12px;
}
.history-page .the-draw-box .draw-section {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding: 0 68px;
  height: 760px;
}
.history-page .the-draw-box .draw-l {
  position: relative;
  z-index: 2;
}
.history-page .the-draw-box .draw-l .draw-top {
  background: url("../images/dev-history/task-bg.png") no-repeat center;
  width: 640px;
  height: 321px;
  background-size: cover;
  padding-top: 32px;
  margin-bottom: 40px;
}
.history-page .the-draw-box .draw-l .draw-top .view-lists {
  position: relative;
}
.history-page .the-draw-box .draw-l .draw-top .view-lists:before {
  content: '';
  background: url("../images/dev-history_jp/point-icon.gif") no-repeat center;
  width: 183px;
  height: 141px;
  background-size: cover;
  position: absolute;
  bottom: 52px;
  right: -106px;
  z-index: 2;
  display: none;
}
.history-page .the-draw-box .draw-l .draw-top .view-lists.is-point:before {
  display: block;
}
.history-page .the-draw-box .draw-l .draw-top .view-lists .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px 0 50px;
  margin-top: 26px;
}
.history-page .the-draw-box .draw-l .draw-top .view-lists .list .label {
  font-size: 16px;
  color: #5A5AF2;
}
.history-page .the-draw-box .draw-l .draw-top .view-lists .list .btn {
  background: url("../images/dev-history/view-btn.png") no-repeat center;
  width: 164px;
  height: 42px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  flex-shrink: 0;
  cursor: pointer;
  font-weight: 800;
}
.history-page .the-draw-box .draw-l .draw-top .tips {
  font-weight: 800;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-top: 38px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.history-page .the-draw-box .draw-l .draw-bottom {
  background: url("../images/dev-history/task-bg2.png") no-repeat center;
  width: 640px;
  height: 323px;
  background-size: cover;
  padding-top: 40px;
}
.history-page .the-draw-box .draw-l .draw-bottom .swiper-mask {
  height: 206px;
  margin: 0 auto 0;
  width: 554px;
  overflow: hidden;
}
.history-page .the-draw-box .draw-l .draw-bottom .swiper-mask .swiper-slide {
  height: 212px;
}
.history-page .the-draw-box .draw-l .draw-bottom .win-row {
  display: flex;
  margin-bottom: 20px;
}
.history-page .the-draw-box .draw-l .draw-bottom .win-row .win-el {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}
.history-page .the-draw-box .draw-l .draw-bottom .win-row .win-el:first-child {
  margin-left: 0;
}
.history-page .the-draw-box .draw-l .draw-bottom .win-row .img-el {
  width: 170px;
  height: 170px;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
}
.history-page .the-draw-box .draw-l .draw-bottom .win-row .img-el img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 10px;
}
.history-page .the-draw-box .draw-l .draw-bottom .prize-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 33px 0 0 257px;
  background: url("../images/dev-history/price-bg.png") no-repeat center;
  width: 370px;
  height: 44px;
  position: relative;
}
.history-page .the-draw-box .draw-l .draw-bottom .prize-info.active {
  background: url("../images/dev-history/price-bg2.png") no-repeat center;
}
.history-page .the-draw-box .draw-l .draw-bottom .prize-info.active .left {
  color: #0000FF;
}
.history-page .the-draw-box .draw-l .draw-bottom .prize-info.active .right {
  color: #fff;
}
.history-page .the-draw-box .draw-l .draw-bottom .prize-info .tips {
  font-size: 20px;
  color: #1D1D1D;
  text-align: left;
  position: absolute;
  top: 4px;
  left: -174px;
  z-index: 2;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}
.history-page .the-draw-box .draw-l .draw-bottom .prize-info .text {
  border-bottom: 1px solid #fff;
}
.history-page .the-draw-box .draw-l .draw-bottom .prize-info .left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}
.history-page .the-draw-box .draw-l .draw-bottom .prize-info .right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  font-weight: 400;
  font-size: 24px;
  color: #0000FF;
  cursor: pointer;
}
.history-page .the-draw-box .draw-r {
  width: 590px;
  height: 722px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.history-page .the-draw-box .draw-r .graphic-el {
  height: 500px;
  width: 100%;
  position: relative;
}
.history-page .the-draw-box .draw-r .graphic-el .animate-el {
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: -10px;
  left: -36px;
  z-index: 0;
}
@keyframes scaleAnimate {
  0% {
    transform: scale(1) translateY(-50%);
  }
  50% {
    transform: scale(1.1) translateY(-50%);
  }
  100% {
    transform: scale(1) translateY(-50%);
  }
}
.history-page .the-draw-box .draw-r .graphic-el .draw-tips {
  position: absolute;
  top: 120px;
  right: -48px;
  z-index: 1;
  animation: scaleAnimate 1.5s ease-in-out infinite;
}
.history-page .the-draw-box .draw-r .play-btn {
  background: url("../images/dev-history/play-btn.png") no-repeat center;
  width: 482px;
  height: 82px;
  background-size: cover;
  margin: 0 auto 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 40px;
  color: #5A5AF2;
  line-height: 48px;
}
.history-page .the-draw-box .draw-r .play-btn:active {
  transform: translateY(1px);
}
.history-page .the-draw-box .draw-r .view-winers {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #5A5AF2;
  margin-top: 26px;
}
.history-page .the-draw-box .draw-r .view-winers span {
  border-bottom: 1px solid #5A5AF2;
  cursor: pointer;
  font-weight: 600;
}
@keyframes bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  15% {
    transform: scale(1.2, 0.85) translateY(0);
  }
  30% {
    transform: scale(0.95, 1) translateY(-10px);
  }
  42% {
    transform: scale(1.1, 0.9) translateY(15px);
  }
  54% {
    transform: scale(0.97, 1.04) translateY(-20px);
  }
  66% {
    transform: scale(1.04, 0.96) translateY(0);
  }
  76% {
    transform: scale(0.99, 1.01) translateY(-25px);
  }
  86% {
    transform: scale(1.01, 0.99) translateY(0);
  }
  92% {
    transform: scale(0.998, 1.002) translateY(-8px);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
.history-page .the-draw-box .draw-r .animate-el.is-animate {
  animation: bounce 2.2s cubic-bezier(0.17, 0.67, 0.32, 0.96);
}
.history-page .the-draw-box .draw-rules {
  padding: 0 56px;
}
.history-page .the-draw-box .draw-rules .title {
  font-size: 30px;
  color: #1D1D1D;
  justify-content: left;
  padding: 0;
  font-weight: 800;
  margin-top: 20px;
}
.history-page .the-draw-box .draw-rules ul {
  max-height: 184px;
  margin-top: 14px;
}
.history-page .the-draw-box .draw-rules ul li {
  font-weight: normal;
  font-size: 20px;
  color: #4E4E4E;
  line-height: 30px;
  margin-top: 10px;
}
.history-page .the-draw-box .draw-rules ul::-webkit-scrollbar {
  width: 6px;
  background: transparent;
}
.history-page .the-draw-box .draw-rules ul::-webkit-scrollbar-track {
  background: transparent;
}
.history-page .the-draw-box .draw-rules ul::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.history-page .the-draw-box .draw-rules ul::-webkit-scrollbar-button {
  display: none;
}
.history-page .special-box .special-title {
  color: #fff;
  font-size: 60px;
  text-align: center;
  margin-top: 80px;
  line-height: 48px;
  display: flex;
  justify-content: center;
}
.history-page .special-box .special-lists {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
.history-page .special-box .special {
  width: 697px;
  height: 420px;
  background-size: cover;
  position: relative;
}
.history-page .special-box .special:first-child {
  background: url("../images/dev-history/special-img.png") no-repeat center;
}
.history-page .special-box .special:first-child .title {
  padding-left: 240px;
}
.history-page .special-box .special:nth-child(2) {
  background: url("../images/dev-history/special-img2.png") no-repeat center;
}
.history-page .special-box .special .title {
  font-size: 20px;
  color: #3EE6FF;
  margin-top: 60px;
  height: 38px;
  display: flex;
  align-items: center;
  padding-left: 216px;
}
.history-page .special-box .special .price {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  font-weight: 800;
  font-size: 24px;
  color: #202020;
  height: 40px;
  right: 0;
  text-align: center;
  padding-right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.history-page .special-box .special-rules {
  margin-top: 40px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px 20px 20px 20px;
  padding: 38px;
}
.history-page .special-box .special-rules .title {
  font-weight: 800;
  font-size: 30px;
  color: #1D1D1D;
  font-style: normal;
  text-transform: none;
}
.history-page .special-box .special-rules .text {
  font-weight: 500;
  font-size: 20px;
  color: #4E4E4E;
  line-height: 34px;
  font-style: normal;
  text-transform: none;
  margin-top: 20px;
}
.history-page .special-box .special-rules .text ul {
  max-height: 166px;
  overflow-y: auto;
}
.history-page .special-box .special-rules .text ul::-webkit-scrollbar {
  width: 6px;
  background: transparent;
}
.history-page .special-box .special-rules .text ul::-webkit-scrollbar-track {
  background: transparent;
}
.history-page .special-box .special-rules .text ul::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.history-page .special-box .special-rules .text ul::-webkit-scrollbar-button {
  display: none;
}
.history-page .special-box .special-rules .text ul li {
  margin-bottom: 5px;
}
.history-page .faq-box {
  margin-top: 80px;
}
.history-page .faq-box .title {
  font-weight: 800;
  font-size: 60px;
  color: #202020;
  line-height: 48px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.history-page .faq-box .faq-lists {
  margin-top: 60px;
}
.history-page .faq-box .faq-lists .list {
  margin-bottom: 26px;
}
.history-page .faq-box .faq-lists .list .label {
  font-weight: 800;
  font-size: 30px;
  color: #1D1D1D;
  line-height: 48px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.history-page .faq-box .faq-lists .answer {
  font-weight: 400;
  font-size: 20px;
  color: #4E4E4E;
  margin-top: 16px;
}
.history-page .faq-box .note-row {
  text-align: center;
  font-weight: 800;
  font-size: 20px;
  color: #1D1D1D;
  margin-top: 60px;
}
.win-pop-el {
  display: none;
}
.win-pop-el:before {
  display: block;
  content: '';
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
  right: 0;
  top: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.46);
}
.win-pop-el .win-pop-the {
  background: url("../images/dev-history/win-pop-bg.png") no-repeat center;
  width: 801px;
  height: 680px;
  position: fixed;
  bottom: 30px;
  left: 0;
  z-index: 6;
  right: 0;
  margin: auto;
  top: 0;
}
.win-pop-el .win-pop-the .close-btn {
  background: url("../images/dev-history/close-btn.png") no-repeat center;
  width: 53px;
  height: 53px;
  background-size: cover;
  position: absolute;
  bottom: -60px;
  left: 0;
  z-index: 2;
  right: 0;
  margin: auto;
  cursor: pointer;
}
.win-pop-el .win-pop-the .pop-info {
  border: 1px solid transparent;
  height: 518px;
  width: 640px;
  margin: 60px auto;
}
.win-pop-el .win-pop-the .title {
  font-weight: 800;
  font-size: 24px;
  text-align: center;
  margin-top: 28px;
}
.win-pop-el .win-pop-the .view-pic {
  width: 300px;
  height: 335px;
  background: #FFCA55;
  border-radius: 20px 20px 20px 20px;
  margin: 34px auto 0;
}
.win-pop-el .win-pop-the .view-pic img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 10px;
}
.win-pop-el .win-pop-the .control-row {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.win-pop-el .win-pop-the .control-row .again-btn {
  background: url("../images/dev-history/again-icon.png") no-repeat center;
  width: 214px;
  height: 42px;
  background-size: cover;
  margin-right: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5A5AF2;
  font-weight: 600;
  font-size: 20px;
}
.win-pop-el .win-pop-the .control-row .again-btn:active {
  transform: translateY(1px);
}
.win-pop-el .win-pop-the .control-row .count-btn {
  background: url("../images/dev-history/count-icon.png") no-repeat center;
  width: 215px;
  height: 42px;
  background-size: cover;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.win-pop-el .win-pop-the .control-row .count-btn:active {
  transform: translateY(1px);
}
.win-winers-pop {
  display: none;
}
.win-winers-pop:before {
  display: block;
  content: '';
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
  right: 0;
  top: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.46);
}
.win-winers-pop .win-pop-the {
  background: url("../images/dev-history_jp/winers-pop-bg.png") no-repeat center;
  width: 1242px;
  height: 680px;
  position: fixed;
  bottom: 30px;
  left: 0;
  z-index: 6;
  right: 0;
  margin: auto;
  top: 0;
}
.win-winers-pop .win-pop-the .close-btn {
  background: url("../images/dev-history_jp/close-btn.png") no-repeat center;
  width: 53px;
  height: 53px;
  background-size: cover;
  position: absolute;
  bottom: -60px;
  left: 0;
  z-index: 2;
  right: 0;
  margin: auto;
  cursor: pointer;
}
.win-winers-pop .win-wrap {
  border: 1px solid transparent;
  margin: 60px auto 0;
  width: 1000px;
  height: 560px;
}
.win-winers-pop .win-wrap .title {
  font-weight: 800;
  font-size: 24px;
  color: #1D1D1D;
  text-align: center;
  margin-top: 28px;
}
.win-winers-pop .win-wrap .win-list {
  margin-top: 40px;
  height: 340px;
}
.win-winers-pop .win-wrap .win-list table {
  border-collapse: collapse;
  width: 100%;
}
.win-winers-pop .win-wrap .win-list table th {
  font-weight: 800;
  font-size: 20px;
  color: #5A5AF2;
  height: 58px;
  border-top: 1px solid #5A5AF2;
  border-bottom: 1px solid #5A5AF2;
}
.win-winers-pop .win-wrap .win-list table th:first-child {
  width: 200px;
  text-align: left;
  padding-left: 35px;
}
.win-winers-pop .win-wrap .win-list table th:nth-child(2) {
  width: 300px;
}
.win-winers-pop .win-wrap .win-list table td {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #4E4E4E;
  height: 56px;
}
.win-winers-pop .win-wrap .win-list table td:first-child {
  padding-left: 30px;
  text-align: left;
}
.win-winers-pop .win-wrap .win-list table td:first-child .index {
  display: inline-block;
  width: 50px;
  text-align: center;
}
.win-winers-pop .win-wrap .win-list table tbody tr {
  border-bottom: 1px solid #D9D9D9;
}
.win-winers-pop .win-wrap .win-list table tbody tr:last-child {
  border-bottom-color: #5A5AF2;
}
.win-winers-pop .win-wrap .pages-el {
  margin: 38px auto 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 20px;
  color: #4E4E4E;
}
.win-winers-pop .win-wrap .pages-el span {
  cursor: pointer;
}
.win-winers-pop .win-wrap .pages-el ul {
  display: flex;
  align-items: center;
  margin: 0 20px;
}
.win-winers-pop .win-wrap .pages-el ul li {
  padding: 0 20px;
  cursor: pointer;
}
.win-winers-pop .win-wrap .pages-el ul li.active {
  color: #5A5AF2;
  font-weight: 800;
}
@media screen and (max-width: 1366px) {
  .history-wrap {
    padding: 0 20px;
  }
  .history-page .view-pic {
    background-size: contain;
  }
  .history-page .the-draw-box .draw-box {
    background-size: 100% 100%;
  }
  .history-page .special-box .special {
    background-size: 100% 100%;
  }
  .win-pop-el .win-pop-the {
    transform: scale(0.8);
  }
  .win-swiper-box .win-l,
  .win-swiper-box .win-r {
    background-size: 100% 100% !important;
  }
  .history-page .rules .swiper-el .swiper-slide {
    transform: scale(0.86);
  }
}
