#mainBox {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url('/assets02/static/images/gossip/homeBg.png') no-repeat;
  background-size: 100% 100%;
  font-size: 14px;
}
#joinBtn {
  position: fixed;
  bottom: 20%;
  width: 70vw;
  height: 24vw;
  left: 15vw;
}
#joinBtn img {
  position: absolute;
  width: 100%;
  height: 100%;
}
#changeAccountBtn {
  position: fixed;
  bottom: 14%;
  color: #610201;
  text-align: center;
  width: 100vw;
  font-size: 3.5vw;
}
.login_close {
  position: absolute;
  z-index: 99;
  width: 10vw;
  height: 10vw;
  top: -4%;
  left: 88%;
}
.login_close img {
  position: absolute;
  height: 100%;
  width: 100%;
}
.line {
  height: 2.2vw;
}
.line4 {
  height: 4vw;
  line-height: 4vw;
  color: red;
  font-size: 3.5vw;
  text-align: left;
  margin-left: 20vw;
  width: 60vw;
}
.line5_22 {
  height: 5vw;
  line-height: 4vw;
  color: red;
  font-size: 3vw;
  text-align: left;
  margin-left: 22vw;
}
#loginBox .accountBox {
  position: relative;
  height: 15vw;
  overflow-wrap: break-word;
  word-break: break-all;
  color: #000000;
  background-color: white;
  border-width: 0px;
  border-top-style: solid;
  border-color: #e6e6e6;
}
#loginBox .accountTitle {
  position: absolute;
  height: 15vw;
  line-height: 15vw;
  width: 30vw;
}
.accountBox #account,
#loginBox #phoneNum {
  padding: 0px 12px;
  position: absolute;
  top: 2.5vw;
  left: 20vw;
  width: 54vw;
  height: 11vw;
  line-height: 6.5vw;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.5vh;
  border-color: #f0f0f0;
  background-color: #f0f0f0;
  font-size: 4vw;
  -webkit-appearance: none;
}
.secretBox {
  position: relative;
  height: 13vw;
  overflow-wrap: break-word;
  word-break: break-all;
  color: #000000;
  background-color: white;
  border-width: 0px;
  border-top-style: solid;
  border-color: #e6e6e6;
}
.accountBtoom {
  height: 10vw;
}
.accountBtoom div {
  position: absolute;
  text-align: right;
  font-size: 3.5vw;
  left: 10vw;
  color: #4070fb;
  text-decoration: underline;
}
.accountBtoom div:first-child {
  right: 10vw;
}
.phoneNumBox {
  position: relative;
  height: 15vw;
  overflow-wrap: break-word;
  word-break: break-all;
  color: #000000;
  background-color: white;
  border-width: 0px;
  border-top-style: solid;
  border-color: #e6e6e6;
}
.phoneNumBox #phoneNum {
  padding: 0px 12px;
  position: absolute;
  top: 2.5vw;
  left: 9vw;
  width: 40vw;
  height: 11vw;
  line-height: 6.5vw;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.5vh;
  border-color: #f0f0f0;
  background-color: #f0f0f0;
  font-size: 4vw;
  -webkit-appearance: none;
}
.phoneNumBox #loginauthcodesafari {
  position: absolute;
  top: 2.5vw;
  right: 9vw;
  width: 22vw;
  height: 10vw;
  line-height: 10vw;
  background-color: #d3d3d3;
  font-size: 3.5vw;
  border-radius: 0.5vh;
  color: white;
}
.phoneNumBox #loginauthcodesafari.active {
  position: absolute;
  top: 2.5vw;
  right: 9vw;
  width: 22vw;
  height: 10vw;
  line-height: 10vw;
  background-color: #4070fb;
  font-size: 3.5vw;
  border-radius: 0.5vh;
  color: white;
}
.codeBox {
  position: relative;
  height: 13vw;
  overflow-wrap: break-word;
  word-break: break-all;
  color: #000000;
  background-color: white;
  border-width: 0px;
  border-top-style: solid;
  border-color: #e6e6e6;
}
#codeNum {
  padding: 0px 12px;
  position: absolute;
  top: 1vw;
  left: 9vw;
  width: 65vw;
  height: 11vw;
  line-height: 6.5vw;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.5vh;
  border-color: #f0f0f0;
  background-color: #f0f0f0;
  font-size: 4vw;
  -webkit-appearance: none;
}
.loginBtnBox {
  position: relative;
  left: 9vw;
  width: 72vw;
  line-height: 11vw;
  font-size: 4vw;
  display: flex;
  border-radius: 2vw;
  margin-top: 2vw;
}
.loginBtnBox .loginBtn {
  position: relative;
  margin-bottom: 0px;
  color: #ffffff;
  border-width: 0px;
  border-top-style: solid;
  border-color: #e6e6e6;
  background-color: #4070fb;
  border-radius: 1vw;
  width: 100%;
}
.loginBackBox {
  position: absolute;
  left: 28vw;
  width: 44vw;
  top: 35%;
  margin-top: 65vw;
  z-index: 99;
  display: none;
}
.loginBackBox img {
  position: relative;
  margin-bottom: 0px;
  width: 100%;
}
input {
  border: none;
  outline: none;
  display: block;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
}
.phoneMask {
  position: absolute;
  z-index: 98;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.phoneFrame {
  position: absolute;
  z-index: 99;
  width: 90vw;
  max-width: 90vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -65%);
  background-color: #fff;
  text-align: center;
  border-radius: 8px;
  opacity: 1;
  color: white;
  display: none;
}
.phoneFrame .title {
  padding: 1vw;
  font-size: 5vw;
  height: 11vw;
  line-height: 11vw;
  word-wrap: break-word;
  word-break: break-all;
  color: #000;
  background-color: white;
}
.phoneFrame .title .titleText {
  position: absolute;
  left: 0vw;
  height: 11vw;
  width: 90vw;
  text-align: center;
}
.phoneFrame .title .titleText .left {
  position: absolute;
  left: 0vw;
  height: 11vw;
  width: 45vw;
  text-align: center;
}
.phoneFrame .title .titleText .right {
  position: absolute;
  right: 0vw;
  height: 11vw;
  width: 45vw;
  text-align: center;
}
.phoneFrame .title .titleText .middle {
  position: absolute;
  left: 45vw;
  height: 14.2vw;
  width: 2px;
  background: #d9d9d9;
  top: -3.2vw;
  margin-left: -1px;
}
/*弹出框 */
/*找回房卡*/
.phoneFrame.backRoomCard {
  position: fixed;
  z-index: 99;
  width: 90vw;
  max-width: 90vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  background-color: #ffffff;
  text-align: center;
  border-radius: 8px;
  opacity: 1;
  color: white;
  overflow: initial;
}
.headTitle {
  padding: 1vw;
  font-size: 5vw;
  line-height: 10vw;
  overflow-wrap: break-word;
  word-break: break-all;
  color: #000000;
  background-color: white;
}
.itemBox {
  position: relative;
  height: 15vw;
  overflow-wrap: break-word;
  word-break: break-all;
  color: #000000;
  background-color: white;
  border-width: 0px;
  border-top-style: solid;
  border-color: #e6e6e6;
}
.itemBox .phoneNum {
  padding: 0px 12px;
  position: absolute;
  top: 2.5vw;
  left: 9vw;
  width: 40vw;
  height: 11vw;
  line-height: 6.5vw;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.5vh;
  border-color: #f0f0f0;
  background-color: #f0f0f0;
  font-size: 4vw;
  -webkit-appearance: none;
}
.itemBox #authcode11 {
  position: absolute;
  top: 2.5vw;
  right: 9vw;
  width: 22vw;
  height: 10vw;
  line-height: 10vw;
  background-color: #d3d3d3;
  font-size: 3.5vw;
  border-radius: 0.5vh;
  color: white;
}
.itemBox #authcode11.active {
  position: absolute;
  top: 2.5vw;
  right: 9vw;
  width: 22vw;
  height: 10vw;
  line-height: 10vw;
  background-color: #4070fb;
  font-size: 3.5vw;
  border-radius: 0.5vh;
  color: white;
}
.itemBox .codeNum {
  padding: 0px 12px;
  position: absolute;
  top: 1vw;
  left: 9vw;
  width: 65vw;
  height: 11vw;
  line-height: 6.5vw;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.5vh;
  border-color: #f0f0f0;
  background-color: #f0f0f0;
  font-size: 4vw;
  -webkit-appearance: none;
}
.footerBox {
  position: relative;
  left: 9vw;
  width: 72vw;
  line-height: 11vw;
  font-size: 4vw;
  display: flex;
  border-radius: 2vw;
  height: auto;
}
.footerBox .footerBtn,
.footerBox .accountFooterBtn {
  display: block;
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  margin-bottom: 0px;
  color: #ffffff;
  border-width: 0px;
  border-top-style: solid;
  border-color: #e6e6e6;
  background-color: #4070fb;
  border-radius: 1vw;
}
.closeBtn {
  position: absolute;
  z-index: 99;
  width: 10vw;
  height: 10vw;
  top: -5%;
  left: 93%;
  background: url('close.png') no-repeat;
  background-size: 100% 100%;
}
.closeBtn img {
  position: absolute;
  height: 100%;
  width: 100%;
}
.line22 {
  height: 2.2vw;
}
.accountLine4,
.accountPWLine4,
.line4 {
  height: 4vw;
  line-height: 4vw;
  color: red;
  font-size: 3.5vw;
  text-align: left;
  margin-left: 20vw;
}
.backRoomCard .line4 {
  margin-left: 9vw;
}
.line5 {
  height: 5vw;
}
.line8 {
  height: 8vw;
}
/*账户与密码*/
.accountPW {
  position: fixed;
  z-index: 99;
  width: 90vw;
  max-width: 90vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  background-color: #ffffff;
  text-align: center;
  border-radius: 8px;
  opacity: 1;
  color: white;
  overflow: initial;
  display: none;
}
.itemTitle {
  position: absolute;
  top: 1vw;
  left: 9vw;
  height: 11vw;
  line-height: 11vw;
  width: 14vw;
  font-size: 4vw;
}
.accountValue,
.pwValue {
  padding: 0px 12px;
  position: absolute;
  top: 1vw;
  left: 22vw;
  width: 52vw;
  height: 11vw;
  line-height: 6.5vw;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.5vh;
  border-color: #f0f0f0;
  background-color: #f0f0f0;
  font-size: 3.6vw;
  -webkit-appearance: none;
}
.accountTips {
  height: 5vw;
  line-height: 4vw;
  color: gray;
  font-size: 3vw;
  text-align: left;
  margin-left: 22vw;
}
/*添加成员*/
.addMemberBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.addMember {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 90%;
  height: 78vw;
  border-radius: 1.5vw;
  background: #fff;
  height: 91vw;
  display: none;
}
.addMember .title {
  text-align: center;
  line-height: 16vw;
  font-size: 4.5vw;
}
.addMember .userId {
  position: absolute;
  margin-top: 6vw;
  width: 43vw;
  margin-left: 10vw;
  background: #f0f0f2;
  border-radius: 1.5vw;
  height: 11vw;
  padding: 0 2vw;
  font-size: 4vw;
}
.searchBtn {
  position: absolute;
  margin-top: 6vw;
  right: 10vw;
  width: 20vw;
  height: 11vw;
  line-height: 11vw;
  background-color: #ffb500;
  border-radius: 1.5vw;
  text-align: center;
  color: white;
  font-size: 3.6vw;
}
.note {
  position: absolute;
  top: 34vw;
  display: none;
  width: 70vw;
  left: 10vw;
  color: #ff5555;
  font-size: 3vw;
}
.info {
  position: absolute;
  top: 35vw;
  width: 80vw;
  display: none;
}
.info img {
  position: absolute;
  width: 14vw;
  height: 14vw;
}
.info .name:first-child {
  position: absolute;
  left: 14vw;
  height: 7vw;
  line-height: 7vw;
  overflow: hidden;
}
.info .name:last-child {
  position: absolute;
  top: 7vw;
  left: 14vw;
  height: 7vw;
  line-height: 7vw;
  overflow: hidden;
}
.remarkValue {
  position: absolute;
  top: 54vw;
  width: 70vw;
  display: none;
  margin-left: 10vw;
  width: 66vw;
  background: #f0f0f2;
  border-radius: 1.5vw;
  height: 11vw;
  margin-top: 5vw;
  padding: 0 2vw;
  font-size: 4vw;
}
.defineBtn {
  border: none;
  margin: initial;
  margin-left: 25vw;
  width: 40vw;
  background: #ff5555;
  color: #fff;
  border-radius: 1.5vw;
  height: 7vw;
  margin-top: 10vw;
  text-align: center;
  line-height: 7vw;
  font-size: 3.6vw;
  position: absolute;
  top: 75vw;
  margin-top: 0px;
  padding: 9px 0 10px;
  background-color: #6d7dd4;
}
.toast {
  background: #000000;
  height: 40vw;
  width: 40vw;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  text-align: center;
  font-size: 4.5333333vw;
  display: none;
  border-radius: 1.3333333vw;
  z-index: 99999;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.registerCover {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  background: #000000;
  opacity: 0.5;
}
.table_dis {
  display: table;
}
#toastText {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.addMember .info {
  line-height: 10vw;
  font-size: 4vw;
  width: 70vw;
  margin-left: 10vw;
  margin-top: 4vw;
}
.addMember .info .name {
  position: absolute;
  left: 14vw;
  height: 7vw;
  line-height: 7vw;
  overflow: hidden;
  float: left;
  margin-left: 3vw;
}
.accountPW .lin5_22 {
  height: 5vw;
  line-height: 4vw;
  color: red;
  font-size: 3vw;
  text-align: left;
  margin-left: 22vw;
}
#mainBox .registerAgain {
  display: none;
  position: absolute;
  top: 35%;
  left: 15%;
  width: 70%;
  height: 40vw;
  background: #ffffff;
  border-radius: 2vw;
  font-size: 4vw;
  line-height: 10vw;
  z-index: 100;
}
#mainBox .aginLine8 {
  position: relative;
  height: 8vw;
}
#mainBox .registerText {
  position: relative;
  text-align: center;
}
#mainBox .registerDefiniteBtn {
  position: absolute;
  color: #ffffff;
  background-color: #4070fb;
  border-radius: 1vw;
  width: 25vw;
  height: 10vw;
  text-align: center;
  top: 24vw;
  left: 6vw;
}
#mainBox .registerCancelBtn {
  position: absolute;
  color: #6e1624;
  background-color: #ffcf3f;
  border-radius: 1vw;
  width: 25vw;
  height: 10vw;
  text-align: center;
  top: 24vw;
  right: 6vw;
}
#mainBox .newbox {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#mainBox .newbox .box {
  display: none;
  transform: scale(1.3);
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: -1rem;
  bottom: 0;
  right: 0;
  margin: auto;
  padding: 1rem;
  padding-right: 1.2rem;
  width: 8.32rem;
}
#mainBox .newbox .box .btn {
  margin: 0 auto;
  background: url("btn.png");
  background-size: 100% 100%;
  width: 5.62666667rem;
  height: 1.42666667rem;
  line-height: 1.28rem;
  font-size: 0.36rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
#mainBox .newbox .box .title {
  width: 100%;
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 0.41333333rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
#mainBox .newbox .box .btn2 {
  height: 0.8rem;
  font-size: 0.24rem;
  text-align: center;
  color: #5f84f4;
}
#mainBox .newbox .box .inputBox {
  overflow: hidden;
  width: 5.10666667rem;
  height: 0.81333333rem;
  margin: 0 auto;
  background: #344554;
  border-radius: .1rem;
  margin-bottom: 0.4rem;
  display: flex;
}
#mainBox .newbox .box .inputBox input {
  padding: 0;
  flex: 1;
  height: 100%;
  width: 3.86666667rem;
  font-size: 0.30666667rem;
  color: #fff;
  background: #344554;
}
#mainBox .newbox .box .inputBox input::-webkit-input-placeholder {
  color: #cfcfcf;
}
#mainBox .newbox .box .inputBox .imgbox {
  width: 0.78666667rem;
  line-height: 0.78666667rem;
  height: 0.78666667rem;
  text-align: center;
}
#mainBox .newbox .box .inputBox .imgbox img {
  width: 0.28rem;
  height: 0.32rem;
}
#mainBox .newbox .register {
  height: 8.05333333rem;
  background: url("box3.png");
  background-size: 100% 100%;
}
#mainBox .newbox .yzmlogin {
  height: 8.58666667rem;
  background: url("box2.png");
  background-size: 100% 100%;
}
#mainBox .newbox .yzmlogin .phoneLogin {
  font-size: 0.25333333rem;
  text-align: right;
  padding-right: 0.53333333rem;
  color: #5f84f4;
}
#mainBox .newbox .yzmlogin .inputBox {
  position: relative;
}
#mainBox .newbox .yzmlogin .inputBox button {
  transform: scale(0.8);
  position: absolute;
  right: -0.25rem;
  height: 125%;
  top: -0.1rem;
  font-size: 0.30666667rem;
}
#mainBox .newbox .login {
  height: 8.58666667rem;
  background: url("box2.png");
  background-size: 100% 100%;
}
#mainBox .newbox .login .btnBox {
  display: flex;
}
#mainBox .newbox .login .btnBox #phoneLogin,
#mainBox .newbox .login .btnBox #phoneLogin2 {
  flex: 1;
  font-size: 0.25333333rem;
  text-align: right;
  padding-right: 0.53333333rem;
  color: #5f84f4;
}
#mainBox .newbox .justgo {
  height: 5.65333333rem;
  background: url("box1.png");
  background-size: 100% 100%;
}
