.content {
    margin: 0;
    height: 95%;
    width: 100%;
    padding-bottom:1rem;
}
html{
    overflow-x: hidden !important;
}
footer {
    position: fixed;
    bottom: 0;
    z-index: 999;
    background: #F2F3F6;
    max-width: 750px;
    width: 100%;
    height: 1.2rem;
}

.line-item{
    display: flex;
    font-size: 0.52rem;
    text-align: center;
    align-items:Center;
    position: relative;
    background: rgba(255, 255, 255, 1);
    padding: 8px;
}

.short-vertical-line{
    width: 6px;
    height: 24px;
    margin: 15px;
    background-color: #028EED;
}
.horizontal-line {

}

.line-item.bottom{
    width: 100%;
    position: fixed;
    bottom: 0;
}

/*单行粘连靠左*/
.line-item.start{
    justify-content: flex-start;
}
/*单行粘连靠右*/
.line-item.end{
    justify-content: flex-start;
}
/*分列居中*/
.line-item.around{
    justify-content: space-around;
}
/*分列靠边*/
.line-item.between{
    justify-content: space-between;
}
/*换行*/
.line-item.wrap{
    flex-wrap: wrap;
}
.line-limit-length {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.single-omit{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.menu-up-down {
    flex-direction: column;
    display: flex;
    text-align: center
}

.double-column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
}


.double-column .area {
    background: white;
    width: 46%;
    text-align: center;
    border-radius: 0.2rem;
    box-shadow:0 0 0.2rem rgba(0,0,0,0.16);
    margin:0.4rem 0.1rem 0 0.1rem;
}

.width-img{
    width: 100%;
    height: 4.520rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(220, 220, 220, 1);
}

.center-line {
    height: 15px;
    width: 100%;
    background: -webkit-linear-gradient(#ececec, white);
    background: -o-linear-gradient(#ececec, white);
    background: -moz-linear-gradient(#ececec, white);
    background: linear-gradient(#ececec, white);
}


.ok-btn {
    width: 70%;
    opacity: 1;
    color: white;
    box-shadow:none;
    border: 0px;
    font-size: 0.5rem;
    font-weight: 400;
    text-align: center;
    margin-top: 0.2rem;
    background: rgba(0, 202, 157, 1);
    border-radius: 0.1rem;
}
.main-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: -6px;
    font-size: 0.42rem
}
.yellow-icon {
    height: 0.5rem;
    line-height: 0.5rem;
    padding-left: 5px;
    padding-right: 5px;
    background: rgba(245, 102, 46, 1);
    color: white;
    opacity: 1;
    border-radius: 0.2rem;
    font-size: 0.35rem;
}