a,
body,
center,
cite,
code,
dd,
del,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hr,
html,
img,
input,
label,
legend,
li,
mark,
ol,
p,
section,
span,
strong,
textarea,
time,
ul,
var input {
  margin: 0;
  border: 0;
  padding: 0;
  font-style: normal;

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body,
html {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
details,
fieldset,
figcaption,
figure,
footer,
header,
main,
nav,
img,
section {
  display: block;
}
a,
button,
cite,
code,
del,
em,
label,
mark,
small,
strong,
textarea,
time,
var {
  display: inline-block;
}
footer,
header,
section {
  position: relative;
}
ol,
ul {
  list-style: none;
}
button,
input,
textarea {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1em;
  background-color: transparent;
}
span {
  display: inline-block;
}
a:active,
a:hover {
  outline: 0;
}
a,
a:visited {
  text-decoration: none;
}
.wordWrap,
label {
  word-wrap: break-word;
  word-break: break-all;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
input,
textarea {
  /* outline: none; */
  /* border: none; */
  /* -webkit-appearance: none;
  -moz-appearance: none; */
  /* appearance: none;
  border-radius: 0; */
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
button:focus {
  outline: none;
}
:focus {
  outline: none;
}
body{
  font-family: '微软雅黑';
}
/* 间距 */
.container {
  padding: 0 0.25rem;
}

/* header */
.header{
  background: #f7f7f7;
  font-size: 0;
}
.header .header-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.1rem;
}
.header .header-top .logo{
  width: 1.64rem;
}
.header .header-top .state{
  width: 1.34rem;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
  background: #dcaf67;
  font-size: 0.32rem;
  color: #fff;
  border-radius: 0.4rem;
}
.header .header-top .state img{
  width: 0.3rem;
  height: 0.3rem;
  vertical-align: middle;
  display: inline-block;
}
.header .search .cont{
  border: 1px solid #e4c490;
  border-radius: 0.4rem;
  line-height: 0.68rem;
  height: 0.68rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .search input{
  font-size: 32px;
  color: #999999;
  font-size: 0.32rem;
  color: #999999;
 padding-left: 0.22rem;
 width: 5.88rem;
}
.header .search .btn{
  width: 0.4rem;
  height: 0.4rem;
  display: inline-block;
  margin-right: 0.22rem;
}
.header .search .btn img{
  width: 100%;
  height: 100%;
}
.header .pull-menu{
  position: absolute;
  text-align: center;
 
  width: 100%;
  background: #fff;
  z-index: 3;
  display: none;
}
.header .pull-menu a{
  font-size: 0.28rem;
  color: #000000;
  display: block;
  height: 0.86rem;
  line-height: 0.86rem;
  border-bottom: 1px solid #e6e6e6;
}
.header .pull-menu .link{
  color: #c38115;
}
.header .menu{
  width: 0.6rem;
  height: 0.6rem;
  background: url(../img/menu.png) no-repeat;
  background-size: 100% 100%;
}
.banner{
  margin-top: 0.22rem;
}
.banner img{
  width: 100%;
}
.banner .banner-pagination{
  bottom: 0;
}
.banner .banner-pagination .swiper-pagination-bullet{
  width: 0.15rem;
  height: 0.15rem;
  background: #dbcec8;
  opacity: 1;
}
.banner .banner-pagination .swiper-pagination-bullet-active{
  background: #dfa940;
}
.bottom{
  display: flex;
  background: #fff;
  font-size: 0;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  border-top: 1px solid #eeeeee;
}
.bottom .item {
  flex: 1;
  text-align: center;
  padding: 0.12rem 0;
}
.bottom .item span{
  width: 0.44rem;
  height: 0.44rem;
  background: url(../img/h1.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
}
.bottom .item:nth-child(2) span{
  background: url(../img/h2.png) no-repeat;
  background-size: 100% 100%;
}
.bottom .item:nth-child(3) span{
  background: url(../img/h3.png) no-repeat;
  background-size: 100% 100%;
}
.bottom .item:nth-child(4) span{
  background: url(../img/h4.png) no-repeat;
  background-size: 100% 100%;
}
.bottom .item:nth-child(5) span{
  background: url(../img/h5.png) no-repeat;
  background-size: 100% 100%;
}
.bottom .item p{
  font-size: 0.22rem;
  color: #666666;
  text-align: center;
  margin-top: 0.08rem;
}
.bottom .active span{
  background: url(../img/ha1.png) no-repeat;
  background-size: 100% 100%;
}
.bottom .active:nth-child(2) span{
  background: url(../img/ha2.png) no-repeat;
  background-size: 100% 100%;
}
.bottom .active:nth-child(3) span{
  background: url(../img/ha3.png) no-repeat;
  background-size: 100% 100%;
}
.bottom .active:nth-child(4) span{
  background: url(../img/ha4.png) no-repeat;
  background-size: 100% 100%;
}
.bottom .active:nth-child(5) span{
  background: url(../img/ha5.png) no-repeat;
  background-size: 100% 100%;
}
.bottom .active p{
  color: #d6952b;
}
.d-bottom{
  background: #272727;
  padding-top: 0.78rem;
  font-size: 0;
}
.d-bottom .ewm{
  text-align: center;
}
.d-bottom .ewm img{
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}
.d-bottom .ewm p{
font-size: 0.22rem;
color: #999999;
margin-top: 0.2rem;
}
.d-bottom .hotline{
  display: flex;
  justify-content: space-between;
  margin-top: 0.6rem;
}
.d-bottom .hotline .left{
  font-size: 0.3rem;
  color: #cccccc;
  line-height: 26px;
}
.d-bottom .hotline .left span{
  font-size: 0.28rem;
  color: #e7930c;
}
.d-bottom .hotline .left span img{
  width: 0.36rem;
  height: 0.36rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.1rem;
}
.d-bottom .hotline .right{
  font-size: 0.24rem;
  color: #cccccc;
  line-height: 26px;
}
.d-bottom .b-nei{
  font-size: 0.22rem;
  color: #999999;
  text-align: center;
  border-top: 2px solid #2d2f31;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  margin-top: 0.56rem;
}

img{
  object-fit: contain;
}