@charset "UTF-8";
@font-face {
  font-family: "Jiao-Std-W8";
  src: url("../fonts/ヒラギノ角ゴシック W8.ttc");
}
@font-face {
  font-family: "Jiao-Std-W6";
  src: url("../fonts/ヒラギノ角ゴシック W6.ttc");
}
@font-face {
  font-family: "Jiao-Std-W4";
  src: url("../fonts/ヒラギノ角ゴシック W4.ttc");
}
@font-face {
  font-family: "Jiao-Std-W2";
  src: url("../fonts/ヒラギノ角ゴシック W2.ttc");
}
* {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.5); /* 强制所有浏览器使用相同渲染方式 */
  -webkit-text-stroke: 0.45px transparent; /* 改善Retina屏显示 */
}

body {
  position: relative;
  color: #231815;
  font-family: "Jiao-Std-W4", -apple-system, BlinkMacSystemFont, "Inter", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #231815;
}

:root {
  --animate-delay: 0.5s;
}

.w1440 {
  width: 100%;
  padding: 0 0.3rem;
  position: relative;
  box-sizing: border-box;
}

.w1280 {
  width: 100%;
  padding: 0 0.3rem;
  position: relative;
  box-sizing: border-box;
}

.only-pc {
  display: none !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.city-assist-page header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
.city-assist-page .banner {
  padding-top: 1.98rem;
}
.city-assist-page p {
  font-size: 0.26rem;
  line-height: 0.52rem;
}

.line, .line img {
  display: block;
  width: 100%;
}

.disb {
  display: block;
}

.bigImg {
  display: block;
  width: 100%;
}

.title {
  padding: 0.6rem 0.3rem 0.4rem;
  font-size: 0.36rem;
  line-height: 0.6rem;
}
.title i {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.36rem;
  line-height: 0.6rem;
  color: #81c2a8;
  font-style: normal;
}
.title span {
  color: #81c2a8;
}

.fixedBtn {
  position: fixed;
  left: 0;
  top: 0.98rem;
  width: 100%;
  padding: 0.2rem 0 0.2rem 3rem;
  overflow-x: scroll;
  transition: all 0.5s;
  background-color: #efefef;
  box-sizing: border-box;
  z-index: 10;
}
.fixedBtn > div {
  width: 14rem;
}
.fixedBtn a {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 0.6rem;
  padding-right: 0.2rem;
  margin: 0 0.1rem;
  background: url(../../images/city-assist/btnBg.png) no-repeat center;
  background-size: 100% 100%;
  border-radius: 0.6rem;
  font-size: 0.26rem;
  line-height: 0.6rem;
  text-align: center;
  color: #13ae67;
  box-sizing: border-box;
}
.fixedBtn a::before {
  content: "";
  position: absolute;
  right: 0.15rem;
  top: 0;
  width: 0.12rem;
  height: 0.6rem;
  background: url(../../images/city-assist/icon-arr03.png) no-repeat center center;
  background-size: 100% auto;
  transition: all 0.5s;
}
.fixedBtn a:hover {
  background: #81c2a8;
  color: #fff;
}
.fixedBtn a:hover::before {
  background-image: url(../../images/city-assist/icon-arr02.png);
}
.fixedBtn .on {
  background: #81c2a8;
  color: #fff;
}
.fixedBtn .on::before {
  background-image: url(../../images/city-assist/icon-arr02.png);
}
.fixedBtn .sublogo {
  position: absolute;
  left: 0.2rem;
  top: 0.4rem;
  width: 2.5rem;
}

.fixedBtn.active {
  top: 0.2rem;
}

.txtBox {
  text-align: center;
  padding-bottom: 0.6rem;
}
.txtBox p {
  padding: 0 0.3rem;
}

.feature {
  background-color: #efefef;
}
.feature h2 {
  padding: 0.6rem 0;
  text-align: center;
}

.featureList {
  padding-bottom: 0.2rem;
}
.featureList li {
  margin-bottom: 0.6rem;
}
.featureList li .img {
  width: 100%;
  background-color: #fff;
}
.featureList li .img img {
  display: block;
  width: 100%;
}
.featureList li .txt {
  width: 100%;
  padding: 0.4rem 0.3rem 0;
  box-sizing: border-box;
}
.featureList li .txt .tag {
  font-size: 0.36rem;
  line-height: 0.6rem;
  color: #81c2a8;
}
.featureList li .txt h3 {
  font-size: 0.32rem;
  line-height: 0.6rem;
}
.featureList li .txt p {
  margin-top: 0.3rem;
  font-size: 0.26rem;
  line-height: 0.52rem;
  text-align: justify;
}

.color {
  margin-bottom: 0.5rem;
  text-align: center;
  overflow: hidden;
}
.color h2 span {
  display: block;
}
.color p {
  padding: 0 0.3rem;
  font-size: 0.26rem;
  line-height: 0.52rem;
}
.color ul li {
  display: flex;
  margin-top: 0.3rem;
}
.color ul li > img {
  width: 65.78%;
}
.color ul li p {
  margin-top: 14vw;
  text-align: center;
  font-size: 2.5vw;
  line-height: 3vw;
}
.color ul li p span {
  display: block;
  font-size: 3.38vw;
  line-height: 5.5vw;
}
.color ul li p img {
  display: block;
  width: 2.86vw;
  margin: 0 auto;
}
.color h3 {
  font-size: 0.36rem;
  line-height: 0.6rem;
}

:root {
  --swiper-navigation-size: .5rem;
}

.slideBike {
  width: 70%;
  margin: 0.3rem auto;
  overflow: initial;
}
.slideBike .swiper-slide img {
  display: block;
  width: 100%;
}
.slideBike .swiper-button-next {
  right: -0.3rem;
  color: #81c2a8;
}
.slideBike .swiper-button-prev {
  left: -0.3rem;
  color: #81c2a8;
}

.purchase {
  position: relative;
  padding-left: 0.3rem;
  padding-bottom: 0.6rem;
}
.purchase h2 {
  padding-right: 0.3rem;
}
.purchase p {
  padding: 0 0.3rem;
  font-size: 0.26rem;
  line-height: 0.52rem;
  text-align: justify;
}
.purchase > img {
  width: 100%;
}

.buyList {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-right: 0.3rem;
  margin-top: 0.4rem;
  box-sizing: border-box;
}
.buyList li {
  width: 46%;
  margin: 0 2% 0.3rem;
}
.buyList li h3 {
  height: 1rem;
  line-height: 0.8rem;
  text-align: center;
  font-size: 0.32rem;
}
.buyList li h3 img {
  display: inline-block;
  max-width: 100%;
  max-height: 0.8rem;
  vertical-align: middle;
}
.buyList li a {
  display: block;
  width: 100%;
  height: 0.8rem;
  border-radius: 0.8rem;
  background: #81c2a8;
  font-size: 0.26rem;
  line-height: 0.8rem;
  color: #fff;
  text-align: center;
}
.buyList li a img {
  display: inline-block;
  width: 0.2rem;
  margin-left: 0.2rem;
  vertical-align: middle;
}

.feature02 {
  position: relative;
  padding: 0.4rem 0.3rem;
  background-color: #000;
  color: #fff;
}
.feature02 .tag {
  font-size: 0.36rem;
  line-height: 0.6rem;
  color: #81c2a8;
}
.feature02 h2 {
  font-size: 0.32rem;
  line-height: 0.6rem;
}
.feature02 p {
  margin-top: 0.3rem;
  font-size: 0.26rem;
  line-height: 0.52rem;
  text-align: justify;
}
.feature02 p span {
  display: block;
  font-size: 0.32rem;
}
.feature02 .img {
  display: block;
  width: 100%;
  margin-top: 0.6rem;
}
.feature02 .buyList {
  width: 100%;
}
.feature02 .buyList li {
  width: 48%;
  padding: 0;
  margin: 0;
}
.feature02 .buyList li h3 {
  font-size: 0.28rem;
}
.feature02 .buyList li:nth-child(1) {
  margin-right: 4%;
}

.feature03 .img {
  margin-left: -0.3rem;
  margin-top: 0;
}

.parameter {
  font-size: 0.26rem;
  line-height: 0.52rem;
}
.parameter .img {
  display: block;
  width: 94%;
  margin: 0.5rem auto 0;
}
.parameter .tableBox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0.3rem;
  box-sizing: border-box;
}
.parameter table {
  width: 100%;
}
.parameter table td {
  padding-left: 0.1rem;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.parameter table td:nth-child(1) {
  width: 40%;
}

.gotop {
  position: fixed;
  right: 0;
  bottom: 1rem;
  width: 0.6rem;
  cursor: pointer;
}/*# sourceMappingURL=city-assist-phone.css.map */