/*
* FileName    : common.css
* Author      : lyy
*/

/************************************** css-base reset from alice (http://aliceui.org/) **************************************************/
html {
  height: 100%;
  background: transparent;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  position: relative;
  margin: auto;
}

body {
  opacity: 0;
  animation: page-fade-in 0.5s forwards;
  height: 100%;
}

@keyframes page-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

button {
  outline: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

body {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "宋体";
  color: #000;
  min-height: 100%;
}

input,
select,
textarea {
  font-size: 100%;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

fieldset,
img {
  border: 0;
}

iframe {
  display: block;
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

del {
  text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-weight: 500;
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-size: 100%;
}

q:before,
q:after {
  content: "";
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ins,
a {
  text-decoration: none;
}

.f-fl {
  display: inline;
  float: left;
}

.f-fr {
  display: inline;
  float: right;
}

.fl {
  width: 49%;
  float: left;
}

.fr {
  width: 49%;
  float: right;
}

a,
input,
textarea {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  color: #000;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "宋体";
}

/* WebKit browsers  */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
/*  Mozilla Firefox 4-18使用伪类 */
input:-moz-placeholder,
textarea:-moz-placeholder,
/* Mozilla Firefox 19+ 使用伪元素  */
input::-moz-placeholder,
textarea::-moz-placeholder,
/* IE10使用伪类 */
input:-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "宋体";
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.flex {
  display: flex;
  align-items: center;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.align-center {
  text-align: center;
}

.color-white {
  color: #fff !important;
}

.hide {
  display: none;
}

.container {
  height: 100%;
  overflow-y: scroll;
}

.fixed {
  position: fixed !important;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}

.hidden {
  overflow: hidden;
}

a {
  cursor: pointer;
}

.text-center {
  text-align: center;
}

.tag-primary {
  align-items: center;
  background-color: #ebf5ff;
  border-radius: 4px;
  border: 1px solid #d8ebff;
  box-sizing: border-box;
  color: #409eff;
  display: inline-flex;
  font-size: 12px;
  height: 24px;
  justify-content: center;
  line-height: 1;
  padding: 0 9px;
  white-space: nowrap;
  margin-left: 10px;
}

.tag-success {
  align-items: center;
  background-color: #f0f9eb;
  border-radius: 4px;
  border: 1px solid #e1f3d8;
  box-sizing: border-box;
  color: #67c23a;
  display: inline-flex;
  font-size: 12px;
  height: 24px;
  justify-content: center;
  line-height: 1;
  padding: 0 9px;
  white-space: nowrap;
  margin-left: 10px;
}

.tag-danger {
  align-items: center;
  background-color: #fef0f0;
  border-radius: 4px;
  border: 1px solid #fde2e2;
  box-sizing: border-box;
  color: #f56c6c;
  display: inline-flex;
  font-size: 12px;
  height: 24px;
  justify-content: center;
  line-height: 1;
  padding: 0 9px;
  white-space: nowrap;
  margin-left: 10px;
}

.page-width {
  width: 1250px;
  margin: auto;
  box-sizing: border-box;
}

.logo {
  height: 110px;
  background-color: #fff;
}

.logo .logo-img {
  width: 350px;
}

.logo .login-btn {
  display: flex;
  align-items: center;
}

.logo .login-btn a {
  display: block;
  width: 63px;
  height: 32px;
  margin-left: 10px;
  border-radius: 4px;
  background: #a30a2d;
  color: #fff;
  text-align: center;
  line-height: 32px;
  font-family: Alibaba PuHuiTi 2;
}

.logo .user-login {
  display: none;
}

.logo .user-login img {
  width: 28px;
  height: 28px;
}

.logo .logined-btn a {
  display: flex;
  align-items: center;
  font-size: 18px;
}

.logo .logined-btn a img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.pc-nav {
  height: 60px;
  background: #a30a2d;
  font-size: 18px;
  line-height: 60px;
}

.pc-nav ul li {
  margin-right: 80px;
}

.pc-nav ul li a {
  display: inline-block;
  font-family: Alibaba PuHuiTi 2;
  color: #fff;
}

.pc-nav ul li a:last-child {
  margin-right: 0;
}

.pc-nav ul li a:hover {
  font-weight: bold;
}

.pc-nav ul li a.current {
  position: relative;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.pc-nav ul li a.current::after {
  content: "";
  position: absolute;
  bottom: 14px;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.footer {
  width: 100%;
  padding: 30px 0;
  font-family: Alimama Agile VF;
  font-size: 16px;
  font-weight: normal;
  line-height: 40px;
  letter-spacing: 0em;
  background-color: #e3e3e3;
  box-sizing: border-box;
}

.footer .footer-left {
  width: 50%;
  margin-right: 20px;
  color: #333333;
}

.footer .footer-left .wxcode {
  width: 110px;
  height: 110px;
  margin-right: 32px;
}

.footer .footer-right {
  width: 50%;
  color: #666666;
}

.footer .footer-right a {
  color: #666666;
}

.more {
  display: none;
  width: 150px;
  height: 44px;
  background: #f1f2f7;
  font-size: 16px;
  color: #999;
  line-height: 44px;
  margin: 60px auto 0;
  text-align: center;
}

.more a {
  color: #999;
}

.loading-more {
  width: 150px;
  height: 44px;
  background: #f1f2f7;
  font-size: 16px;
  color: #999;
  line-height: 44px;
  margin: 60px auto 0;
  text-align: center;
  cursor: pointer;
}

.content {
  position: relative;
  padding: 50px 0;
}

.top-bg {
  position: absolute;
  top: 0;
  width: 100%;
}

.content-card .tabs {
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.content-card .tabs .tabs-item {
  height: 40px;
  line-height: 40px;
  padding: 0 26px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #666;
  margin: 0 32px 20px 0;
  cursor: pointer;
}

.content-card .tabs .tabs-item.current,
.content-card .tabs .tabs-item:hover {
  border: 1px solid #f4989f;
  color: #a30a2d;
  background: #ffe9eb;
}

.content-card {
  min-height: calc(100vh - 430px);
  background-color: #fff;
  padding: 40px 32px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.content-card-title {
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: bold;
  line-height: 32px;
}

.content-card-title .title-time {
  margin-top: 20px;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  color: #999;
}

.copywriting {
  margin-top: 36px;
  font-size: 16px;
  line-height: 40px;
  color: #333;
  text-align: left;
}

.bg-f5 {
  background-color: #f5f5f5;
}

.news-list .list-item {
  width: 100%;
  margin-bottom: 35px;
}

.news-list .list-item:last-child {
  margin-bottom: 0;
}

.news-list .list-item .flex {
  width: 80%;
}

.news-list .list-item img.point {
  flex: none;
  width: 14px;
  height: 14px;
  margin-right: 12px;
}

.news-list .list-item .news-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
}

.news-list .list-item .news-title:hover {
  color: #a30a2d;
}

.news-list .list-item .news-title i {
  display: none;
  width: 8px;
  height: 8px;
  margin-right: 4px;
  background: url("/image/point.png") no-repeat;
  background-size: 100% 100%;
}

.news-list .list-item .news-time {
  flex: none;
  margin-left: 10px;
  color: #999;
  font-size: 18px;
}

.breadcrumb {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}

.breadcrumb a {
  color: #666;
}

.breadcrumb a:hover {
  color: #000;
}

.breadcrumb span {
  color: #a30a2d;
}

/* 富文本 */
.rich-text {
  font-size: 16px;
  font-weight: normal;
  line-height: 40px;
}

.rich-text img {
  max-width: 100% !important;
  height: auto !important;
}

.rich-text video {
  display: block;
  width: 100%;
  max-width: 900px;
  height: auto !important;
  margin: auto;
}

.rich-text a:hover {
  color: #a30a2d;
}

.rich-text table {
  border-collapse: collapse;
  margin: auto;
}

.rich-text td,
.rich-text th {
  border: 1px solid #ccc;
  min-width: 50px;
  height: 20px;
  padding: 0 10px;
}

.rich-text th {
  background-color: #f1f1f1;
}

/* 专家库 */
.expert-list {
  flex-wrap: wrap;
}

.expert-list .list-item {
  width: 22%;
  margin: 0 4% 40px 0;
  padding: 32px 32px 0;
  border: 1px solid rgba(227, 227, 227, 0.41);
  box-sizing: border-box;
  cursor: pointer;
}

.expert-list .list-item:hover {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.expert-list .list-item:nth-child(4n) {
  margin-right: 0;
}

.expert-list .list-item .expert-photo {
  width: 100%;
}

.expert-list .list-item .expert-name {
  padding: 20px 0 16px;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  color: #333;
}

.expert-list .list-item .expert-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
  overflow: hidden;
  min-height: 40px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #666;
}

/* 申请入口 */
.request-entry .apply-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -40px;
}

.request-entry .apply-list .list-item {
  width: 49%;
  margin: 0 2% 40px 0;
  padding: 58px 50px;
  background: #edf8f5;
  font-size: 20px;
  color: #333;
  box-sizing: border-box;
  cursor: pointer;
}

.request-entry .apply-list .list-item:hover {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  color: #a30a2d;
}

.request-entry .apply-list .apply-btn {
  padding: 10px 30px;
  background: #a30a2d;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  font-size: 20px;
  color: #fff;
}

.request-entry .apply-list .list-item:nth-child(2n) {
  margin-right: 0;
}

/* 分页 */
.pagination {
  margin-top: 60px;
}

.pagination ul {
  width: 100%;
  text-align: right;
}

.pagination ul li {
  font-size: 16px;
  display: inline-block;
  line-height: 18px;
  padding: 10px 14px;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  margin: 0px 4px;
  color: #555555;
  border-radius: 3px;
  cursor: pointer;
}

.pagination ul li.active,
.pagination ul li:hover {
  background-color: #a30a2d;
  border: 1px solid #a30a2d;
}

.pagination ul li.active a,
.pagination ul li:hover a {
  color: #fff;
}

.pagination ul li.disabled {
  border: 1px solid #d9d9d9;
  background-color: #f2f2f2;
  cursor: default;
}

.pagination ul li.disabled a {
  color: #999999;
  cursor: default;
}

/* 错误页面、申请成功页面 */
.error-page,
.success-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.error-img {
  width: 224px;
  margin-bottom: 44px;
}

.success-img {
  width: 100px;
  margin-bottom: 52px;
}

.error-tip,
.success-tip {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  color: #333;
  margin-bottom: 30px;
}

.back-btn {
  min-width: 123px;
  padding: 10px 25px;
  background: #a30a2d;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  display: inline-block;
  box-sizing: border-box;
}

.back-btn a {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
}

/* 用户协议 */
.agreement-content {
  font-size: 16px;
  line-height: 36px;
  color: #333;
}

/* 表单 */
.fill-title {
  margin-bottom: 12px;
  text-align: center;
}

.scan-code {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
}

.scan-code img {
  width: 50px;
  height: 50px;
}

.user-form input.input,
.user-form textarea.input {
  width: 100% !important;
}

.user-form input.submit {
  width: 100%;
}

.user-form .row {
  position: relative;
  margin-top: 15px;
  display: flex;
}

.user-form .row .label {
  flex: none;
  width: 65px;
  padding: 7px 10px 0 0;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  text-align: right;
}

.user-form .row .form-control {
  position: relative;
  width: 100%;
}

.user-form .row .label .required {
  color: #ec3d3d;
}

.application-card {
  width: 45%;
  margin: auto;
}

.label-4 .row .label {
  width: 65px;
}

.label-6 .row .label {
  width: 95px;
}

.label-8 .row .label {
  width: 120px;
}

/* 加载中 */
.background {
  display: block;
  width: 100%;
  height: 100%;
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.6;
  z-index: 2000;
}

.progressBar {
  display: block;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2001;
  color: #fff;
}

.box-prompt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 50%);
  padding: 10px 20px;
  min-width: 70px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  color: #fff;
  text-align: center;
  z-index: 3000;
}

@media screen and (max-width: 1460px) {
  .page-width {
    width: 1060px;
  }

  .logo {
    height: 100px;
  }

  .logo .logo-img {
    width: 330px;
  }

  .logo .logined-btn a {
    font-size: 16px;
  }

  .logo .logined-btn a img {
    width: 40px;
    height: 40px;
  }

  .pc-nav ul li a {
    font-size: 16px;
  }

  .loading-more {
    margin-top: 40px;
  }

  .content-card {
    min-height: calc(100vh - 420px);
  }

  .news-list .list-item {
    margin-bottom: 25px;
  }

  .news-list .list-item .news-title {
    font-size: 18px;
  }

  .news-list .list-item img.point {
    width: 12px;
    height: 12px;
    margin-right: 10px;
  }

  /* 专家库 */
  .expert-list .list-item {
    padding: 28px 28px 0;
  }

  .expert-list .list-item .expert-name {
    padding: 18px 0 14px;
    font-size: 18px;
  }

  .expert-list .list-item .expert-title {
    margin-bottom: 6px;
    font-size: 14px;
  }

  /* 分页 */
  .pagination {
    margin-top: 50px;
  }

  /* 申请入口 */
  .request-entry .apply-list {
    margin-bottom: -30px;
  }

  .request-entry .apply-list .list-item {
    margin: 0 2% 30px 0;
    padding: 48px 40px;
    font-size: 18px;
  }

  .request-entry .apply-list .apply-btn {
    padding: 8px 26px;
    font-size: 18px;
  }

  /* 表单 */
  .application-card {
    width: 50%;
  }
}

@media screen and (max-width: 1260px) {
  .page-width {
    width: 900px;
  }

  .logo {
    height: 90px;
  }

  .logo .logo-img {
    width: 300px;
  }

  .logo .login-btn a {
    width: 56px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
  }

  .logo .logined-btn a {
    font-size: 14px;
  }

  .logo .logined-btn a img {
    width: 34px;
    height: 34px;
  }

  .pc-nav {
    height: 50px;
    line-height: 50px;
  }

  .pc-nav ul li a {
    font-size: 14px;
  }

  .pc-nav ul li a.current::after {
    bottom: 12px;
  }

  .footer {
    font-size: 14px;
    padding: 20px 0;
    line-height: 34px;
  }

  .footer .footer-left .wxcode {
    width: 100px;
    height: 100px;
    margin-right: 20px;
  }

  .loading-more {
    width: 120px;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    margin-top: 30px;
  }

  .news-list .list-item {
    margin-bottom: 18px;
  }

  .news-list .list-item img.point {
    width: 10px;
    height: 10px;
    margin-right: 8px;
  }

  .news-list .list-item .news-time {
    font-size: 16px;
  }

  .content-card .tabs {
    margin-bottom: 15px;
  }

  .content-card .tabs .tabs-item {
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    font-size: 14px;
    margin: 0 24px 15px 0;
  }

  .content {
    padding: 40px 0;
  }

  .content-card {
    min-height: calc(100vh - 354px);
    padding: 30px 26px;
  }

  .content-card-title {
    margin-bottom: 30px;
    font-size: 22px;
  }

  .content-card-title .title-time {
    margin-top: 16px;
    font-size: 14px;
  }

  .copywriting {
    margin-top: 26px;
    font-size: 14px;
    line-height: 30px;
  }

  .breadcrumb {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .rich-text {
    font-size: 14px;
    font-weight: normal;
    line-height: 34px;
  }

  /* 专家库 */
  .expert-list .list-item {
    margin-bottom: 30px;
    padding: 24px 24px 0;
  }

  .expert-list .list-item .expert-name {
    padding: 16px 0 12px;
    font-size: 16px;
  }

  /* 分页 */
  .pagination {
    margin-top: 40px;
  }

  .pagination ul li {
    font-size: 14px;
    padding: 8px 12px;
    margin: 0px 2px;
  }

  /* 错误页面 */
  .error-img {
    width: 200px;
    margin-bottom: 36px;
  }

  .success-img {
    width: 90px;
    margin-bottom: 44px;
  }

  .error-tip,
  .success-tip {
    font-size: 18px;
    margin-bottom: 24px;
  }

  .back-btn {
    min-width: 110px;
    padding: 8px 20px;
  }

  .back-btn a {
    font-size: 16px;
  }

  /* 用户协议 */
  .agreement-content {
    font-size: 14px;
    line-height: 30px;
  }

  /* 申请入口 */
  .request-entry .apply-list {
    margin-bottom: -20px;
  }

  .request-entry .apply-list .list-item {
    margin: 0 2% 24px 0;
    padding: 38px 30px;
    font-size: 16px;
  }

  .request-entry .apply-list .apply-btn {
    padding: 6px 20px;
    font-size: 16px;
  }

  /* 表单 */
  .application-card {
    width: 55%;
  }

  .scan-code {
    font-size: 14px;
  }
}

@media screen and (max-width: 960px) {
  .page-width {
    width: 680px;
  }

  .logo {
    height: 80px;
  }

  .logo .logo-img {
    width: 280px;
  }

  .logo .login-btn a {
    width: 50px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
  }

  .pc-nav {
    height: 40px;
    line-height: 40px;
  }

  .pc-nav ul li {
    margin-right: 40px;
  }

  .pc-nav ul li a {
    font-size: 14px;
  }

  .pc-nav ul li a.current::after {
    bottom: 8px;
  }

  .footer {
    font-size: 14px;
    padding: 14px 0;
    line-height: 30px;
  }

  .footer .footer-left .wxcode {
    width: 90px;
    height: 90px;
    margin-right: 15px;
  }

  .loading-more {
    width: 100px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    margin-top: 16px;
  }

  .news-list .list-item {
    margin-bottom: 12px;
  }

  .news-list .list-item .news-title {
    font-size: 16px;
  }

  .news-list .list-item img.point {
    width: 8px;
    height: 8px;
    margin-right: 6px;
  }

  .news-list .list-item .news-time {
    font-size: 14px;
  }

  .news-list .list-item .flex {
    width: 75%;
  }

  .content-card .tabs {
    margin-bottom: 6px;
  }

  .content-card .tabs .tabs-item {
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    font-size: 14px;
    margin: 0 16px 14px 0;
  }

  .content {
    padding: 30px 0;
  }

  .content-card {
    min-height: calc(100vh - 298px);
    padding: 20px 16px;
  }

  .content-card-title {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .content-card-title .title-time {
    margin-top: 10px;
    font-size: 14px;
  }

  .copywriting {
    margin-top: 12px;
    font-size: 14px;
    line-height: 24px;
    text-indent: 2em;
  }

  .breadcrumb {
    margin-bottom: 20px;
  }

  .rich-text {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
  }

  /* 专家库 */
  .expert-list .list-item {
    margin-bottom: 20px;
    padding: 20px 20px 0;
  }

  .expert-list .list-item .expert-name {
    padding: 12px 0 10px;
    font-size: 14px;
  }

  /* 分页 */
  .pagination {
    margin-top: 30px;
  }

  /* 申请入口 */
  .request-entry .apply-list {
    margin-bottom: -10px;
  }

  .request-entry .apply-list .list-item {
    margin: 0 2% 20px 0;
    padding: 28px 20px;
    font-size: 14px;
  }

  .request-entry .apply-list .apply-btn {
    padding: 4px 16px;
    font-size: 14px;
  }

  /* 表单 */
  .application-card {
    width: 70%;
  }
}

@media screen and (max-width: 700px) {
  .page-width {
    width: 100%;
  }

  .logo {
    height: 68px;
    padding: 0 20px;
  }

  .logo .logo-img {
    width: 200px;
  }

  .logo .login-btn,
  .logo .logined-btn {
    display: none;
  }

  .logo .user-login {
    display: block;
  }

  .breadcrumb,
  .top-bg {
    display: none;
  }

  .pc-nav {
    height: auto;
    font-size: 14px;
    line-height: 1.4;
  }

  .pc-nav ul {
    padding: 0 20px;
    overflow-x: scroll;
  }

  .pc-nav ul::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .pc-nav ul li {
    flex: none;
    position: relative;
    padding: 12px 0;
    margin-right: 16px;
  }

  .pc-nav ul li a.current {
    position: unset;
  }

  .pc-nav ul li a.current::after {
    left: 0;
    bottom: 0;
    height: 3px;
  }

  .footer {
    font-size: 12px;
    padding: 20px 0;
    line-height: 20px;
  }

  .footer .page-width.flex {
    display: block;
  }

  .footer .footer-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    justify-content: center;
  }

  .footer .footer-left .wxcode {
    width: 55px;
    height: 55px;
    margin-right: 16px;
  }

  .footer .footer-right {
    width: 100%;
    text-align: center;
  }

  .more {
    display: inline-block;
    width: 100%;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    margin-top: 20px;
  }

  .loading-more {
    width: 100%;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    margin-top: 30px;
  }

  .news-list .flex-between {
    display: block;
  }

  .news-list .list-item {
    margin-bottom: 20px;
  }

  .news-list .list-item .flex {
    width: 100%;
  }

  .news-list .list-item .news-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: normal;
    line-height: 24px;
  }

  .news-list .list-item .news-time {
    margin: 8px 0 0;
  }

  .news-list .list-item img.point {
    display: none;
  }

  .news-list .list-item .news-title i {
    display: inline-block;
  }

  .content {
    padding: 0;
  }

  .content-card {
    min-height: calc(100vh - 212px);
    margin: 0;
    padding: 20px;
  }

  .content-card .tabs .tabs-item {
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    margin: 0 15px 12px 0;
  }

  .content-card-title {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .rich-text,
  .scan-code {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #666;
  }

  /* 专家库 */
  .expert-list .list-item {
    width: 49%;
    margin: 0 2% 16px 0;
    padding: 20px 20px 0;
    box-sizing: border-box;
  }

  .expert-list .list-item:nth-child(2n) {
    margin-right: 0;
  }

  .expert-list .list-item .expert-title {
    padding: 0 10px;
  }

  /* 分页 */
  .pagination {
    margin-top: 30px;
  }

  .pagination ul li {
    display: none;
  }

  .pagination ul li.previous,
  .pagination ul li.next {
    display: inline-block;
  }

  /* 错误页面 */
  .error-page,
  .success-page {
    display: block;
    padding: 15vh 0;
  }

  .error-img {
    width: 153px;
    margin-bottom: 20px;
  }

  .success-img {
    width: 69px;
    margin-bottom: 20px;
  }

  .error-tip,
  .success-tip {
    font-size: 16px;
    margin-bottom: 32px;
  }

  .back-btn {
    min-width: 130px;
    padding: 10px 34px;
  }

  .back-btn a {
    font-size: 16px;
  }

  /* 用户协议 */
  .agreement-content {
    font-size: 14px;
    line-height: 24px;
  }

  /* 申请入口 */
  .request-entry .apply-list .list-item {
    width: 100%;
    margin: 0 0 16px;
    padding: 28px 16px;
  }

  .request-entry .apply-list .apply-btn {
    padding: 5px 13px;
  }

  .submit-btn {
    padding-left: 0 !important;
  }

  .label-4 p .label {
    left: 0;
  }

  .label-6 p .label {
    left: 0;
  }

  .label-8 p .label {
    left: 0;
  }

  .application-card {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    box-sizing: border-box;
  }
}
