.index-pageContent {
  overflow: hidden;
  background: url('bg1.jpg') center bottom no-repeat fixed;
  background-size: 100% auto;
  padding-bottom: 60px;
}
.index-pageContent > .centerWidth {
  max-width: 1460px;
  width: auto;
}

.pageCon {
  padding: 20px;
  background-color: #fff;
  transition: all 0.3s;
  margin-top: 20px;
}

.pageCon:hover {
  border-radius: 3px;
}
.listOne a:hover,
.page21:hover,
.page24 a:hover,
.pageCon:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.page1 {
  height: 210px;
  background: url('bg2.png') center center;
  background-size: cover;
}

.page1 .bt {
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  padding-left: 26px;
  background: url('bg3.png') left center no-repeat;
}

.page11 {
  display: flex;
  max-width: 1180px;
  margin: 12px auto 0;
  padding: 0 15px;
  height: 96px;
  justify-content: center;
  position: relative;
}

.page11 p {
  text-align: center;
}

.page11 a:first-child {
  font-size: 36px;
  line-height: 48px;
  color: #bd1a2d;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 700;
  width: 100%;
  display: block;
}

.page11 a:first-child:hover {
  font-size: 34px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.page11 a:last-child,
.page12 a {
  font-size: 18px;
  color: #bd1a2d;
  font-weight: 700;
}

.page11 a:last-child {
  position: absolute;
  left: 100%;
  bottom: 0;
  white-space: nowrap;
}
.page12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 20px;
}
.page12 span {
  font-size: 16px;
  color: #bd1a2d;
  padding: 0 10px;
}
.page12 a {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 220px;
  line-height: 30px;
  padding-right: 10px;
  max-width: 33%;
  display: block;
}

.page2 {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.swiper-slide{
  display: block !important;
}
.page24 .swiper-slide span{
  float: right;
}

.page21 {
  width: 48.57%;
  height: 520px;
  margin: 0;
  transition: all 0.3s;
}

.page21 .swiper-button-next,
.page21 .swiper-button-prev {
  color: #bd1a2d;
}
.page21 .swiper-pagination {
  left: auto;
  width: auto;
  right: 10px;
  bottom: 10px;
}

.page21 .swiper-pagination span {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.6;
}

.page21 a .det,
.page66 a p {
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.3s;
  left: 0;
}

.page21 .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.page21 a img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.page21 a .det {
  width: 100%;
  position: absolute;
  height: 120px;
  padding: 15px 20px 0;
  color: #fff;
  box-sizing: border-box;
}

.page21 a .det span {
  font-size: 16px;
  line-height: 30px;
  opacity: 0.6;
  transition: all 0.3s;
  display: none;
}

.page21 a .det p {
  transition: all 0.3s;
  font-size: 18px;
  line-height: 30px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.page21 a:hover img {
  transform: scale(1.08);
}

.page21 a:hover .det {
  background: rgba(189, 26, 45, 0.9);
}

.page21 a:hover .det p {
  font-weight: 700;
}

.page22 {
  width: 49.285%;
}

.title {
  padding-bottom: 4px;
  border-bottom: 1px dashed #e4b881;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}

.title > a {
  font-size: 14px;
  color: #e1b175;
  text-transform: uppercase;
}

.title > a:hover {
  font-weight: 700;
}

.title .lef {
  width: calc(100% - 65px);
  display: flex;
  align-items: center;
  position: relative;
}

.title .lef::before {
  content: '';
  position: absolute;
  width: 380px;
  max-width: 60.8%;
  height: 4px;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #fe6e17, #bd1a2d);
}

.title .lef::after {
  content: '';
  position: absolute;
  width: calc(100% - 390px);
  min-width: calc(39.2% - 10px);
  height: 1px;
  bottom: 1px;
  right: 0;
  border-bottom: 1px dashed #bd1a2d;
}

.title .lef .bt {
  height: 64px;
  padding-right: 10px;
}

.title .lef .bt span {
  font-family: bt;
  vertical-align: bottom;
}

.title .lef .bt .s1 {
  font-size: 40px;
  color: transparent;
  background: linear-gradient(to right, #fe6e17, #fe6e17, #fe6e17, #bd1a2d);
  -webkit-background-clip: text;
  background-clip: text;
}

.title .lef .bt .s2 {
  font-size: 48px;
  color: #bd1a2d;
}

.title .lef .bt .s1:last-child {
  font-size: 48px;
}

.title .lef .txt {
  padding-left: 29px;
}

.title .lef .txt::before {
  width: 1px;
  left: 0;
  height: 32px;
  background-color: #e1b175;
}

.title .lef .txt p {
  font-size: 16px;
  line-height: 24px;
  color: #e1b175;
  text-transform: uppercase;
}

.listOne a {
  line-height: 52px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.listOne a p {
  font-size: 18px;
  color: #333;
  padding-left: 20px;
  width: calc(100% - 140px);
  transition: all 0.3s;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}

.listOne a p::before {
  content: '';
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ddd;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.listOne a span {
  font-size: 18px;
  color: #999;
}

.listOne a:hover {
  padding-left: 10px;
  padding-right: 10px;
}

.listOne a:hover p {
  color: #bd1a2d;
  font-weight: 700;
}
.page23 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  margin-top: 19px;
  background: #fff8e8;
  padding: 12px 0 12px 20px;
}

.page23 .bt {
  width: 125px;
  /* padding-right: 20px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.page23 .bt img {
  display: block;
}

.page23 .bt span {
  font-size: 18px;
  font-weight: 700;
  color: #bd1a2d;
}

.page23 .bt::after {
  content: '' !important;
  height: 36px;
  width: 1px;
  right: 0;
  background: #bd1a2d;
}

.page24 {
  width: calc(100% - 125px);
  padding: 5px 20px;
  height: 76px;
  box-sizing: border-box;
}

.page24 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 33px;
  line-height: 33px;
  font-size: 16px;
  color: #bd1a2d;
  transition: all 0.3s;
}

.page24 a p {
  transition: all 0.3s;
  width: calc(100% - 120px);
}

.page24 a:hover {
  padding-left: 10px;
  padding-right: 10px;
}

.page3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 20px;
  align-items: flex-start;
  box-sizing: border-box;
}

.a1,
.insideCon,
.lxwm1,
.page31,
.page6 {
  align-items: flex-start;
}

.page31 {
  width: 47.62%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page31 > * {
  float: left;
}
.page31 > a {
  width: 40.3%;
  height: 368px;
  overflow: hidden;
  transition: all 0.3s;
  display: inline-block;
}
.page31 > a img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.page31 > a:hover img {
  transform: scale(1.08);
}

.page31 .btnCon {
  width: 53.7%;
}

.page31 .btn a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  justify-content: flex-start;
  background: #bd1a2d;
  margin-bottom: 10px;
  border-radius: 3px;
  transition: all 0.3s;
  padding-left: 75px;
  box-sizing: border-box;
}

.page31 .btn a span {
  font-size: 30px;
  color: #fff;
  display: inline-block;
  padding-left: 15px;
  font-family: bt;
}

.page31 .btn a:hover {
  border-radius: 5px;
}

.page31 .btn a:hover,
.page31 > a:hover {
  box-shadow: 0 0 10px rgba(189, 26, 45, 0.7);
}

.page32 .btn a:hover,
.page32 > a:hover {
  box-shadow: 0 0 10px rgba(218, 187, 133, 0.7);
}

.page31 .btn a:hover img {
  animation: bounceIn 0.5s;
}

.page31 .btn a:hover span {
  animation: fadeInRight 0.5s;
}

.page31 .code {
  padding-right: 20px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page31 .code .img {
  width: 100px;
  height: 100px;
  border: 1px solid #fbd4cf;
}

.page31 .code .txt {
  width: calc(100% - 125px);
}

.page31 .code .txt p {
  line-height: 1;
  font-size: 16px;
  text-align: center;
}

.page31 .code .txt .p1 {
  color: #bd1a2d;
  padding-bottom: 16px;
  border-bottom: 1px solid #fbd4cf;
}

.page31 .code .txt .p2 {
  color: #333;
  padding-top: 16px;
}

.page32 .btn a {
  background: #dabb85;
}

.title {
  margin-bottom: 20px;
}
.toggleOne {
  width: 100%;
  margin-top: 10px;
  background: #fff8e8;
}

.toggleOne a {
  font-size: 18px;
  color: #bd1a2d;
  font-weight: 700;
  line-height: 64px;
  padding: 0 45px;
  display: inline-block;
}

.toggleOne a:hover {
  background: rgba(189, 26, 45, 0.2);
}

.toggleOne a.on {
  background: #bd1a2d;
  color: #fff;
  border: 1px solid #fbd4cf;
  border-bottom: 0;
}

.showConOne {
  border: 1px solid #fbd4cf;
  padding: 20px;
  transition: all 0.3s;
  min-height: 400px;
  /* box-sizing: border-box; */
}

.showConOne .showItem {
  display: none;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.showConOne .showItem::after {
  display: block;
  clear: both;
}

.showConOne .showItem.on {
  display: block;
}

.page41 {
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page41 a {
  width: 48%;
  font-size: 18px;
  padding: 15px 10px;
  transition: all 0.3s;
  display: inline-block;
}

.page41 a span {
  display: inline-block;
  color: #bd1a2d;
  line-height: 24px;
}

.page41 a p {
  color: #333;
  line-height: 30px;
  margin-top: 5px;
  transition: all 0.3s;
}

.page41 a:hover {
  border-radius: 5px;
  box-shadow: 5px 5px 15px rgba(189, 26, 45, 0.2);
}

.page41 a:hover p {
  font-weight: 700;
  color: #bd1a2d;
  padding-left: 15px;
}
.page42 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page42 a span,
.page5 .swiper-pagination span:first-child:last-child {
  display: none;
}

.page42 + a {
  font-size: 14px;
  color: #bd1a2d;
  float: right;
}

.page42 + a:hover {
  font-weight: 700;
}

.page42 a {
  position: relative;
  width: 47.8%;
  margin-left: 10px;
  height: 64px;
  padding-left: 48px;
  padding-right: 20px;
  border: 1px solid #dabb85;
  transition: all 0.3s;
  background: url('bg4.png') right center no-repeat;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.page42 a p {
  font-size: 20px;
  color: #333;
  transition: all 0.3s;
  line-height: 64px;
}

.page42 a::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  top: 12px;
  left: -10px;
  background: url('icon-6.png') center center no-repeat #bd1a2d;
  background-size: 26px auto;
  transition: all 0.3s;
}

.page42 a:hover {
  padding-left: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.page42 a:hover p {
  color: #bd1a2d;
  font-weight: 700;
}

.page42 a:hover::before {
  width: 30px;
  height: 30px;
  top: 17px;
  background-size: 15px auto;
  z-index: 10;
}

.page431 {
  padding: 20px 40px 30px;
}

.page431 a {
  height: 300px;
  overflow: hidden;
  transition: all 0.3s;
}

.page431 a:hover {
  box-shadow: 0 0 10px rgba(189, 26, 45, 0.3);
}

.page431 a:hover img {
  transform: scale(1.1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 30px;
  color: #bd1a2d;
}
.page431 .swiper-button-next,
.page431 .swiper-button-prev {
  background-size: auto;
}

.page431 a img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.page44 {
  padding: 10px;
  box-sizing: content-box;
}
.a1 {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: initial;
}

.a1 .img {
  overflow: hidden;
  width: 264px;
  height: 360px;
}
.a1 .img img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.a1 .det p {
  font-size: 18px;
  color: #333;
  line-height: 40px;
  text-align: justify;
  text-indent: 36px;
}

.a1 .det {
  width: calc(100% - 300px);
}

.a1 .det img{
  max-width: 100%;
}
.page44 p {
  font-size: 16px;
  line-height: 2;
  color: #333;
  text-indent: 2rem;
  text-align: justify;
}
.page5 {
  height: 140px;
  transition: all 0.3s;
}
.page5 img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.page5:hover {
  box-shadow: 0 0 10px rgba(189, 26, 45, 0.7);
}

.page5 .swiper-pagination {
  width: auto;
  left: auto;
  right: 10px;
  bottom: 10px;
}

.page5 .swiper-pagination span {
  width: 10px;
  height: 10px;
  opacity: 0.5;
  background: #fff;
}

.page5 .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
}

.page5 a {
  overflow: hidden;
}

.page5 a:hover img {
  transform: scale(1.05);
}

.page6 {
  padding-top: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page61 {
  width: 27.357%;
  height: 500px;
  background: url('http://reform.cqass.net.cn/templates/gaige/sass/../images/bg5.png')
    left top no-repeat;
  background-size: 100% auto;
  padding-left: 7px;
  margin-left: -7px;
}

.page61 .bt {
  padding-left: 25px;
  background: url('http://reform.cqass.net.cn/templates/gaige/sass/../images/bg6.png')
    left center no-repeat;
}

.page61 .bt span {
  display: inline-block;
  line-height: 48px;
  font-size: 24px;
  color: transparent;
  background: linear-gradient(to right, #bd1a2d, #fe6e17);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 900;
  font-family: monospace;
}

.page61 .cont p,
.page63 > p {
  color: #333;
  text-indent: 2rem;
  font-size: 16px;
  line-height: 2;
}

.page61 .cont {
  width: calc(100% - 20px);
  margin-left: 10px;
  padding: 0 10px;
  margin-top: 30px;
  max-height: 320px;
  overflow-y: auto;
}

.page62 {
  width: 25.928%;
  padding: 3px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.24);
  box-sizing: border-box;
  display: block;
}
.page62 img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.page63 {
  width: 42.857%;
}

.page63 > p {
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.page63 .bt {
  height: 54px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.insideMenu .item,
.position {
  border-bottom: 1px solid #ddd;
}

.page63 .bt .lef {
  max-width: calc(100% - 65px);
  justify-content: flex-start;
  padding-bottom: 17px;
}

.page63 .bt > a {
  margin-bottom: 17px;
  font-size: 16px;
  padding-right: 26px;
  color: #999;
  background: url('http://reform.cqass.net.cn/templates/gaige/sass/../images/icon-10.png')
    right center no-repeat;
  transition: all 0.3s;
  line-height: 2;
}

.page63 .bt > a:hover {
  background-color: #bd1a2d;
  color: #fff;
  background-position: right -26px center;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.page63 .bt .lef {
  display: flex;
  align-items: center;
  max-width: calc(100% - 65px);
  justify-content: flex-start;
  padding-bottom: 17px;
}
.page63 .bt .lef img {
  display: block;
}

.page63 .bt .lef span {
  max-width: 94%;
  display: inline-block;
  padding-left: 20px;
  font-size: 24px;
  color: #bd1a2d;
}

.page64Con .page64 {
  display: none;
}

.page64Con .page64.on {
  display: flex;
  animation: fadeInUp 0.5s;
}

.page64 {
  height: 70px;
  background: #fff8e8;
  padding: 0 16px;
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page64 .wz {
  width: 121px;
  height: 36px;
  border-right: 1px solid #bd1a2d;
  padding-right: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page64 .wz img {
  display: block;
}

.page64 .wz span {
  font-size: 18px;
  font-weight: 700;
  color: #bd1a2d;
}

.page65 {
  /* width: calc(100% - 135px); */
  flex: 1;
  box-sizing: border-box;
  padding: 10px;
  height: 56px;
}

.page65 a {
  height: 30px;
  transition: all 0.3s;
  /* display: inline-block;
  box-sizing: border-box; */
}

.page65 a p {
  font-size: 18px;
  line-height: 36px;
  color: #bd1a2d;
  transition: all 0.3s;
}

.page65 a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.page65 a:hover p {
  font-weight: 700;
  padding: 0 10px;
}

.page66 a {
  height: 176px;
}

.page66 a p {
  position: absolute;
  width: 100%;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.page66 a.on img,
.page66 a:hover img {
  transform: scale(1.1);
}

.page66 a.on p,
.page66 a:hover p {
  bottom: -40px;
}
.page66 a img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .pageCon {
    padding: 0.1rem;
    margin-top: 0.2rem;
  }
  .page1 {
    height: 2.43rem;
  }
  .page1 .bt {
    height: 0.4rem;
    font-size: 0.2rem;
    line-height: 0.4rem;
  }
  .page11 {
    height: 1.1rem;
    margin-top: 0.2rem;
  }
  .page11 a:first-child {
    font-size: 0.36rem;
    line-height: 0.4rem;
  }
  .page11 a:first-child p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .page11 a:last-child {
    left: auto;
    right: 0.4rem;
    font-size: 0.2rem;
  }
  .page12 {
    margin-top: 0.2rem;
  }
  .page12 span {
    padding: 0;
  }
  .page12 a {
    width: calc(33.33% - 10px);
    min-width: auto;
    box-sizing: border-box;
    font-size: 0.24rem;
    padding-right: 0.1rem;
  }
  .page11 a:first-child:hover {
    font-size: 0.36rem;
  }

  .page2 {
    flex-direction: column;
    margin-top: 0.2rem;
  }
  .page21,
  .page22 {
    width: 100%;
  }
  .page21 {
    height: 5.2rem;
  }
  .page21 a .det {
    padding: 0.1rem;
    box-sizing: border-box;
    height: 1.2rem;
  }
  .page21 a .det p {
    font-size: 0.24rem;
    line-height: 0.3rem;
    margin-top: 0.1rem;
  }
  .page21 .swiper-pagination span {
    width: 0.1rem;
    height: 0.1rem;
  }

  .page22 {
    margin-top: 0.2rem;
    padding: 0.1rem;
    box-sizing: border-box;
  }
  .title {
    margin-bottom: 0;
  }
  .title .lef .bt {
    height: 0.7rem;
  }
  .title .lef .bt .s1 {
    font-size: 0.4rem !important;
  }
  .title .lef .bt .s2 {
    font-size: 0.48rem;
  }
  .title .lef .txt p {
    font-size: 0.2rem;
    line-height: 0.24rem;
  }
  .title > a {
    font-size: 0.15rem;
  }
  .listOne a {
    line-height: 0.52rem;
  }
  .listOne a p,
  .listOne a span {
    font-size: 0.22rem;
  }
  .listOne a p {
    padding-left: 0.2rem;
    width: calc(100% - 2rem);
  }
  .listOne a p::before {
    width: 0.1rem;
    height: 0.1rem;
  }
  .page23 {
    margin-top: 0.2rem;
    padding: 0.1rem;
    height: 1rem;
  }
  .page23 .bt {
    width: 2rem;
    padding-right: 0.3rem;
  }
  .page23 .bt span {
    font-size: 0.2rem;
  }
  .page24 {
    padding: 0.05rem 0.1rem;
    margin: 0;
    box-sizing: border-box;
    width: calc(100% - 1rem);
  }
  .page24 a {
    font-size: 0.2rem;
    line-height: 0.2rem;
  }
  .page24 a p {
    width: calc(100% - 1.2rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .showConOne {
    padding: 0.1rem;
    min-height: auto;
  }
  .page3 {
    flex-direction: column;

    padding-top: 0;
  }
  .page31 {
    width: 100%;
    margin-top: 0.2rem;
    align-self: flex-start;
    position: relative;
    padding-bottom: 1.7rem;
  }
  .page31 > a {
    height: auto;
  }
  .page31 > a img {
    height: auto;
  }
  .page31 .btn a {
    height: 0.8rem;
  }
  .page31 .btn a span {
    font-size: 0.3rem;
    padding-left: 0.1rem;
  }

  .page31 .btn a img {
    width: 0.3rem;
    height: 0.3rem;
  }
  .page31 .code {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 0;
  }
  .page31 .code .txt p {
    font-size: 0.26rem;
  }
  .page31 .code .txt .p1 {
    padding-bottom: 0.1rem;
  }
  .page31 .code .txt .p2 {
    padding-top: 0.1rem;
  }
  .page31 .code .img {
    width: 1.5rem;
    height: 1.5rem;
  }
  .page31 .code .img img {
    width: 100%;
    height: 100%;
  }
  .page31 .code .txt {
    width: calc(100% - 1.7rem);
  }

  .page41 a {
    width: 100%;
    padding: 0.15rem 0.1rem;
  }
  .page42 a {
    width: 100%;
  }
  .page431 a {
    height: 2.5rem;
  }
  .a1 .img {
    width: 2.64rem;
    height: 3.6rem;
    margin: 0 auto;
  }
  .a1 .det {
    width: 100%;
  }
  .page5 {
    height: auto;
  }
  .page5 img {
    object-fit: contain;
  }
  .toggleOne a {
    font-size: 0.28rem;
    line-height: 0.5rem;
    width: 33.3%;
    padding: 0 0;
    text-align: center;
    box-sizing: border-box;
  }
  .page41 a span {
    font-size: 0.28rem;
  }
  .page41 a p {
    font-size: 0.32rem;
    line-height: 0.4rem;
  }
  .page42 a p {
    font-size: 0.24rem;
  }
  .page6 {
    flex-direction: column;
  }
  .page61 {
    width: 100%;
    flex-direction: column;
    height: 5rem;
  }

  .page61 .bt span {
    font-size: 0.32rem;
  }

  .page61 .cont p,
  .page63 > p {
    font-size: 0.26rem;
    text-indent: 0.4rem;
  }
  .page61 .cont {
    max-height: 4rem;
    margin-top: 0.2rem;
  }
  .page62 {
    margin: 0 auto;
    margin-top: 0.2rem;
  }
  .page63 {
    width: 100%;
    margin-top: 0.2rem;
  }
  .page63 .bt {
    height: 0.6rem;
  }
  .page63 .bt .lef span {
    font-size: 0.32rem;
  }
  .page63 .bt > a {
    font-size: 0.22rem;
  }
  .page64 {
    height: 0.7rem;
    padding: 0 0.2rem;
  }
  .page64 .wz {
    width: 1.22rem;
    padding-right: 0.1rem;
  }
  .page64 .wz img {
    width: 0.24rem;
  }
  .page64 .wz span {
    font-size: 0.24rem;
  }
  .page65 {
    padding: 0.1rem;
    height: 0.6rem;
  }
  .page65 a p {
    font-size: 0.22rem;
    line-height: 0.4rem;
  }
  .page66 a {
    height: 2.4rem;
  }
  .page66 a p {
    font-size: 0.21rem;
    line-height: 0.4rem;
  }
}
