.sidebar {
    width: 310px;
}

.sidebar .primary-side-button {
    background-image: url("../image/button-bkg-dot.png");
    background-size: contain;
    width: 310px;
    height: 70px;
    line-height: 70px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #E9E9E9;
    margin-top: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
}

.sidebar .primary-side-button img {
    width: 26px;
    height: 26px;
    margin-right: 2px;
}

.sidebar .primary-side-button:hover {
    border-color: #C71717;
}

.sidebar .login-form {
    width: 310px;
    margin-top: 30px;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
}

.login-form .form-header {
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: #C71717;
    border-radius: 8px 8px 0px 0px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
}

.login-form .form-body {
    padding: 20px 10px;
}

.login-form input {
    box-sizing: border-box;
    width: 290px;
    height: 50px;
    background: #F1F1F1;
    border: 1px solid #C71717;
    border-radius: 8px;
    padding: 0 20px;
    font-size: 14px;
}

.login-form .form-line {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.login-form .login-button {
    width: 110px;
    height: 50px;
    line-height: 50px;
    background: #C71717;
    border-radius: 8px;
    font-size: 16px;
    color: #FEFEFE;
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
}

.sidebar .side-info-banner {
    display: block;
    height: 56px;
    margin-top: 30px;
}

.sidebar .side-center-ornament {
    display: block;
    height: 250px;
    margin-top: 40px;
}

.sidebar .secondary-side-button {
    margin-top: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    background: #F1F1F1;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    color: #333333;
}

.sidebar .secondary-side-button:hover {
    color: #C71717;
}

.sidebar .secondary-side-button img {
    height: 60px;
}

.sidebar .secondary-side-button span {
    flex: 1;
    text-align: center;
    font-size: 20px;
}

.sidebar .side-certification {
    margin-top: 40px;
    border: 1px solid #E9E9E9;
    border-radius: 10px;
}

.side-certification {
    height: 372px;
    font-size: 14px;
    color: #666666;
}

.side-certification .cert-line {
    padding: 10px 20px;
}

.small-sidebar {
    width: 280px;
    height: 850px;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    flex-shrink: 0;
}

.small-sidebar .title {
    background: #C71717;
    border-radius: 8px 8px 0px 0px;
    height: 56px;
    line-height: 56px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

.small-sidebar .list a {
    margin: 10px auto 0;
    width: 260px;
    height: 50px;
    line-height: 50px;
    background: #F1F1F1;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    color: #666666;
}

.small-sidebar .list a:first-of-type {
    margin-top: 20px;
}

.small-sidebar .list a.active {
    background: #C71717;
    color: #FFFFFF;
}