:root {
  --swiper-navigation-size: 34px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 20px;
  min-width: 320px;
  max-width: 640px;
  margin: 0 auto;
  background: #f2f2f2;
}

@media only screen and (max-width:320px) {
  html {
    font-size: 9px;
  }
}

@media only screen and (min-width:320px) and (max-width:352px) {
  html {
    font-size: 10px;
  }
}

@media only screen and (min-width:352px) and (max-width:384px) {
  html {
    font-size: 11px;
  }
}

@media only screen and (min-width:384px) and (max-width:416px) {
  html {
    font-size: 12px;
  }
}

@media only screen and (min-width:416px) and (max-width:448px) {
  html {
    font-size: 13px;
  }
}

@media only screen and (min-width:448px) and (max-width:480px) {
  html {
    font-size: 14px;
  }
}

@media only screen and (min-width:480px) and (max-width:512px) {
  html {
    font-size: 15px;
  }
}

@media only screen and (min-width:512px) and (max-width:544px) {
  html {
    font-size: 16px;
  }
}

@media only screen and (min-width:544px) and (max-width:576px) {
  html {
    font-size: 17px;
  }
}

@media only screen and (min-width:576px) and (max-width:608px) {
  html {
    font-size: 18px;
  }
}

@media only screen and (min-width:608px) and (max-width:640px) {
  html {
    font-size: 19px;
  }
}

@media only screen and (min-width:640px) {
  html {
    font-size: 20px;
  }
}

body {
  width: 100%;
  margin: 0 auto;
  font-size: 0.7rem;
  font-family: "\5FAE\8F6F\96C5\9ED1";
  background: #fff;
  color: #333;
}

li, ul {
  list-style: none;
}

a {
  color: #333;
  outline: none;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

.title {
  /* font-family: '\9ED1\4F53'; */
  font-size: 2.4rem;
  padding: 3rem 0 2rem 0;
  line-height: 1.2;
  text-align: center;
  letter-spacing: .1rem;
}

.title span {
  color: #7a1e14;
}

.btns {
  text-align: center;
}

.btns a {
  display: inline-block;
  background: #7a1e14;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: .1rem;
  margin-top: 1.5rem;
  padding: 1.4rem 8rem  !important;
  border-radius: 2rem;
  font-weight: bold;
}
.nav{
	width:98%;
	margin:0px auto;
	margin-top:1rem;
	}
	
.nav ul li{
	float:left;
	width:25%;
	margin-bottom:1rem;
	}
.nav ul li img{
	width:70%;
	margin:0px auto;
	display: block;
	}
.nav ul li p{
	font-size:1.2rem;
	text-align:center;
	line-height:2;
	}
	
.anniu{
	width:94%;
	margin:0px auto;}
	
	.faq {
  padding: 2rem 1.5rem;
  margin-bottom:1rem;
}

.faq h4 {
      text-align: center;
    font-size: 2rem;
}

.faq ul li {
    line-height: 2.4rem;
    font-size: 1.2rem;
    margin: 1rem 0;
    padding: 0 1.5rem;
    background: #fff;
    position: relative;
    /* color: #333; */
    /* overflow: hidden; */
    /* border-radius: .3rem; */
    background: url(images/10-2_66.png) no-repeat left;
    background-size: 3%;
}

.faq ul li a {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background: #f2a027;
  padding: 0 1rem;
  letter-spacing: .1rem;
      border-radius: 20px;
}

.fixed-tools {
  width: 100%;
  max-width: 640px;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 5rem;
  background: linear-gradient(90deg, #0096f0, #0052c2);
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.fixed-tools a:nth-of-type(1) {
  display: block;
  width: 15%;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
}

.fixed-tools a:nth-of-type(1) i {
  display: block;
  width: 100%;
  height: 1.5rem;
  background: url(/assets/dangancunfang1002/images/ico-phone.png) center no-repeat;
  background-size: contain;
}

.fixed-tools a:nth-of-type(2) {
     display: block;
    width: 80%;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    background: #ffffff;
    color: #0053c3;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: .1rem;
    border-radius: 4rem;
}


.fixed-tools a:nth-of-type(2) i {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(/assets/dangancunfang1002/images/ico-msg.png) center no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: .5rem;
}

.foot{
        background: #f4f4f4;
    padding: 1rem 1.5rem 5.5rem;
    position: relative;
    font-size: 1.2rem;
    opacity: .7;
}
