@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: MStiffHeiHK-UltraBold;
    src: url('/assets/fonts/MStiffHeiHK-UltraBold-Roman.eot');
    /*src: url('/assets/fonts/MStiffHeiHK-UltraBold-Roman.otf') format('embedded-opentype'),
         url('/assets/fonts/MStiffHeiHK-UltraBold-Roman.woff') format('woff'),
         url('/assets/fonts/MStiffHeiHK-UltraBold-Roman.ttf') format('truetype'),
         url('/assets/fonts/MStiffHeiHK-UltraBold-Roman.svg#MStiffHeiHK-UltraBold-Roman') format('svg');*/
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: dinbold;
    src: url('/assets/fonts/DIN/DIN-Bold.eot');
    src: url('/assets/fonts/DIN/DIN-Bold.eot') format('embedded-opentype'),
         url('/assets/fonts/DIN/DIN-Bold.woff') format('woff'),
         url('/assets/fonts/DIN/DIN-Bold.ttf') format('truetype'),
         url('/assets/fonts/DIN/DIN-Bold.svg#DIN-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: Roboto-bold;
    src: url('/assets/fonts/Roboto/Roboto-Bold-webfont.eot');
    src: url('/assets/fonts/Roboto/Roboto-Bold-webfont.eot') format('embedded-opentype'),
         url('/assets/fonts/Roboto/Roboto-Bold-webfont.woff') format('woff'),
         url('/assets/fonts/Roboto/Roboto-Bold-webfont.ttf') format('truetype'),
         url('/assets/fonts/Roboto/Roboto-Bold-webfont.svg#Roboto-Bold-webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
.whitemask {
    display: none;
    z-index: 100;
    height: 100%;
    width: 100%;
    position: fixed;
}
.sepblock, .customerblock{
	zoom:1;
}
.sepblock:after, .customerblock:after{
	content:".";display:block;font-size:0;line-height:0;height:0;clear:both;visibility:hidden;
}
body{
	font-family:Roboto-Medium, Helvetica, Arial, sans-serif;
	margin:0;
	padding:0;
}
.container{
	max-width:998px;
	margin:auto;
	display:block;
	position:relative;
}
.header{
	background-color:rgba(255,255,255,0.9);
	display:table;
	/* width:100%; */
}
.formarea{
	background-color:#F5F5F5;
	clear:both;
	color:#58595b;
}
sup{
	font-size:60%;
	line-height:50%;
}
.remark{
	font-size:13px;
	padding:10px 0px 20px;
}
.formcol1{
	display:inline-block;
	width:25%;
	padding: 8px 0;
	vertical-align: top;
}
.formcol2{
	display:inline-block;
	width: calc(75% - 15px);
    padding: 8px 0 8px 10px;
	vertical-align: top;
}
.inputfield {
    width: calc(100% - 12px);
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    height: 26px;
    padding: 5px;
	color:#B3B3B3;
}
.inputtextfield{
	width: calc(100% - 12px);
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    height: auto;
    padding: 5px;
}
label {
    padding: 0 15px 0 0;
    cursor: pointer;
}
.styledmenu {
    background: #fff url(/assets/images/icon/select.png) right center no-repeat;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    height: 38px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    width: 100%;
	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	appearance:none;
	padding:5px;
	color:#333;
}
.cal_field{
	background: #fff url(/assets/images/icon/calendar.svg) right center no-repeat;
    -webkit-background-size: auto 60%;
    -moz-background-size: auto 60%;
    -o-background-size: auto 60%;
    background-size: auto 60%;
	height: 28px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    width: calc(100% - 12px);
	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	appearance:none;
	padding:5px;
}
.narcol{
	width: calc(49% - 20px);
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: top;
    text-align: left;
}
.narcol:first_child{
	margin:0 10px 0 0;
}
.narcol:lsst_child{
	margin:0 0 0 10px;
}
.uparea{
	display:none;
}
.rtxt{
	display:inline-block;
	vertical-align:middle;
}
.styled_radio {
	display:inline-block;
	width:20px;
	height:20px;
	background:url(/assets/images/icon/unclick_radio.svg) center center no-repeat;
	cursor:pointer;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	margin: 0 4px 0 0;
	
}
.styled_radio:checked {
	background:url(/assets/images/icon/clicked_radio.svg) center center no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
.header {
    height: 78px;
	background-color: rgba(0,0,0,0.9);
    display: table;
	width: 100%;
}
.table {
    display: table;
    height: 78px;
    width: 100%;
}
.hidden{
	display:none;
}
.nlogo {
    height: 49px;
    /* float: left; */
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.backimg {
    background: #000 url(/assets/images/ame/main.jpg) no-repeat center top;
	/*background-image:none;
	background-color:transparent;*/
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    /* min-height: 220px; */
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.logoarea {
	padding:0;
}
.logoarea img {
    height: auto;
    width: 100%;
    margin: auto;
	padding:0;
    /* max-width: 75px; */
}
.l_img{
	display:block;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.s_img{
	display:none;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.logoarea {
    display: table-cell;
    vertical-align: middle;
    margin: -78px auto 0;
    width: 100%;
    float: none;
    z-index: -1;
}
.formarea {
    padding: 0px 10px 40px;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
	color:#58595B;
}
.mainhead{
	font-family:dinbold, Helvetica, arial;
	font-size:42px;
	padding:0 0 20px;
	line-height: normal;
	display:block;
}
.mainhead2{
	font-family:dinbold, Helvetica, arial;
	font-size:42px;
	padding:0 0 20px;
	line-height: normal;
}
.gradientOrange{
	background: rgb(255,150,0);
	background: -moz-linear-gradient(0deg, rgba(255,150,0,1) 0%, rgba(251,194,23,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,150,0,1) 0%, rgba(251,194,23,1) 100%);
	background: linear-gradient(0deg, rgba(255,150,0,1) 0%, rgba(251,194,23,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9600",endColorstr="#fbc217",GradientType=1);
	color:#fff;
}
.btn {
    border-radius: 30px;
    padding: 15px 30px;
    margin: 20px;
    display: inline-block;
    font-size: 26px;
	cursor:pointer;
}
.btn2 {
    border-radius: 30px;
    padding: 10px 120px;
    margin: 20px auto;
    display: block;
    font-size: 26px;
	border:0px;
	cursor:pointer;
	max-width: 100%;
}
.resetbtn{
	display:none;
	/* cursor:pointer; */
}
.disabled{
	opacity: 0.5;
	cursor:default;
}
.langarea, .langarea a{
	float:right;
	display:block;
	color:#878b8c;
	font-size:14px;
	text-transform:uppercase;
	background: url(/assets/images/icon/global-grey.svg) no-repeat left center;
	-moz-background-size: 16px auto;
	-o-background-size: 16px auto;
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
	padding:0 0 0 22px;
	text-decoration:none;
}
.goldtext{
	background: rgb(249,199,0);
	background: -moz-linear-gradient(135deg, rgba(249,199,0,1) 0%, rgba(255,249,199,1) 18%, rgba(193,144,31,1) 58%, rgba(236,213,129,1) 90%, rgba(255,249,199,1) 100%);
	background: -webkit-linear-gradient(135deg, rgba(249,199,0,1) 0%, rgba(255,249,199,1) 18%, rgba(193,144,31,1) 58%, rgba(236,213,129,1) 90%, rgba(255,249,199,1) 100%);
	background: linear-gradient(135deg, rgba(249,199,0,1) 0%, rgba(255,249,199,1) 18%, rgba(193,144,31,1) 58%, rgba(236,213,129,1) 90%, rgba(255,249,199,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9c700",endColorstr="#fff9c7",GradientType=1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}
.goldtext2{
	background: rgb(207,145,37);
	background: -moz-linear-gradient(90deg, rgba(207,145,37,1) 0%, rgba(217,166,41,1) 23%, rgba(233,194,74,1) 49%, rgba(217,166,41,1) 78%, rgba(207,145,37,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(207,145,37,1) 0%, rgba(217,166,41,1) 23%, rgba(233,194,74,1) 49%, rgba(217,166,41,1) 78%, rgba(207,145,37,1) 100%);
	background: linear-gradient(90deg, rgba(207,145,37,1) 0%, rgba(217,166,41,1) 23%, rgba(233,194,74,1) 49%, rgba(217,166,41,1) 78%, rgba(207,145,37,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cf9125",endColorstr="#cf9125",GradientType=1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.goldgradient{
	background: rgb(249,199,0);
	background: -moz-linear-gradient(135deg, rgba(249,199,0,1) 0%, rgba(255,249,199,1) 18%, rgba(193,144,31,1) 58%, rgba(236,213,129,1) 90%, rgba(255,249,199,1) 100%);
	background: -webkit-linear-gradient(135deg, rgba(249,199,0,1) 0%, rgba(255,249,199,1) 18%, rgba(193,144,31,1) 58%, rgba(236,213,129,1) 90%, rgba(255,249,199,1) 100%);
	background: linear-gradient(135deg, rgba(249,199,0,1) 0%, rgba(255,249,199,1) 18%, rgba(193,144,31,1) 58%, rgba(236,213,129,1) 90%, rgba(255,249,199,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9c700",endColorstr="#fff9c7",GradientType=1);
}
.goldgradient2{
	background: rgb(207,145,37);
	background: -moz-linear-gradient(90deg, rgba(207,145,37,1) 0%, rgba(217,166,41,1) 23%, rgba(233,194,74,1) 49%, rgba(217,166,41,1) 78%, rgba(207,145,37,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(207,145,37,1) 0%, rgba(217,166,41,1) 23%, rgba(233,194,74,1) 49%, rgba(217,166,41,1) 78%, rgba(207,145,37,1) 100%);
	background: linear-gradient(90deg, rgba(207,145,37,1) 0%, rgba(217,166,41,1) 23%, rgba(233,194,74,1) 49%, rgba(217,166,41,1) 78%, rgba(207,145,37,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cf9125",endColorstr="#cf9125",GradientType=1);
}
.giftarea{
	background: url(/assets/images/bday2021/top_bg.png) center top no-repeat, -moz-linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(19,19,19,1) 19%, rgba(0,0,0,1) 57%);
	background: url(/assets/images/bday2021/top_bg.png) center top no-repeat, linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(19,19,19,1) 19%, rgba(0,0,0,1) 57%);
	background: url(/assets/images/bday2021/top_bg.png) center top no-repeat, -webkit-linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(19,19,19,1) 19%, rgba(0,0,0,1) 57%);
	
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
	/*
	background-color: rgb(0,0,0);
	background-color: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(19,19,19,1) 19%, rgba(81,81,81,1) 57%);
	background-color: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(19,19,19,1) 19%, rgba(81,81,81,1) 57%);
	background-color: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(19,19,19,1) 19%, rgba(81,81,81,1) 57%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#515151",GradientType=1);*/
	position: relative;
	color:#fff;
	padding:40px 0 0 0;
	text-align:center;
	line-height: 160%;
}
.customerblock, .giftarea_bottom{
	background: #000 url(/assets/images/bday2021/bottom_bg.png) center bottom no-repeat;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
	position: relative;
	bottom:0;
}
.giftimg{
	max-width:127px;
	display: inline-block;
    vertical-align: middle;
	text-align:left;
}
.giftblockheader {
    /* height: 50px; */
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    border-radius: 10px 10px 0 0;
	font-size: 28px;
	line-height: 28px;
}
.giftbox {
    position: absolute;
	margin-top: -50px;
	margin-left: 10px;
}
.giftblocktxt {
    display: block;
    vertical-align: middle;
    padding: 15px 0 15px 130px;
    text-align: left;
	font-family:dinbold, Helvetica, arial;
}
.rightbox{
	right:72px;
}
.rightbox img{
	max-width:100%;
}
.giftblock {
    margin: 80px 0 0 0;
	background-color: #fff;
    border-radius: 10px;
}
.mainhead img {
    max-width: 90%;
    margin: auto;
}
.giftboxinfo {
	display: inline-block;
	width: 50%;
	text-align: left;
	float: left;
	padding: 60px 30px;
	color:#000;
}
.sepline{
	margin:15px 0;
	height:1px;
	background-color:#D9D9D9;
}
.sepblock {
    border-bottom: 1px solid #D9D9D9;
}
.giftdblock {
    width: calc(25% - 5px);
    display: inline-block;
    border-right: 1px solid #ccc;
    vertical-align: middle;
    text-align: center;
	color: #000;
    font-size: 15px;
	height: 250px!important;
    /* padding: 30px 0px 0; */
}
.giftdblock:first-child {
    border-left: 1px solid #ccc;
}
.giftblockimg {
    width: 100%;
    max-width: 150px;
    margin: auto;
    vertical-align: middle;
}
.feature {
    margin: 15px 40px;
	max-height: 280px;
}
.giftinfo {
    font-size: 85%;
    padding: 15px 10px;
    height: 220px;
}
.slick-arrow {
    background-color: rgba(0, 0, 0, 0)!important;
}
.icon.arrow-stroke-white-right {
    background-image: url(/assets/images/bday2021/next.svg);
    -moz-background-size: 60% 60%;
    -o-background-size: 60% 60%;
    -webkit-background-size: 60% 60%;
    background-size: 60% 60%;
    background-repeat: no-repeat;
    background-position: center;
}
.icon.arrow-stroke-white-left {
    background-image: url(/assets/images/bday2021/previous.svg);
    -moz-background-size: 60% 60%;
    -o-background-size: 60% 60%;
    -webkit-background-size: 60% 60%;
    background-size: 60% 60%;
    background-repeat: no-repeat;
    background-position: center;
}
.extrapadding{
	padding-bottom:20px;
}
.extralink {
    color: #000;
    padding: 0px 25px 10px;
    text-align: left;
    font-size: 85%;
}
.subheader{
	font-size:40px;
	font-family:dinbold, Helvetica, arial;
	padding:10px;
	display: inline-block;
    background-color: #f5f5f5;
}
.subheader_block{
	background: url(/assets/images/bday2021/bg_line.svg) repeat-x center center;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	-webkit-background-size: 100%;
	background-size: 100%;
	text-align:center;
	margin: 20px 0;
}
.greytxt{
	color:#58595B;
}
.formdesc {
    padding: 0 40px 40px;
	text-align: center;
	font-size:22px;
}
.formtxt {
    padding: 20px;
}
.cblock {
    width: calc(50% - 15px);
    display: inline-block;
    background-color: #fff;
    border-radius: 10px;
	color:#000;
	height: 780px;
}
.cblock:first-child{
	float:left;
}
.cblock:last-child{
	float:right;
}
.cimg {
    display: block;
    width: 100%;
    max-width: 135px;
}
.cblock_header {
    border-radius: 10px 10px 0 0;
	color:#fff;
	font-size:28px;
	padding: 10px;
	font-family:dinbold;
}
.cblock1 {
    width: 40%;
    display: inline-block;
	vertical-align:middle;
}
.cblock2 {
    width: 58%;
    display: inline-block;
	text-align:left;
	vertical-align:middle;
}
.plantxt{
	font-family:Roboto-bold,微軟正黑體;
	font-size:140%;
}
.redtxt{
	color:#EE4023;
	font-size:100%;
	font-family:Roboto-bold,微軟正黑體;
}
.ycolor{
	color:#F6921E;
	font-size:140%;
}
.cblockinfo{
	padding:15px;
	font-size:16px;
}
.cblockrow {
    padding: 0 0 22px;
    border-bottom: 1px solid #ccc;
    margin: 0 0 19px;
}
.customerblock{
	padding-bottom: 50px;
}
.noborder{
	border: 0;
    padding: 38px 0;
    margin: 0;
}
.remarktxt {
    font-size: 65%;
    text-align: left;
    padding: 0 20px 10px;
    color: #58595B;
	line-height:normal;
}
.or_circle {
    display: inline-block;
    padding: 5px 11px;
    border-radius: 38px;
    background: rgb(255,150,0);
	background: -moz-linear-gradient(0deg, rgba(255,150,0,1) 0%, rgba(251,194,23,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,150,0,1) 0%, rgba(251,194,23,1) 100%);
	background: linear-gradient(0deg, rgba(255,150,0,1) 0%, rgba(251,194,23,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9600",endColorstr="#fbc217",GradientType=1);
	color:#fff;
}
.shareblock{
	background-color:#F5F5F5;
	padding: 10px;
}
.sharerow{
	text-align:center;
	border-top:1px solid #E4E0DF;
	padding:20px 0;
}
.sharerow img{
	width:100%;
	height:auto;
	max-width:185px;
}
.bottom_tag img {
    max-width: 873px;
    max-height: 36px;
    margin: auto;
	/* display: block; */
}
.tcrow {
    padding: 15px;
    background-color: #fff;
    border: 1px solid #D3D3D3;
    color: #58595B;
    border-radius: 8px;
    margin: 8px 10px;
}
.hiddentctxt {
    padding: 15px 0;
    display: none;
    font-size: 12px;
	line-height: normal;
}
.tcsymbol {
    float: right;
    color: #FFB905;
    font-size: 30px;
    line-height: 26px;
    font-family: arial;
}
.sponsorlogo{
	display:inline-block;
	vertical-align:middle;
	margin: 10px 10px;
}
.splogo {
    height: 40px;
    max-width: 104px;
}
.Gamer {
    width: 115px;
    height: auto;
}
.tng{
	width: 51px;
    height: 25px;
}
.nowe{
	width:65px;
	height:auto;
}
.1010{
	height:44px;
}
.viu{
	height:25px;
}
.food_story{
	max-width: 108px;
}
.sponsorrow {
    text-align: center;
}
.sponsorarea {
    text-align: center;
    padding: 35px 0;
}
.sharetb td {
    padding: 0 5px;
}
.shareicon {
    display: inline-block;
    padding: 5px;
}
.upbtn {
    border-radius: 10px;
    display: block;
    padding: 10px 25px;
	background: rgb(148,156,162);
	background: -moz-linear-gradient(0deg, rgba(148,156,162,1) 0%, rgba(168,176,182,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(148,156,162,1) 0%, rgba(168,176,182,1) 100%);
	background: linear-gradient(0deg, rgba(148,156,162,1) 0%, rgba(168,176,182,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#A8B0B6",endColorstr="#949CA2",GradientType=1);
	text-align:center;
	color:#fff;
	max-width:200px;
}
.uploadimg {
    max-width: 280px;
	display: inline-block;
}
.fileupload {
    display: inline-block;
}
input#fileName {
    padding: 10px 10px 0;
}
#uploadForm {
    padding: 10px;
}

#mask {
    z-index: 9999;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    display: none;
    background: rgba(0, 0, 0, 0.8);
}
#msg {
    background-color: #ffffff;
    border: 5px solid #f6921e;
    color: #333333;
    display: block;
    height: auto;
    margin: 3% auto;
    position: relative;
    text-align: left;
    top: 3%;
    width: 75% !important;
    z-index: 100;
    overflow: auto;
    max-width: 500px;
}
#closeBtn {
    height: 20px;
    width: 20px;
    position: absolute;
    z-index: 1000;
    background-image: url(/assets/images/closebtn2.png);
    background-repeat: no-repeat;
    cursor: pointer;
    top: 10px;
    right: 8px;
}
#livechatfloat {
    width: 90px;
    height: 90px;
    background-color: #FE7F04;
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 999;
	border-radius:45px;
	background: #FE7F04 url(/assets/images/icon/PCD_LiveChatBtn.svg) top center no-repeat;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: 90%;
	cursor:pointer;
}
.livechatballon {
    height: 90px;
    width: 90px;
}
#livetxt {
    text-align: center;
    color: #fff;
    position: relative;
    /* bottom: 0; */
    padding: 56px 0 0;
    line-height: normal;
    display: flex;
    vertical-align: middle;
}
span.livebtn_txt{
	font-size: 75%!important;
    line-height: 100%!important;
    padding: 5px;
    text-align: center;
    margin: auto;
}
span.secondtxt {
    display: none;
}
span.longtxt {
	font-size: 68%!important;
    line-height: 1em!important;
    /* display: inline!important; */
    vertical-align: middle;
	padding: 5px!important;
	margin-top:-5px;
}
.liveChat, #livechat{
	display: none!important;
}
.tcblock{
	max-width:765px;
	display:block;
	margin:auto;
}
.tctxt {
    display: inline-block;
    width: calc(100% - 30px);
    vertical-align: top;
	font-size:85%;
	text-align: left;
}
.hidetxt{
	display:none;
}
.extratxt {
    text-align: left;
    line-height: normal;
    font-size: 85%;
    padding: 0 25px 22px;
}
.error {
    color: #ee4023;
	padding:8px 0 0 0;
}
.vmore {
    vertical-align: middle;
    display: inline-block;
    font-size: 130%;
}
.etxt {
    color: #000;
    text-align: left;
    padding: 0 0 15px 20px;
}
.btag{
	color:#808080;
	text-align:center;
	font-size:140%;
	padding:20px;
}
.tableblock{
	display: table;
    width: calc(100% - 20px);
}
.vmore {
    vertical-align: middle;
    display: table-cell;
    font-size: 130%;
    text-align: center;
    width: 100%;
}
.success {
    background: url(/assets/images/retenion/success.png) no-repeat center top;
    -moz-background-size: 100px auto;
    -o-background-size: 100px auto;
    -webkit-background-size: 100px auto;
    background-size: 100px auto;
    padding: 112px 0 0 0;
}
.success, .fail {
    width: auto;
    display: block;
    margin: auto;
    text-align: center;
    color: #f6921e;
    letter-spacing: 0px;
    text-indent: 0px;
}
.resulticon {
    font-size: 28px;
    font-family: dinbold, MElleHK-Medium;
}
.resultarea {
    font-size: 16px;
    line-height: 150%;
    padding: 0px 0 100px 0;
}
.resultarea {
    display: none;
    text-align: center;
	background-color: #F5F5F5;
}
.sicon {
    display: inline-block;
    width: 42px;
    vertical-align: middle;
    padding: 0 8px;
}
.stxt{
	font-size:75%;
}
.resulttxt2{
	display:none;
}
.resultblock {
    border: 2px solid #f6921e;
    /* max-width: 280px; */
    display: inline-block;
	font-size: 180%;
    padding: 10px;
    color: #58595b;
}
#bottomtag{
	display:none;
	text-align:center;
	/*font-family:RobotoRegular,dinbold;*/
	padding:25px;
	color:#58595b;
	font-family:dinbold,heibold;
	font-size:19px;
}
.y_subheader{
	color:#FBAE17;
	padding:20px 0;
}
.bold{
	font-weight:bold;
}
.narrowblock {
    max-width: 80%;
    display: block;
    margin: auto;
	text-align: center;
}
.aligncenter{
	text-align: center;
}
.xdsoft_time_box{
	/* display:none!important; */
}
.bottom_triangle {
    position: relative;
    width: 100%;
}
.bottom_triangle img {
    width: 100%;
	display:block;
}
.tabimg{
	max-width:731px;
	margin: 5vw auto;
    display: block;
}
img{
	width:100%;
}
.smallimg{
	display:none!important;
}
.largeimg{
	display:block!important;
}
#nlogo{
	width:auto!important;
}
.yellowtxt{
	color:#FBAE17;
}
.tickblock {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}
#resulttxt1 {
    padding: 0 150px;
}
.codearea {
    padding: 25px 0;
}
.codeblock {
    display: block;
    padding: 15px 50px;
    border: 1px solid #F6921E;
	margin:10px auto;
	max-width:300px;
	width:calc(80% - 100px);
	font-size:30px;
	color:#58595B;
	font-weight:bold;
}
.oneline{
	display:inline;
	max-width: 90%;
}
@media only screen and (max-width: 640px){
	.formcol1{
		display:inline-block;
		width:100%;
		padding: 0px 0;
	}
	.formcol2{
		display:inline-block;
		width: 100%;
		padding: 5px 0 12px;
	}
	.header {
		height: 55px;
		padding: 0 15px;
		width: calc(100% - 30px);
	}
	.table {
		display: table;
		height: 55px;
		width: 100%;
	}
	.nlogo {
		height: 35px;
		/* float: left; */
		display: table-cell;
		vertical-align: middle;
		width: 50%;
	}
	.backimg {
		background: #000 url(/assets/images/ame/main_s.jpg) no-repeat center center;
		-moz-background-size: 100%;
		-o-background-size: 100%;
		-webkit-background-size: 100%;
		background-size: 100%;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.l_img{
		display:none;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.s_img{
		display:block;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.logoarea {
		display: table-cell;
		vertical-align: middle;
		margin: auto;
		width: 100%;
		float: none;
		z-index: 1;
	}
	.giftblock {
		margin: 80px 10px 0 10px;
	}
	.goldtext{
		font-size:150%;
	}
	.rightbox {
		right:20px;
		margin-top: 60px!important;
		margin-left: 10px;
	}
	.rightbox img {
		max-width:50%;
		float: right;
	}
	.giftboxinfo {
		display: inline-block;
		width: 50%;
		text-align: left;
		float: left;
		padding: 30px 10px;
	}
	.giftblockheader{
		font-size: 120%;
		line-height:100%;
	}
	.giftimg {
		max-width: 100px;
	}
	.giftbox {
		margin-top: -20px;
	}
	.giftblocktxt {
		padding: 15px 0 15px 110px;
	}
	.giftdblock {
		border-right: 0px solid #ccc;
	}
	.mainhead {
		font-size: 180%;
		padding:0 15px;
	}
	.formdesc {
		padding: 20px 0px;
	}
	.subheader{
		font-size:150%;
		padding:10px;
		display: inline-block;
		background-color: #f5f5f5;
	}
	.cblock:first-child, .cblock:last-child {
		float: none;
	}
	.cblock {
		width: calc(100% - 15px);
		display: inline-block;
		background-color: #fff;
		border-radius: 10px;
		color: #000;
		margin:10px 0 0 0;
		height:auto;
	}
	.extrapadding {
		padding-bottom: 0px;
	}
	label {
		padding: 0 15px 0 0;
		cursor: pointer;
		width: calc(50% - 17px);
		display: inline-block;
		margin: 0 0 10px;
	}
	.hiddentctxt {
		padding: 15px 0;
		display: none;
		font-size: 80%;
	}
	.livechatballon {
		height: 77px;
		width: 77px;
	}
	#livechatfloat {
		width: 77px;
		height: 77px;
		background-color: #FE7F04;
		position: fixed;
		bottom: 80px;
		right: 20px;
		z-index: 999;
		border-radius:45px;
		background: #FE7F04 url(/assets/images/icon/PCD_LiveChatBtn.svg) 8px 0px no-repeat;
		-webkit-background-size: auto;
		-moz-background-size: auto;
		-o-background-size: auto;
		background-size: 75%;
		cursor:pointer;
	}
	#livetxt {
		text-align: center;
		color: #fff;
		position: relative;
		/* bottom: 0; */
		padding: 38px 0 0;
		line-height: normal;
		display: flex;
		vertical-align: middle;
	}
	.tableblock{
		display: table;
		width: 100%;
	}
	.success {
		background: url(/assets/images/retenion/success.png) no-repeat center top;
		-moz-background-size: 80px auto;
		-o-background-size: 80px auto;
		-webkit-background-size: 80px auto;
		background-size: 80px auto;
		padding: 92px 0 0 0;
		letter-spacing: 0;
	}
	.sicon {
		display: inline-block;
		width: 35px;
		vertical-align: middle;
		padding: 0 8px;
	}
	.btn2 {
		padding: 10px 80px;
		max-width: 100%;
	}
	.tcrow {
		margin: 5px 0px;
	}
	.narrowblock {
		max-width: 100%;
		display: block;
		margin: auto;
	}
	.narcol{
		width:100%;
		display:inline-block;
		padding:8px 0;
	}
	.tabimg{
		padding:20px;
		display: block;
		width:calc(100% - 40px);
	}
	.smallimg{
		display:block!important;
	}
	.largeimg{
		display:none!important;
	}
	#resulttxt1 {
		padding: 0 20px;
	}
	.codeblock {
		display: block;
		padding: 15px 50px;
		border: 1px solid #F6921E;
		margin:10px auto;
		max-width:300px;
		width:calc(80% - 100px);
		font-size:5vw;
		color:#58595B;
	}
	.oneline{
		display:inline;
	}
}
@media only screen and (min-width: 640px) and (max-width: 800px){
	.l_img{
		display:none;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.s_img{
		display:block;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.logoarea {
		display: table-cell;
		vertical-align: middle;
		margin: auto;
		width: 100%;
		float: none;
		z-index: 1;
	}
	#resulttxt1 {
		padding: 0 20px;
	}
}
@media only screen and (min-width: 800px) and (max-width: 1280px){
	.cblock {
		/* height: 550px; */
	}
	#resulttxt1 {
		padding: 0 20px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 99999px){
	.backimg {
		background: #000 url(/assets/images/ame/main.jpg) no-repeat center center;
		-moz-background-size: 100%;
		-o-background-size: 100%;
		-webkit-background-size: 100%;
		background-size: 100%;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
}
@media only screen and (min-width: 320px){
	.nlogo img {
		height: 35px;
	}
	.nlogo {
		height: 35px;
		/* float: left; */
		display: table-cell;
		vertical-align: middle;
		width: 50%;
	}
	.smallcopyright {
		display: block;
		width: calc(100% - 40px);
		padding: 20px;
		text-align: center;
		clear: both;
	}
	.hkt {
		display: block;
		float: left;
		height: 40px;
		width: 50%;
	}
	.copyright {
		display: none;
	}
	.pccw {
		display: block;
		float: right;
		height: 40px;
		width: auto;
	}
}
@media only screen and (min-width: 768px){
	.nlogo img {
		height: 49px;
	}
	.nlogo {
		height: 49px;
		/* float: left; */
		display: table-cell;
		vertical-align: middle;
		width: 50%;
	}
	.langarea img{
		height:16px;
	}
	.y_subheader{
		font-size:16px;
	}
}
@media only screen and (min-width: 320px){
	.bottom_tag {
		height: auto;
		background-color: #f6921e;
		text-align: center;
		margin: 10px 0;
	}
	.smallbtag {
		display: block;
		height: 100%;
		width: auto;
	}
	.largebtag {
		display: none;
		height: 100%;
		width: auto;
	}
	.copyright {
		display: none;
	}
	.pccw {
		display: block;
		float: right;
		height: 40px;
		width: auto;
	}
	.hkt img, .pccw img {
		width: auto;
		height: 55px;
	}
}
@media only screen and (min-width: 640px){
	
}
@media only screen and (min-width: 1024px){
	.bottom_tag {
		height: 36px;
		background-color: #f6921e;
		text-align: center;
	}
	.hkt {
		display: block;
		float: left;
		height: 70px;
		width: 264px;
	}
	.hkt img, .pccw img {
		width: auto;
		height: 70px;
	}
	.copyright {
		display: block;
		width: 533px;
		text-align: center;
		float: left;
		margin: 20px auto;
		font-size: 12px;
	}
	.pccw {
		display: block;
		float: right;
		height: 70px;
		width: 200px;
	}
	.smallcopyright {
		display: none;
	}
	.smallbtag {
		display: none;
		height: 100%;
		width: auto;
	}
	.largebtag {
		display: block;
		height: 100%;
		width: auto;
	}
	.tabimg{
		max-width:731px;
		margin: 70px auto;
		display: block;
	}
}



