@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}

body {
  /*font-family: 微软雅黑, 黑体, Arial, Helvetica, sans-serif;*/
  /*font-family: "SF Pro Display","Helvetica Neue",Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei",sans-serif,'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol','Noto Color Emoji';*/
  font-family: "SF Pro Display", "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  -webkit-font-smoothing: antialiased;
}

body {
  letter-spacing: 0.04em;
}

@-moz-document url-prefix() {
  body {
    letter-spacing: 0;
  }
}
body:not(.article-content) table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

/*table {*/
/*width: 100%;*/
/*border: 0;*/
/*border-collapse: collapse;*/
/*border-spacing: 0;*/
/*}*/
body:not(.article-content) table th {
  font-weight: normal;
}

body:not(.article-content) .noteContent table {
  width: auto;
  word-break: break-all;
}

ul,
ol,
li {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

input,
select,
textarea {
  vertical-align: middle;
  color: #000;
  border: none;
  border: 0;
  outline: none;
  resize: none;
}

body a {
  color: inherit;
  text-decoration: none;
}

b,
i,
strong,
em {
  font-weight: normal;
  font-style: normal;
}

img {
  border: 0;
}

.pointer {
  cursor: pointer;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}

.clear {
  clear: none !important;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.overflowHide {
  overflow: hidden;
}

.overHidden1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.overHidden2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.6 !important;
}

.overHidden3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.6 !important;
}

.overHidden4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 1.6 !important;
}

.txt-l {
  text-align: left;
}

.txt-c {
  text-align: center;
}

.txt-r {
  text-align: right;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs24 {
  font-size: 24px;
}

.fs26 {
  font-size: 26px;
}

.fs28 {
  font-size: 28px;
}

.fs30 {
  font-size: 30px;
}

.fs32 {
  font-size: 32px;
}

.fs34 {
  font-size: 34px;
}

.fs36 {
  font-size: 36px;
}

@media screen and (min-width: 1px) and (max-width: 213px) {
  html {
    font-size: 9.09px;
  }
}
@media screen and (min-width: 214px) and (max-width: 320px) {
  html {
    font-size: 13.65px;
  }
}
@media screen and (min-width: 321px) and (max-width: 360px) {
  html {
    font-size: 15.36px;
  }
}
@media screen and (min-width: 361px) and (max-width: 375px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 376px) and (max-width: 384px) {
  html {
    font-size: 16.38px;
  }
}
@media screen and (min-width: 385px) and (max-width: 400px) {
  html {
    font-size: 17.07px;
  }
}
@media screen and (min-width: 401px) and (max-width: 415px) {
  html {
    font-size: 17.71px;
  }
}
@media screen and (min-width: 416px) and (max-width: 926px) {
  html {
    font-size: 18.09px;
  }
}
.app-show {
  display: none;
}

.pc-show {
  display: block;
}

#header {
  background: linear-gradient(180deg, #017DDB 12.35%, rgba(1, 125, 219, 0) 91.67%), linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 81.48%);
}
#header .header-container {
  padding: 36px 0;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .logo-box img {
  height: 63px;
}
#header .header-right .search-box {
  position: relative;
  width: 236px;
  margin-right: 30px;
}
#header .header-right .search-box .search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}
#header .header-right .search-box input {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 0 15px 0 35px;
  width: 100%;
  height: 32px;
  box-sizing: border-box;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}
#header .header-right .search-box input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#header .header-right .download-app {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 0 15px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  cursor: pointer;
  height: 32px;
  box-sizing: border-box;
  line-height: 30px;
  margin-right: 30px;
}
#header .header-right .download-app .app-icon {
  font-size: 14px;
  position: relative;
  top: 2px;
}
#header .header-right .after-login {
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
  color: #fff;
}
#header .header-right .after-login:hover .login-downlist-info {
  display: block;
}
#header .header-right .after-login .user-cover {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
}
#header .header-right .after-login .user-name {
  margin: 0 5px 0 10px;
  display: inline-block;
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
  font-size: 16px;
}
#header .header-right .after-login .login-out {
  padding-left: 8px;
  cursor: pointer;
}
#header .header-right .after-login .line {
  display: inline-block;
  height: 12px;
  border-left: 1px solid;
  vertical-align: middle;
}
#header .header-right .login-downlist-info {
  display: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 40px;
  right: 0;
  min-width: 117px;
}
#header .header-right .login-downlist-info.icon-triangle-up:before {
  content: "";
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: -8px;
  left: 0;
  z-index: -1;
  display: inline-block;
  width: 100%;
  height: 14px;
  padding-right: 32px;
  box-sizing: border-box;
  text-align: right;
  opacity: 0;
}
#header .header-right .login-downlist-info li {
  height: 32px;
  line-height: 32px;
  padding: 0 16px;
  text-align: left;
  font-size: 14px;
  color: #333;
  letter-spacing: 0;
}
#header .header-right .login-downlist-info li:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
#header .header-right .login-downlist-info li:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
#header .header-right .login-downlist-info li:hover {
  background: #F5F8FE;
}
#header .header-right .login-downlist-info li .icon:before {
  margin-right: 10px;
}
#header .header-right .before-login {
  line-height: 32px;
  color: #fff;
  margin-left: 30px;
  cursor: pointer;
}
#header .header-right .nav-list {
  margin-top: 18px;
  font-size: 0;
}
#header .header-right .nav-list .nav-item {
  position: relative;
  display: inline-block;
}
#header .header-right .nav-list .nav-item > a {
  display: block;
  padding: 0 22px 10px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 22px;
  font-weight: 500;
  transition: background 0.3s;
  position: relative;
}
#header .header-right .nav-list .nav-item > a:hover {
  color: #fff;
}
#header .header-right .nav-list .nav-item.active > a {
  color: #fff;
}
#header .header-right .nav-list .nav-item.active > a:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 7px;
  transform: translateX(-50%);
}
#header .header-right .nav-list .nav-item:last-child > a {
  padding-right: 0;
}
#header .header-right .nav-list .nav-item .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 8px 8px;
  display: none;
  z-index: 1001;
}
#header .header-right .nav-list .nav-item .dropdown-menu > li {
  position: relative;
}
#header .header-right .nav-list .nav-item .dropdown-menu > li > a {
  display: block;
  padding: 12px 20px;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  white-space: nowrap;
  transition: background 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#header .header-right .nav-list .nav-item .dropdown-menu > li > a:hover {
  color: #017DDB;
  font-weight: 500;
}
#header .header-right .nav-list .nav-item .dropdown-menu > li > a:hover:before {
  background: #017DDB;
}
#header .header-right .nav-list .nav-item .dropdown-menu > li > a:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.6);
  vertical-align: middle;
  margin-right: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header .header-right .nav-list .nav-item .dropdown-menu .dropdown-submenu .submenu li a {
  display: block;
  padding: 12px 20px 12px 30px;
  font-size: 16px;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#header .header-right .nav-list .nav-item .dropdown-menu .dropdown-submenu .submenu li a.active, #header .header-right .nav-list .nav-item .dropdown-menu .dropdown-submenu .submenu li a:hover {
  color: #017DDB;
}
#header .header-right .nav-list .nav-item .dropdown-menu .dropdown-submenu:hover .submenu {
  display: block;
}
#header .header-right .nav-list .nav-item .dropdown-menu .dropdown-submenu.active > a {
  color: #017DDB;
}
#header .header-right .nav-list .nav-item .dropdown-menu .dropdown-submenu.active > a:before {
  background: #017DDB;
}
#header .header-right .nav-list .nav-item:hover .dropdown-menu {
  display: block;
}

#footer {
  position: relative;
  padding-top: 60px;
  background: #0164AF;
  border-radius: 80px 0 0 0;
}
#footer:before {
  content: "";
  display: inline-block;
  width: 985px;
  height: 251px;
  background: url("../images/bg-footer.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: -117px;
  right: 0;
}
#footer .footer-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 60px 0px 0px;
  box-sizing: border-box;
}
#footer .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
  gap: 90px;
}
#footer .footer-left {
  min-width: 0;
}
#footer .footer-left .logo-box {
  flex-shrink: 0;
  margin-bottom: 34px;
}
#footer .footer-left .logo-box img {
  height: 59px;
  object-fit: contain;
}
#footer .footer-left .contact-info .contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
}
#footer .footer-left .contact-info .contact-item .icon {
  margin-right: 6px;
  flex-shrink: 0;
  position: relative;
  top: 3px;
}
#footer .footer-left .contact-info .contact-item .label {
  flex-shrink: 0;
}
#footer .footer-left .contact-info .contact-item .info {
  flex: 1;
  min-width: 0;
  line-height: 1.6;
}
#footer .footer-right {
  flex: 1;
  min-width: 0;
  padding-top: 18px;
}
#footer .footer-right .link-btn {
  display: inline-block;
  height: 32px;
  line-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.49);
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
#footer .footer-right .link-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.8);
}
#footer .footer-right .links-title {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 16px;
  margin-top: 36px;
  position: relative;
  padding-bottom: 11px;
}
#footer .footer-right .links-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 1px;
  background: #fff;
}
#footer .footer-right .links-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
#footer .footer-bottom {
  text-align: center;
  height: 70px;
  line-height: 70px;
  background: rgba(0, 0, 0, 0.4);
}
#footer .footer-bottom span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  margin: 0;
}

@media (min-width: 1201px) and (max-width: 1400px) {
  body {
    zoom: 0.9;
  }
}
@media (min-width: 928px) and (max-width: 1200px) {
  body {
    zoom: 0.8;
  }
}
@media screen and (max-width: 1600px) {
  #header .header-container {
    max-width: 100%;
  }
}
@media screen and (max-width: 926px) {
  .app-show {
    display: block;
  }
  .pc-show {
    display: none;
  }
  #header .header-container {
    width: 100%;
    padding: 0.625rem 1rem;
    box-sizing: border-box;
    position: relative;
  }
  #header .header-container .logo-box img {
    width: 8.25rem;
    height: auto;
  }
  #header .header-right .btn-app-menu {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.125rem;
    color: #fff;
    line-height: 1.5rem;
    margin-left: 0.75rem;
  }
  #header .header-right .before-login {
    margin-left: 1rem;
    line-height: 1.5rem;
    font-size: 0.875rem;
  }
  #header .header-right .download-app {
    display: none;
  }
  #header .header-right .search-box {
    display: none;
  }
  #header .header-right .after-login {
    height: 1.5rem;
    line-height: 1.5rem;
  }
  #header .header-right .after-login .user-name {
    display: none;
  }
  #header .header-right .after-login .icon-arrow-down {
    display: none;
  }
  #header .header-right .after-login .user-cover {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    vertical-align: top;
  }
  #header .header-right .nav-list {
    display: none;
    position: absolute;
    top: 3.125rem;
    left: 0;
    right: 0;
    background: rgb(1, 125, 219);
    letter-spacing: 0;
    padding: 0.625rem 0;
    margin-top: 0;
    z-index: 9;
  }
  #header .header-right .nav-list .nav-item {
    width: 50%;
  }
  #header .header-right .nav-list .nav-item > a {
    text-align: center;
    width: 100%;
    padding: 0.625rem 1rem;
    font-size: 1rem;
    box-sizing: border-box;
  }
  #header .header-right .nav-list .nav-item .dropdown-menu > li > a {
    font-size: 0.875rem;
    padding: 0.625rem 1rem;
  }
  #header .header-right .nav-list .nav-item .dropdown-menu .dropdown-submenu .submenu li a {
    font-size: 0.875rem;
    padding: 0.625rem 1rem 0.625rem 1.5rem;
  }
  #footer {
    margin-top: 0;
    border-radius: 1.875rem 1.875rem 0 0;
    padding-top: 0;
  }
  #footer:before {
    display: none;
  }
  #footer .footer-container {
    padding: 2.1875rem 1rem 1.25rem;
  }
  #footer .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: left;
    gap: 1.25rem;
    margin-bottom: 0;
  }
  #footer .footer-left {
    width: 100%;
  }
  #footer .footer-left .logo-box {
    margin-bottom: 0.625rem;
    text-align: center;
  }
  #footer .footer-left .logo-box img {
    height: 2.125rem;
  }
  #footer .footer-left .contact-info {
    width: 100%;
  }
  #footer .footer-left .contact-info .contact-item {
    display: flex;
    gap: 8px;
    text-align: left;
    width: 100%;
    font-size: 0.8125rem;
    margin-bottom: 0.3125rem;
  }
  #footer .footer-left .contact-info .contact-item:last-child {
    margin-bottom: 0;
  }
  #footer .footer-left .contact-info .contact-item .icon {
    font-size: 0.75rem;
    margin-bottom: 5px;
    margin-right: 0.25rem;
  }
  #footer .footer-left .contact-info .contact-item .info p {
    margin: 0;
    font-size: 14px;
  }
  #footer .footer-right {
    width: 100%;
    padding-top: 0;
  }
  #footer .footer-right .links-list {
    width: 100%;
    gap: 0.625rem 0.375rem;
  }
  #footer .footer-right .links-list .link-btn {
    text-align: center;
    padding: 0 0.75rem;
    height: 1.625rem;
    line-height: 1.5rem;
    border-radius: 0.25rem;
    font-size: 0.6875rem;
  }
  #footer .footer-right .friendship-links {
    width: 100%;
  }
  #footer .footer-right .friendship-links .links-title {
    font-size: 0.875rem;
    padding-bottom: 0;
    margin-bottom: 0.375rem;
    line-height: 1.25rem;
    margin-top: 1.25rem;
  }
  #footer .footer-right .friendship-links .links-title:after {
    display: none;
  }
  #footer .footer-bottom {
    padding: 1rem;
    height: auto;
    line-height: 1.625rem;
    text-align: left;
    font-size: 0.75rem;
  }
  #footer .footer-bottom span {
    display: block;
    margin: 0;
    line-height: 1.625rem;
    text-align: left;
    font-size: 0.75rem;
  }
}

/*# sourceMappingURL=common.css.map */
