*{
	margin: 0;
	padding: 0;
}
html,body{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
.pBottom10{
	display: inline-block;
	padding-bottom: 10px;
}
.fcfdccde{
	color: #fdccde;
}
.fcFFFFFF{
	color: #FFFFFF;
}
.fs10{
	font-size: 10px;
	line-height: 15px;
}
.fs14{
	font-size: 14px;
	line-height: 21px;
}
.fs16{
	font-size: 16px;
	line-height: 24px;
}
.fs18{
	font-size: 18px;
	line-height: 27px;
}
.fs20{
	font-size: 20px;
	line-height: 20px;
}
.wrap{
	width: 100%;
    min-width: 320px;
    max-width: 640px;
    position: relative;
    margin: 0 auto;
}
.box{
	
}

.main{
	padding: 0 1em;
	background: url(../images/guangdongbanBg1.jpg) no-repeat;
	background-size: 100% 100%;
	text-align: center;
}
.word{
	padding: 30px 0;
	padding-bottom: 15px;
	width: 100%;
	text-align: center;
	
	
}
.word img{
	width: 90%;
}
/*按钮样式设置*/
.btnMsg {
	text-align: center;
	display: inline-block;
	width: 80%;
	padding-bottom: 60px;
}
#btn_free,#btn_open{
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin-top: 20px;
	border-radius: 5px;
	color: #FFFFFF;

}
#btn_open{
	background: #3c9bfa;
}
#btn_free{
	background: #ff9b32;
}
/*确认是否开通弹窗*/
#isSureSub{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.isSureSub{
	background: url(../images/guangdongbanBg4.jpg) no-repeat;
	background-size: 100% 100%;
	width: 80%;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.btnIsSureSub{
	width: 150px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	margin: auto;
}
.btnIsSureSub img{
	width: 100%;
}
.btnIsCloseSub{
	width: 15px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.btnIsCloseSub img{
	width: 100%;
}
.isSureSubEnd{
	text-align: center;
	padding: 0 10%;
	margin-top: 50px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 21px;
}
.subNum{
	display: inline-block;
	margin: 0 5px;
	font-size: 16px;
	line-height: 24px;
	color: black;
}
/*输入框样式设置*/
.inputNum{
	text-align: center;
}

.inputNum input{
	width: 98%;
	height: 40px;
	font-size: 14px;
	outline: none;
	background: #a0192d;
	border: none ;
	margin-bottom: 21px;
	border-radius: 5px;
	color: #fff;
	padding-left: 2%;
	line-height: 40px;
}

/*自动获取手机号码*/
.autoGet{
	display: none;
	text-align: center;
}
.autoGet .firstDiv{
	line-height: 21px;
	width: 80%; 
	display: inline-block;
	text-align: center;
	/*color: #FFF;*/
}
.autoGetPhoneNum{
	color: #f6e30c;
	font-size: 16px!important;
	line-height: 21px;
	
}
/*修改号码按钮*/
.btnChangePhoneNum{
	cursor: pointer;
	
	text-align: center;
	margin-top: 20px;
	color: #FFFFFF;
	
}
/*验证码输入框*/
#code{
	width: 40%;
	float: left;
}
/*输入框 placeholder 颜色*/
::-webkit-input-placeholder { /* WebKit browsers */ 
color:#fdccde; 
} 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color:#fdccde; 
} 
::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color:#fdccde; 
} 
:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color:#fdccde; 
} 
/*输入验证码*/
.verificationCode{
	display: inline-block;
	width: 80%;
	overflow: hidden;
	position: relative;
	height: 40px;
}
/*获取验证码 按钮*/
.code{
	display: inline-block;
	float: right;
	height: 40px;
	width: 45%;
	font-size: 14px;
	border-radius: 5px;
	line-height: 40px;
	background: #febe36;
	color: #FFFFFF;
	cursor: pointer;
}
/*提示语*/
.prompt{
	font-size: 10px;
	line-height: 15px;
	color: #FFFFFF;
}
/*业务说明*/
.instructions{
	background: url(../images/guangdongbanBg2.jpg) no-repeat;
	background-size: 100% 100%;
	padding-bottom: 30px;
}
/* 业务说明 样式*/
.instructionsHead{
	font-size: 17px;
	line-height: 25.5px;
	color: #FFFFFF;
	padding-left: 30px;
}
/*说明详细*/
.dotGreenLi li{
	list-style: circle;
	color: #fdccde;
	font-size: 14px;
	line-height: 21px;
	padding: 0px 30px;
}




/*开通成功页*/


.success{
	padding: 0 1em;
	background: url(../images/guangdongbanBg3.jpg) no-repeat;
	background-size: 100% 100%;
	text-align: center;
}
.successHeader{
	width: 100%;
	padding-top: 80px;
	text-align: center;
	font-size:40px;
	color: #FFFFFF;
}
.successSection{
	width: 100%;
	padding-top: 20px;
	text-align: center;
	font-size:25px;
	color: #FFFFFF;
	margin: 0 auto;
}
.successFooter{
	width: 80%;
	padding-top: 60px;
	text-align: center;
	font-size:16px;
	color: #FFFFFF;
	margin: 0 auto;
}

/*开通失败页*/
.failure{
	padding: 0 1em;
	background: url(../images/guangdongbanBg3.jpg) no-repeat;
	background-size: 100% 100%;
	text-align: center;
}
.failureHeader{
	width: 100%;
	padding-top: 120px;
	text-align: center;
	font-size:40px;
	color: #FFFFFF;
}
.failureSection{
	width: 100%;
	padding-top: 20px;
	text-align: center;
	font-size:25px;
	color: #FFFFFF;
	margin: 0 auto;
}

