﻿.featurette-heading {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/******新版样式******/
.d_title {
    position: absolute;
    bottom: 80px;
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #25deb9;
}

.d_des {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #d2d2d2;
}

.featurette img {
    max-width: 100%;
}

@media screen and (max-width: 860px) {
    /* 手机端CSS代码 */
    table {
        width: 100% !important;
    }
}
