@charset "utf-8";

body{ background: linear-gradient(90deg,#3b436d,#2c3254); font-size:.25rem;}
div { box-sizing: border-box;}
.dn { display: none;}
.clearfix:after { content: '\20'; clear: both; height: 0; display: block;}
/* --------------index-start-------------- */
.downBtn { display: block; width: 6.3rem; margin: 0 auto; color: #ffffff; background: rgb(85,139,237);
line-height: .84rem; border-radius: .84rem; text-align: center; font-size: .28rem;}
.footBtn { position: fixed; bottom:2rem; width: 100%; left: 0;}
.bg{
    background: rgba(0, 0, 0, 0.8);
     display: none; 
    position: fixed;
    left: 0px;
    top:0px;
    width: 100%;
    height: 100%;
    z-index: 11;
}
.bg p{
    display: flex;
    align-items: center;
    padding-left: 0.56rem;
    margin-bottom: 0.4rem;
}
.bg p span{
    font-size: 0.28rem;
    color: #fff;
}
.bg p img{
    width: 0.7rem;
    height: 0.7rem;
    margin: 0 0.2rem;
}
.bg p .num{
    width: 0.44rem;
    height: 0.44rem;
    background: #ff4603;
    border-radius: 50%;
    margin-right: 0.4rem;
    display: inline-block;
    text-align: center;
    line-height: 0.44rem;
}
.bg .vec{
    display: flex;
    flex-direction: row-reverse;
    padding: 0.8rem 0.56rem 0 0;
}
.bg .vec img{
    width: 1.4rem;
    height: 2.4rem;
}