header {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    position: absolute;
    z-index: 51;
    width: 100%;
    opacity: 0;
    top: -50px;
}

header.show {
    opacity: 1;
    top: 0;
}

header .logo {
    display: block;
    float: left;
    position: relative;
    z-index: 10;
}

header .logo img {
    width: 104px;
    float: left;
}

header #nav_btn {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    right: 109px;
    top: 77px;
    z-index: 5;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

header #nav_btn.active {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

header #nav_btn div {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
    position: absolute;
    width: 38px;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    background-color: black;
}

header #nav_btn div:before {
    content: '';
    display: block;
    position: absolute;
    width: 38px;
    height: 2px;
    top: -9px;
    background-color: black;
}

header #nav_btn div:after {
    content: '';
    display: block;
    position: absolute;
    width: 38px;
    height: 2px;
    top: 9px;
    background-color: black;
}

header #main_box {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
    display: block;
    position: absolute;
    right: 7%;
    width: 40px;
    height: 40px;
    top: 70px;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

header #main_box.active {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

header #main_box div {
    display: block;
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: black;
    top: 50%;
    margin-top: -1px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header #main_box :after {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: black;
    top: -10px;
    right: 0;
}

header #main_box :before {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: black;
    top: 10px;
    right: 0;
}

header .language {
    display: block;
    position: absolute;
    right: 62px;
    z-index: 10;
    background-color: #b69e60;
    color: white;
    font-size: 12px;
    width: 141px;
    height: 39px;
    line-height: 40px;
    padding-left: 0;
    border-radius: 0 0px 5px 5px;
    cursor: pointer;
}
header .language select{
    /*display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 0;
    background-image: url(../images/s_down.png);
    background-repeat: no-repeat;
    background-position: 104px 50%;
    margin-right: 0;
    outline: none;
    height: 100%;
    line-height: 41px;
    padding-left: 26px;
    font-size: 12px;
    background-color: rgb(182, 158, 96);
    color: white;
    width: 100%;
    border: 0;*/
}
header .number_s {
    display: block;
    position: absolute;
    border: 1px solid #aaa7a8;
    font-size: 15px;
    right: 65px;
    bottom: 48px;
    color: #2c2c2c;
    padding: 21px 80px 15px 21px;
    line-height: 30px;
    background-image: url(../images/i_clock.png);
    background-repeat: no-repeat;
    z-index: 10;
    background-position: 88%;
    background-size: 32px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.17);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header #menubox {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    background-color: transparent;
    height: 35px;
}

header #menubox.show {
    visibility: visible;
    opacity: 1;
    background-color: white;
    height: 336px;
    -webkit-box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.04);
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.04);
}

header #menubox.active .language {
    visibility: visible;
    opacity: 1;
}

header #menubox .number_s {
    display: none;
}

header #menu {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
    position: absolute;
    left: 50%;
    top: 141px;
    width: 870px;
    margin-left: -435px;
    visibility: hidden;
    opacity: 0;
}

header #menu.active {
    visibility: visible;
    opacity: 1;
}

header #menu .link {
    display: block;
    color: #1f1f1f;
    font-size: 15px;
    width: 180px;
    text-align: center;
    line-height: 23px;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32);
    float: left;
    border-bottom: 1px solid #b2b2b2;
    letter-spacing: 3px;
    margin-right: 48px;
    position: relative;
    padding-bottom: 7px;
    padding-top: 4px;
    margin-bottom: 40px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header #menu .link:last-child {
    border-right: 0;
}
header #menu .link:nth-child(4n) {
    margin-right: 0;
}
header #menu .link span {
    display: block;
    width: 200px;
    text-align: left;
    letter-spacing: 0;
}

header #menu .link::before {
    content: '';
    background-image: url(../images/icon.png);
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    left: -16px;
    top: 3px;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header #menu .link.active {
    color: #846924;
    text-shadow: 0px 0px 1px #b39a5a;
}

header #menu .link.active::before {
    top: 3px;
    opacity: 1;
    left: -39px;
}

.ytp-hide-controls .ytp-watermark{
    display: none !important;
    opacity:  0 !important;
    bottom: -50px !important;
}



@media only screen and (max-width: 1100px) {
    header #menu {
        width: 800px;
        margin-left: -400px;
    }
    header #menu .link span {
        letter-spacing: 0;
    }
    header #menu .link {
        font-size: 14px;
        width: 170px;
        margin-right: 39px;
    }
}

@media only screen and (min-width: 1025px) {
    header #nav_btn:hover div {
        width: 30px;
    }
    header #menu .link:hover {
        color: #846924;
        text-shadow: 0px 0px 1px #b39a5a;
    }
    header #menu .link:hover::before {
        top: 3px;
        opacity: 1;
        left: -39px;
    }

}

@media only screen and (max-width: 1024px) {
    header #nav_btn div {
        display: none;
    }
    header>.close {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background-color: rgba(0, 0, 0, 0.46);
        width: 100vw;
        position: absolute;
        top: 71px;
        height: calc(100vh - 71px);
        left: 0;
        z-index: -1;
        visibility: hidden;
        opacity: 0;
    }
    header>.close.show {
        visibility: visible;
        opacity: 1;
    }
    header #menubox .number_s {
        display: block;
    }
    header {
        background-color: white;
        height: 72px;
        position: fixed;
        width: 100%;
        top: 0;
        border-bottom: 1px solid #d6d6d6;
    }
    header .number_s {
        display: block;
        left: 50%;
        right: auto;
        margin-left: -123px;
        width: 246px;
        top: auto;
        bottom: 21px;
    }
    header .logo {
        background-image: url(../images/logo2.png);
        width: 105px;
        height: 50px;
        background-size: 100%;
        background-repeat: no-repeat;
        position: absolute;
        left: 5%;
        top: 16px;
    }
    header img {
        display: none;
    }
    header #nav_btn {
        display: block;
        width: 95px;
        height: 50px;
        background-image: url(../images/nav.png);
        background-repeat: no-repeat;
        position: absolute;
        right: 0;
        top: 11px;
        background-position: center;
    }
    header #menu {
        /*top: 66px;
        margin-left: -240px;*/
    }
    header #menu .link {
        /*width: 60px;*/
    }
    header #menu .link::before {
        /*left: 16px;*/
    }
    header #menu .link span {
        letter-spacing: 0;
    }
    header #menu {
        width: 660px;
        margin-left: -330px;
        left: 50%;
        top: 45px;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
    }
    header #menu .link:nth-child(4n) {
        margin-right: 25px;
        margin-left: 25px;
    }
    header #menu .link {
        margin-right: 25px;
        margin-bottom: 25px;
        margin-left: 25px;
    }
    header #menubox {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        position: relative;
        background-color: white;
        width: 100%;
        margin-top: 71px;
        height: 409px;
        border-top: 1px solid #e4e4e4;
        visibility: hidden;
        opacity: 0;
        display: none;
    }
    header #menubox.show {
        visibility: visible;
        opacity: 1;
        height: 430px;
        display: block;
    }
    header #menubox.show.short {
        height: 352px;
    }
    header #menubox .language {
        left: 50%;
        right: auto;
        margin-left: -70px;
        width: 140px;
        bottom: 112px;
        border-radius: 3px 3px 3px 3px;
        overflow: hidden;
        background-image: url(../images/s_down.png);
        background-repeat: no-repeat;
        background-position: 83%;
    }
    header #menubox .language select {
        background: transparent;
        width: 100%;
        padding: 5px 5px 5px 26px;
        font-size: 12px;
        line-height: 1;
        letter-spacing: 2px;
        border: 0;
        color: rgba(255, 255, 255, 0.83);
        border-radius: 0;
        height: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    header #menubox.active .language {
        visibility: visible;
        opacity: 1;
    }
}
@media only screen and (max-width: 650px) {
    header #menu {
        width: 462px;
        margin-left: -231px;
        top: 80px;
        top: 45px;
    }
    header #menubox.show {
        height: 465px;
    }
    header #menubox.show.short {
        height: 370px;
    }
}
@media only screen and (max-width: 500px) {
    header>.close {
        height: calc(100vh - 60px);
        top:60px;
    }
    header {
        height: 60px;
    }
    header .logo {
        width: 90px;
        height: 39px;
        background-size: 100%;
        background-repeat: no-repeat;
        position: absolute;
        left: 25px;
        top: 14px;
    }
    header #nav_btn {
        right: 25px;
        top: 6px;
        width: 42px;
    }
    header #menu {
        width: 242px;
        margin-left: -121px;
        top: 80px;
    }
    header #menu .link:nth-child(4n) {
        margin-right: 0;
        border-right: 0;
    }
    header #menubox {
        margin-top: 60px;
        margin-top: 0;
    }
    header #menubox.show {
        height: 665px;
    }
    header #menubox.show.short{
        height: 475px;
    }
    header #menu .link {
        width: 60px;
        margin-bottom: 40px;
    }
    /* header #menu .link.active::before {
        top: -32px;
    } */
}

footer {
    display: block;
    background-color: #ffffff;
    padding-top: 40px;
    position: relative;
    padding-bottom: 45px;
    text-align: center;
}

footer .link_box {
    display: inline-block;
    width: 957px;
    margin: 0 auto;
    position: relative;
    border-bottom: 2px solid #6c6c6c;
    padding-bottom: 40px;
    max-width: 100%;
}

footer .link_box .a_link {
    display: block;
}

footer .link_box .cloud {
    display: block;
    float: right;
    text-align: left;
    margin-top: 10px;
}

footer .link_box .cloud a {
    display: block;
    float: left;
    width: 38px;
    height: 38px;
    border: 1px solid #8b7231;
    text-align: center;
    border-radius: 50%;
    margin-right: 37px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
footer .link_box .cloud a.ig iframe{
     opacity: 0;
    position: relative !important;
    z-index: 10;
    BACKGROUND-COLOR: TRANSPARENT;
    border-radius: 50%;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

footer .link_box .cloud a img {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 24px;
    margin-top: 5px;
    position: absolute;
    z-index: 2;
    left: 7px;
}

footer .link_box .cloud a .i0 {
    margin-top: 6px;
}

footer .link_box .cloud a .i1 {
    margin-top: 40px;
}

footer .link_box .cloud a:after {
    content: '';
}

footer .link_box .cloud a:last-child {
    margin-right: 0;
}
#app{
    width: 100%;
    display: block;
    height: 100%;
    padding: 60px 110px;
    position: relative;
    background-color: white;
}
#app .title{
    display: inline-block;
    line-height: 25px;
    font-weight: bold;
    width: 100%;
    border-bottom: 1px solid #bebebe;
    padding-bottom: 20px;
    margin-bottom: 42px;
}
#app .t01{
    color: #b09753;
    font-size: 18px;
    display: inline-block;
    letter-spacing: 3px;
    margin-right: 12px;
    float: left;
}
#app .t02{
    font-size: 14px;
    color: #2c2c2c;
    display: inline-block;
    letter-spacing: 2px;
    float: left;
    position: relative;
}
#app .button{
    display: flex;
    justify-content:space-between;
}
#app .button .link{
    width: 49%;
    height: 63px;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #baa368;
    border-radius: 2px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: white;
}


#gotop {
    display: block;
    width: 52px;
    height: 52px;
    margin: 15px auto;
    border: 1px solid #9f9c9c;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

#gotop:after {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    content: '';
    background-image: url(../images/top.png);
    position: absolute;
    top: 10px;
    background-size: 19px;
    width: 30px;
    height: 30px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    left: 10px;
}

#gotop:before {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    content: '';
    background-image: url(../images/top.png);
    position: absolute;
    top: 10px;
    background-size: 19px;
    width: 30px;
    height: 30px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    left: 10px;
    top: 45px;
}

@media only screen and (min-width: 1025px) {
    #gotop:hover:before {
        top: 10px;
    }
    #gotop:hover:after {
        top: -40px;
    }
    footer .link_box .cloud a:hover .i0 {
        margin-top: 56px;
    }
    footer .link_box .cloud a:hover .i1 {
        margin-top: 6px;
    }
    #app .button .link:hover{
        background-color: #baa368;
    }
}

@media only screen and (max-width: 1024px) {
    footer .link_box {
        display: block;
        width: 86%;
        height: 82px;
        padding-bottom: 0;
    }
    #gotop {
        width: 40px;
        height: 40px;
        margin-top: 25px;
    }
    #gotop:after {
        top: 9px;
        background-size: 15px;
        width: 19px;
        height: 19px;
    }
    footer .link_box .cloud a {
        width: 27px;
        height: 27px;
        margin-right: 13px;
    }
    footer .link_box .cloud a img {
        width: 15px;
        margin-top: 5px;
        z-index: 2;
        left: 5px;
    }
    footer .link_box .cloud a .i1 {
        display: none;
    }
    footer .link_box .cloud {
        margin-top: 15px;
        display: flex;
        -webkit-align-items: center;
align-items: center;

-webkit-justify-content: center;
justify-content: center;

    }
    footer .link_box .cloud a .i0 {
        margin-top: 5px;
    }
    footer {
        padding-bottom: 20px;
    }

}

@media only screen and (max-width: 760px) {
    footer .link_box .cloud {
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }
    footer .link_box .cloud a {
        width: 35px;
        height: 35px;
        margin-right: 10px;
        float: none;
        display: inline-block;
        margin-left: 10px;
    }
    footer .link_box {
        height: 135px;
        max-width: 500px;
    }
    footer .link_box .cloud a .i0 {
        margin-top: 7px;
        width: 20px;
        left: 7px;
    }
    footer .link_box .a_link:nth-child(2) {
        float: right;
        margin-right: 0;
    }
}

@media only screen and (max-width: 650px) {
    footer .link_box .a_link {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
    footer .link_box {
        height: 220px;
        width: calc(100% - 60px);
    }
    footer .link_box .a_link, footer .link_box .a_link:nth-child(2) {
        float: none;
        width: 95%;
        display: inline-block;
    }
    footer .link_box .cloud {
        margin-top: 0;
    }
    footer {
        padding-top: 20px;
    }
}

a {
    color: #c7000a;
    text-decoration: none;
}

select::-ms-expand {
    display: none;
}

input::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: inherit;
}

br {
    font-family: sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

.clear {
    clear: both;
}

.ui-widget {
    font-family: Myriad Pro, Microsoft JhengHei, Open Sans, Myriad, Aria, sans-serif;
}

body {
    -webkit-text-size-adjust: 100%;
    margin: 0 auto;
    width: 100%;
    line-height: 2.2rem;
    overflow-x: hidden;
    background-color: #f3f3f3;
    font-family: Myriad Pro, Microsoft JhengHei, Open Sans, Myriad, Aria, sans-serif;
    max-width: 2000px;
}

body.white {
    background-color: white;
}

input, textarea {
    font-family: Myriad Pro, Microsoft JhengHei, Open Sans, Myriad, Aria, sans-serif;
    font-size: 14.44px;
    color: #696061;
    letter-spacing: 1px;
    line-height: 22.22px;
}

.content {
    background-color: #f3f3f3;
    position: relative;
}

#loader {
    position: fixed;
    z-index: 299;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
    top: 50%;
    left: 50%;
    text-align: center;
}

.clear::after {
    content: '';
    display: block;
    clear: both;
}

.title_img {
    display: block;
    position: relative;
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.title_img img {
    max-width: 100%;
}

.title_img.active {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.cd-transition-layer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.cd-transition-layer .bg-layer {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-2%);
    -moz-transform: translateY(-50%) translateX(-2%);
    -ms-transform: translateY(-50%) translateX(-2%);
    -o-transform: translateY(-50%) translateX(-2%);
    transform: translateY(-50%) translateX(-2%);
    /* its dimentions will be overwritten using jQuery to proportionally fit the viewport */
    height: 100%;
    /* our sprite is composed of 25 frames */
    width: 2500%;
    background: url(../images/ink0.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.cd-transition-layer.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.cd-transition-layer.opening .bg-layer {
    -webkit-animation: cd-sequence 2s steps(24);
    animation: cd-sequence 2s steps(24);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.cd-transition-layer.closing .bg-layer {
    -webkit-animation: cd-sequence-reverse 2s steps(24);
    animation: cd-sequence-reverse 2s steps(24);
    /*-webkit-animation-fill-mode: forwards;*/
    /*-moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;*/
}

@-webkit-keyframes cd-sequence {
    0% {
        -webkit-transform: translateY(-50%) translateX(-2%);
    }
    100% {
        -webkit-transform: translateY(-50%) translateX(-98%);
    }
}

@-moz-keyframes cd-sequence {
    0% {
        -webkit-transform:translateY(-50%) translateX(-2%);
        -moz-transform:translateY(-50%) translateX(-2%);
        -ms-transform:translateY(-50%) translateX(-2%);
        -o-transform:translateY(-50%) translateX(-2%);
        transform:translateY(-50%) translateX(-2%);
    }
    100% {
        -webkit-transform: translateY(-50%) translateX(-98%);
        -moz-transform: translateY(-50%) translateX(-98%);
        -ms-transform: translateY(-50%) translateX(-98%);
        -o-transform: translateY(-50%) translateX(-98%);
        transform: translateY(-50%) translateX(-98%);
    }
}

@keyframes cd-sequence {
    0% {
        /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
        -webkit-transform: translateY(-50%) translateX(-2%);
        -moz-transform: translateY(-50%) translateX(-2%);
        -ms-transform: translateY(-50%) translateX(-2%);
        -o-transform: translateY(-50%) translateX(-2%);
        transform: translateY(-50%) translateX(-2%);
    }
    100% {
        /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
        -webkit-transform: translateY(-50%) translateX(-98%);
        -moz-transform: translateY(-50%) translateX(-98%);
        -ms-transform: translateY(-50%) translateX(-98%);
        -o-transform: translateY(-50%) translateX(-98%);
        transform: translateY(-50%) translateX(-98%);
    }
}

@-webkit-keyframes cd-sequence-reverse {
    0% {
        -webkit-transform: translateY(-50%) translateX(-98%);
    }
    100% {
        -webkit-transform: translateY(-50%) translateX(-2%);
    }
}

@-moz-keyframes cd-sequence-reverse {
    0% {
        -moz-transform: translateY(-50%) translateX(-98%);
    }
    100% {
        -moz-transform: translateY(-50%) translateX(-2%);
    }
}

@keyframes cd-sequence-reverse {
    0% {
        -webkit-transform: translateY(-50%) translateX(-98%);
        -moz-transform: translateY(-50%) translateX(-98%);
        -ms-transform: translateY(-50%) translateX(-98%);
        -o-transform: translateY(-50%) translateX(-98%);
        transform: translateY(-50%) translateX(-98%);
    }
    100% {
        -webkit-transform: translateY(-50%) translateX(-2%);
        -moz-transform: translateY(-50%) translateX(-2%);
        -ms-transform: translateY(-50%) translateX(-2%);
        -o-transform: translateY(-50%) translateX(-2%);
        transform: translateY(-50%) translateX(-2%);
    }
}

a.custom {
    display: block;
    float: left;
    border: 1px solid #aaa8a9;
    font-size: 12px;
    line-height: 12px;
    position: relative;
    padding:22px 17px 19px;
    width: 286px;
    font-weight: bold;
    margin-right: 7px;
    letter-spacing: 1px;
}

a.custom .title {
    display: block;
    position: relative;
    color: #b09753;
    float: left;
    margin-right: 17px;
}

a.custom .title:after {
    content: '/';
    display: inline-block;
    position: absolute;
    right: -11px;
    top: 0px;
}

a.custom.timer::after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/i_clock.png);
    width: 31px;
    height: 34px;
    background-size: 100%;
    background-repeat: no-repeat;
    right: 10px;
    top: 12px;
}

a.custom.download::after {
    content: '';
    display: block;
    background-image: url(../images/i_down.png);
    position: absolute;
    width: 31px;
    height: 34px;
    background-size: 100%;
    background-repeat: no-repeat;
    right: 10px;
    top: 12px;
}

a.custom .name {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
    position: relative;
    color: #2c2c2c;
    float: left;
}

#content {
    background-color: white;
    position: relative;
    background-image: url("../images/contentbg.png");
    background-repeat: repeat-x;
    display: block;
    font-family: Microsoft JhengHei, Myriad Pro, Open Sans, Myriad, Aria, sans-serif;
    background-size: 810px;
    opacity: 0;
    -webkit-transform: opacity 0.5s ease;
    -ms-transform: opacity 0.5s ease;
    transform: opacity 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#content.active {
    opacity: 1;
}

#content .bg {
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    bottom: -80px;
    width: 100%;
    height: 55vw;
    background-size: 100% auto;
}
#content .bg.sp{
    height: 100vw;
    background-color: white;

}

#content .bg_2 {
    bottom: 0;
}

.link_style{
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
    display: block;
    position: relative;
    width: 181px;
    height: 55px;
    margin: 0 auto;
    font-size: 14px;
    color: #a18231;
    border: 1px solid #c39463;
    text-align: center;
    line-height: 55px;
    letter-spacing: 7px;
    font-weight: bold;
    background-color: transparent;
    overflow: hidden;
}
/*.link_style:after{
    content: '';
}*/
/*.link_style:before{
    content: '';
    background-color: #c39463;
    position: absolute;
    width: 100%;
    height: 0%;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}*/
.link_style div{
    position: relative;
    /*-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;*/
}

.link_style span{
    display: none;
    /*color: white;
    position: absolute;
    z-index: 10;
    width: 100%;
    text-align: center;
    left: 0;
    top: -45px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;*/
}


@media only screen and (min-width: 1025px) {
    a.custom:hover .name {
        color: #b09753;
    }
    a.custom:hover{
        border-color: #b09753;
    }
    /*.link_style:hover div{
        opacity: 0;
    }
    .link_style:hover span{
        top:0;opacity: 1;
        -webkit-transition: all 1s ease .1s;
        -moz-transition: all 1s ease .1s;
        -o-transition: all 1s ease .1s;
        -ms-transition: all 1s ease .1s;
        transition: all 1s ease .1s;
    }
    .link_style:hover:before{
        -webkit-transition: all 0.6s ease .1s;
        -moz-transition: all 0.6s ease .1s;
        -o-transition: all 0.6s ease .1s;
        -ms-transition: all 0.6s ease .1s;
        transition: all 0.6s ease .1s;
        height: 100%;
    }*/
}

@media only screen and (max-width: 1024px) {
    body {
        padding-top: 70px;
    }
    .title_img img {
        height: auto;
    }
    #content {
        background-size: 567px;
    }
    #menubox_box {
        position: relative;
        /* top: 71px; */
        height: 0;
        max-height: calc(100vh - 71px);
        overflow: scroll;
        /* border-top: 1px solid #e4e4e4; */
    }
    #menubox_box.show{
        height: auto;
    }
    header #menubox {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        position: relative;
        background-color: white;
        width: 100%;
        margin-top: 71px;
        height: 409px;
        border-top: 1px solid #e4e4e4;
        visibility: hidden;
        opacity: 0;
    }

}
@media only screen and (max-width: 850px) {
    a.custom{
        width: 246px;
    }
    a.custom .name{
        width: 126px;
        text-align: left;
        line-height: 18px;
    }
    footer .link_box .a_link.download {
            padding: 15px 17px 8px;
    }
}

@media only screen and (max-width: 370px) {
footer .link_box .a_link, footer .link_box .a_link:nth-child(2){
    width: 100%;
}
a.custom.timer::after{
    width: 25px;
top: 14px;
}
a.custom.download::after{
    width: 25px;
top: 14px;
}



}

@media only screen and (max-width: 700px) {
    #app {
            padding: 60px 35px;
    }
}
@media only screen and (max-width: 600px){
header #menu .link {
    width: 180px;
}
}
@media only screen and (max-width: 500px) {
    body {
        padding-top: 60px;
    }

    #app .button .link{
        width: 100%;
        display: block;
        margin-bottom: 10px;
        height: 50px;
        background-size: auto 70%;
    }
    #app .title{
        margin-bottom: 16px;
        padding-bottom: 16px;
    }
    #app .button{
        display: block;
    }
    #app {
        padding: 47px 35px;
    }
    /* #menubox_box {
        top: 60px;
        max-height: calc(100vh - 60px);
        border-top: 0;
    }
     header #menubox .number_s{
        bottom: 70px;
    }
    header #menubox .language{
        bottom: 165px;
    } */
    header #menu {
        width: 230px;
        margin-left: -115px;
        top: 50px;
    }
    #menubox_box {
    top: 59px;
    max-height: calc(100vh - 59px);
}
    header #menubox.show {
        height: 680px;
        margin-top: 59px;
        margin-top: 0;
    }
    header #menubox.show.short {
        height: 581px;
    }
    header #menu .link {
        margin-bottom: 15px;
    }
    header #menubox .number_s{
       bottom: 50px;
    }
    header #menubox .language{
       bottom: 154px;
    }
}


/*# sourceMappingURL=style.css.map */
