* {
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}
a {
  color: #fff;
  text-decoration: none;
}
body {
  font: 14px/1.6 "Microsoft Yahei";
  color: #ffd195;
  overflow-x: hidden;
  max-width: 750px;
  margin: 0 auto;
  background-color: #341200;
  padding-bottom: 80px;
}
ul li {
  list-style: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *+height: 1%;
}
* html .clearfix {
  zoom: 1;
} /* IE6 */
* + html .clearfix {
  zoom: 1;
} /* IE7 */
.fL {
  float: left !important;
}
.fR {
  float: right !important;
}
img {
  vertical-align: top;
  width: 100%;
}
.down {
  margin: 0 20px;
}
.btmDown {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
}
@media screen and (min-width: 768px) {
  .btmDown {
    max-width: 750px;
    margin: 0 auto;
    left: 50%;
    margin-left: -375px;
  }
}
.btmDown .downImg {
  width: 2.5rem;
  position: absolute;
  top: 0.15rem;
  right: 0.2rem;
}
.jcBtn {
  height: 1.2rem;
  margin: 0 2.3rem 13.8rem;
}
.jcBox {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
}

.iosBox {
  padding-top: 0.5rem;
  background: #341200 url(../images/bg01.jpg) no-repeat center -0.3rem;
  background-size: 100% auto;
  display: none;
}
.iosBox .btn {
  width: 6.4rem;
  margin: 0 auto;
}
.inner {
  padding: 0.5rem 0 0;
}
.inner .title {
  margin-bottom: 0.3rem;
  overflow: hidden;
  zoom: 1;
}
.inner .title .ttl {
  width: 6rem;
  float: left;
}
.inner .title .service {
  float: right;
  width: 3.2rem;
}
.ulList {
  margin: 0 0.1rem;
}
.ulList li {
  margin-bottom: 0.35rem;
  overflow: hidden;
  zoom: 1;
}
.ulList li .btn-open {
  cursor: pointer;
  width: 2rem;
  float: right;
  display: block;
}
.ulList li .txt {
  float: left;
  font-size: 0.48rem;
  height: 0.8rem;
  line-height: 0.8rem;
  width: 1.8rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #a70503;
  border: solid 1px #ff0000;
  color: #fff;
  margin-right: 0.15rem;
}
.ulList li .url {
  float: left;
  font-size: 0.5rem;
  height: 0.8rem;
  line-height: 0.8rem;
  margin-right: 0.1rem;
  width: 5.6rem;
  font-style: normal;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #fff;
  border: solid 1px #fff;
  color: #000;
}

.kf {
  position: fixed;
  right: 2px;
  top: 45%;
  display: block;
  cursor: pointer;
  width: 2rem;
}
.kf img {
  max-width: 100%;
}
