/**
 * login css file
 *
 * @author: Hu Yali <huyali@123.com.cn>
 * @scene: http://member.123.com.cn
 * @copyright: Copyright 云掌财经 All Rights Reserved
 */
/*============================================
  reset 
 =============================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    text-decoration: none;
    outline: none;
}
img {
    border: 0 none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input, select, button,textarea { 
    font-family: "Microsoft YaHei"; 
    font-size: 14px; 
    outline: none;
}
button {
    border: none; 
}
input:focus, textarea:focus {
    outline: none;
}
body {
    font: 14px/20px helvetica, Arial, "Hiragino Sans GB", "Microsoft YaHei", simsun;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    *font-family: "Microsoft YaHei";
}
/*display*/
.db {
    display: block !important;
}
.dn {
    display: none !important;
}
.hiddden {
    visibility: hidden;
}
/*文字*/
.tl {
    text-align: left !important;
}
.tc {
    text-align: center !important;
}
.tr {
    text-align: right !important;
}
/*浮动*/
.fl {
    float: left;
    *display: inline;
}
.fr {
    float: right;
    *display: inline;
}
.clearfix, .container {
    *zoom: 1;
}
.clearfix:after, .container:after {
    content: "";
    display: table;
    line-height: 0;
    font-size: 0;
    clear: both;
}
ul.clearfix > li, ol.clearfix > li {
    float: left;
}
::-webkit-input-placeholder {
    color: #999; /* WebKit browsers */
}
:-moz-placeholder {
    color: #999; /* Mozilla Firefox 4 to 18 */
}
::-moz-placeholder {
    color: #999; /* Mozilla Firefox 19+ */
}
:-ms-input-placeholder {
    color: #999; /* Internet Explorer 10+ */
}
/*间距*/
.ml0 {
    margin-left: 0 !important;
}
.ml10 {
    margin-left: 10px;
}
.ml20 {
    margin-left: 20px;
}
.ml30 {
    margin-left: 30px;
}
.mr30 {
    margin-right: 30px;
}
.mt0 {
    margin-top: 0 !important;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.pt0 {
    padding-top: 0 !important;
}
.pl0 {
    padding-left: 0 !important;
}
.pb50 {
	padding-bottom: 50px;
}
/*============================================
  page 
 =============================================*/
.header {
	min-width: 1000px;
 	background: #fff;
 	border-bottom: 3px solid #de4243;
}
.w1000 {
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
}
.header .logo {
	padding: 15px 0;
}
.header .logo img {
	display: block;
	width: 182px;
	height: 50px;
}
.header .fr {
	padding: 15px 0;
	line-height: 50px;
	font-size: 16px;
	color: #666;
}
.header .fr a {
	color: #de4243;
}
.header .fr a:hover {
	text-decoration: underline;
}
.footer {
	padding: 30px 0;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	color: #333;
}
.main {
	position: relative;
	min-width: 1000px;
	padding: 100px 0;
}
.main .bg-main {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.main .bg-main img {
	display: block;
	height: 100%;
	width: 100%;
}
.main .model {
	position: relative;
	z-index: 2;
	width: 341px;
	padding: 0 42px 21px;
	margin: 0 auto;
	background: #fff;
	border-radius: 4px;
}
.box-head {
	padding: 35px 0;
	margin: 0 auto;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	color: #333;
}
.box-head.clearfix {
	width: 192px;
}
.box-head a {
	color: #999;
}
.box-head a.active,
.box-head a:hover {
	color: #333;
}

/*表单*/
.form-control {
	position: relative;
	margin-bottom: 20px;
}
.form-control.error .help-error {
	display: block;
}
.help-error {
	display: none;
	line-height: 24px;
	padding-left: 20px;
	margin: 5px auto -7px;
	font-size: 14px;
	color: #de4243;
}
.form-error {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
	padding-left: 50%;
	margin-top: -23px;
}
.form-error p {
	display: inline;
	margin-left: -50%;
	padding: 12px 20px;
	line-height: 20px;
	background: url(../img/bg-opb.png) repeat;
	border-radius: 25px;
	white-space: nowrap;
	font-size: 14px;
	color: #FFF;
}
.input {
	position: relative;
	display: block;
	width: 100%;
}
.input.img-yzm {
	width: auto;
}
.input input {
	display: block;
	width: 296px;
	height: 30px;
	padding: 9px 21px;
	line-height: 30px;
	border: 1px solid #e8e8e8;
	border-radius: 25px;
	font-size: 16px;
	color: #333;
}
.input input:focus {
	border: 1px solid #ddd;
}
.input.yzm input {
	width: 150px;
	padding-right: 167px;
}
.input.img-yzm input {
	width: 176px;
}
.input .placeholder {
	position: absolute;
	left: 22px;
	top: 10px;
	display: block;
	width: 296px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	font-size: 16px;
	color: #ccc;
	cursor: text;
}
.input.yzm .placeholder {
	width: 150px;
}
.input.img-yzm .placeholder {
	width: 176px;
}
.btn-yzm {
	position: absolute;
	top: 15px;
	right: 8px;
	line-height: 20px;
	padding: 0 19px;
	background: none;
	border-left: 1px solid #dedcdc;
	font-size: 16px;
	color: #de4243;
	cursor: pointer;
}
.btn-yzm:hover {
	text-decoration: underline;
}
.btn-yzm.disabled,
.btn-yzm.disabled:hover {
	color: #999;
	text-decoration: none;
	cursor: not-allowed;
}
.btn-img-yzm {
	display: block;
	width: 109px;
	height: 44px;
	margin-top: 3px;
	margin-left: 11px;
	overflow: hidden;
}
.radio,.checkbox {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	line-height: 20px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	cursor: pointer;
}
.radio input,.checkbox input {
	position: absolute;
	left: -99em;
}
.radio i,.checkbox i {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/sprite-login.png) no-repeat;
}
.radio i {
	background-position: -70px 0;
}
.radio.checked i {
	background-position: -70px -30px;
}
.checkbox i {
	background-position: -100px 0;
}
.checkbox.checked i {
	background-position: -100px -30px;
}
.radio.disabled,
.checkbox.disabled  {
	opacity: 0.8;
	filter: alpha(opacity=80);
	cursor: not-allowed;
}
.form-text {
	padding: 0 20px;
	margin-top: -4px;
	line-height: 20px;
	font-size: 14px;
	color: #666;
}
.form-text a {
	color: #666;
}
.form-text a:hover {
	color: #de4243;
}
.form-btn .btn {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #de4243;
	border-radius: 25px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
    border: none;
}
.form-btn .btn.disabled,
.form-btn .btn.disabled:hover {
	background: #eb8e8e;
	cursor: not-allowed;
}
.form-btn .btn:hover{
	background: #cf3333;
}
.other {
	position: relative;
	text-align: center;
}
.other .bg-line {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	display: block;
	width: 195px;
	height: 1px; 
	margin-left: -97px;
	margin-top: -1px;
	border-top: 1px solid #f2f1f1;
}
.other .other-in {
	position: relative;
	display: inline-block;
	z-index: 2;
	background: #fff;
	padding: 0 15px;
}
.other .icon-weixin {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../img/sprite-login.png) no-repeat 0 0;
	overflow: hidden;
	text-indent: -999em;
}
/*密码修改成功*/
.tips-model {
	position: relative;
	z-index: 2;
	width: 320px;
	padding: 40px;
	margin: 0 auto;
	background: #fff;
	border-radius: 4px;
	text-align: center;
}
.tips-model .icon-success {
	display: block;
	width: 76px;
	height: 76px;
	margin: 0 auto;
	background: url(../img/sprite-login.png) no-repeat 0 -70px;
}
.tips-model p {
	margin-top: 26px;
	line-height: 34px;
	text-align: center;
	font-size: 20px;
	color: #333;
}
.tips-model a {
	line-height: 34px;
	font-size: 20px;
	color: #333;
}
.tips-model a:hover {
	color: #de4243;
}
.form-bottom {
	margin-top: 12px;
	margin-left: 10px;
	line-height: 20px;
	font-size: 14px;
}
.form-bottom a {
	color: #de4243;
}
.form-bottom a:hover {
	text-decoration: underline;
}

/*注册协议弹窗*/
.pop-layer {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
}
.pop-layer .mask {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 1;
}
.pop-layer .pop-box {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 1000px;
	height: 580px;
	margin: -290px 0 0 -500px;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
}
.pop-layer .pop-close {
	position: absolute;
	top: 18px;
	right: 15px;
	display: block;
	width: 16px;
	height: 16px;
	background: url(../img/sprite-login.png) no-repeat -81px -60px;
	cursor: pointer;
}
.pop-layer .pop-close:hover {
	background-position: -81px -81px;
}
.pop-layer .pop-title {
	padding: 30px 0;
	line-height: 34px;
	text-align: center;
	font-weight: normal;
	font-size: 20px;
	color: #333;
}
.pop-layer .pop-content {
	height: 450px;
	margin: 0 20px 35px;
	overflow: hidden;
	line-height: 28px;
	font-size: 14px;
	color: #333;
}
.pop-layer .tc-title {
	font-weight: bold;
}
.pop-layer .text-title {
	display: block;
	margin-top: 30px;
}
.nicescroll-rails {
	background: url(../img/scroll-rail.png) repeat-y;
}
.QZ-con {
    width: 100%;
    height: auto;
    text-align: center;
}
.QZ-con a {
    margin: 0 22px;
    display: inline-block;
    width: 45px;
    height: 45px;
    background: url(../img/qtlgn.png) no-repeat;
}
.QZ-con a#QZqqLogin {
    background-position: 0 -45px;
}
.QZ-con a#QZsinaLogin {
    background-position: 0 0;
}
.QZ-con a#QZweixinLogin {
    background-position: 0 -90px;
}