﻿

body {
    background: #f7f5f5;
}

.LeftQHImg {
    position: absolute;
    left: 1rem;
    top: 0.7rem;
}

    .LeftQHImg img {
        width: 0.8rem;
    }


.LeftQHImgText {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.footerBodyBottom {
    margin-bottom: 0rem;
}



.rollImgBody {
    width: 100%;
    position: relative;
    /*height: 5rem*/
}

.rollImgUl {
    position: relative;
}

.rollImgLi {
    position: absolute;
    display: none;
    width: 100%;
    height: 5rem;
    overflow: hidden;
    top: 0rem;
    left: 0rem;
}

    .rollImgLi img {
        display: block;
        width: auto;
    }

.rollImgBox {
    position: absolute;
    bottom: 0rem;
    font-size: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0);
    padding: 0.2rem;
}

.rollImgBoxItem {
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 0.5rem;
    background: #666;
    display: inline-block;
    margin: 1rem 0.5rem;
    cursor: pointer;
}

    .rollImgBoxItem i {
    }

.rollImgBoxThis {
    background: #fff;
}

.rollImgBody .AdInfoJson {
    display: none !important;
}
