.guild-nav {
  width: 100%;
  margin: 0 auto;
  height: .8rem;
  background: rgba(228, 231, 236, 0.4);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-box-pack: space-around;
  box-pack: space-around;
}

.guild-nav a {
  line-height: .8rem;
  font-size: .32rem;
  color: #5e6370;
}

header {
  width: 9.44rem;
  height: .6rem;
  margin: .533333rem auto;
}

header .logo {
  height: .48rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  float: left;
}

header .logo img {
  width: auto;
  height: 100%;
}

header span {
  float: left;
  height: 100%;
  line-height: .6rem;
  padding-left: .4rem;
  margin-left: .4rem;
  border-left: 1px solid #333333;
  font-size: .36rem;
}

header .search {
  width: 4.28rem;
  height: .6rem;
  border: solid 1px #dc0032;
  border-radius: .32rem;
  float: right;
  color: #6f7072;
  font-size: .32rem;
  line-height: .6rem;
  text-indent: .32rem;
}

header .search img {
  float: right;
  width: .28rem;
  margin-right: .32rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.banner {
  width: 9.44rem;
  margin: 0 auto;
  /* height: 4.266667rem; */
  margin-bottom: .8rem;
}

.banner .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.banner .swiper-slide {
  width: 100%;
  /* height: 4.266667rem; */
  border-radius: .24rem;
  overflow: hidden;
}

.banner .swiper-slide a {
  width: 100%;
  /* height: 100%; */
}

.banner .swiper-slide a img {
  width: 100%;
  /* height: 100%; */
}

.menu {
  width: 9.44rem;
  margin: 0 auto;
  *zoom: 1;
}

.menu::after {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.menu a {
  width: 2.28rem;
  height: .8rem;
  float: left;
  margin-right: calc((100% - 2.28rem - 2.28rem - 2.28rem - 2.28rem) / 3);
  background-color: #f2f4f6;
  border-radius: .12rem;
  margin-bottom: .12rem;
  text-align: center;
  line-height: .82rem;
  color: #333333;
  font-size: .346667rem;
  position: relative;
  overflow: hidden;
}

.menu a:nth-child(4n) {
  margin-right: 0;
}

.menu a.hot::after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: .64rem;
  height: .64rem;
  background: url(../../images/news/hot-icon.png) no-repeat center center;
  background-size: 100%;
}

.menu a:active {
  background: #dc0000;
  color: #ffffff;
}

nav {
  width: 8.96rem;
  margin: 0 auto;
  margin-top: .8rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  box-pack: space-between;
  flex-wrap: wrap;
}

nav a {
  width: 1.426667rem;
  margin: 0 .4rem;
  margin-bottom: .533333rem;
}

nav a img {
  margin: 0 auto;
}

nav a span {
  text-align: center;
  font-size: .32rem;
  line-height: 1;
  margin-top: .2rem;
  color: #3d404f;
}

footer {
  width: 100%;
  background-color: #282728;
  padding-bottom: .52rem;
  margin-top: 1.32rem;
}

footer .footer-nav {
  width: 100%;
  padding: .56rem 1.12rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  box-pack: space-between;
}

footer .footer-nav ul h2 {
  font-size: .426667rem;
  color: #ffffff;
  line-height: 1;
  padding-bottom: .16rem;
}

footer .footer-nav ul li {
  margin-top: .4rem;
}

footer .footer-nav ul li a {
  color: #ffffff;
  font-size: .28rem;
  line-height: 1;
}

footer .qr-code {
  width: 8rem;
  margin: 0 auto;
  margin-top: .8rem;
}

footer .qr-code .fl {
  margin-left: .8rem;
}

footer .qr-code .fr {
  margin-right: .8rem;
}

footer .qr-code div {
  width: 2.613333rem;
  padding-bottom: .52rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer .qr-code div img {
  width: 100%;
}

footer .qr-code div span {
  text-align: center;
  color: #ffffff;
  font-size: .32rem;
  font-weight: 100;
  line-height: 1;
  margin-top: .44rem;
}

footer p {
  font-size: .28rem;
  color: #ffffff;
  opacity: 0.3;
  text-align: center;
  margin-top: .48rem;
  line-height: .4rem;
}

footer p a {
  display: inline;
  color: #ffffff;
}

.footer-fix {
  width: 9.333333rem;
  height: 1.6rem;
  background-color: #dc0000;
  box-shadow: 0px 0.16rem 0.32rem 0px rgba(253, 30, 43, 0.32);
  border-radius: 0px .8rem .8rem 0px;
  position: fixed;
  padding-right: .4rem;
  bottom: .52rem;
  left: 0;
  z-index: 9;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-box-pack: space-around;
  box-pack: space-around;
}

.footer-fix a {
  position: relative;
  margin-top: .266667rem;
}

.footer-fix a img {
  width: auto;
  max-width: auto;
  height: .48rem;
  margin: 0 auto;
}

.footer-fix a span {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: .32rem;
  line-height: 1;
  margin-top: .266667rem;
}

.footer-fix a:first-child img {
  width: .48rem;
}