html,
body {
    overflow: visible;
    position: relative;
    background-color: #f8f9fc;
    margin: 0;
}

.link {
    color: #0066b3;
    text-decoration: none;
}

body,
#app,
.main {
    height: 100%;
}

.main {
    display: flex;
    flex-direction: column;
    position: relative;
    background: linear-gradient(to bottom, #4f75ff 0, #5c9bf8 8rem, #fff 10.16rem);
}
.main.empty {
    background: linear-gradient(to bottom, #4f75ff 0, #5c9bf8 2.3rem, #fff 2.3rem);
}

.header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
}

.swiper-container-banner_m {
    margin-bottom: 0.5rem;
    width: 13.88rem;
    height: 3.4rem;
    border-radius: 0.4rem;
    box-shadow: 1px 1px 5px #999;
}

.swiper-wrapper {
    height: auto;
}

.swiper-container-banner_m .swiper-slide img{
	width:100%;
}

.section {
    margin: 0 0.4rem;
    border-radius: 0.4rem;
    background-color: #fff;
}
.section + .section {
    margin-top: 0.4rem;
}

.navbar-pagination {
    text-align: center;
    padding-bottom: 0.2rem;
}
.category {
    width: 3rem;
    height: 3rem;
    text-align: center;
}
.category.cur {
    color: #5a95ef;
}
.category_img {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0.4rem auto;
}
.category_name {
    font-size: 0.4rem;
}

.scroller {
    flex: 1;
    overflow-y: auto;
    position: relative;
    margin: 0.4rem 0;
}

.rights_list {
    padding: 0.4rem 0;
}
.rights_list .orgs {
    display: flex;
    align-items: center;
    box-shadow: 0 0 15px -10px;
    margin-top: 0.4rem;
    padding: 0.4rem 0.4rem;
}
.rights_list .org {
    display: block;
    width: 20%;
    box-sizing: border-box;
    padding: 0.2rem;
}
.rights_list .org_img {
    width: 100%;
}
.rights_list .category_name {
    font-size: 0.6rem;
    font-weight: bold;
    padding: 0 0.4rem;
}

.rights {
    display: flex;
    box-shadow: 0 0 15px -10px;
    margin-top: 0.4rem;
    padding: 0.4rem 0.4rem;
}

.rights_img {
    width: 4.3rem;
    height: 2.7rem;
    object-fit: contain;
    margin-right: 0.5rem;
}
.rights_content {
    display: flex;
    flex-direction: column;
}
.rights_name {
    font-size: 0.52rem;
    line-height: 0.6rem;
    font-weight: bold;
    color: #333;
}
.rights_desc {
    font-size: 0.4rem;
    margin-top: 0.16rem;
    color: #999;
}

.more {
    width: 13rem;
    margin: 0.5rem auto;
    font-size: 0.7rem;
}

.sorry {
    margin-top: 1rem;
    text-align: center;
    font-size: 0.8rem;
}
