﻿.sp-etxt {
    height: 25px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 300;
    font-size: 18px;
    color: #181818;
    line-height: 25px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 55px;
}

.sp-txt {
    height: 45px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 26px;
    color: #181818;
    line-height: 45px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.sp-btn-pnl {
    margin-left: 200px;
    margin-right: 200px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-items: center;
    text-align: center;
    margin-top: 50px;
    justify-content: center;
}

    .sp-btn-pnl .sp-item {
        flex: 1;
        background: #14C476;
        border-radius: 10px 10px 10px 10px;
        height: 140px;
        align-items: center;
        text-align: center;
        justify-items: center;
        display: flex;
        margin-left: 15px;
        margin-right: 15px;
    }

        .sp-btn-pnl .sp-item:hover {
            cursor: pointer;
        }

    .sp-btn-pnl .sp-item-img {
        flex: 1;
        text-align: right;
    }

    .sp-btn-pnl .sp-item-txt {
        flex: 1;
        text-align: left;
        font-family: Microsoft YaHei, Microsoft YaHei;
        font-weight: 400;
        font-size: 32px;
        color: #FFFFFF;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

.pd-list {
    min-height: 200px;
    margin-top: 50px;
    margin-left: 200px;
    margin-right: 200px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-items: center;
    text-align: center;
    justify-content: center;
}

    .pd-list .row {
        display: flex;
    }

        .pd-list .row .item {
            margin-left: 15px;
            margin-right: 15px;
        }

            .pd-list .row .item .img {
                min-width: 0px;
                max-width: 100%;
                height: auto;
            }

        .pd-list .row .tit {
            height: 40px;
            font-family: Poppins, Poppins;
            font-weight: bold;
            font-size: 36px;
            color: #181818;
            line-height: 42px;
            text-align: left;
            font-style: normal;
            text-transform: none;
            margin-top: 40px;
        }

        .pd-list .row .subtit {
            height: 26px;
            font-family: Microsoft YaHei, Microsoft YaHei;
            font-weight: 300;
            font-size: 18px;
            color: #181818;
            line-height: 26px;
            text-align: left;
            font-style: normal;
            text-transform: none;
            margin-top: 16px;
        }

        .pd-list .row .btn {
            width: 129px;
            height: 37px;
            line-height: 37px;
            background: #14C476;
            display: flex;
            align-items: center;
            justify-items: center;
            justify-content: center;
            margin-top: 16px;
        }

            .pd-list .row .btn .txt {
                font-family: Microsoft YaHei, Microsoft YaHei;
                font-weight: 400;
                font-size: 16px;
                color: #FFFFFF;
                font-style: normal;
                text-transform: none;
            }

            .pd-list .row .btn .arrow {
                align-items: center;
                justify-items: right;
                justify-content: right;
                align-self: center;
            }
