@media screen and (min-width: 750px) {
    html {
        font-size: 75px !important;
    }
}

* {
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    padding-top: .9333rem;
    padding-bottom: 2.4rem;
}
.tx{
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.tx img{
    width: 100%;
}
.name{
    margin: 0 auto;
    margin-top: .7rem;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    background: linear-gradient(20deg,orange,orangered);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 3.3rem;
    line-height: 1;
    
}
p{
    width: 7.3333rem;
    margin: 0 auto;
    font-size: .3733rem;
    text-align: center;
    margin-top: .4533rem;
    color: #888;
}
.btn{
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 2.32rem;
    width: 6.6667rem;
    height: 1.6rem;
    box-shadow: 0 0 .1867rem .08rem rgba(0,0,0,.14);
    border-radius: .8rem;
    background-color: #000;
}
.btn img{
    width: 1.1733rem;
}
h4{
    font-size: .4667rem;
    text-decoration: none;
    color: #fff;
    margin-left: .3333rem;
}