@import "../css/style.css";
@font-face {
  font-family: 'Futura-Bold';
  src: url('../font/Futura-Bold.ttf');
}
@font-face {
  font-family: 'FuturaStd-Light';
  src: url('../font/FuturaStd-Light.otf');
}
/* 导航栏部分 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #FFFFFF;
  transition: background-color 0.2s ease-in-out;
}
.header .nav {
  margin: 0 auto;
  padding: 20px 0;
  width: 1200px;
  height: 100%;
  font-size: 0;
}
.header .nav .logo a {
  display: inline-block;
}
.header .nav .logo img {
  width: 100%;
  height: auto;
}
.header .nav .logo .logo_white {
  display: none;
}
.header .nav .logo .logo_normal {
  display: block;
}
.header .nav .menu {
  padding-top: 8px;
  height: 40px;
}
.header .nav .menu ul {
  display: inline-block;
}
.header .nav .menu li {
  position: relative;
  display: inline-block;
  margin-right: 40px;
  height: 40px;
}
.header .nav .menu li:last-child {
  margin-right: 0;
}
.header .nav .menu li.active > a {
  position: relative;
  display: inline-block;
  font-weight: 600;
  color: #9B0720;
  font-family: 'PingFangSC-Semibold';
}
.header .nav .menu li.active > a::after {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  display: block;
  content: '';
  width: 32px;
  height: 3px;
  background: #9B0720;
}
.header .nav .menu a {
  font-size: 16px;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  line-height: 22px;
}
.header .nav .menu a:hover {
  color: #9B0720;
}
.header .nav .user-info {
  position: relative;
  margin-left: 90px;
  display: inline-block;
  width: max-content;
  height: 40px;
  cursor: pointer;
}
.header .nav .user-info .icon-user,
.header .nav .user-info .icon-user-black {
  position: absolute;
  left: -30px;
  top: -1px;
  width: 24px;
}
.header .nav .user-info .icon-user {
  display: none;
}
.header .nav .user-info .icon-user-black {
  display: block;
}
.header .nav .user-info .user-name {
  display: inline-block;
  font-size: 16px;
  font-family: 'PingFangSC-Medium';
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
  line-height: 22px;
}
.header .nav .icon-arrow,
.header .nav .icon-arrow-black {
  margin-left: 2px;
  top: 2px;
  width: 16px;
  position: relative;
}
.header .nav .icon-arrow {
  display: none;
}
.header .nav .icon-arrow-black {
  display: inline-block;
}
.header .nav .drop:hover .drop-menu {
  visibility: visible;
}
.header .nav .drop:hover .icon-arrow,
.header .nav .drop:hover .icon-arrow-black {
  transform: rotate(180deg);
}
.header .nav .drop-menu {
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 35px;
  padding: 2px 12px;
  box-sizing: border-box;
  width: 112px;
  z-index: 10;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  transform: translate(-50%);
}
.header .nav .drop-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #FFFFFF;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%) rotate(-90deg);
}
.header .nav .drop-menu > a {
  color: rgba(0, 0, 0, 0.7);
}
.header .nav .drop-menu-item {
  display: inline-block;
  padding: 10px 12px;
  text-align: center;
  font-size: 16px;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  line-height: 22px;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.header .nav .drop-menu-item:last-child {
  border: none;
}
.header .nav .drop-menu-item:hover {
  color: #9B0720;
}
.header_down {
  background-color: #FFFFFF;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
/* footer部分 */
.footer {
  margin-top: -272px;
  width: 100%;
  background: #16181A;
}
.footer .footer-content {
  position: relative;
  padding: 40px 0 30px;
}
.footer .footer-content .footer-logo {
  margin-right: 60px;
  width: 130px;
  height: 40px;
}
.footer .left {
  display: inline-block;
}
.footer .left > li {
  margin-right: 40px;
  float: left;
}
.footer .left > li:last-child {
  margin-right: 0;
}
.footer .left .jump-link .title {
  font-size: 16px;
  font-family: 'PingFangSC-Medium';
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
}
.footer .left .jump-link li {
  margin-top: 12px;
}
.footer .left .jump-link li a,
.footer .left .jump-link li p {
  font-size: 16px;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 22px;
}
.footer .right {
  position: absolute;
  right: 0;
  top: 42px;
}
.footer .right .qrcode {
  margin-left: 40px;
}
.footer .right .qrcode img {
  width: 90px;
  height: 90px;
  border: 1px solid #000000;
}
.footer .right .qrcode span {
  display: block;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 20px;
}
.footer .btm {
  padding: 25px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .btm a,
.footer .btm span {
  font-size: 14px;
  font-family: 'PingFangSC-Regular, PingFang SC';
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 20px;
}
.footer .btm span {
  display: inline-block;
  cursor: text;
}
/* 主体段落部分 */
.container {
  min-height: 100vh;
  padding-bottom: 272px;
}
.container .section {
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
  background-color: #ffffff;
}
.slogan-wrap {
  padding-top: 40px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: fit-content;
  text-align: center;
}
.slogan-wrap .title {
  margin-bottom: 8px;
  font-size: 28px;
  font-family: 'PingFangSC-Semibold';
  font-weight: 600;
  color: #000000;
}
.slogan-wrap .title:last-child {
  margin-bottom: 0;
}
.slogan-wrap .title-label {
  margin-top: 12px;
  font-size: 20px;
  font-family: 'DINNextW1G-Light';
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
}
.container .section .title-wrap {
  position: relative;
}
.container .section .title-wrap .title {
  font-size: 32px;
  font-family: 'PingFangSC-Semibold';
  font-weight: 600;
  color: #000000;
  line-height: 45px;
  z-index: 2;
}
.container .section .title-wrap .title-label {
  position: absolute;
  left: 0;
  right: 0;
  top: 13px;
  display: inline-block;
  font-size: 36px;
  font-family: 'Futura-Bold';
  font-weight: bold;
  color: #85151B;
  line-height: 43px;
  opacity: 0.1;
  /* IE 8 */
  filter: alpha(opacity=10);
}
.container .section .title-wrap .square {
  position: absolute;
  top: 40px;
  right: -10px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #8B161B;
}
/* 面包屑 */
.container .crumbs {
  margin: 20px 0;
}
.container .crumbs li {
  display: inline-block;
  margin: 0 10px;
}
.container .crumbs li:first-child {
  margin-left: 0;
}
.container .crumbs li a {
  font-size: 16px;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  line-height: 22px;
}
.container .crumbs li.active a {
  color: #000000;
}
/* 上一篇下一篇 */
.piece-box .article-preview:first-child {
  margin-bottom: 16px;
}
.piece-box .article-preview .piece-tips {
  margin-bottom: 15px;
}
.piece-box .article-preview-title {
  margin-bottom: 8px;
  font-size: 16px;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
  color: #000000;
  line-height: 28px;
  cursor: pointer;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.piece-box .article-preview-title:hover {
  text-decoration: underline;
}
.piece-box .article-preview.active .article-preview-title {
  text-decoration: underline;
}
.piece-box .hot-category {
  margin-top: 40px;
  margin-bottom: 16px;
  font-size: 18px;
  font-family: 'PingFangSC-Semibold';
  font-weight: 600;
  color: #000000;
  line-height: 25px;
}
.piece-box .hot-icon {
  margin-right: 6px;
  width: 12px;
  height: 15px;
  vertical-align: middle;
}
/* 分页 */
.pagination {
  text-align: center;
}
.pagination .pages {
  display: inline-block;
}
.pagination ul li {
  margin: 0 4px;
  float: left;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  border-radius: 6px;
  background: #ffffff;
  border: 1px solid #D9D9D9;
  cursor: pointer;
}
.pagination ul li.active {
  color: #ffffff;
  background: #9B0720;
}
.no-data {
  margin-top: 50px;
  font-size: 16px;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
  color: #000000;
  line-height: 22px;
  text-align: center;
}
.no-login {
  padding-top: 100px;
  width: 100%;
  min-height: 590px;
  background: #FFFFFF;
  text-align: center;
}
.no-login .not_logged {
  width: 300px;
  height: 300px;
}
.no-login .tips {
  margin-top: 18px;
  font-size: 18px;
  font-family: 'PingFangSC-Medium';
  font-weight: 500;
  color: #000000;
  line-height: 25px;
}
/* modal弹框 */
.modal-wrapper {
  display: none;
  position: fixed;
  z-index: 900;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(22, 24, 26, 0.6);
}
.modal-container {
  position: absolute;
  z-index: 999;
  top: 15%;
  right: 20%;
  bottom: 15%;
  left: 20%;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 2px 3px #333;
  padding: 40px 50px;
  text-align: center;
}
.modal-title {
  font-size: 20px;
  font-family: 'PingFangSC-Semibold';
  font-weight: 600;
  color: #000000;
  line-height: 28px;
}
.modal-content {
  text-align: left;
  height: 85%;
  overflow-y: auto;
}
.modal-footer {
  position: absolute;
  right: 0;
  bottom: 50px;
  left: 0;
}
.modal-btn,
.modal-btn-gray {
  margin-right: 28px;
  display: inline-block;
  width: 128px;
  height: 40px;
  font-size: 16px;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  background: #9B0720;
  border-radius: 20px;
  cursor: pointer;
}
.modal-btn:last-child,
.modal-btn-gray:last-child {
  margin-right: 0;
}
.modal-btn-gray {
  background: rgba(0, 0, 0, 0.3);
}
.tip-container {
  padding: 32px 50px;
  margin: auto;
  width: 580px;
  height: 412px;
  top: 300px;
  right: 0;
  left: 0;
  bottom: auto;
}
.tip-container .modal-content {
  margin: auto;
  text-align: center;
  width: 364px;
}
.tip-container .modal-content > p {
  font-size: 16px;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
  color: #000000;
  line-height: 30px;
}
.tip-container .modal-content .tips {
  margin-bottom: 24px;
  width: 56px;
  height: 56px;
}
.tip-container .modal-content .countdown {
  margin-top: 44px;
  width: 48px;
  height: 48px;
}
.tip-container .modal-content .second {
  font-size: 16px;
  font-family: 'PingFangSC-Medium';
  font-weight: 500;
  color: rgba(155, 7, 32, 0.7);
  line-height: 22px;
}
.tip-container .modal-footer {
  bottom: 40px;
}
.tip-container .modal-footer .modal-btn {
  width: 364px;
}
.login-page {
  display: flex;
  margin: 0 auto;
  width: 100%;
  min-height: 100vh;
  background-color: #f9f9f9;
  background-image: url('../images/login_bg.png');
  background-size: cover;
}
.login-container {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 800px;
  height: 450px;
  background: #FFFFFF;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.login-left {
  width: 300px;
  height: 100%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #9B0720;
  background-image: url('../images/login_left_bg.png');
  background-size: cover;
}
.login-right {
  padding: 0 90px;
  width: 500px;
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.login-content {
  margin-top: 68px;
}
.login-content-title {
  font-size: 24px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  color: #000000;
  line-height: 33px;
  text-align: center;
}
.input-container {
  margin-top: 50px;
  position: relative;
}
.input-container .input {
  position: relative;
  padding: 0 16px;
  width: 320px;
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.input-container .input:hover {
  border: 1px solid #9B0720;
}
.input-container .input:first-child {
  margin-bottom: 35px;
}
.input-container input {
  display: inline-block;
  width: 190px;
  height: 100%;
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #000000;
  line-height: 22px;
  border: none;
  outline: none;
}
.input-container .code_btn {
  position: absolute;
  top: 0;
  right: 16px;
  padding: 0;
  display: inline-block;
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #9B0720;
  line-height: 46px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
}
.input-container .code_btn:hover {
  background-color: #ffffff;
}
.login-button {
  margin-top: 50px;
  width: 320px;
  height: 40px;
  background: #9B0720;
  border-radius: 20px;
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
  border: none;
  outline: none;
  cursor: pointer;
}
.errorTips {
  position: absolute;
  left: 16px;
  bottom: -25px;
  margin-right: 16px;
  margin-top: 4px;
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #9B0720;
  line-height: 20px;
  opacity: 0.8;
}
/*# sourceMappingURL=login.css.map */