.top-content {
    width: 94%;
    margin: 40px auto;
}

.top-content .wrap {
    position: relative;
    width: 100%;
    height: 504px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 95px 65px 75px;
    background: url(../images/banner_pro_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

@media (max-width:750px) {
    .top-content .wrap {
        display: block;
        padding: 40px 30px;
    }
}

@media (max-width:540px) {
    .top-content .wrap {
        display: block;
        padding: 40px 30px;
        height: 440px;
    }
}

@media (max-width: 1020px) {
    .product-item {
        width: 267px;
    }
}

@media (min-width: 751px) and (max-width: 1020px) {
    .top-content .wrap {
        height: 454px;
    }
}

@media (max-width: 1401px) and (min-width: 1024px) {
    .top-content .wrap {
        height: 405px;
    }
}

.banner-content .enquirebtn {
    float: right;
    border-radius: 15px;
    background: transparent;
}

.banner-content .enquirebtn button {
    border-radius: 35px;
    background: #3D6CFF;
    color: #fff;
}

.banner-content .enquirebtn button:hover,
.top-content.BI-banner .banner-content .enquirebtn button:hover {
    transition: all 1s;
    border: solid 2px #3D6CFF;
    background: none;
    color: #3D6CFF;
    font-weight: bold;
}

@media (min-width:1061px) {
    .banner-content .enquirebtn {
        margin-top: 40px;
    }
}

.banner-images {
    width: 55%;
}

.banner-content {
    position: inherit;
    left: 0;
    top: 0;
    width: 35%;
    padding: 0;
}

@media (max-width:750px) {
    .banner-images {
        width: 65%;
        margin: 0 auto;
    }
    .banner-content {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }
    .banner-person-img {
        margin-top: 15%;
        margin-left: 0;
    }
}

@media (min-width: 540px) and (max-width: 750px) {
    .banner-images {
        width: 70%;
    }
}

@media (max-width:560px) {
    .banner-images {
        width: 80%;
    }
}

@media (max-width: 750px) {
    .banner-content {
        padding: 0
    }
}

.banner-content .title {
    text-align: right;
    color: #000;
}

@media (max-width: 1020px) {
    .banner-content .title {
        text-align: center
    }
}

@media (min-width: 1201px) and (max-width: 1400px) {
    .banner-content .title {
        font-size: 38px;
    }
}

.banner-content .content {
    width: 100%;
    color: #404040
}

.bg-gradient {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(90deg, rgba(0, 109, 255, 0.15) 0%, rgba(255, 231, 130, 0.15) 100%)
}

@media(min-width:1020px) {
    .content-cell {
        display: block;
        padding: 0 10% 18px;
    }
    .cell-top {
        width: 100%;
        text-align: center;
    }
    .content-cell .cell-title {
        margin-bottom: 40px;
    }
    .content-cell .cell-content {
        font-size: 16px;
        line-height: 22px;
        text-align: center;
    }
    .cell-bg-gif {
        width: 80%;
        margin: 60px auto 0;
    }
}

@media (min-width: 751px) and (max-width: 1020px) {
    .cell-bg-gif {
        width: 100%;
        margin-top: 128px;
    }
    .content-cell .cell-title {
        margin-bottom: 19px;
    }
}

@media (max-width: 750px) {
    .cell-bg-gif {
        width: 100%;
        margin-top: 146px;
    }
}

.content-cell .cell-content {
    color: #666;
}

@media(min-width:1601px) {
    .top-content .content-cell {
        height: 558px;
    }
}

@media(max-width:1600px) and (min-width:1400px) {
    .content-cz .cell-gif {
        width: 78%;
    }
}

@media(max-width:1800px) and (min-width:1601px) {
    .content-cz .cell-gif {
        width: 90%;
    }
}

@media(min-width:1801px) {
    .content-cz .cell-gif {
        width: 100%;
    }
}

.product-content {
    width: 100%
}

.product-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 26px;
}

@media (min-width: 1201px) and (max-width: 1400px) {
    .product-list {
        justify-content: start
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .product-list {
        justify-content: start
    }
}

@media (max-width: 768px) {
    .product-list {
        justify-content: center
    }
}

.product-item {
    width: 23%;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background: #fff;
    font-size: 16px;
    line-height: 32px;
    box-sizing: border-box;
    padding: 48px 22px 60px;
    margin-top: 44px;
    box-shadow: 0px 9px 32px 3px rgba(86, 86, 86, 0.14);
    transition: transform .3s;
}

.product-item:hover {
    transform: translateY(-10px);
    background-color: rgba(238, 233, 238, 0.5) !important;
    border: solid 1px #e6e6e6;
    cursor: pointer;
}

@media (min-width: 1201px) and (max-width: 1400px) {
    .product-item {
        width: 30%;
        margin-right: 5%;
    }
    .product-item:nth-child(3n) {
        margin-right: 0;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .product-item {
        width: 30%;
        margin-right: 5%;
    }
    .product-item:nth-child(3n) {
        margin-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .product-item {
        width: 44%;
    }
    .product-item:nth-child(1),
    .product-item:nth-child(2) {
        margin-top: 0;
    }
    .product-item img {
        width: 90px;
    }
}

@media (max-width:768px) {
    .product-item {
        width: 96%;
        padding: 38px 22px 50px
    }
    .product-item:first-of-type {
        margin-top: 0;
    }
    .product-item p {
        font-size: 14px;
        line-height: 24px;
    }
    .product-item img {
        width: 80px;
    }
}

.product-item .line {
    width: 34px;
    height: 8px;
    border-radius: 4px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.line.purple {
    background: #4E84F7;
}

.line.blue {
    background: #59ADF8;
}

.line.green {
    background: #05C46D;
}

.line.red {
    background: #FC4956;
}