body { 
	font-family: "Microsoft YaHei",Tahoma,"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif; 
	width: 100%; 
	background-color: #fff;
	margin: 0;
}

div,ul,ol,li,form,img,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,pre,code,form,fieldset,legend,button,input,textarea{ margin:0; padding:0; border:0; list-style:none; overflow:hidden;}

a{ text-decoration:none;}

.body_bg{ background:white;}

.loading_overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 11;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: table;
	opacity: 0.8;
	background: #666;
}

#share_dialog {
	background-color: #fff;
	display: none;
	height: 347px;
	left: 35%;
	margin: -100px 0 0 -200px;
	padding: 1px;
	position: fixed !important;
	position: absolute;
	top: 40%;
	width: 100%;
	z-index: 12;
	background: url(../../images/cash/gifts_popup.png) no-repeat -0px -0px;
}
#share_dialog p.close {
	z-index: 99;
    height: 20px;
    width: 100%;
    cursor: pointer;
}
#share_dialog .link, #share_dialog .link a {
	width: 800px;
	height: 347px;
	display: block;
}


.modal-popup{
	position: fixed;
	display: none;
	top: 18%;
	right: 0;
	left: 0;
	margin: auto;
	width: 700px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	background-color: transparent;
	z-index: 9999999999;
}
.modal-popup .headers {
	height: 40px;
}

.modal-popup .wrapper {
	padding: 12px;
	height: 100%;
	box-sizing: border-box;
}

.modal-popup .button-group {
	height: inherit;
	width: 450px;
	display: inline-block;
	border-radius: 8px;
}

.modal-popup .button-group a{
	display: block;
	display: inline-block;
	width: 50%;
	height: inherit;
	line-height: 29px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	position: relative;
	cursor: pointer;
	font-size: 12px;
	float:left;
}

.modal-popup .button-group a:first-child{
	border-radius: 8px 0 0 8px;
}

.modal-popup .button-group a:first-child:before{
	content: "";
	background: url(../img/ios.png);
	position: absolute;
	background-size: contain;
	width: 20px;
	height: 20px;
	top: 8px;
	left: 16px;
}

.modal-popup .button-group a:last-child{
	border-radius: 0 8px 8px 0;
	float: right;
}

.modal-popup .button-group a:last-child:before{
	content: "";
	background: url(../img/android.png);
	position: absolute;
	background-size: contain;
	width: 20px;
	height: 20px;
	top: 8px;
	left: 16px;
}
.modal-popup .button-group.ios a:first-child{
	background-color: #FFC300;
	color: #424242;
	pointer-events: none;
}

.modal-popup .button-group.android a:last-child{
	background-color: rgb(166,198,79);
	pointer-events: none;
}

.modal-popup .logo{
	position: absolute;
	right: 0;
	top: 0;
	width: 193px;
	height: 62px;
	transform: scale(0.9);
	background:url(../img/icm_logo.png) no-repeat 0px 0px;
}

.modal-popup .content .instruction ul{
	counter-reset: instruction-counter;
	padding-top: 16px;
	width: 500px;
	display: none;
}
.modal-popup .content .instruction ul li{
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}

.modal-popup .content .instruction ul li span{
	display: block;
	color: #FFC300;
	line-height: 12px;
	padding-left: 34px;
}
.modal-popup .content .instruction ul li:before{
	content: counter(instruction-counter);
	counter-increment: instruction-counter;
	padding: 4px 9px;
	margin-right: 8px;
	width: 16px;
	height: 16px;
	background-color: dodgerblue;
	color: white;
	border-radius: 50%;
}

.modal-popup .qr{
	position: absolute;
	right: 14px;
	top: 52px;
	width: 160px;
	transform: scale(0.8);
	background-size: 100% 100%;
	padding: 15px;
	box-sizing: border-box;
	background: #fff;
}

.modal-popup .qr > span{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 23px;
	color: #fff;
	position: absolute;
	bottom: -43px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
}

.modal-popup .info{
	height: 40px;
	color: #fff;
	font-size: 15px;
	margin-top: 16px;
}

.modal-popup .info > span:first-child{
	width: 10%;
	float: left;
	color: #FFC300;
	padding-left: 8px;
	box-sizing: border-box;
}
.modal-popup .info > span{
	display: block;
	width: 90%;
	float: right;
	line-height: 20px;
}

#qr-popup > img{
	width:100%;
}

.qr-label{
	position: absolute;
	top: 210px;
	left: 552px;
	font-weight: bold;
	font-size: 15px;
	color: white;
}

.ios-background {
	background-image: url("../images/ios.svg");
	height: 20px;
	width: 3%;
	position: absolute;
	top: 16px;
	z-index: 1;
	left: 20px;
}

.ios-android{
	background-image: url(../images/android.svg);
	height: 28px;
	width: 3%;
	position: absolute;
	top: 17px;
	z-index: 1;
	left: 245px;
	background-size: 84% 71%;
	background-repeat: no-repeat;
}

.modal-logo{
	background-image: url(../images/modal-popup.png);
	height: 50px;
	width: 200px;
	position: absolute;
	top: 0px;
	z-index: 1;
	left: 490px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.modal-logo-noactivity{
	background-image: url(../images/dsn1a.png);
	height: 50px;
	width: 200px;
	position: absolute;
	top: 0px;
	z-index: 1;
	left: 490px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}