/* reset */
* {
  margin: 0;
  padding: 0;
  list-style: none;
}

div {
  box-sizing: border-box;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: 100%;
}

[v-cloak] {
  display: none;
}

/* start */
html,
body {
  width: 100%;
  height: 100%;
}
#app {
  width: 15rem;
  height: 100%;
  overflow-x: hidden;
  /* background-color: #377F50; */
  font-family: Microsoft YaHei;
}
.box {
  background-image: linear-gradient(to right, #4b64b2, #3478c3);
  background-size: 100% 100%;
  width: 100%;
  /* height: 26rem; */
  min-height: 100%;
  height: auto;
  /* padding-top: 1.3rem; */
  padding-bottom: 1.3rem;
  margin-bottom: -2rem;
}
/* ---------------------------------------------- */
.link-bg {
  background-color: rgba(0, 0, 0, 0.3);
}

/* 遮罩层 */
.alert-box {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9;
  position: fixed;
  left: 0;
  top: 0;
}
.alert-box .warp {
  width: 100%;
  height: 100%;
  text-align: center;
}

/* start */
/* ---------------------------------------------- */

.userinfo {
  /* position: absolute; */
  padding-left: 0.2rem;
  height: 1.3rem;
  line-height: 1.3rem;
  /* top: 0.2rem; */
  color: #fff;
  font-size: 0.56rem;
}

.search-bar {
  width: 13.92rem;
  height: 6.06rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.3rem;
  margin: 0 auto;
}

.search-bar .tab {
  width: 100%;
  height: 1.48rem;
  display: flex;
  line-height: 1.48rem;
}

.search-bar .content {
  display: none;
  background-color: #fff;
  width: 100%;
  height: 4.6rem;
  position: relative;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.search-bar .content.on {
  display: block;
}
.phonenumber {
  padding-top: 0.7rem;

  color: rgba(0, 0, 0, 0.86);
}
.address {
  padding-top: 0.5rem;

  color: rgba(0, 0, 0, 0.86);
}

input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.86);
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(0, 0, 0, 0.86);
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(0, 0, 0, 0.86);
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.86);
}

.tab li {
  flex: 1;
  text-align: center;
  font-size: 0.64rem;
  background-color: #9ed2ff;
}
.tab li:first-child {
  border-top-left-radius: 0.3rem;
}
.tab li:last-child {
  border-top-right-radius: 0.3rem;
}

.tab li.cur {
  background-color: #fff;
}

.input-num {
  width: 11.92rem;
  height: 1.4rem;
  margin: 0 auto;
  position: relative;
}
.input-num img {
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  left: 0.6rem;
  top: 0.4rem;
  vertical-align: top;
}
.input-num input {
  width: 100%;
  height: 100%;
  border: none;
  text-indent: 1.6rem;
  background: rgba(158, 210, 255, 0.2);
  border-radius: 0.3rem;
  font-size: 0.64rem;
  color: rgba(0, 0, 0, 0.86);
}
input {
  border: none;
  height: 100%;
  background: transparent;
  border-radius: 0.3rem;
  font-size: 0.64rem;
  color: rgba(0, 0, 0, 0.86);
}
.content .find-btn {
  width: 5.94rem;
  height: 1.06rem;
  line-height: 1.06rem;
  background: rgba(158, 210, 255, 0.2);
  border-radius: 0.3rem;
  font-size: 0.64rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.86);
  position: absolute;
  right: 1.02rem;
  bottom: 0.72rem;
}
.address .find-btn {
  bottom: 0.22rem;
}
.check-bar1,
.check-bar2 {
  padding: 0 0 0 0.36rem;
  width: 11.92rem;
  height: 1.18rem;
  line-height: 1.18rem;
  background: rgba(158, 210, 255, 0.2);
  border-radius: 0.3rem;
  margin: 0 auto;
  font-size: 0.64rem;
}
.check-bar2 {
  margin-top: 0.24rem;
}
.content span {
  margin: 0 5px;
}
.check-bar1 .check-city,
.check-bar1 .check-area {
  width: 4rem;
  margin-right: 0.4rem;
}
select {
  background: transparent url(../images/jiantouxia.png) no-repeat center right;
  background-size: 0.42rem 0.34rem;
  /* background: rgba(158, 210, 255, 0.2); */
  -webkit-tap-highlight-color: transparent!important;
  -webkit-appearance: none;
  border: none;
  height: 100%;
  font-size: 0.6rem;
  color: rgba(0, 0, 0, 0.86);
}
option{
  -webkit-background-color: transparent;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent!important;
}

.check-bar2 input {
  text-indent: 0.1rem;
  width: 8.8rem;
}

.res-window {
  background-color: #fff;
  width: 13.92rem;
  border-radius: 0.3rem;
  font-size: 0.64rem;
  padding: 0.4rem;
  margin: 0.8rem auto 0;
  line-height: 1.4;
}

.manage-box{
  /* width:9.24rem; */
  width:12.24rem;
  /* box-shadow:0px 0px 0.42rem 0px rgba(129,129,129,1); */
  margin: 0.6rem auto;
  font-size: 0.58rem;
  text-align: center;
}
.manage-box img{
  width: 100%;
  /* height:12.74rem; */
  height:24.74rem;
}

.fuzSearch{
  width: 9.4rem;
  text-indent: 0.1rem;
  border: none;
  background: #ecf6ff;
  font-size: 0.64rem;
  color: rgba(0, 0, 0, 0.86);
  z-index: 99;
  position: absolute;
  left: 3.4rem;
  top: 3.2rem;
  max-height: 12.8rem;
  overflow-y: scroll;
}
.fuzSearch .resList{
  line-height: 2;
}

.tip-block{
  color: #fff;
  padding: 0.8rem 0.8rem 1.8rem 0.8rem;
  font-family: SimHei;
}
.tip-block h2{
  font-size: 0.72rem;
  text-align: center;
  margin-bottom: 0.4rem;
  font-weight: normal;
}
.tip-block div,.tip-block p{
  font-size: 0.56rem;
  line-height: 1.3;
}
.tip-block p{
  text-indent: 2em;
  text-align: justify;
}

.logobox{
  height: 1.36rem;
   padding-left: 1.12rem;
  /* bottom: 0.6rem;  */

  background-image: linear-gradient(to right, #4b64b2, #3478c3);
}
.logobox .logo{
  
  width: 5.08rem;
}
