html,
body {
    height: 100%;
}

.bgc-new {
    background: #fcf4e9;
}

.banner-top {
    width: 100%;
    height: auto;
    border: none;
}

.banner-top img {
    display: block;
    line-height: 1;
    border: none;
}

.body-img-click {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: -2.46rem;
    padding: 0 0.4rem;
    position: relative;
    z-index: 10;
}

.body-img-click ul {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.body-img-click ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 0.2rem;
}

.body-img-click ul li a {
    display: inline-block;
    width: 50%;
    height: auto;
    line-height: 1;
    border: none;
    float: left;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.body-img-click ul li a img {
    display: block;
    line-height: 1;
    border: none;
}

.body-img-click ul li a:active {
    opacity: 0.5;
}