main {
    background: rgb(248, 249, 252);
}

.container {
    width: 5.625rem;
    margin: 0 auto;
    padding-top: 0.078125rem;
    padding-bottom: 0.46875rem;
    display: flex;
}

.container .left {
    background: #fff;
    width: 1.171875rem;
    height: 3.125rem;
    border-radius: 0.0234375rem;
    flex-shrink: 0;
    margin-right: 0.0625rem;
}

.container .left .userinfo {
    height: 0.859375rem;
    border-bottom: 1px solid rgba(236, 237, 241, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container .left .userinfo img {
    width:  0.2734375rem;
    height:  0.2734375rem;
    border-radius: 0.015625rem;
    display: block;
    margin-bottom: 0.0625rem;
}

.container .left .userinfo .name {
    font-size: 0.078125rem;
    font-weight: 500;
    line-height: 0.109375rem;
    color: rgba(51, 51, 51, 1);
}

.container .left .userinfo .phone {
    font-size: 0.0625rem;
    font-weight: 400;
    line-height: 0.0859375rem;
    color: rgba(102, 102, 102, 1);
    margin-top: 0.015625rem;
}

.container .left .menu {
    padding-top: 0.125rem;
    padding-left: 0.125rem;
}

.container .left .menu li {
    font-size: 0.0703125rem;
    font-weight: 400;
    line-height: 0.0859375rem;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 0.125rem;
    cursor: pointer;
    position: relative;
}

.container .left .menu li.active a {
    color: rgba(5, 100, 229, 1);
}

.container .left .menu li.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.03125rem;
    width:  0.2734375rem;
    height: 2px;
    border-radius: 1px;
    background: rgba(5, 100, 229, 1);
}

.container .left .menu li a {
    color: rgba(51, 51, 51, 1);
}

.container .right {
    width: 100%;
}

.container .flexs {
    display: flex;
    justify-content: space-between;
}

.container .order-card {
    height: 0.7265625rem;
    border-radius: 0.0234375rem;
    background: rgba(255, 255, 255, 1);
    padding: 0.09375rem;
    width: 2.1484375rem;
}

.container .right .titles {
    font-size: 0.078125rem;
    font-weight: 500;
    line-height: 0.109375rem;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 0.09375rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container .right .titles a {
    font-size: 0.0703125rem;
    color: rgba(153, 153, 153, 1);
}

.container .order-card ul {
    display: flex;
    justify-content: space-around;
}

.container .order-card ul img {
    width: 0.1640625rem;
    height: 0.1640625rem;
    display: block;
    margin: 0 auto 0.0234375rem;
}

.container .order-card ul p {
    font-size: 0.0625rem;
    font-weight: 400;
    line-height: 0.0859375rem;
    color: rgba(51, 51, 51, 1);
    text-align: center;
}

.container .score-box {
    background: url('../static/bg_icon.png') no-repeat center, #fff;
    background-size: 1.6171875rem 1.6171875rem;
    border-radius: 0.0234375rem;
    margin-top: 0.0625rem;
    padding: 0.09375rem;
}

.container .score-box .total {
    width: 100%;
    padding-left: 0.09375rem;
    height:  0.296875rem;
    border-radius: 0.0234375rem;
    background: rgba(244, 249, 255, 1);
    font-size: 0.078125rem;
    font-weight: 400;
    line-height:  0.296875rem;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 0.0625rem;
}

.container .score-box .total span {
    color: rgba(5, 100, 229, 1);
}

.container .score-box .list {
    width: 100%;
}

.ranking-box .list .head,
.ranking-box .list2 .head,
.container .score-box .list .head {
    display: flex;
    height: 0.2109375rem;
    background: rgba(250, 250, 250, 1);
}

.ranking-box .list .head p,
.ranking-box .list2 .head p,
.container .score-box .list .head p {
    padding-left: 0.09375rem;
    font-size: 0.0625rem;
    line-height: 0.2109375rem;
    color: rgba(51, 51, 51, 1);
}

.container .score-box .list .head p:first-of-type {
    width: 2.390625rem;
    flex-shrink: 0;
}

.container .score-box .list .head p:nth-of-type(2) {
    width: 0.8125rem;
    flex-shrink: 0;
}

.container .score-box .list .head p:last-of-type {
    width: 100%;
}

.container .score-box ul,
.container .score-box li {
    width: 100%;
}

.container .score-box .list li {
    display: flex;
    height: 0.2421875rem;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
}

.container .score-box .list li p {
    padding-left: 0.09375rem;
    font-size: 0.0625rem;
    line-height: 0.2421875rem;
    color: rgba(102, 102, 102, 1);
}

.container .score-box .list li p:first-of-type {
    width: 2.390625rem;
    flex-shrink: 0;
}

.container .score-box .list li p:nth-of-type(2) {
    width: 0.8125rem;
    flex-shrink: 0;
}

.container .score-box .list li p:last-of-type {
    width: 100%;
}

.ranking-box .cate {
    display: flex;
    align-items: center;
    height: 0.3203125rem;
}

.ranking-box .cate li {
    margin-right: 0.125rem;
    font-size: 0.078125rem;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    cursor: pointer;
}

.ranking-box .cate li.active {
    color: rgba(51, 51, 51, 1);
}

.ranking-box .list,
.ranking-box .list2 {
    display: none;
    padding: 0.09375rem;
    border-radius: 0.0234375rem;
    background: url(../static/bg_icon.png) no-repeat center, #fff;
    background-size: 1.6171875rem 1.6171875rem;
}

.container .ranking-box .list .head p:first-of-type,
.container .ranking-box .list li p:first-of-type {
    width: 0.421875rem;
    flex-shrink: 0;
}

.container .ranking-box .list .head p:nth-of-type(2),
.container .ranking-box .list li p:nth-of-type(2) {
    width: 1.10546875rem;
    flex-shrink: 0;
}

.container .ranking-box .list .head p:nth-of-type(3),
.container .ranking-box .list li p:nth-of-type(3) {
    width: 1.546875rem;
    flex-shrink: 0;
}

.container .ranking-box .list li,
.container .ranking-box .list2 li {
    display: flex;
    height: 0.2421875rem;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
    align-items: center;
}

.container .ranking-box .list li p,
.container .ranking-box .list2 li p {
    padding-left: 0.09375rem;
    font-size: 0.0625rem;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}

.container .ranking-box .list li .p1 img,
.container .ranking-box .list2 li .p1 img {
    width: 0.125rem;
    display: block;
    height: 0.1171875rem;
}

.container .ranking-box .list li .p1 span,
.container .ranking-box .list2 li .p1 span {
    width: 0.125rem;
    display: inline-block;
    text-align: center;
    font-size: 0.0625rem;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}

.container .ranking-box .list li .ava img {
    width: 0.125rem;
    height: 0.125rem;
    border-radius: 50%;
    display: block;
}

.container .ranking-box .list2 .head p:first-of-type,
.container .ranking-box .list2 li p:first-of-type {
    width: 0.5rem;
    flex-shrink: 0;
}

.container .ranking-box .list2 .head p:nth-of-type(2),
.container .ranking-box .list2 li p:nth-of-type(2) {
    width: 2.03125rem;
    flex-shrink: 0;
}

.container .ranking-box .list .head p:nth-of-type(3),
.container .ranking-box .list li p:nth-of-type(3) {
    width: 1.546875rem;
    flex-shrink: 0;
}