﻿/* 头部 */



body,
html {
    height: 100%;
}

.outer {
    /* width: 100%;
  max-width: 750px; */
    width: 750px;
    margin: 0 auto;
    /* height: 100%; */
    box-sizing:border-box;
    padding-top:100px;
}



/* banner开始 */
.banner {
    width: 100%;
    /* max-width: 750px; */
    height: 344px;
}

    .banner img {
        width: 100%;
        /* height: 100%; */
    }

/* achieve 开始 */

.achieve {
    width: 707px;
    height: 152px;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    margin-top: -52px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0px 2px 4px 0px rgba(78, 78, 78, 0.1);
    border-radius: 4px;
}

    .achieve strong {
        display: block;
        font-size: 43px;
        color: #e8222d;
        text-shadow: 0px 2px 4px rgba(78, 78, 78, 0.1);
        text-align: center;
        align-items: center;
        /* width: 38px;
  height: 33px; */
        line-height: 50px;
        font-family: PingFangSC-Medium, PingFang SC;
        margin-top: 18px;
    }

        .achieve strong span {
            font-size: 25px;
            line-height: 14px;
        }

    .achieve div p {
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #4e4e4e;
        line-height: 25px;
        text-shadow: 0px 2px 4px rgba(78, 78, 78, 0.1);
        text-align: center;
        margin-top: 2px;
        background-color: #ffffff00;
    }
/* 技术分块 */
.main {
    width: 94%;
    margin: 0 auto;
    /* background-color: aquamarine; */
    /* height: 340px; */
    /* padding: .43rem 0; */
}

    .main .title {
        font-size: 29px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 550;
        color: #4e4e4e;
        width: 372px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        margin: 43px auto;
    }

.content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .content img {
        width: 49%;
        /* height: 2.17rem; */
    }

        .content img:nth-child(3),
        .content img:nth-child(4) {
            margin-top: 18px;
        }

/* .main2{
  padding-top: .36rem;
} */
.main2 .item {
    position: relative;
    /* padding: 0 3%; */
    height: 87px;
    margin-bottom: 18px;
}

    .main2 .item .circle {
        position: absolute;
        width: 87px;
        height: 87px;
        background: #e8222d;
        border: 7px solid #ffffff;
        border-radius: 50%;
        text-align: center;
        line-height: 87px;
        color: #fff;
        font-size: 36px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        top: -4px;
        left: 43px;
    }

    .main2 .item .square {
        width: 620px;
        height: 87px;
        background: linear-gradient(90deg, #ffc5c5 0%, #ffffff 100%);
        border-radius: 2px;
        float: right;
        font-size: 29px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #4e4e4e;
        line-height: 87px;
    }

        .main2 .item .square span {
            width: 319px;
            height: 40px;
            margin-left: 76px;
        }

.main3 .title {
    margin: 54px auto 29px;
}

.main3 .text {
    width: 685px;
    height: 125px;
    font-size: 25px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
}

.column {
    /* background-color: aqua; */
    margin-top: 33px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    height: auto;
}

    .column .item {
        height: 561px;
        height: auto;
        width: 221px;
        /* background-color: rgb(156, 225, 28); */
        position: relative;
        padding-bottom: 32px;
    }

        .column .item .avater {
            width: 210px;
            height: 210px;
            border: 4px solid #e8222d;
            border-radius: 50%;
            top: 0;
            left: 2px;
            position: absolute;
            z-index: 1;
            background-color: #dad9db;
        }

.photo1 {
    background: url(../images/chen1.jpg) no-repeat;
    background-size: 100%;
    background-origin: padding-box;
}

.photo2 {
    background: url(../images/wang2.png) no-repeat;
    background-size: 100%;
    background-origin: padding-box;
}

.photo3 {
    background: url(../images/zhong3.png) no-repeat;
    background-size: 100%;
    background-origin: padding-box;
}

.column .item .desc {
    width: 100%;
    /* height: 2.2rem; */
    background-color: #fff;
    border: 2px solid #e8222d;
    box-sizing: border-box;
    padding: 123px 11px 29px;
    border-radius: 11px;
    margin-top: 105px;
    position: relative;
}

.xiajiantou {
    background: url(../images/xiajiantou.png) no-repeat;
    background-size: 100%;
}

.shangjiantou {
    background: url(../images/shangjiantou.png) no-repeat;
    background-size: 100%;
}

.column .item .desc h5 {
    font-size: 25px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 36px;
    text-align: center;
}

.column .item .desc .say {
    font-size: 22px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    margin-top: 16px;
    height: 91px;
    overflow: hidden;
    cursor: pointer;
}

.column .item .desc .button {
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-top: 13px;
    width: 22px;
    height: 22px;
    transform: translate(-50%);
}

.column .item .desc .icon-xiajiantou {
    color: #e8222c;
    font-size: 22px;
}

.icon-shangjiantou {
    color: #fff;
    font-size: 22px;
}

.main3 .column .item .click-look {
    background-color: #e8222c;
}

    .main3 .column .item .click-look h5 {
        color: #f5f5f5;
    }

    .main3 .column .item .click-look .say {
        color: #f5f5f5;
        height: 254px;
    }

.photo-wall {
    width: 100%;
    height: 170px;
    /* background-color: rgb(138, 241, 20); */
    display: flex;
    justify-content: space-between;
}

.photo-item {
    width: 134px;
    /* max-height: 134px; */
    height: 100%;
}

    .photo-item img {
        width: 100%;
        height: 100%;
    }
/* 减重明星 */
.success-wall {
    width: 100%;
}

    .success-wall .item-li {
        width: 707px;
        height: 449px;
        background-color: #ffc5c5;
        margin-bottom: 18px;
    }

        .success-wall .item-li img {
            width: 100%;
            height: 100%;
        }

.honor-wall img {
    width: 100%;
    height: 100%;
}
/* 尾部 */
footer {
    width: 100%;
    height: 490px;
    box-sizing: border-box;
    background-color: #e8222d;
    margin-top: 31px;
    padding: 36px 54px 54px;
}

    footer .logo-footer {
        width: 430px;
        display: block;
        height: 55px;
        margin: 0 auto 18px;
    }

    footer .text {
        font-size: 29px;
        text-align: center;
        line-height: 40px;
        color: #ffffff;
        margin-bottom: 30px;
    }

        footer .text span {
            letter-spacing: 5px;
        }



    footer p {
        font-size: 25px;
        color: #ffffff;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #ffffff;
        line-height: 36px;
    }



    footer .yejiao {
        height: 62px;
        font-size: 20px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #ffffff;
        line-height: 31px;
        margin-top: 40px;
        text-align: center;
    }

        footer .yejiao a {
            color: #ffffff;
        }

@media screen and (max-width:750px) {

    html {
        font-size: 13.3vw;
    }

    .outer {
        width: 100%;
        padding-top: 1rem;
    }

    /* banner开始 */
    .banner {
        height: 3.44rem;
    }

    .achieve {
        width: 7.07rem;
        height: 1.52rem;
        margin-top: -0.52rem;
        box-shadow: 0rem 0.02rem 0.04rem 0rem rgba(78, 78, 78, 0.1);
        border-radius: 0.04rem;
    }

        .achieve strong {
            font-size: 0.43rem;
            text-shadow: 0rem 0.02rem 0.04rem rgba(78, 78, 78, 0.1);
            line-height: 0.50rem;
            margin-top: 0.18rem;
        }

            .achieve strong span {
                font-size: 0.25rem;
                line-height: 0.14rem;
            }

        .achieve div p {
            font-size: 0.18rem;
            line-height: 0.25rem;
            text-shadow: 0rem 0.02rem 0.04rem rgba(78, 78, 78, 0.1);
            margin-top: 0.02rem;
        }

    .main .title {
        font-size: 0.29rem;
        width: 3.72rem;
        height: 0.40rem;
        line-height: 0.40rem;
        margin: 0.43rem auto;
    }


    .content img:nth-child(3),
    .content img:nth-child(4) {
        margin-top: 0.18rem;
    }

    .main2 .item {
        height: 0.87rem;
        margin-bottom: 0.18rem;
    }

        .main2 .item .circle {
            width: 0.87rem;
            height: 0.87rem;
            border: 0.07rem solid #ffffff;
            line-height: 0.87rem;
            font-size: 0.36rem;
            top: -0.04rem;
            left: 0.43rem;
        }

        .main2 .item .square {
            width: 6.20rem;
            height: 0.87rem;
            border-radius: 0.02rem;
            font-size: 0.29rem;
            line-height: 0.87rem;
        }

            .main2 .item .square span {
                width: 3.19rem;
                height: 0.40rem;
                margin-left: 0.76rem;
            }

    .main3 .title {
        margin: 0.54rem auto 0.29rem;
    }

    .main3 .text {
        width: 6.85rem;
        height: 1.25rem;
        font-size: 0.25rem;
        line-height: 0.36rem;
    }

    .column {
        margin-top: 0.33rem;
    }

        .column .item {
            height: 5.61rem;
            width: 2.21rem;
            padding-bottom: 0.32rem;
        }

            .column .item .avater {
                width: 2.10rem;
                height: 2.10rem;
                border: 0.04rem solid #e8222d;
                left: 0.02rem;
            }

            .column .item .desc {
                border: 0.02rem solid #e8222d;
                padding: 1.23rem 0.11rem 0.29rem;
                border-radius: 0.11rem;
                margin-top: 1.05rem;
            }

                .column .item .desc h5 {
                    font-size: 0.25rem;
                    line-height: 0.36rem;
                }

                .column .item .desc .say {
                    font-size: 0.22rem;
                    line-height: 0.36rem;
                    margin-top: 0.16rem;
                    height: 0.91rem;
                }

                .column .item .desc .button {
                    bottom: -0.01rem;
                    margin-top: 0.13rem;
                    width: 0.22rem;
                    height: 0.22rem;
                }

                .column .item .desc .icon-xiajiantou {
                    font-size: 0.22rem;
                }

    .icon-shangjiantou {
        font-size: 0.22rem;
    }

    .main3 .column .item .click-look .say {
        height: 2.54rem;
    }

    .photo-wall {
        height: 1.70rem;
        margin-top:0.2rem;
    }

    .photo-item {
        width: 1.34rem;
    }


    .success-wall .item-li {
        width: 7.07rem;
        height: 4.49rem;
        margin-bottom: 0.18rem;
    }


    /* 尾部 */
    footer {
        height: 4.90rem;
        margin-top: 0.31rem;
        padding: 0.36rem 0.54rem 0.54rem;
        margin-bottom:0.3rem
    }

        footer .logo-footer {
            width: 4.30rem;
            height: 0.55rem;
            margin: 0 auto 0.18rem;
        }

        footer .text {
            font-size: 0.29rem;
            line-height: 0.40rem;
            margin-bottom: 0.30rem;
        }

            footer .text span {
                letter-spacing: 0.05rem;
            }



        footer p {
            font-size: 0.25rem;
            line-height: 0.36rem;
        }



        footer .yejiao {
            height: 0.62rem;
            font-size: 0.20rem;
            line-height: 0.31rem;
            margin-top: 0.40rem;
        }
}
