@import "base.css";
/*head*/
header{
    height: 0.88rem;
    color: #4ebbfe;
    display: flex;
    padding: 0 0.22rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0.03rem 0.43rem 0 rgba(41, 167, 255, 0.1);
}
header > p{
    font-size: 0.38rem;
}
header a{
    color: #4ebbfe;
    width: 0.16rem;
    height: 0.16rem;
}
section{
    padding: 0 0.24rem;
}
.data > li{
    width: 7rem;
    height: 1.02rem;
    padding: 0.32rem 0;
    box-sizing: border-box;
    border-bottom: 0.02rem solid rgba(0,0,0,0.2);
    position: relative;
}
.data > li::before{
    content: "";
    display: block;
    width: 0.1rem;
    height: 0.05rem;
    background-color: #44b5ff;
    box-shadow: 0 0.02rem 0.05rem 0 rgba(68, 181, 255, 0.43);
    border-radius: 0.03rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
}
.data > li > span{
    font-size: 0.28rem;
    letter-spacing: 0.02rem;
    opacity: 0.5;
    margin-left: 0.2rem;
}
.data > li > a{
    float: right;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.data > li:nth-child(1) > a > img{
     width: 0.58rem;
     height: 0.58rem;
     border-radius: 0.1rem;
 }
.data > li:nth-child(3) > a > img{
    width: 0.28rem;
    height: 0.37rem;
    display: inline-block;
}
.data > li:nth-child(2) > a > strong{
    font-size: 0.28rem;
    color: #000000;
    opacity: 0.7;
}
.data > li:nth-child(4) > a > strong{
    font-size: 0.3rem;
    color: #36a8fe;
}
.data > li > a > span{
    color: #36a8fe;
    opacity: 0.4;
    margin-left: 0.36rem;
}
section > a{
    width: 3.96rem;
    height: 0.6rem;
    margin: 1.2rem auto;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.2rem;
    color: #ffffff;
    background-image: linear-gradient(90deg, #37e06f 0%, #31d69a 100%);
    box-shadow: 0 0.04rem 0.2rem 0 rgba(55, 223, 116, 0.75);
    border-radius: 0.3rem;
}