main {
    background: #e6f1fc;
    padding-bottom: 50px;
}

.banner {
    margin-bottom: 54px;
}

.banner img {
    width: 100%;
}

.side {
    width: 198px;
    background: rgba(243, 248, 254, 1);
    border: 4px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 10px 4px rgba(25, 93, 179, 0.1);
    padding-bottom: 30px;
    float: left;
}

.side .titles {
    width: 190px;
    height: 90px;
    background: rgba(199, 0, 25, 1);
    box-shadow: 0px 2px 10px 4px rgba(25, 93, 179, 0.1);
}

.side .titles p:first-of-type {
    font-size: 24px;
    font-weight: 400;
    line-height: 44px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    padding-top: 11px;
}

.side .titles p:last-of-type {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 26px;
    color: rgba(229, 229, 229, 1);
    text-align: center;
}

.side li {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 4px;
    color: rgba(56, 56, 56, 1);
    cursor: pointer;
    padding: 14px 30px 14px 42px;
}

.side li.active {
    color: rgba(199, 0, 25, 1)
}

.side li.active::before {
    content: '';
    background: url(./../static/6.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    height: 21px;
}

.content {
    width: 978px;
    background: rgba(243, 248, 254, 1);
    border: 4px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 10px 4px rgba(25, 93, 179, 0.1);
    display: none;
    float: right;
    padding: 20px 40px;
}

.content.notice {
    display: block;
}

.content .title-box {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24px;
    color: rgba(25, 93, 179, 1);
    padding-left: 22px;
    border-left: 4px solid rgba(25, 93, 179, 1);
}

.notice .title-box,
.get .title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notice .btn,
.get .btn {
    width: 92px;
    height: 36px;
    background: rgba(199, 0, 25, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    cursor: pointer;
    display: block;
}

.notice .btn-box,
.get .btn-box {
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
}

.notice-list li {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.notice-list li img {
    width: 32px;
    height: 32px;
    display: block;
    margin-right: 12px;
    cursor: pointer;
}

.notice-list li a {
    display: flex;
    width: calc(100% - 44px);
    height: 94px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.05);
}

.get .notice-list li a .time-box {
    padding-top: 9px;
}

.notice-list li a .time-box {
    width: 126px;
    height: 94px;
    background: rgba(249, 252, 255, 1);
    border-right: 1px solid rgba(189, 219, 255, 1);
    padding-left: 16px;
    padding-top: 17px;
    flex-shrink: 0;
}

.notice-list li .year {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(128, 128, 128, 1);
}

.notice-list li .day {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 23px;
    color: rgba(56, 56, 56, 1);
    margin: 5px 0;
}

.notice-list li .boxs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 126px);
    padding-left: 25px;
    padding-right: 20px;
}

.notice-list li .con {
    display: flex;
    align-items: center;
    padding-left: 25px;
    padding-right: 20px;
    width: calc(100% - 80px);
}

.notice-list li .boxs .con {
    padding-left: 0;
    padding-right: 0;
}

.notice-list li .con .type {
    flex-shrink: 0;
    margin-right: 22px;
    width: 68px;
    height: 68px;
    background: rgba(230, 241, 252, 1);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 5px;
    line-height: 24px;
    color: rgba(25, 93, 179, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.notice-list li .con .title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 27px;
    color: rgba(56, 56, 56, 1);
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice-list li .con .sku {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 20px;
    color: rgba(56, 56, 56, 1);
    width: 100%;
}

.notice-list li .upload {
    position: relative;
    flex-shrink: 0;
    margin-left: 20px;
    width: 110px;
    height: 34px;
    background: rgba(199, 0, 25, 1);
    font-size: 13px;
    font-weight: 400;
    line-height: 34px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    cursor: pointer;
}

.notice-list li .upload input {
    position: absolute;
    width: 110px;
    height: 34px;
    left: 0;
    top: 0;
    opacity: 0;
}

.get .tab {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.get .tab p {
    width: 100px;
    height: 32px;
    border-radius: 29.5px;
    background: rgba(229, 229, 229, 1);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: rgba(128, 128, 128, 1);
    text-align: center;
    margin-right: 22px;
    cursor: pointer;
}

.get .tab p.active {
    background: rgba(199, 0, 25, 1);
    color: #fff;
}

.user .label {
    display: flex;
    margin-top: 38px;
    align-items: center;
}

.user .label p {
    font-size: 16px;
    font-weight: 400;
    line-height: 42px;
    color: rgba(38, 58, 67, 1);
    margin-right: 20px;
    width: 100px;
}

.user .label input {
    width: 348px;
    height: 50px;
    background: rgba(255, 255, 255, 1);
    padding: 0 24px;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid rgba(155, 155, 155, 0.2);
    border-radius: 4px;
}

.user .btn {
    margin: 78px auto 50px;
    width: 162px;
    height: 50px;
    background: rgba(199, 0, 25, 1);
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
    color: rgba(255, 255, 255, 1);
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}

.notice .search-box,
.get .search-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.notice .search-box .input,
.get .search-box .input {
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 6px;
    width: 40%;
    height: 48px;
    padding: 0 20px;
}

.notice .search-box .input img,
.get .search-box .input img {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    margin-right: 15px;
}

.notice .search-box .input input,
.get .search-box .input input {
    font-size: 16px;
    width: 100%;
    height: 100%;
    background: none;
}

.notice .search-box .select,
.get .search-box .select {
    width: 40%;
}

.notice .search-box .select select,
.get .search-box .select select {
    border-radius: 6px;
    height: 48px;
    background: #fff;
    font-size: 16px;
    padding: 0 20px;
    width: 100%;
    border: none;
}

.notice .search-box .btn,
.get .search-box .btn {
    height: 48px;
    display: block;
    border-radius: 6px;
    background: rgba(0, 85, 162, 1);
    font-size: 18px;
    font-weight: 500;
    line-height: 48px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    cursor: pointer;
    width: 110px;
    flex-shrink: 0;
    margin-left: 15px;
}