body {
    background: #ffffff;
}

header {
    box-shadow: 0px 4px 6px 0px rgba(231, 231, 232, 0.5);
}

.body {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 20px 0 0;
}

/*-------------------------------------------- 
      Verify
--------------------------------------------*/

.verify-wrapper {
    padding: 20px 0 40px;
    background: #f4f6f9;
}

.verify {
    padding: 32px 50px;
    background: #ffffff;
  
}

    .verify .verify-title {
        display: flex;
        line-height: 54px;
        margin: 0 0 20px;
        border-bottom: 1px solid #dcdcdc;
    }

        .verify .verify-title .tab {
            position: relative;
            top: 1px;
            margin: 0 52px 0 0;
            border-bottom: 2px solid transparent;
            font-weight: bold;
            font-size: 16px;
        }

            .verify .verify-title .tab.active {
                border-bottom: 2px solid #2681f6;
                color: #2681f6;
                font-size: 18px;
            }

    .verify .verify-content {
        width: 550px;
        margin: 0 auto;
    }

        .verify .verify-content .process {
            padding: 170px 0 220px;
        }

            .verify .verify-content .process img {
                width: 100px;
                height: 100px;
            }

            .verify .verify-content .process .text {
                margin: 12px 0 10px;
                font-size: 24px;
                color: #2681f6;
            }

            .verify .verify-content .process .tip {
                color: #9c9c9c;
            }

        .verify .verify-content .form {
            width: 544px;
            padding: 50px 0 84px;
        }

            .verify .verify-content .form .item {
                display: flex;
                flex-flow: row nowrap;
                justify-content: space-between;
                align-items: center;
                margin: 0 0 30px;
            }

                .verify .verify-content .form .item.file {
                    align-items: flex-start;
                }

                .verify .verify-content .form .item .key {
                    flex-grow: 1;
                    min-width: 0;
                    line-height: 20px;
                    margin: 0 20px 0 0;
                    font-size: 14px;
                    text-align: right;
                }

                .verify .verify-content .form .item.file .key {
                    padding: 12px 0 0;
                }

                .verify .verify-content .form .item .val {
                    position: relative;
                    width: 450px;
                    display: flex;
                    flex-flow: column nowrap;
                    align-items: flex-start;
                }

                    .verify .verify-content .form .item .val input {
                        width: 100%;
                        line-height: 20px;
                        padding: 12px 20px;
                        font-size: 14px;
                        color: #171819;
                    }

                    .verify .verify-content .form .item .val .code {
                        position: absolute;
                        top: 12px;
                        right: 0;
                        display: block;
                        line-height: 20px;
                        padding: 0 20px;
                        border-left: 1px solid #dcdcdc;
                        font-size: 14px;
                        color: #2681f6;
                        cursor: pointer;
                    }

                    .verify .verify-content .form .item .val .text {
                        line-height: 20px;
                        padding: 12px 0 0;
                        font-size: 14px;
                    }

                    .verify .verify-content .form .item .val .upload {
                        position: relative;
                        width: 120px;
                        height: 120px;
                        margin: 20px 0;
                        cursor: pointer;
                    }

                        .verify .verify-content .form .item .val .upload img {
                            width: 120px;
                            height: 120px;
                        }

                        .verify .verify-content .form .item .val .upload input[type="file"] {
                            position: absolute;
                            left: 0;
                            right: 0;
                            width: 120px;
                            height: 120px;
                            opacity: 0;
                            z-index: 10;
                        }

                    .verify .verify-content .form .item .val .tip {
                        line-height: 20px;
                        font-size: 12px;
                        color: #9c9c9c;
                        text-align: left;
                    }

                    .verify .verify-content .form .item .val .check {
                        display: flex;
                        align-items: center;
                        cursor: pointer;
                        font-size: 14px;
                    }

                        .verify .verify-content .form .item .val .check img {
                            width: 16px;
                            height: 16px;
                            margin: 0 8px 0 0;
                        }

                        .verify .verify-content .form .item .val .check a {
                            color: #2681f6;
                        }

                    .verify .verify-content .form .item .val .submit {
                        width: 140px;
                        height: 40px;
                        line-height: 40px;
                        margin: 10px 0 0;
                        background: #2681f6;
                        color: #ffffff;
                        text-align: center;
                        cursor: pointer;
                    }

/*-------------------------------------------- 
      Side
--------------------------------------------*/

.body .side {
    width: 280px;
}

    .body .side .block {
        background: #f6f9fc;
    }

    .body .side .user {
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        padding: 20px 36px 40px;
        font-size: 18px;
    }

        .body .side .user .avatar {
            position: relative;
            width: 100px;
            height: 100px;
            margin: 0 0 10px;
        }

            .body .side .user .avatar img {
                width: 100px;
                height: 100px;
            }

            .body .side .user .avatar .badge {
                position: absolute;
                right: 0;
                bottom: 5px;
                width: 24px;
                height: 24px;
            }

        .body .side .user .status {
            width: 70px;
            height: 28px;
            line-height: 28px;
            margin-top: 10px;
            border-radius: 6px;
            color: #ffffff;
            text-align: center;
            font-size: 12px;
        }

            .body .side .user .status[status="1"] {
                background: linear-gradient( 90deg, rgba(255, 207, 64, 1) 0%, rgba(237, 183, 39, 1) 100% );
            }

            .body .side .user .status[status="0"] {
                background: #f6f9fc;
            }

    .body .side .stats {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
        padding: 0 0 40px;
    }

        .body .side .stats .item {
            flex-grow: 1;
            display: flex;
            flex-flow: column nowrap;
            align-items: center;
            min-width: 0;
            border-right: 1px solid #dcdcdc;
        }

            .body .side .stats .item:last-child {
                border-right: 1px solid transparent;
            }

            .body .side .stats .item .count {
                font-size: 18px;
                font-weight: bold;
            }

            .body .side .stats .item .text {
                margin: 12px 0 0;
                font-size: 12px;
                color: #9c9c9c;
            }

    .body .side .menu {
        display: flex;
        flex-flow: column nowrap;
        padding: 0 0 40px;
    }

        .body .side .menu .item {
            height: 50px;
            line-height: 50px;
            margin: 0 0 10px;
            border-left: 4px solid transparent;
            text-align: center;
            font-weight: bold;
        }

            .body .side .menu .item:hover,
            .body .side .menu .item.active {
                background: #ffffff;
                border-left: 4px solid #2681f6;
                color: #2681f6;
            }

    .body .side .service {
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        margin: 20px 0 0;
        padding: 30px 0 35px;
    }

        .body .side .service img {
            width: 140px;
            height: 140px;
            margin: 0 0 10px;
        }

        .body .side .service .text {
            color: #9c9c9c;
            font-weight: bold;
            font-size: 12px;
            letter-spacing: 8px;
        }

/*-------------------------------------------- 
      Main
  --------------------------------------------*/

.body .main {
    width: 880px;
}

    .body .main .shortcuts {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
        padding: 42px 0 46px;
    }

        .body .main .shortcuts .item {
            flex-grow: 1;
            display: flex;
            flex-flow: column nowrap;
            align-items: center;
            min-width: 0;
        }

            .body .main .shortcuts .item img {
                width: 80px;
                height: 80px;
                margin: 0 0 20px;
            }

            .body .main .shortcuts .item .title {
                margin: 0 0 10px;
                font-size: 18px;
                font-weight: bold;
            }

            .body .main .shortcuts .item .text {
                font-size: 14px;
            }

    /*-------------------------------------------- 
      Content
  --------------------------------------------*/

    .body .main .content .content-title {
        display: flex;
        line-height: 54px;
        margin: 0 0 20px;
        border-bottom: 1px solid #dcdcdc;
    }

        .body .main .content .content-title .tab {
            position: relative;
            top: 1px;
            margin: 0 52px 0 0;
            border-bottom: 2px solid transparent;
            font-weight: bold;
            font-size: 16px;
        }

            .body .main .content .content-title .tab.active {
                border-bottom: 2px solid #2681f6;
                color: #2681f6;
                font-size: 18px;
            }

/*-------------------------------------------- 
      Position List
  --------------------------------------------*/

.position {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    margin: 0 0 20px;
    padding: 0 30px;
    background: #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(23, 24, 25, 0.04);
    cursor: pointer;
}

    .position .content {
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
        width: 432px;
        height: 50px;
        margin: 0 54px 0 0;
    }

        .position .content .title {
            display: flex;
            flex-flow: row nowrap;
            align-items: center;
            color: #2681f6;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .position .content .title .time {
                margin: 0 0 0 12px;
                font-size: 12px;
                color: #9c9c9c;
            }

        .position .content .tip {
            display: flex;
            flex-flow: row nowrap;
            align-items: center;
            color: #9c9c9c;
            font-size: 12px;
        }

            .position .content .tip .divider {
                margin: 0 10px;
            }

    .position .info {
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
        min-width: 0;
        height: 50px;
    }

        .position .info .school {
            display: flex;
            flex-flow: row nowrap;
            align-items: center;
            color: #2681f6;
        }

            .position .info .school img {
                height: 14px;
                width: auto;
                margin: 0 0 0 10px;
            }

        .position .info .location {
            display: flex;
            flex-flow: row nowrap;
            align-items: center;
            color: #9c9c9c;
            font-size: 12px;
        }

            .position .info .location .divider {
                margin: 0 10px;
            }

/*-------------------------------------------- 
      Table View
  --------------------------------------------*/

.body .main .content .table {
    width: 100%;
    border-collapse: collapse;
}

    .body .main .content .table th {
        padding: 12px 18px;
        background: #f4f6f9;
        color: #9c9c9c;
        font-size: 14px;
        text-align: center;
    }

    .body .main .content .table td {
        padding: 20px 0;
        border-bottom: 1px solid #ececec;
        font-size: 14px;
        text-align: center;
    }

    .body .main .content .table th:first-child,
    .body .main .content .table tr td:first-child {
        text-align: left;
    }

    .body .main .content .table tr td .delete,
    .body .main .content .table tr td .unread {
        color: #ff3550;
    }

    .body .main .content .table tr td .cancel,
    .body .main .content .table tr td .status,
    .body .main .content .table tr td .view {
        color: #2681f6;
        cursor: pointer;
    }

.empty {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    height: 100%;
    padding: 178px 0;
}

    .empty img {
        width: 100px;
        height: 100px;
        margin: 0 0 10px;
    }

    .empty .text {
        font-size: 14px;
        color: #9c9c9c;
    }

/*-------------------------------------------- 
      Pagination
  --------------------------------------------*/

.pagination {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
    padding: 20px 0;
}

    .pagination .page {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0 4px;
        background: #ffffff;
        border: 1px solid #dcdcdc;
        text-align: center;
        font-size: 14px;
    }

        .pagination .page.prev,
        .pagination .page.next {
            color: #9c9c9c;
        }

        .pagination .page:hover {
            color: #2681f6;
        }

        .pagination .page.active {
            background: #2681f6;
            border: 1px solid #2681f6;
            color: #ffffff;
        }

/*-------------------------------------------- 
    Settings
--------------------------------------------*/

.body .main .settings {
    padding: 10px 0;
}

    .body .main .settings .item {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        padding: 30px 0;
        border-bottom: 1px solid #dcdcdc;
    }

        .body .main .settings .item .key {
            width: 68px;
            margin: 0 44px 0 0;
            font-weight: bold;
            color: #5c5c5c;
            text-align: justify;
        }

            .body .main .settings .item .key span {
                display: inline-block;
                width: 100%;
            }

        .body .main .settings .item .val {
            flex-grow: 1;
        }

            .body .main .settings .item .val .detail {
                margin: 0 0 15px;
                font-weight: bold;
            }

                .body .main .settings .item .val .detail .unbind {
                    color: #ff3550;
                }

            .body .main .settings .item .val .tip {
                font-size: 12px;
                color: #9c9c9c;
            }

        .body .main .settings .item .control {
            padding: 12px 0 0;
        }

            .body .main .settings .item .control div {
                width: 70px;
                height: 30px;
                line-height: 30px;
                border-radius: 4px;
                font-size: 14px;
                text-align: center;
                cursor: pointer;
            }

            .body .main .settings .item .control .modify {
                border: 1px solid #dcdcdc;
                color: #9c9c9c;
            }

                .body .main .settings .item .control .modify:hover {
                    border: 1px solid #777777;
                    color: #666666;
                }

            .body .main .settings .item .control .bind {
                border: 1px solid #2681f6;
                color: #2681f6;
            }

                .body .main .settings .item .control .bind:hover {
                    background: #2681f6;
                    color: #ffffff;
                }


/*-------------------------------------------- 
    Info List
--------------------------------------------*/

.body .main .info-list {
    padding: 4px 0;
}

    .body .main .info-list .item {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        padding: 30px 0;
        border-bottom: 1px solid #dcdcdc;
    }

        .body .main .info-list .item .key {
            width: 68px;
            height: 34px;
            line-height: 28px;
            margin: 0 44px 0 0;
            padding: 6px 0 0;
            color: #5c5c5c;
            text-align: justify;
            overflow: hidden;
        }

            .body .main .info-list .item .key span {
                display: inline-block;
                width: 100%;
            }

        .body .main .info-list .item .val {
            flex-grow: 1;
            min-width: 0;
            line-height: 28px;
            color: #777777;
        }

            .body .main .info-list .item .val p {
                margin: 0 0 10px;
            }

            .body .main .info-list .item .val .text {
                padding: 6px 0;
            }

            .body .main .info-list .item .val input,
            .body .main .info-list .item .val textarea {
                width: 100%;
                line-height: 20px;
                padding: 10px 20px;
                border: 1px solid #dcdcdc;
                font-size: 14px;
                color: #9c9c9c;
            }

            .body .main .info-list .item .val textarea {
                height: 200px;
                resize: none;
            }

.body .main .control {
    display: flex;
    justify-content: center;
    padding: 50px 0;
}

    .body .main .control .edit {
        width: 140px;
        height: 40px;
        line-height: 40px;
        background: #2681f6;
        color: #ffffff;
        text-align: center;
    }
