@charset "UTF-8";
/* CSS Document */

.header{background:#5b9f90;width:100%;min-width:960px;overflow:hidden;}
.header .headerInner{width:960px;overflow:hidden;margin:0 auto;}
.header .logoArea{overflow:hidden;padding:20px}
.header .pageTags{font-size:24px;color:#fff;vertical-align:bottom;padding-left:50px}
.footer{background:none}
.copyrights{background:#f3f3f3;border-top:1px solid #c9caca;border-bottom:1px solid #c9caca;margin-bottom:5px}
.webMaps{background:#5b9f90}

/* login */
.login{background:#5b9f90;width:100%;min-width:960px;overflow:hidden;}
.login .loginInner{width:960px;overflow:hidden;margin:0 auto;}
.login .bannerArea{background:url(/loginhtml/images/loginBanner.png) no-repeat 100px 20px;width:600px;height:480px;float:left;display:inline-block;position:relative;}
.login .bannerArea .registryNow{border:1px solid #fff;border-radius:10px;width:160px;height:40px;line-height:40px;text-align:center;color:#fff;font-size:16px;display:block;position:absolute;left:30%;bottom:50px;}

.login .loginArea{background:#fff;width:300px;height:340px;float:left;display:inline-block;padding:30px;}
.login .loginArea .title{width:100%;font-size:20px;height:40px;line-height:40px;margin-bottom:20px}
.login .loginArea ul, .login .loginArea li{width:100%;overflow:hidden;}
.login .loginArea li{margin-bottom:15px;position:relative;min-height:40px}
.login .loginArea .loginInput{background:#f9f9f9;width:100%;padding:10px;border:1px solid #cccccc;border-radius:5px;height:40px;}
.login .loginArea .loginCheckbox{margin-right:5px;border:1px solid #ccc;}
.login .loginArea label{margin-right:17px;color:#333}
.login .loginArea .loginBtn{background:#1eaf8d;color:#fff;width:100%;height:40px;display:block;border-radius:5px;border:0 none;cursor:pointer;font-size:16px}
.login .loginArea .loginBtn:hover, .login .loginArea .loginBtn:active{background:#23c197}

.login .loginArea .loginWB, .login .loginArea .loginQQ,.login .loginArea .loginWX{width:47%;height:40px;line-height:40px;display:inline-block;float:left;border-radius:5px;color:#fff;font-size:16px;}

.login .loginArea .loginWB:before, .login .loginArea .loginQQ:before, .login .loginArea .loginWX:before{content:'';display:inline-block;width:50px;height:40px;background:url(/loginhtml/images/shareLogos.png) no-repeat 8px 5px;margin-right:10px;border-right:1px solid rgba(0,0,0,0.1);float:left;}

.login .loginArea .loginWB{background:#e36f5f;margin-right:6%}
.login .loginArea .loginWB:hover, .login .loginArea .loginWB:active{background:#c65d55}

.login .loginArea .loginQQ{background:#3083eb;}
.login .loginArea .loginQQ:hover, .login .loginArea .loginQQ:active{background:#1b71ce;}
.login .loginArea .loginQQ:before{background-position:-127px 5px}

.login .loginArea .loginWX{background:#44b549; margin-top: 10px; margin-bottom: 10px;}
.login .loginArea .loginWX:hover, .login .loginArea .loginQQ:active{background:#2f9833;}
.login .loginArea .loginWX:before{background-position:-60px 7px}

.login .loginArea .forgetPassword{position:absolute;right:0;color:#b3b3b3}
.login .loginArea .registryBtn{float:right;color:#b3b3b3; padding-top: 30px;}
.login .loginArea .forgetPassword:hover, .login .loginArea .registryBtn:hover{text-decoration:underline;}
.login .loginArea .registryBtn{color:#3083eb}


/* reigstry steps */
.registry{width:100%;min-width:960px;overflow:hidden;border-bottom:3px solid #5b9f90}
.registry .registryInner{width:960px;overflow:hidden;margin:0 auto}
.registry .registryInner .registrySteps{border-bottom:3px solid #e6e6e6;padding:20px 120px 0;height:50px;}
.registry .registryInner .registrySteps div{width:33%;float:left;text-align:center;height:50px;line-height:50px;font-size:16px;color:#ccc}
.registry .registryInner .registrySteps div:before{background-color:#cccccc;width:25px;height:25px;display:inline-block;line-height:25px;text-align:center;color:#fff;vertical-align:middle;border-radius:50%;margin-right:10px}
.registry .registryInner .registrySteps div.current{border-bottom:3px solid #3498db;color:#000}
.registry .registryInner .registrySteps div.current:before{background-color:#3498db}
.registry .registryInner .registrySteps div.step1:before{content:'1';}
.registry .registryInner .registrySteps div.step2:before{content:'2';}
.registry .registryInner .registrySteps div.step3:before{content:'';background-image:url(/loginhtml/images/icons.png);background-position:-52px -159px}
.registry .registryInner .registryArea{width:100%;overflow:hidden;padding:30px 0}
.registry .registryInner .registryForms{float:left;width:60%;overflow:hidden;}
.registry .registryInner .registryForms ul, .registry .registryInner .registryForms li{width:100%;overflow:hidden;}
.registry .registryInner .registryForms li{margin-bottom:15px}
.registry .registryInner .registryForms label{float:left;display:inline-block;width:25%;margin-right:2%;text-align:right;height:40px;line-height:40px;font-size:16px;color:#000}
.registry .registryInner .registryForms .fkname{float:left;display:inline-block;width:25%;margin-right:2%;text-align:right;height:40px;line-height:40px;font-size:16px;color:#000}
.registry .registryInner .registryForms .emailads{float:left;display:inline-block;width:80%;margin-right:2%;text-align:left;height:40px;line-height:40px;font-size:16px;color:#000;padding-left:27%}
.registry .registryInner .registryForms .inputs{float:left;display:inline-block;width:45%;margin-right:2%}
.registry .registryInner .registryForms .inputs input, .registry .registryInner .registryForms .inputs select{width:100%;padding:5px;font-size:16px;border:1px solid #ccc;background:#f9f9f9;height:40px;line-height:40px;border-radius:5px;display:block;}
.registry .registryInner .registryForms .inputs input.checkCode{width:50%}
.registry .registryInner .registryForms .inputs .tips{display:block;width:100%;color:#999;padding:8px 0 0;font-size:12px}
.registry .registryInner .registryForms .inputs .tips2{display:block;width:100%;color:#999;padding:16px 0 0;font-size:14px;}
.registry .registryInner .registryForms .inputs .tips2 a{color:000; text-decoration: underline;}
.registry .registryInner .registryForms .inputs2{float:left;display:inline-block;width:45%;margin-right:2%; padding-left:27%;}
.registry .registryInner .registryForms .inputs2 input{width:100%;padding:5px;font-size:16px;border:1px solid #ccc;background:#f9f9f9;height:40px;line-height:40px;border-radius:5px;display:block;}
.registry .registryInner .registryForms .inputs2 input.checkCode{width:50%}
.registry .registryInner .registryForms .inputs3{float:left;display:inline-block;width:45%;margin-right:2%}
.registry .registryInner .registryForms .inputs3 input{width:100%;padding:5px;font-size:16px;border:1px solid #ccc;background:#f9f9f9;height:40px;line-height:40px;border-radius:5px;display:block;}
.registry .registryInner .registryForms .inputs3 input.checkCode{width:50%}
.registry .registryInner .registryForms .inputs3 .tips{display:block;width:100%;color:#999;padding:8px 0 0;font-size:12px}
.registry .registryInner .registryForms .inputs3 .tips2{display:block;width:100%;color:#999;padding:16px 0 0;font-size:14px;}
.registry .registryInner .registryForms .inputs3 .tips2 a{color:000; text-decoration: underline;}
.registry .registryInner .registryForms .status{height:16px;line-height:16px;float:left;display:inline-block;width:20%;margin:10px 0 0;padding-left:20px;overflow:hidden;}
.registry .registryInner .registryForms .success{background:url(/loginhtml/images/icons.png) no-repeat -55px -186px;width:20px;padding:0}
.registry .registryInner .registryForms .error{background:url(/loginhtml/images/icons.png) no-repeat -84px -186px;color:#ff4800}
.registry .registryInner .registryForms .agreement, .registry .registryInner .registryForms .registryActions, .registry .registryInner .registryForms .subscribe{padding:0 0 0 26%}
.registry .registryInner .registryForms .agreement{color:#999}
.registry .registryInner .registryForms .agreement a{color:#000}
.registry .registryInner .registryForms .agreement a:hover{text-decoration:underline;}
.registry .registryInner .registryForms .registryActions .registryBtn{background:#ededed;width:45%;margin-right:2%;float:left;display:inline-block;border-radius:5px;border:0 none;height:40px;font-size:20px;color:#999;cursor:pointer;}
/*.registry .registryInner .registryForms .registryActions .registryBtn:hover{background:#3498db;color:#fff}*/
.registry .registryInner .registryForms .registryActions .registryBtn2{background:#3498db;width:45%;margin-right:2%;float:left;display:inline-block;border-radius:5px;border:0 none;height:40px;font-size:20px;color:#fff;cursor:pointer;}
.registry .registryInner .registryForms .registryActions .registryBtn2:hover{background:#1b71ce;color:#fff}
.registry .registryInner .registryForms .registryActions .registryBtn3{background:#3498db;width:45%;margin-right:2%;float:left;display:inline-block;border-radius:5px;border:0 none;height:40px;font-size:20px;color:#fff;cursor:pointer;}
.registry .registryInner .registryForms .registryActions .registryBtn3:hover{background:#1b71ce;color:#fff}

.registry .registryInner .registryForms .registryActions .registryBtn4{background:#3498db;width:45%;margin-left:21%;float:left;display:inline-block;border-radius:5px;border:0 none;height:40px;font-size:20px;color:#fff;cursor:pointer;}
.registry .registryInner .registryForms .registryActions .registryBtn4:hover{background:#1b71ce;color:#fff}


.registry .registryInner .registryForms .registryActions .hasAccount{font-size:14px;width:20%;float:left;display:inline-block;height:40px;line-height:40px;color:#999}
.registry .registryInner .registryForms .registryActions .hasAccount a{color:#ff4800}
.registry .registryInner .registryForms .registryActions .hasAccount a:hover{text-decoration:underline;}
.registry .registryInner .registryForms .subscribe{color:#333}
.registry .registryInner .registryForms .subscribe input[type="checkbox"]{margin-right:5px}
.registry .registryInner .registryForms .registryActions .ignore{font-size:14px;width:20%;float:left;display:inline-block;height:40px;line-height:40px;color:#999}
.registry .registryInner .registryForms .registryActions .ignore a{color:#38a6d7}
.registry .registryInner .registryForms .registryActions .ignore a:hover{text-decoration:underline;}
.registry .registryInner .registryComments{border-left:1px solid #f5f5f5;float:left;padding:30px 30px 10px}
.registry .registryInner .registryComments li{height:24px;line-height:24px;font-size:14px;margin:0 0 8px}
.registry .registryInner .registryComments li.soOn{text-indent:32px;margin:0 0 24px}
.registry .registryInner .registryComments li img{vertical-align:middle;margin:0 8px 0 0}
.registry .registryInner .registryTips{width:85%;overflow:hidden;margin:0 auto 40px;color:#9f9f9f;font-size:14px;line-height:24px}
.registry .registryInner .registryTips a{color:#000;}
.registry .registryInner .registryTips a:hover{text-decoration:underline;}
.registry .registryInner .successStep{width:100%;overflow:hidden;padding:40px 0}
.registry .registryInner .successStep .informations{overflow:hidden;margin:0 auto 20px;padding:0 0 20px;border-bottom:3px solid #e6e6e6}
.registry .registryInner .successStep .informationsInner{width:780px;margin:0 auto;overflow:hidden;}
.registry .registryInner .successStep .registrySuccess, .registry .registryInner .successStep .userInformation{float:left;display:inline-block;width:39%;padding:20px 5%}
.registry .registryInner .successStep .registrySuccess{border-right:1px solid #e6e6e6;text-align:center;}
.registry .registryInner .successStep .registrySuccess .title{color:#f56432;font-size:24px;margin-bottom:10px}
.registry .registryInner .successStep .registrySuccess .authentication{color:#000;margin-bottom:10px;font-size:14px}
.registry .registryInner .successStep .registrySuccess .authentication a{background:#f56432;width:80px;height:30px;line-height:30px;text-align:center;display:inline-block;margin-left:10px;color:#fff;border-radius:5px}
.registry .registryInner .successStep .registrySuccess .changes a{color:#38a6d7;padding:0 10px;font-size:14px}
.registry .registryInner .successStep .registrySuccess .changes a:hover{text-decoration:underline;}
.registry .registryInner .successStep .userInformation .title{color:#9f9f9f;font-size:14px;border-bottom:1px solid #b3b3b3;margin-bottom:10px}
.registry .registryInner .successStep .userInformation .userInfo{width:100%;overflow:hidden;}
.registry .registryInner .successStep .userInformation .userInfo img{float:left;display:inline-block;width:50px;border:1px solid #cccccc;padding:1px;margin-right:10px}
.registry .registryInner .successStep .userInformation .userInfo ul{float:left;display:inline-block;width:200px;}
.registry .registryInner .successStep .userInformation .userInfo li{height:24px;line-height:24px;font-size:14px;color:#000}
.registry .registryInner .successStep .userInformation .userInfo li label{color:#999999}
.registry .registryInner .successStep .userInformation .userInfo li.changes a{color:#999999;padding:0 20px 0 0;}
.registry .registryInner .successStep .userInformation .userInfo li.changes a:hover{text-decoration:underline;}
.registry .registryInner .successStep .links{background:url(/loginhtml/images/registryLinksbg.png) no-repeat 0 center;width:670px;height:74px;margin:0 auto;position:relative;}
.registry .registryInner .successStep .links a{background:#4dc1a2;width:48px;height:48px;line-height:24px;border-radius:50%;display:inline-block;font-size:16px;color:#fff;text-align:center;padding:10px;position:absolute;top:0;border:3px solid #fff;}
.registry .registryInner .successStep .links a:hover{background:#2e9380}
.registry .registryInner .successStep .links a.odd{background:#0aa6df}
.registry .registryInner .successStep .links a.odd:hover{background:#0684b3}
.registry .registryInner .successStep .links a.l1{left:10%}
.registry .registryInner .successStep .links a.l2{left:30%}
.registry .registryInner .successStep .links a.l3{left:50%;line-height:48px}
.registry .registryInner .successStep .links a.l4{left:70%}
.registry .registryInner .successStep .links a.more{right:0;border-radius:5px;height:20px;line-height:20px;padding:5px 15px;font-size:14px;top:50%;margin-top:-18px}


/* personal setting */
.personalSetting{width:100%;overflow:hidden;min-width:960px;border-bottom:3px solid #5b9f90}
.personalSetting .personalSettingInner{width:960px;overflow:hidden;margin:0 auto;padding:30px 0}
.personalSetting .navBar{background:#f6f5f2;float:left;display:inline-block;width:260px;padding:20px;margin:0 40px 0 0}
.personalSetting .navBar li{width:100%;overflow:hidden;margin:0 0 20px;}
.personalSetting .navBar a{background:url(/loginhtml/images/personalNavBar.png) no-repeat;display:inline-block;padding-left:25px;height:24px;line-height:24px;font-size:16px;color:#393939}
.personalSetting .navBar a:hover, .personalSetting .navBar a.current{color:#3498db}

/*我修改过的代码*/
.personalSetting .navBar a.changePassword{background-position:0 -96px;}
.personalSetting .navBar a.changePassword:hover, .personalSetting .navBar a.changePassword.current{background-position:0 0;}
/*我修改过的代码*/

.personalSetting .navBar a.changeInformation{background-position:0 -23px}
.personalSetting .navBar a.changeInformation:hover, .personalSetting .navBar a.changeInformation.current{background-position:0 -119px}
.personalSetting .navBar a.addCoin{background-position:0 -46px}
.personalSetting .navBar a.addCoin:hover, .personalSetting .navBar a.addCoin.current{background-position:0 -142px}
.personalSetting .navBar a.usingCoin{background-position:0 -70px}
.personalSetting .navBar a.usingCoin:hover, .personalSetting .navBar a.usingCoin.current{background-position:0 -166px}
.personalSetting .passwordForms{float:left;display:inline-block;width:620px}
.personalSetting .passwordForms .title{width:100%;height:30px;line-height:30px;border-bottom:3px solid #e6e6e6;font-size:20px;margin:0 auto 15px}

/*我增加的代码*/
.personalSetting .passwordForms .persontitle{width:100%;border-bottom:3px solid #e6e6e6;font-size:22px;margin:0 auto 15px; padding-bottom:15px; }
.personalSetting .passwordForms .persontitle img{border:1px solid #cccccc; margin-right: 20px;}
.personalSetting .passwordForms .personcontent{line-height:30px; font-size:1.4em; text-align:left;}
.personalSetting .passwordForms .personcontent span{color:#999999;}
.personalSetting .passwordForms .changePasswordActions2{padding:0 0 0 30%; margin-top:20px;}
.personalSetting .passwordForms .changePasswordActions2 .changePasswordBtn{background:#3498db;color:#fff;width:45%;margin-right:2%;float:left;display:inline-block;border-radius:5px;border:0 none;height:40px;font-size:20px;cursor:pointer;}
.personalSetting .passwordForms .changePasswordActions2 .changePasswordBtn:hover{background:#1b71ce;}
.personalSetting .passwordForms .changePasswordActions .changePasswordBtn:hover{background:#1b71ce;}
.personalSetting .passwordForms .subscribe{padding:0 0 0 17%;}
.personalSetting .passwordForms .subscribe{color:#333}
.personalSetting .passwordForms .subscribe input[type="checkbox"]{margin-right:5px}
.personalSetting .passwordForms .inputs2{float:left;display:inline-block;width:45%;margin-right:2%}
.personalSetting .passwordForms .inputs2 input, .personalSetting .passwordForms .inputs2 select{width:100%;padding:5px;font-size:16px;border:1px solid #ccc;background:#f9f9f9;height:40px;line-height:40px;border-radius:5px;display:block;}
.personalSetting .passwordForms .changePasswordActions3{padding:0 0 0 17%}
.personalSetting .passwordForms .changePasswordActions3 .changePasswordBtn{background:#3498db;color:#fff;width:45%;margin-right:2%;float:left;display:inline-block;border-radius:5px;border:0 none;height:40px;font-size:20px;cursor:pointer;}
.personalSetting .passwordForms .changePasswordActions3 .changePasswordBtn:hover{background:#1b71ce;}
/*我增加的代码*/

.personalSetting .passwordForms .title span{height:30px;line-height:30px;display:inline-block;border-bottom:3px solid #3498db}
.personalSetting .passwordForms ul, .personalSetting .passwordForms li{width:100%;overflow:hidden;}
.personalSetting .passwordForms li{margin-bottom:15px}
.personalSetting .passwordForms label{float:left;display:inline-block;width:15%;margin-right:2%;text-align:right;height:40px;line-height:40px;font-size:16px;color:#000}
.personalSetting .passwordForms .inputs{float:left;display:inline-block;width:45%;margin-right:2%}
.personalSetting .passwordForms .inputs input{width:100%;padding:5px;font-size:16px;border:1px solid #ccc;background:#f9f9f9;height:40px;line-height:40px;border-radius:5px;display:block;}
.personalSetting .passwordForms .inputs .tips{display:block;width:100%;color:#999;padding:8px 0 0;font-size:12px}
.personalSetting .passwordForms .status{height:16px;line-height:16px;float:left;display:inline-block;width:20%;margin:10px 0 0;padding-left:20px;overflow:hidden;}
.personalSetting .passwordForms .success{background:url(/loginhtml/images/icons.png) no-repeat -55px -186px;width:20px;padding:0}
.personalSetting .passwordForms .error{background:url(/loginhtml/images/icons.png) no-repeat -84px -186px;color:#ff4800}
.personalSetting .passwordForms .changePasswordActions{padding:0 0 0 17%}
.personalSetting .passwordForms .changePasswordActions .changePasswordBtn{background:#3498db;color:#fff;width:45%;margin-right:2%;float:left;display:inline-block;border-radius:5px;border:0 none;height:40px;font-size:20px;cursor:pointer;}





@media screen and (max-width:1024px){
	/* reset & common */
	input[type=button],input[type=submit],input[type=reset]{-webkit-appearance:none;}
	.footer{display:none;}
	.login, .header, .registry, .personalSetting{min-width:0;}
	.header .headerInner{width:100%;height:78px;overflow:hidden;padding:0;}
	.header .logoArea{text-align:center;}

	/* login */
	.login{height:calc(100%-78px);width:100%;}
	.login .loginInner{width:100%;height:100%;overflow:auto;}
	.login .bannerArea{display:none;}
	.login .loginArea{width:80%;margin:0 auto;float:none;padding:5%;display:block;}
	.login .loginArea .loginBtn{font-size:1.7em}

	.login .loginArea .loginWB, .login .loginArea .loginQQ{font-size:1.5em;/*max-width:155px*/text-align:center;text-indent:-45px}
	
	.login .loginArea .loginCheckbox, .login .loginArea label{vertical-align:middle;font-size:1.1em;}
	.login .loginArea .forgetPassword, .login .loginArea .registry{font-size:1.1em}

	/* retistry steps */
	.registry{border-bottom:0 none;height:calc(100%-78px);width:100%}
	.registry .registryInner{width:100%;overflow:auto;}
	.registry .registryInner .registryTips{padding:0 20px;width:auto;}
	.registry .registryInner .registrySteps{padding:0 20px;}
	.registry .registryInner .registrySteps div{display:none;}
	.registry .registryInner .registrySteps div.current{width:100%;display:block;}
	.registry .registryInner .registryComments{display:none;}
	.registry .registryInner .registryForms{width:100%;margin:0 auto;float:none;display:block; }
	.registry .registryInner .registryForms label{width:20%}
	.registry .registryInner .registryForms .fkname{width:100% !important;padding:3px 0;text-align:left;text-indent:20px;}
	.registry .registryInner .registryForms .inputs{width:65%}
	.registry .registryInner .registryForms .inputs2{width:45%;}
	.registry .registryInner .registryForms .inputs3{width: 50%;padding: 0 20px;}
	.registry .registryInner .registryForms .error{width:16px;padding:0;text-indent:-99px}
	.registry .registryInner .registryForms .registryActions, .registry .registryInner .registryForms .agreement, .registry .registryInner .registryForms .subscribe{padding:0 0 0 22%}
	.registry .registryInner .registryForms .registryActions .registryBtn{background:#3498db;color:#fff}
	.registry .registryInner .registryForms .registryActions .registryBtn2{background:#3498db;color:#fff; margin-left:8%;}
	.registry .registryInner .registryForms .registryActions .registryBtn3{background:#3498db;color:#fff; margin-left:5%;}
	.registry .registryInner .successStep .informationsInner{width:100%}
	.registry .registryInner .successStep .informations{border-bottom:0 none}
	.registry .registryInner .successStep .registrySuccess{float:none;display:block;margin:0 auto;width:auto;}
	.registry .registryInner .successStep .userInformation{display:none;}
	.registry .registryInner .successStep .links{display:none;}
	
	

	/* personal setting */
	.personalSetting{border-bottom:0 none}
	.personalSetting .personalSettingInner{width:100%;overflow:hidden;padding:15px 0;}
	.personalSetting .navBar{width:95%;overflow:hidden;margin:0 auto;padding:0;float:none;display:block;}
	.personalSetting .navBar li{float:left;display:inline-block;width:25%;text-align:center;margin:0}
	.personalSetting .navBar li a{background:none;padding:0;font-size:12px}
	.personalSetting .passwordForms{width:95%;float:none;display:block;margin:10px auto 0}
	.personalSetting .passwordForms label{width:27%;}
	.personalSetting .passwordForms .changePasswordActions{padding:0 0 0 29%}
	.personalSetting .passwordForms .changePasswordActions .changePasswordBtn{width:60%}
	.personalSetting .passwordForms .inputs{width:60%}
	.personalSetting .passwordForms .error{width:16px;padding:0;text-indent:-99px}
	
	/*我增加的代码*/
	.personalSetting .passwordForms .changePasswordActions2{padding:0 0 0 26%}
	.personalSetting .passwordForms .changePasswordActions3{padding:0 0 0 29%}
	.personalSetting .passwordForms .subscribe{padding:0 0 0 24%;}

	
	/*我增加的代码*/
}



@media screen and (max-width:500px){
	.header .pageTags{display:none;}
	.login .loginArea .loginWB, .login .loginArea .loginQQ{font-size:1.5em;max-width:155px;text-indent:0;text-align:left;}
	.registry .registryInner .registryForms .registryActions, .registry .registryInner .registryForms .agreement{padding:0;text-align:center;}
	.registry .registryInner .registryForms .emailads{padding-left:10%;text-align:center;}
	.registry .registryInner .registryForms .inputs2{padding-left:10%;text-align:center; width: 80%;}
	.registry .registryInner .registryForms .inputs3{width:100%;padding:0 20px;}
	.registry .registryInner .registryForms .inputs3 input{width:90%;}
	.registry .registryInner .registryForms .registryActions .registryBtn{margin:0 auto 8px;float:none;display:block;}
	.registry .registryInner .registryForms .registryActions .registryBtn2{float:none;display:block;width:90%;margin:0 auto;}
	.registry .registryInner .registryForms .registryActions .registryBtn3{margin:0 auto 8px;float:none;display:block;width: 80%;}
	.registry .registryInner .registryForms .registryActions .hasAccount, .registry .registryInner .registryForms .registryActions .ignore{width:100%;text-align:center;float:none;display:block;}
	
	/*我增加的代码*/
	.personalSetting .passwordForms .changePasswordActions2{padding:0 0 0 0}
	.personalSetting .passwordForms .changePasswordActions2 .changePasswordBtn{width:100%;}
	.personalSetting .passwordForms .inputs2{width:65%;}
	.personalSetting .passwordForms .changePasswordActions3{padding:0 0 0 24%;}
	.personalSetting .passwordForms .changePasswordActions3 .changePasswordBtn{width:70%;}
	.personalSetting .passwordForms label{width:25%;}
	.personalSetting .passwordForms .changePasswordActions{padding:0 0 0 27%}
	.personalSetting .passwordForms .changePasswordActions .changePasswordBtn{width:60%;}
	
	/*我增加的代码*/
	
}

@media screen and (max-width:400px){
	.login .loginArea .loginWB, .login .loginArea .loginQQ{font-size:1.5em;}
}