.banner {
    /*height: 474px;*/
    width: 100%;
}

.banner-descriptor {
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 1px;
    font-weight: 400;
}

.banner-it-great {
    color: #0091FF;
    font-size: 30px;
}

.banner-title {
    font-size: 26px;
    font-weight: bolder;
    line-height: 37px;
}

.banner-descriptor {
    padding: 0 37px;
    padding-top: 25px;
}

.banner-bg-container {
    height: 468px;
    padding-top: 10px;
    width: 100%;
    position: absolute;
    z-index: -1;
    overflow: hidden;
}

.banner-bg-list {
    height: 100%;
    width: 700%;
    display: flex;
    transition: transform .5s;
    transform: translateX(-14.28%)
}

.banner-bg-gradient {
    width: 14.28%;
    height: 100%;
}

.banner-bg-gradient img{
    width: 100%;
}

.banner-img-box {
    height: 265px;
}

.banner-input-box {
    height: 44px;
    box-shadow: 0px 0px 4px 0px rgba(35, 135, 255, 0.1);
    border-radius: 31px;
    margin: 0 auto;
    width: 275px;
    background: #FFFFFF;
    margin-bottom: 47px;
    margin-top: 290px;
}

@media screen and (min-width: 440px) {
    .banner-input-box {
        margin-top: 550px;
    }

    .banner-bg-container {
        height: auto;
    }
}


.banner-input-box label {
    display: flex;
}

.banner-input-box input {
    width: 161px;
    padding: 12px 13px;
    border-radius: 31px;
    outline: none;
}

.banner-input-box input::-webkit-input-placeholder {
    width: 105px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}

.banner-input-box a {
    width: 114px;
    height: 44px;
    background: #0091FF;
    border-radius: 31px;
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 44px;
}

/********* tabs ***********/
.tabs {
    padding-bottom: 52px;
}

.tab-set {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center;
    margin-bottom: 27px;
}

.tab-title {
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    position: relative;
    transition: font-size .35s, font-weight .35s, color .35s;
}

.tab-title.active {
    font-size: 16px;
    font-weight: 600;
    color: #1A1A1A;
    line-height: 22px;
    letter-spacing: 1px;
}

.tab-title:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    background: #0091FF;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    bottom: -11px;
    margin-left: 0;
    transition: all .35s;
}


.tab-title.active:after {
    width: 41px;
    height: 3px;
    left: 50%;
    bottom: -11px;
    margin-left: -20px;
}

.tab-desc-container {
    padding: 0 15px;
    margin-bottom: 24px;
    overflow: hidden;
}

.tab-desc-box {
    padding-top: 20px;
    position: relative;
    display: flex;
    width: 400%;
    transition: transform .35s;
    padding-bottom: 36px;
}

.tab-desc {
    background: white;
    width: 100%;
    position: relative;
}


.tab-card-header {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px rgba(163, 193, 238, 0.24);
    border-radius: 6px;
    height: 114px;
    padding: 9px 12px;
    display: flex;
    align-items: center;
    margin-bottom: 23px;
}

.tab-header-meta {
    height: 100%;
    width: 125px;
}

.tab-header-meta img {
    height: 100%;
}

.tab-header-content {
    padding-left: 6px;
}

.thc-title {
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    line-height: 21px;
    margin-bottom: 5px;
}

.thc-describe {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 17px;
}

/** feature-list **/
.feature-list {
    padding: 0 17px;
    padding-bottom: 36px;
}

.feature-item {
}

.feature-title {
    font-size: 14px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 20px;
    margin-bottom: 12px;
    position: relative;
}

.feature-title:before {
    display: inline-block;
    content: "";
    width: 6px;
    height: 10px;
    background: #0091FF;
    border-radius: 3px;
    position: absolute;
    left: -17px;
    top: 5px;
}

.feature-desc {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 17px;
    margin-bottom: 19px;
}

/** more-button **/
.more {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: -30px;
}

.more-button {
    height: 32px;
    background: #0091FF;
    border-radius: 16px;
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    padding: 7px 24px;
    text-align: center;
}

/** tab progress **/
.tab-progress {
    width: 50px;
    height: 3px;
    background: rgba(216, 216, 216, 0.29);
    border-radius: 2px;
    position: relative;
    margin: 0 auto;
}

.tab-progress-active {
    height: 3px;
    background: #0091FF;
    border-radius: 2px;
    transition: left .35s;
}

.tab-progress-active.active-1-of-4 {
    width: 14px;
    position: absolute;
    left: 0;
}

.tab-progress-active.active-2-of-4 {
    width: 14px;
    position: absolute;
    left: 12px;
}

.tab-progress-active.active-3-of-4 {
    width: 14px;
    position: absolute;
    left: 24px;
}

.tab-progress-active.active-4-of-4 {
    width: 14px;
    position: absolute;
    left: 36px;
}

/** why us **/
.why-us {
    padding: 0 20px 5px 20px;
}

.why-us-title {
    margin-bottom: 24px;
    font-size: 19px;
    font-weight: 600;
    color: #1A1A1A;
    line-height: 26px;
    letter-spacing: 1px;
    text-align: center;
}

/** wu-card-list **/
.wu-card-list {

}

.wu-card-item {
    height: 97px;
    background: rgba(0, 145, 255, 0.02);
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.wu-card-meta {
    width: 84px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.wu-card-meta img {
    width: 100%;
}

.wu-card-content {
    padding-right: 21px;
}

.wu-card-title {
    font-size: 14px;
    font-weight: 600;
    color: #1A1A1A;
    line-height: 20px;
    margin-bottom: 4px;
}

.wu-card-desc {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 17px;
}

/** solution **/

.solution {
    background: #F5F5F5;
    padding: 28px 0 61px 0px;
}

.solution-title {
    font-size: 19px;
    font-weight: 600;
    color: #1A1A1A;
    line-height: 26px;
    letter-spacing: 1px;
    margin-bottom: 9px;
    text-align: center;
}

.solution-desc {
    text-align: center;
    width: 273px;
    height: 36px;
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
    margin: 0 auto;
    margin-bottom: 33px;
}

/** sol-badges **/
.sol-badges {
    display: flex;
    overflow-x: auto;
    justify-content: center;
    margin-bottom: 37px;
}

.sol-badge-item {
    border-radius: 14px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 4px 12px;
    background: #CFCFCF;
    color: #FFFFFF;
    margin-left: 15px;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background-color .35s;
}

.sol-badge-item.active {
    background: #0091FF;
}


/** sol-card-list **/

.sol-card-list {
    width: 2219px; /* 317 * 7 */
    display: flex;
    margin: 0 auto;
    transform: translateX(calc((317px - (100vw - 317px) / 2) * -1));
    transition: transform .5s;
}

.sol-card {
    width: 305px;
    height: 378px;
    background: #FFFFFF;
    border-radius: 16px;
    transform: scale(0.9333);
    margin: 0 6px;
    flex-shrink: 0;
    opacity: .5;
    transition: transform .5s, opacity .5s;
}

.sol-card.active {
    opacity: 1;
    transform: scale(1);
}

.sol-card-header {
    height: 136px;
    width: 100%;
    background: #EDF6FF;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

.sol-card-header img {
    width: 100%;
}

.sol-card-body {
    padding-top: 31px;
    padding-bottom: 24px;
    text-align: center;
    width: 100%;
}

.sol-card-title {
    font-size: 14px;
    font-weight: 600;
    color: #1A1A1A;
    line-height: 20px;
    margin-bottom: 19px;
}

.sol-card-desc {
    height: 68px;
    width: 243px;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 17px;
    margin: 0 auto;
}

.sol-logos {
    padding: 0 24px;
    width: 100%;
}

.sol-logo-line {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
    flex-wrap: wrap;
    padding: 0 15px;
}

.sol-logo-line .logo-line-img-box {
    flex-shrink: 0;
    width: 100%;
    overflow: hidden;
}

.sol-logo-line img {
    width: 100%;
}

/** footer **/
.footer {
    background: #FFFFFF;
    padding-top: 43px;
}

.footer-title {
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    color: #1A1A1A;
    line-height: 26px;
    margin-bottom: 23px;
}

.footer-stats {
    padding: 0 23px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

.stats-block {
    flex-shrink: 0;
}

.stats-num {
    font-size: 19px;
    font-weight: 600;
    color: #0091FF;
    line-height: 26px;
}

.stats-label {
    font-size: 10px;
    font-weight: 400;
    color: #999999;
    line-height: 14px;
    margin-top: 3px;
}

.stats-unit {
    font-size: 12px;
    font-weight: 400;
    color: #0091FF;
    line-height: 17px;
    position: relative;
    bottom: 4px;
}

.stats-plus:after {
    content: "+";
    display: inline;
    position: relative;
    bottom: 11px;
    font-size: 14px;
    font-weight: 400;
    color: #0091FF;
    line-height: 20px;
}

.map-qr {
    padding-top: 209px;
}