
/* 页面主体 */
.register .form-unit,
.login .form-unit {
	width:100%;
	max-width:550px;  /*最大宽*/
	margin:30px auto; /*居中*/
	padding:0 10px;
}

.big_input {
	height:auto;
	width:100%;
	margin-bottom:20px;
	padding:12px;
	font-size:16px;
	line-height:20px;
}

input {
	border:1px solid #D9D9D9;
	border-radius:3px;
	background-color:#FFF;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}
input:hover, input:focus {
	border:1px solid #A6A6A6;
}
button,input,optgroup,select,textarea{
	margin:0;
	font:inherit;
	color:inherit
}

.form-field input:focus {
	outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}

/*登录 注册按钮*/
.register .btn-all,
.login .btn-all {
	margin-bottom:20px;
	width:100%;
}

.anim-blue-all{
	position:relative;
	border:1px solid #03A9F4;
	background-color:#03A9F4;
}
.anim-blue-all a{
	color:#fff;
	-webkit-transition:padding-right 218ms ease;
	-o-transition:padding-right 218ms ease;
	transition:padding-right 218ms ease
}

.anim-blue-all:hover{
	background:none repeat scroll 0% 0% #03A9F4;
}
.anim-blue-all:hover{
	background:#03A9F4;
}

/*                  */
.anim-blue-all:hover a{
	padding-right:34px;
	color:#FFFFFF;
}

.anim-blue-all:hover .icon-upload:before{
	opacity:1
}

/* 灰色按钮 */
.anim-blue{
	position:relative;
	border:1px solid #03A9F4;
	background-color:#fff;
}
.anim-blue a{
	color:rgb(128,128,128);
	-webkit-transition:padding-right 218ms ease;
	-o-transition:padding-right 218ms ease;
	transition:padding-right 218ms ease;
}
.anim-blue:hover{
	background:#03A9F4;
}
.anim-blue:hover a{
	/*padding-right:34px;*/
	/*color:#fff*/
	color:#03A9F4;
}
.anim-blue:hover .icon-upload:before{
	opacity:1;
}


/* .btn{
	display:inline-block;
	padding:8px 12px;
	margin-bottom:0;
	font-size:14px;
	font-weight:400;
	line-height:1.42857143;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background-image:none;
	border:1px solid transparent;
	border-radius:4px
}

.btn{
	padding:12px;  /**/
	line-height:20px; /**/
	font-size:16px;  /**/
	display:inline-block;
	outline:0px none;
	border-radius:3px;
	text-decoration:none;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	cursor:pointer;
	-moz-user-select:none;
}
 */

.btn.active:focus,.btn:active:focus,.btn:focus{
	outline:dotted thin;
	outline:-webkit-focus-ring-color auto 5px;
	outline-offset:-2px  /*偏离边框边缘-2 像素处开始绘制的轮廓*/
}

.btn:focus,.btn:hover{
	color:#333;
	text-decoration:none
}

.btn.active,.btn:active{
	background-image:none;
	outline:0;
	-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow:inset 0 3px 5px rgba(0,0,0,.125)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn{
	pointer-events:none;
	cursor:not-allowed;
	filter:alpha(opacity=65);
	-webkit-box-shadow:none;
	box-shadow:none;
	opacity:.65
}


.icon-upload{
	font-size:26px;
	line-height:26px;
	margin-left:8px;
	position:absolute;
	top:9px;
	/*-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);*/
	color:#FFFFFF;
}

.icon-upload:before{
	opacity:0;
	-webkit-transition:opacity 218ms ease;
	-o-transition:opacity 218ms ease;
	transition:opacity 218ms ease
}
@font-face{
	font-family:Teambition-UI-Icons;
	font-style:normal;
	font-weight:400;
	src:url(../fonts/teambition-ui-icons.eot);
	src:url(../fonts/teambition-ui-icons.eot?#iefix) format('embedded-opentype'),url(../fonts/teambition-ui-icons.woff) format('woff'),url(../fonts/teambition-ui-icons.ttf) format('truetype'),url(../fonts/teambition-ui-icons.svg#teambition-ui-icons) format('svg')
}
.icon{
	display:inline-block;
	font-family:Teambition-UI-Icons!important;
	font-style:normal;
	font-weight:400;
	font-variant:normal;
	text-transform:none;
	speak:none;
	-webkit-font-smoothing:antialiased;
	width:29px;
	height:29px;
	background:url(../images/right_row.png);
	background-repeat:no-repeat;
	background-position:-29px top;
}

/*               */
.btn:hover .icon{
	background-position:left top;
}

.register .horizontal-line,
.login .horizontal-line {
	width:100%;
	height:1px;
	background-color:#D9D9D9;
	margin-bottom:20px;
}


.main .toolbar .anim-blue{
	color:#03A9F4;
}
.main .toolbar .anim-blue-all{
	color:#FFFFFF;
}
.main .toolbar button:hover{
	color:#FFFFFF;
	transition:box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

.form-unit .register ,.form-unit .reset{
	background:rgb(240,240,240);
}


/* Site Footer START */
.site-footer {
	color:#FFFFFF;
	position:absolute;
	bottom:0px;
	width:100%;
}
.site-footer .copyright {
	border-top:1px solid #D9D9D9;
	background-color:#FFFFFF;
	height:100px;
	padding-top:35px;
}
.site-footer .copyright .text {
	color:#A6A6A6;
	font-size:18px;
}

.site-footer .copyright .sns-info {
	margin-top:10px;
}

.site-footer .copyright .sns-info>a:last-child{
	margin-right:0
}

.site-footer .copyright .sns-info>a.sina-info{
	background-position:0 -26px
}

.site-footer .copyright .sns-info>a.sina-info:hover{
	background-position:0 0
}

.site-footer .copyright .sns-info>a.qq-info{
	position:relative;
	background-position:-26px -26px
}

.site-footer .copyright .sns-info>a.qq-info .pop{
	display:none;
	position:absolute;
	background-color:#fff;
	padding:20px 10px;
	text-align:center;
	box-shadow:0 1px 6px rgba(0,0,0,.15);
	border:1px solid #d5d8dd;
	left:-63px;
	width:150px;
	top:-110px;
	height:100px;
}

.site-footer .copyright .sns-info>a.qq-info .pop:after{
	position:absolute;
	left:68px;
	bottom:-13px;
	border:7px solid transparent;
	border-top:7px solid #fff;
	content:""
}

.site-footer .copyright .sns-info>a.qq-info:before{
	position:absolute;
	left:0;
	top:-20px;
	width:38px;
	height:38px;
	content:""
}

.site-footer .copyright .sns-info>a.qq-info:hover{
	background-position:-26px 0
}

.site-footer .copyright .sns-info>a.qq-info:hover .pop{
	display:block
}

.site-footer .copyright .sns-info>a.weixin-info{
	position:relative;
	background-position:-52px -26px
}

.site-footer .copyright .sns-info>a.weixin-info .pop{
	display:none;
	position:absolute;
	background-color:#fff;
	padding:20px 10px;
	text-align:center;
	box-shadow:0 1px 6px rgba(0,0,0,.15);
	border:1px solid #d5d8dd;
	left:-63px;
	width:150px;
	top:-215px;
	height:205px
}

.site-footer .copyright .sns-info>a.weixin-info .pop:after{
	position:absolute;
	left:68px;
	bottom:-13px;
	border:7px solid transparent;
	border-top:7px solid #fff;
	content:""
}

.site-footer .copyright .sns-info>a.weixin-info .pop lable{
	color:gray;
	margin-bottom:0
}

.site-footer .copyright .sns-info>a.weixin-info .pop p{
	color:#a6a6a6;
	margin-bottom:10px
}

.site-footer .copyright .sns-info>a.weixin-info .pop .qr-wrapper{
	width:120px;
	height:120px;
	margin:0 auto;

	background-image:url(../default/img/weixin-qr.png);
	background-size:120px 120px
}

.site-footer .copyright .sns-info>a.weixin-info:before{
	position:absolute;
	left:0;
	top:-20px;
	width:38px;
	height:38px;
	content:""
}

.site-footer .copyright .sns-info>a.weixin-info:hover{
	background-position:-52px 0
}

.site-footer .copyright .sns-info>a.weixin-info:hover .pop{
	display:block
}

.site-footer .copyright .sns-info > a {
	display:inline-block;
	width:26px;
	height:26px;
	background-image:url(../../image/sns-info.png);
	border-radius:26px;
	margin-right:15px;
	background-size:104px 52px;
	cursor:pointer;
}

/* Site Footer END */

.text-center {
	text-align:center;
}

.privacy-field {
	color:gray;
	margin-bottom:20px;
	text-align:center;
}
.privacy-field a{
	color:#03A9F4;
}

.sliderBar{
	position: relative;
	text-align: center;
	vertical-align:middle;
	overflow:hidden;
	width: 100%;
	height: 50px;
	background: #eee;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	margin-bottom: 15px;
}

.wordDesc{
	position: absolute;
	width:100%;
	height:50px;
	text-align: center;
	line-height: 50px;
}
.wordDesc span{
	font-size: 18px;
	}


.sliderBlock{
	position:relative;
	float:left;
	width: 50px;
	height:50px;
	background:rgb(12,232,84);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}

.rateBar{
	position:relative;
	float:left;
	width:0px;
	height:50px;
	background:rgb(200,200,200);
	padding-top: 1px;
	opacity: 0.70;
	-moz-opacity: 0.70;
	filter:alpha(opacity=70);
}
/* 短信验证码 */
.btn-send-sms, .btn-send-sms:focus{
    position: absolute;
    right: -128px;
    top: 10px;
    padding:6px 8px 5px;
    width:118px;
    text-align:center;
    font-size:12px;
    border:1px solid #0096cc;
    color:#0096cc;
    background:#fff;
 }
a.btn-send-sms.disabled{
    color:#333;
}
.btn-send-sms:before, .btn-send-sms:after{
    position:absolute;
    left:135px;
    color:#666;
    /* visibility:hidden; */
    display:none;
}
.btn-send-sms:before{
    content:attr(data-before);
}
.btn-send-sms:after{
    content:attr(data-after);
}

.btn-send-sms2, .btn-send-sms2:focus{
	right: -128px;
	top: 10px;
	padding:6px 8px 5px;
	width:118px;
	text-align:center;
	font-size:12px;
	border:1px solid #0096cc;
	color:#0096cc;
	background:#fff;
}
a.btn-send-sms2.disabled{
	color:#333;
}
.btn-send-sms2:before, .btn-send-sms2:after{
	position:absolute;
	left:135px;
	color:#666;
	/* visibility:hidden; */
	display:none;
}
.btn-send-sms2:before{
	content:attr(data-before);
}
.btn-send-sms2:after{
	content:attr(data-after);
}
