body {
    color: #333;
    background-color: #f5f6f7;
}

a {
    color: #333;
    text-decoration: none;
    /* font-size: 14px; */
}

a:focus, a:hover {
    color: #000;
    /* text-decoration: underline */
}

a:focus {
    color: #333;
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

/* .container-fluid {
    max-width: 750px;
    min-width: 320px;
} */
/* .container {
    max-width: 750px;
    min-width: 320px;
} */
img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.link-dark {
    font-size: 1.1rem;
}

.rem_icon {
    background: url(/public/images/hot.png);
    background-repeat: no-repeat;
    background-position: 3.2rem 0rem;
}

.index-baike-vimg {
    width: 100rem;
    height: 22rem;
}

.index-baike-imgx {
    width: 17rem;
    height: 8rem
}

.index-baike-h {
    line-height: 2.2rem;
    font-size: 1.1rem;
    padding: 0;
    margin: 0;
}

.index-baike-p {
    color: #999;
    font-size: 1rem;
    line-height: 1.4rem;
}

/* .baojia-bg {
    background-image: url('/public/images/baojia.png');
    background-repeat: no-repeat;
    background-position: top center;
    height: 46rem;
} */