html,
body {
    margin: 0;
    padding: 0;
    font-family: Arial, "Microsoft YaHei", 微软雅黑, sans-serif;
    height: 100%;
    width: 100%;
}

a {
    text-decoration: none;
    transition: 0.2s;
}

p {
    margin: 0;
}

img {
    line-height: 0;
    font-size: 0;
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}

header {
    width: 100%;
    height: 78px;
    background: #fff;
    box-shadow: 0 0 3px rgba(1, 22, 39, 0.3);
    position: fixed;
    top: 0;
    z-index: 5;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

header .container,
.main .container {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    max-width: 1200px;
}

.logo {
    display: inline-block;
    margin: 3px 0 0 0;
    float: left;
}

.web {
    position: absolute;
    margin: 10px 0 0 0;
    left: 50%;
    transform: translateX(-50%);
}

.web_m {
    display: none;
    position: absolute;
    margin: 18px 0 0 0;
    left: 3vw;
    height: 39px;
}

.search_m {
    opacity: 0;
    position: absolute;
    right: 3vw;
    margin: 21px 0 0 0;
}

.search_m img {
    height: 40px;
}

.menu {
    float: right;
    transition: 0.2s;
}

.menu ul {
    padding: 0;
    margin: 11px 0 0 0;
    list-style: none;
}

.menu ul li a {
    display: inline-block;
    color: #0e93e9;
    font-size: 0.76rem;
    border: 1px solid #a1dafb;
    border-radius: 3px;
    margin: 0 0 0 5px;
    /* box-sizing: border-box; */
    height: 53px;
    width: 70px;
    line-height: 85px;
    position: relative;
    transition: 0.2s;
}

.menu ul li a:hover {
    background: linear-gradient(#1cc3f0, #0d8ee8);
    color: #fff;
}

.menu ul li a:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    transition: 0.2s;
}

.menu ul li a:nth-of-type(1):before {
    background: url(../img/menu01.png) 50% 9px no-repeat;
}

.menu ul li a:nth-of-type(1):hover:before {
    background: url(../img/menu01_h.png) 50% 9px no-repeat;
}

/* .menu ul li a:nth-of-type(2):before {
    background: url(../img/menu02.png) 50% 9px no-repeat;
}

.menu ul li a:nth-of-type(2):hover:before {
    background: url(../img/menu02_h.png) 50% 9px no-repeat;
}

.menu ul li a:nth-of-type(3):before {
    background: url(../img/menu03.png) 50% 9px no-repeat;
}

.menu ul li a:nth-of-type(3):hover:before {
    background: url(../img/menu03_h.png) 50% 9px no-repeat;
}

.menu ul li a:nth-of-type(4):before {
    background: url(../img/menu04.png) 50% 9px no-repeat;
}

.menu ul li a:nth-of-type(4):hover:before {
    background: url(../img/menu04_h.png) 50% 9px no-repeat;
} */

.main {
    width: 100%;
    background: url(../img/BG02.png) 50% 100% no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin: 78px 0 0 0;
    position: relative;
    box-sizing: border-box;
}

.BG_item_content {
    width: 100%;
    height: 100%;
    /* position: relative; */
}

.BG_item01 {
    width: 17.6vw;
    position: absolute;
    bottom: 0;
}

.BG_item02 {
    width: 24.6vw;
    position: absolute;
    bottom: 0;
    right: 0;
}

.main .container {
    padding-top: 30px;
    text-align: left;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card {
    display: inline-block;
    position: relative;
    /* margin: 0 10px 40px 10px; */
    margin: 0 0px 40px 0px;
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.21);
    text-align: center;
    transition: 0s;
}

.card img {
    position: relative;
    border: none;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.card_btn {
    display: none;
    color: #fff;
    background: linear-gradient(#1cc3f0, #0d8ee8);
    padding: 8px 0;
    font-size: 0.95rem;
}

.cover {
    opacity: 0;
    position: absolute;
    background: rgba(255, 255, 255, 0.88);
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    transition: 0.2s;
    padding: 32% 0 0 0;
    cursor: pointer;
}

.cover span {
    color: #fff;
    background: linear-gradient(#1cc3f0, #0d8ee8);
    padding: 8px 15px;
    border-radius: 3px;
}

.card:hover .cover {
    opacity: 1;
    transition: 0.2s;
    padding: 24% 0 0 0;
}

/* 彈窗 */
#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: 550px;
    height: auto;
    padding: 35px 0 45px 0;
    background: #fff;
    border: 2px solid #13a4eb;
    text-align: center;
    border-radius: 15px;
}

.lightbox_close {
    width: 20px;
    height: 20px;
    background: url(../img/close.png) 50% 50% no-repeat;
    position: absolute;
    right: 23px;
    top: 23px;
}
.lightbox_close:hover {
    animation: close 0.5s ease;
}
@keyframes close {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(90deg);
    }
}

.lightbox_title {
    margin: 15px 0 15px 0;
}

.account {
    margin: 0 auto;
    width: 70%;
}

.account input {
    width: 100%;
    height: 40px;
    margin: 0 0 15px;
    padding: 0;
    background: #f4f6f7;
    text-align: center;
    color: #596a6f;
    outline: none;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 3px;
    border: 1px solid #d4dee5;
    box-sizing: border-box;
}

.account select {
    width: 100%;
    height: 40px;
    text-align: center;
    color: #596a6f;
    outline: none;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 3px;
    border: 1px solid #d4dee5;
    background: #f4f6f7;
    /* padding: 0 0 0 15px; */
    margin: 0 0 15px;
}

.account select option {
    transform: translateX(-15px);
}

.account input::placeholder {
    color: #596a6f;
}

.search_account {
    width: 60%;
    height: 45px;
}

.search_account input {
    font-size: 1rem;
}

.account_btn {
    width: calc(70% + 2px);
    height: 45px;
    border-radius: 3px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    border: none;
    background: linear-gradient(#1cc3f0, #0d8ee8);
    cursor: pointer;
    transition: 0.2s;
}

/* .account_btn:hover{
    background: linear-gradient(#0d8ee8,#0d8ee8);
} */

/* footer */
footer {
    font-family: "微軟雅黑", "Noto Sans TC", "Microsoft Yahei", sans-serif;
    background-color: #353f4b;
    color: #a4acb4;
}

.flex {
    display: flex;
}

.vender-logo-g {
    margin: auto;
    justify-content: center;
}

.vender-logo {
    padding: 36px;
}

.sitemap-link-group nav,
.licence-group-g {
    justify-content: center;
    text-align: center;
}

.licence-group-g {
    padding: 10px 0;
    font-size: 14px;
}

.licence-item {
    padding: 10px 0 15px 0;
    width: 33.33%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.licence-item-img {
    margin: auto;
    width: 200px;
    margin-bottom: 20px;
}

.licence-item-img .img01 {
    margin: auto;
    background-image: url(../img/footer/license/lincense01.png);
    background-repeat: no-repeat;
    height: 39px;
    width: 42px;
}

.licence-item-img .img01:hover {
    background-image: url(../img/footer/license/lincense01-hover.png);
}

.licence-item-img .img02 {
    margin: auto;
    background-image: url(../img/footer/license/lincense02.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 154px;
}

.licence-item-img .img02:hover {
    background-image: url(../img/footer/license/lincense02-hover.png);
}

.licence-item-img .img03 {
    margin: auto;
    background-image: url(../img/footer/license/lincense03.png);
    background-repeat: no-repeat;
    width: 89px;
    height: 25px;
}

.licence-item-img .img03:hover {
    background-image: url(../img/footer/license/lincense03-hover.png);
}

.licence-item-img .img04 {
    margin: auto;
    background-image: url(../img/footer/license/lincense04.png);
    background-repeat: no-repeat;
    width: 169px;
    height: 40px;
}

.licence-item-img .img04:hover {
    background-image: url(../img/footer/license/lincense04-hover.png);
}

.licence-item-img .img05 {
    margin: auto;
    background-image: url(../img/footer/license/lincense05.png);
    background-repeat: no-repeat;
    width: 37px;
    height: 40px;
}

.licence-item-img .img05:hover {
    background-image: url(../img/footer/license/lincense05-hover.png);
}

.copyright {
    text-align: center;
    line-height: 2;
    padding: 20px;
    font-size: 13px;
}

.divi-line {
    margin-top: -20px;
    padding: 0 20px;
}

.divi-line.l01 {
    padding: 0 40px;
}

.ele-lang-wrap {
    width: 100px;
    position: relative;
    top: 1px;
    z-index: 10;
    text-align: left;
    border: 1px solid #727272;
    background: url("../img/lang/dp-icon.png") 80px 1px no-repeat #353f4b;
    padding: 2px;
}

.ele-lang-title {
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    padding-right: 15px;
    text-indent: 5px;
    color: #b0b4b3;
    align-items: center;
    font-size: 12px;
}

.ele-lang-group {
    display: none;
    position: absolute;
    z-index: 100;
    font-size: 12px;
    background-color: #353f4b;
    border-right: 1px solid #aeaead;
    border-left: 1px solid #aeaead;
    border-bottom: 1px solid #aeaead;
    width: 110px;
    margin-top: 5px;
    left: -2px;
    padding: 4px;
}

.w120 {
    width: 120px;
}

.ele-lang-group a {
    height: 22px;
    line-height: 22px;
    display: block;
    text-indent: 5px;
    text-decoration: none;
    color: #b0b4b3;
    /* width: 300px; */
}

.ele-lang-current,
.ele-lang-group a:hover {
    color: #fff;
    background-color: #505050;
}

/* use flag and select */
.ele-lang-wrap,
.ele-lang-option {
    position: relative;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.ele-lang-option {
    padding-left: 23px;
}

.ele-lang-flag {
    position: absolute;
    width: 24px;
    height: 22px;
    left: 4px;
    top: 0;
    background: url("../img/lang/cn.png") 2px 2px no-repeat;
}

.ele-lang-zh-cn {
    background: url("../img/lang/cn-hk.png") 2px 2px no-repeat;
}

.ele-lang-en {
    background: url("../img/lang/en.png") 2px 2px no-repeat;
}

.ele-lang-ja {
    background-position: 2px -118px;
}

.ele-lang-ko {
    background-position: 2px -158px;
}

.ele-lang-vi {
    background-position: 2px -198px;
}

.ele-lang-th {
    background-position: 2px -238px;
}

/* footer end */

/* 手機版選單 */
.footer_menu {
    display: none;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 80px;
    background: #353f4b;
    position: fixed;
    bottom: 0;
    z-index: 6;
    margin: 20px 0 0 0;
}

.footer_menu ul {
    height: 100%;
}

.footer_menu ul li {
    display: inline-block;
    height: 100%;
    width: 25%;
    border-right: 1px solid #7b8085;
    box-sizing: border-box;
}

.footer_menu ul li a {
    color: #fff;
    font-size: 0.9rem;
    display: inline-block;
    height: 100%;
    width: 100%;
    letter-spacing: 0.5px;
    padding: 47px 0 0 0;
}

.footer_menu ul li:nth-of-type(1) a {
    background: url(../img/menu05.png) 50% 19% no-repeat;
    background-size: 22px;
}

.footer_menu ul li:nth-of-type(2) a {
    background: url(../img/menu02.png) 50% 19% no-repeat;
}

.footer_menu ul li:nth-of-type(3) a {
    background: url(../img/menu03.png) 50% 19% no-repeat;
}

.footer_menu ul li:nth-of-type(4) a {
    background: url(../img/menu04.png) 50% 19% no-repeat;
}

/* 導航彈窗 */
.guid_box {
    display: none;
    text-align: center;
    position: fixed;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    z-index: 6;
}

.close {
    position: absolute;
    right: 12%;
    top: 5%;
}

.close img {
    width: 6vw;
}

.guid {
    width: 80%;
}

@media screen and (max-width: 1200px) {
    header .container {
        width: auto;
    }

    .main .container {
        width: 100%;
        padding: 30px 0px 0 10px;
    }

    .card {
        width: calc(33% - 2vw);
        margin: 0 0.8vw 30px 0.8vw;
        vertical-align: top;
    }

    .card img {
        width: 100%;
    }

    .card_btn {
        display: block;
    }

    /* .card:hover .cover {
        opacity: 0;
    } */

    footer {
        display: none;
    }

    .footer_menu {
        display: block;
    }
}

@media screen and (max-width: 1000px) {
    .menu,
    .web {
        display: none;
    }

    .web_m {
        display: block;
    }

    .search_m {
        opacity: 1;
    }

    .logo {
        float: initial;
        margin: 8px 0 0 0;
    }

    .logo img {
        height: 60px;
    }
}

@media screen and (max-width: 800px) {
    .main .container {
        padding: 30px 10px;
    }

    .web_m {
        margin: 25px 0 0 0;
        height: 35px;
    }

    .card {
        width: calc(50% - 2vw);
        margin: 0 0.8vw 30px 0.8vw;
        vertical-align: top;
    }

    .lightbox {
        width: 90%;
    }
}

@media screen and (max-width: 500px) {
    header {
        height: 57px;
    }

    .logo {
        margin: 5px 0 0 0;
    }

    .logo img {
        height: 50px;
    }

    .web_m {
        margin: 15px 0 0 0;
        height: 30px;
    }

    .search_m {
        margin: 12px 0 0 0;
    }

    .search_m img {
        height: 33px;
    }

    .main {
        margin: 57px 0 0 0;
        background: url(../img/BG_m.png) 50% 100% no-repeat;
        background-size: cover;
    }
    .main .container {
        padding-bottom: 80px;
    }

    .card {
        width: calc(50% - 3vw);
        margin: 0 0.8vw 15px 0.8vw;
    }
}

@media screen and (max-width: 340px) {
    .web_m {
        margin: 18px 0 0 0;
        height: 25px;
    }
}
.search-table {
    width: 90%;
    border: #13a4eb 1px solid;
    margin: 0 auto;
}
.search-table th,
td {
    color: #13a4eb;
    border: #13a4eb 1px solid;
    line-height: 1.5;
}
[v-cloak] {
    display: none;
}
.file_input_box {
    position: relative;
    width: 100%;
    height: 40px;
    margin: 0 0 15px;
    padding: 0;
    background: #f4f6f7;
    text-align: center;
    color: #596a6f;
    outline: none;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 3px;
    border: 1px solid #d4dee5;
    box-sizing: border-box;
    display: block;
}

.file_input_box > span {
    text-align: left !important;
    color: #596a6f !important;
    text-align: left;
    height: 40px;
    line-height: 40px;
}
.file_input {
    opacity: 0;
    position: absolute;
    color: transparent;
    color: rgba(0, 0, 0, 0);
    right: 0;
    top: 0;
    width: 100%;
    height: 38px;
}

.verify2 {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 30px;
    border: 1px solid #d4dee5;
    cursor: pointer;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: transparent !important;
    left: 0px !important;
    top: 0px !important;
    padding: 0px !important;
}

.layui-laypage .layui-laypage-curr em {
    color: #000 !important;
}

.layui-laypage a,
.layui-laypage span {
    background-color: transparent !important;
    color: #13a4eb  !important;
    border: 1px solid #13a4eb  !important;
}
