@font-face {
  font-family: 'SourceHanSansCN-Heavy';
  src: url(../fonts/SourceHanSansCN-Heavy.otf);
}
@font-face {
  font-family: 'SourceHanSansCN-Normal';
  src: url(../fonts/SourceHanSansCN-Normal.otf);
}
@font-face {
  font-family: 'SourceHanSansCN-Medium';
  src: url(../fonts/SourceHanSansCN-Medium.otf);
}
@font-face {
  font-family: 'SourceHanSansCN-Regular';
  src: url(../fonts/SourceHanSansCN-Regular.otf);
}
@font-face {
  font-family: 'SourceHanSansCN-Bold';
  src: url(../fonts/SourceHanSansCN-Bold.otf);
}
@font-face {
  font-family: 'SourceHanSansCN-Light';
  src: url(../fonts/SourceHanSansCN-Light.otf);
}

@-webkit-keyframes play {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

/* Reset Box Model */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Microsoft Yahei', Arial, Helvetica, 'PingFang SC', 'PingFang SC-Regular';
}
html {
  font-size: 100px;
}
/* Remove List Styles */
ul,
ol {
  list-style: none;
}

/* Remove Default Margin and Padding */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
code,
figure,
form,
fieldset,
legend,
input,
textarea,
select,
option,
optgroup,
hr {
  margin: 0;
  padding: 0;
}

ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p {
  padding: 0;
  margin: 0;
  font-weight: 400;
}

/* Typography */
body {
  font-size: 16px;
  line-height: 1.5;
}

/* Images */
img {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea {
  background: 0 0;
  outline: none;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
}

input:focus {
  border: none;
}

input::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder {
  color: #999;
}

input:-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

textarea::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder {
  color: #999;
}

textarea:-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder {
  color: #999;
}

/* Links */
a {
  text-decoration: none;
  color: inherit;
}

/* Tables */
table {
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  padding: 0.5rem;
  text-align: left;
}

.contaion {
  width: 100%;
}

.lf {
  float: left;
}

.rt {
  float: right;
}

.wp {
  width: 15rem;
  margin: 0 auto;
}

.wp-oh {
  overflow: hidden;
}

.flex-1,
.footer .wp .l .list-2 .txt,
.footer .wp .l,
.footer .wp .r,
.header .header-main .logo {
  flex: 1;
}

html::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #f5f5f5;
}
html::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #e2e2e2;
}
html::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #333;
}

.header {
  position: absolute;
  width: 100%;
  height: 150px;
  overflow: visible;
  visibility: hidden;
  z-index: 100;
}
.header .mask {
  background: url(../images/visual-mask-top.png) repeat-x 50% 0;
  background-size: 100% 100% !important;
  height: 4.56rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
.header .header-main {
  color: #ffffff;
  font-weight: lighter;
  z-index: 2;
  position: relative;
  height: 100%;
}
.header .header-main .header-top-border {
  height: 0.1rem;
  background: url(../images/header-top-border.png) no-repeat 50% 0;
}
.header .header-main a {
  color: #ffffff;
}
.header .header-main .wp {
  display: flex;
  margin-top: 0.24rem;
}
.header .header-main .logo {
  margin-top: 10px;
}
.header .header-main .r {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header .header-main .links {
  font-size: 0;
  text-align: left;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 40px;
}
.header .header-main .links a {
  display: flex;
  align-items: center;
  font-family: 'SourceHanSansCN-Normal', 'Microsoft Yahei';
}
.header .header-main .links span {
  display: inline-block;
  width: 1px;
  background-color: #ffffff;
  height: 14px;
  margin: 0 23px;
}
.header .header-main .links .icon-earth-full {
  margin-right: 6px;
  font-size: 18px;
}
.header .header-main .links .search {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  position: relative;
}
.header .header-main .links .search .search-bd {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
}
.header .header-main .links .search .ipt-text {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border: 0;
  font-size: 14px;
  border-radius: 10px;
  color: #333;
  border: 1px solid #ddd;
  padding: 0 40px 0 10px;
  box-sizing: border-box;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
.header .header-main .links .search .submit-button {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
}
.header .header-main .links .search .submit-button .icon-fangdajing {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  transition: 0.3s;
}
.header .header-main .links .search .submit-button .ipt-submit {
  background: none;
  border: none;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  z-index: 3;
  background: rgba(255, 255, 255, 0);
  border: 0;
}
.header .header-main .links .search:hover .search-bd {
  width: 260px;
}
.header .header-main .links .search:hover .ipt-text {
  visibility: visible;
}
.header .header-main .links .search:hover .icon-fangdajing {
  color: #5d1012;
}
.header .header-main .nav {
  margin-top: 16px;
}
.header .header-main .nav .cell {
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 17px;
  float: left;
  font-weight: initial;
  position: relative;
}
.header .header-main .nav .cell + .cell {
  margin-left: 46px;
}
.header .header-main .nav .cell a {
  /* font-family: Arial,Helvetica,microsoft yahei,sans-serif; */
  font-weight: 700;
}
.header .header-main .miso {
  width: 60px;
  height: 64px;
  background-color: #ae9571;
  position: absolute;
  top: 46px;
  right: 0px;
  border-radius: 30px 0 0 30px;
  transition: 0.5s;
}
.header .header-main .miso .miso-btn {
  display: flex;
  width: 60px;
  height: 64px;
  justify-content: center;
  align-items: center;
}
.header .header-main .miso .miso-btn .lcbody {
  width: 23px;
  height: 23px;
}
.header .top {
  height: 38px;
  line-height: 38px;
  background-color: #5a372d;
  font-size: 14px;
  color: #c5ad70;
}
.header .top a {
  color: #c5ad70;
}
.header.active {
  visibility: visible;
}

.header-2 {
  position: fixed;
  width: 100%;
  top: 0;
  height: 0.99rem;
  background: url(../images/header-bg-2.png) 50% 0 no-repeat;
  background-size: 100% 100%;
  z-index: 100;
  visibility: hidden;
  display: flex;
  align-items: center;
  transition: 0.5s;
  transform: translateY(-110%);
}
.header-2.active {
  visibility: visible;
  transform: translateY(0);
}
.header-2 .logo {
  margin-left: 0.65rem;
}
.header-2 .logo img {
  width: 2.17rem;
}
.header-2 .empty {
  flex: 1;
}
.header-2 .nav {
  display: flex;
  width: 9.92rem;
  justify-content: space-between;
  font-size: 0.18rem;
  font-weight: inherit;
}
.header-2 .nav .cell {
  position: relative;
  line-height: 0.65rem;
}
.header-2 .nav .cell a {
  color: #fff;
  font-weight: 700;
}
/*.header-2 .nav .cell + .cell {
  margin-left: 47px;
}*/
.header-2 .miso {
  width: 18px;
  height: 20px;
  margin: 0 21px 0 73px;
  visibility: hidden;
}
.header-2 .miso .miso-btn {
  height: 100%;
}

.header .nav .cell .sub,
.header-2 .nav .cell .sub {
  position: absolute;
  top: 100%;
  background: #fff;
  width: 160px;
  left: 50%;
  z-index: -10000;
  transform: translateX(-50%) scaleY(0);
  transition: transform 0.2s linear 0.2s;
  transform-origin: top;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 8px 8px;
  border-top: 5px solid #ae9571;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
}
.header .nav .cell .sub a,
.header-2 .nav .cell .sub a {
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #5d1012;
  white-space: nowrap;
  text-align: center;

  font-weight: 400;
}
.header .nav .cell .sub a:hover,
.header-2 .nav .cell .sub a:hover {
  background-color: #5d1012;
  color: #fff;
}
.header .nav .cell .sub a:nth-child(1),
.header-2 .nav .cell .sub a:nth-child(1) {
  padding-top: 8px;
}
.header .nav .cell .sub a:last-child,
.header-2 .nav .cell .sub a:last-child {
  padding-bottom: 10px;
}
.header .nav .cell:hover .sub,
.header-2 .nav .cell:hover .sub {
  z-index: 10000;
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
}

.footer {
  height: 5.69rem;
  background: url(../images/footer-bg.jpg) 50% 0 no-repeat;
  color: #fff;
  font-weight: lighter;
  background-size: cover;
}
.footer a {
  color: #fff;
}
.footer .wp {
  height: 100%;
  display: flex;
}
.footer .wp .l {
  margin-top: 0.67rem;
  display: flex;
  flex-direction: column;
}
.footer .wp .l .list {
  margin-top: 0.77rem;
  font-size: 20px;
  line-height: 1em;
}
.footer .wp .l .list .li {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 340px;
}
.footer .wp .l .list .li > li {
  width: 170px;
}
.footer .wp .l .list .li > li:nth-child(n + 2) + li {
  margin-top: 30px;
}
.footer .wp .l .list-2 {
  position: relative;
  /* height: 2.15rem; */
  margin-top: 0.74rem;
}
.footer .wp .l .qr {
  /* margin-right: .18rem; */
  width: 0.8rem;
  height: 0.8rem;
  float: left;
}
.footer .wp .l .qr .qr-bd {
  position: absolute;
  transform-origin: 0 0;
  transform: scale(0.6666666667);
}
.footer .wp .l .qr .qr-bd img {
  width: 120px;
  height: 120px;
}
.footer .wp .l .qr .qr-bd h6 {
  font-size: 12px;
  text-align: center;
  margin-top: 15px;
}
.footer .wp .l .txt {
  font-size: 16px;
  line-height: 1em;
  margin-top: 0;
  float: left;
  margin-left: 0.18rem;
}
.footer .wp .l .txt > li + li {
  margin-top: 22px;
}
.footer .wp .l .txt > li span + span {
  margin-left: 26px;
}
.footer .wp .r {
  display: flex;
  justify-content: flex-end;
  margin-top: 77px;
  display: none;
}
.footer .wp .r .icons {
  display: flex;
  color: #976e57;
}
.footer .wp .r .icons li + li {
  margin-left: 44px;
}
.footer .wp .r .icons .iconfont {
  font-size: 30px;
}

.lcbody {
  height: 100%;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: flex-start;
}
.lcbody .lcitem {
  width: 100%;
  height: 2px;
  position: absolute;
  transition: transform 0.36s ease;
  right: 0;
}
.lcbody .lcitem div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: auto;
  right: 0;
  background: #fff;
}
.lcbody .top {
  top: 0;
}
.lcbody .center {
  display: block;
  top: 50%;
  margin-top: -0.015rem;
}
.lcbody .bottom {
  bottom: 0;
}
.lcbody:hover .lcitem.top .rect {
  animation: move 0.4s ease-in-out 1;
}
.lcbody:hover .lcitem.center .rect {
  animation: move 0.4s ease-in-out 0.1s 1;
}
.lcbody:hover .lcitem.bottom .rect {
  animation: move 0.4s ease-in-out 0.2s 1;
}
.lcbody.active .lcitem.top {
  transform: rotateZ(45deg);
  top: 49%;
}
.lcbody.active .lcitem.center {
  opacity: 0;
}
.lcbody.active .lcitem.bottom {
  transform: rotateZ(-45deg);
  top: 49%;
}

@keyframes move {
  0% {
    right: 0;
  }
  40% {
    right: 0;
    width: 0;
  }
  60% {
    right: auto;
    width: 0%;
  }
  100% {
    right: auto;
    width: 100%;
  }
}
/* ===== 媒体查询 ===== */
body {
  overflow-x: hidden;
}
.header-m .bd {
  background: #5a372d;
  padding: 0 0.16rem;
  height: 0.74rem;
  display: flex;
  align-items: center;
}
.header-m .logo img {
  height: 0.5rem;
  width: auto;
}
.header-m .nav-btn-menu {
  width: 0.74rem;
  height: 0.74rem;
  background-color: #c5ad70;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  justify-content: center;
  align-items: center;
}
.header-m .nav-btn-menu .nav-btn-menu-bd {
  width: 0.4rem;
}
.header-m .nav-btn-menu .nav-line {
  height: 2px;
  background-color: #fff;
  width: 0.4rem;
  transition: 0.2s linear;
}
.header-m .nav-btn-menu .nav-line:nth-child(1),
.header-m .nav-btn-menu .nav-line:nth-child(3) {
  transform-origin: 0 50%;
}
.header-m .nav-btn-menu .nav-line:nth-child(2) {
  margin: 0.12rem 0;
}
.header-m .nav-btn-menu .nav-line:nth-child(3) {
}
.header-m .header-main {
  position: fixed;
  width: 100%;
  height: calc(100% - 0.74rem);
  top: 0.74rem;
  left: 0;
  display: flex;
  flex-direction: column;
  background: linear-gradient(to right, #5d1012, #9c7b5d);
  padding: 0.2rem;
  box-sizing: border-box;
  transform: translate(100%, 0);
  transition: all 0.5s;
}
.header-m.active .header-main {
  transform: translate(0, 0);
}
.header-m.active .nav-btn-menu .nav-line:nth-child(1),
.header-m.active .nav-btn-menu .nav-line:nth-child(3) {
  width: 0.5rem;
}
.header-m.active .nav-btn-menu .nav-line:nth-child(1) {
  transform: rotate(36deg);
}
.header-m.active .nav-btn-menu .nav-line:nth-child(2) {
  opacity: 0;
}
.header-m.active .nav-btn-menu .nav-line:nth-child(3) {
  transform: rotate(-36deg);
}
.header-m .header-main .nav {
  flex: 1;
  overflow: auto;
}
.header-m .header-main .nav a {
  color: #fff;
  flex: 1;
}
.header-m .header-main .nav .tt {
  display: flex;
  position: relative;
}
.header-m .header-main .nav .tt > a {
  font-size: 0.2rem;
  line-height: 0.56rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.header-m .header-main .nav .tt > i {
  height: 0.56rem;
  width: 0.56rem;
  display: block;
  background: url(https://www.nju.edu.cn/images/arrow_down.svg) 50% 50% no-repeat;
  background-size: 0.25rem 0.25rem !important;
  position: absolute;
  right: 0;
  top: 0;
}
.header-m .header-main .nav .sub {
  padding: 0.1rem 0;
  flex-direction: column;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: none;
}
.header-m .header-main .nav .sub > a {
  font-size: 0.16rem;
  line-height: 2.5em;
  display: block;
}
.header-m .header-main .links {
  font-size: 0.16rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 0 0 0.1rem;
}
/* 检索 */
.header-m .search-bd {
  display: flex;
}
.header-m .search-bd form {
  width: 100%;
}
.header-m .search-bd .ipt-text {
  flex: 1;
  height: 40px;
  background: #fff;
  padding: 0 0.16rem;
}

.header-m .search-bd .submit-button {
  width: 40px;
  height: 40px;
  font-size: 0;
  position: relative;
  background-color: #e6c390;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-m .search-bd .submit-button .iconfont {
  color: #fff;
  font-size: 0.25rem !important;
}
.header-m .search-bd .submit-button .ipt-submit {
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.main-bd {
  margin-top: 0.54rem !important;
}
.tt-m {
  padding: 0 !important;
  margin: 0.2rem 0 0;
  color: #fff;
  display: none;
}
.tt-m .bd {
  margin: 0 0.16rem;
  padding: 0 0.16rem;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.22rem !important;
  background-color: #9c7b5d;
  display: flex;
  position: relative;
  overflow: hidden;
}
.tt-m .bd::after {
  position: absolute;
  /* content: ''; */
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background: url(../images/cd.png) 50% 50% no-repeat;
  background-size: contain;
  right: 0.16rem;
  top: 50%;
  transform: translate(0, -50%);
}
.tt-m h3 {
  font-size: 0.2rem;
}
.tt-m h4 {
  font-size: 0.16rem;
  margin-left: 1em;
  display: none;
}
#headerM {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.footer .wp .l .txt > li + li {
  margin-top: 0.22rem;
}
.footer .wp .l .txt {
  font-size: 0.16rem;
}
.footer .wp .l .qr .qr-bd h6 {
  margin-top: 0.15rem;
}
.footer .plate .tt .lbl {
  position: relative;
  flex: 1;
  height: auto;
  display: flex;
  flex-direction: column;
  padding-left: 0.19rem;
  color: #5d1012;
  align-items: flex-start;
  justify-content: flex-start;
}
.footer .plate .tt .lbl::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: '';
  width: 5px;
  height: 100%;
  background: linear-gradient(to bottom, #5a372d, #c5ad70);
}
.footer .plate .tt-b .lbl::before {
  background: #9c7b5d;
}
.footer .plate .tt-b .lbl h3,
.footer .plate .tt-b .lbl h4 {
  color: #9c7b5d;
  line-height: 1;
}
.footer .plate .tt .lbl h3 {
  font-size: 0.3rem;
  margin-bottom: 0.08rem;
  text-wrap: nowrap;
  font-weight: 700;
}
.footer .wp .l .list {
}
.footer .wp .l .list .li {
}
.footer .wp .l .list-2 {
}
.footer .wp .l .list-2 .qr {
}
.footer .wp .l .qr.qr-1 {
  display: none;
}
.footer .wp .l .qr.qr-2 {
}

@media screen and (max-width: 1024px) {
  .footer .wp .l .list {
  }
  .footer .wp .l .list .li {
    flex-direction: column;
    width: auto;
    display: flex;
    justify-content: space-between;
  }
  .footer .wp .l .list-2 {
  }
  .footer .wp .l .list-2 .qr {
  }
  .footer .wp .l .qr.qr-1 {
    display: block;
    width: 110px;
    height: 110px;
    margin-left: 100px;
  }
  .footer .wp .l .qr.qr-2 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer .wp .l .list {
  }
  .footer .wp .l .list .li {
  }
  .footer .wp .l .list-2 {
  }
  .footer .wp .l .list-2 .qr {
  }
  .footer .wp .l .qr.qr-1 {
  }
  .footer .wp .l .qr.qr-2 {
  }
}
@media screen and (max-width: 480px) {
  .footer .wp .l .list {
  }
  .footer .wp .l .list .li {
  }
  .footer .wp .l .list-2 {
  }
  .footer .wp .l .list-2 .qr {
  }
  .footer .wp .l .qr.qr-1 {
  }
  .footer .wp .l .qr.qr-2 {
  }
}
@media screen and (max-width: 1024px) and (min-width: 480px) {
  html {
    font-size: 70px !important;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 80px !important;
  }
}
@media screen and (min-width: 1600px) {
  /* 在这里编写样式 */
}
/* 电脑 */
@media screen and (max-width: 1600px) and (min-width: 1024px) {
  /* 在这里编写适应电脑屏幕的样式 */
  .header .header-main .links {
    font-size: 12px;
    line-height: 36px;
  }
  .header .header-main .links span {
    margin: 0 14px;
  }
  .header .header-main .links .search {
    width: 36px;
    height: 36px;
    margin-left: 8px;
  }
  .header .header-main .links .search:hover .search-bd {
    width: 204px;
  }
  .header .header-main .links .search .ipt-text {
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    border-radius: 6px;
    padding: 0 36px 0 8px;
  }
  .header .header-main .links .search .submit-button {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .header .header-main .links .search .submit-button .icon-fangdajing {
    width: 36px;
    height: 36px;
    font-size: 20px;
    line-height: 36px;
  }
  .header .header-main .links .search .submit-button .ipt-submit {
    width: 36px;
    height: 36px;
  }
  .header .header-main .nav .cell {
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 12px;
  }
  .header .header-main .nav .cell + .cell {
    margin-left: 20px;
  }
  .header .nav .cell .sub,
  .header-2 .nav .cell .sub {
    width: 150px;
    border-radius: 0 0 5px 5px;
    border-top-width: 3px;
  }
  .header .nav .cell .sub a:nth-child(1),
  .header-2 .nav .cell .sub a:nth-child(1) {
    padding-top: 6px;
  }
  .header .nav .cell .sub a,
  .header-2 .nav .cell .sub a {
    font-size: 12px;
    line-height: 24px;
  }
  /* Footer */
  .footer .plate,
  .footer .wp .l .list {
    font-size: 14px;
  }
  .footer .wp .l .list {
    width: 3.4rem;
  }
  .footer .wp .l .list .li > li {
    width: 1.7rem;
  }
  .footer .wp .l .list .li > li:nth-child(n + 2) + li {
    margin-top: 0.26rem;
  }
}

/* Pad */
@media screen and (max-width: 1024px) and (min-width: 768px) {
  /* 在这里编写适应Pad屏幕的样式 */
  /* .footer .wp .r {
    display: none;
  } */
}

/* 折叠屏手机 */
@media screen and (max-width: 768px) and (min-width: 480px) {
  /* 在这里编写适应折叠屏手机的样式 */
  /* .footer .wp .r {
    display: none;
  } */
}
/* 普通手机 */
@media screen and (max-width: 480px) {
}

@media screen and (max-width: 1024px) {
  #header1,
  #header2 {
    display: none;
  }
  #headerM {
    display: block;
  }
  body {
    padding-top: 0.74rem;
  }
  /* 在这里编写适应普通手机屏幕的样式 */

  .tt-m {
    display: block;
  }
  .footer .lbl h3 {
    font-size: 0.18rem;
  }
  .footer .lbl h4 {
    font-size: 0.16rem;
  }
  .footer .wp {
    width: 100%;
    padding-left: 0.16rem;
    padding-right: 0.16rem;
    box-sizing: border-box;
  }
  .footer .wp .l {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0.67rem;
    /* padding-left: 0.16rem; */
    /* padding-right: 0.16rem; */
    box-sizing: border-box;
  }
  .footer .wp .l .list {
    margin-top: 0.4rem;
    width: auto;
    font-size: 14px;
    display: flex;
  }
  .footer .wp .l .list .li > li {
    width: auto;
    margin: 0;
  }
  .footer .wp .l .list .li > li:nth-child(n + 2) + li {
    margin-top: 0;
  }
  .footer .wp .l .list-2 {
    margin-top: 0.4rem;
    width: 100%;
  }
  .footer .wp .l .qr {
    margin-right: 0;
    /* width: 1.25rem; */
    /* height: 1.25rem; */
    text-align: center;
  }
  .footer .wp .l .qr .qr-bd img {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 auto;
  }
  .footer .wp .l .qr .qr-bd {
    position: relative;
    transform: scale(1);
  }
  .footer .wp .l .txt {
    text-align: left;
    margin-left: 0;
    font-size: 14px;
    line-height: 1;
  }
  .footer .wp .l .txt > li span + span {
    margin-left: 0.26rem;
  }
  .footer .wp .r {
    display: none;
  }
}
