
.content {

    text-align: center;
}

.content2 {
    width: 70%;
    text-align: center;
    margin-left: 15%;

}

p {
    font-size: 26px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 35px;
}

.content img {
    width: 100%;
}

.content2 img {
    width: 100%;
}

.lianxi {
    width: 110%;
}

.content div {
    margin-bottom: 50px;
}

.list-item img {
    margin-bottom: 15px;
}

iframe {
    width: 100%;
}

.jieshao {
    text-align: left;
}

.fangan {
    background: #F6F7F7;
    padding: 2%;
    display: flex;


}

.fang-itme {
    width: 33%;
    position: relative;
    margin: 0;
}

.fang-dao {
    position: absolute;
    left: 25%;
    width: 50% !important;
    bottom: 10%;
}

.kehu-itme {
    width: 50%;
    position: relative;
    margin: 0;
}

.kehu-dao {
    position: absolute;
    left: 5%;
    width: 35% !important;
    bottom: 5%;
}

.max-none {
    display: none;
}

.min-none {
    display: block;
}

@media (max-width: 600px) {
    .content {

        text-align: center;
    }

    p {
        font-size: 24px !important;
        font-weight: 600;
        margin-top: 20px;
        margin-bottom: 35px;
    }

    .max-none {
        display: block;
    }

    .min-none {
        display: none;
    }

    .content2 {
        width: 100%;
        margin: 0;

    }

    .icon-tab {
        display: flex;
        justify-content: space-around;
        margin: 20px 0;
    }

    .icon-tab img {
        width: 33%;
    }

    .list-item img {
        margin-bottom: 25px;
    }

    .fangan {
        flex-wrap: wrap;
    }

    .fang-itme {
        width: 100%;
        position: relative;
        margin: 0;
        padding: 20px;
    }

    .fang-itme img {
        width: 85%;
    }

    .fang-dao {
        position: absolute;
        left: 35%;
        width: 28% !important;
        bottom: 14%;
    }

    .kehu-itme {
        width: 100%;
    }

    .kehu-itme img {
        width: 85%;
        margin-top: 20px;
    }

    .kehu-dao {
        left: 30%;
        bottom: 5%;
        width: 30% !important;
    }

}

.cell {
    margin-bottom: 0px;
}
