* {
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

html, body {
    background-color: #f2f2f2;
    margin: 0 auto;
    height: 100%;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    position: relative;
}

.third_main {
    max-height: 100%;
    overflow-y: auto;
    padding-bottom: 32px;
    -webkit-overflow-scrolling: touch
}

.main {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.top-desc {
    font-size: x-small;
    font-size: 12px;
    font-family: PingFangSC;
    padding: 5px 16px 0 16px;
    font-weight: 300;
    color: #8EC466;
    background: #f9f9f9;
}

.wrap {
    width: 100%;
    background-color: #f9f9f9;
    padding: 16px;
    margin: auto;
    margin-bottom: 15px;
}
.wrap:last-child{
    margin-bottom: 0!important;
}
/*页面适配*/
@media (min-width: 1200px) {
    body {
        overflow-y: auto;
        min-height: 667px;
        max-width: 375px;
    }
}

footer {
    width: 100%;
    height: 32px;
    background-color: #fff;
    line-height: 32px;
    display: table;
    vertical-align: middle;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0;
}

footer p {
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
    font-family: Roboto-Italic;
    font-size: 15px;
    color: #999999;
}

.ifont {
    font-family: Roboto-Italic;
    font-size: 17px;
    color: #999999;
    letter-spacing: 0;
    margin-bottom: 0;
}

.intro-info h4, h4 {
    font-size: 22px;
    color: #4a4a4a;
    line-height: 18px;
}

.intro-info p {
    font-family: PingFangSC-Regular;
    letter-spacing: 0;
    font-size: 15px;
    line-height: 26px;
    color: #4a4a4a;
    margin-bottom: 0;
}

.text-icon {
    margin-top: 16px;
    margin-top: 0.8rem;
    margin-bottom: 18px;
    margin-bottom: 1.1rem;
}

.text-icon span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    background-color: #00C1F2;
    padding: 5px 15px;
    color: #fff;
    border-radius: 15px;
}

/*图像相关*/
.plantGallery {
    width: 100%;
    display: block;
}

.plantGallery img {
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    object-fit: contain;
    -o-object-fit: contain;
    border-radius: 10px;
}

.plantGallery figure a {
    display: block;
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 100%;
}

.plantGallery figure {
    display: inline-block;
    vertical-align: middle;
    width: 32%;
    margin-right: 1.5%;
}

.plantGallery figure:nth-child(3n) {
    margin-right: 0;
}

.plantGallery figcaption {
    display: none;
}

.box {
    position: relative;
    height: 0;
    width: 16.6667%;
    padding-bottom: 16.6667%;
}

.box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 90%;
    border-radius: 100%;
}

.down-icon {
    width: 25px;
    cursor: pointer;
    display: none;
}

.avatar-make {
    text-align: center;
    position: absolute;
    left: 0;
    border-radius: 50%;
    background-color: #b3d8ff;
    color: #fff;
    font-weight: bolder;
    font-size: 15px;
}

.footer-btn {
    display: inline-block;
    width: 100%;
    background-color: #00b3ee;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
    text-decoration: none;
    text-align: center;
}

.footer-btn:hover {
    text-decoration: none;
    color: #fff;
}
.title-lf{
    font-size: 16px;
    color: #4A4A4A;
    font-weight: bold;
    font-family: PingFangSC-Semibold;
    display: flex;
    align-items: center;
}