﻿/************************************************************************************
GENERAL STYLING
*************************************************************************************/
/*@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);*/

@font-face {
    font-family: Helvetica Neue;
    src: url('HelveticaNeue.woff') format('woff');
}

@font-face {
    font-family: MHeiHK;
    src: url('MHeiHK.woff') format('woff');
}

html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,kbd,q,samp,small,span,strong,sub,sup,tt,var,legend,fieldset {
  margin: 0;
  padding: 0;
  font-family: MHeiHK, Helvetica Neue, Helvetica, Arial, Microsoft JhengHei, 微軟正黑體, sans-serif;
  color: #fff;
}

sup {
  font-size: 12px;color: inherit;line-height: 100%;font-weight: normal;
}

body {
  background: #1b1b1a;
}

img,
fieldset {
  border: 0;
}


/* set image max width to 100% */

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
}

a {
  color: #CEA272;
  text-decoration: none;
  outline: none;
  /* for Firefox */
  hlbr: expression(this.onFocus=this.blur());
  /* for IE */
  cursor: pointer;
	font-size: inherit;
}

a:hover {
  color: #CEA272;
  /*text-decoration: underline;*/
  cursor: pointer;
}

#pagehomecontent {
  width: 100%;
}

#photoheadline {
  font-size: 55px;
  font-weight: bold;
  line-height: 0%;
  float: left;
}

#headline {
  font-size: 35px;
  font-weight: bold
}

#subheadline {
  font-size: 24px;
  font-weight: bold
}

#subheadlineen {
  font-size: 20px;
  font-weight: bold
}

.appstoreicon {
    width: 80px;
}

.appstorestepul {
    list-style-type: decimal;
    padding-left: 20px;
}



h1 { font-size: inherit;font-weight: inherit;line-height: 120% !important;color: inherit;margin: 0px !important;display: inline-block; }
h2 { font-size: inherit;font-weight: inherit;line-height: 120% !important;color: inherit;margin: 0px !important;display: inline-block; }
h3 { font-size: inherit;font-weight: inherit;line-height: 120% !important;color: inherit;margin: 0px !important;display: inline-block; }
h4 { font-size: inherit;font-weight: inherit;line-height: 120% !important;color: inherit;margin: 0px !important;display: inline-block; }
h5 { font-size: inherit;font-weight: inherit;line-height: 120% !important;color: inherit;margin: 0px !important;display: inline-block; }
h6 { font-size: inherit;font-weight: inherit;line-height: 120% !important;color: inherit;margin: 0px !important;display: inline-block; }
h7 { font-size: inherit;font-weight: inherit;line-height: 120% !important;color: inherit;margin: 0px !important;display: inline-block; }


.copyright { padding: 30px 20px 30px 20px;background-color: #000000;text-align: center; }
.copyrighttxt { font-size: 12px;font-weight: bold; line-height: 120%;color: #fff;width: auto;height: auto;display: inline-block;text-align: left; }



/************************************************************************************
coverage
*************************************************************************************/
:root {
  --radius: 2px;
  --baseFg: #000;
  --baseBg: #fff;
  --accentFg: #fff;
  --accentBg: #000;
}

select {
  font-size: 14px;
  -webkit-appearance: none;
  appearance: none;
  color: var(--baseFg);
  border: 1px solid #fff;
  line-height: 1;
  outline: 0;
  padding: 0.65em 2.5em 0.55em 0.75em;
  border-radius: var(--radius);
  background-color: var(--baseBg);
  background-image: linear-gradient(var(--baseFg), var(--baseFg)),
    linear-gradient(-135deg, transparent 50%, var(--accentBg) 50%),
    linear-gradient(-225deg, transparent 50%, var(--accentBg) 50%),
    linear-gradient(var(--accentBg) 42%, var(--accentFg) 42%);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 1px 100%, 20px 22px, 20px 22px, 20px 100%;
  background-position: right 20px center, right bottom, right bottom, right bottom; 
  width: 100%;
}

select:hover {
  background-image: linear-gradient(var(--accentBg), var(--accentBg)),
    linear-gradient(-135deg, transparent 50%, var(--accentBg) 50%),
    linear-gradient(-225deg, transparent 50%, var(--accentBg) 50%),
    linear-gradient(var(--accentBg) 42%, var(--accentFg) 42%);
}

select:active {
  background-image: linear-gradient(var(--accentBg), var(--accentBg)),
    linear-gradient(-135deg, transparent 50%, var(--accentBg) 50%),
    linear-gradient(-225deg, transparent 50%, var(--accentBg) 50%),
    linear-gradient(var(--accentBg) 42%, var(--accentFg) 42%);
  color: var(--accentBg);
  border-color: var(--accentFg);
  background-color: var(--accentFg);
  border: 1px solid #fff;
}

.menucol1 { width: 100%;display: inline-block;text-align: left;margin-bottom: 20px;font-size: 16px; }
.menucol1loc { width: 100%;display: inline-block;text-align: left;margin-bottom: 15px;font-size: 16px; }
.menucol1submit { width: 100%;display: inline-block;text-align: right;margin-bottom: 10px; }
.menucol2 { width: 50%;display: inline-block;text-align: left;float: left; margin-top: 10px;margin-bottom: 20px;font-size: 16px; }
.menutitle { width: 155px;display: inline-block;float: left;text-align: right;line-height: 200%;  }
.menuselect { width: 68%;display: inline-block;float: right; }
.menuselect2 { width: 84%;display: inline-block;float: right; }

.covpagetablewidth { width: 88%; max-width: 1600px; }



/************************************************************************************
scroll tab menu
*************************************************************************************/
	.linkTabsRow{
		max-width: 82%;
		position: relative;
        text-align: left;
	}
	.linkTabsRow2{
		max-width: 1100px;
	}
	.linkTabs{
		background-image: url(tabline.jpg);
		background-position: bottom;
		background-repeat: no-repeat;
		padding-bottom: 2px;
	}
	.linkTabs3b{
		background-image: url(tabline3b.jpg);
		background-position: bottom;
		background-repeat: no-repeat;
		padding-bottom: 2px;
	}
	.slick-track{
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.slick-slide{
		height: 66px !important;
		padding-top: 8px;
		padding-bottom: 8px;
		background: #2c2c2c;
    	border-right: #000 1px solid;
		transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s;
		cursor: pointer;
        text-align: center;
        font-size: 16px;
        line-height: 120%;
}
	
	.slick-selected{
		background-image: url(bgtab.jpg);
		background-size: 100% 100%;
		background-position: center;
		color: #000000;
		font-weight: bold;
		cursor: default;
	}
	.slick-selected3b{
		background-image: url(bgtab3b.jpg);
		background-size: cover;
		background-position: center;
		color: #000000;
		font-weight: bold;
		cursor: default;
	}
	.slickBtnImg{
		position: absolute;
		left: 0px;
		top: -68px;
		height: 68px;
		cursor: pointer;
	}


	.slicken{
        font-size: 14px !important;
}


/************************************************************************************
ms
*************************************************************************************/
.mainsliderframe { position: absolute;z-index: 99;top: 60px; right: 0px;width: 50%;height: auto;text-align: left; }
.mainslidertxtframe { position: relative; background-image: url(bg-promo-slider.png);background-size: 100% 100%; height: 300px;padding: 35px 50px 35px 50px; }
.mainslidertxt1 { font-size: 1.25em;font-weight: bold; line-height: 120%;color: #fff;display: inline-block;padding-bottom: 20px;height: 22px;width: 99%; }
.mainslidertxt2 { font-size: 4.375em;font-weight: bold; line-height: 120%;color: #fff;display: inline-block;height: 180px;padding-bottom: 10px;width: 99%; }
.mainslidertxt2en { font-size: 3.6em;font-weight: bold; line-height: 120%;color: #fff;display: inline-block;height: 180px;padding-bottom: 10px;width: 99%; }
.mainslidertxt3 { font-size: 0.875em;line-height: 120%;color: #fff; display: inline-block;padding-top: 30px; }
.mainsliderhr { border: 0;border-top: 1px solid #eee; }
.mainsliderbutton { width: 260px;background: #000;padding: 22px 0px;display:inline-block;line-height: 100%;cursor: pointer;font-size: .875em; color: #fff;text-align: center;border: #000 1px solid; }
.mainsliderbutton:hover { background: #737373; }

/************************************************************************************
topnav
*************************************************************************************/
.topnavframe { width: 100%;display: inline-block;background: #434448;font-size: 16px;line-height: 100%;font-weight: bold; }
.topnavbutoff { color: #fff;padding: 15px 30px;display: inline-block;background: #434448;cursor: pointer; }
.topnavbutoff:hover { display: inline-block; background-image: -webkit-gradient(linear,right top,left top,from(#743ad5),to(#d53a9d));background-image: -webkit-linear-gradient(right,#743ad5,#d53a9d);background-image: -o-linear-gradient(right,#743ad5 0,#d53a9d 100%);background-image: linear-gradient(270deg,#743ad5 0,#d53a9d); }
.topnavbuton { color: #fff;padding: 15px 30px;display: inline-block;background: #434448;background-image: -webkit-gradient(linear,right top,left top,from(#743ad5),to(#d53a9d));background-image: -webkit-linear-gradient(right,#743ad5,#d53a9d);background-image: -o-linear-gradient(right,#743ad5 0,#d53a9d 100%);background-image: linear-gradient(270deg,#743ad5 0,#d53a9d); }

/*.slider { display: flex;font-size: 16px;line-height: 100%;background: #434448;color: #fff;font-weight: bold; }
section { padding: 15px 30px;width: auto; scroll-snap-align: center;text-align: center;position: relative;cursor: pointer; }
section:hover { background-image: -webkit-gradient(linear,right top,left top,from(#743ad5),to(#d53a9d));background-image: -webkit-linear-gradient(right,#743ad5,#d53a9d);background-image: -o-linear-gradient(right,#743ad5 0,#d53a9d 100%);background-image: linear-gradient(270deg,#743ad5 0,#d53a9d); }
.sectionon { display: inline-block;background: #434448;background-image: -webkit-gradient(linear,right top,left top,from(#743ad5),to(#d53a9d));background-image: -webkit-linear-gradient(right,#743ad5,#d53a9d);background-image: -o-linear-gradient(right,#743ad5 0,#d53a9d 100%);background-image: linear-gradient(270deg,#743ad5 0,#d53a9d); }
*/

.slider { display: flex;font-size: 13px;line-height: 100%;background: #434448;color: #fff;font-weight: bold; }
section { padding: 15px 20px;width: auto; scroll-snap-align: center;text-align: center;position: relative;cursor: pointer; }
section:hover { background-image: -webkit-gradient(linear,right top,left top,from(#743ad5),to(#d53a9d));background-image: -webkit-linear-gradient(right,#743ad5,#d53a9d);background-image: -o-linear-gradient(right,#743ad5 0,#d53a9d 100%);background-image: linear-gradient(270deg,#743ad5 0,#d53a9d); }
.sectionoff {  }
.sectionon { display: inline-block;background: #434448;background-image: -webkit-gradient(linear,right top,left top,from(#743ad5),to(#d53a9d));background-image: -webkit-linear-gradient(right,#743ad5,#d53a9d);background-image: -o-linear-gradient(right,#743ad5 0,#d53a9d 100%);background-image: linear-gradient(270deg,#743ad5 0,#d53a9d); }

/************************************************************************************
content size
*************************************************************************************/
.contentset2 { font-size: 20px;font-weight: bold;line-height: 120%;display: inline-block;padding-bottom: 30px; }
.content1 { font-size: 14px;line-height: 120%;display: inline-block; }


/************************************************************************************
col
*************************************************************************************/
.contentcol1 { width: 100%;display: inline-block;float: left; }
.contentcol2 { width: 50%;display: inline-block;float: left; }
.contentcol3 { width: 32%;display: inline-block;float: left;text-align: center; }
.contentcol3in { width: 240px;display: inline-block;text-align: left; }

.imghow { width: 200px; }


/************************************************************************************
roam price
*************************************************************************************/
.roampricebox { width: 535px;height: auto;float: right; border: #d5d5d5 1px solid;display: inline-block;background-repeat: no-repeat;background-size: cover;background-position: top;padding-top: 45px;position: relative; }
.roamdayno { font-size: 80px;color: #fff;font-weight: bold;line-height: 100%;position: absolute;right: 30px;top: 80px; }
.roamdaytxt { font-size: 70%;color: inherit;line-height: inherit;vertical-align: 5px; }
.roampriceframe { width: 100%;display: inline-block;text-align: center; }
.roamday { font-size:35px;font-weight: 500;color: #fff; display: inline-block; }
.roamprice { font-size:60px;font-weight: 700;color: #CEA272;width: 100%; display: inline-block;padding-bottom:45px; }
.roamactivepgbutframe { display: none; }
.roamactivebut { width: 90%;font-size: 22px;font-weight: 900;color: #000; padding: 10px 0px;text-align: center; display: inline-block; background-color: #CEA272;background-size: 350%;background-position: 0% 100%;position: absolute;left: 5%;bottom: -30px; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s;cursor: pointer; }
.roamactivebut:hover { background-size: 250%;background-position: 0% 80%; }
.roamactivetxt { width: 100%;font-size: 22px;font-weight: bold;color: #000; padding: 10px 0px;border-top: #dbdbdb 2px solid;text-align: center; display: inline-block; }
.roamremark { width: 535px;float: right; text-align: center;display: inline-block;font-size: 16px;font-weight: normal; }


/************************************************************************************
ul li
*************************************************************************************/
.ulset2 { list-style-image: url('pt.png');padding: 0px 0px 10px 20px;font-size: 16px;line-height: 120%; }
.ulset2en { list-style-image: url('pt.png');padding: 0px 0px 10px 20px;font-size: 16px;line-height: 120%; }
.liset2 { padding: 3px 0px 10px 0px; }
.ulset3 { font-size: 16px;line-height: 120%;padding-left: 20px; }
.ulset4 { font-size: 12px;line-height: 120%;padding-left: 20px; }
.ulset5 { list-style-image: url('pt2.png');padding: 15px 0px 0px 20px;font-size: 16px;line-height: 120%; }
.liset5 { padding: 3px 0px 10px 0px; }

/************************************************************************************
QR
*************************************************************************************/
.roamqrframe { width: 100%;display: inline-block;float: left;text-align: center;padding: 20px 0px; }
.roamqr { width: 250px;line-height: 0%;padding-bottom: 15px; }
.roamqrdayno { font-size: 44px;font-weight: 1000;line-height: 100%;display: inline-block; }
.roamqrdaytxt { font-size: 70%;color: inherit;line-height: inherit;vertical-align: 2px; }
.roamqrtel { font-size: 22px;font-weight: 700;line-height: 100%;display: inline-block; }


/************************************************************************************
FAQ
*************************************************************************************/
.faqframe { display: inline-block;padding-bottom: 20px;width: 100%;  }
.faqimg { width: 90px;height: auto; line-height: 0%;display: inline-block;vertical-align: middle; }
.faqcontent { width: 90%;padding-left: 10px; font-size: 18px; line-height: 120%;display: inline-block;vertical-align: middle; }
.faqcontent2 { width: 100%; font-size: 18px; line-height: 120%;display: inline-block;vertical-align: middle; }

/************************************************************************************
page icon
*************************************************************************************/
.infoiconframe { display: inline-block;padding-bottom: 20px;width: 50%;float: left; }
.infoiconimg { width: 100px;height: auto; line-height: 0%;display: inline-block;vertical-align: middle; }
.infoiconcontent { width: 80%;padding-left: 0px; font-size: 16px; line-height: 120%;display: inline-block;vertical-align: middle; }

/************************************************************************************
table
*************************************************************************************/
.set1table { border-collapse: collapse; border: 1px solid #d5d5d5; padding: 0px; text-align: center;font-size: 18px;line-height: 120%;font-weight: 600;padding: 12px 10px; }
.set1tabless { border-collapse: collapse; border: 1px solid #d5d5d5; padding: 0px; text-align: center;font-size: 18px;line-height: 120%;font-weight: 600;padding: 12px 10px; }
.set1tablenormal { font-weight: normal; }
.set1tabletitle { background: #000; border-left: #000 1px solid; border-right: #000 1px solid;text-align: center;font-size: 18px;    border-top: 1px #AB8763 solid;border-bottom: 1px #AB8763 solid;background-color: #AB87635c; }
.set1tableL { background: #000; border-left: #000 1px solid;text-align: left; }
.set1tableR { background: #000; border-right: #000 1px solid; }
.set1tableheader { background-color: #AB8763; color: #fff; }
.set1tableheader2 { background: #000; color: #000; }
.set1tableheaderprc { background: #000;color: #fff;font-weight: bold;font-size: 120% !important; }
.set1tablehighlgt { color: #CEA272; }

/************************************************************************************
Main slider
*************************************************************************************/
.midmainsliderpc { width: 100%;max-width: 1600px;height: 300px;background-size: cover;background-position: center; display: inline-block;margin-bottom: 20px; }
.midmainslidermob { display: none; }


/************************************************************************************
location
*************************************************************************************/
.covertitle { width: 99.5%;display: inline-block;padding: 3px;font-size: 16px;font-weight: bold;color: #000000;background: #f5f5f5; }
.coverloc { width: 10%;display: inline-block;padding: 5px 3px;border-right: #c3c3c3 1px solid;margin: 3px 0px;text-align: left;font-size: 14px;line-height: 110%;vertical-align: middle; }
.coverhighlight { background: #ff0097;color: #ffffff !important; }
.conponappicon { width: 50px;vertical-align: -13px; }

/************************************************************************************
form
*************************************************************************************/
input[type=text] { width: 100%;box-sizing: border-box;border: 2px solid #ccc;border-radius: 4px;font-size: 16px;background-color: white;background-image: url('btn-search.png');background-position: 8px 10px;background-size: 24px 24px;background-repeat: no-repeat; padding: 12px 20px 12px 40px; }


/************************************************************************************
idd code
*************************************************************************************/
.iddcode1 { font-size: 18px;font-weight: bold;display: inline-block;padding: 5px 20px;border-radius: 5px;background: #e6048c;color: #fff;margin: 5px 3px 5px 3px; }
.iddcode2 { font-size: 18px;font-weight: bold;display: inline-block;padding: 5px 20px;border-radius: 5px;background: #88298f;color: #fff;margin: 5px 3px 5px 3px; }
.iddcodetxt { width: 170px; display: inline-block; }
.iddcodetxten { width: 290px; display: inline-block; }

/************************************************************************************
Inbound
*************************************************************************************/
.mobnetwork { width: 180px;margin-right: 20px; }


/************************************************************************************
getaway
*************************************************************************************/
.supremetxt { font-size: 22px !important; color: #000000;line-height: 120%;font-weight: bold; }
.supremelogo { width: 110px; vertical-align: -11px }
.logopn { width: 140px;vertical-align: -8px; }

.mtfaqtitle { font-size:20px; line-height: 140%; color:#fff; font-weight: bold; }
.mtfaqans { font-size:16px; line-height: 120%; color:#000000; }
.gttalkstepframe { width: 20%;display: inline-block;text-align:left;font-size: 16px;line-height: 120%;padding: 10px 20px 10px 0px;vertical-align: top; }
.infoimg { border: #dbdbdb 1px solid; }


/************************************************************************************
3care
*************************************************************************************/
.infortitle { width: 100%;display: inline-block;font-size: 28px; text-align: left; }


/************************************************************************************
flexipack
*************************************************************************************/
.pageorderpgbut { font-size: 18px;color: #FFFFFF;font-weight: bold;line-height: 100%; background: url(bg_button.jpg) no-repeat;background-size: 500%;background-position: 0% 100%;margin: 0px 0px 0px 0px;padding: 15px 60px;cursor: pointer;float: none;display: inline-block;text-align: center;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; }
.pageorderpgbut:hover { background: url(bg_button.jpg) no-repeat;background-size: 250%; }
.detailbut { font-size: 14px;font-weight: bold;background: #FF009E;color: #fff; padding: 3px 8px;margin-top: 5px; border-radius: 3px;display: inline-block;cursor: pointer; }
.fpappicon { width: 50px;float: left;padding-right: 10px; }


/************************************************************************************
hmvod
*************************************************************************************/
.devicepicframe { padding: 0px 30px; display: inline-block;text-align: center; }
.devicepic { height: 70px; width: auto;padding-bottom: 5px; }
.devicelogoframe { display: inline-block;text-align: left; }
.devicelogo { height: 50px; width: auto;padding-bottom: 5px; }


/************************************************************************************
data
*************************************************************************************/
.dtapp { width: 100px;display: inline-block;text-align: center;line-height: 120%;vertical-align: top;padding-right: 5px; }
.dtqr { width: 100px;display: inline-block;text-align: center;line-height: 120%;vertical-align: top; }
.dtappdw { width: 140px;display: inline-block;text-align: center;line-height: 290%;vertical-align: top;padding: 0px 10px }
.topupstep { display: inline-block;border-radius: 100%;background-color: #CEA272;color: #000;font-size: 18px;padding: 5px 9px;font-weight: bold;float: left;margin-right: 5px; }
.topuptxt { display: inline-block;width: 80%; }
.dataiconbut1tc { width: 80px;height: 80px;background: url(newsimplan-icon01-tc.png);-webkit-filter: grayscale(100%); filter: grayscale(100%);opacity: 0.55; background-repeat: no-repeat;background-size: 100% 100%;background-position: center;margin: 0px 25px 0px 25px;padding: 0px 0px 0px 0px;cursor: pointer;display: inline-block;text-align: center; }
.dataiconbut1tc:hover { background: url(newsimplan-icon01-tc.png);-webkit-filter: none; filter: none;opacity: 1; background-repeat: no-repeat;background-size: 100% 100%;  }
.dataiconbut1tcon { width: 80px;height: 80px;background: url(newsimplan-icon01-tc.png); background-repeat: no-repeat;background-size: 100% 100%;background-position: center;margin: 0px 25px 0px 25px;padding: 0px 0px 0px 0px;cursor: pointer;display: inline-block;text-align: center; }

.dataiconbut2tc { width: 80px;height: 80px;background: url(newsimplan-icon02-tc.png);-webkit-filter: grayscale(100%); filter: grayscale(100%);opacity: 0.55; background-repeat: no-repeat;background-size: 100% 100%;background-position: center;margin: 0px 25px 0px 25px;padding: 0px 0px 0px 0px;cursor: pointer;display: inline-block;text-align: center; }
.dataiconbut2tc:hover { background: url(newsimplan-icon02-tc.png);-webkit-filter: none; filter: none;opacity: 1; background-repeat: no-repeat;background-size: 100% 100%;  }
.dataiconbut2tcon { width: 80px;height: 80px;background: url(newsimplan-icon02-tc.png); background-repeat: no-repeat;background-size: 100% 100%;background-position: center;margin: 0px 25px 0px 25px;padding: 0px 0px 0px 0px;cursor: pointer;display: inline-block;text-align: center; }

.dataiconbut3tc { width: 80px;height: 80px;background: url(newsimplan-icon03-tc.png);-webkit-filter: grayscale(100%); filter: grayscale(100%);opacity: 0.55; background-repeat: no-repeat;background-size: 100% 100%;background-position: center;margin: 0px 25px 0px 25px;padding: 0px 0px 0px 0px;cursor: pointer;display: inline-block;text-align: center; }
.dataiconbut3tc:hover { background: url(newsimplan-icon03-tc.png);-webkit-filter: none; filter: none;opacity: 1; background-repeat: no-repeat;background-size: 100% 100%;  }
.dataiconbut3tcon { width: 80px;height: 80px;background: url(newsimplan-icon03-tc.png); background-repeat: no-repeat;background-size: 100% 100%;background-position: center;margin: 0px 25px 0px 25px;padding: 0px 0px 0px 0px;cursor: pointer;display: inline-block;text-align: center; }

.dataiconbut4tc { width: 80px;height: 80px;background: url(newsimplan-icon04-tc.png);-webkit-filter: grayscale(100%); filter: grayscale(100%);opacity: 0.55; background-repeat: no-repeat;background-size: 100% 100%;background-position: center;margin: 0px 25px 0px 25px;padding: 0px 0px 0px 0px;cursor: pointer;display: inline-block;text-align: center; }
.dataiconbut4tc:hover { background: url(newsimplan-icon04-tc.png);-webkit-filter: none; filter: none;opacity: 1; background-repeat: no-repeat;background-size: 100% 100%;  }
.dataiconbut4tcon { width: 80px;height: 80px;background: url(newsimplan-icon04-tc.png); background-repeat: no-repeat;background-size: 100% 100%;background-position: center;margin: 0px 25px 0px 25px;padding: 0px 0px 0px 0px;cursor: pointer;display: inline-block;text-align: center; }

.dataiconbut5tc { width: 80px;height: 80px;background: url(newsimplan-icon05-tc.png);-webkit-filter: grayscale(100%); filter: grayscale(100%);opacity: 0.55; background-repeat: no-repeat;background-size: 100% 100%;background-position: center;margin: 0px 25px 0px 25px;padding: 0px 0px 0px 0px;cursor: pointer;display: inline-block;text-align: center; }
.dataiconbut5tc:hover { background: url(newsimplan-icon05-tc.png);-webkit-filter: none; filter: none;opacity: 1; background-repeat: no-repeat;background-size: 100% 100%;  }
.dataiconbut5tcon { width: 80px;height: 80px;background: url(newsimplan-icon05-tc.png); background-repeat: no-repeat;background-size: 100% 100%;background-position: center;margin: 0px 25px 0px 25px;padding: 0px 0px 0px 0px;cursor: pointer;display: inline-block;text-align: center; }

.dataiconbut1en { width: 80px;height: 80px;background: url(newsimplan-icon01-en.png);-webkit-filter: grayscale(100%); filter: grayscale(100%);opacity: 0.55; background-repeat: no-repeat;background-size: 100% 100%;background-position: center;margin: 0px 25px 0px 25px;padding: 0px 0px 0px 0px;cursor: pointer;display: inline-block;text-align: center; }
.dataiconbut1en:hover { background: url(newsimplan-icon01-en.png);-webkit-filter: none; filter: none;opacity: 1; background-repeat: no-repeat;background-size: 100% 100%;  }
.dataiconbut1enon { width: 80px;height: 80px;background: url(newsimplan-icon01-en.png); background-repeat: no-repeat;background-size: 100% 100%;background-position: center;margin: 0px 25px 0px 25px;padding: 0px 0px 0px 0px;cursor: pointer;display: inline-block;text-align: center; }

.dataiconbut2en { width: 80px;height: 80px;background: url(newsimplan-icon02-en.png);-webkit-filter: grayscale(100%); filter: grayscale(100%);opacity: 0.55; background-repeat: no-repeat;background-size: 100% 100%;background-position: center;margin: 0px 25px 0px 25px;padding: 0px 0px 0px 0px;cursor: pointer;display: inline-block;text-align: center; }
.dataiconbut2en:hover { background: url(newsimplan-icon02-en.png);-webkit-filter: none; filter: none;opacity: 1; background-repeat: no-repeat;background-size: 100% 100%;  }
.dataiconbut2enon { width: 80px;height: 80px;background: url(newsimplan-icon02-en.png); background-repeat: no-repeat;background-size: 100% 100%;background-position: center;margin: 0px 25px 0px 25px;padding: 0px 0px 0px 0px;cursor: pointer;display: inline-block;text-align: center; }

.dataiconbut3en { width: 80px;height: 80px;background: url(newsimplan-icon03-en.png);-webkit-filter: grayscale(100%); filter: grayscale(100%);opacity: 0.55; background-repeat: no-repeat;background-size: 100% 100%;background-position: center;margin: 0px 25px 0px 25px;padding: 0px 0px 0px 0px;cursor: pointer;display: inline-block;text-align: center; }
.dataiconbut3en:hover { background: url(newsimplan-icon03-en.png);-webkit-filter: none; filter: none;opacity: 1; background-repeat: no-repeat;background-size: 100% 100%;  }
.dataiconbut3enon { width: 80px;height: 80px;background: url(newsimplan-icon03-en.png); background-repeat: no-repeat;background-size: 100% 100%;background-position: center;margin: 0px 25px 0px 25px;padding: 0px 0px 0px 0px;cursor: pointer;display: inline-block;text-align: center; }

.dataiconbut4en { width: 80px;height: 80px;background: url(newsimplan-icon04-en.png);-webkit-filter: grayscale(100%); filter: grayscale(100%);opacity: 0.55; background-repeat: no-repeat;background-size: 100% 100%;background-position: center;margin: 0px 25px 0px 25px;padding: 0px 0px 0px 0px;cursor: pointer;display: inline-block;text-align: center; }
.dataiconbut4en:hover { background: url(newsimplan-icon04-en.png);-webkit-filter: none; filter: none;opacity: 1; background-repeat: no-repeat;background-size: 100% 100%;  }
.dataiconbut4enon { width: 80px;height: 80px;background: url(newsimplan-icon04-en.png); background-repeat: no-repeat;background-size: 100% 100%;background-position: center;margin: 0px 25px 0px 25px;padding: 0px 0px 0px 0px;cursor: pointer;display: inline-block;text-align: center; }

.dataiconbut5en { width: 80px;height: 80px;background: url(newsimplan-icon05-en.png);-webkit-filter: grayscale(100%); filter: grayscale(100%);opacity: 0.55; background-repeat: no-repeat;background-size: 100% 100%;background-position: center;margin: 0px 25px 0px 25px;padding: 0px 0px 0px 0px;cursor: pointer;display: inline-block;text-align: center; }
.dataiconbut5en:hover { background: url(newsimplan-icon05-en.png);-webkit-filter: none; filter: none;opacity: 1; background-repeat: no-repeat;background-size: 100% 100%;  }
.dataiconbut5enon { width: 80px;height: 80px;background: url(newsimplan-icon05-en.png); background-repeat: no-repeat;background-size: 100% 100%;background-position: center;margin: 0px 25px 0px 25px;padding: 0px 0px 0px 0px;cursor: pointer;display: inline-block;text-align: center; }


/************************************************************************************

*************************************************************************************/

.pagetablewidth { width: 88%; max-width: 1600px; }
.frametitle { width: 100%;display: inline-block;padding: 25px 0px; }
.frametab { background-image: url(tabline.jpg);background-position: bottom;background-repeat: no-repeat;padding-bottom: 2px; }
.framehsprice { width: 45%;display:inline-block;vertical-align: top; }
.framehsoffer { width: 55%;display:inline-block;vertical-align: top; }

.topmainsliderpc { width: 100%;max-width: 1600px;height: 550px;background-size: cover;background-position: center; display: inline-block; }
.topmainslidermob { display: none; }

.hstitle { font-size: 30px;line-height: 100%;font-weight: bold;width: auto;display: inline-block;vertical-align: top; }
.hstitlesup { vertical-align: 24px;padding-left: 10px;line-height: inherit; }
.hstitlesupen { vertical-align: 15px;padding-left: 5px;line-height: inherit; }
.hstitleicon1 { background-image: url(bgnew.jpg);background-size: cover;width: 60px;font-size: 14px;font-weight: bold;line-height: 100%; color: #ffffff;padding: 8px 0px;margin: 0px 5px 0px 10px; display: inline-block;vertical-align: top;text-align: center; }
.hstitleicon2 { background-image: url(bgnetwork.jpg);background-size: cover;width: 60px;font-size: 14px;font-weight: bold;line-height: 100%; color: #ffffff;padding: 8px 0px;margin: 0px 5px; display: inline-block;vertical-align: top;text-align: center; }
.hstitleicon3 { background-image: url(bgnetwork.jpg);background-size: cover;font-size: 14px;font-weight: bold;line-height: 100%; color: #ffffff;padding: 8px 10px;margin: 0px 5px; display: inline-block;vertical-align: top;text-align: center; }
.tabon { font-size: 16px;line-height: 120%;font-weight: bold;padding: 12px 35px;color:#fff;display: table-cell;width: auto;background-image: url(bgtab.jpg);background-size: cover;background-position: center; }
.taboff { font-size: 16px;line-height: 120%;font-weight: normal;padding: 12px 35px;color:#000;display: table-cell;width: auto;background: #e6e6e6;border-right: #fff 1px solid;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s;cursor: pointer; }
.taboff:hover { background: #f2e1f5; }
.hsprice1 { font-size: 40px;line-height: 100%;display: inline-block;font-weight: bold;padding: 40px 0px;font-style: italic; }
.hsprice1bold { font-size:125%;line-height: inherit;color: #ff9100; }
.hsprice2 { font-size: 30px;line-height: 100%;display: inline-block;font-weight: bold;padding: 0px 0px;font-style: italic; }
.hsprice2sup { vertical-align: 16px;padding-left: 5px;line-height: inherit;font-style: normal; }
.hsprice2supen { vertical-align: 8px;padding-left: 5px;line-height: inherit;font-style: normal; }
.hsprice2bold { font-size:150%;line-height: inherit; }
.hsprice2boldsup { vertical-align: 24px;padding-left: 7px;line-height: inherit;font-style: normal; }
.hsofferul { list-style-image: url('pt.png');padding: 40px 0px 0px 20px;font-size: 22px;line-height: 120%;font-weight: bold; }
.hsofferulen { list-style-image: url('pt.png');padding: 40px 0px 0px 20px;font-size: 20px;line-height: 120%;font-weight: bold; }
.hsofferli { padding: 3px 0px 10px 0px; }
.hsofferbut { background: #7337a8;width: auto;font-size: 12px;font-weight: bold;line-height: 100%; color: #ffffff;padding: 6px 15px;margin-top: 2px; display: inline-block;vertical-align: top;text-align: center;border-radius: 3px;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s;cursor: pointer; }
.hsofferbut:hover { background: #e6007e; }
.hsofferlibold { font-size: inherit;line-height: inherit;color: #ff9100;font-weight: bold; }
.hsoffericon { width: 30px;vertical-align: -7px;line-height: inherit; }

.tableoff { border-collapse: collapse; border: 2px solid #dbdbdb; padding: 0px; text-align: center;font-size: 14px;line-height: 100%;font-weight: bold; }
.plantablewidthcol1 { width: 88%;padding-bottom: 10px;max-width: 1600px; }
.plantablewidthcol2 { width: 88%;padding-bottom: 10px;max-width: 1600px; }
.plantablewidthcol3 { width: 88%;padding-bottom: 10px;max-width: 1600px; }
.plantablewidthcol4 { width: 88%;padding-bottom: 10px;max-width: 1600px; }
.plantablewidthcol5 { width: 88%;padding-bottom: 10px;max-width: 1600px; }
.frameplancol1 { width: 45%;display: inline-block;margin: 0px;vertical-align: top; }
.frameplancol2 { width: 40%;display: inline-block;margin: 0px;vertical-align: top; }
.frameplancol3 { width: 32.6%;display: inline-block;margin: 0px;vertical-align: top;float: left; }
.frameplancol4 { width: 24.25%;display: inline-block;margin: 0px;vertical-align: top;float: left; }
.frameplancol5 { width: 19.2%;display: inline-block;margin: 0px;vertical-align: top;float: left; }
.frameplanspace { width: 1%;display: inline-block;margin: 0px;vertical-align: top;float: left; }
.frameplantitle { width: 99%;display: inline-block;font-size: 18px;font-weight: bold;line-height: 100%;padding: 8px 0px 8px 5px;background: #dbdbdb; text-align: center; }

.framehsmain1 { width: 90%;display: inline-block; }
.hsrow1space { width: 1%;height:140px;display: inline-block;vertical-align: middle;margin: 0px; }
.hsrow1 { width: 100%;height:auto;display: inline-block;vertical-align: top;margin: 0px;padding-top: 20px; }
.hsrow1databold { font-size: 30px;line-height: 140%;font-weight: bold;color: #7337a8; }
.hsaddoffer { height: 60px;display: inline-block;font-size: inherit;line-height: 120%;padding: 10px 0px; }

.framehsmain2 { width: 90%;display: inline-block;border-bottom: #dbdbdb 2px solid;padding: 20px 0px; }
.hsrow2 { width: 100%;height:auto;display: inline-block;vertical-align: top;margin: 0px; }
.hsrow2pricedis { font-size: inherit;line-height: inherit;font-weight: normal;text-decoration: line-through; color: #8f8f8f; }
.hsrow2pricebold { font-size: 185%;line-height: 140%;font-weight: bold;color: #ff9100; }
.hsrow2greytxt { font-size: inherit;line-height: inherit; color: #8f8f8f; }

.framehsmain3 { width: 100%;display: inline-block;padding: 20px 0px; }
.hsrow3 { width: 100%;height:auto;display: inline-block;vertical-align: top;margin: 0px; }
.hsrow3greyframe { width: 100%;display: inline-block;background: #e4e4e4;padding: 10px 0px;margin: 10px 0px 0px 0px; }
.hsrow3txtframe { width: 90%;display: inline-block;padding: 5px 0px;height: 16px; }
.hsrow3txtleft { width: auto;display: inline-block;float: left;padding-top: 3px; }
.hsrow3txtright { width: auto;display: inline-block;float: right;font-weight: bold;padding-top: 3px; }
.hsrow3txtrightbold { width: auto;display: inline-block;float: right;font-weight: bold;font-size: 120%; }

.framehsoffer1 { width: 100%;display: inline-block;padding: 20px 0px 10px 0px; }
.hsoffrow1 { width: 100%;height:auto;display: inline-block;vertical-align: top;margin: 0px; }
.hsoffrow1frame { width: 100%;display: inline-block;background: #ffffff;margin: 5px 0px 0px 0px; }
.hsoffrow1txtframe { width: 100%;display: inline-block;padding: 5px 0px;height: 20px; }
.hsoffrow1txt2frame { width: 100%;display: inline-block;padding: 5px 0px;height: 50px; }
.hsoffrow1txtleft { width: auto;display: inline-block;float: left;text-align: left; }
.hsoffrow1txtright { width: auto;display: inline-block;float: right;font-weight: bold;padding-top: 5px; }
.hsoffrow1txtdataright { font-size: 20px;color: #e6007e; width: auto;display: inline-block;float: right;font-weight: bold;padding-top: 2px; }
.hsoffrow1txt2right { width: 100%;display: inline-block;font-weight: bold;font-size: 13px;padding-top: 2px;text-align: right;line-height: 120%; clear: both; }
.hsoffrow1txtrightbold { width: auto;display: inline-block;float: right;font-weight: bold;font-size: 120%; }
.hsoffrow1icon { width: 20px;vertical-align: -5px;line-height: inherit; }

.framehsoffer2 { width: 100%;display: inline-block;padding: 20px 0px; }
.hsoffrow2 { width: 100%;height:auto;display: inline-block;vertical-align: top;margin: 0px; }
.hsoffrow2frame { width: 100%;display: inline-block;background: #ffffff;margin: 5px 0px 0px 0px;line-height: 120%; }

.framehsoffer3 { width: 100%;display: inline-block;padding: 20px 0px; }
.hsoffrow3 { width: 100%;height:auto;display: inline-block;vertical-align: top;margin: 0px; }
.hsoffrow3frame { width: 100%;display: inline-block;background: #ffffff;margin: 5px 0px 0px 0px; }
.hsoffrow3framenormal { width: 100%;display: inline-block;background: #ffffff;margin: 5px 0px 0px 0px;font-weight: normal;font-size: inherit;line-height: 120%; }

.framefreeitem { width: 48.5%;display: inline-block;border: #dbdbdb 2px solid;text-align: center;vertical-align: top;position: relative;margin-bottom: 15px;margin: 0px 2px 15px 2px;float: left; }
.framefreeitemspace { width: 1%;display: inline-block;vertical-align: top;float: left; }
.freeicon { background-image: url(bgfree.jpg);background-size: cover; color: #ffffff;padding: 7px 15px; position: absolute;left: 10px;top: 10px;display: block;font-size: 16px;font-weight: bold;line-height: 100%; }
.freeimg { width: auto;height: 220px;padding: 15px 0px; }
.freegreytxt { width: 100%;display: inline-block;background: #e6e6e6;padding: 12px 0px;font-size: 15px;line-height: 100%;font-weight: bold; }
.freeprice { font-size: inherit;line-height: inherit;color: #838383;padding-top: 10px;font-weight: normal; }

.tabletab { width: 100%;display: inline-block;font-size: 18px; text-align: center;font-weight: bold;CURSOR: pointer; }
.tabletabimg { vertical-align: -2px; }

.spectab { width: 100%;display: inline-block;font-size: 22px; CURSOR: pointer; border-bottom: #fff 2px solid; padding-bottom: 10px;text-align: left; }
.spectabtxt { display: inline-block;width: 85%; }
.spectabimg { width: 18px; float: right;padding: 0px 5px 0px 0px;display: inline-block;filter: invert(1); }

.spectable { border-collapse: collapse; border: 2px solid #000000; padding: 0px; text-align: center;font-size: 16px;line-height: 100%;font-weight: bold;margin-bottom: 30px; }
.spectitletd { font-size: 16px;line-height: 120%; color: #8e8e8e; padding: 12px 10px;border-left: #ffffff 2px solid;text-align: left;font-weight: normal;width: 25%;vertical-align: top; }
.spectitletdtop {  }
.spectitletdtoppc { border-top: #fff 2px solid; }
.speccontenttd { font-size: 16px;line-height: 120%; color: #000000; padding: 12px 10px;border-right: #ffffff 2px solid;text-align: left;font-weight: normal;width: 75%; }
.specul { padding-left: 18px; }

.limited { padding: 2px 6px;background-color: red; color: white; font-size: 12px; border-radius: 3px; white-space: nowrap;width: auto;display: inline-block;line-height: 100%; }
.remark { font-size: 12px;line-height: 120%;display: inline-block; }
.tableremarkno { font-size: 12px;line-height: 120%;vertical-align: top;width: 1.5%; }
.tableremark { font-size: 12px;line-height: 120%;vertical-align: top; }

.framehsothersmain1 { width: 90%;display: inline-block;border-bottom: #dbdbdb 2px solid;padding: 20px 0px; }
.hsothersrow { width: 100%;height:auto;display: inline-block;vertical-align: top;margin: 0px; }
.framehsothersmain2 { width: 90%;display: inline-block; }
.hsothersframe { width: 49.5%;display: inline-block;float: left; }
.hsothersspace { width: 1%;display: inline-block;margin: 0px;vertical-align: top;float: left; }
.hsothersrow1 { width: 32.5%;height:auto;display: inline-block;vertical-align: top;margin: 0px;padding: 20px 0px;line-height: 120%;text-align: center; }
.hsothersicon { vertical-align: -3px; }

.navframe { font-size: 16px;display: inline-block; padding: 20px 0px 20px 0px;border-bottom: #000 1px solid;width: 100%; }
.navitemspc { padding: 0px 10px 0px 0px;display: inline-block;color: #bbb; }
.navitemoff { padding: 0px 10px 0px 0px;display: inline-block;color: #bbb;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s;cursor: pointer; }
.navitemoff:hover { color: #000; }
.navitemon { padding: 0px 10px 0px 0px;display: inline-block;color: #000; }

.achframe {position: relative; width: 100%;padding-top: 30px;display: inline-block;text-align: center;font-size: 22px;line-height: 120%;font-weight: bold;}
.achtxt { margin: 0px 30px;display: inline-block;cursor: pointer;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; }
.achtxt:hover { color: #737373; }

.plnoptiontitle { font-size: 16px;font-weight: bold; line-height: 120%;display: inline-block;width: 100%;text-align: left;padding-bottom: 10px; }
.plnimg { width: 100%; }
.plnoptionframe { width: 205px;display: inline-block;line-height: 0%;border: #dbdbdb 2px solid;float: left;margin-right: 10px; margin-bottom: 10px;cursor: pointer; position: relative; }
.plnoptionframespace { width: 10px;display: inline-block; float: left; }
.plnoptionremark { font-size: 12px;line-height: 160%;display: inline-block; }
.plnoptionbannertxt { font-size: 15px; position: absolute;z-index: 99;width: 100%;text-align: center;bottom: 10px;line-height: 120%; }
.plnoptionbannertxten { font-size: 13px; position: absolute;z-index: 99;width: 100%;text-align: center;bottom: 8px;line-height: 110%; }

.mainpagetitle { font-size: 2.875em;line-height: 140%;font-weight: 700;width: auto;display: inline-block;vertical-align: top;width: 100%; text-align: left; }
.mainpagepromocol1 { width: 99.8%;height: auto; display: inline-block;border: 1px solid #aaa;margin-bottom: 40px; }
.mainpagepromocol1photo { width: 50%;height: 370px; float: left;display: inline-block;background-size: cover;background-position: center;position: relative; }
.mainpagepromocol1photomob { display: none; }
.generationLabel { line-height: 140%; position: absolute;top: 5px;left: 5px; text-align: center;color: #fff;font-size: 0.9em;font-weight: 500; padding: 2px 10px;background-image: url(label-purple.png);background-size: 100% 100%; }
.boxTitle { position: absolute;bottom: 0px;left: 0px;width: 100%;background-image: -webkit-gradient(linear,right top,left top,from(#743ad5),to(#d53a9d));background-image: -webkit-linear-gradient(right,#743ad5,#d53a9d);background-image: -o-linear-gradient(right,#743ad5 0,#d53a9d 100%);background-image: linear-gradient(270deg,#743ad5 0,#d53a9d); }
.boxTitletxt { line-height: 140%;padding: 5px;font-size: 16px;color: #fff;font-weight: 500;text-align: left; }
.mainpagepromocol1content { width: 50%;height: 370px; float: left;display: inline-block;position: relative;text-align: center; }
.mainpagepromocol1space { vertical-align: middle;height: 370px;width: 1px;display: inline-block; }
.mainpagepromocol1centerframe { vertical-align: middle;display: inline-block;width: 80%; }
.boxbigtitle { width: 100%;display: inline-block;text-align: center;font-size: 1.1rem;font-weight: bold;padding-bottom: 30px; }
.boxbigcontent { width: 100%;display: inline-block;text-align: center;font-size: 16px;line-height: 160%;padding-bottom: 30px; }
.boxbigcontentboldtxt { font-size: 1.7rem;color: #f60;font-weight: 700;padding: 0px 5px; }
.boxbigcontentboldnormaltxt { font-size: inherit;color: #f60;font-weight: bold; }

.coltablewidth { width: 88.8%; max-width: 1600px; }
.mainpagepromocolspace { width: 1%;height: auto; display: inline-block;float: left; }
.mainpagepromocol3 { width: 32.15%;height: auto; display: inline-block;border: 1px solid #aaa;float: left;margin-bottom: 20px;margin-left: 0.5%;margin-right: 0.5%;cursor: pointer;line-height: 0%; }
.col3L { float: left; }
.col3R { float: right; }
.mainpagepromocol3photo { width: 100%;height: 215px; display: inline-block;background-size: cover;background-position: center;position: relative; }
.mainpagepromocol3photomob { display: none; }
.mainpagepromocol3content { width: 100%;height: auto; display: inline-block;position: relative;text-align: center; }
.mainpagepromocol3centerframe { vertical-align: middle;display: inline-block;width: 92%;padding: 15px 0px 0px 0px; }
.boxsmallcontentline1 { width: 100%;height: 45px;display: inline-block;text-align: center;font-size: 16px;padding-bottom: 20px;line-height: 120%; }
.boxsmallcontentline2 { width: 100%;display: inline-block;text-align: center;font-size: 16px;padding-bottom: 30px; }
.boxsmallcontentboldtxt { font-size: 1.7rem;color: #f60;font-weight: 700;padding: 0px 4px 0px 4px; }
.boxsmallnopad { padding: 0px }
.boxsmallcontentboldnormaltxt { font-size: inherit;color: #f60;font-weight: bold; }
.boxsmallcontentlinetxt { font-size: inherit;color: #d0d0d0;font-weight: bold;padding: 0px 5px;display: inline-block;vertical-align: 3px; }

.mainpagepromosupport { font-size: 1.1rem;font-weight: bold;padding: 20px 0px; width: 32.15%; display: inline-block;border: 1px solid #aaa;float: left;margin-bottom: 20px;margin-left: 0.5%;margin-right: 0.5%;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s;cursor: pointer; }
.mainpagepromosupport:hover { background: #efefef; }

.frameinfo { width: 100%;display: inline-block;padding-bottom: 40px; }
.frameinfophoto { width: 30%;display: inline-block;line-height: 0%;vertical-align: top; }
.frameinfocontent { width: 68%;display: inline-block;vertical-align: top; }
.infoheaderframe { width: 100%;display: inline-block; }
.infotitle { font-size: 18px;font-weight: bold;line-height: 120%;float: left;padding-top: 25px;padding-left: 5px; }
.ecarelogo { width: 70px;float: left; }
.infocontent { font-size: 14px;line-height: 120%;display: inline-block;padding-bottom: 10px; }
.infosubtitle { font-size: 16px;font-weight: bold;line-height: 120%;display: inline-block; }
.infoul { font-size: 14px;line-height: 120%;padding-left: 20px; }
.ecareadd { font-size: 14px;line-height: 160%;display: inline-block; }

#tmpheight5px {width:10px; clear:both; height: 5px}
#tmpheight10px {width:10px; clear:both; height: 10px}
#tmpheight15px {width:10px; clear:both; height: 15px}
#tmpheight20px {width:10px; clear:both; height: 20px}
#tmpheight30px {width:10px; clear:both; height: 30px}
#tmpheight40px {width:10px; clear:both; height: 40px}
#tmpheight50px {width:10px; clear:both; height: 50px}
#tmpheight60px {width:10px; clear:both; height: 60px}
#tmpheight70px {width:10px; clear:both; height: 70px}
#tmpheight80px {width:10px; clear:both; height: 80px}
#tmpheight90px {width:10px; clear:both; height: 90px}
#tmpheight100px {width:10px; clear:both; height: 100px}

.toporderbut { font-size: 22px;color: #FFFFFF;font-weight: bold;line-height: 100%; background: url(bg_button.jpg) no-repeat;background-size: 500%;background-position: 0% 100%;margin: 0px 0px 0px 0px;padding: 26px 30px;cursor: pointer;float: none;display: inline-block;text-align: center;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; }
.toporderbut:hover { background: url(bg_button.jpg) no-repeat;background-size: 250%; }

.pageorderbut { font-size: 18px;color: #FFFFFF;font-weight: bold;line-height: 100%; background: url(bg_button.jpg) no-repeat;background-size: 500%;background-position: 0% 100%;margin: 0px 0px 0px 0px;padding: 15px 60px;cursor: pointer;float: none;display: inline-block;text-align: center;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; }
.pageorderbut:hover { background: url(bg_button.jpg) no-repeat;background-size: 250%; }

.languageicon { width: 40px; padding-right: 20px; padding-top: 25px; }

.dispricetxt { text-decoration:line-through;color:#d38ede; }

.orderphoneimg { width: auto; height: 80px; }

/************************************form*************************************/
.formgiftphoto { width: 200px;vertical-align: -90px; }


/************************************spec button*************************************/
#specbutxt { font-size: 16px; clear: both; color: #FFFFFF; margin: 10px 20px 10px 20px; font-weight: bold; pointer-events: none; }
.specbut { background: url(bg_button.jpg) no-repeat;background-size: 500%;background-position: 0% 95%;margin: 0px 0px 10px 0px;padding: 0px 0px 0px 0px;cursor: pointer;float: none;display: inline-block;text-align: center; }
.specbut:hover { background: url(bg_button.jpg) no-repeat;background-size: 250%; }
/************************************************************************************/

/************************************spec button*************************************/
#sellbutxt { font-size: 22px; width: 240px;  clear: both; color: #FFFFFF; margin: 10px 20px 10px 20px; font-weight: bold; pointer-events: none; line-height: 100%; }
#sellbutxten { font-size: 20px; clear: both; color: #FFFFFF; margin: 10px 20px 10px 20px; font-weight: bold; pointer-events: none; line-height: 100%; }
.sellbut { background: url(bg_button.jpg) no-repeat;background-size: 500%;background-position: 0% 95%;margin: 0px 5px 10px 5px;padding: 15px 0px 15px 0px;cursor: pointer;float: none;display: inline-block;text-align: center; }
.sellbut:hover { background: url(bg_button.jpg) no-repeat;background-size: 250%; }
/************************************************************************************/

.chaticon { width: 24px; vertical-align: -5px; }
.iconnew { padding: 1px 6px; background-color: #ff7800; border: #ffc38d 1px solid; color: white; font-size: 10px; border-radius: 3px; display: inline-block; }

/**** form ****/
.formheadercolor1 { background-color:#646464;color: #fff; }
.formheadercolor2 { background-color:#7e7e7e;color: #fff; line-height:140% }

.formformat { float: left; }
.validate_error { display: none; }
.formalerttxt { color: #FF0000; padding-top: 10px; padding-left: 20px }
.formpulldown { width: 100%; padding: 5px 5px 5px 5px; margin: 5px 0px 5px 0px; box-sizing: border-box; border: 1px solid #C5C5C5; border-radius: 5px; font-size: 14px; font-family: MHeiHK, Helvetica Neue, Helvetica, Arial, Microsoft JhengHei, 微軟正黑體, sans-serif;}
.formradio { display:inline-block; }

.tariff_table {
	width: 980px;
	border-collapse: collapse; 
	border: 1px solid #D1D1D1
}

.tariff_table td {
	padding: 10px;
	border: 1px solid #D1D1D1
}

.anametop { position:relative; top:-85px; display: block; }

.tmpequheadline { font-size: 22px; color: #fff; font-weight: bold; }

.titleappicon { width: 44px; vertical-align: -10px; }

.mioffer { width: 25%; border: #5000A8 5px solid; border-radius: 25px; display: inline-block; line-height: 100%; padding: 10px; margin: 0px 5px; vertical-align: top; }
.mioffertitle { font-size: 30px; line-height: 100%; font-weight: bold; }
.miofferpdttitle { font-size: 20px; line-height: 24px; font-weight: bold; }
.mivalue { white-space: nowrap; font-size: 80%; font-weight: normal; }

.miaddoffer1 { width: 42%; display: inline-block; line-height: 100%; padding: 10px; margin: 0px 8px; vertical-align: top; text-align: left; border-right: #bcbcbc 2px solid; }
.miaddoffer2 { width: 42%; display: inline-block; line-height: 100%; padding: 10px; margin: 0px 8px; vertical-align: top; text-align: left; }
.miaddofferpicframe { display: inline-block; width: 35%; }
.miaddoffertxtframe { display: inline-block; width: 65%;vertical-align: top; text-align: left;margin-top: 20px; }
.miaddoffertitle { font-size: 26px; line-height: 100%; font-weight: bold; }
.miaddofferpdttitle { font-size: 20px; line-height: 100%; font-weight: bold; }

.miofferor { display: inline-block;font-weight: bold; font-size: 160%; padding-top: 120px }
.miofferor2 { display: inline-block;font-weight: bold; font-size: 160%; padding-top: 80px }


.miplanbutover { border-radius: 8px; vertical-align: top; width: 33%; background: url(../images/bg_button.jpg) no-repeat; background-size: 500%; background-position: 0% 95%; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; float: none; display: inline-block; text-align: center; }

.miplanbutbuy { border-radius: 8px; vertical-align: top; width: 33%; background: url(../images/bg_button.jpg) no-repeat; background-size: 250%; background-position: center top; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; cursor: pointer; float: none; display: inline-block; text-align: center; }
.miplanbutbuy:hover { background: url(../images/bg_button.jpg) no-repeat; background-size: 350%; background-position: center top; }

.miplanbut { border-radius: 8px; vertical-align: top; width: 33%; background-color:#C0C0C0; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; cursor: pointer; float: none; display: inline-block; text-align: center; }
.miplanbut:hover { background: url(../images/bg_button.jpg) no-repeat; background-size: 250%; }

.miplanbuttxt { font-size: 24px; clear: both; color: #FFFFFF; margin: 10px 25px 10px 25px; font-weight: bold; pointer-events: none; }



/************************************************************************************
order form
*************************************************************************************/
.formselect { width: 30%; vertical-align: top; display: inline-block; border: #ffffff 3px solid; cursor: pointer;  }
.formselect:hover { width: 30%; vertical-align: top; display: inline-block; border: #8c3d98 3px solid; cursor: pointer; }
.formselectover { width: 30%; vertical-align: top; display: inline-block; border: #8c3d98 3px solid;  }

/************************************************************************************

*************************************************************************************/

.headerbg { width: 100%; height: 1000px; background-image: url(landing-pc-tc.jpg); background-repeat: no-repeat; background-position: center top; background-size: cover; }
.offerbg { background-image: url(bg_button.jpg); background-size: 200%; color: #ffffff; border: #ffffff solid 2px; padding: 10px;border-radius: 20px; width: 80% }

.freetc1 {   }
.freetc2 {   }
.freetc3 { vertical-align: -19px }

.freeen1 { vertical-align: -30px }
.freeen2 { vertical-align: -44px }
.freeen3 { vertical-align: -19px }

.offertxt { color: #ffffff; font-size: 24px; line-height: 100%; }



/************************************************************************************

*************************************************************************************/

.tablewidth { width: 980px }

.displaypc { display: inline-block }
.displaymob { display: none }

.pdtframe { width: 230px; display: inline-block }
.pdtframe2 { width: 800px; display: inline-block }

#tmpplus { font-size: 26px; font-weight: bold; }
#tmpplus2 { width:20px; display: inline-block; font-size:30px; color:#000000; text-align:center; line-height:100%; padding: 0px 5px 0px 5px; vertical-align: -20px;  }

#tmppdtphoto { width:100%; display: inline-block; padding: 0px 0px 0px 0px }
#tmppdtdes { font-size:18px; line-height: 160%; display: inline-block; text-align:center; color: #000000; padding: 0px 0px 0px 0px; font-weight: bold; }

.tmpsup { vertical-align: super; font-size:10px; line-height: 0%; color: #000000; font-family: MHeiHK, Helvetica Neue, Helvetica, Arial, Microsoft JhengHei, 微軟正黑體, sans-serif; }
.pdtname { white-space: nowrap }

.termstxttc { font-size:12px }
.termstxten { font-size:10px }

#tmpheadline { font-size:40px; color:#7b1a80; line-height:120%; text-align: center; font-weight: bold }
#tmpheadlineen { font-size:32px; color:#7b1a80; text-align: center; line-height:100%; font-weight: bold }

#tmptableheadline { font-size:24px; color:#000000; text-align: center; width: 100%; clear:both; font-weight: bold; font-family: MHeiHK, Helvetica Neue, Helvetica, Arial, Microsoft JhengHei, 微軟正黑體, sans-serif; }
#tmptableheadlineen { font-size:24px; color:#000000; text-align: center; width: 100%; clear:both; font-weight: bold; font-family: MHeiHK, Helvetica Neue, Helvetica, Arial, Microsoft JhengHei, 微軟正黑體, sans-serif; }

#tmpoffertableheadline { font-size:20px; color:#7b1a80; text-align: center; width: 100%; clear:both; font-weight: bold; font-family: MHeiHK, Helvetica Neue, Helvetica, Arial, Microsoft JhengHei, 微軟正黑體, sans-serif; }

.gototop { width: 96%; text-align:right }


/*-- position --*/
#tmpmaincenter { width: 750px; height: 350px; text-align:center; padding: 50px 0px 0px 0px }
#tmpmainleft { width: 740px; height: 340px; text-align:left; padding: 210px 0px 0px 10px }
#tmpmainright { width: 400px; height: 350px; text-align:left; padding: 130px 0px 0px 350px }
/*-- position --*/
/*-- content position --*/
#tmpcontentleft { width:100%; clear:both; text-align:left; color: #000000; font-family: MHeiHK, Helvetica Neue, Helvetica, Arial, Microsoft JhengHei, 微軟正黑體, sans-serif; }
#tmpcontentcenter { width:100%; clear:both; text-align:center; color: #000000; font-family: MHeiHK, Helvetica Neue, Helvetica, Arial, Microsoft JhengHei, 微軟正黑體, sans-serif; }
#tmpcontentright { width:100%; clear:both; text-align:right; color: #000000; font-family: MHeiHK, Helvetica Neue, Helvetica, Arial, Microsoft JhengHei, 微軟正黑體, sans-serif; }
#tmpaligncenter { width:980px; margin: auto; }
/*-- content position --*/

.tmpheadlinesup { vertical-align: 22px; font-size:10px; color: #7b1a80; }
.tmpheadlinesupen { vertical-align: 19px; font-size:10px; color: #7b1a80; }


#tmpsubheadline { font-size:28px; color:#000000; line-height:120%; font-family: MHeiHK, Helvetica Neue, Helvetica, Arial, Microsoft JhengHei, 微軟正黑體, sans-serif; }
.tmpfontcolor01 { color:#6e35a2; font-size: 120% }
.tmpfontcolor02 { color:#6e35a2; font-size: 120% }
.tmpfontcolor03 { color:#6e35a2; font-size: 140% }
#tmpcontainer { margin:auto; width: 99% }

.tmpgroupheadline { font-size:18px; color: #000000; font-family: MHeiHK, Helvetica Neue, Helvetica, Arial, Microsoft JhengHei, 微軟正黑體, sans-serif; }
#tmpcircleCH { background-color:#6e35a2; height:35px; width:35px; float:left; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; text-align:center; font-size:20px; color:#ffffff; line-height:160%; font-family: MHeiHK, Helvetica Neue, Helvetica, Arial, Microsoft JhengHei, 微軟正黑體, sans-serif; }
#tmpcircleEN { background-color:#6e35a2; height:35px; width:35px; float:left; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; text-align:center; font-size:11px; color:#ffffff; line-height:270%; font-family: MHeiHK, Helvetica Neue, Helvetica, Arial, Microsoft JhengHei, 微軟正黑體, sans-serif; }
#tmpor { height:150px; width:20px; float:left; font-size:20px; color:#000000; text-align:center; line-height:670%; padding: 0px 5px 0px 5px; font-family: MHeiHK, Helvetica Neue, Helvetica, Arial, Microsoft JhengHei, 微軟正黑體, sans-serif; }
#tmppdtcenter { font-size:16px;  width:150px; float:left; text-align:center; color: #000000; padding: 5px 5px 5px 5px; font-family: MHeiHK, Helvetica Neue, Helvetica, Arial, Microsoft JhengHei, 微軟正黑體, sans-serif; }
.tmppdtcenter2 { font-size:16px; width:320px; float:left; text-align:center; color: #000000; padding: 5px 5px 5px 5px; font-family: MHeiHK, Helvetica Neue, Helvetica, Arial, Microsoft JhengHei, 微軟正黑體, sans-serif; }
.tmppdtphoto { width:100%; }
.tmppdtprice { font-size:11px; color: #000000; font-family: MHeiHK, Helvetica Neue, Helvetica, Arial, Microsoft JhengHei, 微軟正黑體, sans-serif; }
.tmpul { width:90%; font-family: MHeiHK, Helvetica Neue, Helvetica, Arial, Microsoft JhengHei, 微軟正黑體, sans-serif;}
.tmpli { font-size:18px; color: #D1007B; line-height:150%; font-family: MHeiHK, Helvetica Neue, Helvetica, Arial, Microsoft JhengHei, 微軟正黑體, sans-serif;}
#tmpterms { font-size:13px; color: #000000; width:96%; font-family: MHeiHK, Helvetica Neue, Helvetica, Arial, Microsoft JhengHei, 微軟正黑體, sans-serif; }
/*-- tariff table --*/
.tmptable { border-collapse: collapse; border: 1px solid #D1D1D1; padding: 5px; text-align: center; height: 20px; font-size:14px; }
.tmptableform { border-collapse: collapse; border: 1px solid #D1D1D1; padding: 5px; text-align: center; height: 20px; font-size:16px; }
.tmptdboth { padding: 5px; font-family: MHeiHK, Helvetica Neue, Helvetica, Arial, Microsoft JhengHei, 微軟正黑體, sans-serif; }
.tmptrheader { background-color: #8c3d98; font-weight:bold; height: 40px; color:#FFFFFF; }
.tmptrcolor { background-color: #FFEDF8;}
.tmplinkcolor { font-size:14px;  color: #000000 }
.tmptextlarge { font-size: 120%; font-weight:bold }
.tmptable2 { text-align: center; font-size:20px; font-family: MHeiHK, Helvetica Neue, Helvetica, Arial, Microsoft JhengHei, 微軟正黑體, sans-serif; }

/*-- function table --*/
.tmptdfunction { padding: 10px; font-family: MHeiHK, Helvetica Neue, Helvetica, Arial, Microsoft JhengHei, 微軟正黑體, sans-serif; }
/*-- button --*/
.tmpmenutxt { font-size: 22px; margin: 10px 15px 10px 15px; font-family: MHeiHK, Helvetica Neue, Helvetica, Arial, Microsoft JhengHei, 微軟正黑體, sans-serif; }
.tmpmenuform { text-align:center; width:200px; background: #8a4099; color: #ffffff; border:solid 1px #8a4099; font-weight:bold; transition: background 0.5s; -webkit-transition: background 0.5s; -moz-transition: background 0.5s; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; margin: 0px; padding: 0px; cursor:pointer; }
.tmpmenuform:hover { border:solid 1px #8a4099; background: #ffffff; color:#6e35a2; }


/************************************************************************************
VIDEO
*************************************************************************************/

.starvideocontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.starvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/************************************************************************************
BUTTON
*************************************************************************************/

#topmenuposition {
  width: 33%;
  float: right;
}


#menuposition {
  width: 99%;
}


#menutxt {
  font-size: 20px;
  clear: both;
  color: #FFFFFF;
  margin: 13px 30px 0px 30px;
  font-weight: bold;
  pointer-events: none;
}

#menutxten {
  font-size: 18px;
  clear: both;
  color: #FFFFFF;
  margin: 15px 30px 0px 30px;
  font-weight: bold;
  pointer-events: none;
}

#menu1 {
  background: #662d91;
  width: 180px;
  height: 40px;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  margin: 0px 5px 0px 5px;
  padding: 0px 0px 0px 0px;
  cursor: pointer;
  float: none;
  display: inline-block
}

#menu1:hover {
  background: #901fe5;
}

#menu2 {
  background: #c30005;
  width: 180px;
  height: 40px;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  margin: 0px 5px 0px 5px;
  padding: 0px 0px 0px 0px;
  cursor: pointer;
  float: none;
  display: inline-block
}

#menu2:hover {
  background: #dd1016;
}

#menu3 {
  background: #0072bc;
  width: 180px;
  height: 40px;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  margin: 0px 5px 0px 5px;
  padding: 0px 0px 0px 0px;
  cursor: pointer;
  float: none;
  display: inline-block
}

#menu3:hover {
  background: #1796e8;
}

.menu1up {
  background: #9f5bd4;
  background-image: -webkit-linear-gradient(top, #9f5bd4, #672e92);
  background-image: -moz-linear-gradient(top, #9f5bd4, #672e92);
  background-image: -ms-linear-gradient(top, #9f5bd4, #672e92);
  background-image: -o-linear-gradient(top, #9f5bd4, #672e92);
  background-image: linear-gradient(to bottom, #9f5bd4, #672e92);
  width: 200px;
  height: 60px;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  margin: 0px 5px 0px 5px;
  padding: 0px 0px 0px 0px;
  cursor: pointer;
  float: none;
  display: inline-block;
  border-radius: 10px;
}

.menu1up:hover {
  background: #8445b4;
}

.menu2up {
  background: #fe4a50;
  background-image: -webkit-linear-gradient(top, #fe4a50, #c40107);
  background-image: -moz-linear-gradient(top, #fe4a50, #c40107);
  background-image: -ms-linear-gradient(top, #fe4a50, #c40107);
  background-image: -o-linear-gradient(top, #fe4a50, #c40107);
  background-image: linear-gradient(to bottom, #fe4a50, #c40107);
  width: 200px;
  height: 60px;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  margin: 0px 5px 0px 5px;
  padding: 0px 0px 0px 0px;
  cursor: pointer;
  float: none;
  display: inline-block
}

.menu2up:hover {
  background: #e02529;
}

.menu3up {
  background: #48b6ff;
  background-image: -webkit-linear-gradient(top, #48b6ff, #0172bd);
  background-image: -moz-linear-gradient(top, #48b6ff, #0172bd);
  background-image: -ms-linear-gradient(top, #48b6ff, #0172bd);
  background-image: -o-linear-gradient(top, #48b6ff, #0172bd);
  background-image: linear-gradient(to bottom, #48b6ff, #0172bd);
  width: 200px;
  height: 60px;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  margin: 0px 5px 0px 5px;
  padding: 0px 0px 0px 0px;
  cursor: pointer;
  float: none;
  display: inline-block;
  border-radius: 10px;
}

.menu3up:hover {
  background: #2392dd;
}

.menu4up {
  background: #425ab0;
  background-image: -webkit-linear-gradient(top, #5b76d4, #2f4493);
  background-image: -moz-linear-gradient(top, #5b76d4, #2f4493);
  background-image: -ms-linear-gradient(top, #5b76d4, #2f4493);
  background-image: -o-linear-gradient(top, #5b76d4, #2f4493);
  background-image: linear-gradient(to bottom, #5b76d4, #2f4493);
  width: 250px;
  height: 60px;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  margin: 0px 5px 0px 5px;
  padding: 0px 0px 0px 0px;
  cursor: pointer;
  float: none;
  display: inline-block;
  border-radius: 10px;
}

.menu4up:hover {
  background: #425ab0;
}


.otherplanbutton {
  background: url(bg_button.jpg) no-repeat;
  background-size: 500%;
  background-position: 0% 95%;
  margin: 0px 20px 0px 20px;
  padding: 0px 0px 0px 0px;
  cursor: pointer;
  float: none;
  display: inline-block;
  text-align: center;
}

.otherplanbutton:hover {
  background: url(bg_button.jpg) no-repeat;
  background-size: 250%;
}




.topmenubuten {
  background: #724dac;
  background-image: -webkit-linear-gradient(top, #8d64ca, #57358b);
  background-image: -moz-linear-gradient(top, #8d64ca, #57358b);
  background-image: -ms-linear-gradient(top, #8d64ca, #57358b);
  background-image: -o-linear-gradient(top, #8d64ca, #57358b);
  background-image: linear-gradient(to bottom, #8d64ca, #57358b);
  width: 300px;
  height: 60px;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  margin: 0px 5px 0px 5px;
  padding: 0px 0px 0px 0px;
  cursor: pointer;
  float: none;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
}

.topmenubuten:hover {
  background: #824ed1;
}


.topmenugohome {
  background: url(bg_button.jpg) no-repeat;
  background-size: 500%;
  background-position: 0% 95%;
  width: 200px;
  height: 70px;
  margin: 0px 5px 0px 5px;
  padding: 0px 0px 0px 0px;
  cursor: pointer;
  float: none;
  display: inline-block;
  text-align: center;
}

.topmenugohome:hover {
  background: url(bg_button.jpg) no-repeat;
  background-size: 250%;
  background-position: 0% 95%;
}

.topmenugohomeen {
  background: #AFAFAF;
  background-image: -webkit-linear-gradient(top, #AFAFAF, #929292);
  background-image: -moz-linear-gradient(top, #AFAFAF, #929292);
  background-image: -ms-linear-gradient(top, #AFAFAF, #929292);
  background-image: -o-linear-gradient(top, #AFAFAF, #929292);
  background-image: linear-gradient(to bottom, #AFAFAF, #929292);
  width: 220px;
  height: 70px;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  margin: 0px 5px 0px 5px;
  padding: 0px 0px 0px 0px;
  cursor: pointer;
  float: none;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
}

.topmenugohomeen:hover {
  background: #AFAFAF;
}


.formsubmit {
  background: url(bg_button.jpg) no-repeat;
  background-size: 500%;
  background-position: 0% 95%;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    border:none;
    width: 140px;
    height: 42px;
    margin: 10px;
}

.formsubmit:hover {
  background: url(bg_button.jpg) no-repeat;
  background-size: 250%;
}

.formsubmit2 {
  background: url(bg_button.jpg) no-repeat;
  background-size: 500%;
  background-position: 0% 95%;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    border:none;
    width: 140px;
    height: 42px;
}

.formsubmit2:hover {
  background: url(bg_button.jpg) no-repeat;
  background-size: 250%;
}

.formreset {
    background-color: #AFAFAF;
	background-image: -webkit-linear-gradient(top, #AFAFAF, #929292);
    background-image: -moz-linear-gradient(top, #AFAFAF, #929292);
    background-image: -ms-linear-gradient(top, #AFAFAF, #929292);
    background-image: -o-linear-gradient(top, #AFAFAF, #929292);
    background-image: linear-gradient(to bottom, #AFAFAF, #929292);
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    border:none;
    width: 140px;
    height: 42px;
    margin: 10px;
}

.formreset:hover {
    background: #AFAFAF;
}



/************************************************************************************
FORM
*************************************************************************************/

.input {
  width: 100%
}

#formtitle {
  clear: both;
  width: 100%;
  line-height: 150%;
  padding-top: 20px
}

#forminput {
  clear: both;
  width: 100%;
}



/************************************************************************************
TOP
*************************************************************************************/

#topbutton {
  float: right;
  padding: 0px 0px 0px 0px;
}

#logoheader3d {
  background: #ffffff;
  clear: both;
}

#hklogo3d {
  float: left;
  padding: 20px 30px 15px 20px;
}

.logo3d {
  width: auto;
  height: 50px;
  margin: 11px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#topmainbutton {
  background: #FFFFFF;
  width: 100%;
  max-width: 1600px;
  clear: both;
  position: fixed;
  z-index: 999;
  height: 73px;
  border-bottom: #CCCCCC solid 1px;
}

#topheight {
  clear: both;
  height: 74px
}

#logoheader {
  background: #ffffff;
  clear: both;
  padding: 15px 30px 10px 30px;
}

#topheader {
  background: rgba(255,255,255,0);
  clear: both;
  padding: 0px 0px 0px 15px;
}

#hklogo {
  float: right;
  padding: 0px 0px 10px 0px;
}

#bblogo {
  float: left;
  padding: 0px 0px 10px 0px;
}

.logo {
  width: 68px;
  height: 95px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.logo3bb {
  width: 79px;
  height: 95px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.appicon {
  width: 104px;
  height: 104px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#apptable {
  width: 450px;
  border: #92278f solid 4px;
  border-radius: 20px;
  clear: both;
  color: #000000;
  padding: 10px 0px 10px 0px
}

.appicontd {
  padding-right: 20px;
  line-height: 0%
}

.appdlicontd {
  padding-top: 15px;
  width: 70%
}

#remindertable {
  width: 90%;
  border: #92278f solid 4px;
  border-radius: 15px;
  clear: both;
  color: #000000;
  padding: 10px 10px 10px 10px;
  text-align: left
}

.remindertd {
  text-align: left
}

.qr {
  display: inline
}

.noqr {
  display: none
}

#appstep {
  width: 48%;
  float: left;
  padding: 20px 10px 0px 10px;
}

.steptitle {
  font-size: 24px;
  font-weight: bold
}


/************************************************************************************
List
*************************************************************************************/

.questiontext {
  font-family: MHeiHK, Helvetica Neue, Helvetica, Arial, Microsoft JhengHei, 微軟正黑體, sans-serif;
  font-size: 25px;
  line-height: 100%;
  color: #000000;
}


/****** faqbut2 *******/

#faqbut02 {
  background: #ffffff;
  cursor: pointer;
  margin: 0px 0px 0px 0px;
}

#faqbut02a {
  background: #d5e6fb;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  float: left;
  color: #19467d;
}

#faqbut02a:hover {
  color: #ffffff;
  background: #4687d6
}

.faqquestion {
  width: 100%;
  text-align: left
}

#butfaq1 {
  font-family: MHeiHK, Helvetica Neue, Helvetica, Arial, Microsoft JhengHei, 微軟正黑體, sans-serif;
  font-size: 25px;
  margin: 8px 10px 8px 10px;
  text-align: center;
  font-weight: bold;
}

.merchant_wrapper {
  display: inline-block;
  width: 32%;
  text-align: left;
  vertical-align: top;
  font-size: 16px;
}

.top {
  width: 23px;
  height: 20px;
  margin: 10px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
}


/************************************************************************************
TOP MAIN
*************************************************************************************/

#topmain {
  clear: both;
  height: 460px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

#topcontainer {
  height: 449px;
  padding: 0px 30px 0px 30px;
}

#topmaincontent {
  float: left;
  width: 55%;
  padding: 0px 20px 0px 0px;
}

#topmainphoto {
  float: right;
  width: 40%;
}

.toptableheight {
  height: 449px
}

.topmainphotowidth {
  width: 100%
}


/************************************************************************************
Content
*************************************************************************************/

#type01 {
  float: left;
  width: 20%;
  text-align: center;
  padding-bottom: 15px
}

.type01icon {
  width: 100px
}

#type02 {
  float: left;
  width: 20%;
  text-align: center;
  padding-bottom: 15px
}

.type02icon {
  width: 100px
}

.mainvisual {
  width: 100%;
  line-height: 0%;
  padding-bottom: 0px;
}

.upgradephoto {
  width: 100%;
  padding-top: 50px
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#tvc_pc {
  margin: 0px 0px 0px 0px;
  text-align: center;
}

#tvc_mob {
  display: none
}

#contentsaving {
  float: left;
  width: 50%;
  padding: 0px 0px 0px 0px;
}

.contentsavingtd {
  padding: 0px 25px 0px 25px;
}

#contentgame {
  float: left;
  width: 50%;
  padding: 0px 0px 0px 0px;
}

.contentgametd {
  padding: 0px 0px 0px 25px;
  text-align: left
}

.contenttoptd {
  padding: 50px 0px 0px 25px;
  text-align: center;
}

#contentsavingspace {
  clear: both;
  height: 50px
}

#contentcontainer {
  padding: 0px 30px 0px 30px;
}

#line {
  padding: 0px 0px 0px 0px;
}

#contentcenter {
  width: 100%;
  text-align: center
}

#contentallleft {
  float: left;
  width: 100%;
  padding: 0px 0px 0px 0px;
}

#contentleft {
  float: left;
  width: 100%;
  padding: 0px 0px 0px 0px;
}

#contentright {
  float: right;
  width: 60%;
  padding: 0px 0px 0px 0px;
  text-align: left
}

#photoleft {
  float: left;
  width: 40%;
}

#photorightnormal {
  float: right;
  width: 40%;
}

#photoright {
  float: right;
  width: 40%;
}

#photoright2 {
  float: right;
  width: 40%;
  display: none;
}

#appiconleft {
  float: left;
  width: 15%;
  padding: 12px 20px 0px 0px;
}

#appcontentright {
  float: left;
  width: 80%;
  text-align: left;
}

#floatleft25 {
  float: left;
  text-align: left;
  width: 25%;
}

#floatleft50 {
  float: left;
  text-align: left;
  width: 50%;
}

#photo33 {
  width: 33%;
  float: left;
  text-align: center
}

#photo34 {
  width: 34%;
  float: left;
  text-align: center
}

#photocenter {
  width: 100%;
  text-align: center
}

.mainphoto_pc {
  width: 100%;
}

.mainphoto_mob {
  display: none;
  width: 100%;
}

#tnc {
  width: 100%;
  clear: both;
  font-size: 15px;
  line-height: 150%;
}

.form1 {
  height: 800px;
}


/************************************************************************************
NEW
*************************************************************************************/

#language {
  width: 100%;
  height: 30px;
  clear: both;
  background: #f1f1f1;
  padding: 5px 0px 0px 0px;
}

#mobilesubmenu {
  display: none;
}

#home {
  float: right;
  padding: 3px 10px 0px 0px;
  line-height: 100%;
}

#langtext {
  float: right;
  padding: 3px 10px 0px 10px;
  font-size: 12px;
  font-weight: bold;
}

#langtext a {
  color: #000000;
}

.homeicon {
  width: 15px;
  height: 12px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#topcolorgroup {
  width: 100%;
  clear: both;
}

#topcolorblue {
  width: 33%;
  height: 10px;
  background: #27a8ec;
  float: left;
}

#topcolormagenta {
  width: 34%;
  height: 10px;
  background: #ff0072;
  float: left;
}

#topcolorgreen {
  width: 33%;
  height: 10px;
  background: #8ad12e;
  float: left;
}


/************************************************************************************
SPACE
*************************************************************************************/

#height5px {
  clear: both;
  height: 5px
}

#height10px {
  clear: both;
  height: 10px
}

#height15px {
  clear: both;
  height: 15px
}

#height20px {
  clear: both;
  height: 20px
}

#height50px {
  clear: both;
  height: 50px
}

#height80px {
  clear: both;
  height: 80px
}

#height02 {
  clear: both;
  height: 55px
}

#height03 {
  clear: both;
  height: 35px
}

#height04 {
  clear: both;
  height: 55px
}

#height05 {
  clear: both;
  height: 15px
}

#height06 {
  clear: both;
  height: 5px
}

#height07 {
  clear: both;
  height: 0px
}

#simplus {
  float: left
}

.simcenter1 {
  margin: auto;
  width: 500px;
}

.simcenter2 {
  margin: auto;
  width: 50px;
}

#width01 {
  float: left;
  width: 10px;
  line-height: 100%
}

#width03 {
  float: left;
  width: 30px;
  line-height: 100%
}

.width02 {
  width: 30%
}


/************************************************************************************
FOOTER
*************************************************************************************/

#pagefooter {
  width: 100%;
  max-width: 1600px;
  height: 30px;
  clear: both;
  background: #eaeaea;
  padding: 10px 0px 0px 0px;
}

#pagefooteren {
  width: 100%;
  max-width: 1600px;
  height: 30px;
  clear: both;
  background: #eaeaea;
  padding: 10px 0px 0px 0px;
}

#footer {
  clear: both;
}

#footer a {
  color: #959595;
}

#copyright {
  font-size: 12px;
  color: #959595;
  padding: 2px 0px 0px 10px;
  float: left;
}

#chlogo {
  float: right;
  padding: 0px 10px 0px 0px;
}

#chlogoen {
  float: right;
  padding: 0px 10px 0px 0px;
}


/************************************************************************************
STRUCTURE
*************************************************************************************/

#pagewrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
  background-color: #000;
}

#pagetop {
  width: 95%;
  margin: 0 auto;
}


/************************************************************************************
CLEARFIX
*************************************************************************************/

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
  zoom: 1;
}


/********************************************/
.achframe-scoll{
		position: fixed;
    top: 73px;
    left: 8%;
    background-color: white;
    width: 88%;
    max-width: 1600px;
    z-index: 999999;
    padding-bottom: 15px;
    border-top: 1px solid #ddd;
    margin: auto;
    left: 0;
    right: 0;
}


.achframe-hidden,.achframe-hidden-en{
	width: 100%;
	height: 56px;
	display: none;
}


