@charset "utf-8";

/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: 'pingfang SC', 'webfont', 'helvetica neue', arial,
    'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun,
    sans-serif !important;
}

table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: none;
}

li {
  list-style: none;
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-weight: normal;
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

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

abbr,
acronym {
  border: 0;
}

em,
i {
  font-style: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  zoom: 1;
}

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

table {
  margin: 0 auto;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

a:focus {
  outline-style: none;
}

body {
  overflow-x: hidden;
  /* -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none; */
}

/*公共*/
.base {
  margin: 0 auto;
  width: 1200px;
}

/*top*/
.top {
  height: 37px;
  background-color: #edf0f4;
  z-index: 2;
}

.top .sy_top_c {
  display: flex;
  justify-content: space-between;
}

.top .sy_top_c .sy_top_left {
  display: flex;
}

.top .sy_top_c .sy_top_left .sy_top_txt {
  color: #7d7d7d;
  font-size: 12px;
  line-height: 37px;
  margin-right: 24px;
  white-space: nowrap;
}

.top .sy_top_c .sy_top_right {
  display: flex;
  align-items: center;
  height: 37px;
}

.top .sy_top_c .sy_top_right .header-gfweixin {
  position: relative;
}

.top .sy_top_c .sy_top_right .header-gfweixin .sy_top_right_qrcode {
  display: block;
  width: 108px;
  height: 24px;
  background-color: #326cf6;
  border-radius: 4px;
  font-size: 13px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  box-sizing: border-box;
}

.top .sy_top_c .sy_top_right .header-gfweixin div {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 27px;
  width: 171px;
  height: 171px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 0px rgba(216, 220, 233, 0.3);
  border-radius: 6px;
  border: solid 1px #f2f3f9;
  text-align: center;
  display: none;
  z-index: 2;
}

.top .sy_top_c .sy_top_right .header-gfweixin div img {
  height: 111px;
  display: block;
  margin: 7px auto 2px auto;
}

.top .sy_top_c .sy_top_right .header-gfweixin div p {
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
}

.top .sy_top_c .sy_top_right .header-gfweixin:hover div {
  display: block;
}

.top .sy_top_c .sy_top_right .sinaweibo {
  width: 78px;
  height: 24px;
  margin-left: 17px;
  margin-right: 4px;
  margin-top: 2px;
}

.top .sy_top_c .sy_top_right .sy_top_warp {
  position: relative;
  color: #979797;
  font-size: 14px;
  padding: 0 5px;
}

.top .sy_top_c .sy_top_right .sy_top_warp .index-xia_sanjiao {
  display: inline-block;
  font-size: 6px;
  color: #999999;
  margin-left: 4px;
  transform: rotate(0deg);
}

.top .sy_top_c .sy_top_right .sy_top_warp:hover {
  background: #fff;
  line-height: 37px;
  color: #326cf6;
}

.top .sy_top_right .sy_top_warp:hover .index-xia_sanjiao {
  color: #326cf6;
  transform: rotate(180deg);
}

.top .sy_top_right .sy_top_warp:hover .sy_wap_box {
  display: flex;
}

.top .sy_top_right .sy_top_warp .sy_wap_box {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 37px;
  right: 0;
  width: 369px;
  height: 171px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(216, 220, 233, 0.3);
  /* border-radius: 6px; */
  border: solid 1px #f2f3f9;
  box-sizing: border-box;
  z-index: 4;
  border-top: none;
}

.top .sy_top_right .sy_top_warp .sy_wap_box div {
  width: 160px;
  text-align: center;
}

.top .sy_top_right .sy_top_warp .sy_wap_box .mini img {
  height: 110px;
}

.top .sy_top_right .sy_top_warp .sy_wap_box .gzh img {
  height: 92px;
  margin-bottom: 7px;
  margin-top: 10px;
}

.top .sy_top_right .sy_top_warp .sy_wap_box div p {
  text-align: center;
  color: #666666;
  font-size: 12px;
}

/*nav*/
.nav_bg {
  display: flex;
  justify-content: space-between;
  height: 127px;
  align-items: center;
}

.nav_bg .nav-bg-left {
  display: flex;
  align-items: center;
}

.nav_bg .nav-bg-left .qf_logo img {
  height: 43px;
}

.nav_bg .nav-bg-left .nav_logo {
  height: 21px;
  margin-left: 30px;
  margin-right: 36px;
}

.nav_bg .nav-bg-left .nav-news {
  display: flex;
  align-items: center;
  width: 458px;
  height: 47px;
  line-height: 47px;
  border-radius: 6px;
  border: solid 1px #eeeeee;
}

.nav_bg .nav-bg-left .nav-news i {
  color: #ff6600;
  font-size: 16px;
}

.nav_bg .nav-bg-left .nav-news .index-xiaolaba {
  padding-left: 16px;
  margin-right: 4px;
}

.nav_bg .nav-bg-left .nav-news .swiper-news {
  width: 340px;
  height: 47px;
}

.nav_bg .nav-bg-left .nav-news .swiper-news a {
  display: flex;
}

.nav_bg .nav-bg-left .nav-news .swiper-news a i {
  display: block;
  font-size: 14px;
  color: #000;
  width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: -4px;
  margin-left: 8px;
}

.nav_bg .nav-bg-left .nav-news .swiper-news a em {
  color: #ff6600;
}

.nav_bg .nav_phone {
  display: flex;
  align-items: center;
}

.nav_bg .nav_phone .icon-dianhua1 {
  width: 37px;
  height: 37px;
  line-height: 37px;
  background-color: #326cf6;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  text-align: center;
  animation: phoneIcon_ani ease 0.5s infinite alternate;
}

.nav_bg .nav_phone span {
  margin-left: 10px;
}

.nav_bg .nav_phone span em {
  display: block;
  color: #666;
  font-size: 14px;
  text-align: center;
  letter-spacing: 8px;
}

.nav_bg .nav_phone span em:first-child {
  letter-spacing: 0px;
  color: #326cf6;
  font-size: 24px;
}

@keyframes phoneIcon_ani {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.2);
  }
}

.nav_left img {
  float: left;
}

.nav_left .xq {
  position: relative;
}

.nav_left .xq_tab {
  position: relative;
  cursor: pointer;
  z-index: 1000;
}

.nav_left .p1 {
  width: 0px;
  height: 0px;
  background: #ffffff;
  box-shadow: rgba(216, 220, 233, 0.3) 0px 0px 10px 0px;
  border: 1px solid #f2f3f9;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 0px;
  border-top: none;
}

.nav_left .xq_tab:hover .p1 {
  width: 333px;
  height: 121px;
}

.nav_left .xq_tab:hover em {
  color: #326cf6;
}

.nav_left .xq_tab:hover em .index-xia_sanjiao {
  color: #326cf6;
  transform: rotate(-180deg);
}

.nav_left .p1 .p2 {
  padding: 24px 20px 20px 10px;
}

.nav_left .xq_tab em {
  position: relative;
  color: #000000;
  font-size: 14px;
  display: block;
  height: 100%;
  line-height: 37px;
  width: 80px;
  margin-top: -1px;
  padding-left: 10px;
}

.nav_left .xq_tab:hover em {
  background: #fff;
}

.nav_left .xq_tab em .index-ditu-dibiao {
  color: #ff6600;
  font-size: 16px;
  margin-right: 4px;
}

.nav_left .xq_tab em .index-xia_sanjiao {
  display: inline-block;
  color: #999;
  font-size: 8px;
  margin-left: 4px;
  transform: rotate(0deg);
}

.nav_left a {
  display: inline-block;
  color: #000;
  font-size: 14px;
  padding-left: 8px;
  white-space: nowrap;
  padding-bottom: 8px;
}

.nav_left a:hover {
  color: #326cf6;
}

.index_nav_r {
  float: right;
  padding-top: 10px;
}

.fixed_wrap {
  position: relative;
  width: 142px;
  top: -66px;
}

.footer-link {
  padding-top: 20px;
  background-color: #0030af;
}

.footer-link .links-tab {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.footer-link .links-tab span {
  color: #f0f0f0;
  opacity: 0.6;
  font-size: 14px;
  margin-right: 16px;
}

.footer-link .links-tab span.active {
  color: #ffb401;
  opacity: 1;
  border-bottom: 1px solid #ffb401;
  padding-bottom: 12px;
}

.footer-link .links-a {
  display: none;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.8;
}

.footer-link .links-a.active {
  display: flex;
}

.footer-link .links-a a {
  font-size: 14px;
  opacity: 0.6;
  margin-right: 20px;
  color: #fff;
}

.footer-link .copyright {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.6;
  text-align: center;
  line-height: 24px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
}

.footer-link .copyright a {
  font-size: 14px;
  color: #ffffff;
}

.banner {
  position: relative;
  width: 1200px;
  height: 110px;
  background: url(http://www.mobiletrain.org/images_interview/ad.png) no-repeat;
  background-size: 1200px 110px;
  background-position: center;
  margin: 0 auto;
}

.banner-btn {
  position: absolute;
  top: 32px;
  right: 74px;
  display: none;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 48px;
  background: #fff;
  border-radius: 32px;
  color: #326cf6;
  font-weight: bold;
  font-size: 18px;
  overflow: hidden;
}

.banner-btn i {
  font-size: 24px;
  font-weight: normal;
}

.banner-btn::before {
  position: absolute;
  content: '';
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
  background-color: #fff;
  border-radius: 50%;
  animation: scale 1s ease 0s infinite;
}

.hot-topic {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.hot-topic a {
  font-size: 14px;
  color: #666;
  margin-right: 24px;
}

.hot-topic a:nth-child(1) {
  color: #ff6600;
  font-weight: bold;
}

.hot-topic a:nth-child(1) i {
  font-size: 16px;
}

.hot-topic a:hover {
  color: rgb(50, 108, 246);
}

.hot-topic a:nth-child(1):hover {
  color: #ff6600;
}

.bread_list {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

.bread_list,
.bread_list a {
  color: #999999;
  font-size: 13px;
}

.bread_list .yp-weizhi {
  font-size: 16px;
  margin-right: 7px;
}

.content {
  padding: 20px 0 40px 0;
  background: #f6f9ff;
}

.content .base {
  position: relative;
}

.content .content-tit {
  position: relative;
  /* width: 111px; */
  height: 22px;
  text-align: center;
  margin: 0 auto 40px auto;
  /* border-bottom: 16px solid rgba(50, 108, 246, 0.12); */
}

.content .content-tit span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 16px solid rgba(50, 108, 246, 0.12);
  color: #000;
  font-size: 24px;
  height: 20px;
  padding: 0 10px;
}

.content .content-tab {
  display: flex;
  margin: 0 auto 6px auto;
  width: 830px;
}

.content .content-tab .tab-item {
  position: relative;
  flex: 1;
  text-align: center;
}

.content .content-tab .tab-item .ypfont {
  display: none;
  color: #999999;
  font-size: 16px;
  text-align: center;
}

.content .content-tab .tab-item.active .ypfont,
.content .content-tab .tab-item:hover .ypfont {
  display: block;
}

.content .content-tab .tab-item .icon,
.content .content-tab .tab-item .yp-quanbu {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 20px;
  font-size: 27px;
  margin: 0 auto 8px auto;
}

.content .content-tab .tab-item .yp-quanbu {
  color: #326cf6;
  background: rgba(50, 108, 246, 0.1);
}

.content .content-tab .tab-item.active .yp-quanbu,
.content .content-tab .tab-item:hover .yp-quanbu {
  background: #326cf6;
  color: #fff;
}

.content .content-tab .tab-item .icon-H5 {
  color: #ff2b00;
  background: rgba(255, 43, 0, 0.1);
}

.content .content-tab .tab-item.active .icon-H5,
.content .content-tab .tab-item:hover .icon-H5 {
  background: #ff2b00;
  color: #fff;
}

.content .content-tab .tab-item .icon-JavaEE {
  color: #3066e8;
  background: rgba(48, 102, 232, 0.1);
}

.content .content-tab .tab-item.active .icon-JavaEE,
.content .content-tab .tab-item:hover .icon-JavaEE {
  color: #fff;
  background: #3066e8;
}

.content .content-tab .tab-item .icon-Python {
  color: #ff5a00;
  background: rgba(255, 90, 0, 0.1);
}

.content .content-tab .tab-item.active .icon-Python,
.content .content-tab .tab-item:hover .icon-Python {
  color: #fff;
  background: #ff5a00;
}

.content .content-tab .tab-item .icon-yunjisuan {
  color: #0041cb;
  background: rgba(0, 65, 203, 0.1);
}

.content .content-tab .tab-item.active .icon-yunjisuan,
.content .content-tab .tab-item:hover .icon-yunjisuan {
  color: #fff;
  background: #0041cb;
}

.content .content-tab .tab-item .icon-ruanjianceshi1 {
  color: #00c594;
  background: rgba(0, 197, 148, 0.1);
}

.content .content-tab .tab-item.active .icon-ruanjianceshi1,
.content .content-tab .tab-item:hover .icon-ruanjianceshi1 {
  color: #fff;
  background: #00c594;
}

.content .content-tab .tab-item .icon-dashuju1 {
  color: #0075ff;
  background: rgba(0, 117, 255, 0.1);
}

.content .content-tab .tab-item.active .icon-dashuju1,
.content .content-tab .tab-item:hover .icon-dashuju1 {
  color: #fff;
  background: #0075ff;
}

.content .content-tab .tab-item .icon-UI {
  color: #e60080;
  background: rgba(230, 0, 128, 0.1);
}

.content .content-tab .tab-item.active .icon-UI,
.content .content-tab .tab-item:hover .icon-UI {
  color: #fff;
  background: #e60080;
}

.content .content-tab .tab-item .icon-quanmeiti {
  color: #ffaa00;
  background: rgba(255, 170, 0, 0.1);
}

.content .content-tab .tab-item.active .icon-quanmeiti,
.content .content-tab .tab-item:hover .icon-quanmeiti {
  color: #fff;
  background: #ffaa00;
}

.content .content-tab .tab-item .icon-yingshijianjibaozhuang {
  color: #8716e1;
  background: rgba(135, 22, 225, 0.1);
}

.content .content-tab .tab-item.active .icon-yingshijianjibaozhuang,
.content .content-tab .tab-item:hover .icon-yingshijianjibaozhuang {
  color: #fff;
  background: #8716e1;
}

.content .content-tab .tab-item .icon-wulianwang {
  color: #0075ff;
  background: rgba(0, 117, 255, 0.1);
}

.content .content-tab .tab-item.active .icon-wulianwang,
.content .content-tab .tab-item:hover .icon-wulianwang {
  color: #fff;
  background: #0075ff;
}

.content .content-tab .tab-item .icon-wangluoanquan1 {
  color: #00cc50;
  background: rgba(0, 204, 80, 0.1);
}

.content .content-tab .tab-item.active .icon-wangluoanquan1,
.content .content-tab .tab-item:hover .icon-wangluoanquan1 {
  color: #fff;
  background: #00cc50;
}

.content .content-tab .tab-item .icon-Unity {
  color: #8200e7;
  background: rgba(130, 0, 231, 0.1);
}

.content .content-tab .tab-item.active .icon-Unity,
.content .content-tab .tab-item:hover .icon-Unity {
  color: #fff;
  background: #8200e7;
}

.content .content-tab .tab-item span {
  font-size: 12px;
  color: #000000;
}

.content .content-con {
  display: flex;
  justify-content: space-between;
}

.content .content-con .con-left {
  width: 890px;
  /* height: 2422px; */
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px 0 0 0;
}

.content .content-con .con-left ul {
  margin-bottom: 20px;
}

.content .content-con .con-left .item {
  position: relative;
  display: flex;
  padding: 30px;
}

.content .content-con .con-left .item::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 1px;
  width: 830px;
  background: #f1f1f1;
}

.content .content-con .con-left .item:last-child::after {
  width: 0;
}

.content .content-con .con-left .item:hover {
  box-shadow: 0px 0px 20px 0px rgba(153, 153, 153, 0.25);
}

.content .content-con .con-left .item:hover .item-info h3,
.content .content-con .con-left .item:hover .item-info .h3 {
  color: rgb(50, 108, 246);
}

.content .content-con .con-left .item .item-pic {
  width: 208px;
  height: 119px;
  border-radius: 10px;
  object-fit: cover;
  margin-right: 22px;
}

.content .content-con .con-left .item .item-info h3,
.content .content-con .con-left .item .item-info .h3 {
  color: #000000;
  font-size: 18px;
  width: 594px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.content .content-con .con-left .item .item-info p {
  width: 594px;
  font-size: 14px;
  color: #666;
  margin-top: 14px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.content .content-con .con-left .item .item-info p span {
  color: #326cf6;
}

.content .content-con .con-left .item .item-info .item-time {
  display: flex;
  align-items: center;
  color: #999999;
  font-size: 14px;
}

.content .content-con .con-left .item .item-info .item-time i {
  font-size: 16px;
  margin-right: 10px;
}

.content .content-con .con-left .item .item-question span {
  width: 743px;
  height: 38px;
  background-color: #fafafa;
  border-radius: 6px;
  color: #666666;
  font-size: 14px;
  padding: 20px;
}

.content .content-con .con-left .item .item-question span i {
  color: #326cf6;
}

.content .content-con .con-left .item .item-question::before {
  position: absolute;
  left: 11px;
  top: 0;
  content: '';
  width: 1px;
  height: 22px;
  background-color: #cccccc;
}

.content .content-con .con-left .item .item-time {
  line-height: 16px;
  margin-top: 12px;
  font-size: 14px;
  color: #999;
}

.content .content-con .con-left .item .item-time .qa-shijian {
  font-size: 16px;
  margin-left: 47px;
  margin-right: 10px;
}

.content .content-con .con-left .con-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 50px;
  background-image: linear-gradient(45deg, #fe4e33 0%, #ff8534 100%),
    linear-gradient(#cccccc, #cccccc);
  border-radius: 25px;
  color: #ffffff;
  font-size: 20px;
  margin: -16px auto 0 auto;
}

.content .content-con .con-left .con-btn .qa-dianji1 {
  font-size: 24px;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  80% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  80% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-ms-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  80% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  80% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.content .content-con .con-right .con-right-zxwd {
  position: relative;
  width: 251px;
  height: 549px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0 20px;
  margin: 19px 0;
}

.content .content-con .con-right .con-right-zxwd .zxwd-tit {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  padding-top: 22px;
}

.content .content-con .con-right .con-right-zxwd .zxwd-tit .qafont {
  font-weight: normal;
  background-image: linear-gradient(45deg, #326cf6 0%, #3399ff 100%);
  font-size: 26px;

  margin-right: 7px;
}

.content .content-con .con-right .con-right-rywd .swiper2 .swiper-slide {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.content .content-con .con-right .con-right-rywd .swiper2 .swiper-slide:hover div h3,
.content .content-con .con-right .con-right-rywd .swiper2 .swiper-slide:hover div .h3 {
  /* color: #00c883; */
}

.content .content-con .con-right .con-right-rywd .swiper2 .zcjy:hover div h3,
.content .content-con .con-right .con-right-rywd .swiper2 .zcjy:hover div .h3 {
  color: #326cf6;
}

.content .content-con .con-right .con-right-rywd .swiper2 .swiper-slide .img-box {
  width: 88px;
  height: 72px;
  overflow: hidden;
  border-radius: 6px;
}

.content .content-con .con-right .con-right-rywd .swiper2 .swiper-slide img {
  width: 88px;
  height: 72px;
  object-fit: cover;
  transition: all 0.5s;
}

.content .content-con .con-right .con-right-rywd .swiper2 .swiper-slide .img-box:hover img {
  transform: scale(1.2);
}

.content .content-con .con-right .con-right-rywd .swiper2 .swiper-slide div {
  display: flex;
  width: 154px;
  flex-direction: column;
  justify-content: space-between;
}

.content .content-con .con-right .con-right-rywd .swiper2 .swiper-slide div h3,
.content .content-con .con-right .con-right-rywd .swiper2 .swiper-slide div .h3 {
  font-size: 14px;
  color: rgb(102, 102, 102);
  line-height: 18px;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 154px;
  /* font-weight: bold; */
}

.content .content-con .con-right .con-right-rywd .swiper2 .swiper-slide div p {
  color: rgb(153, 153, 153);
  font-size: 12px;
  line-height: 16px;
}

.content .content-con .con-right .con-right-rywd,
.content .content-con .con-right .con-right-tk {
  position: relative;
  width: 251px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0 20px 24px 20px;
  margin-bottom: 20px;
}

.content .content-con .con-right .con-right-rywd .rywd-tit,
.content .content-con .con-right .tk-tit {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 18px;
  padding-top: 22px;
}

.content .content-con .con-right .con-right-rywd .rywd-tit {
  font-weight: bold;
}

.content .content-con .con-right .tk-tit .left,
.content .content-con .con-right .con-right-jsgh .jsgh-tit .left {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
}

.content .content-con .con-right .tk-tit a {
  font-size: 12px;
  color: #999;
}

.content .content-con .con-right .tk-tit {
  justify-content: space-between;
}

.content .content-con .con-right .con-right-rywd .rywd-tit .yp-weinituijian {
  color: #fe5133;
  font-weight: normal;
  font-size: 26px;
  margin-right: 10px;
}

.content .content-con .con-right .tk-tit .yp-tiku {
  color: #8b25ff;
  font-weight: normal;
  font-size: 24px;
  margin-right: 10px;
}

.content .content-con .con-right .tk-tit .yp-fabujishu {
  color: #00c883;
  font-weight: normal;
  font-size: 22px;
  margin-right: 10px;
}

.content .content-con .con-right .tk-tit .yp-minzhengtubiao1-46 {
  color: #326cf6;
  font-weight: normal;
  font-size: 22px;
  margin-right: 10px;
}

.content .content-con .con-right .tk-tit .yp-rocket-full {
  color: #00c883;
  font-weight: normal;
  font-size: 20px;
  margin-right: 10px;
}

.content .content-con .con-right .rywd-tit .yp-wenti {
  color: #fe5133;
  font-weight: normal;
  font-size: 26px;
  margin-right: 10px;
}

.content .content-con .con-right .con-right-tk p {
  position: relative;
  font-size: 14px;
  color: #666;
  margin-top: 20px;
  width: 230px;
  padding-left: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}

.content .content-con .con-right .con-right-tk p::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 6px;
  height: 6px;
  background-color: #999999;
}

.content .content-con .con-right .con-right-tk p:hover {
  color: #8b25ff;
}

.content .content-con .con-right .con-right-tk p:hover::before {
  background-color: #8b25ff;
}

.content .content-con .con-right .con-right-rywd .swiper3 a {
  margin-top: 20px;
}

.content .content-con .con-right .con-right-rywd .swiper4 {
  height: 230px;
  margin-top: 20px;
}

.content .content-con .con-right .con-right-rywd .swiper3 a,
.content .content-con .con-right .con-right-rywd .swiper4 a {
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 14px;
}

.content .content-con .con-right .con-right-rywd .swiper3 a:hover p,
.content .content-con .con-right .con-right-rywd .swiper4 a:hover p {
  color: rgb(255, 133, 52);
}

.content .content-con .con-right .con-right-rywd .swiper3 a div {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 2px;
  font-size: 12px;
  color: #000;
  margin-right: 6px;
}

.content .content-con .con-right .con-right-rywd .swiper4 a div {
  width: 18px;
  height: 18px;
  background: rgba(255, 128, 44, 0.2);
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  color: #000;
  line-height: 18px;
  margin-right: 6px;
}

.content .content-con .con-right .con-right-rywd .swiper3 a div.yp-1,
.content .content-con .con-right .con-right-rywd .swiper4 a div.yp-1,
.yp-zhiding {
  color: #ff0000 !important;
  background: #fff !important;
  font-size: 14px !important;
}

.content .content-con .con-right .con-right-rywd .swiper3 a div.yp-2,
.content .content-con .con-right .con-right-rywd .swiper4 a div.yp-2 {
  color: #ff7200;
  background: #fff;
  font-size: 14px;
}

.content .content-con .con-right .con-right-rywd .swiper3 a div.yp-3,
.content .content-con .con-right .con-right-rywd .swiper4 a div.yp-3 {
  color: #ffae00;
  background: #fff;
  font-size: 14px;
}

.content .content-con .con-right .con-right-rywd .swiper3 a p,
.content .content-con .con-right .con-right-rywd .swiper4 a p {
  color: rgb(102, 102, 102);
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 210px;
}

.content .content-con .con-right .con-right-rywd a span.a11 {
  font-size: 12px;
  color: #fff;
  width: 16px;
  height: 16px;
  background-color: #ff0000;
  border-radius: 4px;
  line-height: 16px;
  text-align: center;
}

.content .content-con .con-right .con-right-rywd a span.a21,
.content .content-con .con-right .con-right-rywd a span.a31 {
  font-size: 12px;
  color: #fff;
  width: 16px;
  height: 16px;
  background-color: #ff6600;
  border-radius: 4px;
  line-height: 16px;
  text-align: center;
}

.content .content-con .con-right .con-right-rywd a span.a41 {
  font-size: 12px;
  color: #fff;
  width: 16px;
  height: 16px;
  background-color: #ff005a;
  border-radius: 4px;
  line-height: 16px;
  text-align: center;
}

.content .content-con .con-right .con-right-rywd .swiper-button-prev3,
.content .content-con .con-right .con-right-rywd .swiper-button-prev4 {
  display: none;
}

.content .content-con .con-right .con-right-rywd .swiper-button-next3,
.content .content-con .con-right .con-right-rywd .swiper-button-next4 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 45px;
  right: 20px;
  width: 72px;
  height: 24px;
  border-radius: 12px;
  border: solid 1px #ff8534;
  background: url();
  box-sizing: border-box;
  color: #ff8534;
  font-size: 12px;
}

.content .content-con .con-right .con-right-rywd .swiper-button-next3:hover,
.content .content-con .con-right .con-right-rywd .swiper-button-next4:hover {
  background: #ff8534;
  color: #fff;
}

.content .content-con .con-right .con-right-rywd .swiper-button-next3 .qafont {
  margin-right: 2px;
  font-size: 15px;
}

.swiper1 {
  width: 290px;
  height: 206px;
  margin-bottom: 16px;
}

.swiper1 img {
  width: 290px;
  height: 180px;
  border-radius: 10px;
}

.swiper1 .swiper-pagination {
  bottom: 0 !important;
}

.swiper1 .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border: solid 1px #999999;
  opacity: 1;
  border-radius: 50%;
  background: #f6f9ff;
  box-sizing: border-box;
}

.swiper1 .swiper-pagination-bullet-active {
  background-color: #ff6600;
  border: solid 1px #ff6600;
}

.kbxx {
  width: 250px;
  height: 202px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
}

.kbxx .sub-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.kbxx .sub-tit .left {
  display: flex;
  align-items: center;
  color: #000000;
  font-weight: bold;
  font-size: 18px;
}

.kbxx .sub-tit .left .yp-banjibaobiao {
  font-weight: normal;
  color: #326cf6;
  font-size: 22px;
  margin-right: 7px;
}

.kbxx .chooseBox {
  position: relative;
  width: 111px;
}

.kbxx .kbxx_showXq_box {
  position: absolute;
  top: 40px;
  right: 0;
  width: 324px;
  background: #f6f9ff;
  box-shadow: 0px 6px 16px 0px rgba(206, 235, 255, 0.21);
  border-radius: 6px;
  display: none;
  z-index: 2;
}

.kbxx .kbxx_showXq_btn {
  width: 111px;
  height: 27px;
  line-height: 27px;
  border-radius: 6px;
  border: solid 1px #e6e6e6;
  box-sizing: border-box;
  font-size: 14px;
  color: #000;
  padding-left: 12px;
}

.kbxx .kbxx_showXq_btn .icon-xiaosanjiao {
  color: #cccccc;
  font-size: 10px;
  margin-left: 10px;
}

.kbxx .kbxx_showXq_box ul {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 8px 20px;
}

.kbxx .kbxx_showXq_box ul li {
  color: #666666;
  font-size: 14px;
  margin-bottom: 12px;
  margin-right: 20px;
}

.kbxx .kbxx_showXq_box ul li:hover {
  color: #056cff;
}

.kbxx .des-right-classes li a {
  display: flex;
}

.kbxx .des-right-classes li a:hover span:nth-child(1),
.kbxx .des-right-classes li a:hover span:nth-child(2) {
  color: #326cf6;
}

.kbxx .des-right-classes li a span {
  color: #666666;
  font-size: 12px;
  width: 116px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kbxx .des-right-classes li a span:nth-child(2) {
  margin-left: 12px;
}

.kbxx .des-right-classes li a span[data-mode='1'] {
  color: rgb(255, 255, 255);
  width: 77px;
  height: 21px;
  background-color: #056cff;
  border-radius: 10px;
  line-height: 21px;
  text-align: center;
}

.kbxx .des-right-classes li a span[data-mode='0'] {
  color: #fff;
  width: 77px;
  height: 21px;
  background-color: #ff4800;
  border-radius: 10px;
  line-height: 21px;
  text-align: center;
}

.kbxx .des-right-classes li a span[data-mode='2'] {
  color: #333333;
  width: 77px;
  height: 21px;
  background-color: #e5e5e5;
  border-radius: 10px;
  line-height: 21px;
  text-align: center;
}

.kbxx .swiper6 {
  height: 150px;
  margin-top: 20px;
}

.con-left-top {
  width: 810px;
  border-bottom: 1px solid #e6e5e5;
  margin: 0 auto 38px auto;
}

.con-left-top h3,
.con-left-top .h3 {
  color: #333333;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}

.con-left-top .con-left-info {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  padding-bottom: 26px;
  color: #999999;
  font-size: 14px;
}

.con-left-top .con-left-info .info-item {
  margin-right: 42px;
}

.con-left-top .con-left-info .info-item a {
  padding: 2px 8px;
  background-color: rgba(50, 108, 246, 0.2);
  border-radius: 4px;
  color: #326cf6;
  font-size: 12px;
}

.con-left-top .con-left-info .yp-fenxiang {
  color: #326cf6;
  font-size: 14px;
  margin-right: 6px;
}

.con-left-bottom {
  width: 810px;
  border-top: 1px solid #e6e5e5;
  padding-top: 30px;
  padding-bottom: 24px;
  text-align: center;
  color: #999999;
  font-size: 12px;
  margin: 30px auto 0 auto;
}

.con-left .left-form {
  display: none;
  width: 806px;
  height: 245px;
  background: url(http://www.mobiletrain.org/images_interview/con-form.png) no-repeat;
  background-size: 806px 265px;
  border-radius: 10px;
  margin: 0 auto;
  padding-top: 20px;
}

.con-left .left-form .left-form-left {
  position: relative;
  width: 396px;
  height: 227px;
  background: url(http://www.mobiletrain.org/images_interview/left-bg.png) no-repeat;
  background-size: 426px 227px;
  margin: 0 90px 0 27px;
  padding-left: 30px;
}

.con-left .left-form .left-form-left h3,
.con-left .left-form .left-form-left .h3 {
  font-size: 14px;
  color: #ffffff;
  padding-top: 60px;
}

.con-left .left-form .left-form-left .list-form-item {
  width: 290px;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-top: 8px;
}

.con-left .left-form .left-form-left .list-form-item:focus {
  background: #fff;
  border: none;
  outline: #ffffff;
}

.con-left .left-form .left-form-left .list-form-item2 {
  position: relative;
}

.con-left .left-form .left-form-left .list-form-item2:before {
  position: absolute;
  top: 3px;
  left: 4px;
  content: '*';
  font-size: 20px;
  color: #ff0000;
}

.con-left .left-form .left-form-left .list-form-item input {
  outline: none;
  border: none;
}

input {
  box-shadow: 0 0 0 1000px #fff inset;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.con-left .left-form .left-form-left .list-form-item .yp-name,
.con-left .left-form .left-form-left .list-form-item .yp-shouji {
  color: #999999;
  font-size: 15px;
  margin: 0 10px 0 18px;
}

.con-left .left-form .left-form-left h4,
.con-left .left-form .left-form-left .h4 {
  font-size: 12px;
  color: #ffffff;
  margin-top: 10px;
}

.con-left .left-form .list-submit {
  position: absolute;
  top: 56px;
  right: -58px;
  width: 114px;
  height: 76px;
  background-image: linear-gradient(1deg, #02a1f9 0%, #29f19c 100%);
  border-radius: 50%;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  padding-top: 38px;
  animation: ms 1s infinite;
  -webkit-animation: ms 1s infinite;
}

@keyframes ms {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes ms {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.con-left .left-form .list-submit .yp-dianjitianjia {
  font-size: 27px;
}

.con-left .left-form .list-submit::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98px;
  height: 98px;
  border: solid 1px #ffffff;
  border-radius: 50%;
}

.left-form-right h3,
.left-form-right .h3 {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  padding-top: 46px;
  margin-bottom: 20px;
}

.left-form-right h3 span,
.left-form-right .h3 span {
  display: inline-block;
  width: 37px;
  height: 21px;
  background-color: #ffffff;
  color: #303cd0;
  font-size: 16px;
  margin: 0 2px;
}

.left-form-right .swiper-phone {
  height: 100px;
  color: #ffffff;
  font-size: 13px;
}

.left-ad {
  position: relative;
  width: 890px;
  height: 100px;
  background: url(http://www.mobiletrain.org/images_interview/form-ad.png?1) no-repeat;
  background-size: 890px 100px;
  margin: 30px auto;
}

.left-ad-btn {
  position: absolute;
  top: 29px;
  right: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 41px;
  background-image: linear-gradient(0deg, #fbeea5 0%, #ffffff 100%);
  border-radius: 20px;
  color: #0000f6;
  font-weight: bold;
  font-size: 15px;
  overflow: hidden;
}

.left-ad-btn::before {
  position: absolute;
  content: '';
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
  background-color: #fff;
  border-radius: 50%;
  animation: scale 1s ease 0s infinite;
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  80% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.left-ad-btn i {
  color: #390ec7;
  font-size: 21px;
}

.con-left-box .con-left h3 {
  font-weight: bold;
}

.con-left-box .con-left h3,
.con-left-box .con-left p,
.con-left-box .con-left p a {
  width: 810px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 34px;
  color: #666666;
  word-break: break-all;
}

.con-left-box .con-left p img {
  /* width: 500px; */
  margin: 20px auto;
  border-radius: 10px;
}

.con-left-box .con-left p {
  margin-bottom: 10px;
}

.c_page_bottom {
  width: 890px;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.c_page_bottom .c_page_bottom_item {
  display: flex;
  align-items: center;
  width: 438px;
  height: 86px;
  background-color: #ffffff;
  border-radius: 10px;
}

.c_page_bottom .c_page_bottom_item:hover {
  background-color: #326cf6;
  color: #fff;
}

.c_page_bottom .c_page_bottom_item p {
  font-size: 16px;
  color: #333333;
}

.c_page_bottom .c_page_bottom_item:hover p {
  color: #fff;
}

.c_page_bottom .c_page_bottom_item a {
  color: #333333;
  font-size: 15px;
  margin-left: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 260px;
}

.c_page_bottom .c_page_bottom_item:hover a {
  color: #fff;
}

.c_page_bottom .c_page_bottom_item_up {
  width: 30px;
  height: 36px;
  background: url(http://www.mobiletrain.org/images_qa/up_hover.png) no-repeat;
  background-size: 30px 36px;
  margin-left: 30px;
  margin-right: 15px;
}

.c_page_bottom .c_page_bottom_item:hover .c_page_bottom_item_up {
  background: url(http://www.mobiletrain.org/images_qa/up.png) no-repeat;
  background-size: 30px 36px;
}

.c_page_bottom .c_page_bottom_item_next {
  width: 30px;
  height: 36px;
  background: url(http://www.mobiletrain.org/images_qa/next_hover.png) no-repeat;
  background-size: 30px 36px;
  margin-left: 30px;
  margin-right: 15px;
}

.c_page_bottom .c_page_bottom_item:hover .c_page_bottom_item_next {
  background: url(http://www.mobiletrain.org/images_qa/next.png) no-repeat;
  background-size: 30px 36px;
}

.con-left-box {
  width: 890px;
}

.content .content-con .con-left {
  padding: 40px 0px;
}

.article {
  display: flex;
  width: 830px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px 30px 14px 30px;
  margin-bottom: 20px;
}

.article.article-hot {
  display: block;
}

.article .article-left,
.article .article-right {
  width: 50%;
}

.article-hot .article-tit-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.article-hot .article-tit-box a {
  font-size: 14px;
  color: #999999;
}

.article .art-tit {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 20px;
}

.article .art-tit span {
  width: 46px;
  height: 20px;
  line-height: 20px;
  background: linear-gradient(45deg, #fe4e33 0%, #ff8534 100%);
  font-size: 14px;
  font-weight: bold;
  border-radius: 10px;
  text-align: center;
  margin-left: 9px;
  color: #fff;
}

.article .art-tit::before {
  display: inline-block;
  content: '';
  width: 6px;
  height: 23px;
  background-color: #ff6600;
  border-radius: 3px;
  margin-right: 13px;
}

.article .article-right .art-tit span {
  background: linear-gradient(45deg, #326cf6 0%, #3399ff 100%);
}

.article .art-tit span.art-hot {
  background: linear-gradient(45deg, #fd1212 0%, #ff003c 100%);
}

.article .art-con .art-item {
  display: flex;
  margin-bottom: 20px;
}

.article .art-con .art-item .art-item-img {
  width: 134px;
  height: 77px;
  border-radius: 6px;
  margin-right: 16px;
  overflow: hidden;
}

.article-hot .art-con .art-item .art-item-img {
  width: 208px;
  height: 119px;
}

.article .art-con .art-item .art-item-img img {
  width: 134px;
  height: 77px;
  object-fit: cover;
  transition: 0.5s;
}

.article-hot .art-con .art-item .art-item-img img {
  width: 208px;
  height: 119px;
}

.article .art-con .art-item .art-item-img img:hover {
  transform: scale(1.2);
}

.article .art-con .art-item .art-item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 77px;
}

.article-hot .art-con .art-item .art-item-info {
  height: 119px;
}

.article .art-con .art-item .art-item-info h4,
.article .art-con .art-item .art-item-info .h4 {
  width: 224px;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.article-hot .art-con .art-item .art-item-info h4,
.article-hot .art-con .art-item .art-item-info .h4 {
  width: 594px;
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.article .art-con .art-item:hover .art-item-info h4,
.article .art-con .art-item:hover .art-item-info .h4 {
  color: #326cf6;
}

.article .art-con .art-item .art-item-info span {
  font-size: 14px;
  color: #999999;
}

.article .art-con .art-item .art-item-info span i {
  margin-right: 7px;
  font-size: 16px;
}

.article .art-con .art-item .art-item-info p {
  width: 594px;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  margin-bottom: 16px;
}

.article .art-con .art-item .art-item-info p span {
  color: #326cf6;
}

.topicactive {
  color: #326cf6 !important;
  font-weight: bold;
}

.topicactive::before {
  content: '';
  width: 76px;
  height: 2px;
  background-color: #326cf6;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}

.xwzxactive {
  color: #326cf6 !important;
  font-weight: bold;
}

.xwzxactive::before {
  content: '';
  width: 59px;
  height: 2px;
  background-color: #326cf6;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}

.interviewactive {
  color: #326cf6 !important;
  font-weight: bold;
}

.interviewactive::before {
  content: '';
  width: 59px;
  height: 2px;
  background-color: #326cf6;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}

.right-ad {
  display: block;
  margin-bottom: 20px;
  width: 290px;
  height: 122px;
  border-radius: 10px;
  overflow: hidden;
}

.right-ad img {
  width: 290px;
  height: 122px;
  transition: 0.5s;
}

.right-ad img:hover {
  transform: scale(1.2);
}

.kstd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.kstd {
  padding-top: 10px;
}

.kstd li {
  width: 120px;
  height: 81px;
  background: linear-gradient(0deg, #d6e5ff 0%, #f0f6ff 100%);
  border-radius: 6px;
  margin-top: 10px;
}

.kstd li:nth-child(2) {
  background: linear-gradient(0deg, #f3eaff 0%, #fcf9ff 100%);
}

.kstd li:nth-child(3) {
  background: linear-gradient(0deg, #d8fef1 0%, #edfff9 100%);
}

.kstd li:nth-child(4) {
  background: linear-gradient(0deg, #fff5e1 0%, #fffded 100%);
}

.kstd li:nth-child(5) {
  background: linear-gradient(0deg, #ffe1e1 0%, #fff4f4 100%);
}

.kstd li:nth-child(6) {
  background: linear-gradient(0deg, #d3effc 0%, #eafbff 100%);
}

.kstd li:nth-child(7) {
  background: linear-gradient(0deg, #fff5e1 0%, #fffded 100%);
}

.kstd li:nth-child(8) {
  background: linear-gradient(0deg, #d8fef1 0%, #edfff9 100%);
}

.kstd li h3,
.kstd li .h3 {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  padding-top: 16px;
  text-align: center;
}

.kstd li a {
  display: block;
  width: 88px;
  height: 22px;
  background-color: #326cf6;
  border-radius: 11px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  margin: 6px auto 0 auto;
}

.kstd li:nth-child(2) a {
  background-color: #6c00f2;
}

.kstd li:nth-child(3) a {
  background-color: #00bc7b;
}

.kstd li:nth-child(4) a {
  background-color: #ffa200;
}

.kstd li:nth-child(5) a {
  background-color: #f20000;
}

.kstd li:nth-child(6) a {
  background-color: #00b7fe;
}

.kstd li:nth-child(7) a {
  background-color: #ffa200;
}

.kstd li:nth-child(8) a {
  background-color: #00bc7b;
}

.posi-ab-bottom {
  position: absolute;
  bottom: 0;
}

.posi-fixed-top {
  position: fixed;
  top: 20px;
}

.content .content-con .con-left li {
  margin-left: 88px;
  list-style: disc;
  font-size: 16px;
  line-height: 34px;
  color: #666666;
  word-break: break-all;
}