/* 格式化默认样式表 */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #555;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

td,
th,
caption {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #555;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
    vertical-align: middle;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    font: 14px "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
}

table {
    border-collapse: collapse;
}

html {
    overflow-y: scroll;
}
img {
    display: block;
    /* margin:0 auto; */
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: inline-block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

/*公共类*/
.fl {
    float: left
}

.fr {
    float: right
}

.al {
    text-align: left
}

.ac {
    text-align: center
}

.ar {
    text-align: right
}

.hide {
    display: none
}

/* 私有类 */
html{
    height: 100%;
    width: 100%;
}
body{
    height: 100%;
    width: 100%;
}
section{
    background: #fff;
    background-attachment:fixed;
    height: 100%;
    width: 100%;
    /* max-width: 1000px; */
    position: relative;
    margin: 0 auto;
}
.bodt_bg{
    display: block;
    position: absolute;
}
.bodt_meng{
    display: none;
    /* display: block; */
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    letter-spacing: 2px;
    background: #444444;
}
.bodt_meng>p{
    text-align: center;
    margin-top: 40%;
    color: #fff;
    line-height: 1.6rem;
    font-size: 1.2rem;
}
.bodt_tanchuan{
    display: none;
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    letter-spacing: 2px;
    background: rgba(0, 0, 0, 0.6);
}
.tanchuan_border{
    position: relative;
    margin-top: 4rem;
    display: block;
    border-radius: 5px;
    width: 19rem;
    height: 8rem;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    margin-top: 40%;
    padding: 0px 1.2rem;
}
.tanchuan_border>p{
    display: block;
    padding-top: 1rem;
    color: #000;
    line-height: 1.6rem;
    font-size: 1rem;
}
.butt{
    position: absolute;
    right: 1.5rem;
    margin-top: 1rem;
    display: block;
    width: 3rem;
    height: 1.6rem;
    line-height: 1.6rem;
    background: #3dafeb;
    color: #fff;
    border-radius: 3px;
}
.jiantou{
    display: block;
    position: absolute;
    top: 4%;
    width: 100%;
}
.bg_img1{
    width: 35%;
    max-width: 300px;
    top:0px;
    right: 0px;
}
.bg_img2{
    width: 35%;
    max-width: 300px;
    bottom:0px;
    left: 0px;
}
.bg_img3{
    width: 20%;
    max-width: 100px;
    top:0px;
    left: 34%;
}
.bg_img4{
    width: 20%;
    max-width: 100px;
    bottom:0px;
    right: 10%;
}
.bg_img5{
    width: 13%;
    max-width: 100px;
    top:40%;
    left: 0px;
}
main{
    display: block;
    position: absolute;
    top: 22%;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 74%;
    max-width: 400px;
}
.download_log{
    width: 100%;
}
.download_log>h3{
    font-size: 1rem;
    font-weight: 900;
    color: #000;
    text-align: center;
    margin: 1rem 0px;
}
.headerImg1{
    border-radius: 15px;
    display: block;
    max-width: 6.666667rem;
    min-width: 5.666667rem;
    margin: 0 auto;
}
.download_div{
    display: flex;
    width: 100%;
    overflow: hidden;
    padding-top: 6%;
    border-top: 1px solid #dae2e4;
}
#anzhuo_ma,#iphone_ma{
    display: block;
    margin: 0 auto;
    margin-top: 10%;
}
.download{
    width: 50%;
    border-right: 1px solid #dae2e4;
    display: block;
    width: 100%;
    height: 100%;
}
.download:last-child{
    border-right: 1px solid transparent;
}
.download .msg{
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 10%;
    margin-bottom: 6%;
    width:80%;
    background: #3dafeb;
    color: #fff;
    text-align: center;
    line-height:1.8rem;
    border-radius: 1rem;
    font-size: 0.8rem;
}
.download .loading{
    position: absolute;
    display: block;
    top: 4px;
    left: 10%;
    margin: 0 auto;
    width: 20px;
    height: 20px;
}
#dizhi{
    display: block;
    margin: 0 auto;
}
.anzhuo,.iphone{
    display: block;
    width: 30%;
}

.download .iosbutton2{
    display: none;
}
.iosjc{
    display: none;
}
.iosjc >img{
    display: block;
    width: 100%;
    
}

.xiala{
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 1rem;
}
.curborder{
    display: flex;
    align-items: flex-end;
    position: relative;
    margin: 0 auto;
    height: 13rem;
}
.curborder .cur{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 4rem;
    animation:mymove 2s infinite;
    -webkit-animation:mymove 2s infinite;
}
.curborder .huatiao{
    height: 8rem;
    position: relative;
    display: block;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    bottom: 0px;
}

.xiala>p{
    position: absolute;
    left: 40%;
    line-height: 1rem;
    font-size: 0.8rem;
    bottom: 0px;
    color: #505656;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}


@keyframes mymove
{
    from {top:80%;}
    to {top:34%;}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
    from {top:80%;}
    to {top:34%;}
}