@media (max-width: 992px) {
  html {
    font-size: 20px;
  }
}
@media (max-width: 512px) {
  html {
    font-size: 10px;
  }
}
@keyframes a-fadeIn-bottom {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes a-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mainCont .module-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mainCont .module-header .module-title {
  position: relative;
  font-size: 34px;
  color: #313642;
}
.mainCont .module-header .module-title::before, .mainCont .module-header .module-title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 2px;
  background-color: #ea4731;
}
.mainCont .module-header .module-title::before {
  left: -122px;
}
.mainCont .module-header .module-title::after {
  right: -122px;
}
.mainCont .module-header .module-desc {
  position: relative;
  margin-top: 15px;
  padding: 0 36px;
  line-height: 68px;
  font-size: 24px;
  color: #3f4657;
  text-align: center;
}
.mainCont .module-header .module-desc p {
  z-index: 1;
}
.mainCont .module-header .module-desc::before, .mainCont .module-header .module-desc::after {
  z-index: 0;
  content: "";
  position: absolute;
  width: 43px;
  height: 36px;
  background-size: 100% 100%;
}
.mainCont .module-header .module-desc::before {
  background: url("../images/quotation_mark_left.png");
  left: 0;
  top: 0;
}
.mainCont .module-header .module-desc::after {
  background: url("../images/quotation_mark_right.png");
  right: 0;
  bottom: 0;
}
.mainCont .tab-bar {
  padding-left: 6px;
  display: flex;
  border-bottom: 1px solid #dfdfdf;
  overflow-x: auto;
}
.mainCont .tab-bar li {
  position: relative;
  padding: 0 22px 22px;
  font-size: 18px;
  color: #313642;
  white-space: nowrap;
}
.mainCont .tab-bar li:nth-child(n+2) {
  margin-left: 40px;
}
.mainCont .tab-bar li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}
.mainCont .tab-bar li:hover {
  cursor: pointer;
  color: #e94730;
}
.mainCont .tab-bar li:hover::after {
  background-color: #ea533d;
}
.mainCont .tab-bar li.tab-active {
  color: #e94730;
}
.mainCont .tab-bar li.tab-active::after {
  background-color: #ea533d;
}
.mainCont .box-banner {
  height: 420px;
  background: -moz-linear-gradient(left, #171924, #141C33);
  background: -webkit-linear-gradient(left, #171924, #141C33);
  background: -o-linear-gradient(left, #171924, #141C33);
  background: -ms-linear-gradient(left, #171924, #141C33);
  background: linear-gradient(to right, #171924, #141C33);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.mainCont .box-banner img {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  animation: a-fadeIn 3s linear forwards;
}
.mainCont .box-banner img.img-banner {
  display: block;
}
.mainCont .box-banner img.img-banner-m {
  display: none;
}
.mainCont .box-banner .box-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  animation: a-fadeIn-bottom 1s ease-in-out forwards;
}
.mainCont .box-banner .box-text::after {
  content: "";
  width: 78px;
  height: 4px;
  background-color: #fff;
  margin-top: 97px;
}
.mainCont .box-banner .box-text .banner-title {
  font-size: 48px;
  color: #fff;
  margin-bottom: 26px;
}
.mainCont .box-banner .box-text .banner-subTitle {
  font-size: 24px;
  color: rgba(223, 236, 255, 0.6);
}
.mainCont .box-banner .box-text .banner-subTitle p {
  display: inline-block;
  text-align: center;
}
.mainCont .box-successStory {
  padding: 68px 0 30px 0;
  background-color: #f6f7f8;
}
/* .mainCont .box-successStory .box-list-success {
  margin-top: 43px;
} */
.mainCont .box-successStory .box-list-success.container {
  padding-left: 0px;
  padding-right: 0px;
}
.mainCont .box-successStory .box-list-success .item-success {
  margin-bottom: 38px;
  padding-bottom: 105px;
  background-color: #fff;
  transition: all 0.2s linear;
}
.mainCont .box-successStory .box-list-success .item-success p {
  padding: 0 22px 0 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.mainCont .box-successStory .box-list-success .item-success p.item-success-title {
  margin-top: 36px;
  font-size: 24px;
  color: #171924;
}
.mainCont .box-successStory .box-list-success .item-success p.item-success-subtitle {
  margin-top: 12px;
  font-size: 16px;
  color: #9b9c9f;
}
.mainCont .box-successStory .box-list-success .item-success::before {
  content: "";
  position: absolute;
  left: 24px;
  bottom: 50px;
  width: 36px;
  height: 4px;
  background-color: #ea4731;
}
.mainCont .box-successStory .box-list-success .item-success::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 30px;
  width: 25px;
  height: 9px;
  background: url("../images/icon_jump_white.png") no-repeat;
  background-size: 100% 100%;
}
.mainCont .box-successStory .box-list-success .item-success:hover {
  cursor: pointer;
  background-color: #ea4731;
  box-shadow: 0 15px 30px rgba(175, 65, 49, 0.3);
  transform: translateY(-2px);
}
.mainCont .box-successStory .box-list-success .item-success:hover p {
  color: white;
}
.mainCont .box-successStory .box-list-success .item-success:hover::before {
  background-color: #fff;
}
.mainCont .box-customer {
  padding: 68px 0 88px;
}
.mainCont .box-customer .tab-bar-customer {
  margin-top: 48px;
  padding-left: 6px;
  display: flex;
  border-bottom: 1px solid #dfdfdf;
}
.mainCont .box-customer .tab-bar-customer li {
  position: relative;
  padding: 0 22px 22px;
  font-size: 18px;
  color: #313642;
}
.mainCont .box-customer .tab-bar-customer li:nth-child(n+2) {
  margin-left: 40px;
}
.mainCont .box-customer .tab-bar-customer li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}
.mainCont .box-customer .tab-bar-customer li:hover {
  cursor: pointer;
  color: #e94730;
}
.mainCont .box-customer .tab-bar-customer li:hover::after {
  background-color: #ea533d;
}
.mainCont .box-customer .tab-bar-customer li.tab-active {
  color: #e94730;
}
.mainCont .box-customer .tab-bar-customer li.tab-active::after {
  background-color: #ea533d;
}
.mainCont .box-customer .box-img-customer {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
}
.mainCont .box-customer .box-img-customer .img-customer-item {
  width: 300px;
  height: 145px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainCont .box-customer .box-img-customer .img-customer-item img {
  max-width: 100%;
  max-height: 100%;
}
.mainCont .content-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto -1px;
  max-width: 100%;
  height: 130px;
  background: url("../images/tryout.png");
  background-size: 100% 100%;
  padding: 0;
}
.mainCont .content-bottom .bottom-text {
  margin-left: 44px;
  color: #fff;
  font-size: 30px;
}
.mainCont .content-bottom .bottom-button-box {
  display: flex;
  /* width: 334px; */
  justify-content: center;
  margin: 0 76px 0 56px;
}
.mainCont .content-bottom .bottom-button-box .bottom-button {
  font-size: 20px;
  border: 1px solid #ea4731;
  width: 145px;
  height: 45px;
  line-height: 43px;
  color: #fff;
  background: #ea4731;
  cursor: pointer;
}
.mainCont .content-bottom .bottom-button-box .bottom-button.bottom-button-active {
  color: #fff;
  background: transparent;
  border-color: #fff;
}
.mainCont .content-bottom .bottom-button-box .bottom-button .button-icon {
  width: 22px;
  height: 19px;
  background: url("./../../images/index/talk.png");
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 15px;
}

@media (max-width: 992px) {
  .mainCont .module-header .module-title::before, .mainCont .module-header .module-title::after {
    display: none;
  }
  .mainCont .module-header .module-desc {
    margin-top: 0.75rem;
    padding: 0 1.8rem;
    line-height: 3.4rem;
    font-size: 1.2rem;
  }
  .mainCont .module-header .module-desc::before, .mainCont .module-header .module-desc::after {
    z-index: 0;
    content: "";
    position: absolute;
    width: 2.15rem;
    height: 1.8rem;
    background-size: 100% 100%;
  }
  .mainCont .tab-bar {
    border-bottom: 1px solid transparent;
  }
  .mainCont .tab-bar li {
    position: relative;
    padding: 0 0 0.85rem;
    font-size: 1.4rem;
    white-space: nowrap;
  }
  .mainCont .tab-bar li:nth-child(n+2) {
    margin-left: 3rem;
  }
  .mainCont .tab-bar li::after {
    height: 0.2rem;
  }
  .mainCont .tab-bar li:hover {
    color: #313642;
  }
  .mainCont .tab-bar li:hover::after {
    background-color: transparent;
  }
  .mainCont .tab-bar li.tab-active {
    color: #e94730;
  }
  .mainCont .tab-bar li.tab-active::after {
    background-color: #e94730;
  }
  .mainCont .tab-bar li.tab-active a {
    color: #e94730;
  }
  .mainCont .tab-bar li.tab-active a:hover {
    color: #e94730;
  }
  .mainCont .tab-bar li a {
    font-size: 1.4rem;
  }
  .mainCont .tab-bar li a:hover {
    color: #313642;
  }
  .mainCont .box-banner {
    height: 56vw;
    background-color: transparent;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
  }
  .mainCont .box-banner img {
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
  .mainCont .box-banner img.img-banner {
    display: none;
  }
  .mainCont .box-banner img.img-banner-m {
    display: block;
  }
  .mainCont .box-banner .box-text {
    margin-top: 17.8666666667vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    animation: a-fadeIn-bottom 1s ease-in-out forwards;
  }
  .mainCont .box-banner .box-text::after {
    display: none;
  }
  .mainCont .box-banner .box-text .banner-title {
    position: relative;
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 2.9333333333vw;
  }
  .mainCont .box-banner .box-text .banner-title::after {
    content: "";
    position: absolute;
    top: 6.9rem;
    left: 50%;
    transform: translateX(-50%);
    width: 5.7rem;
    height: 0.25rem;
    background-color: #fff;
    margin-top: 2.45rem;
  }
  .mainCont .box-banner .box-text .banner-subTitle {
    font-size: 1.5rem;
    color: rgba(223, 236, 255, 0.6);
  }
  .mainCont .box-banner .box-text .banner-subTitle p {
    display: block;
    text-align: center;
  }
  .mainCont .box-successStory {
    padding: 3.4rem 2.6rem 30px;
    background-color: #f6f7f8;
  }
  .mainCont .box-successStory .box-list-success {
    margin-top: 3.4rem;
  }
  .mainCont .box-successStory .box-list-success.container {
    padding-left: 0;
    padding-right: 0;
  }
  .mainCont .box-successStory .box-list-success .item-success {
    margin-bottom: 3.3rem;
    padding-bottom: 5rem;
    background-color: #fff;
    transition: all 0.2s linear;
  }
  .mainCont .box-successStory .box-list-success .item-success p {
    padding: 0 22px 0 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .mainCont .box-successStory .box-list-success .item-success p.item-success-title {
    margin-top: 3.4rem;
    font-size: 1.5rem;
    color: #171924;
  }
  .mainCont .box-successStory .box-list-success .item-success p.item-success-subtitle {
    margin-top: 0.75rem;
    font-size: 1.2rem;
    color: #9b9c9f;
  }
  .mainCont .box-successStory .box-list-success .item-success::before {
    content: "";
    position: absolute;
    left: 24px;
    bottom: 2.95rem;
    width: 36px;
    height: 4px;
    background-color: #ea4731;
  }
  .mainCont .box-successStory .box-list-success .item-success::after {
    content: "";
    position: absolute;
    right: 22px;
    bottom: 30px;
    width: 25px;
    height: 9px;
    background: url("../../images/news/icon_jump_white.png") no-repeat;
    background-size: 100% 100%;
  }
  .mainCont .box-successStory .box-list-success .item-success:hover {
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 15px 30px rgba(175, 65, 49, 0);
    transform: translateY(0);
  }
  .mainCont .box-successStory .box-list-success .item-success:hover p.item-success-title {
    color: #171924;
  }
  .mainCont .box-successStory .box-list-success .item-success:hover p.item-success-subtitle {
    color: #9b9c9f;
  }
  .mainCont .box-successStory .box-list-success .item-success:hover::before {
    background-color: #ea4731;
  }
  .mainCont .box-customer {
    padding: 3.4rem 2.6rem;
    background-color: #f6f7f9;
  }
  .mainCont .box-customer .tab-bar-customer {
    margin-top: 48px;
    padding-left: 6px;
    display: flex;
    border-bottom: 1px solid transparent;
    overflow-x: auto;
  }
  .mainCont .box-customer .tab-bar-customer li {
    position: relative;
    padding: 0 0 1.1rem;
    font-size: 1.2rem;
    color: rgba(49, 54, 66, 0.8);
    white-space: nowrap;
  }
  .mainCont .box-customer .tab-bar-customer li:nth-child(n+2) {
    margin-left: 40px;
  }
  .mainCont .box-customer .tab-bar-customer li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 88%;
    height: 0.2rem;
  }
  .mainCont .box-customer .tab-bar-customer li:hover {
    cursor: pointer;
    color: rgba(49, 54, 66, 0.8);
  }
  .mainCont .box-customer .tab-bar-customer li:hover::after {
    background-color: transparent;
  }
  .mainCont .box-customer .tab-bar-customer li.tab-active {
    color: #313642;
  }
  .mainCont .box-customer .tab-bar-customer li.tab-active::after {
    background-color: #ea533d;
  }
  .mainCont .box-customer .box-img-customer {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
  }
  .mainCont .box-customer .box-img-customer .img-customer-item {
    width: 50%;
    height: auto;
    margin: 5px 0;
  }
  .mainCont .box-customer .box-img-customer .img-customer-item img {
    max-width: 100%;
    max-height: 100%;
  }
  .mainCont .content-bottom {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0 auto;
    max-width: 1294px;
    /* height: 6.5rem; */
    height: 29.0666666667vw;
    background: url("./../../images/index/tryout-m.png");
    background-size: 100% 100%;
    padding: 0;
    margin-bottom: -1px;
  }
  .mainCont .content-bottom .bottom-text {
    margin-bottom: 1rem;
    margin-left: 0;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
  }
  .mainCont .content-bottom .bottom-button-box {
    width: 16.7rem;
    justify-content: center;
    margin: 0;
  }
  .mainCont .content-bottom .bottom-button-box .bottom-button {
    font-size: 1rem;
    width: 7.25rem;
    height: 2rem;
    line-height: 2rem;
    border-width: 0.05rem;
    cursor: pointer;
  }
  .mainCont .content-bottom .bottom-button-box .bottom-button.bottom-button-active {
    color: #ea4731;
    background: #fff;
  }
}
