html,
body {
    height: 100%;
    background-color: #fff;
}

body {
    width: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

label,
select {
    color: #a80e02
;
    float: left;
    -webkit-appearance: none;
    border: 0;
    min-width: 2.8rem;
    outline: 0;
    background-color: transparent;
    height: 0.9375rem;
    line-height: 0.9375rem;
    position: relative;
    z-index: 1;
    font-size: 0.375rem;
    box-sizing: border-box;
    padding-left: 0.15625rem;
}

label {
    padding-left: 0;
}

label:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 0.21rem;
    top: 0.36375rem;
    border-top: 7px solid #a80e02
;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

label:before {
    content: '';
    width: 1px;
    height: 0.46875rem;
    background-color: #e96453;
    position: absolute;
    right: 0;
    top: 0.234375rem;
}

.mobile-header {
    height: 6.25rem;
    width: 100%;
    box-sizing: border-box;
    padding-top: 0.325rem;
    position: relative;
    background-image: url(../img/banner.jpg);
    background-repeat: no-repeat;
    background-size: 100% 6.25rem;
}

.mobile-header > a {
    display: none;
}

.mobile-header .banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 6.25rem;
    z-index: 0;
}

.mobile-header .guohui {
    width: 0.390625rem;
    height: 0.4375rem;
    margin-right: 0.3125rem;
}

.mobile-header .gdsrmzf {
    width: 2.69230769rem;
    height: 0.390625rem;
}

.mobile-header .gdsrmzf-text {
    color: #fff;
    font-size: 0.39rem;
    font-weight: bold;
}

.mobile-header .header-row {
    overflow: hidden;
    margin-left: 0.3125rem;
    display: flex;
    align-items: center;
}

.mobile-header .middle-row {
    margin-top: 1.4625rem;
    margin-bottom: 0.78125rem;
}

.mobile-header .middle-row h1 {
    text-align: center;
    color: #fff;
    margin: 0;
    font-size: 0.43625rem;
}

.mobile-header .search-input {
    position: relative;
    margin: 0 auto;
    width: 9.21875rem;
    height: 0.9375rem;
    background-color: rgba(255, 255, 255, 0.5);
}

.mobile-header .search-input input {
    outline: none;
    border: none;
    width: 4.54375rem;
    height: 0.9375rem;
    box-sizing: border-box;
    padding: 0 .15625rem;
    line-height: 0.9375rem;
    color: #fff;
    background-color: transparent;
}

.mobile-header .search-input input.cloud-type-0 {
    width: 7.34375rem;
}

.mobile-header .search-input .btn {
    background-color: #a80e02
;
    width: 1.875rem;
    height: 0.9375rem;
    text-align: center;
    color: #fff;
    line-height: 0.9375rem;
}

.result-text {
    box-sizing: border-box;
    padding-left: 0.3125rem;
    width: 100%;
    height: 1.2375rem;
    font-size: 0.375rem;
    line-height: 1.2375rem;
}

.result-text .has-color {
    color: #b5300e;
}

.sort-line {
    width: 9.375rem;
    height: 0.9375rem;
    clear: both;
    background-color: #f2f2f2;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 0.15625rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.sort-line label {
    display: none;
}

.sort-line label:before {
    display: none;
}

.sort-line select {
    color: #333;
    padding-left: 0;
    display: none;
}

.sort-line .sort-way {
    height: 0.9375rem;
    line-height: 0.9375rem;
}

.sort-line .sort-way > * {
    float: left;
}

.sort-line .sort-way a {
    color: #333;
    text-decoration: none;
}

.sort-line .sort-way .split-sort {
    margin: 0 5px;
}

.sort-line .sort-way .selected {
    color: #a80e02
;
}

.s-list-item {
    width: 9.375rem;
    box-sizing: border-box;
    padding: 0 0.15625rem;
    border-bottom: 1px #e6e6e6 solid;
    margin: 0.546875rem auto 0 auto;
}

.s-list-item .title {
    font-size: 0.46875rem;
    line-height: 1.3;
    color: #a80e02
;
}

.s-list-item .title em {
    color: #b5300e;
}

.s-list-item .data-msg {
    overflow: hidden;
    margin-bottom: 0.46875rem;
}

.s-list-item .data-msg > * {
    float: left;
    color: #777;
    font-size: 0.375rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 50%;
    display: none;
    min-height: 1px;
}

.s-list-item .data-msg .publisher {
    width: 100%;
    margin-top: -3px;
}

.s-list-item .data-msg .date {
    text-align: right;
}

.s-list-item .content {
    display: none;
    font-size: 0.375rem;
    margin: 0.3125rem 0;
    color: #999;
    overflow: hidden;
}

.s-list-item .content em {
    color: #b5300e;
}

.s-list-item.files .title {
    margin-bottom: 0.46875rem;
}

.s-list-item.files .data-msg > * {
    display: block;
}

.s-list-item.local .content,
.s-list-item.all .content {
    display: block;
}

.s-list-item.local .data-msg .date,
.s-list-item.all .data-msg .date {
    display: block;
    text-align: left;
}

.s-list-item.gb .title,
.s-list-item.bsxx .title {
    margin-bottom: 0.3125rem;
}

.s-list-item.gb .date,
.s-list-item.bsxx .date {
    display: block;
    text-align: left;
}

.footer {
    background: #eaebeb;
    border-top: 4px solid #2e6da1;
    padding-top: 0.3125rem;
    position: relative;
}

.footer ul {
    overflow: hidden;
    margin-bottom: 0.3125rem;
}

.footer ul li {
    width: 50%;
    list-style-type: none;
    text-align: center;
    margin: 0;
    float: left;
}

.footer ul li img {
    display: inline;
    float: none;
    box-sizing: border-box;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}

.footer ul li span {
    font-size: .375rem;
    text-align: center;
    display: block;
    margin-top: 0.15625rem;
    color: #333;
}

.bottom {
    font-size: .375rem;
    text-align: center;
    display: inline-block;
    color: #555;
    border-top: 1px solid #c6c6c6;
    width: 100%;
    padding: 0.15625rem 0;
}

.footer .switch {
    width: 2.1875rem;
    height: .5rem;
    display: block;
    position: absolute;
    left: 15%;
    top: 56%;
    overflow: hidden;
    float: left;
}

.footer .switch li {
    text-align: center;
    width: 45%;
    height: 0.5rem;
    float: left;
    list-style-type: none;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

.footer .switch li a {
    display: block;
    height: 0.5rem;
    color: #333;
    font-size: .375rem;
}

.footer .switch .selected {
    color: #777;
    border-right: 1px solid #555;
    font-size: .375rem;
}

.empty-list {
    width: 220px;
    height: 133px;
    margin: 32px 22px 116px 22px;
    background-image: url(../img/empty.jpg);
    background-position: 7px 7px;
    background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5) {
    .empty-list {
        background-image: url(../img/empty@2x.jpg);
        background-size: 210px 126px;
    }
}

.list-body {
    min-height: 4rem;
}

.list-loading {
    margin: 3.4rem auto 0 auto;
    background-image: url(../img/loading.gif);
    background-position: center;
    background-repeat: no-repeat;
    width: 2.666666667rem;
    height: 0.693333333rem;
}

.page {
    width: 9.375rem;
    height: 0.9375rem;
    clear: both;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 0.15625rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.page.new-height {
    height: 1.9375rem;
}

.page > a {
    height: 0.9375rem;
    line-height: 0.9375rem;
    color: #a80e02
;
    text-decoration: none;
}

.page > a.disabled {
    color: #999;
    cursor: not-allowed;
}

.page label {
    min-width: 1px;
    padding-right: 0.46875rem;
}

.page label::before {
    display: none;
}

.page select {
    width: auto;
    min-width: 1px;
    padding: 0;
    float: none;
}

.keyword-frame {
    text-align: center;
    display: none;
    position: absolute;
    height: auto;
    overflow: hidden;
    left: 50px;
    background-color: #fff;
    border: 1px #ddd solid;
    z-index: 1001;
    box-sizing: border-box;
}

.keyword-frame img {
    margin-top: 5px;
}

.keyword-frame-item {
    text-align: left;
    width: auto;
    min-width: 1px;
    overflow: hidden;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #333;
    clear: both;
    margin: 0;
    padding: 0 16px;
    cursor: pointer;
}

.keyword-frame-item:hover,
.keyword-frame-item.is-active {
    background: #eee;
}

.tag-type {
    background: #e96453;
    color: #fff;
    font-size: 0.36rem;
    display: inline-block;
    height: 0.58666667rem;
    padding: 0 0.2133333rem;
    line-height: 0.61333333rem;
    margin-right: 0.16rem;
    border-radius: 0.32rem;
    margin-top: -0.0533333rem;
    margin-bottom: 1px;
    vertical-align: middle;
}

.highlight {
    font-style: normal;
    color: #f94646;
}
