.ISAC_Bounced_background,.ISAC_Bounced_background_en{
	    position: fixed;
	    top: 0;
	    left: 0;
		display:none;
		z-index: 999999999999;
}
.ISAC_Bounced_background1{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	display:none;
	z-index: 999999999999;
}
.ISAC_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 35px;width: 90%;
    max-width: 420px;
}
.ISAC_bounced_h3{
	    color: rgb(89, 89, 89);
	    margin-bottom: 20px;
		    display: flex;
		    justify-content: center;
		    align-items: center;
		        font-size: 17px;
    font-weight: 600;
}
.ISAC_bounced_p{
    width: 100%;    padding: 0 5%;
    height: 38px;
    border: 1px solid #ccc;
    border-radius: 5px;outline: none;
}
.ISAC_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: 100%;
}
.ISAC_bounced_p_we{
	color: #c7000b;
	    text-align: left;
	    font-size: 12px;
height: 26px;
    line-height: 26px;    margin-bottom: 0;
}
.ISAC_bounced_button:hover{
	background: rgb(228, 0, 13);
}
.ISAC_svgs{
    display: block;
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 0 5px #888;
	width: 32px;
	height: 32px;
}
.ISAC_svgs:hover{
	   background-color: #dfdfdf;
}
.ISAC_svgs .icon{
    display: inline-block;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -10px;
}

.ISAC_svgsi{
    display: block;
    cursor: pointer;  height: 28px;    margin-right: 5px;
}
.ISAC_svgsi .icon{
    display: inline-block;
    height: 28px;
    width: 28px;
}

@media screen and (max-width: 500px){
	.ISAC_svgs {
	    display: block;
	    position: absolute;
	    cursor: pointer;
	    bottom: -80px;
	    left: 50%;
	    margin-left: -17px;
		right: auto;
		    top: auto;
	}
	.ISAC_bounced_h3 {
  font-size: 15px;
  text-align: left;
}
	
}
@media screen and (max-width: 350px){
	.ISAC_bounced_h3 {
  font-size: 14px;
}
	
}
@media screen and (max-width: 330px){
	.ISAC_bounced_h3 {
  font-size: 13px;
}
	
}