.guidance-top-bar {
  color: #fff;
  background-color: #516EDB;
}
.guidance-top-bar.top-bar-white {
  background-color: #fff;
  color: #3D464A;
  border-bottom: 1px solid #E1EAF1;
}
.guidance-top-bar .menu {
  position: relative;
  float: right;
  width: 36px;
  height: 36px;
  text-align: right;
}
.guidance-top-bar .menu .menu-icon {
  display: block;
  width: 36px;
  height: 36px;
  background: transparent url("../../common/img/menu.svg") no-repeat center / 24px auto;
  cursor: pointer;
}
.guidance-top-bar .menu .menu-icon:hover,
.guidance-top-bar .menu .menu-icon.active {
  background: transparent url("../../common/img/menu-hover.svg") no-repeat center / 24px auto;
}
.guidance-top-bar .menu .menu-nav {
  display: none;
  position: absolute;
  right: -6px;
  top: 36px;
}
.guidance-top-bar .menu .menu-nav ul {
  box-shadow: 0 0 8px 0 rgba(31, 29, 49, 0.06);
  overflow: hidden;
  background-color: #fff;
}
.guidance-top-bar .menu .menu-nav ul a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #3D464A;
}
.guidance-top-bar .menu .menu-nav ul li {
  width: 120px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #EAEFF3;
}
.guidance-top-bar .menu .menu-nav ul li:last-child {
  border: none;
}
.guidance-top-bar .menu .menu-nav ul li:hover a,
.guidance-top-bar .menu .menu-nav ul li.active a {
  color: #fda32b;
}
.cfg-swiper {
  margin-top: 64px;
  width: 100%;
  height: 540px;
}
.cfg-swiper .swiper-pagination-bullet {
  background-color: #fff;
}
.cfg-swiper .swiper-pagination-bullet-active {
  background-color: #fff;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-repeat: no-repeat;
}
.swiper-slide.slide-1 {
  background-image: url("../img/swiper/swiper-bg1.png"), linear-gradient(45deg, #5566ff 0%, #27eff6 80%);
  background-size: 1920px auto, 100%;
  background-position: center,center;
}
.swiper-slide.slide-2 {
  background-image: url("../img/swiper/swiper-bg2.png"), linear-gradient(45deg, #7a21ff 0%, #540379 80%);
  background-size: 1920px auto, 100%;
  background-position: center,center;
}
.swiper-slide .swiper-img-wrap {
  padding: 0 24px;
}
.swiper-slide .swiper-img-1 {
  margin-bottom: 60px;
  width: 700px;
}
.swiper-slide .swiper-img-2 {
  width: 540px;
}
.swiper-slide .swiper-btn {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  width: 172px;
  line-height: 48px;
  border-radius: 30px;
}
.g-row:nth-child(2n) {
  background: rgba(218, 230, 246, 0.1);
}
.img-cont-radius .img-cont {
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 30px 0 rgba(49, 114, 149, 0.06);
}
.g-row-content {
  text-align: center;
  padding-top: 40px;
  font-size: 14px;
}
.g-row-content h2 {
  margin-top: 20px;
}
.g-row-content h3 {
  font-size: 16px;
}
.g-row-content .h2-p-tips {
  margin-top: 30px;
  color: #768893;
}
.g-row-content .block-content {
  display: block;
  padding: 25px 18px;
  color: #fff;
  border-radius: 4px;
  opacity: .9;
}
.g-row-content .block-content h2 {
  font-size: 24px;
}
.g-row-content .block-content-0 {
  background-color: #3cbaff;
  background-image: linear-gradient(-135deg, #FF5EE8 0%, #F62D2D 100%);
}
.g-row-content .block-content-1 {
  background-color: #3cbaff;
  background-image: linear-gradient(-135deg, #27eff6 0%, #5566ff 100%);
}
.g-row-content .block-content-2 {
  background-color: #FDA32B;
  background-image: linear-gradient(-135deg, #ffc100 0%, #fe6100 100%);
}
.g-row-content .block-content-3 {
  background-color: #5076DB;
  background-image: linear-gradient(-135deg, #27B2F6 0%, #6A00FF 100%);
}
.g-row-content .g-panel {
  display: block;
  padding: 30px 15px;
  background: #FFFFFF;
  box-shadow: 0 2px 30px 0 rgba(49, 114, 149, 0.06);
  border-radius: 4px;
}
.g-row-content .g-panel .panel-logo {
  height: 60px;
}
.g-row-content .g-panel h2 {
  font-size: 18px;
  margin: 20px 5px;
}
.g-row-content .g-panel h3 {
  font-size: 20px;
  text-align: left;
  border-top: 1px solid #e1eaf1;
  padding: 20px 0;
}
.g-row-content .g-panel .p-tips {
  font-size: 14px;
  text-align: left;
}
.g-row-content .g-panel .g-btn-more-link {
  margin-top: 30px;
}
.g-row-content .g-card {
  display: block;
  padding: 25px 30px;
  background: #FFFFFF;
  box-shadow: 0 2px 30px 0 rgba(49, 114, 149, 0.06);
  border-radius: 4px;
  text-align: left;
  overflow: hidden;
}
.g-row-content .g-card .img-cont {
  float: left;
}
.g-row-content .g-card-content {
  float: left;
  padding-left: 20px;
}
.g-row-content .g-card h2 {
  margin: 20px 0 15px;
}
.g-row-content .img-cont {
  overflow: hidden;
  margin: 0 auto;
  background-image: url("../img/guidance10A.png");
  background-size: 900px auto;
  background-repeat: no-repeat;
}
.g-row-content .img-cont-200 {
  width: 200px;
  height: 200px;
}
.g-row-content .img-cont-180 {
  width: 180px;
  height: 180px;
}
.g-row-content .img-cont-100 {
  width: 100px;
  height: 100px;
}
.g-row-content .img-cont-90 {
  width: 90px;
  height: 90px;
}
.g-row-content .img-cont-80 {
  width: 80px;
  height: 80px;
}
.g-row-content .img-cont-60 {
  width: 60px;
  height: 60px;
}
.g-row-content .img-cont-62 {
  width: 62px;
  height: 62px;
}
.download-bar .g-card:hover {
  cursor: pointer;
}
.role-experience .g-panel {
  box-shadow: none;
}
.role-experience .g-panel:hover {
  cursor: pointer;
  box-shadow: 0 2px 30px 0 rgba(49, 114, 149, 0.06);
}
.index-row1-img-1 {
  background-position: -20px -20px;
}
.index-row1-img-2 {
  background-position: -220px -20px;
}
.index-row1-img-3 {
  background-position: -420px -20px;
}
.index-row2-img-1 {
  background-position: -30px -230px;
}
.index-row2-img-2 {
  background-position: -150px -230px;
}
.index-row2-img-3 {
  background-position: -270px -230px;
}
.index-row2-img-4 {
  background-position: -390px -230px;
}
.index-row3-img-0 {
  background-position: -260px -342px;
}
.index-row3-img-1 {
  background-position: -20px -342px;
}
.index-row3-img-2 {
  background-position: -100px -342px;
}
.index-row3-img-3 {
  background-position: -180px -342px;
}
.index-row4-img-1 {
  width: 164px;
  background-position: -20px -750px;
}
.index-row4-img-2 {
  width: 120px;
  background-position: -206px -750px;
}
.index-row4-img-3 {
  width: 160px;
  background-position: -344px -750px;
}
.index-row5-img-1 {
  background-position: -500px -220px;
}
.index-row5-img-2 {
  background-position: -620px -220px;
}
.index-row5-img-3 {
  background-position: -740px -220px;
}
.index-row6-img-1 {
  background-position: -20px -420px;
}
.index-row6-img-2 {
  background-position: -130px -420px;
}
.index-row7-img-1 {
  background-position: -20px -530px;
}
.index-row7-img-2 {
  background-position: -240px -530px;
}
.index-row7-img-3 {
  background-position: -460px -530px;
}
.more-bar {
  text-align: center;
  margin-top: 60px;
}
.more-bar .cfg-arrow-r {
  font-size: 12px;
}
.footer-bar {
  display: none;
  background-image: linear-gradient(-270deg, rgba(242, 246, 249, 0) 0%, #E1EAF1 49%, rgba(225, 234, 241, 0) 100%);
  background-size: 100% 1px;
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #fff;
  text-align: center;
  padding: 12px 12px 70px;
}
.footer-bar .footer-btn {
  display: block;
  width: 100%;
  height: 48px;
  color: #fff;
  font-size: .32rem;
  border-radius: 4px;
  background-color: #fda32b;
}
.footer-bar .footer-btn:hover {
  background-color: #ff9200;
}
@media screen and (max-width: 600px) {
  .cfg-swiper {
    height: 375px;
  }
  .swiper-slide .swiper-img-1 {
    margin-bottom: 30px;
  }
  .swiper-slide.slide-1 {
    background-image: url("../img/swiper/swiper-mobile-bg1.png"), linear-gradient(45deg, #5566ff 0%, #27eff6 80%);
    background-size: cover, 100%;
    background-position: center,center;
  }
  .swiper-slide.slide-2 {
    background-image: url("../img/swiper/swiper-mobile-bg2.png"), linear-gradient(45deg, #7a21ff 0%, #540379 80%);
    background-size: cover, 100%;
    background-position: center,center;
  }
  .swiper-slide.slide-2 .swiper-img-wrap {
    display: none;
  }
  .menu {
    display: block;
  }
  .nav-r {
    display: none;
  }
  .diff-bar .g-row-content {
    padding-top: 50px;
  }
  .img-cont-radius .g-row-content {
    margin-top: 25px;
  }
  .g-row-content {
    padding-top: 15px;
  }
  .role-experience .g-row-content {
    margin-top: 15px;
    padding: 0;
  }
  .role-experience .g-row-content .g-panel {
    padding: 15px 0;
  }
  .role-experience .g-row-content .g-panel h2 {
    margin: 15px 0 0;
  }
  .role-experience .img-cont {
    width: 120px;
    height: 120px;
    background-size: 600px auto;
  }
  .role-experience .img-cont.index-row7-img-1 {
    background-position: -18px -365px;
  }
  .role-experience .img-cont.index-row7-img-2 {
    background-position: -166px -365px;
  }
  .role-experience .img-cont.index-row7-img-3 {
    background-position: -310px -365px;
  }
  .g-row-content .h2-p-tips {
    margin-top: 15px;
  }
  .spotlight-row .grid-row,
  .user-share-bar .grid-row,
  .download-bar .grid-row {
    margin-top: 25px;
  }
  .why-bar .g-row-content h2 {
    margin-top: 15px;
  }
  .download-bar .img-cont {
    width: 75px;
    height: 75px;
    background-size: 720px auto;
  }
  .download-bar .img-cont.index-row6-img-1 {
    background-position: -15px -334px;
  }
  .download-bar .img-cont.index-row6-img-2 {
    background-position: -103px -334px;
  }
  .download-bar .g-card {
    padding: 15px 25px;
  }
  .download-bar .g-card-content h2 {
    margin: 10px 0 10px;
  }
  .index-row2-img-1 {
    background-position: -334px -340px;
  }
  .index-row2-img-2 {
    background-position: -434px -340px;
  }
  .index-row2-img-3 {
    background-position: -534px -340px;
  }
  .index-row2-img-4 {
    background-position: -634px -340px;
  }
}
@media screen and (min-width: 600px) {
  .menu {
    display: none;
  }
  .nav-r {
    float: right;
    color: #A3BBFC;
  }
  .nav-r .item {
    line-height: 32px;
    margin-left: .6rem;
    cursor: pointer;
    color: #A3BBFC;
  }
  .nav-r .item:hover {
    color: #fff;
  }
  .top-bar-white .nav-r {
    color: #1D1D1D;
  }
  .top-bar-white .nav-r .item {
    color: #1D1D1D;
  }
  .top-bar-white .nav-r .item:hover {
    color: #fda32b;
  }
  .grid-row {
    font-size: 0;
  }
  .grid-row > * {
    display: inline-block;
    vertical-align: top;
  }
  .grid-row .grid-2 {
    width: 50%;
  }
  .grid-row .grid-3 {
    width: 33.33%;
  }
  .grid-row .grid-4 {
    width: 25%;
  }
  .footer-bar {
    padding: 80px 0;
  }
  .footer-bar .footer-btn {
    display: inline-block;
    width: 300px;
    height: 64px;
  }
}
@media screen and (min-width: 580px) and (max-width: 780px) {
  .menu {
    display: block;
  }
  .nav-r {
    display: none;
  }
  .role-experience .g-row-content {
    padding: 60px 0 0;
  }
  .role-experience .g-row-content .g-panel {
    padding: 10px 0;
  }
  .role-experience .g-row-content .g-panel h2 {
    font-size: 16px;
  }
  .role-experience .img-cont {
    width: 100px;
    height: 100px;
    background-size: 450px auto;
  }
  .role-experience .img-cont.index-row7-img-1 {
    background-position: -10px -265px;
  }
  .role-experience .img-cont.index-row7-img-2 {
    background-position: -120px -265px;
  }
  .role-experience .img-cont.index-row7-img-3 {
    background-position: -230px -265px;
  }
  .spotlight-row .grid-4 {
    width: 50%;
  }
}
@media screen and (min-width: 1921px) {
  .swiper-slide.slide-1 {
    background-image: url("../img/swiper/swiper-bg1-left.png"), url("../img/swiper/swiper-bg1-center.png"), url("../img/swiper/swiper-bg1-right.png"), linear-gradient(45deg, #5566ff 0%, #27eff6 80%);
    background-size: 864px auto,170px auto,594px auto, 100%;
    background-position: left center, top center, right center,center;
  }
  .swiper-slide.slide-2 {
    background-image: url("../img/swiper/swiper-bg2-left.png"), url("../img/swiper/swiper-bg2-right.png"), linear-gradient(45deg, #7a21ff 0%, #540379 80%);
    background-size: 740px auto, 940px auto, 100%;
    background-position: left center,right center,center;
  }
}
