@charset "UTF-8";
[v-cloak] {
  display: none;
}

html,body {
  background: #EFF9F9;
  /* font-family: Arial,'黑体',; */
  font-family :-apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
    Cantarell, "Helvetica Neue", sans-serif;
  color:#000;
  width: 100%;
  height: 100%;
}

.box{
    width: 100%;
    min-height: 100%;
    position: relative;
}

.box .box_bg{
    width: 100%;
    position: absolute;
    background-image: url('../image/index_new/bottom_bg.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: bottom;
    height: 550px;
    bottom: 0;
    margin-bottom: 40px;
}

/* 导航栏 */
header{
    width: 100%;
    background-color: white;
    z-index: 999;
    height: 64px;
}
.head{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 64px;
}
.head .nav ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 18px;
    color: #252626;
    padding-left: 96px;
}
.head .nav ul li{
    list-style: none;
    margin-right:32px;
}
.head .nav ul li a{
    color: #252626;
    text-decoration: none;
}

.logo{
    width: 40px;
    height: 40px;
    margin-left: 18%;
}
.logo img{
    width: 100%;
    height: 100%;
}
.content{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.content .contentTitle{
    font-size: 56px;
    margin-top: 14.4vh;
    color: #252626;;
} 
.content .subTitle{
    font-size: 28px;
    font-weight: normal;
    margin-top: 2.4vh;
    color: #252626;
    padding: 0 10%;
    text-align: center;
} 

.content .icons{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 109px;
    margin-bottom: 70px;
}
.content .icons .icon{
    margin-left: 56px;
    margin-right: 56px;
    position: relative;
}
.content .icons .iconItem{
    background-color: #fff;
    border-radius: 12px;
    position: relative;
    width: 144px;
    height: 144px;
    box-shadow: 6px 10px 20px 0px rgba(0, 0, 0,0.04);
    z-index: 9999999;
}

.content .icons #iosQrcode{
    display: none;
    margin-left: 22px;
    position: absolute;
    top: 22px;
    z-index: 99999999;
}

.content .icons #andriodQrcode{
    display: none;
    margin-left: 22px;
    position: absolute;
    top: 22px;
    z-index: 99999999;
}

.content .icons .versionText{
    font-size: 15px;
    margin-top: 32px;
    text-align: center;
    color: #252626;;
}
#downIcon{
   display: none;
}
.content .icons .iconItem .scan{
    position: absolute;
    top: 0;
    right: 0;
}

.content .icons .iconItem .scan img{
    width: 40px;
    height: 40px;
}
.content .icons .iconItem img{
    height: 64px;
    width: 64px;
    display: block;
    margin: 0 auto;
    align-items:center;
    justify-content: center;
}

.content .icons .iconItem .iconImg{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 144px;
}

.pic{
    width: 100%;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 222;
    padding-bottom: 70px;
}

.pic .bgContent{
    width: 100%;
    margin-top: 50px;
}

.pic .bgContent img{
    width: 1000px;
}

.downBtn{
    text-align: center;
    width: 50%;
    margin: 10rem auto;
    position: relative;
    z-index: 9999;
}

.downBtn a{
    text-decoration: none;
    border-bottom: none;
    min-width: 10rem;
}

#downLoad{
    background-color: #13BD98;
    border: none;
    border-radius: 1.5rem;
    padding: 1.7rem 3rem;
    margin: 6% auto;
    color: #fff;
    font-size: 3rem;
}

#bigLogo{
    width: 64px;
    height: 64px;
    min-width: 10rem;
    min-height: 10rem;
    margin-top: 20rem
}
#bigLogo img{
    width: 100%;
    height: 100%;
}

.bottomText{
    width: 100%;
    position: absolute;
    padding-bottom: 10px;
    padding-top: 10px;
    bottom: 0;
    z-index: 99999;

}

.bottomText p{
    text-align: center;
    font-size: 16px;
    color: #6B6C6C;
    padding-left: 15%;
    padding-right: 15%;
} 

.bottomText p a{
    font-size: 16px;
    color: #6B6C6C;
} 

.download_mask{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0,0.4);
    top: 0;
    z-index: 1000000;
}

.download_arrow{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 10000000;
}

