.page-type-container-wrap { position: relative; }
.page-type-container { height:250px !important; width: 100% !important; }
.page-type-container .custom-view-box { margin: 5vh 4vw 0.14vh !important; }
.page-type-container .agreement .checke-1 { height: 6vmin !important; width: 6vmin !important; margin:6px 3px 0 16px !important; }
.page-type-container .agreement .checke-0 { height: 6vmin !important; width: 6vmin !important; margin:6px 3px 0 16px !important; }
.page-type-container .agreement .agree-content { font-size: 4.2vmin !important; border: none !important; text-align: left; }
.page-type-container .agreement a { font-size: 4.2vmin !important; }
.page-type-container .agreement .agree-content-tip {
  font-size: 16px !important;
  top: -7vh !important;
  display: none;
}

.page-type-container .agreement .agree-content-tip.show {
  display: block;
}
.page-type-container .agreement .agree-content-tip::after { left: 6vw !important; }
.user_login_btn { font-size: 19px; }

.page-type-container .nav {
  display: none !important;
}
.page-type-container .nav .nav-title { font-size: 5vmin !important; }
/* .nav-back-icon { display: none !important; } */
.page-type-container .nav .nav-title { padding-left:0px !important; width: 100vw !important; }

.page-type-container .submit-btn {
  height: 50px;
  margin: 40px auto 0 !important;
  line-height: 30px;
  /* padding: 10px 0; */
  width: 290px !important;
  /* width: 300px !important; */
  /* background-color: #1e9fff !important; */
  background: -webkit-linear-gradient(left, #1e9fff 3%, #1e9fff 100%) !important;
  background: linear-gradient(90deg, #1e9fff 3%, #1e9fff 100%) !important;
}

.page-type-container .agreement {
  margin: 2vh auto 0 !important;
  line-height: 26px !important;
}

.page-type-container .agreement .checke-1 svg g {
  fill: #1e9fff !important;
}

.page-type-container .content {
  width: 100%;
  text-align: center;
}

#phone-auth-mount {
  height: 250px;
  width:100%;
  margin-top: -15px;
  position: relative;
}

.phone-login {
  height: 380px;
  width: 100%;
  padding: 30px 0;
  /* position: relative; */
}

.under-title {
  /* z-index: 100; */
  margin-top: -11px;
  margin-left: -1%;
  margin-right: -1%;
  display: block;
  /* position: relative; */
  width: 102%;
  overflow:hidden;
  /* height: 20px; */
  /* border: 1px; */
  /* border-style: solid; */
}

.sub-under-title {
  position: relative;
}

.phone-auth-subtitle {
  text-align: canter !important;
  margin-top: -20px;
}

.phone-auth-num{
  /* height: 6em; */
  display: block;
}

#net-type-msg {
  /* height: 45px; */
  top: 60px;
  position: absolute;
  width: 100%;
  vertical-align: middle;
  display: none;
  border: 0;
}

.net-type-msg-content {
  margin: 0 20px;
  border-radius: 6px;
  width: auto;
  border: 1px;
  border-color: #f3dbc0;
  border-style: solid;
  padding: 5px 10px;
  background-color: #f3dbc0;
  font-size: 18px;
  color: #e66b46;
  box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.5);
}

#get-auth-loading {
  position: absolute;
  top: 100px;
  width: 100%;
  text-align: center;
}
.get-auth-loading-img {
  
}
.wifi-warn {
  display: block !important;
}

.wifi-circle-info::before {
  content: "i";
  font-weight: 900;
  font-family: 'Font Awesome 6 Free';
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  display: block;
  border-radius: 50%;
  background-color: #e66b46;
}

.wifi-solid {
  width: 16px !important;
  height: 16px !important;
  background: #000 !important;
  color: #f3dbc0 !important;
  display: inline-block !important;
  position: relative !important;
}

.wifi-solid {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}