/* 通用 */
* {
  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;
}

@font-face {
  font-family: 'Llgtt'; /* 自定义字体名称，后续引用时使用 */
  src: url('./font/Llgtt.TTF') format('truetype'); /* 最终降级方案 */
  font-weight: normal;  /* 对应字重，如 400、bold */
  font-style: normal;   /* 对应样式，如 normal、italic */
  font-display: swap;   /* 控制加载期间的文字显示，提升体验 */
}

@font-face {
  font-family: 'FZQiangKTJW'; /* 自定义字体名称，后续引用时使用 */
  src: url('./font/FZQiangKTJW_Da.TTF') format('truetype'); /* 最终降级方案 */
  font-weight: normal;  /* 对应字重，如 400、bold */
  font-style: normal;   /* 对应样式，如 normal、italic */
  font-display: swap;   /* 控制加载期间的文字显示，提升体验 */
}

.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;
}

.indexPage a.geted {
  pointer-events: none;
}

/* 页面部分 */
.indexPage {
  min-width: 1500px;
  display: block;
  height: 5532px;
  background: url(./image/index_1.jpg) top center no-repeat;
  position: relative;
}

/* 可修改 */
.indexPage .header {
  width: 1800px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 0 0 0;
}

.indexPage .header a {
  display: inline-block;
  width: 292px;
  height: 139px;
  background: url(./image/logo.png) no-repeat;
}

.indexPage .main {
  width: 1296px;
  margin: auto;
  margin-top: 385px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-time {
  background: url(./image/time-bg_1.png);
  width: 662px;
  height: 282px;
  font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 63px;
  position: relative;
}

.card-time-bg1 {
  background: url(./image/nav-time-bg.png);
  width: 96px;
  height: 133px;
  position: absolute;
  top: 109px;
  left: 40px;
}

.card-time-bg2 {
  background: url(./image/nav-time-bg.png);
  width: 96px;
  height: 133px;
  position: absolute;
  top: 109px;
  left: 180px;
}

.card-time-bg3 {
  background: url(./image/nav-time-bg.png);
  width: 96px;
  height: 133px;
  position: absolute;
  top: 109px;
  left: 321px;
}

.card-time-bg4 {
  background: url(./image/nav-time-bg.png);
  width: 96px;
  height: 133px;
  position: absolute;
  top: 109px;
  left: 462px;
}

.card-time p {
  color: #fbfdff;
  font-family: 'FZQiangKTJW', cursive;
  background: linear-gradient(to bottom, #fff, #c4d8ff);

  -webkit-background-clip: text;
  background-clip: text;

  color: transparent;
  position: relative;
  z-index: 10;
}

.card-time-bg {
  background: url(./image/index-time.png);
  width: 740px;
  height: 26px;
  line-height: 26px;
  color: #eaf6ff;
  font-size: 20px;
  text-align: center;
  margin-top: 25px;
}

.indexPage .login {
  font-size: 16px;
  font-weight: 700;
  color: #01422f;
  text-align: center;
  margin-top: 23px;
}

.indexPage .login a {
  color: #0a43b8;
}

.card1 {
  background: url(./image/card1.png);
  width: 1296px;
  height: 879px;
  margin-top: 138px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 55px;
}

.card1>a {
  display: inline-block;
  background: url(./image/btn-yy_1.png);
  width: 455px;
  height: 126px;
}

.card1>a.geted {
  background: url(./image/btn-yy-geted.png) center no-repeat;
}

.card2 {
  background: url(./image/card2.png);
  width: 1296px;
  height: 919px;
  margin-top: 147px;
  padding-top: 387px;
}

.card2>.line {
  background: url(./image/line.png);
  width: 1076px;
  height: 15px;
  margin: auto;
}

.card2>.line.Jone {
  background: url(./image/line1.png);
}

.card2>.line.Jtow {
  background: url(./image/line2.png);
}

.card2>.line.Jthree {
  background: url(./image/line3.png);
}

.card2>.line.Jfour {
  background: url(./image/line4.png);
}

.card2-view {
  width: 1075px;
  margin: auto;
  margin-top: 155px;
  padding: 0 17px;
  display: flex;
  justify-content: space-between;
}

.card2-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.card2-img {
  width: 145px;
  height: 135px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card2-box>a {
  display: inline-block;
  background: url(./image/btn-lq.png);
  width: 199px;
  height: 78px;
  background-position-x: -280px;
  margin-top: 35px;
}

.card2-box>a.geted {
  background-position-x: 0px;
}

.popup-title {
  background: url(./image/hover-bg.png);
  width: 289px;
  height: 175px;
  display: none;
  position: absolute;
  z-index: 111;
  top: -80px;
  left: 145px;
  color: #fff;
  font-size: 14px;
  justify-content: center;
  text-align: center;
  align-items: center;
  line-height: 1.4;
}

.card2-img:hover + .popup-title {
  display: flex;
}



.card3 {
  background: url(./image/card3_1.png);
  width: 1296px;
  height: 1049px;
  margin-top: 145px;
  padding-top: 250px;
}

.card3-flex {
  width: 1135px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card3-flex>a {
  display: inline-block;
  background: url(./image/btn-bd.png) center no-repeat;
  width: 266px;
  height: 87px;
  margin-bottom: 8px;
}

.card3-flex>a.geted {
  background: url(./image/btn-bd-geted.png) center no-repeat;
}

.card3-bg {
  background: url(./image/bg-lj.png);
  width: 855px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 26px;
  color: #825c30;
  font-size: 23px;
}

.card3-bg>input {
  width: 657px;
  height: 36px;
  background: #fff;
  border-radius: 6px;
  /* text-align: center; */
  padding: 0 20px;
  color: #825c30;
  font-size: 18px;
}

.card3-flex:nth-child(2)>a {
  background: url(./image/btn-sc.png);
}

.card3-line {
  background: url(./image/bg-yq.png) center no-repeat;
  width: 1186px;
  height: 40px;
  margin: auto;
  margin-top: 50px;
  color: #825c30;
  font-size: 30px;
  text-align: center;
  line-height: 40px;
}




.card3-view {
  width: 1075px;
  margin: auto;
  margin-top: 155px;
  padding: 0 17px;
  display: flex;
  justify-content: space-between;
}

.card3-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.card3-img {
  width: 145px;
  height: 135px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card3-box>a {
  display: inline-block;
  background: url(./image/btn-lq.png);
  width: 199px;
  height: 78px;
  background-position-x: -280px;
  margin-top: 25px;
}

.card3-box>a.geted {
  background-position-x: 0px;
}

.popup-title2 {
  background: url(./image/hover-bg2.png);
  width: 289px;
  height: 115px;
  display: none;
  position: absolute;
  z-index: 111;
  top: -25px;
  left: 130px;
  color: #fff;
  font-size: 14px;
  justify-content: center;
  text-align: center;
  align-items: center;
  line-height: 1.4;
}

.card3-img:hover + .popup-title2 {
  display: flex;
}


.card4 {
  background: url(./image/card4.png);
  width: 1296px;
  height: 847px;
  margin-top: 146px;
  padding: 257px 100px 0 110px;
}

.card4-flex>img {
  width: 20px;
  height: 21px;
  margin-top: 9px;
  margin-right: 2px;
}

.card4-flex {
  display: flex;
  color: #825c30;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
}


.nav {
  background: url(./image/nav.png);
  width: 256px;
  height: 461px;
  position: fixed;
  z-index: 111;
  top: 200px;
  left: 50px;
  text-align: center;
  padding-top: 154px;
}

.nav-view {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.nav-view>a {
  display: inline-block;
  color: #0c3272;
  font-size: 24px;
  margin-bottom: 33px;
  font-family: 'Llgtt', cursive;
}

.nav-view>a.geted {
  /* color: #d3e2ff; */
  background: linear-gradient(to bottom, #fff, #9abbff);

  -webkit-background-clip: text;
  background-clip: text;

  color: transparent;
}

.icon-top {
  display: inline-block;
  background: url(./image/icon-top.png);
  width: 61px;
  height: 59px;
}

.baSkin {
    background-image: url(./image/login-BG.png);
}
