*,
::before,
::after {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    /*清除点击默认的高亮效果*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*以你的border开始计算你的宽度*/
}

body {
    font-size: 14px;
    font-family: "Microsoft YaHei", sans-serif;
    /*第二个是手机的一个默认的字体*/
    color: #000;
}

a {
    text-decoration: none;
    color: #000;
}

ul {
    list-style: none;
}

input,
textarea,
select {
    border: none;
    resize: none;
    outline: none;
    /*清除选中效果*/
    -webkit-appearance: none;
    /*清楚浏览器默认的样式*/
}
/*清除浮动*/

.clearfix::before,
.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}

.down {
    min-width: 320px;
    max-width: 750px;
    margin: 0 auto;
}

.down-nav {
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
}

.header {
    width: 100%;
    height: 0.88rem;
    background-size: 100%;
    text-align: center;
    line-height: 0.88rem;
    font-size: 0.42rem;
    color: #fff;
}

.cen {
    width: 100%;
    /*padding: 0.25rem 4% 0.3rem 4%;
    background-color: #f2f2f2;*/
}

.top {
    width: 92%;
    margin: 0 auto;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

.leftimg {
    width: 34%;
    height: 2.3rem;
    float: left;
    margin-right: 5%;
}

.leftimg img {
    width: 100%;
    height: 100%;
}

.right {
    float: left;
    width: 60%;
}

.p1 {
    font-size: 0.45rem;
    line-height: 0.6rem;
}

.p2 {
    font-size: 0.3rem;
    line-height: 0.6rem;
    color: #999;
}

.imgbox {
    width: 100%;
    height: 0.52rem;
    padding-top: 0.1rem;
}

.imgbox img {
    width: 0.36rem;
    height: 0.36rem;
    float: left;
    margin-right: 2%;
}

.imgbox2 {
    width: 100%;
    height: 0.5rem;
}

.imgbox2 img {
    width: 0.24rem;
    height: 0.24rem;
    float: left;
    margin: 0.13rem 1% 0 0;
}

.imgbox2 p {
    float: left;
    font-size: 0.3rem;
    line-height: 0.5rem;
    color: #38b774;
    margin-right: 3%;
}

.a1 {
    width: 92%;
    height: 1.1rem;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    line-height: 1.1rem;
    font-size: 0.36rem;
    display: block;
    border-radius: 0.25rem;
    margin-bottom: 0.1rem;
    /*background: #38b774 url(images/down-05.png) repeat-x;
    background-size: contain;*/
    background-color: #09a15b;
}

.p3 {
    font-size: 0.4rem;
    line-height: 0.6rem;
    padding-left: 3%;
    margin-bottom: 0.15rem;
    position: relative;
}

.p3 span {
    position: absolute;
    width: 25%;
    height: 4px;
    background-color: #007ae9;
    top: 125%;
    left: 5%;
}

.imgdiv {
    width: 100%;
    height: 4.8rem;
    padding: 0.25rem 4% 0 4%;
    background-color: #f2f2f2;
    /*padding-top: 0.3rem;*/
    /*border-top: 4px solid #d7d7d7;*/
}
/*.imgdiv img {
    width: 100%;
    display: block;
}*/

.imgdiv2 {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.imgdiv2 ul {
    width: 190%;
    /*height: 99%;*/
}

.imgdiv2 li {
    float: left;
    height: 4.2rem;
    margin-right: .2rem;
}

.imgdiv2 li img {
    height: 100%;
    display: block;
}

.p5 {
    font-size: 0.3rem;
    color: #f03f0d;
    font-weight: bold;
    line-height: 0.8rem;
}

.p4 {
    margin: 0 auto;
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #000;
    word-break: normal;
    text-indent: -1em;
    margin-left: 1em;
}

.bot {
    width: 100%;
    /*height: 2rem;*/
    background-color: #ff6235;
    text-align: center;
    /*margin-top: 0.6rem;*/
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    color: #fff;
}

.bot-p {
    color: #fff;
    font-size: 0.3rem;
    line-height: 0.5rem;
}

.ze {
    width: 100%;
    height: 100vh;
    background-color: rgba(00, 00, 00, 0.8);
    position: fixed;
    z-index: 20;
    top: 0;
    display: none;
}

.zao {
    width: 100%;
    height: 100%;
    background: url(../img/down-07.png) no-repeat;
    background-size: 100%;
}
.ios_ze {
    width: 100%;
    height: 100vh;
    background-color: rgba(00, 00, 00, 0.8);
    position: fixed;
    z-index: 20;
    top: 0;
    display: none;
}

.ios_zao {
    width: 100%;
    height: 100%;
    background: url(../img/ios_zc.png) no-repeat;
    background-size: 100%;
}
.qyh {
    width: 100%;
    display: block;
}

.jie {
    width: 100%;
    padding: 0.18rem 4% 0.3rem 4%;
}

.jieshao {
    width: 100%;
    padding-bottom: .2rem;
    border-bottom: 1px solid #ccc;
}

.jie p {
    padding-left: .1rem;
}

.jie p span {
    line-height: .5rem;
}

.p6 {
    color: #38b774;
    text-align: center;
    line-height: .4rem;
    font-size: .32rem;
}

.p7 {
    color: #000;
    /*text-align: center;*/
    line-height: .8rem;
    font-size: .4rem;
}

.p8 {
    margin: 0 auto;
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #000;
}

.ip {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 50;
}

.ip-margin {
    width: 100%;
    height: 40vh;
}

.ip-div {
    width: 100%;
    height: 60vh;
    background-color: #fff;
}

.ip-top {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    height: .8rem;
    line-height: .8rem;
    background-color: #efeff4;
    font-size: .36rem;
}

.ip-top p:first-child {
    float: left;
}

.ip-top p:last-child {
    float: right;
    font-size: .48rem;
}

.ip-bot {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    text-align: left;
    font-size: .3rem;
    line-height: .5rem;
}

.ipimg {
    width: 60%;
    margin: 0 auto;
    display: block;
}

.ipimg2 {
    width: 75%;
    margin: 0 auto;
    display: block;
}

.ip-a {
    width: 70%;
    display: block;
    line-height: .8rem;
    background-color: #01d662;
    border-radius: 100px;
    font-size: .42rem;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    margin-top: .2rem;
}

.td-img {
    width: 100%;
    display: block;
}

a {
    color: #fff;
}

.db {
    width: 100%;
    height: 1.6rem;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    bottom: 0;
    z-index: 10;
}

.db-img {
    height: 1.2rem;
    float: left;
    margin-top: .2rem;
    margin-left: 5%;
}

.db-img2 {
    height: .9rem;
    float: right;
    margin-top: .35rem;
    margin-right: 4%;
}

.db-div {
    float: left;
    margin-left: 3%;
    padding-top: .1rem;
}

.db-p1 {
    font-size: .32rem;
    line-height: .6rem;
    color: #fff;
    font-weight: bold;
}

.db-p2 {
    font-size: .2rem;
    line-height: .3rem;
    color: #fff;
    float: left;
}

.db-p3 {
    font-size: .28rem;
    line-height: .4rem;
    color: #fff;
}

.db-img3 {
    float: left;
    height: .22rem;
    margin-top: .04rem;
    margin-left: .05rem;
}

.db-a {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 10;
}

.db-img4 {
    width: 100%;
    display: block;
}