/* =================================== */
/*	基础样式
/* =================================== */
* {
  outline: none;
}
body {
  background-color: #fff;
  font-family: "PingFangSC-Light", "Helvetica Neue", "Hiragino Sansgb", "Arial",
    "Microsoft Yahei", "Microsoft Yahei ui", "Simsun", "Sans-serif";
  font-size: 14px;
  font-family: "微软雅黑";
  color: #6a737b;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* figure,
p {
  margin: 0;
} */

a {
  color: #333;
  transition: color 300ms;
}
a,
a:hover,
a:active,
a:focus,
a:visited {
  text-decoration: none;
}

iframe {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

.sec-title {
}

.sec-title h2 {
  color: #318853;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
}

.sec-sub-title {
  margin: 35px 0 45px;
}

.sec-sub-title p {
  font-weight: 600;
  line-height: 24px;
  font-size: 18px;
  color: #5b646e;
}

.devider {
  margin-top: 30px;
}

.devider i {
  color: #cccccc;
}

.devider:before,
.devider:after {
  content: "______________________";
  color: #e6e8ea;
  position: relative;
  bottom: 6px;
}

.devider:before {
  right: 10px;
}

.devider:after {
  left: 10px;
}

.mb50 {
  margin-bottom: 50px;
}

#preloader {
  background-color: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1100;
}

#preloader > img {
  left: 47%;
  position: absolute;
  top: 48%;
}

/*=========================================
	滑动
==========================================*/

#slider {
  padding: 0;
}

#slider .carousel-inner .item {
  background-size: cover;
}

.carousel-caption {
  top: 50%;
}

.carousel-caption h2 {
  font-size: 62px;
  font-weight: 300;
}

.carousel-caption h2 span {
  font-weight: 800;
}

.carousel-caption h3 {
  font-size: 48px;
  font-weight: 300;
  margin: 6px 0 20px;
}

.carousel-caption p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.carousel-caption p:before,
.carousel-caption p:after {
  color: #0feb9e;
  content: "___";
  position: relative;
  top: -8px;
}

.carousel-caption p:before {
  right: 20px;
}

.carousel-caption p:after {
  left: 20px;
}

.social-links {
  margin-top: 5%;
}

.social-links li {
  display: inline-block;
}

.social-links li a {
  color: rgba(255, 255, 255, 0.3);
  display: block;
  margin: 0 6px;
}

.social-links li a:hover {
  color: #fff;
}

.carousel-indicators {
  bottom: 10px;
  left: inherit;
  margin: 0;
  right: 30px;
  top: 49%;
  width: 0;
}

.carousel-indicators li {
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 8px;
  width: 8px;
}

.carousel-indicators .active {
  height: 8px;
  width: 8px;
}

/*=========================================
	主体内容
==========================================*/

.source-item {
  float: left;
  width: 18%;
  position: relative;
  margin: 1% 1%;
  cursor: pointer;
}

.source-item:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.source-item > img {
  display: block;
  max-width: 100%;
}

.source-desc {
  padding-left: 5px;
}

.source-desc h4 {
  font-size: 15px;
  padding-top: 8px;
  color: #333;
}

.source-desc p {
  font-size: 12px;
  line-height: 24px;
  color: #999;
}

/*=========================================
	底部版权
==========================================*/
.footer {
  position: relative;
  z-index: 9;
}
.footer span,
.footer p,
.footer a {
  color: #fff;
}
.footer-wrapper {
  background: #10163b;
  min-width: 1300px;
}

.footer-wrapper .main {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.footer-wrapper .wx-box {
  float: left;
  padding-top: 0.82rem;
  color: #fff;
}

.footer-wrapper .wx-box .tit {
  color: #fff;
  font-weight: 700;
  font-size: 0.27rem;
  line-height: 1.6;
}

.footer-wrapper .wx-box .desc {
  width: 322px;
  margin: 14px 0 50px;
  font-size: 16px;
  line-height: 28px;
}

.footer-wrapper .main {
}

.footer-wrapper .site-map {
  flex: 1;
  display: flex;
  justify-content: center;
  float: right;
  padding: 0.8rem 0 0;
}

.footer-wrapper .site-map .map-item {
  float: left;
  margin-right: 0.6rem;
  text-align: left;
}

.footer-wrapper .site-map .map-item .map-item-title {
  font-size: 0.22rem;
  color: #fff;
  cursor: default;
}

.footer-wrapper .site-map .map-item .map-subcontent {
  margin-top: 20px;
}

.footer-wrapper .site-map .map-item .map-subcontent li {
  max-width: 200px;
  text-align: left;
  margin-top: 0.13rem;
  word-break: keep-all;
  white-space: nowrap;
  overflow: visible;
}

.footer-wrapper .site-map .map-item .map-subcontent li a {
  color: #fff;
  line-height: 0.16rem;
  /* cursor: default; */
}
.footer-wrapper .site-map .map-item .map-subcontent li a .QQserver {
  width: 1.2rem;
  height: 0.35rem;
  border-radius: 0.5rem;
  border: 1px solid #8a8a8a;
  background-color: #fff;
  color: #fff;
  font-size: 0.16rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.footer-wrapper .copyright {
  padding: 20px 0;
  background-color: #040929;
  text-align: center;
}

.footer-wrapper .copyright .friendlink {
  display: inline-block;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.footer-wrapper .copyright .friendlink li:first-child {
  margin-left: 1px;
}

.footer-wrapper .copyright .friendlink li {
  position: relative;
  display: inline-block;
  margin-left: 1px;
  padding: 0 20px;
}

.footer-wrapper .copyright .friendlink li a {
  font-size: 14px;
  color: #999;
}

.footer-wrapper .copyright p {
  font-size: 12px;
  text-align: center;
}

.footer-wrapper .copyright p a {
  color: #fff;
}

.footer-wrapper .copyright .friendlink li:not(:first-child):before {
  content: "";
  position: absolute;
  top: 2px;
  left: -1px;
  width: 1px;
  height: 14px;
  background: #999;
}
.footer-wrapper .site-map .qrcode {
  margin-right: 0.1rem;
}
.footer-wrapper .site-map .qrcode:last-child {
  margin-right: 0;
}
.footer-wrapper a[title="站长统计"] {
  margin-left: 10px;
  display: inline-flex;
}

#back-top {
  bottom: 10px;
  position: fixed;
  right: 25px;
  z-index: 9;
  display: none;
}

/*=========================================
	登录&注册
==========================================*/

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinges {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slow {
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
}

.animated.snail {
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  -o-animation-duration: 4s;
  animation-duration: 4s;
}

@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}

@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}

@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}

@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}

.login .modal-dialog {
  width: 4.65rem;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -192px 0 0 -192px;
}

.login .modal-footer {
  border-top: 0;
  margin-top: 0;
  padding: 10px 20px 20px;
}

.login .modal-header {
  border: 0 none;
  padding: 15px 15px 15px;
}

.login .division {
  float: none;
  margin: 0 auto 18px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.login .division .line {
  border-top: 1px solid #dfdfdf;
  position: absolute;
  top: 10px;
  width: 34%;
}

.login .division .line.l {
  left: 0;
}

.login .division .line.r {
  right: 0;
}

.login .division span {
  color: #424242;
  font-size: 17px;
}

.login .box .social {
  float: none;
  margin: 0 auto 0;
  text-align: center;
}

.login .social .circle {
  background-color: #eeeeee;
  color: #ffffff;
  border-radius: 100px;
  display: inline-block;
  margin: 0 17px;
  padding: 15px;
}

.login .social .circle .fa {
  font-size: 16px;
}

.login .forgot {
  color: #797979;
  overflow: hidden;
  text-align: center;
}

.login .pull-right:hover {
  color: #318853;
}

#login-group {
  width: 95%;
  height: 40px;
  line-height: 40px;
  margin: 10px;
}

.login a {
  color: #318853;
}

.login .btn-login,
.registerBox .btn-register {
  background-color: #318853;
  border-color: #318853;
  border-width: 0;
  color: #433319;
  font-size: 0.18rem;
  display: block;
  margin: 20px auto;
  padding: 12px 50px;
  width: 90%;
  border-radius: 10px;
  outline: none !important;
}

.login .btn-login:hover,
.registerBox .btn-register:hover {
  background-color: #318853;
  color: #433319;
}

.box label.error {
  color: #e02433;
  margin: 5px;
}

.login .form-control {
  border-radius: 8px;
  box-shadow: 2px 0 5px 0 #fff;
  background: rgba(28, 31, 33, 0.06);
  border: 0;
}

.login-input {
  margin: 0 15px;
}

/*.login .form-control:hover {*/
/*background-color: rgba(0, 0, 0, .16);*/
/*}*/

/*.login .form-control:focus {*/
/*box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04) inset;*/
/*background-color: rgba(0, 0, 0, 0.23);*/
/*color: #FFFFFF;*/
/*}*/

.login .box .form input[type="text"],
.login .box .form input[type="password"] {
  border-radius: 8px;
  border: none;
  font-size: 14px;
  height: 46px;

  padding: 13px 16px;
  width: 100%;
}

#password-login {
  margin-top: 20px;
}

.modal-open {
  overflow: initial !important;
}

/*loading效果*/
#fountainG {
  position: relative;
  margin: 10% auto;
  width: 240px;
  height: 29px;
}

.fountainG {
  position: absolute;
  top: 0;
  background-color: #33cc99;
  width: 29px;
  height: 29px;
  -webkit-animation: bounce_fountainG 1.3s infinite normal;
  -moz-animation: bounce_fountainG 1.3s infinite normal;
  -o-animation: bounce_fountainG 1.3s infinite normal;
  -ms-animation: bounce_fountainG 1.3s infinite normal;
  animation: bounce_fountainG 1.3s infinite normal;
  -moz-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
  border-radius: 19px;
}

#fountainG_1 {
  left: 0;
  -moz-animation-delay: 0.52s;
  -webkit-animation-delay: 0.52s;
  -ms-animation-delay: 0.52s;
  -o-animation-delay: 0.52s;
  animation-delay: 0.52s;
}

#fountainG_2 {
  left: 30px;
  -moz-animation-delay: 0.65s;
  -webkit-animation-delay: 0.65s;
  -ms-animation-delay: 0.65s;
  -o-animation-delay: 0.65s;
  animation-delay: 0.65s;
}

#fountainG_3 {
  left: 60px;
  -moz-animation-delay: 0.78s;
  -webkit-animation-delay: 0.78s;
  -ms-animation-delay: 0.78s;
  -o-animation-delay: 0.78s;
  animation-delay: 0.78s;
}

#fountainG_4 {
  left: 90px;
  -moz-animation-delay: 0.91s;
  -webkit-animation-delay: 0.91s;
  -ms-animation-delay: 0.91s;
  -o-animation-delay: 0.91s;
  animation-delay: 0.91s;
}

#fountainG_5 {
  left: 120px;
  -moz-animation-delay: 1.04s;
  -webkit-animation-delay: 1.04s;
  -ms-animation-delay: 1.04s;
  -o-animation-delay: 1.04s;
  animation-delay: 1.04s;
}

#fountainG_6 {
  left: 150px;
  -moz-animation-delay: 1.17s;
  -webkit-animation-delay: 1.17s;
  -ms-animation-delay: 1.17s;
  -o-animation-delay: 1.17s;
  animation-delay: 1.17s;
}

#fountainG_7 {
  left: 180px;
  -moz-animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
  -ms-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

#fountainG_8 {
  left: 210px;
  -moz-animation-delay: 1.43s;
  -webkit-animation-delay: 1.43s;
  -ms-animation-delay: 1.43s;
  -o-animation-delay: 1.43s;
  animation-delay: 1.43s;
}

@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: #33cc99;
  }

  100% {
    -moz-transform: scale(0.3);
    background-color: #0099cc;
  }
}

@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: #33cc99;
  }

  100% {
    -webkit-transform: scale(0.3);
    background-color: #0099cc;
  }
}

@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);
    background-color: #33cc99;
  }

  100% {
    -ms-transform: scale(0.3);
    background-color: #0099cc;
  }
}

@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: #33cc99;
  }

  100% {
    -o-transform: scale(0.3);
    background-color: #0099cc;
  }
}

@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: #33cc99;
  }
  100% {
    transform: scale(0.3);
    background-color: #0099cc;
  }
}

@media screen and (max-width: 1440px) {
  html,
  body {
    font-size: 90px;
  }
}
@media screen and (min-width: 1440px) {
  html,
  body {
    font-size: 100px;
  }
}
body * {
  font-size: 14px;
  color: #333;
}
.size_box {
  position: relative;
  margin: 0 auto;
  padding: 1px 0 0 0;
  width: 14.4rem;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear::after {
  display: block;
  content: "";
  clear: both;
  width: 0;
  height: 0;
  overflow: hidden;
}
