@charset "UTF-8";

html {
  background: #f5f5f5;
}

body {
  background: #f5f5f5 !important;
  line-height: 1.5;
  color: #515a6e;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}

#app {
  height: 100%;
  background: #f5f5f5;
  font-family: Microsoft YaHei;
  box-sizing: border-box;
}

.index {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 0.8rem;
}

.logo {
  width: 2.89rem;
  height: 0.92rem;
}

.logo img {
  width: 100%;
  height: 100%;
}

.address {
  /* overflow: hidden; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0rem 0.5rem 0.35rem 0.5rem;
  /* background: #fff; */
  box-sizing: border-box;
  /* border: 0.01rem solid #e1e1e1; */
  height: 1rem;
  /* padding-right: 0.2rem; */
  border-radius: 0.1rem;
  /* position: relative; */
  z-index: 99;
}

.phone .address_img {
  width: 0.39rem;
  height: 0.46rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}

.address_img {
  width: 0.4rem;
  height: 0.45rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}

.Invitation_img {
  width: 0.39rem;
  height: 0.39rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}

.Invitation_img img {
  width: 100%;
  height: 100%;
}

.address_img img {
  width: 100%;
  height: 100%;
}


.phone {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0rem 0.5rem 0.35rem 0.5rem;
  background: #fff;
  border: 0.01rem solid #e1e1e1;
  height: 1rem;
  padding-right: 0.2rem;
  border-radius: 0.1rem;
}

.phone input {
  flex: 1;
  height: 100%;
  font-size: 0.36rem;
  color: #0d2130;
  padding-left: 0.05rem;
  font-family: Microsoft YaHei;
}

.Verification {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  margin: 0rem 0.5rem 0.28rem 0.5rem;
  background: #fff;
  border: 0.01rem solid #e1e1e1;
  height: 1rem;
  padding-right: 0.2rem;
  border-radius: 0.1rem;
}

.Verification input {
  flex: 1;
  height: 100%;
  font-size: 0.36rem;
  color: #0d2130;
  padding-left: 0.05rem;
  font-family: Microsoft YaHei;
  width: 2.3rem;
}

.Verification .address_img {
  width: 0.42rem;
  height: 0.44rem;
  margin-left: 0.2rem;
  margin-right: 0.23rem;
}

.Verification .address_img img {
  width: 100%;
  height: 100%;
}

.feachBtn {
  width: 2.33rem;
  height: 0.66rem;
  text-align: center;
  line-height: 0.66rem;
  font-size: 0.3rem !important;
  color: #fff;
  font-weight: bold;
  background: #137bc8;
  border-radius: 0.5rem !important;
  margin-left: 0.2rem;
}

input::-webkit-input-placeholder {
  color: #aaa;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}

.Agreement {
  margin: 0rem 0.5rem;
  box-sizing: border-box;
}

.go_order_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0.5rem 0.6rem 0.5rem;
  box-sizing: border-box;
}

.go_order_btn button {
  width: 100%;
  height: 0.88rem;
  background: #137bc8;
  color: #fff;
  font-size: 0.36rem;
  font-weight: bold;
  border-radius: 0.1rem;
}

.tips {
  margin: 0rem 0.5rem;
  box-sizing: border-box;
  font-size: 0.26rem;
  color: #6b7a86;
}

.tips span {
  font-size: 0.28rem;
  color: #6b7a86;
}

/* 关闭按钮 */
.search-icon-two {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 0.4rem;
  font-size: 30px !important;
  color: #c0c0c0;
}
