* {
    margin: 0;
    padding: 0;
    /*防止点击闪烁*/
    -webkit-tap-highlight-color: transparent;
    /*缩放网页，文字大小不变*/
    -webkit-text-size-adjust: none;
    font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    font-weight: normal;
}

/*修复img默认位置和IE边框*/

img {
    vertical-align: top;
    border: none;
}

/*去除虚线*/

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

/*重置部分表单圆角和内阴影*/

input[type="text"],
input[type="file"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="url"],
textarea {
    -webkit-appearance: none;
}

/*去除文本框上下箭头*/

input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}



body {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #565559;
    background-color: white;
    width: 100%;
    float: left;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

svg:not(:root) {
    overflow: hidden
}

a {
    background: transparent;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}

a:active {
    outline: 0
}

a:focus,
a:hover {
    text-decoration: none
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0;
    vertical-align: middle
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal;
    outline: #ffee00
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

html,
button,
input,
select,
textarea {
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
    margin: 0
}

ul,
ol,
li,
dl,
dd {
    margin: 0;
    padding: 0
}

ul,
ol {
    list-style: none outside none
}

h1,
h2,
h3 {
    line-height: 2rem;
    font-weight: normal
}

h1 {
    font-size: 1.8rem
}

h2 {
    font-size: 1.6rem
}

h3 {
    font-size: 1.4rem
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=button]:focus {
    border: none;
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none
}

input[type=all] {
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

img {
    max-width: 100%;
    height: auto
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #939292
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #939292
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #939292
}

/*设置iconfont标签font-famile*/

[class^="icon-"],
[class*=" icon-"] {
    font-family: "iconfont";
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    /*ios禁止页面在新窗口打开*/
    -webkit-touch-callout: none;
}


em,
i {
    font-style: normal;
}

li {
    list-style: none;
}

html {
    max-width: 425px;
    margin: 0 auto;
    background: #fff;
    min-height: 100vh;
    height: 100%;
    box-shadow: 1px 1px 1px 1px #f7f7f7;
}

/* 手机端 */
@media screen and (max-width:1025px) {
    html {
        font-size: calc(100vw/35.7);
        max-width: 425px;
        margin: 0 auto;
        background: #fff;
        height: 100%;
        box-shadow: 1px 1px 1px 1px #f7f7f7;
    }
    header{
        border-bottom: 1px solid rgba(0,0,0,.1);
        height: 5rem;
        width: 100%;
        text-indent: 2.4rem;
        line-height: 5rem;
        font-family: PingFangSC-Regular;
        font-size: 1.8rem;
        color: #333333;
    }
    #appDownBox{
        padding-bottom:5rem;
        position: relative;
        min-height: 100vh;
    }
    .main{
        width:100%;
        margin-top:5rem;
        text-align: center;
		z-index: 100;
    }
    .main .title_img{
        width:26%;
        height: auto;
    }
    .main h2{
        font-family: BentonSans-Bold;
        font-size: 2.6rem;
        color: #333333;
        line-height: 2.6rem;
        margin-top:1.6rem;
    }
    .main p{
        font-family: PingFangSC-Light;
        font-size: 1.6rem;
        color: #333333;
        margin-top:.5rem;
        line-height: 1.6rem;
    }
    .nav{
        /*width:23.6rem;*/
        margin: 0 auto;
        margin-top:1.6rem;
        display: flex;
    }
    .nav1{
        /*width:23.6rem;*/
        margin: 0 auto;
        margin-top:1.6rem;
        display: flex;
    }
    .nav div{
        display: flex;
    }
    .nav1 div{
        display: flex;
    }
    .nav .title{
        margin-right: 0.5rem;
        /*width: 9rem;*/
        /*justify-content: flex-end;*/
        font-size: 13px;
        margin-left: 2rem;
    }
    .nav1 .title{
        margin-right: 0.5rem;
        /*width: 9rem;*/
        /*justify-content: flex-end;*/
        font-size: 13px;
        margin-left: 2rem;
    }
    .nav a{
        width:10.8rem;
        height: 3.6rem;
        display: block;
        float: left;

    }
    .nav1 a{
        width:10.8rem;
        height: 3.6rem;
        display: block;
        float: left;

    }

    .nav a:first-child{
        background: url("./img/apple_store.png") center no-repeat;
        background-size: 100% 100%;
        margin-right: 2rem;
    }
    .nav1 a:first-child{
        background: url("./img/car_apk.png") center no-repeat;
        background-size: 100% 100%;
        margin-right: 2rem;
    }
    .nav a:last-child{
        background: url("./img/google_play.png") center no-repeat;
        background-size: 100% 100%;
    }
    .mobile_img{
        width:100%;
        bottom:5rem;
        max-width: 425px;
    }
    footer{
        height: 5rem;
        text-align: center;
        font-family: PingFangSC-Regular;
        font-size: 1.2rem;
        color: #9C9EA9;
        letter-spacing: 0;
        line-height: 5rem;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        border-top: 1px solid rgba(0,0,0,.1);
    }
    .logo,.pc_img{
        display: none;
    }

}



@media screen and (min-width:425px) and (max-width:1025px) {
    html {
       font-size: 14px;
    }
    footer{
        max-width: 425px;
        left:50%;
        margin-left:-212.5px;
    }
}

@media screen and (min-width:1025px) {
    html {
        font-size: 14px !important;
        max-width: 1920px;
    }
    header{
        height: 80px;
        width: 100%;
        text-indent: 24px;
        font-size: 36px;
        margin:0 auto;
        max-width:1500px;
        color: #333333;
        text-align: left;
        line-height: 80px;
        overflow: hidden;
        vertical-align: middle;
        padding-left:20px;
    }
    .logo{
        height: 54px;
        width:54px;
        display:inline-block;
        background: url("./img/index_logo.png") center no-repeat;
        background-size: 100% 100%;
        margin-top:13px;
        float: left;
    }
    #appDownBox{
        position: relative;
        min-height: 100vh;
        margin:0 auto;

    }
    .hr{
        border-top: 1px solid rgba(0,0,0,.1);
    }
    .main{
        width:100%;
        margin:0 auto;
        text-align: center;
        /* max-width:1500px; */
        min-height: calc(100vh - 81px);
        padding-bottom:131px;
        overflow: hidden;
        line-height: calc(100vh - 81px - 132px);
        position: relative;
		z-index: 100;
    }


    .mobile_bottom{
        float: left;
        width:100%;
        height: 100%;
    }




    .mobile_img{
        display: none;
    }
    .pc_img{
        width:100%;
        height: 100%;
        bottom:50px;
        display: inline-block;
    }


    .mobile_top{
        position: absolute;
        right: 0;
        width:50%;
        line-height: 1.3333333333;
    }

    .mobile_top .title_img{
        width:160px;
        height: auto;
        margin-top:150px;
        margin-bottom: 30px;
    }
    .mobile_top h2{
        font-family: BentonSans-Bold;
        font-size: 58px;
        color: #333333;
        line-height: 58px;
    }
    .main p{
        font-family: PingFangSC-Light;
        font-size: 36px;
        color: #333333;
        line-height: 36px;
        margin-top:20px;
    }


    .nav{
        float: right;
        width:200px;
        margin: 0 15% 0 0;
        margin-top:24px;
        overflow: hidden;
    }
    .nav .title{
        text-align: left;
        margin-bottom: 10px;
    }
    .nav a{
        width:150px;
        height: 50px;
        display: block;
        float: left;

    }

    .nav a:first-child{
        background: url("./img/apple_store.png") center no-repeat;
        background-size: 100% 100%;
        margin-right: 40px;
    }
    .nav a:last-child{
        background: url("./img/google_play.png") center no-repeat;
        background-size: 100% 100%;
    }
    .nav1{
        float: left;
        width:200px;
        margin: 0 0 0 15%;
        margin-top: 24px;
        overflow: hidden;
    }
    .nav1 .title{
        text-align: left;
        margin-bottom: 10px;
    }
    .nav1 a{
        width:150px;
        height: 50px;
        display: block;
        float: left;

    }

    .nav1 a:first-child{
        background: url("./img/car_apk.png") center no-repeat;
        background-size: 100% 100%;
        margin-right: 40px;
    }

    .xia{
        position: absolute;
        bottom: 131px;
        height: 1px;
        width:100%;
    }
    footer{
        height: 130px;
        letter-spacing: 0;
        line-height: 160px;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100vw;
        max-width:1500px;
        font-family: PingFangSC-Regular;
        font-size: 12px;
        color: #404040;
        text-align: left;
        padding-left:20px;
    }
    footer strong{
        font-family: PingFangSC-Light;
        font-size: 20px;
        color: #404040;
        text-align: left;
        font-weight: normal;
    }
}
@media screen and (min-width:1500px) {
    footer{
        left:50%;
        margin-left:-750px;
    }
}
