.headernav {
  position: relative;
  width: 100%;
}
.headernav .header {
  position: relative;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 1000;
  height: 1.92rem;
  width: 100%;
  max-width: 750px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0.64rem;
  background-color: #ffffff;
  border-bottom: rgba(180, 180, 180, 0.5) solid 0.04266667rem;
  line-height: 1.92rem;
}
.headernav .header div {
  line-height: 1.92rem;
}
.headernav .header div.left {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  text-align: left;
}
.headernav .header div.left img {
  width: 1.024rem;
}
.headernav .header a.right {
  -webkit-box-flex: 0.8;
  -webkit-flex: 0.8;
  -ms-flex: 0.8;
  flex: 0.8;
  text-align: right;
}
.headernav .header a.right img {
  width: 1.024rem;
  border-radius: 50%;
}
.headernav .header a.search {
  -webkit-box-flex: 1.2;
  -webkit-flex: 1.2;
  -ms-flex: 1.2;
  flex: 1.2;
  text-align: right;
}
.headernav .header a.search img {
  width: 0.85333333rem;
}
.headernav .header  {
  -webkit-box-flex: 4;
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
  text-align: center;
}
.headernav .header img {
  height: 0.85333333rem;
}
.headernav .topmenu {
  height: 1.792rem;
  background-color: #035297;
  margin-bottom: -0.04266667rem;
}
.headernav .topmenu ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  line-height: 1.74933333rem;
}
.headernav .topmenu ul li {
  font-size: 0.59733333rem;
  font-family: PingFang SC;
  font-weight: 500;
}
.headernav .topmenu ul li a {
  color: #FFFFFF;
}
.headernav .topmenu ul li.active {
  position: relative;
}
.headernav .topmenu ul li.active::before {
  position: absolute;
  left: 50%;
  bottom: 0.21333333rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  width: 1.49333333rem;
  height: 0.128rem;
  background-color: #ffffff;
  border-radius: 0.064rem;
}
.headernav .index-menu-wrap {
  position: fixed;
  left: 50%;
  right: 0;
  top: 1.92rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 750px;
  z-index: 3000;
  height: 0;
  background-color: #ffffff;
  overflow: hidden;
}
.headernav .index-menu-wrap .index-menu {
  overflow-y: auto;
  max-height: 100vh;
}
.headernav .index-menu-wrap .index-menu h2 {
  font-size: 0.68266667rem;
  font-weight: bold;
  line-height: 1.152rem;
  color: #000000;
  padding: 0.42666667rem 0 0 0.59733333rem;
}
.headernav .index-menu-wrap .index-menu .title {
  font-size: 0.68266667rem;
  font-family: Microsoft YaHei;
  color: #171717;
  position: relative;
  height: 1.70666667rem;
  width: 100%;
  font-weight: bold;
  line-height: 1.70666667rem;
  text-align: center;
  border-bottom: rgba(180, 180, 180, 0.5) solid 0.04266667rem;
}
.headernav .index-menu-wrap .index-menu .title .close-menu {
  position: absolute;
  right: 0.59733333rem;
  top: 0.53333333rem;
  width: 0.64rem;
  height: 0.64rem;
  background-image: url(../images/close.png);
  background-size: 100% 100%;
}
.headernav .index-menu-wrap .index-menu ul {
  overflow: hidden;
  padding-bottom: 1.25866667rem;
  padding-left: 0.59733333rem;
}
.headernav .index-menu-wrap .index-menu ul:last-of-type {
  padding-bottom: 2.13333333rem;
}
.headernav .index-menu-wrap .index-menu ul li {
  margin-right: 0.832rem;
  margin-top: 0.512rem;
  float: left;
  width: 4.26666667rem;
  height: 1.19466667rem;
  font-size: 0.59733333rem;
  font-weight: 400;
  color: #000000;
  border-radius: 0.21333333rem;
  border: 0.04266667rem solid rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 1.19466667rem;
}
.headernav .index-menu-wrap .index-menu ul li a {
  color: #000000;
}

/* 头部样式 */
header.d81c7d65 {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  max-width: 750px;
  padding: 0 0.512rem;
  height: 1.87733333rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
}

header.d81c7d65 .left {
  width: 2.56rem;
}

header.d81c7d65 .left img {
  cursor: pointer;
  width: 0.85333333rem;
  height: 0.85333333rem;
  -o-object-fit: contain;
  object-fit: contain;
}

header.d81c7d65>a img {
  height: 1.28rem;
}

header.d81c7d65 .right {
  width: 2.56rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header.d81c7d65 .right img {
  width: 0.85333333rem;
  height: 0.85333333rem;
  -o-object-fit: contain;
  object-fit: contain;
}

header.d81c7d65 .right span {
  font-size: 0.512rem;
  color: #215191;
}

menu.e13bf801 {
  margin-top: 1.87733333rem;
  padding: 0 0.512rem;
  height: 1.83466667rem;
  background-color: #1e3c84;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

menu.e13bf801 a {
  font-size: 0.59733333rem;
  color: #FFFFFF;
}

menu.e13bf801 a.active {
  position: relative;
}

menu.e13bf801 a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.42666667rem;
  width: 100%;
  height: 0.128rem;
  border-radius: 0.064rem;
  background: #FFFFFF;
}

.c1332076 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 0;
  height: 100vh;
  max-width: 750px;
  overflow: hidden;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.c1332076 .c1332076-mask {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}

.c1332076 .c1332076-mask .c1332076-contain {
  width: 10.66666667rem;
  height: 100vh;
  background-color: #FFFFFF;
  padding: 0.512rem 0.512rem;
}

.c1332076 .c1332076-mask .c1332076-contain .c1332076-close img {
  width: 0.85333333rem;
  height: 0.85333333rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.c1332076 .c1332076-mask .c1332076-contain .c1332076-avtive {
  padding: 0 0 1.23733333rem 1.408rem;
  margin: 0.96rem 0.512rem 0 0.512rem;
  border-bottom: solid 0.04266667rem #D8D8D8;
}

.c1332076 .c1332076-mask .c1332076-contain .c1332076-avtive.islogin {
  padding-left: 0;
  text-align: center;
}

.c1332076 .c1332076-mask .c1332076-contain .c1332076-avtive.islogin .nikename {
  margin-left: 0;
  margin-top: 0.42666667rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 0.2rem;
}

.c1332076 .c1332076-mask .c1332076-contain .c1332076-avtive a img {
  width: 1.77066667rem;
  height: 1.77066667rem;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 50%;
}

.c1332076 .c1332076-mask .c1332076-contain .c1332076-avtive a span {
  font-size: 0.768rem;
  color: #215191;
  margin-left: 0.384rem;
  vertical-align: middle;
}

.c1332076 .c1332076-mask .c1332076-contain .c1332076-list {
  margin-left: 3.28533333rem;
}

.c1332076 .c1332076-mask .c1332076-contain .c1332076-list>ul {
  padding-top: 0.27733333rem;
}

.c1332076 .c1332076-mask .c1332076-contain .c1332076-list>ul>li {
  margin-top: 1.32266667rem;
}

.c1332076 .c1332076-mask .c1332076-contain .c1332076-list>ul>li>a {
  font-size: 0.768rem;
  color: #1A1A1A;
  position: relative;
  cursor: pointer;
}

.c1332076 .c1332076-mask .c1332076-contain .c1332076-list>ul>li>a img {
  position: absolute;
  left: -1.536rem;
  top: 0;
  width: 1.024rem;
  height: 1.024rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.c1332076 .c1332076-mask .c1332076-contain .c1332076-list>ul>li>.child {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}

.c1332076 .c1332076-mask .c1332076-contain .c1332076-list>ul>li>.child ol li {
  padding-top: 0.85333333rem;
  padding-bottom: 0.21333333rem;
}

.c1332076 .c1332076-mask .c1332076-contain .c1332076-list>ul>li>.child ol li a {
  font-size: 0.68266667rem;
  color: #767676;
}
