.header {
    background: url(../images/head/bg-header-media.jpg) no-repeat top center;
    height: 399px;
}
.section {
    background-color: #ededed;
    min-height: 1000px;
    font-size: 16px;
    height: auto;
}
.content-wrap {
    width: 100%;
    padding-top: 50px;
    color: #e0e0e0;
}
.tabs-wrap {
    border: 0;
}
.tabs-wrap li {
    float: left;
    width: 50%;
    text-align: center;
    height: 48px;
    line-height: 48px;
    color: #6a6a6a;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.tabs-wrap li span {
    position: relative;
    display: block;
    z-index: 2;
}
.tabs-wrap li:nth-child(1) {
    border-right: 1px solid #dadada;
}
.tabs-wrap li::before {
    position: absolute;
    width: 477px;
    height: 48px;
    content: "";
    left: 0;
    top: 0;
    opacity: 0;
    background: url(../images/main/dark/main-icon.png) no-repeat 0 -608px;
}
.tabs-wrap li.active {
    font-weight: 700;
    color: #f5f5f5;
}
.tabs-wrap li.active::before {
    opacity: 1;
}
.pics, .videos {
    padding-top: 30px;
}
.pics .pic, .videos .video {
    float: left;
    width: 305px;
    height: 200px;
    position: relative;
    margin-bottom: 17px;
    margin-right: 17px;
    overflow: hidden;
}
.videos .video:nth-child(3n) {
    margin-right: 0;
}
.videos .video:nth-child(2) {
    transition: all .2s ease-out;
}
.videos .video:nth-child(3) {
    transition: all .4s ease-out;
}
.videos .video:nth-child(4) {
    transition: all .6s ease-out;
}
.videos .video:nth-child(5) {
    transition: all .8s ease-out;
}
.videos .video:nth-child(6) {
    transition: all 1s ease-out;
}
.videos .video:nth-child(7) {
    transition: all 1.2s ease-out;
}
.videos .video:nth-child(8) {
    transition: all 1.4s ease-out;
}
.videos .video:nth-child(9) {
    transition: all 1.6s ease-out;
}
.videos .video:nth-child(10) {
    transition: all 1.8s ease-out;
}
.videos .video h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 2;
    color: #fff;
    padding-left: 12px;
    padding-bottom: 8px;
    transform: translateY(100%);
    opacity: 0;
}
.pics .pic img, .videos .video h3, .videos .video img {
    transition: all .2s ease-out;
}
.videos .video .sbtn, .videos .video .sbtn::after, .videos .video .sbtn::before {
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/main/dark/main-icon.png);
}
.videos .video .sbtn {
    width: 68px;
    height: 68px;
    z-index: 2;
    margin-left: -34px;
    margin-top: -34px;
    cursor: pointer;
    background-position: -871px 0;
}
.videos .video .sbtn::after, .videos .video .sbtn::before {
    content: "";
    width: 84px;
    height: 84px;
    margin-left: -42px;
    margin-top: -42px;
    transition: all .2s ease-out;
    background-position: -660px 0;
}
.videos .video .sbtn::after {
    width: 20px;
    height: 23px;
    background-position: -797px 0;
    margin-left: -8px;
    margin-top: -11px;
}
.pics .pic:hover::before, .videos .video:hover::before {
    background-color: rgba(0, 0, 0, .72);
}
.videos .video:hover h3 {
    transform: translateY(0);
    opacity: 1;
}
.pics .pic:hover img, .videos .video:hover img {
    transform: scale(1.4);
}
.videos .video:hover .sbtn::before {
    transform: scale(1.12);
}
.videos .video:hover .sbtn::after {
    transform: scale(.72);
}
.pics .pic::before, .videos .video::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: transparent;
    transition: all .3s ease-out;
    z-index: 1;
}
.pics .pic:nth-child(3n) {
    margin-right: 0;
}
.pics .pic:nth-child(2) {
    transition: all .2s ease-out;
}
.pics .pic:nth-child(3) {
    transition: all .4s ease-out;
}
.pics .pic:nth-child(4) {
    transition: all .6s ease-out;
}
.pics .pic:nth-child(5) {
    transition: all .8s ease-out;
}
.pics .pic:nth-child(6) {
    transition: all 1s ease-out;
}
.pics .pic:nth-child(7) {
    transition: all 1.2s ease-out;
}
.pics .pic:nth-child(8) {
    transition: all 1.4s ease-out;
}
.pics .pic:nth-child(9) {
    transition: all 1.6s ease-out;
}
.pics .pic:nth-child(10) {
    transition: all 1.8s ease-out;
}
.pics .pic:hover .links, .pics .pic:hover a {
    transform: scale(1);
    opacity: 1;
}
.pics .pic a, .tabbing label {
    text-align: center;
    box-sizing: border-box;
}
.pics .pic a {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 128px;
    height: 40px;
    border: 1px solid #c49d54;
    margin-left: -64px;
    line-height: 38px;
    color: #c49d54;
    margin-top: -20px;
    transform: scale(0);
    opacity: 0;
    transition: all .2s ease-out;
}
.pics .pic a:hover {
    background-color: #c49d54;
    color: #fff;
}
.loading {
    padding: 40px 0;
    text-align: center;
}
.pics .img-wrap {
    margin-left: -40%;
}
.video .img-wrap {
    margin-top: -25%;
    margin-left: -60%;
}
.tabbing {
    display: flex;
    flex-wrap: wrap;
    width: 960px;
}
.tabbing label {
    display: block;
    position: relative;
    float: left;
    width: 49%;
    height: 48px;
    line-height: 48px;
    margin-right: .3rem;
    color: #6a6a6a;
    cursor: pointer;
    order: initial;
}
.tabbing .tabbing-content {
    display: none;
    flex-grow: 1;
    width: 100%;
}
.tabbing input[type=radio] {
    display: none;
}
.tabbing input[type=radio]:checked + label {
    height: 48px;
    color: #ffffff;
    background: url(../images/main/dark/main-icon.png) no-repeat 0 -608px;
}
.tabbing input[type=radio]:checked + label + .tabbing-content {
    display: block;
}
@media (min-width:200px) {
    .tabbing .tabbing-content {
        order: 99
    }

    .tabbing label {
        order: 1;
        margin-right: .3rem;
        margin-top: 0;
        width: 49%
    }
}