/* 头部 */
.riven-common-header {
    display: flex;
    height: 0.95rem;
    position: relative;
}

.riven-common-header.boder-bottom {
    border-bottom: 0.01rem solid #cacaca;
}

.riven-common-header-left {
    flex: none;
    display: block;
    width: 0.8rem;
    height: 0.95rem;
    background: url(../img/icon-menu.png) center center no-repeat;
    background-size: 0.3rem 0.18rem;
}

.riven-common-header-logo {
    flex: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.riven-common-header-logo img {
    display: block;
    width: 0.9rem;
    height: 0.58rem;
}

.riven-common-header-right {
    flex: none;
    display: block;
    width: 1.05rem;
    height: 0.95rem;
    background: url(../img/logo-rg.png) center center no-repeat;
    background-size: 0.45rem 0.45rem;
}

.riven-common-list {
    position: absolute;
    left: 0;
    top: 0.95rem;
    width: 100%;
    padding-bottom: 0.28rem;
    background-color: #ffffff;
    z-index: 2;
    border-bottom: 0.01rem solid #585858;
}

.riven-common-list-delete {
    height: 1rem;
    padding: 0 0.34rem;
    text-align: right;
    border-bottom: 0.01rem solid #585858;
}

.riven-common-list-delete button {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 0;
    background: url(../img/menu-delete.png) center center no-repeat;
    background-size: 0.25rem 0.25rem;
}

.riven-common-list .list-item-tittle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.86rem;
    line-height: 0.86rem;
    padding: 0 0.34rem;
}

.title-black {
    color: #000000;
    text-decoration: none;
}

.riven-common-list .list-item-tittle.active {
    background-color: #f1f1f1;
    color: #ea6200;
}

.riven-common-list .list-item-tittle .btn {
    display: inline-block;
    width: 0.86rem;
    height: 0.86rem;
    background-color: transparent;
    border: 0;
}

.riven-common-list .list-item-tittle .btn.open {
    background: url(../img/menu-open.png) center center no-repeat;
    background-size: 0.28rem 0.28rem;
}

.riven-common-list .list-item-tittle .btn.close {
    background: url(../img/menu-close.png) center center no-repeat;
    background-size: 0.28rem 0.03rem;
}

.riven-common-list .list-item-samll-list {
    padding: 0 0.34rem;
}

.riven-common-list .list-item-samll-list-item {
    height: 0.86rem;
    line-height: 0.86rem;
    font-size: 0.28rem;
    color: #191919;
    padding: 0 0.45rem;
}

/* 底部 */
.riven-common-footer {
    height: 3.9rem;
    width: 100%;
    padding: 0.5rem 0.34rem 0 0.32rem;
    background-color: #464646;
    box-sizing: border-box;
}

.riven-common-footer-title {
    font-size: 0.42rem;
    color: #ffffff;
    font-weight: 500;
    line-height: 0.52rem;
}

.riven-common-footer .copyright {
    padding: 0.2rem 0;
    font-size: 0.26rem;
    color: #ffffff;
}

.riven-common-footer .copyright p {
    line-height: 0.36rem;
}

.riven-common-footer .gotop {
    padding-top: 0.24rem;
    text-align: center;
    border-top: 0.01rem solid #929292;
}

.riven-common-footer .gotop button {
    color: #cacaca;
    background-color: transparent;
    border: 0;
    padding-right: 0.24rem;
    background: url(../img/gotop.png) center right no-repeat;
    background-size: 0.1rem 0.21rem;
    outline: none;
}

/* topitem */
.riven-top-item {
    position: relative;
}

.riven-top-item .riven-top-item-title {
    display: flex;
    height: 0.98rem;
    line-height: 0.98rem;
    padding-left: 0.28rem;
}

.riven-top-item .riven-top-item-title-top {
    font-size: 0.28rem;
    color: #000000;
    font-weight: bold;
}

.riven-top-item .riven-top-item-title .select {
    font-size: 0.28rem;
    color: #000000;
    font-weight: bold;
}

.riven-top-item .riven-top-item-title .select .select-active {
    display: inline-block;
    padding: 0 0.52rem;
    font-size: 0.28rem;
    font-weight: normal;
    background: url(../img/icon-down.png) center right no-repeat;
    background-size: 0.35rem 0.18rem;
}

.riven-top-item .list {
    position: absolute;
    top: 0.98rem;
    left: 0;
    width: 100%;
    overflow: auto;
    background-color: #ffffff;
    z-index: 1;
    border-top: 0.01rem solid #cacaca;
    border-bottom: 0.01rem solid #cacaca;
}

.riven-top-item .select-list li {
    padding: 0 0.34rem;
    line-height: 0.86rem;
}

[v-cloak] {
    display: none;
}