.rows {
    text-align: center;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

.service-in {
    width: 320px;
    height: 434px;
    padding: 50px 0 0 0;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
}

.a1 {
    background: url(../imgs/vip-privilege1.png)no-repeat;
}

.a2 {
    background: url(../imgs/vip-privilege2.png)no-repeat;
}

.tm-tm-service-in h2 {
    margin-top: 20px;
    color: #ffffff;
}

.tm-tm-service-in h4 {
    margin-top: 40px;
    color: #ffffff;
}

.service-in h6 {
    margin-top: 20px;
    color: #ffffff;
}

.vip-img {
    position: relative;
    width: 205px;
    height: 285px;
    padding: 25px 10px 25px 10px;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
    background: url(../imgs/vip-vip.png)no-repeat;
    background-size: 100%;
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 205px;
    height: 285px;
    background: rgba(101, 101, 101, 0.6);
    color: #ffffff;
    opacity: 1;
}

.vip-img h5 {
    color: #ffffff;
}

.vip-img p {
    color: #ffffff;
}

.vip-img h1 {
    font-family: 'FZCuQian-M17S';
    color: #ffffff;
}

.hr {
    background: #ffffff;
    width: 20px;
    height: 2px;
    margin: 8px auto;
}

.vip-img:hover {
    /* 设置阴影 */
    -webkit-box-shadow: #ededed 0px 0px 10px 5px;
    -moz-box-shadow: #ededed 0px 0px 10px 5px;
    box-shadow: #ededed 0px 0px 10px 5px;
}

.vip-img:hover .hr {
    background: #ffd83c;
}

.vip-img:hover .mask {
    opacity: 0;
}

.vip-img:hover h1 {
    color: #ffd83c;
}


/* 疑问解答 */

.learn-more {
    background: url(../imgs/vip-anser.png)no-repeat;
    padding: 70px 0;
}

.learn-more h2 {
    color: #ffffff;
}

.learn-more h6 {
    margin-bottom: 30px;
    color: #ffffff;
}


/* foot */

p {
    text-align: justify;
}

.answer div {
    border-bottom: 1px solid #e5e5e5;
    margin-top: 20px;
}

.answer .answer-p {
    font-size: 18px;
    color: #333333;
}

.answer-p1 {
    color: #666666;
}

.foot {
    background: #000000;
    background: url(../imgs/index-foot1.png)no-repeat;
    padding: 80px 0 10px 0;
}

.foot h6 {
    margin-bottom: 10px;
    color: #ffffff;
}

.foot h2 {
    color: #ffffff;
}

.foot p {
    color: #ffffff;
    text-align: justify
}

.foot1 div {
    text-align: center;
}

.foot2 p {
    text-align: center;
}

.foot-end {
    margin-top: 50px;
}

.foot-end p {
    text-align: center;
}

.police {
    font-size: 14px;
    color: #ffffff !important;
}

.police img {
    width: 20px;
    height: 20px;
    margin-top: -3px;
}

.tm-page-header {
    width: 100%;
    height: 618px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-top: 165px;
}

@media (max-width: 1200px) {
    .tm-page-header {
        height: 329px;
    }
}


/* 小于992px 平板端显示转变 */

@media (max-width: 992px) {
    .tm-page-header {
        height: 250px;
    }
    /* .tm-about-text{
        text-align: center;
    } */
}

@media (max-width: 992px) {
    .img img {
        width: 100%;
        height: 305px;
    }
    .foot {
        background: #000000;
        /* background: url(../imgs/index-foot.png)no-repeat; */
        padding: 80px 0 10px 0;
    }
}

@media (max-width: 767px) {
    .foot {
        background: #000000;
        /* background: url(../imgs/index-foot.png)no-repeat; */
        padding: 80px 0 10px 0;
    }
    .img img {
        height: 200px;
    }
    h2 {
        font-size: 20px;
    }
    h6 {
        font-size: 18px;
    }
    h4 {
        font-size: 16px;
    }
    h5 {
        font-size: 15px;
    }
    p {
        font-size: 14px;
    }
}