﻿.asset-banner {
    height: 600px;
    min-width: 1220px;
    background: url(/images/banner/banner6.png) no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
}

.asset-banner:before {
    content: "";
    display: table;
}

.asset-banner-title {
    font-size: 6.66rem;
    text-align: center;
    margin: 100px 0 28px;
}

.asset-banner-content {
    font-size: 3rem;
    text-align: center;
    line-height: 70px;
}

.asset-solution {
    position: relative;
    text-align: center;
}

.asset-solution-item {
    position: absolute;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
}

.txt1 {
    left: 170px;
    bottom: 196px;
}

.txt2 {
    left: 481px;
    bottom: 196px;
}

.txt3 {
    right: 190px;
    bottom: 196px;
}

.asset-zdw-container {
    background-color: #F8F9FA;
}
.spd-feature-title {
    font-size: 3.33rem;
    margin: 10px 0 20px;
    color: black;
    text-align: center;
}
.feature-wrap{
    margin-bottom:200px;
}
.grid-container{
    display:grid;
    grid-template-rows:repeat(2,232px);
    grid-template-columns:repeat(5,232px);
    grid-gap:15px;
}
.grid-item{
    padding:20px;
    color:white;
}
.grid-item-1 {
    background: url(/images/finance-lease/product-feature/img_1.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.grid-item-2 {
    background: url(/images/finance-lease/product-feature/img_2.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.grid-item-3 {
    background: url(/images/finance-lease/product-feature/img_3.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    grid-column:3/5;
}

.grid-item-4 {
    background: url(/images/finance-lease/product-feature/img_4.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.grid-item-5 {
    background: url(/images/finance-lease/product-feature/img_5.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.grid-item-6 {
    background: url(/images/finance-lease/product-feature/img_6.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.grid-item-7 {
    background: url(/images/finance-lease/product-feature/img_7.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.grid-item-8 {
    background: url(/images/finance-lease/product-feature/img_8.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    grid-column: 4/6;
}

.grid-item-title{
    font-size:1.5rem;
    text-align:left;
    font-weight:bold;
}
.grid-item-content {
    margin-top:15px;
    font-size: 1.1rem;
    text-align:justify;
}

.product-advantage-wrap{
    margin:25px 0;
}
.product-advantage-item {
    padding: 20px;
    box-shadow: 0 0 20px 10px #f9f9f9;
    border-radius: 14px;
    border: 1px solid #F9F9F9;
    text-align: center;
    width: 380px;
    height:333px;
    background-color:white;
}
.fd-core-image {
    margin: 8px 0 8px;
}

.fd-core-title {
    color: black;
    font-size: 1.7rem;
    margin: 15px 0;
}

.fd-core-content {
    color: #56585B;
    font-size: 1.2rem;
}
.spd-pa-title {
    font-size: 3.33rem;
    margin: 100px 0 100px;
    color: black;
    text-align: center;
}