* {
    box-sizing: border-box;
}

.newzcwdk-header {
    width: 100%;
    position: relative;
    z-index: 1;
}

.newzcwdk-header .topbar-box {
    position: absolute;
    width: 100%;
}
.left, .left a, .right a, .right .ipv6 {
    color: #ffffff !important;
}
.newzcwdk-header .bg {
    width: 100%;
}

.header {
    background-color: transparent !important;
}

.newzcwdk-main {
    position: relative;
    background-color: #ffffff;
    z-index: 2;
    margin-top: -250px;
    margin-bottom: 30px;
    box-sizing: border-box;
    min-height: 300px;
}

.newzcwdk-main::before {
    content: "";
    position: absolute;
    width: 95%;
    height: 288px;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: -1;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.newzcwdk-main::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 80%;
    box-shadow: 0 0 20px 10px rgb(231, 236, 243);
    z-index: -2;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
}

.newzcwdk-main .content {
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 3;
    padding: 0 20px;
    box-sizing: border-box;
}

.newzcwdk-main .content .crumb {
    border-bottom: 1px solid #dedede;
}
img {
    transition: all .3s;
}
a:hover .img img {
    transform: scale(1.05);
}
@media (max-width:1480px) {
    .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 1280px) {
    .newzcwdk-main {
        margin-top: -120px;
    }

    .newzcwdk-main::after {
        top: 6%;
        height: 94%;
    }

}

@media (max-width: 1200px) {
    .logobox .logo img {
        width: 300px !important;
    }
}

@media (max-width: 992px) {
    .newzcwdk-main {
        margin-top: -90px;
    }

    .logobox .logo img {
        width: 250px !important;
    }
}

@media (max-width: 768px) {
    .logobox .logo img {
        width: 200px !important;
    }
}

@media (max-width: 431px) {
    .newzcwdk-main {
        margin-top: -30px;
    }

    .logobox .logo img {
        width: 200px !important;
    }

    .newzcwdk-main::before {
        width: 90%;
        top: -20px;
    }
}
