a {
    color: #505050;
    text-decoration: none
}

a:hover {
    text-decoration: none;
}

body {
    font: 14px/1.6 "Microsoft Yahei";
    /* color: #fff; */
    background: #fff url(../images/bg01.jpg) no-repeat center top;	
}

ul li {
    list-style: none
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    * + height: 1%;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */
* + html .clearfix {
    zoom: 1;
}

/* IE7 */
.fL {
    float: left !important;
}

.fR {
    float: right !important;
}

img {
    vertical-align: top;
}

.limited {
    width: 1200px;
    margin: 0 auto;
}

/* ------------ Header ------------ */
.header-2-dropdown-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: calc(90% - 240px);
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.menu-common {
    letter-spacing: 0.1em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.menuimg img {
    display: inline-block;
    margin-right: 8px;
    line-height: 40px;
    vertical-align: middle;
    width: 22px;
    height: auto;
}

/* dark */
.header-2 .btn {
    display: none;
}

.header-2 {
    background: #f2f9ff;
    /*position: unset;*/
}

.header-2_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-2 .header-2-logo {
    max-width: 250px;
}

.menutext {
    white-space: nowrap;
}

.menutext a {
    color: #fff;
}

.header-2-dropdown-1 > div,
.header-2-dropdown-1 > a {
    margin: 0 2%;
    height: 40px;
    color: #fff;
}

.header-2-dropdown-1-main:hover,
.header-2-dropdown-1-main:hover > a {
    color: #1097e9;
}

@media (max-width: 1024px) {

    .header-2 .btn {
        display: flex;
    }

    .header-2-dropdown-1 {
        width: auto;
        padding-left: 0;
    }

    .menu-common {
        letter-spacing: 0;
    }

    .menuimg img {
        margin-right: 4px;
    }

    /* Dark */
    /*.header-2 .search a {
        color: #119cea;
        font-size: 2.7rem;
    }*/
}

@media (max-width: 768px) {
    .header-2 .header-2-logo {
        width: 100%;
        height: 100%;
        /* justify-content: flex-start; */
        max-width: 110px;
		margin: auto 5px;
    }
	

}

/*---------------index--------------*/
#container {
    /* min-width: 836px; */
}

.login-user {
    color: #119cea;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    background-color: #f2f9ff;
    box-shadow: inset 0 2px 1px rgba(17, 156, 234, 0.2);
    max-width: 630px;
    width: 80%;
    height: 40px;
    padding-left: 30px;
    margin: 0 auto 30px;
    border-radius: 20px;
    border: 1px solid #119cea;
}

.login-user div {
    width: 33%;
}

.login-user div span {
    color: #005ac5;
    font-weight: bold;
    font-size: 1.1em;
}

.loginout-btn {
    color: #fff;
    font-weight: 500;
    background: -webkit-linear-gradient(top, #1cc3f0, #0d8ee8);
    background: -o-linear-gradient(top,#1cc3f0, #0d8ee8);
    background: linear-gradient(top, #1cc3f0, #0d8ee8);
    box-shadow: inset 0 2px 1px rgba(255, 255, 255, 0.4);
    max-width: 160px;
    border-radius: 20px;
    cursor: pointer;
}

#main {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    /* padding: 34vh 0 0; */
    /* padding: 26% 0 0; */
    padding: 405px 0 0;
    overflow: hidden;
}

#main .box {
    max-width: 836px;
    width: 95%;
    margin: 0 auto 23px;
    position: relative;
}

#main .box .hammer {
    position: absolute;
    left: 95px;
    top: 75px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    clip-path: polygon(23% 0%, 35% 0, 89% 18%, 104% 50%, 100% 90%, 80% 100%, 55% 100%, 24% 68%, 27% 45%, 16% 26%);
    pointer-events: none;
    z-index: 6;
}

#main .box .imgBox {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-gap: auto;
    margin: 0;
}

#main .box .img {
    width: 100%;
    max-width: 267px;
    margin: 0 auto 33px;
    float: left;
    position: relative;
    cursor: pointer;
    /* overflow: hidden; */
    z-index: 1;
}

/* #main .box .img.not-selected, #main .box .img.animate, #main .box .img.active { overflow: initial; } */
#main .box .img.active {
    z-index: 3;
}

#main .box .img:nth-child(1),
#main .box .img:nth-child(2),
#main .box .img:nth-child(3) {
    z-index: 2;
}

#main .box .img:hover {
    z-index: 3;
}

#main .box .img > span {
    display: block;
    outline: none;
}

#main .box .img:nth-child(4) {
    clear: both;
}

#main .box .img > span {
    /* width: 184px; height: 293px; */
    width: 100%;
    max-width: 267px;
    height: 212px;
    pointer-events: none;
}

#main .box .img > span::before {
    content: ' ';
    display: block;
    background: url("../images/box.png") no-repeat center top;
    width: 364px;
    height: 364px;
    position: absolute;
    top: -105px;
    bottom: 0;
    left: -43px;
    right: 0;
    pointer-events: none;
    transition: 1s;
}

#main .box .img.not-selected > span::before {
    background: url("../images/box-not-selected.png") no-repeat center top;
}

#main .box .img.active > span::before {
    background: url("../images/box.png") no-repeat center top;
}

/* #main .box .img:hover > span::before,
#main .box .img.hover > span::before,
#main .box .img.active > span::before {} */
#main .box .img.animate > span::before {
    background: url("../images/box-hover.png") no-repeat center top;
    top: -140px;
    animation: shake;
    animation-duration: 2s;
}

#main .box .img.active.curr > span::before {
    background: url("../images/box_on.png") no-repeat center top;
    top: -140px;
}

#main .box .img.active.curr sup {
    background: url("../images/fireworks.png") no-repeat center top;
    width: 364px;
    height: 364px;
    position: absolute;
    top: -140px;
    left: -43px;
    z-index: 90;
    animation: zoomIn;
    animation-duration: 2s;
}

#main .box p {
    margin: -35px -25px 0;
    position: relative;
    z-index: 100;
    color: #353f4b;
    font-size: 18px;
    line-height: 1.35;
    text-align: center;
}

#main .box p .item-tit {
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 1.7em;
    background: url("../images/box-tit.png") center no-repeat;
    background-size: 100% 100%;
    max-width: 180px;
    width: 95%;
    max-height: 37px;
    margin: auto;
    overflow: hidden;
}

#main .dateBox {
    margin: 0 auto;
    max-width: 574px;
    height: 48px;
    position: relative;
    text-align: center;
    background: url("../images/bg03.png") no-repeat center top;
}

#main .dateBox p {
    color: #fff;
    font-size: 22px;
    line-height: 48px;
    white-space: nowrap;
}

#main .dateBox p img {
    margin: -4px 12px 0 0;
    display: inline-block;
    vertical-align: middle;
}

#main .dateBox p span {
    color: #0d8ee8;
}

#main .dateBox p .dateBox-tit {
    font-size: 24px;
    background: -webkit-linear-gradient(top,#1cc3f0, #0d8ee8);
    background: -o-linear-gradient(top,#1cc3f0, #0d8ee8);
    background: linear-gradient(top,#1cc3f0, #0d8ee8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    text-shadow: none;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.innerBox {
    /* background-color: #141a29; */
    background-color: rgb(255, 255, 255, 0.8);
    max-width: 690px;
    width: 95%;
    margin: 30px auto 40px;
    padding: 27px 40px 15px;
    /* border: 2px solid #fefab7; */
    border: 2px solid rgb(93, 208, 254, 0.5);
    border-radius: 10px;
    box-sizing: border-box;

    outline: none;
}

@media screen and (max-width:1024px) {
    .hammer {
        display: none;
        opacity: 0;
    }
}

@media screen and (max-width:920px) {
    #main {
        /* padding: 24vh 0 0; */
        /* padding: 28vh 0 0; */
        padding: 320px 0 0;
    }
	
	#main .box .img {
		margin: 0 auto 15px;
}

    #main .box .img > span::before {
        left: -15%;
    }

    #main .box p span {
        display: block;
    }

    .login-user div {
        width: 100%;
        line-height: 2.2rem;
    }

    .login-user {
        white-space: normal;
        flex-direction: column;
        height: 100%;
        padding: 3% 0;
        margin: 0 auto 5%;
    }

    .loginout-btn {
        margin-top: 2%;
    }
}

@media screen and (max-width:750px) {
	#main {
        /* padding: 24vh 0 0; */
        /* padding: 28vh 0 0; */
        padding: 260px 0 0;
    }
    #main .box .img > span::before {
        /* left: -23%; */
        /* width: 100%;
		left: 0; */
        left: -50%;
        right: initial;
        margin-left: 15%;
    }

    #main .box p,
    #main .box p .item-tit {
        font-size: 12px;
        margin-left: auto;
        margin-right: auto;
    }

    #main .dateBox {
        background-size: 100% 100%;
        box-sizing: border-box;
        width: 95%;
        padding: 0 6%;
    }

    #main .dateBox p img {
        width: 1em;
        margin: -2px 0 0;
    }

    #main .dateBox p .dateBox-tit,
    #main .dateBox p {
        font-size: 16px;
    }
}

@media screen and (max-width:480px) {
    #main .box {
        margin: 0 auto;
    }

    #main .box .img > span {
        height: 140px;
    }

    #main .box .img > span::before,
    #main .box .img.active.curr sup,
    #main .box .hammer {
        /* margin-left: 5%; */
        zoom: 0.6;
    }

    #main .box .img.active.curr sup {
        margin-left: -45px;
        margin-top: -10px;
    }

    .innerBox {
        padding: 15px 15px 8px;
        margin: 0 auto 10px;
    }
}

@media screen and (max-width:320px) {
    #main {
        padding: 150px 0 0;
    }

    #main .box .img > span::before {
        left: -68%;
    }

    #main .dateBox {
        padding: 0;
    }

    #main .dateBox p .dateBox-tit {
        font-size: 15px;
        letter-spacing: 0;
    }

    #main .dateBox p {
        font-size: 14px;
    }
}

/*marquee-1 start*/
.news-block {
    height: 45px;
}

.marquee-1 {
    color: #353f4b;
    display: flex;
    justify-content: start;
    align-items: center;
    box-sizing: border-box;
    background-image: url('../images/marquee-title.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0.7rem .2rem 0.7rem 150px;
    width: 100%;
    max-width: 1200px;
    min-height: 1rem;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.marquee-1 div.marquee-1-content {
    width: 100% !important;
    /*    min-height: 200px;*/
    width: 100%;
    overflow: hidden;
    /*    border: 1px solid #ccc;*/
}

.marquee-1 div.marquee-1-content p {
    display: inline-block;
}

@media screen and (max-width:920px) {
    .marquee-1 {
        background-image: url('../wap/images/marquee-icon.png');
        margin: 0 auto;
        max-width: 100vw;
        padding: 0.7rem .2rem 0.7rem 2.4rem;
    }
}

/*marquee-1 end*/

/* search */
.input {
    margin: 0 auto 20px;
    max-width: 500px;
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.input input {
    margin: 0;
    padding: 0 36px;
    max-width: 500px;
    width: 100%;
    height: 67px;
    float: left;
    color: #005ac5;
    font-size: 18px;
    line-height: 67px;
    box-sizing: border-box;
    border: none;
    background: rgba(250, 253, 255, 0.9);
    border: 2px solid #5dd0fe;
    border-radius: 40px;
}

.input input::-webkit-input-placeholder {
    color: #9fb7e3;
}

.input input::-moz-placeholder {
    color: #9fb7e3;
    opacity: 1;
}

.input input:-moz-placeholder {
    color: #9fb7e3;
    opacity: 1;
}

.input .button {
    color: transparent;
    font-size: 0;
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
}

/* search end */

/* Bitton */
.button {
    color: #000;
    font-size: 1em;
    line-height: 59px;
    text-align: center;
    display: block;
    /* background: url('../images/button.png'); */
    background: -webkit-linear-gradient(top,#1cc3f0, #0d8ee8);
    background: -o-linear-gradient(top,#1cc3f0, #0d8ee8);
    background: -moz-linear-gradient(top,#1cc3f0, #0d8ee8);
    background: linear-gradient(top,#1cc3f0, #0d8ee8);
    box-shadow: inset 0 0 1px #fff;
    width: 158px;
    height: 59px;
    border-radius: 30px;
    border: none;
}

input:focus {
    outline: none;
}

.confirm-btn {
    color: transparent;
    font-size: 0;
    display: block;
    background-image: url('../images/confirm.png');
    background-position: center;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 158px;
    height: 59px;
    /* border-radius: 20px; */
    border: none;
}

.login-btn {
    color: transparent;
    font-size: 0;
    background-image: url('../images/btn03.png');
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 480px) {
    .input input {
        font-size: 16px;
        height: 50px;
        padding: 0 20px;
    }

    .input .button {
        width: 95px;
        height: 42px;
    }
}

@media screen and (max-width: 320px) {
    .input input {
        font-size: 15px;
    }
}

/* Light Box */
/* 查詢彈窗 */
#lightbox-1 {
    background: #fff;
    width: 95%;
    max-width: 610px;
    min-width: auto;
    /* margin: auto; */
    border-radius: 20px;
    border: 1px solid #0d8ee8
}

#lightbox-1 .lightbox1_lightbox-close {
    top: 4px;
    right: 4px;
    color: #0d8ee8;
}

.searchBox {
    width: 100%;
    max-width: 720px;
    min-height: 420px;
    padding: 30px 50px 50px;
    margin: auto;
}

.searchBox .close-btn {
    position: absolute;
    right: 18px;
    top: 18px;
}

.searchBox p {
    margin-bottom: 24px;
    color: #0d8ee8;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #0d8ee8
}

.searchBox .search {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 610px;
    width: 100%;
    margin: 0 auto 20px;
    position: relative;
}

.searchBox .search .input_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 130px);
}

.searchBox .search span {
    color: #0d8ee8;
    display: inline-block;
    /* line-stacking: 40px; */
    width: 4em;
    margin-right: 1em;
}

.searchBox .search input {
    margin: 0;
    display: inline-block;
    padding: 0 20px;
    /* width: 400px; */
    width: calc(100% - 5em);
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    box-sizing: border-box;
    border: none;
    color: #0d8ee8;
    background: #f2f9ff;
    border: 1px solid #0d8ee8;
}

.searchBox .search a {
    display: block;
    /* position: absolute;
    right: 0;
    top: 0; */
}

.searchBox .search input::-webkit-input-placeholder {
    color: #9fb7e3;
}

.searchBox .search input::-moz-placeholder {
    color: #9fb7e3;
    opacity: 1;
}

.searchBox .search input:-moz-placeholder {
    color: #9fb7e3;
    opacity: 1;
}

.searchBox table {
    width: 100%;
    border-collapse: collapse;
}

.searchBox th {
    color: #fff;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    background: #0d8ee8;
    border: 1px solid #005ac5;
}

.searchBox td {
    padding: 7px 10px;
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
    border: 1px solid #005ac5;
    background: #0d8ee8;
}

.searchBox td span {
    color: #c4d9f6;
}

.searchBox tr td:first-child {
    color: #c4d9f6;
}

/* 規則彈窗 */
#lightbox-2 {
    background: #fff;
    width: 95%;
    max-width: 1200px;
    min-width: auto;
    /* margin: auto; */
    border-radius: 20px;
    border: 1px solid #0d8ee8
}

#lightbox-2 .lightbox2_lightbox-close {
    top: 4px;
    right: 4px;
    color: #0d8ee8;
}

.detail-pop {
    width: 100%;
    max-width: 1200px;
    min-height: 420px;
    padding: 30px 50px 35px;
    margin: auto;
	color: #000;	
}

.detail-pop a {
    text-decoration: underline blue;
	color: red;
}

.detail-pop a:active {
	text-decoration-color: red;
}

.detail-pop .close-btn {
    position: absolute;
    right: 18px;
    top: 18px;
}

.detail-pop h1 {
    margin-bottom: 24px;
    color: #0d8ee8;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #0d8ee8
}

.detail-pop h2 {
    font-size: 18px;
	font-weight: bold;
	color: #0d8ee8;
	padding-top: 20px;
}

.detail-pop h3 {
    font-size: 16px;
}

.detail-pop table {
    width: 100%;
    border-collapse: collapse;
	color: #000;
	margin: 10px 0;
}

.detail-pop th {
	padding: 0px 10px;
    color: #32bffd;
    font-size: 14px;
	font-weight: bold;
    text-align: center;
    background: #fff;
    border: 1px solid #000;
}

.detail-pop td {
    padding: 0px 10px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #000;
    background: #fff;
}

.detail-pop .container-pop{
	max-height: calc(80vh - 3.5rem);
    overflow-y: auto;
}

.cover {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
    background: rgba(0, 0, 0, 0);
}

.pop {
    font-size: 30px;
    display: none;
    box-sizing: border-box;
    background: url(../images/tclogin.png) no-repeat center top;
    background-size: contain;
    width: 90%;
    max-width: 883px;
    height: 560px;
    /* margin: auto; */
    /* position: fixed; */
    /* left: 50%; right: 50%;
	top: 50%; */
    /* top: 30vh;
    left: -50%; right: -50%; */
    z-index: 9999;
}

.pop .close-btn {
    /* display: none; */
    position: absolute;
    right: 5%;
    top: 0;
}

.pop .user_name {
    margin: 0 auto;
    max-width: 350px;
    width: 60%;
    height: 80px;
    display: block;
    color: #000;
    font-size: 24px;
    line-height: 80px;
    text-align: center;
    background: #e4e4ff;
    border-radius: 15px;
    border: none;
}

.pop .pop-title,
.pop p {
    text-align: center;
    width: 60%;
    margin: auto;
}

.pop .pop-title {
    padding: 15% 0 8%;
}

.pop .pop-title img {
    max-width: 100%;
}

.pop p {
    font-size: 1em;
    margin-bottom: 7%;
}

.pop p span {
    color: #fff600;
}

.pop .bonus {
    color: #fff600;
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    text-shadow: 0 2px 15px #030821;
    margin-bottom: 5.5%;
}

.pop .login-btn {
    width: 60%;
    max-width: 350px;
    margin: 5% auto 0;
}

.pop#pop3 {
    animation: zoomIn;
    animation-duration: 0.5s;
    left: 50% !important;
    top: 50% !important;
    transform: translateX(-50%) translateY(-50%) !important;
}

@media screen and (max-width:920px) {
	.searchBox {
        min-height: auto;
    }
	
    .detail-pop {
        min-height: auto;
    }

    .pop {
        font-size: 16px;
        width: 90%;
        max-width: 883px;
        min-height: 46vh;
        height: auto;
    }

    .pop .user_name {
        font-size: 1em;
        height: 55px;
    }

    .pop .button {
        height: 45px;
    }

    .pop p span {
        display: block;
    }

    .pop .bonus {
        font-size: 45px;
    }	
}

@media screen and (max-width:480px) {
	
	#lightbox-1, #lightbox-2 {
		margin-top: -20px;
}
	
	.searchBox {
        padding: 1.5em;
    }

    .searchBox .search .input_box {
        font-size: 12px;
        width: calc(100% - 100px);
    }
	
	.searchBox .search {
        margin: 0 auto 15px;
    }

    .searchBox .search input {
        font-size: 12px;
        height: 31px;
    }

    .search_btn img {
        width: 95px;
    }
	
	
	.detail-pop {
		padding: 1.5em;
		font-size: 14px;
		line-height: 1.5;
	}	

	.detail-pop h1 {
		margin-bottom:20px;
		font-size: 24px;
		padding-bottom: 15px;
	}
	
	.detail-pop h2 {
		font-size: 16px;
		padding-top: 20px;
	}

	.detail-pop h3 {
		font-size: 14px;
		font-weight: bolder;
	}
	
	.detail-pop table {
		margin: 5px 0;
	}
	
	.detail-pop th {
		padding: 0px 5px;
	}

	.detail-pop td {
    padding: 0px 3px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #000;
    background: #fff;
	}

	.detail-pop .container-pop{
		max-height: calc(70vh - 3rem);
	}


    .pop {
        background: url(../wap/images/tclogin.png) no-repeat center top;
        background-size: contain;
    }

    .pop .bonus {
        font-size: 36px;
    }
}

@media screen and (max-height:480px) {
    .pop {
        height: 100vh;
        top: 0 !important;
        bottom: 0 !important;
    }

    .pop .pop-title {
        padding: 20vh 0 8vh;
    }

    .pop p {
        margin-bottom: 4%;
    }
}

.red{
	color: red;
}

[v-cloak] {
    display: none;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #0d8ee8 !important;
    left: 0px !important;
    top: 0px !important;
    padding: 0px !important;
}

.layui-laypage .layui-laypage-curr em {
    color: #fff !important;
}

.layui-laypage a,
.layui-laypage span {
    background-color: transparent !important;
    color: #0d8ee8 !important;
    border: 1px solid #005ac5 !important;
}