html {
  font-size: 16px; /* 默认 */
//  -webkit-text-size-adjust: 100%; /* 避免 Safari 自己乱缩放 */
}

/* iOS Safari 专属 hack */
@supports (-webkit-touch-callout: none) {
  html {
    font-size: 18px; /* 只在 iPhone 上调大 */
  }
}

body {
  font-size: 1rem;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;
}
.navbar-default {
    background-color: #ffffff;
    border: none;
    -webkit-box-shadow: none;
}
.navbar-default {
    background-image: none;
}
.navbar-default .navbar-nav > .active > a {
    background: #FAF7E6;
    box-shadow: none;
}


#logo {
width: 30px;
height: 30px;
}

.logo-text {
font-size: 18px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: bold;
color: #9C561E;
margin-left: 8px;
}
.navbar-nav > li > a {
  font-size: 18px;
  min-height: 60px;
}
.main-content {
  //padding-top: 30px;
  padding: 30px;
  background-color: #FAF7E6;
}
.body-content {
  padding-left: 30px;
}

c.productWrap {
margin: auto;
height: auto;
display: block;
flex-direction: column;
align-items: center;
}
.productInner {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.productInner p {
height: 62px;
font-size: 32px;
font-weight: 700;
color: #9C561E;
line-height: 62px;
margin-top: 0px;
font-family: PingFangSC-Medium, sans-serif;
}
.productBottomLine {
width: 75px;
border-bottom: 5px solid #9C561E;
margin-top: 10px;
}

.appList {
//display: flex;
flex-direction: row;
justify-content: center;
margin-top: 18px;
margin-bottom: 50px;
}
.appItemWrap {
width: 320px;
border-radius: 12px;
display: flex;
flex-direction: column;
padding: 20px;
margin-right: 20px;
align-items: center;
}
.bg1 {
background-color: #E7F0D7;
}
.bg2 {
background-color: #F8EAC0;
}

.appItemWrap img {
width: 80px;
height: 80px;
}

.a_gray {
  color:#777;
}

.appLink {
    margin-top: 30px;
    height: 40px;
    font-size: 20px;
    color: rgba(51,51,51,1);
    font-weight: 700;
}

.green_btn {
cursor: pointer;
width: 128px;
height: 40px;
background: #4FC363;
border-radius: 20px;
border: none;
font-size: 18px;
font-weight: 500;
color: #FFFFFF;
}
.orange_btn {
cursor: pointer;
border: none;
width: 128px;
height: 40px;
background: #DB9F3D;
border-radius: 20px;
font-size: 18px;
font-weight: 500;
color: #FFFFFF;
}

.desc{
//  padding-left: 30px;
}
.desc span{
  color: #333333;
  font-size: 16px;
//  font-weight: bold;
}
.img-app-logo {
width: 144px;
height: 144px;
}
.img-example {
height: 564px;
margin-top: 30px;
}
.btn-download {
border: none;
background: none;
outline: none;
}

.btn-download img {
width: 281px;
height: 55px;
}
.bottom-div img {
width: 144px;
height: 144px;
}
footer {
     background-color: #FFFFFF;
     border-top: 0px solid #E7E7E7; 
}
h1, h2, h2 a{
color: #222;
font-size: 16px;
line-height: 1.5;
}

h3, h3 a {
font-size: 16px;
}

h4, h5, h6,.post-meta, .post-meta a {
font-weight: 400;
font-family: Arial, sans-serif;
color: #858585;
font-size: 14px;
}

.tag-item a {
background: #eee;
border-radius: 4px;
color: #6a6a6a;
font-size: 12px;
font-weight: 400;
line-height: 18px;
padding: 3px 8px 3px 8px;
}
