@charset "UTF-8";

/*** common scss ***/
body {
  font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, Helvetica, Tahoma, Arial, "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, Heiti, 黑体, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: normal;
  -moz-font-feature-settings: normal;
  /* -moz-font-feature-settings: 'normal' */
}

.u-hidden {
  display: none;
}

.u-show {
  display: block;
}

ul {
  list-style: none;
  padding: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #ff962a !important;
  cursor: pointer;
}

.btn {
  border-radius: 0;
  transition: all 0.33s ease;
}

.btn-xl {
  padding: 10px 88px;
  font-size: 24px;
}

.btn-orange {
  border: 1px solid #f5a352;
  color: #fff;
  background-color: #f5a352;
}

.btn-orange:link,
.btn-orange:visited {
  color: #fff;
  border-color: #f5a352;
  background-color: #f5a352;
}

.btn-orange:hover,
.btn-orange:active,
.btn-orange:focus {
  color: #fff !important;
  border-color: #ff870e;
  background-color: #ff870e;
}

.btn-orange-o {
  border: 1px solid #f5a352;
  color: #f5a352;
  font-size: 18px;
  padding: 10px 16px;
}

.btn-orange-o:link,
.btn-orange-o:visited {
  color: #f5a352;
  border-color: #f5a352;
}

.btn-orange-o:hover,
.btn-orange-o:active,
.btn-orange-o:focus {
  color: #ff870e;
  border-color: #ff870e;
}

.btn-cadetblue-o {
  border: 1px solid #004949;
  color: #004949;
}

.btn-cadetblue-o:link,
.btn-cadetblue-o:visited {
  color: #004949;
  border-color: #004949;
}

.btn-cadetblue-o:hover,
.btn-cadetblue-o:active,
.btn-cadetblue-o:focus {
  color: #003030;
  border-color: #003030;
}

.font-orange {
  color: #f5a352;
}

.modal-header {
  border-bottom: none;
  display: none;
}

.navbar {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  background: white;
}

/*** common scss ***/
/*** common header scss ***/
.marginLeft0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0;
}

.header-yks .navbar {
  margin-bottom: 0;
  border: none;
  transition: all .3s;
  border-radius: 0;
}

.header-fix {
  display: none;
}

.header-yks .navbar-orange .navbar-toggle {
  border-color: #f5a352;
}

.header-yks .navbar-orange .navbar-toggle .icon-bar {
  background-color: #f5a352;
}

.header-yks .navbar-brand {
  padding: 5px;
  height: 70px;
}

.header-yks .navbar-brand img:first-of-type {
  /* width: 187.5px; */
  height: 60px;
}

.header-yks .navbar-nav>li>a {
  line-height: 36px;
}

.header-yks .navbar-nav>li>a:link,
.header-yks .navbar-nav>li>a:visited,
.header-yks .navbar-nav>li>a:hover,
.header-yks .navbar-nav>li>a:active,
.header-yks .navbar-nav>li>a:focus {
  background: none;
}

.header-yks .navbar-nav>li>a:link,
.header-yks .navbar-nav>li>a:visited {
  color: #333;
}

.header-yks .navbar-nav>li>a:hover,
.header-yks .navbar-nav>li>a:active,
.header-yks .navbar-nav>li>a:focus {
  color: #4b4b4b;
}

.header-yks .navbar-nav>li>a.nav-specially span {
  display: block;
  background-color: #f5a352;
  width: 100%;
  height: 3px;
}

.u-flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.navbar-nav .dropdown-menu>li>a {
  font-size: 16px;
  color: #7b7b7b;
}

.footer-yks .footer-link a:nth-child(n) {
  margin-left: 0;
  margin-right: 33px;
}

.center-block-btn,
.center-block-btn-lg {
  margin-top: 20px;
  width: 200px !important;
  height: 54px !important;
  line-height: 54px !important;
  border-radius: 27px !important;
  font-size: 18px !important;
  color: #fff !important;
  background-color: #ff962a !important;
}

.center-block-btn-lg {
  width: 240px !important;
}

.center-block-btn-reverse {
  color: #ff962a !important;
  background-color: #fff !important;
}

.u-a-white,
.u-a-white:hover {
  color: #fff !important;
}

@media screen and (min-width: 1400px) {
  li.dropdown:hover ul.dropdown-menu {
    display: block;
  }

  .navbar-nav>li>.dropdown-menu {
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 50px 100px rgba(50, 50, 93, .1), 0 15px 35px rgba(50, 50, 93, .15), 0 5px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 50px 100px rgba(50, 50, 93, .1), 0 15px 35px rgba(50, 50, 93, .15), 0 5px 15px rgba(0, 0, 0, .1);
    width: 180px;
    border-color: #eaeaea;
    margin-top: -7px;
  }


  .navbar-nav>li>.dropdown-menu:before {
    position: absolute;
    top: -8px;
    right: 10px;
    display: inline-block !important;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e4e4e4;
    border-left: 8px solid transparent;
    content: '';
  }
}



.index-anniversary-logo {
  width: 50px;
  margin-top: 15px;
  margin-right: 5px;
}

/*.header-yks .navbar-nav > li:first-child>a{*/
/*padding: 0;*/
/*}*/

.header-yks .navbar-toggle {
  margin-top: 18px;
  margin-bottom: 18px;
}

/*** common header scss ***/
/*** common fotter scss ***/
.footer-yks {
  float: left;
  width: 100%;
  /*background-color: #222;*/
  /*color: #fff;*/
  background-color: #03192E;
  color: #222;
  padding-bottom: 10px;
  position: relative;
}

.footer-bg {
  background-color: #03192E;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 682px;
}

.footer-yks a {
  color: #cccccc;
  text-decoration: none;
  /* font-family: light, sans-serif; */
}

.footer-yks a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-yks .footer-nav {
  max-width: 1280px;
  margin: auto;
  padding: 102px 0 0 0;
  font-size: 14px;
}

.footer-yks .footer-nav p.title {
  color: #fefefe;
  font-size: 20px;
  /* font-family: light, sans-serif; */
  font-weight: bold;
}

.footer-yks .footer-nav .xinwen {
  max-width: 328px;
  padding-right: 30px;
}

.footer-yks .footer-nav .xinwen ul li {
  position: relative;
  max-width: 300px;
  margin-bottom: 12px;
  padding-left: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.footer-yks .footer-nav .xinwen ul li a {
  font-size: 14px;
}

.footer-yks .footer-nav .kefu p.body {
  line-height: 32px;
}

.footer-yks .footer-nav .kefu .icon-ctn {
  position: relative;
  display: inline-block;
  margin-top: 34px;
}

.footer-yks .footer-nav .kefu .qrcode {
  float: right;
}

.footer-yks .footer-nav .info {
  margin-right: 380px;
}

.footer-yks .footer-nav .info .center-block {
  max-width: 220px;
}

.footer-yks .footer-nav .info .center-block ul li img {
  margin-right: 8px
}

.footer-yks .footer-nav .info ul>li {
  color: #b3b3b3;
  font-size: 14px;
  padding-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*.footer-yks .footer-nav .info ul > li > a {*/
/*color: #b3b3b3; }*/
/*.footer-yks .footer-nav .info ul > li > a:link, .footer-yks .footer-nav .info ul > li > a:visited, .footer-yks .footer-nav .info ul > li > a:hover, .footer-yks .footer-nav .info ul > li > a:active {*/
/*color: #b3b3b3; }*/

.footer-yks .copyright {
  text-align: center;
  /* margin: 0 150px 10px; */
  padding-top: 10px;
  color: #b3b3b3;
  opacity: .5;
  font-size: 12px;
}

.footer-yks .copyright a {
  color: #ccc;
}

/*border-top: 1px solid #444; }*/
.footer-yks .footer-link {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: left;
  color: #aaa;
  margin-top: 95px;
}

.footer-yks .footer-link span {
  font-weight: bold;
  text-align: center;
}

.footer-yks .footer-link span.point,
.footer-yks .footer-nav .xinwen ul li span.point {
  position: absolute;
  width: 6px;
  height: 6px;
  top: 10px;
  left: 0;
  border-radius: 3px;
  background-color: #03192e;
  ;
}

.footer-yks .footer-nav .xinwen ul li span.point {
  top: 9px;
  left: 0;
  background-color: #fff;
}

.footer-yks .footer-link a {
  line-height: 25px;
  position: relative;
  width: 106px;
  margin-left: 33px;
  padding-left: 15px;
  text-decoration: none;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  color: rgba(255, 255, 255, .3);
}

.footer-yks .footer-link p {
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  opacity: 0.3;
  text-align: center;
  margin-bottom: 28px;
}

.organizing-examinations {
  display: block;
  margin-top: 27px;
  font-size: 24px;
  color: #FFFFFF;
  /* font-family: PingFang SC; */
  font-weight: 500;
}

/**new-add**/
.footer-yks .icon-ctn img {
  cursor: pointer;
  margin-right: 5px;
}

.footer-yks .icon-ctn img#ewm {
  display: none;
  position: absolute;
  top: 22px;
  left: -36px;
}

.header-yks #navbar {
  padding: 0;
}

.header-yks .navbar-nav>li>a {
  font-size: 18px;
}

.header-yks .pull-right {
  padding: 12px 0 0 0;
  margin-left: 20px;
  line-height: 40px;
}

.header-yks .pull-right .btn {
  background-color: #ff870e;
  border: 1px solid #ff870e;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 18px;
}

.header-yks .pull-right .btn:hover {
  background-color: #fff;
  border: 1px solid #ff870e;
  color: #ff870e !important;
}

.header-yks .pull-right .btn:first-of-type {
  margin-right: 12px;
  background-color: transparent;
  border: 1px solid #ff870e;
  color: #ff870e;
}

.header-yks .pull-right .btn:first-of-type:active,
.header-yks .pull-right .btn:first-of-type:focus {
  color: #ff870e !important;
  background-color: #fff;
}

.header-yks .pull-right .btn:first-of-type:hover {
  background-color: #ff870e;
  color: #fff !important;
}

/*** common fotter scss ***/
.btn-manager {
  padding: 6px 10px !important;
}

/*.navbar-collapse{*/
/*position: relative;*/
/*}*/
/*.navbar-nav{*/
/*margin-right: 180px !important;*/
/*}*/
/*.pull-right{*/
/*position: absolute;*/
/*right: 0;*/
/*height: 180px;*/
/*}*/
.login-item {
  display: none;
  position: absolute;
  width: 150px;
  top: 60px;
  border: 1px solid #ff870e;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
}

.login-item li {
  width: 80%;
  margin: 0 auto 5px auto;
  border-bottom: 1px solid #b3b3b3;
  text-align: center;
  cursor: pointer;
}

.login-item li:last-child {
  border-bottom: none;
}

.pull-right-mobile {
  display: none;
}

/*侧边栏*/
.Sidebar {
  position: fixed;
  width: 130px;
  height: 445px;
  right: 0;
  top: 43%;
  margin-top: -30px;
  z-index: 11;
  cursor: pointer;
}

.sidebar-dialog {
  width: 98%;
  max-width: 500px;
  margin: 0 auto;
}

.sidebar-bg-line {
  position: absolute;
  width: 2px;
  height: 100%;
  left: 50%;
  margin-left: -1px;
  background-color: #c6c6c6;
  z-index: 1;
}

.sidebar-kefu,
.sidebar-rwm {
  position: absolute;
  width: 130px;
  text-align: center;
  z-index: 2;
}

.sidebar-kefu {
  top: 0;
  height: 275px;
  background-color: #ff870e;
  color: #fff;
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
}

.sidebar-kefu h4 {
  color: #fff;
  margin-bottom: 5px;
}

.sidebar-kefu>img {
  width: 120px;
  margin-top: 5px;
}

.sidebar-kefu p {
  margin: 0;
}

.sidebar-kefu p.s-main-qq a,
.sidebar-kefu p.s-main-phone {
  color: #fff;
}

.sidebar-kefu p.s-main-qq a:hover,
.sidebar-kefu p.s-main-phone:hover {
  color: #f3d3b3;
}

.sidebar-rwm {
  top: 295px;
  height: 150px;
  background-color: #ff870e;
  color: #fff;
}

.sidebar-rwm img {
  width: 110px;
  margin-top: 10px;
}

.sidebar-rwm p {
  margin: 5px 0 5px 0;
}

.g-totop {
  opacity: 1;
  position: fixed;
  bottom: 40px;
  right: 35px;
  z-index: 999;
}

.g-totop:hover {
  opacity: 0.5;
}

.g-totop a {
  color: #ccc;
}

/*.Sidebar img{*/
/*position: relative;*/
/*width: 50px;*/
/*height: 60px;*/
/*}*/

.sidebar-content {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}

.sidebar-content h2 {
  margin: 40px 0 20px 0;
}

.sidebar-content p.s-main-qq a {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
}

.phone {
  color: #000;
  cursor: pointer;
}

.sidebar-content p.s-main-qq a:hover,
.phone:hover {
  color: #ff870e;
}

/*手机端兼容*/
.info-mobile,
.copyright-mobile {
  display: none;
}

.Sidebar-mobile {
  display: none;
}

.container-fluid {
  padding-left: 150px;
  padding-right: 150px;
}


.info-mobile>div>p {
  font-size: 1rem;
  color: #666666;
  width: 13rem;
  margin: auto;
  margin-bottom: 1.84rem;
}

.info-mobile>div>p:first-child {
  text-align: center;
  width: 100%;
}

.info-mobile>div>p span {
  font-size: 1.13rem;
}

.info-mobile>div>p img {
  width: 2.15rem;
  height: 2.13rem;
  margin-right: 0.84rem;
}

@media screen and (max-width: 768px) {


  .nav>li>a {
    padding: 10px 10px;
  }

  .header-yks .pull-right {
    padding: 8px 0 0 0;
  }

  .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media screen and (max-width: 768px) {

  .header-yks .navbar,
  .footer-yks {
    background-color: #fff;
  }

  .footer-bg {
    display: none;
  }

  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .modal-header {
    display: block;
  }

  .customer-service {
    display: none !important;
  }

  .Sidebar-mobile {
    display: block;
    position: fixed;
    width: 70px;
    height: 60px;
    right: -17px;
    bottom: 40px;
    background-color: #ff870e;
    z-index: 11;
    cursor: pointer;
    color: #fff;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 30px 0px 0 30px;
    font-size: 14px;
  }

  .Sidebar-mobile svg {
    width: 30px;
    fill: #fff;
    margin-top: 4px;
    margin-left: 5px;
  }

  .sidebar-content h2 {
    margin: 20px 0 20px 0;
  }

  .navbar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
  }

  .header-yks .navbar-brand {
    padding: 15px 5px;
  }

  .header-yks .navbar-brand img:first-of-type {
    width: 120px;
    height: 38.5px;
  }

  .header-fix {
    display: block;
    height: 65px;
  }

  /*.header-yks .navbar-brand{*/
  /*font-size: 25px;*/
  /*}*/
  .header-yks .pull-right {
    width: 128px;
  }

  .pull-right-pc {
    display: none;
  }

  .pull-right-mobile {
    display: block;
    margin-right: 20px;
  }

  .pull-right-mobile img {
    display: none;
  }

  .btn-manager {
    padding: 2px 5px !important;
  }

  .header-yks .pull-right .btn {
    padding: 4px 10px;
  }

  .footer-link,
  .copyright-pc {
    display: none;
  }

  .footer-yks .footer-nav .info,
  .footer-yks .footer-nav .xinwen {
    display: none;
  }

  .footer-yks .copyright {
    margin: 0;
    font-size: 12px;
    /*border-top: 1px solid #aaaaaa;*/
  }

  .footer-yks .footer-nav {
    padding: 15px 0;
  }

  .info-mobile {
    padding-top: 2.47rem;
  }

  .info-mobile,
  .copyright-mobile {
    display: block;
  }

  .info-mobile span img {
    width: 14px;
    height: 14px;
    margin-right: 8px;
  }

  .info-mobile span.sub-title-left {
    float: left;
    font-size: 12px;
    color: #b3b3b3;
  }

  .info-mobile span.sub-title-right {
    float: right;
    font-size: 12px;
    color: #b3b3b3;
  }

  .footer-yks .copyright {
    padding: 15px 15px;
  }

  .register-yks a:first-child {
    margin-right: 10px;
  }

  .register-yks a:last-child {
    margin-left: 10px;
  }

}

@media screen and (max-width: 768px) {

  .pull-right-mobile {
    position: relative;
  }

  .pull-right-mobile img {
    display: block;
    position: absolute;
    left: -60px;
    top: 0;
  }

  .sidebar-dialog {
    max-height: 80%;
  }

  .nav>li {
    position: relative;
    display: block;
    float: none;
    padding: 0 20px;
  }

  .navbar-collapse.collapse {
    display: none !important;
    overflow: auto !important;
    ;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .collapse {
    display: none;
  }

  .navbar-right {
    float: none !important;
    box-shadow: 3px 3px rgba(0, 0, 0, 0.1);
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-header {
    float: none;
  }

  .header-yks .pull-right {
    padding: 14px 0 0 0;
  }
}

@media screen and (max-width: 400px) {
  .pull-right-mobile img {
    left: 5px;
    top: 40px;
  }
}

@media screen and (max-width: 360px) {
  .header-yks .pull-right {
    margin: 0 7px 0 0;
  }

  .header-yks .pull-right .btn:first-of-type {
    margin-right: 7px;
  }

  .header-yks .pull-right {
    width: 123px;
  }
}

@media screen and (min-width: 1440px) {
  .header-yks .container {
    padding-left: 0;
    padding-right: 0;
  }
}


/**增加鼠标经过效果*/
.header-yks .navbar-nav>li>a>span {
  transition: width 0.33s ease;
  width: 0%;
  display: block;
  background-color: #f5a352;
  height: 3px;
}

.header-yks .navbar-nav>li>a:hover>span {
  width: 100%;
}



.footer-wx {
  position: relative;
}

.footer-wx-qrcode-container {
  width: 197px;
  height: 231px;
  background-color: #ffffff;
  box-shadow: 0px 8px 20px 0px rgba(255, 150, 42, 0.35);
  border-radius: 4px;
  position: absolute;
  transition: all 0.33s ease;
  opacity: 0;
  left: -75px;
  top: -300px;
  visibility: hidden;
}


.footer-wx-qrcode {
  margin-left: 7px;
  margin-top: 13px;
}

.footer-wx:hover>.footer-wx-qrcode-container {
  top: -256px;
  opacity: 1;
  visibility: visible;
}



.header-yks {
  background-color: #fff;
}

.navbar-nav {
  position: relative;
}

/*** banner-yks ***/
.banner-yks {
  position: relative;
}

.banner-yks #particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
}

.banner-yks .container {
  position: relative;
  padding: 0;
}

.banner-yks .banner-text .title {
  font-size: 48px;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

.banner-yks .banner-text .subtitle {
  font-size: 14px;
  margin-bottom: 80px;
}

.banner-yks .btn-orange-o {
  font-size: 25px;
  padding: 20px 16px;
}

.banner-text .btn-orange-o:hover {
  color: #fff;
  background-color: #f5a352;
}

.close {
  position: absolute;
  right: 5%;
  top: 10%;
  z-index: 11;
  color: #fff;
  font-size: 30px;
  opacity: 1;
}

.close:focus,
.close:hover {
  color: #fff;
}

.close span {
  display: block;
  width: 36px;
  height: 36px;
}

@media (min-width: 1200px) {
  .banner-yks .banner-text {
    float: left;
    margin-top: 240px;
  }
}

.banner-yks .cube {
  width: 560px;
  height: 531.5px;
  /*max-width: 100%;*/
  /*height: auto;*/
  /*background-color: #f5a352;*/
}

/*** banner-yks ***/

/*** why-use-yks ***/
.why-use-yks {
  position: relative;
  padding: 60px 0 108px;
  background: -webkit-linear-gradient(bottom, rgba(245, 163, 82, 0.3), #fff);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom, rgba(245, 163, 82, 0.3), #fff);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom, rgba(245, 163, 82, 0.3), #fff);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(bottom, rgba(245, 163, 82, 0.3), #fff);
  /* 标准的语法 */
}

.why-use-yks .item {
  padding: 0 40px;
}

.why-use-yks .item .icon {
  max-width: 70px;
  max-height: 70px;
  margin-bottom: 48px;
}

.why-use-yks .item .title {
  font-size: 20px;
  margin-bottom: 48px;
}

.why-use-yks .item .subtitle {
  font-size: 16px;
}

.why-use-yks .main-title {
  margin-top: 40px;
  margin-bottom: 60px;
  font-size: 28px;
  text-align: center;
}

.why-use-yks .sub-title {
  font-size: 18px;
  font-weight: 100;
  color: #808080;
  text-align: center;
}

.white-bg-img {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  bottom: -70px;
  left: 50%;
  margin-left: -60px;
  padding-top: 20px;
  background-color: #fff;
}

.white-bg-on-img {
  top: -70px;
  left: 50%;
  margin-left: -60px;
  padding-top: 20px;
}

/*** why-use-yks ***/

.features-yks .ui-img {
  position: relative;
  display: block;
  max-width: 900px;
  max-height: 900px;
  margin: auto;
}

.features-yks .ui-img .bg-img {
  position: absolute;
  width: 100%;
  max-width: 900px;
  max-height: 900px;
  z-index: 0;
}

.features-yks .ui-img .fg-img {
  position: absolute;
  width: 100%;
  max-width: 717px;
  z-index: 1;
}

/*** num-yks ***/
.num-yks {
  background-color: #eff7fe;
  text-align: center;
  padding: 108px 0;
}

.num-yks a {
  margin-top: 30px;
}

.num-yks .item {
  text-align: center;
}

.num-yks .item .title {
  font-size: 30px;
}

.num-yks .item .subtitle {
  font-size: 18px;
  font-weight: 100;
  color: #808080;
}

.num-yks .main-title {
  margin-bottom: 60px;
  font-size: 28px;
  text-align: center;
}

.num-yks .main-title2 {
  margin-top: 207px;
  margin-bottom: 10px;
  font-size: 22px;
  text-align: center;
}


/*** user-yks ***/
.user-yks .user-img-ctn {
  position: relative;
}

.user-yks .user-img-ctn .item {
  position: relative;
  max-width: 615px;
  margin: auto;
  text-align: center;
  z-index: 99;
}

.user-yks .user-img-ctn .item .panel-body {
  box-shadow: 3px 3px 7px 2px rgba(75, 75, 75, 0.35);
}

.user-yks .user-img-ctn .item .panel-body .title,
.user-yks .user-img-ctn .item .panel-body .subtitle {
  color: #f5a352;
}

.user-yks .user-img-ctn .item .panel-body .title {
  font-size: 18px;
}

.user-yks .user-img-ctn .item .panel-body .subtitle {
  font-size: 12px;
}

.user-yks .user-img-ctn .item .panel-body .content {
  font-size: 14px;
}

.user-yks .user-img-ctn .user-img-2,
.user-yks .user-img-ctn .user-img-3 {
  position: absolute;
  top: 0;
  box-shadow: 3px 3px 7px 2px rgba(75, 75, 75, 0.35);
  z-index: 1;
}

.user-yks .user-img-ctn .user-img-2 {
  left: 0;
}

.user-yks .user-img-ctn .user-img-3 {
  right: 0;
}

/*** of-diff-yks ***/
.of-diff-yks {
  margin-top: 108px;
  padding: 80px 0;
  background: -webkit-linear-gradient(bottom, rgba(245, 163, 82, 0.3), #fff8f1);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom, rgba(245, 163, 82, 0.3), #fff8f1);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom, rgba(245, 163, 82, 0.3), #fff8f1);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(bottom, rgba(245, 163, 82, 0.3), #fff8f1);
  /* 标准的语法 */
  overflow: hidden;
  text-align: center;
}

.of-diff-yks .diff-box {
  position: relative;
  margin-top: 40px;
  overflow: hidden
}

.of-diff-yks .diff-box .ol {
  text-align: right;
  padding-right: 38px;
}

.of-diff-yks .diff-box .fl {
  text-align: left;
  padding-left: 38px;
}

.of-diff-yks .diff-box .ol p,
.of-diff-yks .diff-box .fl p {
  margin-bottom: 24px;
  font-size: 18px;
  color: #808080;
}

.of-diff-yks .diff-box .ol ul li,
.of-diff-yks .diff-box .fl ul li {
  display: block;
  padding-bottom: 8px;
  font-size: 14px;
  color: #a4a3a3;
  font-weight: 200;
}

.of-diff-yks .diff-box .vl {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  margin: 28px auto;
  background-color: #c0c0c0;
}

.of-diff-yks .main-title {
  font-size: 28px;
  text-align: center;
}

.of-diff-yks .sub-title {
  margin-top: 10px;
  font-size: 18px;
  text-align: center;
  color: #888;
}

.diff-box>img {
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -50px;
}

.diff-context {
  width: 400px;
  height: 400px;
  border-radius: 200px;
  background-color: #fff;
}

.diff-context-title {
  width: 250px;
  height: 50px;
  margin: 54px auto 0 auto;
  padding-top: 5px;
  font-size: 28px;
  color: #fff;
  background: url(/img/index-diff-tbg.png) no-repeat;
}

.diff-context ul {
  margin-top: 38px;
}

.diff-context ul li {
  position: relative;
  width: 240px;
  margin: 0 auto;
  height: 20px;
  padding-left: 40px;
  font-size: 16px;
  color: #888;
  text-align: left;
}

.diff-context ul li img {
  margin-right: 10px;
}

.diff-boxshadow {
  width: 150px;
  height: 12px;
  background-color: #f3f4f8;
  position: absolute;
  top: 44px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}

.diff-left {
  float: left;
}

.diff-right {
  float: right;
}

.diff-link {
  margin-top: 40px;
}

.diff-link a:first-child {
  float: left;
  margin-left: 100px;
}

.diff-link a:last-child {
  float: right;
  margin-right: 85px;
}

/**features-yks begin**/
.features-yks {
  margin-top: 108px;
  padding-bottom: 108px;
}

.features-yks .main-title {
  margin-top: 40px;
  margin-bottom: 60px;
  font-size: 30px;
  text-align: center;
}

.features-main {
  position: relative;
  height: 820px;
  text-align: center;
}

.features-main>img.ui-bg {
  width: 740px;
  position: absolute;
  left: 50%;
  margin-left: -370px;
  z-index: -3;
}

.features-main>img.ui-fg {
  width: 570px;
  height: 375px;
  position: absolute;
  top: 170px;
  left: 50%;
  margin-left: -285px;
  z-index: -1;
}

.features-main>.ft {
  position: absolute;
  width: 185px;
  z-index: 3;
}

.features-main>.ft>p:first-child {
  text-align: left;
  font-size: 20px;
}

.features-main>.ft>p:last-child {
  text-align: left;
  color: #8a8a8a;
}

.features1 {
  left: 30px;
  top: 155px;
}

.features2 {
  left: 0;
  top: 380px;
}

.features3 {
  left: 155px;
  top: 630px;
}

.features3 p a {
  text-decoration: none;
  color: #000;
}

.features4 {
  right: 80px;
  top: 80px;
}

.features5 {
  right: 0;
  top: 315px;
}

.features6 {
  right: 135px;
  top: 635px;
}

.features-yks .text-center a:first-child {
  margin-right: 50px;
}

.features-yks .text-center a:last-child {
  margin-left: 50px;
}

/**features-yks end**/

/**firm-yks begin**/
.firm-yks {
  margin-top: 80px;
}

.firm-yks p {
  text-align: center;
  font-size: 28px;
  margin: 80px 0 40px;
}

.firm-user {
  height: 150px;
}

.firm-user-main {
  height: 150px;
}

.firm-user ul li img {
  width: 150px;
  height: 150px;
  margin-right: 78px;
}

.firm-user ul li img:last-child {
  margin-right: 0;
}

/**firm-yks end**/

/**video-yks begin**/
.video-yks {
  margin: 160px 0;
}

.video-main {
  position: relative;
  height: 350px;
  margin-top: 45px;
}

/*.video-main video{*/
/*width: 540px;*/
/*height: 350px;*/
/*border-radius: 5px;*/
/*}*/
.anniversary-dialog {
  width: 98%;
  max-width: 600px;
  margin: 115px auto 0 auto;
}

.anniversary-modal {
  padding: 0;
  overflow: hidden;
}

.anniversary-modal a {
  display: block;
  position: absolute;
  bottom: 10%;
  width: 60%;
  height: 68px;
  margin-left: 20%;
  z-index: 5;
}

.anniversary-content {
  border: none;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0);
}

.videos {
  padding-bottom: 56.25%;
  text-align: center;
}

.videos video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
}

.video-main img:nth-child(2) {
  position: absolute;
  width: 540px;
  height: 350px;
  left: 0;
  top: 0;
  z-index: 3;
  cursor: pointer;
}

.video-main img:first-child {
  position: absolute;
  width: 56px;
  height: 56px;
  left: 50%;
  top: 50%;
  margin-left: -28px;
  margin-top: -28px;
  z-index: 4;
  cursor: pointer;
}

.video-main img:first-child:hover {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
}

.video-context {
  height: 400px;
  margin-top: 48px;
  margin-left: 100px;
}

.video-context p {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
}

.video-context ul {
  margin-left: 20px;
  margin-top: 20px;
}

.video-context ul li {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 55px;
  height: 100px;
  font-size: 18px;
  color: #444;
  letter-spacing: 0.05em;
}

.video-context ul li img {
  position: absolute;
  left: 0;
  top: 40px;
  width: 30px;
  height: 20px;
}

/**video-yks end**/

/**wechat-yks begin**/
.line {
  width: 50px;
  height: 2px;
  margin: 0 auto 60px auto;
  border-radius: 1px;
  background-color: #C2E9F8;
}

.wechat-row-mobile {
  display: none;
}

.wechat-yks .row:last-child {
  margin-top: 80px;
}

.wechat-yks {
  margin-top: 108px;
}

.title-logo {
  text-align: center;
}

.title-logo img {
  width: 69.8px;
  height: 76px;
}

.wechat-yks .main-title {
  font-size: 28px;
  text-align: center;
}

.wechat-yks .sub-title {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
  color: #888;
}

.wechat-yks .wc-context {
  padding-top: 112px;
}

.wechat-yks .wcc-left {
  margin-left: 40px;
  width: 80%;
}

.wechat-yks .wcc-right {
  margin-left: 87px;
}

.wcc-main {
  font-size: 22px;
  margin-bottom: 20px;
}

.wcc-main img {
  margin-right: 10px;
}

.wcc-sub {
  font-size: 14px;
  color: #777;
}

/**wechat-yks end**/

/**user-yks begin**/
.user-yks .container {
  width: 1200px;
  padding: 0;
}

.user-yks {
  margin-top: 108px;
}

.user-yks .main-title {
  font-size: 28px;
  text-align: center;
}

.user-yks .sub-title {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
  color: #888;
}

/**user-yks end**/

/**customize-yks begin**/
.customize-yks {
  margin-top: 108px;
}

.customize-yks .main-title {
  font-size: 28px;
  text-align: center;
}

.customize-yks .sub-title {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
  color: #888;
}

.customize-yks .container>ul {
  margin-top: 40px;
  overflow: hidden;
}

.customize-yks .container>ul>li {
  position: relative;
  float: left;
  width: 320px;
  height: 100px;
  margin-right: 90px;
}

.customize-yks .container>ul>li:nth-of-type(3n+0) {
  margin-right: 0;
}

.customize-yks .container>ul>li img {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  top: 15px;
}

.f-main-title {
  font-size: 22px;
}

.f-sub-title {
  margin-top: 13px;
  font-size: 14px;
  color: #777;
}

.customize-function {
  float: left;
  margin-left: 70px;
}

.show-page {
  height: 400px;
}

.show-page-title {
  margin: 80px 0 40px 0;
  font-size: 28px;
  color: #777;
  text-align: center;
}

/**customize-yks end**/

/*活动页面*/
.anniversary-modal img {
  width: 100%;
  max-width: 600px;
}

/*手机端兼容*/
@media (min-width: 1200px) {
  .banner-yks .cube {
    float: right;
    margin-top: 130px;
  }
}

@media (max-width: 1570px) {
  .footer-yks .footer-link {
    margin: 0;
  }
}

@media (max-width: 1199px) {
  .banner-yks .cube {
    display: none;
    /*margin: 50px auto 20px;*/
  }

  .banner-yks .banner-text {
    margin-top: 30px;
    text-align: center;
  }

  .banner-yks .banner-text .title {
    font-size: 22px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }

  .banner-yks .banner-text .subtitle {
    font-size: 12px;
    margin-bottom: 30px;
    padding: 0 50px;
  }

  .banner-yks .btn-orange-o {
    font-size: 14px;
    padding: 16px 14px;
  }

  /***************/
  .video-yks {
    margin: 30px 0;
  }

  .video-main img:first-child {
    display: block;
  }

  .video-main,
  .video-main img:nth-child(2),
  .video-main video {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }

  .videos video {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }

  .video-context {
    margin-left: 0;
  }

  /***************/
  .why-use-yks {
    padding: 30px 0;
  }

  .why-use-yks .item {
    padding: 0 15px;
  }

  .why-use-yks .main-title {
    display: none;
  }

  .why-use-yks .container>img,
  .white-bg-img>img {
    width: 40px;
    height: 40px;
  }

  .why-use-yks .item .icon {
    margin: 20px 0;
  }

  .why-use-yks .item .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .white-bg-img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    bottom: -40px;
    left: 50%;
    margin-left: -30px;
    padding-top: 10px;
  }

  .white-bg-on-img {
    top: -32px;
    left: 50%;
    margin-left: -30px;
    padding-top: 10px;
  }

  /***************/
  .features-yks {
    margin-top: 70px;
    padding: 30px 0;
  }

  .features-main {
    height: 350px;
  }

  .features-yks .main-title,
  .features-yks .text-center {
    display: none;
  }

  .features-main>.ft {
    width: 100px;
    font-size: 12px;
  }

  .features1 {
    left: 0px;
    top: -15px;
  }

  .features2 {
    left: 0;
    top: 105px;
  }

  .features3 {
    left: 0;
    top: 217px;
  }

  .features4 {
    right: 0;
    top: -15px;
  }

  .features5 {
    right: 0;
    top: 105px;
  }

  .features6 {
    right: 0;
    top: 217px;
  }

  .features-main>img.ui-bg {
    width: 260px;
    margin-left: -130px;
  }

  .features-main>img.ui-fg {
    width: 170px;
    height: 111px;
    margin-left: -85px;
    top: 85px;
  }

  .features-main>.ft>p:first-child {
    text-align: left;
    font-size: 16px;
  }

  /***************/
  .num-yks {
    padding: 30px 0;
  }

  .num-yks .main-title2 {
    display: none;
  }

  .num-yks .main-title {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .num-yks .item .title {
    font-size: 22px;
  }

  /***************/
  .wechat-yks {
    margin-top: 30px;
  }

  .wechat-yks .main-title {
    font-size: 22px;
  }

  .wechat-yks .sub-title {
    padding: 0 40px;
    font-size: 12px;
  }

  .wechat-yks .title-logo img {
    width: 50px;
    height: 56px;
  }

  .wechat-yks .wcc-left {
    text-align: center;
    padding-top: 15px;
  }

  .wcc-main {
    font-size: 14px;
  }

  .wcc-sub {
    font-size: 12px;
  }

  .wechat-main-img {
    width: 300px;
    height: 193px;
    margin-top: 15px;
  }

  .wechat-yks .row {
    text-align: center;
  }

  .wechat-row1 {
    display: none;
  }

  .wechat-row-mobile {
    display: block;
  }

  .wechat-yks .row:last-child {
    margin-top: 15px;
  }

  /***************/
  .user-yks {
    margin-top: 30px;
  }

  .user-yks .main-title {
    font-size: 22px;
  }

  .user-yks .sub-title {
    padding: 0 40px;
    font-size: 12px;
  }

  .user-yks .title-logo img {
    width: 50px;
    height: 56px;
  }

  .user-yks .container {
    width: 100%;
    padding: 0;
  }

  /***************/
  .customize-yks {
    margin-top: 30px;
  }

  .customize-yks .main-title {
    font-size: 22px;
  }

  .customize-yks .sub-title {
    padding: 0 40px;
    font-size: 12px;
  }

  .customize-yks .title-logo img {
    width: 50px;
    height: 56px;
  }

  .customize-yks .container>ul>li {
    position: relative;
    float: none;
    width: 300px;
    height: 100px;
    margin: 0 auto;
  }

  .customize-yks .container>ul>li:nth-of-type(3n+0) {
    margin-right: auto;
  }

  .show-page {
    height: 200px;
  }

  /***************/
  .firm-yks {
    height: 250px;
    margin-top: 0;
  }

  .firm-user-main {
    height: 100px;
  }

  .firm-user ul li img {
    width: 65px;
    height: 65px;
    margin-right: 10px;
  }

  .ft-carousel .carousel-inner .carousel-item-pc {
    display: none;
  }

  .ft-carousel .carousel-inner .carousel-item-mobile {
    display: block;
  }

  /***************/
  .of-diff-yks {
    margin-top: 30px;
    padding: 30px 0;
  }

  .of-diff-yks .main-title {
    font-size: 20px;
  }

  .of-diff-yks .sub-title {
    font-size: 12px;
  }

  .diff-box>img {
    display: none;
  }

  .diff-left,
  .diff-right {
    float: none;
  }

  .diff-context ul {
    margin-top: 10px;
  }

  .diff-context {
    width: 100%;
    max-width: 340px;
    margin: 0 auto 15px auto;
    padding-top: 1px;
  }

  .diff-context-title {
    margin-top: 0;
    background-size: 100%;
    width: 220px;
    height: 45px;
    font-size: 25px;
  }

  .diff-context ul li {
    width: 80%;
    height: 30px;
    padding-left: 33px;
  }

  .diff-link .btn-orange-o {
    font-size: 12px;
  }

  .diff-link .btn-orange {
    font-size: 14px;
  }

  .diff-link a:first-child {
    margin-left: 0;
  }

  .diff-link a:last-child {
    margin-right: 0;
  }

  /*活动页*/
  .anniversary-modal img {
    width: 100%;
  }
}

@media (max-width: 768px) and (min-width:500px) {
  .firm-user ul li img {
    margin-right: 35px;
  }
}

@media (max-width: 500px) {
  .banner-yks .banner-text {
    margin-top: 100px;
  }

  .anniversary-modal a {
    height: 50px;
  }

  .g-totop {
    display: none;
  }
}

.slide-carousel {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slide-carousel .item-list {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.slide-carousel .item-list li .item-content {
  width: 100%;
  height: 100%;
}

.slide-carousel .item-list li .item-content a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000;
  text-align: center;
}

.slide-carousel .item-list li .item-content a p {
  display: none;
  width: 70%;
  margin-top: 40px;
  margin-left: 15%;
}

.slide-carousel .item-list li.item2 .item-content a p {
  display: block;
}

.slide-carousel .item-list li .item-content a .cover-img {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -moz-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -o-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -moz-transition: .3s -moz-box-shadow linear;
  -webkit-transition: .3s -webkit-box-shadow linear;
  -o-transition: .3s -webkit-box-shadow linear;
  transition: .3s box-shadow linear;
}

.slide-carousel .indicator-list {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -63px;
  z-index: 100;
}

.slide-carousel .indicator-list a {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ccc;
  margin-left: 5px;
}

.slide-carousel .indicator-list a.selected {
  border-color: #ff6700;
  background-color: #5fff92;
}

.slide-carousel .controls {
  opacity: 0;
}

.slide-carousel .controls a {
  cursor: pointer;
  text-decoration: none;
  width: 40px;
  height: 60px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 35px;
  padding-top: 13px;
  z-index: 2;
}

.slide-carousel .controls a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.slide-carousel .controls .item-prev {
  top: 50%;
  left: 0;
  margin-top: -67px;
}

.slide-carousel .controls .item-next {
  top: 50%;
  right: 0;
  margin-top: -67px;
}

.slide-carousel .desc {
  height: 72px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
}

.slide-carousel .desc strong {
  color: #fff;
  font-size: 20px;
  line-height: 72px;
  margin-left: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.slide-carousel:hover .controls {
  opacity: 1;
  transition: opacity 0.5s ease;
}


/*手机端兼容*/
@media screen and (max-width: 1190px) {

  .slide-carousel .controls .item-prev,
  .slide-carousel .controls .item-next {
    margin-top: -250px;
  }
}


.ss {
  width: 1200px;
  height: 500px;
  margin: 50px auto 0;
  padding-left: 75px;
}

.ss .slide-carousel {
  margin-bottom: 20px;
}

.ss .slide-3d .desc {
  display: none;
}

.ss .slide-3d .item-list li {
  /*width: 600px;*/
  /*height: 500px;*/
  width: 639.5px;
  height: 400px;
  transition: all 0.5s ease-out;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.ss .slide-3d .item-list li.item0 {
  transform: translate3d(-250px, 0, 0) scale(0.7);
}

.ss .slide-3d .item-list li.item1 {
  transform: translate3d(0, 0, 0) scale(0.7);
  transform-origin: 0 50%;
  opacity: 1;
  z-index: 2;
}

.ss .slide-3d .item-list li.item2 {
  transform: translate3d(250px, 0, 0) scale(1);
  transform-origin: 0 50%;
  opacity: 1;
  z-index: 3;
}

.ss .slide-3d .item-list li.item3 {
  transform: translate3d(500px, 0, 0) scale(0.7);
  transform-origin: 100% 50%;
  opacity: 1;
  z-index: 2;
}

.ss .slide-3d .item-list li.item4 {
  transform: translate3d(750px, 0, 0) scale(0.7);
}

.ss .slide-3d .item-list li.item5 {
  transform: translate3d(1000px, 0, 0) scale(0.7);
}

/*.ss .slide-3d .item-list li.item6 {*/
/*transform: translate3d(1125px, 0, 0) scale(0.8);*/
/*}*/
/*.ss .slide-3d .item-list li.item7 {*/
/*transform: translate3d(1350px, 0, 0) scale(0.8);*/
/*}*/
/*.ss .slide-3d .item-list li.item8 {*/
/*transform: translate3d(1575px, 0, 0) scale(0.8);*/
/*}*/
/*.ss .slide-3d .item-list li.item9 {*/
/*transform: translate3d(1800px, 0, 0) scale(0.8);*/
/*}*/
.ss .slide-2d .item-list li {
  width: 1200px;
  height: 300px;
  transition: all 0.5s ease-out;
  position: absolute;
  top: 0;
  left: 0;
}

.ss .slide-2d .item-list li.item0 {
  transform: translateX(-1200px);
}

.ss .slide-2d .item-list li.item1 {
  transform: translateX(0px);
}

.ss .slide-2d .item-list li.item2 {
  transform: translateX(1200px);
}

.ss .slide-2d .item-list li.item3 {
  transform: translateX(2400px);
}

.ss .slide-2d .item-list li.item4 {
  transform: translateX(3600px);
}

.ss .slide-2d .item-list li.item5 {
  transform: translateX(4800px);
}

.ss .slide-2d .item-list li.item6 {
  transform: translateX(6000px);
}

.ss .slide-2d .item-list li.item7 {
  transform: translateX(7200px);
}

.ss .slide-2d .item-list li.item8 {
  transform: translateX(8400px);
}

.ss .slide-2d .item-list li.item9 {
  transform: translateX(9600px);
}

/*手机端兼容*/
@media screen and (max-width: 1199px) {
  .ss {
    width: 100%;
    height: 290px;
    padding-left: 0;
  }

  .slide-carousel .item-list,
  .slide-carousel .controls {
    position: relative;
    width: 350px;
    margin: 0 auto;
  }

  .ss .slide-3d .item-list li {
    width: 220px;
    height: 146px;
  }

  .ss .slide-3d .item-list li.item0 {
    transform: translate3d(-80px, 0, 0) scale(0.7);
  }

  .ss .slide-3d .item-list li.item1 {
    transform: translate3d(0, 0, 0) scale(0.7);
    transform-origin: 0 50%;
    opacity: 1;
    z-index: 2;
  }

  .ss .slide-3d .item-list li.item2 {
    transform: translate3d(60px, 0, 0) scale(1);
    transform-origin: 0 50%;
    opacity: 1;
    z-index: 3;
  }

  .ss .slide-3d .item-list li.item3 {
    transform: translate3d(160px, 0, 0) scale(0.7);
    transform-origin: 100% 50%;
    opacity: 1;
    z-index: 2;
  }

  .ss .slide-3d .item-list li.item4 {
    transform: translate3d(240px, 0, 0) scale(0.7);
  }

  .ss .slide-3d .item-list li.item5 {
    transform: translate3d(320px, 0, 0) scale(0.7);
  }

}


.moveDown {
  position: relative;
  animation: md 2s;
  -moz-animation: md 2s;
  /* Firefox */
  -webkit-animation: md 2s;
  /* Safari and Chrome */
  -o-animation: md 2s;
  /* Opera */
}

@keyframes md {
  0% {
    top: 80px;
    opacity: 0.3;
  }

  100% {
    top: 0px;
    opacity: 1;
  }
}

@-moz-keyframes md

/* Firefox */
  {
  0% {
    top: 80px;
    opacity: 0.3;
  }

  100% {
    top: 0px;
    opacity: 1;
  }
}

@-webkit-keyframes md

/* Safari and Chrome */
  {
  0% {
    top: 80px;
    opacity: 0.3;
  }

  100% {
    top: 0px;
    opacity: 1;
  }
}

@-o-keyframes md

/* Opera */
  {
  0% {
    top: 80px;
    opacity: 0.3;
  }

  100% {
    top: 0px;
    opacity: 1;
  }
}

.moveOn {
  position: relative;
  animation: mo 1.5s;
  -moz-animation: mo 1.5s;
  /* Firefox */
  -webkit-animation: mo 1.5s;
  /* Safari and Chrome */
  -o-animation: mo 1.5s;
  /* Opera */
}

@keyframes mo {
  0% {
    top: -80px;
    opacity: 0.3;
  }

  100% {
    top: 0px;
    opacity: 1;
  }
}

@-moz-keyframes mo

/* Firefox */
  {
  0% {
    top: -80px;
    opacity: 0.3;
  }

  100% {
    top: 0px;
    opacity: 1;
  }
}

@-webkit-keyframes mo

/* Safari and Chrome */
  {
  0% {
    top: -80px;
    opacity: 0.3;
  }

  100% {
    top: 0px;
    opacity: 1;
  }
}

@-o-keyframes mo

/* Opera */
  {
  0% {
    top: -80px;
    opacity: 0.3;
  }

  100% {
    top: 0px;
    opacity: 1;
  }
}

.big {
  position: relative;
  animation: biger 1s;
  -moz-animation: biger 1s;
  /* Firefox */
  -webkit-animation: biger 1s;
  /* Safari and Chrome */
  -o-animation: biger 1s;
  /* Opera */
}

@keyframes biger {
  0% {
    width: 60px;
    height: 60px;
    transform: rotate(0deg);
  }

  100% {
    width: 110px;
    height: 110px;
    transform: rotate(360deg);
  }
}

@-moz-keyframes biger

/* Firefox */
  {
  0% {
    width: 60px;
    height: 60px;
    transform: rotate(0deg);
  }

  100% {
    width: 110px;
    height: 110px;
    transform: rotate(360deg);
  }
}

@-webkit-keyframes biger

/* Safari and Chrome */
  {
  0% {
    width: 60px;
    height: 60px;
    transform: rotate(0deg);
  }

  100% {
    width: 110px;
    height: 110px;
    transform: rotate(360deg);
  }
}

@-o-keyframes biger

/* Opera */
  {
  0% {
    width: 60px;
    height: 60px;
    transform: rotate(0deg);
  }

  100% {
    width: 110px;
    height: 110px;
    transform: rotate(360deg);
  }
}

.rotate {
  position: relative;
  animation: rtt 1s;
  -moz-animation: rtt 1s;
  /* Firefox */
  -webkit-animation: rtt 1s;
  /* Safari and Chrome */
  -o-animation: biger 1s;
  /* Opera */
}

@keyframes rtt {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-moz-keyframes rtt

/* Firefox */
  {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rtt

/* Safari and Chrome */
  {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-o-keyframes rtt

/* Opera */
  {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/****case***/
.pagination>li>a,
.pagination>li>span {
  width: 34px;
  height: 34px;
  margin-left: 0;
  padding: 0;
  border: none;
  border-radius: 17px;
  line-height: 34px;
  font-size: 13px;
  text-align: center;
  margin-left: 10px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
}

/**case-yks begin**/
.case-yks {
  padding-top: 80px;
  min-height: 940px;
}

.case-yks p {
  text-align: center;
}

.case-yks p.main-title {
  margin: 20px 0;
  color: #ff962a;
  font-size: 30px;
}

.case-yks p.sub-title {
  color: #333;
  font-size: 20px;
  margin-bottom: 76px;
}

.case-list {
  display: block;
  overflow: hidden;
}

.case-list>.case-item {
  position: relative;
  float: left;
  display: block;
  width: 265px;
  height: 280px;
  margin: 0 25.3px 60px 0;
  border: 1px solid #ddd;
  border-radius: 20px;
  background-color: #fff;
  /* border: 2px solid #dbdbdb; */
  -webkit-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -moz-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -o-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -moz-transition: .3s -moz-box-shadow linear;
  -webkit-transition: .3s -webkit-box-shadow linear;
  -o-transition: .3s -webkit-box-shadow linear;
  transition: .3s box-shadow linear;
}

.case-list>.case-item:nth-of-type(4n+0) {
  margin-right: 0;
}

.case-list>.case-item a {
  display: block;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  color: #000;
  text-align: center;
}

.case-list>.case-item>a>img {
  width: 265px;
  height: 200px;
  margin-left: -1px;
}

.case-list>.case-item p {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 10px;
  font-size: 16px;
  color: #f5a352;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.case-item-info {
  padding: 0 5%;
  font-size: 12px;
  color: #777;
}

.case-item-info img {
  width: 12px;
  margin-bottom: 3px;
}

.case-item-info span {
  float: right;
}

hr {
  margin-top: 0;
  margin-bottom: 10px;
  width: 90%;
}

/**case-yks end**/

.register-yks {
  padding: 50px 0;
  text-align: center;
  /* 标准的语法 */
}

.register-yks a:first-child {
  margin-right: 80px;
}

.register-yks a:last-child {
  margin-left: 80px;
}

#myModal .modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

.share-copy {
  padding: 0 15px;
}

.share-copy input {
  width: 100%;
  background-color: gainsboro;
  border: none;
  padding: 10px;
}

.share-copy a {
  display: block;
  width: 100px;
  height: 30px;
  margin: 20px 0;
  line-height: 17px;
  text-align: center;
  color: #fff;
  background-color: #00cc66;
}

.share-copy a:hover {
  color: #fff !important;
  background-color: #00cc88;
}

.loading {
  width: 100px;
  margin: 50px auto;
  text-align: center;
  font-size: 20px;
}

/*手机端兼容*/
@media screen and (max-width: 1199px) {
  .case-yks .container {
    padding: 0;
  }

  .case-yks p.main-title {
    font-size: 16px;
  }

  .case-yks p.sub-title {
    font-size: 14px;
  }

  .register-yks a:first-child {
    margin-right: 10px;
  }

  .register-yks a:last-child {
    margin-left: 10px;
  }

  .case-list>.case-item {
    float: none;
    margin: 20px auto;
  }

  .case-list>.case-item:nth-of-type(4n+0) {
    margin: 0 auto;
  }

  .pagination>li>a,
  .pagination>li>span {
    width: 34px;
    height: 34px;
    margin-left: 0;
    padding: 0;
    border: none;
    border-radius: 17px;
    line-height: 34px;
    font-size: 12px;
    text-align: center;
  }

  .pagination>li:first-child>a,
  .pagination>li:first-child>span {
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
  }

  .pagination>li:last-child>a,
  .pagination>li:last-child>span {
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
  }
}


/**ft-carousel.css***/
ul,
ol,
li,
div {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

.ft-carousel {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ft-carousel .carousel-inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
  float: left;
  height: 100%;
  text-align: center;
}

.ft-carousel .carousel-item>img {
  width: 1140px;
  height: 400px;
  box-shadow: 10px 10px 5px #cac1c1;
  border: 1px solid #cac1c1;
}

.ft-carousel .carousel-indicators {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 0;
}

.ft-carousel .carousel-indicators span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  margin: 0 4px;
  border-radius: 50%;
  cursor: pointer;
}

.ft-carousel .carousel-indicators span.active {
  background-color: #de3a3a;
}

.ft-carousel .carousel-btn {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 45px;
  margin-top: -25px;
  cursor: pointer;
}

.ft-carousel .carousel-prev-btn {
  left: 0;
  background: url(/img/prev.png) no-repeat;
}

.ft-carousel .carousel-next-btn {
  right: 0;
  background: url(/img/next.png) no-repeat;
}

@media screen and (max-width: 1199px) {
  .ft-carousel .carousel-item>img {
    width: 100%;
    height: 100%;
    /*height: 120px;*/
  }

  #carousel_1 .carousel-btn {
    top: 50%;
    margin-top: -22.5px;
  }

  #carousel_2 .carousel-btn {
    top: 36px;
  }
}



/****强大功能***/

.function {
  padding-top: 80px;
}


.function a.btn-title {
  display: block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  border-radius: 25px;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  background-color: #fff2ec;
  color: #f5a352;
}


.function-main {
  margin-top: 80px;
}

.function-main-left {
  position: relative;
  float: left;
  width: 50%;
  height: 480px;
  border-right: 1.5px dashed #f0cbc2;
}

.function-main-right {
  position: relative;
  float: right;
  width: 50%;
  height: 480px;
}

.function-main-left span.text,
.function-main-right span.text {
  color: #000;
  font-weight: bold;
}

.function-main-left span.point,
.function-main-right span.point {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  border-radius: 7px;
  background-color: #ea723d;
}

.function-main .main-title {
  margin-bottom: 30px;
  text-align: left;
  font-size: 28px;
}

.MultiPlatform-yks .function-main-right {
  padding: 65px 0 0 105px;
}

ul.main-context {
  margin-bottom: 30px;
  text-align: left;
  font-size: 16px;
  color: #6c6c6c;
}

ul.main-context li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}

.slide-bg {
  position: absolute;
  width: 90px;
  height: 60px;
  top: 400px;
  z-index: -2;
}

.slide-bg img {
  width: 60px;
}

.slide-mask {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  z-index: -1;
  width: calc(100% - 40px);
  background: #fff;
}

/**online-yks begin**/
.online-yks {
  position: relative;
  height: 600px;
  padding-top: 40px;
  background: -webkit-linear-gradient(bottom, rgba(225, 243, 255, 0.8), #fdfeff);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom, rgba(225, 243, 255, 0.8), #fdfeff);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom, rgba(225, 243, 255, 0.8), #fdfeff);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(bottom, rgba(225, 243, 255, 0.8), #fdfeff);
}

.online-yks .main-title,
.online-yks .second-title {
  text-align: center;
}

.online-yks .main-title {
  font-size: 30px;
  color: #f5a352;
  margin-bottom: 20px;
}

.online-yks img {
  width: 1000px;
  height: 690px;
  position: absolute;
  left: 50%;
  top: 150px;
  margin-left: -500px;
}


/**MultiPlatform-yks begin**/
.MultiPlatform-yks {
  padding-top: 260px;
}

.MultiPlatform-yks .function-main-left {
  padding: 150px 0 0 85px;
  border-right-color: #f5a352;
}

.MultiPlatform-yks .function-main-right {
  padding: 65px 0 0 105px;
}

.MultiPlatform-yks .function-main-right>img {
  width: 420px;
  height: 340px;
}

/**MultiPlatform-yks end**/

/**SmartExam-yks begin**/
.SmartExam-yks .function-main-right {
  padding: 120px 0 0 80px;
}

.SmartExam-yks .function-main-left {
  border-right-color: #ffc941;
}

.SmartExam-yks .function-main-left>img {
  position: absolute;
  top: 25px;
  left: 0;
  z-index: -3;
  width: 500px;
  height: 428px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -moz-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -o-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -moz-transition: .3s -moz-box-shadow linear;
  -webkit-transition: .3s -webkit-box-shadow linear;
  -o-transition: .3s -webkit-box-shadow linear;
  transition: .3s box-shadow linear;
}

.SmartExam-yks .slide-bg {
  top: 415px;
  right: 63px;
  background: -webkit-linear-gradient(left, rgba(254, 216, 107, 0.01), #fed86b);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(left, rgba(254, 216, 107, 0.01), #fed86b);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(left, rgba(254, 216, 107, 0.01), #fed86b);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(left, rgba(254, 216, 107, 0.01), #fed86b);
}

.SmartExam-yks .btn-title {
  color: #ffc941;
  background-color: #fff8e5;
}

/**SmartExam-yks end**/

/**MultiQuestion-yks begin**/
.MultiQuestion-yks .function-main-left {
  padding: 45px 0 0 0;
  border-right-color: #e94f37;
}

.MultiQuestion-yks .function-main-right>img {
  position: absolute;
  top: 25px;
  left: 85px;
  z-index: -3;
  width: 500px;
  height: 428px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -moz-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -o-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -moz-transition: .3s -moz-box-shadow linear;
  -webkit-transition: .3s -webkit-box-shadow linear;
  -o-transition: .3s -webkit-box-shadow linear;
  transition: .3s box-shadow linear;
}

.MultiQuestion-yks .slide-bg {
  top: 415px;
  right: -17px;
  background: -webkit-linear-gradient(left, rgba(244, 116, 153, 0.01), #f4a699);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(left, rgba(244, 116, 153, 0.01), #f4a699);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(left, rgba(244, 116, 153, 0.01), #f4a699);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(left, rgba(244, 116, 153, 0.01), #f4a699);
}

.MultiQuestion-yks .btn-title {
  color: #e94f37;
  background-color: #fdeeeb;
}

/**MultiQuestion-yks end**/

/**ExamManager-yks begin**/
.ExamManager-yks .function-main-right {
  padding: 110px 0 0 80px;
}

.ExamManager-yks .function-main-left {
  border-right-color: #f5a352;
}

.ExamManager-yks .function-main-left>img {
  position: absolute;
  top: 25px;
  left: 0;
  z-index: -3;
  width: 500px;
  height: 428px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -moz-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -o-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -moz-transition: .3s -moz-box-shadow linear;
  -webkit-transition: .3s -webkit-box-shadow linear;
  -o-transition: .3s -webkit-box-shadow linear;
  transition: .3s box-shadow linear;
}

.ExamManager-yks .slide-bg {
  top: 415px;
  right: 65px;
  background: -webkit-linear-gradient(left, rgba(244, 116, 153, 0.01), #f4a699);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(left, rgba(244, 116, 153, 0.01), #f4a699);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(left, rgba(244, 116, 153, 0.01), #f4a699);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(left, rgba(244, 116, 153, 0.01), #f4a699);
}

/**ExamManager-yks end**/

/**Customize-yks begin**/
.Customize-yks .function-main-left {
  padding: 130px 0 0 35px;
  border-right-color: #ffc941;
}

.Customize-yks .function-main-right>img {
  position: absolute;
  top: 25px;
  left: 80px;
  z-index: -3;
  width: 500px;
  height: 428px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -moz-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -o-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -moz-transition: .3s -moz-box-shadow linear;
  -webkit-transition: .3s -webkit-box-shadow linear;
  -o-transition: .3s -webkit-box-shadow linear;
  transition: .3s box-shadow linear;
}

.Customize-yks .slide-bg {
  top: 415px;
  right: -17px;
  background: -webkit-linear-gradient(left, rgba(254, 216, 107, 0.01), #fed86b);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(left, rgba(254, 216, 107, 0.01), #fed86b);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(left, rgba(254, 216, 107, 0.01), #fed86b);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(left, rgba(254, 216, 107, 0.3), #fed86b);
}

.Customize-yks .btn-title {
  color: #ffc941;
  background-color: #fff8e5;
}

/**Customize-yks end**/

/**SmartAntiCheat-yks begin**/
.SmartAntiCheat-yks .function-main-right {
  padding: 15px 0 0 80px;
}

.SmartAntiCheat-yks .function-main-left {
  border-right-color: #48d476;
}

.SmartAntiCheat-yks .function-main-left>img.function6-mian {
  position: absolute;
  top: 45px;
  left: -10px;
  z-index: -3;
  width: 550px;
  height: 350px;
}

.SmartAntiCheat-yks .function-main-left>img.function6-sub {
  position: absolute;
  width: 110px;
  height: 110px;
  top: 5px;
  right: 33px;
  z-index: -2;
}

.SmartAntiCheat-yks .btn-title {
  color: #48d476;
  background-color: #e8f6f6;
}

/**SmartAntiCheat-yks end**/

/**StudentBack-yks begin**/
.StudentBack-yks .function-main-left {
  padding: 130px 0 0 0;
  border-right-color: #ffc941;
}

.StudentBack-yks .function-main-right>img {
  position: absolute;
  top: 45px;
  left: 80px;
  z-index: -3;
  width: 650px;
  height: 380px;
}

.StudentBack-yks .btn-title {
  color: #ffc941;
  background-color: #fff8e5;
}

/**StudentBack-yks end**/

/**ExamReport-yks begin**/
.ExamReport-yks .function-main-right {
  padding: 80px 0 0 80px;
}

.ExamReport-yks .function-main-left {
  border-right-color: #26a2e6;
}

.ExamReport-yks .function-main-left>img {
  position: absolute;
  top: 25px;
  left: 0;
  z-index: -3;
  width: 500px;
  height: 428px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -moz-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -o-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -moz-transition: .3s -moz-box-shadow linear;
  -webkit-transition: .3s -webkit-box-shadow linear;
  -o-transition: .3s -webkit-box-shadow linear;
  transition: .3s box-shadow linear;
}

.ExamReport-yks .slide-bg {
  top: 415px;
  right: 65px;
  background: -webkit-linear-gradient(left, rgba(97, 192, 238, 0.01), #61c0ee);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(left, rgba(244, 116, 153, 0.01), #f4a699);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(left, rgba(244, 116, 153, 0.01), #f4a699);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(left, rgba(244, 116, 153, 0.01), #f4a699);
}

.ExamReport-yks .btn-title {
  color: #26a2e6;
  background-color: #e4f5fc;
}

/**ExamReport-yks end**/

/**Statistics-yks begin**/
.Statistics-yks .function-main-left {
  padding: 130px 0 0 45px;
  border-right-color: #e94f37;
}

.Statistics-yks .function-main-right>img {
  position: absolute;
  top: 25px;
  left: 70px;
  z-index: -3;
  width: 500px;
  height: 428px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -moz-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -o-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -moz-transition: .3s -moz-box-shadow linear;
  -webkit-transition: .3s -webkit-box-shadow linear;
  -o-transition: .3s -webkit-box-shadow linear;
  transition: .3s box-shadow linear;
}

.Statistics-yks .slide-bg {
  top: 415px;
  right: -17px;
  background: -webkit-linear-gradient(left, rgba(244, 116, 153, 0.01), #f4a699);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(left, rgba(244, 116, 153, 0.01), #f4a699);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(left, rgba(244, 116, 153, 0.01), #f4a699);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(left, rgba(244, 116, 153, 0.01), #f4a699);
}

.Statistics-yks .btn-title {
  color: #e94f37;
  background-color: #fdeeeb;
}

/**Statistics-yks end**/

/**RightFalse-yks begin**/
.RightFalse-yks .function-main-right {
  padding: 130px 0 0 80px;
}

.RightFalse-yks .function-main-left {
  border-right-color: #26a2e6;
}

.RightFalse-yks .function-main-left>img {
  position: absolute;
  top: 45px;
  left: -135px;
  z-index: -3;
  width: 650px;
  height: 380px;
}

.RightFalse-yks .btn-title {
  color: #26a2e6;
  background-color: #e4f5fc;
}

.RightFalse-yks .container {
  position: relative;
}

.RightFalse-yks .container>img {
  position: absolute;
  left: 50%;
  bottom: -76px;
  margin-left: -28px;
}

/**RightFalse-yks end**/

.register-yks {
  padding: 100px 0 50px 0;
  text-align: center;
  /* æ ‡å‡†çš„è¯­æ³• */
}

.register-yks a:first-child {
  margin-right: 80px;
}

.register-yks a:last-child {
  margin-left: 80px;
}


.function-main-mobile {
  display: none;
}

@media (max-width: 1199px) {
  .function-main-mobile {
    display: block;
  }

  .function-main-pc {
    display: none;
  }

  .slide-bg,
  .function a.main-button {
    display: none;
  }

  .online-yks .main-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .function {
    padding-top: 30px;
  }

  .second-title {
    font-size: 16px;
  }

  .online-yks {
    height: 100%;
  }

  .online-yks img {
    width: 100%;
    height: 300px;
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0;
  }

  .function-main-left,
  .function-main-right {
    float: none;
    width: 100%;
    height: 100%;
    border-right: none;
  }

  .function-main {
    margin-top: 30px;
  }

  .function-main .main-title {
    text-align: center;
  }

  .MultiPlatform-yks .function-main-left,
  .MultiPlatform-yks .function-main-right {
    padding: 0;
  }

  .SmartExam-yks .function-main-left,
  .SmartExam-yks .function-main-right {
    padding: 0;
  }

  .MultiQuestion-yks .function-main-left,
  .MultiQuestion-yks .function-main-right {
    padding: 0;
  }

  .ExamManager-yks .function-main-left,
  .ExamManager-yks .function-main-right {
    padding: 0;
  }

  .Customize-yks .function-main-left,
  .Customize-yks .function-main-right {
    padding: 0;
  }

  .SmartAntiCheat-yks .function-main-left,
  .SmartAntiCheat-yks .function-main-right {
    padding: 0;
  }

  .StudentBack-yks .function-main-left,
  .StudentBack-yks .function-main-right {
    padding: 0;
  }

  .ExamReport-yks .function-main-left,
  .ExamReport-yks .function-main-right {
    padding: 0;
  }

  .Statistics-yks .function-main-left,
  .Statistics-yks .function-main-right {
    padding: 0;
  }

  .RightFalse-yks .function-main-left,
  .RightFalse-yks .function-main-right {
    padding: 0;
  }

  .MultiPlatform-yks .function-main-right>img {
    width: 100%;
    height: 100%;
  }

  .SmartExam-yks .function-main-right>img {
    width: 100%;
    height: 100%;
  }

  .MultiQuestion-yks .function-main-right>img {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .ExamManager-yks .function-main-right>img {
    width: 100%;
    height: 100%;
  }

  .Customize-yks .function-main-right>img {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .SmartAntiCheat-yks .function-main-right>img {
    width: 100%;
    height: 100%;
  }

  .SmartAntiCheat-yks .function-main-right>img.function6-sub {
    display: none;
    /*position: absolute;*/
    /*width: 56px;*/
    /*height: 56px;*/
    /*top: -25px;*/
    /*right: -5px;*/
    /*z-index: 2;*/
  }

  .StudentBack-yks .function-main-right>img {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .ExamReport-yks .function-main-right>img {
    width: 100%;
    height: 100%;
  }

  .Statistics-yks .function-main-right>img {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .RightFalse-yks .function-main-right>img {
    width: 100%;
    height: 100%;
  }
}


/***===============================Price-=====================***/

.price-anniversary-logo {
  position: absolute;
  bottom: 170px;
  left: 45%;
  margin-left: -140px;
  z-index: 0;
}

.price-yks .background-panel {
  height: 839px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/img/price/bg.jpg");
}

.price-yks .price-panel {
  position: absolute;
  width: 100%;
  top: 124px;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .price-yks .price-panel {
    top: 170px;
  }
}

.price-yks .price-panel .title {
  margin-bottom: 14px;
  font-size: 32px;
  font-weight: 100;
}

.price-yks .price-panel .sub-title {
  margin-bottom: 44px;
  font-size: 24px;
  font-weight: 100;
  color: #7b7b7b;
}

.price-yks .price-panel ul[role="tablist"] {
  margin-bottom: 64px;
  font-size: 0;
}

.price-yks .price-panel ul[role="tablist"]>li[role="presentation"] {
  display: inline-block;
  float: none;
  margin-left: 0;
}

.price-yks .price-panel ul[role="tablist"]>li[role="presentation"]>a[role="tab"] {
  padding: 10px 48px;
  /*border: 2px solid #ffa953;*/
  border-radius: 25px;
  background-color: #fdd6b1;
  font-size: 18px;
  width: 234px;
  color: #fff;
}

.price-yks .price-panel ul[role="tablist"]>li[role="presentation"]>a[role="tab"] span {
  transition: width 0.33s ease;
  display: block;
  width: 0%;
  background-color: #f5a352;
  height: 3px;
  margin-top: 8px;
}

.price-yks .price-panel ul[role="tablist"]>li[role="presentation"].active>a[role="tab"] {
  background-image: url(/img/price/button.png);
  background-size: 300px 100px;
  z-index: 1;
  box-shadow: rgb(245, 163, 82) 1px 0px 20px;
  color: #ac6a00;
  font-weight: 900;
  background-position: -20px -25px;
}

.price-yks .price-panel ul[role="tablist"]>li[role="presentation"].active>a[role="tab"] span {
  width: 100%;
}

.price-yks .price-panel ul[role="tablist"]>li[role="presentation"]:first-of-type>a[role="tab"] {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.price-yks .price-panel ul[role="tablist"]>li[role="presentation"]:last-of-type>a[role="tab"] {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.price-yks .price-panel .price-list {
  position: relative;
  width: 1200px;
  margin: 0 auto
}

.price-yks .price-panel .price-list .price-item {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 170px;
  height: auto;
  min-height: 1132px;
  background-color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(241, 145, 73, 0.2);
  vertical-align: top;
}

.price-yks .price-panel .price-list .price-item div.title,
.price-yks .price-panel .price-list .price-header div.title {
  margin-bottom: -16px;
  padding: 14px 0;
  font-size: 20px;
  font-weight: 300;
}

.price-yks .price-panel .price-list .price-item .price {
  position: relative;
  padding: 0 20px;
  margin-bottom: 25px;
}

.price-yks .price-panel .price-list .price-item .price .symbol {
  position: absolute;
  top: 4px;
  left: 50%;
  margin-left: -77px;
  font-size: 18px;
  margin-top: 4px;
  margin-left: -55px !important;
}

.price-yks .price-panel .price-list .price-item .price .number {
  font-size: 36px;
  line-height: 56px;
}

.price-yks .price-panel .price-list .price-item .desc {
  margin-bottom: 26px;
  font-size: 14px;
}

.price-yks .price-panel .price-list .price-item .btn-orange-o {
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.price-yks .price-panel .price-list .price-item .other {
  margin: -10px 40px;
  padding-bottom: 0px;
  border-bottom: 1px solid #fcebde;
  font-size: 16px;
  height: 0;
}

.price-yks .price-panel .price-list .price-item .function {
  min-height: 355px;
  margin-bottom: 10px;
  padding-top: 12px;
}

.price-yks .price-panel .price-list .price-item .service {
  min-height: 100px;
}

.price-yks .price-panel .price-list .price-item .function p.title,
.price-yks .price-panel .price-list .price-item .service p.title {
  font-size: 16px;
  font-weight: 400;
}

.price-yks .price-panel .price-list .price-item .function ul>li,
.price-yks .price-panel .price-list .price-item .service ul>li {
  /*padding-left: 74px;*/
  /*text-align: left;*/
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #444;
}

.price-yks .faq-panel {
  padding-top: 2370px;
}

.price-yks .faq-panel .item {
  padding: 0 54px;
}

.price-yks .faq-panel .title {
  margin-bottom: 48px;
  font-size: 30px;
  text-align: center;
  color: #ff962a;
  font-weight: 600;
}

.price-yks .faq-panel .question {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.price-yks .faq-panel .answer {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}

.register-yks {
  padding: 50px 0;
  text-align: center;
  /* 标准的语法 */
}

.register-yks a:first-child {
  margin-right: 80px;
}

.register-yks a:last-child {
  margin-left: 80px;
}

/*new add*/
p.title-min {
  font-size: 12px !important;
  color: #ff8f20;
}

p.title-min img {
  margin: 0 5px;
}

.function ul {
  margin-bottom: 40px;
}

.price-item>img {
  position: absolute;
  right: 20px;
  top: 0;
}

.tips-button {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 3px;
  right: 65px;
  border-radius: 7px;
  line-height: 14px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: #ea723d;
  cursor: pointer;
}

.tips-frame {
  display: none;
  position: absolute;
  width: 238px;
  top: 379px;
  right: 55px;
  padding: 12px 10px 0 10px;
  text-align: left;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid;
  border-radius: 3px;
}

.tips-frame2 {
  top: 400px;
  right: 345px;
}

.tips-frame a {
  color: #ff8f20;
  text-decoration: none;
}

.price-list-foot {
  margin-top: 20px;
  font-weight: bold;
}

p.version-title {
  position: absolute;
  bottom: 5px;
  left: 97px;
  font-weight: bold;
}

p.version-title a {
  color: #ff8f20;
  text-decoration: none;
}

.update-num {
  cursor: pointer;
  color: #ff8f20;
}

.tips-upgrade-frame {
  display: none;
  position: absolute;
  width: 155px;
  padding: 12px 10px 0 10px;
  text-align: left;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid;
  border-radius: 3px;
  z-index: 12;
}

.tips-upgrade-frame a {
  text-decoration: none;
  color: #ff8f20;
}

.online-num {
  color: #ff8f20;
}

.old-price {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
}

#custom {
  margin-bottom: 34px;
}

#custom span.number {
  line-height: 41px;
  margin-bottom: 10px;
}

#custom span.number img {
  width: 60px;
  height: 60px;
}

.price-yks .price-panel .price-list .price-item1 {
  left: 180px;
}

.price-yks .price-panel .price-list .price-item2 {
  left: 350px;
}

.price-yks .price-panel .price-list .price-item3 {
  left: 520px;
}

.price-yks .price-panel .price-list .price-item4 {
  left: 1030px;
}

.price-yks .price-panel .price-list .price-item5 {
  left: 690px;
}

.price-yks .price-panel .price-list .price-item6 {
  left: 860px;
}

@media (max-width: 1199px) {
  .price-yks {
    position: relative;
    height: 100%;
    overflow: hidden;
  }

  .price-yks .price-panel {
    position: relative;
  }

  .price-anniversary-logo {
    top: 135px;
    margin-left: -145px;
  }

  .price-yks .background-panel {
    display: none;
  }

  .price-yks .price-panel .price-list {
    width: 100%;
  }

  .price-yks .price-panel .price-list .price-item .function,
  .price-yks .price-panel .price-list .price-item .service {
    min-height: 0;
  }

  p.version-title {
    position: relative;
    bottom: 5px;
    top: 10px;
    left: 0;
  }

  .register-yks a:first-child {
    margin-right: 40px;
  }

  .register-yks a:last-child {
    margin-left: 40px;
  }
}

@media (max-width: 500px) {
  .price-anniversary-logo {
    top: 90px;
    margin-left: -155px;
    width: 392px;
  }
}

/********lan==================*******/
.header-yks {
  background-color: #fff;
}



/* .down-lan-yks .title {
    margin-bottom: 18px;
    font-size: 38px;
    font-weight: bold; }
  .down-lan-yks .sub-title {
    margin-bottom: 48px;
    font-size: 18px;
    font-weight: 100;
    color: #a4a3a3; }
.down-lan-yks .download-tip{
  margin-top: 20px;
  color: #ccc;
}  */

.video-lan-yks {
  position: relative;
  height: 580px;
}

.video-lan-yks .video-window {
  position: absolute;
  width: 950px;
  height: 586px;
  top: 70px;
  left: 50%;
  margin-left: -475px;
  padding: 0 10px 10px;
  border-radius: 12px;
  z-index: 1;
  background-color: #d6ecfc;
}

.video-lan-yks .video-window .top-bar {
  padding: 10px 0;
}

.video-lan-yks .video-window .top-bar .circle {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-right: 4px;
  border-radius: 50%;
}

.video-lan-yks .video-window .video-ctn {
  position: relative;
  height: 545px;
}

.advantage-lan-yks {
  padding: 160px 0 0px 0;
  text-align: center;
}

.advantage-lan-yks .item {
  padding: 20px 10px;
  color: #7d7d7d;
}

.advantage-lan-yks .item .title {
  font-size: 28px;
}

.advantage-lan-yks .item .sub-title {
  font-size: 18px;
  font-weight: 100;
}

.inc-lan-yks {
  padding: 100px 0 50px 0;
  text-align: center;
}

.inc-lan-yks .title {
  font-size: 34px;
}

.inc-lan-yks .item {
  padding: 0px 0;
}

.inc-lan-yks img {
  width: 100%;
}

.register-lan-yks {
  padding: 86px 0;
  text-align: center;
  background: -webkit-linear-gradient(bottom, rgba(245, 163, 82, 0.3), #fff);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom, rgba(245, 163, 82, 0.3), #fff);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom, rgba(245, 163, 82, 0.3), #fff);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(bottom, rgba(245, 163, 82, 0.3), #fff);
  /* 标准的语法 */
}

.register-lan-yks .title {
  font-size: 38px;
  margin-bottom: 64px;
}

.function-lan-yks {
  margin-top: 150px;
  position: relative;
  padding: 0px 0;
  background-color: #f0f9ff;
}

.function-lan-yks .title {
  font-size: 34px;
  margin-bottom: 40px;
}

.function-lan-yks .container .row:last-child {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .function-lan-yks {
    margin-top: 0px;
  }

}

.down-lan-yks a:nth-child(3) {
  margin-right: 10px;
}

.down-lan-yks a:nth-child(4) {
  margin-left: 10px;
}

.video-lan-yks>img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 580px;
}

/*lan-diff-yks begin*/
.lan-diff-yks {
  margin-top: 150px;
  position: relative;
  height: auto;
  padding: 0 0 50px 0;
}

.lan-diff-yks .main-title {
  margin-top: 40px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.lan-diff-yks .sub-title {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
  color: #888;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 2px;
  color: #666666;
}

.lan-diff-yks .diff-box {
  width: 1050px;
  margin: 130px auto;
}

.lan-diff-yks .diff-left {
  float: left;
}

.lan-diff-yks .diff-right {
  float: right;
  /*background-color: #fffbf7;*/
  border: 1px solid #ff870e !important;
  margin-top: -100px;
}

.lan-diff-yks .diff-context {
  position: relative;
  /* border: 1px solid #ddd; */
  -webkit-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -moz-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -o-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  -moz-transition: .3s -moz-box-shadow linear;
  -webkit-transition: .3s -webkit-box-shadow linear;
  -o-transition: .3s -webkit-box-shadow linear;
  transition: .3s box-shadow linear;
  border-radius: 0;
  width: 300px;
  height: auto;
}

.lan-diff-yks .diff-context span.diff-title {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: -32px;
  left: 50%;
  margin-left: -25px;
}

.lan-diff-yks .diff-context span.diff-title img {
  width: 50px;
}

.lan-diff-yks .diff-context span.diff-title p {
  position: absolute;
  color: #fff;
  z-index: 3;
  font-size: 18px;
  left: 16px;
  top: 12px;
}

.lan-diff-yks .diff-context span.diff-title1 {
  margin-left: -75px;
}

.lan-diff-yks .diff-context span.diff-title3 {
  margin-left: 25px;
}

.lan-diff-yks .diff-context ul {
  margin-top: 52px;
}

.lan-diff-yks .diff-context a {
  margin: 0 0 20px 84px;
  margin-top: 105px;
  background-color: #f5a352;
  color: white;
}

.lan-diff-yks .diff-context ul li {
  position: relative;
  width: 300px;
  margin: 0 auto;
  height: 30px;
  font-size: 15px;
  text-align: center;
  padding: 0;
  color: #aaa;
}

.lan-diff-yks .diff-right a {
  background-color: #f5a352;
  color: #fff !important;
}

/*lan-diff-yks end*/

/*function-lan-yks begin*/
.f-lan-img {
  width: 142px;
  height: 142px;
  line-height: 142px;
  text-align: center;
  background-color: #0378d8;
  border-radius: 71px;
}

.f-lan-img img {
  width: 80px;
}

.f-lan-img-left {
  position: absolute;
  right: 20px;
}

.f-lan-img-right {
  position: absolute;
  left: 20px;
}

.f-lan-main {
  position: relative;
  height: 142px;
}

.f-lan-left {
  padding: 10px 190px 0 0;
  text-align: right;
}

.f-lan-right {
  padding: 10px 0 0 190px;
  text-align: left;
}

.function-lan-yks p.flc-main-title {
  font-size: 30px;
}

.function-lan-yks p.flc-sub-title {
  font-size: 18px;
  color: #8a9199;
}

/*function-lan-yks end*/

/*odds begin*/
.point {
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 5px;
  border-radius: 5px;
  background-color: #56b1ff;
}

.odds {
  height: 549px;
}

.odds .sub-title {
  margin: 80px 0 80px 0;
  font-size: 24px;
  text-align: center;
}

.odds .odds-main {
  position: relative;
  height: 353px;
}

.odds .odds-main .img-left {
  /*position: absolute;*/
  /*left: 0;*/
  /*bottom: 0;*/
  float: left;
}

.odds .odds-main .img-right {
  /*position: absolute;*/
  /*right: 0;*/
  /*top: 0;*/
  float: right;
}

.odds .odds-main .odds-main-left {
  float: left;
  margin-left: 55px;
}

.odds .odds-main .odds-main-right {
  float: right;
  margin-right: 55px;
}

.odds .odds-main ul {
  margin-top: 35px;
}

.odds .odds-main ul li {
  position: relative;
  width: 450px;
  height: 40px;
  padding-left: 25px;
  text-align: left;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .odds .odds-main ul li {
    position: relative;
    width: 450px;
    height: 40px;
    padding-left: 25px;
    text-align: center;
    font-size: 14px;
  }
}

/*odds1*/
.odds1-yks {
  margin-top: 60px;
  height: 629px;
}

.service-yks {
  padding: 60px 0;
  position: relative;


}

.odds1-yks .main-title {
  margin-top: 40px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.odds .odds-main ul li:nth-of-type(odd) {
  font-size: 20px;
  color: #56b1ff;
}

.odds1-yks .odds-main ul li:last-child {
  font-size: 14px;
  color: #000;
}

.odds4-yks .odds-main ul li:nth-of-type(even) {
  height: 50px;
}


.odds5-yks {
  border-bottom: none;
}

.odds5-link {
  width: 400px;
  height: 50px;
  margin: 80px auto;
}

.odds5-link a:first-child {
  float: left;
}

.odds5-link a:last-child {
  float: right;
}

/*odds end*/

/*service-yks begin*/
.service-yks {
  padding: 150px 0;
  position: relative;


}

.service-yks .container>img {
  float: left;
  margin-left: 100px;
}

.service-yks ul {
  float: right;
  margin-right: 50px;
}

.service-yks ul li {
  position: relative;
  width: 450px;
  height: 40px;
  line-height: 40px;
  padding-left: 42px;
  text-align: left;
  font-size: 14px;
}

.service-yks ul li img {
  position: absolute;
  left: 0;
  top: 5px;
}

.service-yks ul li:nth-of-type(odd) {
  font-size: 22px;
}

.service-yks ul li:nth-of-type(even) {
  color: #48aaf3;
}

/*service-yks end*/

.video-lan-yks .video-window .video-ctn img:first-child {
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 540px;
}

/*.video-lan-yks .video-window .video-ctn img:first-child {*/
/*display: none;*/
/*position: absolute;*/
/*width: 53px;*/
/*height: 49px;*/
/*left: 50%;*/
/*top: 50%;*/
/*margin-left: -21.5px;*/
/*margin-top: -21px;*/
/*z-index: 4;*/
/*cursor: pointer;*/
/*}*/
.video-lan-yks .video-window .video-ctn span.lan-video-play {
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  margin: -40px 0 0 -40px;
  top: 50%;
  z-index: 5;
  text-align: center;
}

.video-lan-yks .video-window .video-ctn span.lan-video-play i {
  color: #149adc !important;
  cursor: pointer;
}

.video-modal {
  padding: 0;
  overflow: hidden;
}

.videos {
  padding-bottom: 56.25%;
  text-align: center;
}

.videos video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
}

.register-yks {
  padding: 50px 0;
  text-align: center;
  /* 标准的语法 */
}

.register-yks a:first-child {
  margin-right: 80px;
}

.register-yks a:last-child {
  margin-left: 80px;
}

.row-mobile {
  display: none;
}

.u-color-yellow {
  color: #ff962a !important;
}

@media (max-width: 1199px) {
  .down-lan-yks .title {
    font-size: 20px;
  }

  .down-lan-yks .sub-title {
    font-size: 12px;
    padding: 0 40px;
  }

  .btn-xl {
    padding: 10px 10px;
    font-size: 20px;
  }

  .down-lan-yks {
    padding: 30px 0;
  }

  /*******************************/
  .video-lan-yks {
    height: 410px;
    margin: 0 10px;
  }

  .video-lan-yks .video-window {
    width: 100%;
    height: 100%;
    margin-left: 0;
    top: 0;
    left: 0;
  }

  .video-lan-yks>img {
    height: 100%;
  }

  .video-lan-yks .video-window .video-ctn {
    height: 100%;
  }

  .video-lan-yks .video-window .video-ctn img:first-child {
    height: calc(100% - 10px);
    top: -10px;
  }

  .videos video {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }

  /*******************************/
  .advantage-lan-yks {
    padding: 30px 0;
    text-align: center;
  }

  /*******************************/
  .lan-diff-yks {
    height: 100%;
  }

  .lan-diff-yks .diff-box {
    width: 100%;
  }

  .lan-diff-yks .diff-left,
  .lan-diff-yks .diff-right {
    float: none;
    margin: 60px auto;
    text-align: center;
  }

  .lan-diff-yks .diff-context a {
    margin: 0 0 8px 0;
  }

  /*******************************/
  .function-lan-yks .container .row:last-child {
    margin-top: 0;
  }

  .function-lan-yks .title {
    font-size: 22px;
  }

  .f-lan-img {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 35px;
  }

  .f-lan-img img {
    width: 40px;
  }

  .f-lan-img-left,
  .f-lan-img-right {
    top: 20px;
    left: 0;
  }

  .f-lan-main {
    height: 120px;
  }

  .f-lan-left,
  .f-lan-right {
    padding: 10px 0 0 90px;
    text-align: left;
  }

  .function-lan-yks p.flc-main-title {
    font-size: 16px;
  }

  .function-lan-yks p.flc-sub-title {
    font-size: 12px;
  }

  /*******************************/
  .row-mobile {
    display: block;
  }

  .row-pc {
    display: none;
  }

  .odds1-yks .main-title {
    font-size: 24px;
  }

  .odds,
  .odds1,
  .odds5 {
    height: 100%;
    padding-bottom: 10px;
  }

  .odds .odds-main {
    height: 100%;
    text-align: center;
  }

  .odds .odds-main ul {
    margin-top: 10px;
  }

  .odds .sub-title {
    margin: 20px 0;
    font-size: 20px;
    text-align: center;
  }

  .odds .odds-main .odds-main-left,
  .odds .odds-main .odds-main-right,
  .odds .odds-main .img-left,
  .odds .odds-main .img-right {
    float: none;
    margin: 0;
  }

  .odds .odds-main ul li {
    width: 100%;
  }

  .odds5-link {
    width: 100%;
    margin: 55px auto 0 auto;
    text-align: center;
  }

  .odds5-link a:first-child,
  .odds5-link a:last-child {
    float: none;
    margin: 0 10px;
  }

  .odds .odds-main ul li:nth-of-type(odd) {
    font-size: 14px;
  }

  .odds .odds-main ul li:nth-of-type(even) {
    font-size: 14px;
  }

  .odds1-yks .odds-main ul li:last-child {
    font-size: 12px;
  }

  /*******************************/
  .service-yks img.img-right {
    width: 100%;
    height: 220px;
  }

  .service-yks ul {
    float: none;
    margin: 30px 0 0 0;
  }

  .service-yks ul li {
    font-size: 12px;
    height: 40px;
    line-height: 20px;
    width: 100%;
  }

  .service-yks ul li:nth-of-type(odd) {
    font-size: 17px;

  }

  /*******************************/
  .inc-lan-yks {
    padding: 30px 0;
    text-align: center;
  }

  /*******************************/
  .service-yks {
    margin: 0;
    position: relative;
  }

  /*******************************/
  .register-yks a:first-child {
    margin-right: 40px;
  }

  .register-yks a:last-child {
    margin-left: 40px;
  }
}

@media (max-width: 768px) and (min-width:500px) {
  .inc-lan-yks img {
    width: 50%;
  }

  .service-yks img.img-right {
    display: block;
    width: 70%;
    height: 100%;
    margin: 0 auto;
  }
}


/*************************result search****************************/
.main-yks #particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.erro {
  height: 120px;
  text-align: center;
}

.erro p {
  display: none;
  padding-top: 40px;
  font-size: 16px;
  color: red;
}

p.use-tip {
  position: relative;
  margin-bottom: 10px;
  text-align: left;
  color: grey;
}

p.use-tip span {
  display: none;
  position: absolute;
  top: -28px;
  left: 100px;
  padding: 3px;
  border: 1px solid #c6c6c6;
  border-radius: 3px;
  color: #4b4b4b;
}

#checkCode {
  cursor: pointer;
}

.main-yks {
  position: absolute;
  width: 100%;
  min-height: calc(100% - 85px);
  /*background-color: #fff;*/
  /*background-image: url(../img/rsbg.png);*/
  /*background-repeat: no-repeat;*/
  /*background-position: center;*/
  text-align: center;
}

#form {
  position: relative;
  max-width: 960px;
  margin: auto;
  padding: 128px 15px 0;
}

#form input[name="searchword"] {
  height: 54px;
  margin: 0 0 30px;
  border-radius: 8px;
  font-size: 18px;
}

#form input[name="searchword"],
#form input[name="searchword"]:hover,
#form input[name="searchword"]:focus {
  border: 2px solid #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 10px rgba(98, 184, 255, 0.5);
}

#form input[name="searchword"]::-webkit-input-placeholder {
  color: rgba(98, 184, 255, 0.5) !important;
}

#form input[name="searchword"]:-ms-input-placeholder {
  color: rgba(98, 184, 255, 0.5) !important;
}

#form input[name="searchword"]:-moz-placeholder {
  color: rgba(98, 184, 255, 0.5) !important;
}

#form input[name="searchword"]::-moz-placeholder {
  color: rgba(98, 184, 255, 0.5) !important;
}

#form input[type="submit"] {
  padding: 8px 50px;
  border-radius: 6px;
  background-color: #428eee;
  font-size: 18px;
  font-weight: 200;
}

#form input[type="submit"],
#form input[type="submit"]:hover,
#form input[type="submit"]:focus {
  color: #fff;
}

.logo {
  font-size: 40px;
  color: #ff870e;
}

#form input[name="searchword"]::-webkit-input-placeholder {
  letter-spacing: 0.1em;
}

@media (max-width: 1199px) {

  .main-yks {
    min-height: calc(100% - 70px);
  }

  .main-yks #particles {
    height: 100%;
  }

  #form {
    max-width: 960px;
    margin: 0 auto;
    padding: 50px 15px 0;
  }

  .erro {
    height: 65px;
  }

  .erro p {
    padding-top: 22px;
  }

  p.use-tip {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .logo {
    font-size: 30px;
  }

  #form input[name="searchword"] {
    height: 45px;
  }


}

@media screen and (max-width: 460px) {
  .case-list>.case-item {
    float: left;
    margin: 0;
    margin-left: 4%;
    margin-bottom: 10px;
    width: 44.5%;
    height: auto;
    padding-bottom: 10px;
    border-radius: 10px;
  }

  .case-list>.case-item a {
    border-radius: 10px;
  }

  .case-list>.case-item>a>img {
    width: 100%;
    height: auto;
    margin: 0px;

  }

  .case-list>.case-item:nth-of-type(4n+0) {
    margin-left: 4%;
    margin-bottom: 10px;
  }

  .case-yks p.sub-title {
    padding: 10px 20px;
    margin-bottom: 30px;
  }

  .case-yks p.main-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 460px) {
  .case-list>.case-item {
    float: left;
    margin: 0;
    margin: 0 10px 0 10px;
    width: 22.05%;
    height: auto;
    padding-bottom: 10px;
  }

  .case-list>.case-item>a>img {
    width: 100%;
    height: auto;
    margin: 0px;
  }

  .case-list>.case-item:nth-of-type(4n+0) {
    margin-left: 10px;
    margin-bottom: 10px;
  }

  .case-yks p.sub-title {
    padding: 10px 20px;
    margin-bottom: 30px;
  }

  .case-yks p.main-title {
    font-size: 30px;
  }
}

.modal-dialog.video-dialog {
  width: 80%;
  margin: 50px auto;
}

.modal-dialog.video-dialog .modal-content {
  background-color: transparent;
}

.video-dialog .modal-body {
  padding: 0 !important;
  max-height: 1000px !important;
}

.modal-dialog.video-dialog video {
  width: 100%;

}

.btn-circle {
  border-radius: 300px;
}

.down-lan-yks a {
  color: #999999;
  transition: all 0.3s;
}

.down-lan-yks a:hover {
  color: #222;
}

.down-lan-yks .sub-title>a {
  margin-top: 10px;
  display: block;
}

.down-lan-yks a.download {
  color: #fff;
}

.download-list {
  margin-top: 100px;
  margin-bottom: 100px;
}

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

.btn-orange-outline {
  border: 1px solid #f5a352;
  color: #f78611;
}

.btn-orange-outline:hover {
  background-color: #f5a352;
  color: #fff !important;
  ;
}


.download-list .banner-text h2 {
  font-size: 40px;
  color: #f78611;
}

.download-list .banner-text h5 {
  font-size: 20px;
  margin-bottom: 30px;
}

.download-list .banner-text a {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 15px;
  font-size: 16px;
}

.download-divider-online {
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}

.update-history .item .left {
  width: 95px;
  float: left;
}

.update-history .item .left .datetag {
  position: relative;
  width: 80px;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  background: #e8e8e8;
}


.update-history .item .left .datetag .fa {
  position: absolute;
  top: -7px;
  right: -14px;
  font-size: 40px;
  color: #e8e8e8;
}

.update-history .item .right {
  margin-left: 96px;
  width: 100%;
  z-index: 0;
}

.update-history .item .right .ver {
  color: #3298d8;
  line-height: 25px;
}

.update-history .item .right .update-content {
  margin-left: 5px;
  margin-top: -15px;
  padding: 20px 0 10px 20px;
  border-left: #e6e6e6 thick solid;
}

.update-history .item {
  padding-left: 100px;
}

.update-history {
  padding-bottom: 100px;
}

@media screen and (max-width: 460px) and (min-width: 330px) {
  .download-list .banner-text a {
    padding: 8px 10px;
    font-size: 12px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1400px) and (min-width: 769px) {
  .update-history {
    margin-right: 100px !important;
  }
}

@media screen and (max-width: 460px) {
  .update-history .item {
    padding: 0;
    margin-bottom: 20px;
  }

  .update-history .item .left {
    float: none;
  }

  .update-history .item .right {
    margin-left: 0;
  }

  .download-divider-online {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 320px) {
  .download-list .banner-text a {
    padding: 5px 5px;
    font-size: 12px;
    margin-top: 20px;
  }
}



/***************************thanks-download-page**************************************************/
.thanks-download-Jumbotron {
  width: 100%;
  /* height:600px; */
  /* background: url(/img/lan-background.jpg) no-repeat; */
  /* background-size: 100% 100%; */
}

.thanks-download-Jumbotron>img {
  position: absolute;
  left: 50%;
  margin-left: -394px;
  margin-top: -10px;
}

.thanks-for-download {
  position: relative;
  text-align: center;
  /* margin-bottom: 80px; */
  /* margin-top: 70px; */
  /*font-family: PingFang-SC-Regular,serif;*/
}

.thanks-for-download h1 {
  font-size: 24px;
  line-height: 31px;
  font-weight: 600;
  /* padding-top: 193px; */
  /* color: #9f684a; */
  margin: 0 0 12px 0;
}

.thanks-for-download h5 {
  font-size: 16px;
  color: #999;
  line-height: 24px;
  /* margin-top: 30px; */
  margin: 0 0 17px 0;
}

.thanks-download-get-started {
  text-align: center;
  margin: 0 8% 70px 8%;
}


.thanks-download-get-started .head {
  /*font-family: PingFang-SC-Regular,serif;*/
  margin-bottom: 50px;
  line-height: 80px;
}

.thanks-download-get-started .head>h1 {
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #ff962a;
}

.thanks-download-get-started .head>p {
  margin-top: -21px;
  font-size: 16px;
  color: #999;
}

.thanks-download-get-started .get-started {
  text-align: left;
  padding-bottom: 100px;
}

.thanks-download-get-started .get-started>p {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 23px;
  text-align: center;
}

.thanks-download-get-started .get-started>span.t-title {
  font-size: 24px;
  margin-left: 25px;
  font-weight: normal;
  color: #ffac00;
}

.thanks-download-get-started .get-started>span.t-num {
  padding: 5px;
  background: #ffac00;
  color: white;
  font-size: 49px;
}

.thanks-download-get-started .get-started>div.t-other {
  margin: -3px 0 50px -60px;
  height: 1px;
  background-color: #ffac00;
  width: 100%;
}

.thanks-download-get-started .get-started>div.lan-num {
  display: inline-block;
  width: 150px;
  height: 50px;
  background-color: #ff962a;
  font-size: 28px;
  color: white;
  box-shadow: 0px 8px 20px 0px rgba(255, 150, 42, 0.35);
  border-radius: 25px;
  text-align: center;
  padding-top: 6px;
  margin-bottom: 40px;
  margin-left: 270px;
}

.thanks-download-get-started .get-started>div.lan-title {
  display: inline-block;
  width: 240px;
  /* height: 50px; */
  box-shadow: none;
  font-size: 24px;
  vertical-align: super;
  color: #ff962a;
  ;
  border-bottom: dashed 2px #ff962a;
  text-align: center;
  padding-top: 6px;
  margin-bottom: 40px;
  margin-left: -15px;
}

.thanks-download-get-started .get-started>img {
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
  max-width: 100%;
}

.lan-control {
  margin-left: 80px;
}

.get-started>div {
  width: 768px;
  margin: 23px 0 93px 80px;
  box-shadow: 0px 8px 15px 0px rgba(170, 170, 170, 0.35);
}

.thanks-download-get-started .get-started.linux {
  display: none;
}

.know-more-about-lan {
  background-color: #fff7ee;
  margin-top: -140px;
  margin-bottom: 20px;
  text-align: center;
  padding: 90px 0;
}


.know-more-about-lan a,
.know-more-about-lan a:link,
.know-more-about-lan a:visited {
  width: 289px;
  height: 67px;
  padding: 20px 70px;
  font-size: 20px;
  line-height: 21px;
  /* font-family: MicrosoftYaHei,serif; */
}

.btn-white {
  background-color: white;
  border-radius: 0;
}

.btn-radius {
  border-radius: 0;
}

.btn-more-about {
  margin-left: 50px;
  border: solid 2px #ff962a;
  color: #ff962a;
}

.btn-more-about:hover {
  transition: all .3s;
  color: #fff !important;
  background-color: #f5a352;
}


.btn-fetch-price {
  width: 235px;
  margin-left: 115px;
  background-color: #f5a352;
  color: #fff;
  border: solid 2px #ff962a;
}


.btn-fetch-price:hover {
  transition: all .3s;
  background-color: #ff8404;
  color: #fff !important;
  border: solid 2px #ff8404;
}

.lan-buy-now {
  text-align: center;
  padding: 110px 0;
  background-color: #effaff;
  color: #111;
}

.lan-buy-now h1 {
  margin-bottom: 60px;
}

.yellow-font {
  color: #ff962a !important;
}

@media (max-width: 1200px) {
  .thanks-download-get-started .get-started>div.lan-num {
    margin-left: 195px;
  }
}

@media (max-width: 992px) {
  .thanks-download-get-started .get-started>div.lan-num {
    margin-left: 100px;
  }
}

@media (max-width: 768px) {
  .thanks-download-get-started .get-started>div.lan-num {
    margin-left: 100px;
  }
}


@media screen and (max-width: 1200px) {
  .lan-control {
    margin-left: 0px;
  }

  .btn-fetch-price {
    margin-left: 35px;
  }
}



@media screen and (max-width: 786px) {
  .thanks-download-Jumbotron {
    border-radius: 0;
    height: 510px;
  }

  .thanks-for-download {
    text-align: center;
  }

  .thanks-for-download>h1 {
    text-align: center;
    font-size: 21px;
    padding-top: 215px;
  }

  .thanks-for-download>h5 {
    font-size: 16px;
    margin: 0 10px;
  }

}

@media screen and (max-width: 725px) {
  .btn-fetch-price {
    margin-left: 47px;
    margin-top: 61px;
    width: 270px;
  }
}

@media screen and (max-width: 600px) {
  .thanks-download-Jumbotron {
    border-radius: 0;
    height: 510px;
  }


  .thanks-download-Jumbotron>img {
    margin-top: 134px;
    margin-left: -200px;
    max-width: 400px;
    width: 100%;
  }

  .thanks-download-get-started .get-started>div.t-other {
    margin: -3px 0 50px -40px;
    width: 100%;
  }

  .thanks-for-download {
    text-align: center;
  }

  .thanks-for-download>h1 {
    text-align: center;
    font-size: 21px;
    margin-top: -128px;
  }

  .thanks-for-download>h5 {
    font-size: 12px;
    margin: 0 10px;
  }

  .btn-more-about {
    margin-left: -1px;
  }

  .btn-fetch-price {
    margin-left: -4px;
    margin-top: 35px;
    width: 270px;
  }

  .thanks-download-get-started .head>p {
    font-size: 12px;
  }

}


/***********************************customer***************************************/

.customer-page-container {
  position: relative;
  width: auto;
  height: 525px;

}

.customer-page-logo {
  position: absolute;
  width: 240px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 105px;
}

.customer-page-logo-printing {
  position: absolute;
  width: 23%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 105px;
}

.customer-page-logo-printing>img {
  width: 17%;
}

.customer-page-logo-printing>span {
  margin-left: 20px;
  font-size: 24px;
  color: #ffffff;
  /* font-family: MicrosoftYaHei; */
  text-align: center;
}


.customer-page-text {
  position: absolute;
  width: 790px;
  height: 100px;
  top: 250px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  text-indent: 30px;
  line-height: 25px;
  font-size: 16px;
}

.customer-page-background {
  width: auto;
  height: 100%;
}

.customer-prev {
  position: absolute;
  left: 0;
  top: 240px;
}

.customer-next {
  position: absolute;
  right: 0;
  top: 240px;
}




.customer-menu {
  width: 1170px;
  list-style: none;
  border-bottom: solid 1px #eeeeee;
  padding: 0 0 13px;
}

.customer-menu li {
  float: left;
  width: 12.5%;
  text-align: center;
  position: relative;
}

.customer-menu li a {
  color: black;
  font-size: medium;
  line-height: 30px;
}

.customer-menu li a:link {
  text-decoration: none;
}

.customer-menu li a:hover {
  color: #FF870e !important;
  transition: all .3s;
}

.customer-nav-active {
  color: #FF870e !important;
  font-weight: 600;
}

.customer-nav-li-active::after {
  display: inline-block;
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -13px;
  background: #ff870e;
}

.customer-logo-container {
  float: left;
  height: 280px;
  margin-bottom: 35px;
}


.customer-logo-container img {
  height: 50px;
  margin-bottom: 25px;
}

.customer-logo-container div {
  border-top: 1px solid #f5f5f5;
  width: 100%;
  background-color: white;
  box-sizing: border-box;
}

.customer-logo-container p {
  /* font-family: MicrosoftYaHei; */
  margin: 15px 0;
}

.customer-logo-container-label {
  margin-top: 25px !important;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  font-weight: 700;
}

.customer-logo-container-comment {
  color: #999999;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
}

.customer-area {
  width: 100%;
  display: none;
}

.clearfix:after {
  display: table;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  /* 触发 hasLayout */
  zoom: 1;
}


.customer-exam-case-btn {
  display: block;
  width: 160px;
  height: 50px;
  margin: 0 auto;
  border: 1px solid orange;
  border-radius: 5px;
  color: orange;
}

.customer-exam-case-a:hover {
  text-decoration: none;
  background-color: orange;
  transition: all .3s
}

.customer-exam-case-btn p {
  margin-top: 13px;
  text-align: center;
}

.customer-exam-case-btn:hover {
  background-color: orange;
  transition: all .3s;
  color: white;
}


@media screen and (max-width: 1800px) {
  .customer-page-container {
    position: relative;
    width: auto;
    height: 525px;
  }

  .customer-page-logo {
    position: absolute;
    width: 240px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 70px;
  }

  .customer-page-text {
    position: absolute;
    width: 790px;
    height: 100px;
    top: 250px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: aliceblue;
    text-indent: 30px;
    line-height: 25px;
    font-size: 15px;
  }

  .customer-page-background {
    height: 100% !important;
  }

  .customer-page-logo-printing {
    width: 30%;
  }


  .customer-menu {
    padding-left: 0;
    list-style: none;
  }

  .customer-menu li {
    float: left;
    width: 12.5%;
    text-align: center;
  }


  .customer-logo-container {
    display: inline-block;
    margin-bottom: 20px;
  }

  .customer-logo-container div {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .customer-area {
    display: none;
  }

}



@media screen and (max-width: 1440px) {
  .customer-page-container {
    position: relative;
    width: auto;
    height: 525px;
  }

  .customer-page-logo {
    position: absolute;
    width: 240px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 70px;
  }

  .customer-page-text {
    position: absolute;
    width: 790px;
    height: 100px;
    top: 250px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: aliceblue;
    text-indent: 30px;
    line-height: 25px;
    font-size: 15px;
  }

  .customer-page-background {
    height: 100% !important;
  }


  .customer-page-logo-printing {
    width: 36%;
  }



  .customer-menu {
    padding-left: 0;
    list-style: none;
  }

  .customer-menu li {
    float: left;
    width: 12.5%;
    text-align: center;
  }

  .customer-logo-container {
    display: inline-block;
    margin-bottom: 20px;
  }

  .customer-logo-container div {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .customer-area {
    display: none;
  }

}

@media screen and (max-width: 1200px) {
  .customer-page-container {
    position: relative;
    width: auto;
    margin-top: 100px;
    height: 525px;
  }

  .customer-page-logo {
    position: absolute;
    width: 240px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 70px;
  }

  .customer-page-text {
    position: absolute;
    width: 790px;
    height: 100px;
    top: 250px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: aliceblue;
    text-indent: 30px;
    line-height: 25px;
    font-size: 15px;
  }

  .customer-page-background {
    height: 100% !important;
  }

  .customer-page-logo-printing {
    width: 48%;
  }


  .customer-menu {
    padding-left: 0;
    list-style: none;
  }

  .customer-menu li {
    float: left;
    width: 12.5%;
    text-align: center;
  }

  .customer-logo-container {
    display: inline-block;
    margin-bottom: 20px;
  }

  .customer-logo-container div {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .customer-area {
    display: none;
  }

}

@media screen and (max-width: 768px) {

  .customer-page-container {
    position: relative;
    width: auto;
    height: 528px;
  }

  .customer-page-logo {
    position: absolute;
    width: 240px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 70px;
  }

  .customer-page-logo-printing {
    position: absolute;
    width: 100%;
    left: 11px;
    right: 0;
    top: 85px;
  }

  .customer-page-logo-printing>img {
    display: inline-block;
    width: 16%;
  }

  .customer-page-logo-printing>span {
    display: inline-block;
    margin-left: 3px;
    font-size: 24px;
    color: #ffffff;
    /* font-family: MicrosoftYaHei; */
    text-align: center;
  }



  .customer-page-text {
    position: absolute;
    width: 315px;
    height: 100px;
    top: 165px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: aliceblue;
    text-indent: 30px;
    line-height: 25px;
    font-size: 15px;
  }

  .customer-page-background {
    height: auto;
    max-width: 100%;
  }

  .customer-prev {
    top: 355px;
  }

  .customer-next {

    top: 355px;
  }



  .customer-menu {
    list-style: none;
  }

  .customer-menu li {
    float: left;
    width: 12.5%;
    text-align: center;
  }

  .customer-logo-container {
    display: inline-block;
    margin-bottom: 20px;
  }

  .customer-logo-container div {
    display: block;
    width: 100%;
    margin: 0 auto;
  }


  .customer-logo-container-label {
    font-size: 16px;
  }


  .customer-area {
    display: none;
  }



}

a.customer-exam-case-a {
  line-height: 60px;
  border: 1px solid orange;
  margin-right: 10px;
  border-radius: 220px;
  transition: all .3s;
  color: orange;
  font-size: 16px;
}

a.customer-exam-case-a:hover {
  color: #fff !important;
}

a.customer-exam-case-a.active {
  color: #fff;
  background-color: #ff962a;
}

a.customer-exam-case-a.active:hover {
  color: #fff;
  background-color: #ff8100;
  border-color: #ff8100;
}

/******************************ua.html********************************************************/
.ua-page-context {
  max-width: 910px;
  margin: 0 auto 32px auto;
  text-align: left;
  color: #666;
  text-indent: 2em;
}

.ua-page-context>p {
  margin-bottom: 5px;
}

.ua-first-title {
  text-indent: 0;
}

.clause-headings {
  font-size: 18px;
  color: #333;
}





/*******************************new-index.html**********************************************************************/

/*banner-area*/
.new-index-banner {
  width: 100%;
  min-height: 657px;
  /* min-height: 657px;
  max-height: 1200px; */
  /* max-width: 1920px; */
  background: url(/img/index/banner.png) 0 0 no-repeat;
  overflow: hidden;
  margin: auto;
  /* font-family: light, sans-serif; */
  background-size: cover;
}

.new-index-banner .container>div:first-of-type {
  margin-top: 40px;
  padding: 0;
  text-align: center;
  float: none;
}

.new-index-banner-label {
  font-size: 48px;
  color: #fff;
  margin-top: 208px;
}

.new-index-banner-label>span {
  color: #ff962a;
}


.new-index-banner-text {
  font-size: 18px;
  color: #666666;
  margin-top: 47px;
}

.new-index-banner-btn {
  float: left;
}

.new-index-banner-btn>a>div {
  width: 233px;
  height: 52px;
  background-color: #fb9730;
  border-radius: 4px;
  font-size: 20px;
  color: #ffffff;
  line-height: 50px;
  transition: all .3s;
}

.new-index-banner-btn>a>div:hover {
  background-color: #ffad58;
  color: #ffffff;
}

.new-index-banner-video-btn {
  float: left;
  margin-left: 39px;
  cursor: pointer;
}


.new-index-banner-video-btn>div {
  width: 54px;
  height: 54px;
  transition: all 0.25s ease-out;
  background-color: #fb9730;
  /* border-radius: 50%; */
  border-radius: 4px;
  position: relative;
}

.new-index-banner-video-btn>div img {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.new-index-banner-video-btn>img:hover {
  transform: scale(1.05, 1.05);
}

.new-index-banner-logo {
  margin-top: 142px;
}



/*banner-area-end*/

/*customer-service-area*/
.customer-service {
  position: fixed;
  right: 10px;
  bottom: 30%;
  z-index: 2;
  padding: 8px 20px;
  cursor: pointer;
  color: #fff;
  border-radius: 27px;
  background-color: #ff8404;
  box-shadow: 0px 4px 10px 0px rgba(255, 150, 42, 0.35);
  display: flex;
  align-items: center;
  font-size: 18px;
}



.customer-service>img {
  vertical-align: middle;
  border-style: none;
}

/*.details-container{*/
/*position: relative;*/
/*}*/

.customer-service .details {
  position: absolute;
  visibility: hidden;
  cursor: auto;
  opacity: 0;
  margin-left: -530px;
  padding-right: 20px;
  transition: all 0.3s;
  top: -110px;
}

.customer-service .details .info {
  top: -170px;
  width: 461px;
  height: 280px;
  /* border: 1px solid #ffe7ce;
    border-top: solid 5px #ff962a;
    box-shadow: 0px 8px 15px 0px rgba(195, 195, 195, 0.35); */
  background-color: transparent;
  border-radius: 4px;
  padding: 30px;
}

.customer-service:hover>.details {
  visibility: visible;
  opacity: 1;
  margin-left: -490px;
}

.customer-service .details .info .info-contact {
  float: left;
  width: 300px;
  padding-top: 30px;
}

.customer-service .details .info .info-qrcode {
  margin-left: 300px;
  position: relative;
}


.media-logo {
  float: left;
  margin: 4px 14px;
}

.media-logo>img {
  width: 50px;
  height: 50px;
  margin-top: 12px;
}

.media-body>a>h4 {
  font-size: 14px;
  color: #999999;
}

.media-body>a>span {
  color: #ff962a;
  font-size: 20px;
}

/*customer-service-area-end*/

/*solution-area*/
.new-index-solution {
  width: 100%;
}

.new-index-solution-label {
  font-size: 40px;
  color: #333333;
  margin-top: 120px;
  /* font-family: light, sans-serif; */
  font-weight: 600;
}

.new-index-solution-label>span {
  color: #ff962a;
}

.new-index-solution-label+p {
  margin-top: 27px;
  font-size: 20px;
  color: #666666;
}

.new-index-solution-box {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.solution-item-container {
  flex: 1;
  max-width: 200px;
  min-width: 200px;
  height: 240px;
  border: solid 1px #f0f0f0;
  font-size: 22px;
  color: #333333;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(139, 51, 8, 0.08);
  border-radius: 10px;
  margin-bottom: 32px;
  cursor: pointer;
}

.solution-item>img {
  margin-top: 51px;
}

.solution-item>p {
  margin-top: 38px;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}

.solution-item-cover {
  width: 200px;
  height: 240px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: linear-gradient(0deg, #FF962A, #FFC13B);
  box-shadow: 0px 0px 10px 0px rgba(139, 51, 8, 0.08);
  border-radius: 10px;
  top: 0;
  font-size: 16px;
  color: #ffffff;
}

.solution-item-cover img {
  margin-top: 15px;
}

.solution-item-cover>h4 {
  margin-top: 13px;
  font-size: 20px;
}

.solution-item-cover>p {
  margin-top: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  padding: 0 14px;
}

.solution-item-cover-btn {
  width: 122px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 4px;
  color: #000000;
  line-height: 40px;
  margin-top: 60px;
  margin-bottom: 45px;
  font-size: 16px;
  transition: all 0.25s
}


.solution-item-cover-btn:hover {
  color: #ff962a;
}


.solution-item-container:hover>.solution-item-cover {
  visibility: visible;
  opacity: 1;
  transition: all .25s ease-in-out;
}


/*solution-area-end*/



/*advantage-area*/

.new-index-advantage {
  width: 100%;
  height: 4875px;
  background-color: #f8f8f8;
  padding-top: 60px;
}



.new-index-advantage-label {
  font-size: 40px;
  color: #333333;
  font-weight: 100;
}


.new-index-advantage-label>span {
  font-size: 44px;
  font-weight: bold;
  color: #ff962a;
}


.new-index-advantage-item {
  margin-top: 133px;
  width: 100%;
  height: 540px;
}

.advantage-item-text-container {
  margin-top: 67px;
  width: 41%;
  text-align: left;
}

.advantage-item-left {
  float: left;
}

.advantage-item-right {
  float: right;
  margin-right: -180px;
}

.advantage-item-label {
  font-size: 30px;
  color: #333333;
  font-weight: 400;
}

.advantage-label-border {
  margin-top: 37px;
  width: 56px;
  height: 6px;
  border-radius: 3px;
  background-color: #ff962a;
}

.advantage-text {
  font-size: 16px;
  color: #666666;
  margin-top: 43px;
}

.advantage-text>p>span {
  color: #333333;
}

.advantage-more-btn {
  margin-top: 52px;
  width: 120px;
  height: 48px;
  background-color: #ff962a;
  border-radius: 4px;
  color: #ffffff;
  line-height: 46px;
  font-size: 18px;
}

.advantage-more-btn:hover {
  transition: all .3s;
  background-color: #ff8404;
  color: #fff;
}



.advantage-item-case,
.advantage-item-case>video {
  width: 568px;
  height: 426px;
}


.advantage-phone-video {
  height: 506px !important;
  box-shadow: none !important;
  width: 284px !important;
}

.item-case-video-right {
  margin-right: -63px;
}

.advantage-item-case>video {
  box-shadow: 0px 8px 15px 0px rgba(195, 195, 195, 0.35);
}

.new-index-advantage-item:nth-last-child(1) {
  height: 850px !important;
}




/*advantage-area-end*/


/*data-area*/

.new-index-data {
  width: 100%;
  height: 686px;
  background: url(/img/new-index-data-background.png) top center no-repeat;
  overflow: hidden;
  background-size: cover;
  /* font-family: light, sans-serif; */
}

.new-index-data-label {
  margin-top: 107px;
}

.new-index-data-label-main-title {
  font-size: 40px;
  color: #ffffff;
  font-weight: 100;
}

.new-index-data-label-main-title>span {
  font-size: 44px;
  font-weight: bold;
}

.new-index-data-label-sub-title {
  font-size: 14px;
  color: #ffffff;
}

.data-btn {
  width: 233px;
  height: 52px;
  background-color: #ffffff;
  border-radius: 4px;
  font-size: 20px;
  color: #000000;
  line-height: 50px;
  margin-top: 59px;
}

.data-btn:hover {
  color: #ff962a;
  transition: all 0.25s
}



.new-index-data-content {
  margin-top: 160px;
  height: 100px;
  color: #ffffff;
}

.data-item {
  float: left;
  width: 285px;
}

.data-digital {
  font-size: 50px;
}

.data-explain {
  font-size: 20px;
  margin-right: 20px;
}



/*data-area-end*/


/*customer-area*/

.new-index-customer {
  width: 100%;
  height: 890px;
  /* font-family: light, sans-serif; */
}

.new-index-customer-label {
  margin-top: 114px;
}

.new-index-customer-label-main-title {
  font-size: 36px;
  font-weight: 100;
}

.new-index-customer-label-main-title>span {
  color: #ff962a;
  font-size: 36px;
  font-weight: normal;
}

.new-index-customer-label-sub-title {
  font-size: 21px;
  color: #999999;
}

.new-index-customer-box {
  height: 366px;
  margin-top: 60px;
  background: url(/img/new-index-customer-logo.png?t=202311301312) no-repeat;
  background-size: 100%;
}

/*customer-area-end*/



/*online-vs-lan-area*/
.new-index-of-diff {
  width: 100%;
  height: 961px;
  background: #ECF5FE;
  /* font-family: light, sans-serif; */
}

.new-index-of-diff-label {
  margin-top: 114px;
}

.new-index-of-diff-label-main-title {
  font-size: 40px;
  font-weight: bold;
}

.new-index-of-diff-label-main-title>span {
  color: #ff962a;
}

.new-index-of-diff-label-sub-title {
  font-size: 20px;
  color: #999999;
  margin-top: 27px;
}


.new-index-of-diff-box {
  height: 700px;
  margin-top: 130px;
}

.new-index-diff-container {
  width: 412px;
  height: 494px;
  background-color: #ffffff;
  box-shadow: 0px 8px 20px 0px rgba(222, 218, 214, 0.35);
  border-radius: 24px;
}

.new-index-diff-container h2 {
  font-weight: bold;
}

.new-index-diff-container>div {
  font-size: 30px;
  line-height: 24px;
  color: #333333;
  margin-top: 79px;
  font-weight: 400;
}

.new-index-diff-container>ul {
  margin: 68px 68px;
  font-size: 20px;
  line-height: 34px;
  color: #666666;
}


.new-index-diff-left {
  float: left;
}

.new-index-diff-right {
  float: right;
  margin-right: 80px;
  border: 2px solid #FF962A;
}


.diff-on-line-btn {
  width: 196px;
  height: 54px;
  border-radius: 4px;
  border: solid 1px #ff962a;
  color: #ff962a;
  line-height: 53px;
  font-size: 18px;
  border-radius: 27px;
  transition: all .3s;
}

.diff-on-line-btn:hover {
  color: #fff;
  background-color: #f5a352;
}

.diff-lan-btn {
  width: 210px !important;
  height: 54px !important;
  background-color: #ff962a;
  border-radius: 4px;
  color: #ffffff;
  line-height: 46px;
  font-size: 18px;
  margin-top: 0 !important;
}

.diff-lan-btn:hover {
  transition: all .3s;
  background-color: #ff8404;
  color: #fff;
}

/*online-vs-lan-area-end*/

/*footer-area*/
.new-index-footer {
  background-color: #ff962a;
  width: 100%;
  height: 480px;
}

.new-index-footer-label {
  font-size: 44px;
  color: #ffffff;
  margin-top: 130px;
  font-weight: 100;
}

.new-index-footer-label>span {
  font-size: 36px;
  color: white;
  font-weight: bold;
  margin: 0 14px;
}

.new-index-footer-btn {
  margin-top: 72px;
}

.new-index-footer-btn>a>div:hover {
  text-decoration: none;
  color: #ff962a;
  transition: all .3s
}

.new-index-footer-btn>a>div {
  width: 240px;
  height: 54px;
  border-radius: 27px;
  background-color: #ffffff;
  font-size: 18px;
  color: #000000;
  line-height: 54px;
}

/*footer-area-end*/


.video-introduce {
  margin-top: -40px
}

@media screen and (min-width: 1400px) {
  .container {
    width: 1400px;
  }
}

@media screen and (max-width: 768px) {


  /*******************************banner******************************/
  .new-index-banner {
    background-size: 100% 60%;
  }

  .new-index-banner {
    height: 1360px;
  }

  .new-index-banner-label {
    color: #333333;
    font-size: 1.58rem;
    text-align: center;
    margin-top: 50px;
    font-weight: bold;
  }

  .new-index-banner-label-second {
    font-size: 2.37rem;
    text-align: center;
    color: #FF962A;
    font-weight: bold;
    margin-top: 1.27rem;
  }

  .new-index-banner-text {
    width: 336px;
    color: #999999;
    margin-top: 1.27rem;
  }

  .new-index-banner-btn>a>div {
    width: 160px;
    margin-left: 25px;
  }


  .new-index-banner-logo>img {
    width: 100%;
    margin-top: 20px;
  }



  /*******************************solution******************************/


  .new-index-solution-box {
    margin-top: 1.59rem;
  }

  .new-index-solution {
    height: auto;
  }

  .new-index-solution>div {
    margin: 0;
    padding: 0;
  }

  .new-index-solution-label {
    margin-top: -190px;
  }

  .new-index-solution-label,
  .new-index-solution-label>span {
    font-size: 26px;
  }

  .solution-item-container {
    margin-left: 5px;
    width: 48%;
    height: 255px;
    margin-bottom: 20px;
  }

  .solution-item-cover {
    display: none;
  }


  /*******************************advantage******************************/

  .new-index-advantage {
    height: auto;
  }


  .new-index-advantage-item {
    margin-top: 40px;
    height: auto;
  }

  .new-index-advantage-item:nth-child(odd) {
    height: 690px !important;
    padding-top: 0 !important;
  }


  .advantage-first-item {
    margin-top: 8px !important;
  }


  .new-index-advantage-label,
  .new-index-advantage-label>span {
    font-size: 20px;
  }

  .advantage-item-label {
    font-size: 16px;
    font-weight: 700;
  }

  .advantage-item-left,
  .advantage-item-right {
    float: none;
  }

  .advantage-item-text-container {
    width: 100% !important;
    text-align: center;
    height: auto;
  }

  .advantage-label-border {
    margin: 20px auto;
    width: 27px;
    height: 3px;
    border-radius: 1.5px;
  }

  .advantage-text {
    font-size: 13px;
    margin-top: 15px;
  }

  .advantage-more-btn {
    margin: 0 auto;
    margin-top: 25px;
  }

  .advantage-item-case {
    width: 350px;
    height: 320px;
    margin: auto;
  }

  .advantage-item-case>img {
    width: 350px;
    height: 267px;
    margin-top: 40px;
  }

  .advantage-phone-video {
    width: 202px !important;
    height: 360px !important;
  }

  .phone-more-btn {
    margin-top: 140px;
  }







  /*******************************data******************************/

  .new-index-data {
    /* background-size:100% 60%; */
    margin-top: 35px;
    height: 380px;
  }

  .new-index-data-label {
    margin-top: 35px;
  }

  .new-index-data-label-main-title {
    margin-top: 60px;
  }

  .new-index-data-label-main-title,
  .new-index-data-label-main-title>span {
    font-size: 20px;
  }

  .new-index-data-label-sub-title {
    margin: 20px auto;
    width: 351px;
  }

  .data-btn {
    width: 146px;
    margin-top: 45px;
    height: 45px;
    line-height: 47px;
    color: #ff962a;
  }

  .new-index-data-content {
    margin-top: 40px;
  }

  .data-item {
    width: 25%;
  }


  .data-digital {
    font-size: 20px;
  }

  .data-explain {
    font-size: 16px;
    margin-right: 7px;
  }

  .long {
    width: 80px;
  }



  /*******************************customer******************************/

  .new-index-customer-label-sub-title {
    font-size: 13px;
    width: 220px;
    margin: auto;
  }

  .new-index-customer-box {
    background: url(/img/new-index-customer-logo-mobile.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 30px;
  }

  .new-index-customer-label-main-title {
    font-size: 20px;
  }

  .new-index-customer-label-main-title>span {
    font-size: 20px;
  }



  /*******************************diff******************************/


  .new-index-of-diff-box {
    margin-top: 65px;
  }

  .new-index-diff-container {
    width: 240px;
    height: 280px;
    margin: auto;
    margin-bottom: 130px;
  }

  .new-index-diff-container>div {
    padding-top: 70px;
    margin-top: 0;
  }

  .new-index-diff-right>div {
    padding-top: 0 !important;
  }



  .new-index-diff-left {
    float: unset;
  }

  .new-index-diff-right {
    float: unset;
  }

  .new-index-diff-left>ul {
    margin-left: 0 !important;
  }

  .new-index-diff-container>ul {
    text-align: left;
    margin: 30px auto;
    font-size: 14px;
    line-height: 0px;
    padding: 0 45px;
  }

  .new-index-diff-right>ul {
    padding: 0 20px;
  }

  /*.new-index-diff-container>ul{*/
  /*margin: 50px 68px;*/
  /*}*/




  /*.new-index-diff-right>ul{*/
  /*margin-left: 30px!important;*/
  /*margin-right: 0;*/
  /*}*/

  /*.text-left>li{*/
  /*margin-left: 0;*/
  /*}*/



  /*******************************footer******************************/
  .new-index-footer {
    height: 130px;
  }

  .new-index-footer-label {
    font-size: 17px;
    font-weight: 400;
    margin-top: 25px;
  }

  .new-index-footer-label>span {
    font-size: 21px;
  }


  .new-index-footer-btn>a>div {
    width: 117px;
    height: 35px;
    font-size: 15px;
    color: #ff962a;
    line-height: 35px;
  }





  .customer-service {
    bottom: 47%;
    right: 80px;
    display: none;
  }

  .details {
    display: none;
  }

  .video-introduce {
    margin-top: 230px;
  }

  .price-yks .faq-panel .title,
  .price-yks .price-panel .title {
    font-size: 20px !important;
  }

  .down-lan-yks-container .sub-title {
    margin-left: 0 !important;
  }

  .register-yks a:first-child {
    margin-right: 5px;
  }

  .register-yks a:last-child {
    margin-left: 5px;
  }
}

@media screen and (max-width: 380px) {
  .first-card>li {
    width: 43% !important;
  }
}

@media screen and (max-width: 350px) {
  .register-yks a:first-child {
    margin-right: 0 !important;
  }

  .register-yks a:last-child {
    margin-left: 0 !important;
  }

  .advantage-item-case,
  .item-label,
  .item-text>p,
  .item-step-text {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .label-up,
  .label-down {
    font-size: 14px !important;
    width: 100% !important;
    line-height: 52px !important;
  }

  .first-card>li,
  .problem-item-container {
    width: 43% !important;
  }

  .first-card>li>div {
    margin-left: 8px !important;
  }

  .new-index-data-label-sub-title {
    width: 100%;
  }

  .data-explain,
  .data-digital {
    font-size: 13px;
    width: 100%;
  }
}

.item-text-margin-left {
  text-align: left !important;
}

.yks-main {
  width: 100%;
  transition: all .3s;
}

.eFrameSheLayer {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  opacity: 0;
  filter: alpha(opacity=30);
  transition: all .3s;
}

.elasticFrame {
  display: none;
  width: 90%;
  height: 100%;
  text-align: center;
  background-color: #ffffff;
  margin: auto;
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  right: -100%;
  background: url(/img/bg.jpg) bottom no-repeat, #fff;
  overflow-y: auto;
  transition: all .3s;
}

.elasticFrame .logo {
  height: 70px;
  line-height: 70px;
}

.elasticFrame .logo>img {
  width: 100px;
  margin-left: 12px;
}

.elasticFrame .logo .pull-right {
  width: auto;
}

.header-yks .elasticFrame .logo .pull-right .btn {
  padding: 3px 15px;
  border-radius: 5px
}

.header-yks .elasticFrame .logo .pull-right .btn:first-of-type {
  border: solid 1px #ff962a;
}

.header-yks .elasticFrame .navbar-nav {
  margin: 0;
  box-shadow: none;
  padding-bottom: 100px;
}

.header-yks .elasticFrame .nav>li {
  border-bottom: solid 1px #ffebd8;
  padding: 0;
}

.header-yks .elasticFrame .navbar-nav>li>a {
  font-size: 16px;
  line-height: 50px;
  padding: 0;
  padding-left: 35px;
  padding-right: 20px;
}

.header-yks .elasticFrame .navbar-nav>li>a.nav-specially span,
.header-yks .elasticFrame .navbar-nav>li.open>a:hover>span {
  height: 100%;
}

.header-yks .elasticFrame .navbar-nav>li>a span {
  width: 5px;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f5a352 !important;
}

.header-yks .elasticFrame .navbar-nav>li>a>span {
  transition: height 0.33s ease;
  height: 0;
}

.header-yks .elasticFrame .navbar-nav .open .dropdown-menu>li>a {
  line-height: 40px;
  font-size: 14px;
  color: #999;
}

.header-yks .elasticFrame .navbar-nav>li>a:link,
.header-yks .elasticFrame .navbar-nav>li>a:visited {
  color: #666666 !important;
}

.header-yks .elasticFrame .navbar-nav>li>a.nav-specially,
.header-yks .elasticFrame .navbar-nav>li.open>a:hover {
  color: #ff962a !important;
}

.header-yks .elasticFrame .navbar-nav>li.li-specially>a,
.header-yks .elasticFrame .navbar-nav>li.open>a {
  background-color: #fffdfb;
}

.header-yks .elasticFrame .navbar-nav>li>a .fa-angle-down {
  float: right;
  line-height: 50px;
  color: #ff962a;
}

.header-yks .elasticFrame .navbar-nav>li.open>a .fa-angle-down {
  transform: rotate(180deg);
}

.header-yks .elasticFrame .navbar-nav .open .dropdown-menu .dropdown-header,
.header-yks .elasticFrame .navbar-nav .open .dropdown-menu>li>a {
  padding-left: 55px;
}

.header-yks .elasticFrame .navbar-nav>li .dropdown-menu .divider {
  width: 90%;
  margin: auto;
}

.fascroll,
.fascroll body {
  overflow: hidden;
}

.fascroll body {
  position: relative;
}

.new-index-advantage a {
  color: #ff962a;
}

.new-btn {
  display: inline-block;
  min-width: 160px;
  width: 200px;
  height: 54px;
  line-height: 54px;
  /* background: linear-gradient(-90deg, #FF962A 0%, #FFC13B 100%); */
  border-radius: 27px;
  margin-top: 60px;
  transition: all .3s;
}

.new-btn:hover {
  transform: scale(1.04);
}

.wechat {
  display: none;
}

.connect-way {
  margin: 25px 0;
}

.connect-way span a>img:last-of-type,
.connect-way span:hover a>img:first-of-type {
  display: none;
}

.connect-way span:hover a>img:last-of-type {
  display: inline-block;
}


.btn-outline {
  border: solid 1px #ff962a;
  color: #ff962a;
}


.btn-outline:hover {
  color: #fff !important;
  background-color: #f5a352;
}

.btn-middle {
  padding: 12px 26px;
}

/* 适配合从 */
#_aihecong_chat_unread_body {
  bottom: 190px !important;
  right: 95px !important;
}

/**AiBanner-yks begin**/
/* PC */
.AiBanner-yks {
  background-image: url("../img/function-ai-interview/banner背景.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.AiBanner-yks .container {
  width: 100%;
  height: 100%;
  padding: 0;
}

.AiBanner-yks .container .align-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center !important;
  height: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.AiBanner-yks .container .align-container #login-button-first {
  transition: 0.2s all ease-in;
}

.AiBanner-yks .container .align-container #login-button-first:hover {
  transform: scale(1.05);
}

.AiBanner-yks .align-container .aiBanner-first-title {
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  font-size: 38px;
  line-height: 50px;
  color: #ff962a;
}

.AiBanner-yks .align-container .aiBanner-second-title {
  width: 256px;
  margin: 40px 0 0 0;
  text-align: left;
  font-weight: normal;
  font-stretch: normal;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}

.AiBanner-yks .align-container .aiBanner-button {
  margin: 24px 0 0 0;
  width: 150px;
  height: 40px;
  border-radius: 20px;
  background-color: #ff962a;
  border: none;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff
}

/** 使用媒体查询实现响应式布局 **/
@media screen and (max-width: 992px) {
  .AiBanner-yks .container .align-container #login-button-first {
    transition: none;
  }

  .AiBanner-yks .container .align-container #login-button-first:hover {
    transform: none;
  }
}

@media screen and (max-width: 768px) {
  .AiBanner-yks {
    height: 360px;
    margin: 80px 0 0 0;
    padding: 0 0 45px 0;
    background: linear-gradient(343deg, rgba(255, 150, 42, .15) 0%, rgba(255, 255, 255, 1) 93%, rgba(255, 255, 255, 1) 100%);
  }

  .AiBanner-yks .container .align-container .align-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .AiBanner-yks .container .align-container .AiBanner-main {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .AiBanner-yks .container .align-container .align-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .AiBanner-yks .container .align-container .AiBanner-main {
    display: none;
  }
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1400px) {}

@media screen and (min-width: 768px) {
  .AiBanner-yks {
    height: 680px;
    margin: 80px 0 0 0;
    padding: 0 0 45px 0;

  }

  .AiBanner-main {
    display: block;
    width: auto;
    height: 540px;
  }

  .AiBanner-yks .align-container {
    width: 750px;
    /* align-items: start!important; */
  }

  .AiBanner-yks .align-container .aiBanner-first-title {
    margin: 32px 0 0 0;
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 64px;
    letter-spacing: 0px;
    color: #ff962a;
  }

  .AiBanner-yks .align-container .aiBanner-second-title {
    width: auto;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 31px;
    letter-spacing: 0px;
    color: #666666;
  }

  .AiBanner-yks .align-container .aiBanner-button {
    margin: 54px 0 0 0;
    width: 200px;
    height: 60px;
    background-color: #ff962a;
    border-radius: 30px;
    border: none;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 31px;
    letter-spacing: 0px;
    color: #ffffff;
  }
}

@media screen and (min-width: 992px) {
  .AiBanner-yks .align-container {
    width: 970px;
  }

  .AiBanner-yks .container .align-container .align-title {
    width: 60%;
  }

  .AiBanner-yks .container .align-container .AiBanner-main {
    width: 40%;
  }

  .AiBanner-main {
    display: block;
    width: auto;
    height: auto;
  }
}

@media screen and (min-width: 1200px) {
  .AiBanner-yks .align-container {
    width: 1170px;
  }

  .AiBanner-main {
    display: block;
    width: auto;
    height: 400px;
  }
}

@media screen and (min-width: 1400px) {
  .AiBanner-yks .align-container {
    width: 1400px;
  }

  .AiBanner-main {
    display: block;
    width: auto;
    height: auto;
  }
}

/**AiBanner-yks end**/

/**Problem-yks begin **/
.Problem-yks .container .problem-title {
  font-size: 22px;
  line-height: 30px;
  color: #331e08;
  font-weight: 600;
  text-align: center;
}

.Problem-yks .container .problem-underline {
  width: 28px;
  height: 3px;
  margin: 14px auto 0 auto;
  background-color: #ff962a;
  border-radius: 5px;
}

.Problem-yks .container .problem-banner .problem-image {
  margin: 14px 0 0 0;
  width: auto;
  height: 200px;
  background-image: url("../img/function-ai-interview/problem-mobile.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.Problem-yks .container .problem-banner .problem-tip {
  box-sizing: border-box;
  width: 100%;
  height: 76px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 5px 1px rgb(0 0 0 / 10%);
  padding: 10px;
  margin: 0 0 12px 0;
}

.Problem-yks .container .problem-banner .problem-tip h4 {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  font-weight: 700;
  margin: 0;
  text-align: start;
  vertical-align: middle;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}

.Problem-yks .container .problem-banner .problem-tip h4 span {
  padding: 0 0 0 4px;
  height: 17px;
}

.Problem-yks .container .problem-banner .problem-tip p {
  margin: 10px 0 0 0;
  font-size: 12px;
  line-height: 16px;
  color: #666462;
}

.Problem-yks .container .problem-banner .problem-tip-first h4::before {
  content: "";
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  background-image: url("../img/function-ai-interview/problem-1-mobile.svg");
  background-size: cover;
}

.Problem-yks .container .problem-banner .problem-tip-second h4::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("../img/function-ai-interview/problem-2-mobile.svg");
  background-size: cover;
}

.Problem-yks .container .problem-banner .problem-tip-third h4::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("../img/function-ai-interview/problem-3-mobile.svg");
  background-size: cover;
}

.Problem-yks .container .problem-banner .problem-tip-fourth h4::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("../img/function-ai-interview/problem-4-mobile.svg");
  background-size: cover;
}

.Problem-yks .container .problem-banner .problem-tip-fifth h4::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("../img/function-ai-interview/problem-5-mobile.svg");
  background-size: cover;
}

/* PC端 */
.Problem-yks .container .problem-banner .problem-item {
  position: absolute;
}

.Problem-yks .container .problem-banner .problem-item .problem-item-image {
  position: absolute;
  top: 0;
  left: 0;
}

.Problem-yks .container .problem-banner .item-first:hover .problem-item-image-front {
  opacity: 0;
}

.Problem-yks .container .problem-banner .item-first:hover .problem-item-text h4 {
  color: #fff;
}

.Problem-yks .container .problem-banner .item-first:hover .problem-item-text div {
  background-color: #fff;
}

.Problem-yks .container .problem-banner .item-first:hover .problem-item-text p {
  color: #fff;
}

.Problem-yks .container .problem-banner .item-second:hover .problem-item-image-front {
  opacity: 0;
}

.Problem-yks .container .problem-banner .item-second:hover .problem-item-text h4 {
  color: #fff;
}

.Problem-yks .container .problem-banner .item-second:hover .problem-item-text div {
  background-color: #fff;
}

.Problem-yks .container .problem-banner .item-second:hover .problem-item-text p {
  color: #fff;
}

.Problem-yks .container .problem-banner .item-third:hover .problem-item-image-front {
  opacity: 0;
}

.Problem-yks .container .problem-banner .item-third:hover .problem-item-text h4 {
  color: #fff;
}

.Problem-yks .container .problem-banner .item-third:hover .problem-item-text div {
  background-color: #fff;
}

.Problem-yks .container .problem-banner .item-third:hover .problem-item-text p {
  color: #fff;
}

.Problem-yks .container .problem-banner .item-fourth:hover .problem-item-image-front {
  opacity: 0;
}

.Problem-yks .container .problem-banner .item-fourth:hover .problem-item-text h4 {
  color: #fff;
}

.Problem-yks .container .problem-banner .item-fourth:hover .problem-item-text div {
  background-color: #fff;
}

.Problem-yks .container .problem-banner .item-fourth:hover .problem-item-text p {
  color: #fff;
}

.Problem-yks .container .problem-banner .item-fifth:hover .problem-item-image-front {
  opacity: 0;
}

.Problem-yks .container .problem-banner .item-fifth:hover .problem-item-text h4 {
  color: #fff;
}

.Problem-yks .container .problem-banner .item-fifth:hover .problem-item-text div {
  background-color: #fff;
}

.Problem-yks .container .problem-banner .item-fifth:hover .problem-item-text p {
  color: #fff;
}

.Problem-yks .container .problem-banner .problem-item .problem-item-image-front {
  transition: all .3s ease-in-out;
  z-index: 2;
}

.Problem-yks .container .problem-banner .problem-item .problem-item-image-back {
  z-index: 1;
}

@media screen and (min-width:768px) {

  /* 背景div尺寸为px */
  .Problem-yks .container .problem-title {
    width: auto;
    height: 59px;
    text-align: center;
    font-size: 44px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 59px;
    letter-spacing: 1px;
    color: #331e08;
    margin: 75px 0 10px 0;
  }

  .Problem-yks .container .problem-underline {
    width: 56px;
    height: 6px;
    margin: 28px auto 0 auto;
    background-color: #ff962a;
    border-radius: 10px;
  }

  .Problem-yks .container .problem-banner {
    position: relative;
    width: 100%;
    height: auto;
    padding: 80px 0 0 0;
  }

  .Problem-yks .container .problem-banner .background-image {
    position: relative;
    width: 100%;
    height: auto;
  }

  .Problem-yks .container .problem-banner .item-first {
    width: 191px;
    height: 209px;
    bottom: 1px;
    left: -20px;
  }

  .Problem-yks .container .problem-banner .item-first .problem-item-text {
    top: 92px;
    left: 25px;
  }

  .Problem-yks .container .problem-banner .item-second {
    width: 219px;
    height: 215px;
    bottom: 139px;
    left: 55px;
  }

  .Problem-yks .container .problem-banner .item-second .problem-item-text {
    top: 64px;
    left: 67px;
  }

  .Problem-yks .container .problem-banner .item-third {
    width: 212px;
    height: 165px;
    bottom: 218px;
    left: 254px;
  }

  .Problem-yks .container .problem-banner .item-third .problem-item-text {
    top: 35px;
    left: 49px;
  }

  .Problem-yks .container .problem-banner .item-fourth {
    width: 218px;
    height: 215px;
    bottom: 143px;
    left: 443px;
  }

  .Problem-yks .container .problem-banner .item-fourth .problem-item-text {
    top: 60px;
    left: 33px;
  }

  .Problem-yks .container .problem-banner .item-fifth {
    width: 191px;
    height: 209px;
    bottom: 1px;
    left: 545px;
  }

  .Problem-yks .container .problem-banner .item-fifth .problem-item-text {
    top: 90px;
    left: 54px;
  }

  .Problem-yks .container .problem-banner .problem-item .problem-item-text {
    position: relative;
    z-index: 3;
  }

  .Problem-yks .container .problem-banner .problem-item .problem-item-text h4 {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #331e08;
    margin: 0;
  }

  .Problem-yks .container .problem-banner .problem-item .problem-item-text div {
    width: 60px;
    height: 2px;
    background-color: #331e08;
    margin: 2px 0 0 0;
    border-radius: 20px;
  }

  .Problem-yks .container .problem-banner .problem-item .problem-item-text p {
    width: 134px;
    height: 52px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #666462;
    margin: 12px 0 0 0;
  }

  .Problem-yks .container .problem-banner .problem-item img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width:992px) {

  /* 背景div尺寸为940px */
  .Problem-yks .container .problem-title {
    width: auto;
    height: 59px;
    text-align: center;
    font-size: 44px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 59px;
    letter-spacing: 1px;
    color: #331e08;
    margin: 75px 0 10px 0;
  }

  .Problem-yks .container .problem-underline {
    width: 56px;
    height: 6px;
    margin: 28px auto 0 auto;
    background-color: #ff962a;
    border-radius: 10px;
  }

  .Problem-yks .container .problem-banner {
    position: relative;
    width: 100%;
    height: auto;
    padding: 80px 0 0 0;
  }

  .Problem-yks .container .problem-banner .background-image {
    position: relative;
    width: 100%;
    height: auto;
  }

  .Problem-yks .container .problem-banner .item-first {
    width: 248px;
    height: 271px;
    bottom: 0px;
    left: -20px;
  }

  .Problem-yks .container .problem-banner .item-first .problem-item-text {
    top: 126px;
    left: 35px;
  }

  .Problem-yks .container .problem-banner .item-second {
    width: 284px;
    height: 279px;
    bottom: 182px;
    left: 84px;
  }

  .Problem-yks .container .problem-banner .item-second .problem-item-text {
    top: 107px;
    left: 81px;
  }

  .Problem-yks .container .problem-banner .item-third {
    width: 275px;
    height: 214px;
    bottom: 278px;
    left: 337px;
  }

  .Problem-yks .container .problem-banner .item-third .problem-item-text {
    top: 55px;
    left: 60px;
  }

  .Problem-yks .container .problem-banner .item-fourth {
    width: 283px;
    height: 279px;
    bottom: 184px;
    left: 576px;
  }

  .Problem-yks .container .problem-banner .item-fourth .problem-item-text {
    top: 105px;
    left: 43px;
  }

  .Problem-yks .container .problem-banner .item-fifth {
    width: 248px;
    height: 271px;
    bottom: 0px;
    left: 710px;
  }

  .Problem-yks .container .problem-banner .item-fifth .problem-item-text {
    top: 133px;
    left: 66px;
    width: 120px;
  }

  .Problem-yks .container .problem-banner .problem-item .problem-item-text {
    position: relative;
    z-index: 3;
  }

  .Problem-yks .container .problem-banner .problem-item .problem-item-text h4 {
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 1px;
    color: #331e08;
    margin: 0;
    width: 80px;
  }

  .Problem-yks .container .problem-banner .problem-item .problem-item-text div {
    width: 60px;
    height: 2px;
    background-color: #331e08;
    margin: 4px 0 0 0;
    border-radius: 20px;
  }

  .Problem-yks .container .problem-banner .problem-item .problem-item-text p {
    width: 170px;
    height: 52px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #666462;
    margin: 12px 0 0 0;
  }

  .Problem-yks .container .problem-banner .problem-item img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width:1200px) {

  /* 背景div尺寸为1140px */
  .Problem-yks .container .problem-title {
    width: auto;
    height: 59px;
    text-align: center;
    font-size: 44px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 59px;
    letter-spacing: 1px;
    color: #331e08;
    margin: 75px 0 10px 0;
  }

  .Problem-yks .container .problem-underline {
    width: 56px;
    height: 6px;
    margin: 28px auto 0 auto;
    background-color: #ff962a;
    border-radius: 10px;
  }

  .Problem-yks .container .problem-banner {
    position: relative;
    width: 100%;
    height: auto;
    padding: 80px 0 0 0;
  }

  .Problem-yks .container .problem-banner .background-image {
    position: relative;
    width: 100%;
    height: auto;
  }

  .Problem-yks .container .problem-banner .item-first {
    width: 303px;
    height: 330px;
    bottom: -1px;
    left: -12px;
  }

  .Problem-yks .container .problem-banner .item-first .problem-item-text {
    top: 180px;
    left: 36px;
  }

  .Problem-yks .container .problem-banner .item-second {
    width: 346px;
    height: 340px;
    bottom: 214px;
    left: 112px;
  }

  .Problem-yks .container .problem-banner .item-second .problem-item-text {
    top: 137px;
    left: 99px;
  }

  .Problem-yks .container .problem-banner .item-third {
    width: 335px;
    height: 261px;
    bottom: 333px;
    left: 407px;
  }

  .Problem-yks .container .problem-banner .item-third .problem-item-text {
    top: 71px;
    left: 72px;
  }

  .Problem-yks .container .problem-banner .item-fourth {
    width: 345px;
    height: 340px;
    bottom: 221px;
    left: 692px;
  }

  .Problem-yks .container .problem-banner .item-fourth .problem-item-text {
    top: 139px;
    left: 62px;
  }

  .Problem-yks .container .problem-banner .item-fifth {
    width: 303px;
    height: 330px;
    bottom: -1px;
    left: 858px;
  }

  .Problem-yks .container .problem-banner .item-fifth .problem-item-text {
    top: 182px;
    left: 72px;
  }

  .Problem-yks .container .problem-banner .problem-item .problem-item-text {
    position: relative;
    z-index: 3;
  }

  .Problem-yks .container .problem-banner .problem-item .problem-item-text h4 {
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 37px;
    letter-spacing: 1px;
    color: #331e08;
    margin: 0;
  }

  .Problem-yks .container .problem-banner .problem-item .problem-item-text div {
    width: 60px;
    height: 4px;
    background-color: #331e08;
    margin: 4px 0 0 0;
    border-radius: 20px;
  }

  .Problem-yks .container .problem-banner .problem-item .problem-item-text p {
    width: 210px;
    height: 52px;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #666462;
    margin: 12px 0 0 0;
  }

  .Problem-yks .container .problem-banner .problem-item img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width:1400px) {

  /* 背景div尺寸为1370px */
  .Problem-yks .container .problem-title {
    width: auto;
    height: 59px;
    text-align: center;
    font-size: 44px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 59px;
    letter-spacing: 1px;
    color: #331e08;
    margin: 80px 0 10px 0;
  }

  .Problem-yks .container .problem-underline {
    width: 56px;
    height: 6px;
    margin: 28px auto 0 auto;
    background-color: #ff962a;
    border-radius: 10px;
  }

  .Problem-yks .container .problem-banner {
    position: relative;
    width: 100%;
    height: auto;
    padding: 80px 0 0 0;
  }

  .Problem-yks .container .problem-banner .background-image {
    position: relative;
    width: 100%;
    height: auto;
  }

  .Problem-yks .container .problem-banner .item-first {
    width: 365px;
    height: 397px;
    bottom: -1px;
    left: -39px;
  }

  .Problem-yks .container .problem-banner .item-first .problem-item-text {
    top: 213px;
    left: 62px;
  }

  .Problem-yks .container .problem-banner .item-second {
    width: 417px;
    height: 410px;
    bottom: 269px;
    left: 118px;
  }

  .Problem-yks .container .problem-banner .item-second .problem-item-text {
    top: 174px;
    left: 124px;
  }

  .Problem-yks .container .problem-banner .item-third {
    width: 404px;
    height: 314px;
    bottom: 416px;
    left: 485px;
  }

  .Problem-yks .container .problem-banner .item-third .problem-item-text {
    top: 110px;
    left: 105px;
  }

  .Problem-yks .container .problem-banner .item-fourth {
    width: 416px;
    height: 410px;
    bottom: 269px;
    left: 843px;
  }

  .Problem-yks .container .problem-banner .item-fourth .problem-item-text {
    top: 185px;
    left: 73px;
  }

  .Problem-yks .container .problem-banner .item-fifth {
    width: 365px;
    height: 397px;
    bottom: -1px;
    left: 1050px;
  }

  .Problem-yks .container .problem-banner .item-fifth .problem-item-text {
    top: 213px;
    left: 84px;
  }

  .Problem-yks .container .problem-banner .problem-item .problem-item-text {
    position: relative;
    z-index: 3;
  }

  .Problem-yks .container .problem-banner .problem-item .problem-item-text h4 {
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 37px;
    letter-spacing: 1px;
    color: #331e08;
    margin: 0;
  }

  .Problem-yks .container .problem-banner .problem-item .problem-item-text div {
    width: 60px;
    height: 4px;
    background-color: #331e08;
    margin: 4px 0 0 0;
    border-radius: 20px;
  }

  .Problem-yks .container .problem-banner .problem-item .problem-item-text p {
    width: 210px;
    height: 52px;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #666462;
    margin: 12px 0 0 0;
  }

  .Problem-yks .container .problem-banner .problem-item img {
    width: 100%;
    height: 100%;
  }
}

/**Problem-yks end**/

/**Feature-yks begin**/
.Feature-yks .feature-container {
  padding: 0;
}

.Feature-yks .container .feature-first-title {
  width: 244px;
  font-size: 22px;
  line-height: 30px;
  color: #331e08;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
}

.Feature-yks .container .feature-second-title {
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  text-align: center;
  margin: 16px 16px 0 16px;
}

.Feature-yks .container .feature-list {
  margin: 30px 0 0 0;
}

.Feature-yks .container .feature-list .feature-list-item {
  padding: 30px 16px;
  background: linear-gradient(rgb(255, 248, 241), rgba(255, 249, 242, 0));
}

.Feature-yks .container .feature-list .feature-list-item .feature-list-item-title h4 {
  font: 16px;
  line-height: 21px;
  color: #331e08;
  margin: 0 0 12px 0;
}

.Feature-yks .container .feature-list .feature-list-item .feature-list-item-title div {
  width: 20px;
  height: 2px;
  background-color: #ff962a;
  margin: 0 0 12px 0;
}

.Feature-yks .container .feature-list .feature-list-item .feature-list-item-title p {
  font-size: 13px;
  line-height: 18px;
  color: #666462;
}

.Feature-yks .container .feature-list .feature-list-item img {
  display: block;
  /* width: 100%; */
  margin: 0 0 0 0;
  /* height: 100%; */
}

@media screen and (max-width: 1400px) {
  .Feature-yks .container .feature-list .feature-list-item img {
    display: block;
    width: 580px;
    margin: 0 0 0 0;
  }
}

@media screen and (max-width: 1200px) {
  .Feature-yks .container .feature-list .feature-list-item img {
    display: block;
    width: 420px;
    margin: 0 0 0 0;
  }
}

@media screen and (max-width: 992px) {
  .Feature-yks .container .feature-list .feature-list-item img {
    display: block;
    width: 360px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .Feature-yks .feature-container {
    width: 100%;
    padding: 0；
  }

  .Feature-yks .container .feature-first-title {
    width: 100%;
    text-align: center;
    font-size: 44px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 59px;
    letter-spacing: 1px;
    color: #331e08;
    margin: 80px 0 10px 0;
  }

  .Feature-yks .container .feature-second-title {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #666666;
    margin: 28px 0 0 0;
  }

  .Feature-yks .container .feature-list .feature-list-item {
    display: flex;
    background: #fff;
    height: 540px;
    padding: 60px 12%;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    /* width: 1400px; */
  }

  .Feature-yks .container .feature-list .feature-list-item-light {
    background-color: #fffaf5;
    flex-direction: row-reverse;
  }

  .Feature-yks .container .feature-list .feature-list-item .feature-list-item-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 500px;
  }

  .Feature-yks .container .feature-list .feature-list-item .feature-list-item-title h4 {
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 37px;
    letter-spacing: 1px;
    color: #331e08;
  }

  .Feature-yks .container .feature-list .feature-list-item .feature-list-item-title div {
    width: 40px;
    height: 0px;
    border: solid 2px #ff962a;
    border-radius: 10px;
  }

  .Feature-yks .container .feature-list .feature-list-item .feature-list-item-title p {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #666462;

  }
}

/**Feature-yks end**/

/**Step-yks begin**/
.Step-yks .step-container {
  padding: 32px 16px 32px 16px;
  background-color: #fffaf5;
}

.Step-yks .step-container .step-title {
  font-size: 22px;
  line-height: 30px;
  color: #331e08;
  text-align: center;
  font-weight: 600;
}

.Step-yks .step-container .step-underline {
  width: 28px;
  height: 3px;
  margin: 14px auto 0 auto;
  background-color: #ff962a;
  border-radius: 5px;
}

.Step-yks .step-container .step-list {
  display: flex;
  flex-direction: column;
}

.Step-yks .step-container .step-list .step-list-item {
  display: flex;
  flex-direction: row;
  margin: 32px 0 0 0;
}

.Step-yks .step-container .step-list .step-list-item .step-list-item-icon img {
  width: 48px;
  height: 48px;
}

.Step-yks .step-container .step-list .step-list-item .step-list-item-text h3 {
  font-size: 16px;
  line-height: 21px;
  color: #331e08;
  margin: 0;
  padding: 0 0 8px 12px;
}

.Step-yks .step-container .step-list .step-list-item .step-list-item-text p {
  font-size: 14px;
  line-height: 19px;
  color: #666462;
  margin: 0;
  padding: 0 0 0 12px;
}

@media screen and (min-width: 768px) {
  .Step-yks .step-container {
    padding: 80px 16px 140px 16px;
    background-color: #fffaf5;
  }

  .Step-yks .step-container .step-title {
    width: auto;
    height: 59px;
    text-align: center;
    font-size: 44px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 59px;
    letter-spacing: 1px;
    color: #331e08;
  }

  .Step-yks .step-container .step-underline {
    width: 56px;
    height: 6px;
    margin: 28px auto 0 auto;
    background-color: #ff962a;
    border-radius: 10px;
  }

  .Step-yks .step-container .step-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin: 60px 0 0 0;
    flex-wrap: wrap;
  }

  .Step-yks .step-container .step-list .step-list-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .Step-yks .step-container .step-list .step-list-icon .icon-item {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    background-color: #fff;
    border: 1px dashed #ff962a;
    width: 120px;
    height: 120px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 0 15px rgb(75, 75, 75, 0.05);
    box-shadow: 0 0 15px rgb(75, 75, 75, 0.05);
  }

  .Step-yks .step-container .step-list .step-list-icon .icon-item::before {
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    content: "";
    border-radius: 50%;
    background: #ff9966;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ff7341, #fecb60);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #ff7341, #fecb60);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  }

  .Step-yks .step-container .step-list .step-list-icon .icon-item:hover::before {
    color: #fff;
    -webkit-transform: scale(1) rotateY(360deg);
    transform: scale(1) rotateY(360deg);
  }

  .Step-yks .step-container .step-list .step-list-icon .icon-item img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  }

  .Step-yks .step-container .step-list .step-list-icon .icon-item:hover img {
    color: #fff;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }

  .Step-yks .step-container .step-list .step-list-icon .icon-item:hover #step-icon-first {
    content: url("../img/function-ai-interview/step-1-desktop-active.svg");
  }

  .Step-yks .step-container .step-list .step-list-icon .icon-item:hover #step-icon-second {
    content: url("../img/function-ai-interview/step-2-desktop-active.svg");
  }

  .Step-yks .step-container .step-list .step-list-icon .icon-item:hover #step-icon-third {
    content: url("../img/function-ai-interview/step-3-desktop-active.svg");
  }

  .Step-yks .step-container .step-list .step-list-icon .icon-arrow {
    width: 306px;
    height: 0;
    border: solid 1px rgb(255, 150, 42, 0.1);
    margin: 0 23px;
  }

  .Step-yks .step-container .step-list .step-list-icon .icon-arrow .icon-triangle {
    position: relative;
    width: 0;
    height: 0;
    border-left: 24px solid rgb(255, 150, 42, 0.1);
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    left: 145px;
    top: -13px;
  }

  .Step-yks .step-container .step-list .step-list-icon .icon-arrow .icon-triangle::before {
    content: "";
    position: absolute;
    top: -11px;
    left: -23px;
    width: 0;
    height: 0;
    border-left: 20px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 12px solid transparent
  }

  .Step-yks .step-container .step-list .step-list-text {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: flex-start;
  }

  .Step-yks .step-container .step-list .step-list-text .text-item h3 {
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 37px;
    letter-spacing: 1px;
    color: #331e08;
    text-align: center;
    padding: 0;
    margin: 36px 0 0 0;
  }

  .Step-yks .step-container .step-list .step-list-text .text-item p {
    width: auto;
    max-width: 300px;
    margin: 16px 0 0 0;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #666462;
    padding: 0;
    text-align: center;
  }
}


@media screen and (min-width: 992px) {
  .Step-yks .step-container .step-list .step-list-text .text-first {
    margin: 0 165px 0 0;
  }

  .Step-yks .step-container .step-list .step-list-text .text-second {
    margin: 0 0 0 5px;
  }

  .Step-yks .step-container .step-list .step-list-text .text-third {
    margin: 0 0 0 175px;
  }
}

@media screen and (max-width: 1200px) {
  .Step-yks .step-container .step-list .step-list-icon .icon-arrow {
    width: 280px;
    height: 0;
    border: solid 1px rgb(255, 150, 42, 0.1);
    margin: 0 23px;
  }
}

@media screen and (max-width: 992px) {

  .Step-yks .step-container {
    padding: 32px 16px 32px 16px;
    background-color: #fff;
  }

  .Step-yks .step-container .step-list .step-list-icon .icon-arrow {
    width: 75px;
    height: 0;
    border: solid 1px rgb(255, 150, 42, 0.1);
    margin: 0 23px;
  }

  .Step-yks .step-container .step-list .step-list-icon .icon-arrow {
    left: 30px;
  }

  .Step-yks .step-container .step-list .step-list-text .text-item p {
    max-width: 180px;
  }

  .Step-yks .step-container .step-list .step-list-text .text-first {
    margin: 0 0 0 0;
  }

  .Step-yks .step-container .step-list .step-list-text .text-second {
    margin: 0 60px;
  }

  .Step-yks .step-container .step-list .step-list-text .text-third {
    margin: 0 0 0 0;
  }
}

@media screen and (min-width: 1200px) {
  .Step-yks .step-container .step-list .step-list-text .text-first {
    margin: 0 165px 0 0;
  }

  .Step-yks .step-container .step-list .step-list-text .text-second {
    margin: 0 0 0 5px;
  }

  .Step-yks .step-container .step-list .step-list-text .text-third {
    margin: 0 0 0 175px;
  }
}

@media screen and (min-width: 1400px) {
  .Step-yks .step-container .step-list .step-list-text .text-first {
    margin: 0 165px 0 0;
  }

  .Step-yks .step-container .step-list .step-list-text .text-second {
    margin: 0 0 0 5px;
  }

  .Step-yks .step-container .step-list .step-list-text .text-third {
    margin: 0 0 0 175px;
  }
}

/**Step-yks end**/

/**Go-yks begin**/
.Go-yks .go-container {
  width: 100%;
  height: 263px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgb(255, 150, 42);
  padding: 0 16px;
}

.Go-yks .go-container #login-button-second {
  transition: 0.2s all ease-in;
}

.Go-yks .go-container #login-button-second:hover {
  transform: scale(1.05);
}

.Go-yks .go-container .go-first-title {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}

.Go-yks .go-container .go-second-title {
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.Go-yks .go-container .go-button {
  width: 150px;
  height: 40px;
  border-radius: 20px;
  background-color: #ffffff;
  border: none;
  color: rgb(255, 150, 42);
  margin: 60px 0 0 0;
  font-size: 16px;
  line-height: 21px;
}

@media screen and (max-width: 992px) {
  .Go-yks .go-container #login-button-second {
    transition: none;
  }

  .Go-yks .go-container #login-button-second:hover {
    transform: none;
  }
}

@media screen and (min-width: 768px) {
  .Go-yks .go-container {
    height: 480px;
  }

  .Go-yks .go-container .go-first-title {
    font-size: 44px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 70px;
    letter-spacing: 4px;
    color: #ffffff;
  }

  .Go-yks .go-container .go-second-title {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 2px;
    color: #ffffff;
    opacity: 0.8;
  }

  .Go-yks .go-container .go-button {
    width: 240px;
    height: 54px;
    background-color: #ffffff;
    border-radius: 50px;
    border: none;
    margin: 60px 0 0 0;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #ff962a;
  }
}

/**Go-yks end**/
/* 在线刷题 开始 */
/* Exercise-yks 开始*/
.Exercise-yks {
  padding: 70px 0 0 0;
  background-color: #fffaf5;
}

.Exercise-yks .container {
  display: flex;
  flex-direction: row;
  height: 620px;
}

.Exercise-yks .container .circle {
  position: absolute;
  top: 150px;
  width: 65px;
  height: 65px;
}

.Exercise-yks .container .title #exercise-yks-button {
  transition: all 0.3s ease-in;
}

.Exercise-yks .container .title #exercise-yks-button:hover {
  transform: scale(1.05);
}

.Exercise-yks .container .circle .circle-big {
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #fff4e8;
}

.Exercise-yks .container .circle .circle-small {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff4e8;
}

.Exercise-yks .container .title {
  display: flex;
  width: 545px;
  height: 246px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  width: auto;
  height: 100%;
  margin: 0 95px 0 0;
}

.Exercise-yks .container .title h2 {
  margin: 0 0 20px 0;
  font-size: 50px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 70px;
  letter-spacing: 5px;
  color: #ff962a;
}

.Exercise-yks .container .title p {
  margin: 0 0 80px 0;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
}

.Exercise-yks .container .title button {
  width: 240px;
  height: 54px;
  border: none;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
  background-color: #ff962a;
  border-radius: 50px;
}

.Exercise-yks .container img {
  display: block;
  max-width: 50%;
  height: 100%;
}

@media screen and (max-width:1400px) {
  .Exercise-yks .container .circle {
    position: absolute;
    top: 140px;
    width: 65px;
    height: 65px;
  }
}

@media screen and (max-width:1200px) {
  .Exercise-yks .container .circle {
    position: absolute;
    top: 130px;
    width: 65px;
    height: 65px;
  }
}

@media screen and (max-width:992px) {
  .Exercise-yks .container .title #exercise-yks-button {
    transition: none;
  }

  .Exercise-yks .container .title #exercise-yks-button:hover {
    transform: none;
  }

  .Exercise-yks .container .circle {
    display: none;
  }

  .Exercise-yks {
    padding: 140px 0 0 0;
  }

  .Exercise-yks .container {
    flex-direction: column;
    height: auto;
  }

  .Exercise-yks .container .title {
    width: 100%;
    height: auto;
    margin: 0;
    align-items: center;
  }

  .Exercise-yks .container .title h2 {
    font-size: 28px;
    line-height: 50px;
    margin: 30px 0 20px 0;
    letter-spacing: 0px;
  }

  .Exercise-yks .container .title p {
    margin: 0 0 40px 0;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    opacity: 0.8;
  }

  .Exercise-yks .container .title button {
    width: 160px;
    height: 40px;
    border-radius: 25px;
    margin: 0 0 40px 0;
    font-size: 14px;
    line-height: 19px;
    color: #ffffff;
    background-color: #ff962a;
  }

  .Exercise-yks .container img {
    width: 396px;
    height: 252px;
    max-width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width:768px) {
  .Exercise-yks {
    padding: 0;
  }

  .Exercise-yks .container img {
    width: 330px;
    height: 210px;
    max-width: 100%;
    margin: 0 auto;
  }
}

/* Exercise-yks 结束*/
/* EProblem-yks 开始 */
.EProblem-yks {
  margin: 150px 0 0 0;
}

.EProblem-yks .container {
  display: flex;
  flex-direction: column;
  height: auto;
}

.EProblem-yks .container .title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.EProblem-yks .container .title div {
  width: 80px;
  height: 1px;
  margin: 0 30px;
  background-color: #ffcc9c;
  border-radius: 5px;
}

.EProblem-yks .container .title h2 {
  height: 52px;
  margin: 0;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 52px;
  letter-spacing: 4px;
  color: #333333;
}

.EProblem-yks .container .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 50px 0 0 0;
}

.EProblem-yks .container .card .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  box-shadow: 0px 0px 5px 0px rgba(210, 107, 0, 0.12);
  border-radius: 10px;
}

.EProblem-yks .container .card h4 {
  margin: 20px 0 0 0;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 2px;
  color: #333333;
}

.EProblem-yks .container .card p {
  margin: 15px 0 0 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 1px;
  color: #999999;
}

.EProblem-yks .container .card .arrow {
  margin: 0 55px;
}

@media screen and (max-width:992px) {
  .EProblem-yks {
    margin: 44px 0 0 0;
  }

  .EProblem-yks .container .card .arrow {
    margin: 0 20px;
  }

  .EProblem-yks .container .card .item {
    padding: 20px;
  }
}

@media screen and (max-width:768px) {
  .EProblem-yks .container .title div {
    width: 40px;
    height: 1px;
    margin: 0 15px;
    background-color: #ffcc9c;
    border-radius: 3px;
  }

  .EProblem-yks .container .title h2 {
    height: 32px;
    margin: 0;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #333333;
  }

  .EProblem-yks .container .card {
    margin: 40px 0 0 0;
  }

  .EProblem-yks .container .card .arrow {
    display: none;
  }

  .EProblem-yks .container .card .item {
    padding: 0;
    margin: 0 12px;
    box-shadow: none;
    border-radius: 0;
  }

  .EProblem-yks .container .card .item img {
    width: 41px;
    height: 44px;
  }

  .EProblem-yks .container .card .item h4 {
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    letter-spacing: 1px;
  }

  .EProblem-yks .container .card .item p {
    text-align: center;
    margin: 12px 0 0 0;
    font-size: 11px;
    line-height: 15px;
    color: #999999;
  }
}

/* EProblem-yks 结束 */
/* Solution-yks 开始 */
.Solution-yks {
  margin: 150px 0 0 0;
}

.Solution-yks .container {
  display: flex;
  flex-direction: column;
  height: auto;
}

.Solution-yks .container .title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.Solution-yks .container .title div {
  width: 80px;
  height: 1px;
  margin: 0 30px;
  background-color: #ffcc9c;
  border-radius: 5px;
}

.Solution-yks .container .title h2 {
  height: 52px;
  margin: 0;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 52px;
  letter-spacing: 4px;
  color: #333333;
}

.Solution-yks .container .banner {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 150px 0 0 0;
}

.Solution-yks .container .banner-right {
  flex-direction: row-reverse;
}

.Solution-yks .container .banner-first {
  margin: 50px 0 0 0;
}

.Solution-yks .container .banner .text h4 {
  margin: 0 0 40px 0;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 3px;
  color: #333333;
}

.Solution-yks .container .banner .text ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 2px;
  color: #333333;
  transform: translateX(0px);
}

.Solution-yks .container .banner .text ul li div {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: rgb(255, 150, 42);
  margin: 0 10px 0 0;
}

.Solution-yks .container .banner img {
  width: auto;
  height: auto;
  margin: 0 0 0 auto;
}

.Solution-yks .container .banner-right img {
  margin: 0 auto 0 0;
}

@media screen and (max-width:992px) {
  .Solution-yks {
    margin: 54px 0 0 0;
  }
}

@media screen and (max-width:768px) {
  .Solution-yks .container .title div {
    width: 40px;
    height: 1px;
    margin: 0 15px;
    background-color: #ffcc9c;
    border-radius: 3px;
  }

  .Solution-yks .container .title h2 {
    height: 32px;
    margin: 0;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #333333;
  }
}

@media screen and (max-width:992px) {
  .Solution-yks .container .banner {
    flex-direction: column;
  }

  .Solution-yks .container .banner {
    margin: 54px 0 0 0;
  }

  .Solution-yks .container .banner img {
    width: 100%;
    margin: 20px 0 0 0;
  }

  .Solution-yks .container .banner .text h4 {
    margin: 0 0 40px 0;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 1px;
    color: #333333;
    text-align: center;
  }

  .Solution-yks .container .banner .text ul li {
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    letter-spacing: 1px;
    transform: translateX(-6px);
  }
}

/* Solution-yks 结束 */
/* YSolution-yks 开始 */
.YSolution-yks {
  margin: 150px 0 0 0;
}

.YSolution-yks .container {
  display: flex;
  flex-direction: column;
  height: auto;
  padding: 0;
}

.YSolution-yks .container .title {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.YSolution-yks .container .title h2 {
  margin: 0;
}

.YSolution-yks .container .list-container {
  width: 100%;
  height: auto;
  overflow-x: auto;
  overflow-y: hidden;
}

.YSolution-yks .container .list::-webkit-scrollbar {
  height: 10px;
  border-radius: 5px;
}

.YSolution-yks .container .list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 5px;
}

.YSolution-yks .container .list {
  display: flex;
  width: auto;
  flex-direction: row;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 50px 0 0 0;
  padding: 0 0 10px 0;
}

.YSolution-yks .container .list .item {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 260px;
  height: 266px;
  padding: 60px 10px;
  margin: 0 10px;
  background-color: #fffaf5;
  border-radius: 5px;
}

.YSolution-yks .container .list .item p {
  margin: 50px 0 0 0;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 2px;
  color: #333333;
}

@media screen and (max-width:1400px) {
  .YSolution-yks .container .list {
    padding: 0 0 10px 0;
  }
}

@media screen and (max-width:992px) {
  .YSolution-yks {
    margin: 54px 0 0 0;
  }

  .YSolution-yks .container .list {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    margin: 40px 0 0 0;
    padding: 0 0 10px 0;
    overflow-x: auto;
  }

  .YSolution-yks .container .list .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 166px;
    height: 174px;
    border-radius: 3px;
    padding: 30px 10px;
    margin: 0 6px;
    background-color: #fffaf5;
    border-radius: 5px;
  }

  .YSolution-yks .container .list .item img {
    width: 40px;
    height: 40px;
  }

  .YSolution-yks .container .list .item p {
    margin: 20px 0 0 0;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 19px;
    letter-spacing: 1px;
    color: #333333;
  }
}

/* YSolution-yks 结束 */

/** YGo-yks 开始**/
.YGo-yks {
  margin: 150px 0 0 0;
}

.YGo-yks .go-container {
  width: 100%;
  height: 263px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgb(255, 150, 42);
  padding: 0 16px;
}

.YGo-yks .go-container .go-first-title {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}

.YGo-yks .go-container .go-second-title {
  width: 332px;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  opacity: 0.8;
}

.YGo-yks .go-container .go-button {
  width: 180px;
  height: 40px;
  border-radius: 20px;
  background-color: #ffffff;
  border: none;
  color: rgb(255, 150, 42);
  margin: 60px 0 0 0;
  font-size: 14px;
  line-height: 21px;
}

@media screen and (min-width: 768px) {
  .YGo-yks .go-container {
    height: 480px;
  }

  .YGo-yks .go-container #login-button-second {
    transition: all 0.3s ease-in;
  }

  .YGo-yks .go-container #login-button-second:hover {
    transform: scale(1.05);
  }

  .YGo-yks .go-container .go-first-title {
    font-size: 44px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 70px;
    letter-spacing: 4px;
    color: #ffffff;
  }

  .YGo-yks .go-container .go-second-title {
    width: auto;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 2px;
    color: #ffffff;
    opacity: 0.8;
  }

  .YGo-yks .go-container .go-button {
    width: 240px;
    height: 54px;
    background-color: #ffffff;
    border-radius: 50px;
    border: none;
    margin: 60px 0 0 0;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #ff962a;
  }
}

@media screen and (max-width: 992px) {
  .YGo-yks {
    margin: 54px 0 0 0;
  }

  .YGo-yks .go-container #login-button-second {
    transition: none;
  }

  .YGo-yks .go-container #login-button-second:hover {
    transform: none;
  }
}

/**YYGo-yks 结束**/
/* 在线刷题 结束 */

/* 2023.05.29封装的公共样式 */

/* margin-container START */
.margin-container {
  margin: 150px 0 0 0;
}

@media screen and (max-width:992px) {
  .margin-container {
    margin: 54px 0 0 0;
  }
}

/* margin-container END */

/* banner-head START */
.banner-head {
  width: 100%;
  height: auto;
  padding: 70px 0 0 0;
  background-color: #fffaf5;
}

.banner-head .container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.banner-head .container .title-container h2 {
  margin: 0;
  font-size: 50px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 70px;
  letter-spacing: 5px;
  color: #ff962a;
  text-align: left;
}

.banner-head .container .title-container p {
  margin: 20px 0 0 0;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: 0px;
  color: #666666;
}

.banner-head .container .title-container button {
  width: 180px;
  height: 54px;
  padding: 0;
  margin: 80px 0 0 0;
  background-color: #ff962a;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
  transition: all .3s ease-in;
}

.banner-head .container .title-container button:hover {
  transform: scale(1.05);
}

.banner-head .container img {
  display: block;
  flex: 1;
  margin: 139px 0 91px 150px;
}

@media screen and (max-width:1200px) {
  .banner-head {
    padding: 121px 0 30px 0;
  }

  .banner-head .container {
    flex-direction: column;
  }

  .banner-head .container .title-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0 0 0;
  }

  .banner-head .container .title-container h2 {
    text-align: center;
  }

  .banner-head .container .title-container p {
    text-align: center;
  }

  .banner-head .container .title-container button {
    margin: 40px 0 0 0;
  }

  .banner-head .container img {
    width: 100%;
    height: auto;
    margin: 40px 0 0 0;
  }
}

@media screen and (max-width:992px) {
  .banner-head {
    padding: 139px 0 30px 0;
  }
}

@media screen and (max-width:768px) {
  .banner-head {
    padding: 70px 0 30px 0;
  }

  .banner-head .container .title-container h2 {
    font-size: 28px;
    line-height: 50px;
    color: #ff962a;
    letter-spacing: 0px;
    font-weight: bold;
  }

  .banner-head .container .title-container p {
    padding: 0 14px;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    letter-spacing: 0px;
  }

  .banner-head .container .title-container button {
    width: 188px;
    height: 40px;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0px;
    transition: none;
    margin: 30px 0 0 0;
  }

  .banner-head .container .title-container button:hover {
    transform: none;
  }
}

/* banner-head END */

/* title-double-line START */
.title-double-line {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}

.title-double-line h2 {
  margin: 0;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 70px;
  letter-spacing: 2px;
  color: #ff962a;
  text-align: center;
  font-weight: normal;
}

.title-double-line div {
  width: 80px;
  height: 1px;
  margin: 0 30px;
  background-color: #ffcc9c;
  border-radius: 5px;
}

@media screen and (max-width:992px) {
  .title-double-line h2 {
    padding: 0 29px;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
  }

  .title-double-line div {
    display: none;
  }
}

/* title-double-line END */

/* title-second-gray START */
.title-second-gray {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 20px 0 0 0;
}

.title-second-gray h4 {
  margin: 0;
  font-size: 20px;
  line-height: 26px;
  color: #666666;
  letter-spacing: 0;
}

@media screen and (max-width:992px) {
  .title-second-gray h4 {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0;
    text-align: center;
  }
}

/* title-second-gray END */

/* 特点图标方块 START */
.feature-icon-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 50px 0 0 0;
}

.feature-icon-list li {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 320px;
  height: 329px;
  padding: 16px;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(210, 107, 0, 0.12);
  border-radius: 5px;
}

.feature-icon-list li img {
  width: auto;
  height: 80px;
}

.feature-icon-list li h4 {
  box-sizing: border-box;
  width: auto;
  height: auto;
  margin: 20px 0 0 0;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 2px;
  color: #333333;
  text-align: center;
}

.feature-icon-list li p {
  width: auto;
  height: auto;
  margin: 20px 0 0 0;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 2px;
  color: #999999;
}

@media screen and (max-width:992px) {
  .feature-icon-list {
    margin: 40px 0 0 0;
  }
  .feature-icon-list li {
    width: 160px;
    height: 236px;
    justify-content: flex-start;
    padding:30px 8px;
    margin: 0 0 20px 0;
  }
  .feature-icon-list li img {
    width: auto;
    height: 40px;
  }

  .feature-icon-list li h4 {
    font-size: 14px;
    line-height: 19px;
  }

  .feature-icon-list li p {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
  }
}

/* 特点图标方块 END */

/* 长banner START */
.banner-long {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 50px 0 0 0;
}

.banner-long li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}

.banner-long li:not(:first-child) {
  margin: 150px 0 0 0;
}

.banner-long li:nth-of-type(even) {
  flex-direction: row-reverse;
}

.banner-long li:nth-of-type(even) img {
  margin: 0 160px 0 0;
}

.banner-long .banner-long-info {
  width: auto;
}

.banner-long .banner-long-info h3 {
  margin: 0;
}

.banner-long .banner-long-info .split {
  width: 36px;
  height: 4px;
  background-color: #ffaa52;
  border-radius: 10px;
  margin: 40px 0;
}

.banner-long .banner-long-info p {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 1px;
  color: #333333;
}

.banner-long img {
  width: auto;
  height: 100%;
  margin: 0 0 0 160px;
}

@media screen and (max-width:992px) {
  .banner-long {
    margin: 40px 0 0 0;
  }

  .banner-long li {
    flex-direction: column;
  }
  .banner-long li:not(:first-child) {
    margin: 54px 0 0 0;
  }
  .banner-long li:nth-of-type(even) {
    flex-direction: column;
  }

  .banner-long .banner-long-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .banner-long .banner-long-info h3 {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
  }

  .banner-long .banner-long-info .split {
    margin: 20px 0;
  }

  .banner-long .banner-long-info p{
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0;
  }

  .banner-long img {
    width: 100%;
    height: auto;
    margin: 40px 0 0 0!important;
  }
}

/* 长Banner END */

/* pc/mobile START */
.pc-show {
  display: block;
}

.pc-show-flex {
  display: flex;
}

.mobile-show {
  display: none;
}

.mobile-show-flex {
  display: none;
}

@media screen and (max-width:992px) {
  .pc-show {
    display: none !important;
  }

  .pc-show-flex {
    display: none !important;
  }

  .mobile-show {
    display: block !important;
  }

  .mobile-show-flex {
    display: flex !important;
  }
}

/* pc/mobile END */
/* bold title START */
.title-bold {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 70px;
  letter-spacing: 2px;
  color: #ff962a;
  text-align: center;
  margin: 0;
}
@media screen and (max-width:992px){
  .title-bold{
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
  }
}

/* bold title END */

/* more-icon 更多 START */
.more-icon {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 50px 0 0 0;
  overflow: auto;
}

.more-icon::-webkit-scrollbar {
  border-radius: 4px;
  height: 6px;
}

/* 滚动槽 */
.more-icon::-webkit-scrollbar-track {
  border-radius: 10px;
}

/* 滚动条滑块 */
.more-icon::-webkit-scrollbar-thumb {
  border-radius: inherit;
  background-color: rgba(144, 147, 153, 0.3);
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
}

.more-icon li {
  flex-shrink: 0;
  box-sizing: border-box;
  width: 260px;
  height: 266px;
  background-color: #fffaf5;
  border-radius: 5px;
}

.more-icon li:not(:last-child) {
  margin-right: 10px;
}

.more-icon li a {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.more-icon li a img {
  width: 80px;
  height: 80px;
}

.more-icon li a p {
  margin: 40px 0 0 0;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 2px;
  color: #333333;
}
@media screen and (max-width:992px){
  .more-icon{
    margin: 40px 0 0 0;
  }
  .more-icon li{
    width: 155px;
    height: 170px;
  }
  .more-icon li a img{
    width: 40px;
    height: 40px;
  }
  .more-icon li a p{
    margin: 15px 0 0 0;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 1px;
  }
}
/* more-icon 更多 END */
/* foot-button START */
.foot-button{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 102px 0;
}

.foot-button h2{
  margin: 0;
  font-size: 44px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 70px;
	letter-spacing: 4px;
	color: #ffffff;
  text-align: center;
}

.foot-button h4{
  margin: 20px 0 0 0;
  font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 2px;
	color: #ffffff;
	opacity: 0.8;
}

.foot-button .login-button {
  width: 150px;
  height: 40px;
  border-radius: 20px;
  background-color: #ffffff;
  border: none;
  color: rgb(255, 150, 42);
  margin: 80px 0 0 0;
  font-size: 16px;
  line-height: 21px;
  transition: 0.2s all ease-in;
}

.foot-button .login-button:hover {
  transform: scale(1.05);
}

@media screen and (max-width: 992px) {
  .foot-button{
    margin: 40px 0;
  }
  .foot-button h2{
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
  }
  .foot-button h4{
    margin: 20px 0 0 0;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
  }
  .foot-button .login-button {
    margin: 40px 0 0 0;
    transition: none;
  }

  .foot-button .login-button:hover {
    transform: none;
  }
}

/* foot-button END **/
/* background-ori START */
.background-ori{
  background-color: rgb(255, 150, 42);
}
/* background-ori END */
/* 公共样式 END */