/* 通用 */
* {
  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;
}

.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: 2560px;
  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;
}

a.geted {
  pointer-events: none;
}

@font-face {
  font-family: "iconfont";
  /* Project id 4968832 */
  src: url('../font/iconfont.woff2') format('woff2'),
    url('../font/iconfont.woff') format('woff'),
    url('../font/iconfont.ttf') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-zhanghaoquanxianguanli:before {
  content: "\eb68";
}

.icon-home:before {
  content: "\e7c6";
}

.icon-shoucang:before {
  content: "\e6d9";
}

.icon-xiazai01:before {
  content: "\ea38";
}



.content {
  background: url(../images/promotion/index.jpg) top center no-repeat;
  min-width: 1400px;
  height: 1440px;
  position: relative;
}

.header {
  width: 100%;
  height: 85px;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 100;
  background: url(../images/promotion/bg-ju.png);
}

.header-body {
  width: 1400px;
  min-width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 50px;
}

.header-body>img {
  width: 119px;
  height: 75px;
}

.header-body-flex {
  display: flex;
  align-items: center;
}

.header-view-block {
  color: #ffffff;
  font-size: 20px;
  width: 220px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 29px;
}

.header-view-block i {
  font-size: 20px;
}

.header-view-block.artive {
  background: url(../images/promotion/artive-ju.png);
  color: #ffffff;
}

.header-view-block:hover {
  background: url(../images/promotion/artive-ju.png);
  color: #ffffff;
}

.header-view-block>span {
  margin-left: 8px;
}

.header-body-bottom {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  position: relative;
}

.header-icon {
  display: flex;
}

.header-icon>a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/promotion/icon-share.png);
  margin-right: 10px;
}

.header-icon>a:hover {
  background-position-y: 30px;
}

.header-icon>a:nth-child(2) {
  background-position-x: -45px;
}

.header-icon>a:nth-child(3) {
  background-position-x: -90px;
}

.header-body-a {
  background: url(../images/promotion/logo.png);
  background-size:100% 100%;
  width: 119px;
  height: 75px;
}

.body-right {
  width: 50%;
  float: right;
  margin-top: 118px;
}

.body-box {
  width: 682px;
  min-width: 682px;
}

.body-right-title {
  text-align: center;
}

.body-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.body-flex-block {
  width: 200px;
  height: 120px;
  background-color: #4a9ad7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.body-flex-p {
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
}

.body-flex-line {
  height: 50px;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
  border-bottom: 1px solid #5b6696;
}

.body-flex-line>a {
  text-decoration: underline;
  color: #fff;
  font-size: 18px;
}

.body-img {
  margin-top: 30px;
}

.body-table {
  background: #fff;
  margin-top: 10px;
}

.body-table-flex {
  display: flex;
  height: 47px;
  line-height: 47px;
  border-bottom: 1px solid #aab5dd;
}

.body-table-flex:nth-child(7) {
  border: none;
}

.body-table-flex>p {
  height: 47px;
  text-align: center;
  color: #000000;
  font-size: 16px;
}

.body-table-flex>p:nth-child(1) {
  border-right: 1px solid #aab5dd;
  width: 130px;
}

.body-table-flex>p:nth-child(2) {
  border-right: 1px solid #aab5dd;
  width: 360px;
}

.body-table-flex>p:nth-child(3) {
  width: 360px;
}

.body-title-bot {
  font-size: 14px;
  color: #ffffff;
  margin-top: 10px;
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/promotion/bg-ju.png);
  width: 100%;
  min-width: 1400px;
  height: 239px;
  text-align: center;
  padding-top: 20px;
  color: #fff;
}

.footer a {
  color: #fff;
}
.footer>img {
  width:161px;
}

.footer a:hover {
  color: #888888;
}

.register-box {
  width: 555px;
  min-width: 555px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.register-box-input {
  width: 300px;
  height: 50px;
  background-color: #fff;
  padding: 0 18px;
  font-size: 16px;
  color: #333;
  margin-top: 12px;
  border: 1px solid #8996cc;
}

.register-box-flex {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.register-box-flex>input {
  width: 175px;
  margin-top: 0;
}

.register-box-flex>img {
  width: 115px;
  height: 50px;
}

.body-center_flex {
  width: 300px;
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-top: 10px;
}

.body-center_flex label a {
  color: #fff;
}

.btn-register {
  display: inline-block;
  background: url(../images/promotion/btn-register.png);
  width: 283px;
  height: 84px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.register-box-btn {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 10px;
}

.register-box-btn>a {
  display: inline-block;
  background: url(../images/promotion/btn-down-load.png);
  width: 265px;
  height: 80px;
}

.register-box-btn>a:nth-child(2) {
  background: url(../images/promotion/btn-welfare.png);
}

input[type="checkbox"] {
  accent-color: #fff;
  margin-right: 5px;

  width: 18px;
  height: 18px;
}

.step2-img {
  width: 108px;
  height: 45px;
}

.welfare-box {
  width: 715px;
  min-width: 715px;
}

.welfare-box-login {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-top: 15px;
  padding-right: 50px;
}

.welfare-box-login>a {
  color: #fff;
  margin-left: 20px;
}

.welfare-box-img {
  margin-top: 20px;
  display: flex;
}

.welfare-box-select {
  display: flex;
  margin-top: 10px;
  padding-left: 115px;
}

.welfare-box-a {
  display: inline-block;
  background: url(../images/promotion/btn-get.png);
  width: 245px;
  height: 74px;
  margin-left: 100px;
}

.welfare-box-card {
  text-align: center;
  margin-top: 5px;
  padding-right: 42px;
}

.welfare-box-card>img {
  width: 673px;
  height: 549px;
  object-fit: cover;
}

.real-number_input {
  width: 210px;
  height: 50px;
  padding: 0 10px 0;
  border: 1px solid #8996cc;
  margin-right: 10px;
}

.welfare-box-title {
  padding-right: 55px;
}

.welfare-box-title>img {
  width: 660px;
  height: 53px;
  object-fit: cover;
}

.welfare-box-get {
  margin: 100px 0;
  text-align: center;
  padding-right: 60px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s;
  display: none;
}

.welfare-box-get.show {
  display: block;
  opacity: 1;
  visibility: visible;
}

.welfare-box-get>a {
  display: inline-block;
  background: url(../images/promotion/btn-my-get.png);
  width: 337px;
  height: 102px;
}

.welfare-box-get>a.geted {
  background: url(../images/promotion/btn-get-geted.png);
}

.welfare-box-view {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s;
}

.welfare-box-view.show {
  display: block;
  opacity: 1;
  visibility: visible;
}

.card {
  width: 180px;
  height: 180px;
  text-align: center;
  padding: 10px;
  background-color: #fff;
  position: absolute;
  top: 40px;
  left: -10px;
  display: none;
}


.register-box-flex button {
  display: inline-block;
  width: 110px;
  height: 32px;
  border-radius: 5px;
  line-height: 28px;
  text-align: center;
  background: #ad0000;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.probabilityDetailPageThree2 {
  background: #fff !important;
  background-size: 100% 100%;
}

.probabilityDetailPageThree2 .lay_content {
  text-align: left;
  margin-top: 15px;
}

.awardRecord-flex {
  display: flex;
  padding-right: 15px;
  height: 40px;
  margin-top: 40px;
  justify-content: center;
}

.awardRecord-flex>input {
  width: 180px;
  height: 40px;
  padding-left: 5px;
  border: 1px solid #ccc;
}

.awardRecord-flex>img {
  width: 120px;
  height: 40px;
}

.awardRecord-a {
  display: block;
  width: 200px;
  height: 40px;
  margin: auto;
  text-align: center;
  line-height: 40px;
  background: #ad0000;
  color: #fff;
  margin-top: 20px;
}

.probabilityDetailPageThree2 .lay_close {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}

.awardRecord-one2_flex {
  font-size: 14px;
  color: #000;
  padding-left: 10px;
}