@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Knewave&family=Oxygen:wght@300;400;700&display=swap');
@font-face {
	font-family: 'fontello';
      src: url('../font/fontello.eot?43525952');
      src: url('../font/fontello.eot?43525952#iefix') format('embedded-opentype'),
           url('../font/fontello.woff?43525952') format('woff'),
           url('../font/fontello.ttf?43525952') format('truetype'),
           url('../font/fontello.svg?43525952#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
}
.font-icon {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: never;
 	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
 	line-height: 1em;
  margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@keyframes shake {
	10%, 90% {
	  transform: translate3d(-1px, 0, 0);
	}
	
	30%, 70% {
	  transform: translate3d(1px, 0, 0);
	}
  
	50% {
	  transform: translate3d(3px, 0, 0);
	}
}

.pmfont{
	font-family: 'Knewave', cursive;
}

/*select customize*/
.sel-custom{
	height:42px;
	border:1px solid #000;
	padding:0 15px;
	box-sizing: border-box;
	line-height:40px;
	min-width:140px;
	color:#333;
	font-size:15px;
}
.customSelectInner {
	background: url(../images/common/custom-sel-arrow.png) no-repeat center right;
	padding-right: 20px;
}

.arrow-right{
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
}

.btn{
	color:#333;
	display: block;
	box-sizing: border-box;
	transition: 0.28s;
	border-radius:6px;
}
.btn.btn-l{
	font-size:18px;
	padding:16px 20px;
}
.btn.btn-s{
	font-size:15px;
	padding:10px 14px;
}
.btn.btn-pink{
	background: rgb(246,239,231);
	background: linear-gradient(180deg, rgba(246,239,231,1) 0%, rgba(208,151,163,1) 100%);
}
.btn.btn-ora{
	background: rgb(217,158,35);
	background: linear-gradient(180deg, rgba(217,158,35,1) 0%, rgba(178,27,43,1) 100%);
	color:#fff;
}

.loading{
	background:rgba(255,255,255,.95);
	z-index:1999;
	position:fixed;
	width:100%;
	height:100vh;
	top:0;
}
.flex-sec{display:flex;flex-flow: row wrap;}
.v-helper{display: inline-block;height: 100%;vertical-align: middle;}
.flex-between{justify-content: space-between;}
.flex-start{justify-content:flex-start;}
.flex-end{justify-content:flex-end;}
.flex-grid-2{
	width:calc(50% - 20px);
}
.flex-center{
	align-items: center;
}
.flex-stretch{
	align-items: stretch;
}
.flex-grid-3-2{
	width:calc(66.67% - 20px);
}
.flex-grid-3-1{
	width:calc(33.33% - 20px);
}
.flex-grid-4-1{
	width:calc(25% - 20px);
	margin:0 10px;
}
.flex-grid-4-3{
	width:calc(75% - 20px);
	margin:0 10px;
}
.flex-autoh{
	align-items: flex-start;
    align-content: flex-start;
}

.rwd-width-limited{
	width:1160px;
	margin:0 auto;
}
.zindex1{
	z-index: 1;
}
.bg-dk{
	background:#222222;
}

.rwd-mg-t-20{margin-top:20px;}
.rwd-mg-t-40{margin-top:40px;}
.rwd-mg-t-60{margin-top:60px;}
.rwd-mg-t-80{margin-top:80px;}
.rwd-mg-b-10{margin-bottom:10px;}
.rwd-mg-b-20{margin-bottom:20px;}
.rwd-mg-b-30{margin-bottom:30px;}
.rwd-mg-b-40{margin-bottom:40px;}
.rwd-mg-b-60{margin-bottom:60px;}
.rwd-pd-t-20{padding-top:20px;}
.rwd-pd-t-40{padding-top:40px;}
.rwd-pd-t-60{padding-top:60px;}
.rwd-pd-t-80{padding-top:80px;}
.rwd-pd-b-20{padding-bottom:20px;}
.rwd-pd-b-40{padding-bottom:40px;}
.rwd-pd-b-60{padding-bottom:60px;}
.rwd-pd-b-80{padding-bottom:80px;}


header{
	width:100%;
	height:100px;
	top:0;
	position:fixed;
	z-index:10;
	background: #1a1a1a;
}
header .inner{
	height:100px;
	padding:0 20px;
}
header .inner .hlp{
	width:100%;
}
header .inner .hrp{
	width:90px;
	margin-left:10px;
}
header .inner .logo{
	margin:14px 0 14px;
	transition:0.2s;
}
header .inner .logo h1{
	line-height:32px;
	font-weight:bold;
	color:#ffd927;
	font-size:24px;
}
header .inner .logo img{
	display: block;
	height:72px;
}
header .inner .logo:hover{
	opacity:0.8;
}
header .inner .hrp{
	height:100px;
}
header .inner .hrp .login{
	font-size:15px;
	line-height:100px;
	color:#333;
	padding:0 22px;
}
header .inner .hrp .scart{
	font-size:15px;
	line-height:100px;
	color:#333;
	padding:0 22px;
	position: relative;
}
header .inner .hrp .scart img{
	display: inline-block;
	vertical-align: middle;
}
header .inner .hrp .login:hover, header .inner .hrp .scart:hover{
	background: #ba3829;
	color:#fff;
}
header .inner .hrp .scart:hover img{
	filter: invert(100%);
}
header .inner .hrp .scart .scart-count{
	width:22px;
	height:22px;
	position: absolute;
	background:#d01027;
	font-size:12px;
	font-weight:bold;
	letter-spacing: 0;
	line-height:22px;
	text-align:center;
	border-radius:50%;
	right:22px;
	top:24px;
	color:#fff;
}
.header-gap{
	margin-top: 100px;
}
.wrapper{
	min-height:50vh;
}
.login-wrapper.wrapper{
	min-height:100vh;
}

body{
	font-size:12px;
	font-family:'Oxygen',Helvetica,Arial,'微軟正黑體','新細明體',sans-serif;
	word-wrap:break-word;
	width:100%;
	letter-spacing:0.1em;
	line-height:1.5em;
	font-weight:400;
}
h1,h2,h3,h4{
	line-height:1.35em;
}
p{
	font-weight: 100;
	line-height:1.65em;
}

.visual{height:600px;display:block;position:relative;overflow:hidden;}
.visual .one-v{width:100%;height:600px;z-index: 1;color:#000;font-size:100px;overflow:hidden;position:relative;display:block;}
.visual .one-v .bg{width:100%;height:100%;position:relative;}
.visual .one-v .bg img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.visual .one-v .bg .pc{display: block;}
.visual .one-v .bg .mo{display: none;}
.visual .one-v .cover{position:absolute;width:100%;height:100%;z-index: 1;background:rgba(0,0,0,.18);display:block;opacity:0;transition:0.2s;}
.visual .one-v .v-con{position:absolute;width:100%;height:100%;top:0;z-index: 2;opacity:0;transition:0.2s;}
.visual .one-v:hover .cover{opacity:1;}
.visual .one-v:hover .v-con{opacity:1;}

footer{
	padding:80px 0 30px;
}
footer .foot-link{
	text-align:left;
	display: inline-block;
}
footer .foot-link a{
	font-size:13px;
	color:#474542;
	line-height: 18px;
	margin-right:20px;
	transition:0.2s;
}
footer .foot-link a:hover{
	text-decoration: underline;
	color:#333;
}
footer .copyright{
	float:right;
	font-size:12px;
	color:#959187;
	line-height: 18px;
}


.fullbg{
	width:100%;
	min-height:100vh;
	position: relative;
}
.fullbg2{
	width:100%;
	min-height:60vh;
	position: relative;
}
.fixedbg{
	width:100%;
	height:100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.fixedbg.ptoken2bg{
	background: url(../images/common/rm378-06.jpg) no-repeat center center fixed; 
}

.ptoken{
	width:calc(50% - 40px);
	margin-right:40px;
}
.ptoken img{
	max-width: 100%;
}
.ptoken-t1{
	width:50%;
}
.one-ptoken2sec{
	width:calc(50% - 80px);
	margin:0 20px 40px;
	background:rgba(255, 255, 255, 0.95);
	border-radius: 10px;
	padding:20px 20px 30px;
	text-align:center;
}
.one-ptoken2sec .ico{
	text-align: center;
	margin-bottom:10px;
}
.one-ptoken2sec .ico img{
	display: inline-block;
}

.t3-tab{
	margin-bottom:20px;
}
.t3-tab a{
	font-size:22px;
	color:#333;
	display: inline-block;
	margin-right:20px;
	margin-bottom:30px;
	transition:0.2s;
	cursor: pointer;
	line-height:1.35em;
	font-weight: bold;
}
.t3-tab a:hover{
	color:#277dff;
}

.t3-tab a.on{
	color:#277dff;
	position: relative;
}

.t3-tab a.on:after{
	content:'';
	width:100%;
	height:3px;
	background:#277dff;
	display:inline-block;
	bottom:-10px;
	left:0;
	position: absolute;
}
.t3-con{
	width:calc(100% - 40px);
	height:100%;
	padding:60px 20px;
	border-radius: 10px;
	background: rgb(79,39,227);
	background: linear-gradient(135deg, rgba(79,39,227,1) 0%, rgba(39,125,255,1) 100%);
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.3); 
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.3);
	position: relative;
	overflow: hidden;
	text-align:center;
}
.t3-con .t3-con-inner{
	display: inline-block;
	text-align:left;
}
.t3-con .rocket{
	position: absolute;
	right:50px;
	bottom:-20px;
}
.t3-con p{
	font-size:20px;
	color:#fff;
	line-height:2em;
	display: none;
}
.t3-con p.on{
	display: block;
}

.pttitle{
	margin:50px 0 60px;
	font-size:34px;
	font-weight:bold;
	text-align: center;
}
.m2bg{
	display: none;
}

.htbsec{
	border-radius:20px;
	box-sizing: border-box;
	padding:10px;
	margin-bottom:10px;
}
.htbsec .num{
	font-size:40px;
	width:40px;
	padding:0 15px;
	text-align:center;
}
.htbsec .rtext{
	width:calc(100% - 100px);
	padding:8px 15px;
}
.htbsec .rtext h3{
	font-size:22px;
	margin-bottom:5px;
}
.htbsec .rtext p{
	font-size:16px;
	line-height:1.3em;
}
.htbbg{
	width:100%;
	height:100%;
	z-index: 1;
	position: absolute;
	display: block;
}
.htbbg img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.htbbg-pc{
	display: block;
}
.htbbg-m{
	display: none;
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
	
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	.rwd-width-limited{width:calc(100% - 40px);}
}

@media screen and (max-width: 767px) {
	.rwd-width-limited{width:calc(100% - 20px);}
	
	.header-gap {
	margin-top: 100px;
	}
	header{height:100px;}
	header .inner{
		height:100px;
	}
	header .inner .logo{
		margin:27px 0 27px;
	}
	header .inner .logo img{
		display: block;
		height:46px;
	}
	header .inner .hrp{
		width:100%;
		height:50px;
		margin-left:0;
	}
	header .inner .hrp .login,header .inner .hrp .scart{
		line-height:50px;
		padding:0 16px;
	}
	header .inner .hrp .scart img{
		height:32px;
	}
	header .inner .hrp .scart .scart-count{
		top:5px;
		right:3px;
	}
	.fixedbg.ptoken2bg{
		background:none;
		position: relative;
		z-index:2;
	}
	.m2bg{
		width:100%;
		height:100%;
		z-index: 1;
		position: absolute;
		display: block;
	}
	.m2bg img{
		width:100%;
		height:100%;
		object-fit: cover;
	}

	.visual{height:calc(100vw * 0.65);}
	.visual .one-v{height:calc(100vw * 0.65);overflow: hidden;}
	.visual .one-v .cover{opacity:0;}
	.visual .one-v:hover .cover{opacity:0;}
	.visual .one-v .v-con{opacity:1;}
	.visual .one-v .bg .pc{display: none;}
	.visual .one-v .bg .mo{display: block;}

	footer .foot-link{
		text-align:left;
		display: block;
		margin-bottom:12px;
	}
	footer .copyright{
		float:none;
		display:block;
		font-size:12px;
		color:#959187;
		line-height: 18px;
	}

	.ptoken{
		width:100%;
		margin:0 0 30px;
	}
	.ptoken-t1{
		width:100%;
	}

	.one-ptoken2sec{
		width:calc(100% - 30px);
		margin:0 0 30px;
		padding:20px 15px;
	}

	.t3-tab{
		text-align: left;
	}
	.t3-tab a{
		font-size:20px;
	}
	.t3-con{
		width:calc(100% - 40px);
		padding:40px 20px;
		text-align:left;
	}
	.t3-con p{
		font-size:16px;
	}

	.t3-con .rocket{
		right:-26px;
		bottom:0;
	}
	.t3-con .rocket img{
		width:80px;
		opacity:0.8;
	}

	.text-34{
		font-size:28px !important;
	}

	.htbbg-pc{
		display: none;
	}
	.htbbg-m{
		display: block;
	}


}

@media screen and (max-width: 359px) {
	
}

@media screen and (max-device-width: 480px) {
	
}
