.publicBorder {
  background-color: #0d5966;
}
/* PAGE:HeadBack Begin */
header {
  width: 100%;
  padding: 0 0.16666667rem;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.Mobile-Head {
  width: 94%;
  display: flex;
  height: 47.5px;
  margin: 0 auto;
  position: relative;
}

.Mobile-Head > div {
  flex: 1;
}

.Mobile-Head > div span {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100%;
}

.Mobile-Head div:nth-child(2) {
  text-align: center;
  font-size: 18px;
  line-height: 47.5px;
}

.Mobile-Back {
  width: 10.5px;
  height: 16.5px;
  background-image: url(../imgs/Mobile-Back.png);
}

.Mobile-Search-btn {
  height: 19px;
  width: 19px;
  background-image: url(../imgs/Mobile-Search.png);
  right: 0;
}

.Mobile-Search {
  position: fixed;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  background-color: #fff;
  height: 35px;
  border-radius: 5px;
  transition: 0.5s;
  overflow: hidden;
}

.Mobile-Search input {
  float: left;
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  padding: 10px;
  box-sizing: border-box;
  color: #000;
}

.Mobile-Search span {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #121519;
  right: 0;
  top: 50%;
  color: #000;
  font-size: 20px;
  transform: translateY(-50%);
  border-radius: 50%;
  color: #fff;
  right: 10px;
  z-index: 999;
}

address {
  font-style: normal;
  font-size: 0.3rem;
  padding-top: 0.20833333rem;
  padding-bottom: 0.275rem;
  display: none;
  padding: 0.3rem;
  box-sizing: border-box;
}

address a {
  color: #fafafa;
}
/* PAGE:HeadBack End */
/* PAGE:Footer Begin */
.Footer-Public {
  position: fixed;
  background-color: #121519;
  width: 100%;
  height: 1.4rem;
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding-top: 0.16rem;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
  z-index: 999;
  /* 底部高度追加 */
  height: calc(80px + constant(safe-area-inset-bottom));
  height: calc(80px + env(safe-area-inset-bottom));
}

.Footer-Nav {
  display: flex;
}

.Footer-Nav li {
  flex: 1;
}

.Footer-Nav li a {
  display: block;
  text-align: center;
  line-height: 0.6rem;
  color: #929292;
}

.Footer-Nav li a span {
  display: inline-block;
  width: 27.5px;
  height: 27.5px;
}

.Footer-Nav li a span img {
  width: 100%;
  height: 100%;
}

.Footer-Nav li a p {
  font-size: 0.2rem;
}

.Footer-Nav li:nth-child(2) a span {
  width: 23px;
}

.Footer-Nav .Footer-Active a {
  color: #fff;
}
/* PAGE:Footer End */
/* 响应式 */
/* 媒体查询 */
/* 手机底部样式 */
/* 手机横屏 */
@media only screen and (min-width: 600px) {
  .Footer-Public {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .Footer-Nav li {
    width: 120px;
    padding: 0 30px;
  }
}
/* IPAD竖屏 */
@media only screen and (min-width: 768px) {
  .Footer-Nav li {
    width: 120px;
    padding: 0;
  }
}
/* 特殊屏宽定制 */
@media only screen and (min-width: 992px) {
  .Footer-Nav li {
    width: 140px;
    padding: 0;
  }
}
/* IPAD RPO竖屏 + IPAD横屏 */
@media only screen and (min-width: 1000px) {
  .Footer-Nav li {
    padding: 0;
  }
}
/* IPAD PRO 横屏 */
@media only screen and (min-width: 1200px) {
  .Footer-Nav li {
    width: 180px;
    padding: 0;
  }
}

@media screen and (min-width: 480px) {
  header {
    padding: 0;
  }

  .Mobile-Head {
    width: 100%;
    padding: 0 0.7rem;
    box-sizing: border-box;
  }

  .Mobile-Search-btn {
    right: 0.7rem;
  }
}

/*页脚*/
.footer {
  width: 100%;
  height: 1rem;
  background-color: #084854;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0.15rem 0 0 0;
}
.footer .company {
  font-size: 0.26rem;
  color: #fff;
  opacity: 0.5;
}
.footer .copyright {
  font-size: 0.24rem;
  color: #fff;
  opacity: 0.5;
}

.foot {
  background: #0d5966;
  min-height: 141px;
  margin-top: 0.3rem;
}

.foot .link {
  text-align: center;
}

.foot .link a {
  background: url("/Computer/Learn/WebUI/images/link.png") no-repeat left center;
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 138px;
  height: 40px;
}

.foot .link .link1 {
  background-position-x: -218px;
}

.foot .link .link2 {
  background-position-x: -439px;
  width: 150px;
}

.foot .link .link3 {
  background-position-x: -673px;
}

.foot .link .link4 {
  width: 207px;
  background-position-x: -864px;
}

.foot .link .link5 {
  background-position-x: -1109px;
  width: 172px;
}

.foot p {
  display: block;
  background-color: #074853;
  text-align: center;
}

.foot span {
  margin-left: 10px;
}

.foot p a,
.foot p,
.foot span {
  color: #fff;
  font: 16px/58px "微软雅黑 Regular", "微软雅黑";
}
/*# sourceMappingURL=list.css.map */
