.layui-layer-msg {
  top: 400px !important;
}

.layui-panel {
  margin-top: 30px;
  width: 100%;
  /* margin-bottom: 0; */
  /* margin-inline: -10%; */
}

.site-title {
  margin: 30px 0 20px;
}

.site-title fieldset {
  border: none;
  padding: 0;
  border-top: 1px solid #000;
}

.site-title fieldset legend {
  margin-left: 20px;
  padding: 0 10px;
  font-size: 22px;
  font-weight: 300;
}

.aplayer {
  margin: 15px !important;
}

body {
  /* margin-left: 10%; */
  /*ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â±ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¹*/
  /* margin-right: 10%; */
  font-family: Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}

#jieguoDiv {
  margin: 15px;
  font-size: 20px;
}

/* ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚Â©Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¨ */
.footer {
  padding: 13px 15px;
  line-height: 40px;
  text-align: center;
  color: #666;
  font-weight: 300;
  background-color: #ffffff;
  margin-top: 30px;
  font-size: 20px;
}

body .layui-layout-admin .footer-demo {
  height: 50px;
  line-height: 50px;
  padding: 5px 0;
}

.footer a {
  padding: 0 5px;
}

.site-union {
  color: #999;
}

.site-union>* {
  display: inline-block;
  vertical-align: middle;
}

.site-union a[sponsor] img {
  width: 80px;
}

.site-union span {
  position: relative;
  top: 5px;
}

.site-union span a {
  padding: 0;
  display: inline;
  color: #999;
}

.site-union span a:hover {
  text-decoration: underline;
}

.site-union .site-union-desc {
  display: block;
  margin-bottom: 10px;
}

.footer-demo p,
.footer-demo .site-union,
.footer-demo .site-union p {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}

.footer-demo .site-union {
  position: relative;
  top: -5px;
}

.footer-demo .site-union .site-union-desc {
  margin-bottom: 0;
  padding-right: 0;
}

.footer-demo .site-union a[sponsor] img {
  position: relative;
  top: 3px;
  width: 60px;
}

/* ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚ÂµbannerÃƒÆ’Ã‚Â©Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â  */
.site-banner {
  position: relative;
  height: 600px;
  text-align: center;
  overflow: hidden;
  background-color: #393D49;
}

.site-banner-bg,
.site-banner-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.site-banner-bg {
  background-position: center 0;
}


.site-zfj {
  padding-top: 25px;
  height: 220px;
}

.site-zfj i {
  position: absolute;
  left: 50%;
  top: 50px;
  width: 200px;
  height: 200px;
  margin-left: -100px;
  font-size: 180px;
  color: #c2c2c2;
}

@keyframes site-zfj {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }

  10% {
    opacity: 0.8;
    transform: translate3d(-100px, 0px, 0) rotate(10deg) scale(0.7);
  }

  35% {
    opacity: 0.6;
    transform: translate3d(100px, 0px, 0) rotate(30deg) scale(0.4);
  }

  50% {
    opacity: 0.4;
    transform: translate3d(0, 0, 0) rotate(360deg) scale(0);
  }

  80% {
    opacity: 0.2;
    transform: translate3d(0, 0, 0) rotate(720deg) scale(1);
  }

  90% {
    opacity: 0.1;
    transform: translate3d(0, 0, 0) rotate(3600deg) scale(6);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(3600deg) scale(1);
  }
}

@keyframes site-desc {
  0% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.site-zfj-anim i {
  -webkit-animation-name: site-zfj;
  animation-name: site-zfj;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}


/* ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¿Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â­ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ */
.web-font-desc {
  font-style: normal;
  font-weight: 300;
}


.site-desc {
  position: relative;
  height: 70px;
  margin-top: 200px;
}

.site-desc .web-font-desc {
  color: #fff;
  color: rgba(255, 255, 255, .8);
  font-size: 51px;
}

.site-desc-anim {
  -webkit-animation-name: site-desc;
  animation-name: site-desc;
}

.site-desc cite {
  position: absolute;
  bottom: -51px;
  left: 0;
  width: 100%;
  color: #c2c2c2;
  color: rgba(255, 255, 255, .66);
  font-style: normal;
  font-size: 20px;
}

.site-download {
  margin-top: 46px;
  font-size: 0;
}

.site-download a {
  position: relative;
  padding: 0 60px 0 100px;
  height: 65px;
  line-height: 65px;
  border: 1px solid #c2c2c2;
  border-color: rgba(255, 255, 255, .2);
  font-size: 24px;
  color: #ccc;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.site-download a:hover {
  border-color: rgba(255, 255, 255, .3);
  color: #fff;
  background-color: rgba(255, 255, 255, .05);
  border-radius: 30px;
}

.site-download a cite {
  position: absolute;
  left: 55px;
  top: 2px;
  font-size: 30px;
}

.site-version {
  position: relative;
  margin-top: 15px;
  color: #ccc;
  font-size: 12px;
}

.site-version span {
  padding: 0 3px;
}

.site-version * {
  font-style: normal;
}

.site-version a {
  color: #e2e2e2;
  text-decoration: underline;
}

.site-banner-other {
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 100%;
  text-align: center;
  font-size: 0;
}

.site-banner-other iframe {
  border: none;
}

.site-banner-other a {
  display: inline-block;
  vertical-align: middle;
  height: 28px;
  line-height: 28px;
  margin: 0 6px;
  padding: 0 8px;
  border-radius: 2px;
  color: #c2c2c2;
  color: rgba(255, 255, 255, .8);
  border: 1px solid #c2c2c2;
  border-color: rgba(255, 255, 255, .2);
  font-size: 14px;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.site-banner-other a:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
}


.site-idea {
  margin: 30px 0;
  font-weight: 300;
}

.site-idea li {
  font-size: 14px;
}

.site-idea li div {
  padding: 25px;
  line-height: 24px;
  border: 1px solid #d2d2d2;
}

.site-idea .layui-field-title {
  border-color: #d2d2d2
}

.site-idea .layui-field-title legend {
  margin: 0 20px 20px 0;
  padding: 0 20px;
  text-align: center;
}

/* ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚ÂµÃƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â  */
.site-sponsor-home {
  margin-top: 40px;
  text-align: center;
}

.site-sponsor-home .layui-btn {
  position: relative;
  width: 248px;
  height: 60px;
  line-height: 60px;
  background: none;
  border-color: #212121;
  font-size: 20px;
  border-radius: 6px;
}

.site-sponsor-home .layui-btn:hover {
  background: #4A4855;
  color: #BAB8C3;
}

.site-sponsor-home p {
  position: relative;
  padding-top: 15px;
  font-size: 22px;
  color: #212121;
}

.site-sponsor-home p:before {
  content: '';
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url(//res.ilayuis.com/upload/2018_1/168_1514869467160_26113.png)
    /*tpa=http://cdn.ilayuis.com/upload/2018_1/168_1514869467160_26113.png*/
    center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .site-sponsor-home .layui-btn {
    width: 180px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
  }

  .site-sponsor-home p {
    font-size: 16px;
  }

  .site-desc .web-font-desc {
    color: #fff;
    color: rgba(255, 255, 255, .8);
    font-size: 30px;
  }

  .site-sponsor-home p:before {
    width: 20px;
    height: 20px;
  }

  .site-desc cite {
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 100%;
    color: #c2c2c2;
    color: rgba(255, 255, 255, .66);
    font-style: normal;
    font-size: 13px;
  }

  .site-desc {
    margin-top: 100px;
  }

  .site-banner {
    height: 300px;
  }

  .footer {
    line-height: 33px;
    font-size: 16px;
    padding: 16px 15px;
  }
}