@charset "UTF-8";
@font-face {
  font-family: Roboto;
  src: url("/css/font/Roboto/Roboto-Medium.ttf");
}

@font-face {
  font-family: Rubik;
  src: url("/css/font/Rubik/Rubik-Medium.ttf");
}

:root {
  --theme-color: #6d4598;
  --theme-color-red: #f08320;
}

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, div, span, em, strong, table, thead, tbody, th, td, th, a, form, input, label, select, textarea {
  padding: 0px;
  margin: 0px;
  list-style: none;
  font-style: normal;
}

input[type=button] {
  -webkit-appearance: none;
  font-family: "微软雅黑", "苹方", "Droid Sans Fallback", Tahoma, Geneva, sans-serif, "宋体";
}

textarea {
  font-size: 14px;
  line-height: 1.5;
  font-family: "微软雅黑", "苹方", "Droid Sans Fallback", Tahoma, Geneva, sans-serif, "宋体";
}

body {
  -webkit-text-size-adjust: 100% !important;
  color: #333333;
  background: #f5f5f5;
  font-size: 14px;
  line-height: 1.5;
  font-family: "微软雅黑", "苹方", "Droid Sans Fallback", Tahoma, Geneva, sans-serif, "宋体";
  padding-top: 81px;
}

form {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

table {
  border-collapse: collapse;
  font-size: 14px;
}

img {
  border: 0px;
  vertical-align: top;
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  color: var(--theme-color-red);
}

.bi img {
  display: none;
}

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

.header {
  background: #ffffff;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 100;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header .header-inner {
  width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
}

.header .logo {
  display: block;
  margin-right: 50px;
}

.header .top-nav {
  background: #ffffff;
}

.header .top-nav .top-nav-inner {
  display: flex;
}

.header .top-nav .top-nav-inner .nav-item {
  margin-right: 10px;
  position: relative;
  padding-right: 10px;
}

.header .top-nav .top-nav-inner .nav-item:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.header .top-nav .top-nav-inner .nav-item:last-child:after {
  display: none;
}

.header .top-nav .top-nav-inner .nav-item:after {
  position: absolute;
  top: 10px;
  bottom: 10px;
  width: 1px;
  right: 0px;
  background: rgba(0, 0, 0, 0.11);
  content: "";
  transform: rotate(30deg);
}

.header .top-nav .top-nav-inner .nav-item .item-inner {
  display: block;
  padding: 5px 20px;
  font-size: 16px;
  position: relative;
  border-radius: 200px;
  transition: all 0.3s;
}

.header .top-nav .top-nav-inner .nav-item .item-inner:hover {
  background: var(--theme-color-red);
  color: #ffffff;
}

.header .top-nav .top-nav-inner .nav-item .item-inner .bi {
  display: none;
}

.header .top-nav .top-nav-inner .nav-item .item-inner.selected {
  font-weight: bold;
  background: var(--theme-color-red);
  color: #ffffff;
}

.header .top-nav .top-nav-inner .nav-item .item-inner.selected:after {
  width: 100%;
}

.bot-contact-entry {
  width: 100%;
  min-width: 1120px;
  background: url(/css/images/index-image-17.jpg) center center repeat;
  background-size: auto 100%;
}

.bot-contact-entry .entry-inner {
  display: flex;
  height: 160px;
  justify-content: space-between;
  align-items: center;
  width: 1120px;
  margin: 0px auto;
}

.bot-contact-entry .entry-inner .entry-text {
  font-size: 30px;
  color: #ffffff;
}

.bot-contact-entry .entry-inner .btn {
  color: #ffffff;
  border: 2px solid;
  border-radius: 100px;
  padding: 0.5em 2em;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.1);
}

.bot-contact-entry .entry-inner .btn:hover {
  background: rgba(0, 0, 0, 0.5);
}

.bot {
  background: #333333;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  min-width: 1120px;
  color: #999999;
}

.bot a {
  color: #999999;
}

.bot a:hover {
  color: #ffffff;
}

.bot .bot-inner {
  padding: 20px 0px;
  width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bot .bot-inner .left .bot-logo {
  height: 50px;
  opacity: 0.7;
}

.bot .bot-inner .left .bot-logo img {
  height: 100%;
}

.bot .bot-inner .left .bot-nav .bot-nav-inner {
  display: flex;
  align-items: center;
  padding-top: 10px;
}

.bot .bot-inner .left .bot-nav .bot-nav-inner .nav-item {
  margin-right: 1.5em;
}

.bot .bot-inner .right {
  display: flex;
  align-items: center;
}

.bot .bot-inner .right .wx-code {
  text-align: center;
  margin-right: 20px;
  color: #ffffff;
}

.bot .bot-inner .right .wx-code .code-image {
  background: #ffffff;
  padding: 5px;
  margin: 0px auto 5px auto;
}

.bot .bot-inner .right .wx-code .code-image img {
  width: 100px;
  height: 100px;
}

.bot .copy-right {
  text-align: center;
  padding: 20px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bot .copy-right a {
  color: #ffffff;
  text-decoration: underline;
}

.page-body {
  width: 1120px;
  margin: 0 auto;
  flex: 1;
}

.swiper-pagination-bullet {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.75);
  opacity: 1;
  transition: all 0.3s;
}

.swiper-pagination-bullet-active {
  width: 20px;
}

.pagination {
  display: flex;
}

.nav-page {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}

.nav-page .page-total {
  margin-right: 5px;
}

.nav-page .nav-item {
  border: 1px solid;
  border-radius: 5px;
  line-height: 1;
  padding: 8px;
  min-width: 1em;
  margin: 0px 2px;
}

.nav-page .nav-item.selected {
  background: var(--theme-color);
  border-color: var(--theme-color);
  color: #ffffff;
}

.pagination-box {
  padding-top: 20px;
}

.pagination-box .d-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pagination-box .d-flex .page-total {
  text-align: center;
}

.pagination-box .d-flex .pagination {
  flex: 1;
  display: flex;
  align-items: center;
}

.pagination-box .d-flex .pagination .page-item {
  border: 1px solid;
  border-radius: 5px;
  line-height: 1;
  padding: 8px;
  min-width: 1em;
  margin: 0px 2px;
  text-align: center;
  cursor: pointer;
}

.pagination-box .d-flex .pagination .page-item a {
  display: block;
}

.pagination-box .d-flex .pagination .page-item:hover {
  background: #f5f5f5;
}

.pagination-box .d-flex .pagination .page-item.active {
  background: var(--theme-color);
  border-color: var(--theme-color);
  color: #ffffff;
}

.pagination-box .d-flex .pagination .page-item.active a {
  color: #ffffff;
}

.empty {
  text-align: center;
  padding: 20px;
}

.empty::before {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  margin: 0px auto 10px auto;
  background: url(/css/images/empty.jpg) center center no-repeat;
  background-size: contain;
}

.loading {
  text-align: center;
  padding: 20px;
}

.loading::before {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  margin: 0px auto 10px auto;
  background: url(/css/images/loading_dark.gif) center center no-repeat;
}

.crumb-nav {
  display: flex;
  padding-bottom: 20px;
}

.crumb-nav .crumb-item {
  margin-right: 5px;
}

.crumb-nav .crumb-icon {
  margin-right: 5px;
}

.pop-contact-box {
  position: fixed;
  right: 0px;
  top: 50%;
  z-index: 999;
  border-radius: 10px;
  margin-top: -150px;
}

.pop-contact-box .bi .i-des {
  display: none;
}

.pop-contact-box .box-inner {
  position: relative;
}

.pop-contact-box .box-inner .box-close {
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 100%;
  text-align: center;
  font-size: 20px;
  color: #666666;
  border-radius: 100%;
  line-height: 1;
  margin-top: 10px;
  margin-left: -10px;
}

.pop-contact-box .box-inner .box-content {
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #ffffff;
  border-radius: 10px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.pop-contact-box .box-inner .box-content .nav-item {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.pop-contact-box .box-inner .box-content .nav-item:first-child .nav-handle {
  border-radius: 9px 9px 0px 0px;
}

.pop-contact-box .box-inner .box-content .nav-item:last-child {
  border: none;
}

.pop-contact-box .box-inner .box-content .nav-item:last-child .nav-handle {
  border-radius: 0px 0px 9px 9px;
}

.pop-contact-box .box-inner .box-content .nav-item .nav-handle {
  display: block;
  font-size: 24px;
  padding: 10px;
  color: #ffffff;
  border-radius: 0px;
  line-height: 1;
}

.pop-contact-box .box-inner .box-content .nav-item .nav-handle .bi {
  width: 1em;
  height: 1em;
  display: block;
}

.pop-contact-box .box-inner .box-content .nav-item .nav-content {
  position: absolute;
  top: 0px;
  right: 100%;
  background: #ffffff;
  border-radius: 10px 0px 0px 10px;
  color: #333333;
  padding: 15px;
  display: none;
  width: 120px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.pop-contact-box .box-inner .box-content .nav-item .nav-content .nav-link {
  display: block;
  padding: 5px 10px;
  background: #f5f5f5;
  color: var(--theme-color);
  border-radius: 5px;
  text-align: center;
}

.pop-contact-box .box-inner .box-content .nav-item .nav-content .nav-link:hover {
  background: var(--theme-color);
  color: #ffffff;
}

.pop-contact-box .box-inner .box-content .nav-item:hover .nav-handle {
  background: #ffffff;
  color: var(--theme-color-red);
}

.pop-contact-box .box-inner .box-content .nav-item:hover .nav-content {
  display: block;
}

.channel-banner {
  width: 100%;
  min-width: 1120px;
  background: #ffffff center center no-repeat;
}

.channel-banner .banner-inner {
  width: 1120px;
  margin: 0px auto;
  height: 300px;
  box-sizing: border-box;
  padding-top: 250px;
}

.channel-banner .banner-inner .channel-nav {
  background: rgba(0, 0, 0, 0.5);
  line-height: 50px;
  display: flex;
  align-items: flex-end;
}

.channel-banner .banner-inner .channel-nav .nav-item {
  font-size: 16px;
  padding: 0px 2em;
  color: #ffffff;
}

.channel-banner .banner-inner .channel-nav .nav-item.selected {
  background: var(--theme-color-red);
  color: #ffffff;
}

.message-form {
  position: fixed;
  z-index: 1000;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  overflow: hidden;
  width: 240px;
  left: 10px;
  bottom: 10px;
  display: none;
}

.message-form .form-title {
  background: var(--theme-color);
  color: #ffffff;
  display: flex;
  padding: 10px 15px;
  justify-content: space-between;
}

.message-form .form-title .btn-close {
  color: #ffffff;
}

.message-form .form-title .btn-close .bi .i-des {
  display: none;
}

.message-form .form-content {
  padding: 15px;
}

.message-form .form-content .tips {
  margin-bottom: 10px;
}

.message-form .form-content .form-item {
  margin-bottom: 10px;
}

.message-form .form-content .form-item .item-title {
  display: none;
}

.message-form .form-content .form-item .text-box {
  width: 100%;
  border-radius: 5px;
  padding: 0px 10px;
  height: 32px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #999999;
}

.message-form .form-content .form-item .text-area {
  width: 100%;
  border-radius: 5px;
  padding: 5px 10px;
  height: 96px;
  width: 100%;
  border: 1px solid #999999;
  box-sizing: border-box;
}

.message-form .form-content .btn-container .btn-submit {
  width: 100%;
  background: var(--theme-color);
  color: #ffffff;
  height: 32px;
  border-radius: 5px;
  border: none;
}
