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

.container {
    margin: 0 auto;
    width: 5.46875rem;
    padding-bottom: 0.28125rem;
    display: flex;
}

nav {
    font-size: 0.0625rem;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    height: 0.2421875rem;
    line-height: 0.2421875rem;
}

nav a {
    color: rgba(153, 153, 153, 1);
}

nav .box {
    margin: 0 auto;
    width: 4.6875rem;
}

.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.at::after {
    content: '';
    position: absolute;
    position: absolute;
    left: -0.0703125rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.03125rem;
    height: 0.03125rem;
    border-radius: 50%;
    background: red;
}

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

.container .right {
    width: 100%;
    background: #fff;
    padding-left: 0.125rem;
}

.container .save {
    width: 2.6328125rem;
    height: 0.2421875rem;
    border-radius: 0.0390625rem;
    background: rgba(5, 100, 229, 1);
    font-size: 0.078125rem;
    font-weight: 500;
    line-height: 0.2421875rem;
    color: rgba(255, 255, 255, 1);
    margin: 0.3125rem auto 0;
    cursor: pointer;
    text-align: center;
}

.container .head {
    width: 0.46875rem;
    height: 0.46875rem;
    border-radius: 50%;
    margin: 0.09375rem auto;
    overflow: hidden;
    position: relative;
}

.container .head img {
    width: 0.46875rem;
    height: 0.46875rem;
    object-fit: cover;
    display: block;
}

.container .head input {
    width: 0.46875rem;
    height: 0.46875rem;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.container .tips {
    text-align: center;
    font-size: 0.0625rem;
    color: #999;
}

.container .label {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.09375rem;
}

.container .label .txt {
    align-items: center;
    display: flex;
    font-size: 0.0625rem;
    font-weight: 400;
    line-height: 0.0625rem;
    color: rgba(102, 102, 102, 1);
    margin-right: 0.09375rem;
}

.container .label .txt span {
    color: red;
}

.container .label input {
    width: 1.5625rem;
    height: 0.15625rem;
    border-radius: 0.015625rem;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(1, 83, 181, 1);
    font-size: 0.0625rem;
    padding: 0 0.0625rem;
}

.hlist {
    display: flex;
    flex-wrap: wrap;
}

.hlist li {
    width: 0.359375rem;
    height: 0.359375rem;
    flex-shrink: 0;
    border-radius: 50%;
    margin-top: 0.078125rem;
    margin-right: 0.078125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    cursor: pointer;
}

.hlist li img {
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
    display: block;
}

.hlist li.active {
    border: 2px solid rgba(5, 100, 229, 1);
}