@charset "UTF-8";

.index-wrap {
  width: 100%;
  color: #fff;
  font-size: 0.09375rem;
}

.top-head {
  height: 0.39583rem;
  width: 100%;
}

.top-menu {
  height: 100%;
}

.top-menu .logo {
  height: 100%;
  margin-right: 1.04rem;
}

.top-menu .logo>img {
  height: 0.1927rem;
}

.top-menu .logo>em {
  height: 0.125rem;
  width: 2px;
  background: #fff;
  margin: 0 0.11458rem;
}

.top-menu .logo>span {
  line-height: 0.177rem;
  font-size: inherit;
  color: #fff;
}

.menu-list {
  height: 100%;
}

.menu-list>a {
  padding: 0 0.083rem;
  margin: 0 0.083rem;
  color: inherit;
  font-size: inherit;
  height: 0.2292rem;
  line-height: 0.2292rem;
  position: relative;
}

.menu-list>a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0.015625rem;
  background: #fff;
  display: block;
  content: "";
  transition: all 0.5s linear;
  transform: translate(-50%, 0);
}

.menu-list>a.active, .menu-list>a:hover {
  color: #dfe4fe
}

.menu-list>a.active::after, .menu-list>a:hover::after {
  width: 100%;
}

.comWidth {
  width: 6.27rem;
}

.cover-guang {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 3;
  height: 100%;
  width: 100%;
  background: url("../img/cover.png") no-repeat center center/auto 100%;
}

.bottom-main {
  width: 100%;
  padding-top: 0.239583rem;
  height: 1.660417rem;
}

.bottom-main-top {
  height: 0.59375rem;
  padding-bottom: 0.1979rem;
  border-bottom: 1px solid #7889bc;
  position: relative;
  z-index: 4;
}

.bt-con {
  height: 100%;
}

.bt-con-item {
  width: calc(20% - 0.239583rem);
  height: 100%;
  position: relative;
}

.bt-con-item-title {
  height: 0.1927rem;
  color: inherit;
  font-size: inherit;
  margin-bottom: 0.0729rem;
}

.bt-con-item-title>img {
  height: 100%;
  margin-right: 0.04rem;
}

.ms {
  font-size: 0.0729rem;
  line-height: 0.104rem;
  color: inherit;
}

.bt-con-item::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  display: block;
  content: "";
  background: #7889bc;
}

.bt-con-item:last-child::after {
  display: none
}

.bottom-main-bottom {
  padding-top: 0.1979rem;
  position: relative;
  z-index: 4;
}

.xieyi-top {
  line-height: 0.18229rem;
}

.xieyi-top>a {
  padding: 0 0.125rem;
  position: relative;
  color: inherit;
  font-size: 0.0729rem;
}

.xieyi-top>a:nth-child(odd)::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 0.078125rem;
  width: 0.015625rem;
  display: block;
  content: "";
  background: #fff;
}

.banquan {
  color: inherit;
  font-size: 13px;
  line-height: 0.125rem;
  margin-top: 0.104rem;
  text-align: center;
}