@charset "UTF-8";
.kcd-head {
  position: relative;
  z-index: 3;
}
.credit-money {
  font-size: 16px;
  color: #fff;
}
.bindShopName {
  width: 400px;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.bindShopName .name {
  font-size: 14px;
  color: #323232;
}
.bindShopName .bindShopInput {
  width: 280px;
}
.bindShopName .position-intro {
  position: absolute;
  top: -79px;
  left: 98px;
  font-size: 14px;
  color: #C8C9CC;
}
.login-container {
  position: absolute;
  top: 0;
  width: 100%;
}
.login-container .el-input {
  display: inline-block;
}
.login-container .el-input input {
  background: transparent;
  padding: 12px 5px 12px 15px;
  opacity: 1;
  border: 1px solid #999999;
  color: black;
}
.login-container .el-input input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-text-fill-color: black !important;
}
.login-container .el-checkbox__label {
  display: inline-block;
  padding-left: 10px;
  line-height: 19px;
  font-size: 12px;
}
.login-container .el-radio__label {
  font-size: 16px;
}
.login-container .el-radio {
  margin-right: 0px;
}
.login-container .el-button--danger.is-plain {
  color: #e51e5f;
  background: #fff;
  border-color: #e51e5f;
  font-size: 16px;
}
.login-container .el-button--danger {
  color: #fff;
  background-color: #e51e5f;
  border-color: #e51e5f;
  font-size: 16px;
}
.login-container .el-form-item {
  background-color: #fff;
  border-radius: 6px;
  opacity: 0.2;
  margin-bottom: 15px;
}
.login-container .el-input--prefix .el-input__inner {
  padding-left: 32px;
}
.m-carousel {
  width: 100%;
  position: relative;
}
.m-carousel img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
}
.el-carousel__container {
  height: 680px !important;
}
.login-type {
  width: 286px;
  height: 40px;
  margin-top: 15px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 14px;
  cursor: pointer;
}
.login-type .left {
  width: 143px;
  height: 40px;
  color: #9c9d9c;
  text-align: center;
}
.login-type .left2 {
  width: 143px;
  height: 40px;
  color: #f03d66;
  text-align: center;
  border-bottom: #f03d66 3px solid;
}
.use-width {
  width: 1200px;
  margin: 0 auto;
}
.header {
  width: 100%;
  height: 100px;
  background: white;
}
.login-logo {
  width: 140px;
  height: 62px;
  float: left;
  margin-top: 20px;
}
.head-word {
  float: left;
  font-size: 18px;
  margin-left: 20px;
  line-height: 100px;
}
.login-box {
  width: 100%;
  position: relative;
}
.login-left {
  width: 1150px;
  height: 540px;
  margin-top: 50px;
  float: left;
}
.left-word {
  float: left;
  margin-top: 20px;
  clear: both;
  color: white;
}
.right-box {
  width: 1200px;
  position: absolute;
  bottom: 40px;
  right: 50%;
  margin-right: -600px;
  overflow: hidden;
  z-index: 997;
}
.right-box .login-right {
  float: right;
  width: 400px;
  height: 460px;
  background: white;
  padding: 0 24px;
  border-radius: 8px;
  z-index: 999;
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 4px 30px 0px rgba(246, 200, 223, 0.5);
          box-shadow: 0px 4px 30px 0px rgba(246, 200, 223, 0.5);
  border-radius: 20px 20px 20px 20px;
}
.right-box .login-right .up {
  height: 80px;
  line-height: 90px;
  font-size: 24px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
}
.show-main {
  width: 100%;
  margin: 25px auto;
  margin-top: 0px;
}
.show-main .el-form-item {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 30px 30px 30px 30px;
  border: 1px solid #999999;
  opacity: 1;
  overflow: hidden;
  color: #666666;
}
.show-main .el-input__inner {
  border: none !important;
}
.show-main .bt {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 150px 150px 150px 150px;
  opacity: 1;
  border: 1px solid;
  width: 100%;
}
.show-main input::-webkit-input-placeholder {
  color: #666666;
}
.show-main input::-moz-placeholder {
  color: #666666;
}
.show-main input:-ms-input-placeholder {
  color: #666666;
}
.show-main input::-ms-input-placeholder {
  color: #666666;
}
.show-main input::placeholder {
  color: #666666;
}
.show-main .el-icon-mobile-phone:before, .show-main .el-icon-unlock:before, .show-main .el-icon-position:before {
  color: #666666;
}
.bottom-bg {
  display: block;
  width: 100%;
}
.iconfont {
  margin-left: 5px;
  color: #000;
  font-weight: 700;
}
.login-in {
  height: 48px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  line-height: 48px;
  background: -webkit-gradient(linear, left top, right top, from(#950bbe), color-stop(#fa0391), to(#fe6caa));
  background: linear-gradient(90deg, #950bbe, #fa0391, #fe6caa);
  cursor: pointer;
}
.flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.flex2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bottom-sty {
  font-size: 16px;
  color: #333;
  width: 1200px;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  padding-bottom: 30px;
}
.bottom-sty .el-button {
  border-radius: 12px;
  background-color: #e51e5f;
  color: #fff;
  padding: 3px 15px;
}
.kefuId {
  background-color: #ccc;
  border-radius: 10px;
  margin-right: 20px;
}
.kefuId input {
  height: 35px;
}
.kefuId input::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.kefuId input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.kefuId input:-ms-input-placeholder,
.kefuId textarea:-ms-input-placeholder {
  color: #fff;
}
.kefuId input::-webkit-input-placeholder,
.kefuId textarea::-webkit-input-placeholder {
  color: #fff;
}
.rad-sty {
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.radio-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: -20px;
  margin-top: 30px;
}
.radio-cla {
  width: 40%;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sdtc {
  font-size: 16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sdtc img {
  margin: 5px;
  width: 120px;
}
.sdtc div {
  margin: 5px;
}
.el-collapse {
  border: none;
}
.el-collapse-item__arrow {
  display: none;
}
.el-collapse-item__header {
  border-bottom: none;
  line-height: 24px;
}
.btn1 {
  margin-top: 25px;
  width: 320px;
  height: 44px;
  background: linear-gradient(356deg, #FF2472 0%, #FF5F61 100%);
  -webkit-box-shadow: 3px 3px 10px 0px rgba(225, 4, 83, 0.3);
          box-shadow: 3px 3px 10px 0px rgba(225, 4, 83, 0.3);
  border-radius: 150px 150px 150px 150px;
  opacity: 1;
}
.item1 {
  margin-bottom: 24px !important;
  margin-top: 24px;
}
.item2 {
  margin-bottom: 12px;
}
.item3 {
  margin-bottom: 24px;
}
.titleTwo {
  display: none;
}
.imagess {
  width: 1920px;
}

/* 手机端 */
@media screen and (max-width: 600px) {
.imagess {
    height: 100% !important;
}
.hiddenTips {
    padding: 15px 12px !important;
}
.top-tips {
    width: 100%;
    font-size: 12px;
    line-height: 10px;
    line-height: 12px !important;
}
.tips-text {
    width: 78px !important;
    line-height: 12px !important;
}
.carousel, .kcd-head {
    display: none;
}
.login-box {
    height: 680px;
    position: relative;
}
.titleTwo {
    display: block;
    text-align: center;
    width: 100%;
    position: absolute;
    font-weight: 400;
    font-size: 14px;
    bottom: 25px;
    left: 50%;
    color: #666666;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 3;
}
.bottom-info {
    padding: 10px 7px 0 7px !important;
    width: 100% !important;
    font-size: 8px !important;
    margin: 0 auto !important;
}
.bottom-sty {
    width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
    line-height: 16px !important;
}
.bottom-sty > div a {
    font-size: 8px !important;
    height: 11px;
}
.bottom-sty > div div {
    font-size: 8px !important;
    margin-left: 0 !important;
    float: none !important;
}
.right-box {
    width: 100%;
    position: absolute;
    bottom: 9rem;
    left: 0px;
    overflow: hidden;
    z-index: 997;
}
.right-box {
    height: 408px;
    top: 233px;
}
.right-box .login-right {
    float: none;
    margin: 0 auto;
    width: 345px;
    height: 408px;
    background: #f7fcff;
    opacity: 1;
    padding: 0 15px;
    border-radius: 15px;
    z-index: 997;
    overflow: hidden;
    border-radius: 12px 12px 12px 12px;
    background: rgba(255, 255, 255, 0.92);
}
.right-box .login-right .up {
    font-size: 20px;
    height: 70px;
}
.right-box .login-right .up img {
    height: 40px !important;
}
.el-carousel__indicators {
    display: none;
}
.btn1 {
    background: -webkit-gradient(linear, left top, right top, from(#EC105F), to(#FF7275));
    background: linear-gradient(90deg, #EC105F 0%, #FF7275 100%);
    -webkit-box-shadow: 3px 4px 30px 0px rgba(225, 4, 83, 0.2);
            box-shadow: 3px 4px 30px 0px rgba(225, 4, 83, 0.2);
    background: rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    margin-top: 12px;
}
.item1 {
    margin-bottom: 12px !important;
    margin-top: 20px;
}
.item2 {
    margin-bottom: 6px;
}
.item3 {
    margin-bottom: 12px;
}
.eroll-box {
    background: url(../img/have-person.b4f7b42a.png);
    width: 100%;
    height: 340px;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 42px 26px 0;
    border-radius: 12px;
}
.eroll-box .eroll-box-close {
    position: absolute;
    bottom: -20%;
    left: 50%;
    font-size: 18px;
    color: #fff;
    width: 25px;
    height: 25px;
    margin-left: -25px;
}
  /* 蒙层 */
.popup-box {
    position: fixed;
    z-index: 998;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}
  /* 中 */
.info-center {
    position: fixed;
    z-index: 999;
    background-color: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 20px;
    width: 90%;
    gap: 20px;
    margin-left: 5%;
    margin-right: 5%;
}
.close-icon {
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -12.5px;
}
.out-adv {
    width: 100%;
}
.out-adv-btn {
    width: 80%;
}
}
.hk > .el-input input {
  border: none !important;
  padding-left: 0;
}
