html {
	overflow: hidden;
}

body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: #333;
	background: #ba041b;
}
#containers {
    position: absolute;
    z-index: 50;
    top: 32%;
    left: 23%;
    width: 55%;
    text-align: center;
        list-style-type: none;
}
.shopimg {
    max-width: 100%;
    height: auto;
    text-align: center;
        margin-bottom: 1%;
}
.button{
    display: inline-block;
    display: inline-block;
    padding: 1rem 2rem;
    font-size: 0.5rem;
    line-height: 0.5;
    text-align: center;
    text-decoration: none;
    background-color: #ffb8c2a1;
    margin-top: 14%;
    border-radius: 30px;
    background-color: rgba(99, 0, 0, 0.4);

}
.button:hover {
    color: #252740;
    background: #d1ab79;
    border: 1px solid #d1ab79;
}
.copyright2 {
height: 31px;
    width: 480px;
    margin-right: auto;
    margin-left: auto;
    opacity: 0.50;
    padding-top: 9px;
}
.copyright {
    height: 50px;
    position: absolute;
    bottom: 0px;
    z-index: 100;
    width: 100%;
}
.copyright2 dd.b {
    font-family: "微软雅黑";
    font-size: 12px;
    color: #FFF;
    -webkit-margin-start: 0px;
}
.copyright2 dd.b a {
    text-decoration: none;
    color: #FFF;
}
@media screen and (max-width: 950px) {
#containers {
    position: absolute;
    z-index: 50;
    top: 32%;
    left: 0%;
    width: 100%;
}
.shopimg {
    max-width: 92%;
    height: auto;
    text-align: center;
    padding: 3%;
}
#shop{
font-size: 10px;
}
.copyright2 {
width: 160px;
    margin: auto;
}
.copyright2 dd.b {
    font-family: "微软雅黑";
    font-size: 10px;
    color: #FFF;
    -webkit-margin-start: 0px;
}
.copyright2 dd.b a {
    display: none;
}
}