.iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
html * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  font-size: 52% !important;
}
@media only screen and (min-width: 330px) {
  html {
    font-size: 62.5% !important;
  }
}
@media only screen and (min-width: 414px) {
  html {
    font-size: 66% !important;
  }
}
html {
  font-size: 62.5%;
}
html * {
  box-sizing: border-box;
}
body {
  font-family: "微软雅黑", arial;
  font-size: 14px;
  color: #4c4c4c;
  margin: 0;
  padding: 0;
  background-color: #ffe8d3;
}
ol,
ul,
dl,
li,
dt,
dl,
dd {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: #4c4c4c;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.text-center {
  text-align: center;
}
.clear {
  clear: both;
}
.hide {
  display: none !important;
}
.center-clock {
  margin: 0 auto;
  display: block;
}
.pm {
  background-color: #faf8f7;
  width: 100%;
  height: 100%;
  display: box;
  /* OLD - Android 4.4- */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* 09版 */
  -webkit-box-orient: vertical;
  /* 12版 */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
}
.center-block {
  display: block;
  margin: 0 auto;
}
.text-center {
  text-align: center;
}
.img-res {
  max-width: 100%;
}
.font-12 {
  font-size: 1.2rem;
}
.font-13 {
  font-size: 1.3rem;
}
.font-14 {
  font-size: 1.4rem;
}
.font-15 {
  font-size: 1.5rem;
}
.font-16 {
  font-size: 1.6rem;
}
.font-18 {
  font-size: 1.8rem;
}
.font-main {
  color: #333;
}
.font-less {
  color: #999;
}
.bg-white {
  background-color: #fff;
}
/*flex*/
.flex-1 {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
}
.row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-flow: row;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  flex-direction: row;
}
.column {
  display: box;
  /* OLD - Android 4.4- */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* 09版 */
  -webkit-box-orient: vertical;
  /* 12版 */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.flex-center {
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.btn {
  border: none;
  outline: none;
  text-align: center;
  background-color: inherit;
}
.overflow-y {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.overflow-y::-webkit-scrollbar {
  display: none;
}
.content {
  width: 100%;
  background-color: #faf8f7;
}
.content > img {
  display: block;
  width: 100%;
}
.content .infosub {
  padding: 2rem 0 3rem 0 ;
  background-color: #fd891a;
}
.content .infosub .infotitle {
  text-align: center;
  color: #161211;
  font-size: 1.6rem;
  font-weight: bold;
}
.content .infosub .inputname,
.content .infosub .inputphone {
  width: 30rem;
  height: 4rem;
  margin: 0 auto;
  display: block;
  background-color: #fff;
  border-radius: 999px;
  padding: 0 1.6rem;
  margin-top: 2rem;
}
.content .infosub .inputname input,
.content .infosub .inputphone input {
  width: 100%;
  outline: none;
  line-height: 3.2rem;
  margin-top: 0.4rem;
  border: none;
  font-size: 1.4rem;
}
.content .infosub .subbtn {
  margin-top: 2rem;
}
.content .infosub .subbtn button {
  position: relative;
  width: 30rem;
  height: 4rem;
  display: block;
  margin: 0 auto;
  border-radius: 999px;
  margin-top: 1rem;
  border: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffd400), color-stop(1, #ffaf00));
  /* Saf4+, Chrome */
  box-shadow: 0 0.4rem 0.1rem #592b08;
  font-size: 1.6rem;
  color: #212121;
}
.content .subinfotype-2 {
  padding: 6rem 0 3rem 0;
  background-image: url(../images/page1/subinfobg.png);
  background-size: contain;
}
.content .subinfotype-2 .contcenter {
  width: 32rem;
  display: block;
  margin: 0 auto;
  padding: 3rem 1.5rem 2rem 1.5rem;
  border-radius: 1rem;
  position: relative;
  background-color: #dcdcdc;
}
.content .subinfotype-2 .contcenter .iconleft {
  width: 2.4rem;
  margin: 0rem 1rem;
}
.content .subinfotype-2 .contcenter .zlbtn {
  width: 28rem;
  height: 4rem;
  text-align: center;
  color: #fff;
  background-image: -moz-linear-gradient(top, #f8684a, #e7412b);
  /* Firefox */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f8684a), color-stop(1, #e7412b));
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8684a', endColorstr='#e7412b', GradientType='0');
  /* IE*/
  border-radius: 999rem;
  line-height: 4rem;
  margin: 0 auto;
  margin-top: 2rem;
  box-shadow: 0rem 0.2rem 0.4rem rgba(184, 40, 40, 0.2);
  transition: all 0.3s;
}
.content .subinfotype-2 .contcenter .newsubinfo .zlbtn:active {
  box-shadow: none;
}
.content .subinfotype-2 .contcenter .topfix {
  width: 80%;
  position: absolute;
  left: 50%;
  margin-left: -40%;
  top: -3rem;
}
.content .subinfotype-2 .inputphone {
  width: 28rem;
  border: 0.1rem solid #d2d2d2;
  border-radius: 0.4rem;
  margin: 0 auto;
  padding: 1rem 0;
  margin-top: 1rem;
  background-color: #fff;
}
.content .subinfotype-2 .inputphone > div {
  border-left: 0.1rem solid #ccc;
  padding: 0 0.8rem;
}
.content .subinfotype-2 .inputphone input {
  border: none;
  outline: none;
}
.content .hotcall {
  display: block;
  background-color: #F2831A;
  padding: 2rem 0;
  color: #fff;
  text-align: center;
}
.content .hotcall > span:nth-child(1) {
  font-size: 1.6rem;
  font-weight: bold;
}
.content .hotcall > span:nth-child(2) {
  font-size: 1.8rem;
  font-weight: bold;
}
.content .contentus {
  background-color: #fff;
  padding-top: 1rem;
}
.content .contentus .conttitle {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 1rem;
}
.content .contentus .qrcode img {
  width: 12rem;
  height: 12rem;
  display: block;
  margin: 0 auto;
}
.content .contentus .weixin {
  width: 80%;
  margin: 0 auto;
  border: 0.1rem solid #f2831a;
  text-align: center;
  border-radius: 0.6rem;
  padding: 1rem;
  margin-top: 1rem;
}
.content .contentus .weixin > div {
  font-size: 1.6rem;
  margin-top: 1rem;
}
.content .contentus .weixin > div a {
  color: #f2831a;
}
.content .contentus .weixin > div:nth-child(1) {
  margin-top: 0;
}
.content .contentus .scrollout {
  width: 86%;
  margin: 0 auto;
  padding: 1rem 0;
}
.content .contentus #scroll {
  width: 100%;
  height: 78px;
  position: absolute;
  top: 0;
  left: 0;
}
.content .contentus #scroll p {
  margin: 0;
}
.content .contentus #scroll li {
  width: 100%;
  height: 26px;
  line-height: 26px;
  display: flex;
  justify-content: space-around;
  background-color: #ffffff;
}
.content .contentus .sound-box {
  width: 26px;
  height: 26px;
}
.content .contentus .sound {
  width: 60%;
  height: 60%;
  vertical-align: middle;
}
.content .contentus .title_txt {
  width: 90%;
  position: relative;
  height: 2rem;
  margin: 10px 5%;
  font-size: 1.6rem;
  line-height: 2rem;
  box-shadow: 0 0 10px 0 lightgrey;
  border-radius: 999px;
  padding: 0.6rem 0;
  text-align: left;
}
.content .contentus .title_txt > span {
  margin-left: 3.6rem;
  height: 2rem;
  line-height: 2rem;
}
.content .contentus .sounder {
  width: 1.6rem;
  position: absolute;
  top: 0.8rem;
  left: 1.4rem;
}
.content .adsroll {
  padding: 2rem 0;
}
.content .copyright {
  padding-bottom: 10rem;
  font-size: 1.2rem;
}
.content .copyright .top {
  color: #212121;
}
.content .copyright .gray {
  color: #666;
}
.content .copyright .orange {
  color: #F2831A;
}
.swiper-container {
  width: 100%;
  padding: 0 1rem;
}
.swiper-container img {
  width: 100%;
}
@media screen and (min-width: 800px) {
  .content {
    width: 800px;
    margin: 0 auto;
  }
}
