html, body {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

* {
    font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", "Source Han Sans CN", Helvetica, Tahoma, Arial, serif;
    font-weight: 200;
}

body {
    background: #11132c url("./img/a2.png") center no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.a {
    background: url("./img/a1.png") center no-repeat;
    background-size: cover;
    width: 90%;
    height: 50%;
    margin-top: 40%;
}
#ju{
    color: #fff;
    margin-top: 10px;
    font-size: 13px;
}
#btn{
    padding:  5% 20px;
    background: linear-gradient(90deg, #4c71ea, #0e2a85);
    text-align: center;
    height: 5px;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    letter-spacing: 2px;
    border-radius: 50px;
}

.ss {
    flex: 1
}

.b {

}

.c {
    text-align: center;
    color: #cdcdcd;
    font-size: 13px;
    margin: 10px auto;
}
.o>div{
    position: absolute;
    right: 3%;
    top: 3%;
}
.o>div div{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.hide{
    display: none;
}
.o i{
    margin-right: 3px;
    font-style: normal;
    width: 16px;
    height: 16px;
    font-size: 13px;
    background: #fff;
    border-radius: 50%;
   display: flex;
    align-items: center;
    color: #000;
    justify-content: center;
}
.o{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.4),rgba(0,0,0,.4));
    text-align: right;
    color: #fff;
}
.dd{

}
.d{
    background: url("./img/2.png") center no-repeat;
    width: 72%;
  height: 38px;
  flex-shrink: 0;
    background-size: cover;
  margin-bottom: 30px;
}
