body,
html {
  background: #f4f6f8;
  color: #333;
  height: 100%;
}
.index-box {
  overflow: hidden;
  height: 100%;
}
.index-box .header-con {
  position: fixed;
  top: 0.53125rem;
  left: 0.9375rem;
  width: calc(100% - 1.875rem);
  z-index: 1;
}
.index-box .header-con .select-input {
  position: relative;
  font-size: 0.875rem;
  border-radius: 1.21875rem;
  box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.08);
}
.index-box .header-con .select-input input {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 1.21875rem;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 2.0625rem;
  line-height: 2.0625rem;
  outline: none;
  padding: 0 2rem 0 2.34375rem;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}
.index-box .header-con .select-input input:focus {
  outline: none;
  border-color: #409eff;
}
.index-box .header-con .select-input .el-input__prefix {
  position: absolute;
  margin-left: 0.875rem;
  top: 0;
  left: 0;
  color: #c0c4cc;
}
.index-box .header-con .select-input .el-input__prefix i {
  width: 1.4rem;
  font-size: 1rem;
  line-height: 2.0625rem;
}
.index-box .header-con .select-input .el-input__endfix {
  position: absolute;
  margin-right: 0.875rem;
  right: 0;
  top: 0;
  color: #c0c4cc;
}
.index-box .header-con .select-input .el-input__endfix .weui-icon-cancel {
  color: #c0c4cc;
  font-size: 1.2rem;
}
.index-box .header-con .select-input .el-input__endfix i {
  width: 1.6rem;
  line-height: 2.0625rem;
}
.index-box .fixed-top {
  top: 3.125rem;
}
.index-box .fixed-middle {
  top: calc(100% - 14rem);
}
.index-box .fixed-bottom {
  top: calc(100% - 2.6rem);
}
.index-box .one-detail {
  position: fixed;
  width: 100%;
  top: calc(100% - 6rem);
  height: 6rem;
  background-color: white;
  z-index: 101;
  display: none;
}
.index-box .one-detail .titleinfo {
  height: 6rem;
  border-bottom: 1px solid #eeeeee;
}
.index-box .one-detail .titleinfo img {
  width: 4.125rem;
  height: 4.125rem;
  float: left;
  margin: 0.925rem 1rem;
}
.index-box .one-detail .titleinfo div {
  padding: 0.925rem 1rem 0.925rem 0;
  width: calc(100% - 6.125rem);
  float: right;
}
.index-box .one-detail .titleinfo div .name {
  font-size: 1.0625rem;
  color: #333333;
}
.index-box .one-detail .titleinfo div .address {
  font-size: 0.875rem;
  color: #999999;
}
.index-box .content-box {
  position: fixed;
  width: 100%;
  top: calc(100% - 2.6rem);
  top: webkit-calc(100% - 2.6rem);
  height: calc(100% - 3.125rem);
  z-index: 100;
}
.index-box .content-box .tab-box {
  height: 2.6rem;
  padding: 0 0.5rem;
  border-bottom: 1px #ededed solid;
  background-color: white;
  width: 100% !important;
}
.index-box .content-box .tab-box ul {
  height: 2.6rem;
}
.index-box .content-box .tab-box ul li {
  width: 20%;
  float: left;
  height: 100%;
  text-align: center;
  font-size: 1rem;
}
.index-box .content-box .tab-box ul li a {
  line-height: 2.5rem;
  display: inline-block;
  height: calc(2.6rem - 3px);
  border-bottom: 2px transparent solid;
}
.index-box .content-box .tab-box ul .check a {
  color: #3197fc;
  border-bottom: 2px #3197fc solid;
}
.index-box .content-box .btn-search {
  width: 100%;
  height: 2.6rem;
  line-height: 2.6rem;
  text-align: center;
  font-size: 1rem;
  color: #666666;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 110;
  background-color: white;
}
.index-box .content-box .btn-box {
  width: 100%;
  height: 2.6rem;
  line-height: 2.6rem;
  text-align: center;
  font-size: 1rem;
  color: #666666;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 110;
  background-color: white;
}
.index-box .content-box .titlelist {
  height: calc(100% - 2.6rem) !important;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100% !important;
  margin: 0 !important;
}
.index-box .content-box .titlelist .titleinfo {
  height: 6rem;
  border-bottom: 1px solid #eeeeee;
}
.index-box .content-box .titlelist .titleinfo img {
  width: 4.125rem;
  height: 4.125rem;
  float: left;
  margin: 0.925rem 1rem;
}
.index-box .content-box .titlelist .titleinfo div {
  padding: 0.925rem 1rem 0.925rem 0;
  width: calc(100% - 7.125rem);
  float: right;
}
.index-box .content-box .titlelist .titleinfo div .name {
  font-size: 1.0625rem;
  color: #333333;
}
.index-box .content-box .titlelist .titleinfo div .address {
  font-size: 0.875rem;
  color: #999999;
}
.index-box .content-box .search-box {
  display: none;
  z-index: 100;
  height: 100%;
  background-color: white;
}
.index-box .content-box .search-box .searchlist {
  height: 100%;
  width: 100% !important;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.index-box .content-box .search-box .searchlist .searchinfo {
  height: 6rem;
  border-bottom: 1px solid #eeeeee;
}
.index-box .content-box .search-box .searchlist .searchinfo img {
  width: 4.125rem;
  height: 4.125rem;
  float: left;
  margin: 0.925rem 1rem;
}
.index-box .content-box .search-box .searchlist .searchinfo div {
  padding: 0.925rem 1rem 0.925rem 0;
  width: calc(100% - 7.125rem);
  float: right;
}
.index-box .content-box .search-box .searchlist .searchinfo div .name {
  font-size: 1.0625rem;
  color: #333333;
}
.index-box .content-box .search-box .searchlist .searchinfo div .address {
  font-size: 0.875rem;
  color: #999999;
}
#detailpopup {
  display: none;
  z-index: 300;
  overflow-y: auto;
  min-height: 100%;
  background-color: white;
}
#detailpopup #detail-content {
  padding: 8px;
  background-color: white;
}
#detailpopup .backmap {
  position: fixed;
  bottom: 2rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  z-index: 999;
}
#detailpopup .backmap img {
  text-align: center;
  text-decoration: none;
  display: block;
  width: 100%;
}
.map-content {
  height: 100%;
}
.anchorBL {
  display: none;
}
.back-to-top {
  position: fixed;
  display: none;
  bottom: 2rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  z-index: 999;
}
.back-to-top img {
  text-align: center;
  text-decoration: none;
  display: block;
  width: 100%;
}
.error-box {
  position: absolute;
  top: 20%;
  left: 10%;
  width: 80%;
  height: 80%;
  text-align: center;
}
.error-box > p {
  width: 12.5rem;
  height: 12.5rem;
  margin: 0 auto;
  background: url("../images/error01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.error-box > h2 {
  line-height: 1.25rem;
  margin: 2rem 0 0;
  color: #666;
}
.tangram-suggestion-main {
  padding-top: 0.53125rem;
}
.tangram-suggestion-main .route-icon {
  background-position-y: -13px !important;
}
.tangram-suggestion-main b {
  color: #1480e3;
}
h1,
h2,
h3 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.9375rem;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
}
