/* 二级页统一返回头 */
.info-select-head {
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 0.03rem solid #E7E8EA;
    max-width: var(--m-layout-max-width, 375px);
    margin: 0 auto;
}

.info-select-head .main_area {
    height: 1.44rem;
    padding: 0 0.45rem;
    background-color: #fff;
}

.info-select-head .main_area img {
    width: 0.24rem;
    height: 0.45rem;
}
.info-select-head--dark-back .main_area img {
    width: 0.24rem;
    height: 0.45rem;
}

.info-select-head .main_area .info-text {
    color: #000;
    text-align: center;
    font-size: 0.43rem;
    font-weight: 400;
    line-height: 1.37rem;
}
.info-select-head .info-text--ellipsis {
    flex: 1;
    min-width: 0;
    margin: 0 0.24rem;
    font-size: 0.373rem;
    color: #263b5e;
    line-height: 1.44rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.with-page-back {
    padding-top: 1.44rem;
}
