/* common */
.section {
  position: relative;
}
.section-padding {
  padding: 1.2rem 0 0.6rem;
}
.section-title,
.section-title-black {
  text-align: center;
  font-size: 0.4rem;
  margin-bottom: 0.6rem;
}
.section-title-black {
  color: #3e4847;
}

@media (max-width: 767.98px) {
  .section-title,
  .section-title-black {
    text-align: left;
    font-size: 0.35rem;
    margin-bottom: 0.3rem;
  }
}

/* sidebar */
.sidebar {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 180px;
  z-index: 10;
  transition: all ease-in-out 0.3s 0.3s;
}
.sidebar .nav li {
  height: 64px;
  line-height: 64px;
  border-bottom: 1px solid rgba(231, 174, 174, 0.3);
  transition: all ease-in-out 0.3s;
  overflow: hidden;
}
.sidebar .nav li.active {
  background-color: #3d4e4d;
}
.sidebar .nav li a:hover,
.sidebar .nav li a:active,
.sidebar .nav li a:visited,
.sidebar .nav li a:link {
  background-color: transparent;
}
.sidebar .nav li a {
  display: inline-block;
  padding: 0 0 0 40px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.sidebar.sidebar-close {
  width: 40px;
  transition: all ease-in-out 0.3s;
}
.sidebar.sidebar-close .nav li {
  height: 40px;
  border-bottom: 1px solid #41bda7;
  color: #41bda7;
  transition: height ease-in-out 0.3s 0.3s;
}
.sidebar.sidebar-close:hover {
  width: 180px;
  transition: all ease-in-out 0.3s 0.3s;
}
.sidebar.sidebar-close:hover .nav li {
  height: 64px;
  border-bottom: 1px solid rgba(121, 131, 82, 0.3);
  transition: height ease-in-out 0.3s;
}
.sidebar.sidebar-close .nav li:hover {
  color: #f8f9fa;
}

@media (max-width: 991.98px) {
  .sidebar {
    width: 160px;
  }
  .sidebar.sidebar-close:hover {
    width: 160px;
  }
}

@media (max-width: 767.98px) {
  .sidebar {
    display: none;
  }
}

/* section-intro */
.section-intro {
  padding: 1.5rem 0 1rem;
  background-image: url("../img/bg.jpg");
  background-size: cover;
  position: relative;
}
.section-intro .header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}
.section-intro-member-button {
  position: absolute;
  right: 20px;
  top: 0;
  width: 160px !important;
  height: 48px !important;
  line-height: 48px !important;
  border-radius: 40px !important;
  text-align: center;
}
.section-intro .container {
  position: relative;
}
.trans-logo {
  position: absolute;
  top: -1.7rem;
  width: 0.8rem;
}
.trans-logo2 {
  height: 0.32rem;
}
.section-intro-title {
  font-size: 0.46rem;
  margin: 0.3rem 0;
}
.bigTitle {
  display: flex;
  flex-direction: row;
}
.section-intro-desc {
  line-height: 1.8;
  opacity: 0.5;
}
.section-intro-downloads {
  width: 680px;
  margin-left: -15px;
}
.section-intro-downloads .tv {
  display: none;
}
.carousel {
  cursor: pointer;
  margin-top: 20px;
}

.carousel-indicators {
  bottom: -5px;
}
.carousel-indicators .active {
  width: 10px;
  height: 10px;
}
.carousel-indicators li {
  margin: 0 4px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
  width: 100%;
  max-height: 120px;
}
.section-intro-downloads > div {
  position: relative;
}
.section-intro-download {
  display: block;
  color: #f8f9fa;
  padding: 0.1rem 0.2rem;
  margin-top: 0.2rem;
  border: 1px solid #fff;
  border-radius: 4px;
}
.activity-hover {
  border: none !important;
  background: linear-gradient(to top, #f0764d, #f0cd30);
  background-size: 100% 0%;
  background-repeat: no-repeat;
  background-position: bottom;
  transition: background-size 0.4s ease;
}
.activity-hover:hover {
  color: #f8f9fa;
  background-size: 100% 100%;
}
/* .section-intro-download:hover {
  border: 1px solid transparent;
} */
.section-intro-download .iconfont {
  font-size: 0.28rem;
  margin-right: 0.2rem;
  vertical-align: middle;
}

.section-intro-download span {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
#rechargeOffer1 ,#rechargeOffer2,#rechargeOffer3{
  white-space: break-spaces;
}
.section-intro-download-hover {
  display: none;
  position: absolute;
  bottom: 74px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px;
  background-color: #fff;
  text-align: center;
  color: #20272b;
  font-size: 12px;
  z-index: 10;
}
.section-intro-download-hover div {
  margin: 0 5px
}
.section-intro-download-hover a {
  text-decoration: underline;
}
.section-intro-download-hover img {
  height: 100px;
}
.section-intro-download-hover::after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
}
.section-intro-download-hover-ios > div {
  width: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-intro-downloads > div:hover .section-intro-download-hover {
  display: flex;
  justify-content: center;
}
.delivery-page {
  display: flex;
  flex-direction: column;
  width: 210px;
  align-items: center;
}

@media (max-width: 991.98px) {
  .section-intro-downloads {
    width: 590px;
    margin-left: -10px;
  }
  .section-intro-downloads > div {
    padding: 0 10px;
  }
  .section-intro-download {
    margin-top: 0.15rem;
    padding: 10px 5px 10px 10px;
    border: 1px solid #fff;
  }
}
@media (max-width: 767.98px) {
  .section-intro-member-button {
    display: none !important;
  }
  .section-intro-content {
    text-align: center;
    /* width: 50%; */
  }
  .section-intro-downloads {
    margin-left: 0;
  }
  .section-intro-downloads {
    width: 100%;
  }
  .section-intro-downloads > div:hover .section-intro-download-hover {
    display: none;
  }
}

/* section-scenario */
.section-scenario {
  background-color: #4d5355;
}
.scenario-content-baidu {
  display: flex;
  justify-content: space-between;
}
.scenario-info-baidu {
  width: 50%;
}
.section-scenario-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
}
.section-scenario-pic{
  width: 48%;
}
.section-scenario-pic img {
  width: 100%;
}
.scenario-desc-baidu {
  font-size: 16px;
  line-height: 3;
  font-weight: 300;
}
.section-scenario-desc {
  width: 45%;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  text-align: justify;
}
.section-scenario-desc img{
  width: 78px;
  height: 78px;
  margin-right: 20px;
}
.section-scenario-desc h5{
  font-weight: bold;
  font-size: 20px;
}
.section-scenario-desc p{
  font-size: 16px;
  line-height: 26px;
  color: #E6E6E6;
}
.section-scenario-hint {
  font-size: 14px;
  padding: 0.4rem 0 0.2rem;
  color: #a8afb7;
}
.scenario-app-baidu {
  width: 100%;
}
.section-scenario-app {
  width: 46%;
  margin-top:40px
}

@media (max-width: 991.98px) {
  .section-scenario-desc, .scenario-desc-baidu{
    font-size: 14px;
    line-height: 1.8;
  }
}

@media (max-width: 767.98px) {
  .section-scenario-content,.scenario-content-baidu {
    flex-direction: column-reverse;
  }
  .section-scenario-desc h5{
    font-size: 16px;
  }
  .section-scenario-desc p{
    font-size: 12px;
    line-height: 20px;
  }
  .section-scenario-desc img{
    width: 48px;
    height: 48px;
  }
  .scenario-info-baidu {
    width: 100%;
  }
  .section-scenario-info {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .section-scenario-desc{
    width: 90%;
    margin-bottom: 20px;
  }
  .section-scenario-pic {
    text-align: center;
    width: 100%;
  }
  .section-scenario-pic img {
    width: 90%;
  }
  .section-scenario-hint {
    display: none;
  }
  .section-scenario-app {
    display: block;
    width: 90%;
    margin: 20px auto 0;
  }
}

/* section-advantage */
.section-advantage-item {
  position: relative;
  height: 186px;
  overflow: hidden;
  color: #20272b;
  border-bottom: 1px solid rgba(32, 39, 43, 0.4);
}
.section-advantage-item-show,
.section-advantage-item-hover {
  display: flex;
  align-items: center;
  padding: 0 0.4rem;
  height: 100%;
  line-height: 2;
}
.section-advantage-item-show .iconfont:first-of-type,
.section-advantage-item-hover .iconfont {
  color: #41bda7;
  font-size: 0.6rem;
  margin-right: 0.4rem;
}
.section-advantage-item-show span {
  font-size: 0.26rem;
}
.section-advantage-item-hover {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  transition: top 0.3s ease-in-out;
  background-color: #4d5355;
  color: #f8f9fa;
}
.section-advantage-item:hover .section-advantage-item-hover {
  top: 0;
}
.icon-allow {
  display: none;
  position: absolute;
  right: 0.2rem;
  color: #41bda7;
}
.section-advantage-item-click {
  display: none;
  color: #a8afb7;
  line-height: 2;
  font-size: 12px;
  padding: 0 0.2rem 0.2rem 1rem;
}

@media (max-width: 991.98px) {
  .section-advantage-item-show:first-of-type,
  .section-advantage-item-hover {
    padding: 0 0.2rem;
  }
  .section-advantage-item-show .iconfont:first-of-type,
  .section-advantage-item-hover .iconfont {
    font-size: 0.4rem;
    margin-right: 0.2rem;
  }
  .section-advantage-item-show span {
    font-size: 0.2rem;
  }
}

@media (max-width: 767.98px) {
  .section-advantage-item-hover {
    display: none;
  }
  .section-advantage-item-click {
    display: block;
  }
  .section-advantage-item {
    height: 1.3rem;
  }
  .section-advantage-item-show .iconfont:first-of-type,
  .section-advantage-item-hover .iconfont {
    font-size: 0.6rem;
  }
  .icon-allow {
    display: inline-block;
  }
  /* 仅在移动端展开 */
  .section-advantage-item.is-open {
    height: auto;
  }
  .section-advantage-item.is-open .icon-allow {
    transform: rotate(180deg);
  }
}

/* section-download */
.section-download {
  padding: 0.6rem 0;
  color: #20272b;
}
.section-download-item {
  display: flex;
  height: 300px;
  align-items: center;
  border-bottom: 1px solid rgba(32, 39, 43, 0.4);
}
.section-download-item:hover {
  background-color: #4d5355;
}
.section-download-icon {
  padding: 0 0.3rem;
}
.section-download-item img {
  width: 60px;
}
.section-download-icon i {
  color: #41bda7;
  font-size: 0.6rem;
}
.section-download-links {
  padding-top: 60px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.section-download-links-desktop {
  display: flex;
  flex-direction: column;
}
.section-download-link {
  margin-bottom: 10px;
}
.section-download-links a {
  color: #41bda7;
  margin-bottom: 10px;
}
.section-download-links a:hover {
  color: #f8f9fa;
  text-decoration: underline;
}
.section-download-item:hover {
  color: #f8f9fa;
}
.section-download-item:hover .section-download-links-title {
  color: #f8f9fa;
}
.section-download-links-title {
  font-size: 0.26rem;
  margin-bottom: 0.3rem;
}

@media (max-width: 767.98px) {
  .section-download-item {
    height: auto;
    padding: 0.24rem 0;
  }
  .section-download-icon {
    padding: 0 12px 0 6px;
  }
  .section-download-item img {
    width: 54px;
  }
  .section-download-links {
    padding-top: 0;
    height: auto;
    flex-direction: row;
    align-items: center;
  }
  .section-download-links-title {
    margin-bottom: 0;
    margin-right: 12px;
    word-break: keep-all;
    font-size: 0.19rem;
  }
  .section-download-links > a,
  .section-download-link {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .section-download-links-desktop {
    flex-direction: row;
  }
  .section-download-links-desktop a {
    margin-bottom: 0;
  }
}
@media (max-width: 450px) {
  .section-download-links-desktop {
    flex-direction: column;
  }
  
  .section-download-links-desktop a {
    margin-bottom: 10;
  }
}

/* section-comments */
.section-comments {
  background-color: #20272b;
}
.section-comments-list {
  display: flex;
  justify-content: space-around;
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}
.section-comments-item.lazy {
  width: 282px;
  position: relative;
  right: 0;
  top: 30px;
  text-align: left;
  height: 570px;
  background: url("../img/black_frame.png") no-repeat;
  z-index: 1;
}
.section-comments-item {
  width: 282px;
  position: relative;
  right: 0;
  top: 30px;
  text-align: left;
  height: 570px;
  background-color: #eee;
  z-index: 1;
}
.section-comments-item-warp {
  height: 390px;
  width: 244px;
  position: relative;
  top: 107px;
  left: 19px;
  overflow: hidden;
}
.section-comments-item-list {
  width: 244px;
  padding: 0 15px;
  overflow: hidden;
  top: 0;
  position: absolute;
  margin: 0;
  transition: all 1s;
}
.section-comments-item-list li {
  padding: 10px 0 15px 0;
  height: 130px;
  border-bottom: 1px solid #eee;
}

.cmt_title,
.cmt_author {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cmt_title {
  font-size: 16px;
  width: 12em;
  color: #333;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.cmt_stars.lazy{
  width: 96px;
  height: 16px;
  background: url("../img/sprites.png") no-repeat;
  margin: 0 0 5px 0;
  background-position: -60px -20px;
}
.cmt_stars {
  width: 96px;
  height: 16px;
  background: url("") no-repeat;
  margin: 0 0 5px 0;
  background-position: -60px -20px;
}
.cmt_text,
.cmt_info {
  font-size: 13px;
  height: 23px;
  line-height: 23px;
  color: #666;
  margin: 0;
  overflow: hidden;
}
.cmt_author {
  display: inline-block;
  max-width: 8em;
  vertical-align: bottom;
}
.cmt_text {
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 46px;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .section-comments-item3 {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .section-comments-item2 {
    display: none;
  }
}

/* section-member */
.section-member {
  background-image: url(../img/pic_3.png);
  background-size: cover;
  text-align: center;
}
.section-member .section-title {
  margin-bottom: 20px;
}
.section-member-desc {
  margin-bottom: 0.6rem;
  color: #a8afb7;
}
.section-member-button {
  display: inline-block;
  width: 200px;
  height: 60px;
  line-height: 60px;
  margin-top: 60px;
  color: #f8f9fa;
  background: linear-gradient(74deg, rgba(255, 131, 89, 1) 0%, rgba(255, 223, 64, 1) 100%);
  box-shadow: 0px 10px 10px rgba(251, 205, 30, 0.2);
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}
.section-member-button:hover {
  background: linear-gradient(to bottom, #ff8359, #ffdf40);
}
.section-member-list > div {
  padding: 0 10px;
}
.section-member-item {
  display: flex;
  flex-direction: column;
  font-size: 0.26rem;
  font-weight: 300;
}
.section-member-item-icon {
  margin-bottom: 0.2rem;
}
.section-member-item img {
  height: 0.6rem;
}

@media (max-width: 991.98px) {
  .section-member-item {
    font-size: 0.18rem;
  }
}

@media (max-width: 767.98px) {
  .section-member-button {
    width: 2.5rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.24rem;
  }
  .section-member-item {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.2rem;
  }
  .section-member-item-icon {
    margin-bottom: 0;
    margin-right: 0.2rem;
  }
  .section-member-desc {
    font-size: 0.22rem;
    color: #fbc90d;
  }
}


.section-contact-languages {
  display: flex;
  justify-content: flex-end;
  position: relative;
  cursor: pointer;
}
.section-contact-language-icon {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 14px;
}
.section-contact-language {
  width: 96px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 12px;
  cursor: pointer;
}
.section-contact-pc .section-contact-language {
  width: auto;
  height: 15px;
  line-height: 15px;
  padding: 0 20px;
  border: none;
  font-size: 12px;
  font-weight: 400;
  color: #a8afb7;
}
.section-contact-language::selection {
  background-color: transparent;
}
.section-contact-languages-list {
  position: absolute;
  bottom: 100%;
  width: 96px;
  background-color: #fff;
  color: #222;
}
.section-contact-pc .section-contact-languages-list {
  bottom: 130%;
  left: 10px;
}
.section-contact-languages-item {
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  text-align: center;
  background-color: #4d5355;
  color: #1ac89d;
}
.section-contact-languages-item:hover {
  background-color: #1ac89d;
  color: #fff;
}
.section-contact-languages-item::selection {
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .section-contact-pc {
    display: none;
  }
  .section-contact-mob {
    display: block;
  }

  .section-contact-languages {
    justify-content: center;
  }
  .section-contact-links {
    max-width: 90%;
    margin-left: 5%;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    text-align: center;
  }
  .section-contact-links a {
    padding: 0 0.09rem;
  }
  .section-contact-links a:last-of-type {
    border: none;
  }
  .section-contact-icon i {
    font-size: 30px;
  }
  .section-contact-icon-hover {
    display: none !important;
  }
}

/* section-help */
.section-help {
  display: none;
  padding: 0.6rem 0;
  text-align: center;
  background-color: #20272b;
  border-top: 1px solid rgba(248, 249, 250, 0.3);
}
.section-help-title {
  font-size: 0.32rem;
  color: #41bda7;
  margin-bottom: 0.3rem;
}
.section-help-list a {
  color: #a8afb7;
  padding: 0 0.25rem;
  border-right: 1px solid rgba(248, 249, 250, 0.3);
}
.section-help-list a:last-of-type {
  border: none;
}

@media (max-width: 767.98px) {
  .section-help {
    display: block;
  }
}

/* solutions */
.solutions {
  color: #20272b;
}
.solutions .header {
  color: #f8f9fa;
  background-image: url(/img/pic_1-1.png);
  background-size: cover;
  background-position: center;
}
.solutions .title-1 {
  font-size: 0.5rem;
  color: #fff;
}
.solutions .title-2 {
  font-size: 0.4rem;
  color: #3e4847;
  margin-bottom: 0.8rem;
  text-align: center;
}
.solutions .title-3 {
  font-size: 26px;
  color: #080505;
}
.solutions .button-1 {
  padding: 0.2rem 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f8f9fa;
  color: #f8f9fa;
  margin-top: 0.2rem;
  cursor: pointer;
}
.solutions .section {
  padding-top: 1.2rem;
}
.solutions .header .content {
  height: 5.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.solutions .section-help,
.solutions .section-contact {
  padding-top: 0.6rem;
}
.solutions .section-1 .items {
  display: flex;
  justify-content: space-between;
}
.solutions .section-1 .item {
  width: 48%;
  padding: 0.3rem;
  border-bottom: 1px solid rgba(32, 39, 43, 0.3);
}
.solutions .section-1 .item .title {
  margin-bottom: 0.3rem;
  font-size: 26px;
  color: #080505;
}
.solutions .section-1 .item .iconfont {
  font-size: 26px;
  color: #1ac89d;
  margin-right: 0.2rem;
}
.solutions .section-2 .items-1 {
  display: flex;
  justify-content: space-between;
}
.solutions .section-2 .item-1 {
  padding: 0.3rem 0;
  text-align: center;
  width: 23%;
  font-size: 0.3rem;
  color: #41bda7;
  border-bottom: 1px solid rgba(32, 39, 43, 0.3);
}
.solutions .section-2 .item-1 span {
  width: 23%;
  font-size: 14px;
  color: #20272b;
}
.solutions .section-2 .items-2 {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.solutions .section-2 .item-2 {
  width: 32%;
  padding: 0.4rem 10px 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid rgba(32, 39, 43, 0.3);
  text-align: center;
  margin: 10px 0;
}
.solutions .section-2 .item-2 i {
  font-size: 0.8rem;
  color: #41bda7;
}
.solutions .section-2 .item-2-title {
  font-size: 26px;
  margin: 0.3rem 0 0.3rem;
  color: #080505;
}
.solutions .section-3 .item .container {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.solutions .section-3 .item-2 {
  background-color: #f8f9fa;
}
.solutions .section-3 .item img {
  width: 1.36rem;
  height: 1.36rem;
}
.solutions .section-3 .item .title {
  font-size: 26px;
  color: #080505;
  margin-bottom: 0.3rem;
}
.solutions .section-4 {
  padding-bottom: 1.2rem;
}
.solutions .section-4 .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.solutions .section-4 .container .desc {
  margin-top: -0.5rem;
}
.solutions .section-4 form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0.6rem;
}
.solutions .section-4 form input,
.solutions .section-4 form textarea {
  width: 420px;
  height: 40px;
  line-height: 40px;
  border: none;
  border-bottom: 1px solid rgba(32, 39, 43, 0.3);
  margin-bottom: 0.4rem;
}
.solutions .section-4 form textarea {
  height: 80px;
  line-height: normal;
  background-color: #f8f9fa;
  resize: none;
}
.solutions .section-4 form input:focus,
.solutions .section-4 form textarea:focus {
  outline: none;
}
.solutions .section-4 .button-1 {
  padding: 0.1rem 0.3rem;
  background-color: #fff;
  border: 1px solid rgba(32, 39, 43, 0.3);
  color: #080505;
}
@media (max-width: 767.98px) {
  .section-intro-download span {
    display: block;
    white-space: nowrap;
  }
  .solutions .section-1 .items {
    flex-direction: column;
  }
  .solutions .section-1 .item {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .solutions .section-1 .item .title {
    font-size: 0.3rem;
  }
  .solutions .section-1 .item .iconfont {
    font-size: 0.3rem;
  }
  .solutions .section-2 .items-1 {
    flex-wrap: wrap;
  }
  .solutions .section-2 .item-1 {
    width: 48%;
  }
  .solutions .section .item-2 {
    width: 100%;
  }
  .solutions .section-3 .item .container {
    flex-direction: column;
    text-align: center;
  }
  .solutions .section-3 .item .container img {
    margin: 20px 0;
  }
  .solutions .section-4 form input,
  .solutions .section-4 form textarea {
    max-width: 360px;
  }
}
@media (max-width: 440px) {
  .section-intro-title {
    font-size: 0.4rem;
  }
  .bigTitle {
    display: flex;
    /* align-items: center; */
    /* flex-direction: column; */
    justify-content: center;
    /* margin-left: 15px; */
  }
  .bigTitle div {
    text-align: center;
  }
  .bigTitle span {
    text-align: center;
  }
  .section-intro-desc {
    margin-left: 15px;
  }
  /* .section-intro-content {
    margin-top: -50px;
  } */
}
@media (max-width: 400px) {
  .section-intro-title {
    font-size: 0.35rem;
  }
  .activity a img {
    width: 0.22rem;
    margin: 9px 0;
    height: 0.22rem;
    margin-right: 0.01rem !important;
    z-index: 2;
    position: relative;
    transition: 0.3s;
  }
}
.activity a img {
  width: 0.22rem;
  margin: 9px 0;
  height: 0.22rem;
  margin-right: 0.08rem !important;
  z-index: 2;
  position: relative;
  transition: 0.3s;
}
.activity a {
  background-color: #fff;
  color: #f09942;
  /* justify-content: center; */
}
.activity:hover img {
  filter: brightness(1000%);
  z-index: 30;
}
.activity-btn {
  transition-delay: 0.4s;
  border: 0;
}
.activity-btn:hover {
  border: 0px solid #f0764d;
}
@media (max-width: 991.98px) {
  .section-intro-downloads a {
    width: 100%;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 400px) {
  .section-intro-download .iconfont {
    font-size: 0.28rem;
    margin-right: 0.1rem;
    vertical-align: middle;
  }
}
.section-contact-friendly-link {
  display: flex;
  justify-content: center;
}
.section-contact-friendly-link > * {
  font-size: 10px;
  padding: 0 0.12rem;
  /* border-right: 1px solid rgba(248, 249, 250, 0.3); */
}
.section-contact-friendly-link > *:hover {
  color: #f8f9fa;
  text-decoration: underline;
}
.section-contact-friendly-link > :first-child {
  /* font-size: 10px;
  padding: 0 .1rem; */
  padding: 0;
  border-right: unset;
}
.section-contact-friendly-link > :first-child:hover {
  color: inherit;
  text-decoration: unset;
}

@media (max-width: 768px) {
  .section-contact-friendly-link {
    display: flex;
    justify-content: center;
    margin-bottom: 0.2rem;
  }
  .section-contact-friendly-link > * {
    font-size: 12px;
    padding: 0 0.03rem;
    /* border-right: 1px solid rgba(248, 249, 250, 0.3); */
  }
}
