html {
  background: #f0f0f0;
  height: 100%;
  width: 100vw;
  overflow-x: hidden;
  position: relative;
}

body {
  font-family: 'HYQihei-DZJ';
  font-weight: bold;
  width: 100%;
}
#app {
  width: 100%;
  overflow-x: hidden;
}

.phone {
  width: 100%;
  height: 2.8rem;
  padding: 0.893333rem 0.48rem 0 0.826667rem;
  /* background: linear-gradient(to right, #197be6, #2b9efb); */
}

.phone > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.phone > div > span:first-child {
  font-size: 0.48rem;
  color: #ffffff;
}

.phone > div > span:last-child {
  display: inline-block;
  width: 2.746667rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  line-height: 0.8rem;
  text-align: center;
  font-size: 0.32rem;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.rights-box {
  margin: 0.266667rem 0;
}

.rights-item {
  height: 1.386667rem;
  padding: 0 0.48rem 0 0.573333rem;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rights-box > .rights-item:last-child {
  border: none;
}

.r-name {
  width: 70% !important;
  font-size: 0.373333rem;
  color: #262626;
}

.r-get {
  font-size: 0.346667rem;
  color: #999999;
}

.r-get > .yjt {
  margin-left: 0.333333rem;
}

.popup-mask {
  /* width: 100%; */
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
}

.popup {
  position: absolute;
  top: 3.573333rem;
  left: 50%;
  width: 9.2rem;
  transform: translateX(-50%);
  background: #fff;
  padding: 1.04rem 0.866667rem 0.666667rem;
  border-radius: 0.133333rem;
}

.p-con::before,
.p-con::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 8.733333rem;
  height: 0.213333rem;
  background: rgb(255, 195, 195);
}

.p-con::before {
  top: -0.213333rem;
  border-top-left-radius: 0.106667rem;
  border-top-right-radius: 0.106667rem;
}

.p-con::after {
  bottom: -0.213333rem;
  border-bottom-left-radius: 0.106667rem;
  border-bottom-right-radius: 0.106667rem;
}
.popup.p-login {
  top: calc((100vh - 9.48rem) / 2);
  padding: 0;
}

.popup.p-login > .p-con {
  padding: 0.56rem 0.493333rem 0.6667rem;
  min-height: 9.33rem;
}

.login-tit {
  font-size: 0.48rem;
  font-weight: bold;
  color: #2f2f2f;
  position: relative;
  margin-bottom: 1rem;
  font-family: 'HYQihei-DZJ';
}

.login-tit::after {
  content: '';
  position: absolute;
  left: 0.24rem;
  top: 0.306667rem;
  width: 0.786667rem;
  height: 0.24rem;
  background: #428cff;
  opacity: 0.3;
}

.ipt {
  width: 100%;
  height: 1.28rem;
  padding: 0.266667rem 0.48rem;
  border-radius: 0.64rem;
  background: rgba(238, 238, 238, 0.3);
  position: relative;
}

.ipt.flx {
  display: flex;
  margin-bottom: 0.52rem;
}

.ipt > span {
  display: inline-block;
  font-size: 0.48rem;
  font-weight: bold;
  line-height: 0.746667rem;
  padding-right: 0.293333rem;
  margin-right: 0.426667rem;
  border-right: 1px dashed #eee;
  color: #2f2f2f;
  font-family: 'HYQihei-DZJ';
}

.txsb {
  flex: 1;
}

.txsb > input {
  width: 100%;
  height: 100%;
  font-size: 0.48rem;
  font-weight: bold;
  line-height: 0.746667rem;
  color: #2f2f2f;
  font-family: 'HYQihei-DZJ';
  background: transparent;
}

.captcha {
  position: absolute;
  right: 0.066667rem;
  top: 0.066667rem;
  height: 1.146667rem;
  line-height: 1.146667rem;
  padding: 0 0.266667rem;
  border-radius: 0.573333rem;
  text-align: center;
  font-size: 0.373333rem;
  font-weight: bold;
  color: #f6f6f6;
  font-family: 'HYQihei-DZJ';
  /* background: linear-gradient(to right, #0081ff, #6bc3ff); */
}

.c-down {
  background: #999 !important;
}

.err-tip {
  position: absolute;
  left: 0.48rem;
  bottom: -0.573333rem;
  font-size: 0.32rem;
  font-weight: bold;
  color: #ea5747;
  font-family: 'HYQihei-DZJ';
}
.login-btns {
  width: 100%;
  height: 1.173333rem;
  margin-top: 0.9rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  font-size: 0.48rem;
  font-weight: bold;
  font-family: 'HYQihei-DZJ';
  text-align: center;
}

.login-btns > span {
  display: inline-block;
  box-sizing: border-box;
  width: 3.773333rem;
  height: 100%;
  border-radius: 0.586667rem;
}

.login-btns > span:first-child {
  /* color: #0685ff;
  border: 2px solid #0685ff; */
  line-height: 1.093333rem;
}

.login-btns > span:last-child {
  /* color: #f6f6f6;
  background: linear-gradient(to right, #0081ff, #6bc3ff); */
  line-height: 1.173333rem;
}
.qx {
  /* color: #0685ff;
  border: 2px solid #0685ff; */
  line-height: 1.093333rem;
}

.qr {
  /* color: #f6f6f6;
  background: linear-gradient(to right, #0081ff, #6bc3ff); */
  line-height: 1.173333rem;
}

.full {
  width: 100% !important;
}

.tips {
  font-size: 0.373333rem;
  color: #999999;
  line-height: 0.64rem;
  text-align: justify;
  margin-bottom: 0.84rem;
}

.btn {
  width: 100%;
  height: 1.173333rem;
  line-height: 1.173333rem;
  text-align: center;
  background: linear-gradient(to right, #0f8aff, #66c0ff);
  font-size: 0.48rem;
  color: #f6f6f6;
  border-radius: 0.586667rem;
}

.yjt {
  display: inline-block;
  width: 0.133333rem;
  height: 0.226667rem;
  background: url('../img/new/rightsMenu/右箭头.png') no-repeat center center;
  background-size: 100% 100%;
}

.no-border {
  border: none !important;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999999;
  font-size: 0.373333rem;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
  font-size: 0.373333rem;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  font-size: 0.373333rem;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
  font-size: 0.373333rem;
}
.agreement {
  margin-top: 0.52rem;
  display: flex;
  /* align-items: center; */
  font-family: HYQiHei-DZJ;
}
.agreement .agreement-text {
  font-size: 0.2933;
  color: #999999;
  font-weight: bold;
}
.agreement .agreement-text span {
  color: #37b1e4;
}

.agreement .agreement-choose {
  width: 0.4066rem;
  height: 0.2466rem;
  background: url(../../chun/2020/img/new/right.png) no-repeat;
  background-size: 100% 100%;
}
