body, html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  display: none;
}

.system {
  background: #f3f3f3;
}

.area {
  background: url("../public/images/bg1.png");
  background-size: 100% 100%;
  background-position: center;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.41rem;
}

.container__anchor {
  position: absolute;
  top: -0.8rem;
}

.container__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container__title .title {
  font-size: 0.36rem;
  font-weight: 400;
  color: #D70018;
  line-height: 0.36rem;
  margin-top: 0.5rem;
}

.container__title .desc {
  font-size: 0.16rem;
  font-weight: 400;
  color: #333333;
  margin-top: 0.2rem;
  text-align: center;
}

.container__title .underline {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: relative;
  margin-top: 0.2rem;
  margin-bottom: 0.4rem;
  background: #F04347;
}

.container__title .underline::before,
.container__title .underline::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 102px;
  height: 2px;
  background: #CBCBCB;
}

.container__title .underline::before {
  left: 10px;
}

.container__title .underline::after {
  right: 10px;
}

.system .nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.9rem;
  width: 100%;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: RGBA(20, 20, 20, 0);
  z-index: 1000;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.system .nav:hover {
  opacity: 1 !important;
}

.system .nav__logo {
  height: 0.3rem;
  min-height: 26px;
}

.system .nav__logo img {
  height: 100%;
}

.system .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1.32rem;
}

.system .nav__list a {
  float: left;
}

.system .nav__list > a:not(:first-child) {
  margin-left: 0.65rem;
}

.system .nav__list__item {
  height: 44px;
  min-height: 40px;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  cursor: pointer;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}

.system .nav__list__item:hover, .system .nav__list__item--active {
  border-color: #D60918;
}

.system__header {
  background: url("../public/images/banner1@2x.png");
  background-size: 100% 100%;
  background-position: center;
  height: 7.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0.9rem;
}

.system__header .header__content {
  margin-top: 1.35rem;
}

.system__header .header__content .content__name {
  font-size: 0.36rem;
  line-height: 0.64rem;
  border-bottom: 2px solid #fff;
  color: #fff;
  display: inline-block;
}

.system__header .header__content .content__desc {
  font-size: 0.5rem;
  color: #D91B31;
  line-height: 1.08rem;
  font-weight: bold;
}

.system__header .header__content .content__tag {
  font-size: 0.2rem;
  line-height: 0.2rem;
  margin-top: 0.2rem;
  color: #fff;
}

.system__header .header__content .content__button {
  width: 1.28rem;
  min-width: 83.2px;
  height: 0.4rem;
  min-height: 26px;
  border: 1px solid #D91B31;
  font-size: 0.18rem;
  font-weight: 400;
  color: #D70018;
  line-height: 0.18rem;
  margin-top: 0.3rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: italic;
}

.system__header .header__bottom {
  width: 0.4rem;
  height: 0.4rem;
  margin-top: 0.91rem;
  cursor: pointer;
}

.system__header .header__bottom img {
  width: 100%;
  height: 100%;
}

.system__support .support__content {
  width: 100%;
  height: 11.02rem;
  background: url("../public/images/computer.png");
  background-size: 100% 100%;
  background-position: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.18rem 3.43rem 3.55rem 3.83rem;
  -webkit-transform: translateY(-0.6rem);
          transform: translateY(-0.6rem);
}

.system__support .support__list {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.system__support .support__item {
  width: 20%;
  height: 50%;
  background-size: auto 100%;
  background-position: center;
  color: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.4rem 0.1rem;
  cursor: pointer;
  position: relative;
}

.system__support .support__item__title {
  font-style: italic;
}

.system__support .support__item__button {
  border: 1px solid #FFFFFF;
  position: relative;
  z-index: 2;
  padding: 0.04rem 0.08rem;
  font-size: 0.18rem;
  font-style: italic;
}

.system__support .support__item__mask {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ff2231;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.1rem;
  font-size: 0.18rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

.system__support .support__item a {
  color: #fff;
}

.system__support .support__item__desc {
  text-align: center;
  font-size: 0.2rem;
}

.system__support .support__item__icon {
  display: inline-block;
  height: 0.4rem;
  position: relative;
  margin-top: 0.2rem;
}

.system__support .support__item__icon img {
  height: 100%;
}

.system__support .support__item__icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #EDEDED;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -0.22rem;
  border-radius: 2px;
}

.system__support .support__item:nth-child(1) {
  background-image: url("../public/images/banner2@2x.png");
}

.system__support .support__item:nth-child(2) {
  background-image: url("../public/images/banner3@2x.png");
}

.system__support .support__item:nth-child(3) {
  background-image: url("../public/images/banner4@2x.png");
}

.system__support .support__item:nth-child(4) {
  background-image: url("../public/images/banner5@2x.png");
}

.system__support .support__item:nth-child(5) {
  background-image: url("../public/images/banner6@2x.png");
}

.system__support .support__item:nth-child(6) {
  background-image: url("../public/images/banner7@2x.png");
}

.system__support .support__item:nth-child(7) {
  background-image: url("../public/images/banner8@2x.png");
}

.system__support .support__item:nth-child(8) {
  background-image: url("../public/images/banner9@2x.png");
}

.system__support .support__item:nth-child(9) {
  background-image: url("../public/images/banner10@2x.png");
}

.system__support .support__item:nth-child(10) {
  background-image: url("../public/images/banner1@2x.png");
}

.system .support__item:hover .support__item__mask {
  opacity: 1;
}

.system__mode {
  padding-bottom: 0.8rem;
}

.system__mode .container__title .title {
  margin-top: 0;
}

.system__mode .container__anchor {
  margin-top: -0.6rem;
}

.system__mode .mode__content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.system__mode .mode__content__item {
  position: relative;
  float: left;
  width: 4rem;
  overflow: hidden;
}

.system__mode .mode__content__item--text {
  background: #f84450;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.6rem 0.41rem;
}

.system__mode .mode__content__item__title {
  font-size: 0.24rem;
  font-weight: bold;
  position: relative;
}

.system__mode .mode__content__item__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.15rem;
  width: 0.54rem;
  height: 0.04rem;
  background: #FFFFFF;
  border-radius: 0.04rem;
}

.system__mode .mode__content__item a {
  color: #fff;
}

.system__mode .mode__content__item__desc {
  margin-top: 0.4rem;
  font-size: 0.16rem;
}

.system__mode .mode__content__item__button {
  position: absolute;
  right: 0.24rem;
  bottom: 0.3rem;
  font-size: 0.16rem;
  cursor: pointer;
  font-style: italic;
}

.system__mode .mode__content__item img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.system__mode .mode__content__item:hover img {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.system__banner {
  width: 100%;
  height: 4rem;
  padding: 0;
  /*margin-top: 0.8rem;*/
}

.system__banner img {
  height: 4rem;
  width: 100%;
}

.system__plan {
  margin-top: 0.3rem;
}

.system__plan .plan__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.8rem;
}

.system__plan .plan__item {
  position: relative;
  width: 3.8rem;
  background-size: auto 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.1rem 0.32rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.system__plan .plan__item:hover {
  -webkit-transform: translateY(-0.1rem);
          transform: translateY(-0.1rem);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
}

.system__plan .plan__item__title {
  position: relative;
  font-weight: bold;
  font-size: 0.24rem;
}

.system__plan .plan__item__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.15rem;
  width: 0.54rem;
  height: 0.04rem;
  background: #333333;
  border-radius: 0.04rem;
}

.system__plan .plan__item__desc {
  margin-top: 0.57rem;
  font-size: 0.16rem;
}

.system__plan .plan__item a {
  color: #F84450;
}

.system__plan .plan__item__button {
  position: absolute;
  right: 0.24rem;
  bottom: 0.28rem;
  font-size: 0.18rem;
  cursor: pointer;
  font-style: italic;
}

.system__plan .plan__item:not(:first-child) {
  margin-left: 0.3rem;
}

.system__plan .plan__item:nth-child(1) {
  background-image: url("../public/images/banner_15@2x.png");
}

.system__plan .plan__item:nth-child(2) {
  background-image: url("../public/images/banner_16@2x.png");
}

.system__plan .plan__item:nth-child(3) {
  background-image: url("../public/images/banner_17@2x.png");
}

.system__server {
  background-image: url("../public/images/banner_server.png");
  background-size: 100% auto;
  height: 7.45rem;
  padding-bottom: 0.8rem;
}

.system__server .server__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.system__server .server__item {
  position: relative;
  width: 4.12rem;
  height: 5.16rem;
  background: radial-gradient(circle, #39373A, #656565);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.28rem 0.3rem;
  color: #fff;
  border-radius: 0.04rem;
  overflow: hidden;
  cursor: pointer;
}

.system__server .server__item__title {
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 21px;
  font-weight: bold;
}

.system__server .server__item__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.15rem;
  width: 0.5rem;
  height: 0.04rem;
  border-radius: 0.04rem;
  background: #fff;
}

.system__server .server__item__img {
  height: 2.3rem;
  margin-top: 0.2rem;
}

.system__server .server__item__img img {
  height: 100%;
}

.system__server .server__item a {
  color: #fff;
}

.system__server .server__item__button {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5rem;
  background: #626164;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  font-style: italic;
  font-size: 0.18rem;
}

.system__server .server__item__desc {
  margin-top: 0.34rem;
  font-size: 0.14rem;
  line-height: 0.3rem;
}

.system__server .server__item__img {
  height: 2.29rem;
  margin-top: 0.3rem;
}

.system__server .server__item__img img {
  height: 100%;
}
.system__attract{
margin-bottom: 0.8rem;
}
.system__attract .attract__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.system__attract .attract__item {
  width: 3.88rem;
  position: relative;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid #969495;
}

.system__attract .attract__item:not(:first-child) {
  margin-left: 0.2rem;
}

.system__attract .attract__item__banner {
  width: 100%;
  height: 2.56rem;
}

.system__attract .attract__item__banner img {
  width: 100%;
  height: 100%;
}

.system__attract .attract__item__title {
  position: relative;
  font-size: 0.24rem;
  line-height: 0.24rem;
  margin-top: 0.3rem;
  font-weight: bold;
}

.system__attract .attract__item__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.15rem;
  width: 0.54rem;
  height: 0.04rem;
  border-radius: 0.04rem;
  background: #333;
}

.system__attract .attract__item__desc {
  margin-top: 0.57rem;
  font-size: 0.16rem;
}

.system__attract .attract__item a {
  color: #F84450;
}

.system__attract .attract__item__button {
  position: absolute;
  right: 0.24rem;
  bottom: 0.23rem;
  font-size: 0.18rem;
  font-style: italic;
}

.system__extension {
  margin-bottom: 1rem;
  margin-top: 0.3rem;
}

.system__extension .extension__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.3rem;
}

.system__extension .extension__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.system__extension .extension__item:not(:first-child) {
  margin-left: 1rem;
}

.system__extension .extension__item__icon {
  height: 0.84rem;
}

.system__extension .extension__item__icon img {
  height: 100%;
}

.system__extension .extension__item__title {
  position: relative;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.24rem;
  margin-top: 0.3rem;
}

.system__extension .extension__item__title::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -0.15rem;
  width: 0.54rem;
  height: 0.04rem;
  border-radius: 0.04rem;
  background: #333;
}

.system__extension .extension__item__desc {
  margin-top: 0.5rem;
  max-width: 3.33rem;
  text-align: center;
      font-size: 0.16rem;
}

.system__team {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 5rem;
  margin-bottom: 0.52rem;
  padding: 1.4rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.system__team .team__icon {
  position: absolute;
  top: 50%;
  left: -1.06rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  width: 0.52rem;
  height: 0.52rem;
  margin-top: 0.02rem;
}

.system__team .team__icon img {
  width: 100%;
  height: 100%;
}

.system__team .team__bg1, .system__team .team__bg2 {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  background-size: auto 100%;
}

.system__team .team__bg1 img, .system__team .team__bg2 img {
  width: 100%;
}

.system__team .team__bg1 {
  left: 0;
  background-image: url("../public/images/bg_3@2x.png");
}

.system__team .team__bg2 {
  right: 0;
  background-image: url("../public/images/bg_4@2x.png");
}

.system__team .team__content {
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.4rem 0.8rem;
}

.system__team .team__content__title {
  position: relative;
  font-size: 0.36rem;
  line-height: 0.36rem;
}

.system__team .team__content__title::after {
  content: "";
  position: absolute;
  left: -0.15rem;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 0.36rem;
  width: 0.04rem;
  background: #F04347;
  border-radius: 0.04rem;
}

.system__team .team__content__item {
  position: relative;
  margin-top: 0.55rem;
}

.system__team .team__content__item__name {
  font-size: 0.24rem;
}

.system__team .team__content__item__desc {
  font-size: 0.16rem;
  margin-top: 0.06rem;
}

.system__footer {
  position: relative;
  background: RGBA(20, 20, 20, 1);
  min-height: 4.04rem;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.2rem;
}

.system__footer .footer__record {
  font-size: 0.14rem;
}

.system__footer .footer__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.system__footer .footer__item {
  width: 3.3rem;
  height: 100%;
}

.system__footer .footer__item .qrcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.2rem;
}

.system__footer .footer__item .qrcode__item {
  /*width: 1.32rem;*/
  height: 1.6rem;
  background: #fff;
  margin-right: 0.3rem;
}
.system__footer .footer__item .qrcode__item img{
 height:100%
}
.system__footer .footer__item__title {
  position: relative;
  font-size: 0.18rem;
}

.system__footer .footer__item__desc {
  font-size: 0.14rem;
  margin-top: 0.58rem;
  opacity: 0.5;
  line-height: 0.24rem;
}

.system__footer .footer__item__content {
  margin-top: 0.58rem;
}

.system__footer .footer__item__content__text, .system__footer .footer__item__content__text2 {
  font-size: 0.18rem;
  color: #F84450;
}

.system__footer .footer__item__content__text2 {
  margin-top: 0.3rem;
}

.system__footer .footer__item__content__img {
  width: 1.06rem;
  margin-top: 0.2rem;
}

.system__footer .footer__item__content__img img {
  width: 100%;
}

.system__footer .footer__item__content__phone {
  font-size: 0.3rem;
  font-weight: bold;
  color: #FCFCFC;
  opacity: 0.53;
  margin-top: 0.14rem;
}

.system__footer .footer__item__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  width: 100%;
  height: 1px;
  background: #fff;
}

.system__footer .footer__item:not(:first-child) {
  margin-left: 1.05rem;
}

.system__footer .footer__record {
  margin-top: 0.4rem;
  text-align: center;
  color: #fff;
}
/*培训右侧功能条开始*/

.float{width:200px;height:588px;background:url(/cs/v2/images/components/sidebar/float-11.1.png) no-repeat center center;position:fixed;right:0%;top:13%;}
.float ul, .float ul li {padding: 0px;margin: 0px;list-style: none;}
.float ul li{width:128px;height:32px;line-height:32px;background:#ff2231;font-size:22px;color:#fff;font-family: "sy_Regular";margin:7px auto;text-align:center; }
.float a {text-decoration: none;}

.float .shou{display:block;width:18px;position:absolute;top:25%;right:18%;}

.float .img{display:block;width:128px;height:128px;margin:0 auto;}
.float .saoma{color:#fff;font-size:24px;font-family: 'sy_Regular';text-align:center;line-height: 1.5;margin-top: 3px;}
.float .wxh{color:#ff0002;font-size:24px;font-family: 'sy_Bold';text-align:center;line-height: 1;font-weight:bold;}

/*培训右侧功能条结束*/
