﻿input:focus{outline:none;}
.hide {
	display: none;
}
/*my*/
.pop-login {/* background: rgba(0, 0, 0, .7); *//* display: none; *//* position: absolute; *//* z-index: 1999; *//* top: 0; *//* left: 0; *//* right: 0; */
	text-align: center;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .5);
	overflow: auto;
	z-index: 9999;
}
.pop-table {
	display: table;
	width: 100%;
	height: 100%;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
.pop-cell {
	display: table-cell;
	position: relative;
	vertical-align: middle;
}
.pop-box {
	background: #FFF;
	position: relative;
	display: inline-block;
	word-break: break-all;
	width: 400px;
	border-radius: 0.38rem;
}
.pop-box .lrbox {
	min-height: 400px;
}
.pop-close {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 8px;
	top: 12px;
	background: url(http://app.keleyx.com/Public/static/mobile/images/pop_close.png) center center no-repeat;
	background-size: 20px;
}
.pop-tab {
	padding-top: 10px;
	font-size: 20px;
	color: #333;
	margin: 0 20px;
	border-bottom: 1px solid #E7E7E7;
}
.pop-tab li {
	width: 50%;
	float: left;
	padding: 10px 0;
	text-align: center;
	margin-bottom: -1px;
	border-bottom: 1px solid transparent;
}
.pop-tab li.active {
	border-bottom-color: #23BBF3;
}
.pop-tab li a {
	color: #333;
}
.pop-clear:after {
	clear: both;
	display: block;
	overflow: hidden;
	height: 0;
	content: "";
	font-size: 0;
}
.pop-pan {
	min-height: 200px;
	padding-bottom: 20px;
}
.pop-item:first-child {
	display: block;
}
.pop-item {
	display: none;
}
.pop-content {
	padding: 10px 20px 5px;
	position: relative;
}
.pop-row {
	border-bottom: 1px solid #E7E7E7;
}
.pop-row {
	display: table-row;
}
.pop-cell:first-child {
 width: 35px;
 /* text-align: left; */
}
.pop-cell {
	height: 60px;
	max-height: 118px;
}
.pop-cell .icon {
	width: 22px;
	height: 25px;
	margin-left: 5px;
	display: block;
}
.pop-input {
	margin-left: 7px;
	font-size: 16px;
}
.pop-input .txt {
	width: 100%!important;
	border: none;
	font-size: 16px;
	padding: 0;
	margin: 0;
	-webkit-appearance: none;
	height: 40px;
	line-height: 40px;
}
.pop-iconbox {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}
.icon-del {
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	width: 0.5rem;
	height: 0.5rem;
	margin-top: -30%;
	vertical-align: middle;
	/*background-image: url(../images/login_btn_delete.png);*/
}
.pop-iconbox .icon {
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.pop-error {
	display: none;
	font-size: 0.38rem;
	color: #FF3228;
	text-align: left;
	position: absolute;
	bottom: 0.05rem;
	left: 0.8rem;
}
.pop-butn-box {
	padding: 20px 20px 10px;
	background: #fff;
	overflow: hidden;
}
.pop-butn-box .butn {
	cursor: pointer;
	display: block;
	cursor: pointer;
	border: none;
	padding: 0;
	margin: 0;
	-webkit-appearance: none;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #23BBF3;
	color: #FFF;
	font-size: 20px;
	border-radius: 5px;
	border: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.pop-link-box {
	padding: 0 20px 0;
	font-size: 15px;
	color: #ded9d9;
}
.pop-link-box span {
	display: block;
	width: 100%;
	float: left;
	text-align: left;
}
.pop-link-box span a {
	color: #868585;
}
.temporary {
	text-align: right;
	color: #23BBF3;
}
.icon-right-pic {
	display: inline-block;
	margin-top: -1%;
	width: 0.24rem;
	height: 0.38rem;
	margin-left: 0.14rem;
}
.thirdlogin {
	padding: 5px 20px 0;
}
.thirdlogin-title {
	font-size: 15px;
	color: #777;
	border-bottom: 1px solid #E7E7E7;
}
.thirdlogin-title span {
	width: 100px;
	height: 12px;
	line-height: 12px;
	background: #FFF;
	display: block;
	margin: 0 auto -0.2rem;
}
.thirdlogin-content {
	margin: 0 0.19rem;
	padding: 0.5rem 0 0;
	text-align: center;
}
.thirdlogin .thirdlogin-content a {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.thirdlogin .thirdlogin-content img {
	width: 45px;
	height: 45px;
	margin: 10px;
	display: block;
}
.pop-box .pop-item {
	display: none;
}
.pop-code.smcode {
	border-radius: 5px;
	border: 1px solid #23BBF3;
	background: #23BBF3;
	color: #FFF;
}
.pop-code {
	display: block;
	float: right;
	margin-top: 6px;
	width: 100px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#login_after {
    /* position: absolute; */
    /* height: 30px; */
    /* width: 200px; */
    /* bottom: 11px; */
    /* right: 90px; */
    /* color: #fff; */
    /* text-align: center; */
    /* line-height: 30px; */
    /* border-radius: 0 0 8px 8px; */
    /* opacity: .9; */
    /* background: #b11b1d; */
    /* border-radius: 20px; */
    /* box-shadow: 3px 3px 4px #ddbfb4; */
    /* color: #b11b1d; */
    /* font-weight: bold; */
    /* text-align: center; */
    /* font-size: 12px; */
}
.hbtn {
    position: absolute;
    top: 0;
    height: 100%;
}