gotop/*--------------copyright by alva start-------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,  th, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family:'Quicksand', 'cwTeXYen', "微軟正黑體", "Microsoft JhengHei", sans-serif;
    position: relative;
    font-size: 18px;
	line-height:1.5;
	letter-spacing:1px;
	color:#3c4c59;
	overflow-x:hidden;
	background:url(../../images/pattern.png) repeat,#fff;
	padding-bottom:10em;
}
ol, ul {
	list-style: none;
	margin-bottom: 0px;
	list-style:none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
    display: block;
	color:#333;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
.clear {
	clear:both;
}
::selection {
  background:#a9e1f3;
}

/****************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*gotop*/
#gotop {
	position: fixed;
	bottom:20em;
    right:1em;
	cursor:pointer;
	z-index:9;
	transition:.3s ease-in-out;
	display:none;
}
	#gotop:hover {
		transform:scale(.9);
	}
	@media screen and (max-width:500px) {
		#gotop {
			width:12%;
			right:.5em;
		}
		#gotop img {
			width:100%;
		}
	}
button, html input[type=button], input[type=reset], input[type=submit] {
	background: #fff;
    border: solid 1px #a7a7a7;
    border-radius: 5px;
    padding: 10px 13px;
    letter-spacing: 1px;
    box-shadow: 2px 2px 1px rgba(0,0,0,.3);
	transition:.2s ease all;
	width:150px;
	margin:0 1%;
	color:#000;
}
input[type=reset] {
	background: rgb(173, 176, 176);
}
button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	background:rgba(0,0,0,.8);
    box-shadow: 0px 0px 1px rgba(0,0,0,.3);
	color:#fff;
}
/*carousel-fade*/
.carousel-fade .carousel-inner .item {
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item,  
.carousel-fade .carousel-inner .active.left,  
.carousel-fade .carousel-inner .active.right {
   opacity: 0;
}
.carousel-fade .carousel-inner .active,  
.carousel-fade .carousel-inner .next.left,  
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,  
.carousel-fade .carousel-inner .prev,  
.carousel-fade .carousel-inner .active.left,  
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}
/*********************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*---header-------------------------------------------------------------------------------------------------------------------------------*/
header {
	position:fixed;
	text-align:center;
	z-index:20;
	top:0;
	left:0;
	width:100%;
	-webkit-filter: drop-shadow(-1px 0px 5px rgba(51, 51, 51, .0));
	filter: drop-shadow(-1px 0px 5px rgba(51, 51, 51, .0));
}
header:before {
	content:'';
	background:url(../../images/pattern.png) repeat,#fff;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:114px;
	z-index:19;
	display:none;
}
header:after {
	content:'';
	background:url(../../images/logo_mob_bg.png) top center no-repeat;
	background-size:contain;
	position:absolute;
	top:78px;
	left:50%;
	transform:translateX(-50%);
	width:220px;
	height:124px;
	z-index:18;
	display:none;
}
.inname{
	font-size:12px;
	color:#fff0;
	position:absolute;
	top:0;
	left:0;
}
/***logo_mob***/
.logo_mob {
	padding:1em 0;
	display:none;
}

.logo_mob a {
	display:inline-block;
	position:relative;
	z-index:20;
}
.logo_mob img {
	max-width:100%;
	width:170px;
}
/***ibtn***/
.ibtn {
	position:fixed;
	top:2em;
	right:5em;
	z-index:25;
	width:200px;
}
.ibtn ul {
}
.ibtn li {
	display:inline-block;
	width:22%;
	padding:0 3px;
}
.ibtn a {
}
.ibtn img {
	max-width:100%;
	transition:.2s ease-in-out;
}
	.ibtn a:hover img {
		opacity:.7;
	}
/*---menu-------------------------------------------------------------------------------------------------------------------------------*/
#menu {
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}
/***waves***/
#waves {
	position: relative;
    height: 40px;
	transform: rotateX(0deg);
	opacity:.8;
}
.wave {
  position: absolute;
  left:0;
  right:0;
  bottom:0;
  top:0;
  z-index:20;
}
#menu .wrap {
	background:rgba(136, 222, 245, .8);
	padding:0em 1em 1em 1em;
}
#menu ul {
	text-align:center;
	width:1100px;
	margin:0 auto;
	max-width:100%;
}
#menu li {
	display:inline-block;
	width:12%;
	padding:0 .5em;
}
#menu li a {
}
#menu h2 {
	color:#e64c2e;
	font-size:22px;
	font-weight:bold;
}
#menu p {
	color:#fff;
	font-size:14px;
	padding-top:5px;
	font-weight:bold;
}
#menu li img {
	max-width:100%;
	-webkit-filter: drop-shadow(-2px 0px 2px rgba(0, 0, 0, 0.3));
	filter: drop-shadow(-2px 0px 2px rgba(0, 0, 0, 0.3));
	transition:.2s ease-in-out;
}
	#menu li a:hover img {
		animation:move .8s ease-in-out infinite alternate;		
	}
.logo {
	display:inline-block;
	width:17%;
}
.logo a {
}
.logo a img {
	position: relative;
    margin-top: -13em;
	z-index:21;
	max-width:100%;
}
	.logo a:hover img {
		animation:move .8s ease-in-out infinite alternate;		
	}
	@keyframes move {
		0% {
			transform:translateY(0px);
		}
		100% {
			transform:translateY(-8px);
		}
	}
	@media screen and (max-width:910px) {
		.logo {
			display:none;
		}
		#menu li:nth-of-type(6) {
			display:none;
		}
		#menu li {
			width:18%;
		}
		header {
			-webkit-filter: drop-shadow(-1px 0px 5px rgba(51, 51, 51, .3));
			filter: drop-shadow(-1px 0px 5px rgba(51, 51, 51, .3));
		}
		header:before,header:after,.logo_mob{
			display:block;
		}
		.ibtn {
			right:1em;
		}
		#menu h4 {
			font-size:19px;
		}
		#menu li img {
			width:50px;
		}
	}
	@media screen and (max-width:700px) {
		#menu h4 {
			font-size:18px;
			font-weight:normal;
		}
		#menu p {
			font-size:12px;
		}
		#menu li img {
			width:45px;
		}
		#waves {
			height:30px;
		}
	}
	@media screen and (max-width:640px) {
		#menu p {
			transform: scale(.9);
			white-space: nowrap;
		}
		#menu li:nth-of-type(1) p,#menu li:nth-of-type(4) p {
			transform-origin: left center;
		}
		#menu h4 {
			white-space: nowrap;
		}
		#menu .wrap {
			padding: 0em .5em .5em .5em;
		}
	}
	@media screen and (max-width:600px) {
		.ibtn {
			width:150px;
		}
		.logo_mob img {
			width:140px;
		}
		header:before {
			height:100px;
		}
		header:after {
			width: 160px;
			height: 85px;
		}
	}
	@media screen and (max-width:530px) {
		#menu h4 {
			font-size:16px;
		}
		#menu p {
			padding:0;
		}
		#menu li img {
			width:38px;
		}
	}
	@media screen and (max-width:480px) {
		#menu h2 {
			font-size:19px;
		}
		#menu h4 {
			font-size:14px;
		}
		#menu p {
			transform: scale(.8);
		}
		.ibtn {
			width: 80px;
			top: .5em;
			right: .5em;
		}
		.ibtn li {
			width:40%;
			padding:3px;
		}
		.logo_mob {
			padding:.5em 0;
		}
		#menu li {
			padding:0 .1em;
			width:17%;
		}
		header:after {
			top:72px;
		}
	}
	@media screen and (max-width:400px) {
		#menu li {
			width: 17%;
		}
		#menu li img {
			width: 32px;
		}
		#menu p {
			transform: scale(.75);
		}
		#waves {
			height: 25px;
		}
		#menu h4 {
			font-size: 13px;
		}
	}
	@media screen and (max-width:350px) {
		#menu h4 {
			font-size: 12px;
		}
		#menu p {
			transform: scale(.6);
		}
		#menu li img {
			width: 28px;
		}
		.logo_mob img {
			width: 110px;
		}
		header:before {
			height: 75px;
		}
		header:after {
			width: 116px;
			height: 60px;
			top: 65px;
		}
		.ibtn li {
			width: 30%;
			padding: 0 0 3px 0;
		}
	}
/*---main--------------------------------------------------------------------------------------------------------------------------------*/
.main {
	position:relative;
}
/***seagull***/
.seagull {
	position:absolute;
	top: 9em;
    right: 17em;
}
.seagull img {
	max-width:100%;
}
/*---title------------------------------------------------------------------------------------------------------------------------------*/
.title {
	text-align:center;
	padding:3em 0em 3em;
	width:460px;
	margin:0 auto;
	max-width:90%;
}
.title i {
	color:#3c4c59;
	font-size:48px;
}
.title h3 {
	color:#0378a6;
	font-size:24px;
	position:relative;
	margin:8px 0 12px;
	font-weight:bold;
}
.title h3:before {
	content:'';
	background:#0378a6;
	height:30px;
	width:2px;
	position:absolute;
	bottom:0;
	left: 5em;
    transform: rotate(-45deg);
}
.title h3:after {
	content:'';
	background:#0378a6;
	height:30px;
	width:2px;
	position:absolute;
	bottom:0;
	right: 5em;
    transform: rotate(45deg);
}
/*tit_en*/
.tit_en {
	background:url(../../images/title_bg.png) top center no-repeat;
	text-align:center;
	color:#84d9d9;
	font-size:33px;
	min-height:83px;
	min-width:416px;
	font-weight:bold;
}
/*---about--------------------------------------------------------------------------------------------------------------------------*/
.about {
	position:relative;
}
/***abt1***/
.abt1 {
	text-align:left;
}
img.abt_img1 {
	vertical-align:middle;
	width:55%;
}
/*abt1_text*/
.abt1_text {
	vertical-align: top;
    display: inline-block;
    width: 25%;
    padding:7em 1em 0 2em;
}
/*intitle*/
.intitle {
	position:relative;
}
.intitle h5 {
	color:#f26549;
	font-size:36px;
	font-weight:bold;
	letter-spacing:2px;
}
.intitle span {
	color:#0378a6;
	font-size:18px;
	font-weight:bold;
	letter-spacing:2px;
}
img.anchor {
	margin: -2em 0em -1em 2em;
}
.abt1_text p {
	text-align:left;
	padding-top:3em;
}
/*curve*/
img.curve {
	display: block;
    margin:-1em auto 0;
	max-width:90%;
}
/***abt2***/
.abt2 {
	text-align:right;
	margin-top: -12em;
}
.abt2 img {
	max-width:90%;
	padding-bottom:3em;
}
/***abt3***/
.abt3 {
	width:1020px;
	max-width:90%;
	position:relative;
	margin: -28em auto 0;
	padding: 0 8em 5em 0;
}
img.dolphin {
	display:block;
	padding-bottom:2em;
	margin-left: -12em;
}
img.line {
	vertical-align:top;
	padding: 2em 1em 0 0;
}
.abt3 .intitle {
	display:inline-block;
	vertical-align:top;
}
.abt3 p {
	text-align:left;
	padding: 2em 9em 0 8em;
}
/***abt_sticker***/
.abt_sticker {
	width:1090px;
	margin:0 auto;
	max-width:100%;
	padding-bottom:3em;
}
.abt_sticker ul {
}
.abt_sticker li {
	display:inline-block;
	width:24%;
	padding:0 1em;
}
.abt_sticker img {
	max-width:100%;
	-webkit-filter: drop-shadow(0px 0px 3px rgba(51, 51, 51, .3));
	filter: drop-shadow(0px 0px 3px rgba(51, 51, 51, .3));
}
	@media screen and (max-width:1600px) {
		.abt2 {
			margin-top: -6em;
		}
	}
	@media screen and (max-width:1450px) {
		.seagull {
			right:8em;
		}
		.abt1_text {
			width: 30%;
			padding: 3em 1em 0 2em;
		}
		.abt2 {
			margin-top: -3em;
		}
	}
	@media screen and (max-width:1290px) {
		.abt2 div img {
			width:30%;
		}
		img.curve {
			margin:0 auto;
			width:38%;
		}
	}
	@media screen and (max-width:1140px) {
		.abt1_text {
			width:40%;
		}
		img.curve {
			margin: 1em auto;
		}
		.abt2 {
			margin-top: 0em;
		}
		.abt2 img {
			width:46%;
		}
		img.dolphin {
			margin-left: 2em;
		}
		.abt3 {
			margin: -20em auto 0;
		}
	}
	@media screen and (max-width:900px) {
		.title {
			padding: 12em 0em 3em;
		}
		.seagull {
			top: 10em;
			right: 3em;
			width:10%;
		}
		img.abt_img1 {
			width: 90%;
		}
		.abt1_text {
			width: 90%;
			display: block;
			margin: 0 auto;
			padding: 2em 1em 0 1em;
		}
		img.curve {
			margin: 3em auto 1em;
			width:50vw;
		}
		.abt2 img {
			width: 60%;
		}
		.abt2 div img {
			width: 50%;
		}
		.abt3 {
			margin: -7em auto 0;
			padding: 0 0em 4em 0;
		}
		img.dolphin {
			margin-left: 0em;
		}
	}
	@media screen and (max-width:700px) {
		.abt2 img {
			width: 75%;
		}
		.abt2 div img {
			width: 60%;
		}
		.abt3 {
			margin: 0em auto 0;
			padding: 0 0em 3em 0;
		}
		img.dolphin {
			width:32%;
		}
		.abt3 p {
			text-align: left;
			padding: 2em 2em 0 2em;
		}
		.abt_sticker {
			padding-bottom:2em;
		}
		img.line {
			width:20%;
		}
	}
	@media screen and (max-width:600px) {
		.title {
			padding: 11em 0em 3em;
		}
		.abt_sticker {
			text-align:center;
		}
		.abt_sticker li {
			width: 40%;
			padding: 1em;
		}
		.abt3 {
			padding: 0 0em 2em 0;
		}
	}
	@media screen and (max-width:480px) {
		.title {
			padding: 10em 0em 1em;
		}
		.seagull {
			top: 7em;
			right: 2em;
			width: 10%;
		}
		.abt1_text {
			padding: 2em 0em 0 0em;
		}
		img.curve {
			margin: 2em auto 1em;
			width: 65vw;
		}
		img.abt_img1 {
			width: 95%;
		}
		.abt2 img {
			width: 80%;
			padding-bottom:2em;
		}
		.abt2 div img {
			width: 70%;
		}
		img.dolphin {
			width: 40%;
		}
		.abt3 p {
			padding: 2em 1em 0 1em;
		}
		.abt_sticker li {
			width: 46%;
			padding: 1em;
		}
		.tit_en {
			background-size:contain;
			min-width: 100%;
		}
	}
	@media screen and (max-width:430px) {
		.title h3:before {
			left:3em;
		}
		.title h3:after {
			right:3em;
		}
		.tit_en {
			font-size:30px;
		}
		.abt1_text p {
			padding-top: 2em;
		}
		img.dolphin {
			padding-bottom:1em;
		}
		.seagull {
			width:12%;
		}
		.abt_sticker li {
			padding:.5em;
		}
	}
/*---device------------------------------------------------------------------------------------------------------------------------------*/
.device_top {
	background:url(../../images/device_top.png) bottom center no-repeat;
	background-size:auto;
	position:absolute;
	bottom:0;
	left:calc(50% - 24px);
	min-height:22px;
	width:48px;
}
/***device***/
.device {
	background:url(../../images/device_pattern.png) repeat;
	text-align:center;
	position:relative;
	padding:6em 0;
	margin-bottom:1em;
}
.wrap2 {
	width:1300px;
	margin:0 auto;
	max-width:90%;
}
/*device_above*/
.device_above {
}
img.ship {
	vertical-align:top;
	width: 53%;
}
/*device_text*/
.device_text {
	display:inline-block;
	vertical-align:top;
	width:45%;
	text-align:left;
	padding-top:3em;
}
.device_text .intitle {
	margin-left: -3em;
}
.device_text ul {
	padding: 4em 0 0 8em;
}
.device_text li {
	padding-bottom:1em;
}
.device_text span {
	color:#049dbf;
}
/*device_simg*/
.device_simg {
	text-align:center;
	margin-top:-2em;
}
.device_simg img {
	max-width: 100%;
    width: 32%;
    padding: 0 8px;
}
	@media screen and (max-width:1250px) {
		.device {
			padding:5em 0;
		}
		.device_simg {
			margin-top: -1em;
		}
		.device_text ul {
			padding: 3em 0 0 7em;
		}
		.device_text {
			padding-top:2em;
		}
	}
	@media screen and (max-width:1100px) {
		.device_simg {
			margin-top: 0em;
		}
		.device_simg img {
			padding:0 3px;
		}
	}
	@media screen and (max-width:900px) {
		img.ship {
			max-width: 100%;
			width:auto;
		}
		.device_text {
			width:95%;
			padding-top:0;
		}
		.device_text .intitle {
			margin-left: 0;
		}
		.device_text ul {
			padding: 2em 0 0 0em;
		}
	}
	@media screen and (max-width:650px) {
		.device {
			padding: 3em 0;
		}
		.device_simg img {
			padding: 5px;
			width: 48%;
		}
	}
	@media screen and (max-width:430px) {
		.device_simg img {
			width:100%;
		}
		.device {
			padding: 2em 0;
		}
	}
/*---safe------------------------------------------------------------------------------------------------------------------------------*/
.safe {
	background:url(../../images/safe_bg.jpg) top center no-repeat fixed;
	background-size:cover;
	padding:8em 1em 12em;
	text-align:left;
}
.wrap3 {
	display:inline-block;
	width:1200px;
	padding-left:18em;
	max-width:100%;
}
/*safe_tit*/
.safe_tit {
	text-align:center;
	padding-bottom:2em;
}
img.safe_sticker {
	vertical-align:top;
	width:35%;
}
.safe_tit .intitle {
	display:inline-block;
	vertical-align:top;
	text-align: left;
    width: 43%;
    padding-left: 1em;
}
/*safe_text*/
.safe_text {
}
.sf1 {
	background:url(../../images/safe_line_01.png) bottom center no-repeat;
	background-size:contain;
	min-height:39px;
}
.sf2 {
	background:url(../../images/safe_line_02.png) top center repeat-y;
	background-size:contain;
	min-height:47px;
	text-align:left;
	padding:0em 1em;
}
.sf3 {
	background:url(../../images/safe_line_03.png) top center no-repeat;
	background-size:contain;
	min-height:28px;
}
/***safe_inner***/
.safe_inner {
	position:relative;
	background:#fcfaef;
	text-align:center;
	padding:10px;
    border-radius: 20px;
}
.safe_inner:after {
	content:'';
	background:url(../../images/safe_top.png) bottom right no-repeat;
	background-size:auto;
	width:25px;
	height:11px;
	position:absolute;
	top:-11px;
	right:10em;
}
.safe_line {
	border:dotted 2px #c0d5dc;
	padding:2em 1em;
	border-radius:15px;
}
/*safe_left*/
.safe_left {
	display:inline-block;
	vertical-align:top;
	width:55%;
	padding: 2em 1em 0 0;
}
.safe_left .intitle {
	text-align:left;
}
.safe_left ul {
	text-align:left;
	padding-top:1em;
}
.safe_left li {
	padding-bottom:1em;
}
.safe_left span {
	font-size:20px;
	font-weight:bold;
}
/*safe_right*/
.safe_right {
	display:inline-block;
	vertical-align:top;
	background:url(../../images/safe_img.jpg) top center no-repeat;
	background-size:cover;
	width:30%;
	min-height:400px;
	cursor:pointer;
}
.modal-content {
	box-shadow: none;
	background-color: transparent;
	border: 0px solid rgba(0,0,0,.2);
	text-align:center;
}
.modal-header {
    padding: 15px 10px 5px 10px;
    border-bottom: 0px solid #e5e5e5;
}
.modal-content img {
	max-width:100%;
	-webkit-filter: drop-shadow(2px 4px 10px rgba(51, 51, 51, .5));
	filter: drop-shadow(2px 4px 10px rgba(51, 51, 51, .5));
}
.close {
	opacity:1;
	color:#fff;
	font-size:30px;
	-webkit-filter: drop-shadow(3px 2px 1px #333);
	filter: drop-shadow(3px 2px 1px #333);
	border: dotted 3px #fff !important;
    padding: 0px 10px 8px 10px !important;
    border-radius: 20px;
}
button {
	box-shadow:none;
	width:auto;
}
.close:focus, .close:hover {
	color:#fff;
}
button:hover {
	background:none;
    box-shadow:none;
}
/*---footer--------------------------------------------------------------------------------------------------------------------------*/
footer {
	background:url(../../images/pattern.png) repeat,#fff;
	text-align:center;
	position:relative;
	font-size:17px;
	-webkit-filter: drop-shadow(0px -1px 3px rgba(51, 51, 51, .1));
	filter: drop-shadow(0px -1px 3px rgba(51, 51, 51, .1));
}
footer:before {
	content:'';
	background:url(../../images/ft_top.png) bottom center no-repeat;
	background-size:contain;
	width:301px;
	height:128px;
	position:absolute;
	top:-128px;
	left:50%;
	transform:translateX(-50%);
}
.wrap4 {
	width:500px;
	margin:0 auto;
	max-width:95%;
}
/*ft_logo*/
.ft_logo {
}
.ft_logo img {
	max-width:100%;
	margin-top: -4em;
    position: relative;
}
/*ft_info*/
.ft_info {
	padding:2em 0;
}
.ft_info a {
	display:inline-block;
	text-decoration:none;
}
.ft_info ul {
	text-align:left;
}
.ft_info li {
	padding-bottom:.2em;
}
.ft_info img {
	width:21px;
	text-align:left;
}
.ft_info p {
	display:inline-block;
	vertical-align:top;
}
.ft_info span {
	color:#db7029;
}
/***ft_btm***/
.ft_btm {
	background:rgba(39,56,94,.85);
	text-align:center;
	padding:1em;
	color:#c0d5dc;
	font-size:14px;
}
/*icon*/
.icon {
	display:inline-block;
	width:45%;
	text-align:left;
	padding-right:1em;
}
.icon a {
	display:inline-block;
	color:#c0d5dc;
	font-size:14px;
	padding:0 3px;
	transition:.2s ease-in-out;
}
.icon img {
	max-width:100%;
}
	.icon a:hover {
		transform:translateY(-5px);
	}
/*copyright*/
.copyright {
	display:inline-block;
	text-align:right;
	width:45%;
}
.copyright a, .copyright a h1 {
	display:inline-block;
	color:#c0d5dc;
	font-size:14px;
	transition:.2s ease-in-out;
}
	.copyright a:hover, .copyright a:hover h1 {
		color:#fff;
	}
	@media screen and (max-width:1350px) {
		.wrap3 {
			display:block;
			width: 1100px;
			margin:0 auto;
			padding: 0 2em;
			max-width: 100%;
		}
		.safe_text {
			padding: 0 1.7em;
		}
	}
	@media screen and (max-width:1000px) {
		.icon {
			display: inline-block;
			width: 100%;
			text-align: right;
			padding-right: 0em;
			padding-bottom: .5em;
		}
		.copyright {
			width:100%;
			text-align:right;
		}
	}
	@media screen and (max-width:930px) {
		.safe_tit .intitle {
			width:53%;
		}
		.safe_left {
			width: 100%;
			padding: 0em 1em 1em 2em;
		}
		.safe_right {
			width:50%;
		}
	}
	@media screen and (max-width:910px) {
		body {
			padding-bottom:9em;
		}
	}
	@media screen and (max-width:700px) {
		body {
			padding-bottom:7.5em;
		}
		.wrap3 {
			padding:0;
		}
		.safe {
			padding: 6em 1em 12em;
			background-attachment:inherit;
		}
		.safe_text {
			padding: 0;
		}
	}
	@media screen and (max-width:600px) {
		.safe_left {
			padding: 0em 0em 1em 0em;
		}
		.safe_right {
			min-height:340px;
		}
		footer:before {
			width: 230px;
			height: 100px;
			top:-100px;
		}
		.ft_logo img {
			width:220px;
		}
	}
	@media screen and (max-width:500px) {
		.safe {
			padding: 4em 1em 10em;
		}
		img.safe_sticker {
			width: 55%;
			display: block;
		}
		.safe_tit .intitle {
			width: 79%;
			padding: 1em 0 0 0;
		}
		.safe_right {
			min-height: 300px;
		}
		body {
			padding-bottom: 6em;
		}
		.safe_inner:after {
			right:5em;
		}
		.safe_left img.anchor {
			margin: -2em 0em -1em 3em;
			width: 50px;
		}
	}
	@media screen and (max-width:455px) {
		.safe_tit .intitle {
			width:87%;
		}
		.safe {
			padding: 3em 1em 8em;
		}
		img.safe_sticker {
			width:250px;
		}
		.safe_left img.anchor {
			margin: -3em 0em -1em 1em;
			width: 30px;
		}
		.safe_right {
			min-height: 250px;
			width: 60%;
		}
		.ft_info p {
			width:90%;
		}
	}
	@media screen and (max-width:430px) {
		.ft_logo img {
			width: 200px;
			margin-top: -3em;
		}
		footer:before {
			width:220px;
		}
		.safe_tit {
			padding-bottom: 1em;
		}
		.safe_left ul {
			font-size:16px;
		}
		.safe_left img.anchor {
			margin: -3em 0em -1em .5em;
		}
		.safe_line {
			padding:1em;
		}
		.safe_left .intitle h5 {
			font-size:32px;
		}
		.safe_left .intitle span {
			font-size:16px;
		}
		body {
			padding-bottom: 5em;
		}
	}
	@media screen and (max-width:360px) {
		.safe_left .intitle h5 {
			font-size:28px;
		}
		.safe_left .intitle span {
			font-size:14px;
		}
		.safe_left img.anchor {
			width:22px;
		}
		.safe_right {
			min-height:200px;
		}
		.icon a {
			width:9%;
		}
	}
/*---tour------------------------------------------------------------------------------------------------------------------------------*/
/***video***/
.video {
	width: 940px;
    margin: 0 auto;
    max-width: 95%;
    background: url(../../images/tv_frame.png) top center no-repeat;
    background-size: contain;
    padding: 6.5em 10em 2.5em 3em;
	-webkit-filter:drop-shadow(0px 0px 5px rgba(0,0,0,.3));
	filter:drop-shadow(0px 0px 5px rgba(0,0,0,.3));
}
.box {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 80px;
	height: 0;
	overflow: hidden !important;
	border-radius: 20px;
	border: dotted 3px #f28f6b;
}
.box iframe, .box object, .box embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    border-radius:0;
	-webkit-appearance:none;
}
/***tour_link***/
.tour_link {
	text-align:center;
	width:1420px;
	margin:2em auto 1em;
	max-width:90%;
}
/*tl_left*/
.tl_left {
	display:inline-block;
	vertical-align:top;
	width:58%;
}
img.tl_dol {
	width:28%;
}
.tl_left ul {
	display:inline-block;
	vertical-align:top;
	text-align:left;
	width:68%;
	padding-left:1em;
}
.tl_left ul img {
	max-width:100%;
	margin-bottom: -2em;
	position:relative;
	z-index:5;
}
.tl_left li {
	display: inline-block;
	vertical-align:top;
	width:47%;
	text-align:right;
}
.tl_left a {
	transition:.2s ease-in-out;
}
.tl_left li img {
	max-width:100%;
	-webkit-filter:drop-shadow(0px 0px 3px rgba(0,0,0,.3));
	filter:drop-shadow(0px 0px 3px rgba(0,0,0,.3));
}
	.tl_left a:hover {
		transform: translateY(-10px);
	}
/*tl_right*/
.tl_right {
	display:inline-block;
	vertical-align:top;
	width:38%;
	padding-left:1em;
}
.tl_right img {
	display:block;
	margin:0 auto 1em;
	max-width:100%;
}
	@media screen and (max-width:950px) {
		.tl_left {
			width:100%;
		}
		.tl_right {
			width: 100%;
			padding: 4em 0em 0em 0em;
		}
	}
	@media screen and (max-width:800px) {
		.video {
			padding: 5em 8em 2.5em 2em;
		}
		.box {
			padding-top:60px;
		}
	}
	@media screen and (max-width:650px) {
		.video {
			padding: 5em 7em 2.5em 2em;
		}
		.box {
			padding-top: 35px;
		}
		.tl_left {
			text-align: left;
		}
		.tl_left ul {
			width: 90%;
			display:block;
			margin:0 auto;
			padding-left: 0em;
		}
		img.tl_dol {
			width: 33%;
		}
	}
	@media screen and (max-width:500px) {
		.video {
			padding: 3.5em 5em 2.5em 1.5em;
		}
		.tl_left ul {
			width:100%;
		}
		.tl_left li {
			width:48%;
			padding-left:1em;
		}
	}
	@media screen and (max-width:430px) {
		.video {
			padding: 3em 4em 1em 1em;
		}
		.box {
			padding-top: 30px;
		}
	}
	@media screen and (max-width:380px) {
		.video {
			padding: 2.5em 4em 1em 1em;
		}
	}
/***tour***/
.tour {
	width:1325px;
	margin:0 auto;
	max-width:90%;
	text-align:center;
	position:relative;
	padding:2em 0 5em;
}
.tour1 {
	background:url(../../images/pattern.png) repeat,#b9f9f9;
	position:relative;
}
/*tour_top*/
.tour_top {
	padding:2em 0;
	position:relative;
}
img.torimg {
	width: 56%;
    padding-left: 1em;
}
.tour_text {
	display:inline-block;
	vertical-align:top;
	text-align:left;
	width:40%;
	padding-top:1em;
	position:relative;
}
.tour_text:after {
	content:'';
	background:url(../../images/curves.png) top left no-repeat;
	background-size:contain;
	width: 40%;
    min-height: 72px;
    position: absolute;
    top: 1em;
    left: -46%;
}
.tour_text p {
	padding: 3em 3em 0 0;
}
/*tour_simg*/
.tour_simg {
	margin: 1em 0;
    border: dashed 3px #f28f6b;
    padding: 2em;
	border-radius:20px;
}
.tour_simg .center0,.tour_simg .col-md-3,.tour_simg .col-sm-3,.tour_simg .col-xs-6 {
	padding:0;
	overflow:hidden;
}
.simg {
	font-size:0;
}
.tour_simg img {
	transition:.5s ease-in-out;
}
.tour_simg a:hover img {
	transform:scale(1.2);
	-webkit-filter: brightness(1.3);
	filter: brightness(1.3);
}
/*tour2*/
.tour2 {
	padding-bottom:7em;
}
/*tour_dol*/
img.tour_dol {
	position:absolute;
	right:0;
	bottom: -2em;
}
	@media screen and (max-width:1200px) {
		.tour_text p {
			padding: 3em 0em 0 0;
		}
		img.tour_dol {
			width:25vw;
		}
	}
	@media screen and (max-width:950px) {
		.tour_text {
			width:80%;
		}
		.tour_text:after {
			min-height: 54px;
			left: -12em;
			z-index: 0;
		}
		img.torimg {
			max-width: 100%;
			width: auto;
			padding: 2em 0 0 0;
		}
	}
	@media screen and (max-width:910px) {
		#tour1,#tour2,#footer {
			transform:translateY(-110px);
		}
	}
	@media screen and (max-width:768px) {
		img.tour_dol {
			width: 35vw;
		}
		.tour2 {
			padding-bottom: 5em;
		}
	}
	@media screen and (max-width:600px) {
		#tour1,#tour2,#footer {
			transform:translateY(-90px);
		}
	}
	@media screen and (max-width:500px) {
		.tour_top {
			padding: 0em 0;
		}
		.tour {
			padding:2em 0 2em;
		}
		.tour_text:after {
			left:-10em;
		}
		.tour_text {
			width: 90%;
		}
		.tour_simg {
			margin:1em 0 0;
			padding:1em;
		}
	}
	@media screen and (max-width:430px) {
		.tour_text {
			width: 100%;
		}
		.tour_text img.anchor {
			margin: -2em 0em -1em 3em;
		}
	}
/*---payment--------------------------------------------------------------------------------------------------------------------------*/
/***tag***/
.tag {
	width:830px;
	margin:0 auto 1em;
	max-width:100%;
	text-align:center;
	position:relative;
	overflow:hidden;
}
.tag:after {
	content:'';
	border:dashed 2px #f1765d;
	border-radius:0 0 100% 100%;
	position:absolute;
	top: -7em;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
}
.tag ul {
	position:relative;
	z-index:3;
}
.tag li {
	display:inline-block;
	vertical-align:top;
	width:30%;
}
.tag li:nth-of-type(2) {
	padding-top:2em;
}
.tag li a {
	position:relative;
}
img.tagimg {
	max-width:100%;
	transition:.2s ease-in-out;
}
img.tagimg1 {
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	max-width:100%;
	opacity:0;
	transition:.2s ease-in-out;
}
	.tag .active img.tagimg {
		opacity:0;
	}
	.tag .active img.tagimg1 {
		opacity:1;
	}
	.tag li a:hover img.tagimg {
		opacity:0;
	}
	.tag li a:hover img.tagimg1 {
		opacity:1;
	}
/***tag_inner***/
.tag_inner {
	padding-bottom:10em;
}
/*paymt*/
.paymt {
	width:1250px;
	margin:0 auto;
	max-width:100%;
	text-align:center;
}
/*paymt_pattern*/
.paymt_pattern {
	background:url(../../images/payment_pattern.jpg) repeat;
	text-align:center;
	-webkit-filter:drop-shadow(-2px 0px 2px rgba(50,104,125,.25));
	filter:drop-shadow(-2px 0px 2px rgba(50,104,125,.25));
	box-shadow: inset 0px 0px 30px rgb(245, 220, 157);
	border-radius:10px;
}
/***payment***/
.payment {
	margin:0 .5em 3em;
	padding:0 2em 2em;
	min-height:830px;
	display:inline-block;
	vertical-align:top;
	width:31%;
	text-align:center;
}
/*mark*/
.mark {
	font-size:28px;
	font-weight:bold;
	background:url(../../images/mark.png) top center no-repeat;
	width:118px;
	height:64px;
	margin:0 auto 1em;
	-webkit-filter:drop-shadow(0px 0px 4px rgba(0,0,0,.25));
	filter:drop-shadow(0px 0px 4px rgba(0,0,0,.25));
}
.payment img {
	max-width:100%;
}
.payment h4 {
	font-size:24px;
	color:#d94e41;
	font-weight:bold;
	letter-spacing:5px;
	padding:1em 0;
}
.payment span {
	color:#d94e41;
}
.payment .intitle span {
    color: #0378a6;
}
hr {
	border-top:solid 1px #d1c0a5;
	margin:.5em 0;
}
.payment h4 span {
	font-size:18px;
	font-weight:normal;
}
.payment table {
	border-bottom:solid 1px #d1c0a5;
	width:100%;
}
.payment tr {
	border-top:solid 1px #d1c0a5;
}
.payment th {
	padding:5px 0;
	white-space:nowrap;
	text-align:center;
	letter-spacing:3px;
}
.payment td {
	padding:5px 0;
	white-space:nowrap;
	text-align:center;
	font-weight:bold;
}
.payment p {
	text-align:left;
	padding:1em 0 2em;
}
.payment p.time {
	font-weight:bold;
	font-size:20px;
	text-align:center;
	padding:0;
}
.payment strong {
	color:#f28f6b;
	font-size:24px;
	display:block;
	margin:0 auto;
	padding:1em 0 0em;
}
.pamt_btn {
	background:url(../../images/payment_btnbg.png) top center no-repeat;
	width:244px;
	height:49px;
	margin:0 auto;
	max-width:100%;
	background-size:contain;
	text-align:center;
}
.pamt_btn a {
	color:#d94e41;
	font-weight:bold;
	font-size: 20px;
    padding-top: .3em;
	transition:.2s linear;
}
.pamt_btn i {
	color:#d94e41;
	transition:.2s linear;
}
	.pamt_btn:hover a {
		color:#fff;
	}
.payment ul {
	text-align:left;
	padding: 2em 0 3em 1em;
	list-style: decimal;
}
.payment li {
	padding-bottom:.5em;
}
.style {
	font-weight:bold;
}
.style hr {
	margin:.1em 0;
}
	@media screen and (max-width:960px) {
		.payment {
			width:45%;
		}
	}
	@media screen and (max-width:600px) {
		.payment {
			width:90%;
			min-height:auto;
		}
		.tag_inner {
			padding-bottom: 6em;
		}
	}
	@media screen and (max-width:500px) {
		.tag:after {
			top:-6em;
		}
		.payment {
			margin: 0 0em 1em;
		}
	}
	@media screen and (max-width:430px) {
		.tag li:nth-of-type(2) {
			padding-top: 1.5em;
		}
		.tag:after {
			top:-5em;
		}
		.payment {
			padding: 0 1em 2em;
		}
	}
	@media screen and (max-width:350px) {
		.tag li:nth-of-type(2) {
			padding-top: 1em;
		}
		.tag:after {
			top: -4em;
		}
	}
.wrap5 {
	width:930px;
	margin:0 auto;
	max-width:90%;
	text-align:center;
}
.number {
	position:relative;
	text-align:left;
	padding:3em 4em;
}
.number:after {
	content:'';
	background:url(../../images/fish.gif) top right no-repeat;
	background-size:contain;
	width:27%;
	height:112px;
	position:absolute;
	top:2em;
	right:1em;
}
.number ul {
	list-style: outside;
    padding-left: 1em;
    font-size: 16px;
}
.number li {
	font-size:18px;
}
ul.remi_btm {
	list-style: outside;
    padding-left: 1em;
    font-size: 16px;
	text-align:left;
	padding:3em 6em;
}
ul.remi_btm li {
	font-size:18px;
	padding-bottom:1em;
}
ul.remi_btm li span {
	color:#f26549;
}
	@media screen and (max-width:700px) {
		.number {
			padding: 3em 2em;
		}
		ul.remi_btm {
			padding: 3em 3em 0;
		}
	}
	@media screen and (max-width:480px) {
		.number {
			padding:2em;
		}
		.number:after {
			width:150px;
			top:1em;
		}
		.number ul {
			padding-top:2em;
		}
		ul.remi_btm {
			padding: 2em 3em 0;
		}
	}
	@media screen and (max-width:430px) {
		ul.remi_btm {
			padding: 2em 2em 0 3em;
		}
		.number ul {
			padding-top:1em;
		}
	}
	@media screen and (max-width:380px) {
		.number {
			padding: 2em 1em;
		}
		ul.remi_btm {
			padding: 2em 1em 0 2em;
		}
	}
/*note1*/
.note1 {
}
.note1:after {
	background:url(../../images/boat.gif) top right no-repeat;
	background-size:contain;
	height:135px;
	width:23%;
}
.note1 ul,.note2 ul {
	padding-top:2em;
}
.note1 li,.note2 li {
	padding-top:.5em;
}
.note2 {
	margin-top:2em;
}
.note2:after {
	background:url(../../images/whale.gif) top right no-repeat;
	background-size:contain;
	height: 116px;
    width: 22%;
	bottom:2em;
	top:inherit;
}
	@media screen and (max-width:600px) {
		.note2:after {
			height:85px;
		}
	}
	@media screen and (max-width:500px) {
		.note1:after {
			height: 135px;
			width: 26%;
			top: 5em;
			right: 0;
		}
		.note2:after {
			height: 85px;
			bottom: .5em;
			width: 135px;
		}
		.note2 {
			padding: 3em 2em 6em 2em;
			margin:2em 0;
		}
	}
	@media screen and (max-width:430px) {
		.note1 {
			padding: 2em 1em;
		}
		.note2 {
			padding: 2em 1em 6em 1em;
		}
		.note1 ul, .note2 ul {
			padding-top: 1em;
		}
		.note1 .intitle h5,.note2 .intitle h5 {
			font-size:30px;
		}
	}
/*---location----------------------------------------------------------------------------------------------------------------------*/
.location {
	position:relative;
}
.location:before {
	content:'';
	border-bottom:dashed 2px #0378a6;
	position:absolute;
	bottom:64%;
	left:0;
	width:100%;
	z-index:1;
}
.location:after {
	content:'';
	background:url(../../images/loc_bg.png) repeat;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:65%;
}
.wrap6 {
	width:1065px;
	margin:0 auto;
	max-width:90%;
	text-align:center;
	padding-bottom:12em;
	position:relative;
	z-index:5;
}
.map {
	border-radius:15px;
	background:#0378a6;
	padding:10px;
	z-index:5;
	position:relative;
}
.map_warp {
	overflow:hidden;
	border:solid 3px #f28f6b;
	border-radius:15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	min-height:525px;
	position:relative;
	-webkit-appearance: none;
	appearance:none;
}
.map iframe {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	border:0;
	border-radius:0;
	-webkit-appearance: none;
	appearance:none;
}
/*route*/
.route {
	text-align:left;
	position:relative;
	padding: 5em 4em 0;
}
.route:before {
	content:'';
	background:url(../../images/dots.png) top right no-repeat;
	background-size:contain;
	position:absolute;
	top: 1em;
    right: 3em;
    width: 22%;
	height:58px;
}
.route:after {
	content:'';
	background: url(../../images/curves.png) top left no-repeat;
	background-size:contain;
	position:absolute;
	top: 6em;
    left: -12em;
	width:24%;
	height:72px;
}
.route .intitle {
}
.route .intitle h5 {
	color:#3c4c59;
}
.route .intitle span {
	color:#ffeecc;
}
.route .intitle img {
	margin: -2em 0 0 3em;
}
/*loc_tit*/
.loc_tit {
	margin:2em 0 .5em;
	background:url(../../images/loc_mark.png) top left no-repeat;
	width:231px;
	height:63px;
	color: #0378a6;
    font-weight: bold;
    padding: 10px 0 0 2em;
    font-size: 20px;
}
.route p {
	font-size:20px;
}
	@media screen and (max-width:750px) {
		.map_warp {
			min-height:460px;
		}
		.location:after {
			height:80%;
		}
		.location:before {
			bottom:79%;
		}
		.route {
			padding: 5em 0em 0;
		}
		.route:before {
			width:200px;
		}
	}
	@media screen and (max-width:600px) {
		.map_warp {
			min-height:400px;
		}
		.wrap6 {
			padding-bottom:9em;
		}
	}
	@media screen and (max-width:500px) {
		.map_warp {
			min-height:350px;
		}
		.wrap6 {
			padding-bottom:8em;
		}
		.route:before {
			right:1em;
		}
	}
	@media screen and (max-width:430px) {
		.map_warp {
			min-height:300px;
		}
	}
	@media screen and (max-width:380px) {
		.map_warp {
			min-height:280px;
		}
		.map {
			padding:6px;
		}
		.route .intitle img {
			margin: -2em 0 0 1em;
		}
	}
/*---apply-------------------------------------------------------------------------------------------------------------------------------*/
.ui-widget {
    font-family: inherit !important;
    font-size: 1.1em;
}
/*apply*/
.apply {
	width:1000px;
	margin:0 auto;
	max-width:90%;
	padding-bottom:12em;
	position:relative;
}
.apply iframe {
	width: 100%;
    height: 1300px;
}
.apply label {
	width:48%;
	text-align:left;
	padding:0 1em;
	font-weight:normal;
}
.apply td {
	padding-bottom:1em;
}
table.tb1 input[type=text], textarea,table.tb1 input[type=date] {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 90%;
    background: rgb(255, 255, 255);
    border: solid 1px #dadada;
    border-radius: 5px;
    height: 40px;
    box-shadow: 1px 1px 1px rgb(158, 170, 175,.5);
}
.apply .s {
	display:inline-block;
	width:25%;
}
.apply .s input[type=text] {
	width:60px;
}
.apply input[type=submit],.apply input[type=reset] {
	background: #fff;
    border: solid 1px #a7a7a7;
    border-radius: 5px;
    padding: 10px 13px;
    letter-spacing: 1px;
    box-shadow: 2px 2px 1px rgba(0,0,0,.3);
    transition: .2s ease all;
    width: 150px;
    margin: 0 1%;
    color: #000;
}
.apply input[type=button]:hover,.apply input[type=reset]:hover,.apply input[type=submit]:hover {
    background: rgba(0,0,0,.8);
    box-shadow: 0px 0px 1px rgba(0,0,0,.3);
    color: #fff;
}
.apply input[type=reset] {
    background: rgb(173, 176, 176);
}
/*remark*/
.remark {
	text-align:center;
	color:#e64c2e;
	font-size:20px;
	margin-top:1em;
}
table.tb2 input[type=text],table.tb2 input[type=date] {
	box-shadow:none;
	width:80%;
    background: rgb(255, 255, 255);
    border: solid 1px #dadada;
    border-radius: 5px;
    height: 40px;
}
.table-condensed>tbody>tr>td {
	padding:10px;
}
.side {
	text-align:right;
}
	@media screen and (max-width:800px) {
		.apply label {
			width:100%;
		}
		.apply .s {
			width:30%;
			margin:.2em 0;
		}
		.apply iframe {
			width: 100%;
			height:800px;
		}
	}
	@media screen and (max-width:660px) {
		.apply .s {
			width:45%;
		}
	}
	@media screen and (max-width:480px) {
		table.tb1 tr {
			border-bottom: dashed 1px #dedede;
			display:block;
			padding:.5em 0;
		}
		table.tb1 td {
			padding-bottom: .5em;
			display: block;
			text-align: left !important;
			width: 100% !important;
		}
		.side {
			text-align:left;
		}
		.apply label {
			padding:0 1em 0 0;
		}
		table.tb1 input[type=text], textarea,table.tb1 input[type=date] {
			width:100%;
		}
		.apply table.tb2 tr {
			border-bottom: dashed 0px #dedede;
			padding: .5em 0;
		}
		.apply .s {
			width:40%;
		}
		.apply {
			padding-bottom:8em;
		}
		table.tb2 input[type=text], table.tb2 input[type=date] {
			width:100%;
		}
		.table-condensed>tbody>tr>td {
			padding: 5px;
		}
	}
	@media screen and (max-width:350px) {
		.apply .s {
			width: 48%;
		}
		.apply input[type=submit], .apply input[type=reset] {
			width: 100%;
			margin: .5em 0;
		}
		.apply {
			padding-bottom:6em;
		}
	}
/*---imain------------------------------------------------------------------------------------------------------------------------------*/
.imain {
	position:relative;
	height:100vh;
	background:url(../../images/blue.png) bottom left repeat-x,url(../../images/cloud.png) bottom right no-repeat;
	background-size:auto;
	text-align:center;
	overflow-x:hidden;
}
/*leaf02*/
img.leaf02 {
	position:absolute;
	top:5em;
	right:0;
	width: 18%;
}
/*leaf01*/
img.leaf01 {
	position:absolute;
	top:0;
	left:0;
	width: 15%;
}
/*shan*/
img.shan {
	position:absolute;
	bottom:0;
	left:0;
	width: 49%;
    z-index: 3;
}
/*ideco02*/
img.ideco02 {
	position:absolute;
	bottom: 7em;
    left: 55%;
    transform: translateX(-50%);
	width: 13%;
}
/*ideco01*/
img.ideco01 {
	position:absolute;
	bottom: 10em;
    right: 9em;
    width: 13%;
}
/*itext*/
.itext {
	display:inline-block;
	vertical-align:top;
	position:relative;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	vertical-align: top;
    text-align: left;
    padding: 6em 5em 0 0;
	width:20%;
	z-index:5;
}
.itext img {
	position: absolute;
    bottom: -1em;
    right: -1em;
    width: 22%;
}
/*dex*/
.dex {
	display:inline-block;
	vertical-align:top;
	width: 55%;
    padding: 2em 1em 0;
}
.ibody {
	padding:0;
}
	@media screen and (max-width:1400px) {
		.dex {
			width:57%;
		}
	}
	@media screen and (max-width:1200px) {
		.dex {
			width:65%;
		}
		.itext {
			width:30%;
			padding: 6em 3em 0 0;
		}
		img.shan {
			width:66%;
		}
	}
	@media screen and (max-width:930px) {
		img.leaf02 {
			width:30%;	
		}
		img.leaf01 {
			width:26%;
		}
		.itext {
			width: 30%;
			padding: 12em 2em 0 0;
		}
		.dex {
			padding: 10em 1em 0;
		}
	}
	@media screen and (max-width:1024px) {
		.itext {
			width: auto;
			padding: 0;
			position: absolute;
			top:11em;
			left: 8em;
		}
		img.leaf02 {
			top:8em;
		}
		img.leaf01 {
			top: 0em;
		}
		.dex {
			width: 76%;
			position: absolute;
			top: 13em;
			right:0em;
			padding: 0;
			overflow:hidden;
			transform:translateX(5em);
		}
	}
	@media screen and (max-width:910px) {
		img.leaf01 {
			top: 4em;
		}
	}
	@media screen and (max-width:768px) {
		.dex {
			top:33vh;
		}
	}
	@media screen and (max-width:700px) {
		.itext {
			left:7em;
		}
		.itext img {
			position: absolute;
			bottom: -1em;
			right: initial;
			width: 28%;
			left: -1em;
		}
		.dex {
			top:16em;
		}
		img.shan {
			width: 75%;
		}
	}
	@media screen and (max-width:600px) {
		img.leaf01 {
			top: 4em;
			left: -3em;
			width: 156px;
		}
		.itext {
			left: 3em;
			top: 9em;
		}
		.dex {
			top: 16em;
			width: 95%;
		}
	}
	@media screen and (max-width:500px) {
		.dex {
			top:38vh;
		}
		img.leaf02 {
			top: 7em;
			width: 160px;
		}
		img.shan {
			width: 100%;
			left: -4em;
		}
	}
	@media screen and (max-width:430px) {
		.itext {
			left: 4em;
			top: 13em;
			font-size: 12px;
			transform: scale(.5);
			transform-origin: top left;
		}
		.dex {
			width:100%;
			top:36vh;
		}
		img.ideco02 {
			width:37%;
		}
	}
	@media screen and (max-width:380px) {
		.dex {
			top:40vh;
			transform:translateX(4em);
		}
	}
	@media screen and (max-width:330px) {
		img.leaf02 {
			top: 6em;
			width: 130px;
		}
		img.leaf01 {
			width:120px;
		}
		.itext {
			top:11em;
		}
	}
/***load***/
#load {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#fff;
	z-index:50;
}
.loading {
	position:fixed;
	top:35vh;
	left:50%;
	transform:translateX(-50%);
}
.loading img {
	max-width:100%;
}
table.codenumber {
	width:100%;
	text-align:center;
}
.code {
	cursor:pointer;
	text-align:center;
	background: url(../../images/payment_pattern.jpg) repeat;
	padding: 5px;
}
#inputCode {
	padding:5px;
}
.check {
	position:relative;
	width: 160px;
    display: inline-block;
}
.mind {
	font-size:13px;
	position:absolute;
	bottom:-25px;
	left:3px;
	font-family: "微軟正黑體", "Microsoft JhengHei";
}
	@media screen and (max-width:600px) {
		table.codenumber td {
			width: 100%;
			display: block;
			text-align: left;
		}
		.check {
			width:100%;
		}
		#inputCode {
			display:block;
			width:100%;
			margin-top:35px;
		}
	}
	@media screen and (max-width:430px) {
		.check {
			width:100%;
		}
		#inputCode {
			display:block;
			width:100%;
			margin-top:35px;
		}
	}

















