.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_jp/banner-bg.jpg") no-repeat center;
  height: 766px;
  background-size: cover;
  overflow: hidden;
}
.history-banner .history-title {
  margin-top: 48px;
  display: flex;
  color: #528ddd;
  justify-content: center;
  font-size: 50px;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  font-weight: bolder;
}
.history-banner .sub-title {
  display: flex;
  color: #6265da;
  justify-content: center;
  font-size: 48px;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  margin-top: 38px;
  font-weight: bolder;
}
.history-banner .history-time {
  color: #fff;
  text-shadow: -2px -2px 0 #6265da, 2px -2px 0 #6265da, -2px 2px 0 #6265da, 2px 2px 0 #6265da;
  font-size: 52px;
  line-height: 38px;
  font-weight: bolder;
}
.history-banner .title-des {
  margin-top: 18px;
}
.history-banner .jump-el {
  background: url("../images/dev-history_jp/jump-bg.png") no-repeat center;
  width: 536px;
  height: 71px;
  background-size: cover;
  color: #6265da;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  font-weight: bold;
  line-height: 16px;
  margin-top: 34px;
}
.history-banner .banner-rules {
  font-size: 36px;
  color: #000;
  margin-top: 62px;
  display: flex;
}
.history-banner .banner-rules span {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.history-banner .banner-rules span img {
  margin-right: 20px;
}
.history-page {
  padding: 40px 0 80px;
  background: linear-gradient(160deg, #63EBF7 10%, #4D8CDC 36.5%, #DEA7F5 63.5%, #FFFFFF 90%), #F8F9F4;
}
.history-page .view-pic {
  background: url("../images/dev-history_jp/history-view.png") no-repeat center;
  background-size: cover;
  height: 637px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  border-radius: 18px;
}
.history-page .rules {
  margin-top: 80px;
}
.history-page .rules .title-name {
  color: #fff;
  font-weight: 800;
  font-size: 60px;
  text-align: center;
  line-height: 48px;
}
.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_jp/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_jp/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 .swiper-el {
  margin-top: 60px;
  position: relative;
  border-radius: 18px;
}
.history-page .rules .swiper-el .swiper-container {
  position: relative;
  height: 314px;
}
.history-page .rules .swiper-el a {
  display: block;
}
.history-page .rules .swiper-el img {
  border-radius: 18px;
}
.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;
  line-height: 34px;
  font-style: normal;
  text-transform: none;
  margin-top: 30px;
}
.history-page .the-draw-box .title-name {
  margin-top: 80px;
  font-weight: 800;
  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;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.history-page .the-draw-box .draw-l {
  width: 680px;
  height: 672px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@keyframes scaleAnimate {
  0% {
    transform: scale(1) translateY(-50%);
  }
  50% {
    transform: scale(1.2) translateY(-50%);
  }
  100% {
    transform: scale(1) translateY(-50%);
  }
}
.history-page .the-draw-box .draw-l .draw-tips {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
  right: 0;
  margin: auto;
  animation: scaleAnimate 1.5s ease-in-out infinite;
}
@keyframes bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  15% {
    transform: scale(1.2, 0.85) translateY(0);
  }
  30% {
    transform: scale(0.95, 1.1) translateY(-110px);
  }
  42% {
    transform: scale(1.1, 0.9) translateY(15px);
  }
  54% {
    transform: scale(0.97, 1.04) translateY(-60px);
  }
  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-l .animate-el.is-animate {
  animation: bounce 2.2s cubic-bezier(0.17, 0.67, 0.32, 0.96);
}
.history-page .the-draw-box .draw-r {
  background: url("../images/dev-history_jp/draw-bg.png") no-repeat center;
  width: 701px;
  height: 490px;
  background-size: cover;
}
.history-page .the-draw-box .draw-r .title {
  font-weight: 500;
  font-size: 20px;
  color: #1D1D1D;
  text-align: left;
  font-style: normal;
  display: flex;
  align-items: center;
  text-transform: none;
  margin-left: 84px;
  padding: 0 33px;
  margin-top: 11px;
  height: 40px;
}
.history-page .the-draw-box .draw-r .title .count {
  font-weight: 800;
  font-size: 40px;
  color: #5A5AF2;
  margin: 0 12px;
}
.history-page .the-draw-box .draw-r .play-btn {
  background: url("../images/dev-history_jp/play-btn.png") no-repeat center;
  width: 402px;
  height: 82px;
  background-size: cover;
  margin: 46px auto 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 40px;
  color: #5A5AF2;
}
.history-page .the-draw-box .draw-r .play-btn:active {
  transform: translateY(1px);
}
.history-page .the-draw-box .draw-r .view-winers {
  font-weight: 400;
  font-size: 16px;
  color: #1D1D1D;
  text-decoration: underline;
  text-align: center;
  margin-top: 6px;
}
.history-page .the-draw-box .draw-r .view-winers .text {
  cursor: pointer;
}
.history-page .the-draw-box .draw-r .tips {
  font-weight: 800;
  font-size: 24px;
  color: #1D1D1D;
  text-align: center;
  margin-top: 10px;
}
.history-page .the-draw-box .draw-r .view-lists {
  margin-top: 20px;
  position: relative;
}
.history-page .the-draw-box .draw-r .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: 32px;
  right: -106px;
  z-index: 2;
  display: none;
}
.history-page .the-draw-box .draw-r .view-lists.is-point:before {
  display: block;
}
.history-page .the-draw-box .draw-r .view-lists .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px 0 50px;
  margin-top: 12px;
}
.history-page .the-draw-box .draw-r .view-lists .list .label {
  font-weight: 800;
  font-size: 16px;
  color: #5A5AF2;
}
.history-page .the-draw-box .draw-r .view-lists .list .btn {
  background: url("../images/dev-history_jp/view-btn.png") no-repeat center;
  width: 164px;
  height: 42px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  flex-shrink: 0;
  cursor: pointer;
}
.history-page .win-swiper-box {
  display: flex;
  justify-content: space-between;
}
.history-page .win-swiper-box .swiper-mask {
  overflow: hidden;
}
.history-page .win-swiper-box .swiper-mask .swiper-slide {
  height: 212px;
}
.history-page .win-swiper-box .win-l {
  background: url("../images/dev-history_jp/gift-bg.png") no-repeat center;
  width: 680px;
  height: 402px;
  background-size: cover;
}
.history-page .win-swiper-box .win-r {
  background: url("../images/dev-history_jp/gift-bg.png") no-repeat center;
  width: 680px;
  height: 402px;
  background-size: cover;
}
.history-page .win-swiper-box .win-title {
  color: #fff;
  font-weight: 800;
  font-size: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  height: 42px;
  justify-content: center;
}
.history-page .win-swiper-box .swiper-mask {
  height: 280px;
  margin: 36px auto 0;
  width: 554px;
}
.history-page .win-swiper-box .win-row {
  display: flex;
  margin-bottom: 20px;
}
.history-page .win-swiper-box .win-el {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}
.history-page .win-swiper-box .win-el.coupons .img-text {
  height: 41px;
}
.history-page .win-swiper-box .win-el:first-child {
  margin-left: 0;
}
.history-page .win-swiper-box .img-el {
  width: 170px;
  height: 170px;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
}
.history-page .win-swiper-box .img-el img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 10px;
}
.history-page .win-swiper-box .img-text {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
}
.history-page .win-rules {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px 20px 20px 20px;
  padding: 38px;
  margin-top: 40px;
}
.history-page .win-rules .title {
  font-weight: 800;
  font-size: 30px;
  color: #1D1D1D;
  font-style: normal;
  text-transform: none;
}
.history-page .win-rules .text {
  font-weight: 500;
  font-size: 20px;
  color: #4E4E4E;
  line-height: 34px;
  font-style: normal;
  text-transform: none;
  margin-top: 30px;
}
.history-page .win-rules .text ul {
  max-height: 160px;
  overflow-y: auto;
}
.history-page .win-rules .text ul::-webkit-scrollbar {
  width: 6px;
  background: transparent;
}
.history-page .win-rules .text ul::-webkit-scrollbar-track {
  background: transparent;
}
.history-page .win-rules .text ul::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.history-page .win-rules .text ul::-webkit-scrollbar-button {
  display: none;
}
.history-page .win-rules .text li {
  line-height: 34px;
  margin-bottom: 6px;
}
.history-page .special-box .special-title {
  color: #fff;
  font-weight: 800;
  font-size: 60px;
  text-align: center;
  margin-top: 80px;
  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 {
  background: url("../images/dev-history_jp/special-img.png") no-repeat center;
  width: 697px;
  height: 420px;
  background-size: cover;
  position: relative;
}
.history-page .special-box .special:first-child .title {
  padding-left: 248px;
}
.history-page .special-box .special:nth-child(2) {
  background: url("../images/dev-history_jp/special-img2.png") no-repeat center;
}
.history-page .special-box .special .title {
  font-size: 19px;
  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;
}
.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: 30px;
}
.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: 36px;
}
.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_jp/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_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-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_jp/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;
  font-size: 22px;
  color: #5A5AF2;
  font-weight: 500;
}
.win-pop-el .win-pop-the .control-row .count-btn {
  background: url("../images/dev-history_jp/count-icon.png") no-repeat center;
  width: 215px;
  height: 42px;
  background-size: cover;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}
.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 .draw-r {
    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);
  }
}
