*{
    padding: 0;
    margin: 0;
}
ul{
    list-style: none;
}
#app{
    height: 100vh;
    display:flex;
    display:-webkit-flex;
    flex-direction: column;
    align-items:stretch;
}
/*横版*/
@media (orientation:landscape){
    @media only screen and (max-width:1920px) {
        .phone{
            display: none;
        }
        .pc{
            display:contents;
        }
        .main_video{

        }
        .container{
            display:flex;
            display:-webkit-flex;
            flex-direction: column;
            align-items:stretch;
            height: 100%;
        }
        .image-button{
            border: none;
            outline: none;
            background-color: Transparent;
        }
        #footer{
            display:none;
        }
        .copyright{
            display: block;
            position: fixed;
            right: 3vh;
            bottom: 0;
            width: auto;
            height: 4vh;
            background-image: url("/assets/images/common/copy.png");
            padding: 1vh 0.5vh 1vh 1vh;
            background-size: 100% 100%;
            z-index: 100;
            font-size: 1.2vh;
            color: #a9bc8c;
        }
        .copyright-show{
            display:none;
            position: fixed;
            right: 3vh;
            bottom: 0;
            width: 86%;
            height: 20vh;
            /*background-image: url("/assets/images/common/copy.png");*/
            padding: 1vh 0.5vh 1vh 1vh;
            background: rgba(0,0,0,0.8);
            border-radius: 2vh 0 0 0;
            z-index: 100;
            font-size: 1.2vh;
            color: #a9bc8c;
            justify-content:center;
            align-items:center
        }
        .copyright-show a{
            color: #a9bc8c;
        }
        .diy-show{
            position: fixed;
            right: 10px;
            bottom: 200px;
            width: 184px;
            height: 260px;
            background-image: url("../images/common/diy-show.png");
            z-index: 9999;
        }
        .diy-show a{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 80%;
        }
        .diy-close{
            position: fixed;
            right: 10px;
            bottom: 200px;
            width: 77px;
            height: 133px;
            background-image: url("../images/common/diy-close.png");
            z-index: 9999;
        }
        .diy-close a{
            position: absolute;
            bottom: calc(50% - 20px);
            left: 0;
            width: 40px;
            height: 40px;
        }
        .diy-show .diy-close-btn{
            position: absolute;
            bottom: 0;
            left: calc(50% - 20px);
            width: 50px;
            height: 20%;
            cursor: pointer;
        }
        .main-left{
            position:fixed;
            top: 0;
            left: 0;
            bottom: 0;
            width: 12%;
            background-image: url("../images/left/background.jpg");
            background-size: 100% 100%;
            display: block;
            padding: 0 1vh 5vh;
            display: -webkit-flex;
            flex-direction: column;
            text-align: center;
            z-index: 5;
            font-size: 1.5vh;
        }
        .sun-page-box{
            height: auto;
            flex: 1;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: center;
            padding-left: 12%;
        }
        .sun-page-box>span{
            cursor: pointer;
        }
        .left-code{
            background-color: white;
            border-radius: 1vh;
            padding:0.3vh;
        }
        .left-button-list{
            flex: 1;
            padding: 1vh 2vh 1vh 2vh;
            height: auto;
        }
        .main-left .other{
            height: auto;
            width: 100%;
            padding:2vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
        }
        .main-left .other ul{
            width: 100%;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            margin: 1vh 0;
        }
        .main-left .other ul li{
            height: 5vh;
            flex: 1;
            display:flex;
            justify-content: center;
            align-items: center;
        }
        .main-left .other ul li img{
            height: 3.5vh;
            width: 3.5vh;
            cursor: pointer;
        }
        .main-left .other ul li img:hover{
            height: 4vh;
            width: 4vh;
        }
        .wx-code{
            width: 100%;
            display: none;
        }

        .left-button-list-item{
            padding-top: 0.5vh;
            padding-bottom: 0.5vh;
            position: relative;
             display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .left-button-list-item img{
            width: 100%;
            cursor: pointer;
        }
        .left-button-list-item .play{
            position: absolute;margin-top:1vh;width: 5vh;z-index: 1
        }
        .content{
            height: 100%;
            width: 100%;
        }
        .content-box{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            height:100%;
            flex-direction: column;
            align-items: stretch;
            background-size: 100% 100%;
            padding-left: 12%;
            padding-top: 4%;
        }
        .one-player{
             display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex:1;
            flex-direction: column;
            position: relative;
        }
        .one-page{
            position: fixed;
            object-fit: fill;
            top: 0;
            left: 12%;
            right: 0;
            z-index: 0;
            width: 88%;
            height: 100%;
        }
        #pc-one-mp4{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        }
        #pc-loop-mp4{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        }
        .two-page{
            background: url("https://ad-cdn.hrgame.com.cn/pvz2/assets/1.新闻资讯-横版.jpg") no-repeat;
            background-size: 100% 100%;
            position: relative;
            z-index:1;
        }
        .one-player .item{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            padding-bottom: 0px;
            justify-content: center;
            align-items: center;
            /*padding-top: 15vh;*/
            padding-top: 38vh;
            position: absolute;
            top: 27%;
            left: 12%;
            height: auto;
            width: 88%;
        }
        #nav{
            display: none;
        }
        .common-car{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            height: 100px;
            flex-direction: column;
        }
        .common-car .car-item{
            flex: 1;
            height: 100%;
        }
        .music-box{
            position: fixed;
            top: 3vh;
            right:4vh;
            z-index: 5;
        }
        .player{
            height: 6vh;
            margin:  0;
            cursor: pointer;
        }
        .player:hover{
            height: 6.5vh;
            margin: 0.5vh 0;
        }
        .player:active{
            height: 5vh;
            margin: 0.5vh 0;
        }
        .music-start{
            width: 6vh;
            height: 3.8vh;
            background: url("../images/common/music.png") no-repeat;
            background-size: 100% 100%;
            outline: none;
            border-width: 0px;
            border-radius: 1vh;
        }
        .music-start:hover{
            background: url("../images/common/music-over.png") no-repeat;
            background-size: 100% 100%;
        }
        .music-stop{
            width: 6vh;
            height: 3.8vh;
            background-image: url("../images/common/bgm-stop.png");
            border-radius:1vh;
            outline: none;
            border-width: 0px;
            background-color: Transparent;
            cursor:pointer;
        }
        .sun-list{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;flex-direction: column;
            text-align: center;
            align-items:stretch;
        }
        .sun-list-down{
            height: 4vh;
            width: auto;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: center;
            padding-left: 12%;
        }
        .sun-list-scroll{
            width: 38vh;
            text-align: center;
            margin-top: 1vh;
            color: white;
            background: url("../images/common/scroll.png") no-repeat;
            background-size: 100% 4px;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: center;
        }
        .sun-list-scroll-title{
            position: fixed;
            margin-top: -0.8vh;
            font-size:1.5vh;
        }
        .sun-active{
            width: 7vh;
            height: 6vh;
            background-image: url("../images/common/sun-active.png");
            background-size: 100% 100%;
            position: relative;
        }
        .sun-active-text{
            position: absolute;
            text-align: center;
            font-size: 1.2vh;
            bottom: 0.2vh;
            left: 0;
            height: 1.8vh;
            width: 100%;
            display: none;
            align-items: center;
            justify-content: center;
        }
        .sun-no-active{
            width: 5vh;
            height: 4vh;
            margin: 0 1vh 2vh 1vh;
            background: url('/assets/images/common/sun-no-active.png') no-repeat;
            background-size: 100% 100%;
        }
        .sun-no-active:hover{
            width: 7vh;
            height: 6vh;
            background-image: url("../images/common/sun-active.png");
            background-size: 100% 100%;
            margin: 0;
            position: relative;
        }
        .sun-no-active:hover .sun-active-text{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        }
        .news-title{
            padding-left: 33vh;height: auto;
            width:100%;
        }
        .news-title img{
            height: 7vh;
        }
        .news-content{
            flex: 1;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: row;
            /*align-items: center;*/
            padding-top: 10vh;
        }
        .pvz-content{
            height: 60vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
        }
        .news-left-box-2{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;flex-direction: column;width: 100%;
        }
        .news-left-box{
            width: 100%;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            max-width: 45%;
            padding-left: 33vh;
            flex-direction: column;
            padding-right: 8px;
            align-items: flex-end;
        }
        .news-right-box{
            flex: 1;
            height: 100%;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            padding-right: 15vh;
            align-items: flex-start;
        }
        .news-left-box .title{
            height: 4vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: row;
            font-size: 1.5vh;
            background: url('/assets/images/content/2/title-back.png') no-repeat;
            background-size: 100%;
            position: relative;
            font-weight: bold;
        }
        .news-left-box .title .top{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            align-items: center;
        }
        .news-left-box .title>.more{
            height: 100%;
            justify-content: flex-end;
            align-items: center;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            position: absolute;
            right: 1.5vh;
        }
        .news-left-box .title>.more a{
            border: none;
        }
        .news-title-active{
            background-color: white;
            border-radius: 2vh 2vh 0 0;
        }
        .news-left-box .title .title-item{
            width: 8vh;
            height: 100%;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: center;
            align-items: center;
        }
        .news-left-box .title .top a:hover{
            background-color: white;
            border-radius: 2vh 2vh 0 0;
            color: #0a0a0a;
        }
        .close{
            display: none;
        }
        .news-images{
            width: 80vh;
            height: 41vh;
            /* background: url('https://ad-cdn.hrgame.com.cn/pvz2/assets/news_border.png') no-repeat; */
             display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            background-size: 100% 100%;
            padding-right: 10vh;
        }
        .news-left-list{
            flex: 1;
            width: 100%;
            font-size: 1vh;
            padding: 12px 10px 21px 10px;
            border-radius: 1.5vh;
            background-color: white;
            min-height: 41vh;
        }
        .news-left-list-show{
            display:none;
        }
        .news-left-list ul{
            height: auto;
        }
        .news-left-list ul li {
            height: auto;
            padding-top: 1.2vh;
            padding-bottom: 1.3vh;
            line-height: 2vh;
            font-size: 1.5vh;
            position: relative;
            background-color: #f6fdff;
            border-bottom: 2px dashed #f2f3f4;
        }
        .news-left-list ul li .news-title{
            flex: 1;
            padding:0px 5px;
            color:#6c7179;
            overflow:hidden;
            text-overflow:ellipsis;
            white-space:nowrap;
        }
        .news-left-list ul li .news-title:hover{
            font-weight: bold;
            color: #0a0a0a;
        }
        .news-left-list ul li .time{
            width: 4vh;
            text-align: right;
            padding-right: 8px;
            color: #a2a9b3;
        }
        .news-tag{
            padding-left: 0.5vh;
            padding-right: 0.5vh;
        }
        .news-icon{
            background-color: #ff9849;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            font-size: 1vh;
            width: 4.5vh;
            align-items: center;
            justify-content: center;
            color: white;
            border-radius: 1vh;
        }
        .news-lun-img{
            padding: 0.5vh;
            height: 41vh;
            width: 70vh;
            border-radius: 2.5vh;
        }
        .news-images-page{
            height: auto;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: flex-end;
            padding: 0.5vh 14vh;
        }
        .raider-images-page{
            height: auto;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: flex-end;
            padding: 1vh;
        }
        .news-images-active{
            width: 16px;
            height: 16px;
            margin: 0 0.3vh;
            background-image: url('/assets/images/content/2/active.png');
            background-size: 100% 100%;
        }
        .news-images-no-active{
            width: 16px;
            height: 16px;
            margin: 0 0.3vh;
            background-image: url("/assets/images/content/2/no-active.png");
            background-size: 100% 100%;
        }

        .pvz-main{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            width: 40vh;
            justify-content: center;
            align-items: center;
        }
        .pvz-main> .xf-controller>img{
            max-height: 40vh;
            width: 100%;
        }
        .pvz-main-button-box{
            height: auto;
            text-align: center;
        }
        .no-active{
            display: none;
        }
        .pvz-main-down-button{
            border: none;
            width: 20vh;
            outline: none;
            height: 6vh;
            font-weight: bold;
            font-size: 2vh;
            background: url("/assets/images/common/btn-1.png") no-repeat;
            background-size: 100% 100%;
        }
        .pvz-main-down-button:hover{
            background: url("/assets/images/common/btn-2.png") no-repeat;
            background-size: 100% 100%;
        }
        .pvz-main-left{
            flex: 1;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        }
        .pvz-main-right{
            /*flex: 1;*/
            /* display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;*/
            /*flex-direction: row-reverse;*/
        }
        .pvz-main-title-box{
            flex: 1;
            text-align: right;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        }
        .pvz-main-title-left{
            flex-direction: row-reverse;
        }
        .pvz-main-title-right{
            text-align: left;
        }
        .pvz-main-button{
            width: auto;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            align-items: center;
        }
        .pvz-main-button-left{
            border: none;
            width: 8vh;
            outline: none;
            height: 5vh;
            background: url('/assets/images/content/3/next.png') no-repeat;
            background-size: 100% 100%;
        }
        .pvz-main-button-right{
            border: none;
            width: 8vh;
            outline: none;
            height: 5vh;
            background: url('/assets/images/content/3/next.png') no-repeat;
            background-size: 100% 100%;
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
        }
        .pvz-main-button-right:hover{
            background: url('/assets/images/content/3/next-over.png') no-repeat;
            background-size: 100% 100%;
        }
        .pvz-main-button-left:hover{
            background: url('/assets/images/content/3/next-over.png') no-repeat;
            background-size: 100% 100%;
        }
        .pvz-main-images-list{
            width: auto;
            /*width: 14vh;*/
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
        }
        .pvz-avatar {
            height: 12vh;
            padding: 1vh;
        }
        .pvz-avatar>img{
            cursor: pointer;
            filter: grayscale(100%);
        }
        .pvz-avatar>img:hover{
            filter: grayscale(0);
        }
        .pvz-no-active{
            display:none;
        }
        .pvz-active{
            filter: grayscale(0);
        }
        .zhezhao{
            top: 0;
            opacity: 0.5;
            filter:alpha(opacity=50);
            -moz-opacity:0.5;
            z-index: 11;
            pointer-events: none;
        }
        .pvz-detail{
            position: absolute;
            height: auto;
            width: 100vh;
            z-index: 2;
            top: 30%;
            left: 30%;
        }
        .pvz-black-back{
            position: fixed;
            display: none;
            top: 0px;
            padding-left: 12%;
            width: 100%;
            height: 100%;
            z-index: 11;
            background-color:rgba(0,0,0,0.4);
        }
        .pvz-display-flex{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        }
        .pvz-display-show{
            display: block;
        }
        .pvz-detail-close{
            width: 5vh;
            margin-left: 1vh;
        }
        .pvz-detail-close-button{
            background: url("/assets/images/content/3/close.png") no-repeat;
            background-size: 100% 100%;
            width: 4vh;
            height: 4vh;
            transition: All 0.4s ease-in-out;
            -webkit-transition: All 0.4s ease-in-out;
            -moz-transition: All 0.4s ease-in-out;
            -o-transition: All 0.4s ease-in-out;
        }
        .pvz-detail-close-button:hover{
            transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
        }
        .pvz-detail-background{
            height: 38vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            background: url("/assets/images/content/3/detail-back.png") right no-repeat;
            background-size: 80% 100%;
        }
        .pvz-detail-left-background{
            width: 42vh;
        }
        .pvz-detail-left-img{
            margin-top: -6vh;
            height: 117%;
        }
        .pvz-detail-right-box{
            width: 54vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            font-size:1.5vh;
            padding-right: 5vh;
        }
        .pvz-detail-right-top{
            padding-top: 20px;
            height: auto;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            color: white;
            flex-direction: column;
        }
        .pvz-detail-right-top .pvz-title{
            height: auto;
            font-size: 33px;
            padding-left: 20px;
            margin-top: -10px;
            font-weight: bold;
        }
        .pvz-detail-right-down{
            flex: 1;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
        }
        .pvz-detail-logo-list{
            background-color: #177764;
            margin: 1vh;
            padding: 1vh;
            border-radius: 1vh;
        }
        .pvz-detail-logo-icon{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            align-items: center;
        }
        #plants{
            flex: 1;
            overflow-x: hidden;
            width: 6vh;
            height: 5vh;
            display: block;
            white-space: nowrap;
            margin: 0 1vh;
        }
        #plants img{
            margin: 0.5vh;
            height: 4vh;
        }
        #zombie{
            flex: 1;
            overflow-x: hidden;
            width: 6vh;
            height: 5vh;
            display: block;
            white-space: nowrap;
            padding: 0 1vh;
        }
        #zombie img{
            margin: 0.5vh;
            height: 4vh;
        }
        .pvz-detail-logo-title{
            width: 8vh;
            height: 2vh;
            margin: -2vh 0px 1vh 1vh;
            background-color: #0a0a0a;
            color: white;
            padding-left: 0.5vh;
        }
        #pc-book{
            height:auto;width: auto;padding-top: 10vh
        }
        #book-default{
            background: url("/assets/images/content/4/background.png") no-repeat;
            background-size: 100% 100%;
        }
        #book-bug{
            background: url("/assets/images/content/4/background.png") no-repeat;
            background-size: 100% 100%;
        }
        #book-zombie{
            /*
            background: url("/assets/images/content/4/zombie-back.png") no-repeat;
            */
            background: url("/assets/images/content/4/background.png") no-repeat;
            background-size: 100% 100%;
            width: 104vh;
        }
        #book-items{
            background: url("/assets/images/content/4/background.png") no-repeat;
            background-size: 100% 100%;
            width: 104vh;
        }
        .book-items-list{
            margin: 5vh 10vh 8vh;
            width: 100%;
            overflow: auto;
        }
        .book-items-list::-webkit-scrollbar{
            width: 1vh;
        }
        .book-items-list::-webkit-scrollbar-track{
            -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
            border-radius: 1vh;
            background-color: #cba066;
        }
        .book-items-list::-webkit-scrollbar-thumb{
            border-radius: 1vh;
            -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
            border: 2px solid;
            background-color: #81cc2d;
        }
        .book-items-list>.items-item{
            height: auto;width: 100%; display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;flex-direction: column;padding: 1vh
        }
        .book-items-list>.items-item>.title{
            height: 3vh;font-size: 2vh;font-weight: bold; display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        }
        .book-items-list>.items-item>.list{
            height: auto;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-wrap: wrap;
            padding: 1vh;
        }
        .book-items-list>.items-item>.list>li>img{
            height: 5vh;margin: 0.5vh;
            width: 5vh;
            cursor: pointer;
            border-radius:1vh;
            border: 2px solid black;
        }
        .book-items-list>.items-item>.list>li>img:hover{
            /*border: 4px solid #8fe78f;*/
            /*height: 5vh;margin: 0.5vh;*/
            /*border-radius:1vh;*/
        }
        .text-hidden{
            overflow: auto;
            text-overflow: ellipsis;
            display: -webkit-box;
            /*-webkit-line-clamp: 4;*/
            /*-webkit-box-orient: vertical;*/
        }
        .text-hidden::-webkit-scrollbar{
            display: none;
        }
        .description{
            display:none;
            position: absolute;
            width: 20vw;
            margin-top: -13vh;
            background: url('/assets/images/content/4/item-back-2.png') no-repeat;
            background-size: 100% 100%;
            padding: 1vh;
            height: auto;
        }
        .description>.icon{
            width: 10vh;
            background: url('/assets/images/content/4/item-back-1.png') no-repeat;
            background-size: 100% 100%;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            padding: 1vh;
            height: 12vh;
            justify-content: center;
            align-items: center;
        }
        .description>.icon>img{
            max-width: 100%;
            max-height: 100%;
        }
        .description>.detail{
            flex: 1;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            padding-left: 2vh;
        }
        .description>.detail>h3{
            font-weight: bold;
            font-size:2vh;
        }
        .description>.detail>i{
            height: 0.5vh;
            width: 3vh;
            background-color: #aac944;
            border-radius: 1vh;
            margin-top: 0.5vh;
            margin-bottom: 1vh;
        }
        .description>.detail>.text{
            flex: 1;
            text-overflow: ellipsis;
            display: -webkit-box;
            margin-bottom: 1vh;
            /*-webkit-line-clamp: 3;*/
            /*-webkit-box-orient: vertical;*/
        }
        .books-content{
            flex: 1;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: row;
            position: relative;
            z-index: 1;
            height: 45vh;
        }
        .books-left{
            width: 44vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
        }
        .books-line{
            margin-right: 4vh;
            width: 1px;
            margin-left: 1vh;
            background: url("/assets/images/content/4/line.png") no-repeat;
            background-size: 100% 100%;
        }
        .books-right{
            width: 60vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
        }
        /*.books-left-tag{*/
        /*    background: url("/assets/images/content/4/tag.png") no-repeat;*/
        /*    margin-top: -8px;*/
        /*    margin-left: 8vh;*/
        /*    width: 6vh;*/
        /*    height: 7vh;*/
        /*    background-size: 80%;*/
        /*    font-size: 4vh;*/
        /*    color: white;*/
        /*    text-align: center;*/
        /*}*/
        .books-left-images{
            flex: 1;
        }
        .books-left-change{
            padding:0 2vh 4vh 2vh;
            height: auto;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: row;
        }
        .books-btn{
            border: none;
            width: 5.5vh;
            outline: none;
            height: 5.5vh;
        }
        .books-btn-left{
            background: url("/assets/images/content/4/right.png") no-repeat;
            transform: rotate(180deg);
            background-size: 100% 100%;
        }
        .books-btn-left:active{
            background: url("/assets/images/content/4/left.png") no-repeat;
            transform: rotate(0deg);
            background-size: 100% 100%;
        }
        .books-btn-left:hover{
            background: url("/assets/images/content/4/left.png") no-repeat;
            transform: rotate(0deg);
            background-size: 100% 100%;
        }
        .books-btn-right{
            background: url("/assets/images/content/4/right.png") no-repeat;
            background-size: 100% 100%;
        }
        .books-btn-right:active{
            background: url("/assets/images/content/4/left.png") no-repeat;
            transform: rotate(180deg);
            background-size: 100% 100%;
        }
        .books-btn-right:hover{
            background: url("/assets/images/content/4/left.png") no-repeat;
            transform: rotate(180deg);
            background-size: 100% 100%;
        }
        .books-zombie-left{
            background: url("/assets/images/content/4/z-prev.png") no-repeat;
            background-size: 100% 100%;
        }
        .books-zombie-left:active{
            background: url("/assets/images/content/4/z-next.png") no-repeat;
            transform: rotate(180deg);
            background-size: 100% 100%;
        }
        .books-zombie-left:hover{
            background: url("/assets/images/content/4/z-next.png") no-repeat;
            transform: rotate(180deg);
            background-size: 100% 100%;
        }
        .books-zombie-right{
            background: url("/assets/images/content/4/z-prev.png") no-repeat;
            transform: rotate(180deg);
            background-size: 100% 100%;
        }
        .books-zombie-right:active{
            background: url("/assets/images/content/4/z-next.png") no-repeat;
            transform: rotate(0deg);
            background-size: 100% 100%;
        }
        .books-zombie-right:hover{
            background: url("/assets/images/content/4/z-next.png") no-repeat;
            transform: rotate(0deg);
            background-size: 100% 100%;
        }
        .books-left-change-img{
            width: 5vh;
            height: 5vh;
            cursor: pointer;
            margin: 0 2px;
            filter: grayscale(100%);
            border-radius: 1vh;
            border: 2px solid #92bc57;
        }
        .books-main-image{
            flex: 1;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            align-items: revert;
            height: 30vh;
        }
        .books-list-avatar{
            flex: 1;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            padding-left: 1vh;
        }
        .books-right-image-box{
            height: 34vh;
            padding-top: 2vh;
            width: 40vh;
            margin-left: 5vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        }
        .books-flows{
            width: auto;
            max-height: 30vh;
            object-fit: contain;
        }
        .books-pvz{
            width: auto;
            max-height: 100%;
            object-fit: none;
        }
        .books-right-change{
            height: 4vh;
            width: 100%;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: flex-end;
            margin-top: -3vh;
            padding-right: 10vh;
            margin-bottom: -1vh;
            position: relative;
            z-index:15;
        }
        .books-right-change-item{
            background: url("/assets/images/content/4/no-active.png") no-repeat;
            background-size: 100% 100%;
            margin: 0px 0.5vh;
            padding: 1vh 1.5vh;
            cursor: pointer;
            font-size: 1.5vh;
        }
        .books-right-change-item:hover{
            background: url("/assets/images/content/4/active.png") no-repeat;
            background-size: 100% 100%;
            margin: -5px 5px 0px 5px;
            padding: 1vh 1.5vh;
            font-weight: bold;
        }
        .books-right-change-item-active{
            background: url("/assets/images/content/4/active.png") no-repeat;
            background-size: 100% 100%;
            margin: -5px 5px 0px 5px;
            cursor: pointer;
            padding: 1vh 1.5vh;
            font-weight: bold;
        }
        .books-flex{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            margin-left: 1vh;
        }
        .books-right-detail-box{
            flex: 1;
            padding: 6vh 11vh 3vh 1vh;
            font-size: 1.5vh
        }
        .books-right-detail-title{
            flex: 1;
            /* padding-bottom: 5vh; */
             display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            font-size: 3vh;
            font-weight: bold;
        }
        .books-right-detail-title-tag{
            background-color: #90b13a;
            border-radius: 0.5vh;
            width: 1vh;
            height: 50%;
            margin-right: 1vh;
        }
        .books-right-detail-data{
            flex: 1;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            align-items: center;
        }
        .books-right-detail-data>a{
            color: white;
            font-size:1.5vh;
            padding: 1vh 3vh;
            border-radius: 2vh;
        }
        .books-right-detail-data>.book-zombie-more{
            background: url("/assets/images/content/4/z-more-01.png") no-repeat;
            background-size: 100% 100%;
        }
        .books-right-detail-data>.book-zombie-more:hover{
            color: white;
            background: url("/assets/images/content/4/z-more.png") no-repeat;
            background-size: 100% 100%;
        }
        .books-right-detail-data>.book-plants-more{
            background: url("/assets/images/image/title-active.png") no-repeat;
            background-size: 100% 100%;
        }
        .books-right-detail-data>.book-plants-more:hover{
            background: url("/assets/images/image/title-over.png") no-repeat;
            background-size: 100% 100%;
            color: white;
        }
        .books-right-detail-zha{
            height: 0.7vh;
            z-index: 1;
            position: absolute;
            border-radius:1vh;
        }
        .books-right-detail-jin{
            background-color: #6c757d;
            height: 0.7vh;
            border-radius: 1vh;
            z-index: 0;
            position: relative;
        }
        .books-right-title{
            background: url("/assets/images/content/4/r-title.png") no-repeat;
            background-size: 100% 100%;
            width: 10vh;
            color: #94451e;
            height: auto;
            padding: 1vh 0 1vh 2vh;
        }
        .books-zombie-title{
            background: url("/assets/images/content/4/z-title.png") no-repeat;
            background-size: 100% 100%;
            width: 10vh;
            height: auto;
            padding: 1vh 0 1vh 2vh;
        }
        .books-right-text{
            padding-left: 1.5vh;
        }
        .raider-content{
            flex: 1;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: center;
            padding-top:10vh;
        }
        .raider-content-back{
            width: 100vh;
            height: 50vh;
            border-radius: 1.5vh;
            background-color: #dcd9ce;
            position: relative;
            padding: 1vh;
        }
        .raider-left{
            width: 100%;
            height: 48vh;
            padding: 0 10% 0 4%;
            border: solid 1px #00CC00;
            border-radius: 1.5vh;
            background-color: #ffffff;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            position: relative;
            z-index: 2;
        }
        .raider-right{
            width: 49.5%;
            margin-left: 2vh;
            height: 45vh;
        }
        .raider-right-box{
            border-radius: 15px;
            width: 28vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            z-index: 4;
            margin-left: -8vh;
            margin-top: -5vh;
        }
        .raider-left-mail{
            position: absolute;
            z-index: 4;
            width: 15vh;
            margin-top: -14vh;
            margin-left: -7vh;
        }
        .raider-left-top{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            align-items: center;
            padding-top: 43px;
            height: 11vh;
            padding-left: 18px;
            padding-bottom: 21px;
            border-bottom: 1px dashed #e5e5e5;
        }
        .raider-right-btn{
            background-color: #e2ee40;
            width: auto;
            padding: 0.5vh 28px;
            font-size: 1.5vh;
            font-weight: bold;
            margin: 0 1vh;
            cursor: pointer;
            border: none;
            text-align: center;
            border-radius: 2vh;
        }
        .raider-right-btn:hover{
            color: white;
            background-color: #84cc2d;
        }
        .raider-right-btn-active{
            background-color: #84cc2d;
            cursor: pointer;
            width: auto;
            padding: 0.5vh 28px;
            font-size: 1.5vh;
            font-weight: bold;
            margin: 0 1vh;
            border: none;
            text-align: center;
            border-radius: 2vh;
            color: white;
        }
        .raider-right-main{
            margin-bottom: -15vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            height: 34vh;
            overflow: auto;
        }
        .raider-right-main-item{
            padding: 0vh 2vh 2.5vh 2vh;
            z-index: 5;
            border-radius: 1vh;
        }
        .raider-right-main-item> .title{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            padding-bottom: 1vh;
            font-size: 1.5vh;
            flex-direction: column;
            border-bottom: 1px solid #f3f0f0;
        }
        .raider-right-main-box{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            font-size: 1vh;
        }
        .raider-right-main-box>span{
            overflow:hidden;
            text-overflow:ellipsis;
            display:-webkit-box;
            -webkit-line-clamp:3;
            -webkit-box-orient:vertical;
        }
        .raider-right-main-box>.title:hover{
            color: black;
        }
        .raider-right-main-box>.title{
            font-size:1.5vh;font-weight:bold;
            margin: 0.5vh 0;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }
        .raider-right-more{
            height: 7vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            width: 100%;
            justify-content: flex-end;
        }
        .raider-right-main ul{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            align-content: flex-start;
            flex-wrap: wrap;
        }
        .raider-right-main ul li{
            width: 50%;
        }
        /*定义滚动条高宽及背景
     高宽分别对应横竖滚动条的尺寸*/
        .raider-right-main::-webkit-scrollbar
        {
            width:5px;
            background-color:#F5F5F5;
        }
        /*定义滚动条轨道
     内阴影+圆角*/
        .raider-right-main::-webkit-scrollbar-track
        {
            -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
            border-radius:10px;
            background-color:#F5F5F5;
        }
        /*定义滑块
     内阴影+圆角*/
        .raider-right-main::-webkit-scrollbar-thumb
        {
            border-radius:10px;
            -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
            background-color:#00CC00;
        }
        .gif-box{
            position: absolute;
            bottom: 0;
            height: auto;
            left: 0;
            right: 0;
            text-align: right;
            z-index: 0;
        }
        .gif-box>img{
            width: 90%;
        }
    }
    @media only screen and (min-width:1921px) {
        .phone{
            display: none;
        }
        .pc{
            display:contents;
        }
        .main_video{

        }
        .container{
            display:flex;
            display:-webkit-flex;
            flex-direction: column;
            align-items:stretch;
            height: 100%;
        }
        .image-button{
            border: none;
            outline: none;
            background-color: Transparent;
        }
        #footer{
            display:none;
        }
        .diy-show{
            position: fixed;
            right: 10px;
            bottom: 200px;
            width: 184px;
            height: 260px;
            background-image: url("../images/common/diy-show.png");
            z-index: 9999;
        }
        .diy-show a{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 80%;
        }
        .diy-close{
            position: fixed;
            right: 10px;
            bottom: 200px;
            width: 77px;
            height: 133px;
            background-image: url("../images/common/diy-close.png");
            z-index: 9999;
        }
        .diy-close a{
            position: absolute;
            bottom: calc(50% - 20px);
            left: 0;
            width: 40px;
            height: 40px;
        }
        .diy-show .diy-close-btn{
            position: absolute;
            bottom: 0;
            left: calc(50% - 20px);
            width: 50px;
            cursor: pointer;
            height: 20%;
        }
        .copyright{
            display: block;
            position: fixed;
            right: 3vh;
            bottom: 0;
            width: auto;
            height: 4vh;
            background-image: url("/assets/images/common/copy.png");
            padding: 1vh 0.5vh 1vh 1vh;
            background-size: 100% 100%;
            z-index: 100;
            font-size: 1.2vh;
            color: #a9bc8c;
        }
        .copyright-show{
            display:none;
            position: fixed;
            right: 3vh;
            bottom: 0;
            width: 80.5%;
            height: 20vh;
            padding: 1vh 0.5vh 1vh 1vh;
            background: rgba(0,0,0,0.8);
            border-radius: 2vh 0 0 0;
            z-index: 100;
            font-size: 1.2vh;
            color: #a9bc8c;
            justify-content:center;
            align-items:center
        }
        .copyright-show a{
            color: #a9bc8c;
        }
        .main-left{
            position:fixed;
            top: 0;
            left: 0;
            bottom: 0;
            width: 15%;
            background-image: url("../images/left/background.jpg");
            background-size: 100% 100%;
            display: block;
            display: -webkit-flex;
            flex-direction: column;
            padding: 0 1vh 5vh;
            text-align: center;
            z-index: 5;
            font-size: 1.5vh;
        }
        .main-left .other{
            height: auto;
            width: 100%;
            padding:2vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
        }
        .main-left .other ul{
            width: 100%;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            margin: 1vh 0;
        }
        .main-left .other ul li{
            height: 5vh;
            flex: 1;
            display:flex;
            justify-content: center;
            align-items: center;
        }
        .main-left .other ul li img{
            height: 3.5vh;
            cursor: pointer;
            width: 3.5vh;
        }
        .main-left .other ul li img:hover{
            height: 4vh;
            width: 4vh;
        }
        .wx-code{
            width: 100%;
            display: none;
        }
        .sun-page-box{
            height: auto;
            flex: 1;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: center;
            padding-left: 12%;
        }
        .sun-page-box>span{
            cursor: pointer;
        }
        .left-code{
            background-color: white;
            border-radius: 1vh;
            padding:0.3vh;
        }
        .left-button-list{
            flex: 1;
            padding: 1vh 2vh 1vh 2vh;
            height: auto;
        }
        .left-button-list-item{
            padding-top: 0.5vh;
            padding-bottom: 0.5vh;
            position: relative;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: center;
            align-items: center;
        }
        .left-button-list-item .play{
            position: absolute;width: 4vh;margin-top:1vh;z-index: 1
        }
        .left-button-list-item img{
            width:100%;
            height: 60px;
            cursor: pointer;
        }
        .content{
            height: 100%;
            width: 100%;
        }
        .content-box{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            height:100%;
            flex-direction: column;
            align-items: stretch;
            background-size: 100% 100%;
            padding-left: 15%;
            padding-top: 5%;
        }
        .one-player{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex:1;
            flex-direction: column;
            position: relative;
        }
        .one-page{
            position: fixed;
            object-fit: fill;
            top: 0;
            left: 12%;
            right: 0;
            z-index: 0;
            width: 88%;
            height: 100%;
        }
        #pc-one-mp4{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        }
        #pc-loop-mp4{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        }
        .two-page{
            background: url("https://ad-cdn.hrgame.com.cn/pvz2/assets/1.新闻资讯-横版.jpg") no-repeat;
            background-size: 100% 100%;
            position: relative;
            z-index:1;
            padding-top: 10%;
        }
        .one-player .item{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            padding-bottom: 0px;
            justify-content: center;
            align-items: center;
            padding-top: 15vh;
            position: absolute;
            top: 50%;
            left: 12%;
            height: auto;
            width: 88%;
        }
        #nav{
            display: none;
        }
        .common-car{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            height: 100px;
            flex-direction: column;
        }
        .common-car .car-item{
            flex: 1;
            height: 100%;
        }
        .music-box{
            position: fixed;
            top: 3vh;
            right:4vh;
            z-index: 5;
        }
        .player{
            height: 6vh;
            cursor: pointer;
            margin:  0;
        }
        .player:active{
            height: 5vh;
            margin: 0.5vh 0;
        }
        .music-start{
            width: 6vh;
            height: 3.8vh;
            background: url("../images/common/music.png") no-repeat;
            background-size: 100% 100%;
            outline: none;
            border-width: 0px;
            border-radius:1vh;
            cursor: pointer;
        }
        .music-start:hover{
            background: url("../images/common/music-over.png") no-repeat;
            background-size: 100% 100%;
        }
        .music-stop{
            width: 6vh;
            height: 4vh;
            background-image: url("../images/common/bgm-stop.png");
            background-size: 100% 100%;
            border-radius:1vh;
            outline: none;
            border-width: 0px;
            cursor:pointer;
        }
        .sun-list{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;flex-direction: column;
            text-align: center;
            align-items:stretch;
        }
        .sun-list-down{
            height: 4vh;
            width: auto;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: center;
            padding-left: 12%;
        }
        .sun-list-scroll{
            width: 38vh;
            text-align: center;
            margin-top: 1vh;
            color: white;
            background: url("../images/common/scroll.png") no-repeat;
            background-size: 100% 4px;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: center;
        }
        .sun-list-scroll-title{
            position: fixed;
            margin-top: -0.8vh;
            font-size:1.5vh;
        }
        .sun-active{
            width: 7vh;
            height: 6vh;
            background-image: url("../images/common/sun-active.png");
            background-size: 100% 100%;
            position: relative;
        }
       .sun-active-text{
            position: absolute;
            text-align: center;
            font-size: 1.2vh;
            bottom: 0.2vh;
            left: 0;
            height: 1.8vh;
            width: 100%;
            display: none;
            align-items: center;
            justify-content: center;
        }
        .sun-active .text{
            position: absolute;
            text-align: center;
            font-size: 1.2vh;
            bottom: 0.2vh;
            left: 0;
            height: 1.8vh;
            width: 100%;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            align-items: center;
            justify-content: center;
        }
        .sun-no-active{
            width: 5vh;
            height: 4vh;
            margin: 0 1vh 2vh 1vh;
            background: url('/assets/images/common/sun-no-active.png') no-repeat;
            background-size: 100% 100%;
        }
        .news-title{
            padding-left: 10vh;
            height: auto;
            width:100%;
        }
        .news-title img{
            height: 7vh;
        }
        .news-content{
            flex: 1;
             display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-direction: row;
            justify-content: center;
            /*align-items: center;*/
            padding-top: 10vh;
        }
        .pvz-content{
            height: 60vh;
             display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-direction: column;
        }
        .news-left-box{
            width: 35%;
            padding-left:10vh;
             display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-direction: column;
            padding-right: 8px;
            align-items: flex-end;
        }
        .news-left-box-2{
             display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;flex-direction: column;width: 100%;
        }
        .news-right-box{
            height: 100%;
             display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }
        .news-left-box .title{
            font-weight: bold;
            height: 4vh;
             display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-direction: row;
            font-size: 1.5vh;
            background: url('/assets/images/content/2/title-back.png') no-repeat;
            background-size: 100%;
            position: relative;
        }
        .news-left-box .title .top{
             display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
        }
        .news-left-box .title>.more{
            height: 100%;
            justify-content: flex-end;
            align-items: center;
             display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            position: absolute;
            right: 1vh;
        }
        .news-left-box .title>.more a{
            border: none;
        }
        .news-left-box .title .title-item{
            width: auto;
            height: 100%;
             display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            justify-content: center;
            padding: 0 1.5vh;
            align-items: center;
        }
        .news-left-box .title .top a:hover{
            background-color: white;
            border-radius: 2vh 2vh 0 0;
            color: #0a0a0a;
        }
        .news-title-active{
            background-color: white;
            border-radius: 2vh 2vh 0 0;
        }
        .close{
            display: none;
        }
        .news-images{
            width: 60vh;
            height: 30vh;
            /* background: url('https://ad-cdn.hrgame.com.cn/pvz2/assets/news_border.png') no-repeat; */
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            background-size: 100% 100%;
            padding-right: 8vh;
        }
        .news-left-list{
            flex: 1;
            width: 100%;
            font-size: 1vh;
            padding: 1vh;
            border-radius: 1.5vh;
            min-height: 30vh;
            background-color: white;
        }
        .news-left-list-show{
            display:none;
        }
        .news-left-list ul li {
            height: auto;
            padding-top: 1vh;
            padding-bottom: 1vh;
            font-size: 1.5vh;
            position: relative;
            background-color: #f6fdff;
            border-bottom: 1px dashed;
        }
        .news-left-list ul li .time{
            width: 4vh;
            text-align: right;
            padding-right: 8px;

        }
        .news-tag{
            padding-left: 0.5vh;
            padding-right: 0.5vh;
        }
        .news-icon{
            background-color: #ff9849;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            font-size: 1vh;
            width: 4.5vh;
            align-items: center;
            justify-content: center;
            color: white;
            border-radius: 1vh;
        }
        .news-left-list ul li .news-title{
            flex: 1;
            padding:0px 5px;
            color:#6c7179;
            overflow:hidden;
            text-overflow:ellipsis;
            white-space:nowrap;
        }
        .news-left-list ul li .news-title:hover{
            font-weight: bold;
            color:#0a0a0a;
        }
        .news-lun-img{
            padding: 0.5vh;
            height: 30vh;
            width: 52.5vh;
            border-radius: 2vh;
        }
        .news-images-page{
            height: auto;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            max-width: 60vh;
            justify-content: flex-end;
            padding: 5px 8vh;
        }
        #radiers-swiper-page {
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: flex-end;
        }
        .news-images-active{
            width: 1.5vh;
            height: 1.5vh;
            margin: 0 0.3vh;
            background-image: url('/assets/images/content/2/active.png');
            background-size: 100% 100%;
        }
        .news-images-no-active{
            width: 1.5vh;
            height: 1.5vh;
            margin: 0 0.3vh;
            background-image: url("/assets/images/content/2/no-active.png");
            background-size: 100% 100%;
        }

        .pvz-main{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            width: 40vh;
            justify-content: center;
            align-items: center;
        }
        .pvz-main> .xf-controller>img{
            max-height: 48vh;
            width: 30vh;
        }
        .pvz-main-button-box{
            height: auto;
            text-align: center;
        }
        .no-active{
            display: none;
        }
        .pvz-main-down-button{
            border: none;
            width: 20vh;
            outline: none;
            height: 6vh;
            font-weight: bold;
            font-size: 2vh;
            background: url("/assets/images/common/btn-1.png") no-repeat;
            background-size: 100% 100%;
        }
        .pvz-main-down-button:hover{
            background: url("/assets/images/common/btn-2.png") no-repeat;
            background-size: 100% 100%;
        }
        #pc-book{
            flex: 1;width: 100vh;padding-top: 10vh
        }
        .pvz-main-left{
            flex: 1;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        }
        .pvz-main-right{
            /*flex: 1;*/
            /* display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;*/
            /*flex-direction: row-reverse;*/
        }
        .pvz-main-title-box{
            flex: 1;
            text-align: right;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        }
        .pvz-main-title-left{
            flex-direction: row-reverse;
        }
        .pvz-main-title-right{
            text-align: left;
        }
        .pvz-main-button{
            width: auto;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            align-items: center;
        }
        .pvz-main-button-left{
            border: none;
            width: 8vh;
            outline: none;
            height: 5vh;
            background: url('/assets/images/content/3/next.png') no-repeat;
            background-size: 100% 100%;
        }
        .pvz-main-button-right{
            border: none;
            width: 8vh;
            outline: none;
            height: 5vh;
            background: url('/assets/images/content/3/next.png') no-repeat;
            background-size: 100% 100%;
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
        }
        .pvz-main-button-right:hover{
            background: url('/assets/images/content/3/next-over.png') no-repeat;
            background-size: 100% 100%;
        }
        .pvz-main-button-left:hover{
            background: url('/assets/images/content/3/next-over.png') no-repeat;
            background-size: 100% 100%;
        }
        .pvz-main-images-list{
            width: 14vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
        }
        .pvz-avatar {
            height: 12vh;
            padding: 1vh;
        }
        .pvz-avatar>img{
            cursor: pointer;
            filter: grayscale(100%);
        }
        .pvz-avatar>img:hover{
            filter: grayscale(0);
        }
        .pvz-no-active{
            display:none;
        }
        .pvz-active{
            /*display:block;*/
        }
        .zhezhao{
            top: 0;
            opacity: 0.5;
            filter:alpha(opacity=50);
            -moz-opacity:0.5;
            z-index: 11;
            pointer-events: none;
        }
        .pvz-detail{
            position: absolute;
            height: auto;
            width: 70vh;
            z-index: 2;
            top: 30%;
            left: 30%;
        }
        .pvz-black-back{
            position: fixed;
            display: none;
            top: 0px;
            padding-left: 15%;
            width: 100%;
            height: 100%;
            z-index: 11;
            background-color: rgba(0,0,0,0.4);
        }
        .pvz-display-flex{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        }
        .pvz-display-show{
            display: block;
        }
        .pvz-detail-close{
            width: 5vh;
            margin-left: 1vh;
        }
        .pvz-detail-close-button{
            background: url("/assets/images/content/3/close.png") no-repeat;
            background-size: 100% 100%;
            width: 4vh;
            height: 4vh;
        }
        .pvz-detail-background{
            height: auto;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            background: url("/assets/images/content/3/detail-back.png") right no-repeat;
            background-size: 80% 100%;
        }
        .pvz-detail-left-background{
            width: 36vh;
        }
        .pvz-detail-left-img{
            margin-top: -5vh;
            height: 117%;
        }
        .pvz-detail-right-box{
            width: 45vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            font-size:1.5vh;
        }
        .pvz-detail-right-top{
            padding-top: 20px;
            height: auto;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            color: white;
            flex-direction: column;
        }
        .pvz-detail-right-top .pvz-title{
            height: auto;
            font-size: 33px;
            padding-left: 20px;
            margin-top: -10px;
            font-weight: bold;
        }
        .pvz-detail-right-down{
            flex: 1;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
        }
        .pvz-detail-logo-list{
            background-color: #177764;
            margin: 0.5vh;
            padding: 1vh;
            border-radius: 1vh;
        }
        .pvz-detail-logo-icon{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            align-items: center;
        }
        #plants {
            flex: 1;
            overflow-x: hidden;
            width: 6vh;
            height: 5vh;
            display: block;
            white-space: nowrap;
            margin: 0 1vh;
        }
        #zombie {
            flex: 1;
            overflow-x: hidden;
            width: 6vh;
            height: 5vh;
            display: block;
            white-space: nowrap;
            margin: 0 1vh;
        }
        #plants>img{
            width: 4vh;
            margin: 0.5vh;
        }
        #zombie>img{
            width: 4vh;
            margin: 0.5vh;
        }
        .pvz-detail-logo-title{
            width: 8vh;
            height: 2vh;
            margin: -2vh 0px 1vh 1vh;
            background-color: #0a0a0a;
            color: white;
            padding-left: 0.5vh;
        }
        #pc-book{
            flex: 1;width: 95vh;padding-top: 10vh;
        }
        #book-default{
            background: url("/assets/images/content/4/background.png") no-repeat;
            background-size: 100% 100%;
        }
        #book-bug{
            background: url("/assets/images/content/4/background.png") no-repeat;
            background-size: 100% 100%;
            height: auto;
        }
        #book-zombie{
            /* background: url("/assets/images/content/4/zombie-back.png") no-repeat; */
            background: url("/assets/images/content/4/background.png") no-repeat;
            background-size: 100% 100%;
            background-size: 100% 100%;
        }
        #book-items{
            background: url("/assets/images/content/4/background.png") no-repeat;
            background-size: 100% 100%;
        }
        .books-content{
            flex: 1;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-direction: row;
            height: 45vh;
            background: url("/assets/images/content/4/background.png") no-repeat;
            background-size: 100% 100%;
            position: relative;
            z-index:1;
        }
        #book-zombie>.books-left{
            width: 43vh;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-direction: column;
        }
        .books-left{
            width: 40vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            padding-top:2vh;
            flex-direction: column;
        }
        .books-line{
            width: 2px;
            margin-right: 2.8vh;
            background: url("/assets/images/content/4/line.png") no-repeat;
            background-size: 100% 100%;
        }
        .books-right{
            width: 55vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
        }
        /*.books-left-tag{*/
        /*    background: url("/assets/images/content/4/tag.png") no-repeat;*/
        /*    margin-top: -8px;*/
        /*    margin-left: 8vh;*/
        /*    width: 6vh;*/
        /*    height: 7vh;*/
        /*    background-size: 80%;*/
        /*    font-size: 4vh;*/
        /*    color: white;*/
        /*    text-align: center;*/
        /*}*/
        .books-left-images{
            flex: 1;
        }
        .books-left-change{
            padding: 0 2vh 4vh 2vh;
            height: 10vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: row;
        }
        .books-btn{
            border: none;
            width: 5.5vh;
            outline: none;
            height: 5.5vh;
        }
        .books-btn-left{
            background: url("/assets/images/content/4/right.png") no-repeat;
            transform: rotate(180deg);
            background-size: 100% 100%;
        }
        .books-btn-left:active{
            background: url("/assets/images/content/4/left.png") no-repeat;
            transform: rotate(0deg);
            background-size: 100% 100%;
        }
        /* .books-btn-left:hover{
            background: url("/assets/images/content/4/left.png") no-repeat;
            transform: rotate(0deg);
            background-size: 100% 100%;
        } */
        .books-btn-right{
            background: url("/assets/images/content/4/right.png") no-repeat;
            background-size: 100% 100%;
        }
        .books-btn-right:active{
            background: url("/assets/images/content/4/left.png") no-repeat;
            transform: rotate(180deg);
            background-size: 100% 100%;
        }
        /* .books-btn-right:hover{
            background: url("/assets/images/content/4/left.png") no-repeat;
            transform: rotate(180deg);
            background-size: 100% 100%;
        } */
        .books-zombie-left{
            background: url("/assets/images/content/4/z-prev.png") no-repeat;
            background-size: 100% 100%;
        }
        .books-zombie-left:active{
            background: url("/assets/images/content/4/z-next.png") no-repeat;
            transform: rotate(180deg);
            background-size: 100% 100%;
        }
        .books-zombie-left:hover{
            background: url("/assets/images/content/4/z-next.png") no-repeat;
            transform: rotate(180deg);
            background-size: 100% 100%;
        }
        .books-zombie-right{
            background: url("/assets/images/content/4/z-prev.png") no-repeat;
            transform: rotate(180deg);
            background-size: 100% 100%;
        }
        .books-zombie-right:active{
            background: url("/assets/images/content/4/z-next.png") no-repeat;
            transform: rotate(0deg);
            background-size: 100% 100%;
        }
        .books-zombie-right:hover{
            background: url("/assets/images/content/4/z-next.png") no-repeat;
            transform: rotate(0deg);
            background-size: 100% 100%;
        }
        .books-right-detail-data>.book-zombie-more{
            background: url("/assets/images/content/4/z-more-01.png") no-repeat;
            background-size: 100% 100%;
            border-radius: 2vh;
        }
        .books-right-detail-data>.book-zombie-more:hover{
            color: white;
            background: url("/assets/images/content/4/z-more.png") no-repeat;
            background-size: 100% 100%;
            border-radius: 2vh;
        }
        .books-zombie-title{
            background: url("/assets/images/content/4/z-title.png") no-repeat;
            background-size: 100% 100%;
            width: 10vh;
            height: auto;
            padding: 1vh 0 1vh 2vh;
        }
        .books-left-change-img{
            width: 5vh;
            cursor: pointer;
            height: 5vh;
            padding: 5px 5px 5px;
            filter: grayscale(100%);
            border-radius: 1vh;
        }
        .text-hidden{
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
        }
        .books-main-image{
            width: 32vh;
             display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-direction: column;
            height: 30vh;
            justify-content: center;
        }
        .books-list-avatar{
            flex: 1;
             display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            padding: 0 1vh;
        }
        .books-right-image-box{
            width: auto;
            margin-left: 3vh;
             display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
        }
        .books-flows{
            max-width: 100%;
            min-height: 100%;
            object-fit: contain;
        }
        .books-down{
            height: 13vh;
            padding-left: 4vh;
            margin-top: -8vh;
            z-index: 3;
            width: 28vh;
        }
        .books-pvz{
            max-width: 100%;
            height: 100%;
            object-fit: contain;
        }
        #book-zombie>.books-right{
            width: 40vh;
             display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-direction: column;
        }
        .books-right-change{
            height: 4vh;
            width: 100%;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: flex-end;
            margin-left: -10vh;
            margin-bottom: -1vh;
            position: relative;
        }
        .books-right-change-item{
            background: url("/assets/images/content/4/no-active.png") no-repeat;
            background-size: 100% 100%;
            margin: 0px 0.5vh;
            padding: 1vh 1.5vh;
            cursor: pointer;
            font-size: 1.5vh;
            position: relative;
            z-index: -1;
        }
        .books-right-change-item:hover{
            background: url("/assets/images/content/4/active.png") no-repeat;
            background-size: 100% 100%;
            margin: -10px 5px 0px 5px;
            padding: 1vh 1.5vh;
            font-size: 1.5vh;
            font-weight: bold;
        }
        .books-right-change-item-active{
            background: url("/assets/images/content/4/active.png") no-repeat;
            background-size: 100% 100%;
            margin: -10px 5px 0px 5px;
            padding: 1vh 1.5vh;
            cursor: pointer;
            font-size: 1.5vh;
            font-weight: bold;
        }
        .books-flex{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            margin-left: 1vh;
        }
        .books-right-detail-box{
            flex: 1;
            padding: 6vh 7vh 6vh 1vh;
            font-size: 1.5vh
        }
        .books-right-detail-title{
            flex: 1;
            padding-bottom: 5vh;
             display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            font-size: 2.8vh;
            font-weight: bold;
        }
        .books-right-detail-title-tag{
            background-color: #90b13a;
            border-radius: 0.5vh;
            width: 1vh;
            height: 50%;
            margin-right: 1vh;
        }
        .books-right-detail-data{
            flex: 1;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            align-items: center;
        }
        .books-right-detail-data>a{
            background: url("/assets/images/image/title-active.png") no-repeat;
            background-size: 100% 100%;
            color: white;
            font-size:1.5vh;
            padding: 1vh 3vh;
        }
        .books-right-detail-data>a:hover{
            background: url("/assets/images/image/title-over.png") no-repeat;
            background-size: 100% 100%;
            color: white;
            font-size:1.5vh;
            padding: 1vh 3vh;
        }
        .books-right-detail-zha{
            height: 0.7vh;
            border-radius: 1vh;
            position: absolute;
        }
        .books-right-detail-jin{
            background-color: #6c757d;
            height: 0.7vh;
            z-index: 0;
            position: relative;
            border-radius: 1vh;
        }
        .books-right-title{
            background: url("/assets/images/content/4/r-title.png") no-repeat;
            background-size: 100% 100%;
            width: 10vh;
            color: #94451e;
            height: auto;
            padding: 1vh 0 1vh 2vh;
        }
        .books-right-text{
            padding-left: 1.5vh;
        }
        .raider-content{
            flex: 1;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: center;
            padding-top:10vh;
        }
        .raider-content-back{
            width: 65vh;
            height: 43vh;
            border-radius: 1.5vh;
            background-color: #dcd9ce;
            position: relative;
            padding: 1vh;
        }
        .raider-left{
            width: 100%;
            height: 41vh;
            padding: 0 11% 0 4%;
            border: solid 1px #00CC00;
            border-radius: 1.5vh;
            background-color: #ffffff;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            position: relative;
            z-index: 2;
        }
        .raider-right{
            width: 49.5%;
            margin-left: 2vh;
            height: 45vh;
        }
        .raider-right-box{
            border-radius: 15px;
            width: 25vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            z-index: 4;
            margin-left: -8vh;
            margin-top: -4vh;
        }
        .raider-left-mail{
            position: absolute;
            z-index: 4;
            width: 10vh;
            margin-top: -10vh;
            margin-left: -5vh;
        }
        .raider-left-top{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            align-items: center;
            padding-top: 43px;
            height: 11vh;
            padding-left: 18px;
            padding-bottom: 30px;
            border-bottom: 1px dashed #e5e5e5;
        }
        .raider-right-btn{
            background-color: #e2ee40;
            flex:1;
            cursor: pointer;
            padding: 0.5vh 1.5vh;
            font-size: 1.5vh;
            font-weight: bold;
            margin: 0 1vh;
            border: none;
            text-align: center;
            border-radius: 2vh;
        }
        .raider-right-btn:hover{
            color: white;
            background-color: #84cc2d;
        }
        .raider-right-btn-active{
            background-color: #84cc2d;
            flex: 1;
            cursor: pointer;
            padding: 0.5vh 1.5vh;
            font-size: 1.5vh;
            font-weight: bold;
            margin: 0 1vh;
            border: none;
            text-align: center;
            border-radius: 2vh;
            color: white;
        }
        .raider-right-main{
            margin-bottom: -15vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            height: 28vh;
            overflow: auto;
        }
        .raider-right-main-item{
            padding: 0vh 1vh 1.5vh 1vh;
            z-index: 5;
            border-radius: 1vh;
        }
        .raider-right-main-item> .title{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            padding-bottom: 1vh;
            font-size: 1.5vh;
            flex-direction: column;
            border-bottom: 1px solid #f3f0f0;
        }
        .raider-right-main-box{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            padding: 1vh 0;
            font-size: 1vh;
        }
        .raider-right-main-box > span{
            overflow:hidden;
            text-overflow:ellipsis;
            display:-webkit-box;
            -webkit-line-clamp:2;
            -webkit-box-orient:vertical;
            padding: 0.5vh 0;
        }
        .raider-right-main-box> .title{
            font-size:1.5vh;font-weight:bold;
            overflow:hidden;
            text-overflow:ellipsis;
            display:-webkit-box;
            -webkit-line-clamp:1;
            -webkit-box-orient:vertical;
        }
        .raider-right-more{
            height: 7vh;
             display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            width: 100%;
            justify-content: flex-end;
        }
        .raider-right-main ul{
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-content: flex-start;
            flex-wrap: wrap;
        }
        #book-items{
            background: url("/assets/images/content/4/background.png") no-repeat;
            background-size: 100% 100%;
            width: 95vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        }
        .book-items-list{
            margin: 5vh 10vh 8vh;
            width: 100%;
            overflow: auto;
        }
        .book-items-list::-webkit-scrollbar{
            width: 1vh;
        }
        .book-items-list::-webkit-scrollbar-track{
            -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
            border-radius: 1vh;
            background-color: #cba066;
        }
        .book-items-list::-webkit-scrollbar-thumb{
            border-radius: 1vh;
            -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
            border: 2px solid;
            background-color: #81cc2d;
        }
        .book-items-list>.items-item{
            height: auto;width: 100%; display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;flex-direction: column;padding: 1vh
        }
        .book-items-list>.items-item>.title{
            height: 3vh;font-size: 2vh;font-weight: bold; display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        }
        .book-items-list>.items-item>.list{
            height: auto;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-wrap: wrap;
            padding: 1vh;
        }
        .book-items-list>.items-item>.list>li>img{
            height: 5vh;margin: 0.5vh;
            cursor: pointer;
            width: 5vh;
            border-radius:1vh;
            border: 2px solid black;
        }
        .book-items-list>.items-item>.list>ul>li>img:active{
            border: 4px solid #8fe78f;
            height: 5vh;margin: 0.5vh;
            border-radius:1vh;
        }
        .description{
            display:none;
            position: absolute;height: 15vh;width: 35vh;
            margin-top: -15.5vh;
            background: url('/assets/images/content/4/item-back-2.png') no-repeat;
            background-size: 100% 100%;
            padding: 1vh;
        }
        .description>.icon{
            width: 10vh;
            background: url('/assets/images/content/4/item-back-1.png') no-repeat;
            background-size: 100% 100%;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            padding: 1vh;
            justify-content: center;
            align-items: center;
        }
        .description>.icon>img{
            width: 100%;
        }
        .description>.detail{
            flex: 1;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            padding-left: 2vh;
        }
        .description>.detail>h3{
            font-weight: bold;
            font-size:2vh;
        }
        .description>.detail>i{
            height: 0.5vh;
            width: 3vh;
            background-color: #aac944;
            border-radius: 1vh;
            margin-top: 0.5vh;
            margin-bottom: 1vh;
        }
        .description>.detail>.text{
            flex: 1;
            font-size: 1.5vh;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }
        .raider-right-main ul li{
            width: 50%;
        }
        /*定义滚动条高宽及背景
     高宽分别对应横竖滚动条的尺寸*/
        .raider-right-main::-webkit-scrollbar
        {
            width:5px;
            background-color:#F5F5F5;
        }
        /*定义滚动条轨道
     内阴影+圆角*/
        .raider-right-main::-webkit-scrollbar-track
        {
            -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
            border-radius:10px;
            background-color:#F5F5F5;
        }
        /*定义滑块
     内阴影+圆角*/
        .raider-right-main::-webkit-scrollbar-thumb
        {
            border-radius:10px;
            -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
            background-color:#00CC00;
        }
        .gif-box{
            position: absolute;
            bottom: 0;
            height: auto;
            left: 0;
            right: 0;
            text-align: right;
            z-index: 0;
        }
        .gif-box>img{
            width: 85%;
        }
    }
}
/*竖版*/
@media (orientation:portrait){
    @media only screen and (max-height:1500px) {
        #p-video{
            background: url("https://ad-cdn.hrgame.com.cn/pvz2/assets/5.艺术鉴赏2-竖版.jpg") no-repeat;
            background-size: 100% 100%;
            width: 100%;
            height: 118%;
            padding-top: 200px;
            position: relative;
            overflow: auto;
        }
        #p-video>.wrapper>.mb-footer{
            background-color: #0a0a0a;
             display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 21vh;
        }
        #p-video>.wrapper>.down{
            width: 100%;
            bottom: 20vh;
            position: absolute;
            z-index: 10;
        }
    }
    @media only screen and (min-height:1501px) {
        #p-video{
            background: url("https://ad-cdn.hrgame.com.cn/pvz2/assets/5.艺术鉴赏2-竖版.jpg") no-repeat;
            background-size: 100% 100%;
            width: 100%;
            height: 100%;
            padding-top: 200px;
            position: relative;
            overflow: auto;
        }
        #p-video>.wrapper>.mb-footer{
            background-color: #0a0a0a;
             display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 18vh;
        }
        #p-video>.wrapper>.down{
            width: 100%;
            bottom: 18vh;
            position: absolute;
            z-index: 10;
        }
    }
    @media only screen and (min-width:1081px) {
        .phone{
            display:contents;
        }
        .flex-level{
            display:flex;
        }
        .flex-var{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            width: 100%;
            flex: 1;
            margin-top: 7vh;
            margin-bottom: 13vh;
        }
        .pc{
            display: none;
        }
        .diy-show{
            position: fixed;
            left: 0vw;
            top: 13vh;
            width: 183px;
            height: 260px;
            background: url("../images/phone/diy-show.png") no-repeat;
            z-index: 9999;
        }
        .diy-show a{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 80%;
        }
        .diy-close{
            position: fixed;
            left: 0vw;
            top: 13vh;
            width: 90px;
            height: 180px;
            background: url("../images/phone/diy-close.png") no-repeat;
            z-index: 9999;
        }
        .diy-close a{
            position: absolute;
            bottom: calc(50% - 20px);
            right: 0;
            width: 40px;
            height: 40px;
        }
        .diy-show .diy-close-btn{
            position: absolute;
            bottom: 0;
            left: calc(50% - 20px);
            width: 50px;
            height: 20%;
        }
        #nav{
            float: top;
            position:fixed;
            width: 100%;
            height: auto;
            background-color: #a2ea4f;
            font-size:1.5vh;
            font-weight: bold;
            z-index: 5;
        }
        #nav> div{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            height: 100%;
            justify-content: center;
            align-items:center;
        }
        #nav> div a{
            padding: 1vh;
            margin: 0 0.5vh;
            border-radius: 1vh;
        }
        #nav> div .icon{
            width: 4vh;
            height: 4vh;
            margin-left: 1vh;
            margin-top: 1vh;
        }
        #nav> div img{
            width: 10vh;
            margin: 10px;
        }
        #footer{
            float: bottom;
            bottom: 0px;
            width: 100%;
            height: 10vh;
            position: fixed;
            z-index: 5;
        }
        #footer>div{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            height: 100%;
            width:100%;
            align-items:center;
            justify-content:center;
        }
        .content-box{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            height:100%;
            flex-direction: column;
            align-items: stretch;
            background-size: 100% 100%;
        }
        .one-player{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        /* .one-page{
            background: url("https://ad-cdn.hrgame.com.cn/pvz2/upload/2021092817/1632821852.jpg") no-repeat;
            background-size:100% 100%;
            position: relative;
        } */
        .one-page>.limit{
            position: fixed;
            top: 12vh;
            right: 4vw;
            width: 80px;
            height:100px;
        }
        #pc-one-mp4{
            display: none;
        }
        #pc-loop-mp4{
            display: none;
        }
        .one-player>.flex-var>.title{
            height: 5vh;
            padding-left: 9vh;
        }
        .one-page>.phone>.item{
            height: 80%;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            padding-top: 400px;
            align-items: center;
            justify-content: space-between;
        }
        .one-page>.phone>.item>.player{
            height: 7vh;
            margin-top: 7vh;
            margin-left: 2vh;
            cursor: pointer;
        }
        .one-page>.phone>.item>.player:active{
            height: 6vh;
            margin-top: 8vh;
            margin-left: 2vh;
        }
        .one-page>.phone>.item>.title{
            width: 90%;
            margin-bottom: 35px;
        }
        .one-page>.phone>.down{
             display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            height: auto;
        }
        .one-page>.phone>.down>a{
            margin-top: 10px;
        }
        .music-box{
            position: fixed;
            top: 8vh;
            right:2vh;
            z-index: 5;
        }
        .music-stop{
            width: 4.5vh;
            height: 3vh;
            background: url("/assets/images/common/bgm-stop.png") no-repeat;
            background-size: 100% 100%;
            border-radius: 15px;
            outline: none;
            border-width: 0px;
            cursor:pointer;
        }
        .music-start{
            width: 4.5vh;
            height: 3vh;
            background: url("../images/common/music-over.png") no-repeat;
            background-size: 100% 100%;
            outline: none;
            border-width: 0px;
            cursor: pointer;
        }
        #menu{
            position: fixed;
            top: 8vh;
            z-index: 5;
            left:2vh;
        }
        #menu>img{
            width: 4vh;
            height: 3vh;
        }
        .gif-box{
            position: relative;
            bottom: 0px;
            height: auto;
            margin-top: -60px;
        }
        .gif-box>div{
            display: none;
        }
        .gif-box>img{
            width: 100%;
        }
        .two-page{
            background: url("/assets/images/phone/02-background.png");
            background-size: 100% 100%;
            padding: 10vh 4vh 0;
        }
        .two-page .news-title{
            text-align: center;
        }
        .two-page .news-title img{
            height: 7vh;
        }
        .two-page>.one-player>.news-content{
            width: 100%;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column-reverse;
            align-items: center;
        }
        .news-left-box{
            width: 50vh;
            height: auto;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            align-items: center;
            margin-top: 1vh;
            font-size:1.5vh;
        }
        .news-left-box>div{

            border: 10px solid rgba(255, 255, 255, .5);
            border-radius:1vh;
            width: 100%;
            height: 100%;
        }
        .news-right-box{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            width: 100%;
            align-items: center;
        }
        .news-right-box>.news-images{
            border: 10px solid rgba(255, 255, 255, .5);
            border-radius: 2vh;
            width:46vh;
        }

        .news-left-box div .title{
            height: 5vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: row;
            margin: 0 0 0 27px;
            font-size: 1.5vh;
            align-items: center;
            border-width: 0 0 1px 0;
            border-color: black;
            border-style: solid;
        }
        .news-left-box div .title .top{
            flex: 1;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            align-items: center;
        }
        .news-left-box div .title .content{
            margin: 1vh -1.3vh 11px 1vh;
            padding-top: 5px;
            padding-left: 1.5vh;
            border-radius: 10px 0 0 10px;
            width: 10vh;
            min-height: 2.5vh;
            background-color: #a5ec4f;
        }
        .news-left-box .title .title-item{
            padding: 1vh;
            width: 5vh;
            position: relative;
        }
        .news-title-active{
            margin-top: 0.5vh;
        }
        .news-title-active div{
            width: 4.5vh;
            height: 0.5vh;
            background-color: #a5ec4f;
            margin-bottom: -1.2vh;
            margin-left: -1vh;
            position: relative;
            z-index: 0;
        }
        .news-title-active span{
            position: relative;
        }
        .news-lun-img{
            border-radius: 2vh;
            width: 45vh;
            height: 25vh;
        }
        .news-left-list{
            font-size: 22px;
            padding: 12px 10px 21px 10px;
        }
        .news-left-list-show{
            display:none;
        }
        .news-left-list ul li {
            height: auto;
            padding-top: 1.3vh;
            padding-bottom: 1.3vh;
            font-size: 1.3vh;
            position: relative;
            background-color: #f6fdff;
            border-bottom: 1px dashed;
        }
        .news-left-list ul li .time{
            width: 4vh;
            text-align: right;
            padding-right: 8px;

        }
        .news-left-list ul li .news-title{
            flex: 1;
            padding: 0px 5px;
            color: #6c7179;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            text-align: left;
        }
        .news-left-list ul li .news-title:hover{
            font-weight: bold;
            color:#0a0a0a;
        }
        .news-tag{
            padding-left: 5px;
            padding-right: 5px;
        }

        .news-icon{
            background-color: #0a0a0a;
            text-align: center;
            font-size: 1vh;
            width: 4vh;
            color: white;
            border-radius: 10px;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: center;
            align-items: center;
        }
        #phone-star{
            position: relative;
            width: 100%;
            height: 100%;
            padding-top: 150px;
            padding-bottom: 180px;
            background-image: url("https://ad-cdn.hrgame.com.cn/pvz2/upload/2021080611/1628221816.jpg");
            background-size: 100% 100%;
        }
        #phone-star>div{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            height: 100%;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        #phone-star>div> .news-title{
            height: auto;
            padding-top: 5vh
        }
        #phone-star>div> .news-title> img{
            height: 7vh;
        }
        #phone-star>div> .pvz-content{
            flex: 1;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            width: 100%;
        }
        #phone-star>div> .pvz-content>.main{
            flex: 1;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: center;
            align-items: center;
        }
        #phone-star>div> .pvz-content>.title{
            text-align:center;
            font-size:2vh;
            font-weight: bold;
        }
        #phone-star>div> .pvz-content>.title> button {
            width: 20vh;
            height: 7vh;
            background: url('/assets/images/common/btn-1.png') no-repeat;
            background-size: 100% 100%;
            margin-bottom: 3vh;
        }
        #phone-star>div> .pvz-content>.icons{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: center;
            align-items: center;
            padding: 0 2vh;
        }
        #phone-star>div> .pvz-content>.icons>div {
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: center;
        }
        #phone-star>div> .pvz-content>.icons>img{
            padding-left: 1vh;
            padding-right: 1vh;
        }
        #phone-star>div> .pvz-content>.icons>div>img {
            width: 7vh;
            margin: 0 10px 0 10px;
        }
        .zhezhao{
            top: 0;
            opacity: 0.5;
            filter:alpha(opacity=50);
            -moz-opacity:0.5;
            z-index: 11;
            pointer-events: none;
        }
        .pvz-detail{
            margin-left: 5vh;
            margin-right: 2vh;
            height: auto;
            width: 100%;
            z-index: 2;
        }
        .pvz-black-back{
            position: absolute;
            display: none;
            top: 0px;
            width: 100%;
            height: 100%;
            z-index: 11;
            align-items: center;
            background: rgba(0, 0, 0, 0.7);
        }
        .pvz-display-flex{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        }
        .pvz-display-show{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        }
        .pvz-detail-close{
            width: 4vh;
            padding: 5px 5px 0 5px;
            margin-left: 1vh;
        }
        .pvz-detail-close-button{
            background-color: transparent;
            background-image: url("/assets/images/phone/03-close.png");
            background-size: 100% 100%;
            width: 4vh;
            height: 4vh;
        }
        .pvz-detail-background{
            flex: 1;
            height: 40vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            width: 100%;
            background: url('/assets/images/phone/3-detail-back.png') right no-repeat;
            background-size: 100% 100%;
            flex-direction: column;
            padding: 3vh;
            position: relative;
            overflow: hidden;
        }
        .pvz-detail-main{
            position: absolute;top: 2vh;left: 2vh;
            z-index: 15;
            right: 2vh;
            bottom:2vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
        }
        .pvz-detail-left-background{
            flex: 1;
            margin-top: -3rem;
            margin-bottom: -2rem;
            margin-left: -11rem;
            background: url('/assets/images/content/3/left-back.png') right no-repeat;
            background-size: 100% 100%;
            height: 103%;
        }
        .pvz-detail-left-quad{
            float: right;
            width: 20vh;
            overflow: hidden;
            margin-right: 4vh;
            height: 100%;
            margin-top: 0px;
            transform: skewX(-12deg);
        }
        .pvz-detail-left-img{
            transform: skewX(15deg);
        }
        .pvz-detail-right-box{
            width: 20vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
        }
        .pvz-detail-right-top{
            padding-top: 20px;
            flex:1;
            height: auto;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            color: white;
            flex-direction: column;
            position: relative;
            z-index: 15;
        }
        .pvz-detail-right-top .pvz-title{
            height: auto;
            font-size: 2vh;
            padding-left: 1.5vh;
            margin-top: -10px;
            font-weight: bold;
        }
        .pvz-detail-right-down{
            flex: 1;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            position: relative;
            z-index: 15;
        }
        .pvz-detail-logo-list{
            background-color: #177764;
            margin: 1vh;
            padding: 1vh;
            border-radius: 1vh;
        }
        .dialog-main-img{
            max-height: 100%;
            opacity: 0.5;
            z-index: 10;
            position: absolute;
            top: 0;
            right: -5vh;
        }
        .pvz-detail-logo-title{
            width: 7vh;
            height: 2vh;
            margin: -2vh 0 1vh 1vh;
            background-color: #0a0a0a;
            color: white;
            font-size: 1.2vh;
            padding-left: 10px;
        }
        .pvz-detail-logo-title >img{
            height: 100%;
            width: 0.5vh;
            margin-right: 0.5vh;
        }
        .pvz-detail-logo-icon{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            align-items: center;
        }
        .zombie{
            flex: 1;
            overflow-x: hidden;
            width: 100%;
            height: 5vh;
            display: block;
            white-space: nowrap;
            margin: 0 1vh;
        }
        .zombie>img{
            height: 5vh;
            padding: 0.5vh;
        }
        .galaxy-desc{
            word-break: normal;
            font-size: 1.5vh;
        }
        .plants{
            flex: 1;
            overflow-x: hidden;
            width: 100%;
            height: 5vh;
            display: block;
            white-space: nowrap;
            margin: 0 1vh;
        }
        .plants>img{
            height: 5vh;
            padding: 0.5vh;
        }
        #phone-four{
            text-align: center;
            height: 100%;
            padding-bottom: 13vh;
            padding-top: 12vh;
            background: url("https://ad-cdn.hrgame.com.cn/pvz2/upload/2021092817/1632822052.png") no-repeat;
            background-size:100% 100%;
        }
        #phone-four>.four-page{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 0 15vh;
            position:relative;
            z-index:1;
            height: 100%;
        }
        #phone-four>.four-page>.title{
            text-align: center;
        }
        #phone-four>.four-page>.title>img{
            height:7vh;
        }
        #phone-four>.gif{
            width: 100%;
            position: absolute;
            bottom: -2vh;
            height: 20vh;
            z-index: 2;
            left: 0;
        }
        #phone-four>.four-page>.content{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            width: 100%;
            margin-top: 10vh;
            padding-bottom: 8vh;
            flex-direction:column;
            background: url("/assets/images/phone/04-book-back.png") no-repeat;
            background-size:100% 100%;
        }
        #phone-four>.four-page>.content>.top{
            margin-bottom: 5vh;
            height: 32vh;
        }
        #phone-four>.four-page>.content>.center{
            height: 10vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: center;
            align-items: center;
            padding: 0 4vh;
        }
        #phone-four>.four-page>.content>.center .list{
            height: 100%;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: center;
            align-items: center;
        }
        #phone-four>.four-page>.content>.down{
            flex: 1;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            padding: 0 2vh;
            flex-direction: column;
        }
        #phone-four>.four-page>.content>.top>.tag{
            background: url('/assets/images/content/4/tag.png') no-repeat;
            background-size: 100% 100%;
            margin-top: 11px;
            margin-left: 50px;
            width: 60px;
            height: 72px;
            font-size: 40px;
            color: white;
            padding: 10px 0 0 10px;
            text-align: center;
            position: relative;
            z-index:5;
        }
        #phone-four>.four-page>.content>.top>.type-btn{
            width: auto;
            height: 3vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: flex-end;
            /*margin-top: -5vh;*/
            /*margin-right: 1vh;*/
            font-size: 1vh;
            position: relative;
            z-index: 1;
        }
        #phone-four>.four-page>.content>.top>.type-btn>.btn-active{
            background: url("/assets/images/content/4/active.png") no-repeat;
            background-size: 100% 100%;
            margin: -20px 5px 0px 5px;
            padding: 1vh 1.5vh;
            font-size: 1.5vh;
            font-weight: bold;
        }
        #phone-four>.four-page>.content>.top>.type-btn>.btn-no-active{
            background: url("/assets/images/content/4/no-active.png") no-repeat;
            background-size: 100% 100%;
            font-weight: bold;
            margin: 0 0.5vh;
            padding: 10px 30px 30px;
        }
        #phone-four>.four-page>.content>.top>.main{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            height: 28vh;
            width: 100%;
            padding: 2vh;
            margin-top: 2vh;
        }
        #phone-four>.four-page>.content>.top>.main-zombie {
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            margin: 2vh 10vh;
            height: 30vh;
        }
        #phone-four>.four-page>.content>.top>.main-zombie>.logo {
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            margin-top: 3vh;
            flex-direction: column;
            min-width: 25vh;
            justify-content: center;
            align-items: center;
        }
        #phone-four>.four-page>.content>.top>.main-zombie>.logo>.p-main{
            position: relative;
            width: 100%;
            max-height: 100%;
            z-index: 1;
        }
        #phone-four>.four-page>.content>.top>.main-zombie>.number{
             display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            margin-left: 2vh;
            width: 100%;
            padding-top: 2vh;
            margin-right: 4vh;
            flex-direction: column;
        }
        #phone-four>.four-page>.content>.top>.main-zombie>.number>.top{
            height: 60px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            font-size: 40px;
            font-weight:bold;
        }
        #phone-four>.four-page>.content>.top>.main-zombie>.number>.down{
            padding-right: 1vh;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            height: auto;
            flex-direction: column;
            padding-top: 2vh;
            justify-content: center;
        }
        #phone-four>.four-page>.content>.top>.main-zombie>.number>.more{
            height: 6vh;
            text-align: left;
            margin-top: 1vh;
        }
        #phone-four>.four-page>.content>.top>.main-zombie>.number>.top>.tag{
            background-color: #00CC00;
            border-radius: 5px;
            width: 20px;
            height: 100%;
            margin-right: 10px;
        }
        #phone-four>.four-page>.content>.top>.main>.logo{
             display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-direction: column;
            min-width: 27vh;
            justify-content: center;
            align-items: center;
        }
        #phone-four>.four-page>.content>.top>.main>.logo>.p-main{
            position: relative;
            width: 100%;
            max-height: 100%;
            z-index: 1;
        }
        #phone-four>.four-page>.content>.top>.main>.logo>.p-seat{
            margin-top: -6vh;
            position: relative;
            z-index: 0;
            width: 19vh;
        }
        #phone-four>.four-page>.content>.top>.main>.logo>.z-main{
            position: relative;
            top: 1.5vh;
            z-index: 1;
            padding-left: 5vh;
            margin-right: 2vh;
        }
        #phone-four>.four-page>.content>.top>.main>.logo>.z-seat{
            margin-top: -8vh;
            margin-left: 2vh;
            position: relative;
            z-index: 0;
            width: 100%;
        }
        #phone-four>.four-page>.content>.top>.main>.number{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            margin-left: 2vh;
            width: 100%;
            padding-top: 2vh;
            margin-right: 4vh;
            flex-direction: column;
        }
        #phone-four>.four-page>.content>.top>.main>.number>.top{
            height: 60px;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            font-size: 40px;
            font-weight:bold;
        }
        #phone-four>.four-page>.content>.top>.main>.number>.down{
            flex: 1;
            padding-right: 1vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            padding-top: 2vh;
            justify-content: center;
        }
        #phone-four>.four-page>.content>.top>.main>.number>.more{
            height: 6vh;
            text-align: left;
            margin-top: 1vh;
        }
        #phone-four>.four-page>.content>.top>.main>.number>.top>.tag{
            background-color: #00CC00;
            border-radius: 5px;
            width: 20px;
            height: 100%;
            margin-right: 10px;
        }
        #phone-four>.four-page>.content>.center>.list{
            flex: 1;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            width: 100%;
            align-items: center;
            justify-content: space-between;
        }
        .book-avatar{
            width: 5vh;
            margin: 0.5vh;
            display: none;
            border-radius: 1vh;
        }
        .book-change{
            width: 5vh;
            margin: 0.5vh;
        }
        #phone-four>.four-page>.content>.down>button{
            background: url("/assets/images/content/4/r-title.png") no-repeat;
            background-size: 100% 100%;
            padding-top: 10px;
            height: 70px;
            width: 150px;
            font-size: 25px;
            font-weight: bold;
        }
        #phone-four>.four-page>.content>.down>span{
            font-size: 1.5rem;
            padding: 2vh;
        }
        .books-flex{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            text-align: left;
            font-size: 1.5vh;
            font-weight: bold;
        }
        #p-video{
            background: url("https://ad-cdn.hrgame.com.cn/pvz2/upload/2021092817/1632822052.png") no-repeat;
            background-size:100% 100%;
            width: 100%;
            height: 100%;
            padding-top: 12vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
        }
        #p-video>.wrapper{
            flex: 1;
            width: 100%;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            justify-content: center;
            align-content: center;
        }
        #p-video>.wrapper>.title{
            height: auto;
            text-align: center;
        }
        #p-video>.wrapper>.title>img{
            height: 7vh;
        }
        #p-video>.wrapper>.content{
            flex: 1;
            padding: 4vh 4vh 0 4vh;
            position:relative;
        }
        #p-video>.wrapper>.down{
            width: 100%;
            bottom: 13vh;
            position: absolute;
            z-index: 10;
        }
        #p-video>.wrapper>footer{
            background-color: #0a0a0a;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 15vh;
        }
        #p-video>.wrapper>.down>img{
            width: 100%;
            height: 20vh;
            margin-bottom: -2vh;
        }
        #p-video>.wrapper>.content>.btn{
            position: relative;
            height: auto;
            width: 100%;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            align-items: center;
            font-size: 1.5vh;
        }
        #p-video>.wrapper>.content>.btn>i{
            width: 15vh;
            height: 4vh;
            font-weight: bold;
            margin-left: 1vh;
            margin-right: 1vh;
            background: url("/assets/images/phone/06-btn-no.png") no-repeat;
            background-size: 100% 100%;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: center;
            align-items: center;
        }
        #p-video>.wrapper>.content>.btn>i>img{
            width: 2vh;
            margin-right: 14px;
        }
        #p-video>.wrapper>.content>.btn>.btn-active{
            background: url("/assets/images/phone/06-btn-back.png") no-repeat;
            background-size: 100% 100%;
        }
        #p-video>.wrapper>.content>.main{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            height: auto;
            flex-direction: column;
            align-items: center;
            justify-content:center;
            position: relative;
            z-index: 1;
        }
        #p-video>.wrapper>.content>.main>.top{
            padding: 1vh;
            width: 100%;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        }
        #p-video>.wrapper>.content>.main>.top>.left{
            width: 70%;
            border-radius:15px;
            position: relative;
        }
        .image-down{
            position: absolute;
            height: auto;
            left: 0;
            bottom: 0;
            width: 100%;
            background-color: rgb(0,0,0,0.5);
            padding: 0.5vh 2%;
            color: white;
            font-size: 1.5vh;
        }
        #p-video>.wrapper>.content>.main>.top>.right{
            height: 100%;
            width: 34%;
            margin-left: 1vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
        }
        #p-video>.wrapper>.content>.main>.top>.right>img{
            width: 100%;
            height: 100%;
            margin: 0 0 10px 0;
            border-radius: 15px;
        }
        #p-video>.wrapper>.content>.main>.down{
            width: 100%;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            align-content: center;
        }
        #p-video>.wrapper>.content>.main>.down>img{
            width: 47%;
            margin: 10px;
            border-radius: 15px;
        }
        #p-video>.wrapper>.content>.music{
            position: relative;
            z-index: 0;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: center;
            margin-top: 10vh;
        }
        #p-video>.wrapper>.content>.music>.playing{
            position: relative;
            width: 65%;
            background-color: #a8c53b;
            border-radius: 50%;
            margin-top: 1vh;
            padding: 1.5vh;
        }
        #p-video>.wrapper>.content>.music>.playing img{
            transition: all 0.36s ease;
            animation: spin 46s infinite linear;
            -webkit-animation: spin 46s infinite linear;
            animation-play-state: paused;
            -webkit-animation-play-state: paused;
        }
        #p-music-play{
            height: 3vh;
        }
        @-webkit-keyframes spin {
            0% {
                transform: rotate( 0deg);
            }
            100% {
                transform: rotate( 360deg);
            }
        }
        #p-video>.wrapper>.content>.music>.playing>.music-switch{
            position: absolute;
            top: 36%;
            left: 0;
            width: 100%;
            height: 28%;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            align-items: center;
            justify-content: space-between;
            color: white;
        }
        #p-video>.wrapper>.content>.music>.playing>.music-switch>.left{
            margin-left: -4%;
        }
        #p-video>.wrapper>.content>.music>.playing>.music-switch>.left>img{
            height: 5vh;
        }
        #p-video>.wrapper>.content>.music>.playing>.music-switch>.center{
            width: 13vh;
            height: 100%;
            border-radius: 50%;
            font-size: 1.5vh;
            background-color: #263011;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        #p-video>.wrapper>.content>.music>.playing>.music-switch>.center>.sche{
            margin-left: 10px;
            margin-right: 10px;
            width:84%;
            height: 10px;
            background-color: #6c757d;
        }
        #p-video>.wrapper>.content>.music>.playing>.music-switch>.center>.sche>.lang{
            width:10%;
            height: 10px;
            background-color: white;
        }
        #p-video>.wrapper>.content>.music>.playing>.music-switch>.center>div{
            margin: 5px 10px 5px 10px;
            width:100%;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        }
        #p-video>.wrapper>.content>.music>.playing>.music-switch>.center>div>span{
            text-align: center;
        }
        #p-video>.wrapper>.content>.music>.playing>.music-switch>.right{
            margin-right: -4%;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
        }
        #p-video>.wrapper>.content>.music>.playing>.music-switch>.right >img{
            height: 5vh;
        }
        #p-video>.wrapper>.content>.music>.playing>.music-name{
            position: absolute;
            bottom: 5vh;
            left: 0;
            height: auto;
            width: 100%;
            text-align: center;
            font-size: 2.5vh;
            color: white;
        }
        #p-video>.wrapper>.content>.music>.playing>.music-user{
            position: absolute;
            right: 3%;
            bottom: 5%;
            z-index: 10;
        }
        #p-video>.wrapper>.content>.music>.playing>.music-name i{
            display: block;
            width: 56px;
            height: 6px;
            background-color: #fff;
            margin: 10px auto;
        }
        .image-box{
            flex:1;
            position:relative;
        }
        .media-image{
            width: 100%;
            height: 100%;
            border-radius: 10px;
        }
        #p-video>.wrapper>.content>.main>.top>.left>.play-btn{
            position: absolute;
            top: 35%;
            left: 40%;
            width: 8vh;
        }
        #p-video>.wrapper>.content>.main>.top>.right>.image-box>.play-btn{
            position: absolute;
            top: 35%;
            left: 40%;
            width: 5vh;
        }
        #p-video>.wrapper>.content>.main>.down>.image-box>.play-btn{
            position: absolute;
            top: 35%;
            left: 40%;
            width: 6vh;
        }
        #phone-menu{
            width: 100%;
            height: 100%;
            background:url('/assets/images/phone/menu-back.jpg') no-repeat;
            background-size: 100% 100%;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
        }
        #phone-menu>img{
            width: 4vh;
            margin-top: 1vh;
            margin-left: 4vh;
        }
        #phone-menu>.titles{
            width: 100%;
            height: auto;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction:column;
            justify-content: center;
            align-items: center;
            margin-top:50px;
        }
        #phone-menu>.titles>div{
            text-align: center;
            width:100%;
            font-size: 40px;
            padding-bottom: 20px;
            padding-top: 20px;
        }
        #phone-menu>.titles>div>span{
            position: relative;
            z-index: 10;
        }
        .books-right-detail-data{
            flex: 1;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            margin: 1vh 2vh;
        }
        .menu-active{
            height: 5vh;
            width: 20vh;
            font-size: 2vh;
            background: url(/assets/images/phone/menu-active.png) no-repeat;
            background-size: 100% 100%;
            font-weight: bold;
            position: relative;
            z-index: 5;
            margin-left: 23%;
            margin-right: 23%
        }
        .menu-no-active{
            height: 5vh;
            width: 20vh;
            font-size: 2vh;
            background-color: Transparent;
            color: white;
        }
        .border{
            border-bottom: 2px solid #9adc4a;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content:center;
            align-items: center;
        }
        #phone-menu>.title{
            margin-top: 50px;
            margin-left: 100px;
            margin-right: 100px;
            height: 50px;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: center;
            align-items: center;
        }
        .books-right-detail-zha{
            background-color: #90b13a;
            height: 0.7vh;
            z-index: 6;
        }
        .books-right-detail-jin{
            background-color: #6c757d;
            height: 0.7vh;
            z-index: 3;
        }
        #phone-menu>.title>i{
            width: 150px;
            height: 5px;
            background: white;
        }
        #phone-menu>.title>span{
            font-size:2vh;
            margin:1vh 2vh;
            color:white;
        }
        #phone-menu>.others{
            height: auto;
            margin: 30px 100px 10px 100px;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: center;
            align-items: center;
        }
        #phone-menu>.others> div{
            flex: 1;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        #phone-menu> .others> div> img{
            width: 10vh;
            height: auto;
            margin: 10px;
        }
        #phone-menu> .others> div> span{
            color: white;
            font-size: 2vh;
            text-align: center;
        }
        #phone-menu> .btns{
            height: auto;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: center;
            align-items: center;
            margin: 2vh 5vh;
        }
        #phone-menu> .btns> img{
            margin: 1vh 2vh;
            height: 5vh;
        }
        .timeline{
            height: 5px;
            background-color: white;
        }
        .size{
            width: 50%;
        }
        .timeshow{
            width: 50%;
        }
        #four-page{
            background-image: url("https://ad-cdn.hrgame.com.cn/pvz2/upload/2021092817/1632822052.png");
            background-size: 100% 100%;
            height: 100%;
            width: 100%;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;
            padding-top: 12vh;
            position:relative;
            z-index: 1;
            padding-bottom: 15vh;
        }
        #four-page>.title{
            height: 7vh;
        }
        #four-page>.content{
            flex: 1;
            width: 100%;
            margin-top: 4vh;
            position: relative;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            z-index: 1;
            justify-content: center;
        }
        #four-page>.content>.main{
            width: 55vh;
            height: 60vh;
            background: url("/assets/images/phone/raider-back.png") no-repeat;
            background-size: 100% 100%;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            justify-content: center;
            align-content: center;
            padding: 2vh 4vh;
        }
        #four-page>.content>.more{
            position:absolute;
            bottom: 1vh;
            height: 5vh;
            width: 100%;
            left: 0;
            z-index: 3;
            text-align: center;
        }
        #four-page>.content>.main>.title{
            width: 100%;
            height: 10vh;
            flex-wrap: wrap;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: center;
            align-items: center;
        }
        #four-page>.content>.main>.title>.btn-active{
            width: 45%;
            height: 4vh;
            background-color: #84cc2d;
            color: white;
            margin: 0.5vh;
            border-radius: 1vh;
            font-size: 1.5vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: center;
            align-items: center;
        }
        #four-page>.content>.main>.title>.btn{
            width: 45%;
            height: 4vh;
            background-color: #e2ee40;
            margin: 0.5vh;
            border-radius: 1vh;
            font-size: 1.5vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: center;
            align-items: center;
        }
        #four-page>.content>.main> ul{
            flex: 1;
            padding: 4vh 3vh 6vh 1vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
        }
        #four-page>.content>.main> ul> li{
            width: 100%;
            font-size: 2vh;
            height: 12vh;
        }
        #four-page>.content>.main>ul> li>.time{
            height: auto;
            width: 100%;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: space-between;
            align-items: center;
        }
        #four-page>.content>.main>ul> li>.time i{
            width: 0.5vh;
            height: 3vh;
            margin-right: 1.5vh;
            background-color: #00CC00;
        }
        #four-page>.content>.main>ul> li>.time .title{
            flex: 1;
            border-bottom: 1px solid #b8b8b8;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: inherit;
            align-items: baseline;
            padding-bottom: 0.5vh;
        }
        #four-page>.content>.main>ul> li>.title{
            font-weight: bold;
            font-size: 1.5vh;
            margin-left: 2vh;
            margin-top: 1vh;

        }

        #four-page>.content>.main>ul> li>.title>span{
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }
        #four-page>.gif{
            width: 100%;
            position: absolute;
            bottom: -2vh;
            z-index: 2;
            height: 20vh;
            left: 0;
        }

    }
    @media only screen and (max-width:1080px) {
        .phone{
            display:contents;
        }
        .flex-level{
            display:flex;
        }
        .flex-var{
             display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-direction: column;
            width: 100%;
            flex: 1;
            margin-top: 7vh;
            margin-bottom: 13vh;
        }
        .pc{
            display: none;
        }
        .diy-show{
            position: fixed;
            left: 0vw;
            top: 13vh;
            width: 13vh;
            height: 18vh;
            background: url("../images/phone/diy-show.png") no-repeat;
            z-index: 9999;
        }
        .diy-show a{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 80%;
        }
        .diy-close{
            position: fixed;
            left: 0vw;
            top: 13vh;
            width: 6vh;
            height: 14vh;
            background: url("../images/phone/diy-close.png") no-repeat;
            z-index: 9999;
        }
        .diy-close a{
            position: absolute;
            bottom: calc(50% - 10px);
            right: 0;
            width: 40px;
            height: 40px;
        }
        .diy-show .diy-close-btn{
            position: absolute;
            bottom: 0;
            left: calc(50% - 20px);
            width: 50px;
            height: 20%;
        }
        #nav{
            float: top;
            position:fixed;
            width: 100%;
            height: auto;
            background-color: #a2ea4f;
            font-size:1.5vh;
            font-weight: bold;
            z-index: 5;
        }
        #nav> div{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            height: 100%;
            justify-content: center;
            align-items:center;
        }
        #nav> div .icon{
            width: 4vh;
            height: 4vh;
            margin-left: 1vh;
            margin-top: 0.5vh;
            margin-bottom: 0.5vh;
        }
        #nav> div a{
            width: 10vh;
            padding: 10px;
            margin: 10px;
            text-align: center;
            font-weight: bold;
        }
        #footer{
            float: bottom;
            background: none;
            bottom: 0px;
            width: 100%;
            height: 10vh;
            position: fixed;
            z-index: 5;
        }
        #footer>div{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            height: 100%;
            width:100%;
            align-items:center;
            justify-content:center;
        }

        .content-box{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            height:100%;
            flex-direction: column;
            align-items: stretch;
            background-size: 100% 100%;
        }
        .one-player{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            position: relative;
            z-index: 1;
        }
        /* .one-page{
            background: url("https://ad-cdn.hrgame.com.cn/pvz2/upload/2021092817/1632821852.jpg") no-repeat;
            background-size:100% 100%;
            position: relative;
        } */
        .one-page>.limit{
            position: fixed;
            top: 12vh;
            right: 4vw;
            width: 80px;
            height:100px;
        }
        .one-player>.flex-var>.title{
            height: 60px;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: center;
        }
        .one-page>.phone>.item{
            height: 80%;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            padding-top: 400px;
            align-items: center;
            justify-content: space-between;
        }
        .one-page>.phone>.item>.player{
            height: 7vh;
            margin-top: 7vh;
            margin-left: 2vh;
            cursor: pointer;
        }
        .one-page>.phone>.item>.player:active{
            height: 6vh;
            margin-top: 8vh;
            margin-left: 2vh;
        }
        .one-page>.phone>.item>.title{
            width: 90%;
            margin-bottom: 35px;
        }
        .one-page>.phone>.down{
             display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            height: auto;
        }
        .one-page>.phone>.down>a{
            margin-top: 10px;
        }
        .music-box{
            position: fixed;
            top: 8vh;
            right:2vh;
            z-index: 5;
        }
        .music-stop{
            width: 4.5vh;
            height: 3vh;
            background: url("/assets/images/common/bgm-stop.png") no-repeat;
            background-size: 100% 100%;
            border-radius: 15px;
            outline: none;
            border-width: 0px;
            cursor:pointer;
        }
        .music-start{
            width: 4.5vh;
            height: 3vh;
            background: url("../images/common/music-over.png") no-repeat;
            background-size: 100% 100%;
            outline: none;
            border-width: 0px;
            cursor: pointer;
        }
        #menu{
            position: fixed;
            top: 8vh;
            z-index: 5;
            left:2vh;
        }
        #menu>img{
            width: 4vh;
            height: 3vh;
        }
        .gif-box{
            position: relative;
            bottom: 0px;
            height: auto;
            margin-top: -60px;
        }
        .gif-box>div{
            display: none;
        }
        .gif-box>img{
            width: 100%;
        }
        .two-page{
            background: url("https://ad-cdn.hrgame.com.cn/pvz2/assets/1.新闻资讯-竖版.jpg");
            background-size: 100% 100%;
            padding: 10vh 4vh 0;
        }
        .two-page .news-title{
            text-align: left;
            padding: 0px 5px;
            color: #6c7179;
            flex: 1;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .two-page .news-title>img{
            height: 5vh;
        }
        .two-page>.one-player>.news-content{
            width: 100%;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column-reverse;
            align-items: center;
        }
        .news-left-box{
            width: 100%;
            height: auto;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            align-items: center;
            margin-top: 1vh;
            font-size:1.5vh;
        }
        .news-left-box>div{

            border: 10px solid rgba(255, 255, 255, .5);
            border-radius:1vh;
            width: 100%;
            height: 100%;
        }
        .news-right-box{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
        }
        .news-right-box>.news-images{
            border: 10px solid rgba(255, 255, 255, .5);
            border-radius: 2vh;
            height: 23vh;
            width: 82vw;
            overflow: auto;
        }

        .news-left-box div .title{
            height: 5vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: row;
            font-size: 1.5vh;
            align-items: center;
            border-width: 0 0 1px 0;
            border-color: black;
            border-style: solid;
        }
        .news-left-box div .title .top{
            flex: 1;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            align-items: center;
        }
        .news-left-box div .title .content{
            margin: 1vh -1.3vh 11px 1vh;
            padding-top: 5px;
            padding-left: 1.5vh;
            border-radius: 10px 0 0 10px;
            width: 10vh;
            min-height: 2.5vh;
            background-color: #a5ec4f;
        }
        .news-left-box .title .title-item{
            padding: 1vh;
            position: relative;
        }
        .news-title-active{
            margin-top: 0.5vh;
        }
        .news-title-active div{
            width: 4.5vh;
            height: 0.5vh;
            background-color: #a5ec4f;
            margin-bottom: -1.2vh;
            margin-left: -1vh;
            position: relative;
            z-index: 0;
        }
        .news-title-active span{
            position: relative;
        }
        .news-lun-img{
            height: 22vh;
            width: 80vw;
            border-radius: 1vh;
        }
        .news-left-list{
            font-size: 22px;
            padding: 12px 10px 21px 10px;
        }
        .news-left-list-show{
            display:none;
        }
        .news-left-list ul li {
            height: auto;
            padding-top: 1.3vh;
            padding-bottom: 1.3vh;
            font-size: 1.3vh;
            position: relative;
            background-color: #f6fdff;
            border-bottom: 1px dashed;
        }
        .news-left-list ul li .time{
            width: 4vh;
            text-align: right;
            padding-right: 8px;

        }
        .news-tag{
            padding-left: 5px;
            padding-right: 5px;
        }
        .news-icon{
            background-color: #0a0a0a;
            text-align: center;
            font-size: 1vh;
            width: 4vh;
            color: white;
            border-radius: 10px;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: center;
            align-items: center;
        }
        #phone-star{
            position: relative;
            width: 100%;
            height: 100%;
            padding-top: 150px;
            padding-bottom: 180px;
            background-image: url("https://ad-cdn.hrgame.com.cn/pvz2/assets/3.时空地图-竖版.jpg");
            background-size: 100% 100%;
        }
        #phone-star>div{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            height: 100%;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        #phone-star>div> .news-title{
            height: auto;
            padding-top: 4vh;
        }
        #phone-star>div> .news-title>img{
            height: 5vh;
        }
        #phone-star>div> .pvz-content{
            flex: 1;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            width: 100%;
        }
        #phone-star>div> .pvz-content>.main{
            flex: 1;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: center;
            align-items: center;
        }
        #phone-star>div> .pvz-content>.title{
            height: 100px;
            text-align:center;
            font-size:30px;
            font-weight: bold;
        }
        #phone-star>div> .pvz-content>.title> button {
            width: 300px;
            height: 100%;
            background-color: Transparent;
            background-image: url(../images/common/button.png);
            background-position: 540px -127px;
        }
        #phone-star>div> .pvz-content>.icons{
            height: 200px;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: center;
            align-items: center;
            padding: 0 3vh;
        }
        #phone-star>div> .pvz-content>.icons>div {
            flex: 1;
            text-align: center;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            overflow: auto;
        }
        #phone-star>div> .pvz-content>.icons>div::-webkit-scrollbar{

        }
        #phone-star>div> .pvz-content>.icons>img{
            padding-left: 10px;
            padding-right: 10px;
            width: 4vh;
        }
        #phone-star>div> .pvz-content>.icons>div>img {
            flex: 1;
            width: 4.5vh;
            height: 4.5vh;
            object-fit: fill;
            margin: 0 0.5vh;
        }
        .zhezhao{
            top: 0;
            opacity: 0.5;
            filter:alpha(opacity=50);
            -moz-opacity:0.5;
            z-index: 11;
            pointer-events: none;
        }
        .pvz-detail{
            margin-left: 5vh;
            margin-right: 2vh;
            height: auto;
            width: 100%;
            z-index: 2;
        }
        .pvz-black-back{
            position: absolute;
            display: none;
            top: 0px;
            width: 100%;
            height: 100%;
            z-index: 11;
            align-items: center;
            background: rgba(0, 0, 0, 0.7);
        }
        .pvz-display-flex{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        }
        .pvz-display-show{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        }
        .pvz-detail-close{
            width: 4vh;
            padding: 5px 5px 0 5px;
        }
        .pvz-detail-close-button{
            background-color: transparent;
            background-image: url("/assets/images/phone/03-close.png");
            background-size: 100% 100%;
            width: 50px;
            height: 50px;
        }
        .pvz-detail-background{
            flex: 1;
            height: 40vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            width: 100%;
            background: url('/assets/images/phone/3-detail-back.png') right no-repeat;
            background-size: 100% 100%;
            flex-direction: column;
            padding: 3vh;
            position: relative;
            overflow: hidden;
        }
        .pvz-detail-main{
            position: absolute;top: 2vh;left: 2vh;
            z-index: 15;
            right: 2vh;
            bottom:2vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
        }
        .pvz-detail-left-background{
            flex: 1;
            margin-top: -3rem;
            margin-bottom: -2rem;
            margin-left: -11rem;
            background: url('/assets/images/content/3/left-back.png') right no-repeat;
            background-size: 100% 100%;
            height: 103%;
        }
        .pvz-detail-left-quad{
            float: right;
            width: 20vh;
            overflow: hidden;
            margin-right: 4vh;
            height: 100%;
            margin-top: 0px;
            transform: skewX(-12deg);
        }
        .pvz-detail-left-img{
            transform: skewX(15deg);
        }
        .pvz-detail-right-box{
            width: 20vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
        }
        .pvz-detail-right-top{
            padding-top: 20px;
            flex:1;
            height: auto;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            color: white;
            flex-direction: column;
            position: relative;
            z-index: 15;
        }
        .pvz-detail-right-top .pvz-title{
            height: auto;
            font-size: 33px;
            padding-left: 20px;
            margin-top: -10px;
            font-weight: bold;
        }
        .pvz-detail-right-down{
            flex: 1;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            position: relative;
            z-index: 15;
        }
        .pvz-detail-logo-list{
            background-color: #177764;
            margin: 10px;
            padding: 25px 15px 10px 15px;
            border-radius: 15px;
        }
        .dialog-main-img{
            max-height: 100%;
            opacity: 0.5;
            z-index: 10;
            position: absolute;
            top: 0;
            right: -5vh;
        }
        .pvz-detail-logo-icon{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            align-items: center;
        }
        .plants{
            flex: 1;
            width: 100%;
            height: 5vh;
            display: block;
            white-space: nowrap;
            margin: 0 1vh;
            overflow: auto;
        }
        .zombie{
            flex: 1;
            overflow:auto;
            width: 100%;
            height: 5vh;
            display: block;
            white-space: nowrap;
            margin: 0 1vh;
        }
        .pvz-detail-logo-title{
            width: 7vh;
            height: 2vh;
            margin: -2vh 0 1vh 1vh;
            background-color: #0a0a0a;
            color: white;
            font-size: 1.2vh;
            padding-left: 10px;
        }
        .zombie>img{
            width: 4vh;
            padding: 5px;
        }
        .galaxy-desc{
            word-break: normal;
            font-size: 20px;
        }
        .plants>img{
            width:4vh;
            padding: 5px;
        }
        #phone-four{
            text-align: center;
            height: 100%;
            padding-bottom: 13vh;
            padding-top: 12vh;
            background: url("https://ad-cdn.hrgame.com.cn/pvz2/assets/4.图鉴资料-竖版.jpg") no-repeat;
            background-size:100% 100%;
        }
        #phone-four>.four-page{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            align-items: center;
            padding: 0 50px 0 50px;
            position:relative;
            z-index:1;
            height: 100%;
        }
        #phone-four>.four-page>.title{
            text-align: center;
        }
        #phone-four>.four-page>.title>img{
            height: 5vh;
        }
        #phone-four>.gif{
            width: 100%;
            position: absolute;
            bottom: -1vh;
            z-index: 0;
            left: 0;
        }
        #phone-four>.four-page>.content{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            width: 100%;
            margin-top: 5vh;
            padding-bottom: 8vh;
            flex-direction:column;
            background: url("/assets/images/phone/04-book-back.png") no-repeat;
            background-size:100% 100%;
        }
        #phone-four>.four-page>.content>.top{
            margin-bottom: 2vh;
            height: 100%;
        }
        #phone-four>.four-page>.content>.center{
            height: 10vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 1vh;
        }
        #phone-four>.four-page>.content>.center .list{
            height: 100%;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: center;
            align-items: center;
        }
        #phone-four>.four-page>.content>.down{
            flex: 1;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            padding: 0 2vh;
            flex-direction: column;
        }
        /*#phone-four>.four-page>.content>.top>.tag{*/
        /*    background: url('/assets/images/content/4/tag.png') no-repeat;*/
        /*    background-size: 100% 100%;*/
        /*    margin-top: 11px;*/
        /*    margin-left: 50px;*/
        /*    width: 60px;*/
        /*    height: 72px;*/
        /*    font-size: 40px;*/
        /*    color: white;*/
        /*    padding: 10px 0 0 10px;*/
        /*    text-align: center;*/
        /*    position: relative;*/
        /*    z-index:5;*/
        /*}*/
        #phone-four>.four-page>.content>.top>.type-btn{
            width: auto;
            height: 3vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: flex-end;
            margin-top: -0.5vh;
            font-size: 1vh;
            position: relative;
            z-index: 1;
        }
        #phone-four>.four-page>.content>.top>.type-btn>.btn-active{
            background: url("/assets/images/content/4/active.png") no-repeat;
            background-size: 100% 100%;
            margin: -10px 5px 0px 5px;
            padding: 10px 30px 30px;
            font-size: 25px;
            font-weight: bold;
        }
        #phone-four>.four-page>.content>.top>.type-btn>.btn-no-active{
            background: url("/assets/images/content/4/no-active.png") no-repeat;
            background-size: 100% 100%;
            margin: 0px 5px 0px 5px;
            padding: 10px 30px 30px;
        }
        #phone-four>.four-page>.content>.top>.main{
            display: none;
            height: auto;
            width: 100%;
            padding: 2vh 3vh 2vh 2vh;
            margin-top: 2vh;
        }
        #phone-four>.four-page>.content>.top>.main-zombie{
            display: none;
            height: 25vh;
            width: 100%;
            padding: 0 12vw;
            margin-top: 2vh;
        }
        .logo{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            min-width: 40vw;
            max-height: 25vh;
        }
        .p-main{
            position: relative;
            height: 100%;
            z-index: 1;
            object-fit: contain;
        }
        #phone-four>.four-page>.content>.top>.main>.logo>.z-main{
            position: relative;
            top: 1.5vh;
            z-index: 1;
            padding-left: 5vh;
            margin-right: 2vh;
        }
        #phone-four>.four-page>.content>.top>.main>.number{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            margin-left: 1vh;
            width: 100%;
            padding-top: 2vh;
            flex-direction: column;
        }
        #phone-four>.four-page>.content>.top>.main-zombie>.number{
            padding-top: 4vh;
            width: 30vw;
        }
        #phone-four>.four-page>.content>.top>.main-zombie>.number>.top{
            height: auto;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        }
        #phone-four>.four-page>.content>.top>.main>.number>.top{
            height: 4vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        }
        #phone-four>.four-page>.content>.top>.main>.number>.down{
            flex: 1;
            padding-right: 1vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            padding-top: 2vh;
            justify-content: center;
        }
        #phone-four>.four-page>.content>.top>.main-zombie>.number>.down{
            flex: 1;
            padding-right: 1vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            padding-top: 2vh;
            justify-content: center;
        }
        #phone-four>.four-page>.content>.top>.main>.number>.more{
            height: 4vh;
            text-align: left;
            margin-top: 1vh;
        }
        #phone-four>.four-page>.content>.top>.main-zombie>.number>.more{
            height: 8vh;
            text-align: left;
            margin-top: 1vh;
        }
        #phone-four>.four-page>.content>.top>.main>.number>.top>.tag{
            background-color: #00CC00;
            border-radius: 1vh;
            width: 2vw;
            height: auto;
            margin-right: 1vh;
        }
        #phone-four>.four-page>.content>.top>.main-zombie>.number>.top>.tag{
            background-color: #f16730;
            border-radius: 1vh;
            width: 2vw;
            height: auto;
            margin-right: 1vh;
        }
        .p-tag-title{
            font-size: 2.2vh;
            font-weight: bold;
            text-align: left;
        }
        #phone-four>.four-page>.content>.center>.list{
            flex: 1;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            align-items: center;
            padding: 0 1.5vh;
            justify-content: center;
        }
        .book-avatar{
            width: 5vh;
            margin: 0.5vh;
            height: 5vh;
            border-radius:0.5vh;
            filter:grayscale(100%);
            border: 3px solid #794227;
        }
        .book-change{
            width: 5vh;
            margin: 0.5vh;
        }
        #phone-four>.four-page>.content>.down>button{
            background: url("/assets/images/content/4/r-title.png") no-repeat;
            background-size: 100% 100%;
            padding-top: 10px;
            height: 70px;
            width: 150px;
            font-size: 25px;
            font-weight: bold;
        }
        #phone-four>.four-page>.content>.down>span{
            font-size: 1.5rem;
            padding: 2vh;
        }
        .books-flex{
             display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-direction: column;
            text-align: left;
            margin-left: 1vw;
            font-size: 1.5vh;
            font-weight: bold;
        }
        /*.books-flex>div{*/
        /*    flex: 1;*/
        /*}*/
        /* #p-video{
            background: url("https://ad-cdn.hrgame.com.cn/pvz2/assets/5.艺术鉴赏2-竖版.jpg") no-repeat;
            background-size: 100% 100%;
            width: 100%;
            height: 100%;
            padding-top: 200px;
            position: relative;
            overflow: auto;
        } 
        #p-video>.wrapper>.mb-footer{
            background-color: #0a0a0a;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 18vh;
        }
        */
        #p-video>.wrapper{
            flex: 1;
            width: 100%;
            height: 100%;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            justify-content: center;
            align-content: center;
        }
        #p-video>.wrapper>.title{
            height: auto;
            text-align: center;
        }
        #p-video>.wrapper>.title>img{
            height: 5vh;
        }
        #p-video>.wrapper>.content{
            flex: 1;
            padding: 4vh 4vh 0 4vh;
            position:relative;
        }
        #p-video>.wrapper>.down>img{
            width: 100%;
            /* margin-bottom: -2vh; */
        }
        #p-video>.wrapper>.content>.btn{
            position:relative;
            height: 60px;
            width: 100%;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            align-items: center;
            font-size: 25px;
            justify-content: space-between;
        }
        #p-video>.wrapper>.content>.btn>i{
            width: 200px;
            height: 60px;
            font-weight: bold;
            margin-left: 10px;
            margin-right: 10px;
            background: url("/assets/images/phone/06-btn-no.png") no-repeat;
            background-size: 100% 100%;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: center;
            align-items: center;
        }
        #p-video>.wrapper>.content>.btn>i>img{
            width: 2vh;
            margin-right: 14px;
        }
        #p-video>.wrapper>.content>.btn>.btn-active{
            background: url("/assets/images/phone/06-btn-back.png") no-repeat;
            background-size: 100% 100%;
        }
        #p-video>.wrapper>.content>.main{
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            height: auto;
            flex-direction: column;
            align-items: center;
            justify-content:center;
            position: relative;
            z-index: 1;
        }
        #p-video>.wrapper>.content>.main>.top{
            height: 400px;
            padding: 1vh;
            width: 100%;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            margin-top: 2vh;
        }
        #p-video>.wrapper>.content>.main>.top>.left{
            width: 70%;
            border-radius:15px;
            position: relative;
        }
        .image-down{
            position: absolute;
            height: auto;
            left: 0;
            bottom: 0;
            width: 100%;
            background-color: rgb(0,0,0,0.5);
            padding: 0.5vh 2%;
            color: white;
            font-size: 1.5vh;
        }
        #p-video>.wrapper>.content>.main>.top>.right{
            height: 100%;
            width: 30%;
            margin-left: 20px;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
        }
        #p-video>.wrapper>.content>.main>.top>.right>img{
            width: 100%;
            height: 100%;
            margin: 0 0 10px 0;
            border-radius: 15px;
        }
        #p-video>.wrapper>.content>.main>.down{
            width: 100%;
            /* height: 220px; */
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            align-content: center;
        }
        #p-video>.wrapper>.content>.main>.down>img{
            width: 47%;
            margin: 10px;
            border-radius: 15px;
        }
        #p-video>.wrapper>.content>.music{
            position: relative;
            z-index: 0;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: center;
            margin-top: 2vh;
            flex-direction: column;
        }
        #p-video>.wrapper>.content>.music>.playing{
            position: relative;
            width: 100%;
            background-color: #a8c53b;
            border-radius: 50%;
            padding: 1.5vh;
        }
        #p-video>.wrapper>.content>.music>.playing img{
            transition: all 0.36s ease;
            animation: spin 46s infinite linear;
            -webkit-animation: spin 46s infinite linear;
            animation-play-state: paused;
            -webkit-animation-play-state: paused;
        }
        @-webkit-keyframes spin {
            0% {
                transform: rotate( 0deg);
            }
            100% {
                transform: rotate( 360deg);
            }
        }
        #p-video>.wrapper>.content>.music>.playing>.music-switch{
            position: absolute;
            top: 36%;
            left: 0;
            width: 100%;
            height: 28%;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            align-items: center;
            color: white;
            z-index: 15;
        }
        #p-video>.wrapper>.content>.music>.playing>.music-switch>.left{
            margin-left: -4%;
        }
        #p-video>.wrapper>.content>.music>.playing>.music-switch>.center{
            margin-left: 26%;
            width: 65%;
            margin-right: 26%;
            height: 100%;
            border-radius: 50%;
            background-color: #263011;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        #p-video>.wrapper>.content>.music>.playing>.music-switch>.center>.sche{
            margin-left: 10px;
            margin-right: 10px;
            width:84%;
            height: 10px;
            background-color: #6c757d;
        }
        #p-video>.wrapper>.content>.music>.playing>.music-switch>.center>.sche>.lang{
            width:10%;
            height: 10px;
            background-color: white;
        }
        #p-video>.wrapper>.content>.music>.playing>.music-switch>.center>div{
            margin: 5px 10px 5px 10px;
            width:100%;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        }
        #p-video>.wrapper>.content>.music>.playing>.music-switch>.center>div>span{
            text-align: center;
        }
        #p-video>.wrapper>.content>.music>.playing>.music-switch>.right{
            margin-right: -4%;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
        }
        #p-video>.wrapper>.content>.music>.playing>.music-name{
            position: absolute;
            bottom: 57px;
            left: 0;
            height: auto;
            width: 100%;
            text-align: center;
            font-size: 50px;
            color: white;
        }
        #p-video>.wrapper>.content>.music>.playing>.music-user{
            position: absolute;
            right: -8%;
            bottom: -13%;
            z-index: 10;
        }
        #p-video>.wrapper>.content>.music>.playing>.music-name i{
            display: block;
            width: 56px;
            height: 6px;
            background-color: #fff;
            margin: 10px auto;
        }
        .image-box{
            flex:1;
            position:relative;
        }
        .media-image{
            width: 100%;
            height: 100%;
            border-radius: 10px;
        }
        .play-btn{
            position: absolute;
            top: 32%;
            left: 36%;
        }
        #phone-menu{
            width: 100%;
            height: 100%;
            background:url('/assets/images/phone/menu-back.jpg') no-repeat;
            background-size: 100% 100%;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
        }
        #phone-menu>img{
            width: 4vh;
            margin-top: 1vh;
            margin-left: 4vh;
        }
        #phone-menu>.titles{
            width: 100%;
            height: auto;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction:column;
            justify-content: center;
            align-items: center;
            margin-top:50px;
        }
        #phone-menu>.titles>div{
            text-align: center;
            width:100%;
            font-size: 40px;
            padding-bottom: 20px;
            padding-top: 20px;
        }
        #phone-menu>.titles>div>span{
            position: relative;
            z-index: 10;
        }
        .books-right-detail-data{
            flex: 1;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            margin: 0.5vh 0;
            align-items: center;
        }
        .menu-active{
            height: 80px;
            width: 280px;
            background: url('/assets/images/phone/menu-active.png') no-repeat;
            background-size: 100% 100%;
            font-weight: bold;
            position: relative;
            z-index: 5;
            margin-left: 23%;
            margin-right: 23%
        }
        .menu-no-active{
            height: 80px;
            width: 280px;
            background-color: Transparent;
            color: white;
        }
        .border{
            border-bottom: 2px solid #9adc4a;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content:center;
            align-items: center;
        }
        #phone-menu>.title{
            margin-top: 50px;
            margin-left: 100px;
            margin-right: 100px;
            height: 50px;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: center;
            align-items: center;
        }
        .books-right-detail-zha{
            background-color: #90b13a;
            height: 0.7vh;
            z-index: 6;
            border-radius: 1vh;
            position:absolute;
        }
        .books-right-detail-jin{
            background-color: #6c757d;
            height: 0.7vh;
            width: 100%;
            z-index: 0;
            border-radius: 1vh;
            position: relative;
        }
        #phone-menu>.title>i{
            width: 150px;
            height: 5px;
            background: white;
        }
        #phone-menu>.title>span{
            font-size:40px;
            margin:10px 30px 10px 30px;
            color:white;
        }
        #phone-menu>.others{
            height: auto;
            margin: 30px 100px 10px 100px;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: center;
            align-items: center;
        }
        #phone-menu>.others> div{
            flex: 1;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            align-content: center;
            justify-content: center;
        }
        #phone-menu> .others> div> img{
            width: 120px;
            height: auto;
            margin: 10px;
        }
        #phone-menu> .others> div> span{
            color: white;
            font-size: 20px;
            text-align: center;
        }
        #phone-menu> .btns{
            height: auto;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: center;
            align-items: center;
            margin: 30px 100px 10px 100px;
        }
        #phone-menu> .btns> img{
            margin: 10px 20px;
            height: 70px;
        }
        .timeline{
            height: 5px;
            background-color: white;
        }
        .size{
            width: 50%;
        }
        .timeshow{
            width: 50%;
        }
        #four-page{
            background-image: url("https://ad-cdn.hrgame.com.cn/pvz2/assets/2.玩法介绍-竖版.jpg");
            background-size: 100% 100%;
            height: 100%;
            width: 100%;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;
            padding-top: 12vh;
            position:relative;
            z-index: 1;
            padding-bottom: 15vh;
        }
        #four-page>.title{
            height:4vh;
        }
        #four-page>.content{
            flex: 1;
            width: 100%;
            padding: 2vh 2vh 2vh 4vh;
            position:relative;
            z-index: 1;
        }
        #four-page>.content>.main{
            width: 100%;
            height: 100%;
            background: url("/assets/images/phone/raider-back.png") no-repeat;
            background-size: 100% 100%;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            align-content: center;
            padding: 2vh;
        }
        #four-page>.content>.more{
            position:absolute;
            bottom: 1vh;
            height: 5vh;
            width: 100%;
            left: 0;
            z-index: 3;
            text-align: center;
        }
        #four-page>.content>.main>.title{
            width: 100%;
            height: 8vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            margin-left: -0.8vh;
            justify-content: center;
            align-items: center;
        }
        #four-page>.content>.main>.title>.btn-active{
            width: 32%;
            height: 4vh;
            background-color: #84cc2d;
            color: white;
            margin: 0.5vh;
            border-radius: 1vh;
            font-size: 1.5vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: center;
            align-items: center;
        }
        #four-page>.content>.main>.title>.btn{
            width: 32%;
            height: 4vh;
            background-color: #e2ee40;
            margin: 0.5vh;
            border-radius: 1vh;
            font-size: 1.5vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: center;
            align-items: center;
        }
        #four-page>.content>.main> ul{
            padding: 2vh 3vh 1vh 1vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            flex-direction: column;
            height: 80%;
        }
        #four-page>.content>.main> ul> li{
            width: 100%;
            font-size: 2vh;
            height: 10vh;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            margin-bottom: 10px;
            flex-direction: column;
        }
        #four-page>.content>.main>ul> li>.time{
            height: auto;
            width: 100%;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: space-between;
            align-items: center;
        }
        #four-page>.content>.main>ul> li>.time i{
            width: 0.5vh;
            height: 3vh;
            margin-right: 1.5vh;
            background-color: #00CC00;
        }
        #four-page>.content>.main>ul> li>.time .title{
            flex: 1;
            border-bottom: 1px solid #b8b8b8;
             display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
            justify-content: inherit;
            align-items: baseline;
            padding-bottom: 0.5vh;
        }
        #four-page>.content>.main>ul> li>.title{
            font-weight: bold;
            font-size: 1.5vh;
            margin-left: 2vh;
            flex: 1;
            margin-top: 1vh;
        }
        #four-page>.content>.main>ul> li>.title>span{
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }
        #four-page>.gif{
            width: 100%;
            position: absolute;
            bottom: 0vh;
            z-index: 0;
            left: 0;
        }

    }
}

