.ppp * {
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
}

.flexRowNowrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: auto;
}

.flexRowAuto > div {
  flex-shrink: 1;
}

.open_app_mask {
  width: 50%;
}

.fr {
  float: right;
}

.mask_img {
  margin-top: 1.5rem;
  margin-right: 10%;
}

* {
  padding: 0;
  margin: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  /* background-image: url("https://img2020.cnblogs.com/blog/35695/202110/35695-20211008160624813-1694591598.jpg"); */
}

#app {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.login_top {
  width: 100%;
  padding: 0 1.3rem;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  position: relative;
  top: 19px;
  height: 0;
  z-index: 90;
  flex-direction: row-reverse;
}

.logo {
  width: 37%;
}

#loginServerNumber {
  width: auto;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  color: #fff;
  padding: 2px 5px;
}

/* .testFlex {
display: flex;
justify-content: space-around;
} */
.common_mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
}

.pop {
  width:280px;
  background: linear-gradient(to bottom, #fff, #ecf7ff);;
  border-radius: 27px;
  padding: 0 26px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
}

.close {
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  background-color: #707070;
  background-image: url("https://img.mcloud.139.com/mcloud_static/template_view/images/closeIcon.png");
  background-position: center;
  border-radius: 50%;
  background-size: 14px;
}

.login_title {
  text-align: center;
    height: 36px;
    font-size: 17px;
    line-height: 34px;
    letter-spacing: 1px;
    color: #fff;
    margin: 0px;
    background-size: 160px auto;
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: 25px;
    background-image: url("https://img.mcloud.139.com/mcloud_static/template_view/images/loginHead.png");
}

.input-box {
  /* width: 90%; */
  margin: auto;
  font-size: 12px !important;
}
.telephone {
  margin-bottom: 17px;
}
.telephone,
.code {
  /* border-bottom: 0.01rem solid #a9a9a9;
  overflow: hidden; */
    /* line-height: 45px; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    font-size: 12px;
    padding: 0 20px;
    background: #dff0ff;
    border-radius: 22px;
}
.phoneIcon, .smsCodeIcon {
  width: 17px;
  height: 22px;
  margin-right: 10px;
  flex-shrink: 0;
}
.phoneIcon {
  background-image: url("https://img.mcloud.139.com/mcloud_static/template_view/images/phoneIcon.png")
}
.smsCodeIcon {
  background-image: url("https://img.mcloud.139.com/mcloud_static/template_view/images/smsCodeIcon.png");
  
}

.input-box input {
  display: block;
  width: 100%;
  height: 18px;
  /* padding: 1.2rem 0.15rem; */
  background: transparent;
  border: none;
  outline:none;
}
.input-box input::placeholder {
  font-size: 12px;
}

/* .input-box input:focus {
  font-size: 12px;
}
.input-box input:focus {
  font-size: 12px;
} */

.code {
  /* margin: 0.15rem auto 0; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#codeNumber {
  width: 100%;
}

.getcode {
  width: 70px;
  color: #148dff;
  /* border: 2px solid #f77473; */
  /* border-radius: 0.1rem; */
  background: none;
  border: none;
  text-align: right;
  flex-shrink: 0;
}
.kh_tip {
  font-size: 11px;
  color: #666;
  text-align: justify;
  margin: 5px auto 0;
}

.agreement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 11px !important;
  padding-bottom: 25px;
}
.agreement p {
  text-decoration:none;
  color: #666;
  font-size: 11px !important;
  word-break: break-all;
  flex: 1;
  text-align: justify;
}

.agreement p i {
  color: #3085f8;
  font-style: normal;
}
.agreement .agreementCheck{
  border-radius: 8px;
  height: 100%;
  width: 100%;
}

.checkLabel.active .agreementCheck {
  background-color: #666;
}

.agreement .checkLabel {
  width: 11px;
  margin: 3px 3px 0 0;
  height: 11px;
  display: inline-block;
  border: 1px solid #666;
  border-radius: 50%;
  vertical-align: text-bottom;
  padding: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  flex-shrink: 0;
 }
.tips {
  display: block;
  /* width: 90%; */
  color: red;
  margin: auto;
  font-size: 12px;
  height: 14px;
  line-height: 13px;
  margin-top: 5px;
  padding-left: 15px;
  /* padding-top: 0.2rem; */
}

.login_btn {
  /* width: 6.88rem;
  height: 2rem;
  color: #fff;
  text-align: center;
  line-height: 2rem;
  border-radius: 0.4rem;
  background: #eb5d29;
  margin: 1rem auto 0; */
  width: 160px;
    height: 40px;
    border-radius: 20px;
    background: #41aaff;
    font-size: 17px;
    line-height: 16px;
    color: #ffffff;
    margin: 35px auto 30px;
    border: none;
    text-align: center;
    line-height: 38px;
}

.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999;
}
.ppp {
  position: relative;
  width: 100%;
  height: 100%;
}

.pop.alert_pop {
  padding: 0;
  border-radius: 13px !important;
}

#alert .login_title {
  box-sizing: border-box;
}
.alert_btn {
  display: flex;
  flex-wrap: nowrap;
  height: 3rem;
  text-align: center;
  line-height: 2.8rem;
  border-top: 1px solid #999;
}
.alert_btn > div {
  width: 50%;
  height: 100%;
  font-weight: 700;
  color: #666;
}

div.alert_confirm {
  color: #148dff;
  border-left: 1px solid #999;
}

.line4 {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.alert_box {
  height: 7rem;
  padding: 0 1rem 1rem;
  line-height: 1.5rem;
  overflow: hidden;
  letter-spacing: 1px;
  text-align: center;
}
.alert_box_txt {
  width: 100%;
  height: 100%;
}

.box_center {
  display: flex;
  /* text-align: center; */
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
}

/* loadding */

.load-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}




@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#alert {
  width: 100vw;
}
/* toast */
.toast {
  position: fixed;
  z-index: 2000;
  left: 50%;
  top: 45%;
  transition: all 0.5s;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  border-radius: 5px;
  color: #fff;
  background: rgba(17, 17, 17, 0.7);
  line-height: 45px;
  padding: 10px 15px;
  width: auto;
  word-break: break-all;
  font-size: 15px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}



@keyframes myAnimation {
	0% { background-position: 0px 0px; }
	5.26% { background-position: -200px 0px; }
	10.53% { background-position: -400px 0px; }
	15.79% { background-position: -600px 0px; }
	21.05% { background-position: -800px 0px; }
	26.32% { background-position: -1000px 0px; }
	31.58% { background-position: -1200px 0px; }
	36.84% { background-position: -1400px 0px; }
	42.11% { background-position: -1600px 0px; }
	47.37% { background-position: -1800px 0px; }
	52.63% { background-position: -2000px 0px; }
	57.89% { background-position: -2200px 0px; }
	63.16% { background-position: -2400px 0px; }
	68.42% { background-position: -2600px 0px; }
	73.68% { background-position: -2800px 0px; }
	78.95% { background-position: -3000px 0px; }
	84.21% { background-position: -3200px 0px; }
	89.47% { background-position: -3400px 0px; }
	94.74% { background-position: -3600px 0px; }
	100.00% { background-position: -3800px 0px; }
}

@-webkit-keyframes myAnimation {
	0% { background-position: 0px 0px; }
	5.26% { background-position: -200px 0px; }
	10.53% { background-position: -400px 0px; }
	15.79% { background-position: -600px 0px; }
	21.05% { background-position: -800px 0px; }
	26.32% { background-position: -1000px 0px; }
	31.58% { background-position: -1200px 0px; }
	36.84% { background-position: -1400px 0px; }
	42.11% { background-position: -1600px 0px; }
	47.37% { background-position: -1800px 0px; }
	52.63% { background-position: -2000px 0px; }
	57.89% { background-position: -2200px 0px; }
	63.16% { background-position: -2400px 0px; }
	68.42% { background-position: -2600px 0px; }
	73.68% { background-position: -2800px 0px; }
	78.95% { background-position: -3000px 0px; }
	84.21% { background-position: -3200px 0px; }
	89.47% { background-position: -3400px 0px; }
	94.74% { background-position: -3600px 0px; }
	100.00% { background-position: -3800px 0px; }
}

@keyframes spot1 {
	0% { opacity: 0 }
  24% { opacity: 0 }
  25% {opacity: 1 }

}

@keyframes spot2 {
	0% { opacity: 0 }
  49% { opacity: 0 }
  50% {opacity: 1 }
}

@keyframes spot3 {
	0% { opacity: 0 }
  74% { opacity: 0 }
  75% {opacity: 1 }
}

.mySprite-wrap {
  width: 280px;
  height: 280px;
  background-image: linear-gradient(rgb(222,239,255), rgb(239,247,255));
  border-radius: 50%;
  margin: 0 auto;
  /* padding-top: 15px; */
  transform: scale(0.5);
}

.page-loading {
  background-color: #fff;
}
.page-loading .load-relax {
  color: #333;
}

#mySprite {
  background-image: url(https://img.mcloud.139.com/mcloud_static/template_view/images/loadding.png);
    background-repeat: no-repeat;
    width: 200px;
    height: 250px;
    animation: myAnimation 1.20s steps(1) infinite;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
}
.load-relax {
  color: #fff;
  font-size: 18px;
  margin-top: -57px;
}
.load-loading {
  color: #aaa;
  margin-top: 12px;
  font-size: 13px;
  letter-spacing: 1px;
}
.load8 .loader {
  /* margin: 30% auto auto; */
  width: 80vw;
  /* height: 60vw; */
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
  
}

.spot1 {
  animation: spot1 2s infinite linear;
}
.spot2 {
  animation: spot2 2s infinite linear;
}

.spot3 {
  animation: spot3 2s infinite linear;
}

#preview-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

#preview-image {
  max-width: 90%;
  max-height: 50%;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}

@keyframes van-rotate {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.loading-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
  display: none;
}

.loading-popup .loading-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 88px;
  height: 88px;
  padding: 16px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  border-radius: 8px;
  transition: all 0.3s;
}

.loading-popup .loading-box .text {
  display: inline-block;
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 20px;
  color: rgb(255, 255, 255);
  vertical-align: middle;
}

.loading-popup .loading-box .spinner {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  width: 30px;
  max-width: 100%;
  height: 28px;
  max-height: 100%;
  animation: van-rotate 0.8s linear infinite;
  animation-timing-function: steps(12);
  color: rgb(255, 255, 255);
  vertical-align: middle;
}

.line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.line::before {
  content: " ";
  display: block;
  width: 2px;
  height: 25%;
  margin: 0 auto;
  background-color: rgb(255, 255, 255);
  font-size: 14px;
  line-height: 20px;
  border-radius: 40%;
}

.line.line-1 {
  transform: rotate(30deg);
  opacity: 1;
}
.line.line-2 {
  transform: rotate(60deg);
  opacity: 0.9375;
}
.line.line-3 {
  transform: rotate(90deg);
  opacity: 0.875;
}
.line.line-4 {
  transform: rotate(120deg);
  opacity: 0.8125;
}
.line.line-5 {
  transform: rotate(150deg);
  opacity: 0.75;
}
.line.line-6 {
  transform: rotate(180deg);
  opacity: 0.6875;
}
.line.line-7 {
  transform: rotate(210deg);
  opacity: 0.625;
}
.line.line-8 {
  transform: rotate(240deg);
  opacity: 0.5625;
}
.line.line-9 {
  transform: rotate(270deg);
  opacity: 0.5;
}
.line.line-10 {
  transform: rotate(300deg);
  opacity: 0.4375;
}
.line.line-11 {
  transform: rotate(330deg);
  opacity: 0.375;
}
.line.line-12 {
  transform: rotate(1turn);
  opacity: 0.3125;
}