.romaMobile .scfPage{
    min-width:initial;
}
.romaMobile .roma-text-button {
    color: var(--roma-color-link);
    font-size: 0.16rem;
}
.romaMobile .roma-text-button:active {
    opacity: 0.4;
}
.romaMobile .roma-text-button.disabled {
    color: #adb0b8;
}
.romaMobile .roma-text-button.disabled:active {
    color: #adb0b8;
    opacity: 1;
}
.romaMobile .el-message {
    top: 0.9rem !important;
    transform: translate(-50%,-50%);
    min-width: auto;
    max-width: 3rem;
    background-color: #fff;
    border-color: #fff;
    border-radius: 0.04rem;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20);
    width: max-content;
    padding: 0.15rem;
    align-items: flex-start;
    line-height: 0.2rem;
}
.romaMobile .el-message .el-message__content {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.romaMobile .upSortImg,
.romaMobile .underSortImg,
.romaMobile .noSortImg,
.romaMobile .blackSortImg,
.romaMobile .upSortedImg {
    display: inline-block;
    background-size: 100% !important;
    width: 0.06rem;
    height: 0.1rem;
}
.romaMobile .right-main-window {
    margin-top: unset;
    margin-left: unset;
}
.romaMobile .moreFilters{
    background: url('img/moreFilters.png') no-repeat;
    display: inline-block;
    background-size: 100% !important;
    width: 0.08rem;
    height: 0.1rem;
}
.romaMobile .roma-input-mobile-item {
    width: 100%;
    display: flex;
    align-items: center;
    height: 0.5rem;
    border-bottom: 0.005rem solid #dfe1e6;
    background-color: #f8f8f8;
}
.romaMobile .roma-input-mobile-item .roma-label-mobile {
    max-width: 66%;
    height: 0.48rem;
    line-height: 0.48rem;
    font-size: 0.14rem;
    color: #252b3a;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    padding-left: 0.15rem;
    padding-right: 0.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #f8f8f8;
}
.romaMobile .roma-input-mobile {
    flex: 1;
    justify-content: flex-end;
    display: flex;
}
.romaMobile .roma-input-mobile .el-input__inner {
    background-color: #f8f8f8;
    border: none;
    text-align: right;
    height: 0.48rem;
    line-height: 0.48rem;
    font-size: 0.12rem;
    color: #575d6c;
    padding-right: 0rem;
    padding-left: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 0.41rem;
}
.romaMobile .roma-input-mobile .el-input__inner::placeholder {
    color: #adb0b8;
}
.romaMobile .roma-input-mobile .el-input__suffix {
    right: 0.15rem !important;
}
.romaMobile .roma-input-mobile .el-input__suffix .el-input__icon {
    line-height: 0.5rem !important;
    width: 0.12rem;
    height: 0.12rem;
}
.romaMobile .roma-input-mobile .el-input__suffix-inner {
    height: 0.5rem;
    display: inline-flex;
    align-items: center;
}
.romaMobile .roma-input-mobile .el-icon-edit::before,
.romaMobile .roma-input-mobile .el-icon-circle-close:before {
    content: ""!important;
}
.romaMobile .roma-input-mobile .el-icon-edit {
    background: url(./img/input_edit_mobile.png);
    background-size: 100%;
}
.romaMobile .roma-input-mobile .el-icon-circle-close {
    background: url(./img/input_delete_mobile.png);
    background-size: 100%;
}
.romaMobile .roma-input-mobile.hasValue .el-input__suffix .el-input__icon+.el-input__icon {
    display: none;
}
.romaMobile .roma-input-mobile.hasValue .el-input__inner:focus+.el-input__suffix .el-icon-edit {
    display: none;
}
.romaMobile .roma-input-mobile.hasValue .el-input__inner:focus+.el-input__suffix .el-input__icon+.el-input__icon {
    display: block;
}
/*移动端滚动条*/
.roma-scroll-mobile::-webkit-scrollbar-thumb {
    width: 0.02rem;
    background: rgba(87,93,108, 0.4) !important;
    border-radius: 0.01rem;
}
.roma-scroll-mobile::-webkit-scrollbar {
    width: 0.02rem;
}