@media (max-width: 992px) {
  html {
    font-size: 20px;
  }
}
@media (max-width: 512px) {
  html {
    font-size: 10px;
  }
}
.wh {
  width: 100%;
}

.mainCont .common-box {
  background-color: #fff;
  padding-top: 100px;
}
.mainCont .common-box.common-bg {
  background-color: #f6f7f9;
}
.mainCont .common-box.open {
  padding-top: 0;
  padding-bottom: 100px;
}
.mainCont .common-box .common-title {
  line-height: 1;
  font-size: 34px;
  color: #313642;
}
.mainCont .common-box .common-title span:before, .mainCont .common-box .common-title span:after {
  content: "";
  position: absolute;
  width: 96px;
  height: 2px;
  background-color: #ea4731;
  top: 50%;
  margin-top: -1px;
}
.mainCont .common-box .common-title span:before {
  left: 130%;
}
.mainCont .common-box .common-title span:after {
  right: 130%;
}
.mainCont .box-banner {
  height: 500px;
  display: flex;
  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);
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.mainCont .box-banner img {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.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;
  animation: a-fadeIn-bottom 1s ease-in-out forwards;
  position: relative;
  z-index: 10;
  animation: a-fadeIn-bottom 1s ease-in-out forwards;
}
@keyframes a-fadeIn-bottom {
  from {
    opacity: 0;
    transform: translateY(40%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.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;
}
.mainCont .box-banner .box-text .banner-title span {
  font-size: 30px;
}
.mainCont .box-banner .box-text .banner-subTitle {
  font-size: 24px;
  color: rgba(223, 236, 255, 0.6);
  margin-bottom: 28px;
}
.mainCont .box-banner .box-text .banner-subTitle p {
  text-align: left;
}
.mainCont .tool-box {
  background-color: #f6f7f9;
  padding: 0 0 0;
  margin-bottom: -1px;
}
.mainCont .tool-box .box-btn {
  font-size: 0;
  margin-bottom: 53px;
  padding-top: 68px;
}
.mainCont .tool-box .box-btn .box-item-doc {
  margin: 0 6px 15px;
  padding: 23px 0 0 111px;
  width: 387px;
  height: 142px;
  background: white;
  border: 1px solid #edeff2;
  box-shadow: 0px 4px 10px 0px rgba(60, 66, 79, 0.06);
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.mainCont .tool-box .box-btn .box-item-doc img {
  position: absolute;
  width: 77px;
  height: 86px;
  top: 35px;
  left: 23px;
}
.mainCont .tool-box .box-btn .box-item-doc .item-doc-cont {
  margin-left: 23px;
  width: 216px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.mainCont .tool-box .box-btn .box-item-doc .item-doc-cont p {
  width: 100%;
  font-size: 16px;
  color: #171924;
  line-height: 22px;
  min-height: 66px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.mainCont .tool-box .box-btn .box-item-doc .item-doc-cont .btn-getDoc {
  height: 22px;
  text-align: center;
  margin-top: 14px;
  padding: 0 14px;
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  background-color: #e94730;
}
.mainCont .tool-box .content-bottom {
  /* width: 1200px; */
  margin: 0 auto 0;
  height: 135px;
  background: url("/assets/images/solution/detail/tryout.png");
  background-size: 100% 100%;
  /* box-shadow: 0 0 10px 0px #e94730; */
}
.mainCont .tool-box .content-bottom .bottom-text {
  margin-left: 44px;
  color: #fff;
  font-size: 30px;
}
.mainCont .tool-box .content-bottom .bottom-button-box {
  font-size: 0;
}
.mainCont .tool-box .content-bottom .bottom-button-box:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.mainCont .tool-box .content-bottom .bottom-button-box .bottom-button {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ea4731;
  width: 145px;
  height: 45px;
  font-size: 20px;
  line-height: 43px;
  color: #fff;
  background: #ea4731;
  margin: 0 10px;
  cursor: pointer;
}
.mainCont .tool-box .content-bottom .bottom-button-box .bottom-button.bottom-button-active {
  color: #fff;
  background: transparent;
  border-color: #fff;
}
.mainCont .tool-box .content-bottom .bottom-button-box .bottom-button .button-icon {
  width: 28px;
  height: 24px;
  vertical-align: -4px;
  margin-right: 15px;
}
.mainCont .tool-box .content-bottom .bottom-button-box .bottom-button .button-icon.button-icon-1 {
  width: 27px;
  height: 26px;
  background: url("/assets/images/common/sideToolBar/icon_support_hl.png");
  background-size: 100% 100%;
}
.mainCont .tool-box .content-bottom .bottom-button-box .bottom-button .button-icon.button-icon-2 {
  background: url("/assets/images/solution/detail/button-icon-2.png");
  background-size: 100% 100%;
}
.mainCont .tool-box .content-bottom .bottom-button-box .bottom-button .button-icon.button-icon-3 {
  background: url("/assets/images/solution/detail/button-icon-3.png");
  background-size: 100% 100%;
}
.mainCont .tool-box .content-bottom .bottom-button-box .bottom-button-1 {
  width: 158px;
}
.mainCont .tool-box .content-bottom .bottom-button-box .bottom-button-2 {
  width: 438px;
}
.mainCont .tool-box .content-bottom .bottom-button-box .bottom-button-3 {
  width: 158px;
}
.mainCont .user-demand {
  padding-bottom: 100px;
}
.mainCont .user-demand .common-title .subtitle {
  width: 550px;
  line-height: 20px;
  font-size: 16px;
  color: #313233;
  top: 80px;
  left: 0;
  right: 0;
  margin: 0 auto 0;
}
.mainCont .user-demand .details-list {
  font-size: 0;
  margin-top: 60px;
}
.mainCont .user-demand .details-list .list {
  vertical-align: top;
}
.mainCont .user-demand .details-list.details-list1 .list.text-box {
  width: 699px;
  padding-right: 136px;
  padding-top: 19px;
}
.mainCont .user-demand .details-list.details-list1 .list .text1 {
  line-height: 28px;
  font-size: 16px;
  color: #313233;
  margin-bottom: 63px;
}
.mainCont .user-demand .details-list.details-list1 .list .text2 {
  line-height: 30px;
  font-size: 18px;
  color: #2f3033;
}
.mainCont .user-demand .details-list.details-list1 .list .text2 span {
  font-weight: bold;
  color: #e94730;
}
.mainCont .user-demand .details-list.details-list1 .list .text3 {
  line-height: 25px;
  margin-top: 14px;
  font-size: 16px;
  color: #939699;
}
.mainCont .product-value {
  padding-bottom: 100px;
}
.mainCont .product-value img {
  margin: 0 auto;
}
.mainCont .product-value .text {
  width: 1200px;
  line-height: 32px;
  font-size: 16px;
  color: #313233;
  margin: 42px auto 42px;
}
.mainCont .user-value {
  padding-bottom: 100px;
}
.mainCont .user-value .val-list {
  width: 1200px;
  margin: 80px auto 0;
}
.mainCont .user-value .val-list li {
  padding-left: 210px;
}
.mainCont .user-value .val-list li:not(:last-child) {
  margin-bottom: 62px;
}
.mainCont .user-value .val-list li .img-box {
  width: 154px;
  padding-top: 0;
  top: 0;
  left: 0;
}
.mainCont .user-value .val-list li .img-box img {
  margin: 0 auto;
}
.mainCont .user-value .val-list li h3 {
  line-height: 1;
  font-size: 28px;
  color: #e94730;
  margin-bottom: 12px;
}
.mainCont .user-value .val-list li p {
  line-height: 28px;
  font-size: 16px;
  color: #313233;
}
.mainCont .app-scenario {
  padding-bottom: 100px;
}
.mainCont .app-scenario .detail-list {
  width: 1200px;
  margin: 81px auto 0;
}
.mainCont .app-scenario .detail-list .list {
  width: 530px;
  padding-left: 101px;
}
.mainCont .app-scenario .detail-list .list .img-box {
  width: 81px;
  height: 74px;
  top: -15px;
  left: 0;
}
.mainCont .app-scenario .detail-list .list .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.mainCont .app-scenario .detail-list .list h3 {
  line-height: 47px;
  font-size: 28px;
  color: #e94730;
  margin-bottom: 12px;
}
.mainCont .app-scenario .detail-list .list p {
  line-height: 28px;
  font-size: 16px;
  color: #313233;
}
.mainCont .user-practice {
  padding-bottom: 100px;
}
.mainCont .user-practice .logo-box {
  width: 1220px;
  margin: 65px auto 0;
  font-size: 0;
}
.mainCont .user-practice .logo-box .logo-wrap {
  width: 285px;
  height: 100px;
  background-color: #fff;
  margin: 15px 10px;
  box-shadow: 0 10px 14px rgba(162, 162, 162, 0.2);
}
.mainCont .user-practice .logo-box .logo-wrap img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}
@media (max-width: 1270px) and (min-width: 992px) {
  .mainCont .tool-box .box-btn .box-item-doc {
    margin: 0 4px 15px;
    padding: 23px 0 0 90px;
    width: 360px;
    height: 132px;
  }
  .mainCont .tool-box .content-bottom {
    width: 100%;
  }
  .mainCont .product-value .text {
    width: 63.54%;
  }
  .mainCont .product-value img {
    width: 66.25%;
  }
  .mainCont .user-demand .details-list {
    font-size: 0;
    margin-top: 41px;
  }
  .mainCont .user-demand .details-list .list {
    vertical-align: top;
  }
  .mainCont .user-demand .details-list.details-list1 .list.text-box {
    width: 63.54%;
    padding-right: 0;
    padding-top: 85px;
  }
  .mainCont .user-value .val-list {
    width: 80%;
  }
  .mainCont .app-scenario .detail-list {
    width: 80%;
  }
  .mainCont .app-scenario .detail-list .list {
    width: 44.17%;
  }
  .mainCont .user-practice .logo-box {
    width: 918px;
  }
}
@media (max-width: 992px) {
  .mainCont {
    background-color: #f6f7f9;
  }
  .mainCont .common-box {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
  .mainCont .common-box.open {
    padding-bottom: 13.3333333333vw;
  }
  .mainCont .common-box .common-title {
    line-height: 1;
    font-size: 4.5333333333vw;
  }
  .mainCont .common-box .common-title span:before, .mainCont .common-box .common-title span:after {
    width: 12.8vw;
  }
  .mainCont .common-box .common-title span:before {
    left: 120%;
  }
  .mainCont .common-box .common-title span:after {
    right: 120%;
  }
  .mainCont .box-banner {
    height: 90.6666666667vw;
    background-color: transparent;
    align-items: flex-start;
  }
  .mainCont .box-banner img {
    width: 100%;
    height: 100%;
  }
  .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;
    align-items: center;
  }
  .mainCont .box-banner .box-text::after {
    display: none;
  }
  .mainCont .box-banner .box-text .banner-title {
    position: relative;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 2.9333333333vw;
  }
  .mainCont .box-banner .box-text .banner-title span {
    font-size: 1.5rem;
  }
  .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 .tool-box {
    padding: 0 0;
  }
  .mainCont .tool-box .box-btn {
    margin-bottom: 13.3333333333vw;
    padding-top: 13.3333333333vw;
  }
  .mainCont .tool-box .content-bottom {
    width: 100%;
    /* margin-top: 0; */
    height: 29.0666666667vw;
    margin: 0;
    background: url("/assets/images/index/tryout-m.png");
    background-size: 100% 100%;
    align-content: center;
  }
  .mainCont .tool-box .content-bottom .bottom-button-box .bottom-button {
    position: absolute;
    margin: 0;
    width: 24.6666666667vw;
    height: 6.9333333333vw;
    line-height: calc(6.9333333333vw - 2px);
    font-size: 2.1333333333vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mainCont .tool-box .content-bottom .bottom-button-box .bottom-button.bottom-button-1 {
    top: 6.4vw;
    left: 12vw;
    width: 36vw;
  }
  .mainCont .tool-box .content-bottom .bottom-button-box .bottom-button.bottom-button-3 {
    top: 6.4vw;
    right: 12vw;
    width: 36vw;
  }
  .mainCont .tool-box .content-bottom .bottom-button-box .bottom-button.bottom-button-2 {
    width: 76.2666666667vw;
    bottom: 6.4vw;
    left: 50%;
    margin-left: -38.1333333333vw;
  }
  .mainCont .tool-box .content-bottom .bottom-button-box .bottom-button .button-icon {
    width: 3.7333333333vw;
    height: 3.2vw;
    vertical-align: middle;
    margin-right: 2vw;
  }
  .mainCont .tool-box .content-bottom .bottom-button-box .bottom-button .button-icon.button-icon-1 {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
  .mainCont .tool-box .box-btn .box-item-doc {
    margin: 10px auto;
    width: 90%;
  }
  .mainCont .tool-box .box-btn .box-item-doc .item-doc-cont {
    margin-left: 5px;
    width: 90%;
  }
  .mainCont .product-value .text {
    width: 88%;
  }
  .mainCont .product-value img {
    width: 95.25%;
  }
  .mainCont .user-demand .common-title .subtitle {
    width: 80%;
  }
  .mainCont .user-demand .details-list {
    font-size: 0;
    margin-top: 10.6666666667vw;
  }
  .mainCont .user-demand .details-list .list {
    vertical-align: top;
  }
  .mainCont .user-demand .details-list.details-list1 .list.text-box {
    width: 88%;
    padding-right: 0;
    padding-top: 0;
  }
  .mainCont .user-demand .details-list.details-list1 .list img {
    width: 76%;
    margin: 20px auto 0;
  }
  .mainCont .user-value .val-list {
    width: 80%;
    margin: 10.6666666667vw auto 0;
  }
  .mainCont .user-value .val-list li {
    padding-left: 16vw;
  }
  .mainCont .user-value .val-list li:not(:last-child) {
    margin-bottom: 9.6vw;
  }
  .mainCont .user-value .val-list li .img-box {
    width: 13.8666666667vw;
    padding-top: 0;
  }
  .mainCont .user-value .val-list li .img-box img {
    margin: 0 auto;
    width: 74%;
  }
  .mainCont .user-value .val-list li h3 {
    line-height: 1;
    font-size: 4vw;
    margin-bottom: 1.3333333333vw;
  }
  .mainCont .user-value .val-list li p {
    line-height: 4vw;
    font-size: 2.9333333333vw;
  }
  .mainCont .app-scenario .detail-list {
    width: 80%;
    margin: 33px auto 0;
  }
  .mainCont .app-scenario .detail-list .list {
    width: 100%;
    padding-left: 16vw;
  }
  .mainCont .app-scenario .detail-list .list:not(:last-child) {
    margin-bottom: 33px;
  }
  .mainCont .app-scenario .detail-list .list .img-box {
    width: 13.3333333333vw;
    height: 12.2666666667vw;
    top: -2vw;
    left: 0;
  }
  .mainCont .app-scenario .detail-list .list .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 74%;
  }
  .mainCont .app-scenario .detail-list .list .img-box img.img1 {
    width: 56.79%;
  }
  .mainCont .app-scenario .detail-list .list h3 {
    line-height: 5.0666666667vw;
    font-size: 4vw;
    margin-bottom: 1.3333333333vw;
  }
  .mainCont .app-scenario .detail-list .list p {
    line-height: 4vw;
    font-size: 2.9333333333vw;
  }
  .mainCont .user-practice .logo-box {
    width: 100%;
    text-align: center;
    margin: 10.6666666667vw auto 0;
  }
  .mainCont .user-practice .logo-box .logo-wrap {
    width: 40.6666666667vw;
    height: 18.6666666667vw;
    margin: 2vw 1.3333333333vw;
  }
  .mainCont .user-practice .logo-box .logo-wrap img {
    transform: scale(0.8);
    max-width: 100%;
    max-height: 100%;
  }
}
  /* i i s 7 . c o m */