body {
    background: linear-gradient(45deg,
            #FF6B9D 0%,
            #FFA726 20%,
            #66BB6A 40%,
            #42A5F5 60%,
            #AB47BC 80%,
            #EF5350 100%);
}

nav.pc,
nav.mobile {
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

nav.pc .topMenu>a,
nav.pc .topMenu>.menu {
    text-shadow:
        0 1px 3px rgba(0, 0, 0, 0.5),
        0 0 10px rgba(0, 0, 0, 0.3);
}

nav.pc .menu:hover {
    color: var(--orange-xchina);
}

nav.pc .menu>.subs {
    background: #fff;
    padding: 0;
    backdrop-filter: blur(20px);
    border-radius: 15px;
    overflow: hidden;
}

nav.pc .menu>.subs>a>div {
    color: var(--top-menu-subs-item-text);
    background: linear-gradient(90deg,
            rgba(255, 107, 157, 0.8) 0%,
            rgba(255, 167, 38, 0.8) 100%);
    padding: 5px 10px;
    text-shadow:
        0 1px 3px rgba(0, 0, 0, 0.5),
        0 0 10px rgba(0, 0, 0, 0.3);
}

nav.pc .menu>.subs>a>div:hover {
    background-color: var(--orange-xchina);
    color: var(--top-menu-subs-item-text);
}

nav.pc .languages .choose {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(25px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
}

nav.pc .languages .language {
    background: linear-gradient(135deg, #667EEA 0%, #764BA2 100%);
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

nav.pc .languages .language[checked] {
    background: linear-gradient(135deg, #FF6B9D 0%, #FF8E9B 100%);
    color: white;
}

nav.pc .languages .choose .language:hover {
    background: linear-gradient(135deg, #FFA726 0%, #FFB74D 100%);
    color: white;
    transform: translateX(3px);
    box-shadow: 0 4px 12px rgba(255, 167, 38, 0.4);
}

nav.pc .languages .choose .language[checked]:hover {
    background: linear-gradient(135deg, #FF6B9D 0%, #FF8E9B 100%);
    color: white;
    transform: none;
}

footer.pc {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(20px) saturate(150%);
}


.content-box {
    background-color: rgba(255, 255, 255, 0.9);
}

.items {
    display: flex;
    flex-wrap: wrap;
}

.items>a {
    flex: 1 0 31%;
    padding: 0 1% 1% 0;
    margin-bottom: 10px;
    display: table;
}

.items .cover {
    display: table-cell;
    width: 110px;
    padding-right: 10px;
    vertical-align: top;
}

.items .cover img {
    width: 100%;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(204, 204, 204, 0);
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(204, 204, 204, 0);
    border-radius: 5px;
}

.items .body {
    display: table-cell;
    vertical-align: top;
}

.items .body>.title {
    display: block;
    font-size: 15px;
    height: 34px;
    line-height: 18px;
    font-weight: bold;
    overflow: hidden;
    padding-bottom: 5px;
}

.items .body>.brief {
    all: unset;
    display: block;
    font-size: 14px;
    overflow: hidden;
    height: 48px;
    line-height: 16px;
    overflow: hidden;
    color: #999;
    margin-bottom: 5px;
}

.items .body>.tag {
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    color: #99c;
}

.zone {
    margin-bottom: 20px;
}

.zone>.header {
    padding: 5px 0 5px 0;
    margin-bottom: 5px;
    border-bottom: #000 1px solid;
    display: flex;
}

.zone>.header>div:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
    flex: 0 0 70%;
}

.zone>.header>div:nth-child(2) {
    flex: 0 0 30%;
    text-align: right;
}

._categories,
._photos {
    display: flex;
    flex-wrap: wrap;
}

._categories>a,
._photos>a {
    flex: 0 0 25%;
}

._categories>a>div,
._photos>a>div {
    width: 95%;
    margin: 0 auto 15px auto;
    color: #fff;
    overflow: hidden;
}

._categories>a>div>div:nth-child(1),
._photos>a>div>div:nth-child(1) {
    border-radius: 10px;
    overflow: hidden;
}

._categories>a>div img,
._photos>a>div img {
    width: 100%;
    transition: transform .5s ease;
}

._photos>a>div img {
    width: 245px;
    height: 327px;
}

._categories>a:hover>div img,
._photos>a:hover>div img {
    transform: scale(1.05);
}

._categories>a>div>div:nth-child(2),
._photos>a>div>div:nth-child(2) {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 17px;
}

._categories>a>div>div:nth-child(3) {
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    font-size: 13px;
    color: #ddd;
}

._categories>a>div:hover>div:nth-child(2),
._photos>a>div:hover>div:nth-child(2) {
    color: #fc6;
}

._photos>a>div>div:nth-child(n+3) {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 13px;
    color: #ddd;
}

._photos>a>div>div:nth-child(3) {
    display: flex;
}

._photos>a>div>div:nth-child(3)>div:first-child {
    flex: 1;
}

._photos>a>div>div:nth-child(3)>div:last-child {
    flex: 0 0 30%;
    text-align: right;
}

.adZone {
    padding: 25px 0 25px 0;
}

.body>h2 {
    font-size: 22px;
    margin: 0 0 20px 0;
    padding: 0 0 5px 0;
    color: #fff;
    width: 100%;
    border-bottom: #ccc 1px solid;
    display: flex;
}

.body>h2>div:nth-child(1) {
    flex: 1;
}

.body>h2>div:nth-child(2) {
    flex: 0 0 20%;
    text-align: right;
}

.body>h2 a {
    color: #fff;
}

nav .menu:hover>.subMenu {
    display: block;
}

nav .subMenu {
    display: none;
    position: absolute;
    padding: 20px;
    display: none;
    top: 55px;
    width: 375px;
    height: auto !important;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 1);
}

nav .subMenu>div:nth-child(odd) {
    cursor: default;
    text-align: left;
    padding: 0;
    margin: 0;
    border-bottom: #eee 1px solid;
    color: #000;
}

nav .subMenu div:nth-child(odd):hover {
    color: #000;
}

nav .subMenu>div:nth-child(3) {
    padding-top: 15px;
}

nav .subMenu>div:nth-child(even) {
    display: flex;
    flex-wrap: wrap;
    width: 360px;
}

nav .subMenu>div>div {
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    width: 175px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

nav .subMenu a {
    color: #444;
}

nav .subMenu a:hover {
    padding-left: 10px;
    color: #fe711d;
    transition: all 0.25s ease;
}

@media only screen and (max-width: 1024px) {
    .items>a {
        flex: 1 0 48%;
    }

    .items .cover {
        display: table-cell;
        width: 40%;
    }

    .items .body>.title {
        font-size: 14px;
        height: 28px;
        line-height: 16px;
    }

    ._categories>a,
    ._photos>a {
        flex: 0 0 50%;
    }

    ._photos>a>div img {
        width: 45vw;
        height: 60vw;
    }

    ._photos>a>div>div:nth-child(3)>div:last-child {
        display: none;
    }
}