body {
    position: relative;
    height: 100%;
}

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

.container {
    width: 5.625rem;
    margin: 0 auto;
    padding-bottom: 0.546875rem;
}

.container nav {
    font-size: 0.0703125rem;
    color: rgba(51, 51, 51, 1);
    line-height: 0.28515625rem;
}

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

.container .icon {
    width: 3.06640625rem;
    margin: 0.703125rem auto 0.3515625rem;
    display: block;
}

.container h1 {
    text-align: center;
    margin-top: 0.1484375rem;
    font-size: 0.125rem;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 0.171875rem;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 0.15625rem;
}

.form {
    padding: 0.125rem 0.203125rem 0.15625rem 0.046875rem;
    background: rgba(255, 255, 255, 1);
    background: url('../static/bg_icon.png') no-repeat center, rgba(255, 255, 255, 1);
    background-size: 1.6171875rem 1.6171875rem;
}

.form .t2 {
    font-size: 0.0625rem;
    font-weight: 400;
    line-height: 0.0859375rem;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 0.0390625rem;
    margin-top: 0.0546875rem;
    display: flex;
    align-items: center;
}

.form .t2 .btn {
    background: rgba(5, 100, 229, 1);
    color: #fff;
    height: 0.1796875rem;
    line-height: 0.1796875rem;
    width: 0.515625rem;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
}

.form .t3 {
    font-size: 0.0625rem;
    font-weight: 400;
    line-height: 0.0859375rem;
    color: red;
    margin-bottom: 0.0390625rem;
    margin-top: 0.0546875rem;
}

.form>input {
    height: 0.234375rem;
    width: 100%;
    padding: 0 0.0546875rem;
    font-size: 0.0546875rem;
    font-weight: 400;
    border: 1px solid rgba(232, 232, 232, 1);
    border-radius: 0.015625rem;
}

.form textarea {
    height: 0.5078125rem;
    width: 100%;
    padding: 0.0546875rem;
    font-size: 0.0546875rem;
    font-weight: 400;
    line-height: 0.0859375rem;
    border: 1px solid rgba(232, 232, 232, 1);
    border-radius: 0.015625rem;
}

.form select {
    height: 0.234375rem;
    border-radius: 0.0234375rem;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(232, 232, 232, 1);
    padding: 0 0.0546875rem;
    width: 100%;
    font-size: 0.0546875rem;
    font-weight: 400;
    line-height: 0.234375rem;
}

.list-img {
    display: flex;
    flex-wrap: wrap;
}

.list-img .boxs {
    position: relative;
    margin-right: 0.0625rem;
    margin-bottom: 0.0625rem;
}

.list-img .boxs img {
    width: 0.390625rem;
    height: 0.390625rem;
}

.list-img .boxs input {
    width: 0.390625rem;
    height: 0.390625rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
}

.list-img .list-img-box {
    display: flex;
    flex-wrap: wrap;
}

.list-img .imgs {
    position: relative;
    margin-right: 0.0625rem;
    margin-bottom: 0.0625rem;
}

.list-img .imgs>img {
    width: 0.390625rem;
    height: 0.390625rem;
}

.list-img .imgs video {
    width: 1.92578125rem;
}

.list-img .imgs .close {
    width: 0.078125rem;
    height: 0.078125rem;
    position: absolute;
    right: -0.0234375rem;
    top: -0.0234375rem;
    z-index: 1;
    cursor: pointer;
}

.name {
    display: flex;
    align-items: center;
    font-size: 0.078125rem;
    color: rgba(102, 102, 102, 1);
    margin-top: 0.125rem;
    cursor: pointer;
}

.name img {
    width: 0.0859375rem;
    height: 0.0859375rem;
    display: block;
    margin-right: 0.03125rem;
}

.form .btn-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.390625rem;
}

.form .save {
    width: 2.04296875rem;
    height: 0.28125rem;
    border-radius: 0.0390625rem;
    border: 1px solid rgba(151, 151, 151, 1);
    font-size: 0.09375rem;
    line-height: 0.28125rem;
    cursor: pointer;
    color: rgba(153, 153, 153, 1);
    text-align: center;
    margin-right: 0.09375rem;
}

.form .submit {
    width: 2.04296875rem;
    height: 0.28125rem;
    border-radius: 0.0390625rem;
    background: rgba(5, 100, 229, 1);
    font-size: 0.09375rem;
    line-height: 0.28125rem;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    cursor: pointer;
    border: 1px solid rgba(5, 100, 229, 1);
}

.topic li {
    font-size: 0.0625rem;
    color: rgba(224, 0, 0, 1);
    margin-top: 0.0625rem;
    display: flex;
    align-items: center;
    width: 100%;
}

.userids {
    font-size: 0.0625rem;
    color: rgba(224, 0, 0, 1);
    margin-top: 0.0625rem;
}

.topic li img {
    width: 0.09375rem;
    height: 0.09375rem;
    display: block;
    flex-shrink: 0;
    margin-right: 0.0625rem;
    cursor: pointer;
}

.masking {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.3);
}

.masking2 {
    width: 100%;
    height: calc(100% - 0.390625rem);
    position: absolute;
    left: 0;
    display: none;
    bottom: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0);
}

.tips {
    z-index: 1001;
    width: 1.40625rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    display: none;
}

.type1,
.type3 {
    display: none;
}

.choose-user-box {
    position: relative;
}

.choose-user {
    position: absolute;
    border-radius: 0.0390625rem;
    box-shadow: 0 0 0.046875rem 3px rgba(0, 0, 0, 0.14);
    z-index: 1001;
    background: #fff;
    padding: 16px;
    width: 1.5rem;
    display: none;
    height: 1.796875rem;
    overflow-y: scroll;
}

.choose-user input {
    width: 100%;
    border-radius: 2px;
    background: rgba(248, 248, 248, 1);
    height: 0.1640625rem;
    font-size: 0.0625rem;
    padding-left: 0.0625rem;
    margin-bottom: 12px;
}

.choose-user li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.078125rem;
    color: rgba(102, 102, 102, 1);
    cursor: pointer;
    margin-bottom: 12px;
}

.choose-user li .left {
    display: flex;
    align-items: center;
}

.choose-user li .left>img {
    width: 0.15625rem;
    height: 0.15625rem;
    display: block;
    margin-right: 0.03125rem;
    object-fit: cover;
}

.choose-user li>img {
    width: 0.0859375rem;
    height: 0.0859375rem;
    display: block;
}