html {
}
.mobile {
    display: none;
}
body {
    background-color: #f7f8f9;
}
a {
    color: #1e72bd;
}
a:hover {
    color: #f66;
}
.highlight {
    color: #f00;
}
.section {
    width: 1100px;
    margin: auto;
}
.nav {
    margin-bottom: 10px;
}
.nav > div {
    height: 50px;
    line-height: 50px;
}
.nav .top {
    height: 100px;
    line-height: 100px;
    padding-left: 10px;
    background-color: #fff;
    color: #000;
    font-size: 35px;
}
.nav .top a {
    color: #000;
}
.nav .menus {
    background-color: #000;
    padding: 0 10px;
    width: 100%;
}
.nav .menu {
    color: #fff;
    font-size: 14px;
}
.nav .menu:hover {
    color: #fc6;
}
.nav .menu > i {
    padding-right: 5px;
}
footer {
    margin-top: 10px;
}
.section.flex {
    display: flex;
}
.section.flex > .left {
    flex: 1 1 auto;
    margin-right: 10px;
}
.section.flex > .right {
    flex: 0 0 200px;
}
.section.flex > .right h3 {
    padding: 0 0 10px;
    margin: 0;
}
.section.flex > .right img {
    max-width: 160px;
}
.section.flex > .right > div {
    padding: 20px;
}
.paragraph {
    background: #fff;
    padding: 10px;
    margin-bottom: 15px;
}
.paragraph .misc {
    width: 100%;
    overflow: hidden;
    flex-wrap: nowrap;
    display: flex;
    padding: 15px 0 15px 10px;
}
.paragraph .misc > div {
    padding-right: 20px;
    display: flex;
    align-items: center;
}
.paragraph .misc > .features > a {
    padding-right: 5px;
}
.paragraph .intro img {
    max-width: 100%;
    padding: 0 3px 0 3px;
}
.paragraph .title {
    font-size: 20px;
    font-weight: bold;
    padding: 3px 0;
}
.paragraph .volDate, .paragraph .model {
    color: #666;
}
.paragraph .misc i {
    padding-right: 5px;
}
.paragraph .link {
    padding: 5px 0;
}
.search {
    position: relative;
}
.search input {
    width: calc(100% - 20px);
    height: 40px;
}
.search i {
    position: absolute;
    font-size: 20px;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.search i:hover {
    color: #009;
}
.serieses {
    padding: 0;
}
.serieses > div {
    height: 30px;
    line-height: 30px;
    border-bottom: #f0f0f0 1px dashed;
}
.serieses > div:last-child {
    border-bottom: 0;
}
.breadcrumb {
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-color: #000;
}
.breadcrumb a {
    color: #fff;
}
.breadcrumb i {
    padding: 0 10px;
}
.button:hover {
    color: #fff;
}
.noRecord {
    height: 200px;
    line-height: 200px;
    padding-left: 10px;
    font-size: 20px;
}
.noRecord i {
    padding-right: 5px;
}
.like-960x80 {
    padding-top: 10.5%;
}
.banner-sexgps {
    padding-top: 10% !important;
}

@media only screen and (max-width: 1024px) {
    .paragraph .intro img {
        width: 45%;
    }
    .section {
        width: 100vw;
    }
    .nav > div {
        height: 5vh;
        line-height: 5vh;
    }
    .nav .top {
        height: 8vh;
        line-height: 8vh;
    }
    .section.flex {
        display: block;
    }
    .section.flex > .left {
        margin-right: 0;
    }
    .section.flex > .right {
    }
    .noRecord {
        height: 35vh;
        line-height: 35vh;
    }
}
