* {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  background-color: #edf0f6;
}
.Logo {
  position: relative;
}
#Logo {
  width: 100vw;
  height: auto;
}
.Route {
  position: absolute;
  top: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.Route-Right {
  color: #fff;
}
.Route-Center {
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Route-Left {
  padding: 3.5px 3px;
  background: #fff;
  display: flex;
  align-items: center;
  border-radius: 40px;
}
.Form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Form-Center {
  width: 88%;
}

#title {
  font-size: 24px;
  font-weight: 400;
}

.Form-List {
  margin-top: 14px;
}

.Form-List-Top {
  display: flex;
  align-items: center;
}

.Form-List-Top img {
  width: 25px;
  margin-right: 7px;
}

.Form-List-Top p {
  font-weight: 500;
  display: flex;
  align-items: center;
}

.Form-List-Bottom input {
  width: 90%;
  height: 48px;
  border-radius: 7px;
  background: #fff;
  display: flex;
  justify-content: center;
  font-size: 15px;
  padding: 0 12px;
  border: none;
  outline: none;
}

.Form-List-Bottom {
  margin-top: 10px;
  display: flex;
  background: #fff;
  border-radius: 9px;
  align-items: center;
  border: 1.5px solid #fff;
  transition: all 0.3s ease-in-out;
}

.Form-List-Bottom:focus-within {
  border: 1.5px solid #007aff;
}

#Subint {
  width: 100%;
  height: 50px;
  margin-top: 30px;
  font-size: 15.8px;
  border: none;
  outline: none;
  background: #007aff;
  border-radius: 7px;
  color: #fff;
  transition: all 0.1s ease-in-out;
}

#GetCode {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  margin-right: 12px;
}

.From-List-Right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Form-List-Bottom:nth-child(2) {
  justify-content: space-between;
}

#Code {
  opacity: 0;
}

.Loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.25);
}

.Loading-Center {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Loading-Contain {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100px;
  border-radius: 12px;
  padding: 18px 0;
}

.Loading-Contain img {
  width: 30px;
  height: 30px;
}

.Loading-Contain p {
  color: #333;
  margin-top: 6px;
  font-size: 15px;
}

#Loading {
  display: none;
}
.SwitchRoute {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.25);
}
.SwitchRoute-Center {
  padding: 15px 0;
  width: 80%;
  background: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.SwitchRoute-List #no {
  display: block;
}
.SwitchRoute-List #yes {
  display: none;
}
#no,
#yes {
  width: 25px;
  height: 25px;
}
.SwitchRoute-List.Choose #no {
  display: none;
}
.SwitchRoute-List.Choose #yes {
  display: block;
}
#SwitchRoute-Title {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
}
.SwitchRoute_Center {
  width: 86%;
}
.SwitchRoute-List .SwitchRoute-Left p:nth-child(2) {
  color: #5fc88f;
}
.SwitchRoute-List {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
}
.SwitchRoute-Right {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.SwitchRoute-Subint {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.SwitchRoute-Subint button {
  width: 40%;
  height: 45px;
  background: var(--b);
  border: 1px solid var(--r);
  color: var(--c);
  border-radius: 10px;
  margin-bottom: 10px;
  font-size: 15px;
}
#SwitchRoute {
  display: none;
  align-items: center;
  justify-content: center;
}
