html{
	height: 100%;
	width:100%;
}
body{
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif
}

.top{
	background-color: #f6f7fb;
}

.middleContainer{
	position: absolute;
	top: 80px;
	bottom: 110px;
	width: 100%;
	
	background-size: 100% 100%;
	/*background: -webkit-linear-gradient(left, #136be9, #7264f5); 
    background: -o-linear-gradient(right,#136be9, #7264f5); 
    background: -moz-linear-gradient(right, #136be9, #7264f5);
    background: linear-gradient(to right, #136be9, #7264f5);*/
	overflow: hidden;
	
}
.main{
	/*position: relative;*/
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}

/*.pattern{
	margin-top: -60px;
	width: 850px;
	display: block;
	float: left;
}*/

.loginForm{
	position: absolute;
	float: right;
	width: 330px;
	box-sizing: border-box;
	padding: 15px 15px 10px;
	background-color: #f3f3f3;
	top: 50%;
	transform: translateY(-50%);
	right: 15%;
	
}

.loginTitle{
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 15px;
	text-align: center;
}

.inputWrapper{
	width: 280px;
	position: relative;
	background-color: #ffffff;
	margin: 0 auto 10px;
	border-radius: 30px;
}

.inputWrapper input{
	box-sizing: border-box;
	padding:10px 20px 10px 40px;
	width: 100%;
	outline: none;
	border-radius: 30px;
	border-style: none;
}

.inputWrapper input::-webkit-input-placeholder{
	font-size: 13px;
    color:#999;
}
.inputWrapper input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	font-size: 13px;
    color:#999;
}
.inputWrapper input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	font-size: 13px;
    color:#999;
}
.inputWrapper input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	font-size: 13px;
    color:#999;
}

.loginForm .inputWrapper:nth-of-type(3){
	/* padding-right: 70px; */
}

.inputIcon{
	display: inline-block;
	z-index: 2;
	position: absolute;
	top:50%;
	left: 7%;
	transform: translateY(-50%);
}

.yzm{
	display: inline-block;
	height: 38px;
	z-index: 2;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	left: 68%;
}

.bottomWrapper{
	position: relative;
	overflow: hidden;
	margin: 0px auto 13px;
	padding: 0 20px;
}

.bottomWrapper a {
	display: inline-block;
	font-size: 12px;
	color: #1377e5;
	position: relative;
	float: left;
}

.bottomWrapper a:last-child{
	float: right;
	color: #333333;
}

.loginForm .btn{
	display: block;
	cursor: pointer;
	box-sizing: border-box;
	width: 280px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	background-color: #ffffff;
	margin: 10px auto 10px;
	border-radius: 30px;
	border: 1px solid transparent;
	outline: none;
	background: -webkit-linear-gradient(left, #1377e5 , #13a2e5); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #1377e5 , #13a2e5); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #1377e5 , #13a2e5); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #1377e5 , #13a2e5); /* 标准的语法（必须放在最后）*/
}
.btn:focus{
	outline: none;
}


/*注册页*/

/*.registerContainer{
	background-color: #F6F7FB;
}*/
.registerMid{
	background-color: #F6F7FB;
	padding: 40px 0;
}

@media screen and (min-width: 1900px) {
	.registerMid{
		background-color: #F6F7FB;
		padding: 40px 0 71px;
	}
}
.registerWrapper{
	width: 1200px;
	margin: 0 auto;
}
.registerMain{
	margin: 0 40px;
	background-color: #fff;
	border:solid 1px #eeeeee;
}

.registerMain > img {
	display: block;
	margin: 60px auto;
}


.registerForm,.registerPic {
	min-height: 438px;
}

.formLine{
	position: relative;
	width: 500px;
	margin: 0 auto;
}
.formLine > span {
	display: inline-block;
	color: #333333;
	font-size: 13px;
	vertical-align: middle;
	line-height: 50px;
	
}

.formLine > span > i {
	color: red;
	display: inline-block;
	font-size: 16px;
	vertical-align: middle;
	margin-right: 2px;
}

.formLine > input {
	width: 400px;
	float: right;
	padding: 15px 20px;
	border-radius: 22px;
	outline: none;
	border: 1px solid #e7e7e7;
	margin-bottom: 25px;
}

.formLine input::-webkit-input-placeholder{
	font-size: 13px;
    color:#999;
}
.formLine input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	font-size: 13px;
    color:#999;
}
.formLine input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	font-size: 13px;
    color:#999;
}
.formLine input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	font-size: 13px;
    color:#999;
}

/*.register_yzm{
	display: inline-block;
	position: absolute;
	top: 15%;
	left: 84%;
}*/
.formLine:nth-of-type(4) input{
	padding-right: 100px;
}

.nextStep {
	width: 150px;
	display: block;
	margin: 20px auto 40px;
	padding: 10px 20px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border-radius: 22px;
	outline: none;
	border: solid 1px #f6f6f6;
	background: -webkit-linear-gradient(left, #1377e5 , #13a2e5); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #1377e5 , #13a2e5); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #1377e5 , #13a2e5); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #1377e5 , #13a2e5); /* 标准的语法（必须放在最后）*/
}


.registerWrapper .registerForm:nth-child(3) .formLine{
	width: 600px;
}



.radioGroupLine {
	width: 200px;
	margin-bottom: 20px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
}

.radioGroupLine .radioTitle{
	font-size: 14px;
	margin-right: 20px;
}

.radioGroupLine label{
	margin-right: 20px;
}

.formLine > input[type="radio"] {
	float: none;
	display: inline-block;
	vertical-align:middle; 
	margin-top:-2px; 
	margin-bottom:1px;
	width: 20px;
}
.a-radio{
    display: none;
}
.b-radio{
    display: inline-block;
    border:1px solid #ccc;
    width:16px;
    height: 16px;
    border-radius:50%;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
}
.b-radio:before{
    content: '';
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #1377e5;
    position: absolute;
    left:50%;
    top:50%;
    margin-left: -5px;
    margin-top: -5px;
    border-radius: 50%;
    display: none;
}
.a-radio:checked~.b-radio:before{
    display: block;
}

.regBottomWrapper{
	width: 700px;
	position: relative;
	text-align: right;
	overflow: hidden;
	margin: 0 auto 20px;
	padding: 0 30px;
}

.registerWrapper .registerForm:nth-child(2) .nextStep{
	margin-top: 50px;
}

.regBottomWrapper span{
	font-size: 12px;
	color: #b0b0b0;
}

.regBottomWrapper label a{
	font-size: 12px;
	text-decoration: underline;
	color: #0075e8;
}


.a-checkbox{
    display: none;
}
.b-checkbox{
    display: inline-block;
    border:1px solid #ccc;
    width:16px;
    height: 16px;
    border-radius:none;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
}
.b-checkbox:before{
    content:'\2714';
    /*font-size: 0;*/
    width: 10px;
    height: 10px;
    color: #1377e5;
    position: absolute;
    left:50%;
    top:50%;
    transform: translateY(-40%);
    margin-left: -5px;
    margin-top: -5px;
    /*border-radius: 2px;*/
    display: none;
}
.a-checkbox:checked~.b-checkbox:before{
    display: block;
}

/*忘记密码*/
.forgetPasswordTitle{
	font-size: 20px;
	color: #333333;
	font-weight: normal;
	text-align: center;
	margin: 50px 0px;
}

.registerMain .registerForm .forgetPasswordLine > span{
	width: 150px;
	text-align: right;
}

.registerMain .registerForm .forgetPasswordLine input:nth-child(2){
	padding-right: 100px;
}

/*个人中心*/

.mid{
	background-color: #F6F7FB;
/**	padding-top: 20px; */
}

.personalMid{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	display: box;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;
	-webkit-align-items: stretch;-moz-align-items: stretch;-ms-align-items: stretch;-o-align-items: stretch;align-items: stretch;
}

.slider{
	/*position: absolute;*/
	padding-bottom: 10px;
	width: 250px;
	min-height: 700px;
	/*height: 700px;*/
	background-color: #fff;
	margin-bottom: 20px;
	float: left;
}

.navTitle{
	margin-bottom: 20px;
	margin-left: 20px;
	padding-left: 15px;
	border-left: 3px solid #0075e8;
	font-weight: bold;
	font-size: 20px;
	color: #333333;
}

.nav-slider{
	border-top: solid 1px #f2f2f2;
}

.nav-slider li{
}
.nav-stacked>li+li{
	margin-top: 0px;
}
.nav-slider li a{
	font-size: 16px;
	color: #333;
	border-radius: 0;
}


.nav-slider li a:focus{
	color: #ffffff;
	background-color: #0075e8;
	border-radius: 0;
}

.nav-slider li a:hover{
	color: #ffffff;
	background-color: #0075e8;
	border-radius: 0;
}

.nav-slider li a:active{
	color: #ffffff;
	background-color: #0075e8;
	border-radius: 0;
}


.personalMain{
	width:930px;
	min-height: 700px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding: 0 20px;
	float: left;
	background-color: #fff;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.mainHeader {
	font-weight: bold;
	padding: 12px 0;
	font-size: 16px;
	color: #333333;
	border-bottom: solid 2px #f2f2f2;
}
.mainHeader span{
	padding-right: 10px;
	border-bottom: solid 2px #1377e5;
	padding-bottom: 12px;
}

.formClass{
	margin-top: 20px;
	overflow: hidden;
}

.formInline{
	float: left;
	margin-bottom: 20px;
}

.formGroup{
	float: left;
}

.formGroup label ,.formGroup span{
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}

.formSelect,.formGroup input{
	width: 150px;
	padding: 5px;
	margin: 0 15px;
	border: solid 1px #e5e5e5;
}

.tcal{
	border: solid 1px #e5e5e5;
}

.formSelect{
	padding: 7px 5px;
}

.rightSearchBtn{
	width: 150px;
	padding: 5px;
	border-radius: 19px;
	float: right;
	color: #FFFFFF;
	font-size: 16px;
	outline: none;
	border: none;
	background: -webkit-linear-gradient(left, #1377e5 , #13a2e5); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #1377e5 , #13a2e5); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #1377e5 , #13a2e5); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #1377e5 , #13a2e5); /* 标准的语法（必须放在最后）*/
}

.bottomTable{
	font-size: 14px;
	color: #666;
	text-align: center;
}

.bottomTable thead tr{
	background-color: #fafbfe;
}


.warnTd{
	color: #ff9804;
}
.dangerTd{
	color: #d50303;
}
.successTd{
	color: #0a9f2d;
}

.personalInfo{
	border: solid 1px #e5e5e5;
	margin-top: 20px;
	margin-bottom: 20px;
}

.personalLine{
	padding: 20px;
}

.personalLine .personName{
	width: 80px;
	display: inline-block;
	font-size: 14px;
	color: #999999;
}

.personalLine .personInfos{
	font-size: 14px;
	color: #333333;
}

.changeBtn{
	display: inline-block;
	text-align: center;
	margin-top: 20px;
	padding: 10px 20px;
	border-radius: 19px;
	color: #FFFFFF;
	background: -webkit-linear-gradient(left, #1377e5 , #13a2e5); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #1377e5 , #13a2e5); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #1377e5 , #13a2e5); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #1377e5 , #13a2e5); /* 标准的语法（必须放在最后）*/
}
.changeBtn img{
	vertical-align: text-bottom;
	margin-right: 10px;
}

.changeBtn:hover{
	text-decoration: none;
	color: #FFFFFF;
}

.changeBtn:link{
	text-decoration: none;
	color: #FFFFFF;
}

.personalForm{
	width: 500px;
	margin: 0 auto;
	padding: 10px 15px;
    outline: none;
}
.personalForm .btn{
	width: 200px;
	padding: 7px 4px;
	color: #FFFFFF;
}
.inputTip{
	position: absolute;font-size: 12px;color: #ff2531;right: 15px;
}
.yanz{
	display: block;
	float: right;
	margin-left: 10px;
	width: 90px;
	padding-top: 3px;
}

.loginTips{
	width: 280px;
	margin: 0 auto;
	height: 40px;
	border: 1px solid #f08a42;
	background-color: #fdfceb;
	background: #fdfceb url(../img/tips_icon.png) no-repeat 15px center;
	border-radius: 20px;
	font-size: 13px;
	color: #31312f;
	padding: 0px 40px;
	line-height: 40px;
	margin-bottom: 10px;
}
.nodata{
	width: 100%;
	padding-top: 60px;
	text-align: center;
}
.nodata > p{
	font-size: 16px;
	color: #333;
	margin-top: 20px;
}
.register_input:focus{
	border: 1px solid #117eea;
}

