body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Microsoft Yahei, 'Noto Sans SC', Helvetica, arial, sans-serif;
    height: 100%;
    overflow: hidden;
    background: #122155;
}

* {
    box-sizing: border-box;
}

a,
a:link,
a:visited {
    text-decoration: none;
}

ul {
    list-style: none;
}

/* Navbar */
header {
    position: relative;
    height: 60px;
    width: 100%;
    background: #000000;
    border-bottom: 1px solid #596479;
}

.logo {
    position: absolute;
    top: 10px;
    left: calc(50% - 90px);
    display: inline-block;
    background: url(../img/logo.png) 50% 50% no-repeat;
    background-size: auto 100%;
    width: 175px;
    height: 40px;
    margin: 0 auto;
    vertical-align: middle;
}

.show-menu-btn {
    display: inline-block;
    margin: 14px 0 0 10px;
    color: #00aafc;
    font-size: 2rem;
    line-height: 30px;
    cursor: pointer;
}

.nav {
    background: #fff;
    position: absolute;
    left: -50%;
    top: 60px;
    padding: 10px 0;
    transition: 1s ease-out;
    z-index: 999;
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
    height: 100vh;
}

.nav.active {
    left: 0;
}

.nav_bg {
    background: rgba(255, 255, 255, 0.5);
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    z-index: 998;
    /* transition: .3s; */
}

.nav ul {
    display: block;
    padding: 0 15px 0 10px;
}

.nav li a {
    display: block;
    width: 60px;
    padding: 1.2vh 0;
    font-size: 1.5vh;
    text-align: center;
    color: #333333;
    position: relative;
}

.nav li:nth-child(8) a {
    border: none;
}

.nav li a img {
    height: 4vh;
    display: block;
    margin: 0 auto 3px auto;
}

.customer-service img {
    position: absolute;
    top: 10px;
    right: 15px;
    height: 40px;
}

.nav .hide-menu-btn {
    position: absolute;
    top: -35px;
    left: 5px;
    cursor: pointer;
}

.nav .hide-menu-btn img {
    height: 35px;
}


/* header #chk{
    display: none;
}

#chk:checked ~ .nav {
    left: 0;
}

#chk:checked ~ .nav_bg{
    opacity: 1;
    pointer-events: inherit;
}
.dropdown{
    position: relative;
}
.dropdown::before{
    position: absolute;
    content: "";
    right: -50px;
    left: 0;
    top: 0;
    bottom: 0;
}

.nav ul .dropdown_content{
    color: #00b8fe;
    border-radius: 12px;
    position: absolute;
    padding: 0;
    top: -20px;
    font-size: 11px;
    background: linear-gradient(130deg, #f1f7fb 25%, #fff 25%, #fff 75%, #f1f7fb 75%);
    padding: 10px;
    box-shadow: .5px .5px .5px 1px rgba(137,164,195,0.2) inset;
    transition: .5s ease-in-out;
    opacity: 0;
    pointer-events: none;
}
#website:checked ~ .dropdown_content{
    opacity: 1;
    top: 0;
    transition: .5s;
    pointer-events: initial;
}
.nav ul .dropdown_content div{
    padding: 5px 0;
} */

/* Navbar end */


.container {
    width: 100%;
    /* max-width: 750px; */
    height: 100%;
    margin: 0 auto;

    box-sizing: border-box;
    background-size: cover;
    background-attachment: fixed;
    color: #444;
    text-align: center;
    position: relative;

    background: url(../img/bgm.jpg) center top;
    background-size: 100% auto;
}

.container .title {
    /* position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 2.5vh; */
}

.container .title .tt {
    width: 70%;
}

.container .title a {
    display: block;
    height: 10vw;
    background: url(../img/btnm.png) 50% 50% no-repeat;
    background-size: contain;
    margin: auto;
    animation: sc 1s infinite linear;
}

.main {
    position: relative;
    width: 100%;
    /* height: 80%; */
    margin: 0 auto 0 auto;

}

.main .pp1 {
    width: 100%;
    position: absolute;
    top: 37vw;
    left: 0%;
    background: url(../img/pp1.png) 50% 50% no-repeat;
    background-size: contain;
    height: 52vh;
}

.subtitle {
    position: absolute;
    top: 26%;
    left: calc(50% - 82px);
}

.subtitle02 {
    display: none;
}

/* .copyright {
    position: absolute;
    bottom: -8px;
    left: calc(50% - 202px);
} */

.btn01 {
    max-width: 195px;
    max-height: 114px;
    width: 22vw;
    height: 10vw;
    position: absolute;
    transition: 0s;
}

.btn01 {
    display: inline-block;
    background: url(../img/btn01.png) 50% 50% no-repeat;
    background-size: 100% auto;
    bottom: -5vw;
    left: 20%;
    transition: 0s;
}



.btn01:hover {
    background: url(../img/btn01_h.png) 50% 50% no-repeat;
    background-size: 100% auto;
    transition: 0s;
    animation: antzone 1s forwards;
}



@keyframes antzone {
    0% {
        transform: none;
    }

    15% {
        transform: translate3d(8%, 0, 0) rotate3d(0, 0, 1, -4deg);
    }

    30% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    45% {
        transform: translate3d(5%, 0, 0) rotate3d(0, 0, 1, -2deg);
    }

    60% {
        transform: translate3d(-3%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        transform: translate3d(1%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        transform: none;
    }
}

.account_box {
    width: 100%;
    position: absolute;
    top: 16rem;
    /*transform: scale(.8);*/
}

.input_box {
    margin: 0 auto 2.5vw auto;
}

.input_box input {
    font-size: 1.2rem;
    height: 50px;
    width: 250px;
    border-radius: 50px;
    border: 2px solid #e53ef9;
    padding: 20px;
    outline: none;
    color: #d245f5;
    font-weight: bold;
    text-align: center;
}

.input_box input::placeholder {
    color: #5f2e9b;
}

.input_box img,
.input_box input {
    vertical-align: middle;
    margin: 0 2px 0 0;
}

.MJbtn01 {
    position: absolute;
    display: inline-block;
    width: 20vw;
    max-width: 140px;
    max-height: 343px;
    /* height: 542px; */
    padding: 62% 0 0 0;
    background: url(../img/MJbtn01.gif) 50% 50% no-repeat;
    background-size: 100% auto;
    left: 0;
    bottom: -7vw;
}

/* .MJbtn01:hover {
    background: url(../img/MJbtn01_h.png) 50% 50% no-repeat;
    background-size: 100% auto;
} */

/* .MJbtn01.active {
    background: url(../img/MJbtn01_h.png) 50% 50% no-repeat;
    background-size: 100% auto;
} */

.MJbtn02 {
    position: absolute;
    display: inline-block;
    width: 20vw;
    max-width: 140px;
    max-height: 343px;
    padding: 62% 0 0 0;
    background: url(../img/MJbtn02.png) 50% 50% no-repeat;
    background-size: 100% auto;
    right: -10px;
    bottom: -7vw;
}

.MJbtn02:hover {
    background: url(../img/MJbtn02_h.gif) 50% 50% no-repeat;
    background-size: 100% auto;
}

/* .MJbtn02.active {
    background: url(../img/MJbtn02_h.png) 50% 50% no-repeat;
    background-size: 100% auto;
} */

.submit {
    display: inline-block;
    background: url(../img/submit.png) 0px 0px no-repeat;
    background-size: 100% auto;
    width: 210px;
    height: 85px;
    margin: 0 5px;
}

.submit:hover {
    background: url(../img/submit.png) 0px -85px no-repeat;
    background-size: 100% auto;
}

/*
.submit:active {
  background: url(../img/submit.png) 0px -170px no-repeat;
  background-size: 100% auto;
}
*/

.submit2 {
    display: inline-block;
    background: url(../img/submit2.png) 0px 0px no-repeat;
    background-size: 100% auto;
    width: 210px;
    height: 85px;
    margin: 0 5px;
}

.submit2:hover {
    background: url(../img/submit2.png) 0px -85px no-repeat;
    background-size: 100% auto;
}

/*
.submit2:active {
  background: url(../img/submit2.png) 0px -170px no-repeat;
  background-size: 100% auto;
}
*/

footer {
    position: fixed;
    width: 100%;
    height: 80px;
    bottom: 0;
    transition: .2s;
    z-index: 1;
    background: url(../img/bg.png);
    border-radius: 40px 40px 0 0;
}

footer .cover {
    position: relative;
    margin: -120px 0 0 0;
    width: 100%;
    height: 120px;
    /*background-size: 100% auto;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(18, 33, 85, 1));
    background: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(18, 33, 85, 1));
    background: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(18, 33, 85, 1));
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(18, 33, 85, 1) 85%);*/
    z-index: 2;
    pointer-events: none;
}

/* .copyright {
    position: absolute;
    width: 80vw;
    max-width: 405px;
    left: calc(50% - 40vw);
    left: calc(50% - 202px);
} */

.menu {
    padding: 0;
    font-size: 0;
    height: 100%;
    text-align: center;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    /*background: linear-gradient(180deg,#05acff 0%, #2882ff 100%);
    background: -webkit-linear-gradient(270deg,#05acff 0%, #2882ff 100%);*/
}

.menu .ll {
    display: inline-block;
    /* width: 20%; */
    height: 100%;

}

.menu .ll>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: .80rem;
    padding: 4.5em 0 0.5em;
    color: #000000;
}

.menu>li:nth-of-type(1) a {
    background: url(../img/menu05.png) 50% 10% no-repeat;
    background-size: auto 60%;
}

.menu>li:nth-of-type(2) a {
    background: url(../img/menu01.png) 50% 10% no-repeat;
    background-size: auto 60%;
}

.menu>li:nth-of-type(3) a {
    background: url(../img/menu03.png) 50% 10% no-repeat;
    background-size: auto 60%;
}

.menu>li:nth-of-type(4) a {
    background: url(../img/menu04.png) 50% 10% no-repeat;
    background-size: auto 60%;

}



/* 彈窗 */
#lightbox_lightboxbg {
    display: none;
    background: rgba(0, 0, 0, 0.65);
    position: fixed;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    z-index: 1000;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 1001;
    width: 950px;
    text-align: center;
    box-sizing: border-box;
    /* overflow: hidden; */
}

.lightbox01 {
    width: 1149px;
    height: 843px;
    max-height: 90%;
    background: url(../img/detail.png) 50% 50% no-repeat;
    background-size: auto 100%;
    padding: 45px 60px;
}

.lightbox03 {
    background: url(../img/detail02.png) 50% 50% no-repeat;
    background-size: auto 100%;
}

.lightbox01 .lightbox_content {
    width: 85%;
    height: 500px;
    margin: 160px auto 0 auto;
    overflow-y: scroll;
    color: #fff;
    text-align: left;
    padding: 0;
    transform: translateX(5px);
}

.lightbox_content::-webkit-scrollbar {
    transform: translateX(-5px);
    width: 5px;
    background: #f4dec5;
    margin: 0 5px 0 0;
    background: none;
}

.lightbox_content::-webkit-scrollbar-thumb {
    background: #ebcbad;
    border-radius: 5px;
    background: none;
}

#lightbox-2 {
    width: 598px;
    height: 480px;
    background: url(../img/searchBg.png) 50% 50% no-repeat;
    background-size: 100% auto;
    padding: 110px 60px;
}

.lightbox_close {
    width: 42px;
    height: 42px;
    position: absolute;
    right: 7%;
    top: 19%;
    background: url(../img/close.png) 50% 50% no-repeat;
}

.search_box {
    width: 305px;
    height: 52px;
    background: #fff;
    margin: 65px auto 20px auto;
    border-radius: 50px;
    position: relative;
}

/*.search_box::before {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(to bottom, #c18936 0%, #a9582b 100%);
    border-radius: 50px;
    z-index: -1;
}
*/

.search_box input {
    font-size: 1.2rem;
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    box-sizing: border-box;
    outline: none;
    padding: 0 30px;
    border-radius: 50px;
    border: 2px solid #d957ff;
    color: #3c3b3c;
}

.btn03 {
    border: none;
    background: transparent;
    border: none;
    padding: 0;
    width: 132px;
    height: 55px;
    display: inline-block;
    position: absolute;
    top: -1px;
    bottom: 0;
    right: -1px;
    cursor: pointer;
}

.btn03 img {
    width: 100%;
    height: 100%;
}

.lightbox_content p {
    line-height: 1.5rem;
    margin: 0;
}


.lightbox table {
    width: 100%;
    background: #fff;
    overflow: hidden;
    margin: 0px 0 0 0;
    border-collapse: collapse;
}

.lightbox table tbody {
    border-radius: 8px;
    border: 1px solid #9937f4;
}

.lightbox table td {
    padding: 7px 0;
    color: #000;
    font-size: .9rem;
    border: 1px solid #9937f4;
}

.lightbox table tr:nth-of-type(1) {
    color: #6a02eb;
    background: #d7bbff;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 8px;
}

.lightbox table tr:nth-of-type(1) td {
    color: #7900e2;
    font-size: 1rem;
}


/* 分頁 */
.page-icon {
    margin: 2.5vw 0 0 0;
    /*设置距离顶部20像素*/
    font-size: 0;
    /*修复行内元素之间空隙间隔*/
    text-align: center;
    /*设置内容居中显示*/
}

.page-icon a {
    text-decoration: none;
    /*取消链接的下划线*/
    color: #d7bbff;
    border: 1px solid #d7bbff;
    border-radius: 3px;
    padding: 0.3vw 1.5vw 0.3vw;
    font-size: 3vw;
    /*修复行内元素之间空隙间隔*/
    margin-right: 0.5vw;
    background: none;
}

.page-disabled,
a.page-next {
    color: #c938ff;
    border: none;
    padding: 0.3vw 1vw 0.3vw;
    font-size: 3vw;
    /*修复行内元素之间空隙间隔*/
    margin-right: 0.5vw;
    background: none;
}

.page-current {
    color: #fff;
    padding: 0.3vw 1.5vw 0.3vw;
    font-size: 3vw;
    border: 1px solid #c938ff;
    border-radius: 3px;
    margin-right: 0.5vw;
    background: #c938ff;
}

.page-disabled {
    color: #d7bbff;
}

.page-next {}



/* 活動詳情 */
.lightbox01 table {
    margin: 3vw 0;
    text-align: center;
    background: #fff;
}

.lightbox01 table tr:nth-of-type(1) {
    color: #6a02eb;
    background: #d7bbff;
    border-bottom: none;

}

.lightbox01 table tr td {
    border: 1px solid #9937f4;
    border-bottom: none;

}

.lightbox01 table tr:nth-of-type(1) td {
    border-bottom: none;
    color: #6a02eb;
}

.lightbox01 p b {
    color: #d30c00;
}

.lightbox01 h3 {
    color: #f7ff14;
    margin: 2vw 0;
}



@media screen and (max-width:1240px) {
    header {
        height: 80px;
    }

    .show-menu-btn {
        margin: 23px 0 0 10px;
        font-size: 2.5rem;
    }

    .logo {
        height: 55px;
        width: 215px;
        top: 14px;
        left: calc(50% - 108px);
    }

    .customer-service img {
        height: 50px;
        top: 14px;
    }

    .nav ul .dropdown_content {
        font-size: 14px;
    }

    .nav li a {
        width: initial;
        font-size: 14px;
    }

    .nav li a img {
        max-height: 53px;
        height: 53px;
    }

    .nav ul .dropdown_content {
        padding: 20px;
        font-size: 13px;
        border-radius: 25px;
    }

    .nav ul .dropdown_content .dropdown_content_border_h {
        height: 10px;
        right: 8%;
        left: 8%;
    }

    .nav ul .dropdown_content .dropdown_content_border_s {
        width: 10px;
        top: 8%;
        bottom: 8%;
    }

    .nav ul .dropdown_content .dropdown_content_corner {
        width: 43px;
    }

    .dropdown_content_item {
        width: 60px;
        left: -45px;
    }


    .lightbox {
        max-height: 80vh;
    }

    .lightbox01 {
        max-width: 95vw;
        background-size: 100% auto;
    }

    .lightbox_content {
        max-height: 75vh;
        padding: 5% 10% 10% 10%;
    }

}


@media screen and (min-width:768px) and (min-height: 1024px) {



    .lightbox_close {
        right: 5%;
        top: 24%;
    }

    #lightbox-2 .lightbox_close {
        right: 10px;
        top: 20px;
    }

    .page-icon {
        margin: 15px 0 0 0;
    }

    .page-icon a {
        padding: 2px 9px 3px;
        font-size: 14px;
        margin-right: 5px;
    }

    .page-current {
        padding: 2px 9px 3px;
        font-size: 14px;
        border-radius: 3px;
        margin-right: 5px;
    }

    .page-disabled,
    a.page-next {
        padding: 2px 5px 3px;
        font-size: 14px;
        margin-right: 5px;
    }

}

@media screen and (max-width:820px) and (max-height: 1180px) {
    .lightbox01 {
        max-width: 95vw;
        height: 760px;
        background-size: 100% auto;
    }

    .lightbox01 .lightbox_content {
        margin: 40% auto 0 auto;
        height: 46%;
    }
}

@media screen and (min-width:1024px) and (min-height: 1366px) {


    .main .pp1 {
        top: 38vw;
        height: 55vh;
    }

    .btn01,
    .btn02 {
        bottom: -5.4vw;
    }

    .lightbox01 {
        max-width: 95vw;
        height: 760px;
        background-size: 100% auto;
    }

    .lightbox01 .lightbox_content {
        margin: 25% auto 0 auto;
        height: 62%;
    }

    .lightbox_close {
        right: 5%;
        top: 17%;
    }
}

@media screen and (max-width:767px) {


    .lightbox01 {
        max-width: 95vw;
        height: 560px;
        background-size: 100% auto;
    }

    .lightbox01 .lightbox_content {
        margin: 85px auto 0 auto;
        height: 75%;
    }

    .btn01,
    .btn02 {
        bottom: -3vw;
    }
}

@media screen and (max-width:700px) {
    .main {
        /* padding: 73% 0 0 0; */
        /* height: initial; */
    }

    .account_box {
        top: 34vw;
    }

    .input_box {
        margin: 0 auto 2vw auto;

    }

    .input_box img {
        width: 23vw;
    }

    .input_box input {
        padding: 1vw;
        height: 8vw;
    }

    .submit,
    .submit2 {
        width: 35vw;
        height: 14vw;
        margin: 1vw 0.5vw;
    }

    .submit:hover {
        background: url(../img/submit.png) 50% 100% no-repeat;
        background-size: 100% auto;
    }

    .submit2:hover {
        background: url(../img/submit2.png) 50% 100% no-repeat;
        background-size: 100% auto;
    }


}

@media screen and (max-width:460px) {
    header {
        height: 60px;
    }

    .logo {
        top: 1px;
        left: calc(50% - 125px);
        width: 250px;
        height: 60px;
    }

    .show-menu-btn {
        margin: 14px 0 0 15px;
        font-size: 2rem;
        line-height: 30px;
    }


    .nav li {
        /* transform: scale(.8); */
        margin: -10px 0;
    }

    .nav li a {
        width: 60px;
        font-size: 12px;
        margin: 1vh 0 0 0;
    }

    .nav li a img {
        height: 5vh;
        margin: 0 auto 3px auto;
    }

    .customer-service img {
        position: absolute;
        top: 10px;
        right: 15px;
        height: 40px;
    }

    .container {
        /*padding: 10.5vw 0 0 0;*/
        overflow: auto;
    }

    .container .title {
        /* position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        top: 2.5vh; */
    }

    .container .title .tt {
        width: 80%;
    }

    .container .title a {
        display: block;
        height: 12vw;
        background: url(../img/btnm.png) 50% 50% no-repeat;
        background-size: contain;
        margin: auto;
        animation: sc 1s infinite linear;
    }



    .main {
        width: 90%;
        /* background: url(../img/bgm.jpg) 50% 50% no-repeat;
        background-size: 100% auto; */
        /* padding: 185% 0 0 0; */
    }

    .main .pp1 {
        width: 100%;
        position: absolute;
        top: 40vw;
        left: 0%;
        background: url(../img/pp1.png) 50% 50% no-repeat;
        background-size: contain;
        height: 65vh;
    }

    .subtitle {
        width: 27vw;
        left: calc(50% - 14vw);
    }

    .account_box {
        top: 45vw;
        transform: scale(.8);
    }

    .MJbtn01,
    .MJbtn02 {
        bottom: 0;
    }

    .input_box {
        margin: 0 auto 3vw auto;
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    .input_box img {
        width: 28vw;
        margin: 0 0 1vw 0;
    }

    .input_box input {
        font-size: 1rem;
        padding: 1vw 3vw;
        height: 10vw;
        width: 68vw;
        border: 2px solid #e53ef9;
    }

    .btn01,
    .btn02 {
        width: 30vw;
        height: 14vw;
        bottom: -9vw;
    }

    .btn01 {
        left: 15%;
    }

    /* .copyright {
        width: 80vw;
        max-width: 405px;
        left: calc(50% - 40vw);
    } */

    .lightbox {
        color: #444;
        font-size: .9rem;
        /* padding: 3px; */
        z-index: 1001;
        border-radius: 10px;
        box-sizing: border-box;
        max-height: 90vh;
        width: 88vw;

    }

    .lightbox01,
    #lightbox-2 {
        max-width: 100%;
    }

    .lightbox01 {
        max-width: 99%;
        background: url(../img/detail03.png) 50% 50% no-repeat;
        background-size: contain;
        height: 76%;
        padding: 45px 5vw;
    }

    .lightbox03 {
        background: url(../img/detail04.png) 50% 50% no-repeat;
        background-size: auto 100%;
    }

    .lightbox01 .lightbox_content {
        font-size: .9rem;
        margin: 33% auto 0 auto;
        width: 90%;
        height: 75%;
    }

    .lightbox table tr:nth-of-type(1) td {
        font-size: .7rem;
    }

    .lightbox table td {
        font-size: .7rem;
    }

    .lightbox01 {
        width: 100%;
    }

    .lightbox01 .lightbox_close {
        right: 2vw;
        top: 16vw;
        /* bottom: -35px; */
        width: 8vw;
        background-size: contain;
    }

    #lightbox-2 {
        background-size: contain;
        height: 40%;
        padding: 32vw 10vw;
    }

    #lightbox-2 .lightbox_close {
        right: 10px;
        top: 2vw;
        width: 8vw;
        background-size: contain;
    }

    .search_box {
        margin: 0vw auto 2.5vw auto;
        width: 90%;
        height: 12vw;
    }

    .btn03 {
        width: 30vw;
        height: 12vw;
        top: 0px;
    }

    .search_box input {
        font-size: 4vw;
        padding: 0 4.5vw;
    }

    .lightbox table {}

}

@media screen and (max-width:411px) and (max-height:823px) {


    .lightbox01 .lightbox_close {
        top: 10vw;
    }

    .lightbox01 .lightbox_content {
        margin: 23% auto 0 auto;
        width: 87%;
        height: 85%;
    }

    #lightbox-2 {
        padding: 30vw 10vw;
    }

}

@media screen and (max-width:411px) and (max-height:731px) {}


@media screen and (max-width:375px) and (max-height:812px) {

    .lightbox01 .lightbox_content {
        margin: 28% auto 0 auto;
        width: 87%;
        height: 80%;
    }

    /* .lightbox01 .lightbox_close{
        right: 0;
        top: 0;
    } */
}

@media screen and (max-width:375px) and (max-height:667px) {

    .lightbox01 {
        height: 80%;
    }

    .lightbox01 .lightbox_content {
        margin: 20% auto 0 auto;
        width: 87%;
        height: 88%;
    }
}

@media screen and (max-width:340px) {

    .nav {
        top: 60px;
    }

    .nav li a {
        padding: 1.2vh 0;
    }

    /* gogle */
    .nav ul .dropdown_content {
        transform: scale(.8);
        top: -20px;
        left: 50px;
        min-width: calc(100vw - 50px);
    }

    .website span a {
        font-size: 8px;
    }

    .dropdown_content_item {
        width: 31px;
        left: -24px;
    }

    .nav ul .dropdown_content .dropdown_content_corner {
        width: 21px;
    }

    .nav ul li {
        font-size: inherit;
    }




    /* .copyright {
        bottom: 15px;
    } */

    .search_box {
        width: 90%;
        height: 10vw;
    }

    .search_box input {
        font-size: 1rem;
    }

    .btn03 {
        width: 25vw;
        height: 10vw;

    }

    .lightbox01 .lightbox_content {
        margin: 48px auto 0 auto;
        width: 87%;
        transform: translateX(5px);
        height: 92%;
    }
}




@media screen and (max-height:823px) {
    .main .pp1 {
        height: 55vh;
        top: 46vw;
    }
}

@media screen and (max-height:786px) {}


@media screen and (max-height:740px) {
    .container {
        padding: 0vw 0 0 0;
    }
}

@media screen and (max-height:736px) {

    .main .pp1 {
        height: 50vh;
        top: 45vw;
    }

    #lightbox-2 {
        background-size: contain;
        height: 50%;
        padding: 32vw 10vw;
    }

    #lightbox-2 .lightbox_close {
        right: 10px;
        top: 20px;
    }


}

@media screen and (max-width:320px) {

    .main .pp1 {
        height: 47vh;
        top: 45vw;
    }

    .nav {
        top: 0;
    }

    footer {
        height: 70px;
    }

    .menu li a {
        font-size: .8rem;
        padding: 42px 0 0 0;
    }

    .menu li:nth-of-type(1) a,
    .menu li:nth-of-type(2) a,
    .menu li:nth-of-type(3) a,
    .menu li:nth-of-type(4) a,
    .menu li:nth-of-type(5) a {
        background-size: auto 40%;
    }

    /* .copyright {
        width: 90vw;
        left: calc(50% - 45vw);
        bottom: -8px;
    } */

    footer .cover {
        margin: -100px 0 0 0;
        height: 100px;
    }

    #lightbox-2 {
        padding: 30vw 10vw;
        background-size: 100% 102%;
    }

    #lightbox-2 .lightbox_close {
        right: 10px;
        top: 2vw;
    }

    .lightbox01 .lightbox_close {
        top: 5vw;
    }
}

@keyframes sc {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.8);
    }
}

.cover {
    width: 100%;
    height: 40px;
    /* margin-bottom: 140px; */
}

.cover img {
    height: 100%;
}

.box {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 110%;
}


.bottom-left>li .jsBox {
	width: 100%;
	/* width: 55rem; */
	/* height: 30rem; */
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	box-sizing: border-box;
	border: 1px solid #e47c9d;
	background: rgb(17 177 201);
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}

.bottom-left>.on .jsBox {
	display: block;
}

.bottom-left>li .jsBox ul {
	padding: 0.1rem 0.6rem 0.13rem;
}

.bottom-left>li .jsBox li {
	/* margin-bottom: 0.5rem;
	overflow: hidden;
	zoom: 2.3; */
}

.bottom-left>li .jsBox li span {
	display: block;
	float: left;
	color: #414755;
	font-size: 0.8rem;
	line-height: 3rem;
	text-align: center;
	border: 1px solid #CED3DC;
	background: #F0F7FE;
	box-sizing: border-box;
}

.bottom-left>li .jsBox li .ms {
	/* width: 3.5rem; */
    width: 16%;
}

.bottom-left>li .jsBox li img {
	margin: 1.25rem 0.28rem 0 0.38rem;
	/* width: 1rem; */
    width: 5%;
	display: block;
	float: left;
}

.bottom-left>li .jsBox li .url {
	width: 50%;
}

.bottom-left>li .jsBox li a {
	width: 20%;
	display: block;
	float: right;
	color: #fff;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 3rem;
	text-align: center;
	border: 1px solid #6a6b6e;
	background: #f30028;
	box-sizing: border-box;
}

.bottom-left>li .jsBox .arrow {
	margin-left: -0.12rem;
	width: 0.25rem;
	position: absolute;
	left: 25%;
	bottom: -0.16rem;
}