* {
    margin: 0;
    /* box-sizing: border-box; */
}

a {
    text-decoration: none;
    color: inherit;
    cursor: auto;
}

img {
    display: block;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.logo-box{
    width: 9rem;
}

.banner-box > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-75 {
    padding: 1rem;
}

.pr-75 {
    padding-right: .75rem;
}

.pl-75 {
    padding-left: .75rem;
}

.pt-75 {
    padding-top: .75rem;
}

.pb-75 {
    padding-bottom: .75rem;
}

.nav-padding-right {
    padding-right: 100px;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #047907;
}

.banner-img {
    object-fit: cover;
}

.card-img-box {
    height: 4.5rem;
}

.card-img-box > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-text {
    font-size: .8rem;
    line-height: 1.9rem;
}

.banner-right-tit {
    width: 4.4rem;
    height: 1.1rem;
    background-image: url('../img/icon/jinrituijian.png');
    background-size: cover;
}

.text-gray {
    color: #aaaaaa;
}

.more-arrow {
    display: inline-block;
    width: .6rem;
    height: .6rem;
    background-image: url("../img/icon/youjiantou.png");
    background-size: cover;
}

.hot-left-img {
    height: 6.1rem;
}

.hot-left-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hot-right-img {
    height: 3.8rem;
}

.hot-right-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.keyword-font {
    font-size: .7rem;
}

.bottom-left-img {
    width: 30%;
    height: 7rem;
}

.bottom-left-con {
    width: 70%;
}

.bottom-left-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-bottom-left-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solid-bottom {
    border-bottom: .01rem solid #eee;
}

.solid {
    border: .01rem solid #eee;
}

.qr-code-box {
    width: 6rem;
    height: 6rem;
    border: .01rem solid #eee;
}

.qr-code-box > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fixed {
    position: fixed;
    top: 0;
    right: 0;
}

.details-img-box {
    width: 35rem;
    height: 20rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.details-img-box > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.call-back {
    width: 1rem;
    height: 1rem;
    background-image: url('../img/icon/fanhui.png');
    background-size: cover;
}

.default-avatar-box {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    overflow: hidden;
}

.default-avatar-box > img {
    width: 100%;
    object-fit: cover;
}

.default-avatar-right {
    display: inline-block;
    width: 4.5rem;
}

.default-avatar-right > img {
    width: 100%;
    object-fit: cover;
}

.comment-avatar {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    overflow: hidden;
}

.comment-avatar > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment-edit {
    width: 1rem;
    height: 1rem;
    background-image: url('../img/icon/bianji.png');
    background-size: cover;
}

.d-like {
    width: 1rem;
    height: 1rem;
}

.d-like > img {
    width: 100%;
    object-fit: cover;
}

.d-bottom-img {
    width: 2.5rem;
    height: 2.5rem;
}

.d-bottom-img > img {
    width: 100%;
    object-fit: cover;
}

.avatar-left {
    width: 1rem;
    height: 1rem;
}

.avatar-left > img {
    width: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .logo-box{
        width: 7rem;
    }

    .flex-xs {
        display: flex;
    }

    .mt-xs-3 {
        margin-top: 1rem;
    }

    .mt-xs-0 {
        margin-top: 0;
    }

    .mr-xs-3 {
        margin-right: 1rem;
    }

    .pt-xs-3 {
        padding-top: 1rem;
    }

    .p-xs-2 {
        padding-left: .75rem;
        padding-right: .75rem;
    }

    .pr-xs-0 {
        padding-right: 0 !important;
    }

    .pd-xs-0 {
        padding: 0;
    }

    .p-xs-0 {
        padding: 0 !important;
    }

    .card-img-box {
        height: 6rem;
    }

    .w-xs-50 {
        width: 49% !important;
    }


    .banner-xs-height {
        height: 13rem;
    }

    .hot-right-img {
        height: 5rem;
    }

    .details-img-box {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .hot-left-img {
        height: 8rem;
    }

    .wechat-code-box {
        display: none;
    }

    .bottom-left-img {
        width: 40%;
        height: 6rem;
    }

    .bottom-left-con {
        width: 60%;
    }

    .carousel-indicators {
        left: 60% !important;
    }

    .footer {
        font-size: .6rem;
    }
}

@media (max-width: 992px) {

    .sm-nav {
        width: 100vw !important;
        z-index: 1;
        padding-left: 1rem;
    }

    .nav-mp-sm-0 {
        margin: 0;
        padding-left: 0;
    }

    .sm-pos-fixed {
        position: fixed;
        top: 0;
        left: 0;
    }

    .sm-pt-25 {
        padding-top: 3rem;
    }

    .d-sm-pt-25 {
        padding-top: 2.5rem;
    }

    .right-fiexd {
        width: 100% !important;
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 1rem !important;
        border-radius: .25rem;
    }

    .bottom-close {
        width: 1.8rem;
        height: 1.8rem;
        background-image: url('../img/icon/guanbi.png');
        background-size: cover;
        position: absolute;
        right: .5rem;
        top: .5rem;
    }

    .sm-none {
        display: none;
    }

    .sm-block {
        display: block;
    }

    .details-wx-fixed {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
    }

}

.carousel-indicators {
    padding: .2rem;
    margin-right: .3rem;
    left: 70%;
    margin-bottom: 0;
}

.carousel-indicators > li {
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
}

.banner-tit-box {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
}

@keyframes smallbig {
    0% {
        transform: scale(1);
    }

    60% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }

}

@media (max-width: 576px) {
    .card-img-box {
        height: 5rem;
    }
}

@media (min-width: 768px) {
    .banner-box {
        height: 14.8rem;
    }

    .banner-xl-height {
        height: 48%;
    }

}

@media (min-width: 992px) {
    .md-none {
        display: none;
    }

    .banner-box {
        height: 14.8rem;
    }

    .banner-xl-height {
        height: 48%;
    }

}

@media (max-width: 1200px) {
    .qr-code-box {
        width: 5rem;
        height: 5rem;
    }
}