#intro {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    background: black
}

#intro .loading-text {
    position: absolute;
    top: 40%;
    width: 100%;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: #fff;
    text-align: center
}

#intro .loading-text > div {
    margin-bottom: 20px
}

#intro .loading-text .second_line {
    margin-bottom: 10px
}

#intro .loading-text .second_line:after {
    display: block;
    width: 1px;
    height: 40px;
    background-color: #fff;
    content: "";
    margin: 20px auto
}

#intro .loading-text > div > span:nth-child(1) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 0s infinite linear alternate;
    animation: blur-text 1.5s 0s infinite linear alternate
}

#intro .loading-text > div > span:nth-child(2) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s .2s infinite linear alternate;
    animation: blur-text 1.5s .2s infinite linear alternate
}

#intro .loading-text > div > span:nth-child(3) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s .4s infinite linear alternate;
    animation: blur-text 1.5s .4s infinite linear alternate
}

#intro .loading-text > div > span:nth-child(4) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s .6s infinite linear alternate;
    animation: blur-text 1.5s .6s infinite linear alternate
}

#intro .loading-text > div > span:nth-child(5) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s .8s infinite linear alternate;
    animation: blur-text 1.5s .8s infinite linear alternate
}

#intro .loading-text > div > span:nth-child(6) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 1s infinite linear alternate;
    animation: blur-text 1.5s 1s infinite linear alternate
}

#intro .loading-text > div > span:nth-child(7) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 1.2s infinite linear alternate;
    animation: blur-text 1.5s 1.2s infinite linear alternate
}

#intro .loading-text > div > span:nth-child(8) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 1.2s infinite linear alternate;
    animation: blur-text 1.5s .8s infinite linear alternate
}

#intro .loading-text > div > span:nth-child(9) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 1.2s infinite linear alternate;
    animation: blur-text 1.5s .2s infinite linear alternate
}

#intro .loading-text > div > span:nth-child(10) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-animation: blur-text 1.5s 1.2s infinite linear alternate;
    animation: blur-text 1.5s .4s infinite linear alternate
}

@-webkit-keyframes blur-text {
    0% {
        -webkit-filter: blur(0px);
        filter: blur(0px)
    }
    100% {
        -webkit-filter: blur(4px);
        filter: blur(4px)
    }
}

@keyframes blur-text {
    0% {
        -webkit-filter: blur(0px);
        filter: blur(0px)
    }
    100% {
        -webkit-filter: blur(4px);
        filter: blur(4px)
    }
}

#section01 {
    width: 100%;
    background: url("../img/section01/bg.png") no-repeat center top;
    cursor: url("../img/section01/cursor.png"), auto
}


.spotlight {
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: radial-gradient(circle, transparent 100px, rgba(0, 0, 0, 0.75) 200px)
}

.menu {
    position: absolute;
    left: 100px;
    top: 60px;
    cursor: pointer;
    z-index: 999999
}

.close_page {
    opacity: .6;
    position: absolute;
    cursor: pointer;
    top: 50%;
    right: 50px;
    margin-left: 830px;
    z-index: 99999;
    transition: all 1s
}

.close_page:hover {
    background: url('../img/section02/close_on.png')
}

.close_page.on {
    opacity: 1
}

#section01 .site {
    width: 213px;
    height: 29px;
    position: absolute;
    left: 100px;
    bottom: 50px;
    cursor: pointer
}


#section01 .click {
    width: 131px;
    height: 16px;
    position: absolute;
    left: 50%;
    bottom: 50px;
    margin-left: -65px;
}

#section01 .click img {
    position: absolute;
    left: 0;
    top: 0
}

#section01 .click img:last-child {
    opacity: 0;
    animation: click ease alternate infinite 1.5s
}

@keyframes click {
    to {
        opacity: 1
    }
}
#section01 .lang {
    width: 85px;
    height: 18px;
    position: absolute;
    right: 100px;
    bottom: 50px;
}

#section01 .lang > div {
    display: inline-block;
    opacity: .2;
    cursor: pointer;
    transition: all .75s
}

#section01 .lang > div.on {
    opacity: 1
}

#section01 .lang > p {
    margin-top: 10px;
    transition: all .75s;
    position: relative
}

#section01 .lang > p.on1 {
    left: 0
}

#section01 .lang > p.on2 {
    left: 45px
}

#section01 .lang > div:first-child {
    margin-right: 15px
}

#section01 .lang_line {
    position: absolute;
    left: 50%;
    margin-left: 844px;
    top: 919px
}

#section01 .button > li {
    position: absolute;
    left: 50%;
    opacity: .2;
    transition: all .75s
}

#section01 .button > li:hover {
    opacity: 1
}

#section01 .button li .plus {
    width: 41px;
    height: 41px;
    display: inline;
    background: url("../img/section01/plus_in.png") no-repeat center;
    position: absolute;
    top: 50%;
    margin-top: -20px
}

@keyframes plus {
    to {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.11)
    }
}

#section01 .button li .plus > img {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    animation: plus ease alternate infinite 1.5s
}

#section01 .button li .plus_text {
    margin-left: 48px
}

#section01 .button li:nth-child(1) {
    margin-left: -524px;
    top: 284px
}

#section01 .button li:nth-child(2) {
    margin-left: -431px;
    top: 375px
}

#section01 .button li:nth-child(3) {
    margin-left: 88px;
    top: 205px
}

@media screen and (max-width:1300px){#section01 .button li:nth-child(3){top: 150px;}}

#section01 .button li:nth-child(4) {
    margin-left: 414px;
    top: 109px
}


#section01 .button li:nth-child(5) {
    margin-left: 429px;
    top: 359px
}

#section01 .button li:nth-child(6) {
    margin-left: 260px;
    top: 808px
}

#section01 .text_box {
    width: 560px;
    height: 230px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin:-115px 0 0 -280px;
    text-align: center;
}

#section01 .text_box li:nth-child(1) {
    margin-bottom: 23px;
    opacity: 0;
    transition: all .5s
}

#section01 .text_box li:nth-child(1).on {
    opacity: 1;
    transition-delay: 4s
}

#section01 .text_box li:nth-child(2) {
    margin-bottom: 20px;
    opacity: 0;
    transition: all .5s
}

#section01 .text_box li:nth-child(2).on {
    opacity: 1;
    transition-delay: 4.5s
}

#section01 .text_box li:nth-child(3) {
    opacity: 0;
    transition: all .5s
}

#section01 .text_box li:nth-child(3).on {
    opacity: 1;
    transition-delay: 5s
}

#section02 .video {
    width: 1920px;
    height: 100%;
    position: relative;
    margin: 0 auto
}

#section02 .bbc_logo {
    position: absolute;
    right: 63px;
    top: 90px
}


#section02 .index {
    width: 200px;
    height: 25px;
    position: absolute;
    left: 218px;
    bottom: 605px
}

@media screen and (max-width:1600px){#section02 .index{left: 107px; bottom: 500px;}}
@media screen and (max-width:1300px){#section02 .index{left: 211px; bottom: 411px;}}

#section02 .index ul {
    display: inline-block
}

#section02 .index .numbering {
    width: 23px;
    height: 22px;
    margin-right: 10px
}

#section02 .index .numbering > li {
    position: absolute;
    margin-left: 0;
    top: 0;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0
}

#section02 .index .numbering > li.on {
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 1;
    transition: all .6s
}

#section02 .index .series {
    width: 121px;
    height: 21px
}

#section02 .index .series > li {
    position: absolute;
    margin-left: 0;
    top: 0;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0
}

#section02 .index .series > li.on {
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 1;
    transition: all .9s
}

#section02 .slide_text_wrap{
    transform: scale(1);
    transform-origin: center top;
}
@media screen and (max-width:1600px){#section02 .slide_text_wrap{transform: scale(.8)}}
@media screen and (max-width:1300px){#section02 .slide_text_wrap{transform: scale(.65); transform-origin: 750px top;}}


#section02 .slide_text_wrap > div {
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
    transition: all .5s;
    position: relative;
    z-index: -100;
}

#section02 .slide_text_wrap.on > div {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    z-index: 100;
}

#section02 .slide_text_wrap.on > div:nth-child(1) {
    transition-delay: .3s
}

#section02 .slide_text_wrap.on > div:nth-child(2) {
    transition-delay: .6s
}

#section02 .slide_text_wrap .eptitle {
    width: 100%;
    height: 722px;
    position: absolute;
    left: 50%;
    bottom: -130px;
    margin-left: -700px
}
#section02 .slide_text_wrap .epinfo {
    height: 327px;
    position: absolute;
    left: 50%;
    bottom: 260px;
    margin-left: 135px
}

#section02 .slide_text_wrap .epinfo > img:first-child {
    margin-bottom: 55px;
    margin-left: 10px
}

.slider {
    position: absolute;
    left: 50%;
    bottom: 100px;
}

.slider .select {
    margin-left: -148px
}

.slider_contents {
    width: 900px;
    margin-top: -40px;
    vertical-align: middle;
    margin-left: -96px;
    cursor: pointer
}

.slider_contents .slick-slide {
    margin-right: 120px;
    outline: 0
}

#section02 .scroll {
    width: 130px;
    height: 51px;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    bottom: 70px;
    text-align: center;
    opacity: .5;
    animation: scroll linear alternate infinite 2s
}

@keyframes scroll {
    to {
        opacity: .05
    }
}

#section03 {
    background: url("../img/section03/bg.png") no-repeat center top;
    background-size: cover;
}

#section03 .button > li {
    position: absolute;
    opacity: .2;
    transition: all .75s
}

#section03 .button > li:hover {
    opacity: 1
}

#section03 .button li .plus {
    width: 41px;
    height: 41px;
    display: inline;
    background: url("../img/section01/plus_in.png") no-repeat center;
    position: absolute;
    top: 50%;
    margin-top: -20px
}

@keyframes plus {
    to {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.11)
    }
}

#section03 .button li .plus > img {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    animation: plus ease alternate infinite 1.5s
}
#section03 .button li:nth-child(1) {top: 25%; left: 18%;}
#section03 .button li:nth-child(2) {left:30%;top: 27%;}
#section03 .button li:nth-child(3) {left:39%;top: 55%;}
#section03 .button li:nth-child(4) {left:47%;top: 30%;}
#section03 .button li:nth-child(5) {right:37%;top:18%;}
#section03 .button li:nth-child(6) {right:20%;top: 28%;}
#section03 .button li:nth-child(7) {right:26%;top: 50%;}

#section03 .click {
    width: 131px;
    height: 16px;
    position: absolute;
    left: 50%;
    bottom:  50px;
    margin-left: -65px;
    cursor: pointer
}

#section03 .click img {
    position: absolute;
    left: 0;
    top: 0
}

#section03 .click img:last-child {
    opacity: 0;
    animation: click ease alternate infinite 1.5s
}

@keyframes click {
    to {
        opacity: 1
    }
}

#section04 {
    background: url("../img/section04/bg.png") no-repeat center top
}

#section04 .button div {
    position: absolute;
    left: 50%;
    top: 500px;
    z-index: 100;
    cursor: pointer
}

#section04 .button .prev {
    margin-left: -860px
}

#section04 .button .next {
    margin-left: 800px
}

#section04 .index .numbering {
    width: 25px;
    height: 37px;
    position: absolute;
    right: 126px;
    top: 80px;
    z-index: 100
}

#section04 .index .numbering > li {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .5s
}

#section04 .index .numbering > li.on {
    opacity: 1
}

#section04 .index .numberfix {
    position: absolute;
    right: 100px;
    top: 102px;
    z-index: 100
}

#sc04_slide {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto
}

#sc04_slide .slick-slide {
    position: relative;
    width: 1920px;
    height: 1080px;
    outline: 0;
    transform: scale(1);
    transform-origin: left top;
}

@media screen and (max-width:1600px){#sc04_slide .slick-slide{transform: scale(.8)}}
@media screen and (max-width:1300px){#sc04_slide .slick-slide{transform: scale(.63)}}
#section04 .slide_text_wrap .casttitle {
    position: absolute;
    left: 50%;
    top: 445px;
    margin-left: -780px;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
    transition: all .5s
}

#section04 .slide_text_wrap.on .casttitle {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

#section04 .slide_text_wrap .castphoto {
    position: absolute;
    left: 50%;
    top: 70px;
    margin-left: 61px
}

#section04 .slide_text_wrap .castinfo {
    position: absolute;
    left: 50%;
    margin-left: -768px;
    top: 334px
}

#section04 .slide_text_wrap .castinfo .infotop {
    margin-top: 308px;
    vertical-align: middle
}

#section04 .slide_text_wrap .castinfo .infotop img {
    vertical-align: middle;
    margin-right: 10px
}

#section04 .slide_text_wrap .castinfo .infomiddle {
    margin-top: 20px
}

#section04 .slide_text_wrap .castinfo .infobottom {
    margin-top: 62px
}

#section04 .slide_text_wrap .castinfo .infobottom img:nth-child(1) {
    margin-right: 78px
}

#section04 .slide_text_wrap .castinfo > div {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
    transition: all .5s
}

#section04 .slide_text_wrap .castinfo > div:nth-child(1) {
    transition-delay: .3s
}

#section04 .slide_text_wrap .castinfo > div:nth-child(2) {
    transition-delay: .6s
}

#section04 .slide_text_wrap .castinfo > div:nth-child(3) {
    transition-delay: .9s
}

#section04 .slide_text_wrap.on .castinfo > div {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}


#section05 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9
}


#section05 .sc05_inner{
    width: 100%;
    height: 100%;
    position: relative;
    transform-origin: center;
    transform: scale(1);
}
@media screen and (max-width:1600px){#section05 .sc05_inner{transform: scale(.8)}}
@media screen and (max-width:1300px){#section05 .sc05_inner{transform: scale(.7); transform-origin: center bottom;}}



#section05 .close {
    position: absolute;
    right: 42px;
    margin-left: 820px;
    top: 60px;
    cursor: pointer
}

#section05 .image img {
    position: absolute;
    left: 50%
}

#section05 .image img:nth-child(1) {
    bottom: 368px;
    margin-left: -172px
}

#section05 .image img:nth-child(2) {
    bottom: 91px;
    margin-left: -465px
}

#section05 .button {
    position: absolute;
    left: 50%;
    bottom: 126px;
    margin-left: 100px
}

#section05 .text {
    position: absolute;
    left: 50%;
    bottom: 58px;
    margin-left: -195px
}

#section06 {
    width: 100%;
    height: 100%
}

#section06 .bbc_logo {
    position: absolute;
    left: 50%;
    margin-left: 810px;
    top: 90px;
    z-index: 9998
}

#section06 .button div {
    position: absolute;
    left: 50%;
    top: 469px;
    z-index: 100;
    cursor: pointer
}

#section06 .button .prev {
    margin-left: -820px
}

#section06 .button .next {
    margin-left: 780px
}


#section06 .index {
    width: 200px;
    height: 25px;
    position: absolute;
    left: 50%;
    margin-left: -724px;
    top: 185px
}

#sc06_slide {
    width: 100%;
    height: 100%
}

#sc06_slide .slick-slide {
    width: 1920px;
    height: 980px;
    position: relative;
    outline: 0
}
#section06 .slide_text_wrap .inner{width: 100%; height: 100%; position: absolute; left: 0; top: 0;}
@media screen and (max-width:1300px){#section06 .slide_text_wrap .inner{transform: scale(.8); left: 37px; top:-44px; transform-origin: left top;}}

#section06 .slide_text_wrap .numbering {
    position: absolute;
    left: 50%;
    top: 185px;
    margin-left: -725px
}

#section06 .slide_text_wrap .series {
    position: absolute;
    left: 50%;
    top: 185px;
    margin-left: -685px
}

#section06 .slide_text_wrap .eptitle {
    position: absolute;
    left: 50%;
    top: 236px;
    margin-left: -700px
}

#section06 .slide_text_wrap .songname_L {
    width: 600px;
    height: 305px;
    position: absolute;
    left: 50%;
    top: 345px;
    margin-left: -685px
}

#section06 .slide_text_wrap .songname_L div {
    display: inline-block;
    margin: 5px 0
}

#section06 .slide_text_wrap .songname_L div .playbtn {
    cursor: pointer
}

#section06 .slide_text_wrap .songname_L div img {
    margin-right: 20px;
    vertical-align: middle;
    opacity: .6
}

#section06 .slide_text_wrap .songname_L div img:hover {
    opacity: 1
}

#section06 .slide_text_wrap .songname_R {
    width: 600px;
    height: 305px;
    position: absolute;
    left: 50%;
    top: 345px;
    margin-left: 182px
}

@media screen and (max-width:1300px){#section06 .slide_text_wrap .songname_R{left: 43%; margin-left: 0;}}

#section06 .slide_text_wrap .songname_R div {
    display: inline-block;
    margin: 5px 0
}

#section06 .slide_text_wrap .songname_R div img {
    margin-right: 20px;
    vertical-align: middle;
    opacity: .6
}

#section06 .slide_text_wrap .songname_R div img:hover {
    opacity: 1
}

#section06 .slide_text_wrap .numbering, #section06 .slide_text_wrap .series, #section06 .slide_text_wrap .eptitle, #section06 .slide_text_wrap .songname_L, #section06 .slide_text_wrap .songname_R {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
    transition: all .5s
}

#section06 .slide_text_wrap.on .numbering, #section06 .slide_text_wrap.on .series, #section06 .slide_text_wrap.on .eptitle, #section06 .slide_text_wrap.on .songname_L, #section06 .slide_text_wrap.on .songname_R {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

#section06 .slide_text_wrap .numbering {
    transition-delay: 0s
}

#section06 .slide_text_wrap .series {
    transition-delay: 0s
}

#section06 .slide_text_wrap .eptitle {
    transition-delay: .3s
}

#section06 .slide_text_wrap .songname_L {
    transition-delay: .5s
}

#section06 .slide_text_wrap .songname_R {
    transition-delay: .8s
}

#section06 .pop {
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 275px;
    position: fixed;
    bottom: 0;
}

#section06 .open {
    width: 33px;
    height: 33px;
    position: absolute;
    left: 50%;
    bottom: 60px;
    margin-left: -16px;
    display: none;
    z-index: 100;
}

#section06 .pop .close {
    width: 33px;
    height: 33px;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -16px;
    cursor: pointer
}

#section06 .pop .line .progress {
    position: absolute;
    top: 0;
    left: 0
}

#section06 .pop .line .progress_on {
    position: absolute;
    top: 0;
    left: 50%;
    left: -1920px
}

#section06 .pop .line .progress_on.on {
    animation: play linear alternate 15s
}

@keyframes play {
    to {
        left: 0
    }
}

#section06 .pop .albumcover li {
    position: absolute;
    top: 4px;
    left: 0;
    opacity: 0
}

#section06 .pop .albumcover li.on {
    opacity: 1
}

#section06 .pop .albumtitle li {
    position: absolute;
    left: 318px;
    top: 66px;
    opacity: 0
}

#section06 .pop .albumtitle li.on {
    opacity: 1
}

#section06 .pop .albumartist {
    position: absolute;
    top: 101px;
    left: 318px;
}

#section06 .pop .albumtime {
    position: absolute;
    top: 128px;
    left: 318px;
}

#section06 .pop .button {
    position: absolute;
    top: 210px;
    left: 318px;
}

#section06 .pop .button li {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer
}

#section06 .scroll {
    width: 86px;
    position: absolute;
    left: 50%;
    margin-left: -43px;
    bottom: 30px;
    opacity: .5;
    animation: scroll linear alternate infinite 2s
}

@keyframes scroll {
    to {
        opacity: .05
    }
}

#menu {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
    display: none
}

#menu .close {
    position: absolute;
    right: 42px;
    top: 60px;
    cursor: pointer
}

#menu .inner{
    width: 968px;
    height: 428px;
    position: absolute;
    right: 72px;
    bottom: 260px;
    transform-origin: right bottom;
}

@media screen and (max-width:1600px){#menu .inner{transform: scale(.8); bottom: 180px;}}
@media screen and (max-width:1300px){#menu .inner{ bottom: 90px;}}
#menu .number{
    position: absolute;
    left: 0;
    top: 0;
}

#menu .number li {
    width: 42px;
    height: 42px;
    margin-bottom: 60px;
    cursor: pointer;
    transition: all .5s
}

#menu .number li:nth-child(1) {background: url("../img/menu/number0.png") no-repeat center top;}
#menu .number li:nth-child(2) {background: url("../img/menu/number1.png") no-repeat center top;}
#menu .number li:nth-child(3) {background: url("../img/menu/number2.png") no-repeat center top;}
#menu .number li:nth-child(4) {background: url("../img/menu/number3.png") no-repeat center top;}
#menu .number li:nth-child(5) {background: url("../img/menu/number4.png") no-repeat center top; margin-bottom: 0;}

#menu .number li:nth-child(1).on {background: url("../img/menu/number0_on.png") no-repeat center top}
#menu .number li:nth-child(2).on {background: url("../img/menu/number1_on.png") no-repeat center top}
#menu .number li:nth-child(3).on {background: url("../img/menu/number2_on.png") no-repeat center top}
#menu .number li:nth-child(4).on {background: url("../img/menu/number3_on.png") no-repeat center top}
#menu .number li:nth-child(5).on {background: url("../img/menu/number4_on.png") no-repeat center top}


#menu .menulist{
    position: absolute;
    top: 0;
    left: 81px;
}
#menu .menulist li {
    margin-bottom: 55px;
    opacity: .6;
    transition: all .75s;
    cursor: pointer;
}

#menu .menulist li:hover {
    opacity: 6;
}

#menu .menulist li:nth-child(5) {margin-bottom: 0;}


#menu .line{
    position: absolute;
    right: 0;
    top: 7px;
}
#menu .line li {
    width: 90px;
    height: 3px;
    background: url("../img/menu/line.png") no-repeat center;
    transition: all .5s;
    margin-bottom: 105px;
}

#menu .line li.on {background: url("../img/menu/line_on.png") no-repeat center}

#menu .line li:nth-child(5) {margin-bottom: 0}

#menu .leftmenu div {
    position: absolute;
    left: 50%;
    opacity: .6;
    transition: all .75s
}

#menu .leftmenu div:hover {
    opacity: 1
}

#menu .leftmenu .blog{
    left:50px;
    bottom: 95px;
    cursor: pointer;
}
#menu .leftmenu .site {
    left: 50px;
    bottom: 50px;
    cursor: pointer
}