@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*/
section{
    padding: 0 0.22rem;
    box-sizing: border-box;
}
.preview{
    padding: 0.32rem;
}
.preview > .person{
    width: 6.4rem;
    height: 1.86rem;
    padding: 0.34rem 0.28rem;
    margin: 0 auto;
    border-radius: 0.1rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: left;
    box-shadow: 0 0.01rem 0.25rem 0 rgba(227, 227, 227, 0.75);
}
.preview > .person >.personImg{
    width: 1.18rem;
    height: 1.18rem;
    margin-right: 0.25rem;
}
.preview > .person > .personImg > img{
    width: 1.18rem;
    height: 1.18rem;
    border-radius: 50%;
    box-shadow: 0 0.01rem 0.25rem 0 rgba(204, 204, 204, 0.75);
    border: 0.04rem solid #ffffff;

}
.preview > .person > .personMess > p{
    font-size: 0.3rem;
    margin: 0.2rem 0;
}
.preview > .person > .personMess > span:nth-child(1){
    font-size: 0.22rem;
    opacity: 0.4;
}
.preview > .person > .personMess > span:nth-child(2){
    font-size: 0.22rem;
    color: #3bacfe;
}
.preview > ul{
    width: 6.4rem;
    padding: 0 0.63rem;
    box-sizing: border-box;
    margin-top: 0.78rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.preview > ul > li > a{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.preview > ul > li > a > span{
    font-size: 0.24rem;
    color: #8e9397;
}
.preview > ul > li > a > strong{
    font-size: 0.46rem;
}
.preview > ul > li:nth-child(1) > a > strong{
    background: linear-gradient(to right,#30a3fe,#6fd5fe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.preview > ul > li:nth-child(2) > a > strong{
    background: linear-gradient(to right,#2dde59,#2fd4ba);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.preview > ul > li:nth-child(3) > a > strong{
    background: linear-gradient(to right,#ffb83a,#ffe333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.function{
    padding: 0 0.32rem;
}
.function > li{
    width: 6.4rem;
    padding: 0.32rem 0.24rem;
    box-sizing: border-box;
    border-bottom: 0.02rem solid rgba(0,0,0,0.2);
    position: relative;
}
.function > li a{
    font-size: 0.28rem;
    color: #000000;
}
.function > 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%);
}
.function > .hotline > a > strong{
    font-size: 0.36rem;
    float: right;
    background: linear-gradient(to right,#fe624e,#ff844e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*footer*/
footer{
    width: 100%;
    height: 0.98rem;
    padding: 0 0.55rem;
    box-sizing: border-box;
    background-color: #f1f9ff;
    position: fixed;
    left: 0;
    bottom: 0;
}
footer > div{
    padding: 0.1rem 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
footer > div > a{
    width: 0.8rem;
    height: 100%;
    color: #4ebbfe;
    text-align: center;
    font-size: 0.24rem;
    opacity: 0.5;
}
footer > div > a.hot{
    opacity: 1;
}
footer > div > a > div{
    width: 0.5rem;
    height: 0.5rem;
    display: inline-block;
}