.mustLogin .bounced .svgs{ display:none !important;}

.Bounced_background,.Bounced_background_en{
	    width: 100%;
	    height: 100%;
	    position: fixed;
	    top: 0;
	    left: 0;
	    background: rgba(0,0,0,0.75);
		display:none;
		z-index:99999;
}
.bounced{
	position: fixed;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	background-color: #fff;
	transform: translate(-50%,-50%);
	border-radius: 5px;
	text-align: center;
	padding: 30px 60px;
}
.bounced_h3{
	    color: rgb(89, 89, 89);
	    margin-bottom: 15px;
}
.bounced_p{
	margin-bottom: 30px;
}
.bounced_button{
	background: rgb(199, 0, 11);
	    color: #fff;
	    border: 0;
	    padding: 10px 0px;
	    font-size: 15px;
	    border-radius: 5px;
	    outline: none;
	    cursor: pointer;
	    width: 180px;
}
.bounced_button:hover{
	background: rgb(228, 0, 13);
}
.svgs{
    display: block;
    position: absolute;
    right: 10%;
    top: 11px;
    cursor: pointer;
}
.svgs .icon{
	display: inline-block;
	height: 34px;
}

@media screen and (max-width: 500px){
	.svgs {
	   display: block;
position: absolute;
cursor: pointer;
bottom: auto;
left: auto;
margin-left: auto;
right: 20px;
top: 20px;
	}
	
}