* {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-siszing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
i {
  font-style: normal;
}
body {
  min-width: 320px;
  margin: 0 auto;
  font-size: 0.24rem;
  font-family: Arial, "Microsoft YaHei";
  color: #333;
  outline: none;
  -webkit-text-size-adjust: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
div,
p,
ul,
li {
  font-family: "Microsoft YaHei", Arial;
  font-weight: normal;
  outline: none;
}
img,
input,
button {
  border: none;
}
input,
textarea,
select,
button {
  font-size: 0.24rem;
  color: #333;
  outline: none;
}
ul,
ol,
li {
  list-style: none;
}
th,
td {
  vertical-align: middle;
}
a {
  color: #333;
  text-decoration: none;
  outline: none;
}
a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  -webkit-appearance: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
img {
  max-width: 100%;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/*less style*/
.hide {
  display: none;
}
.flex-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.FC-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.inlneBlock {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.inlinBm {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.center {
  text-align: center;
}
.imgWh {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.moreSroll {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  /*overflow-scrolling: touch;*/
  -webkit-overflow-scrolling: touch;
}
.animate3 {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/*less style end*/
.H136 {
  height: 1.36rem;
}
.H98 {
  height: 0.98rem;
}
.H88 {
  height: 0.88rem;
}
.H80 {
  height: 0.8rem;
}
.H40 {
  height: 0.4rem;
}
.H30 {
  height: 0.3rem;
}
.H20 {
  height: 0.2rem;
}
.H10 {
  height: 0.1rem;
}
.prl30 {
  padding-right: 0.3rem;
  padding-left: 0.3rem;
}
.mrl30 {
  margin-right: 0.3rem;
  margin-left: 0.3rem;
}
.orange {
  color: #ff911e;
}
/*04.27选择地址*/
.lan-address-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  display: block;
}
.lan-address-bg.lan-address-hide {
  display: none;
}
.lan-address-float {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #fff;
}
.lan-address-float.lan-address-hide {
  transform: translateY(100%);
}
.lan-address-float .title {
  font-size: 0.3rem;
  text-align: center;
  height: 0.9rem;
  line-height: 0.9rem;
  position: relative;
  border-bottom: 1px solid #d9d9d9;
  color: #222;
}
.lan-address-float .tags {
  display: flex;
  align-items: center;
  padding: 0 0.2rem;
  border-bottom: 1px solid #d9d9d9;
}
.lan-address-float .tags .tag {
  position: relative;
  display: block;
  height: 0.8rem;
  line-height: 0.8rem;
  padding: 0 0.2rem;
  font-size: 0.26rem;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lan-address-float .tags .tag.active {
  color: #f23030;
}
.lan-address-float .tags .tag.active:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  font-size: 0;
  background: #f23030;
}
.lan-address-float .list {
  height: 50vh;
}
.lan-address-float .list ul {
  display: flex;
  transform: translateX();
}
.lan-address-float .list ul li {
  flex-shrink: 0;
  width: 100%;
  height: 50vh;
  padding: 0 0.4rem;
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
}
.lan-address-float .list ul li a {
  display: block;
  line-height: 0.8rem;
  padding-right: 0.3rem;
  font-size: 0.26rem;
  color: #333;
  border-bottom: 1px solid #d9d9d9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lan-address-float .list ul li a.active {
  color: #f23030;
  background: url(../images/lanright.png) no-repeat calc(100% - 0.26rem) center;
  background-size: 0.22rem auto;
}
