.headers{
	width:100%;
	height:65px;
	background:#ff5d29;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.header-con{
	width:100%;
	height:65px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.lefthead{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.logos{
	width:50px;
	height:50px;
}
.logname{
	font-size:25px;
	color:#FFFFFF;
	margin-left:8px;
}
.righthead{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	width:512px;
}
.righthead span{
	font-size:18px;
	color:#FFDAE2;
}
.righthead span.on{
	font-weight: bold;
	color:#FFFFFF;
}
.part1{
	width:100%;
	height:535px;
	background:#ff5d29;
	display: flex;
	flex-direction: row;
	justify-content: center;
	overflow: hidden;
}

.part1 .contents{
	width:996px;
	height:492px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding:0px 50px;
	box-sizing: border-box;
}
.part1 .cont-left{
	width:310px;
}
.part1 p.name1{
	width:100%;
	font-size:50px;
	color:#FFFFFF;
	font-weight: bold;
	margin-top:100px;
}
.part1 p.name2{
	width:100%;
	font-size:35px;
	color:#FFFFFF;
}
.part1 .andirod{
	width:190px;
	height:60px;
	background:url(../images/andimg.png) no-repeat;
	background-size:100% 100%;
	margin-top: 72px;
}
.part1 .cont-right{
	width:340px;
	height:492px;
	margin-top:45px;
}
.part2{
	width:100%;
	height:590px;
	background:#FFFFFF;
	display: flex;
	flex-direction: row;
	justify-content: center;
	overflow: hidden;
}
.part2 .contents{
	width:996px;
	height:492px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding:0px 50px;
	box-sizing: border-box;
}
.part2 .cont-left{
	width:350px;
}
.part2 p.name1{
	width:100%;
	font-size:40px;
	color:#ff5d29;
	font-weight: bold;
	margin-top:200px;
}
.part2 p.name2{
	width:100%;
	font-size:25px;
	color:#ff5d29;
}
.part2 .cont-right{
	width:340px;
	height:492px;
	margin-top:101px;
}
.part3{
	width:100%;
	height:535px;
	background:#ff5d29;
	display: flex;
	flex-direction: row;
	justify-content: center;
	overflow: hidden;
}

.part3 .contents{
	width:996px;
	height:492px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding:0px 50px;
	box-sizing: border-box;
}
.part3 .cont-left{
	width:410px;
}
.part3 p.name1{
	width:100%;
	font-size:40px;
	color:#FFFFFF;
	font-weight: bold;
	margin-top:200px;
}
.part3 p.name2{
	width:100%;
	font-size:25px;
	color:#FFFFFF;
}
.part3 .cont-right{
	width:340px;
	height:492px;
	margin-top:45px;
}
.part4{
	width:100%;
	height:590px;
	background:#FFFFFF;
	display: flex;
	flex-direction: row;
	justify-content: center;
	overflow: hidden;
}
.part4 .contents{
	width:996px;
	height:492px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding:0px 50px;
	box-sizing: border-box;
}
.part4 .cont-left{
	width:350px;
}
.part4 p.name1{
	width:100%;
	font-size:40px;
	color:#ff5d29;
	font-weight: bold;
	margin-top:200px;
}
.part4 p.name2{
	width:100%;
	font-size:25px;
	color:#ff5d29;
}
.part4 .cont-right{
	width:340px;
	height:492px;
	margin-top:101px;
}
.footer{
	width:100%;
	height:150px;
	background:#ff5d29;
	display:flex;
	flex-direction: row;
	align-items: center;
}
.footer a{
	color: #FFFFFF;
	text-decoration:underline;
}
.footer a:hover{
	color: #432423;
	text-decoration:underline;
}
.footercon{
	width:100%;
	font-size:13px;
	color:#FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: center;

}

.mainrecharge{
	width:100%;
	height:781px;
	background:#FFFFFF;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.rechargeBox{
	width:395px;
	height:700px;
	background:#EDEDED;
	padding:25px 25px 0px 25px;
	box-sizing: border-box;
	display:flex;
	flex-direction: column;
}
.iputIphone{
	width:345px;
	height:65px;
	border-radius: 3px;
	background:#FFFFFF;
	padding:18px;
	box-sizing: border-box;
	border: none;
}
.iputIphone::-webkit-input-placeholder{
	color:#999999;
	font-size:20px;
}
.rechargetitle{
	font-size: 18px;
	color: #999999;
	margin-top:35px;
}
.moneybox{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top:15px;
}
.seldiv{
    background: #FFFFFF;
    width: 105px;
    height: 65px;
    border-radius: 3px;
    margin-right: 10px;
	margin-bottom:10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.seldiv .doudou{
	font-size:19px;
	color:#ff5d29;
}
.seldiv .moneys{
	font-size:11px;
	color:#888888;
}
.seldiv.on{
	background:#ff5d29;
}
.seldiv.on .doudou{
	color:#FFFFFF;
}
.seldiv.on .moneys{
	color:#FFFFFF;
}
.paybtn{
	width:100%;
	height:60px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-top:30px;
}
.paybtn img{
	width:165px;
	height:60px;
}

.covers{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	position: fixed;
	top:0;
	left:0;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.taskbox{
	width:448px;
	height:147px;
	background:#FFFFFF;
	border-radius: 3px;
	display:flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
	margin-top:300px;
}
.notice1{
	font-size:20px;
	color:#333333;
	margin-top:15px;
}
.notice2{
	font-size:15px;
	color:#333333;
	margin-top:12px;
}
.closebtn{
	width:120px;
	height:35px;
	background:#109BFC;
	border-radius: 3px;
	text-align: center;
	line-height: 35px;
	font-size: 15px;
	color:#FFFFFF;
	margin-top:16px;
}
.conectusmain{
	width:100%;

	background:#FFFFFF;
	display:flex;
	flex-direction: row;
	justify-content: center;
}
.conectContent{
	width:996px;
	display: flex;
	flex-direction: column;
}
.contentimg{
	width:996px;
	height:280px;
	margin-top:20px;
}
.titleconect{
	font-size:35px;
	color:#333333;
	font-weight: bold;
	margin-top:40px;
	margin-bottom:30px;
}
.textconect{
	font-size:20px;
	color:#333333;
	line-height: 28px;
}
.titleus1{
	font-size:25px;
	color:#333333;
	font-weight: bold;
	margin-top:20px;
}
