html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background: #fff;
  color: #555;
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
td,
th,
caption {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6,
s {
  font-weight: normal;
  font-size: 100%;
  text-decoration: none;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
a {
  color: #555;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
img {
  border: none;
  vertical-align: middle;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font: 14px Verdana, Helvetica, Arial, sans-serif;
}
table {
  border-collapse: collapse;
}
html {
  overflow-y: hidden;
}
.rf {
  float: right;
}
.lf {
  float: left;
}
.clearfix:after {
  display: block;
  height: 0;
  content: '';
  clear: both;
}
.main {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  box-sizing: border-box;
  overflow-Y: auto;
  background-color: #f2f2f2;
  overflow-X: hidden;
  padding-bottom: 55px;
}
.main.has_menu {
  padding-bottom: 55px;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-pagination-bullet {
  background-color: #ff6f00;
}
.btn {
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background-color: #fa974b;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
.btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}
.header {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #fa974b;
  color: #fff;
  text-align: center;
  position: fixed;
  top: 0;
  font-size: 16px;
  z-index: 99999;
}
.header img {
  width: 100px;
}
.header > * {
  max-height: 40px;
}
.header .search_btn {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: top;
  text-align: center;
  line-height: 40px;
}
.header .search_btn img {
  width: 50%;
  height: 50%;
}
.header .logo_box {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 10px;
  top: 0;
  vertical-align: top;
  text-align: center;
  line-height: 40px;
}
.header .logo_box img {
  width: 80%;
  height: 80%;
}
.header .back_btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.header .back_btn img {
  width: 15px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header .text_btn {
  border: 1px solid #fff;
  width: 70px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  margin: 10px 0;
  border-radius: 10px;
  position: absolute;
  right: 5%;
  top: 0;
}
.header .text_btn a {
  padding: 0 4px;
  color: #fff;
}
.block {
  margin-bottom: 5px;
  background-color: #fff;
}
.icon_l {
  padding-left: 30px;
}
.icon_r {
  padding-right: 30px;
}
.link_block {
  display: block;
}
.img_box {
  overflow: hidden;
  border-radius: 8px;
}
.img_box.yuan {
  border-radius: 50%;
}
.img_box > img {
  width: 100%;
  height: 100%;
}
.more_w {
  background: url(../img/icon_arrow_w@3x.png) no-repeat right center;
  background-size: 10px;
}
.more {
  background: url(../img/icon_arrow@3x.png) no-repeat right center;
  background-size: 10px;
}
.shu {
  border-left: 1px solid #ddd;
  height: 100%;
  padding-left: 5px;
  margin-left: 5px;
}
.div_line {
  border-bottom: 1px solid #efeff4;
}
.in_block {
  display: inline-block;
}
.flex {
  display: flex;
}
.quan {
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  border: 1px solid #ddd;
  content: '';
  display: inline-block;
  position: absolute;
}
.quan.on {
  background-color: #fa974b;
  border: none;
}
.bottom_menu {
  position: fixed;
  height: 55px;
  background-color: #fff;
  bottom: 0;
  width: 100%;
}
.settlement {
  background-color: #fa974b;
  color: #fff;
  line-height: 55px;
  text-align: center;
  width: 40%;
}
.has_head_img_box {
  position: relative;
}
.has_head_img_box .img_box {
  width: 50px;
  height: 50px;
  position: absolute;
}
.has_head_img_box .content_box {
  padding-left: 60px;
  min-height: 50px;
}
/**************************滚动加载底部提示*********************************/
.load_more_prompt {
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  text-align: center;
}
/***********************************************************
*** CUSTOMIZE THE LOADING SCREEN BACKGROUND + ICON COLORS
************************************************************/
/* loading screen background color */
#bonfire-pageloader {
  background-color: #1FB6DB;
}
/* loading icon color */
.bonfire-pageloader-icon svg {
  fill: #fa974b;
}
/***********************************************************
*** THE NITTY-GRITTY
************************************************************/
/* the pageloader */
#bonfire-pageloader {
  position: absolute;
  z-index: 99999999999999;
  width: 100%;
  height: 1000%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: -50px;
}
.bonfire-pageloader-fade {
  opacity: 0 !important;
  -webkit-transition: all .75s ease;
  -moz-transition: all .75s ease;
  -o-transition: all .75s ease;
  -ms-transition: all .75s ease;
  transition: all .75s ease;
}
.bonfire-pageloader-hide {
  display: none;
}
/* the loading icon */
.bonfire-pageloader-icon {
  width: 50px;
  height: 50px;
  opacity: 1;
  text-align: center;
  display: inline-block;
  color: #fff;
}
.bonfire-pageloader-icon-hide {
  opacity: 0 !important;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}
.bonfire-pageloader-icon svg {
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  width: 50px;
  height: 50px;
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
/* lets give the page body that subtle slide-in animation */
html {
  height: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all .75s ease;
  -moz-transition: all .75s ease;
  -o-transition: all .75s ease;
  -ms-transition: all .75s ease;
  transition: all .75s ease;
}
.bonfire-html-onload {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -ms-transition: all 0s ease;
  transition: all 0s ease;
}
