body {
    padding: 0;
    margin: 0;
    font-size: 0.35rem;
}

.header {
    width: 7.5rem;
    height: 0.88rem;
    display: flex;
    align-items: center;
    background-color: #234dc3;
    color: white;
    margin: 0 auto;
}

.header img {
    width: 0.21rem;
    height: 0.37rem;
    margin: 0.2rem;
}

.content {
    padding: 0.3rem 0;
}

.big {
    width: 6.9rem;
    margin: 0 auto 0.3rem;
}

.same {
    display: flex;
    justify-content: space-between;
    color: rgb(40, 37, 37);
}

.same img {
    width: 0.49rem;
    height: 0.49rem;
}

.fb-inp {
    width: 6.9rem;
    height: 0.98rem;
    border: rgb(237, 237, 237) solid 1px;
    border-radius: 0.2rem;
    margin-top: 0.2rem;
    padding-left: 0.3rem;
    box-sizing: border-box;
    font-size: 0.3rem;
}

.fb-inp::placeholder {
    color: rgb(175, 175, 175);
}


.upload-box {
    width: 6.9rem;
    height: 3rem;
    border: 2px dashed #ddd;
    border-radius: 8px;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #bbb;
    font-family: sans-serif;
    overflow: hidden;
    margin-top: 0.2rem;
}

.upload-box input[type="file"] {
    display: none;
}

.upload-icon {
    width: 0.56rem;
    height: 0.56rem;
    margin-bottom: 0.2rem;
}

.upload-text {
    font-size: 0.3rem;
    line-height: 1.4;
}

.upload-preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
    border-radius: 0.1rem;
}

.button {
    width: 4.5rem;
    line-height: 0.98rem;
    text-align: center;
    color: white;
    font-weight: bold;
    margin: 0.65rem auto 0;
    border-radius: 0.2rem;
    background-color: #234dc3;
}

.bottom {
    width: 100%;
    position: fixed;
    bottom: 0.2rem;
    font-size: 0.26rem;
    color: rgb(175, 175, 175);
    text-align: center;
}

.tan1 {
    width: 7.5rem;
    height: 100vh;
    margin: 0 auto;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.77);
    text-align: right;
    display: none;
}

.tan2 {
    width: 7.5rem;
    height: 100vh;
    margin: 0 auto;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.77);
    text-align: right;
    display: none;
}

.tan3 {
    width: 7.5rem;
    margin: 0 auto;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.77);
    text-align: right;
    display: none;
}

.main {
    /*display: none;*/
    z-index: 10;
}

.face {
    width: 7.5rem;
    height: 13.4rem;
}

.line1 {
    width: 7.5rem;
    height: 13.4rem;
}

.line2 {
    width: 7.5rem;
    height: 18rem;
}

.ic-xx{
    width: 0.45rem;
    height: 0.45rem;
    margin-right: 0.39rem;
    margin-top: 0.25rem;
    margin-bottom:0.2rem;
}

.tip{
    color: red;
    text-align: right;
    display: none;
    font-size: 0.25rem;
}