.errorlist {
    font-size: 0.875em;
    color: red;
}

.log_in {
    width: 85%;
    font-size: 14px;
    margin: 60px auto;
    min-height: 480px;
}

.login_left {
    width: 50%;
    float: left;
}

.login_left img {
    width: 78%;
    margin: 0 auto;
    display: block;
    border-radius: 15px;
    opacity: 0.75;
}

.login-form {
    position: relative;;
    width: 39%;
    padding: 10px 5% 50px;
    background-color: #fff;
    float: left;
    border-left: 1px solid #eeeeee;
    border-radius: 20px;
    box-shadow: 2px 3px 8px #888888;
}

.login-form h1 {
    font-size: 1.25em;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
}

.login-form form p {
    margin: 10px 0;
}

.login-form #btn {
    background-color: #1890ff;
    text-align: center;
    font-weight: bold;
    display: block;
    color: #eeeeee;
    margin-top: 20px;
    padding: 6px 10px;
    border-radius: 5px;
}

.login-form p label {
    width: 75px;
    display: inline-block;
}

.login-form .helptext {
    display: block;
    font-size: 0.8em;
    line-height: 1.85em;
    color: #b3b3b3;
}

/*个人中心*/
.dashboard {
    min-height: 480px;
    padding: 15px;
    border-radius: 15px;
    background-color: #fff;
    margin-top: 15px;
    box-shadow: 2px 3px 8px #888;
}

.dashboard h1, .dashboard h2 {
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    color: #666666;
    padding-left: 10px;
}

.dashboard h1 {
    font-size: 1.125em;
}

.dashboard h2 {
    border-bottom: 1px solid #e0e0e0;
    background-color: #f0f0f0;
    font-size: 1em;
}

.dashboard ul li, .product_search ul li {
    padding-left: 10px;
    border-bottom: 1px solid #f0f0f0;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
}

.product_search input[type='text'] {
    width: 35px;
}

.dashboard table {
    margin-top: 10px;
}

.dashboard table td {
    border-bottom: 1px solid #f0f0f0;
    height: 36px;
    line-height: 36px;
}

.dashboard table tr th:nth-child(n+3) {
    width: 15%;
    text-align: center;
}

.dashboard .profile_photo {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
}

.dashboard form p {
    margin: 5px 0;
    display: flex;
    flex-direction: column;
}

.dashboard form label {
    display: inline-block;
    width: 90px;
}

.dashboard .filter a {
    padding: 2px 3px;
    background-color: #1890ff;
    color: #FFF;
    margin-right: 10px;
    border-radius: 3px;
}

.profile_photo img {
    width: 100%;
}


/*登出*/
.sign_done {
    text-align: center;
    line-height: 48px;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 2px #666;
}

.sign_done h1 {
    font-size: 1.125em;
    font-weight: bold;
}

.sign_done p a {
    padding: 3px 10px;
    background-color: #1890ff;
    color: #fff;
}


/*个人中心*/
.login-form h2 {
    font-size: 12px;
    color: red;
    font-weight: bold;
    background: #fafafa;
}

.product table {
    width: 100%;
    min-width: 100%;
    table-layout: fixed;
    text-align: left;
    border-radius: 2px 2px 0 0;
    border-collapse: separate;
    border-spacing: 0;
    background-color: #fff;
}

.product table th {
    color: rgba(0, 0, 0, .85);
    font-weight: 500;
    text-align: left;
    background: #fafafa;
    border-bottom: 1px solid #f0f0f0;
}

.product table a {
    color: #000;
}


.product td, .product th {
    height: 34px;
    line-height: 34px;
}


.product table tr:first-child th {
    font-weight: bold;
    color: rgba(0, 0, 0, .65);
}


.product table tr:hover {
    background: #d4eafc;
}


@media screen and (max-width: 1200px) {
    .login_left {
        display: none;
    }

    .login-form {
        width: 92%;
        padding: 15px 4%;
        border: none;
    }

    .login-form input {
        width: 100%;
        height: 42px;
    }

    .login-form p label {
        width: 100%;
        display: inline-block;
    }

    .login-form input[type=checkbox], .login-form input[type=radio] {
        width: 12px;
        height: 12px;
    }

    input[type="text"], input[type="password"], input[type="email"],
    input[type="number"], input[type="submit"], select {
        height: 2.8em;
    }

    .product_search input[type="text"], .product_search input[type="submit"] {
        height: 24px;
    }

    .login-form input[type=submit] {
        margin: 15px 0;
        width: 100%;
    }

    .log_in {
        margin: 15px auto;
        width: 100%;
    }

    .product tr td, .product tr th {
        display: none;
    }

    .product tr td:nth-child(1), .product tr th:nth-child(1) {
        padding: 2%;
        width: 64%;

        display: inline-block;
    }

    .product tr td:nth-child(3), .dashboard .product tr th:nth-child(3) {
        padding: 2%;
        width: 28%;
        text-align: center;
        display: inline-block;
    }

    .product tr td {
        font-size: 12px;
    }

    .product td {
        font-weight: bold;
    }
}

#photo-clear_id {
    display: none;
}

#photo-clear_id + label {
    display: none;
}

#id_photo {
    margin-left: 20px;
}
