@charset "utf-8";
/* CSS Document */
header.header2 {
  height: 0.9rem;
  position: fixed;
  top: 0px;
  width: 7.5rem;
  z-index: 4;
  background: rgba(0,0,0,0.7);
}
header.header2 .main-wrap {
  height: 100%;
}
header.header2 .logo {
  display: inline-block;
  height: 100%;
  background: #068a34;
}
header.header2 .logo img {
  height: 100%;
  vertical-align: top;
  background-color:#FFF;
  background: #068a34;
  padding:0 5px
}
.ovh-h{
	position: fixed;
	width: 100%;
	height: 100%;	
}
.nbtn-box{
	background: #bc0900; 
	padding: 0.2rem 0.15rem;
	width: 0.65rem;
}
/*header.header2 .nav-btn {
  width: 0.65rem;
  height: 0.5rem;
  position: relative;
  cursor: pointer;
  background-size: 100% 100%;
}*/
header.header2 .nav-btn .line {
  display: block;
  width: 100%;
  height: 0.02rem;
  background-color: #fff;
  position: absolute;
  left: 0;
}
header.header2 .nav-btn .line1 {
  top: 0;
  -webkit-transform-origin: left top 0;
      -ms-transform-origin: left top 0;
          transform-origin: left top 0;
}
header.header2 .nav-btn .line2 {
  top: 0.1rem;
}
header.header2 .nav-btn .line3 {
  bottom: 0;
  -webkit-transform-origin: left bottom 0;
      -ms-transform-origin: left bottom 0;
          transform-origin: left bottom 0;
}
header.header2 .nav-btn.active {
  -webkit-animation: rotate 0.3s linear 0s;
          animation: rotate 0.3s linear 0s;
}
header.header2 .nav-btn.hover .line {
  left: 0.06rem;
}
header.header2 .sub-menu{
  width: 93%;
  padding: 0.2rem 4%;
  display: none;
  position: absolute;
  /*height:100%;*/
  box-sizing:border-box;
  left: 0;
  overflow:auto;
}
.hid-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	left: 0px;
	top: 0px;
	display: none;
}
.hid-bg.cur{
	display: block;
	z-index: 3;
}
header.header2 .sub-menu.cur{
	display: block;
}
header.header2 .sub-menu ul, header.header2 .sub-menu li {
  width: 100%;
}
header.header2 .sub-menu li {
  border-bottom: 1px solid #e5e5e5;
}
header.header2 .sub-menu .tit {
  display: block;
  width: 91%;
  padding: 0 4.5%;
  line-height: 0.6rem;
  font-size: 0.26rem;
  color: #333;
  position: relative;
}
header.header2 .sub-menu .sub-tit:after {
  content: '';
  display: block;
  width: 0.26rem;
  height: 0.26rem;
  background: url(../img/ico_03.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  right: 0.3rem;
  top: 0.13rem;
}
header.header2 .sub-menu .sub-tit.on {
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}
header.header2 .sub-menu .sub-tit.on:after {
  background: url(../img/ico_03_h.png) no-repeat center;
  background-size: 100% auto;
}
header.header2 .sub-menu .sec-list {
  line-height: 0.54rem;
  padding: 0.2rem 4.5%;
  display: none;
}
header.header2 .sub-menu .sec-list p {
  /*background: url(../img/ico_04.png) no-repeat left center;
  background-size: 0.06rem auto;*/
}
header.header2 .sub-menu .sec-list a {/*
  padding-left: 0.2rem;*/
  color: rgba(51,51,51,0.75);
  font-size: 0.24rem;
}
header.header2 .yy{
	width: 0.9rem;
	height: 0.39rem;
	padding: 0.1rem 0.2rem;
	border:  1px solid #bdb8b6;
	margin-right: 0.1rem;
	color: #b9b9b8;
	font-size: 0.23rem;
	line-height: 0.39rem;
	text-align: center;
}
header.header2 .yy img{
	display: inline-block;
	margin-right: 0.12rem;
	margin-top: -0.05rem;
	width: 0.34rem;
	height: 0.34rem;
}
.wnav-btn {
    width: 0.3rem;
    margin-top: 0.15rem;
    height: 0.24rem;
    padding: 0.18rem 0.15rem;
}
header.header2 .nav-btn {
    width: 0.3rem;
    height: 0.24rem;
    position: relative;
    cursor: pointer;
}
header.header2 .ah-01,header.header2 .ah-02{
  font-size: 0.24rem;
  color: #e2e2e2;
  text-align: left;
  line-height: 0.9rem;
  /* background: url(../img/ico_10.png) no-repeat right; */
  background-size: 0.01rem 0.15rem;
}
header.header2 .ah-01{
  padding-left: 0.35rem;
  padding-right: 0.3rem;
  margin-right: 0.1rem;
}
header.header2 .ah-02{
  padding-right: 0.25rem;
}
header.header2 .ah-02 img{
  width: 0.25rem;
  height: 0.25rem;
  margin: 0rem 0.2rem;
}
.nav-btn .line {
    display: block;
    width: 100%;
    height: 0.03rem;
    background-color: #fff;
    border-radius: 0.03rem;
    position: absolute;
    left: 0;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.footer{
	width: 7.5rem;
	background: #333333;
	text-align: center;
	padding-top: 0.1rem;
	padding-bottom: 0.2rem;
}
.footer .p1{
	margin: 0px auto;
	margin-bottom: 0.05rem;
	font-size: 0.24rem;
	color: #666666;
}
.footer .p2 a{
	margin: 0px auto;
	font-size: 0.24rem;
	color: #666666;
}
.footer h2{
  font-size: 0.24rem;
  font-weight: normal;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  color: #666666;
  width: 100%;
  text-align: left;
}
.footer ul{
  width: 100%;
  text-align: center;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  border-bottom: 1px solid #3d3d3d;
}
.footer ul li{
  width: 1.62rem;
  float: none;
  display: inline-block;
  text-align: left;
  padding-right: 0.1rem;
  margin-right: 0.15rem;
  background: url(../img/w-13.jpg) no-repeat right;
}
.footer ul li.cur{
  background: none;
  padding-right: 0rem;
  margin-right: 0rem;
}
.footer ul li a{
  font-size: 0.24rem;
  color: #606060;
}


.banner{
  width: 7.5rem;
  text-align: center;
}
.banner a{
  display: block;
  width:100%;
  height:100%;
}
.banner .swiper-slide{
  height: 6.25rem;
  width: 7.5rem !important;
  background-size: cover!important;
}
.banner .swiper-pagination-bullet{
  width: 0.1rem!important;
  height: 0.1rem!important;
  background: #f0f0f0!important;
  border-radius: 50%;
  transition: all 0.4s;
}
.banner .swiper-pagination-bullet-active{
  width: 0.36rem !important;
  border-radius: 0.1rem !important;
  transition: all 0.4s;
}

.bt
{
	padding-left: 0.8rem;
	background: url(../img/w-07.png) no-repeat 1%;
	background-size: 0.71rem 0.44rem;
	font-size: 0.3rem;
	color: #333;
	text-align: left;
}
.brand{
  width: 6.9rem;
  padding: 0.6rem 0.3rem;
  text-align: left; 
}
.brand .bt{
  width: 100%;
  text-align: left; 
  margin-bottom: 0.55rem;
}
.brand .bt img{
  width: 1.74rem;
  height: 0.5rem;
}
.more{
  width: 1.54rem;
  height: 0.46rem;
  border: 1px solid #999999;
  text-align: center;
  line-height: 0.46rem;
  border-radius: 0.5rem;
  color: #666;
}
.brand .more{
  margin-top: 0.35rem;
}
.sbb .more{
  margin-top: 0rem;
  margin-bottom: 0.3rem;
}
.brand h3{
  font-size: 0.26rem;
  color: #000;
  line-height: 0.3rem;
  margin-bottom: 0.25rem;
}
.brand p{
  width: 100%;
  line-height: 0.4rem;
  font-size: 0.24rem;
  color: #666;
}
.wel-01{
  width: 6.9rem;
  padding: 0.95rem 0.3rem 0.9rem 0.3rem;
  background: url(../img/w-02.jpg) no-repeat center;
  background-size: cover;
}
.wel-01 h2{
  width: 100%;
  text-align: center;
  font-size: 0.3rem;
  color: #fff;
  font-weight: normal;
  text-align: center;
  margin-bottom:10px
}
.wel-01 h3{
  font-size: 0.24rem;
  color: #eee;
  font-weight: 600;
  line-height: 0.5rem;
  text-align: left; 
  margin-top: 0.5rem;
  margin-bottom: 0.05rem;
}
.wel-01 p{
  font-size: 0.24rem;
  color: rgba(242,242,242,0.7);
  line-height: 0.45rem;
}
.wel-02{
  width: 6.9rem;
  padding: 0.6rem 0.3rem;
  background: #fff;
}
.wel-02 .bt{
  width: 100%;
  text-align: left;
  height: 0.5rem;
  margin-bottom: 0.45rem;
}
.wel-02 .bt img{
  height: 100%;
}
.wel-02 ul{
  width: 100%;
  text-align: right; 
}
.wel-02 ul li{
  width: 100%;
  height: 2.74rem;
  margin-bottom: 0.08rem;
}
.wel-02 ul li a{
  display: block;
  width: 100%;
  height: 100%;
}
.wel-02 ul li h2{
  font-size: 0.25rem;
  color: #3f3a39;
  font-weight: 600;
  text-align: left;
  width: 2.3rem;
  line-height: 0.32rem;
}
.wel-02 ul li p{
  width: 2.3rem;
  font-size: 0.3rem;
 /* height: 1rem; */
  overflow: hidden;
  color: #fff;
  text-align: left;
 /* line-height: 0.35rem; */
  margin-top: 0.2rem;
  margin-bottom: 0.25rem;
  font-weight:bold
}
.wel-02 ul li .mo{
  width: 1.2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  border-radius: 0.4rem;
  font-size: 0.22rem;
  border: 1px solid #fff;
  color: #fff;
}
.wel-02 ul .l-01{
  background: url(../img/w-03.jpg) no-repeat center;
  background-size: cover;
}
.wel-02 ul .l-02{
  background: url(../img/w-04.jpg) no-repeat center;
  background-size: cover;
}
.wel-02 ul .l-03{
  background: url(../img/w-05.jpg) no-repeat center;
  background-size: cover;
}
.wel-02 .ci-01{
  padding-right: 0.3rem;
  padding-top: 0.4rem;
}
.wel-02 .ci-02{
  padding-left: 0.7rem;
  padding-top: 0.15rem;
}

.wel-03{
  width: 6.9rem;
  padding: 0rem 0.3rem;
  padding-bottom: 0.15rem;
}
.wel-03 .bt{
  width: 100%;
  text-align: left;
  height: 0.5rem;
  margin-bottom: 0.5rem;
}
.wel-03 .bt img{
  height: 100%;
}
.wel-03 .swi-01{
  padding-bottom: 0.85rem;
}
.wel-03 .swi-01 .txt{
  width:100%;
  height: auto;
  text-align: center;
  background-size: 2.2rem 2.28rem;
  margin:0rem;
  padding: 0rem; 
}
.wel-03 .swi-01 .txt h2{
  width: 100%;
  height: auto;
  line-height: 2.2rem;
  font-size: 0.24rem;
  color: #fff;
  margin:0rem;
  padding: 0rem; 
  text-align: center;
  background: url(../img/w-05.png) no-repeat center;
  background-size: 2.2rem 2.28rem;
}
.wel-03 .swi-01 .swiper-pagination-bullet{
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: none;
  border: 1px solid #cccccc; 
}
.wel-03 .swi-01 .swiper-pagination-bullet-active{
  background: #068a34;
  border: 1px solid #068a34; 
}
.wel-04{
  background: url(../img/w-08.jpg) no-repeat center;
  background-size: cover;
  width: 6.9rem;
  padding: 0rem 0.3rem;
  padding-bottom: 0.1rem;
  overflow: hidden;
}
.wel-04 .bt{
  width: 100%;
  height: 0.5rem;
  text-align: left;
  padding-top: 0.5rem;
  padding-bottom: 0.45rem;
  overflow: hidden;
  color:#fff
}
.wel-04 .bt img{
  height: 0.5rem;
}
.wel-04 .swi-02{
  padding-bottom: 0.8rem;
}
.wel-04 .swi-02 img{
  width: 100%;
  max-height: 100%;
  text-align: center;
}
.wel-04 .swi-02 .swiper-pagination-bullet{
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #ffffff;
}
.wel-04 .swi-02 .swiper-pagination-bullet-active{
  background: #068a34;
}
.wel-05{
  width: 6.9rem;
  padding: 0rem 0.3rem;
  padding-top: 0.15rem;
  background: #f8f8f8;
  padding-bottom: 0.55rem;
}
.sort-01{
  background: #fff;
  padding: 0rem 0.5rem;
  padding-top: 0.58rem;
  text-align: left;
  margin-top: 0.4rem;
}
.sort-01 .top{
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  margin-bottom: 0.25rem;
}
.sort-01 .top .lef{
  padding-left: 0.8rem;
  background: url(../img/w-07.png) no-repeat 1%;
  background-size: 0.71rem 0.44rem;
  font-size: 0.3rem;
  color: #333;
  text-align: left;
/*  font-weight:bold */
}
.sort-01 .top .rig{
  width: 1.2rem;
  height: 0.43rem;
  line-height: 0.43rem;
  border-radius: 0.5rem;
  background: #f3f3f3;
}
.sort-01 .top .rig a{
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.24rem;
  color: #999999;
  text-align: center;
}
.sort-01 .mid{
  width: 100%;
  height: 3.08rem;
  text-align: center;
}
.sort-01 .mid img{
  width: 100%;
}
.sort-01 ul{
  padding-top: 0.1rem;
  padding-bottom: 0.2rem;
}
.sort-01 ul li{
  padding: 0.25rem 0rem;
  border-top: 1px solid #f3f3f3;
  width: 100%;
}
.sort-01 ul li a{
  display: block;
  width: 100%;
 
  overflow: hidden;
}
.sort-01 ul li.cur{
  border-top: none;
}
.sort-01 ul li .le{
  width: 1.4rem;
  height: 0.88rem;
  margin-right: 0.28rem;
}
.sort-01 ul li .le img{
  width: 100%;
  height: 100%;
  text-align: center;
}
.sort-01 ul li .rg{
  text-align: left;
  width: 3.94rem;
  overflow: hidden;
}
.sort-01 ul li .rg h2{
  font-size: 0.24rem;
  color: #333;
  font-weight: 600;
  line-height: 0.24rem;
  margin-top: 0.05rem;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.15rem;
}
.sort-01 ul li .rg p{
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #888;
  width: 100%;
  overflow: hidden;
}
.wel-06{
  width: 6.9rem;
  background: #fff;
  padding: 0.65rem 0.3rem 0.3rem 0.3rem;
}
.wel-06 .bt{
  width: 100%;
  height: 0.5rem;
  text-align: left;
  margin-bottom: 0.45rem;
}
.wel-06 .bt img{
  height: 100%;
}
.wel-06 ul{
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  display: inline-block;
}
.wel-06 ul li{
  width: 2.27rem;
  height: 1.48rem;
  float: left;
  overflow: hidden;
  text-align: center;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.wel-06 ul li img{
  width: 100%;
  height: 100%;
}
.wel-06 ul li a{
  display: block;
  width: 100%;
  height: 100%;
}
.wel-06 .swi-03 .swiper-pagination-bullet{
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: none;
  border: 1px solid #cccccc; 
}
.wel-06 .swi-03 .swiper-pagination-bullet-active{
  background: #068a34;
  border: 1px solid #068a34; 
}
.wel-06 .swi-03{
  padding-bottom: 1rem;
}
.return{
  width: 6.9rem;
  padding: 0rem 0.3rem;
  padding-top: 0rem;
  padding-bottom: 0.55rem;
}
.return .lef p{
  color: #474747;
  font-size: 0.24rem;
  text-align: left;
  line-height: 0.45rem;
}
.return .lef p span{
  font-size: 0.24rem;
  display: inline-block;
  color: #474747;
}
.return .rig{
  text-align: center;
  padding-top: 0.42rem;
  background: url(../img/w-09.png) no-repeat top;
  background-size: 0.29rem 0.31rem;
}
.return .rig a{
  font-size: 0.24rem;
  color: #068a34;
}
.n-banne{
  width: 7.5rem;
  height: 5.21rem;
  text-align: center;
}
.n-banne img{
  width: 100%;
  height: 100%;
}
.globe{
  width: 6.9rem;
  padding: 0rem 0.3rem;
  padding-bottom: 0.5rem;
  padding-top: 0.2rem;
}
.glo-01{
  width: 6.7rem;
  padding: 0.4rem 0.2rem;
  padding-bottom: 0.1rem;
  padding-right: 0rem;
  overflow: hidden;
  border-bottom: 1px solid #f2f2f2;
}
.glo-01.cur{
  border: none;
}
.globe ul li{
  margin-right: 0.22rem;
  margin-bottom: 0.22rem;
}
.globe .lf{
  font-size: 0.26rem;
  color: #333;
  width: 1.4rem;
  text-align: left;
}
.globe .rg{
  text-align: left;
  width: 5.3rem;
}
.globe .rg ul{
  width: 100%;
}
.globe .rg a{
  width: 1.5rem;
  height: 0.54rem;
  line-height: 0.54rem;
  text-align: center;
  display: block;
  font-size: 0.26rem;
  color: #333333;
  background: #f2f2f2;
  border-radius: 3px;
}
.globe .rg a.cur{
  background: #068a34;
  color: #fff;
}
.ci-top{
  width: 6.9rem;
  padding: 0rem 0.3rem;
  text-align: center;
  padding-top: 0.8rem;
  padding-bottom: 0.65rem;
}
.ci-top img{
  width: 100%;
}
.ci-lis{
  width: 6.9rem;
  text-align: left;
  padding: 0rem 0.3rem;
  padding-bottom: 0.7rem;
}
.ci-lis ul li{
  width: 100%;
  line-height: 0.3rem;
  margin-bottom: 0.25rem;
}
.ci-lis ul li a{
  display: block;
  width: 100%;
  height: 100%;
}
.ci-lis ul li h2{
  font-size: 0.24rem;
  color: #333;
  width: 100%;
  padding-left: 0.15rem;
  border-left: 2px solid #068a34;
  line-height: 0.3rem;
  font-weight: 600;
}
.ci-lis ul li h2 span{
  margin-left: 0.5rem;
  display: inline-block;
  font-size: 0.24rem;
  color: #068a34;
  line-height: 0.3rem;
  font-weight: normal;
}
.ci-lis ul li p{
  width: 100%;
  text-align: left;
  font-size: 0.24rem;
  color: #535353;
  line-height: 0.3rem;
}
.ci-lis h3{
  width: 100%;
  font-weight: 600;
  font-size: 0.24rem;
  color: #535353;
  text-align: left;
  margin-bottom: 0.2rem;
}
.pho-lis{
  padding-top: 0.4rem;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  padding-bottom: 0.5rem;
}
.pho-lis ul li{
  width: 3.14rem;
  margin-right: 0.6rem;
  margin-bottom: 0.3rem;
}
.pho-lis ul li.cur{
  margin-right: 0rem;
}
.pho-lis ul li .img{
  width: 3.14rem;
  height: 2.75rem;
  text-align: center;
}
.pho-lis ul li .img img{
  width: 100%;
  height: 100%;
}
.pho-lis ul li p{
  font-size: 0.24rem;
  color: #222;
  width: 3.14rem;
  height: 0.47rem;
  line-height: 0.47rem;
  background: #eaeaea;
  text-align: center;
  margin-top: 0rem;
  overflow: hidden;
}
.ins-nav2 {
  box-shadow: 0px 0px 0.1rem rgba(0,0,0,0.2);
  position: relative;
}
.ins-nav2 .bd {
  width: 6.4rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.ins-nav2 .bd ul {
  width: 100%;
}
.ins-nav2 .bd li {
  width: 25%;
  text-align: center;
  border-right: 1px solid #eee;
  line-height: 0.8rem;
}
.ins-nav2 .bd li a {
  display: block;
  color: #333333;
}
.ins-nav2 .bd li.bg {
  background-color: #006cb8;
}
.ins-nav2 .bd li.bg a {
  color: #fff;
}
.ins-nav2 .butn {
  display: block;
  position: absolute;
  top: 0;
  width: 0.5rem;
  height: 0.8rem;
}
.ins-nav2 .prev {
  background: url(../img/ico_05.png) no-repeat center;
  background-size: 0.12rem auto;
  box-shadow: 0px 0px 0.1rem rgba(0,0,0,0.4);
  left: 0;
}
.ins-nav2 .next {
  background: url(../img/ico_06.png) no-repeat center;
  background-size: 0.12rem auto;
  right: 0;
  box-shadow: 0px 0px 0.1rem rgba(0,0,0,0.4);
}
.ins-txt{
  width: 6.9rem;
  padding: 0.3rem 0.3rem;
  padding-bottom: 0.5rem;
  text-align: center; 
}
.ins-txt img{
  max-width: 100%;
}
.deta-txt{
  width: 6.9rem;
  padding: 0.7rem 0.3rem 0rem 0.3rem;
}
.deta-txt img{
  max-width: 100%;
  display: block;
  margin: 0rem auto;
}
.know-txt{
  width: 6.9rem;
  padding: 0rem 0.3rem;
  padding-top: 0.15rem;
}
.know-txt ul{

}
.know-txt ul li{
  width: 100%;
  height: 0.9rem;
  border-bottom: 1px dashed #dcdcdc;
}
.know-txt ul li .lef{
  width: 4.8rem;
  text-align: left;
  padding-left:0.4rem;
  background: url(../img/w-12.png) no-repeat left; 
  background-size: 0.22rem 0.18rem;
  height: 0.9rem;
  font-size: 0.24rem;
  color: #2f2f2f;
  line-height: 0.9rem;
}
.know-txt ul li.cur{
  border-bottom: none;
}
.know-txt ul li .rig{
  font-size: 0.24rem;
  color: #a3a3a3;
  text-align: right;
  height: 0.9rem;
  line-height: 0.9rem;
}
.know-txt ul li a{
  display: block;
  width: 100%;
  height: 100%;
}
.cj-link{
  width: 6.9rem;
  margin: 0.08rem auto;
  text-align: left;
  margin-bottom: 0.25rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #3d3d3d;
  min-height:  0.4rem;
  font-size: 0.24rem;
  color: #666666;
}

.pagination{
  font-size: 0px;
  text-align: center;
  margin: 0.2rem 0 0rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 0px;
  height: 0.6rem;
  display: inline-block;
  border-left: 1px solid #ddd;
}
.pagination a,.pagination span {
  height: 0.6rem;
  font-size: 0.2rem;
  color: #ccc;
  display: inline-block;
  _display: inline;
  padding: 0 0.2rem;
  font-size: 0.2rem;
  border-right: 1px solid #ddd;
  line-height: 0.6rem;
}
.page{
  margin-bottom: 0rem !important;
}
.form-box{
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 2rem;
  background: #f8f8f8;
}
.form{
  width: 6.69rem;
  margin: 0rem auto;
  text-align: center;
}
.form h2{
  width: 100%;
  font-size: 0.32rem;
  color: #333333;
  font-weight: normal;
  line-height: 0.35rem;
  margin-bottom: 0.2rem;
}
body,html{
  position:relative;
}
.form input{
  width: 6.69rem;
  height: 0.72rem;
  background: #fff;
  border: none;
  outline: none;
  font-size: 0.26rem;
  color: #666;
  margin-top: 0.2rem;
  text-indent: 0.12rem;
  border-radius: 0.06rem;
}
.form .textarea{
  width: 6.69rem;
  height: 2rem;
  text-indent: 0.12rem;
  padding-top: 0.1rem;
  border: none;
  outline: none;
  background: #fff;
  margin-top: 0.2rem;
}
.form .inp-btt{
  width: 6.69rem;
  text-align: center;
  text-indent: none;
  height: 0.8rem;
  color: #fff;
  font-size: 0.26rem;
  margin-top: 0.4rem;
  margin-bottom: 0.75rem;
  background: #e43649;
}
-webkit-input-placeholder{
    color: #eee;
}
-moz-input-placeholder{
    color: #eee;
}
-ms-input-placeholder{
    color: #eee;
}

.fixm-ab{
  height: 56px;
}
.fixm{
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
  /*background: #4c4c4c;*/
  background: rgba(76, 76, 76, 0.95);
  z-index: 999;
}
.fixm.ab{
   position: absolute;
   z-index:1;
}
.fixm ul{
  width: 100%;
}
.fixm li{
  width: 25%;
  padding: 6px 0 2px;
  /* background: url(../img/bcm5.png) no-repeat right center; */
  background-size: 2px 58px;
}
.fixm li img{
  display: block;
  margin: 0 auto 2px;
  width: 23px;
}
.fixm li p{
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.fixm li.cur{
  background: none;
}
#hm_t_undefined .hm-t-go-top{
  bottom: 60px!important;
}
