@charset "utf-8";
/* 마영전 투데이 스타일 */

.content_wrap {
    background-color: #fafbfc;
    padding: 0px !important;
}

.titleBox {
    margin-bottom: 20px;
}

.media-latest {
    padding: 0 25px 20px !important;
}

.media-latest > div.title {
    font-size: 20px !important;
    font-weight: bold !important;
    padding-bottom: 15px !important;
    margin-bottom: 20px !important;
}

.media-latest > div.title > .text {
    float: left;
}

.media-latest > div.title > .add {
    color: #006cff;
    padding: 2px 0;
    font-size: 14px;
    float: right;
    cursor: pointer;
}

.media-item.genshin .desc > p:first-child {
    background-color: #383b43;
    padding: 3px;
    border-radius: 3px;
    color: #fff;
}

.media-item.genshin .desc > p.start:first-child {
    background-color: #006cff;
}

.media-item.genshin .desc > p.end:first-child {
    background-color: #e53939;
}

.media-latest > div.title > .add:hover {
    text-decoration: underline;
}

.view-wrap {
    padding: 20px 25px;
    margin-bottom: 40px;
}

.view-wrap > div.title {
    position: relative;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.view-wrap > div.title > span {
    position: absolute;
    top: 2px;
    right: 0px;
    display: block;

    padding: 3px 10px 2px;
    background-color: #121212;
    border-radius: 10px;
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

.view-wrap > div.title > span:hover {
    background-color: #333;
}

.view-content {
    position: relative;
    float: left;
    width: 49%;
    background-color: #fff;
    border: 1px solid #e8ebee;
    overflow: hidden;
    margin-bottom: 40px;
    border-radius: 6px;
}

.view-wrap .view-content:nth-child(2n) {
    margin-left: 2%;
}

.view-content > div.title {
    position: relative;
    font-size: 14px;
    padding: 15px 15px 15px 28px;
    background-color: #383b43;
    width: 100%;
    color: #fff;
    background-image: url(/image/mli_white.png);
    background-repeat: no-repeat;
    background-position: 15px center;
}

.view-content > div.title > span {
    position: absolute;
    right: 15px;
    top: 16px;
    font-size: 12px;
    color: #a3a3a3;
}

.view-content > div.content {
    height: 296px;
    overflow-y: scroll;
}

.view-content.no-scroll > div.content {
    height: auto;
    overflow-y: hidden;
}

.view-content .list-head {
    padding: 10px 15px;
    background-color: #f3f3f3;
    color: #555;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

.view-content .list {
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.view-content .list > .subject {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
}

.view-content .list > .subject > span {
    font-size: 11px;
    padding: 4px 8px 3px;
    background-color: #e5e5e5;
    border-radius: 10px;
    vertical-align: middle;
    margin-left: 3px;
    color: #666;
}

.view-content .list > .info {
    font-size: 13px;
    color: #8593a0;
}

.view-content .list > .right {
    position: absolute;
    top: 20px;
    right: 15px;
}

.view-content .list .badge {
    display: inline-block;
    color: #fff;
    background-color: #121212;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 8px 5px;
    border-radius: 5px;
}

.view-content .list .badge[data-season="3"] {
    background-color: #1b4bcd;
}

.view-content .list .badge[data-season="2"] {
    background-color: #58a840;
}

.view-content .list .badge[data-season="1"] {
    background-color: #b70000;
}

.view-content .list .badge[data-season="genshin_5"] {
    background-color: #ffa600;
    color: #121212;
}

.view-content .list .badge[data-season="genshin_4"] {
    background-color: #8100fa;
}

.view-content .list .badge[data-season="genshin_3"] {
    background-color: #006cff;
}

.view-content .list .badge[data-spa] {
    min-width: 35px;
    text-align: center;
}

.view-content .list .badge[data-spa="1"] {
    background-color: #ff2a2d;
}

.view-content .list .badge[data-spa="2"] {
    background-color: #ffa600;
}

.view-content .list .badge[data-spa="3"] {
    background-color: #58a840;
}

.view-content .list .badge[data-spa="4"] {
    background-color: #ab00d1;
}

.view-content .list .badge[data-spa="5"] {
    background-color: #006cff;
}

.view-content .item {
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.view-content .item:last-child {
    border-bottom: none;
}

.view-content .item .image {
    float: left;
    width: 48px;
    height: 48px;
    border-radius: 6px;
    background-color: #121212;
    background-size: cover;
}

.view-content .item .text {
    float: left;
    padding: 6px 15px;
}

.view-content .item .text > div:first-child {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
}

.view-content .item .text > div:last-child {
    font-size: 13px;
    color: #8593a0;
}

.view-box {
    position: relative;
    width: 308px;
    padding: 20px 15px;
    background-color: #fff;
    border: 1px solid #e8ebee;
    border-radius: 6px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.view-box:nth-child(3n) {
    margin-right: 0;
}

.view-box .subject {
    font-size: 16px;
    margin-bottom: 8px;
}

.view-box .date {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 12px;
}

.view-box .user {
    font-size: 12px;
    color: #666;
}

.view-box > .report {
    position: absolute;
    right: 15px;
    bottom: 19px;
    font-size: 12px;
    color: #666;
}

.view-box .report .report {
    color: #ff282c;
}

.view-box .report .delete {
    color: #ff282c;
}

#expire-list {
    margin-bottom: 30px;
}

#expire-list .empty,
.empty-text {
    width: 100%;
    padding: 50px 0;
    text-align: center;
    line-height: 140%;
}

.today-itemcard {
    margin-bottom: 40px;
    text-align: center;
}

.today-itemcard > .object {
    position: relative;
    display: inline-block;
    width: 100px;
    height: auto;
    background-color: #383b43;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    margin-right: 26px;
}

.today-itemcard > .object:last-child {
    margin-right: 0px;
}

.today-itemcard > .object > .image {
    width: 100%;
    height: 108px;
    background-image: url(/module/genshinkit/asset/image/Character_Benett.png);
    background-repeat: no-repeat;
    background-size: 115px;
    background-position: -7.5px -110px;
    border-radius: 0 0 25px 0;
}

.today-itemcard > .object > .text {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -1px;
    color: #fff;
    padding: 6px 3px;
}

.today-itemcard > .object > .text > p {
    margin: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.today-itemcard > .object > .text > p:last-child {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

.today-itemcard > .object > .star {
    position: absolute;
    top: 88px;
    left: 0px;
    width: 100%;
    height: 18px;
    background-size: auto 18px;
    background-position: center;
    background-repeat: no-repeat;
}

.today-itemcard > .object[data-grade="5"] > .star {
    background-image: url(/module/genshinkit/asset/image/icon-star-x5.png);
}

.today-itemcard > .object[data-grade="4"] > .star {
    background-image: url(/module/genshinkit/asset/image/icon-star-x4.png);
}

.media-item.genshin .image {
    background-size: cover;
    background-position: center;
}

#addModal .add-list {
    margin-bottom: 20px;
}

#addModal .list {
    padding: 10px;
    background-color: #f3f3f3;
    border-radius: 6px;
    margin: 10px 0;
    transition: 0.3s ease all;
}

#addModal .list .text {
    float: left;
}

#addModal .list .option {
    float: right;
    color: #006cff;
    cursor: pointer;
}

#addModal .remove-list .list .option {
    float: right;
    color: #b70000;
    cursor: pointer;
}

#selfTodayList {
    min-height: 50px;
}

#addModal .list .option:hover {
    text-decoration: underline;
}

.tip-bar {
    margin: 20px;
    padding: 10px;
    border-radius: 6px;
    background-color: #006cff;
    color: #fff;
    font-size: 14px;
}

.tip-bar > div:first-child {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.7);
}

.tip-bar > div:last-child {
    line-height: 140%;
}
