body {
    font: 15px/1.6em "Century Gothic", Arial, 'Microsoft JhengHei', "蘋果儷中黑", "儷黑 Pro", "新細明體", "sans-serif";
    /*
    background: url(../images/perbg.png) repeat;
	background-color:#fef2e2;
    */
    color: #333;
    width: 100vw;
    margin: 0;
    padding: 0;
}

select,
option,
optgroup {
    font: 15px/1.6em "Century Gothic", Arial, 'Microsoft JhengHei', "蘋果儷中黑", "儷黑 Pro", "新細明體", "sans-serif";
}

a {
    text-decoration: none;
    outline: none;
    color: #555;
}

a:hover {
    text-decoration: underline;
}

input,
button {
    margin: 0;
    padding: 0;
}
/*
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

i,
b,
em,
strong {
    font-size: 100%;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}
*/
 :focus {
    outline: none;
}
/**/
.wrap {
    padding: 0 ;
    overflow: hidden;
}
/**/

.footer {
    margin-top: 15px;
    line-height: 30px;
    background: #fff;
    text-align: center;
    font-size: 12px;
	padding:20px;
    display: none;
}
.footer img {
    width: 30%;
    display: block;
    margin: 3px auto;
}


.loading {
    border: 10px solid #d1d1d1;
    border-radius: 50%;
    border-top: 11px solid #bba895;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 0.5s linear infinite; /* Safari */
    animation: spin 0.5s linear infinite;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    margin:-30px 0 0 -25px;
    display: none;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

/***/
.mask_black{
    background: rgba(0, 0, 0, 0.6);
    background: transparent\9;
    zoom: 1\8;
    width: 100%;
    height: 100%;
    /*position: fixed;*/
    top: 0;
    left: 0;
    z-index: 100;
}
.mask_con{
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 200;
}
.mask_con .close_area{
    background: url('//www.happygocard.com.tw/official/event/omo/images/lightbox/close.png') center center no-repeat;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 0px; 
    right: 0px;
    cursor: pointer;
    z-index: 300; 
}
.mask_con .cont_area{
    /*padding: 2%;*/
	min-height: 100vh;
}
/*
.mask_con .cont_area img{ width: 100%;}
*/

/* è·³çª— */
.pop_box{
	width: 100%;
	text-align: center;
	margin: 0px auto;
}
.pop_info{
	width: 92%;
	padding: 4%;
	/*border-radius: 10px;*/
	background: #f5f5f5;
	margin: 0 auto;
}
.pop_togo{
	width: 100%;
	font-size: 0.8em;
	color:#666;
	margin-top: 15px;
}
.pop_title{
	width: 100%;
	font-weight: bold;
	font-size: 1.2em;
	padding: 12px 0px 5px 0;
}
.pop_title img{
	width: 40%;
}
.pop_event{
	width: 90%;
	margin: 5px auto;
	padding: 10px;
	font-weight: bold;
	font-size: 0.8em;
	color:#392b95;
	padding-bottom: 10px;
	border-radius: 8px;
	background-color: #fff;
	line-height: 150%;
	box-shadow:0px 0px 6px #dadada;
}
.pop_event .RewardTxt{ 
    display: block;
    line-height: 180%;
	font-size: 1.5em;
	padding: 5px 0 0 0;
}
.pop_event .RewardTxt b{ 
    color: #ff756b;
    font-weight: bold;
}
.pop_event .Time{ 
    display: block;
    line-height: 150%;
	font-size: 0.8em;
	color:#777;
	padding: 10px 0;
}
.pop_event .NoteTxt{ 
	width: 90%;
	text-align: center;
	margin:1em auto;
	padding: 10px 0px;
	background-color:#f5f5f5;
	border-radius:6px;
    line-height: 150%;
}

.pop_event .info{
	width: 90%;
    padding: 0 5%;
	text-align: center;
	font-size: 10px;
	color: #888;
} 
.pop_event .info span{
    width: 44%;
	margin: 5px auto;
	padding:0 3%;
    display:block;
    float: left;
}

.pop_event .infoday{
    width: 90%;
    padding: 0 5%;
	text-align: center;
	font-size: 1.2em;
	color:#463b8a;
	font-weight: bold;
} 
.pop_event .infoday span{
    width: 44%;
	margin: 5px auto;
	padding:0 3%;
    display:block;
    float: left;
}
.pnp{padding:0 5%;}
.pnp img{ width:60%;}
.remind{
	width: 90%;
	padding:10px;
	font-size: 0.9em;
	color:#555;
	line-height: 180%;
	text-align: left;
	overflow-x:hidden;
	overflow-y:auto;
	color:#463b8a;
	margin: 0px auto 20px auto;
	border-radius: 8px;
	background-color: #fff;
	line-height: 200%;
}
.remind b{
	font-size: 1.2em;
	font-weight: bold;
}
.remind ul{
	padding-left: 8px;
	margin-left: 8px;
}
.remind li{
	list-style-type: disc;
	padding-right: -3px;
	margin-right: -3px;
}
.pop_warn{
	font-size: 0.9em;
	color:#555;
	line-height: 180%;
	text-align: left;
	width: 94%;
	padding: 0 3%;
	min-height: 75vh;
	overflow-x:hidden;
	overflow-y:auto;
	margin-bottom: 30px;
}
.pop_warn_txt{
	line-height: 180%;
}
.pop_warn b{
    font-size: 1.1em;
    font-weight: bold;
    color: #333;
}
.pop_warn ul, .pop_warn ol{
	padding-left: 15px;
}
.pop_warn ul li{
	list-style-type:disc;
	margin-bottom: 8px;
}
/**/
.pop_warn  ol li{
	list-style-type:decimal;
	margin-bottom: 8px;
}
/**/
.pop_btn,.pop_btn a{
    width: 95%;
    background-color: #26207a;
    border: none;
    color: white;
    padding: 0;
    line-height: 200%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2em;
    position: fixed;
    border-radius: 60px;
    bottom: 1%;
    left: 0px;
    margin: 0% 2.5%;
}
.pop_btn a:active{
	background-color: #0f1565; 
	border: 2px solid #b8aafb;
}
/****/
.submit_btn{
    width: 100%;
    background-color: #26207a; 
    border: none;
    color: white;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2em;
    position:fixed;
    bottom: 0px;
    left: 0px;
}
@media screen and (min-width:1000px) {
    body {
        width: 1000px;
        margin: 0 auto;
    }
    .mobile_show {
    display: none;
    }
        .desktop_show {
    display: block;
    }
    .pop_title img{
    width:auto;
    }
 
}