main {
    padding: 10px 5%;
    margin-bottom: 50px;
}

    main > div:nth-child(1) {
        display: flex;
        padding: 5px 0;
        width: 100%;
        margin: 0 auto;
    }

        main > div:nth-child(1) div:nth-child(1) > img {
            height: 40px;
            width: 40px;
            border-radius: 50%;
        }

        main > div:nth-child(1) div:nth-child(2) {
            font-size: 15px;
            flex: 2;
            padding-left: 10px;
        }

            main > div:nth-child(1) div:nth-child(2) > p:nth-child(1) {
                margin: 0;
                font-weight: bold;
            }

            main > div:nth-child(1) div:nth-child(2) > p:nth-child(2) {
                margin: 0;
                color: #999;
            }

        main > div:nth-child(1) div:nth-child(3) > a > img {
            height: 40px;
            width: 40px;
        }

    main > div:nth-child(2) {
        width: 100%;
        height: 180px;
        margin-top: 10px;
        border-radius: 10px;
    }

        main > div:nth-child(2) div:nth-child(1) {
            height: 60%;
        }

        main > div:nth-child(2) div:nth-child(2) {
            height: 40%;
            background-color: rgba(0, 0, 0, 0.5);
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
        }

            main > div:nth-child(2) div:nth-child(2) p {
                margin: 0;
                padding: 0 10px;
                font-size: 20px;
                color: #fff;
            }

                main > div:nth-child(2) div:nth-child(2) p:nth-child(2) {
                    color: #999;
                    font-size: 15px;
                }

    main .dd3 {
        border-bottom: 1px solid #ccc;
    }

        main .dd3 div,
        main .dd4 div {
            padding: 15px 0;
            font-size: 15px;
            display: flex;
            align-items: center;
        }

        main .dd3 i,
        main .dd4 i {
            font-size: 15px;
            width: 30px;
        }

        main .dd3 div span,
        main .dd4 div span {
            flex: 1;
        }



/* 实名认证 */
article {
    padding: 20px 5%;
    padding-bottom: 50px;
    display: none;
}

    article > div {
        font-size: 17px;
        font-weight: bold;
        display: flex;
        height: 80px;
    }

        article > div img {
            height: 25px;
            width: 25px;
            padding: 2px;
        }

        article > div span {
            flex: 1;
        }

    article > form {
        font-size: 15px;
        color: #666;
        padding: 0 5%;
    }

        article > form p {
            margin: 10px 0;
        }

        article > form > div {
            border-bottom: 1px solid #ccc;
        }

            article > form > div > input {
                width: 95%;
                border: none;
                outline: none;
                padding: 5px 0;
            }

            article > form > div:nth-child(3) {
                border: none;
            }

                article > form > div:nth-child(3) p {
                    font-size: 12px;
                }

                article > form > div:nth-child(3) > div {
                    display: flex;
                    height: 100%;
                }

                    article > form > div:nth-child(3) > div > label {
                        width: 50%;
                        display: flex;
                        flex-direction: column;
                    }

                article > form > div:nth-child(3) div input {
                    width: 100%;
                    color: #ccc;
                    font-size: 10px;
                    padding: 2px 0;
                    outline: none;
                }

                article > form > div:nth-child(3) > div img {
                    height: 80%;
                    width: 98%;
                    border: 1px dotted #ccc;
                    text-align: center;
                    line-height: 100px;
                    margin-left: 1px;
                }

            article > form > div:nth-child(4) {
                padding: 20px 0;
                display: flex;
                justify-content: center;
                border: none;
            }

                article > form > div:nth-child(4) button {
                    width: 80%;
                    height: 40px;
                    background-color: dodgerblue;
                    color: #fff;
                    border: none;
                    border-radius: 5px;
                }

/* 退出登录 */
.div {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    transform: scale(0);
}

    .div > div {
        background-color: rgb(236, 234, 234);
        width: 50%;
        height: 180px;
        border-radius: 5px;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        min-width: 300px;
    }

    .div div p {
        margin: 0;
        padding: 0 20px;
        font-size: 20px;
    }

        .div div p:nth-child(2) {
            font-size: 15px;
            color: #666;
        }

        .div div p:nth-child(3) {
            display: flex;
            justify-content: flex-end;
        }

            .div div p:nth-child(3) button {
                font-size: 15px;
                margin-left: 30px;
                border: none;
            }

.btn2 {
    color: dodgerblue;
}

main > div:nth-child(1) > div:nth-child(2) p:nth-child(1) {
    color: #0984e3;
}

.g {
    /* border: 2px solid #ccc; */
    border-bottom: 1px solid #ccc;
    height: 50px;
    font-size: 20px;
    margin-top: 10px;
    /* background-color: rgba(22, 2, 248, 1); */
    /* border-radius: 10px; */
    padding: 0 5px;
    overflow: hidden;
}

    .g ul {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

        .g ul li {
            color: #e09035;
            display: flex;
            min-height: 50px;
            align-items: center;
            word-break: break-all;
            padding-bottom: 5px;
        }
