@import url(reset.css);
/*横版*/
@media (orientation:landscape) {
    @media only screen and (min-width: 1921px) {
        body {
            background-color: #000;
        }

        #video {
            width: 100%;
            height: 100%;
            background: url('https://ad-cdn.hrgame.com.cn/pvz2/assets/5.艺术鉴赏-横版.jpg') no-repeat;
            background-size: 100% 100%;
        }

        #video .wrapper {
            margin: 0;
            display: flex;
            flex-direction: column;
            padding-left: 15%;
            justify-content: center;
            align-items: center;
            width: 100%;
            padding-top: 10vh;
        }

        #video .wrapper .title {
            padding-left: 5vh;
            margin-bottom: 7vh;
            width: 100%;
        }

        #video .wrapper .title img {
            height: 7vh;
        }

        #video .wrapper .content {
            width: 110vh;
            height: 50vh;
            position: relative;
        }

        .content .music {
            position: absolute;
            right: 0vh;
        }

        .timeline {
            height: 5px;
            background-color: white;
        }

        .content .music .music-switch {
            height: 15vh;
            width: 15vh;
            border-radius: 50%;
            background-color: #263011;
            position: absolute;
            top: 17.5vh;
            right: 17.5vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 0 2vh;
        }

        .music-switch img:hover{
            height: 2.5vh;
        }
        .music-switch > div {
            margin: 0.2vh 2vh;
            display: flex;
            width: 100%;
            justify-content: space-between;
        }
        .music-switch > div >div{
            width: 3vh;
            height: 3vh;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .music-switch img {
            height: 2vh;
            padding-bottom: 5px;
        }
        .music-switch span {
            color: #fff;
            font-size: 1.2vh;
        }

        .content .music .music-name {
            position: absolute;
            /*right: 17vh;*/
            right: 0;
            width: 100%;
            top: 40vh;
            text-align: center;
        }

        .content .music .music-name span {
            font-size: 3vh;
            color: #fff;
        }

        .content .music .music-name i {
            display: block;
            width: 6vh;
            height: 6px;
            background-color: #fff;
            margin: 1vh auto;
        }

        .content .music > img {
            transition: all 0.36s ease;
            display: inline;
            animation: spin 46s infinite linear;
            -webkit-animation: spin 46s infinite linear;
            animation-play-state: paused;
            -webkit-animation-play-state: paused;
        }

        .music-box .mask {
            width: 32vh;
            height: 32vh;
            border-radius: 50%;
            top: 50%;
            left: 50%;
            transform: translate3d(-50%, -50%, 0);
            position: absolute;
            background-color: rgba(0, 0, 0, 0.3);
        }

        .content .mplaying img {
            animation-play-state: running;
            -webkit-animation-play-state: running;
        }

        @-webkit-keyframes spin {
            0% {
                transform: rotate(0deg);
            }
            100% {
                transform: rotate(360deg);
            }
        }
        .content .user {
            position: absolute;
            right: 0vh;
            bottom: 1vh;
            margin-bottom: -5vh;
        }

        #video .wrapper .content .video {
            position: relative;
            width: 75vh;
            height: 50vh;
        }

        #video .wrapper .content .video img {
            /* box-shadow: 0px 0px 5px #000; */
        }

        .switch-plat {
            position: relative;
        }

        .video-switch {
            position: absolute;
            top: calc(50% - 4vh);
            width: 8vh;
            left: calc(50% - 3vh);
        }

        .right .video-switch {
            width: 20%;
        }

        .bottom .video-switch {
            width: 20%;
        }
        .video-switch:hover{
            width: 22%;
            position: absolute;
            top: calc(50% - 5vh);
            left: calc(50% - 5vh);
        }

        .video .top .left .image-switch {
            height: 20vh;
            width: 40vh;
            border-radius: 1vh;
        }

        .video .top .right {
            width: 23vh;
        }

        .video .top .right img {
            margin-bottom: 2vh;
        }

        .video .bottom {
            display: flex;
            justify-content: space-between;
        }

        .type {
            width: 75vh;
            font-size: 2vh;
            margin-top: 1vh;
            margin-left: -35vh;
        }
        .type a{
            font-weight: bold;
        }
        .type a:hover{
            color: white;
        }
        .type a .fr-1{
            display: block;
        }
        .type a .fr-2{
            display: none;
        }
        .type a:hover .fr-1{
            display: none;
        }
        .type a:hover .fr-2{
            display: block;
        }

        .type button {
            display: inline-block;
            width: 18vh;
            height: 6vh;
            text-align: center;
            line-height: 6vh;
            font-size: 2vh;
            color: #000;
            font-weight: bold;
            border: none;
            background: url('/assets/images/image/more.png') no-repeat;
            background-size:100% 100%;
        }

        .type a button:hover {
            background: url('/assets/images/image/more-active.png') no-repeat;
            background-size:100% 100%;
        }

        .type > .huan {
            font-weight: bold;
        }

        .type > .huan > img {
            width: 2vh;
        }

        .gif {
            position: absolute;
            left: 0px;
            bottom: 0vh;
            right: 1vh;
            pointer-events: none;
        }
    }
    @media only screen and (max-width: 1920px) {
        body {
            background-color: #000;
        }

        #video {
            width: 100%;
            height: 100%;
            background: url('https://ad-cdn.hrgame.com.cn/pvz2/assets/5.艺术鉴赏-横版.jpg') no-repeat;
            background-size: 100% 100%;
        }

        #video .wrapper {
            position: absolute;
            margin: 7vh 20vh 0 55vh;
        }

        #video .wrapper .title {
            margin-left: -5vh;
            margin-bottom: 5vh;
        }

        #video .wrapper .title img {
            height: 7vh;
        }

        #video .wrapper .content {
            width: 115vh;
            height: 52vh;
            position: relative;
        }

        .content .music {
            position: absolute;
            /* top: 1vh; */
            right: 6vh;
        }

        .timeline {
            height: 5px;
            background-color: white;
        }

        .content .music .music-switch {
            text-align: center;
            height: 15vh;
            width: 15vh;
            border-radius: 50%;
            background-color: #263011;
            position: absolute;
            top: 17.5vh;
            right: 17.5vh;
            display:flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 0 2vh;
        }

        .music-switch img {
            height: 2vh;
            padding-bottom: 5px;
            cursor: pointer;
        }
        .music-switch img:hover{
            height: 2.5vh;
        }
        .music-switch > div {
            margin: 0.2vh 2vh;
            display: flex;
            width: 100%;
            justify-content: space-between;
        }
        .music-switch > div >div{
            width: 3vh;
            height: 3vh;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .music-switch span {
            color: #fff;
            font-size: 1.2vh;
        }

        .content .music .music-name {
            position: absolute;
            /*right: 17vh;*/
            right: 0;
            width: 100%;
            top: 40vh;
            text-align: center;
        }

        .content .music .music-name span {
            font-size: 3vh;
            color: #fff;
        }

        .content .music .music-name i {
            display: block;
            width: 6vh;
            height: 6px;
            background-color: #fff;
            margin: 1vh auto;
        }

        .content .music > img {
            transition: all 0.36s ease;
            display: inline;
            animation: spin 46s infinite linear;
            -webkit-animation: spin 46s infinite linear;
            animation-play-state: paused;
            -webkit-animation-play-state: paused;
        }

        .music-box .mask {
            width: 32vh;
            height: 32vh;
            border-radius: 50%;
            top: 50%;
            left: 50%;
            transform: translate3d(-50%, -50%, 0);
            position: absolute;
            background-color: rgba(0, 0, 0, 0.3);
        }

        .content .mplaying img {
            animation-play-state: running;
            -webkit-animation-play-state: running;
        }

        @-webkit-keyframes spin {
            0% {
                transform: rotate(0deg);
            }
            100% {
                transform: rotate(360deg);
            }
        }
        .content .user {
            position: absolute;
            right: 0vh;
            bottom: 1vh;
            margin-bottom: -5vh;
        }

        #video .wrapper .content .video {
            position: relative;
            width: 75vh;
            height: 50vh;
        }

        #video .wrapper .content .video img {
            /* box-shadow: 0px 0px 5px #000; */
        }

        .switch-plat {
            position: relative;
        }

        .video-switch {
            position: absolute;
            top: calc(50% - 30px);
            left: calc(50% - 30px);
            width: 20%;
            cursor:pointer
        }

        .right .video-switch {
        }

        .bottom .video-switch {
        }
        .video-switch:hover{
            width: 22%;
            position: absolute;
            top: calc(50% - 35px);
            left: calc(50% - 32px);
        }

        .video .top .right {
            width: 23vh;
        }

        .video .top .right img {
            margin-bottom: 2vh;
        }

        .video .bottom {
            display: flex;
            justify-content: space-between;
        }

        .type {
            width: 75vh;
            font-size: 2vh;
        }
        .type a{
            font-weight: bold;
        }
        .type a img:hover{
            font-weight: bold;
        }
        .type a .fr-1{
            display: block;
        }
        .type a .fr-2{
            display: none;
        }
        .type a:hover .fr-1{
            display: none;
        }
        .type a:hover .fr-2{
            display: block;
        }

        .type button {
            display: inline-block;
            width: 18vh;
            height: 6vh;
            text-align: center;
            line-height: 6vh;
            font-size: 2vh;
            color: #000;
            font-weight: bold;
            border: none;
            background: url('/assets/images/image/more.png') no-repeat;
            background-size:100% 100%;
        }

        .type a button:hover {
            background: url('/assets/images/image/more-active.png') no-repeat;
            background-size:100% 100%;
        }

        .type > .huan {
            font-weight: bold;
        }

        .gif {
            position: absolute;
            left: 0px;
            bottom: 0vh;
            right: 1vh;
            pointer-events: none;
        }
    }
}