.frame {
	width:590px;
	background-color:#FFF;
	border-radius:1em;
	padding:50px 110px 80px 110px;
	margin:0 auto;
	-moz-box-shadow: 0px 0px 40px #909090;
	-webkit-box-shadow: 0px 0px 40px #909090;
	box-shadow:0px 0px 40px #909090;
	position: relative;
}
button {
	position:absolute;
	right:10px;
	top:10px
}



.nav1 {
	padding-left:0;
	margin-bottom:0;
	list-style:none;
	
}
.nav1>li {
	position:relative;
	display:block;
	width:50%;
	background:#6eb92b;
	
}
.nav1>li>a {
	position:relative;
	display:block;
	padding:10px 15px;
	color:#fff;
}
.nav1>li>a:hover, .nav1>li>a:focus {
	text-decoration:none;
	background-color:#eee;
	color:#fff;
}
.nav1>li.disabled>a {
	color:#777
}
.nav1>li.disabled>a:hover, .nav1>li.disabled>a:focus {
	color:#777;
	text-decoration:none;
	cursor:not-allowed;
	background-color:transparent
}
.nav1 .open>a, .nav1 .open>a:hover, .nav1 .open>a:focus {
	background-color:#eee;
	border-color:#428bca
}
.nav1 .nav-divider {
	height:1px;
	margin:9px 0;
	overflow:hidden;
	background-color:#e5e5e5
}
.nav1>li>a>img {
	max-width:none
}




.logo1 {
	text-align:center;
}
.login_title {
	text-align:center;
	font-size:1.5em;
	font-weight:bold;
	color:#bebebe;
	padding-top:25px;
	background:url(../images/login_line.png) center no-repeat;
	background-position:0px 35px;
}
.login_input {
	width:100%;
	height:40px;
	font-size:1.3em;
	line-height:40px;
	padding:0px 10px;
	color:#898989;
	border: #bebebe 1px solid;
	margin-top:15px;
}
.codeBtn {
	display:block;
	margin-top:15px;
	border-radius:5px;
	color:#FFF;
	padding:8px 10px;
	font-size:1.2em;
	background:#fdd000;
}
.login_input_error {
	border: #f84c00 1px solid;
}
.loginBtn1 {
	list-style:none;
	background:#6eb92b;
	border-radius:5px;
	padding:10px 0px;
	text-align:center;
	width:100%;
	margin:15px 0;
	display:block;
	color:#FFF;
	font-size:22px;
	line-height:22px;
}
.login_link {
	color:#f84c00;
	text-decoration:underline;
}
.lemon_con {
	width:1000px;
	margin:100px auto 30px auto;
}
.lemon_main {
	margin:3%;
	float:left;
}
.con_left {
	width:20%;
	border-right:#ebebeb solid 1px;
	float:left;
}
.coin {
	text-align:center;
}
.coin_title {
	text-align:center;
	font-size:1.5em;
	font-weight:bold;
	color:#898989;
	padding-bottom:25px;
}
.con_right {
	width:80%;
	padding:4% 0 0 4%;
	float: left;
	top:0px;
}
.selection_box {
	width:20.5%;
	height:160px;
	margin:20px 30px 30px 0;
	padding:20px;
	border:1px #ebebeb solid;
	text-align:center;
	float:left;
}
.selection_box_coin {
	margin:20px 0px;
	height:50px;
}
.selection_box img {
	width:35px;
	margin-bottom:15px;
}
.box_text {
	font-size:2.5em;
	font-weight:bold;
}
.box_text1 {
	font-size:2em;
	font-weight:bold;
}
.dotted_line {
	border-top:#ebebeb dashed 1px
}
.selection_box input {
	width:100%;
	margin-top:8px;
	padding-left:5px;
}
.rechargeBtn {
	margin:20px 30px 30px 0;
	background:#f84c00;
	margin-top:5px;
	padding:10px 31px;
	border-radius:5px;
	color:#FFF;
	font-size:1.4em;
	float:left;
}
.service_link {
	
	color:#898989;
	text-decoration:underline;
}
 @media (min-width:991px) and (max-width:1170px) {
}
@media (min-width:768px) and (max-width:991px) {
}
@media (max-width:767px) {
 .frame {
 width:100%;
 padding:50px 20px 80px 20px;
 border-radius:0em;
}
}
@media (max-width:320px) {
 .frame {
 width:100%;
 padding:50px 20px 80px 20px;
 border-radius:0em;
}
}
@media only screen and (device-width: 375px) and (device-height: 812px) {
 .frame {
 width:100%;
 padding:50px 20px 80px 20px;
 border-radius:0em;
}
}
