.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;
  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;
}

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%);
}

header .logo img {
  width: auto;
  height: 100%;
}

header div {
  height: .6rem;
  padding-left: .28rem;
  border-left: 1px solid #dc0032;
  font-weight: bold;
  font-size: .32rem;
  line-height: .6rem;
}

header div span {
  float: left;
  width: .6rem;
  height: .6rem;
  border-radius: .2rem;
  background-image: linear-gradient(123deg, #ffab96 0%, #dc0000 100%);
  box-shadow: 0.08rem 0.06rem 0.12rem 0px rgba(220, 0, 0, 0.42);
  position: relative;
  margin-right: .133333rem;
}

header div span img {
  width: .44rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

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%; */
}


nav {
  width: 8.96rem;
  margin: 0 auto;
  margin-top: .8rem;
}

nav ul {
  width: 100%;
  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 li {
  width: 1.426667rem;
  height: 1.96rem;
  margin: 0 .4rem;
  margin-bottom: .8rem;
  position: relative;
}

nav li .nav-btn {
  width: 100%;
}

nav li .nav-btn a {
  margin: 0 auto;
}

nav li .nav-btn span {
  text-align: center;
  font-size: .32rem;
  line-height: 1;
  margin-top: .2rem;
  color: #3d404f;
}

nav li div {
  width: 7.04rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.2rem 0px rgba(137, 92, 197, 0.31);
  padding: .2rem .16rem 0 .16rem;
  position: absolute;
  left: 50%;
  margin-left: -3.52rem;
  z-index: -1;
  top: 2.16rem;
  transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  opacity: 0;
}

nav li div::after {
  display: block;
  content: '';
  width: .16rem;
  height: .08rem;
  background: url(../../images/news/sanjiao.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: -0.08rem;
  left: 50%;
  margin-left: -0.08rem;
}

nav li div a {
  float: left;
  font-size: .32rem;
  color: #333333;
  line-height: 1;
  margin: 0 .16rem;
  margin-bottom: .2rem;
}

nav li div.jy {
  width: 6.72rem;
  right: 0;
  left: auto;
  margin-left: 0;
  box-shadow: 0px 0px 0.2rem 0px rgba(12, 234, 123, 0.31);
}

nav li div.jy::after {
  right: .64rem;
  left: auto;
  margin-left: 0;
}

nav li div.fd {
  width: 3.52rem;
  left: 0;
  margin-left: 0;
  box-shadow: 0px 0px 0.2rem 0px rgba(1, 53, 235, 0.31);
}

nav li div.fd::after {
  left: .64rem;
  margin-left: 0;
}

nav li .sel {
  z-index: 2;
  opacity: 1;
  top: 2.16rem;
}

h1 {
  width: 100%;
  margin: 0 auto;
  font-size: .48rem;
  line-height: 1;
  font-weight: bold;
  padding-left: .48rem;
  position: relative;
}

h1 span {
  display: inline;
  color: #dc0000;
}

h1::after {
  display: block;
  content: '';
  width: .266667rem;
  height: .266667rem;
  background-color: #dc0032;
  border-radius: .053333rem;
  opacity: 0.2;
  position: absolute;
  top: .16rem;
  left: .08rem;
}

h1::before {
  display: block;
  content: '';
  width: .266667rem;
  height: .266667rem;
  background-color: #dc0032;
  border-radius: .053333rem;
  position: absolute;
  top: .01rem;
  left: 0;
}

h1 a {
  float: right;
  font-size: .28rem;
  line-height: .48rem;
  color: #5e6370;
  font-weight: normal;
}

h1 img {
  width: .64rem;
  height: .36rem;
  position: absolute;
  left: 2.68rem;
  top: 0;
  animation: checkin 0.5s ease infinite alternate;
}

h1 p {
  width: 6.533333rem;
  border-bottom: .04rem dashed #5e6370;
  opacity: 0.5;
  margin-top: 0.22rem;
  float: right;
}

@keyframes checkin {
  0% {
    transform: translateY(0.05rem);
    -ms-transform: translateY(0.05rem);
    -moz-transform: translateY(0.05rem);
    -webkit-transform: translateY(0.05rem);
    -o-transform: translateY(0.05rem);
  }

  100% {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

h3 {
  width: 9.44rem;
  height: .4rem;
  margin: 0 auto;
  line-height: .4rem;
  font-size: .373333rem;
  font-weight: bold;
}

h3 img {
  float: left;
  width: auto;
  height: .4rem;
  margin-right: .24rem;
}

h3 a {
  float: right;
  color: #5e6370;
  font-size: .28rem;
}

h3 .iconfont {
  font-size: .4rem;
  margin-right: .24rem;
  display: block;
  float: left;
  color: #dc0000;
}

footer {
  width: 100%;
  background-color: #282728;
  padding-bottom: .52rem;
  margin-top: 1.066667rem;
}

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;
}