body,p,span,a{
	line-height: 1.4;
}
.pt100{padding-top: 100px;}
.pb100{padding-bottom: 120px;}
.pb150{padding-bottom: 150px;}
.pb50{padding-bottom: 50px;}
.pt50{padding-top: 50px;}
.pt40{padding-top: 40px;}
.pt30{padding-top: 30px;}
.pb40{padding-bottom: 40px;}
.pb30{padding-bottom: 30px;}
.mt70 {margin-top: 70px;}
.mt50 {margin-top: 50px;}
.mt40 {margin-top: 40px;}
.mt30 {margin-top: 30px;}
.mt20 {margin-top: 20px;}
.mt15 {margin-top: 15px;}
.mt10 {margin-top: 10px;}
.mt5 {margin-top: 5px;}
.disblock{display: block;}
h2{
	font-size: 50px;
	padding-bottom: 70px;
	text-align: center;
  font-weight: bold;
}
.grey-bg{
	background-color: #f7eee8;
}
.text-link, .text-link:hover{
	text-decoration: underline;
	color: #0048EF;
}
.green-button{
	padding: 10px 50px;
	width: 360px;
	max-width: 100%;
	background-color: #06C562;
	color: #fff !important;
	font-weight: bold;
	font-size: 18px;
	border-radius: 50px;
	text-align: center;
	display: inline-block;
}
.green-button:hover{
	background-color: #23DB7B;
}
.main-banner img, .coupons-wrap img{
	width: 100%;
	height: auto;
}
@media (max-width:767px){
  .pt100{padding-top: 70px;}
  .pb100{padding-bottom: 70px;}
	.mt50 {
    margin-top: 35px;
	}
 	.mt70 {margin-top: 50px;}
	h2{
		font-size: 35px;
		padding-bottom: 50px;
	}
}

/*-----main banner------*/
/*-----main banner end------*/

/*-----coupons info------*/
.coupons-info{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
  color: #b51823;
}
.coupons-info span{
  font-size: 45px;
}
.limited-tag{
  display: block;
  margin: 30px auto 0px auto;
}
.coupons-notes ul{
	margin-left: 20px;
}
.coupons-notes ul li{
	list-style: disc;
}
.coupons-notes ul li span{
	font-weight: bold;
}
@media (max-width:424px){
  .limited-tag{
    width: 100%;
  }
}
/*-----coupons info end------*/

/*-----how to get coupons------*/
.step-wrap{
	display: flex;
	flex-direction: row;	
	margin-left: -30px;
	margin-right: -30px;
}
.step{
	width: 33.33333333%;
	padding: 0 10px;
	text-align: center;
	border-right: 1px dotted #333;
}
.step:last-child{
	border-right: none !important;
}
.step-title{
	padding-bottom: 15px;
	margin-left: 10px;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	justify-content: center;
}
.step-title p{
	text-align: left;
	padding: 10px 0 0 10px;
}
}
.step-title img{
	display: inline-block;
	float: left;
	padding-right: 15px;
}
.step-des{
	padding-top: 15px;
}
#weixin .modal-dialog{
/*	-webkit-transform: translate(0, 50%) !important;
    transform: translate(0, 50%) !important;*/
}
#weixin h3{
	font-size: 20px;
	font-weight: bold;
}
#weixin .modal-dialog .modal-body{
	text-align: center;
}
#weixin .modal-dialog img{
	width: 100%;
	height: auto;
}
.modal-header{	    
	align-items: center;
}
.modal-footer{
	justify-content: center;
}
@media (max-width: 1200px){
	.step-img{
		width: 80%;
    height: auto;
	}
}
@media (max-width: 1024px){
	.step{
		padding: 0 30px;
	}
}
@media (max-width: 650px){
	.step-wrap{	
		margin-left: -15px;
		margin-right: -15px;
	}
	.step{
		padding: 0 15px;
	}
}
@media (max-width: 649px) {
  .step-wrap{
    flex-direction: column;
		margin: 0;
  }
	.step{
		width: 100%;
		padding: 0;
		position: relative;
		text-align: left;
		min-height: 160px;
		border-right: none;
		border-bottom: 1px dotted #333;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.step:last-child{
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.step-title{
		justify-content: left;
	}
	.step-title img {
    width: 30px;
    height: auto;
	}
	.step .step-img{
		position: absolute;
    top: 0;
    left: 0;
    width: 30%;
		height: auto;
	}
	.step-title p{
		text-align: left;
		line-height: normal;
    padding-top: 3px;
	}
	.step-title, .step-des{
		margin-left: 32%;
		padding-top: 0;
	}
	.step-des{
		padding-left: 45px;
	}
}
/*@media (max-width: 600px){
	.step{
		min-height: 100px;
	}
}*/
@media (max-width: 480px){
	.step{
		min-height: 120px;
	}
}
@media (max-width: 425px){
	.step{
		min-height: 110px;
	}
}
/*-----how to get coupons end------*/

/*-----check the passwork------*/
.check-pass-info{
	text-align: center;
}
.notice{
	padding: 40px 30px;
	background-color: #FFF4EE;
	margin-top: 100px;
}
.notice .notice-title{
	font-size: 20px;
	text-align: center;
	padding-bottom: 20px;
	font-weight: bold;
}
.notice ul li{
	padding-top: 5px;
	list-style: disc;
	margin-left: 20px;
}
#passwords .modal-dialog{
	-webkit-transform: translate(0, 50%) !important;
    transform: translate(0, 50%) !important;
}
#passwords h3{
	font-size: 20px;
	font-weight: bold;
}
#passwords .modal-dialog .modal-body{
	text-align: center;
	padding-bottom: 50px;
}
.passwords{
	font-size: 23px;
	font-weight: bold;
	padding: 20px 0;
}
/*-----check the passwork------*/