@import "common/reste.css";
body,
html {
  background: #EDECF2;
}
img {
  background: url(../img/door-icon.png) no-repeat 50% 50% #d8d8d8;
  -webkit-background-size: 0.8rem 0.8rem;
          background-size: 0.8rem;
  width: 100%;
  height: 100%;
  display: block;
}
img.hide-bg {
  background: none;
}
img.s80 {
  -webkit-background-size: 0.8rem 0.8rem;
          background-size: 0.8rem;
}
img.s100 {
  -webkit-background-size: 1rem 1rem;
          background-size: 1rem;
}
img.s200 {
  -webkit-background-size: 2rem 2rem;
          background-size: 2rem;
}
.main {
  width: 100%;
  height: 100%;
  min-height: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 1.2rem;
}
.menu-1 .l-lp i {
  background: url(../img/bar-lp-h.png) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
.menu-1 .l-lp span {
  color: #15788C;
  font-family: PingFangSC-Medium;
}
.menu-2 .l-msg i {
  background: url(../img/bar-msg-h.png) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
.menu-2 .l-msg span {
  color: #15788C;
  font-family: PingFangSC-Medium;
}
.menu-3 .l-door i {
  background: url(../img/bar-hx-h.png) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
.menu-3 .l-door span {
  color: #15788C;
  font-family: PingFangSC-Medium;
}
.menu-4 .l-links i {
  background: url(../img/bar-link-h.png) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
.menu-4 .l-links span {
  color: #15788C;
  font-family: PingFangSC-Medium;
}
nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1rem;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 -0.02rem 0.12rem -0.04rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 -0.02rem 0.12rem -0.04rem rgba(0, 0, 0, 0.5);
}
nav i {
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  margin: 0.12rem auto 0;
}
nav a {
  display: inline-block;
  padding: 0 0.8rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
nav a span {
  font-size: 0.24rem;
  color: #b4b3b4;
  font-family: PingFangSC-Regular;
}
nav a.l-lp i {
  background: url(../img/bar-lp.png) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
nav a.l-msg i {
  background: url(../img/bar-msg.png) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
nav a.l-door i {
  background: url(../img/bar-hx.png) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
nav a.l-links i {
  background: url(../img/bar-link.png) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
.weg {
  height: 9.36rem;
  width: 100%;
  overflow: hidden;
}
.weg iframe {
  height: 9.36rem;
}
.pd-wrap {
  padding: 0 0.16rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.inner-box {
  position: relative;
  width: 100%;
  background: #ffffff;
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  padding: 0 0.24rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.inner-box.top-radius-none {
  -webkit-border-radius: 0 0 0.2rem 0.2rem;
          border-radius: 0 0 0.2rem 0.2rem;
}
.inner-box:not(:first-child) {
  margin-top: 0.2rem;
}
.pos-name {
  height: 0.74rem;
  font-size: 0.52rem;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  color: #000000;
  line-height: 0.74rem;
  padding-top: 0.24rem;
  padding-bottom: 0.08rem;
}
.pos-name span {
  color: #8E8E93;
  font-family: PingFangSC-Regular;
}
.door-desc {
  position: absolute;
  right: 0.24rem;
  top: 0.24rem;
  font-size: 0.28rem;
  color: #8E8E93;
  font-family: PingFangSC-Regular;
}
.door-desc p {
  font-family: PingFangSC-Regular;
}
.door-desc img {
  width: 0.8rem;
  height: 0.8rem;
  display: block;
}
.line {
  height: 0.02rem;
  width: 100%;
  background: #D8D8D8;
}
.address {
  font-size: 0.32rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #8e8e93;
  line-height: 0.44rem;
  margin-bottom: 0.4rem;
  display: block;
}
.address i {
  background: url(../img/pos-icon.png) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.08rem;
  display: inline-block;
}
.text-info {
  margin: 0.2rem 0;
}
.text-info li {
  margin: 0.18rem 0;
  font-size: 0.26rem;
  color: #8e8e93;
  line-height: 0.36rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-family: PingFangSC-Regular;
}
.text-info li .l-text {
  -webkit-box-flex: 60%;
  -webkit-flex: 60%;
     -moz-box-flex: 60%;
      -ms-flex: 60%;
          flex: 60%;
}
.text-info li .r-text {
  -webkit-box-flex: 40%;
  -webkit-flex: 40%;
     -moz-box-flex: 40%;
      -ms-flex: 40%;
          flex: 40%;
}
.top-bar {
  position: relative;
  height: 1.02rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #15788C;
  font-size: 0.36rem;
  font-family: PingFangSC-Medium;
}
.top-bar i {
  width: 0.36rem;
  height: 0.36rem;
  margin-right: 0.12rem;
}
.top-bar i.bar-hx {
  background: url(../img/hx.png) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
.top-bar i.bar-pos {
  background: url(../img/qw.png) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
.top-bar i.bar-pic {
  background: url(../img/p.png) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
.top-bar i.bar-video {
  background: url(../img/v-btn.png) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
.top-bar i.bar-links {
  background: url(../img/link.png) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
.top-bar .more {
  position: absolute;
  right: 0;
  height: 100%;
  line-height: 1.02rem;
  font-size: 0.28rem;
  color: #8E8E93;
  font-family: PingFangSC-Regular;
}
.pos-map {
  height: 3.76rem;
  width: 100%;
  margin: 0.4rem 0 0.22rem;
  overflow: hidden;
}
.option-list {
  margin-bottom: 0.4rem;
}
.option-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.24rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #8e8e93;
}
.option-list ul li {
  font-family: PingFangSC-Regular;
}
.option-list img {
  display: block;
  width: 0.52rem;
  height: 0.52rem;
  overflow: hidden;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.hx-list-scroll ul {
  white-space: nowrap;
  margin: 0.38rem 0;
  overflow: auto;
}
.hx-list-scroll li {
  width: 1.76rem;
  color: #000;
  font-size: 0.28rem;
  font-family: PingFangSC-Regular;
  font-weight: 500;
  text-align: center;
  display: inline-block;
}
.hx-list-scroll li p {
  font-size: 0.22rem;
  color: #8e8e93;
  padding: 0.11rem 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: PingFangSC-Regular;
}
.hx-list-scroll li .pic {
  width: 1.76rem;
  height: 2.4rem;
  -webkit-box-shadow: 0.04rem 0.04rem 0.2rem -0.12rem rgba(0, 0, 0, 0.5);
          box-shadow: 0.04rem 0.04rem 0.2rem -0.12rem rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 0.1rem;
          border-radius: 0.1rem;
  overflow: hidden;
  font-family: PingFangSC-Regular;
}
.hx-list-scroll li .pic a {
  display: block;
  height: 100%;
  font-family: PingFangSC-Regular;
}
.contlist {
  margin: 0.4rem 0;
  overflow: hidden;
}
.contlist ul {
  width: 110%;
}
.contlist ul::after {
  content: '';
  width: 0;
  clear: both;
  overflow: hidden;
  display: block;
}
.contlist li {
  float: left;
  width: 3.24rem;
  height: 2.37rem;
  margin-right: 0.24rem;
  margin-bottom: 0.2rem;
}
.contlist li .img-box {
  position: relative;
  width: 3.24rem;
  height: 2.37rem;
}
.contlist li .img-box img {
  width: 100%;
  height: 100%;
  display: block;
}
.contlist li .img-box span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.36rem;
  line-height: 0.36rem;
  font-size: 0.22rem;
  color: #fff;
  padding: 0 .05rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  font-family: PingFangSC-Regular;
}
.contact .title {
  font-size: 0.28rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #80b9c4;
  line-height: 0.4rem;
  margin: 0.38rem 0;
}
.contact .title i {
  width: 0.32rem;
  height: 0.32rem;
  background: url(../img/look.png) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  margin-right: 0.12rem;
  display: inline-block;
}
.contact .info-title {
  text-align: center;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: #000000;
  font-size: 0.28rem;
  line-height: 0.4rem;
}
.contact input {
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  width: 100%;
  padding-top: 0.3rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-family: PingFangSC-Regular;
}
.contact input.code {
  width: 1.98rem;
  font-family: PingFangSC-Regular;
}
.contact span {
  display: block;
  padding-top: 0.39rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 1.46rem;
  text-align: center;
  font-family: PingFangSC-Medium;
}
.contact label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.87rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact label .imp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 3.64rem;
  border-bottom: 0.02rem solid #D8D8D8;
}
.contact .get-code {
  background: url(../img/code.png) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  width: 1.6rem;
  height: 0.4rem;
  margin-top: 0.34rem;
}
.contact .get-code.active {
  background: url(../img/code-h.png) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
.contact .submit {
  background: url(../img/submit.png) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  width: 4.64rem;
  height: 0.55rem;
  margin: 0.4rem auto ;
}
.phone-info .title {
  font-size: 0.28rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #80b9c4;
  line-height: 0.4rem;
  margin: 0.38rem 0 0;
}
.phone-info .title i {
  width: 0.32rem;
  height: 0.32rem;
  background: url(../img/phone.png) 0 0% no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  margin-right: 0.12rem;
  display: inline-block;
}
.phone-info p {
  font-size: .24rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #000000;
  line-height: 0.34rem;
  padding-left: 0.45rem;
  margin: 0.11rem 0 0.4rem;
}
.phone-info p a {
  color: #000000;
  font-size: .24rem;
  font-family: PingFangSC-Regular;
}
#mask {
  position: fixed;
  z-index: 98;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  display: none;
}
#mask.show {
  display: block;
}
.pop-done {
  width: 3.88rem;
  height: 2.82rem;
  background: url(../img/done-tips.png) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99;
  display: none;
}
.pop-done.show {
  display: block;
}
.scroll-top {
  position: fixed;
  bottom: 2.24rem;
  right: 0.2rem;
  width: 0.8rem;
  height: 0.8rem;
  background: url(../img/s-top.png) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  display: none;
}
.more-list {
  width: 7.18rem;
  margin: 0 auto;
  -webkit-border-radius: 0 0 0.2rem 0.2rem;
          border-radius: 0 0 0.2rem 0.2rem;
  background: #fff;
}
.more-list h3 {
  font-size: 0.48rem;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: #000000;
  line-height: 0.66rem;
  padding: 0.28rem 0;
  text-align: center;
}
.more-list .listwrap {
  padding: 0 0.24rem;
  overflow: hidden;
}
.more-list .listwrap .list {
  position: relative;
  overflow: hidden;
  padding: 0.4rem 0 0;
  margin-bottom: 0.4rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 0.02rem solid #D8D8D8;
}
.more-list .listwrap .list img {
  display: block;
  width: 100%;
  height: 5.12rem;
}
.more-list .listwrap .list .vname {
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: #000000;
  font-size: 0.32rem;
  line-height: .44rem;
  padding: 0.12rem 0 0.2rem;
}
.more-list .listwrap .list .datainfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #9b9b9b;
  line-height: .34rem;
  font-size: 0.24rem;
  font-family: PingFangSC-Regular;
}
.more-list .listwrap .list .datainfo .number {
  background: url(../img/player.png) no-repeat 0 50%;
  -webkit-background-size: 0.2rem 0.2rem;
          background-size: 0.2rem;
  margin-right: 0.44rem;
  padding-left: 0.3rem;
}
.more-list .listwrap .list .datainfo .time {
  background: url(../img/time.png) no-repeat 0 50%;
  -webkit-background-size: 0.2rem 0.2rem;
          background-size: 0.2rem;
  padding-left: 0.3rem;
}
.more-list .listwrap .list .btmname {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.88rem;
  padding: 0 0.16rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  font-size: 0.36rem;
  color: #fff;
  line-height: 0.88rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: PingFangSC-Regular;
}
.more-list .contlist {
  margin: 0;
  max-height: 9.1rem;
  overflow-y: auto;
  border-top: 0.02rem solid #D8D8D8;
  margin-bottom: 0.02rem;
}
.more-list .contlist li {
  margin: 0.2rem 0.24rem 0 0;
}
.more-list .doorlist {
  padding: 0 0.24rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.more-list .doorlist .list {
  padding: 0.2rem 0;
  border-top: 0.02rem solid #D8D8D8;
}
.more-list .doorlist .list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.more-list .doorlist .list .imgbox {
  width: 1.76rem;
  height: 2.40rem;
  background: #ffffff;
  -webkit-box-shadow: 0.04rem 0.04rem 0.16rem -0.12rem rgba(0, 0, 0, 0.5);
          box-shadow: 0.04rem 0.04rem 0.16rem -0.12rem rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 0.2rem;
          border-radius: 0.2rem;
  overflow: hidden;
}
.more-list .doorlist .list .content {
  margin-left: 0.24rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.more-list .doorlist .list .content .name {
  font-size: -0.32rem;
  font-weight: 600;
  font-family: PingFangSC-Semibold;
  letter-spacing: 1px;
  color: #000;
}
.more-list .doorlist .list .content .desc {
  margin-top: .02rem;
  font-size: .28rem;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: #8e8e93;
  line-height: .40rem;
}
.backbtn {
  background: url(../img/back-btn.png) no-repeat;
  width: 4.64rem;
  height: 0.56rem;
  -webkit-background-size: cover;
          background-size: cover;
  margin: 0.4rem auto;
}
.morebtn {
  background: url(../img/xc.png) no-repeat;
  width: 4.64rem;
  height: 0.56rem;
  -webkit-background-size: cover;
          background-size: cover;
  margin: 0.4rem auto;
}
.img-wrap {
  padding: 0 0.24rem 0.2rem;
}
