#WhatCanDo {
    max-width: unset;
    width: 100vw;
    height: 100vh;
    background-image: url(../images/index/b_2_bg_m.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    min-height: 100vh;
}

.phoneTitle p {
    font-size: 20px;
    font-weight: 900;
}

.aboutElement {
    color: #5F5D5D;
    margin-left: 10px;
    height: 56vh;
}

#showAny_phone {
    width: 100vw;
    height: 500px;
}

#showAny_phone img {
    width: 400px;
    height: 220px;
}

.tm-gallery-item {
    margin-left: 15px;
}

figure.effect-honey {
    width: 240px;
}

figure.effect-honey img {
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    width: 240px;
    height: 300px;
}

figure.effect-honey:hover img {
    opacity: 0.4;
}

figure.effect-honey figcaption::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #38C;
    content: "";
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

figure.effect-honey h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em 1.5em;
    color: #000000;
    width: 100%;
    text-align: center;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -20px, 0);
}

figure.effect-honey div {
    height: 100%;
    text-align: center;
    color: #000000;
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.text-body {
    min-height: 50vh;
    padding: 10px;
    font-size: 1.45em;
    line-height: 1.40em;
    font-weight: 500;
    text-align: left;
}


/* 在背景上覆盖一层白色 */

.bg-overlay {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}


/* Testimonials */

.tm-section-pad-top {
    padding-top: 80px;
}

#testimonials {
    color: white;
    /* background-image: url(../images/index/banner2.jpg); */
    background-color: #111311;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    height: 380px;
}

section .text {
    position: relative;
    font-size: 5em;
    text-align: center;
    color: #00fe77;
    -webkit-box-reflect: below -0.45em linear-gradient(transparent, #0004);
}

@media (max-width: 480px) {
    .text-body {
        line-height: 1.10em;
    }
    .phoneTitle p {
        font-size: 18px;
        font-weight: 900;
    }
}