@charset "UTF-8";
/* yui3 reset.css */
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 {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
body {
  color: #333;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  border: 0;
  outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("./fonts/SourceHanSansCN-Regular/SourceHanSansCN-Regular.woff") format("woff"), url("./fonts/SourceHanSansCN-Regular/SourceHanSansCN-Regular.ttf") format("truetype"), url("./fonts/SourceHanSansCN-Regular/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}
html,
body {
  height: 100%;
}

body {
  min-width: 1280px;
  color: #333;
  font-family: "SourceHanSansCN-Regular";
}

/* 容器 */
.container {
  margin: 0 auto;
  width: 1280px;
}

/* 页面主容器 */
.main {
  position: relative;
  box-sizing: border-box;
  padding-bottom: 340px;
  min-height: 100%;
}

/* 头部 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
}
.header-logo {
  display: flex;
  align-items: center;
}
.header-logo-img {
  margin-right: 10px;
  width: 40px;
  height: 40px;
}
.header-logo-text {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}
.header-link {
  display: flex;
}
.header-link-item {
  box-sizing: border-box;
  padding: 0 16px;
  height: 36px;
  color: #333;
  font-size: 16px;
  line-height: 34px;
  border: 1px solid #898f98;
  border-radius: 4px;
  transition: opacity 0.3s;
}
.header-link-item:hover {
  opacity: 0.8;
}
.header-link-item.link-blue {
  color: #fff;
  border-color: transparent;
  background-image: linear-gradient(85deg, #0161fe 0%, #0497fd 100%);
}
.header-link-item + .header-link-item {
  margin-left: 16px;
}

/* 底部 */
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.footer-list {
  box-sizing: border-box;
  padding: 40px 0 24px;
  background-color: #f8fbff;
}
.footer-list-inner {
  display: flex;
  justify-content: space-between;
}
.footer-list-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-list-title {
  margin-bottom: 20px;
  color: #2d343b;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
.footer-list-link {
  color: #6c7176;
  font-size: 16px;
  line-height: 24px;
}
.footer-list-link:hover {
  color: #0d5efa;
}
.footer-list-link + .footer-list-link {
  margin-top: 12px;
}
.footer-qrcode {
  display: flex;
}
.footer-qrcode-img + .footer-qrcode-img {
  margin-left: 16px;
}
.footer-link {
  box-sizing: border-box;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f8fbff;
}
.footer-link-inner {
  display: flex;
  align-items: center;
  height: 55px;
}
.footer-link-item {
  color: #2d343b;
  font-size: 16px;
  line-height: 24px;
}
.footer-link-item:hover {
  color: #0d5efa;
}
.footer-link-item + .footer-link-item {
  margin-left: 50px;
}
.footer-text {
  background-color: #f0f6ff;
}
.footer-text-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
}
.footer-text-item {
  color: #6c7176;
  font-size: 16px;
  line-height: 24px;
}
.footer-text-item + .footer-text-item {
  margin-left: 50px;
}
.footer-text-item a {
  color: inherit;
}
.footer-text-item a:hover {
  color: #0d5efa;
}

/* 侧边栏 */
.sidebar {
  position: fixed;
  top: 50%;
  right: 24px;
  z-index: 999;
  width: 86px;
  transform: translateY(-50%);
}
.sidebar-item {
  position: relative;
}
.sidebar-item + .sidebar-item {
  margin-top: 6px;
}
.sidebar-con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 86px;
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
  transition: border-color 0.3s;
  cursor: pointer;
  user-select: none;
}
.sidebar-con:hover {
  border-color: #037cfd;
}
.sidebar-con:hover + .sidebar-qrcode {
  opacity: 1;
  pointer-events: auto;
}
.sidebar-text {
  margin-top: 6px;
  text-align: center;
}
.sidebar-qrcode {
  position: absolute;
  top: 50%;
  right: calc(100% + 8px);
  width: 210px;
  height: 210px;
  border-radius: 14px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 0.3s;
  pointer-events: none;
}
.sidebar-top {
  margin-top: 6px;
  height: 36px;
  border-radius: 6px;
  background: url("../images/sidebar_icon.png") no-repeat center, #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
  opacity: 0;
  transition: opacity 0.3s;
  cursor: pointer;
  user-select: none;
  pointer-events: none;
}
.sidebar-top:hover {
  background: url("../images/sidebar_icon_active.png") no-repeat center, linear-gradient(180deg, #0161fe -25%, #0497fd 100%);
}
.sidebar-top.show {
  opacity: 1;
  pointer-events: auto;
}

/*新的头部*/
#header-new {
  position: relative;
  z-index: 9;
  height: 60px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
}
#header-new .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
#header-new .new-header-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 0;
}
#header-new .new-header-left .logo {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
#header-new .new-header-left span {
  font-weight: 600;
  font-size: 24px;
  color: #333;
  line-height: 32px;
}
#header-new .new-header-middle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  width: 0;
  height: 100%;
  margin-left: 60px;
}
#header-new .new-header-middle .item {
  position: relative;
  z-index: 1;
  height: 100%;
}
#header-new .new-header-middle .item + .item {
  margin-left: 30px;
}
#header-new .new-header-middle .item-link {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #091221;
  line-height: 60px;
}
#header-new .new-header-middle .item::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #0d5efa;
}
#header-new .new-header-middle .item-arrow {
  display: none;
  position: relative;
  top: 2px;
  z-index: 1;
  width: 16px;
  height: 16px;
  background: url("../images/new_header/arrow_down.png") no-repeat center;
  background-size: 100% 100%;
  margin-left: 4px;
}
#header-new .new-header-middle .item-popup {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 10px;
  box-sizing: border-box;
}
#header-new .new-header-middle .item-popup + .item-arrow {
  display: inline-block;
}
#header-new .new-header-middle .item-popup-con {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  width: max-content;
  max-height: 266px;
  background: #fff;
  padding: 8px 32px;
  box-sizing: border-box;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
#header-new .new-header-middle .item-popup-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 160px;
  height: 50px;
  font-size: 16px;
  color: #333;
  line-height: 50px;
}
#header-new .new-header-middle .item-popup-link .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
#header-new .new-header-middle .item-popup-link.hot::after {
  width: 24px;
  height: 24px;
  background: url("../images/new_header/hot.png") no-repeat center;
  background-size: 100% 100%;
  margin-left: 10px;
  content: "";
}
#header-new .new-header-middle .item-popup-link:hover, #header-new .new-header-middle .item-popup-link.current {
  color: #0d5efa;
}
#header-new .new-header-middle .item:hover .item-link, #header-new .new-header-middle .item.current .item-link {
  color: #0d5efa;
}
#header-new .new-header-middle .item:hover .item-arrow, #header-new .new-header-middle .item.current .item-arrow {
  background-image: url("../images/new_header/arrow_up.png");
}
#header-new .new-header-middle .item:hover .item-popup, #header-new .new-header-middle .item.current .item-popup {
  display: block;
}
#header-new .new-header-middle .item:hover::after, #header-new .new-header-middle .item.current::after {
  content: "";
}
#header-new .new-header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 0;
}
#header-new .new-header-right .loginbtn,
#header-new .new-header-right .register {
  height: 36px;
  color: #091221;
  font-size: 16px;
  text-align: center;
  line-height: 34px;
  padding: 0 16px;
  border: 1px solid transparent;
  box-sizing: border-box;
  border-radius: 4px;
}
#header-new .new-header-right .loginbtn {
  border-color: #898f98;
}
#header-new .new-header-right .loginbtn:hover {
  color: #fff;
  background: linear-gradient(45deg, #0161fe 0%, #0497fd 100%), #171717;
}
#header-new .new-header-right .register {
  color: #fff;
  background: linear-gradient(45deg, #0161fe 0%, #0497fd 100%), #171717;
  margin-left: 16px;
}
#header-new .new-header-right .register:hover {
  opacity: 0.8;
}