form {
	margin-top: 20px;
}

form .input-box {
	position: relative;
}

form .input-box .label {
	position: absolute;
	top: 10px;
	left: 15px;
}

form .input-box .label img {
	width: 20px;
	height: 20px;
}

form .myinput{
	background: #FFFFFF;
	margin-bottom: 2px;
	border: none;
	border-radius: 0;
	padding: 0 42px   ;
	height: 40px;
	line-height: 40px;
	vertical-align: bottom;
	font-size: 14px;
}

form button.verification {
	position: absolute;
	top: 5px;
	right: 20px;
	border: none;
	background: #FFD615;
	color: #FFFFFF;
}

form button[type=submit],
form .submit {
	display: block;
	width: 92%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 50px auto 20px;
	border: none;
	border-radius: 5px;
	background: #FFD615;
	color: #FFFFFF;
	font-size: 14px;
	padding: 0;
}

form .tip {
	font-size: 12px;
	color: #CCCCCC;
	text-align: center;
	padding: 6px 10px;
}

form .inaccessible {
	margin: 0 auto;
	text-align: center;
}

form .inaccessible a {
	color: #CCCCCC;
	font-size: 12px;
	line-height: 10px;
	margin: 0;
	padding: 0 10px;
	border-right: 1px solid #CCCCCC;
}

form .inaccessible a:last-of-type {
	border-right: none;
}

.login-privacy {
	position: fixed;
	left: 0;
	bottom: 35px;
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: #999999;
}

.go-privacy {
	color: #299BFF;
	cursor: pointer;
}

.popup-login {
	z-index: 10001;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow-y: auto;
	background: rgba(0,0,0,.6);
	display: none;
}

.privacy-wrap {
	position: absolute;
	top: 100px;
	left: 30px;
	right: 30px;
	height: 468px;
	float: none;
	padding: 25px 20px;
	background-color: #FFFFFF;
}

.privacy-text {
	width: 100%;
	height: 375px;
	font-size: 13px;
	color: #999999;
	overflow: auto;
}

.privacy-text::-webkit-scrollbar {
    width: 10px;
}
.privacy-text::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
    background: #f5f5f5;
}
.privacy-text::-webkit-scrollbar-track {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
    border-radius: 0;
    background: rgba(0,0,0,0);
}

.login-half .privacy-btn {
	padding-top: 15px;
	text-align: center;
}

.login-half .privacy-btn button {
    width: 80%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: none;
    border-radius: 5px;
    background: #FFD615;
    color: #FFFFFF;
    font-size: 14px;
    padding: 0;
}

.privacy .title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 8px;
}
.privacy .head {
    font-size: 16px;
    color: #000;
    margin-top: 15px;
}
.privacy p {
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
}
.privacy li {
    font-size: 13px;
    color: #666;
    margin-top: 5px;
}