.mini-slider {
    margin: 0;
    background-image: url('images/mini/mini-sd-bg.png');
    background-size: 100% 100vh;
    background-repeat: no-repeat;
}

.card-item {
    /* width: 388px; */
    /* height: 190px; */
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 4px 4px 18px 0px rgba(221, 238, 252, 1);
}

.card-item p {
    text-align: start;
    font-size: 20px;
    font-weight: bold;
}

.card-item .text {
    text-align: start;
}

.card-item:hover {
    box-shadow: 4px 4px 18px 0px rgb(183, 222, 255);
}

.btn.card-item{
    padding: 30px 45px;
}

.btn.card-item p{
    margin-bottom: 20px;
    text-align: center;
}
.card-item .text{
    text-align: center;
    color: #6C6C6C;
}


.anli-col {
    display: flex;
    justify-content: center;
}

.anli-card {
    width: 384px;
    margin-bottom: 100px;
}

.anli-card img {
    box-shadow: 0 2px 10px 0 rgba(225, 225, 225, 0.6);
    border-radius: 10px;
}

.anli-card img:hover {
    box-shadow: 0 2px 10px 0 rgb(217, 241, 255);
}

@media (min-width: 768px) {
    .anli-card img{
        height: 100%;
    }
}


.anli-card .btn-to {
    position: absolute;
    display: flex;
    margin: -41px 32px;
    height: 83px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 10px 0 rgba(225, 225, 225, 0.6);
    width: 318px;
    justify-content: center;
    align-items: center;
    padding-right: 22px;
}

.number-card {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 1200px;
    height: 162px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 2px 4px 24px 1px rgba(217, 223, 231, 0.45);
}

.number-card-item {
    align-content: center;
    font-size: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.number-card .counter {
    color: #2ACC7A;
}

.number-card-item strong {
    padding-left: 12px;
}

.number-card-item .text {
    text-align: center;
    font-size: 21px;
}

.t2-title {

}

.t2 {
    margin-top: 150px;
    padding-left: 50px;
}

.t2 p,
.t2-l p {
    font-size: 24px;
    font-weight: bold;
    white-space: nowrap;
    line-height: 31px;
    align-self: flex-start;
}

.t2 .sub,
.t2-l .sub {
    font-size: 18px;
    display: block;
    font-weight: bold;
    overflow-wrap: break-word;
    margin-top: 5px;
}

.t2 .text,
.t2-l .text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 12px;
    overflow: hidden;
}

.t2-l {
    margin-top: 150px;
    padding-right: 50px;
    text-align: right;
}

.t2 .btn,
.t2-l .btn {
    color: rgba(42, 204, 122, 1);
    border-radius: 5px;
    border: 1px solid rgba(42, 204, 122, 1);
    align-self: flex-start;
    margin-top: 28px;
    width: 157px;
}

.t2-img {
    display: flex;
    justify-content: center;
    padding-top: 100px;
    width: 100%;
    margin: 0 auto;
}

.customized-box .cust-item{
    padding: 20px 40px 30px 35px;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #F8F8F8;
}

.customized-box .cust-item img{
    margin-right: 37px;
    width: 72px;
    height: 58px;
}

.customized-box .cust-item h3{
    margin-bottom: 15px;
}
.customized-box .cust-item p{
    margin-bottom: 10px;
    color: #000000;
    font-size: 18px;
}

.customized-box .cust-item a{
    color: #2ACC7A;
    font-size: 14px;
}

