* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #1772cd;
}

a:hover {
  text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

dl, ol, ul {
  margin-bottom: 0;
}

input, select {
  outline: none;
}

p {
  margin-bottom: 0;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

body {
  color: #333;
}

.alw img {
  display: block;
  width: 100%;
}

.container {
  max-width: 640px;
  padding: 0;
  position: relative;
}

.header .nav {
  width: 100%;
}
.header .nav ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.header .nav ul li {
  height: 2.8rem;
  width: 25%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 0.8rem;
}
.header .nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #444;
}
.header .nav ul li:nth-child(4) {
  border-right: none;
}
.header .nav ul li:last-child {
  border-right: none;
}

.max-title {
  margin: 0.5rem auto;
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  height: 3rem;
}
.max-title img {
  display: block;
  width: 1.5rem;
}
.max-title .title {
  margin-left: 0.5rem;
  flex: 1;
  display: flex;
}
.max-title .title h2 {
  font-size: 1.275rem;
}
.max-title .title p {
  margin-top: 0.5rem;
  font-size: 0.7rem;
  color: #999;
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
}
.max-title .more {
  width: 4rem;
  height: 100%;
  display: flex;
  align-items: center;
}
.max-title .more a {
  width: 100%;
  display: flex;
  height: 50%;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  border: 1px #ff6c0a dashed;
  border-radius: 1rem;
  padding: 0 0.5rem;
  color: #ff6c0a;
}

.yyxx {
  display: flex;
  background: #f2f2f2;
  border-radius: 0.5rem;
  padding: 0.5rem;
}
.yyxx .left {
  flex-direction: column;
  width: 8rem;
  border-right: 1px #ccc solid;
  padding-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yyxx .left img {
  display: block;
  width: 70%;
}
.yyxx .left h3 {
  font-size: 1rem;
  font-weight: bold;
}
.yyxx .left p {
  margin-top: 0.2rem;
  font-size: 0.8rem;
}
.yyxx .right {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.yyxx .right .up {
  flex: 1;
  display: flex;
  align-items: center;
}
.yyxx .right .up .txt {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.yyxx .right .up .txt h3 {
  font-size: 1rem;
  font-weight: bold;
}
.yyxx .right .up .txt p {
  margin-top: 0.2rem;
  font-size: 0.8rem;
}
.yyxx .right .up img {
  display: block;
  width: 6rem;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
.yyxx .right .down {
  display: flex;
  border-top: 1px solid #ccc;
  align-items: center;
  flex: 1;
}
.yyxx .right .down .box {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.yyxx .right .down .box h3 {
  font-size: 1rem;
  font-weight: bold;
}
.yyxx .right .down .box p {
  margin-top: 0.2rem;
  font-size: 0.8rem;
}
.yyxx .right .down .box:nth-child(1) {
  border-right: 1px solid #ccc;
}

.zt222-panel1 {
  background-color: #f2f2f2;
  padding: 1.2rem 0;
}

.zt222-panel1 ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.zt222-panel1 ul li {
  flex: 1;
}

.zt222-panel1 ul li img {
  display: block;
  width: 4.0125rem;
  margin: 0 auto;
}

.zt222-panel1 ul li span {
  display: block;
  font-size: 0.825rem;
  text-align: center;
  width: 100%;
  padding-top: 0.75rem;
}

.news {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  padding: 0 0.5rem 0.5rem 0.5rem;
}
.news .list li {
  padding: 0.7rem 0;
  border-bottom: 1px dashed #ccc;
}
.news .list li a {
  display: flex;
  align-items: center;
}
.news .list li a:hover {
  color: #333;
}
.news .list li a .img {
  width: 8rem;
}
.news .list li a .img img {
  display: block;
  width: 100%;
}
.news .list li a .text {
  flex: 1;
  margin-left: 0.5rem;
}
.news .list li a .text h2 {
  margin-top: 0.5rem;
  font-size: 0.9rem;
}
.news .list li a .text p {
  font-size: 0.8rem;
  text-indent: 2em;
  line-height: 1.2rem;
  padding-top: 0.25rem;
}
.news .list li a .text p b {
  color: red;
}
.news .list li a .text .info {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
}
.news .list li a .text .info time {
  display: flex;
  align-items: center;
  flex: 1;
  color: #b4b4b4;
  font-size: 0.8rem;
}
.news .list li a .text .info time img {
  display: block;
  width: 0.8rem;
  margin-right: 0.2rem;
}
.news .list li a .text .info span {
  font-size: 0.75rem;
  color: #518ee2;
  border-radius: 0.2rem;
  border: 1px #518ee2 solid;
  padding: 0 0.5rem;
}
.news .btn-a {
  width: 90.625%;
  margin: 0 auto;
  height: 3rem;
  overflow: hidden;
  padding: 0.75rem 0 0.5rem;
}
.news .btn-a a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 0.8rem;
  border: 1px #ccc solid;
  border-radius: 2rem;
}

.mtbd {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  padding: 0.5rem;
}
.mtbd .list {
  display: flex;
  flex-wrap: wrap;
}
.mtbd .list li {
  width: 50%;
  padding: 0.2rem;
}
.mtbd .list li img {
  display: block;
  width: 100%;
}
.mtbd .list li video {
  display: block;
  width: 100%;
  height: 6.3rem;
}
.mtbd .list li p {
  margin-top: 0.3rem;
  font-size: 0.75rem;
  text-align: justify-all;
  line-height: 1.1rem;
}

.ystd {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  padding: 0.5rem;
  display: flex;
  align-items: center;
}
.ystd .tab-btn {
  margin-top: 1rem;
  flex: 1;
  margin-right: 0.5rem;
}
.ystd .tab-btn li {
  background-color: #bbbbbb;
  height: 2.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 0.2rem;
  position: relative;
  color: #fff;
  flex-direction: column;
  cursor: pointer;
}
.ystd .tab-btn li h3 {
  font-size: 1rem;
}
.ystd .tab-btn li span {
  font-size: 0.45rem;
}
.ystd .tab-btn li:after {
  content: '';
  width: 0;
  height: 0;
  overflow: hidden;
  display: none;
  border-width: 0.25rem;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #166be0 transparent;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  margin-left: -0.2rem;
}
.ystd .tab-btn .on {
  background: #166be0;
}
.ystd .tab-btn .on:after {
  display: block;
}
.ystd .tab-con {
  width: 15.5rem;
}
.ystd .tab-con .box {
  display: none;
}
.ystd .tab-con .box:nth-child(1) {
  display: block;
}
.ystd .ys {
  display: flex;
}
.ystd .ys .img {
  width: 8.5rem;
}
.ystd .ys .img img {
  display: block;
  width: 100%;
}
.ystd .ys .info {
  flex: 1;
  margin-left: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ystd .ys .info h3 {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2rem;
  margin-bottom: 0.4rem;
}
.ystd .ys .info span {
  font-size: 0.525rem;
  color: #aaaaaa;
  line-height: 2;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
.ystd .ys .info h4 {
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.1rem;
}
.ystd .ys .info p {
  font-size: 0.7rem;
  margin-top: 0.5rem;
  line-height: 1.2rem;
}
.ystd .ys .info p a {
  color: #ff6c0a;
}
.ystd .ys .info .zx {
  width: 85%;
  background-color: #ff6c0a;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.8rem;
  color: #fff;
  margin: 1rem auto;
  border-radius: 1rem;
}
.ystd .ys .info .zx img {
  width: 1rem;
  display: block;
  margin-right: 0.3rem;
}
.ystd .ys .info .zx a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 0.75rem;
}
.ystd .swiper-button-prev {
  background: url(../images/sw_81.jpg) no-repeat center center;
  left: 9rem;
  top: 4rem;
  border-radius: 50%;
  overflow: hidden;
  width: 1.1rem;
  height: 1.1rem;
}
.ystd .swiper-button-prev:after {
  display: none;
}
.ystd .swiper-button-next {
  background: url(../images/sw_83.jpg) no-repeat center center;
  right: 0.1rem;
  top: 4rem;
  border-radius: 50%;
  overflow: hidden;
  width: 1.1rem;
  height: 1.1rem;
}
.ystd .swiper-button-next:after {
  display: none;
}

.myjt {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  padding: 0.5rem;
}
.myjt .box {
  padding: 0.2rem;
}
.myjt .box img {
  display: block;
  width: 100%;
}
.myjt .box video {
  display: block;
  width: 100%;
  height: 7rem;
}
.myjt .box p {
  font-size: 0.75rem;
  text-align: center;
  margin-top: 0.4rem;
}

.hSwiper .swiper-pagination-bullet {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #fff;
  opacity: 1;
  background: #e4be27;
}
.hSwiper .swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}

.hxjs {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  padding: 0.5rem;
}
.hxjs .tab-ul {
  display: flex;
  padding: 0 0.2rem;
}
.hxjs .tab-ul li {
  flex: 1;
  height: 2.2rem;
  background: #bbbbbb;
  color: #fff;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.hxjs .tab-ul li:nth-child(1) {
  border-radius: 0.2rem 0 0 0;
}
.hxjs .tab-ul li:last-child {
  border-radius: 0 0.2rem 0 0;
}
.hxjs .tab-ul .on {
  background: #1a6de0;
}
.hxjs .con {
  margin-top: 0.5rem;
}
.hxjs .con .box {
  display: none;
}
.hxjs .con .box:nth-child(1) {
  display: block;
}
.hxjs .j1-ul {
  display: flex;
  flex-wrap: wrap;
}
.hxjs .j1-ul li {
  width: 50%;
  height: 9rem;
  padding: 0.2rem;
}
.hxjs .j1-ul li .t1 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  background: #5794e9;
}
.hxjs .j1-ul li .t1 .t {
  display: flex;
}
.hxjs .j1-ul li .t1 .t .img {
  width: 2rem;
}
.hxjs .j1-ul li .t1 .t .img img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.hxjs .j1-ul li .t1 .t .info {
  margin-left: 0.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hxjs .j1-ul li .t1 .t .info h3 {
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
}
.hxjs .j1-ul li .t1 .t .info p {
  font-size: 0.6rem;
  color: #fff;
}
.hxjs .j1-ul li .t1 .b {
  margin-top: 0.5rem;
  border-top: 1px dashed #fff;
  text-align: center;
}
.hxjs .j1-ul li .t1 .b p {
  padding: 0.5rem;
  font-size: 0.9rem;
}
.hxjs .j1-ul li .t1 .b .step {
  text-align: right;
  font-size: 0.75rem;
  padding-right: 0.5rem;
}
.hxjs .j1-ul li .t2 {
  background: #5794e9;
  color: #fff;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0.5rem;
  flex-direction: column;
}
.hxjs .j1-ul li .t2 h3 {
  font-size: 0.9rem;
  line-height: 1.1rem;
}
.hxjs .j1-ul li .t2 p {
  margin-top: 0.5rem;
  font-size: 0.65rem;
  line-height: 1rem;
}
.hxjs .j1-ul li .t3 {
  background: #40aee1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  flex-direction: column;
  color: #fff;
  width: 100%;
  height: 100%;
}
.hxjs .j1-ul li .t3 p {
  font-size: 0.8rem;
  margin: 1rem auto;
}
.hxjs .j1-ul li .t3 .step {
  text-align: right;
  padding-right: 0.5rem;
  font-size: 0.75rem;
  width: 100%;
}
.hxjs .j1-ul li .t4 {
  background: #40aee1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hxjs .j1-ul li .t5 {
  background: #efa651;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-direction: column;
  padding: 0.5rem;
}
.hxjs .j1-ul li .t5 p {
  font-size: 0.8rem;
  margin: 0.5rem auto;
}
.hxjs .j1-ul li .t5 .step {
  text-align: right;
  padding-right: 0.5rem;
  font-size: 0.75rem;
  width: 100%;
}
.hxjs .j1-ul li .t6 {
  background: #67b0b7;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-direction: column;
  padding: 0.5rem;
}
.hxjs .j1-ul li .t6 p {
  font-size: 0.8rem;
  margin: 0.5rem auto;
}
.hxjs .j1-ul li .t6 .step {
  text-align: right;
  padding-right: 0.5rem;
  font-size: 0.75rem;
  width: 100%;
}
.hxjs .yq-box {
  padding-bottom: 0.5rem;
}
.hxjs .yq-box h2 {
  margin: 0.5rem auto;
  font-size: 0.9rem;
  text-align: center;
}
.hxjs .yq-box p {
  border: 1px solid #ff9000;
  display: flex;
  height: 2.4rem;
  align-items: center;
  font-size: 0.7rem;
  line-height: 1rem;
}
.hxjs .yq-box p span {
  width: 3rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff9000;
  color: #fff;
  margin-right: 0.5rem;
}

.footer-nav {
  background: #ededed;
  padding: 0.2rem;
}
.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.footer-nav ul li {
  height: 4rem;
  width: 25%;
  padding: 0.2rem;
}
.footer-nav ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  border: 1px solid #ccc;
  background: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 0.3rem;
}
.footer-nav ul li a h3 {
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
}
.footer-nav ul li a p {
  font-size: 0.6rem;
  color: #9f9f9f;
}

.article .title {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.5rem;
  border-bottom: 1px dashed #ccc;
}
.article article {
  padding: 0.5rem;
}
.article article p {
  margin-bottom: 0.5rem;
}
.article article img {
  max-width: 100%;
  height: auto;
}
.article article video {
  max-width: 100%;
}

.qzbk {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  padding: 0.5rem;
  display: flex;
}
.qzbk .left {
  width: 10rem;
  border-right: 1px #ccc solid;
}
.qzbk .left .box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 6rem;
  border-bottom: 1px solid #ccc;
}
.qzbk .left .box h3 {
  font-size: 0.8rem;
  margin-bottom: 0.4rem;
}
.qzbk .left .box img {
  width: 3rem;
  display: block;
}
.qzbk .left .box:nth-child(1) {
  height: 12rem;
}
.qzbk .left .box:nth-child(1) img {
  width: 6rem;
}
.qzbk .left .box:nth-child(2) {
  border-bottom: none;
}
.qzbk .right {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.qzbk .right .box {
  width: 50%;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.qzbk .right .box h3 {
  font-size: 0.8rem;
  margin-top: 0.4rem;
}
.qzbk .right .box img {
  width: 3rem;
}
.qzbk .right .box:nth-child(2n) {
  border-right: none;
}
.qzbk .right .box:nth-child(5) {
  border-bottom: none;
}
.qzbk .right .box:nth-child(6) {
  border-bottom: none;
}

.ppzx {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  padding: 0.5rem;
}
.ppzx .tab-ul {
  display: flex;
  width: 100%;
}
.ppzx .tab-ul li {
  cursor: pointer;
  flex: 1;
  height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ccc;
  font-size: 0.8rem;
}
.ppzx .tab-ul li img {
  width: 1rem;
  margin-left: 0.5rem;
}
.ppzx .tab-ul li .img {
  display: block;
}
.ppzx .tab-ul li .imgs {
  display: none;
}
.ppzx .tab-ul .on {
  color: #186ce6;
  border-bottom: 1px solid #186ce6;
}
.ppzx .tab-ul .on .imgs {
  display: block;
}
.ppzx .tab-ul .on .img {
  display: none;
}
.ppzx .con {
  margin-top: 0.5rem;
}
.ppzx .con .box {
  display: none;
}
.ppzx .con .box:nth-child(1) {
  display: block;
}

.page-nav {
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  font-size: 0.75rem;
  height: 2.4rem;
  border-bottom: 1px solid #ccc;
}
.page-nav img {
  display: block;
  width: 1.1rem;
  margin-right: 0.3rem;
}

.video-list {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.video-list .box {
  width: 50%;
  padding: 0.5rem;
}
.video-list .box .bg {
  background: #f2f2f2;
}
.video-list .box img {
  display: block;
  width: 100%;
  border-radius: 0.2rem 0.2rem 0 0;
}
.video-list .box video {
  display: block;
  width: 100%;
  height: 6.7rem;
}
.video-list .box p {
  font-size: 0.75rem;
  line-height: 1.2rem;
  padding: 0.5rem;
}

.page-list ul li {
  padding: 0.5rem;
  border-bottom: 1px solid #ccc;
}
.page-list ul li a {
  display: flex;
}
.page-list ul li a img {
  width: 8rem;
  display: block;
  margin-right: 0.5rem;
}
.page-list ul li a .text {
  flex: 1;
  display: flex;
  align-items: center;
}
.page-list ul li a .text h3 {
  font-size: 0.75rem;
  line-height: 1.2rem;
}

.page-tel {
  margin: 0.5rem auto;
  height: 3.6rem;
  display: flex;
}
.page-tel .left {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ccc;
}
.page-tel .left img {
  display: block;
  width: 100%;
}
.page-tel .right {
  width: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-tel .right a {
  width: 80%;
  height: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff8400;
  color: #fff;
  font-size: 0.75rem;
}

.page {
  height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
}

.page-n-tab .tab-ul {
  display: flex;
}
.page-n-tab .tab-ul li {
  height: 1.8rem;
  background: #eaeaea;
  border-radius: 1.2rem;
  flex: 1;
  margin: 0 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  cursor: pointer;
}
.page-n-tab .tab-ul .on {
  background: #166be0;
  color: #fff;
}
.page-n-tab .con {
  margin-top: 0.5rem;
  padding: 0.5rem;
}
.page-n-tab .con .box {
  display: none;
}
.page-n-tab .con .box:nth-child(1) {
  display: block;
}
.page-n-tab .yyjj {
  display: flex;
}
.page-n-tab .yyjj .img {
  width: 10rem;
}
.page-n-tab .yyjj .img img {
  display: block;
  width: 100%;
}
.page-n-tab .yyjj .text {
  margin-left: 0.5rem;
  flex: 1;
  display: flex;
  align-items: center;
}
.page-n-tab .yyjj .text p {
  font-size: 0.75rem;
  text-indent: 2em;
  line-height: 1.2rem;
}
.page-n-tab .yyjj .text p a {
  color: red;
}
.page-n-tab .ySwiper {
  padding-bottom: 1.5rem;
}
.page-n-tab .ySwiper .swiper-pagination-bullet {
  width: 1.2rem;
  height: 0.3rem;
  border-radius: 0;
}
.page-n-tab .ySwiper .y-box {
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-n-tab .ySwiper .y-box img {
  width: 75%;
  display: block;
  margin-bottom: 0.5rem;
}
.page-n-tab .ySwiper .y-box p {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.2rem;
}
.page-n-tab .hjSwiper p {
  font-size: 0.75rem;
  text-align: center;
  margin-top: 0.5rem;
}

.footer {
  margin-top: 1rem;
  margin-bottom: 4rem;
  display: flex;
  background: url(../images/ddd.png) #166be0 no-repeat center center;
  background-size: contain;
  padding: 0.5rem 0;
}
.footer .left {
  flex: 1;
  padding: 1rem 0.5rem 0.5rem 1.8rem;
}
.footer .left .logo {
  display: block;
  width: 70%;
}
.footer .left .box {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
}
.footer .left .box img {
  width: 1.9rem;
  display: block;
}
.footer .left .box .text {
  margin-left: 0.5rem;
  flex: 1;
  line-height: 0.9rem;
}
.footer .left .box p {
  font-size: 0.7rem;
  color: #fff;
}
.footer .left .box span {
  color: #ffa759;
  font-size: 0.8rem;
}
.footer .left .info {
  margin-top: 0.5rem;
  color: #fff;
  font-size: 0.7rem;
}
.footer .right {
  width: 7rem;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footer .right img {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
}
.footer .right p {
  text-align: center;
  font-size: 0.75rem;
  color: #fff;
  margin-bottom: 0.4rem;
}

.bom {
  position: fixed;
  left: 50%;
  bottom: 0;
  height: 4rem;
  width: 24rem;
  transform: translateX(-50%);
  z-index: 9999;
  background: #fff;
  border-top: 1px solid #ccc;
}
.bom ul {
  display: flex;
  height: 100%;
  align-items: center;
}
.bom ul li {
  height: 85%;
  flex: 1;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ccc;
}
.bom ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.bom ul li img {
  width: 2rem;
  display: flex;
  margin-bottom: 0.3rem;
}
.bom ul li:last-child {
  border-right: none;
}