body, div, p, input{
	background:white;
	font-family:Courier New, sans-serif;
	margin:0;
	padding:0;
	font-size:13px;
	color:#193d84;
	background:none;
}
p.pBold {
	font-weight:bold;
}
div.topHeader {
	margin:0;
	padding:0;
	background:#193d84;
	height:60px;
	width:100%;
	position:fixed;
}
p.header {
	width:80%;
	margin:auto;
	color:white;
	line-height:60px;
}
p.header span{
	padding: 0 10px;
	cursor:pointer;
}
p.subButton {
	background:#193d84;
	color:white;
	text-align:center;
	cursor:pointer;
	margin:auto;
	padding:10px;
	font-size:16px;
}
span.sButton {
	background:#193d84;
	color:white;
	padding:10px;
	font-size:16px;
	border-radius:20px;
}
a.sButton {
	background:#193d84;
	color:white;
	cursor:pointer;
	padding:10px 15px;
	font-size:16px;
	border-radius:5px;
	text-decoration:none;
}
span.mainCate {
	font-size:20px;
	font-weight:bold;
}
span.subCate {
	font-size:20px;
}
span.mAccount {
	float:right;
	font-size:16px;
}
div.hundredpercent{
	width:100%;
	margin:auto;
	border-bottom:1px solid #808080;
	text-align:center;
	position:fixed;
	top:60px;
	background:white;
}
div.eightypercent{
	width:80%;
	margin:auto;
	text-align:left;
	padding-top:200px;
}
p.inlineBlock {
	display:inline-block;
	vertical-align:middle;
}
div.blockLi {
	position:fixed;
	text-align:left; 
	border:1px solid #193d84;
	background:white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	display:none;
	padding:10px 0;
}
div.blockLi ul {
	list-style-type:none;
	background:white;
	padding:0;
	margin:0;
}
div.blockLi li.subscribeListing{
	font-size:20px;
	padding:10px 36px;
}
div.blockLi li.subscribeListing:hover{
	background:#193d84;
	color:white;
}
p.inlineBlockTop {
	display:inline-table;
	vertical-align:top;
	font-size:16px;
	padding:2em 0;
	line-height:25px;
}
p.inlineBlockTopLeft {
	width:40%;
	font-size:16px;
	padding:2em 0;
	line-height:25px;
}
p.inlineBlockTopRight {
	width:60%;
}
p.inlineBlockRight {
	text-align:right;
}
p.lineHeightOne{
	font-size:16px;
	line-height:22px;
}
span.mycpu{
	font-size:20px;
	padding:10px;
	font-weight:bold;
	cursor:pointer;
}
span.eachacpu{
	font-size:1.5em;
	font-weight:bold;
	cursor:pointer;
}
img.palmcpuLogo {
	width:10em;
	padding:1em 0;
}
img.essentialPic {
	width:80%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
span.cpus {
	font-size:20px;
	padding:20px;
	cursor:pointer;
}
span.currentcpu {
	font-weight:bold;
}
span.subscribeLink {
	color:white;
	background:#193d84;
	padding:10px;
	cursor:pointer;
}



html {
  scroll-behavior: smooth;
}
div#getAPC {
	position:absolute;
	width:80%;
	left:10%;
	top:100px;
	background:white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	display:none;
}
div#downloadAPPs{
	position:absolute;
	width:80%;
	left:10%;
	top:100px;
	background:white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	display:none;
}
p.eachSet {
	font-size:20px;
	width:80%;
	margin:auto;
	margin-bottom:20px;
}
p.proSet {
	font-size:30px;
	line-height:50px;
	margin-top:20px;
}
p.proSet span {
	 float:right;
	 padding:10px;
	 cursor:pointer;
}
p.setTitle {
	background:rgb(225,225,225);
	padding:10px;
}
div.userPro {
	width:80%;
	margin:auto;
}
div.userPro p{
	font-size:16px;
	line-height:40px;
}
div.userPro p input{
	width:96%;
	font-size:16px;
	padding:2%;
	color:#193d84;
	border:1px solid #193d84;
}
div.userPro p input.passwd{
	border:none;
}
div.userPro p input.planType{
	border:none;
}
p.chgPlan {
	cursor:pointer;
	text-align:center;
}
p.chgPlan:hover {
	background:#193d84;
	color:white;
}
p.chgPass {
	cursor:pointer;
	text-align:center;
}
p.chgPass:hover {
	background:#193d84;
	color:white;
}
select.creditCard {
	width:100%;
	font-size:16px;
	padding:2%;
	color:#193d84;
	border:1px solid #193d84;
}
select.othecpuMobile {
	width:150px;
	font-size:16px;
	padding:5px 10px;
	color:#193d84;
	border:1px solid #193d84;
	font-family:Courier New, sans-serif;
}
p.userProDet {
	display:inline-block;
	width:30%;
	margin-left:2.5%;
}
p.userProCon {
	display:inline-block;
	width:30%;
	margin-left:2.5%;
}
p.userTitl {
	display:inline-block;
	width:30%;
	margin-left:2.5%;
	vertical-align:top;
}
p.verPasswd {
	display:none;
}
p.noShow {
	visibility:hidden;
	color:red;
}
p.newEnter {
	font-weight:bold;
}
span.hideCereditForm {
	font-weight:normal;
	cursor:pointer;
	background:#193d84;
	color:white;
	padding:5px;
}
p.passSub {
	cursor:pointer;
	text-align:center;
}
p.passSub:hover {
	background:#193d84;
	color:white;
}
div.rdp-status {
	width:100%;
}
p.accountInfo {
	display:inline-block;
	width:33%;
	margin:auto;
	text-align:center;
}
p.greeting {
	font-size:40px;
	width:80%;
	margin:auto;
	padding:25px 0;
}

div.curBalance {
	width:100%;
	width:80%;
	margin:auto;
	border:1px solid #193d84;
	padding:20px 0;
}
div.planSpec {
	width:100%;
	width:80%;
	margin:auto;
	padding:20px 0;
	border-bottom:1px solid #193d84;
}
p.eachSpec {
	font-size:16px;
	line-height:60px;
}
p.eachSpec img{
	vertical-align:middle;
}
span.tBalance {
	font-size:16px;
	text-align:left;
}
span.accountAction {
	cursor:pointer;
	padding:5px 10px;
	color:#193d84;
}
span.accountAction:hover {
	background:#193d84;
	color:white;
}
span.bSum {
	font-size:35px;
	font-weight:bold;
	padding:0;
	margin:0;
}
span.uAlign {
	font-size:20px;
	font-weight:normal;
	vertical-align:top;
}
p.thisDevice {
	width:80%;
	margin:auto;
	margin-top:50px;
	line-height:100px;
}
span.status-bar {
	color:white;
	padding:30px;
	font-size:25px;
	cursor:pointer;
	font-weight:bold;
}
span.onlineSwitch {
	color:white;
	padding:10px;
	cursor:pointer;
	font-weight:bold;
}
span.offline {
	background: #808080;
}
span.online {
	background: green;
}
p.statusTitle {
	width:80%;
	margin:auto;
	font-size:16px;
}
div.each-footer p {
	line-height: 25px;
}
p.planTitle {
	width:80%;
	margin:auto;
	font-size:20px;
}
span.specTitle {
	padding:10px;
	background:#193d84;
	color:white;
}
span.getAPlan {
	cursor:pointer;
}
p.packageTitle {
	font-weight:bold;
	font-size: 20px;
	line-height:50px;
}
p.eachPack {
	display: inline-block;
	width:25%;
	margin:auto;
	text-align:center;
}
span.eachPro img {
	padding:10px;
	width:100px;
}


div.main-logo-center {
	margin:auto;
	width:90%;
}
img.img-logo-cener {
	display: block;
	margin: auto;
	margin-right: auto;
}
div.main-button-area {
	display:inline-block;
}
input.main-button-center {
	padding: 5px 15px;
	font-size: 16px;
	cursor:pointer;
	border-radius: 5px;
}
input.main-button-center:hover {
	background:#4081c3;
	color:white;
}
div.main-description {
	width:90%;
	margin:auto;
}
div.main-description h3{
	text-align:center;
	font-size:1.5em;
}
div.main-description p.main-brief{
	font-size:1.3em;
	line-height:1.5em;
}
div.main-description p.main-brief a{
	background:#193d84;
	color:white;
	text-decoration:none;
	padding:5px 10px;
}
div.main-description p.main-brief span#main-brief-hide{
	display:none;
}
div.each-description{
	display:inline-block;
	width:28%;
	margin:2%;
	color:white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
div.each-description img{
	padding:0;
	margin:0;
}
p.each-plan {
	background:#174499;
	color:white;
	line-height:40px;
	font-size:20px;
	font-weight:bold;
}
p.each-play-brief {
	font-size:15px;
	text-align:left;
	margin:10px 30px;
	font-weight:bold;
	line-height:20px;
}
a.each-plan-link {
	background:#174499;
	color:white;
	text-decoration:none;
	padding:10px;
	font-size:15px;
	margin:20px 0;
}
div.sub-navi {
	background:#407ab6;
	position:fixed;
	width:100%;
	display:none;
}
div.sub-navi ul li{
	display:inline-block;
	color:white;
	vertical-align:top;
	padding:5px 10px;
	cursor:pointer;
}
div.sub-navi ul li p{
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	padding:5px 40px;
}
div.sub-navi ul li ul li{
	display:block;
	color:white;
	font-size:16px;
	padding:5px;
}
div.sub-navi ul li ul li:hover{
	background:#174499;
}
div.footer {
	width:100%;
	margin:auto;
	background: rgb(225,225,225);
	color:#193d84;
}
div.each-footer{
	vertical-align:top;
	display:inline-block;
	background:rgb(225,225,225);
	padding:20px 50px;
}
div.each-footer p{
	font-size:16px;
}
div.each-footer p a{
	text-decoration:none;
}
div.each-footer p a:hover{
	text-decoration:underline;
}
div.gateway {
	position:fixed;
	top:80px;
	right:-360px;
	width:360px;
	background:white;
	text-align:center;
	overflow:hidden;
	border-left:1px solid #4081c3;
	border-bottom:1px solid #4081c3;
}
div.gateway p.regP{
	font-size:15px;
	width:100%;
	margin:0;
	padding:0;
	line-height:50px;
	background:white;
}
div.gateway p.regP input{
	font-size:14px;
	padding:5px;
	width:300px;
	background:white;
	color:#174499;
}
div#regSuccess{
	width:480px;
	height:300px;
	position:fixed;
    top: 80px;
    left: 50%;
    margin-left: -240px; /*set to a negative number 1/2 of your width*/
    border: 1px solid #ccc;
    background-color: rgb(245,245,245);
	display:none;
}
div#regSuccess p.detls {
	font-size:14px;
	line-height:25px;
	text-align:left;
	margin:5%;
}
div#regSuccess p#firstDel {
	line-height:50px;
	text-align:center;
	background:#4081c3;
	color:rgb(245,245,245);
	margin:0;
}
div#regSuccess p#closeDel {
	line-height:20px;
	text-align:right;
	text-decoration:underline;
	cursor:pointer;
}
div#passReset{
	width:480px;
	height:300px;
	position:fixed;
    top: 120px;
    left: 50%;
    margin-left: -240px; /*set to a negative number 1/2 of your width*/
    border: 1px solid #ccc;
	display:none;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
div#passReset p.detls {
	font-size:14px;
	line-height:25px;
	text-align:center;
	margin:5%;
}
div#passReset p#closeIT {
	font-size:16px;
	line-height:0px;
	text-align:right;
	cursor:pointer;
	padding:5px;
}
div#passReset p#firstDel {
	line-height:60px;
	text-align:center;
	background:#4081c3;
	color:rgb(245,245,245);
	font-size:20px;
}
div#passReset p.detls input {
	padding:5px;
	width:90%;
	font-size:16px;
	border:1px solid #272822;
	color:#272822;
}
div#passReset p#passwdRenew {
	line-height:30px;
	cursor:pointer;
	font-size:20px;
	color:white;
	background:#4081c3;
	width:50%;
	margin:auto;
}
span.mobileBR {
	display:none;
}
p.regu {
	display:none;
}

div.mobileShow {
	display:none;
}
div.mobileHide {
	display:block;
}

@media only screen and (max-width: 1280px) {
	
}

@media only screen and (max-width: 1000px) {
	p.header {
		width:100%;
	}
	div.eightypercent{
		width:100%;
		padding-top:120px;
	}
	span.mycpu {
		font-size:16px;
		font-weight:normal;
	}
	p.inlineBlockTop {
		display:block;
		width:100%;
	}
	img.essentialPic {
		width:100%;
	}
	span.mobileBR {
		display:block;
	}
	span.cpus {
		font-size:18px;
		padding:10px;
	}
	p.inlineBlockTopRight {
		width:100%;
	}
	p.regu {
		display:block;
	}
	p.nonRegu {
		display:none;
	}
	p.lineHeightOne{
		width:90%;
		margin:auto;
	}
	span.eachacpu{
		font-size:1.25em;
	}
	img.mobileFloat {
		float:left;
		vertical-align:bottom;
	}
	div.mobileHide {
		display:none;
	}
	div.mobileShow {
		display:block;
	}
}

@media only screen and (max-width: 720px) {
	p.header {
		width:100%;
	}
	div.eightypercent{
		width:100%;
		padding-top:120px;
	}
	span.mobile {
		display:none;
	}
	span.mycpu {
		font-size:16px;
		font-weight:normal;
	}
	p.inlineBlockTop {
		display:block;
		width:100%;
	}
	img.essentialPic {
		width:100%;
	}
	span.mobileBR {
		display:block;
	}
	span.cpus {
		font-size:18px;
		padding:10px;
	}
	p.inlineBlockTopRight {
		width:100%;
	}
	p.regu {
		display:block;
	}
	p.nonRegu {
		display:none;
	}
	p.lineHeightOne{
		width:90%;
		margin:auto;
	}
	span.eachacpu{
		font-size:1.25em;
	}
	img.mobileFloat {
		float:left;
		vertical-align:bottom;
	}
	div.mobileHide {
		display:none;
	}
	div.mobileShow {
		display:block;
	}
}

@media only screen and (max-width: 575px) {
	p.header {
		width:100%;
	}
	div.eightypercent{
		width:100%;
		padding-top:120px;
	}
	span.mobile {
		display:none;
	}
	span.mycpu {
		font-size:16px;
		font-weight:normal;
	}
	p.inlineBlockTop {
		display:block;
		width:100%;
	}
	img.essentialPic {
		width:100%;
	}
	span.mobileBR {
		display:block;
	}
	span.cpus {
		font-size:18px;
		padding:10px;
	}
	p.inlineBlockTopRight {
		width:100%;
	}
	p.regu {
		display:block;
	}
	p.nonRegu {
		display:none;
	}
	p.lineHeightOne{
		width:90%;
		margin:auto;
	}
	span.eachacpu{
		font-size:1.25em;
	}
	img.mobileFloat {
		float:left;
		vertical-align:bottom;
	}
	div.mobileHide {
		display:none;
	}
	div.mobileShow {
		display:block;
	}
}