#title {
    height: 1.3rem;
    line-height: 1.3rem;
    text-align: center;
    font-size: 0.52rem;
    border-bottom: 0.1rem solid #E0E0E0;
    width: 94%;
    margin: auto;
}

.model {
    position: relative;
    display: block;
    width: 94%;
    height: 0px;
    margin: 0 auto;
    padding-bottom: 47%;
    border-radius: 10px;
    margin-top: 5%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.4);
    overflow: hidden;
    background-size: 100% 100%;
    background-color: rgba(0,0,0,0.4);
}

    .model > span.model_pic {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        z-index: 1;
    }

.wrap-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    color: #E0E0E0;
    background-color: rgba(0,0,0,0.3);
}

.left-text {
    position: absolute;
    left: 0.5rem;
    top: 50%;
    height: 0.8rem;
    margin-top: -0.4rem;
    color: white;
}

    .left-text > span {
        color: inherit;
    }

        .left-text > span:first-child {
            display: block;
            font-size: 0.45rem;
            line-height: 0.45rem;
            font-weight: 700;
        }

        .left-text > span:last-child {
            display: block;
            margin-top: 0.1rem;
            font-size: 0.26rem;
            line-height: 0.26rem;
        }

.right-text {
    height: 0.3rem;
    line-height: 0.3rem;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    margin-top: -0.15rem;
}

    .right-text > span {
        font-size: 0.3rem;
        color: white;
    }

a, div {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}