/*单独css*/
.content {
	margin: auto;
	margin-top: 60px;
	width: 1000px;
	/*height: 472px;*/
	background: rgba(247, 247, 247, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fF7F7F7, endColorstr=#7fF7F7F7);
	border-radius: 10px;
	padding-top: 40px;
	padding-bottom: 40px;
}

.content-title{
	font-size: 20px;
	color: #4A4A4A;
	font-weight: bold;
}

.required-info {
	width: 210px;
	height: 28px;
	padding-left: 8px;
}

.forgetPwd, .modifyPwd {
	color: #5999E4;
	cursor: pointer;
}

.forgetPwd {
	margin-left: 70px;
}

.btn-primary {
	width: 100px;
}

.login {
	margin-left: 30px;
}

.w-notice {
	position: relative;
	left: 15px;
	top: 10px;
	display: inline-block;
	font-size: 12px;
	color: grey;
}

/*老用户登录新增验证码*/
#imgVerify {
	cursor: pointer;
	height: 27px;
	vertical-align: middle;
	margin-left: 20px;
	margin-top: -5px;
}

.required-new {
	width: 100px;
}

.refresh-img-code {
	margin-left: 15px;
	color: #5999E4;
	cursor: pointer;
}

#wrongWord {
	margin-left: 20px;
	color: #ff4400;
}

.content-input tr>td {
    padding-top: 6px;
    padding-bottom: 6px;
}

label {
	font-weight: 700;
	display: inline-block;
	max-width: 100%;
	margin-bottom: 0px;
}

.alipay-login {
    display: block;
    width: 230px;
    margin: 0 auto;
    padding: 6px 12px;
    color: #ffffff;
    background: #1677FF;
    border: 1px solid #1677FF;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.42857143;
    cursor: pointer;
}

.alipay-login:hover,
.alipay-login:focus {
    color: #ffffff;
    background: #4096FF;
    border-color: #4096FF;
}

.alipay-login:active {
    color: #ffffff;
    background: #0958D9;
    border-color: #0958D9;
}

.alipay-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    border-radius: 50%;
    color: #1677ff;
    background: #ffffff;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
}

.alipay-login-tip {
    margin-top: 8px;
    color: #888888;
    font-size: 12px;
    text-align: center;
}

.alipay-qr-loading {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.alipay-qr-spinner {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 3px solid #e5e5e5;
    border-top-color: #1677FF;
    border-radius: 50%;
    animation: alipay-qr-spin 0.8s linear infinite;
}

@keyframes alipay-qr-spin {
    to { transform: rotate(360deg); }
}