.payMain_top {
  height: 120px;
  min-width: 1200px;
}
.payMain_bottom {
  width: 1200px;
  margin: 0 auto;
}
.payMain_bottom .block {
  display: block;
}
.payMain_bottom .fl,
.payMain_bottom .fr {
  display: inline;
}
.payMain_bottom .fl {
  float: left;
}
.payMain_bottom .fr {
  float: right;
}
.payMain_bottom input,
.payMain_bottom button,
.payMain_bottom textarea,
.payMain_bottom select {
  *font-size: 100%;
  outline: none;
  resize: none;
}
.payMain_bottom .pay-w {
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0;
  width: 1200px;
}
.payMain_bottom .pay-nest-w {
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0;
  width: 980px;
}
.payMain_bottom .pay-public {
  background-image: url(img/pay/pay_public.png);
  background-repeat: no-repeat;
}
.payMain_bottom .pay-info {
  border: 1px solid #d7e0e6;
  color: #565656;
}
.payMain_bottom .pay-info-account {
  background-color: #f8f8f8;
  border: 1px solid #fff;
  font-size: 14px;
  line-height: 46px;
  text-align: center;
  width: 290px;
}
.payMain_bottom .pay-info-account em {
  padding-left: 60px;
}
.payMain_bottom .pay-info-account .pay-info-login {
  background-color: #71ae13;
  border: 1px solid #6faa11;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  margin: 10px 0 0 10px;
  text-align: center;
  text-decoration: none;
  width: 62px;
}
.payMain_bottom .pay-info-account .pay-info-login:hover {
  color: #fff;
  text-decoration: underline;
}
.payMain_bottom .pay-info-other {
  border-left: 1px solid #d7e0e6;
  border-right: 1px solid #d7e0e6;
  width: 552px;
}
.payMain_bottom .pay-info-other ul {
  background-color: #f8f8f8;
  border: 1px solid #fff;
}
.payMain_bottom .pay-info-other li {
  line-height: 46px;
  width: 183px;
}
.payMain_bottom .pay-info-other a {
  color: #565656;
}
.payMain_bottom .pay-info-other a:hover {
  text-decoration: underline;
}
.payMain_bottom .pay-info-other i {
  cursor: pointer;
}
.payMain_bottom .pay-info-history {
  background-position: 0 0;
  height: 27px;
  margin: 10px 7px 0 50px;
  width: 29px;
}
.payMain_bottom .pay-info-check {
  background-position: -30px 0;
  height: 23px;
  margin: 11px 7px 0 43px;
  width: 27px;
}
.payMain_bottom .pay-info-sale {
  background-position: -58px 0;
  height: 26px;
  margin: 9px 7px 0 30px;
  width: 29px;
}
.payMain_bottom .pay-info-home {
  background-color: #f8f8f8;
  border: 1px solid #fff;
  line-height: 46px;
  width: 130px;
}
.payMain_bottom .pay-info-home i {
  background-position: -88px 0;
  cursor: pointer;
  height: 22px;
  margin: 12px 7px 0 24px;
  width: 22px;
}
.payMain_bottom .pay-info-home a {
  color: #565656;
}
.payMain_bottom .pay-info-home a:hover {
  text-decoration: underline;
}
.payMain_bottom .pay-info-last {
  border: 1px solid #d7e0e6;
  border-top: 0;
  color: #565656;
  line-height: 38px;
  text-align: center;
}
.payMain_bottom .pay-info-last a {
  color: #ff5d13;
  text-decoration: underline;
}
.payMain_bottom .pay-input {
  border: 1px solid #d1d1d1;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
}
.payMain_bottom .pay-submit {
  background-color: #5cb1ec;
  border: 1px solid #5cb1ec;
  border-radius: 3px;
  color: #fff;
  font: 14px/100% \5FAE\8F6F\96C5\9ED1;
  height: 36px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.payMain_bottom .pay-submit:hover {
  background-color: #3fa2e9;
  color: #fff;
  text-decoration: none;
}
.payMain_bottom .pay-select {
  color: #565656;
  height: 38px;
  margin-right: 10px;
  position: relative;
  width: 140px;
}
.payMain_bottom .pay-select-arrow {
  cursor: pointer;
  font-size: 12px;
  line-height: 100%;
  position: absolute;
  right: 10px;
  top: 13px;
  z-index: 3;
}
.payMain_bottom .pay-select-selected {
  border: 1px solid #d1d1d1;
  color: #565656;
  cursor: pointer;
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
  position: absolute;
  width: 128px;
  z-index: 1;
}
.payMain_bottom .cur .pay-select-selected {
  border: 2px solid #77be4c;
  border-bottom: 2px solid #fff;
  height: 34px;
  line-height: 34px;
  padding-left: 9px;
  width: 126px;
}
.payMain_bottom .pay-select-options-w {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 36px;
  width: 409px;
  z-index: 2;
}
.payMain_bottom .pay-select-options {
  background-color: #fff;
  border: 2px solid #77be4c;
  line-height: 34px;
}
.payMain_bottom .pay-select-options a {
  border-bottom: 1px solid #d8e1e7;
  border-right: 1px solid #d8e1e7;
  color: #565656;
  text-indent: 10px;
  width: 134px;
}
.payMain_bottom .pay-select-options a:hover {
  color: #59bc01;
  text-decoration: underline;
}
.payMain_bottom .pay-select-options .first {
  border-top: 2px solid #fff;
  position: relative;
  margin-top: -2px;
}
.payMain_bottom .pay-select-options img {
  vertical-align: -3px;
  width: 16px;
  height: 16px;
  margin-right: 9px;
}
.payMain_bottom .pay-select .Validform_checktip {
  left: 0;
}
.payMain_bottom .z1 {
  z-index: 1;
}
.payMain_bottom .z2 {
  z-index: 2;
}
.payMain_bottom .z100 {
  z-index: 100;
}
.payMain_bottom .pay-service {
  background-color: #fff;
  border: 1px solid #d7e0e6;
  height: 60px;
  margin-bottom: 10px;
  padding: 5px;
  width: 148px;
}
.payMain_bottom .pay-service h2 {
  color: #666;
  font: 14px/30px \5FAE\8F6F\96C5\9ED1;
}
.payMain_bottom .pay-service i {
  font-size: 0;
  height: 5px;
  margin: 16px 0 0 5px;
}
.payMain_bottom .pay-service .pay-service-phone {
  background-position: -61px -165px;
  width: 74px;
}
.payMain_bottom .pay-service .pay-service-email {
  background-position: -61px -171px;
  width: 66px;
}
.payMain_bottom .pay-service-list {
  color: #808080;
  line-height: 20px;
  position: relative;
}
.payMain_bottom .pay-service-list input {
  background-color: #fff;
  border: 1px solid #d7e0e6;
  color: #666;
  height: 20px;
  line-height: 20px;
  margin: 3px 0 1px;
  padding: 0 3px;
  position: relative;
  text-align: center;
  width: 140px;
  z-index: 1;
}
.payMain_bottom .pay-service-list ul {
  background-color: #fff;
  border: 1px solid #d7e0e6;
  position: relative;
  text-align: center;
  width: 146px;
  z-index: 2;
}
.payMain_bottom .pay-service-list li {
  cursor: pointer;
}
.payMain_bottom .pay-service-list li:hover {
  background-color: #ccc;
  color: #fff;
}
.payMain_bottom .pay-main {
  background-color: #fff;
  border: 1px solid #d7e0e6;
  margin: 30px 0px;
  padding: 1px;
}
.payMain_bottom .pay-main-w {
  background-color: #f8f8f8;
  padding: 10px;
}
.payMain_bottom .pay-mode {
  padding-top: 10px;
  width: 170px;
}
.payMain_bottom .pay-mode-main {
  margin-bottom: 60px;
}
.payMain_bottom .pay-mode-main li {
  margin-bottom: -1px;
}
.payMain_bottom .pay-mode-main a {
  background-position: 0 -28px;
  color: #565656;
  font-size: 14px;
  height: 56px;
  line-height: 56px;
  position: relative;
  text-indent: 45px;
  width: 170px;
}
.payMain_bottom .pay-mode-main a:hover {
  background-position: 0 -85px;
  color: #59bc01;
  text-decoration: none;
}
.payMain_bottom .pay-mode-main i {
  font-size: 0;
  left: 23px;
  position: absolute;
  top: 22px;
}
.payMain_bottom .pay-mode-main .pay-mode-sftcard,
.payMain_bottom .pay-mode-main .pay-mode-jwcard {
  top: 24px;
}
.payMain_bottom .pay-mode-bank {
  background-position: -112px 0;
  height: 9px;
  width: 11px;
}
.payMain_bottom .pay-mode-zfb {
  background-position: -124px 0;
  height: 12px;
  width: 11px;
}
.payMain_bottom .pay-mode-card {
  background-position: -136px 0;
  height: 11px;
  width: 9px;
}
.payMain_bottom .pay-mode-mobile {
  background-position: -146px 0;
  height: 12px;
  width: 10px;
}
.payMain_bottom .pay-mode-zfbqr {
  background-position: -157px 0;
  height: 13px;
  width: 13px;
}
.payMain_bottom .pay-mode-wxqr {
  background-position: -171px 0;
  height: 11px;
  width: 14px;
}
.payMain_bottom .pay-mode-sftcard {
  background-position: -174px -28px;
  height: 8px;
  width: 11px;
}
.payMain_bottom .pay-mode-jwcard {
  background-position: -174px -28px;
  height: 8px;
  width: 11px;
}
.payMain_bottom .pay-mode-main a:hover .pay-mode-bank,
.payMain_bottom .pay-mode-main .cur .pay-mode-bank {
  background-position: -112px -14px;
}
.payMain_bottom .pay-mode-main a:hover .pay-mode-zfb,
.payMain_bottom .pay-mode-main .cur .pay-mode-zfb {
  background-position: -124px -14px;
}
.payMain_bottom .pay-mode-main a:hover .pay-mode-card,
.payMain_bottom .pay-mode-main .cur .pay-mode-card {
  background-position: -136px -14px;
}
.payMain_bottom .pay-mode-main a:hover .pay-mode-mobile,
.payMain_bottom .pay-mode-main .cur .pay-mode-mobile {
  background-position: -146px -14px;
}
.payMain_bottom .pay-mode-main a:hover .pay-mode-zfbqr,
.payMain_bottom .pay-mode-main .cur .pay-mode-zfbqr {
  background-position: -157px -14px;
}
.payMain_bottom .pay-mode-main a:hover .pay-mode-wxqr,
.payMain_bottom .pay-mode-main .cur .pay-mode-wxqr {
  background-position: -171px -14px;
}
.payMain_bottom .pay-mode-main a:hover .pay-mode-sftcard,
.payMain_bottom .pay-mode-main .cur .pay-mode-sftcard {
  background-position: -174px -37px;
}
.payMain_bottom .pay-mode-main a:hover .pay-mode-jwcard,
.payMain_bottom .pay-mode-main .cur .pay-mode-jwcard {
  background-position: -174px -37px;
}
.payMain_bottom .pay-mode-main .cur {
  background: #fff;
  border: 1px solid #d7e0e6;
  border-right: 1px solid #fff;
  color: #59bc01;
  cursor: default;
  font-weight: bold;
  height: 54px;
  line-height: 54px;
  margin-left: -1px;
  z-index: 1;
}
.payMain_bottom .pay-mode-main .cur i {
  top: 21px;
}
.payMain_bottom .pay-content {
  background-color: #fff;
  border: 1px solid #d7e0e6;
  color: #565656;
  min-height: 470px;
  padding: 30px 0;
  width: 1174px;
}
.payMain_bottom .pay-title {
  margin-right: 8px;
  text-align: right;
  width: 150px;
  cursor: inherit;
  padding-top: 10px;
}
.payMain_bottom .pay-account .pay-input {
  width: 238px;
}
.payMain_bottom .pay-account a {
  color: #237db2;
  margin-left: 10px;
  text-decoration: underline;
}
.payMain_bottom .pay-account-1,
.payMain_bottom .pay-account-2 {
  position: relative;
}
.payMain_bottom .pay-account-1 {
  padding-bottom: 20px;
}
.payMain_bottom .pay-captcha {
  display: none;
  position: relative;
}
.payMain_bottom .pay-captcha .pay-input {
  margin-right: 10px;
  width: 80px!important;
}
.payMain_bottom .pay-money {
  width: 492px;
}
.payMain_bottom .pay-money li {
  border: 1px solid #d1d1d1;
  height: 36px;
  text-align: center;
}
.payMain_bottom .pay-money a {
  background-color: #f8f8f8;
  border: 1px solid #fff;
  color: #565656;
  height: 34px;
  line-height: 34px;
}
.payMain_bottom .pay-money a:hover {
  text-decoration: none;
}
.payMain_bottom .pay-money .cur {
  border: 1px solid #77be4c;
  position: relative;
}
.payMain_bottom .pay-money .cur a {
  background-color: #fff;
  border: 1px solid #77be4c;
  cursor: default;
}
.payMain_bottom .pay-money .cur a:hover {
  color: #565656;
}
.payMain_bottom .pay-money .cur i {
  background-position: -61px -142px;
  bottom: 0;
  height: 22px;
  position: absolute;
  left: 48px;
  width: 22px;
}
.payMain_bottom .pay-money .pay-money-txt {
  border: 0;
  height: 38px;
  position: relative;
  text-align: left;
  width: 100px!important;
}
.payMain_bottom .pay-money .pay-money-txt input {
  border: 1px solid #d1d1d1;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 66px;
}
.payMain_bottom .pay-money .cur input {
  border: 2px solid #77be4c;
  height: 34px;
  line-height: 34px;
  width: 64px;
}
.payMain_bottom .pay-money .pay-money-txt .pay-money-txt-tip {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  color: #ccc;
  text-align: center;
  line-height: 38px;
}
.payMain_bottom .pay-money-discount {
  line-height: 20px;
  margin-bottom: -10px;
  text-indent: 158px;
}
.payMain_bottom .pay-money-discount em {
  color: #ff0101;
}
.payMain_bottom .pay-money-discount strong {
  color: #ff0101;
}
.payMain_bottom .pay-bank-form li {
  line-height: 38px;
  padding-bottom: 22px;
  width: 100%;
}
.payMain_bottom .pay-bank-form li a {
  cursor: pointer;
}
.payMain_bottom .pay-bank-form .pay-money li {
  margin: 0 10px 10px 0;
  padding-bottom: 0;
  width: 70px;
}
.payMain_bottom .pay-bank-info {
  border-bottom: 1px dashed #d7e0e6;
  height: 144px;
  overflow: hidden;
  position: relative;
  width: 480px;
  *width: auto;
}
.payMain_bottom .pay-bank-info li {
  border: 1px solid #d1d1d1;
  height: 36px;
  margin: 0 10px 10px 0;
  padding-bottom: 0;
  position: relative;
  width: auto;
  *width: 100%;
}
.payMain_bottom .pay-bank-info .clear {
  border: 0;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 0;
  overflow: hidden;
}
.payMain_bottom .pay-bank-info a {
  background-color: #fff;
  border: 1px solid #fff;
  color: #565656;
  height: 34px;
  line-height: 34px;
  padding: 0 16px 0 42px;
}
.payMain_bottom .pay-bank-info a:hover {
  text-decoration: none;
}
.payMain_bottom .pay-bank-info .cur {
  border: 1px solid #77be4c;
}
.payMain_bottom .pay-bank-info .cur a {
  background-color: #fff;
  border: 1px solid #77be4c;
  cursor: default;
}
.payMain_bottom .pay-bank-info .cur a:hover {
  color: #565656;
}
.payMain_bottom .pay-bank-info .cur i {
  background-position: -61px -142px;
  bottom: 0;
  height: 22px;
  position: absolute;
  right: 0;
  width: 22px;
}
.payMain_bottom .pay-bank-info .cur .pay-bank-icon {
  cursor: default;
}
.payMain_bottom .pay-bank-icon {
  background: url(img/pay/bank_icon.png) no-repeat;
  cursor: pointer;
  height: 22px;
  left: 15px;
  position: absolute;
  top: 6px;
  width: 22px;
}
.payMain_bottom .pay-bank-icbcb2c .pay-bank-icon {
  background-position: 0 0;
}
.payMain_bottom .pay-bank-cmb .pay-bank-icon {
  background-position: -23px 0;
}
.payMain_bottom .pay-bank-ccb .pay-bank-icon {
  background-position: -46px 0;
}
.payMain_bottom .pay-bank-abc .pay-bank-icon {
  background-position: -69px 0;
}
.payMain_bottom .pay-bank-gdb .pay-bank-icon {
  background-position: -92px 0;
}
.payMain_bottom .pay-bank-cib .pay-bank-icon {
  background-position: -115px 0;
  left: 12px;
  width: 26px;
}
.payMain_bottom .pay-bank-cmbc .pay-bank-icon {
  background-position: -142px 0;
}
.payMain_bottom .pay-bank-citic-debit .pay-bank-icon {
  background-position: -165px 0;
}
.payMain_bottom .pay-bank-comm .pay-bank-icon {
  background-position: -188px 0;
}
.payMain_bottom .pay-bank-ceb-debit .pay-bank-icon {
  background-position: -211px 0;
  left: 12px;
  width: 26px;
}
.payMain_bottom .pay-bank-bocb2c .pay-bank-icon {
  background-position: -238px 0;
}
.payMain_bottom .pay-bank-hzcbb2c .pay-bank-icon {
  background-position: -261px 0;
  left: 13px;
  width: 25px;
}
.payMain_bottom .pay-bank-spdb .pay-bank-icon {
  background-position: -287px 0;
}
.payMain_bottom .pay-bank-shbank .pay-bank-icon {
  background-position: -310px 0;
}
.payMain_bottom .pay-bank-nbbank .pay-bank-icon {
  background-position: -333px 0;
}
.payMain_bottom .pay-bank-spabank .pay-bank-icon {
  background-position: -356px 0;
  left: 12px;
  width: 26px;
}
.payMain_bottom .pay-bank-bjrcb .pay-bank-icon {
  background-position: -383px 0;
}
.payMain_bottom .pay-bank-psbc-debit .pay-bank-icon {
  background-position: -406px 0;
}
.payMain_bottom .pay-bank-bjbank .pay-bank-icon {
  background-position: -429px 0;
}
.payMain_bottom .pay-bank-wzcbb2c-debit .pay-bank-icon {
  background-position: -452px 0;
}
.payMain_bottom .pay-bank-shrcb .pay-bank-icon {
  background-position: -521px 0;
}
.payMain_bottom .pay-bank-info-link {
  height: 20px;
  line-height: 20px;
  margin: 10px 0 -20px;
}
.payMain_bottom .pay-bank-info-link a {
  color: #237db2;
  text-decoration: underline;
}
.payMain_bottom .pay-bank-info-link a:hover {
  color: #237db2;
}
.payMain_bottom .pay-bank-info-link .pay-bank-info-link-more {
  color: #565656;
  margin: 0 160px 0 30px;
  text-decoration: none;
}
.payMain_bottom .pay-bank-info-link .pay-bank-info-link-more:hover {
  color: #59bc01;
  text-decoration: none;
}
.payMain_bottom .pay-bank .pay-submit {
  margin-left: 158px;
  width: 120px;
}
.payMain_bottom .pay-zfb-form li {
  line-height: 38px;
  padding-bottom: 22px;
  width: 100%;
}
.payMain_bottom .pay-zfb-form .pay-money li {
  margin: 0 10px 10px 0;
  padding-bottom: 0;
  width: 70px;
}
.payMain_bottom .pay-zfb .pay-submit {
  margin-left: 158px;
  width: 120px;
}
.payMain_bottom .pay-card-form li {
  line-height: 38px;
  padding-bottom: 22px;
  position: relative;
  width: 100%;
}
.payMain_bottom .pay-card-form .pay-input {
  width: 238px;
}
.payMain_bottom .pay-card .pay-submit {
  margin-left: 158px;
  width: 120px;
}
.payMain_bottom .pay-card-other {
  background-color: #f6f6f7;
  border: 1px solid #ececec;
  line-height: 24px;
  margin: 30px auto 0;
  padding: 10px 15px;
  width: 500px;
}
.payMain_bottom .pay-card-other h2 {
  font-weight: bold;
}
.payMain_bottom .pay-card-other a {
  color: #0896d8;
  text-decoration: underline;
}
.payMain_bottom .pay-mobile-form li {
  line-height: 38px;
  padding-bottom: 22px;
  position: relative;
  width: 100%;
}
.payMain_bottom .pay-mobile-form .pay-input {
  width: 238px;
}
.payMain_bottom .pay-mobile-value {
  width: 500px;
}
.payMain_bottom .pay-mobile-server li,
.payMain_bottom .pay-mobile-value li {
  border: 1px solid #d1d1d1;
  height: 36px;
  margin-right: 10px;
  padding-bottom: 0;
  text-align: center;
  width: 70px;
  margin-bottom: 10px;
}
.payMain_bottom .pay-mobile-server a,
.payMain_bottom .pay-mobile-value a {
  background-color: #f8f8f8;
  border: 1px solid #fff;
  color: #565656;
  height: 34px;
  line-height: 34px;
}
.payMain_bottom .pay-mobile-server a:hover,
.payMain_bottom .pay-mobile-value a:hover {
  text-decoration: none;
}
.payMain_bottom .pay-mobile-server .cur,
.payMain_bottom .pay-mobile-value .cur {
  border: 1px solid #77be4c;
  position: relative;
}
.payMain_bottom .pay-mobile-server .cur a,
.payMain_bottom .pay-mobile-value .cur a {
  background-color: #fff;
  border: 1px solid #77be4c;
  cursor: default;
}
.payMain_bottom .pay-mobile-server .cur a:hover,
.payMain_bottom .pay-mobile-value .cur a:hover {
  color: #565656;
}
.payMain_bottom .pay-mobile-server .cur i,
.payMain_bottom .pay-mobile-value .cur i {
  background-position: -61px -142px;
  bottom: 0;
  height: 22px;
  position: absolute;
  left: 48px;
  width: 22px;
}
.payMain_bottom .pay-mobile-tip,
.payMain_bottom .pay-mobile-tip2 {
  color: #f00;
  line-height: 100%;
  padding-top: 10px;
  text-indent: 158px;
}
.payMain_bottom .pay-mobile-tip2 {
  margin-bottom: -10px;
  text-indent: 219px;
}
.payMain_bottom .pay-mobile-tip2 a {
  color: #00f;
}
.payMain_bottom .pay-mobile-tip2 a:hover {
  color: #5abb00;
}
.payMain_bottom .pay-mobile-points {
  color: #ff5d13;
  font: 20px/38px \5FAE\8F6F\96C5\9ED1;
}
.payMain_bottom .pay-mobile .pay-submit {
  margin-left: 158px;
  width: 120px;
}
.payMain_bottom .pay-ok,
.payMain_bottom .pay-fail {
  border: 1px solid #d7e0e6;
  margin-top: 30px;
  padding: 30px 0;
}
.payMain_bottom .pay-ok h2,
.payMain_bottom .pay-fail h2 {
  font: 16px/60px \5FAE\8F6F\96C5\9ED1;
}
.payMain_bottom .pay-ok h2 i {
  background-position: -84px -142px;
  height: 22px;
  margin: 19px 7px 0 400px;
  width: 22px;
}
.payMain_bottom .pay-ok p {
  font: 16px/50px \5FAE\8F6F\96C5\9ED1;
  text-align: center;
}
.payMain_bottom .pay-ok p em {
  color: #f00;
}
.payMain_bottom .pay-ok a {
  line-height: 36px;
  margin: 15px auto 0;
  width: 120px;
}
.payMain_bottom .pay-fail h2 {
  color: #f84610;
}
.payMain_bottom .pay-fail h2 i {
  background-position: -107px -142px;
  height: 22px;
  margin: 19px 7px 0 424px;
  width: 22px;
}
.payMain_bottom .pay-fail h3 {
  font: 16px/50px \5FAE\8F6F\96C5\9ED1;
  text-align: center;
}
.payMain_bottom .pay-fail p {
  font-size: 14px;
  line-height: 24px;
  padding-left: 250px;
}
.payMain_bottom .pay-fail-btn {
  padding-top: 15px;
  position: relative;
}
.payMain_bottom .pay-fail-btn ul {
  left: 50%;
  position: relative;
}
.payMain_bottom .pay-fail-btn li {
  position: relative;
  right: 50%;
}
.payMain_bottom .pay-fail-btn a {
  line-height: 36px;
  margin: 0 30px;
  width: 120px;
}
.payMain_bottom .pay-nest-w .pay-fail {
  border: 0;
}
.payMain_bottom .pay-nest-w .pay-fail h2 i {
  margin-left: 334px;
}
.payMain_bottom .pay-nest-w .pay-fail p {
  padding-left: 160px;
}
.payMain_bottom .pay-popup {
  padding: 5px;
  position: relative;
}
.payMain_bottom .pay-popup-bg {
  background-color: #000;
  height: 100%;
  filter: alpha(opacity=15);
  left: 0;
  opacity: 0.15;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.payMain_bottom .pay-popup-inner {
  background-color: #fff;
  overflow: hidden;
  width: 320px;
}
.payMain_bottom .pay-popup-title {
  background-color: #5abb00;
  color: #fff;
  font: 14px/34px \5FAE\8F6F\96C5\9ED1;
  height: 34px;
  padding: 0 8px;
}
.payMain_bottom .pay-popup-close {
  color: #2c5c00;
  font-size: 20px;
}
.payMain_bottom .pay-popup-close:hover {
  color: #fff;
  text-decoration: none;
}
.payMain_bottom .pay-popup-content {
  color: #565656;
  padding-bottom: 20px;
}
.payMain_bottom .pay-popup-sure-title {
  font: bold 14px/50px \5FAE\8F6F\96C5\9ED1;
  text-align: center;
}
.payMain_bottom .pay-popup-sure-info {
  padding-bottom: 15px;
}
.payMain_bottom .pay-popup-sure-info li {
  line-height: 24px;
  width: 100%;
}
.payMain_bottom .pay-popup-sure-info h4 {
  margin-right: 10px;
  text-align: right;
  width: 45%;
}
.payMain_bottom .pay-popup-sure-info em {
  color: #f00;
  font-weight: bold;
}
.payMain_bottom .pay-popup-btn {
  height: 30px;
  overflow: hidden;
}
.payMain_bottom .pay-popup-btn li {
  padding: 0 30px;
  width: 100px;
}
.payMain_bottom .pay-popup-btn .pay-submit {
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  width: 100px;
}
.payMain_bottom .pay-popup-btn button.pay-submit {
  *line-height: 24px;
}
.payMain_bottom .pay-popup-btn-back {
  background-color: #f8f8f8;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  color: #565656;
  font: 12px/28px \5FAE\8F6F\96C5\9ED1;
  height: 28px;
  text-align: center;
}
.payMain_bottom .pay-popup-btn-back:hover {
  background-color: #f0f0f0;
  border: 1px solid #b0b0b0;
  color: #565656;
  text-decoration: none;
}
.payMain_bottom .pay-popup-tip {
  padding-top: 15px;
}
.payMain_bottom .pay-popup-tip p {
  height: 24px;
  line-height: 100%;
  padding-left: 15px;
}
.payMain_bottom .pay-popup-tip-info {
  border-bottom: 1px solid #dae2e7;
  border-top: 1px solid #dae2d7;
  margin: 3px 0 15px;
  padding: 15px 0 3px;
}
.payMain_bottom .pay-popup-tip-info li {
  height: 24px;
  line-height: 100%;
  width: 100%;
}
.payMain_bottom .pay-popup-tip-info li em {
  text-align: right;
  width: 165px;
}
.payMain_bottom .pay-popup-tip-info .last {
  text-align: center;
}
.payMain_bottom .pay-popup-inner-scan {
  width: 540px!important;
}
.payMain_bottom .pay-popup-inner-scan h3 {
  font: bold 14px/48px \5FAE\8F6F\96C5\9ED1;
  text-align: center;
}
.payMain_bottom .pay-popup-inner-scan .pay-popup-content {
  padding-top: 15px;
}
.payMain_bottom .pay-popup-inner-scan p {
  height: 24px;
  line-height: 100%;
  text-indent: 135px;
}
.payMain_bottom .pay-popup-scan-content {
  border-bottom: 1px solid #dae2e7;
  border-top: 1px solid #dae2d7;
  margin: 3px 0 15px;
}
.payMain_bottom .pay-popup-scan-info {
  width: 270px;
}
.payMain_bottom .pay-popup-scan-info .pay-popup-sure-info {
  padding-bottom: 0;
}
.payMain_bottom .pay-popup-scan-main {
  border-left: 1px solid #dae2e7;
  width: 269px;
}
.payMain_bottom .pay-popup-scan-pic {
  height: 140px;
  margin-left: auto;
  margin-right: auto;
  width: 140px;
}
.payMain_bottom .pay-popup-scan-pic-iframe {
  height: 76px;
  margin-left: auto;
  margin-right: auto;
  width: 76px;
}
.payMain_bottom .pay-popup-scan-main p {
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-indent: 0;
}
.payMain_bottom .pay-popup-inner-scan .pay-popup-btn li {
  padding: 0 85px;
  width: 100px;
}
.payMain_bottom .pay-popup-ok h3 {
  font: 16px/70px \5FAE\8F6F\96C5\9ED1;
}
.payMain_bottom .pay-popup-ok h3 em {
  color: #f00;
}
.payMain_bottom .pay-popup-ok h3 i {
  background-position: -84px -142px;
  height: 22px;
  margin: 24px 7px 0 50px;
  width: 22px;
}
.payMain_bottom .pay-popup-ok a {
  line-height: 36px;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
}
.payMain_bottom .pay-popup-fail h3 {
  border: 1px solid #dae2e7;
  color: #f84610;
  font: 16px/58px \5FAE\8F6F\96C5\9ED1;
}
.payMain_bottom .pay-popup-fail h3 i {
  background-position: -107px -142px;
  height: 22px;
  margin: 18px 10px 0 88px;
  width: 22px;
}
.payMain_bottom .pay-popup-fail h4 {
  line-height: 46px;
  text-align: center;
}
.payMain_bottom .pay-popup-fail p {
  line-height: 24px;
  padding: 0 20px;
}
.payMain_bottom .pay-popup-fail .pay-popup-btn {
  border-top: 1px solid #dae2e7;
  margin-top: 10px;
  padding-top: 15px;
}
.payMain_bottom .pay-nest {
  height: 600px;
  overflow: hidden;
  width: 980px;
}
.payMain_bottom .pay-nest-main {
  background-color: #fff;
  border: 1px solid #d7e0e6;
  height: 596px;
  overflow: hidden;
  padding: 1px;
}
.payMain_bottom .pay-nest-main-w {
  background-color: #f8f8f8;
  padding: 10px;
}
.payMain_bottom .pay-nest-content {
  background-color: #fff;
  border: 1px solid #d7e0e6;
  color: #565656;
  height: 554px;
  overflow: hidden;
  padding-top: 20px;
  width: 604px;
}
.payMain_bottom .pay-nest-mode-tip {
  color: #999;
  line-height: 24px;
  padding: 0 15px 80px 5px;
}
.payMain_bottom .pay-nest-mode-link {
  line-height: 100%;
  text-align: center;
}
.payMain_bottom .pay-nest-mode-link li {
  height: 34px;
  width: 100%;
}
.payMain_bottom .pay-nest-mode-link a {
  color: #237db2;
  text-decoration: underline;
}
.payMain_bottom .pay-nest-info {
  height: 38px;
  padding: 0 0 30px 75px;
}
.payMain_bottom .pay-nest-info li {
  background-color: #fff;
  border: 1px solid #d1d1d1;
  margin-right: 20px;
}
.payMain_bottom .pay-nest-info h2 {
  background-color: #f8f8f8;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 186px;
}
.payMain_bottom .pay-nest .pay-title {
  width: 118px;
}
.payMain_bottom .pay-nest .pay-money {
  width: 410px;
}
.payMain_bottom .pay-nest .pay-money-discount {
  margin-bottom: 0;
  text-indent: 126px;
}
.payMain_bottom .pay-nest .pay-bank-info {
  border-bottom: 0;
  height: 144px;
  margin-bottom: -10px;
  overflow: scroll;
  overflow-x: hidden;
  width: 470px;
  border-right-style: outset;
}
.payMain_bottom .pay-nest .pay-bank-info a {
  padding: 0 11px 0 37px;
}
.payMain_bottom .pay-nest .pay-bank .pay-submit,
.payMain_bottom .pay-nest .pay-zfb .pay-submit {
  margin-left: 126px;
}
.payMain_bottom .pay-nest .pay-card .pay-title {
  width: 178px;
}
.payMain_bottom .pay-nest .pay-card .pay-submit {
  margin-left: 186px;
}
.payMain_bottom .pay-nest .pay-card .Validform_checktip {
  left: 186px;
}
.alert_w {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.alert_w.active {
  display: flex;
}
.alert_w .alert_w_main {
  width: 400px;
  height: 200px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
.alert_w .alert_w_main .alert_w_main_title {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.alert_w .alert_w_main .alert_w_main_title .alert_w_main_title_text {
  font-size: 18px;
  font-weight: bold;
}
.alert_w .alert_w_main .alert_w_main_title .alert_w_main_title_close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.alert_w .alert_w_main .alert_w_main_title .alert_w_main_title_close img {
  width: 25px;
  height: 25px;
}
.alert_w .alert_w_main .alert_w_main_title .alert_w_main_title_close:hover {
  opacity: 0.75;
}
.alert_w .alert_w_main .alert_w_main_content {
  padding: 10px;
}
.alert_w .alert_w_main .alert_w_main_content .alert_w_main_content_text {
  font-size: 16px;
  display: flex;
  align-items: center;
  padding-left: 40px;
}
.alert_w .alert_w_main .alert_w_main_content .alert_w_main_content_text img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.alert_w .alert_w_main .alert_w_main_content .alert_w_main_content_btn {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 36px;
  background-color: #5cb1ec;
  border: 1px solid #5cb1ec;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font: 14px/100% \5FAE\8F6F\96C5\9ED1;
  height: 36px;
  text-align: center;
}
.alert_w .alert_w_main .alert_w_main_content .alert_w_main_content_btn:hover {
  background-color: #3fa2e9;
  color: #fff;
  text-decoration: none;
}
