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% - 440px);
    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: 160px;
}

.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: 120px 0 0;
    overflow: hidden;
    height: 1002px;
    text-align: center;
}

.main_title {
    margin: 0 auto;
    text-align: center;
}
.main_title img{
    width: 650px;
}
.main_bg{
    position: relative;
    text-align: center;
}
.main_bg_m01, .main_bg_m02{
    display: none;
}

.btn01{
}

.dateContent{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 45%;
}
#main .dateBox {
	margin: 0 auto 20px;
	text-align: center;
}
#main .dateBox .txt {
	margin: 0 auto 20px; 
	color: #fff;
	font-size: 0.34rem;
}
#main .dateBox .date {
	padding: 0.05rem 0;
	height: 55px;
    width: 270px;
	box-sizing: border-box;
	color: #fff;
	font-size: 1rem;
	letter-spacing: 0.02rem;
	background: url(../images/bg03.png) no-repeat center top;
	background-size: auto 100%;
}
#main .dateBox .date > span {
	display: inline-block;
    width: 4.1rem;
}
#main .dateBox .date span span {
	display: block;
	color: #fffc53;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#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) {
    #container{
        min-height: calc(100vh - 80px);
    }
    .hammer {
        display: none;
        opacity: 0;
    }
}

@media screen and (max-width:920px) {
  
	
	#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) {
	
}


@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;
    padding: 0 8px 0 0;
}

.detail-pop .container-pop::-webkit-scrollbar{
    width: 5px;
}
.detail-pop .container-pop::-webkit-scrollbar-thumb{
    background: #b8c6ce6b;
  border-radius: 5px;
}
.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;
}
@media screen and (max-width:1200px){
    .main_title img{
		width: 500px;
	}
	.main_bg_m{
		display: block;
        margin: 0 auto;
        width: 100%;
	}
	.btn01_m{
		display: none;
	}
}
@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:750px){
    #main {
        height: initial;
    }
    #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 {
        margin: -2px 0 0;
    }

    #main .dateBox p .dateBox-tit,
    #main .dateBox p {
        font-size: 16px;
    }
    .btn01_m{
		display: none;
	}
    .main_bg_m{
        width: 100%;
    }
	.main_bg_m02{
		display: none;
	}
}
@media screen and (max-width:480px) {
	
    #main{
        padding: 80px 0 0 0;
    }
    .main_bg{
        width: 100%;
    }
    .main_bg img{
        width: 100%;
    }
    .main_bg_m01 {
        display: block;
    }
    #container{
        min-height: calc(100vh + 80px);
    }
    .innerBox {
        padding: 15px 15px 8px;
        margin: 0 auto 10px;
    }
    #main .dateBox .date{
        height: 45px;
    }
    .main_title img{
        width: 80%;
    }
    #main .dateBox .txt{
        width: 185px;
    }
    #main .dateBox .date > span {
        width: 3.9rem;
    }
	#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;
    }
    .main_bg_m,.btn01{
        display: none;
    }
    .btn01_m{
        display: block;
        margin: -15px 0 15px 0;
    }
    .btn01_m img{
        width: 245px;
    }
}
@media screen and (max-width:375px) and (max-height: 812px){
    #container{
        min-height: calc(100vh - 128px);
    }
}
@media screen and (max-width:340px){
    .main_bg_m01 {
        display: none;
    }
    .main_bg_m02 {
        display: block;
    }
    .dateBox{
        transform: scale(.92);
    }
    .btn01_m{
        margin: 0 0 15px 0;
    }
    .btn01_m img{
        width: 220px;
    }
}

@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;
}