* {
  font-size: 14px;
  box-sizing: border-box;
  padding:0;
  margin:0;
}

body {
  overflow: hidden;
}

.bg {
  width: 100%;
  height: 100vh;
  transform: scale(1);
  animation: zoomIn 2s ease-in-out forwards;
  background-image: url(../../images/bg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

@keyframes zoomIn {
  0% {
      transform: scale(1);
  }

  100% {
      transform: scale(1.1);
  }
}

.containerAll {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 18.5rem;
  /* background:rgba(255,255,255,0.6); */
  width: 63%;
}

.xkBox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.xk {
  width: 6.3rem;
  height: 8rem;
  background-image: url(../../images/xk.png);
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 12px;
}

.xk img {
  width: 90%;
  height: 90%;
  object-fit: cover;
}

.tbBox {
  position: relative;
  width: 100%;
  margin-top: 14rem;
  height: 19rem;
}

.table {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.joss {
  position: absolute;
  width: 80%;
  bottom: 17rem;
  left: 10%;
  z-index: 2;
  display: none;
}

.fruit {
  position: absolute;
  width: 60%;
  bottom: 17rem;
  left: 20%;
  z-index: 2;
  display: none;
}

.manBox {
  position: relative;
  width: 100%;
  margin-top: 10rem;
  height: 15rem;
}

.mat {
  position: absolute;
  width: 74%;
  bottom: 17rem;
  left: 13%;
  z-index: 3;
}

.man {
  position: absolute;
  width: 56%;
  bottom: 15rem;
  left: 2%;
  z-index: 4;
  display: none;
}

.woman {
  position: absolute;
  width: 56%;
  bottom: 15rem;
  right: 1.5%;
  z-index: 4;
  display: none;
}

.gbBtnBox {
  position: relative;
  width: 100%;
  /* padding:0 10%; */
  margin-top: -10rem;
  height: 4rem;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem 3rem;
  align-items: stretch;
}

.gbBtnBox button {
  height: 120px;
  width: 120px;
  font-size: 2rem;
  color:#fff;
  border-radius: 50%;
  display: flex;flex-direction: column;align-items: center;justify-content:center;
  border:none;
}
.gbBtnBox button img{
  width: 4rem;
}
.gbBtnBox button span{
  color:#fff;
  font-size: 2rem;
}
#dx{
  background:linear-gradient(to bottom, #FF211F, #FF7375);
}
#dl{
  background:linear-gradient(to bottom, #FE67A9, #FF75CA);
}
#gp{
  background:linear-gradient(to bottom, #B29EFF, #8978FF);
}
#gb{
  background:linear-gradient(to bottom, #FF9C65, #FF3030);
}

.black_overlay {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.6;
  opacity: .60;
  filter: alpha(opacity=60);
}

.white_content {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  background-color: white;
  z-index: 1002;
  overflow: auto;
}
.black_overlay1 {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.6;
  opacity: .60;
  filter: alpha(opacity=60);
}

.white_content1 {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  background-color: white;
  z-index: 1002;
  overflow: auto;
  overflow: hidden;
  border-radius: 10px;
}
.tc_cont{
  width: 100%;
  display: flex;flex-direction: column;align-items: center;justify-content:center;
  position: relative;
}
.gb_cont{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px 20px;
  align-items: stretch;
  width: calc(100% - 48px);
  margin: 24px 0;
}
.gb_cont .on{
  border:7px solid #02C195 !important;
}
.tc_cont .top{
  padding: 24px;
  width: 100%;
  position: relative;
}
.tc_cont .top2{
  padding:0;
  border:7px solid #fff;
}
.tc_cont .top img{
  width: 100%;
  height: 100%;
}
.tc_cont .top .word{
  position: absolute;
  bottom: 24px;
  left: 24px;
  width: calc(100% - 48px);
  background: rgba(0, 0, 0, 0.4);
  padding: 24px;
}
.tc_cont .top2 .word {
  position: absolute;
  bottom: 6px;
  left: 6px;
  width: calc(100% - 12px);
  background: rgba(0, 0, 0, 0.4);
  padding: 24px;
}
.tc_cont .top .word p{
  color:#fff;
  font-size: 2.2rem;
  line-height: 1.5;
}
.tc_btn{
  width: calc(100% - 48px);
  height: 7rem;
  font-size: 2.5rem;
  border-radius: 10px;
  margin-bottom: 24px;
  background: #fff;
}
.content_title{
  font-size:3rem;
  width: 100%;
  line-height: 4;
  text-align: center;
}
.white_content .layui-form-radio>i{
  font-size:3rem;
}
.white_content .layui-form-radio *{
  font-size:3rem;
}
.white_content .layui-input-block{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.white_content .layui-form-radio{
  line-height: 2.5;    
  width: 90%;
}

.myHallBox_left{
  width: 75px;
  height: 90px;
}
.myHallBox{
  width: 100%;
  display: inline-block;
}
.search i{
  margin: 3.5px 5px;
  padding:0;
}
.searchBox{
  width: 100%;
  position: relative;
}
.martyr_banner{
  padding-top: 12px;
}
.tjzb{
  background:-webkit-linear-gradient(left,#02C195,#339EF7);
  width: 100%;
  border-radius: 5px;
  font-size: 18px;
  line-height:2.5;
  color:#fff;
  border:none;
}
.w75{
  width: 75% !important;
}
.AllLong select {
  width: 23%;
  border: none;
  padding: 0;
  height: 35px;
  margin-top: 10px;
}
.zbBox{
  background: #F8F8F8;
  padding:24px;
  width:100%;
  overflow: hidden;
  margin-top: 12px;
}
.zbBox h2{
  font-size: 20px;
  margin-bottom: 12px;;
}
.zbBox h4{
  font-size: 14px;
  margin-bottom: 12px;;
}
.tjzbBox{
  margin-top:30px;
}
.tjzbBox .layui-form-item{
  margin-bottom: 15px;
}
.zbTips{
  font-size:12px;
  color:#7e7e7e;
  margin-top:3px;
}
.zb_create{
  width: 100%;
    border-top: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: fixed; */
    /* bottom: 0; */
    background: #fff;
    margin-top:50px;
}
.zb_create button {
  width: 50%;
  height: 42px;
  color: #fff;
  background: -webkit-linear-gradient(left, #02C195, #339EF7);
  font-size: 16px;
  border: none;
  border-radius: 5px;
  margin-top:20px;
}
.layui-layer-content{
  color:#333 !important;
}
.tjzbBox .layui-form-label span{
  color:#f16060;
  margin-right: 2px;
}
.xsTable{
  width: 100%;
  border-collapse:collapse;table-layout:fixed;
  margin-bottom: 60px;
}
.xsTable tr{
  border-bottom: 1px solid #ebebeb;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.xsTable tr td{
  padding: 12px;
}
.xsTable tr td:nth-child(1){
  font-weight: bold;
  width: 60px;
}
.xsTable tr td a{
  margin-right: 12px;
  margin-bottom: 12px;
  display: inline-block;
  white-space: nowrap;
}