/*.celebrate_logo1{
    background: url(/upload/25.png);
    width: 160px;
    height: 222px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    left: 63px;
    z-index: 100;
}
.celebrate_logo1.inner_logo{
    width: 132px;
    height: 192px;
    left: 67px;
top: 1px;
}
.logo_img{
display: none;
}
@media screen and (max-width: 600px){
	.celebrate_logo1{
	    top: 67px;
    left: 94px;
    width: 130px;
	}
	.celebrate_logo1.inner_logo{
	    top: 67px;
    left: 94px;
    width: 130px;
	}
}
.celebrate_logo2{
    background: url(/upload/hb.png);
    width: 443px;
    height: 193px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -300px;

}
@media screen and (max-width: 600px){
.celebrate_logo2{
display: none;
}
}
*/