@media screen and (max-width:499px){
  .foot-app-img-dv{
    position: fixed;
      /* top: 10px; */
      z-index: 999;
      width: 60px;
      height: 60px;
      bottom: 8px;
      left: 6%;
  }
  .banner {
    padding: 0px 10px;
    margin-top: 20px;
  }
  .swiper {
    width: 98%;
    height: 180px;
    border-radius: 15px;
    border: 1px solid #fff;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content {
    width: 100%;
    box-sizing: border-box;
    margin-top: 25px
  }
  .box{
    padding: .3rem 0;
    box-sizing: border-box;
    margin-top: 15px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
  }
  .link .row1{
    width: 16%;
    height: 45px;
    border: none;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin-left: 12px;
    gap: 10px;
    background: #1DB8BA;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-width: 0px 0px 0px 1px;
    border-style: solid;
    border-color: #FFFFFF;
    box-shadow: 0px 0px 10px #33CFBB, inset 0px 0px 6px 4px #33CFBB;
    border-radius: 8px 0px 0px 8px;
  
  }
  .link .row2{
    width: 50%;
    height: 45px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 16px;
    color: #fff;
    padding-left: 10px;
    line-height: 43px;
    margin: 0px;
    text-align: left;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-width: 0px 2px 0px 0px;
    border-style: solid;
    border-color: #FFFFFF;
    box-shadow: 0px 0px 1px #33CFBB, inset 0px 0px 3px 2px #33CFBB;
    font-weight: 700;
  }
    
  .link .row3{
    width: 26%;
    height: 45px;
    background: linear-gradient(180deg, #FB484C 0%, #F8251D 100%);
    box-shadow: inset 0px 4px 4px rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    border: none;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: linear-gradient(180deg, rgba(99, 238, 192, 0.8) 0%, rgba(41, 200, 186, 0.8) 100%);
    border-width: 0px 1px;
    border-style: solid;
    border-color: #FFFFFF;
    box-shadow: 0px 4px 10px #24D6E6, inset 0px -4px 4px rgba(0, 0, 0, 0.25), inset 0px 4px 4px #63EEC0;
    border-radius: 8px;
  }
}
@media screen and (min-width:500px){
  .foot-app-img-dv{
    position: fixed;
      /* top: 10px; */
      z-index: 999;
      width: 60px;
      height: 60px;
      bottom: 8px;
      left: 38%;
  }
  .banner {
    padding: 0px 18px;
    margin-top: 30px;
  }
  .swiper {
    width: 98%;
    height: 230px;
    border-radius: 15px;
    border: 1px solid #fff;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content {
    width: 100%;
    box-sizing: border-box;
    margin-top: 50px
  }
  .box{
    padding: .3rem 0;
    box-sizing: border-box;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
  }
  .link .row1{
    width: 16%;
    height: 58px;
    border: none;
    font-size: 15px;
    text-align: center;
    line-height: 58px;
    color: #fff;
    margin-left: 12px;
    gap: 10px;
    background: #1DB8BA;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-width: 0px 0px 0px 1px;
    border-style: solid;
    border-color: #FFFFFF;
    box-shadow: 0px 0px 10px #33CFBB, inset 0px 0px 6px 4px #33CFBB;
    border-radius: 8px 0px 0px 8px;
  
  }
  .link .row2{
    width: 50%;
    height: 58px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 16px;
    color: #fff;
    padding-left: 10px;
    line-height: 58px;
    margin: 0px;
    text-align: left;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-width: 0px 2px 0px 0px;
    border-style: solid;
    border-color: #FFFFFF;
    box-shadow: 0px 0px 1px #33CFBB, inset 0px 0px 3px 2px #33CFBB;
    font-weight: 700;
  }
    
  .link .row3{
    width: 26%;
    height: 58px;
    background: linear-gradient(180deg, #FB484C 0%, #F8251D 100%);
    box-shadow: inset 0px 4px 4px rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    border: none;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 58px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: linear-gradient(180deg, rgba(99, 238, 192, 0.8) 0%, rgba(41, 200, 186, 0.8) 100%);
    border-width: 0px 1px;
    border-style: solid;
    border-color: #FFFFFF;
    box-shadow: 0px 4px 10px #24D6E6, inset 0px -4px 4px rgba(0, 0, 0, 0.25), inset 0px 4px 4px #63EEC0;
    border-radius: 8px;
  }
}

body {
  max-width: 538px;
  height: 100%;
  margin: 0 auto;
}

.content-1{
  position: relative;
  height: 2000px;
  background-color: #ffe1d7;
}

*{margin:0;padding:0}
a {
  display: block;
}
.main {
  width: 100%;
  font-family: "Microsoft YaHei", "微软雅黑", "Arial", "sans-serif";
  background: url("./assets/images/jalwa-bg.jpeg") no-repeat center;
  background-size: cover;
  min-height: 100%;
}
.main-title {
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.main-title img {
  width: 120px;
  height: 45px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.main-box-title-img {
  width: 88%;
  margin-left: 6%;
  filter: brightness(200%);
  -webkit-filter: brightness(150%);
}

.link{
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.link:last-child{
	margin-bottom: 0;
}


.question1{
  position: absolute;
    width: 80%;
    height: 55px;
    top: 20px;
    background: #FB484C;
    border-radius: 20px 20px 0px 0px;
    margin-left: 10%;
}
.question1-title{
  position: absolute;
  width: 80%;
  left: 10%;
  height: 26px;
  /* left: calc(50% - 558px / 2 - 1px); */
  top: 27px;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
}

.answer1{
  box-sizing: border-box;
  position: absolute;
  width: 90%;
  left: 5%;
  height: 160px;
  /* left: calc(50% - 690px / 2); */
  top: 58px;
  background: linear-gradient(180deg, rgba(255, 223, 214, 0.6) 0%, #FFFFFF 80.5%);
  border: 2px solid #FFFFFF;
  backdrop-filter: blur(10px);
  border-radius: 20px;
}

.answer1-titlte{
  position: absolute;
  width: 80%;
  left: 10%;
  height: 160px;
  /* left: calc(50% - 640px / 2); */
  top: 69px;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #84583F;
  text-align: center;
}

.question2{
  position: absolute;
  width: 80%;
  margin-left: 10%;
  height: 66px;
  /* left: calc(50% - 640px / 2); */
  top: 250px;
  background: #FB484C;
  border-radius: 20px 20px 0px 0px;
}
.question2-span{
  position: absolute;
  width: 74%;
  height: 61px;
  /* left: calc(50% - 620px / 2); */
  top: 256px;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  left: 12%;
}

.answer2{
  box-sizing: border-box;
    position: absolute;
    width: 90%;
    height: 440px;
    /* left: calc(50% - 690px / 2); */
    top: 303px;
    background: linear-gradient(180deg, rgba(255, 223, 214, 0.6) 0%, #FFFFFF 48%);
    border: 2px solid #FFFFFF;
    backdrop-filter: blur(10px);
    border-radius: 20px;
    left: 19px;

}
.answer2-title{
  position: absolute;
  width: 72%;
  left: 14%;
  height: 56px;
  /* left: calc(50% - 572px / 2); */
  top: 318px;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #84583F;
}

.table1{
  position: absolute;
  width: 80%;
  left: 10%;
  height: 696px;
  /* left: calc(50% - 640px / 2); */
  top: 372px;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
}


tr{
  background-color: #FB484C;
    height: 35px;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    /* line-height: 26px; */
    /* text-align: center; */
    color: #FFFFFF;
}
td{
  background: #FFFAE7;
  border: 0.5px solid #F85757;
  color: #FB484C;
}

.question3{
  position: absolute;
  width: 80%;
  height: 75px;
  /* left: calc(50% - 640px / 2 - 5px); */
  top: 775px;
  background: #FB484C;
  border-radius: 20px 20px 0px 0px;
  left: 10%;
}

.question3-span{
  position: absolute;
  width: 74%;
  height: 52px;
  /* left: calc(50% - 620px / 2); */
  top: 780px;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  left: 12%;
}

.answer3{
  box-sizing: border-box;
  position: absolute;
  width: 90%;
  left: 5%;
  height: 560PX;
  /* left: calc(50% - 690px / 2); */
  top: 828px;
  background: linear-gradient(180deg, rgba(255, 223, 214, 0.6) 0%, #FFFFFF 38%);
  border: 2px solid #FFFFFF;
  box-shadow: inset 0px 0px 20px #FFFFFF;
  backdrop-filter: blur(10px);
  border-radius: 20px;
}

.answer3-title{
  position: absolute;
    width: 72%;
    left: 14%;
    height: 56px;
    /* left: calc(50% - 572px / 2); */
    top: 838px;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #84583F;

}

.table2{
  position: absolute;
  width: 80%;
  left: 10%;
  height: 696px;
  /* left: calc(50% - 640px / 2); */
  top: 935px;
}

.notice1{
  display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    position: absolute;
    width: 90%;
    height: 200px;
    left: 5%;
    top: 1419px;
    background: #FFFBEB;
    border-radius: 20px;
}

.notice1-text{
  width: 85%;
  height: 210px;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  color: #84583F;
  margin-left: 7%;
  position: absolute;
  top: 1435px;
  order: 0;

}

.notice2{
  display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      padding: 10px;
      gap: 10px;
      position: absolute;
      width: 90%;
      height: 88px;
      left: 5%;
      top: 1637px;
      background: #FBF7F4;
      border-radius: 20px;
}

.notice2-text{
  width: 85%;
  left: 8%;
  height: 68px;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  color: #FB484C;
  position: absolute;
  top: 1650px;
}

.notice3{
  display: flex
  ;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      padding: 10px;
      gap: 10px;
      position: absolute;
      width: 90%;
      height: 100px;
      left: 5%;
      top: 1740px;
      background: #FBF7F4;
      border-radius: 20px;
}

.notice3-text{
  width: 85%;
  left: 8%;
  height: 68px;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  color: #FB484C;
  position: absolute;
  top: 1751px;
}

.notice4{
  display: flex
  ;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      padding: 10px;
      gap: 10px;
      position: absolute;
      width: 90%;
      height: 108px;
      left: 5%;
      top: 1854px;
      background: #FBF7F4;
      border-radius: 20px;
}

.notice4-text{
  width: 85%;
  left: 8%;
  height: 68px;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  color: #FB484C;
  position: absolute;
  top: 1868px;
}

.bottom-empty{
  height: 200px;
    position: absolute;
    top: 1868px;
    width: 200px;
}

.main-content {
  margin: 10px 10px 0px 10px;
  border: 2px solid #f87252;
  border-radius: 20px;
  box-sizing: border-box;
  background-color: #fff;
}
.main-content-title {
  width: 130px;
  height: 36px;
  margin: 0 auto;
  position: relative;
}
.main-content-title .img1 {
  width: 100%;
  height: 100%;
}
.main-content-title .img2 {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 80px;
  height: 20px;
  transform: translate(-50%, -50%);
}
.main-content-main {
  padding: 0px 15px 15px 15px;
}
.main-content-main-red:nth-child(1) {
  margin-top: 0px;
}
.main-content-main-red {
  margin-top: 20px;
  color: #dd1f2d;
  font-weight: 700;
}
.main-content-main-black {
  margin-top: 5px;
  color: #000;
  font-size: 12px;
}

table thead td {
  font-weight: 600;
  height: 50px;
  background-color: #f39800;
}
table tbody td {
  height: 30px;
  background-color: #fdf7ea;
}
table td {
  width: 33.333%;
  text-align: center;
}
.main-mediate-table {
  border: 1px solid #f87252;
  border-radius: 10px;
  overflow: hidden;
}
.main-footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url("./assets/images/APP.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  max-width: 538px;
  margin: auto;
  right: 0;
  background: linear-gradient(180deg, #001A50 0%, #000E38 100%);
}

.foot-app-img{
  width: 95%;
  height: 95%;
  border: 1px solid #1D4BAB;
  border-radius: 10px;
}

.main-footer-left {
  margin-left: 25%;
}
.main-footer-left-title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.main-footer-left-content {
  font-size: 12px;
  color: white;
  font-style: italic;
}
.main-footer-right {
  margin-right: 5%;
  
}
.main-footer-right-btn {
  width: 100px;
  height: 40px;
  background-color: white;
  border-radius: 10px;
  text-align: center;
  line-height: 40px;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  background: linear-gradient(180deg, #69F2C1 0%, #26C6BA 100%);
  flex: none;
  order: 1;
  flex-grow: 0;
}



