html {
  scroll-behavior: smooth;
}

body {
  min-width: 1200px;
  margin: 0;
  color: #333;
  background-color: #f7f7f7;
}

body img {
  user-select: none;
  vertical-align: middle;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

p,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-size: 100%;
}

img {
  border: none;
}

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

a:active,
a:hover {
  outline: none;
}

a:hover {
  text-decoration: underline;
}

table {
  width: initial;
  max-width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border-spacing: 0;
}

th,
td {
  padding: 8px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #eee;
}

button,
input {
  outline: none;
  box-sizing: border-box;
  padding: 0;
  border: none;
  background: none;
}

/* 公共css结束 */

.single-line-hidden {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.double-row-hidden {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.h-align {
  display: flex;
  align-items: center;
}

.v-align {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hv-align {
  display: flex;
  align-items: center;
  justify-content: center;
}

.w1200 {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

.header-top {
  padding-bottom: 26px;
  font-size: 12px;
  background-color: #FFFFFF;
}

.ht-container {
  /*height: 100%;*/
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.djs_box{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 296px;
  height: 50px;
  background: #FDF4F5;
}
.djs_text{
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  line-height: 90px;
}
.djs_day{
  display: flex;
  align-items: center;
  margin: 0 12px;
}
.djs_d{
  width: 22px;
  height: 26px;
  background: #E70012;
  box-shadow: 0px 0px 5px 0px rgba(167,8,20,0.48);
  border-radius: 4px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 26px;
}
.djs_d + .djs_d{
  margin-left: 5px;
}


.ht_province{
  display: flex;
  align-items: center;
  height: 84px;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
}
.ht_p_logo{
  flex-shrink: 0;
  width: 66px;
  height: 58px;
  margin-right: 8px;
  margin-left: 9px;
}
.ht_p_logo_img{
  width: 100%;
  height: 100%;
}
.ht_p_list{
  display: flex;
  flex-wrap: wrap;
}
.ht_p_item{
  width: 40px;
  text-align: center;
  margin-right: 27px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #E70012;
  line-height: 20px;
}
.ht_p_item.active a{
  color: #E70012;
  font-weight: bold;
}

.htc-tips {
  color: #999;
}

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

.htcr-region {
  height: 26px;
  display: flex;
  align-items: center;
  margin-right: 16px;
  cursor: pointer;
  position: relative;
}

.htcr-region:hover .htcr-region-list {
  display: flex;
}

.htcr-region span span {
  color: #3D8DE8;
}

.htcr-region-list {
  width: 420px;
  display: none;
  flex-wrap: wrap;
  background-color: #fff;
  filter: drop-shadow(0px 0px 16px rgba(191, 191, 191, 0.33));
  padding: 12px 16px;
  font-size: 14px;
  border-radius: 3px;
  position: absolute;
  right: 0;
  top: 26px;
}

.htcr-region-list::before {
  content: "";
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background-color: #fff;
  margin-left: -10px;
  position: absolute;
  right: 18px;
  top: -2px;
}

.htcr-region-list li {
  line-height: 23px;
  margin-right: 10px;
}

.htcr-region-list li:last-child {
  margin-right: 0;
}

.htcrr-icon {
  width: 11px;
  height: 13px;
  fill: #707070;
  margin-right: 5px;
}

.header-bottom {
  height: 74px;
  margin-top: 10px;
  padding-right: 10px;
  font-size: 16px;
  background-color: #fff;
}

.sign-in {
  height: 26px;
  color: #E70012;
  margin-right: 16px;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sign-up {
  width: 66px;
  height: 26px;
  border-radius: 0px;
  background-color: #E70012;
  cursor: pointer;
  color: #fff;
}

.user-center-suspension {
  display: none;
  cursor: initial;
  z-index: 2;
  width: 300px;
  height: 490px;
  margin-top: 23px;
  background: #FFFFFF;
  box-sizing: border-box;
  color: #333;
  padding: 0 10px;
  position: absolute;
  top: 5px;
  filter: drop-shadow(0px 0px 16px rgba(191, 191, 191, 0.33));
}

.user-center-suspension::before {
  content: "";
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  background-color: #fff;
  margin-left: -10px;
  position: absolute;
  left: 50%;
  top: -3px;
}

.user-center-suspension > img {
  width: 157px;
  height: 157px;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  border: 1px solid #eee;
}

.user-center-suspension > span {
  display: block;
  width: 240px;
  height: 36px;
  margin: 0 auto;
  background: #F4F6FF;
  font-size: 14px;
  color: #1D2089;
  line-height: 36px;
  text-align: center;
  margin-top: 20px;
}

.upgrade-member {
  cursor: pointer;
  width: 280px;
  height: 42px;
  display: none;
  align-items: center;
  margin-top: 22px;
  background: url('/statics/files/img/upgrade-member-bg.png') no-repeat;
  box-shadow: 0px 5px 30px 0px rgba(237, 239, 242, 0.8);
  text-indent: 35px;
  font-size: 13px;
  color: #7F4603;
}

.user-center-suspension .upgrade-member {
  display: flex;
}

.member-rights {
  flex-wrap: wrap;
  margin: 25px 0;
}

.member-rights div {
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 26px;
}

.member-rights div:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.member-rights div img {
  width: 28px;
  height: 28px;
  margin-bottom: 8px;
}

.member-rights div span {
  font-size: 14px;
}

.sign-in-popup-container {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, .4);
}

.sign-in-popup {
  width: 530px;
  height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(/statics/files/img/sign-in-popup-bg.png) no-repeat center/100%;
  box-shadow: 0 0 8px 0 #c7c7c730;
  position: relative;
}

.sign-in-popup > span {
  font-weight: bold;
  font-size: 18px;
  color: #64352C;
  margin: 26px 0 24px;
}


.sign-in-popup-content {
  width: 490px;
  height: 260px;
  background: #FFFFFF;
  border-radius: 8px;
  padding-top: 36px;
  box-sizing: border-box;
}

.sign-in-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sign-in-form label {
  display: flex;
  align-items: center;
  position: relative;
}

.sign-in-form label button {
  cursor: pointer;
  font-size: 12px;
  color: #666;
  position: absolute;
  right: 20px;
}

.sign-in-form input {
  width: 370px;
  height: 40px;
  font-size: 14px;
  background-color: #FAFAFA;
  border-radius: 2px;
  padding: 0 16px;
}

.sign-in-form label span {
  font-size: 14px;
  margin-right: 12px;
}

.sign-in-form label:first-child {
  margin-bottom: 13px;
}

.sign-in-form > button {
  cursor: pointer;
  width: 300px;
  height: 44px;
  margin: 30px 0 20px;
  background: #FF653B;
  border-radius: 8px;
  color: #fff;
}

.sign-in-form > span {
  font-size: 12px;
  color: #999;
}

.sign-in-popup-close {
  fill: #e0a488;
  cursor: pointer;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 14px;
  top: 10px;
}


.nav {
  flex: 1;
  margin: 0 46px;
}

.nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
}

.nav ul .active {
  font-weight: bold;
  color: #E70012;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.nav ul .active::after {
  content: "";
  width: 32px;
  height: 4px;
  background-color: #E70012;
  position: absolute;
  bottom: -8px;
}

.nav ul li a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #E70012;
}

.header-search {
  width: 230px;
  height: 42px;
  border-radius: 21px;
  box-sizing: border-box;
  background-color: #F9F9F9;
  border: 1px solid #C9C9C9;
}

.search-for {
  width: 186px;
  height: 100%;
  padding-left: 16px;
  border-top-left-radius: 21px;
  border-bottom-left-radius: 21px;
}

.header-search button {
  margin-left: 10px;
}

.header-search button,
.header-search button svg {
  width: 18px;
  height: 18px;
  cursor: pointer;
}




footer {
  background-color: #242833;
  padding: 36px 0;
}

.links-container {
  align-items: flex-start;
  color: #A0A4AE;
  font-size: 14px;
}

.links-container > span {
  font-weight: bold;
  line-height: 1.8em;
  flex-shrink: 0;
}

.links-container ul li {
  margin-right: 1em;
  line-height: 1.8em;
}

.links-container ul li a {
  color: inherit;
}

.ft-hr {
  width: 1200px;
  height: 1px;
  margin: 36px auto 40px;
  background-color: #454A57;
  border: 0;
}

.ft-nav ul {
  justify-content: center;
}

.ft-nav ul li a {
  font-size: 12px;
  color: #C5CAD8;
  line-height: 14px;
}

.ft-nav ul li {
  line-height: 14px;
  margin: 0 1em 8px 0;
  padding-right: 1em;
  border-right: 1px solid #C5CAD8;
}

.ft-nav ul li:last-child {
  margin-right: 0;
  padding: 0;
  border: 0;
}

footer ul {
  flex-wrap: wrap;
}

.copyright {
  margin-top: 20px;
  font-size: 12px;
  color: #80848C;
}

.copyright small {
  line-height: 2em;
}

.copyright a {
  color: inherit;
}

.copyright .gwab-icon {
  height: 16px;
  margin-right: 5px;
  vertical-align: text-bottom;
}

.crumbs {
  height: 42px;
  display: flex;
  align-items: center;
}

.crumbs,
.crumbs a {
  font-size: 14px;
  color: #999;
}

.crumbs > *:last-child {
  color: #333;
}

main {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

main > * + * {
  margin-top: 10px;
  overflow: hidden;
}

.index-head {
  display: flex;
  flex-wrap: wrap;
}

.index-process {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 20px 28px;
  margin: 10px 0;
  box-sizing: border-box;
}

.index-process a {
  display: flex;
  align-items: center;
}

.index-process a:hover {
  color: #2b68e8;
  text-decoration: none;
}

.index-process a img {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.index-process hr {
  width: 1px;
  height: 60px;
  border: none;
  background-color: #F0F0F0;
}

.index-head-article {
  width: 830px;
  height: 230px;
  position: relative;
  margin-right: 10px;
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF, #FFE2E2);
}

.index-head-article img:first-child {
  position: absolute;
  top: 19px;
  left: 5px;
}

.iha-container {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 10px 0 0;
}

.iha-container li {
  width: 50%;
  display: flex;
  align-items: center;
  font-size: 14px;
  height: 2.3em;
}

.iha-container li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #FFC0C5;
  margin: 0 1em 0 12px;
  border-radius: 50%;
  flex-shrink: 0;
}

.iha-container li:nth-child(1) {
  text-indent: 98px;
}

.iha-container li:nth-child(2) {
  text-indent: 30px;
}

.iha-container li:nth-child(-n+2) {
  font-weight: bold;
  font-size: 16px;
  height: 2.9em;
}

.iha-container li:nth-child(-n+2)::before {
  display: none;
}

.zk-tools {
  width: 360px;
  height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  box-sizing: border-box;
  background: #FFFFFF;
}

.zt-tle {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 5px 0;
}

.zt-container {
  display: flex;
  flex-wrap: wrap;
}

.zt-container div {
  width: 166px;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 8px 10px 0;
  position: relative;
}

.zt-container div::after {
  content: "";
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
  position: absolute;
  top: 0;
  left: 0;
}

.zt-container div:hover img {
  display: block;
}

.zt-container div:nth-child(2n) {
  margin-right: 0;
}

.zt-container div:nth-child(1)::after {
  background-color: #FF3600;
}

.zt-container div:nth-child(2)::after {
  background-color: #00ab46;
}

.zt-container div:nth-child(3)::after {
  background-color: #00afcf;
}

.zt-container div:nth-child(4)::after {
  background-color: #3377FF;
}

.zt-container button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #bbb;
  background-color: #f9f9f9;
  filter: grayscale(100%);
  position: relative;
  padding-left: 18px;
  color: #999;
}

.zt-container button img {
  position: absolute;
  right: 16px;
}

.zt-banner img {
  width: 100%;
  vertical-align: middle;
}

.zt-container div > img {
  display: none;
  width: 150px;
  height: 150px;
  padding: 3px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0 10px 0 #00000020;
  position: absolute;
  top: -156px;
}

.schoolmajor-tle {
  display: flex;
  align-items: center;
}

.secondary-tle {
  font-size: 22px;
  padding: 20px 0;
}

.schoolmajor-list {
  height: 330px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-left: 302px;
}

.schoolmajor-list li + li {
  width: 292px;
  height: 100px;
  margin: 0 11px 15px 0;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 15px 11px;
  box-sizing: border-box;
}

.schoolmajor-list li:nth-child(3n) + li {
  margin-right: 0;
}

.schoolmajor-list li:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.schoolmajor-list li:first-child {
  width: 292px;
  height: 330px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(0deg, rgba(229, 221, 234, 0.32), rgba(189, 194, 232, 0.32));
  border: 2px solid #FFFFFF;
  padding-top: 15px;
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  left: 0;
}

.sl-first-tle {
  font-size: 18px;
  font-weight: bold;
  margin: 16px 0;
}

.sl-first-tle:hover {
  text-decoration: none;
}

.sl-first-infos {
  display: flex;
  align-items: center;
}

.sl-first-infos span {
  width: 70px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  color: #999;
  line-height: 30px;
}

.sl-first-infos span:first-child {
  margin-right: 20px;
}

.sl-first-logo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin: 14px 0 16px;
}

.sl-first-more {
  width: 110px;
  height: 36px;
  border-radius: 18px;
  border: 1px solid #D0D0D0;
  font-size: 14px;
  color: #666666;
  line-height: 34px;
  box-sizing: border-box;
  text-align: center;
}

.sl-first-more:hover {
  text-decoration: none;
  background-color: #D0D0D0;
}

.incline-hot::after {
  content: "HOT";
  width: 100px;
  height: 20px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  transform: rotate(45deg);
  background-color: #EF232C;
  position: absolute;
  top: 6px;
  right: -34px;
}

.sl-logo {
  width: 70px;
  height: 70px;
  margin-right: 15px;
}

.sl-container {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0;
  box-sizing: border-box;
}

.sl-tle {
  width: 100%;
  font-size: 14px;
  margin-bottom: 6px;
}

.sl-infos {
  width: 70px;
  height: 30px;
  background: #F7F7F7;
  font-size: 12px;
  text-align: center;
  color: #999;
  line-height: 30px;
  margin-right: 11px;
}

.sl-infos:last-child {
  margin-right: 0;
}

.main-major .schoolmajor-list:last-child {
  display: none;
}

.main-major .secondary-tle {
  margin-right: 35px;
}

.main-major .schoolmajor-tle span {
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
}

.main-major .schoolmajor-tle hr {
  width: 1px;
  height: 16px;
  border: none;
  margin: 0 15px;
  background-color: #333;
}

.main-major .schoolmajor-tle .checked {
  color: #E70012;
}

.ac-container {
  display: flex;
  flex-wrap: wrap;
}

.article-item {
  width: 390px;
  height: 410px;
  padding: 0 10px;
  margin: 0 15px 10px 0;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 14px;
}

.article-item:nth-child(3n) {
  margin-right: 0;
}

.article-item:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.article-cate-tle {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E9E9E9;
}

.article-cate-tle h3 {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.article-cate-tle h3::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #E70012;
  position: absolute;
  bottom: -12px;
}

.article-cate-tle a {
  color: #999;
}

.article-list {
  padding-top: 10px;
}

.article-list li {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.article-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #DBDBDB;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
}

.article-list li a {
  width: 300px;
  margin-right: auto;
}

.article-list li span {
  flex-shrink: 0;
}

.popup-content {
  background-color: rgba(0, 0, 0, .5);
  padding: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  text-align: center;
  position: absolute;
  left: 205px;
  top: 160px;
  min-width: 120px;
  font-size: 16px;
  color: #fff;
}

#logout {
  cursor: pointer;
}

#logged-in-user-name {
  color: #333;
}

#logged-in-user-name button {
  margin-left: 20px;
  cursor: pointer;
}

.countdown {
  width: 320px;
  height: 130px;
  background-color: #FB5C5B;
  box-sizing: border-box;
  padding: 16px 10px;
  font-size: 12px;
  color: #fff;
}

.countdown-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.countdown-title span:first-child {
  font-size: 16px;
}

.countdown-title span:nth-child(2) {
  color: #FFDDDD;
}

.countdown-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.countdown-time-start,
.countdown-time-end {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFAFAF;
  font-size: 12px;
}

.countdown-time-start span:nth-child(2),
.countdown-time-end span:nth-child(2) {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.countdown-time-day {
  width: 70px;
  height: 1px;
  background-color: #fff;
  text-align: center;
}

.countdown-time-day span {
  display: inline-block;
  transform: translateY(-20px);
}

.cir-user-server {
  height: 130px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 10px;
  overflow: hidden;
}

.cir-user-server h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}

.cus-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cus-container a {
  display: block;
  width: 144px;
  height: 50px;
  background-color: #f9f9f9;
  border: 1px solid #bbb;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  line-height: 48px;
  text-decoration: none;
  position: relative;
  color: #999;
}

.cus-container a::after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  mix-blend-mode: overlay;
  position: absolute;
  top: -1px;
  left: -1px;
}

.cus-container a:nth-child(1):after {
  background-color: #ff3646;
}

.cus-container a:nth-child(2):after {
  background-color: #2c78c5;
}

.wx-qrcode {
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  padding: 12px 10px;
  box-sizing: border-box;
  background: linear-gradient(69deg, rgba(231, 178, 137, 0.27), rgba(253, 230, 203, 0.27), rgba(214, 178, 149, 0.27));
}

.wx-qrcode-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.wx-qrcode-desc {
  font-size: 12px;
  color: #666;
}

.wx-qrcode img {
  width: 116px;
  height: 116px;
  margin-left: 20px;
}

.zikao-guide {
  width: 100%;
  padding: 15px 10px;
  box-sizing: border-box;
  background-color: #fff;
}

.zikao-guide-title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}

.zikao-guide-title::before {
  content: "";
  width: 4px;
  height: 20px;
  margin-right: 10px;
  background-color: #E70012;
}

.zikao-guide-list {
  display: flex;
  flex-wrap: wrap;
}

.zikao-guide-list li {
  margin: 0 9px 10px 0;
}

.zikao-guide-list li:nth-child(3n) {
  margin-right: 0;
}

.zikao-guide-list li:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.zikao-guide-list li a {
  display: block;
  width: 94px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  background-color: #F6F6F6;
}

.zikao-guide-list li a:hover {
  text-decoration: none;
  background-color: #eee;
}

.zikao-guide-list .zikao-guide-article {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.zikao-guide-list .zikao-guide-article::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #DBDBDB;
  border-radius: 50%;
  margin-right: 8px;
}

.zikao-guide-list .zikao-guide-article + li {
  margin-top: 8px;
}

.zikao-guide-list .zikao-guide-article a {
  display: inline-block;
  width: 100%;
  height: initial;
  line-height: initial;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: initial;
  background: initial;
}

.zikao-guide-list .zikao-guide-article a:hover {
  text-decoration: underline;
  background-color: initial;
}

.article-header {
  padding-bottom: 15px;
  border-bottom: 1px solid #DDDDDD;
}

.article-title {
  font-size: 22px;
  text-align: center;
  margin: 8px 0;
}

.article-meta {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #999;
  text-align: center;
}

.article-meta svg {
  width: 16px;
  height: 16px;
  fill: #999;
  margin-right: 6px;
}

.article-content {
  font-size: 15px;
  margin: 20px 0;
}

.article-content p {
  margin: 12px 0;
}

.article-content table {
  margin: 20px auto;
}


.article-form {
  width: 100%;
  height: 270px;
  margin: 36px 0 20px;
  padding: 25px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #DFE9F3, #FFFFFF);
  border: 1px solid #D4EBFF;
}

.article-form h2 {
  font-size: 20px;
  text-align: center;
}

.article-form form > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 36px 0;
}

.article-form form > div:first-child > label {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.article-form form > div:first-child > label input,
.article-form form > div:first-child > label select {
  width: 180px;
  height: 44px;
  margin-left: 12px;
  background-color: #FFF;
  border: 1px solid #CECECE;
  box-sizing: border-box;
  padding: 0 6px;
  outline: none;
}

.article-form form > div:first-child > label input:focus,
.article-form form > div:first-child > label select:focus {
  border: 1px solid #EF232C;
}

.article-form form > div:first-child > label input {
  text-indent: 4px;
}

.article-form-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.article-form form button {
  cursor: pointer;
}

.article-form form button[type="submit"] {
  width: 200px;
  height: 46px;
  background: #F0F0F0;
  font-size: 14px;
  color: #666;
  margin-right: 20px;
}

.article-form form button[type="reset"] {
  color: #999;
}

.privacy-agreement-checkbox {
  font-size: 12px;
  margin-top: 10px;
}

.privacy-agreement-checkbox label {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
}

.privacy-agreement-checkbox input {
  margin: 0 3px 0 0;
}

.privacy-agreement-checkbox a {
  color: #EF232C;
}

.list_pages {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 20px 0 42px;
}

.list_pages a,
.list_pages span {
  min-width: 30px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #D4D4D4;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  padding: 0 10px;
  margin: 0 5px;
}

.list_pages span {
  color: #fff;
  border: 1px solid #EF232C;
  background-color: #EF232C;
}

.list_pages a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pages_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}

.pages_container li {
  cursor: pointer;
  min-width: 30px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #D4D4D4;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  padding: 0 10px;
  margin: 0 5px 10px;
}

.pages_container li:hover {
  background-color: #eee;
}

.pages_container .checked {
  color: #fff;
  border: none;
  background-color: #E70012;
}

.pages_container .checked:hover {
  background-color: #E70012;
}



.rightSide{
width: 130px;
height: 460px;
background: linear-gradient(125deg, #FF615C, #FF8C6F);
    padding-top: 20px;
    position: fixed;
    top: 310px;
    min-height: 300px;
    left: 50%;
    border-radius: 8px;
    margin-left: 650px;
    background-color: #f15644;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 999;    
    border-radius: 6px;}
  .rightSide .swiper-slide img{width:110px;}
  .rightSide-swiper{
  width: 110px;
    margin-top:10px;
    padding: 5px 0 5px;
    font-size: 14px;
    height: 130px;
  background: #FFFFFF;
  border-radius: 6px;
  }
.rightSide>ul{
  width: 110px;
  height: 270px;
  background: linear-gradient(125deg, #FFF6F6, #FEE4E1);
  border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
	}
  .rightSide>ul>li{
       text-align: center;
    height: 38px;
    line-height: 38px;
  }
    .rightSide>ul>li:after{
      content:"";
       border-bottom:1px solid #FAD6D6;
      display: block;
    width: 80px;
    margin: 0 auto;
    }
  .rightSide>ul>li a{
    font-weight: 400;
    font-size: 13px;
    color: #333333;
    line-height: 20px;
  }
  .rightSide .swiper-slide{
    text-align: center;
  }
  .rightSide-gototop{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAKCAYAAAC0VX7mAAAACXBIWXMAAAsTAAALEwEAmpwYAAAHMWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDg4LCAyMDIwLzA3LzEwLTIyOjA2OjUzICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtcDpDcmVhdGVEYXRlPSIyMDI1LTA2LTA5VDA5OjU3OjEyKzA4OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDI1LTA2LTA5VDA5OjU3OjEyKzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyNS0wNi0wOVQwOTo1NzoxMiswODowMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpkZTA5NTQzMi02MWM2LTkyNGItOTA4Yy0wZjcwY2Y5ODhmMmMiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDoxZjZkMjg1NS1mMjJkLWViNDMtYmE2YS04OGZhYTNhMDRjMTIiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjMjE5NmRlYi05ODJlLTE2NGItOWI0Zi04YzE1ZDVkMTY0ODEiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6YzIxOTZkZWItOTgyZS0xNjRiLTliNGYtOGMxNWQ1ZDE2NDgxIiBzdEV2dDp3aGVuPSIyMDI1LTA2LTA5VDA5OjU3OjEyKzA4OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImRlcml2ZWQiIHN0RXZ0OnBhcmFtZXRlcnM9ImNvbnZlcnRlZCBmcm9tIGFwcGxpY2F0aW9uL3ZuZC5hZG9iZS5waG90b3Nob3AgdG8gaW1hZ2UvcG5nIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpkZTA5NTQzMi02MWM2LTkyNGItOTA4Yy0wZjcwY2Y5ODhmMmMiIHN0RXZ0OndoZW49IjIwMjUtMDYtMDlUMDk6NTc6MTIrMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMi4wIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YzIxOTZkZWItOTgyZS0xNjRiLTliNGYtOGMxNWQ1ZDE2NDgxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOmMyMTk2ZGViLTk4MmUtMTY0Yi05YjRmLThjMTVkNWQxNjQ4MSIgc3RSZWY6b3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOmMyMTk2ZGViLTk4MmUtMTY0Yi05YjRmLThjMTVkNWQxNjQ4MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuL7ER0AAADESURBVCjPndK7akJBEADQ20gKXwSbEC/GziJd/s3KT0qTIkGwUFCIYKGQl6QKCIHkB9KeNCNZRL3XLAwsszNnYNgMWUGcY4YndIvqi7AaJv7OG9r/BWsYBrTEY3JvnwpWMQ7gFRdoYhG558iVApsYJdhl8tZK0BXyIrCCh2jYoLdnYB6DYI76IfAMd1H4hesj+82xjtoJGrtgBbdR8ImbEt+pE7sUK6puwTru4+G7JJai79E7RStDHz/4OBHbxhVewhj8Av33hoogHMGWAAAAAElFTkSuQmCC) no-repeat center center;
    width: 110px;
    height: 18px;
    cursor: pointer;
    margin: 11px auto;}
