﻿#page-container.page-header-fixed #main-container {
  padding: 0;
}
#page-container.main-content-boxed > #main-container .content {
  padding: 10px;
}
.bg-image {
  position: relative;
  background-position: center;
}
.bg-image .home-title {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  background-color: rgba(0, 95, 155, 0.2);
  justify-content: center;
  align-items: center;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
}
.bg-image .home-title h1 {
  font-size: 3rem;
  font-family: "Source Han Serif", "思源宋体", "思源宋体 CN", "微软雅黑", serif;
  font-weight: 800;
  line-height: 1;
  margin: 0;
}
.article-content p {
  margin: 14px 0;
}
.article-content img {
  max-width: 100%;
}
#progressNumber {
  width: 100%;
  background: #4CCD80;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  position: fixed;
  z-index: 9999999999999999991;
  display: none;
}
.custom-file-label::after {
  content: "选择文件";
}
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999999999999999990;
  display: none;
}
.loading .content {
  width: 200px;
  margin-top: 40vh;
  background: #fff;
  display: inline-block;
  padding: 20px;
  border-radius: 5px;
}
.loading .content p {
  margin: 0;
  padding: 10px 0;
  color: #888;
}
.pay-btn {
  margin-bottom: 50px;
  border-top: 1px #ccc dotted;
  padding-top: 20px;
}
.pay-btn .pay-logo {
  width: 120px;
  height: 60px;
  border: 1px #ccc solid;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  border-radius: 5px;
  margin: 0 10px;
  opacity: 0.7;
}
.pay-btn .pay-logo:hover {
  opacity: 1;
  cursor: pointer;
}
.pay-btn .pay-logo img {
  width: 80%;
}
#userAgent {
  width: 100%;
  background: #ff0000;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  z-index: 9999999999999999991;
  display: none;
}
.swal-text {
  text-align: center;
}
.mfp-wrap {
  z-index: 99999;
}
.mfp-bg {
  z-index: 99998;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ccc;
}
.home-float {
  position: fixed;
  top: 37.3%;
  right: 3%;
  z-index: 9999999999999999990;
}
.home-float img {
  width: 180px;
}
table p {
  margin: 0;
}
.removeImg {
  position: absolute;
  margin-left: -30px;
  margin-top: 10px;
}
.content .push {
  margin: 0;
}
.mfp-figure:after {
  background: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .bg-image .home-title h1 {
    padding: 0 10%;
    line-height: 1.2;
    font-size: 2.4rem;
  }
  .bg-image .home-title h1 span {
    font-size: 1rem;
  }
}
