@charset "utf-8";
.ui-mobile [data-role=page] {
    position: unset;
}

.page {
    width: 100%;
    height: 100px;
    line-height: 0;
    border-radius: 20px;
    overflow: hidden;
    padding: 0;
}

.page img {
    height: 100%;
    /* position: absolute;
    top: 0;
    left: 0; */
    float: left;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 5px;
}

.ui-content h1 {
    margin: 0;
    padding: 5px 0 0 0;
    font-size: 25px;
    float: left;
    color: #000;
}

.main_text {
    height: 2.625rem;
    line-height: 1.25rem;
    width: 78%;
    float: left;
    text-indent: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: pre-wrap;
    margin-top: .3125rem;
    color: rgb(99, 99, 99);
    z-index: 3!important;
}

.page_return {
    width: 100px;
    height: 40px;
    line-height: 36px;
    font-size: 16px;
    margin: 0;
    padding: 0;
    border-radius: 1.25rem;
}

.ui-icon-back {
    margin-right: .9375rem;
}

.text_back h1 {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.text_back p {
    width: 100%;
    height: 150px;
    text-indent: 2em;
}

.text_back img {
    width: 100%;
    height: 400px;
}