.drr-www-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  height: 100vh;
}

/* 背景 */

.drr-www-wrap .bg {
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/* Logo */

.drr-logo {
  margin-top: 1.32rem;
  height: 116px;
}

/* 标题 */

.drr-title {
  margin-top: 0.316rem;
  font-size: 30px;
  color: white;
  letter-spacing: 2.8px;
  line-height: 40px;
  text-shadow: 1px 1px 2px rgba(97, 81, 113, 0.6);
}

/* 副标题 */

.drr-subtitle {
  margin-top: 0.211rem;
  display: flex;
  align-items: center;
}

.drr-subtitle .text {
  font-size: 36px;
  color: white;
  line-height: 40px;
  letter-spacing: 3.2px;
  text-shadow: 1px 1px 2px rgba(97, 81, 113, 0.6);
  font-weight: 300;
  margin: 0 20px;
}

.drr-subtitle .line {
  width: 120px;
  height: 1px;
  background: white;
}

/* 服务 */
.drr-services {
  margin-top: 0.924rem;
  display: flex;
  width: 656px;
  justify-content: space-between;
}

.drr-services .service {
  cursor: pointer;
  color: rgb(95, 121, 230);
  border-radius: 8px;
  width: 172px;
  height: 172px;
  background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(215, 221, 246));
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  font-size: 14px;
}

.drr-services .jingzhunjun.disable {
  background: linear-gradient(to bottom, rgb(244, 244, 244), rgb(220, 220, 220));
  cursor: not-allowed;
  color: rgb(102, 102, 102);
}

.drr-www-wrap .scanQR-modal {
  display: none;
  width: 380px;
  height: 402px;
}

.drr-www-wrap .scanQR-modal .view{
  background-image: url(../images/code-bg2.png);;
  width: 380px;
  height: 402px;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}

.drr-www-wrap .scanQR-modal .text {
  font-size: 14px;
  color: rgb(95, 121, 230);
}

/* 遮罩 mask */

.drr-www-wrap .mask {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
