.inner {
  width: 85%;
  margin: 0 auto;
}
a:hover {
  opacity: 0.8;
}
header {
  margin: 0 auto;
  width: 85%;
  height: 2.94rem;
}
header .logo {
  margin-top: 5px;
  width: 400px;
  flex: none;
}
header .logo img {
  width: 6rem;
  /* height: 2.5rem; */
}
header ul li {
  margin: 0 0.2rem;
  font-size: 0.38rem;
  font-weight: 400;
}
.nav>li>a{
  padding: 0;
}
.nav>li>a:hover{
  background: transparent;
}
header .btns a {
  height: 0.8rem;
  border: 1px solid #076CE0;
  line-height: 0.8rem;
  margin: 0 0.2rem;
  padding: 0 0.6rem;
  display: block;
  color: #076CE0;
  font-size: 0.32rem;
}
header .btns a:nth-of-type(2) {
  background-color: #076CE0;
  color: #fff;
}
.nav-icon{
  display: none;
  background: url(../img/menu.png) no-repeat center;
  width: 0.96rem;
  max-width: 0.96rem;
  height: 0.96rem;
  background-size: 100%;
  margin-right: 0.2rem;
}

.nav-icon .nav-container{
  visibility: hidden;
}

.nav-icon .nav-container-active{
  visibility: visible;
  transform: translateX(5rem);
}

.nav-container{
  position: fixed;
  left: -5rem;
  top: 0;
  width: 5rem;
  height: 100%;
  background: rgba(0, 0, 0, 1);
  z-index: 9;
  transition: 0.5s;
}
.nav-list-item{
  line-height: 1.5rem;
  margin: 0 0 0 0.28rem;
  background: url(../img/right-arrow.png) no-repeat right;
  background-size: 0.48rem;
  background-position-x: 96%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.nav-list-item a, .nav-list-item a:active, .nav-list-item a:visited, .nav-list-item a:hover{
  color: #fff;
}

.login-btn1{
  border: none !important;
}
.login-btn2{
  background: none !important;
  color: #076CE0 !important;
}


.s-banner {
  color: #fff;
}
.s-banner h2 {
  margin-top: 2.6rem;
  font-size: 0.86rem;
  margin-bottom: 0.56rem;
  font-weight: normal;
}
.s-banner p {
  font-size: 0.44rem;
}
.s-banner a {
  margin-top: 0.6rem;
  width: 4.58rem;
  height: 1.1rem;
  border: 2px solid #ffffff;
  border-radius: 0.02rem;
  display: block;
  line-height: 1.1rem;
  text-align: center;
  color: #fff;
  font-size: 0.38rem;
}
.s-banner h4 {
  font-size: 0.44rem;
  margin-top: 0.28rem;
}
.s_zt {
  position: relative;
  overflow: hidden;
  width: 100%;
  line-height: normal;
  background-size: cover;
}

.s_zt img {
  width: 100%;
  height: auto;
}

.s-suoxie {
  max-width: 24.8rem;
  margin: 0 auto;
  padding: 1.7rem 0.4rem 1.8rem 0.4rem; 
}

.map-feature-section {
  display: block;
  max-width: 24.8rem;
}

.map-feature-heading {
  margin-bottom: 0.5rem;
}

.map-feature-heading h1 {
  font-size: 0.7rem;
  padding-bottom: 0.28rem;
}

.map-feature-heading p {
  font-size: 0.32rem;
  line-height: 0.64rem;
}

.map-feature-workspace {
  display: grid;
  grid-template-columns: minmax(0, 55fr) minmax(0, 45fr);
  gap: 0.4rem;
  align-items: stretch;
}

.map-query-panel,
.map-query-panel .sy-panel {
  width: 100%;
  min-width: 0;
  margin: 0;
}

.map-query-panel .panel {
  height: 100%;
  margin-bottom: 0;
}

.map-shell {
  order: -1;
  position: relative;
  min-width: 0;
  min-height: 9rem;
  overflow: hidden;
  border: 1px solid #d6dde6;
  background: #f3f6f9;
}

.map-view {
  width: 100%;
  height: 100%;
  min-height: 9rem;
}

.map-status {
  position: absolute;
  top: 0.24rem;
  left: 50%;
  z-index: 2;
  display: none;
  max-width: calc(100% - 0.48rem);
  transform: translateX(-50%);
  padding: 0.16rem 0.24rem;
  border: 1px solid rgba(31, 94, 172, 0.22);
  background: rgba(255, 255, 255, 0.94);
  color: #33465c;
  font-size: 0.24rem;
  line-height: 1.5;
  text-align: center;
  box-shadow: 0 2px 8px rgba(20, 45, 75, 0.12);
}

.map-status.is-visible {
  display: block;
}

.s-suoxie .sy{
  min-width: 4rem;
  margin-right: 1rem;
}
.s-suoxie .sy-panel{
  width: 10rem;
}
.s-suoxie .sy h1 {
  font-size: 0.7rem;
  padding-bottom: 0.58rem;
}
.s-suoxie .sy p {
  font-size: 0.32rem;
  line-height: 0.64rem;
}
.s-suoxie .sy .btns {
  height: 0.9rem;
  margin-top: 2rem;
}
.s-suoxie .sy .btns a {
  margin: 0 0.28rem;
  display: block;
  line-height: 0.86rem;
  box-sizing: border-box;
  padding: 0 0.6rem;
  border: 1px solid #076CE0;
  border-radius: 0.1rem;
  font-size: 0.28rem;
  color: #076CE0;
}
.s-suoxie .sy .btns a:nth-of-type(1) {
  background: #076CE0;
  color: #fff;
}
.s-suoxie .s-form {
  width: 12rem;
  height: 7rem;
  background: #fafafa;
  border: 1px solid #e9e9e9;
  border-radius: 0.06rem;
  padding: 0.56rem;
  box-sizing: border-box;
}
.s-suoxie .input {
  width: 100%;
  height: 0.6rem;
  border: 1px solid #e9e9e9;
  border-radius: 0.06rem;
  margin-bottom: 0.2rem;
}
.s-suoxie .input input {
  background: #fff;
  width: 100%;
  height: 100%;
  line-height: 0.8rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
}
.s-suoxie .btns {
  height: 0.8rem;
  line-height: 0.8rem;
}
.s-suoxie .btns .btn {
  padding: 0 0.2rem;
  color: #fff;
  cursor: pointer;
  border-radius: 0.01rem;
  background: #485fe2;
  font-size: 0.28rem;
}
.s-suoxie .btns .btn:nth-of-type(2) {
  background: #b6c1c7;
}
.zip {
  width: 100%;
  /* height: 10.06rem; */
  box-sizing: border-box;
  padding-top: 2rem;
  background: #f0f6fd;
  padding-bottom: 2rem;
}
.zip .pic {
  margin-right: 1.6rem;
}
.zip .pic img {
  width: 9.76rem;
  height: 6.1rem;
}
.zip .text{
  min-width: 5.7rem;
}
.zip .text h3 {
  font-size: 0.72rem;
  font-weight: normal;
}
.zip .text h4 {
  font-size: 0.42rem;
  color: #4A4949;
  margin-top: 0.16rem;
  font-weight: normal;
}
.zip .text p {
  margin-top: 0.7rem;
  font-size: 0.34rem;
  color: #616161;
  height: 2.4rem;
}
.zip .text .btns {
  height: 0.92rem;
  line-height: 0.88rem;
}
.zip .text .btns a {
  padding: 0 0.6rem;
  color: #076CE0;
  border: 1px solid #076CE0;
  border-radius: 0.1rem;
  font-size: 0.32rem;
}
.zip .text .btns a:nth-of-type(1) {
  margin-right: 0.6rem;
  color: #fff;
  background: #076CE0;
}
.youshi {
  width: 100%;
  /* height: 11.82rem; */
  color: #fff;
  text-align: center;
  padding-bottom: 1rem;
}
.youshi h3 {
  font-size: 0.72rem;
  padding-top: 1.94rem;
  padding-bottom: 1.44rem;
  font-weight: 400;
}
.youshi dl {
  height: 5.2rem;
}
.youshi dl h4 {
  padding-top: 0.4rem;
  font-size: 0.44rem;
  font-weight: 400;
}
.youshi dl p {
  font-size: 0.34rem;
  padding-top: 0.3rem;
}
.youshi .btn {
  width: 3.5rem;
  border: 1px solid #ffffff;
  margin: 0 auto;
  text-align: center;
  font-size: 0.4rem;
  cursor: pointer;
}
.s-img {
  padding-bottom: 1rem;
  padding-top: 2rem;
}
.s-img dl {
  width: 10.44rem;
  height: 5.52rem;
  margin-bottom: 1rem;
  position: relative;
}
.s-img dl dt img {
  width: 10.44rem;
  height: 5.52rem;
}
.s-img dl dd {
  position: absolute;
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  text-align: center;
  bottom: 0px;
  left: 0;
  font-size: 0.28rem;
}
footer {
  padding-top: 1rem;
  width: 100%;
  background: #2D2D2D;
  padding-bottom: 1rem;
  color: #737373;
}
footer a {
  color: #737373;
}
footer dl {
  min-width: 2.5rem;
  /* margin-right: 0.2rem; */
}
footer dl dt {
  color: #fff;
  font-size: 0.48rem;
  font-weight: normal;
  padding-bottom: 0.5rem;
}
footer dl dd {
  padding-bottom: 0.36rem;
}
footer dl dd a {
  font-size: 0.36rem;
}
footer .zixun {
  margin-top: 1.6rem;
}
footer .zixun p {
  font-size: 0.36rem;
}
footer .zixun h3 {
  font-size: 0.54rem;
  font-weight: normal;
  margin-bottom: 0.2rem;
}
footer .zixun a {
  width: 2.08rem;
  height: 0.68rem;
  border: 1px solid #737373;
  text-align: center;
  line-height: 0.68rem;
  font-size: 0.3rem;
}

.result {
  width: 100%;
  height: 200px;
  margin-top: 8px;
  border: 2px solid #076CE0;
  overflow: scroll;
}

.s-suoxie .s-form1 {
  width: 12rem;
  height: 8rem;
  background: #fafafa;
  border: 1px solid #e9e9e9;
  border-radius: 0.06rem;
  padding: 0.56rem;
  box-sizing: border-box;
}
.s-suoxie .s-form2 {
  width: 12rem;
  height: 11rem;
  background: #fafafa;
  border: 1px solid #e9e9e9;
  border-radius: 0.06rem;
  padding: 0.56rem;
  box-sizing: border-box;
}

.s-suoxie .s-form3 {
  width: 12rem;
  background: #fafafa;
  border: 1px solid #e9e9e9;
  border-radius: 0.06rem;
  padding: 0.56rem;
  box-sizing: border-box;
}

.s-suoxie .panel-body {
  padding-bottom: 0;
}

/* 进度条相关样式 */


.error-tips {
  margin: 0.01rem 0.4rem 0;
  line-height: 0.48rem;
  height: 0.48rem;
  font-size: 0.28rem;
  color: #f00;
  visibility: hidden;
}

.panel {
  position: relative;
}

.progress-wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.progress-mask {
  background-color: #000;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
}

/* 需要写容器类，否则污染了整个progress类样式 */
.progress-wrap .progress {
  z-index: 999;
  position: absolute;
  height: 0.8rem;
  left: 0.3rem;
  right: 0.3rem;
  top: 3.5rem;
}

.progress-wrap .progress-bar {
  line-height: 0.8rem;
  font-size: 0.36rem;
}

.list-group-item{
  font-size: 0.32rem;
}
.show-grid .col-md-3,.show-grid .col-md-4 {
  min-width: 2.5rem;
}
