﻿.about {
    background: white;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
    .about .about-swiper {
    text-align:justify;
    }

    .about .about-data {
        width: 100%;
    }

        .about .about-data img {
            width: 100%;
        }

    .about .about-SuZhou {
        padding: 0.75rem;
        box-sizing: border-box;
        position: relative;
    }

        .about .about-SuZhou .about-swiper .swiper-slide img {
            width: 100%;
        }

        .about .about-SuZhou .about-swiper .swiper-slide .text {
            color: #333333;
            font-size: 0.75rem;
            text-indent: 1rem;
            margin: 0;
            box-sizing: border-box;
            line-height: 1.2rem;
        }

        .about .about-SuZhou .nextPage {
            position: absolute;
            bottom: 0.75rem;
            right: 0.75rem;
            width: 2rem;
            height: 2rem;
            z-index: 99;
        }

    .about .about-Share {
        padding: 1rem 30% 1rem 0.75rem;
        box-sizing: border-box;
        background-image: url('../../WebFiles/Mobile/aboutContact.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

        .about .about-Share .info {
            color: white;
            font-size: 0.75rem;
        }

        .about .about-Share .code {
            margin-top: 0.5rem;
            display: flex;
            justify-content: space-between;
        }

            .about .about-Share .code .item {
                flex-shrink: 0;
                flex: 0;
            }

                .about .about-Share .code .item .title {
                    display: flex;
                    align-items: center;
                }

                    .about .about-Share .code .item .title img {
                        height: 0.75rem;
                        text-align: center;
                        margin-right: 0.5rem;
                    }

                    .about .about-Share .code .item .title span {
                        line-height: 0.75rem;
                        font-size: 0.75rem;
                        letter-spacing: 0.06rem;
                        color: #ffffff;
                        flex: 1;
                    }

                .about .about-Share .code .item .img {
                    margin-top: 0.5rem;
                    height: 5.5em;
                    width: 5.5rem;
                }

                    .about .about-Share .code .item .img img {
                        height: 100%;
                        width: 100%;
                    }

    .about .about-Contact {
        margin-top: 0.5rem;
        padding: 0.5rem;
        box-sizing: border-box;
    }

        .about .about-Contact .title {
            font-weight: bold;
            text-align: left;
            color: #333333;
            font-size: 1.1rem;
            height: 1.1rem;
            line-height: 1.1rem;
            border-left: 0.2rem solid #50b5ff;
            padding-left: 0.2rem;
            box-sizing: border-box;
        }

        .about .about-Contact .item-title {
            border-bottom: 0.08rem solid #ddd;
            padding: 0.75rem 0;
            box-sizing: border-box;
        }

        .about .about-Contact .row {
            display: flex;
            flex-wrap: nowrap;
            padding: 0.75rem 0;
            box-sizing: border-box;
        }

            .about .about-Contact .row span:nth-of-type(1) {
                font-size: 0.94rem;
                color: #333333;
                flex: 1;
            }

            .about .about-Contact .row span:nth-of-type(2) {
                font-size: 0.94rem;
                color: #333333;
                flex: 1;
                text-align: right;
            }

    .about .about-SuZhou .about-swiper .swiper-slide .text.text-middle {
        margin-top: 4rem;
    }
