    .bnr-img {text-align: center;padding-bottom: 50px;}
    .bnr-img img{width:70%}
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-rhs .flow-l p {font-size: 14px; line-height: 28px;}
    #scroll,
    section:nth-of-type(1),
    section:nth-of-type(2),
    section:nth-of-type(3),
    section > .sec-pTB.bg-l-grey.mbH.T20,
    #backToTop {
      display: none !important;
    }
    .soar-base * {
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      font-family: 'ZohoPuvi';
      font-weight: 300;
    }
    .soar-base .sprite {
      background-image: url(https://www.manageengine.cn/log-management/images/security-orchestration-automation-and-response-soar-sprite.png);
      background-size: 1012px 3854px;
      background-repeat: no-repeat;
      display: inline-block;
      vertical-align: middle;
    }
    .soar-base .icn-1 {
      background-position: -500px -270px;
      width: 42px;
      height: 42px;
    }
    .soar-base .icn-2 {
      background-position: -591px -269px;
      width: 43px;
      height: 43px;
    }
    .soar-base .icn-3 {
      background-position: -681px -269px;
      width: 43px;
      height: 43px;
    }
    .soar-base .icn-4 {
      background-position: -22px -1065px;
      width: 240px;
      height: 58px;
    }
    .soar-base .icn-5 {
      background-position: -500px -359px;
      width: 42px;
      height: 45px;
    }
    .soar-base .icn-6 {
      background-position: -597px -361px;
      width: 46px;
      height: 46px;
    }
    .soar-base .icn-7 {
      background-position: -681px -362px;
      width: 43px;
      height: 43px;
    }
    @keyframes flow {
      0% {
        background-position: 0 100000px;
      }
      100% {
        background-position: 0 0;
      }
    }
    @keyframes rotating {
      100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
      }
    }
    @keyframes rotating1 {
      100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
      }
    }
    @keyframes rotating2 {
      100% {
        transform: rotate(2deg);
        -webkit-transform: rotate(2deg);
        -moz-transform: rotate(2deg);
      }
    }
    @keyframes shake {
      from {
        transform: translateY(-8px);
      }
      to {
        transform: translateY(8px);
      }
    }
    @keyframes scale {
      from {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
      }
      to {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
      }
    }
    @keyframes scale1 {
      0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
      }
      50% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
      }
      100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
      }
    }
    @keyframes fade-in {
      from {
        opacity: 0;
      }
      to {
        opacity: 1;
      }
    }
    @keyframes slide-up {
      from {
        transform: translateY(150px);
        -webkit-transform: translateY(150px);
        -moz-transform: translateY(150px);
      }
      to {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
      }
    }
    @keyframes slide-left {
      from {
        transform: translateX(-1000%);
        -webkit-transform: translateX(-1000%);
        -moz-transform: translateX(-1000%);
      }
      to {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
      }
    }
    @keyframes grow-up {
      0% {
        height: 0;
      }
      to {
        height: 91px;
      }
    }
    @keyframes grow-down {
      from {
        height: 0;
      }
      to {
        height: 37px;
      }
    }
    @keyframes grow-right {
      from {
        width: 0;
      }
      to {
        width: 74px;
      }
    }
    @keyframes grow1 {
      0% {
        width: 0;
        height: 0;
      }
      50% {
        width: 2px;
        height: 20px;
      }
      100% {
        width: 210px;
        height: 80px;
      }
    }
    @keyframes grow2 {
      0% {
        width: 0;
        height: 0;
      }
      50% {
        width: 2px;
        height: 20px;
      }
      100% {
        width: 175px;
        height: 48px;
      }
    }
    @keyframes grow3 {
      0% {
        width: 0;
      }
      100% {
        width: 100%;
      }
    }
    .soar-base .animation-box {
      position: relative;
    }
    .soar-base .animation-box * {
      background-image: url(https://www.manageengine.cn/log-management/images/security-orchestration-automation-and-response-soar-sprite.png);
      background-size: 1012px 3854px;
      background-repeat: no-repeat;
      display: inline-block;
      vertical-align: middle;
    }
    .soar-base .animation-box.is-visible {
      opacity: 0;
      transform: translateY(10px);
    }
    .soar-base .animation-box.is-shown {
      opacity: 1;
      transform: translateY(0);
      animation: fade-in 0.3s linear 0.2s both, slide-up 0.3s cubic-bezier(0.26, 0.67, 0.48, 0.91) 0.2s both;
    }
    .soar-base .animation-box.animation-box1.is-visible {
      opacity: 0;
      transform: translateY(0px);
    }
    .soar-base .animation-box.animation-box1.is-shown {
      opacity: 1;
      transform: translateY(0);
      animation: fade-in 0.2s linear 0.2s both, slide-up 0.2s cubic-bezier(0.26, 0.67, 0.48, 0.91) 0.2s both;
    }
    .soar-base .animation-box .img-1 {
      background-position: -17px -16px;
      width: 393px;
      height: 410px;
    }
    .soar-base .animation-box .img-2 {
      background: url('https://www.manageengine.cn/log-management/images/security-orchestration-automation-and-response-soar-02.png') repeat-y 0 0;
      background-size: 370px 346px;
      width: 369px;
      height: 346px;
      position: absolute;
      top: 33px;
      border-radius: 20px;
      left: 0;
      z-index: 1;
      animation: flow 3000s linear infinite;
      -webkit-animation: flow 3000s linear infinite;
    }
    .soar-base .animation-box .img-3 {
      background-position: -12px -519px;
      width: 203px;
      height: 204px;
      position: absolute;
      bottom: 66px;
      left: 45px;
      z-index: 3;
      animation: rotating 7.5s linear infinite;
      -webkit-animation: rotating 7.5s linear infinite;
    }
    .soar-base .animation-box .img-4 {
      background-position: -284px -553px;
      width: 141px;
      height: 141px;
      position: absolute;
      top: 71px;
      right: 120px;
      z-index: 3;
      animation: rotating1 5s linear infinite;
      -webkit-animation: rotating1 5s linear infinite;
    }
    .soar-base .animation-box .img-5 {
      background-position: -500px -16px;
      width: 93px;
      height: 80px;
      position: absolute;
      top: 83px;
      left: -69px;
      z-index: 3;
      animation: shake 2.5s ease-in-out 0.6s alternate infinite;
      -webkit-animation: shake 2.5s ease-in-out 0.6s alternate infinite;
    }
    .soar-base .animation-box .img-6 {
      background-position: -507px -122px;
      width: 91px;
      height: 75px;
      position: absolute;
      bottom: 65px;
      left: -61px;
      z-index: 3;
      animation: shake 2.5s ease-in-out 1s alternate infinite;
      -webkit-animation: shake 2.5s ease-in-out 1s alternate infinite;
    }
    .soar-base .animation-box .img-7 {
      background-position: -634px -13px;
      width: 79px;
      height: 85px;
      position: absolute;
      top: 40px;
      right: 30px;
      z-index: 3;
      animation: shake 2.5s ease-in-out 1.4s alternate infinite;
      -webkit-animation: shake 2.5s ease-in-out 1.4s alternate infinite;
    }
    .soar-base .animation-box .img-8 {
      background-position: -642px -130px;
      width: 82px;
      height: 82px;
      position: absolute;
      bottom: 64px;
      right: 26px;
      z-index: 3;
      animation: shake 2.5s ease-in-out 1.8s alternate infinite;
      -webkit-animation: shake 2.5s ease-in-out 1.8s alternate infinite;
    }
    .soar-base .animation-box .img-9 {
      background-position: -12px -2826px;
      width: 531px;
      height: 529px;
      position: absolute;
      top: 0;
      left: 0;
    }
    .soar-base .animation-box.is-shown .img-9 {
      animation: scale 0.6s ease-in-out 0.6s both;
      -webkit-animation: scale 0.6s ease-in-out 0.6s both;
      transform-origin: center;
    }
    .soar-base .animation-box .img-10 {
      background-position: -613px -2083px;
      width: 388px;
      height: 399px;
      position: absolute;
      top: 77px;
      left: 90px;
      z-index: 1;
      transform-origin: bottom;
    }
    .soar-base .animation-box.is-shown .img-10 {
      animation: slide-left 0.6s ease-in-out 1s both, rotating2 1s ease-in-out 1.4s alternate infinite;
      -webkit-animation: slide-left 0.6s ease-in-out 1s both, rotating2 1s ease-in-out 1.4s alternate infinite;
    }
    .soar-base .animation-box .img-11 {
      background-position: -657px -2530px;
      width: 300px;
      height: 198px;
      position: absolute;
      top: 4px;
      left: 233px;
      transform-origin: center;
    }
    .soar-base .animation-box.is-shown .img-11 {
      animation: scale 0.6s ease-in-out 1.4s both;
      -webkit-animation: scale 0.6s ease-in-out 1.4s both;
    }
    .soar-base .animation-box .img-12 {
      background-position: -21px -2669px;
      width: 156px;
      height: 91px;
      position: absolute;
      bottom: -157px;
      left: 306px;
    }
    .soar-base .animation-box.is-shown .img-12 {
      animation: grow-up 0.6s ease-in-out 1.7s both;
      -webkit-animation: grow-up 0.6s ease-in-out 1.7s both;
    }
    .soar-base .animation-box .img-13 {
      background-position: -403px -2645px;
      width: 203px;
      height: 156px;
      position: absolute;
      top: -9px;
      left: 44px;
    }
    .soar-base .animation-box.is-shown .img-13 {
      animation: scale 0.6s ease-in-out 2s both;
      -webkit-animation: scale 0.6s ease-in-out 2s both;
    }
    .soar-base .animation-box .img-14 {
      background-position: -210px -2659px;
      width: 188px;
      height: 121px;
      position: absolute;
      top: 98px;
      left: -82px;
    }
    .soar-base .animation-box.is-shown .img-14 {
      animation: scale 0.6s ease-in-out 2.3s both;
      -webkit-animation: scale 0.6s ease-in-out 2.3s both;
    }
    .soar-base .animation-box .img-15 {
      background-position: -35px -816px;
      width: 409px;
      height: 128px;
      position: absolute;
      top: 0;
      left: 0;
    }
    .soar-base .animation-box.is-shown .img-15 {
      animation: slide-left 0.6s ease-in-out 0.6s both;
      -webkit-animation: slide-left 0.6s ease-in-out 0.6s both;
    }
    .soar-base .animation-box .img-16 {
      background-position: -27px -1016px;
      width: 71px;
      height: 14px;
      position: absolute;
      top: 49px;
      left: 266px;
    }
    .soar-base .animation-box.is-shown .img-16 {
      animation: scale 0.6s ease-in-out 0.9s both;
      -webkit-animation: scale 0.6s ease-in-out 0.9s both;
    }
    .soar-base .animation-box .txt-1 {
      font-size: 13px;
      color: #26458e;
      line-height: 21px;
      font-style: italic;
      position: absolute;
      top: 15px;
      left: 422px;
      background-image: none;
      width: 185px;
    }
    .soar-base .animation-box.is-shown .txt1 {
      animation: scale 0.6s ease-in-out 1.2s both;
      -webkit-animation: scale 0.6s ease-in-out 1.2s both;
    }
    .soar-base .animation-box .img-17 {
      background-position: -683px -2800px;
      width: 295px;
      height: 186px;
      position: absolute;
      top: 108px;
      left: 329px;
    }
    .soar-base .animation-box.is-shown .img-17 {
      animation: scale 0.6s ease-in-out 1.2s both;
      -webkit-animation: scale 0.6s ease-in-out 1.2s both;
    }
    .soar-base .animation-box .img-18 {
      background-position: -489px -700px;
      width: 511px;
      height: 135px;
      position: absolute;
      top: 249px;
      left: 213px;
      z-index: 2;
    }
    .soar-base .animation-box.is-shown .img-18 {
      animation: scale 0.6s ease-in-out 1.5s both;
      -webkit-animation: scale 0.6s ease-in-out 1.5s both;
    }
    .soar-base .animation-box .img-19 {
      background-position: -872px -636px;
      width: 13px;
      height: 37px;
      position: absolute;
      top: 357px;
      left: 463px;
    }
    .soar-base .animation-box.is-shown .img-19 {
      animation: grow-down 0.7s ease-in-out 1.7s both;
      -webkit-animation: grow-down 0.7s ease-in-out 1.7s both;
    }
    .soar-base .animation-box .img-20 {
      background-position: -633px -856px;
      width: 335px;
      height: 216px;
      position: absolute;
      top: 375px;
      left: 303px;
    }
    .soar-base .animation-box.is-shown .img-20 {
      animation: scale 0.7s ease-in-out 1.9s both;
      -webkit-animation: scale 0.7s ease-in-out 1.9s both;
    }
    .soar-base .animation-box .img-21 {
      background-position: -500px -928px;
      width: 74px;
      height: 16px;
      position: absolute;
      top: -15px;
      left: -80px;
    }
    .soar-base .animation-box.is-shown .img-21 {
      animation: grow-right 0.4s ease-in-out 1s both;
      -webkit-animation: grow-right 0.4s ease-in-out 1s both;
    }
    .soar-base .animation-box .img-22 {
      background-position: -703px -3033px;
      width: 295px;
      height: 321px;
      position: absolute;
      top: 27px;
      right: 0;
    }
    .soar-base .animation-box.is-shown .img-22 {
      animation: scale 0.6s ease-in-out 1.3s both;
      -webkit-animation: scale 0.6s ease-in-out 1.3s both;
    }
    .soar-base .animation-box .img-23 {
      background-position: -656px -3414px;
      width: 345px;
      height: 216px;
      position: absolute;
      top: 298px;
      right: -10px;
    }
    .soar-base .animation-box.is-shown .img-23 {
      animation: scale 0.6s ease-in-out 1.6s both;
      -webkit-animation: scale 0.6s ease-in-out 1.6s both;
    }
    .soar-base .animation-box .img-24 {
      background-position: -35px -2083px;
      width: 531px;
      height: 529px;
      position: absolute;
      top: 0;
      left: 0;
    }
    .soar-base .animation-box.is-shown .img-24 {
      animation: scale 0.6s ease-in-out 0.6s both;
      -webkit-animation: scale 0.6s ease-in-out 0.6s both;
      transform-origin: center;
    }
    .soar-base .animation-box .img-25 {
      background-position: -485px -1340px;
      width: 457px;
      height: 173px;
      position: absolute;
      top: 54px;
      left: 173px;
    }
    .soar-base .animation-box.is-shown .img-25 {
      animation: scale 0.6s ease-in-out 1s both;
      -webkit-animation: scale 0.6s ease-in-out 1s both;
      transform-origin: center;
    }
    .soar-base .animation-box .img-26 {
      background-position: -560px -441px;
      width: 62px;
      height: 62px;
      position: absolute;
      top: 23px;
      left: 142px;
    }
    .soar-base .animation-box.is-shown .img-26 {
      animation: scale1 0.6s ease-in-out 1.4s both;
      -webkit-animation: scale1 0.6s ease-in-out 1.4s both;
      transform-origin: center;
    }
    .soar-base .animation-box .img-27 {
      background-position: -722px -1559px;
      width: 250px;
      height: 428px;
      position: absolute;
      top: 135px;
      left: 112px;
      transform-origin: bottom;
    }
    .soar-base .animation-box.is-shown .img-27 {
      animation: slide-left 1s ease-in-out 1.4s both, rotating2 1s ease-in-out 1.4s alternate infinite;
      -webkit-animation: slide-left 1s ease-in-out 1.4s both, rotating2 1s ease-in-out 1.4s alternate infinite;
    }
    .soar-base .animation-box .img-28 {
      background-position: -57px -1720px;
      width: 210px;
      height: 80px;
      position: absolute;
      top: 205px;
      left: 500px;
    }
    .soar-base .animation-box.is-shown .img-28 {
      animation: grow1 1s ease-in-out 1.6s both;
      -webkit-animation: grow1 1s ease-in-out 1.6s both;
    }
    .soar-base .animation-box .img-29 {
      background-position: -40px -1378px;
      width: 397px;
      height: 308px;
      position: absolute;
      top: 82px;
      left: 0;
    }
    .soar-base .animation-box.is-shown .img-29 {
      animation: scale 0.6s ease-in-out 0.6s both;
      -webkit-animation: scale 0.6s ease-in-out 0.6s both;
    }
    .soar-base .animation-box .img-30 {
      background-position: -560px -441px;
      width: 62px;
      height: 62px;
      position: absolute;
      top: 50px;
      left: -29px;
    }
    .soar-base .animation-box.is-shown .img-30 {
      animation: scale1 0.6s ease-in-out 0.9s both;
      -webkit-animation: scale1 0.6s ease-in-out 0.9s both;
      transform-origin: center;
    }
    .soar-base .animation-box .img-31 {
      background-position: -35px -1212px;
      width: 186px;
      height: 48px;
      position: absolute;
      top: 52px;
      left: 276px;
      transform-origin: bottom;
    }
    .soar-base .animation-box.is-shown .img-31 {
      animation: grow2 0.6s ease-in-out 1s both;
      -webkit-animation: grow2 0.6s ease-in-out 1s both;
    }
    .soar-base .animation-box .img-33 i {
      background-position: -782px 3px;
      width: 128px;
      height: 106px;
    }
    .soar-base .animation-box .img-33 {
      position: absolute;
      top: 0;
      left: 0;
      transform-origin: center;
      width: 150px;
      height: 125px;
      background: none;
      text-align: center;
    }
    .soar-base .animation-box .img-33 > div {
      font-size: 16px;
      color: #102336;
      font-weight: 400;
      background: none;
      margin-top: -6px;
      display: block;
      text-align: center;
    }
    .soar-base .animation-box.is-shown .img-33 {
      animation: scale1 0.3s ease-in-out 0.2s both;
      -webkit-animation: scale1 0.3s ease-in-out 0.2s both;
    }
    .soar-base .animation-box .img-34 i {
      background-position: -790px -154px;
      width: 125px;
      height: 106px;
    }
    .soar-base .animation-box .img-34 {
      position: absolute;
      top: 13px;
      right: -67px;
      transform-origin: center;
      width: 150px;
      height: 125px;
      background: none;
      text-align: center;
    }
    .soar-base .animation-box .img-34 > div {
      font-size: 16px;
      color: #102336;
      font-weight: 400;
      background: none;
      margin-top: -6px;
      display: block;
      text-align: center;
    }
    .soar-base .animation-box.is-shown .img-34 {
      animation: scale1 0.3s ease-in-out 0.3s both;
      -webkit-animation: scale1 0.3s ease-in-out 0.3s both;
    }
    .soar-base .animation-box .img-35 i {
      background-position: -785px -320px;
      width: 143px;
      height: 106px;
    }
    .soar-base .animation-box .img-35 {
      position: absolute;
      top: 372px;
      left: 223px;
      transform-origin: center;
      width: 150px;
      height: 125px;
      background: none;
      text-align: center;
    }
    .soar-base .animation-box .img-35 > div {
      font-size: 16px;
      color: #102336;
      font-weight: 400;
      background: none;
      margin-top: -6px;
      display: block;
      text-align: center;
    }
    .soar-base .animation-box.is-shown .img-35 {
      animation: scale1 0.3s ease-in-out 0.4s both;
      -webkit-animation: scale1 0.3s ease-in-out 0.4s both;
    }
    .soar-base .animation-box .img-36 i {
      background-position: -800px -467px;
      width: 128px;
      height: 106px;
    }
    .soar-base .animation-box .img-36 {
      position: absolute;
      top: 336px;
      right: 199px;
      transform-origin: center;
      width: 150px;
      height: 125px;
      background: none;
      text-align: center;
    }
    .soar-base .animation-box .img-36 > div {
      font-size: 16px;
      color: #102336;
      font-weight: 400;
      background: none;
      margin-top: -6px;
      display: block;
      text-align: center;
    }
    .soar-base .animation-box.is-shown .img-36 {
      animation: scale1 0.3s ease-in-out 0.5s both;
      -webkit-animation: scale1 0.3s ease-in-out 0.5s both;
    }
    .soar-base .animation-box .img-37 i {
      background-position: -489px -1544px;
      width: 117px;
      height: 142px;
    }
    .soar-base .animation-box .img-37 {
      top: 12%;
      left: 4.5%;
    }
    .soar-base .animation-box.is-shown .img-37 {
      animation: scale1 0.6s ease-in-out 0.6s both;
      -webkit-animation: scale1 0.6s ease-in-out 0.6s both;
    }
    .soar-base .animation-box .img-38 i {
      background-position: -331px -1702px;
      width: 117px;
      height: 142px;
    }
    .soar-base .animation-box .img-38 {
      top: 38%;
      left: 17%;
    }
    .soar-base .animation-box.is-shown .img-38 {
      animation: scale1 0.6s ease-in-out 0.9s both;
      -webkit-animation: scale1 0.6s ease-in-out 0.9s both;
    }
    .soar-base .animation-box .img-39 i {
      background-position: -480px -1702px;
      width: 117px;
      height: 142px;
    }
    .soar-base .animation-box .img-39 {
      top: 16%;
      left: 31%;
    }
    .soar-base .animation-box.is-shown .img-39 {
      animation: scale1 0.6s ease-in-out 1.2s both;
      -webkit-animation: scale1 0.6s ease-in-out 1.2s both;
    }
    .soar-base .animation-box .img-40 i {
      background-position: -42px -1874px;
      width: 117px;
      height: 142px;
    }
    .soar-base .animation-box .img-40 {
      top: 29%;
      left: 44%;
    }
    .soar-base .animation-box.is-shown .img-40 {
      animation: scale1 0.6s ease-in-out 1.5s both;
      -webkit-animation: scale1 0.6s ease-in-out 1.5s both;
    }
    .soar-base .animation-box .img-41 i {
      background-position: -182px -1873px;
      width: 117px;
      height: 142px;
    }
    .soar-base .animation-box .img-41 {
      top: 3%;
      left: 55%;
    }
    .soar-base .animation-box.is-shown .img-41 {
      animation: scale1 0.6s ease-in-out 1.8s both;
      -webkit-animation: scale1 0.6s ease-in-out 1.8s both;
    }
    .soar-base .animation-box .img-42 i {
      background-position: -307px -1873px;
      width: 117px;
      height: 142px;
    }
    .soar-base .animation-box .img-42 {
      top: 12%;
      left: 68%;
    }
    .soar-base .animation-box.is-shown .img-42 {
      animation: scale1 0.6s ease-in-out 2.1s both;
      -webkit-animation: scale1 0.6s ease-in-out 2.1s both;
    }
    .soar-base .animation-box .img-43 i {
      background-position: -417px -1862px;
      width: 117px;
      height: 142px;
    }
    .soar-base .animation-box .img-43 {
      top: 38.5%;
      left: 79.5%;
    }
    .soar-base .animation-box.is-shown .img-43 {
      animation: scale1 0.6s ease-in-out 2.4s both;
      -webkit-animation: scale1 0.6s ease-in-out 2.4s both;
    }
    .soar-base .contBox.is-visible {
      opacity: 0;
      transform: translateY(10px);
    }
    .soar-base .contBox.is-shown {
      opacity: 1;
      transform: translateY(0);
      animation: fade-in 0.3s linear 0.2s both, slide-up 0.3s cubic-bezier(0.26, 0.67, 0.48, 0.91) 0.2s both;
    }
    .soar-base a {
      text-decoration: none;
    }
    .soar-base a:hover,
    .soar-base a:focus {
      text-decoration: none;
    }
    .soar-base .ml-m82 {
      margin-left: -82px;
    }
    .soar-base .ml-m84 {
      margin-left: -84px;
    }
    .soar-base .ml-m222 {
      margin-left: -222px;
    }
    .soar-base .mt-m55 {
      margin-top: -55px;
    }
    .soar-base .mt-m26 {
      margin-top: -26px;
    }
    .soar-base ul {
      padding-left: 0;
    }
    .soar-base ul li {
      list-style: none;
    }
    .soar-base .container {
      max-width: 1200px;
      width: 100%;
      padding: 0 25px;
      margin: 0 auto;
    }
    .soar-base .mob-view {
      display: none;
      text-align: left;
      margin: 30px 0 0;
      width: 100%;
    }
    .soar-base .mob-view img {
      width: 50% !important;
    }
    .soar-base .banner-sec {
      background: linear-gradient(to bottom, #c7eaf8 50%, #fff);
      padding-top: 60px;
    }
    .soar-base .banner-sec .b-lhs {
      width: calc(100% - 500px);
      float: left;
      padding-top: 55px;
      padding-right: 30px;
    }
    .soar-base .banner-sec .b-lhs h1 {
      font-weight: 600;
      font-size: 35px;
      color: #102336;
      line-height: 56px;
      margin-bottom: 17px;
    }
    .soar-base .banner-sec .b-lhs p {
      font-size: 19px;
      color: #102336;
      margin-bottom: 49px;
    }
    .soar-base .banner-sec .b-lhs a {
      font-weight: 400;
      font-size: 18px;
      color: #fff;
      display: inline-block;
      background-color: #e8132a;
      padding: 13px 34px;
      border-radius: 4px;
      transition: all 0.7s ease;
      -webkit-transition: all 0.7s ease;
      -moz-transition: all 0.7s ease;
    }
    .soar-base .banner-sec .b-lhs a:hover {
      background-color: #dd0021;
      box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
    }
    .soar-base .banner-sec .b-rhs {
      width: 500px;
      float: right;
    }
    .soar-base .banner-sec .b-rhs .animation-box {
      width: 460px;
      float: right;
      margin-right: -15px;
    }
    .soar-base h2 {
      color: #102336;
      font-size: 41px;
      font-weight: 600;
      text-align: center;
      line-height: 63px;
    }
    .soar-base h2 > span {
      display: block;
      font-weight: 300;
    }
    .soar-base .about-sec {
      padding-top: 91px;
    }
    .soar-base .about-sec p {
      font-size: 17px;
      color: #102336;
      text-align: center;
      line-height: 32px;
      width: 95%;
      margin: 0 auto;
    }
    .soar-base .tab-sec {
      padding-top: 93px;
      transition: all 0.7s ease;
      -webkit-transition: all 0.7s ease;
      -moz-transition: all 0.7s ease;
    }
    .soar-base .tab-sec .tab-inner .vtab {
      margin-top: 77px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-menu {
      position: relative;
      text-align: center;
      transition: all 1s ease;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-menu ul {
      display: inline-block;
      border-radius: 30px;
      padding: 9px;
      background-color: #fff;
      box-shadow: 2px 9px 65px 0px rgba(75, 116, 165, 0.16);
      -webkit-box-shadow: 2px 9px 65px 0px rgba(75, 116, 165, 0.16);
      -moz-box-shadow: 2px 9px 65px 0px rgba(75, 116, 165, 0.16);
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-menu ul li {
      display: inline-block;
      margin-left: 2px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-menu ul li span {
      font-weight: 500;
      font-size: 18px;
      color: #102336;
      display: block;
      padding: 13px 40px;
      border-radius: 30px;
      cursor: pointer;
      transition: all 0.7s ease;
      -webkit-transition: all 0.7s ease;
      -moz-transition: all 0.7s ease;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-menu ul li.active span {
      background-color: #29b6ff;
      color: #fff;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-menu ul li.active:hover span {
      background-color: #29b6ff;
      color: #fff;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-menu ul li:hover > span {
      background-color: #f9f9f9;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-menu ul li:first-child {
      margin-left: 0;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content {
      margin-top: -24px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content {
      max-width: 1250px;
      padding: 0 25px;
      width: 100%;
      margin: 0 auto;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-lhs {
      width: 600px;
      float: left;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-lhs h3 {
      font-size: 50px;
      font-weight: 600;
      color: #102336;
      line-height: 58px;
      margin-bottom: 140px;
      margin-top: 0;
    }
    
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-lhs h3 > span {
      font-size: 40px;
      display: block;font-weight: 400;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-lhs img {
      width: 100%;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-rhs {
      width: calc(100% - 600px);
      float: left;
      padding-top: 10px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-rhs p {
      color: #102336;
      font-size: 16px;
      line-height: 30px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-box {
      box-shadow: 8px 39px 109px 0px rgba(75, 116, 165, 0.14);
      -webkit-box-shadow: 8px 39px 109px 0px rgba(75, 116, 165, 0.14);
      -moz-box-shadow: 8px 39px 109px 0px rgba(75, 116, 165, 0.14);
      background-color: #fff;
      padding: 30px 45px 20px 45px;
      margin-bottom: 112px;
      border-radius: 4px;
      max-width: 565px;
      width: 100%;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-box > b {
      display: block;
      font-size: 22px;
      color: #102336;
      font-weight: 600;
      margin-top: 19px;
      line-height: 33px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-box > p {
      font-size: 16px;
      color: #102336;
      line-height: 30px;
      margin-top: 12px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-box.last {
      width: 91%;
      margin-left: -85px;
      margin-bottom: 0;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .list-box {
      box-shadow: 8px 39px 109px 0px rgba(75, 116, 165, 0.14);
      -webkit-box-shadow: 8px 39px 109px 0px rgba(75, 116, 165, 0.14);
      -moz-box-shadow: 8px 39px 109px 0px rgba(75, 116, 165, 0.14);
      background-color: #fff;
      padding: 55px 75px 45px 75px;
      border-radius: 4px;
      max-width: 935px;
      margin-left: -308px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .list-box b {
      display: block;
      font-size: 22px;
      color: #102336;
      font-weight: 600;
      margin-top: 19px;
      line-height: 33px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .list-box > p {
      margin-top: 13px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .list-box ul li {
      padding-left: 51px;
      position: relative;
      color: #102336;
      font-size: 15px;
      margin-bottom: 18px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .list-box ul li::before {
      content: "";
      background-image: url(https://www.manageengine.cn/log-management/images/security-orchestration-automation-and-response-soar-sprite.png);
      background-size: 1012px 3854px;
      background-repeat: no-repeat;
      display: inline-block;
      vertical-align: middle;
      background-position: -511px -445px;
      position: absolute;
      top: 3px;
      left: 0;
      width: 20px;
      height: 17px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .list-box ul li:last-child {
      margin-bottom: 0;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .flow-box {
      font-size: 15px;
      line-height: 27px;
      color: #102336;
      width: 690px;
      position: relative;
      margin-left: -52px;
      min-height: 498px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .flow-box .flow-l {
      width: calc(100% - 310px);
      float: left;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .flow-box .flow-l b {
      display: block;
      font-size: 22px;
      color: #102336;
      font-weight: 600;
      margin-top: 19px;
      line-height: 33px;
      display: none;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .flow-box .flow-r {
      position: absolute;
      top: 0;
      right: 0;
      width: 310px;
      height: 405px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .com-box {
      position: relative;
      max-width: 1000px;
      width: 100%;
      margin-right: 61px;
      float: right;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .com-box .animation-box {
      width: 400px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .com-box .tab-box {
      width: calc(100% - 453px);
      float: right;
      margin-bottom: 0;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane.tab1 {
      background-color: #e5f8fe;
      padding-top: 155px;
      padding-bottom: 147px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane.tab1 .tab-pane-content .tab-rhs {
      padding-top: 23px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane.tab2 {
      background-color: #e7edff;
      padding-top: 159px;
      padding-bottom: 147px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane.tab2 .tab-pane-content .tab-rhs {
      padding-top: 38px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane.tab3 {
      background-color: #edfbf5;
      padding-top: 159px;
      padding-bottom: 270px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane.tab3 .tab-pane-content .tab-rhs {
      padding-top: 23px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane.tab3 .tab-pane-content .tab-rhs > p {
      font-weight: 300;
      margin-bottom: 53px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane.tab3 .tab-pane-content .tab-rhs .tab-box {
      margin-bottom: 68px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane.tab3 .list-box {
      margin-bottom: 68px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane.tab3 .list-box ul {
      margin-top: 27px;
    }
    .soar-base .tab-sec.fixed .vtab-menu {
      position: fixed !important;
      width: 100%;
      z-index: 99;
      transition: all 1s ease;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      top: 100px;
      left: 0;
    }
    .soar-base .tab-sec.fixed .vtab-menu ul {
      width: 100%;
      border-radius: 0 !important;
    }
    .soar-base .tab-sec.fixed .vtab-menu ul li span {
      padding: 8px 30px !important;
      font-size: 16px !important;
    }
    .soar-base .app-sec {
      padding-top: 142px;
    }
    .soar-base .app-sec .app-inner {
      max-width: 990px;
      width: 100%;
      margin: 0 auto;
      position: relative;
      padding-top: 58px;
      padding-bottom: 305px;
    }
    .soar-base .app-sec .app-inner > h2 {
      font-weight: 600;
      color: #102336;
      line-height: 54px;
      position: relative;
      z-index: 2;
      margin-bottom: 17px;
    }
    .soar-base .app-sec .app-inner > p {
      color: #102336;
      font-size: 21px;
      line-height: 39px;
      position: relative;
      z-index: 2;
      width: 65%;
      text-align: center;
      margin: 0 auto;
    }
    .soar-base .app-sec .app-inner .img-32 {
      background-position: -2px -3419px;
      width: 576px;
      height: 307px;
      top: 0;
      left: -80px;
      right: 0;
      margin: 0 auto;
      position: absolute;
      z-index: 1;
    }
    .soar-base .app-sec .app-inner .animation-box {
      position: absolute;
      top: 8px;
      left: -30px;
      width: 100%;
      height: 100%;
    }
    .soar-base .flow-sec {
      position: relative;
      margin-top: 45px;
    }
    .soar-base .flow-sec .flow-inner {
      text-align: center;
      position: relative;
      max-width: 1430px;
      margin: 0 auto;
      width: 100%;
    }
    .soar-base .flow-sec .flow-inner img {
      width: 100%;
      position: relative;
      z-index: 2;
    }
    .soar-base .flow-sec .flow-inner .line {
      position: absolute;
      top: 10px;
      left: -12px;
      width: 100%;
      height: 100%;
      z-index: 3;
      background-image: url(https://www.manageengine.cn/log-management/images/security-orchestration-automation-and-response-soar-03.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 0 0;
    }
    .soar-base .flow-sec .flow-inner .animation-box.animation-box1 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 4;
    }
    .soar-base .flow-sec .flow-inner .animation-box.animation-box1 > div {
      text-align: center;
      width: 135px;
      height: 142px;
      background: none;
      transform-origin: center;
      position: absolute;
    }
    .soar-base .flow-sec .flow-inner .animation-box.animation-box1 > div > div {
      line-height: 22px;
      font-size: 15.5px;
      color: #102336;
      text-align: center;
      margin-top: -40px;
      background: none;
      display: block;
      font-weight: 400;
    }
    .soar-base .flow-sec .flow-inner::before {
      content: "";
      width: 99%;
      height: 2px;
      border-top: #bdeafe dashed 2px;
      position: absolute;
      top: 12px;
      left: -100%;
      z-index: 1;
    }
    .soar-base .flow-sec::before {
      content: "";
      background-image: linear-gradient(to bottom, #edfafd 60%, #fff);
      width: 50%;
      height: 70%;
      left: 0;
      top: 0;
      z-index: 1;
      position: absolute;
    }
    .soar-base .flow-sec::after {
      content: "";
      background-image: linear-gradient(to bottom, #f4fefb, #fff);
      width: 50%;
      height: 30%;
      left: 50%;
      top: 288px;
      position: absolute;
      z-index: 1;
    }
    .soar-base .flow-sec.is-shown .line {
      animation: grow3 2.4s ease-in-out 0.6s both;
      -webkit-animation: grow3 2.4s ease-in-out 0.6s both;
    }
    
    @media screen and (max-width: 1320px) {
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .flow-box {
        width: 100%;
      }
      .soar-base .animation-box .img-21 {
        left: -26px;
      }
      .soar-base .ml-m82 {
        margin-left: -10px;
      }
      .soar-base .ml-m84 {
        margin-left: -46px;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .flow-box .flow-l {
        width: 100%;
        float: none;
        display: inline-block;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .flow-box .flow-r {
        width: 100%;
        position: static;
        min-height: 510px;
        display: inline-block;
      }
      .soar-base .animation-box .img-21 {
        display: none;
      }
    }
    @media screen and (max-width: 1200px) {
      .soar-base .animation-box .img-38 {
        top: 35%;
        left: 17%;
      }
      .soar-base .animation-box .img-40 {
        top: 26%;
        left: 43%;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-box.last {
        width: 100%;
      }
      .soar-base .app-sec .app-inner .animation-box {
        left: 0;
      }
      .soar-base .animation-box .img-34 {
        right: 0;
      }
    }
    @media screen and (max-width: 1120px) {
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .com-box {
        padding: 0 25px;
        max-width: 100%;
        float: none;
        margin: 0 auto;
      }
    }
    
    
    @media screen and (min-width:1000px) and (max-width:1024px)  {
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane.tab3 .tab-pane-content .tab-lhs h3 {
        margin-top: 160px;
    }
    .soar-base .banner-sec .b-rhs .mob-view {
        display: block;
    }
    
    .soar-base .banner-sec .b-rhs .mob-view img {
        width: 100% !important;
    }
    
    .soar-base .banner-sec .b-rhs .animation-box {
        display: none;
    }
    .soar-base .banner-sec .b-lhs {
        padding-top: 33px;
    }
    .soar-base .animation-box .img-37 {
        top: 12%;
        left: 3.5%;
    }
    .soar-base .animation-box .img-38 {
        top: 35%;
        left: 16%;
    }
    .soar-base .animation-box .img-39 {
        top: 14%;
        left: 31%;
    }
    .soar-base .animation-box .img-40 {
        top: 24%;
        left: 43%;
    }
    .soar-base .animation-box .img-41 {
        top: -1%;
        left: 55%;
    }
    .soar-base .animation-box .img-42 {
        top: 13%;
        left: 68%;
    }
    .soar-base .animation-box .img-43 {
        top: 36.5%;
        left: 78.5%;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-menu {
        display: none;
    }
    
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-lhs {
        width: 100%;
    }
    
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane.tab1 .tab-pane-content .tab-rhs {
        width: 100%;
    }
    
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-lhs h3 {
        width: 50%;
        float: left;
        margin-bottom: 0;
        margin-top: 140px;
    font-size: 40px;
        line-height: 46px;
        font-weight: 400;
    }
    
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-lhs .mob-view {
        display: block;
        width: 50%;
        float: left;
    }
    
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .animation-box {
        display: none;
    }
    
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-lhs img {
        width: 100% !important;
    }
    
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane {
        padding: 80px 0 !important;
    }
    
    
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-box {
        max-width: 100%;
        margin-bottom: 40px !important;
    }
    
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-box.last {
        margin-left: 0;
    }
    
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane.tab2 .tab-pane-content .tab-lhs h3 {
        margin-top: 180px;
    }
    
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane.tab2 .tab-pane-content .tab-rhs {
        width: 100%;
        padding-top: 0;
    }
    
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .flow-box {
        margin-left: 0;
    }
    
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .flow-box .flow-r {
        display: none;
    }
    
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .flow-box .flow-l {
        float: left;
        width: 40%;
        padding-top: 265px;
    }
    
    
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .flow-box .mob-view {
        float: right;
        width: 50%;display:block;
    }
    
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .flow-box .mob-view img {
        width: 100% !important;
    }
    
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane.tab3 .tab-pane-content .tab-rhs {
        width: 100%;
    }
    
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane.tab3 .list-box {
        max-width: 100%;
        width: 100%;
        margin-left: 0;margin-bottom: 15px;    padding: 30px 45px 20px 45px;
    }
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .com-box {padding:0;}
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .com-box .mob-view {
        text-align: center;
        margin-bottom: 30px;display: block;
    }
    
    .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .com-box .tab-box {
        width: 100%;
    }
    
    }
    
    @media screen and (max-width: 999px) {
    .soar-base .banner-sec .b-rhs .mob-view {
        display: none !important;
    }
      .animation-box {
        display: none;
      }
      .mob-view,
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .flow-box .flow-l b {
        display: block !important;
      }
      .soar-base .banner-sec .b-lhs,
      .soar-base .banner-sec .b-rhs {
        width: 100%;
        padding: 0;
      }
      .soar-base .banner-sec .b-lhs h1 {
        font-size: 33px;
        line-height: 45px;
      }
      .soar-base .banner-sec .b-lhs h1 br {
        display: none;
      }
      .soar-base .banner-sec .b-lhs p {
        line-height: 30px;
      }
      .soar-base .about-sec p {
        width: 100%;
        text-align: left;
      }
      .soar-base .tab-sec {
        padding: 40px 0 0;
      }
      .soar-base h2 {
        font-size: 31px;
        line-height: 45px;
        text-align: left;
        padding: 0 25px;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-menu {
        display: none;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane {
        padding: 50px 0 !important;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-lhs h3 {
        font-size: 33px;
        line-height: 46px;
        margin-bottom: 20px;
        font-weight: 300;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-lhs h3 > span {
        display: inline-block;
        font-size: 33px;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane.tab1 .tab-pane-content .tab-rhs {
        width: 100%;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-box {
        max-width: 100%;
        margin-bottom: 40px !important;
        padding: 30px;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-box.last {
        margin-left: 0;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-lhs {
        width: 100%;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane.tab2 .tab-pane-content .tab-rhs {
        width: 100%;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .flow-box {
        margin-left: 0;
        min-height: initial;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .flow-box .flow-r {
        min-height: initial;
        height: auto;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-rhs {
        width: 100%;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane.tab3 .tab-pane-content .tab-rhs > p {
        margin-bottom: 40px;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane.tab3 .list-box {
        margin-bottom: 40px;
        margin-left: 0;
        padding: 30px;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .list-box ul li {
        padding-left: 35px;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .com-box .tab-box {
        width: 100%;
        float: none;
        max-width: 100%;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .com-box {
        padding: 0;
        margin-top: -25px;
      }
      .soar-base .app-sec {
        padding: 40px 0 65px 0;
      }
      .soar-base .app-sec .app-inner .animation-box {
        display: block;
        position: static;
        margin-top: 20px;
      }
      .soar-base .app-sec .app-inner .animation-box * {
        position: static;
        vertical-align: middle;
        display: inline-block;
        margin-right: 30px;
      }
      .soar-base .flow-sec {
        margin-top: 0;
        margin-bottom: 70px;
        padding: 0 25px;
      }
      .soar-base .app-sec .app-inner {
        padding: 0 !important;
      }
      .soar-base .app-sec .app-inner > h2 {
        padding: 0;
        font-size: 29px;
        line-height: 41px;
      }
      .soar-base .app-sec .app-inner > p {
        width: 100%;
        text-align: left;
        font-size: 19px;
        line-height: 32px;
      }
      .soar-base .app-sec .app-inner .img-32 {
        display: none;
      }
      .soar-base .flow-sec .flow-inner img,
      .soar-base .flow-sec .flow-inner .line,
      .soar-base .icn-4 {
        display: none;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .flow-box .flow-l {
        box-shadow: 8px 39px 109px 0px rgba(75, 116, 165, 0.14);
        -webkit-box-shadow: 8px 39px 109px 0px rgba(75, 116, 165, 0.14);
        -moz-box-shadow: 8px 39px 109px 0px rgba(75, 116, 165, 0.14);
        background-color: #fff;
        padding: 10px 30px 30px;
      }
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-rhs p,
      .soar-base .tab-sec .tab-inner .vtab .vtab-content .vtab-pane .tab-pane-content .tab-box > p {
        margin-bottom: 0;
      }
      .soar-base .app-sec .app-inner > h2 br,
      .soar-base .flow-sec::before,
      .soar-base .flow-sec::after {
        display: none;
      }
      .soar-base .flow-sec .flow-inner .animation-box.animation-box1 {
        display: block;
        position: static;
        text-align: left;
      }
      .soar-base .flow-sec .flow-inner .animation-box.animation-box1 * {
        position: static;
        margin-right: 30px;
        margin-bottom: 20px;
        vertical-align: middle;
        display: inline-block;
      }
      .soar-base .about-sec {
        padding-top: 40px;
      }
      .soar-base .app-sec .app-inner .animation-box > div {
        width: 175px;
        margin-right: 0;
        margin-bottom: 22px;
      }
      .soar-base .flow-sec .flow-inner .animation-box.animation-box1 > div {
        position: static;
        width: auto;
      }
      .soar-base .flow-sec .flow-inner .animation-box.animation-box1 > div > div {
        margin-top: -60px;
      }
      .soar-base .flow-sec .flow-inner .animation-box.animation-box1 > div div br {
        display: none;
      }
    }
    @media screen and (max-width: 767px) {
      .soar-base .mob-view img {
        width: 80% !important;
      }
    }
    @media screen and (max-width: 567px) {
      .soar-base .mob-view img {
        width: 100% !important;
      }
      .soar-base .banner-sec .b-lhs p {
        margin-bottom: 25px;
      }
      .soar-base .flow-sec .flow-inner .animation-box.animation-box1 > div {
        width: calc(50% - 3px);
        display: inline-block;
        vertical-align: middle;
        margin-right: 0;
      }
      .soar-base .flow-sec {
        margin-bottom: 0;
      }
    }
    @media screen and (max-width: 414px) {
      .soar-base .flow-sec .flow-inner .animation-box.animation-box1 > div {
        width: 100%;
      }
      .soar-base .app-sec .app-inner .animation-box {
        text-align: center;
      }
    }
    @media screen and (max-width: 1025px) {
    #header-mainsec {
        background: none !important;
    }
    }
    
    @media screen and (max-width: 767px) {
    .soar-base .banner-sec .b-lhs,.soar-base h2 {
        text-align: center;
    }
    
    .soar-base .app-sec .app-inner > h2 {
        text-align: left;
    }
    .soar-base .flow-sec .flow-inner::before {display:none;}
    .soar-base .flow-sec {
        background: #edfbfd;
        margin-bottom: 0;
        padding: 30px 25px;
    }
    .soar-base .app-sec {
        padding: 40px 0 45px 0;
    }
    }
    @media screen and (max-width:426px){.bnr-img{margin-top:50px} .bnr-img img{width:90%}}
    