html,
body {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.header {
  height: 1.47rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 0 15px;
  background-color: #fff!important;
  box-shadow: 0px 2px 5px #888888;
  z-index: 2;
}
.header .logo {
  width: 4.43rem!important;
  height: 0.67rem!important;
}
.footer .logo {
  width: 4.43rem!important;
  height: 0.67rem!important;
}
.header .seek {
  height: 0.56rem;
}
.header .menu {
  height: 0.64rem;
}
.header .seek {
  margin-left: 2.93rem;
  margin-right: 0.53rem;
}
.box {
  flex: 1;
  overflow: auto;
}
.box .swiper {
  width: 10rem;
  overflow: hidden;
  height: 3.07rem;
  margin-bottom: 0.8rem;
}
.box .swiper img {
  height: 100%;
  width: 10rem;
  object-fit: contain;
}
.box .titles {
  height: 0.64rem;
  line-height: 0.64rem;
  text-align: center;
  font-size: 0.64rem;
  font-weight: bold;
  color: #006EBC;
  margin-bottom: 0.27rem;
}
.box .subTitle {
  height: 0.32rem;
  line-height: 0.32rem;
  text-align: center;
  color: #CDDCF2;
}
.box .survey {
  padding: 0.53rem 0.27rem;
  border: 0.03rem solid #DCDCDC;
  height: 3.73rem;
  width: 9.2rem;
  margin: 1.33rem auto 1.07rem;
  display: flex;
  justify-content: space-between;
}
.box .survey img {
  height: 4rem;
  width: 3.47rem;
  z-index: 1;
  background: #0651C0;
  position: relative;
  top: -50px;
}
.box .survey .surveyBox {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.box .survey .surveyBox .title {
  font-size: 0.43rem;
  line-height: 0.53rem;
  font-weight: bold;
  color: #333;
  margin-left: 0.53rem;
}
.box .survey .surveyBox .move {
  height: 0.32rem;
  width: 2.13rem;
  display: inline-block;
  font-size: 0.32rem;
  color: #999;
  margin-left: 3.2rem;
}
.box .mList {
  margin: 0.27rem 0.2rem 0.69rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box .mList .li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.87rem;
  object-fit: contain;
  width: 4.7rem;
  box-shadow: 0 0.08rem 0.21rem rgba(0, 0, 0, 0.1);
  padding: 0 0.27rem;
}
.box .mList .li div {
  position: relative;
  padding-left: 0.14rem;
  height: 0.43rem;
  line-height: 0.43rem;
  font-size: 0.43rem;
  font-weight: Medium;
}
.box .mList .li div:after {
  content: '';
  background: #006EBC;
  position: absolute;
  display: inline-block;
  height: 0.37rem;
  width: 0.05rem;
  left: 1px;
  top: 1px;
}
.box .mList .li span {
  font-size: 0.37rem;
  height: 8px;
  width: 16px;
  display: block;
  text-align: center;
  line-height: 8px;
}
.box .mList .li img {
  width: 51px;
}
.box .mList .li:nth-child(n+3) {
  margin-top: 0.27rem;
}
.box .swiper-pagination-bullet {
  background: rgba(0, 110, 188, 0.8);
}
.box .swiper-pagination-bullet-active {
  background: #006EBC;
}
.box .swiper-container {
  width: 100%;
  height: 6.13rem;
  margin: 0.4rem 0 0.8rem;
}
.box .swiper-container .swiper-slide {
  text-align: center;
  width: 3.73rem;
  flex-direction: column;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.box .swiper-container .swiper-slide img {
  height: 3.5rem;
  box-sizing: border-box;
  display: block;
  border: 1px solid #ECECEE;
}
.box .swiper-container .swiper-slide span {
  margin: 0.13rem 0 0.53rem;
  padding: 0 0.53rem;
  font-size: 0.37rem;
  line-height: 0.45rem;
}
.box .swiper-container .swiper-slide-active,
.box .swiper-container .swiper-slide-duplicate-active {
  transform: scale(1);
  width: 4.8rem;
}
.box .swiper-container .swiper-slide-active img,
.box .swiper-container .swiper-slide-duplicate-active img {
  width: 4.8rem;
  box-sizing: border-box;
  display: block;
  object-fit: contain;
  border: 1px solid #006EBC;
  height: 3.57rem;
}
.box .newBox {
  margin: 20px 15px 0;
  border-top: 0.03rem solid #ececec;
  /* background: url('/Public/images/mobile/zh-cn/new_bg.png') no-repeat; */
  /* background-size: 100% 4.93rem; */
  /* background-position: bottom left; */
}
.box .newBox .newList {
  min-height: 2.93rem;
  padding: 20px 0;
  border-bottom: 0.03rem solid #ececec;
}
.box .newBox .newList .title {
  font-size: 0.43rem;
  color: #333;
  line-height: 0.53rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.box .newBox .newList .content,
.box .newBox .newList .time {
  height: 0.32rem;
  line-height: 0.32rem;
  color: #999;
  font-size: 0.32rem;
}
.box .newBox .newList .content {
  margin-bottom: 0.53rem;
}
.box .newBox .more {
  /* height: 3.52rem; */
  padding-top: 0.53rem;
  text-align: center;
  color: #999;
  font-size: 0.32rem;
}
.box .footer {
  overflow: hidden;
  padding: 0 0.4rem;
  font-size: 0.32rem;
  background: #F4F4F4;
  color: #666;
}
.box .footer .logo {
  width: 5.2rem;
  display: block;
  margin: 0.93rem auto 0.61rem;
}
.box .footer .details {
  display: flex;
  margin-bottom: 0.08rem;
  min-height: 0.45rem;
  line-height: 0.45rem;
}
.box .footer .details .content {
  flex: 1;
}
.box .filing {
  min-height: 34px;
  width: 100%;
  display: flex;
  border-top: 0.03rem solid #C2C2C2;
  align-items: center;
  font-size: 0.27rem;
  color: #999;
  background: #F4F4F4;
  padding: 0.3rem 0.3rem;
  white-space: nowrap;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box .filing img {
  width: 0.27rem;
  height: 0.27rem;
  object-fit: contain;
}
.box .filing span {
  display: flex;
  height: 0.43rem;
  align-items: center;
}
.box .aboutBox {
  padding: 0.27rem 0.4rem 0;
}
.box .aboutBox .subTitles {
  height: 0.48rem;
  overflow: hidden;
  line-height: 0.48rem;
  font-size: 0.43rem;
  color: #282B30;
  position: relative;
}
.box .aboutBox .subTitles:after {
  content: '';
  display: block;
  position: absolute;
  left: 2.29rem;
  margin: auto 0;
  height: 0.03rem;
  top: 0;
  bottom: 0;
  right: 0;
  background: #BFBFBF;
}
.box .aboutBox .tips {
  color: #707070;
  font-size: 0.37rem;
  height: 0.43rem;
  line-height: 0.37rem;
  text-align: center;
  margin: 0.51rem 0 0.43rem;
}
.box .aboutBox .qrCodeBox {
  display: flex;
  height: 4.53rem;
  padding: 0 0.7rem;
}
.box .aboutBox .qrCodeBox .qr_smBox {
  display: flex;
  flex: 1;
  align-items: center;
  flex-direction: column;
}
.box .aboutBox .qrCodeBox .qrImg {
  height: 2.67rem;
  width: 2.67rem;
}
.box .aboutBox .qrCodeBox .qrName {
  height: 0.37rem;
  line-height: 0.37rem;
  font-size: 0.37rem;
  color: #282B30;
  text-align: center;
}
.box .aboutBox .qrCodeBox .arrow {
  position: relative;
  width: 130%;
  height: 0.19rem;
  border-bottom: 0.05rem solid #d9d9d9;
  margin: 0.19rem 0 0.37rem;
}
.box .aboutBox .qrCodeBox .arrow:before {
  content: '';
  display: block;
  position: absolute;
  top: 0.05rem;
  left: 0;
  right: 0;
  width: 0rem;
  margin: 0 auto;
  bottom: 0.06rem;
  border-top: 0.05rem solid #d9d9d9;
  border-right: 0.05rem solid #d9d9d9;
  width: 0.19rem;
  height: 0.19rem;
  z-index: 1;
  transform: rotate(-45deg);
  background: #fff;
}
<!--ºÄÊ±1757906187.8739Ãë-->