@media screen and (max-width: 2560px) and (min-width: 1024px) {
    .topnav {
        display: flex;
        height: 45px;
        background-color: #292731;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0 40px;
        color: #fff;
    }
    .topnav a {
        color: #fff;
    }
    .topleftbox {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .weblogo {
        height: 30px;
        width: auto;
        margin-right: 15px;
    }
    .navbox {
        display: flex;
        display: flex;
    }
    .navbox li {
        margin: 0 15px;
    }
    .navbox li.on {
        color: #e50012;
    }
    .topsearch {
        display: none;
        width: 250px;
        height: 30px;
        background-color: #333;
        border-radius: 15px;
    }
    .topsearch form {
        width: 250px;
        height: 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .topsearch form input {
        width: 200px;
        background-color: transparent;
    }
    .sicon {
        height: 20px;
        width: auto;
    }
    .vbox {
        background-color: #151515;
        padding: 20px 0;
    }
    .zbnav {
        height: 40px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }
    .zbnav a {
        color: #fff;
        font-size: 16px;
        margin: 0 20px;
    }
    .zblogo {
        height: 30px;
        width: auto;
        margin: 0 15px;
    }
    .w1200 {
        width: 1200px;
        margin: 0 auto;
    }
    .playbanner {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .playbox {
        width: 900px;
        height: auto;
        background-color: #151515;
    }
    .playbox2 {
        width: 1200px;
        height: auto;
        background-color: #151515;
    }
    .playlist {
        width: 280px;
        background-color: #151515;
    }
    .playtitle {
        display: flex;
        height: 60px;
        justify-content: space-between;
        align-items: center;
        padding: 0 10px 0 20px;
    }
    .h2title {
        color: #fff;
    }
    .h2title h2 {
        display: flex;
        align-items: center;
    }
    .zbing {
        height: 25px;
        width: auto;
        margin-right: 10px;
    }
    .goit {
        color: #999;
        display: flex;
    }
    .goit a {
        display: flex;
        color: #999;
        margin-right: 15px;
    }
    .piclist {
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        height: 580px;
        box-sizing: border-box;
    }
    .piclist li {
        height: 125px;
        width: 100%;
        position: relative;
    }
    .piclist li img {
        width: 100%;
        height: auto;
    }
    .fmpic {
        width: 100%;
        height: 100%;
        overflow: hidden;
        line-height: 0;
    }
    .hotbox {
        display: flex;
        background: url(https://p1-hera.feishucdn.com/tos-cn-i-jbbdkfciu3/967867a6fa2c4f75aec968aea91bbc48~tplv-jbbdkfciu3-png:0:0.png) center #f2f3f5;
        background-size: 100% auto;
        margin-top: 50px;
    }

    .toptitle {
        font-size: 18px;
        width: 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 160px;
        justify-content: center;
        background-color: #1464ff;
        color: #fff;
        position: relative;
    }
    .toptitle:after {
        content: '';
        position: absolute;
        bottom: 0px;
        right: -10px;
        width: 0;
        height: 0;
        border-bottom: 20px solid #1464ff;
        border-right: 20px solid transparent;
    }
    .hotlist {
        width: 1150px;
        display: flex;
        justify-content: space-between;
        height: 160px;
        align-items: center;
        padding: 0 30px;
        box-sizing: border-box;
    }
    .hotlist li {
        width: 195px;
    }
    .hotlist li img {
        width: 100%;
        height: auto;
    }
    .hotimg {
        width: 20px;
        height: auto;
        margin-bottom: 5px;
    }
    .zbicon {
        height: 25px;
        width: auto;
        margin-right: 8px;
    }
    .zbfl {
        padding: 50px 0 15px 0;
        display: flex;
        align-items: center;
    }
    .zbfl i {
        padding: 0 10px;
        -webkit-transform: scale(0.6);
                transform: scale(0.6);
        color: #999;
    }
    .big {
        font-size: 20px;
        margin-right: 30px;
        font-weight: bold;
        display: flex;
        align-items: center;
    }
    .listbox {
        display: flex;
        align-items: center;
    }
    .ipinfo {
        width: 228px;
        padding: 0 65px;
        display: flex;
        flex-direction: column;
    }
    .infobox {
        display: flex;
        flex-direction: column;
    }
    .ipinfo h2 {
        display: flex;
        align-items: center;
    }
    .ipinfo h2 i.zbname {
        color: #ccc;
        font-size: 12px;
        margin-left: 20px;
    }
    .ipinfo span {
        padding: 10px 0;
    }
    .ipinfo p {
        color: rgba(255, 255, 255, 0.6);
        font-size: 12px;
        padding-bottom: 10px;
    }
    .seemore {
        color: #5a9df7;
        background: rgba(0, 0, 0, 0.4);
        width: 100px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        text-align: center;
    }
    .seemore:hover {
        color: #fff;
    }
    .zblist ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 50px 0 30px 0;
        width: 827px;
    }
    .zblist ul li {
        width: 260px;
        margin-bottom: 20px;
    }
    .zblist ul li img {
        width: 100%;
        height: auto;
    }
    .bg1 {
        background: url(../images/ipbanner1.jpg) no-repeat center bottom #161535;
    }
    .bg2 {
        background: url(../images/ipbanner2.jpg) no-repeat center bottom #23253e;
    }
    .bg3 {
        background: url(../images/ipbanner3.jpg) no-repeat center bottom #1e2454;
    }
    .bg4 {
        background: url(../images/ipbanner4.png) no-repeat center bottom #101017;
    }
    .time {
        font-size: 12px;
        margin: 10px 0 10px 0;
        display: flex;
        flex-direction: row;
    }
    .time i {
        padding: 0 6px;
        -webkit-transform: scale(0.6);
                transform: scale(0.6);
    }
    .green {
        color: #ffc617;
    }
    .grey {
        color: #999;
    }
    .red {
        color: #ce000b;
    }
    .blue {
        color: #027aff;
    }
    .zbtitle {
        font-weight: bold;
        padding-top: 8px;
    }
    .piclink {
        display: block;
        overflow: hidden;
        background: #000;
        line-height: 0;
    }
    .piclink img {
        transition: all 1s;
        opacity: 1;
    }
    .piclink:hover img {
        -webkit-transform: scale(1.12);
                transform: scale(1.12);
        opacity: 1;
    }
    .hotlink {
        display: block;
        width: 195px;
        height: 111px;
        overflow: hidden;
    }
    .hotlink img {
        transition: all 1s;
    }
    .hotlink:hover img {
        -webkit-transform: scale(1.12);
                transform: scale(1.12);
    }
    .replay {
        height: 22px;
        line-height: 22px;
        width: 50px;
        background: #57a0ff;
        font-size: 12px;
        color: #fff;
        text-align: center;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 3;
        border-radius: 11px;
    }
    .mask {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 10;
        transition: opacity 0.15s linear;
    }
    .piclist li:hover .mask {
        opacity: 0;
    }
    .title-container {
        background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6) 59.9%);
        height: 4rem;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        box-sizing: border-box;
        display: flex;
        align-items: flex-end;
        padding: 0 0.667rem 0.333rem;
        z-index: 20;
    }
    .title {
        color: #fff;
        line-height: 2rem;
        display: inline-block;
        max-width: 232px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .zbabout {
        background-color: #151515;
        box-sizing: border-box;
        margin-top: 15px;
        color: #fff;
    }
    .abouttitle {
        font-size: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 0 40px;
        height: 69px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .aboutcontent {
        padding-top: 20px;
        line-height: 24px;
        color: #999;
        padding: 30px 40px;
    }
    .aboutcontent p {
        padding-bottom: 15px;
    }
    .shareit {
        font-size: 14px;
        color: #ccc;
        display: flex;
        align-items: center;
    }
    .shareicon {
        margin-right: 6px;
        height: 20px;
        width: auto;
    }
    .zbjs {
        border-bottom: 2px solid #fff;
        line-height: 70px;
    }
    .mzb {
        display: none;
    }
    .playit {
        overflow: hidden;
    }
}
.card-inner {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    position: absolute;
    overflow: hidden;
    left: -2px;
    top: -2px;
    border: 2px solid #1e80ff;
    z-index: 10;
}
.linkbox {
    display: none;
}
.copyrightbox {
    text-align: center;
    color: #ccc;
}
@media screen and (max-width: 1000px) and (min-width: 0) {
    .mdis {
        display: none;
    }
    .bg1 {
        background: url(../images/ipbanner1.jpg) no-repeat center bottom #161535;
    }
    .bg2 {
        background: url(../images/ipbanner2.jpg) no-repeat center bottom #23253e;
    }
    .bg3 {
        background: url(../images/ipbanner3.jpg) no-repeat center bottom #1e2454;
    }
    .bg4 {
        background: url(../images/ipbanner4.png) no-repeat center bottom #101017;
    }
    .topnav {
        display: flex;
        height: 45px;
        background-color: #292731;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0 4%;
    }
    .topleftbox {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .weblogo {
        height: 25px;
        width: auto;
        margin-right: 15px;
    }
    .navbox {
        display: none;
    }
    .navbox li {
        margin: 0 15px;
    }
    .navbox li.on {
        color: #e50012;
    }
    .topsearch {
        display: none;
        width: 40%;
        height: 30px;
        background-color: #333;
        border-radius: 15px;
    }
    .topsearch form {
        width: 100%;
        height: 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .topsearch form input {
        width: 85%;
        background-color: transparent;
    }
    .sicon {
        height: 20px;
        width: auto;
    }
    .vbox {
        /* background-color: #232323; */
        padding: 0px 0 0 0;
    }
    .zbnav {
        height: 40px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }
    .zbnav a {
        color: #fff;
        font-size: 16px;
        margin: 0 20px;
    }
    .zblogo {
        height: 30px;
        width: auto;
        margin: 0 15px;
    }
    .w1200 {
        width: 100%;
        margin: 0 auto;
    }
    .playbanner {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .playbox {
        width: 100%;
        height: auto;
    }
    .playbox2 {
        width: 1200px;
        height: auto;
    }
    .playlist {
        width: 280px;
        background-color: #151515;
        display: none;
    }
    .playtitle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 4%;
    }
    .h2title {
        color: #fff;
    }
    .h2title h2 {
        display: flex;
        align-items: center;
        font-size: 16px;
    }
    .zbing {
        height: 25px;
        width: auto;
        margin-right: 10px;
    }
    .goit {
        color: #999;
        display: none;
    }
    .goit a {
        display: flex;
        color: #999;
        margin-right: 15px;
    }
    .piclist {
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        height: 580px;
        box-sizing: border-box;
    }
    .piclist li {
        height: 125px;
        overflow: hidden;
        width: 100%;
        position: relative;
    }
    .piclist li img {
        width: 100%;
        height: auto;
    }
    .hotbox {
        display: flex;
        flex-direction: column;
        background: url(https://p1-hera.feishucdn.com/tos-cn-i-jbbdkfciu3/967867a6fa2c4f75aec968aea91bbc48~tplv-jbbdkfciu3-png:0:0.png) center #f2f3f5;
        background-size: 100% auto;
        margin-top: 0px;
    }
    .toptitle {
        font-size: 18px;
        width: 35%;
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 40px;
        justify-content: left;
        padding-left: 4%;
        background-color: #1464ff;
        color: #fff;
        position: relative;
    }
    .toptitle:after {
        content: '';
        position: absolute;
        bottom: 0px;
        right: -10px;
        width: 0;
        height: 0;
        border-bottom: 20px solid #1464ff;
        border-right: 20px solid transparent;
    }
    .hotlist {
        width: 100%;
        display: flex;
        overflow-x: auto;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0px 20px 4%;
        box-sizing: border-box;
    }
    .hotlist li {
        width: 150px;
        margin-right: 4%;
    }
    .hotlist li img {
        width: 100%;
        height: auto;
    }
    .ipinfo {
        display: flex;
        justify-content: space-between;
    }
    .infobox {
        display: flex;
        flex-direction: column;
    }
    .ipinfo h2 {
        display: flex;
        align-items: center;
    }
    .ipinfo h2 i.zbname {
        color: #ccc;
        font-size: 12px;
        margin-left: 20px;
    }
    .ipinfo span {
        padding: 10px 0;
        color: #ccc;
    }
    .ipinfo p {
        color: rgba(255, 255, 255, 0.6);
        font-size: 12px;
        padding-bottom: 10px;
        display: none;
    }
    .seemore {
        color: #5a9df7;
        background: rgba(0, 0, 0, 0.4);
        width: 100px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        text-align: center;
    }
    .seemore:hover {
        color: #fff;
    }
    .hotimg {
        width: 20px;
        height: auto;
        margin-right: 8px;
    }
    .zbicon {
        height: 25px;
        width: auto;
        margin-right: 8px;
    }
    .zbfl {
        padding: 20px 4% 15px 4%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .zbfl i {
        padding: 0 10px;
        -webkit-transform: scale(0.6);
                transform: scale(0.6);
        color: #999;
        display: none;
    }
    .zbfl a {
        margin: 0 10px 5px 0px;
    }
    .big {
        font-size: 20px;
        margin-right: 30px;
        font-weight: bold;
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 5px;
    }
    .zbfl .big a {
        margin: 0;
    }
    .playit {
        line-height: 0;
    }
    .zblist {
        padding: 30px 4%;
    }
    .zblist ul {
        display: flex;
        overflow-x: scroll;
        padding: 0 0 10px 0;
    }
    .zblist ul li {
        width: 45%;
        margin: 5px 10px 0 0;
        flex: none;
    }
    .zblist ul li img {
        width: 100%;
        height: auto;
    }
    .time {
        font-size: 12px;
        margin: 10px 0 10px 0;
        display: flex;
        flex-direction: row;
    }
    .time i {
        padding: 0 6px;
        -webkit-transform: scale(0.6);
                transform: scale(0.6);
    }
    .green {
        color: #ffc617;
    }
    .grey {
        color: #999;
    }
    .red {
        color: #ce000b;
    }
    .blue {
        color: #027aff;
    }
    .zbtitle {
        font-weight: bold;
        padding-top: 8px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .piclink {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .piclink img {
        transition: all 1s;
    }
    .piclink:hover img {
        -webkit-transform: scale(1.12);
                transform: scale(1.12);
    }
    .hotlink {
        display: block;
        width: 150px;
        height: auto;
        overflow: hidden;
    }
    .hotlink img {
        transition: all 1s;
    }
    .hotlink:hover img {
        -webkit-transform: scale(1.12);
                transform: scale(1.12);
    }
    .replay {
        height: 22px;
        line-height: 22px;
        width: 50px;
        background: #57a0ff;
        font-size: 12px;
        color: #fff;
        text-align: center;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 3;
        border-radius: 11px;
    }
    .mask {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 10;
        transition: opacity 0.15s linear;
    }
    .piclist li:hover .mask {
        opacity: 0;
    }
    .title-container {
        background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6) 59.9%);
        height: 4rem;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        box-sizing: border-box;
        display: flex;
        align-items: flex-end;
        padding: 0 0.667rem 0.333rem;
        z-index: 20;
    }
    .title {
        color: #fff;
        line-height: 2rem;
        display: inline-block;
        max-width: 232px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .zbabout {
        box-sizing: border-box;
        color: #fff;
    }
    .abouttitle {
        font-size: 20px;
        padding-bottom: 15px;
        padding: 4% 4%;
        /* height: 50px; */
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .aboutcontent {
        padding-top: 20px;
        line-height: 24px;
        color: #999;
        padding: 20px 4%;
        background: rgba(0, 0, 0, 0.4);
        width: 80%;
        margin: 0 auto;
        border-radius: 25px;
    }
    .aboutcontent p {
        padding-bottom: 15px;
        color: #ccc;
    }
    .shareit {
        font-size: 14px;
        color: #ccc;
        display: flex;
        align-items: center;
    }
    .shareicon {
        margin-right: 6px;
        height: 20px;
        width: auto;
    }
    .zbjs {
    }
    .mdis {
        display: none;
    }
    .mbg {
        height: 100vh;
        background: url(../images/mb.jpg) center bottom;
        background-size: 100% auto;
        position: relative;
    }
    .mlink {
        display: none;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #fff;
        color: #4285f4;
        line-height: 50px;
        text-align: center;
        font-size: 16px;
    }
    .mlink2 {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: url(../images/homeicon.png) no-repeat center #fff;
        background-size: 25px auto;
        color: #4285f4;
        line-height: 50px;
        text-align: center;
        font-size: 16px;
    }

    .linkbox {
        width: 50px;
        height: 115px;
        position: absolute;
        right: 6%;
        bottom: 10vh;
        z-index: 99;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .copyrightbox {
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 11px;
        text-align: center;
        width: 100%;
        color: #666;
        padding: 15px 0;
        background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6) 59.9%);
    }
}

.p5w-footer-wrapper {
    background: #27282d;
    padding: 10px 0;
    position: relative;
    z-index: 1000;
}

.p5w-footer-wrapper .link-methods {
    display: table;
    width: 100%;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.p5w-footer-wrapper .link-method-item,
.p5w-footer-wrapper .link-method-item a {
    display: inline-block;
    font-size: 12px;
    color: #fff;
}

.p5w-footer-wrapper .link-method-item {
    padding: 0 10px;
    border-right: 1px solid #fff;
}

.p5w-footer-wrapper .link-method-item:last-of-type {
    border: none;
}

.p5w-footer-wrapper .p5w-business-license,
.p5w-footer-wrapper .p5w-copy-right {
    line-height: 1.2;
    margin: 5px 0;
}

.p5w-footer-wrapper .p5w-business-license,
.p5w-footer-wrapper .p5w-copy-right,
.p5w-footer-wrapper .p5w-business-license a,
.p5w-footer-wrapper .p5w-copy-right a {
    font-size: 12px;
    color: #ccc;
    text-align: center;
}

.p5w-footer-wrapper .p5w-business-license a,
.p5w-footer-wrapper .p5w-copy-right a {
    display: inline-block;
    padding: 0 5px;
}

.p5w-footer-wrapper .p5w-business-license a span,
.p5w-footer-wrapper .p5w-copy-right a span {
    vertical-align: middle;
}

.p5w-footer-wrapper .p5w-copy-right img {
    width: auto;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
}
