@charset "UTF-8";
/*
@Author 盛世华彩-邱
 */
.bg_f2f4f9 {
  background-color: #f2f4f9;
}
.passportHeader {
  width: 100%;
  min-width: 1200px;
  margin: 0px auto;
  padding: 25px 0px 20px;
  background-color: white;
}
.passportHeader .headerL {
  max-width: 500px;
  float: left;
  overflow: hidden;
}
.passportHeader .logo {
  width: 185px;
  height: 55px;
  overflow: hidden;
  float: left;
}
.passportHeader .logo img {
  width: 185px;
  height: 55px;
}
.passportHeader .txt {
  padding-left: 20px;
  height: 55px;
  line-height: 55px;
  float: left;
  font-size: 22px;
  background: url("../images/icon_arrowL.png") no-repeat left center;
  margin-left: 10px;
}
.passportHeader .headerR {
  max-width: 690px;
  float: right;
  overflow: hidden;
}
.passportHeader .headerR span {
  color: #666666;
  float: right;
  height: 51px;
  line-height: 51px;
}
.passportHeader .headerR a {
  color: #d70c19;
  padding-right: 20px;
  background: url("../images/icon_link.png") no-repeat right center;
}
.passportHeader .headerR a:hover {
  color: #d70c19;
}
.loginMainBox {
  width: 100%;
  min-width: 1200px;
  margin: 0px auto;
  padding: 45px 0px 50px;
  background-color: #f2f4f9;
}
.loginMainBox .loginAd {
  width: 580px;
  height: 430px;
  float: left;
  overflow: hidden;
  margin-left: 60px;
}
.loginMainBox .loginAd img {
  width: 580px;
  height: 430px;
}
.loginMain {
  float: right;
  margin-right: 110px;
  width: 300px;
  padding: 25px;
  background-color: white;
  overflow: hidden;
}
.loginMain .top {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.loginMain .top h3 {
  float: left;
  font-size: 20px;
}
.loginMain .top a {
  float: right;
  color: #d70c19;
  padding-left: 17px;
  background: url("../images/icon_smslogin.png") no-repeat left center;
}
.loginMain .top a:hover {
  color: #d70c19;
}
.loginForm dl {
  width: 298px;
  height: 38px;
  border: solid 1px #DDDDDD;
  margin-top: 25px;
}
.loginForm dl dt {
  width: 38px;
  height: 38px;
  overflow: hidden;
  float: left;
}
.loginForm dl dt.icon_account {
  background: url("../images/icon_account.png") no-repeat center;
}
.loginForm dl dt.icon_pw {
  background: url("../images/icon_pw.png") no-repeat center;
}
.loginForm dl dt.icon_captcha {
  background: url("../images/icon_captcha.png") no-repeat center;
  background-size: 18px auto;
}
.loginForm dl dt.icon_verifyCode {
  background: url("../images/icon_verifyCode.png") no-repeat center;
}
.loginForm dl dd {
  width: 260px;
  float: left;
  overflow: hidden;
}
.loginForm .inputText {
  width: 100%;
  height: 38px;
  line-height: 38px;
  border: 0px;
  color: #666666;
  outline: none;
  padding: 0px;
}
.loginForm .captchaDl dd,.loginForm .verifyCodeDl dd{
  position: relative;
  z-index: 1;
}
.loginForm .captchaText{
  width: 110px;
  height: 38px;
  line-height: 38px;
  border: 0px;
  text-transform: uppercase;
  padding: 0px 150px 0px 0px;
}
.loginForm .captchaDl dd .cor_captcha_img{
  height: 20px;
  position: absolute;
  z-index: 2;
  right: 5px;
  top: 10px;
}
.loginForm .getVerifyCode{
  width: 120px;
  height: 28px;
  line-height: 28px;
  color: #999;
  background-color: #DDDDDD;
  text-align: center;
  position: absolute;
  z-index: 2;
  right: 5px;
  top: 5px;
  font-size: 11px;
  border-radius: 5px;
}
.loginForm .getVerifyCode.code_cur{
  background-color: #d70c19;
  color: #fff;
}
.loginForm .pw {
  margin-top: 15px;
}
.loginForm .pw label {
  float: left;
  color: #999999;
}
.loginForm .pw a {
  float: right;
  color: #747474;
}
.loginForm .pw a:hover {
  color: #999999;
}
.loginForm .btnCss {
  margin-top: 25px;
}
.APILogin {
  margin-top: 60px;
}
.APILogin .title {
  width: 265px;
  height: 17px;
  line-height: 17px;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: center;
}
.APILogin .title .line1 {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 8px;
  background-color: #c8c8c8;
}
.APILogin .title h5 {
  color: #666666;
  padding: 0px 7px;
  background-color: white;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  z-index: 3;
  font-weight: normal;
}
.APILogin ul {
  text-align: center;
}
.APILogin ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 10px 10px 0px;
}
.APILogin ul li a {
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
}
.bg_f2f4f9 {
  background-color: #f2f4f9;
}
.passportFooter {
  background-color: white;
}
.bg_f2f4f9 .passportFooter {
  background-color: #f2f4f9;
}
.footer.passportFooter {
  padding: 25px 0px 30px;
}
.footer.passportFooter .footerNav ul li a {
  color: #555555;
}
.footer.passportFooter .footerNav ul li a:hover {
  color: #777777;
}
.footer.passportFooter .copyright, .footer.passportFooter .copyright a {
  color: #767676;
}
.footer.passportFooter .copyright a {
  margin: 0px 5px;
}
.footer.passportFooter .copyright a:hover {
  color: #999999;
}
.regMain {
  width: 1020px;
  padding: 30px 90px 55px;
  background: white;
  margin: 0 auto;
  overflow: hidden;
}
.regMain h3 {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  padding: 0 22px;
  font-size: 20px;
}
.regMain .regForm {
  width: 820px;
  margin-left: 200px;
  padding-top: 30px;
  overflow: hidden;
  border-top: 1px solid #e7e7e7;
}
.regMain .regForm dl {
  margin-top: 25px;
  overflow: hidden;
}
.regMain .regForm dl dt {
  width: 110px;
  text-align: right;
  height: 40px;
  line-height: 40px;
  margin-right: 20px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.regMain .regForm dl dt font {
  margin-right: 8px;
  color: #d70c19;
}
.regMain .regForm dl dd {
  width: 690px;
  position: relative;
  float: left;
  overflow: hidden;
}
.regMain .regForm dl dd p {
  float: left;
}
.regMain .regForm dl dd label.COR_RADIO {
  margin-right: 10px;
}
.regMain .regForm dl dd .COR_RADIO em {
  display: block;
  width: 98px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 1px 5px;
  border: 1px solid #dddddd;
  background: none;
  font-size: 14px;
}
.regMain .regForm dl dd .COR_RADIO em.checked, .regMain .regForm dl dd .COR_RADIO em:hover {
  padding: 0 4px;
  border: 2px solid #d70c19;
  background: url(../images/icon_checked.png) no-repeat #f0f6ff right bottom;
}
.regMain .regForm dl dd .tips {
  line-height: 40px;
  color: #d70c19;
  padding-left: 25px;
  background: url(../images/icon_notice.png) no-repeat left center;
  margin-left: 16px;
  float: left;
}
.regMain .regForm dl dd .inputDiv {
  width: 342px;
  float: left;
  overflow: hidden;
}
.regMain .regForm dl dd .inputDiv .inputText {
  padding: 0px 15px;
  width: 310px;
  height: 38px;
  line-height: 38px;
  border: solid 1px #DDDDDD;
  outline: none;
}
.regMain .regForm dl dd .verifyDiv {
  width: 342px;
}
.regMain .regForm dl dd .verifyDiv img {
  width: 342px;
  height: 36px;
}
.regMain .regForm dl.codeDl .inputText {
  width: 210px;
  padding: 0px 15px;
  height: 38px;
  line-height: 38px;
  border: solid 1px #DDDDDD;
  float: left;
  outline: none;
}
.regMain .regForm dl.codeDl .getCode {
  float: left;
  margin-left: 10px;
  width: 90px;
  height: 40px;
  line-height: 40px;
  border: 0px;
  border-radius: 5px;
  background-color: #f0f0f0;
  text-align: center;
  cursor: pointer;
}
.regMain .regForm dl.codeDl .getCode:hover {
  background-color: #E1E1E1;
}
.regMain .regForm dl.pwDl .pwDiv {
  width: 340px;
  height: 38px;
  border: solid 1px #DDD;
}
.regMain .regForm dl.pwDl .pwDiv .icon {
  display: block;
  float: left;
  width: 38px;
  height: 38px;
  background: url("../images/icon_pw.png") no-repeat center;
}
.regMain .regForm dl.pwDl .pwDiv .pwInput {
  width: 264px;
  float: left;
}
.regMain .regForm dl.pwDl .pwDiv .pwInput input {
  width: 100%;
  height: 38px;
  line-height: 38px;
  border: 0px;
  overflow: hidden;
  outline: none;
  padding: 0px;
}
.regMain .regForm dl.pwDl .pwDiv .keyboard {
  display: block;
  float: left;
  width: 38px;
  height: 38px;
  background: url("../images/icon_keyboard.png") no-repeat center;
  cursor: pointer;
}
.regMain .regForm dl .emailDiv {
  width: 340px;
  height: 38px;
  border: solid 1px #DDD;
}
.regMain .regForm dl .emailDiv .emailInput {
  width: 245px;
  float: left;
  overflow: hidden;
}
.regMain .regForm dl .emailDiv .emailInput input {
  width: 215px;
  padding: 0px 15px;
  overflow: hidden;
  height: 38px;
  line-height: 38px;
  outline: none;
  border: 0px;
  *height: 37px;
  *line-height: 37px;
}
.regMain .regForm dl .emailPlatform {
  width: 94px;
  float: left;
  height: 27px;
  line-height: 27px;
  margin-top: 6px;
  overflow: hidden;
  border-left: solid 1px #DDD;
}
.regMain .regForm dl .emailPlatform .COR_SELECT {
  height: 27px;
  line-height: 27px;
  border: 0px;
  color: #999999;
}
.regMain .regForm dl .emailPlatform .COR_SELECT select {
  height: 27px;
}
.regMain .regForm dl .emailPlatform .COR_SELECT .COR_SELECT_TEXT {
  height: 27px;
}
.regMain .regForm dl .emailPlatform .COR_SELECT .COR_SELECT_ARROWS {
  height: 27px;
  background: url("../images/cor_select2.png") no-repeat center;
}
.regMain .regForm dl.clauseDl dt {
  height: 18px;
  line-height: 18px;
}
.regMain .regForm dl.clauseDl dd {
  color: #747474;
  height: 18px;
  line-height: 18px;
}
.regMain .regForm dl.clauseDl dd a {
  color: #d70c19;
}
.regMain .regForm dl.clauseDl dd a:hover {
  color: #19a3ef;
}
.regMain .regForm .handleDiv {
  width: 342px;
}
/*  找回密码  */
.denglu_main {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  background: url(../images/denglu_background_1.png) no-repeat center bottom #f6f6f6;
}
.back_main{
  width:1198px;
  margin:50px auto;
  padding-bottom:50px;
  border:solid 1px #f0f0f0;
  overflow:hidden;
  background:#fff;
}
.back_main_upper{
  height:100px;
  padding-top:10px;
  text-align:center;
  overflow:hidden;
  border-bottom:solid 1px #eeeeee;
}
.back_main_upper span{
  line-height:100px;
  font-size:22px;
  color:#777;
}
.back_main_in{
  width:1098px;
  margin:0 auto;
  padding-top:60px;
  text-align:center;
  overflow:hidden;
}
.back_main_in dl{
  width:263px;
  display:inline-block;
  text-align:center;
}
.back_main_in dl dt{
  width:263px;
  height:25px;
  position:relative;
}
.back_main_in dl dt span{
  width:25px;
  height:25px;
  line-height:25px;
  margin:0 auto;
  display:block;
  font-size:14px;
  color:#b2b2b2;
  border-radius:15px;
  background:#eeeeee;
}
.back_main_in dl.back_conduct dt span{
  color:#fff;
  background:#d70c19;
}
.back_main_in dl dt em{
  width:205px;
  height:2px;
  position:absolute;
  top:11px;
  left:-104px;
  background:#eeeeee;
}
.back_main_in dl.back_conduct dt em{
  background:#d70c19;
}
.back_main_in dl dd{
  width:263px;
  height:35px;
  line-height:35px;
  color:#777;
  font-size:14px;
  overflow:hidden;}
.back_main_lower{
  width:1098px;
  margin:0 auto;
  padding-top:50px;
  overflow:hidden;}
.back_main_lower dl{
  width:395px;
  height:41px;
  margin:0 auto;
  padding-top:32px;
  overflow:hidden;
}
.back_main_lower dl dt{
  width:70px;
  height:41px;
  line-height:40px;
  float:left;
  font-size:14px;
  overflow:hidden;
}
.back_main_lower dl dd{
  float:left;
  position:relative;}
.back_text,.back_verification{
  width:300px;
  height:39px;
  line-height:39px;
  padding:0 10px;
  font-size:14px;
  border:solid 1px #d5d5d5;
}
.back_verification{
  width:180px;
  float:left;
  text-transform: uppercase;
}
.back_main_lower dl dd span{
  width:120px;
  float:left;
  padding-left:3px;
  overflow:hidden;}
.back_main_lower dl dd span img{
  width: 100px;
  height: 20px;
  margin-top: 10px;
}
.back_submint{
  width:325px;
  border:none;
  height:41px;
  font-size:18px;
  color:#fff;
  background:#d70c19;
  overflow:hidden;
  cursor: pointer;
}
.back_submint:hover{
  opacity: 0.8;
}
.back_tail{
  width:1100px;
  margin:0 auto;
  padding:25px 0 60px;
  text-align:center;
  font-size:14px;
  overflow:hidden;
}
.back_tail span{
  width:1100px;
  height:25px;
  line-height:25px;
  display:block;
  text-align:center;
  overflow:hidden;
}
.back_tail span a{
  color:#999;
}
.back_tail span em{
  color:#999;
  padding:0 8px;
}
.back_tail p{
  width:1100px;
  text-align:center;
  color:#999;
}
.back_button{
  width:120px;
  height:39px;
  position:absolute;
  top:1px;
  right:1px;
  border:none;
  border-left:solid 1px #d5d5d5;
  font-size:14px;
  color:#999;
  background:#fff;
  cursor: pointer;
}
/*  找回密码-完成  */
.back_complete{
  width:665px;
  margin-bottom:75px;
  padding-left:433px;
  overflow:hidden;
}
.back_complete span{
  width:665px;
  height:34px;
  line-height:34px;
  padding-top:115px;
  display:block;
  overflow:hidden;
}
.back_complete span em{
  width:34px;
  height:34px;
  float:left;
  overflow:hidden;
}
.back_complete span em img{
  width:34px;
  height:34px;
}
.back_complete span i{
  height:34px;
  line-height:34px;
  font-size:20px;
  color:#4e4e4e;
  padding-left:10px;
  float:left;
}
.back_complete a{
  width:97px;
  height:31px;
  line-height:31px;
  margin:12px 0 0 45px;
  text-align:center;
  display:block;
  font-size:14px;
  color:#fff;
  overflow:hidden;
  background:#fe5e00;
}

/* 授权回调 */
.oauth_back {
  padding: 20px 45px;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
}

.oauth_back .title {
  line-height: 50px;
  font-size: 24px;
}

.oauth_back .face {
  width: 90px;
  height: 90px;
  padding: 5px;
  border: 2px solid #dddddd;
  border-radius: 100%;
  margin: 20px auto 0 auto;
}

.oauth_back .face img {
  width: 90px;
  height: 90px;
  border-radius: 100%;
}

.oauth_back .name {
  line-height: 30px;
  margin-top: 10px;
  font-size: 16px;
}

.oauth_back .tip {
  margin-top: 10px;
  line-height: 24px;
}

.oauth_back .link {
  margin: 20px auto 0 auto;
  overflow: hidden;
}

.oauth_back .link a {
  width: 300px;
  height: 45px;
  line-height: 45px;
  display: block;
  margin: 20px auto 0 auto;
  color: #FFFFFF;
  background: #d70c19;
}

.oauth_back .link a:hover {
  color: #FFFFFF;
}

.oauth_back .link a.new {
  height: 43px;
  line-height: 43px;
  background: #FFFFFF;
  color: #333333;
  border: 1px solid #dddddd;
}

.oauth_back .link a.new:hover {
  color: #333333;
}