/* 通用 */
* {
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input,
select,
button {
  outline: 0;
}

button {
  border: 0;
  background-clip: padding-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
  vertical-align: baseline;
}

textarea,
input {
  word-wrap: break-word;
  word-break: break-all;
}

span,
p,
div {
  word-wrap: break-word;
}

.lf {
  float: left;
}

.rt {
  float: right;
}

html,
body,
div,
p,
ul,
ol,
li {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a.geted {
  pointer-events: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

/* 黑色title背景主题 适用于alert confirm*/
body .skin_class_exmple .layui-layer-title {
  padding: 0 !important;
  text-align: center;
  background: black !important;
  color: white !important;
  font-size: 22px !important;
  height: 50px !important;
  line-height: 50px !important;
  position: relative !important;
}

body .skin_class_exmple .layui-layer-setwin {
  top: 15px !important;
}

body .skin_class_exmple>.layui-layer-content {
  text-align: center;
  font-size: 20px;
  color: red;
  box-sizing: border-box;
}

body .skin_class_exmple .layui-layer-setwin a {
  width: 24px;
  height: 24px;
  opacity: 1;
}

body .skin_class_exmple .layui-layer-setwin a:hover {
  opacity: 1;
}

body .skin_class_exmple .layui-layer-setwin {
  opacity: 1;
}

body .skin_class_exmple>.layui-layer-btn {
  background: white;
  text-align: center;
}

body .layui-layer-title {
  background-color: transparent !important;
  border-bottom: none;
}

body .layui-layer-content {
  background-color: transparent !important;
  border-bottom: none;
  box-shadow: none;
}

body .layui-layer-setwin a {
  width: 24px;
  height: 24px;
  opacity: 0;
}

body .layui-layer-setwin a:hover {
  opacity: 0;
}

body .layui-layer-setwin {
  opacity: 0;
}

body .layui-layer-setwin .layui-layer-close2 {
  right: -2px;
  top: -2px;
}

body .skin_class_two {
  box-shadow: none;
}

.cu_layer {
  display: none;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}

body {
  max-width: 1920px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

a:hover {
  -webkit-filter: brightness(120%);
  -ms-filter: brightness(120%);
  -o-filter: brightness(120%);
  -moz-filter: brightness(120%);
  opacity: 0.85\0;
}

.index {
  min-width: 1300px;
  height: 5678px;
  padding-top: 30px;
  background: url(./image/index.jpg);
}

.header {
  width: 1750px;
  padding-right: 50px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.header>a {
  display: inline-block;
  background: url(./image/logo.png);
  width: 191px;
  height: 101px;
}

.header>a:nth-child(2) {
  background: url(./image/btn-gw.png);
  width: 248px;
  height: 95px;
}

.login-view {
  color: #fefefe;
  font-size: 24px;
  text-align: center;
}

.login-view>a {
  color: #fefefe;
  font-size: 24px;
}

.content {
  width: 1420px;
  min-width: 1420px;
  margin: auto;
  margin-top: 610px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 142px;
}

.card1-top {
  background: url(./image/card1-top.png);
  width: 1168px;
  height: 217px;
  padding: 55px 0 0 190px;
  color: #03051b;
  font-size: 16px;
  line-height: 1.7;
  margin-top: 10px;
}

.card1-bottom {
  background: url(./image/card1-bottom.png);
  width: 1406px;
  height: 400px;
  padding-top: 110px;
  padding-left: 107px;
  display: flex;
}

.card1-bottom-btn {
  margin-top: 173px;
  width: 765px;
  display: flex;
  justify-content: space-between;
}

.card1-bottom-btn>a {
  display: inline-block;
  background: url(./image/btn-lq.png);
  width: 160px;
  height: 47px;
  background-position-x: -302px;
}

.card1-bottom-btn>a.geted {
  background-position-x: 0;
}

.card1-bottom-btn>a.await {
  background-position-x: -606px;
  pointer-events: none;
}

.card1-bottom-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 175px;
  position: relative;
}

.card1-bottom-right>a {
  display: inline-block;
  background: url(./image/btn-qd.png);
  width: 192px;
  height: 50px;
  margin-top: 10px;
}

.card1-bottom-right>a.geted {
  background-position-y: -60px;
}

.card1-img2 {
  position: absolute;
  left: -163px;
  top: 0;
  display: none;
}

.card1-img1:hover+.card1-img2 {
  display: block;
}

.card2 {
  margin-top: 155px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card2-title {
  width: 800px;
  color: #fff;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.card2-view {
  width: 880px;
  display: flex;
  justify-content: space-between;
}

.card2-view>div {
  background: url(./image/card2-left.png);
  width: 352px;
  height: 266px;
  padding-top: 185px;
  display: flex;
  justify-content: center;
}

.card2-view p {
  width: 281px;
  height: 26px;
  background-color: #ffdfca;
  line-height: 26px;
  text-align: center;
  color: #e1671a;
  font-size: 16px;
}

.card2-right {
  background: url(./image/card2-right.png) !important;
}

.card3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 192px;
}

.card3-p {
  width: 1050px;
  text-align: right;
  color: #03051b;
  font-size: 16px;
}

.card3-view {
  background: url(./image/card3.png);
  width: 1345px;
  height: 635px;
  padding-top: 233px;
  padding-left: 33px;
  display: flex;
}

.card3-view-left {
  width: 977px;
  display: flex;
  flex-wrap: wrap;
  gap: 264px 112px;
}

.card3-view a {
  display: inline-block;
  background: url(./image/btn-lq.png);
  width: 160px;
  height: 47px;
  background-position-x: -302px;
}

.card3-view a.geted {
  background-position-x: 0;
}

.card3-view a.await {
  background-position-x: -606px;
  pointer-events: none;
}

.card3-a {
  margin: 167px 0 0 122px;
}

.card4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 180px;
  position: relative;
}

.card4-a1 {
  display: inline-block;
  color: #d17a19;
  font-size: 16px;
  position: absolute;
  top: 115px;
  right: 80px;
}

.card4-a2 {
  display: inline-block;
  position: absolute;
  background: url(./image/btn-gm.png);
  width: 101px;
  height: 25px;
  top: 39%;
  left: 107px;
}

.card4-a3 {
  display: inline-block;
  position: absolute;
  background: url(./image/btn-gm.png);
  width: 101px;
  height: 25px;
  top: 69.5%;
  left: 107px;
}

.card4-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  z-index: 101;
  left: 52%;
  top: 46%;
  color: #521bb3;
  font-size: 16px;
}

.card4-center>a {
  display: inline-block;
  background: url(./image/btn-zhuan.png);
  width: 126px;
  height: 126px;
  margin-bottom: 25px;
}

.card4-view {
  background: url(./image/card4.png);
  width: 1418px;
  height: 876px;
  position: relative;
  padding-top: 144px;
}

.card4-box {
  width: 1039px;
  height: 599px;
  margin-left: 288px;
  position: relative;
}

.card4-box>img {
  position: absolute;
  width: 128px;
  height: 98px;
  display: none;
}

.card4-box>img:nth-child(1) {
  top: 0;
  left: 390px;
}

.card4-box>img:nth-child(2) {
  top: 0;
  left: 519px;
}

.card4-box>img:nth-child(3) {
  top: 0;
  left: 650px;
}

.card4-box>img:nth-child(4) {
  top: 100px;
  left: 650px;
}

.card4-box>img:nth-child(5) {
  top: 100px;
  left: 780px;
}

.card4-box>img:nth-child(6) {
  top: 200px;
  left: 780px;
}

.card4-box>img:nth-child(7) {
  top: 201px;
  right: 0px;
}

.card4-box>img:nth-child(8) {
  top: 301px;
  right: 0px;
}

.card4-box>img:nth-child(9) {
  top: 401px;
  right: 0px;
}

.card4-box>img:nth-child(10) {
  top: 401px;
  left: 780px;
}

.card4-box>img:nth-child(11) {
  bottom: 0;
  left: 780px;
}

.card4-box>img:nth-child(12) {
  bottom: 0;
  left: 650px;
}

.card4-box>img:nth-child(13) {
  bottom: 0;
  left: 520px;
}

.card4-box>img:nth-child(14) {
  bottom: 0;
  left: 390px;
}

.card4-box>img:nth-child(15) {
  bottom: 0;
  left: 260px;
}

.card4-box>img:nth-child(16) {
  bottom: 0;
  left: 130px;
}

.card4-box>img:nth-child(17) {
  top: 401px;
  left: 130px;
}

.card4-box>img:nth-child(18) {
  top: 401px;
  left: 0px;
}

.card4-box>img:nth-child(19) {
  top: 301px;
  left: 0px;
}

.card4-box>img:nth-child(20) {
  top: 201px;
  left: 0px;
}

.card4-box>img:nth-child(21) {
  top: 201px;
  left: 130px;
}

.card4-box>img:nth-child(22) {
  top: 101px;
  left: 130px;
}

.card4-box>img:nth-child(23) {
  top: 101px;
  left: 259px;
}

.card4-box>img:nth-child(24) {
  top: 0;
  left: 259px;
}


.card5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 170px;
}

.card5-p {
  width: 1150px;
  text-align: right;
  color: #1a1a1a;
  font-size: 14px;
  margin-bottom: 40px;
}

.card5-btn {
  width: 1310px;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.card5-btn>a {
  display: inline-block;
  background: url(./image/btn-dh.png);
  width: 159px;
  height: 48px;
  background-position-x: -191px;
}

.card5-btn>a.geted {
  background-position-x: 0;
}

.card5-btn>a:nth-child(3) {
  background-position-x: -764px;
}

.card5-btn>a:nth-child(4) {
  background-position-x: -1050px;
}

.card5-btn>a:nth-child(5) {
  background-position-x: -1339px;
}


/* 概率详情弹框 */
.awardRecordTwo {
  background: url(./image/popup.png)no-repeat center !important;
  background-size: 100% 100%;
}

.awardRecordTwo .lay_close {
  font-size: 24px;
  top: 56px;
  right: 35px;
  opacity: 0;
}
.baSkin {
    background-image: url(./image/login/popup-bg.png) !important;
}
.baSkinTwo {
    background-image: url(./image/login/popup-bg2.png) !important;
}