@charset "UTF-8";
/**
 * 
 * @authors Mina
 */

@import url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/css/animate.css');

body:after {
    content: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/page1_bg2.png')
             url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/page1_title_m.png')
             url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/page3_light.png')
             url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/page4_ch2.png')
             url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/page4_ch3.png')
             url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/page4_ch4.png')
             url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/page4_ch5.png')
             url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/page4_ch6.png')
             url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/page4_ch7.png')
             url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/page4_ch8.png')
             url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/page4_pic2.png')
             url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/page4_pic3.png')
             url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/page4_pic4.png')
             url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/page4_pic5.png')
             url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/page4_pic6.png')
             url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/page4_pic7.png')
             url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/page4_pic8.png')
             url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/pop_btn1.png')
             url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/pop_btn2.png')
             url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/pop_close.png')
             url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/0.png')
             url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/1.png')
             url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/2.png')
             url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/3.png')
             url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/4.png')
             url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/5.png')
             url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/6.png')
             url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/7.png')
             url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/8.png')
             url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/9.png');
    display: none;
    }


body {
	overflow-x: hidden;
	border: medium none;
    margin: 0 auto;
    padding: 0;
    outline: none;
    font-family: 'Arial';
    width: 100%;
    max-width: 1920px;
    min-width: 320px;
    background: #000;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

ul, li {
	list-style-type: none;
	margin: 0;
    padding: 0;
}

.move {
	-o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

/* ----- Loading -----*/

#loading {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #000;
	z-index: 999;
    max-width: 1920px;
}

#loading .loading_contain {
	position: absolute;
	margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0 , -50%);
    animation: fadeIn 1s forwards;
}

#loading .loading1 {
	width: 99px;
	height: 188px;
	background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/loading.png') bottom center no-repeat;
	position: relative;
    margin: 0 auto;
    animation: pulse 1s infinite;
}

.preload * {
    animation: none !important;
}


/* ----- Main -----*/

#main {
    overflow: hidden;
    pointer-events: none;
}

.in {
	max-width: 1200px;
	width: 100%;
	height: 100%;
	position: relative;
    margin: 0 auto;
}

#page1 {
	width: 100%;
	height: 905px;
	background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/page1_bg.jpg?ver=201904261721') top center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

#page1 .topbar {
	width: 100%;
	height: 58px;
	background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/page1_topbg.png') top center no-repeat;
	position: absolute;
	color: #fff;
	line-height: 58px;
	font-weight: 500;
    animation: fadeInDown 1s forwards;
    animation-delay: .4s;
    opacity: 0;
}

#page1 .topbar li {
	cursor: pointer;
    pointer-events: auto;
    display: inline-block;
    height: 32px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0 , -50%);
    top: 50%;
    position: relative;
    filter: opacity(90%);
    left: 15px;
    margin-right: 15px;
}

#page1 .topbar li:nth-child(2) {
    pointer-events: none;
    cursor: auto;
}

#page1 .topbar span {
    padding-left: 10px;
    top: -9px;
    position: relative;
    letter-spacing: 1.2px;
    display: inline-block;
}

#page1 .topbar li:nth-child(2) a {
    pointer-events: auto;
    cursor: pointer;
}

#page1 .topbar span a:hover,
#page1 .topbar span a:visited,
#page1 .topbar span a:link {
    text-decoration: underline;
    color: #fff;
}

#page1 .topbar img {
    width: 32px;
}

#page1 .topbar li:hover {
	filter: opacity(100%);
}

#page1 .page1_pic {
    background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/page1_pic.png') top center no-repeat;
    width: 1028px;
    height: 940px;
    position: absolute;
    right: 13%;
    opacity: 0;
    animation: fadeIn 1.5s forwards;
    animation-delay: 0.3s;
}

#page1 .page1_pic2 {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/page1_pic.png') top center no-repeat;
	width: 1028px;
	height: 940px;
	position: absolute;
	right: 13%;
    animation: toppic_ani .5s forwards;
}

@keyframes toppic_ani {
    0% {transform: scale(5);opacity: 0}
    60% {transform: scale(1);opacity: 0.6}
    80% {transform: scale(1);opacity: 0.1}
    100% {transform: scale(1.5);opacity: 0}
}

#page1 .page1_bg2 {
    display: none;
    background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/page1_bg2.png') top center repeat-x;
}

#page1 .page1_logo {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/logo.png') top center no-repeat;
    width: 361px;
    height: 145px;
    background-size: contain;
	position: absolute;
	right: 6px;
    top: 17px;
    animation: fadeIn 1s forwards;
    animation-delay: .4s;
    opacity: 0;
}

#page1 .page1_title {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/page1_title.png') top center no-repeat;
	background-size: contain;
    max-width: 725px;
    padding-top: 18.42%;
    position: absolute;
    bottom: 48px;
    right: 4.7%;
    width: 60.42%;
    animation: fadeIn 1s forwards;
    animation-delay: .4s;
    opacity: 0;
}

#page1 .page1_links {
	width: 305px;
	height: 144px;
	position: absolute;
    top: 680px;
    right: 4px;
    animation: fadeIn 1s forwards;
    animation-delay: .4s;
    opacity: 0;
}

#page1 .page1_links img {
	left: 148px;
    position: relative;
    pointer-events: auto;
    cursor: pointer;
    max-width: 156px;
}

#page1 .page1_links img:hover,
#page1 .page1_links2 img:hover {
    filter: brightness(1.2);
}

#page1 .page1_links .btnicon {
    pointer-events: none;
    position: absolute;
    left: 0px;
    width: 144px;
}

#page1 .page1_links2 {
    background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/page1_linkbg2.png') top center no-repeat;
    width: 301px;
    height: 132px;
    position: absolute;
    top: 708px;
    right: 4px;
    animation: fadeIn 1s forwards;
    animation-delay: .4s;
    opacity: 0;
}

#page1 .page1_links2 img {
    left: 64px;
    position: relative;
    top: 78px;
    pointer-events: auto;
    cursor: pointer;
    max-width: 156px;
}

#page1 .page1_video {
    max-width: 300px;
    width: 24.99%;
    padding-top: 14.08%;
    position: absolute;
    bottom: 60px;
    left: 36px;
    background: rgba(0, 0, 0, .3);
    border-style: solid; 
	border-width: 8px; 
	border-color: rgba(0, 0, 0, 0);
    animation: fadeIn 1s forwards;
    animation-delay: .4s;
    opacity: 0;
}

#page1 .page1_videoin {
	width: 100%;
	height: 100%;
	background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/video.jpg') top center no-repeat;
	position: absolute;
	top: 0;
    background-size: contain;
}

#page1 .page1_video img {
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50% , -50%);
    top: 50%;
    position: absolute;
    left: 50%;
    cursor: pointer;
    pointer-events: auto;
    opacity: 0.9;
}

#page1 .page1_video img:hover {
	filter: brightness(1.2);
	opacity: 1;
}

#page2 {
	width: 100%;
	height: 912px;
	background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/page2_bg.jpg') top center no-repeat fixed;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

#page2:before,
#page3:before,
#page4:before,
#page5:before,
#page6:before {
	content: ' ';
	width: 100%;
	height: 100%;
	background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/bg_effect.jpg') top center no-repeat fixed;
	position: absolute;
	mix-blend-mode: soft-light;
}

#page2 .title {
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 60px;
    width: 94.49%;
    max-width: 1134px;
}

#page2 .pic {
    position: absolute;
    max-width: 851px;
    left: -12%;
    top: 34px;
}

#page2 .box {
	position: absolute;
	background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/page2_box.png') top center no-repeat;
	background-size: contain;
    width: 628px;
    height: 640px;
    right: 3.7%;
    top: 135px;
}

#page2 li {
    width: 580px;
    position: relative;
    margin: 0 auto;
    top: 174px;
    color: #cab788;
}

#page2 .step1 span,
#page2 .step2 span {
    left: 17px;
    top: 3px;
    position: relative;
    font-size: 16px;
}

#page2 .likebtn {
	position: absolute;
    top: 0;
    left: 228px;
    cursor: pointer;
    pointer-events: auto;
}

#page2 .likebtn:hover {
	filter: brightness(1.2);
}

#page2 .step2 {
	margin-top: 64px;
}

#page2 .inputbox {
    width: 530px;
    height: 120px;
    left: 17px;
    top: 16px;
    position: relative;
    font-size: 16px;
    pointer-events: auto;
}

#page2 select {
    width: 138px;
    height: 48px;
    font-size: 16px;
    font-family: 'Arial';
    border: 2px solid #416d99;
    outline: 1px solid #fff;
    float: left;
    padding-left: 2px;
}

#page2 option {
	font-size: 16px;
    font-family: 'Arial';
    border: 1px solid #000;
}

#page2 input[type=tel] {
    width: 372px;
    height: 42px;
    border: 2px solid #416d99;
    outline: 1px solid #fff;
    padding-left: 7px;
    float: left;
    font-size: 16px;
    font-family: 'Arial';
    margin-left: 8px;
}

#page2 input[type=email] {
    width: 519px;
    height: 42px;
    border: 2px solid #416d99;
    outline: 1px solid #fff;
    padding-left: 7px;
    font-size: 16px;
    font-family: 'Arial';
    margin-top: 10px;
}

#page2 .check {
    width: 580px;
    top: 210px;
    position: relative;
    font-size: 14.5px;
    color: #96b1cd;
    pointer-events: auto;
    font-family: 'Arial';
    margin: 0 auto;
}

#page2 .check input {
    width: 14px;
    height: 14px;
    border: 2px solid #416d99;
    outline: 1px solid #fff;
    margin: 3px;
    padding: 0;
    cursor: pointer;
}

#page2 .check label {
    top: 2px;
    margin-left: 15px;
    line-height: 17px;
    position: absolute;
    cursor: pointer;
}

#page2 .btns {
    position: relative;
    margin: 0 auto;
    text-align: center;
    top: 252px;
    left: -8px;
}

#page2 .btns img {
	cursor: pointer;
	pointer-events: auto;
}

#page2 .btns img:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
}

#page3 {
	width: 100%;
	height: 802px;
	background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/page3_bg.jpg') top center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

#page3 .title {
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 50px;
    width: 96.16%;
    max-width: 1154px;
}

#page3 .text {
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 128px;
    max-width: 650px;
}

#page3 .pre_number {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 238px;
    text-align: center;
}

#page3 .numbers {
	margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 458px;
    top: 54px;
    z-index: 5;
}

#page3 .numbers li {
	width: 79px;
	height: 85px;
	float: left;
	margin-left: -3px;
}

/* numbers 0.png - 9.png */
#page3 .a1 {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/0.png') top center no-repeat;
    background-size: contain;
}

#page3 .a2 {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/0.png') top center no-repeat;
    background-size: contain;
}

#page3 .a3 {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/0.png') top center no-repeat;
    background-size: contain;
}

#page3 .a4 {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/0.png') top center no-repeat;
    background-size: contain;
}

#page3 .a5 {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/0.png') top center no-repeat;
    background-size: contain;
}

#page3 .a6 {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/1.png') top center no-repeat;
    background-size: contain;
}
/*  */

#page3 .box {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/page3_box.png') bottom center no-repeat;
    background-size: contain;
    width: 84.99%;
    padding-top: 37.55%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 112px;
}

#page3 .rewards {
	position: absolute;
	text-align: center;
	font-size: 16px;
}

#page3 .rewards .pic {
	width: 100%;
    top: 0px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    filter: grayscale(1);
}

.active .pic{
    filter: grayscale(0) !important;
}


#page3 .rewards span {
	color: #fff;
	text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000;
    position: absolute;
    z-index: 6;
    width: 150%;
    left: -50%;
    transform: translate( 17%, 0);
}

#page3 .reward1 .text {
    top: 77%;
}

#page3 .reward1 {
	top: 11%;
    left: 0.7%;
    max-width: 157px;
    width: 15.4%;
    padding-top: 16.96%;
}

#page3 .reward2 {
	top: 36%;
    left: 17.2%;
    max-width: 157px;
    width: 15.4%;
    padding-top: 16.96%;
}

#page3 .reward3 {
    top: 39%;
    left: 41.8%;
    max-width: 157px;
    width: 15.4%;
    padding-top: 16.96%;
}

#page3 .reward4 {
    top: 30%;
    left: 64.3%;
    max-width: 199px;
    width: 17.26%;
    padding-top: 18.82%;
}

#page3 .reward5 {
    top: 0;
    left: 81.1%;
    max-width: 199px;
    width: 19.51%;
    padding-top: 21.57%;
}

#page3 .reward_dot{
	height: 7px;
	width: 7px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
}

#page3 .dot1 {
    top: 49.5%;
    left: 8%;
}

#page3 .dot2 {
    top: 74.1%;
    left: 24.5%;
}

#page3 .dot3 {
    top: 76.8%;
    left: 49.2%;
}

#page3 .dot4 {
    top: 74.7%;
    left: 72.5%;
}

#page3 .dot5 {
	top: 48.7%;
    left: 90.5%;
}

#page3 .num_text {
	position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 6;
}

#page3 .reward1 .num_text {
    top: 117%;
    width: 66.88%;
    max-width: 105px;
    min-width: 98px;
}

#page3 .reward2 .num_text {
    top: 116%;
    width: 70.06%;
    max-width: 110px;
    min-width: 98px;
}

#page3 .reward3 .num_text {
    top: 116%;
    width: 70.06%;
    max-width: 110px;
    min-width: 103px;
}

#page3 .reward4 .num_text {
    top: 118%;
    width: 78.41%;
    max-width: 138px;
    min-width: 130px;
}

#page3 .reward5 .num_text {
    top: 111%;
    width: 73.89%;
    max-width: 147px;
    min-width: 138px;
}

#page3 .reward2 .text {
    top: 77%;
}

#page3 .reward3 .text {
    top: 77%;
}

#page3 .reward4 .text {
	font-size: 20px;
	top: 81%;
}

#page3 .reward5 .text {
	font-size: 22px;
	top: 81%;
}

#page3 .light {
	position: absolute;
	max-width: 179px;
    width: 17.55%;
}

#page3 .dot1_light {
    top: 28.8%;
    left: -0.5%;
    display: none;
}

#page3 .dot2_light {
    top: 53.5%;
    left: 16%;
    display: none;
}

#page3 .dot3_light {
    top: 56%;
    left: 40.5%;
    display: none;
}

#page3 .dot4_light {
    top: 54%;
    left: 64%;
    display: none;
}

#page3 .dot5_light {
    top: 28.5%;
    left: 82%;
    display: none;
}

#page3 .dot1_light,
#page3 .dot3_light,
#page3 .dot5_light {
    animation: light_move 1.6s infinite alternate linear;
}

#page3 .dot2_light,
#page3 .dot4_light {
    animation: light_move 1.3s infinite alternate linear;
}

@keyframes light_move {
    from {transform: scale(1);opacity: .5;}
    to {transform: scale(1.5);opacity: 1;}
}

#page3 .reward1 .pic,
#page3 .reward3 .pic,
#page3 .reward5 .pic {
    animation: reward_move .8s infinite alternate linear;
}

#page3 .reward2 .pic,
#page3 .reward4 .pic {
    animation: reward_move 1.2s infinite alternate linear;
}

@keyframes reward_move {
    from {margin-top: 0}
    to {margin-top: -10px}
}

#page3 .share {
    color: #fff;
    font-size: 16px;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 680px;
}

#page3 .share img {
    top: 17px;
    position: relative;
    left: 15px;
    cursor: pointer;
    pointer-events: auto;
}

#page3 .share img:hover {
    filter: brightness(1.2);
}

#page4 {
	width: 100%;
	height: 945px;
	background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/page4_bg.jpg') top center no-repeat fixed;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

#page4 .title {
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 60px;
    width: 42.16%;
    max-width: 506px;
    z-index: 10;
}

#page4 .ch_pic {
    background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/page4_pic1.png') top center no-repeat;
    background-size: contain !important;
    width: 906px;
    height: 945px;
    position: absolute;
    margin: 0 auto;
    left: 4%;
    right: 0;
}

.pic_in {
    animation: fadeIn 1s forwards;
}

.left_in {
    animation: fadeInLeft .5s forwards;
}

#page4 .ch_info {
    position: absolute;
    width: 368px;
    height: 100%;
}

#page4 .ch_name {
    width: 382px;
    height: 87px;
    background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/page4_ch1.png') top center no-repeat;
    left: 14px;
    top: 218px;
    position: relative;
}

#page4 .ch_info .box {
    position: absolute;
    top: 320px;
    left: 14px;
    line-height: 36px;
}

#page4 .ch_info li {
    margin-bottom: 3px;
}

#page4 .ch_info .box li {
    background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/page4_infobg.png') top center no-repeat;
    height: 36px;
    width: 355px;
}

#page4 .ch_info .box span {
    margin-left: 12px;
}

#page4 .ch_info .qe {
    font-size: 19px;
    color: #000a1e;
    font-weight: bold;
}

#page4 .ch_info .boxans {
    position: absolute;
    top: 320px;
    left: 172px;
    line-height: 36px;
}

#page4 .ch_info .boxans li {
    height: 36px;
}

#page4 .ch_info .ans {
    font-size: 19px;
    color: #edcc8b;
    position: absolute;
    left: 145px;
}

#page4 .ch_text {
    position: absolute;
    top: 619px;
    width: 382px;
    height: 168px;
    background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/page4_infobg2.png') top center no-repeat;
    color: #cab788;
    font-size: 15px;
}

#page4 .ch_text span {
    position: absolute;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 26px;
}

#ch_text2, #ch_text3, #ch_text4, #ch_text5, #ch_text6, #ch_text7, #ch_text8 {
	display: none;
}

#page4 .ch_menu {
    width: 247px;
    height: 785px;
    position: absolute;
    right: 2%;
    top: 50%;
    -webkit-transform: translate( 0 , -50%);
    transform: translate( 0 , -50%);
    pointer-events: auto;
}

* {
    margin:0;padding:0;
}

svg {
    width:100%;
}
svg * {
    fill:rgba(0, 255, 255, .4)
}

#page4 .ch_menu .head {
    width: 121px;
    height: 140px;
    position: absolute;
    pointer-events: none;
}

#page4 .ch_menu .head img {
	-o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

#page4 .ch_menu a {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#page4 .ch_menu .menu_ch1 {
    top: 4%;
    left: 26%;
    filter: grayscale(0.8);
}

#page4 .ch_menu .menu_ch2 {
    top: 17.7%;
    left: 1%;
    filter: grayscale(0.8);
}

#page4 .ch_menu .menu_ch3 {
    top: 17.7%;
    left: 51.2%;
    filter: grayscale(0.8);
}

#page4 .ch_menu .menu_ch4 {
    top: 31.3%;
    left: 26%;
    filter: grayscale(0.8);
}

#page4 .ch_menu .menu_ch5 {
    top: 49.3%;
    left: 26%;
    filter: grayscale(0.8);
}

#page4 .ch_menu .menu_ch6 {
    top: 63%;
    left: 1%;
    filter: grayscale(0.8);
}

#page4 .ch_menu .menu_ch7 {
    top: 63%;
    left: 51.2%;
    filter: grayscale(0.8);
}

#page4 .ch_menu .menu_ch8 {
    top: 76.6%;
    left: 26%;
    filter: grayscale(0.8);
}

#page4 .active {
    filter: grayscale(0) !important;
}

#page5 {
    width: 100%;
    height: 812px;
    background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/page5_bg.jpg') top center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

#page5 .title {
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 68px;
    width: 52.17%;
    max-width: 626px;
}

.owlpic_box {
	position: absolute;
	margin: 0 auto;
	width: 100%;
	top: 200px;
    cursor: pointer;
	pointer-events: auto;
}

#owlpic {
	width: 98%;
	position: relative;
    margin: 0 auto;
    right: 0;
    left: 0;
/*     top: 50%;
    transform: translate(0,-50%); */
}

#owlpic .owlpics img {
	border: 1px solid #dcc774;
	margin: 0 auto;
}

#dots {
	position: relative;
    top: 50px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 140px;
    pointer-events: none;
}

.owl-dot {
	float: left;
	width: 28px;
 	height: 27px;
 	opacity: 0.8;
    pointer-events: none;
}

.owl-dot:hover {
	filter: brightness(1.2);
	opacity: 1;
}

.owl-dot.active span {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/owl/dot1.png') top center no-repeat;
	background-size: contain;
}

.owl-dot span {
 	width: 28px;
 	height: 27px;
 	background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/owl/dot2.png') top center no-repeat;
 	background-size: contain;
 	position: absolute;
 	top: 0;
}

button {
	margin: 0;
    padding: 0;
    border: none;
    font: inherit;
    color: inherit;
    background: none;
    text-align: inherit;
    pointer-events: none;
}

#page6 {
    width: 100%;
    height: 834px;
    background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/page6_bg.jpg') top center no-repeat fixed;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

#page6 .news {
	position: absolute;
	width: 535px;
	height: 100%;
	left: 3%;
}

#page6 .news .title {
	margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 60px;
    width: 70.84%;
    max-width: 379px;
}

#page6 .news .newspage .box {
	background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/page6_box.png') top center no-repeat;
    background-size: contain;
    width: 535px;
    height: 635px;
    position: absolute;
    top: 138px;
    margin: 0 auto;
    left: 0;
    right: 0;
    pointer-events: auto;
}

#page6 .news .newspage .tabs {
    height: 59px;
    position: relative;
    text-align: center;
    margin-top: 30px;
}

#page6 .news .newspage .tabs li {
    display: inline-block;
    width: 123px;
    height: 59px;
    cursor: pointer;
    box-sizing: border-box;
    margin-right: -4px;
    background-position: top right;
}

#page6 .news .tabs li:nth-child(1) {
    background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/news_tag1.png') top right;
    background-size: cover;
}
#page6 .news .tabs li:nth-child(2) {
    background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/news_tag2.png') top right;
    background-size: cover;
}
#page6 .news .tabs li:nth-child(3) {
    background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/news_tag3.png') top right;
    background-size: cover;
}
#page6 .news .tabs li:nth-child(4) {
    background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/news_tag4.png') top right;
    background-size: cover;
    margin-right: 4px;
}

#page6 .news .newspage .tabs li.tab_active {
    background-position: top left;
}

#page6 .news .newspage .box .newslist {
    position: relative;
    margin-top: 24px;
    height: 296px;
}

#page6 .news .newspage .box .newslist a {
    text-decoration: none;
}

#page6 .news .newspage .newslist li {
    font-size: 17px;
    height: 29px;
    padding-left: 100px;
    box-sizing: border-box;
    color: #e0c48d;
    line-height: 29px;
    cursor: pointer;
    margin-bottom: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 110px;
    transition: .3s;
}

#page6 .news .newspage .newslist li:before {
    content: ' ';
    width: 68px;
    height: 29px;
    position: absolute;
    margin-left: -76px;
}

#page6 .news .newspage .newslist li.tab1:before {
    background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/news_tagclass.png') left center no-repeat;
    background-size: cover;
}
#page6 .news .newspage .newslist li.tab2:before {
    background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/news_tagclass.png') right center no-repeat;
    background-size: cover;
}
#page6 .news .newspage .newslist li.tab3:before {
    background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/news_tagclass.png') center center no-repeat;
    background-size: cover;
}

#page6 .news .newspage .newslist li span {
    font-size: 14px;
    color: #c7c7c7;
    right: 26px;
    position: absolute;
}

#page6 .news .newspage .nav {
    margin-top: 163px;
    text-align: center;
    height: 20px;
}

#page6 .news .newspage .nav li {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 17px;
    vertical-align: middle;
    top: 13px;
    position: relative;
    color: #e0c48d;
    width: 60px;
}

#page6 .news .newspage .prev, #page6 .news .newspage .next {
    background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/news_arrow.png') center center no-repeat;
    background-size: contain;
    width: 10px;
    cursor: pointer;
    color: #fff;
}

#page6 .news .newspage .next {
    transform: scaleX(-1);
}

#page6 .news .newspage .opclass {
    cursor: auto;
    pointer-events: none;
    opacity: 0.3;
}

#page6 .tips {
	position: absolute;
	max-width: 555px;
	width: 46.25%;
    height: 100%;
    right: 2%;
}

#page6 .tips .title {
    position: absolute;
    left: 0;
    top: 138px;
    width: 48.29%;
    max-width: 268px;
    min-width: 222px;
}

#page6 .tips ul {
	list-style-type: decimal;
	position: absolute;
    top: 176px;
    padding-left: 24px;
    text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}

#page6 .tips li {
	list-style-type: decimal;
	padding-left: 10px;
    font-size: 14.5px;
    margin-bottom: 10px;
    text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}

#cr {
    height: 135px;
    background: #000;
    /* position: absolute; */
    width: 100%;
}

#cr .cr {
    top: 50%;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 2%;
}

#cr .type {
    top: 50%;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 2%;
}

#pop_frame,
#pop_frame2 {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
	visibility: hidden;
    opacity: 0;
    transition: visibility 300ms;
    max-width: 1920px;
}

#pop_frame .pop_bg,
#pop_frame2 .pop_bg {
	background: #000;
	opacity: 0.8;
	width: 100%;
    height: 100%;
}

#pop_frame .pop_box {
	width: 632px;
	height: 382px;
	background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/pop_bg.png');
    position: absolute;
	left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0 , -50%);
}

#pop_frame2 .pop_box2 {
	position: absolute;
	left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0 , -50%);
    max-width: 1000px;
    width: 90%;
    background: rgba(0, 0, 0, 1);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(181, 153, 70);
}

.pop_in_ani {
	animation: fadeIn .5s forwards;
}

.pop_out_ani {
	animation: fadeOut .3s forwards;
}

#pop_frame .pop_box .pop_close,
#pop_frame2 .pop_box2 .pop_close {
	width: 47px;
	height: 47px;
	background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/pop_close.png') top center no-repeat;
    position: absolute;
    right: -1px;
    top: -8px;
    cursor: pointer;
}

#pop_frame2 .pop_box2 .pop_close {
	top: -28px;
    right: -25px;
}

#pop_frame .pop_box .pop_close:hover,
#pop_frame2 .pop_box2 .pop_close:hover {
    transform: scale(1.1);
    animation: menu_btns_ani 0.5s forwards;
}

#pop_frame .pop_content,
#pop_frame2 .pop_content {
	width: 100%;
	height: 100%;
	position: absolute;
	color: #fff;
    text-align: center;
}

#pop_frame .pop_text1 {
	color: #cab788;
	font-size: 26px;
	top: 122px;
    position: absolute;
    font-weight: bold;
    margin: 0 auto;
    right: 0;
    left: 0;
}

#pop_frame .pop_text2 {
	font-size: 32px;
	top: 172px;
    position: absolute;
    font-weight: bold;
    margin: 0 auto;
    right: 0;
    left: 0;
}

#pop_frame .frame1 img,
#pop_frame .frame2 img {
	position: absolute;
	margin: 0 auto;
    right: 0;
    left: 0;
    top: 246px;
    cursor: pointer;
}

#pop_frame .frame1 img:hover,
#pop_frame .frame2 img:hover {
	filter: brightness(1.2);
}

#pop_frame .frame1,
#pop_frame .frame2 {
	display: none;
}

#pop_frame .frame1 .pop_text2 {
    pointer-events: auto;
    -webkit-touch-callout: text; /* iOS Safari */
    -webkit-user-select: text; /* Safari */
     -khtml-user-select: text; /* Konqueror HTML */
       -moz-user-select: text; /* Firefox */
        -ms-user-select: text; /* Internet Explorer/Edge */
            user-select: text; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#gotop {
	width: 150px;
    height: 124px;
    background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/gotop.png') top center no-repeat;
    position: fixed;
    right: 10px;
    bottom: 0;
    z-index: 99;
    opacity: 0;
}

#gotop:hover {
	filter: brightness(1.15);
	cursor: pointer;
	background-size: contain;
}

.gotop_ani {
	animation: fadeInUp .7s forwards;
}


/* ----- Article -----*/

#page6.article {
    background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/news_article_bg.jpg') top center no-repeat fixed;
    height: auto;
}

#page6.article .news {
    position: relative;
    width: 379px;
    margin: 0 auto;
    height: 60px;
    background: url('https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/page6_title.png') top center no-repeat;
    background-size: contain;
    margin-top: 52px;
}

#page6.article .articlebox {
    background: rgba(28,37,60,0.6);
    width: 780px;
    margin: 0 auto;
    margin-top: 50px;
    pointer-events: auto;
    min-height: 755px;
}

#page6.article .articletitle_box {
    background: rgba(28,37,60,0.6);
    height: 128px;
    padding: 15px 38px;
}

#page6.article .article_title {
    padding: 18px 0;
    font-size: 24px;
    text-align: center;
    color: #edcc8b;
}

#page6.article .article_title span {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#page6.article .time {
    font-size: 15px;
    color: #c7c7c7;
    margin-top: 6px;
    text-align: center;
}

#page6.article .share {
    font-size: 16px;
    color: #c7c7c7;
    float: right;
    margin-top: -30px;
}

#page6.article .share li {
    display: inline-block;
    vertical-align: middle;
}

#page6.article .share_fb,
#page6.article .share_line {
    width: 44px;
    height: 44px;
    cursor: pointer;
}

#page6.article .share_fb {
    background: url("https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/news_list_sharefb.png") top center no-repeat;
    background-size: contain;
}

#page6.article .share_line {
    background: url("https://os-web-cdn.mobage.tw/cdn/web/osgame/production/sea-aws-seiya/yuyue/static/en/images/news_list_shareline.png") top center no-repeat;
    background-size: contain;
}

#page6.article .article_text {
    padding: 60px 38px;
    font-size: 16px;
    word-wrap: break-word;
    text-align: initial;
    color: #edcc8b;
    line-height: 22px;
}

#page6.article .article_text img {
    max-width: 100%;
}

#page6.article .article_text a:link,
#page6.article .article_text a:visited,
#page6.article .article_text a:hover,
#page6.article .article_text a:active {
    color: #fffbe8;
    text-decoration: none;
}

#page6.article .article_text a:hover {
    text-decoration: underline;
}