@charset "utf-8";
html,
body{
    height: 100%;
}
* html .bigsale_bg,
* html .bigsale {
	position: absolute;
}

.bigsale_bg {
	position: fixed;
    width: 100%;
    height: auto;
	z-index: 1000;
	bottom: 0;
    left: 0;
	display: none;
	cursor: pointer;
}

.bigsale {
	display: none;
	position: fixed;
    width: 100%;
	left: 0;
    bottom: 40px;
	text-align: center;
	z-index: 2000;
    background: rgba(255,255,255,0.8);
}
.bigsale .bigsaleib{
    display: inline-block;
}
.bigsale .bigsaleib .btn_close{
    text-align: right;
}
.bigsale .bigsaleib img{
    max-width: 350px;
    width: 100%;
}
.bigsale .bigsaleib p.side2{
    float: left;
    width: 48%;
    margin: 1%;
}
.bigsale .bigsaleib p.side2 img{
    width: 100%;
}
.bigsale .bigsaleib .btn_close img{
    width: 100%;
    max-width: 40px;
}
@media (max-width:640px){
.bigsale .bigsaleib p.imgp{
    display: inline-block;
}
.bigsale .bigsaleib img{
    width: 200px;
}
}