.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 .search-input {
  width: 6.52rem;
  height: .6rem;
  float: right;
  position: relative;
}

header .search-input input {
  width: 100%;
  height: 100%;
  border: solid 1px #dc0032;
  border-radius: .32rem;
  text-indent: .4rem;
  float: left;
  font-size: .32rem;
}

header .search-input a {
  position: absolute;
  width: .28rem;
  height: 100%;
  right: .32rem;
  top: 0;
}

header .search-input img {
  width: .28rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

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;
}

.hot-search {
  width: 100%;
  padding: 0 0 0 .28rem;
}

.hot-search h2 {
  font-size: .32rem;
  line-height: 1;
  font-weight: bold;
}

.hot-search ul {
  margin-top: .4rem;
}

.hot-search ul li {
  float: left;
  margin-right: .16rem;
  margin-bottom: .133333rem;
}

.hot-search ul li a {
  padding: 0 .4rem;
  font-size: .28rem;
  height: .666667rem;
  background-color: #f4f5f7;
  border-radius: .333333rem;
  line-height: .666667rem;
  color: #333333;
}

.hot-search p {
  font-size: .28rem;
  line-height: 1;
  margin-top: .8rem;
}

.hot-search p span {
  display: inline;
  color: #dc0000;
}

.search-list {
  width: 9.44rem;
  margin: 0 auto;
}

.search-list li {
  width: 100%;
  margin-top: .8rem;
}

.search-list li .title {
  max-width: 100%;
  float: left;
  font-size: .32rem;
  line-height: .36rem;
  height: .36rem;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: .28rem;
}

.search-list li .title span {
  display: inline;
  color: #dc0000;
}

.search-list li p {
  width: 100%;
  font-size: .32rem;
  line-height: .48rem;
  text-indent: .64rem;
  float: left;
  height: .96rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-list li p span {
  display: inline;
  color: #dc0000;
}

.search-list li i {
  display: block;
  font-style: normal;
  float: right;
  font-size: .28rem;
  color: #333333;
  opacity: 0.5;
  line-height: 1;
  margin-top: .2rem;
}

.page {
  width: 3.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;
  margin: 0 auto;
  margin-top: 1.32rem;
}

.page a {
  width: .586667rem;
  height: .586667rem;
}

.page a img {
  width: 100%;
  height: 100%;
}

.page p {
  font-size: .32rem;
  line-height: 1;
}

.page p span {
  display: inline;
}

.page p span:nth-child(1) {
  font-size: .533333rem;
}

.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;
}