.loading {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1000;
}
.choose {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 35.625rem;
}
.choose > img {
  width: 100%;
}
.qudao {
  position: absolute;
  top: 0;
  left: 0;
  /* background: firebrick; */
  width: 100%;
  height: 100%;
  padding: 1rem 4rem;
  box-sizing: border-box;
}
.title {
  text-align: center;
  /* display: flex;
  align-items: center;
  justify-content: space-evenly; */
  font-size: 1.5rem;
}
.notice {
  top: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 2.25rem;
  text-align: center;
  text-decoration: underline;
}
.btn-self {
  width: 100%;
  border: 1px solid #ddd !important;
  color: rgb(188, 177, 165) !important;
  margin-top: 2rem;
  text-align: left !important;
  height: 3rem;
  font-size: 1rem !important;
}
.dropdown-toggle::after {
  border: none !important;
}
.menu-self {
  width: 100%;
}
.next {
  position: absolute;
  bottom: 10%;
}
.next img {
  width: 28.75rem;
}
.close {
  position: absolute;
  right: -2rem;
  top: -2rem;
  width: 3.125rem;
  height: 3.125rem;
}
.close img {
  width: 100%;
}
.phone {
  position: absolute;
  top: 0;
  left: 0;
  /* background: firebrick; */
  width: 100%;
  height: 100%;
  padding: 1rem 4rem;
  box-sizing: border-box;
}
.logout {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 35.625rem;
}
.logout .logout-bg {
  width: 100%;
}
.out {
  margin-top: 5rem;
}
.roleId {
  position: absolute;
  top: 0;
  left: 0;
  /* background: firebrick; */
  width: 100%;
  height: 100%;
  padding: 1rem 4rem;
  box-sizing: border-box;
}
.idMsg {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  font-size: 0.8rem;
  color: rgb(188, 177, 165);
}
.shareImg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 70vh;
  z-index: 1000;
}
.waringQ {
  color: red;
  font-size: 0.8rem;
}

.user-info {
  color: #f1e7d3;
  font-size: 1.5rem;
}

.cover-bg {
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.share-post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.post-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 30rem;
}

body,
html,
.allContent {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
}
.hide {
  display: none;
}
.phone-logout {
  position: absolute;
  top: 0;
  left: 0;
  /* background: firebrick; */
  width: 100%;
  height: 100%;
  padding: 1rem 4rem;
  box-sizing: border-box;
}
.roleName {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 35.625rem;
}
.roleName-img {
  width: 100%;
}
.roleNameLoading {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.roleNameLoading-close {
  position: absolute;
  right: -2rem;
  top: -2rem;
  width: 4rem;
}
.roleName-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
}
.roleName-str {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
  border: 1px solid rgb(188, 177, 165);
  padding: 0.5rem 0;
  border-radius: 10px;
}
.roleName-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4rem;
}
.roleName-button > img {
  width: 24rem;
}

.closeRole {
  position: fixed;
  left: 1rem;
  bottom: 2rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  width: 10rem;
  height: 5rem;
  border: 1px solid white;
}
