@import "../reset.css";
input,
select,
option,
textarea {
  padding: 0;
  margin: 0;
}
.btn-form-default {
  text-align: center;
  height: 38px;
  line-height: 38px;
  background: #ff6666;
  color: #fff;
  cursor: pointer;
}
.btn-form-default:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
/* 登录头部 */
.pp-header-main {
  width: 966px;
  margin: auto;
  padding: 32px 0 18px 0;
  border-bottom: 2px solid #cccccc;
  position: relative;
}
.pp-header-main .header-status {
  position: absolute;
  right: 0;
  bottom: 18px;
  font-size: 14px;
}
.pp-header-main .header-status a {
  color: #d60d1f;
}
.pp-header-main .header-status a:hover {
  text-decoration: underline;
}
.pp-login-header .header-logo {
  margin-top: 0;
}
.passport-header {
  /* border-bottom: 5px solid #cccccc;
    .pp-header-main {
        width: 1210px;
        border: 0;
    } */
}
.passport-header .header-logo {
  margin-top: 0;
  width: 92px;
}
.passport-header .header-logo-txt {
  margin-left: 98px;
  height: 91px;
  position: relative;
}
.passport-header .header-logo-txt p {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1.2;
}
.passport-header .header-logo-txt span {
  font-size: 30px;
}
.passport-header .header-logo-txt em {
  font-size: 14px;
  color: #a7a7a7;
}
/* 登录底部 */
.pp-footer-main {
  width: 966px;
  margin: auto;
  padding: 20px 0;
  border-top: 2px solid #999;
  text-align: center;
}
.pp-footer-main .header-logo {
  margin-top: 0;
}
/* 登录中间内容 */
.pp-login-content {
  width: 966px;
  margin: auto;
  padding: 70px 0;
}
.login-banner {
  width: 600px;
  height: 363px;
  overflow: hidden;
}
.login-banner img {
  width: 100%;
  height: 100%;
}
.login-way {
  width: 351px;
  height: 363px;
  background: #f4f4f4;
}
.login-tab {
  height: 51px;
  background: #c30d23;
}
.login-tab .login-tab-list {
  padding: 5px 0 0 8px;
}
.login-tab li {
  float: left;
  width: 94px;
  height: 40px;
  line-height: 40px;
  border-bottom: 6px solid #c30d23;
  color: #fff;
  text-align: center;
  margin-right: 12px;
  cursor: pointer;
  font-size: 16px;
}
.login-tab li.on {
  border-bottom: 6px solid #ff6666;
}
.login-section {
  display: none;
}
.login-ewm-img {
  width: 146px;
  height: 146px;
  padding: 7px;
  background: #fff;
  border: 1px solid #ccc;
  margin: 45px auto 0;
  border-radius: 6px;
}
.login-ewm-img img {
  width: 100%;
  height: 100%;
}
.login-ewm-txt {
  text-align: center;
  padding-top: 15px;
  font-size: 14px;
}
.login-form {
  padding: 15px 23px 0;
}
.login-form li {
  height: 44px;
  padding-bottom: 13px;
  overflow: hidden;
  font-size: 14px;
  position: relative;
}
.login-form li span.iptText {
  position: absolute;
  display: block;
  line-height: 44px;
  left: 10px;
  top: 0;
  color: #999;
}
.login-form li input {
  border: 1px solid #f9f9f9;
  background: #fff;
  width: 283px;
  height: 16px;
  line-height: 16px;
  padding: 13px 10px;
}
.login-form li.last {
  padding-bottom: 0;
}
.login-form li.last input {
  width: 185px;
}
.login-form li.last .form-refresh {
  width: 92px;
}
.login-form li.last .form-img {
  width: 90px;
  height: 42px;
  overflow: hidden;
  border: 1px solid #cfcfcf;
}
.login-form li.last .form-img a {
  display:block;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.login-form li.last .form-img img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.login-form li.last a.form-refresh-lnk {
  position: absolute;
  right: 0;
  bottom: -2px;
  color: #c30d23;
}
.login-form .ps {
  line-height: 36px;
  height: 36px;
}
.login-form .ps a {
  color: #0000cc;
}
.login-form .ps a:hover {
  text-decoration: underline;
}
.login-form .form-btn {
  padding-bottom: 10px;
}
.login-form .form-btn input {
  display: block;
  width: 100%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border: 0;
  background: #ff6666;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.login-form .form-btn input:hover {
  opacity: .85;
  filter: alpha(opacity=85);
}
.login-form p.error-tip {
  text-align: center;
  font-size: 14px;
  color: red;
  line-height: 26px;
  height: 26px;
}
/* 注册中间内容 */
.pp-register-content {
  width: 966px;
  margin: auto;
  padding-bottom: 22px;
}
.pp-register-content h2.title {
  padding: 6px 24px 0;
  height: 48px;
  line-height: 48px;
  border-bottom: 6px solid #ff6666;
  font-size: 18px;
}
.pp-register-content h2.title span {
  font-size: 14px;
}
.pp-register-content h2.title span a {
  color: #d60d1f;
}
.pp-register-content h2.title span a:hover {
  text-decoration: underline;
}
.register-main,
.retrieveMM-main {
  border: 1px solid #cccccc;
  border-top: 0;
  min-height: 564px;
}
.register-form {
  font-size: 14px;
  padding: 36px 0 0 280px;
}
.register-form li {
  padding-bottom: 15px;
  line-height: 32px;
  *zoom: 1;
}
.register-form li:after {
  display: table;
  content: "";
  width: 0;
  height: 0;
  clear: both;
}
.register-form li em {
  color: #c30d23;
  margin-right: 3px;
}
.register-form li > div {
  float: left;
}
.register-form li .li-tip {
  padding-left: 105px;
  color: #999;
}
.register-form li label.error {
  position: absolute;
  left: 285px;
  top: 0;
  display: block;
  line-height: 32px;
  height: 32px;
  width: 220px;
  color: red;
  padding-left: 25px;
  background: url(../../img/sprites/passport/icon-form-error.png) no-repeat 0 center;
}
.register-form li label.error.checked {
  background: url(../../img/sprites/passport/icon-form-ok.png) no-repeat 0 center;
}
.register-form li label.error.hideMsg {
  display: none !important;
}
.register-form li.last {
  margin-left: 90px;
  position: relative;
}
.register-form li.last label.error {
  left: 298px;
}
.register-form li.last #isRead {
  margin-right: 6px;
}
.register-form li .li-type {
  width: 100px;
  text-align: right;
  padding-right: 3px;
}
.register-form li .li-input {
  position: relative;
}
.register-form li .li-input input {
  border: 1px solid #cccccc;
  background: #fff;
  line-height: 16px;
  height: 16px;
  padding: 6px 10px;
  width: 250px;
}
.register-form li .li-input input.input-messageCode {
  width: 142px;
}
.register-form li .li-input a.shortMsg-btn {
  position: absolute;
  top: 2px;
  left: 163px;
  display: block;
  border: 1px solid #cccccc;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  width: 108px;
  background: #F1F1F1;
}
.register-form li .li-input a.shortMsg-btn:hover {
  color: #d60d1f;
}
.register-form li.li-validateCode .li-input input {
  width: 150px;
}
.register-form li.li-validateCode .refresh-img {
  position: absolute;
  left: 180px;
  top: 2px;
  width: 90px;
  height: 28px;
  overflow: hidden;
  border: 1px solid #cccccc;
}
.register-form li.li-validateCode .refresh-img img,
.register-form li.li-validateCode .refresh-img a {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
.register-form .form-btn {
  padding: 0 0 0 104px;
}
.register-form .form-btn input {
  display: block;
  width: 202px;
  text-align: center;
  height: 38px;
  line-height: 38px;
  border: 0;
  background: #ff6666;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.register-form .form-btn input:hover {
  opacity: .85;
  filter: alpha(opacity=85);
}
.register-errTip {
  color: red;
  height: 40px;
  line-height: 40px;
  padding-left: 105px;
}
/* 注册中间内容 End */
/* 注册成功 */
.register-succ {
  padding: 196px 210px 0;
  text-align: center;
  font-size: 14px;
}
.register-succ .r-s-top {
  line-height: 38px;
  height: 38px;
  font-size: 30px;
  padding-bottom: 40px;
  color: #000;
}
.register-succ .r-s-top i.icon {width: 37px;
  height: 37px;
  margin-right: 14px;background-repeat: no-repeat;}
.register-succ .r-s-txt {
  text-align: left;
  color: #333;
  padding-bottom: 40px;
}
.register-succ .r-s-btn a {
  display: inline-block;
  vertical-align: top;
  width: 202px;
  margin: 0 26px;
  color: #fff;
}
/* 找回密码 */
.step-nav {
  padding: 70px 0 35px;
}
.step-nav ul {
  margin: auto;
  width: 570px;
}
.step-nav li {
  float: left;
  height: 30px;
  line-height: 30px;
  width: 170px;
  padding-right: 18px;
  text-align: center;
  background: #efefef url(../../img/o-log-step.png) no-repeat right 0;
  position: relative;
  font-size: 14px;
}
.step-nav li.step1 {
  background-position: right 0;
}
.step-nav li.step3 {
  background: none;
  background-color: #EFEFEF;
  width: 152px;
}
.step-nav li.on {
  background-color: #FF6666;
  color: #fff;
}
.step-nav li.after {
  background-position: right -30px;
}
.retrieve-main .form-btn {
  padding: 20px 0 0 120px;
}
.retrieve-main .form-btn a,
.retrieve-main .form-btn input {
  display: block;
  width: 202px;
  text-align: center;
  height: 38px;
  line-height: 38px;
  border: 0;
  background: #ff6666;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.retrieve-main .form-btn a:hover,
.retrieve-main .form-btn input:hover {
  opacity: .85;
  filter: alpha(opacity=85);
}
.retrieve-main .error-tip {
  color: #c30d23;
  padding-left: 120px;
  padding-bottom: 5px;
  line-height: 20px;
  height: 20px;
  font-size: 14px;
}
.retrieve-inner {
  padding-left: 210px;
}
.passwordGS-list li {
  *zoom: 1;
  font-size: 14px;
  line-height: 30px;
  padding-bottom: 15px;
}
.passwordGS-list li:after {
  display: table;
  content: "";
  width: 0;
  height: 0;
  clear: both;
}
.passwordGS-list li > div {
  float: left;
}
.passwordGS-list li .li-type {
  width: 110px;
  padding-right: 10px;
  text-align: right;
}
.passwordGS-list li .li-input {
  position: relative;
}
.passwordGS-list li .li-input input {
  width: 270px;
  border: 1px solid #ccc;
  padding: 0 5px;
  line-height: 28px;
  height: 28px;
  vertical-align: top;
}
.passwordGS-list li.getShortCode input {
  width: 178px;
}
.passwordGS-list li.getShortCode a.getShortCode-btn {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #cccccc;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  width: 108px;
  background: #F1F1F1;
  margin-left: 5px;
}
.passwordGS-list li.getShortCode p.shortCode-tip {
  color: #888;
  font-size: 12px;
  line-height: 16px;
  padding-top: 6px;
}
.passwordGS-list li.yzmCode input {
  width: 170px;
}
.passwordGS-list li.yzmCode .refresh-img {
  position: absolute;
  left: 190px;
  top: 0;
  height: 28px;
  width: 90px;
  border: 1px solid #ccc;
}
.passwordGS-list li.yzmCode .refresh-img img {
  width: 100%;
  height: 100%;
}
dl.choose-mode {
  font-size: 14px;
  padding-bottom: 10px;
}
dl.choose-mode dt,
dl.choose-mode dd {
  height: 30px;
  line-height: 30px;
}
dl.choose-mode dt {
  width: 110px;
  padding-right: 10px;
  text-align: right;
}
dl.choose-mode dd select,
dl.choose-mode dd option {
  min-width: 88px;
}
dl.choose-mode dd select {
  vertical-align: middle;
}
.mode-mobile-list li,
.mode-email-list li {
  padding-bottom: 5px;
}
.pc-list {
  font-size: 14px;
}
.pc-list li.new-password {
  height: auto;
}
.pc-list li.new-password .li-code-status,
.pc-list li.new-password .li-tip {
  padding-left: 120px;
  font-size: 12px;
}
.pc-list li.new-password .li-code-status span {
  display: inline-block;
  vertical-align: middle;
  width: 89px;
  height: 20px;
  text-align: center;
  margin-right: 4px;
  background-color: #ccc;
  line-height: 20px;
  color: #fff;
}
.pc-list li.new-password .li-code-status span.warning {
  background-color: #ff6666;
}
.pc-list li.new-password .li-code-status span.warm {
  background-color: #dadf49;
}
.pc-list li.new-password .li-code-status span.good {
  background-color: #53da5c;
}
.pc-list li.new-password .li-tip {
  line-height: 18px;
  color: #c30d23;
}
.reset-password-succ {
  width: 50%;
  margin: auto;
  padding-top: 60px;
  text-align: center;
}
.reset-password-succ .rp-succ-top {
  line-height: 38px;
  height: 38px;
  font-size: 20px;
  padding-bottom: 20px;
  color: #000;
}
.reset-password-succ .rp-succ-top i.icon {
  width: 37px;
  height: 37px;
  margin-right: 14px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-image: url(passport_z.png);
}
.mail-send-succ {
  width: 65%;
  margin: auto;
  padding-top: 60px;
  text-align: center;
}
.mail-send-succ .ms-succ-top {
  line-height: 38px;
  height: 38px;
  font-size: 20px;
  padding-bottom: 20px;
  color: #000;
}
.mail-send-succ .ms-succ-top i.icon {
  width: 37px;
  height: 37px;
  margin-right: 14px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-image: url(passport_z.png);
}
.mail-send-succ .ms-succ-txt {
  line-height: 20px;
}
.mail-send-succ .ms-succ-btn {
  padding-top: 12px;
}
.mail-send-succ .ms-succ-btn a {
  display: block;
  width: 120px;
  line-height: 26px;
  height: 26px;
  background-color: #ff6666;
  color: #fff;
  margin: auto;
}
/* 找回密码 End */
.register-succ .r-s-top i.icon{background-position:0px 0px}.register-succ .r-s-top i.icon{background-image: url(passport_z.png)}