@charset "UTF-8";
.btn-primary {
  color: #fff;
  border-color: #62bfde;
  background-image: linear-gradient(to right, #5b97d1, #62bfde);
}

.cps-bg {
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/bg.jpg") no-repeat center;
}

@media screen and (max-width: 600px) {
  .cps-bg {
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../img/phone-bg.jpg") no-repeat;
    background-size: cover;
  }
}
.logins-box .head {
  padding: 40px 15px 10px;
  line-height: 1;
  font-size: 18px;
  -moz-user-select: none;
  -webkit-user-select: none;
  text-align: left;
  position: relative;
}
.logins-box .head span {
  font-size: 20px;
}
.logins-box .head img {
  width: 280px;
}
.logins-box .mode {
  margin-top: 10px;
  padding: 0 30px 50px;
}
.logins-box .mode span {
  text-align: center;
  width: 80px;
}
.logins-box .mode ol li {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid currentColor;
  color: #00d20d;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.logins-box .mode ol li i {
  font-size: 25px;
}
.logins-box .mode ol li :last-child {
  margin-right: 0;
}
.logins-box .mode p {
  color: #9fabb7;
  text-align: center;
  margin-top: 15px;
  text-decoration: underline;
}
.logins-box .mode .qq {
  color: #4ea9ef;
}
.logins-box .mode .mobile {
  line-height: 40px;
  color: #ff9b3d;
}
.logins-box .mode .guest {
  color: #94918e;
}
.logins-box .mode-divide {
  overflow: hidden;
  text-align: center;
}
.logins-box .mode-divide b {
  background: #ddd;
  margin-top: 4px;
  display: inline-block;
  width: 28%;
  height: 1px;
  _overflow: hidden;
  vertical-align: middle;
}
.logins-box .mode-divide span {
  display: inline-block;
  padding: 0 5%;
  vertical-align: middle;
}
.logins-box .body {
  padding-bottom: 15px;
}
.logins-box .body > div {
  padding: 0 30px;
}
.logins-box .body .input-box {
  position: relative;
  margin-top: 30px;
  -webkit-align-items: center;
  align-items: center;
}
.logins-box .body i {
  display: inline-block;
  z-index: 2;
  position: absolute;
  width: 40px;
  font-size: 28px;
  color: #5c98d1;
}
.logins-box .body .loginOption {
  padding-top: 15px;
}
.logins-box .body .loginOption > * {
  color: #5792ce;
}
.logins-box .body .loginOption :last-child {
  margin-left: auto;
}
.logins-box .body .code > *:last-child {
  height: 40px;
  min-width: 100px;
  max-width: 100px;
  border: 1px solid #eaeaea;
  line-height: 40px;
}
.logins-box select {
  width: 120px;
}
.logins-box select, .logins-box input {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding-left: 36px;
}
.logins-box .btn {
  display: block;
  margin: 25px auto 15px;
  padding: 12px 0;
  width: 40%;
  font-size: 15px;
}
.logins-box .btns {
  display: block;
  background: #1381f1;
  color: #fff;
  width: 50%;
  text-align: center;
  margin: 0.5rem auto;
  font-size: 0.28rem;
  padding: 0.2rem 0;
}

.regBox > div {
  min-width: 360px;
}
.regBox .head {
  padding: 20px 15px;
}
.regBox .head img {
  width: 280px;
}
.regBox .head .icon-cancel {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  color: #909399;
  cursor: pointer;
}
.regBox .head .title {
  width: 180px;
  color: #5c98d1;
  font-size: 25px;
  border-bottom: 2px solid;
}
.regBox .body {
  padding-bottom: 25px;
}
.regBox .body .regOptionBox {
  padding: 15px 60px;
}
.regBox .body .regOptionBox .regOption {
  width: 50%;
  font-size: 20px;
  cursor: pointer;
}
.regBox .body .regOptionBox .active {
  color: #3997ee;
  border-bottom: solid;
}
.regBox .body .regContent {
  padding: 0 30px;
}
.regBox .body .regContent > div {
  margin-top: 15px;
  -webkit-align-items: center;
  align-items: center;
}
.regBox .body .regContent #smsBox .active {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
.regBox .body select {
  width: 120px;
}
.regBox .body select, .regBox .body input {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding-left: 36px;
}
.regBox .body i {
  display: inline-block;
  z-index: 2;
  position: absolute;
  width: 40px;
  font-size: 28px;
  color: #5c98d1;
}
.regBox .body .btn {
  display: block;
  margin: 25px auto 15px;
  padding: 12px 0;
  font-size: 15px;
}
.regBox select {
  width: 90px;
}
.regBox select, .regBox input {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.regBox .code > *:last-child {
  height: 40px;
  min-width: 100px;
  max-width: 100px;
  border: 1px solid #eaeaea;
  line-height: 40px;
}
.regBox img {
  -webkit-user-drag: none;
}

.changePwdBox > div {
  max-width: 420px;
}
.changePwdBox .body {
  padding: 0 30px;
}
.changePwdBox .body .info {
  padding-bottom: 15px;
  text-align: left;
}
.changePwdBox .body .info i {
  font-size: 38px;
  color: #5c98d1;
}
.changePwdBox .body .info > div {
  padding: 0 5px;
}
.changePwdBox .body .cpwOptionBox .cpwOption {
  width: 50%;
  font-size: 20px;
  cursor: pointer;
}
.changePwdBox .body .cpwOptionBox .active {
  color: #3997ee;
  border-bottom: solid;
}
.changePwdBox .body .cpwContent > div {
  margin-top: 15px;
  -webkit-align-items: center;
  align-items: center;
}
.changePwdBox .body .cpwContent #cpwSmsBox .active {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
.changePwdBox .body .cpwContent i {
  display: inline-block;
  z-index: 2;
  position: absolute;
  width: 40px;
  font-size: 28px;
  color: #5c98d1;
}
.changePwdBox .body .cpwContent .btn {
  display: block;
  margin: 25px auto;
  padding: 12px 0;
  font-size: 15px;
}
.changePwdBox select {
  width: 120px;
}
.changePwdBox select, .changePwdBox input {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding-left: 36px;
}
.changePwdBox .code > *:last-child {
  height: 40px;
  min-width: 100px;
  max-width: 100px;
  border: 1px solid #eaeaea;
  line-height: 40px;
}
.changePwdBox #imgBox > img {
  -webkit-user-drag: none;
}

.cpwSuccess {
  text-align: center;
}
.cpwSuccess i {
  font-size: 40px;
  color: #5c98d1;
}
.cpwSuccess .title {
  color: #5c98d1;
  border-bottom: solid 2px;
  width: 120px;
  font-size: 20px;
  margin: 0 auto;
}
.cpwSuccess .icon {
  padding: 15px 0;
}
.cpwSuccess .title2 {
  font-size: 20px;
}

.forgetPwdBox > div {
  max-width: 420px;
}
.forgetPwdBox .title {
  width: 180px;
  color: #5c98d1;
  font-size: 25px;
  border-bottom: 2px solid;
  text-align: center;
}
.forgetPwdBox .body {
  padding: 0 30px;
}
.forgetPwdBox .body .fgtContent > div {
  margin-top: 15px;
  -webkit-align-items: center;
  align-items: center;
}
.forgetPwdBox .body .fgtContent #fgtSmsBox .active {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
.forgetPwdBox .body .fgtContent i {
  display: inline-block;
  z-index: 2;
  position: absolute;
  width: 40px;
  font-size: 28px;
  color: #5c98d1;
}
.forgetPwdBox .body .fgtContent .btn {
  display: block;
  margin: 25px auto;
  padding: 12px 0;
  font-size: 15px;
}
.forgetPwdBox select {
  width: 120px;
}
.forgetPwdBox select, .forgetPwdBox input {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding-left: 36px;
}
.forgetPwdBox .code > *:last-child {
  height: 40px;
  min-width: 100px;
  max-width: 100px;
  border: 1px solid #eaeaea;
  line-height: 40px;
}
.forgetPwdBox #imgBox > img {
  -webkit-user-drag: none;
}

.verifyBox > div {
  max-width: 420px;
}
.verifyBox .head .title {
  text-align: center;
  width: 180px;
  color: #5c98d1;
  font-size: 25px;
  border-bottom: 2px solid;
}
.verifyBox .body {
  padding: 0 30px;
}
.verifyBox .body .content {
  text-align: left;
}
.verifyBox .body .content > div {
  margin-top: 20px;
  -webkit-align-items: center;
  align-items: center;
}
.verifyBox .body .notice {
  margin: 20px 0;
}
.verifyBox input {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding-left: 32px;
}
.verifyBox i {
  display: inline-block;
  z-index: 2;
  position: absolute;
  width: 40px;
  font-size: 28px;
  color: #5c98d1;
}
.verifyBox .btn {
  display: block;
  margin: 25px auto 15px;
  padding: 12px 0;
  font-size: 15px;
}

.shortcut {
  position: absolute;
  overflow: hidden;
  top: 20%;
  right: 0;
  font-size: 14px;
}
.shortcut div {
  overflow: hidden;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #666;
}
.shortcut div span {
  display: block;
  line-height: 1;
  font-size: 12px;
  padding-top: 40px;
}

.shortcut-box {
  font-size: 14px;
  background: rgba(0, 0, 0, 0.9);
  text-align: left;
}
.shortcut-box > div {
  background: #f4f4f4;
  left: 0;
  top: 0;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  -webkit-animation: none;
  animation: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transform: none;
  transform: none;
}
.shortcut-box .shortcut-head {
  font-size: 20px;
  line-height: 40px;
  position: relative;
  padding: 5px 0;
  background: #FFF;
}
.shortcut-box .shortcut-head img {
  height: 40px;
  left: 5px;
  position: absolute;
  width: auto;
}
.shortcut-box .shortcut-head .close {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
.shortcut-box .shortcut-head .uid {
  margin: 15px;
  color: #ffa518;
}
.shortcut-box .shortcut-info {
  background: #4d91f8;
  color: #fff;
  padding: 15px 30px;
}
.shortcut-box .shortcut-info i {
  font-size: 32px;
}
.shortcut-box .shortcut-info .uid {
  padding: 0 5px;
}
.shortcut-box .shortcut-nav {
  color: #ffa518;
  padding: 15px 0;
}
.shortcut-box .shortcut-nav .active {
  color: #4aa8ff;
  border-bottom: solid;
}
.shortcut-box .shortcut-nav .option {
  font-size: 20px;
  cursor: pointer;
}
.shortcut-box .shortcut-content {
  margin: 15px;
}
.shortcut-box .shortcut-content #manageContent .mBtn {
  color: #000;
  background: #fff;
  text-align: center;
  margin: 12px;
  padding: 12px;
  width: 90px;
  height: 90px;
  font-size: 15px;
  border-radius: 5px;
  cursor: pointer;
}
.shortcut-box .shortcut-content #manageContent .pwd {
  color: #d092e2;
  font-size: 45px;
}
.shortcut-box .shortcut-content #manageContent .real {
  color: #47bdd6;
  font-size: 45px;
}
.shortcut-box .shortcut-content #manageContent .exit {
  color: #f9a541;
  font-size: 45px;
}
.shortcut-box .shortcut-content #manageContent .bind {
  color: #68c08d;
  font-size: 45px;
}
.shortcut-box .red-point {
  position: relative;
}
.shortcut-box .red-point::before {
  content: " ";
  border: 6px solid red;
  border-radius: 6px;
  position: absolute;
  z-index: 1000;
  right: 0;
  margin-right: -5px;
  background: red;
  margin-top: -15px;
}

.btn-cps {
  width: 100% !important;
  border-radius: 10px;
  color: #fff;
  background-image: linear-gradient(to right, #5b97d1, #62bfde);
}

#alipayFrame {
  position: absolute;
  width: 100vw;
  top: 0;
}
#alipayFrame .alipayFrameHead {
  background: #FFF;
  height: 7vh;
  line-height: 7vh;
  text-align: center;
  box-sizing: border-box;
  border-bottom: solid #108EE9;
  font-weight: bolder;
  font-size: large;
}
#alipayFrame .alipayFrameHead a {
  position: absolute;
  right: 0;
  padding-right: 2vh;
}
#alipayFrame iframe {
  position: relative;
  height: 93vh;
}
#alipayFrame iframe .result-back {
  display: none;
}

.pro-content {
  max-width: 960px;
  margin: 0 auto;
}
.pro-content p {
  margin: 10px 0;
}

/*实名制提示*/
.smz-content {
  padding: 0 0 20px;
}

/*# sourceMappingURL=cps.css.map */
