/*@import url('https://fonts.googleapis.com/css?family=Black+Ops+One');*/
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
*{
	position: relative;
	text-decoration: none;
}
body{

}
[v-cloak] {
  display: none;
}
*::-webkit-scrollbar {
  height: 0px;
  width: 0px;
  background-color: transparent;
}
.bgc{
	width: 100vw;
	height: 100vh;
	background-image: url('/img/bgc.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	position: fixed;
	top: 0px;
	left: 0px;
	/*opacity: 0.8;*/
}
.party{
	width: 100vw;
	height: 100vh;
	background-image: url('/img/party_bgc.png');
	background-repeat: no-repeat;
	background-position: center;

	background-size: cover;
	position: fixed;
	top: 0px;
	left: 0px;
	/*opacity: 0.8;*/
}
* {
    font-family: '微軟正黑體';
    box-sizing: border-box;
    position: relative;
}
*:focus{
	outline: none !important;
	box-shadow: none !important;
}
a{
    text-decoration: none !important;
}

.indexForm{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.indexForm .form{
	width: 640px;
	height: 100vh;
	background-color: rgba(255,255,255,0.7);
	box-shadow: 0px 0px 15px #404040;
	overflow: scroll;
	padding: 30px;
	display: flex;
	align-items: center;
	/*justify-content: center;*/
	flex-direction: column;
}
.indexForm .form .logo{
	width: 70%;
	margin-bottom: 15px;
}
.indexForm .formBox{
	border: 1px solid #ccc;
	padding: 30px;
	width: 100%;
	margin: 15px 0px;
	background-color: #fff;
	border-radius: 30px;
}
.indexForm .formBox .formGroup{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.indexForm .formBox .formGroup label{
	width: 50px;
	margin: 0px;
	flex-shrink: 0;
}
.indexForm .formBox .formGroup .form-control{
	border-radius: 0px;
	border: none;
	border-bottom: 1px solid #999;
}
.indexForm h2{
	font-size: 24px;
	margin: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	letter-spacing: 5px;
	color: #9D2053;
	z-index: 1;
}
.indexForm h2:before{
	content: '';
	left: 0%;
	width: 25%;
	position: absolute;
	border-bottom: 1px solid #9D2053;
}
.indexForm h2:after{
	content: '';
	right: 0%;
	width: 25%;
	position: absolute;
	border-bottom: 1px solid #9D2053;
}
.indexForm .btn{
	width: 100%;
	height: 40px;
	background-color: #61A6AB;
	color: #fff;
	margin-top: 15px;
}
/*.lottery{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 10vh;
}
.lottery .left,
.lottery .right{
	width: 50%;
}*/
/*.lottery .lotteryNumber{
	width: 80%;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Abril Fatface', cursive;
    font-size: 100px;	
    color: #fff;
    letter-spacing: 10px;
}*/
.keyInBox{
	margin: 10vh 0px;
	width: 90vw;
	padding: 10px;
}
.keyInBox .form-control{
	border-radius: 20px;
	height: 40px;
	border: none;
	/*box-shadow: 0px 0px 5px #adadad;*/
	text-align: center;
	border: 1px solid #7ed8d0;
}
.keyInBox .btn{
	border-radius: 20px;
	height: 40px;
	background-color: #5bc2c1;	
}
.loginForm{
	padding: 30px;
	min-height: 100vh;
}
.loginForm .logo{
	height: 200px;
	/*margin-bottom: 60px;*/
}
.loginForm .logo img{
	width: 120px;
	margin-top: 60px;
}
.loginForm .logo .flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;	
}
.loginForm .logo .name{
	color: #02c3ff;
	margin: 0px;
	font-size: 18px;
}
.loginForm .logo .btn{
	font-size: 12px;
	color: #fff;
	background-color: #49d292;
	border-radius: 20px;
	padding: 0px;
	padding: 5px 10px;
}
.loginForm .keyBox .form-control{
	background-color: #f2f2f2;
	color: #000;
	height: 60px;
	border-radius: 30px;
	font-size: 20px;
	border: none;
	text-align: center;
	/*border: 5px solid #fff;*/
	    box-shadow: 0px 0px 3px #d6d6d6;
}
.loginForm .keyBox .btn{
    background: linear-gradient(to right, #6894ea, #8b5eb8);
    width: 100%;
    height: 60px;
    border-radius: 30px;
    font-size: 20px;
    color: #fff;
    box-shadow: 0px 10px 10px #d6d6d6;
    margin-top: 30px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loginForm .date{
	position: absolute;
	right: 15px;
	top: 15px;
	color: #fff;
	    text-shadow: 3px 2px 5px #ccc;
	font-size: 3em;
	font-family: 'Potta One', cursive;
}
.copyRight{
	position: fixed;
	left: 50%;
	bottom: 10px;
	font-size: 14px;
	transform: translateX(-50%);
	color: #ccc;
}
.memberBox{
	/*margin-top: -30px;*/
	position: absolute;
	width: calc(100% - 60px);
	top: 220px;
	height: calc(100vh - 220px);
	overflow: scroll;
	padding-bottom: 60px;
}
.memberBox .seat{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.seat{
	margin-top: 15px;
}
.seat h3{
    font-size: 22px;
    margin: 0px;
    margin-bottom: 15px;
    color: #fff !important;
    font-weight: bold;
    border: 3px solid #c70c4c;
    padding: 10px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f91668;
    letter-spacing: 2px;
}
.seat h3 span{
	flex-shrink: 0;
	/*background-color: #ccc;*/
	position: absolute;
	top: -35px;
	left: 0px;
	color: #c70c4c;
	font-size: 20px;
}
.memberBox .seat p{
	color: #02bcd4;
	margin: 0px;
	margin-top: 10px;
	display: flex;
	align-items: center;
}
.memberBox .seat p .btn{
	font-size: 12px;
	padding: 0px;
	background-color: #fff;
	padding: 2px 10px;
	border: 1px solid #ccc;
	margin-left: 5px;
	color: #999;
}
.memberBox .tickets{
	border: 1px solid #ccc;
	border-radius: 15px;
	margin-top: 30px;
	padding: 15px;
}
.memberBox .tickets h4{
	font-size: 20px;
	border-bottom: 2px solid #f85e9f;
	color: #f85e9f;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.memberBox .tickets p{
	margin: 0px;
	font-size: 14px;
	color: #a53f3f;
	margin-bottom: 5px;
}
.memberBox .tickets ul{
	margin: 0px;
	color: #666;
}
.noTks{
	margin: 60px;
}
.lotteryBody{
	width: 100vw;
	height: 100vh;
	position: fixed;
	left: 0px;
	top: 0px;
	background-image: url('/img/ltbgc.png');
	background-size: cover;
	background-position: center;
}
.lotteryBody .lottery{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 10vh;
	color: #fff;
}
.lotteryBody .lottery .left{
	width: 60%;
	flex-shrink: 0;	
	padding: 15px;
}
.lotteryBody .lottery .right{
	width: 40%;
	flex-shrink: 0;
	padding: 15px;
}
.lotteryBody .lottery .right img{
	border-radius: 15px;
}
.lotteryBody .lottery h3{
	color: #ffeb3b;
	font-size: 3em;
	letter-spacing: 5px;
	cursor: pointer;
}
.lotteryBody .lottery .vendor{
	font-size: 24px;
	cursor: pointer;
}
.lotteryBody .lottery .prod{
	border: 2px solid #ffcb7d;
	padding: 15px;
	margin: 15px 0px;
	font-size: 30px;
	border-radius: 20px;
	color: #ffcb7d;
}
.lotteryBody .lotteryNumber{
	/*width: 80%;*/
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Abril Fatface', cursive;
    font-size: 100px;	
    color: #fff;
    letter-spacing: 10px;
    border: 2px dashed #fff;
    border-radius: 20px;
    text-shadow: 5px 5px 0px #391a62;
}
.lotteryBody .btns{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}
.lotteryBody .btns .btn{
	color: #fff;
	background-color: #e91e63;
	font-size: 2em;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 3px solid #fff;
	box-shadow: 6px 7px 6px #7b125d;
}
a.lotItem{
	width: 100%;
	display: flex;
	align-items: center;
	border: 1px solid #2196f3;
	padding: 5px 15px;
	margin: 5px;
	border-radius: 10px;
	color: #2196f3 !important;
	cursor: pointer;
	/*flex-direction: column;*/
}
a.lotItem p{
	margin: 0px;
	display: flex;
	flex-direction: column;
}
a.lotItem p b{
	color: #607d8b;
}
a.lotItem span{
	background-color: #ff7346;
	color: #fff;
	border-radius: 5px;
	width: 60px;
	margin-left: 5px;
	flex-shrink: 0;
	font-size: 14px;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lotteryBody2 .company{
	background-color: #fff;
	padding: 0px;
	height: 80px;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #e91e63;
	font-weight: bold;
	/*letter-spacing: 1px;*/
	box-shadow: 2px 2px 5px #000000;
	margin-top: 60px;
}
.lotteryBody2 .company span{
	font-size: 18px;
	color: #666;
	margin-left: 15px;
	font-weight: initial;
	padding-top: 10px;
}
.lotteryBody2 p.bonus{
	font-size: 30px;
	letter-spacing: 2px;
	color: #ffeb3b;
}
/*.lotteryBody3 .container{
	width: 1600px;
	max-width: 1600px;
}*/
.lotteryBody3 .container{
	width: 1300px;
	max-width: 1300px;
}
.lotteryBody3 main{
	background-color: #fff;
	border-radius: 50px;
	border: 10px solid #8bc34a;
	height: 70vh;
	margin: 10vh 0px;
}
.lotteryBody3 main .company{
	background-color: #fff;
	padding: 0px;
	height: 100px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 42px;
	color: #e91e63;
	font-weight: bold;
	box-shadow: 2px 2px 5px #848484;
	margin-top: -50px;
	width: 70%;
	z-index: 1;
	margin-left: 15%;
}
.lotteryBody3 main .company span{
	font-size: 18px;
	color: #666;
	margin-left: 15px;
	font-weight: initial;
	padding-top: 10px;
}
.lotteryBody3 main .flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.lotteryBody3 main .flex .left,
.lotteryBody3 main .flex .right{
	width: 50%;
	flex-shrink: 0;
	padding: 30px;
	overflow: hidden;
	height: 80vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.lotteryBody3 main .flex .left{
	padding-bottom: 35vh;
}
.lotteryBody3 main .flex .right{
	padding-bottom: 25vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lotteryBody3 main .flex .right img{
	max-width: 80%;
}
.lotteryBody3 main .flex .left .bonus{
	color: #e02536;
	font-size: 36px;
	font-weight: 900;
	letter-spacing: 2px;
	content: '';
	background-color: #fff;
	z-index: 1;
}
.lotteryBody3 main .flex .left .bonus:after{
	content: '';
	width: 10px;
	height: 5px;
	background-color: #e02536;
	position: absolute;
	top: calc(50% - 2.5px);
	width: 100%;

}
.lotteryBody3 main .flex .left .prod{
	font-size: 36px;
	color: #666;
}
.lotteryBody3 .serialBox{
	position: absolute;
	bottom: -10vh;
	left: -5vw;
	width: 70%;
}
.lotteryBody3 .serialBox .serialNo{
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 10px;
	font-family: 'Abril Fatface', cursive;
    font-size: 100px;	
    color: #fff;
    letter-spacing: 10px;	
    transform: translateX(-45%);
    text-shadow: 2px 2px 5px #9c2805;
}
.lotteryBody3 .serialBox .member{
	position: absolute;
	font-size: 55px;
	z-index: 1;
	left: 50%;
	bottom: 50px;
    letter-spacing: 10px;	
    transform: translateX(-35%);
    font-weight: bold;
    color: #e13d0b;
    text-shadow: 2px 2px 2px #fff;
}
.members,
.seats{
	height: calc(100vh - 270px);
	overflow: scroll;
}
.members ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.members ul li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;	
	border-radius: 5px;
}

.members ul li .left{
	width: 100%;
	padding-right: 5px;
}
.members ul li .name{
	width: 100%;
	color: #203562;
	display: flex;
	align-items: center;
	font-size: 20px;
	justify-content: space-between;
}
.members ul li .name span{
	background-color: #ab6088;
	color: #fff;
	font-size: 16px;

	padding: 5px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
	border-radius: 10px;
}
.members ul li{
	width: 100%;
}
.members ul li p{
	margin: 0px;
	font-size: 16px;
	color: #906387;
}
.members ul li .user{
	font-size: 18px;
	width: 100%;
}
.members ul li .userName{
	display: flex;
	align-items: center;
	color: #604848;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 20px;
}

.members ul li .user i{
	width: 25px;
	flex-shrink: 0;
	color: #999;
}
.members ul li .company{
	font-size: 16px;
	color: #7B8F8A;
}
.members ul li .seatName{
	display: flex;
	align-items: center;
	width: 100%;
	border-top: 1px solid #ccc;
	margin-top: 5px;
	padding-top: 5px;
}
.members ul li .seatName .flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.members ul li .seatName span{
	background-color: #45ADA8;
	color: #fff;
	padding: 5px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	height: 40px;
}
.members ul li .btn{
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px;
	padding: 0px 15px;
	background-color: #D88A8A;
	color: #fff;
	border-radius: 5px;
	font-size: 16px;
	letter-spacing: 2px;
	border-radius: 20px;
	/*border: 3px solid #fff;*/
	box-shadow: 2px 2px 3px #999;
}
.members ul li .btn.btned{
	background-color: #fff;
	color: #666;
}
.memberBox .btn-info{
	margin-top: 15px;
	width: 100%;
}
.seats .box{
	border: 1px solid #ccc;
	border-radius: 15px;
	padding: 15px;
	margin-bottom: 15px;
}
.seats .box h3{
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	border-bottom: 1px solid;
	color: #49d292;
	margin-bottom: 10px;
}
.seats .box ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	padding-left: 10px;
}
.seats .box ul li{
	font-size: 14px;
	display: flex;
	flex-direction: column;
	margin-bottom: 3px;
}
.seats .box ul li .name{
	color: #28527a;
}
.seats .box ul li .company{
	font-size: 12px;
	color: #9a8194;
	padding-left: 20px;
}
.seatSearch{
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.seatSearch .form-control{
	height: 35px;
	border-right: 0px;
	border-radius: 0px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background-color: #fff;
	font-size: 14px;
	padding-left: 20px;
}
.seatSearch .form-control:focus{
	border-color: #ccc;
}
.seatSearch .btn{
	width: 100px;
	flex-shrink: 0;
	border: 1px solid #ccc;
	border-radius: 0px;
	height: 35px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-left: 0px;
	background-color: #fff;
	display: flex;
	align-items: center;
	padding: 0px;
	justify-content: center;
	color: #666;
}
.seatSearch .btn i{
	margin-right: 5px;
}

.members ul li .right{
	display: flex;
	align-items: center;
	flex-shrink: 0;
}
.members ul li .right span{
    margin: 0px 2px;
    background: #ab6088;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 5px;
    color: #fff;	
}
.seat h3{
	font-size: 24px;
    margin: 0px;
    margin-bottom: 15px;
    color: #ab6087;
    font-weight: bold;
}
@media(min-width: 1024px){
	.party{
		width: 640px;
		left: 50%;
		transform: translateX(-50%);
	}
}
@media (max-width: 576px){
	.indexForm .form{
		/*width: 95%;*/
		padding: 15px;
	}
	.indexForm .formBox{
		/*width: 95%;*/
	}
}