@charset "UTF-8";

.footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #242a37;
  opacity: 1;
  color: #fff;
}

.footer-top {
  width: 1200px;
  padding-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-logo__img {
  height: 51px;
}

.footer-logo__span {
  margin-top: 14px;
  font-size: 14px;
  color: #999;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-menu__title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 8px;
  text-decoration: none;
}

.footer-menu__item {
  margin-top: 13px;
  font-size: 14px;
  color: #e9e9e9;
  text-decoration: none;
}

.footer-menu__item:hover {
  cursor: pointer;
  color: #f18300;
}

.footer-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-images__item {
  margin-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-images__img {
  width: 80px;
  height: 80px;
}

.footer-images__span {
  margin-top: 13px;
  font-size: 14px;
  color: #e9e9e9;
}

.footer-bottom {
  margin-top: 16px;
  width: 100%;
  padding: 16px 0;
  text-align: center;
  color: #999;
  font-size: 14px;
  border-top: 1px solid #404040;
}

.footer-bottom a {
  color: #999;
}

.right-menu-wrapper {
  position: fixed;
  right: 0;
  bottom: 250px;
  z-index: 100;
  width: 72px;
}

.right-menu-wrapper .menu {
  width: 72px;
  background-color: #fff;
  border-radius: 6px 0 0 6px;
  border: solid 1px #e9e9e9;
  border-right: none;
  text-align: center;
}

.right-menu-wrapper .menu .menu-item {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  color: #999;
  padding: 13px 0;
  border-bottom: solid 1px #e9e9e9;
}

.right-menu-wrapper .menu .menu-item__img {
  height: 26px;
  width: 26px;
}

.right-menu-wrapper .menu .menu-item:hover {
  color: #f18300;
}

.right-menu-wrapper .mobile {
  position: relative;
}

.right-menu-wrapper .mobile:hover .menu-item__img {
  content: url("https://cdn.gupaoedu.com/officialweb/v4.0.0/image/menu/mobile-active.png");
}

.right-menu-wrapper .mobile:hover .mobile__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.right-menu-wrapper .mobile__content {
  display: none;
  position: absolute;
  top: -50%;
  right: calc(100% + 15px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 18px;
  width: 300px;
  height: 168px;
  background: #fff;
  border: 1px solid #e9e9e9;
  opacity: 1;
}

.right-menu-wrapper .mobile .content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-menu-wrapper .mobile .content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-menu-wrapper .mobile .content__img {
  height: 120px;
  width: 120px;
}

.right-menu-wrapper .mobile .content__span {
  color: #999;
}

.right-menu-wrapper .menu .menu-item:last-child {
  border-bottom: none;
}

.right-menu-wrapper .chart:hover .qq {
  content: url("https://cdn.gupaoedu.com/officialweb/v4.0.0/image/menu/qq-active.png");
}

.right-menu-wrapper .complaints:hover .complaints-img {
  content: url("https://cdn.gupaoedu.com/officialweb/v4.0.0/image/menu/complaints-active.png");
}

.right-menu-wrapper .complaints-img {
  height: 26px;
  width: 26px;
}

.right-menu-wrapper .qq {
  height: 26px;
  width: 23px;
}

.right-menu-wrapper .menu .menu-item .text {
  color: #444;
}

.right-menu-wrapper .online-chart {
  margin-bottom: 16px;
  display: block;
  padding: 14px 0;
  width: 72px;
  background: -webkit-gradient(linear,left top,right top,from(#fdd000),to(#f08300));
  background: -webkit-linear-gradient(left,#fdd000 0,#f08300 100%);
  background: -o-linear-gradient(left,#fdd000 0,#f08300 100%);
  background: linear-gradient(90deg,#fdd000 0,#f08300 100%);
  font-size: 14px;
  border-radius: 6px 0 0 6px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}

.right-menu-wrapper .return-top {
  margin-top: 16px;
  width: 72px;
  height: 58px;
  background-color: #fff;
  border-radius: 6px 0 0 6px;
  border: solid 1px #e9e9e9;
  border-right: none;
  text-align: center;
  cursor: pointer;
  visibility: visible;
}

.right-menu-wrapper .return-top:hover img {
  content: url("https://cdn.gupaoedu.com/officialweb/v4.0.0/image/menu/top-active.png");
}

.right-menu-wrapper .return-top img {
  margin-top: 17px;
}

.news-video {
  width: 1000px;
  position: fixed;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translateX(50%) translateY(45%);
  -ms-transform: translateX(50%) translateY(45%);
  transform: translateX(50%) translateY(45%);
  z-index: 101;
  height: 800px;
  display: none;
}

.news-video .news-bg {
  width: 100%;
}

.news-video #player,
.news-video video {
  position: absolute;
  left: 0;
  bottom: 10px;
  height: 562px;
  width: 1000px;
  cursor: pointer;
}

.news-video .news-scale {
  display: none;
  position: absolute;
  right: 0;
  top: 50px;
  width: 50px;
  height: 50px;
  z-index: 101;
  cursor: pointer;
}

.news-video .news-close {
  position: absolute;
  right: 234px;
  top: 22px;
  width: 80px;
  height: 80px;
  z-index: 101;
  cursor: pointer;
}

.news-video.scale {
  right: 0;
  bottom: 20px;
  -webkit-transform: scale(.3);
  -ms-transform: scale(.3);
  transform: scale(.3);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
}

.mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 100;
  opacity: .4;
}

.isindexfoot {
  padding-bottom: 0;
}