:root .user-loading:before,:root .user-modal {
	filter: progid:DXImageTransform.Microsoft.gradient(enabled="false")
}

.user-modal {
	filter: progid:DXImageTransform.Microsoft.gradient(enabled="true",startColorstr="#80000000",endColorstr="#80000000")
}

.user-form-group .user-placeholder,.user-loading:after,.user-loading:before,.user-modal-close,.user-modal-list>.prev,.user-modal-oauth .user-modal-content span {
	position: absolute
}

.user-form-checkGroup,.user-form-group,.user-modal-header,.user-modal-item,.user-modal-list,.user-modal-main,.user-modal-oauth .user-modal-content,.user-modal-wrap {
	position: relative
}

.user-loading,.user-modal {
	position: fixed
}

.user-form-footer,.user-form-verifycode {
	*zoom: 1
}

.user-form-footer:after,.user-form-footer:before,.user-form-verifycode:after,.user-form-verifycode:before {
	content: "";
	display: table
}

.user-form-footer:after,.user-form-verifycode:after {
	clear: both
}

* {
	-webkit-tap-highlight-color: transparent
}

a {
	text-decoration: none
}

.user-body,html {
	height: 100%
}

.d-hide {
	display: none
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translate3d(0,-100px,0)
	}

	90% {
		opacity: 1;
		transform: translate3d(0,5px,0)
	}

	to {
		opacity: 1;
		transform: translate3d(0,0,0)
	}
}

.user-social-btn i,.user-sprite {
	background-image: url(./img/sprites.png);
	background-repeat: no-repeat;
	background-size: 96px 32px
}

.user-modal {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 30px 15px;
	background-color: rgba(0,0,0,.5);
	font-family: Tahoma,Microsoft YaHei,Hiragino Sans GB,WenQuanYi Micro Hei,sans-serif;
	z-index: 9000;
	display: none
}

.user-modal * {
	box-sizing: border-box
}

.user-modal h3 {
	margin: 0
}

.user-modal-item,.user-modal-list,.user-modal-wrap {
	width: 100%;
	height: 100%
}

.user-modal.show {
	display: block
}

.user-modal.show .user-modal-wrap {
	animation: bounceInDown .3s
}

.user-modal-list {
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden
}

.user-modal-list>.prev {
	top: 0
}

.user-modal-list>.active,.user-modal-list>.next,.user-modal-list>.prev {
	display: block
}

.user-modal-list>.active {
	left: 0
}

.user-modal-list>.active.left,.user-modal-list>.prev {
	left: -100%
}

.user-modal-list>.active.right,.user-modal-list>.next {
	left: 100%
}

.user-modal-item {
	display: none;
	transition: left .2s ease-in-out;
	text-align: center;
	font-size: 0
}

.user-modal-item:before {
	display: inline-block;
	content: "";
	width: 0;
	height: 100%;
	vertical-align: middle
}

.user-modal-close {
	top: 10px;
	right: 10px;
	line-height: 16px;
	font-size: 22px;
	color: #000;
	opacity: .2
}

.user-modal-close:active,.user-modal-close:hover {
	opacity: 1
}

.user-modal-oauth .user-modal-content {
	width: 500px;
	min-height: 300px;
	max-width: 100%;
	overflow: hidden
}

.user-modal-oauth .user-modal-content span {
	top: 50%;
	left: 0;
	margin-top: -25px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	text-align: center;
	color: #5f99ee
}

.user-modal-oauth .user-modal-content span img {
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	margin-right: 10px
}

.user-modal-oauth .user-modal-content iframe {
	width: 100%;
	min-height: 300px;
	max-height: 100%;
	position: relative
}

.user-modal-oauth .user-modal-main {
	max-width: 594px
}

.user-modal-bind .user-modal-content {
	padding-bottom: 20px
}

.user-modal-logo {
	height: 59px;
	margin-bottom: 36px;
	/*background: url(../img/logo.png) 50% no-repeat*/
}

.user-modal-content,.user-modal-main {
	width: 100%;
	max-width: 310px
}

.user-modal-main {
	display: inline-block;
	vertical-align: middle
}

.user-modal-content {
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	box-shadow: 0 0 2px 1px #333;
	background-color: #fff;
	text-align: left;
	font-size: 12px
}

.user-modal-header {
	line-height: 62px;
	padding: 0 20px;
	border-radius: 10px 10px 0 0;
	background-color: #fff
}

.user-modal-header h3 {
	font: inherit;
	font-size: 18px;
	text-align: center;
	font-weight: 400;
	color: #4c596c
}

.user-modal-body {
	padding: 8px 20px 10px
}

.user-modal-footer {
	padding: 0 20px;
	height: 60px;
	border-radius: 0 0 10px 10px;
	font-size: 14px
}

.user-modal-footer a {
	line-height: 60px;
	color: #7c7c7c;
	cursor: pointer
}

.user-modal-footer a:active,.user-modal-footer a:hover {
	color: #5f99ee
}

.user-modal-jumpLeft {
	float: left
}

.user-modal-jumpRight {
	float: right
}

.user-modal .item {
	background: none;
	padding: 0
}

.user-form-label {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 13px;
	color: #333
}

.user-form-label_custom {
	margin-bottom: 15px;
	color: #288cf0
}

.user-form-group {
	margin-bottom: 14px
}

.user-form-group .user-placeholder {
	top: 8px;
	left: 13px;
	font-size: 14px;
	color: #bbb
}

.user-form-input {
	width: 100%;
	height: 32px;
	padding: 6px 12px;
	border: 1px solid #dbdbdb!important;
	border-radius: 4px;
	outline: none;
	line-height: 20px;
	background-color: #fff;
	font-size: 13px!important;
	color: #555;
	-webkit-appearance: none;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.user-form-input[type=password] {
	-webkit-text-security: circle
}

.user-form-input:focus {
	border-color: #66afe9!important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.user-form-input.error 
{
   
	border-color: #ff0000!important;
}

.user-form-input.error:focus {
	border-color: #a94442;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}

.user-form-input.success {
	border-color: #009632
}

.user-form-input.success:focus {
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
}

.user-form-verifycode .user-button {
	float: right;
	min-width: 86px;
	font-size: 13px
}

.user-form-verifycode .user-form-input {
	float: left;
	width: 60%
}

.user-form-codeImg {
	float: right;
	text-align: right
}

.user-form-codeImg img {
	width: auto;
	height: 32px
}

.user-form-tips {
	display: block;
	margin-top: 5px;
	color: #a94442
}

.user-form-footer .user-button {
	float: right
}

.user-form-checkGroup {
	display: block;
	min-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left
}

.user-social {
	margin-top: 32px
}

.user-social-header {
	display: block;
	width: 100%;
	text-align: center;
	height: 10px;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 40px
}

.user-social-header span {
	background-color: #fff;
	padding: 0 20px;
	color: #a0a0a0;
	font-size: 13px;
	line-height: 20px
}

.user-social-body {
	margin-right: -42px\9;
	text-align: center;
	color: #a0a0a0
}

.user-social-btn {
	display: inline-block;
	width: 46px;
	height: 46px;
	margin-right: 42px;
	border-radius: 50%;
	border: 2px solid #508be3;
	color: #fff;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	opacity: .65
}

.user-social-btn:last-child {
	margin-right: 0
}

.user-social-btn:active,.user-social-btn:hover {
	opacity: 1
}

.user-social-btn:before,.user-social-btn i {
	display: inline-block;
	vertical-align: middle
}

.user-social-btn:before {
	content: "";
	width: 0;
	height: 100%
}

.user-social-btn i {
	width: 32px;
	height: 32px
}

.user-social-weibo i {
	background-position: -64px 0
}

.user-social-qq i {
	background-position: 0 0
}

.user-social-weixin i {
	background-position: -32px 0
}

.user-button {
	display: inline-block;
	min-width: 100px;
	border: none;
	line-height: 20px;
	border-radius: 5px;
	padding: 6px 8px;
	background-color: #5f99ee;
	font-size: 15px;
	text-align: center;
	cursor: pointer
}

.user-button,.user-button:active,.user-button:hover {
	color: #fff
}

.user-button:active,.user-button:hover {
	background-color: #4484e2
}

.user-button-custom {
	width: 100%
}

.user-button.disabled {
	background-color: #ccc;
	cursor: default
}

.user-alert {
	height: 0;
	max-height: 0;
	overflow: hidden;
	transition: all .3s ease-in-out
}

.user-alert.show {
	height: auto;
	max-height: 100px;
	overflow: visible
}

.user-alert-wrap {
	min-height: 44px;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}

.user-alert-wrap.custom {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.user-alert-wrap.success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.user-alert-wrap.error {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.user-alert-close {
	float: right;
	line-height: 10px;
	font-size: 20px;
	color: #000;
	opacity: .2
}

.user-alert-close:active,.user-alert-close:hover {
	opacity: 1
}

.user-loading {
	z-index: 9999
}

.user-loading:after,.user-loading:before {
	content: ""
}

.user-loading,.user-loading:before {
	right: 0;
	bottom: 0;
	top: 0;
	left: 0
}

.user-loading:before {
	background-color: hsla(0,0%,100%,.5);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled="true",startColorstr="#80FFFFFF",endColorstr="#80FFFFFF")
}

.user-loading:after {
	width: 65px;
	height: 65px;
	top: 50%;
	left: 50%;
	margin-left: -32px;
	margin-top: -32px;
	background: url(./img/loading.gif)
}

@media screen and (-webkit-min-device-pixel-ratio:2),screen and (min--moz-device-pixel-ratio:2),screen and (min-device-pixel-ratio:2),screen and (min-resolution:2dppx) {
	.user-social-btn i {
		background-image: url(./img/sprites@2x.png)
	}
}

@media (max-width:500px) {
	body {
		font-family: Helvetica,Microsoft yahei,Arial
	}

	.user-modal {
		padding-top: 10px;
		padding-bottom: 10px
	}

	.user-modal-logo {
		display: none
	}

	.user-modal-header {
		line-height: 56px
	}

	.user-modal-header h3 {
		font-size: 16px
	}

	.user-modal-body {
		padding: 0 18px
	}

	.user-modal-footer {
		height: 48px;
		padding-left: 20px;
		padding-right: 20px
	}

	.user-modal-footer a {
		line-height: 40px;
		font-size: 14px
	}

	.user-modal-oauth .user-modal-content {
		width: auto;
		max-width: 500px
	}

	.user-form-group {
		margin-bottom: 10px
	}

	.user-form-input {
		border-radius: 2px;
		padding-left: 5px;
		padding-right: 5px;
		height: 36px;
		font-size: 13px
	}

	.user-form-verifycode .user-button {
		font-size: 12px
	}

	.user-social {
		margin-top: 25px;
		margin-bottom: 8px
	}

	.user-social-header {
		margin-bottom: 22px
	}

	.user-social-header span {
		font-size: 12px
	}

	.user-social-btn {
		width: 38px;
		height: 38px
	}

	.user-social-btn i {
		width: 22px;
		height: 22px;
		background-size: 65px 22px
	}

	.user-social-weibo i {
		background-position: -44px 0
	}

	.user-social-weixin i {
		background-position: -22px 0
	}

	.user-button {
		font-size: 14px;
		line-height: 24px
	}
}

@media (max-height:400px) {
	.user-modal-header {
		line-height: 46px
	}

	.user-modal-footer {
		height: 40px
	}

	.user-social {
		margin-top: 10px;
		margin-bottom: 0
	}

	.user-social-header {
		margin-bottom: 16px
	}

	.user-form-group {
		margin-bottom: 5px
	}

	.user-form-input {
		height: 32px;
		font-size: 12px!important
	}

	.user-button {
		line-height: 20px
	}
}

@media screen and (orientation:landscape) {
	.user-modal {
		overflow-y: auto
	}

	.user-modal-list {
		overflow: inherit
	}
}
/*Appended by Richard Taisen*/
.overlay_mask{
    position: absolute;
    top: 0px;
    filter: alpha(opacity=60);
    background-color: #777;
    z-index: 1002;
    left: 0px;
    opacity: 0.5;
    -moz-opacity: 0.5;
}
a.FontNormal {font-weight:normal;}
.errorMsg {
    color: Red;
    display: none;
    padding: 3px;
    line-height: 30px;
}