﻿/* ---reset.css--- */
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, tr, th, td,
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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	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;
}
/* ---reset.css--- */

html, body{	
	font-family:"Noto Sans TC",arial;
	-webkit-text-size-adjust:none;
	background-color:#FFF;
	
}


/* --電腦版型------------------------------------- */

.btn-C{
	width: 13%;
    height: 45px;
    float: left;
    margin-top: 1%;
    margin-left: 2%;
    background-color: #ffffff;
	/*transform: scale(1, 1);*/
	transform: translateX(0, 0);
    transition: all 0.2s ease-out;
    border-radius: 30px;
}
.btn-C h2{
	display: block;
    width: 60%;
    height: auto;
    font-size: 16px;
    color: #00b6d6;
    line-height: 45px;
    text-align: center;
    float: left;
    margin-left: 1.3rem;
}
.btn-C:hover{
	transform: translateX(20px);
 	background-color: #ffffffs;
   cursor: pointer;	
}
.btn-C a{
	text-decoration: none;
}
.btn-C h2 a:hover{
	color: #00b6d6;
}
.elementor-align-icon-right-2 {
    /* -webkit-box-ordinal-group: 16; */
    -ms-flex-order: 15;
    order: 15;	
}
.fa, .fas {
    font-family: "Font Awesome 5 Free";
    font-weight:bolder;
	-webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	margin: 8% 0 0 0%;
}
.fa-chevron-right-2::before {
    content: "\f054";
	font-size: 20px;
	color:#00b6d6;
	vertical-align: middle;
}
.fa-chevron-right-2::after {
    content: "\f054";
	font-size: 20px;
	color:#ffffff;
	vertical-align: middle;
}
.burgundy {
	display: block;
	float: left;
    color: #d10101;
	font-size: 20px;
}
.fillBox {
    display: block;
    overflow: hidden;
	width: 75%;
}
.inText {
    padding: 5px;
    margin-bottom: 1%;
    width: 90%;
    height: 30px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    outline: none;
    font-size: 16px;
	border-radius: 8px;
}
.fillBox textarea {
    padding: 5px;
    margin-top: 8px;
    width: 95%;
    height: 100px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    outline: none;
    resize: none;
	border-radius: 8px;
}
/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
.item-2 {
    width: 100%;
    height: auto;
    padding-bottom: 1.5%;
    padding-left: 0.1%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.store-2 {
  display: block;
  position: relative;
  padding:0 35px;
  cursor: pointer;
  font-size:17px;
  color: #585858;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 30px;
  float:left;
}

/* Hide the browser's default radio button */
.store-2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.store-2:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.store-2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
 
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.store-2 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.store-2 .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.store-3 {
  display: block;
  position: relative;
  padding:0 35px;
  cursor: pointer;
  font-size:17px;
  color: #585858;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 30px;
  float:left;
}

/* Hide the browser's default radio button */
.store-3 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.store-3:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.store-3 input:checked ~ .checkmark {
  background-color: #2196F3;
}
 
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.store-3 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.store-3 .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.open-2 {
  display: block;
  position: relative;
  padding:0 35px;
  cursor: pointer;
  font-size:17px;
  color: #585858;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 30px;
  float:left;
}

/* Hide the browser's default radio button */
.open-2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.open-2:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.open-2 input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.open-2 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.open-2 .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.form-control{
	height: 40px;
	line-height: 40px;
	padding-left: 0.1%;
	display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.form-control input[type="checkbox"] {
	display:inline;
}
.form-control input[type="checkbox"] + label {
	display: inline-block;
	cursor: pointer;
	padding: 2px 5px;
	color: #585858;
	font-size: 17px;
}
.form-control input[type="checkbox"]:checked + label {
	
}
input[type="checkbox"]:checked {
  width: 20px;
  height: 20px;
}
.form-title h2{
	display: block;
	float: left;
    height: 40px;
    font-size: 17px;
    color: #585858;
    line-height: 40px;
}
.burgundy {
	display: block;
	float: left;
    color: #d10101;
	font-size: 20px;
	margin: 4% 0 0 0;
}
.fillBox {
    display: block;
    overflow: hidden;
	width: 100%;
}
.inText {
    padding: 5px;
    margin-bottom: 1%;
    width: 90%;
    height: 30px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    outline: none;
    font-size: 16px;
	border-radius: 8px;
}
.fillBox textarea {
    padding: 5px;
    margin-top: 8px;
    width: 95%;
    height: 100px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    outline: none;
    resize: none;
	border-radius: 8px;
}
.btn{
	width: 100%;
	height: auto;
}
.btn-A{
	width: 150px;
	height: 50px;
	display: block;
	float: left;
	margin: 5% 0 0 3%;
	border-radius: 30px;
	border: 0px solid transparent;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4eb4e2+1,1588d3+100 */
background: #4eb4e2; /* Old browsers */
background: -moz-linear-gradient(top,  #4eb4e2 1%, #1588d3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #4eb4e2 1%,#1588d3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #4eb4e2 1%,#1588d3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb4e2', endColorstr='#1588d3',GradientType=0 ); /* IE6-9 */

}
.btn-A p,.btn-B p{
	display: block;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 50px;
	text-align: center;	
}
.btn-B{
	width: 150px;
	height: 50px;
	display: block;
	float: left;
	margin: 5% 3% 0 3%;
	background-color: #476374;
	border-radius: 30px;
	border: 0px solid transparent;
}
.btn-A:hover{
	width: 150px;
	height: 50px;
	display: block;
	background: #eb6100;
	border-radius: 30px;
	border: 0px solid transparent;
	
}
.btn-B:hover{
	width: 150px;
	height: 50px;
	display: block;
	background-color: #2e4c5e;
	border-radius: 30px;
	border: 0px solid transparent;
	
}
.btn-A a,.btn-B a {
	text-decoration: none;
}
/* --手機版型------------------------------------- */

@media screen and (max-width: 736px) {
	
*{
	box-sizing:border-box; /* 讓 padding 與 width 解除關係 */
}

html,body{
	-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
}
.form-content-T {
    width: 100%;
    height: 260px;
    display: block;
    background-color: #00b6d6;
}	
.btn-C {
	width: 180px;
    height: 60px;
    float: none;
    margin-top: 1%;
    margin-left: 2%;
    /* background-color: #476374;*/
	transform:translateX(0,0);
    transition: all 0.5s ease-out;
    border-radius: 30px;
    border: 1px #e9f4f5 solid;
	margin: 0 auto;
}
.btn-C h2{
	display: block;
    width: 60%;
    height: auto;
    font-size: 20px;
    color: #00b6d6;
    line-height: 55px;
    text-align: center;
    float: left;
    margin-left: 1.3rem;
}
.btn-C:hover{
/*-webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;*/
  transform:translateX(20px);
   background-color: #ffffff;
   cursor: pointer;
}

.btn-C a{
	text-decoration: none;
}
.btn-C h2:hover{
	color: #00b6d6;
}
.elementor-align-icon-right-2 {
    /* -webkit-box-ordinal-group: 16; */
    -ms-flex-order: 15;
    order: 15;	
}
.fa, .fas {
    font-family: "Font Awesome 5 Free";
    font-weight:bolder;
	-webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	margin: 10% 0 0 0%;
}
.fa-chevron-right-2::before {
    content: "\f054";
	font-size: 20px;
	color:#00b6d6;
	vertical-align: middle;
}
.fa-chevron-right-2::after {
    content: "\f054";
	font-size: 20px;
	color:#ffffff;
	vertical-align: middle;
}
.burgundy {
	display: block;
	float: left;
    color: #d10101;
	font-size: 20px;
}
.fillBox {
    display: block;
    overflow: hidden;
	width: 75%;
}
.inText {
    padding: 5px;
    margin-bottom: 1%;
    width: 90%;
    height: 30px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    outline: none;
    font-size: 16px;
	border-radius: 8px;
}
.fillBox textarea {
    padding: 5px;
    margin-top: 8px;
    width: 95%;
    height: 100px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    outline: none;
    resize: none;
	border-radius: 8px;
}
/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

.store-2 {
  display: block;
  position: relative;
  padding:0 35px;
  cursor: pointer;
  font-size:17px;
  color: #585858;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 30px;
  float:left;
}

/* Hide the browser's default radio button */
.store-2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.store-2:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.store-2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
 
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.store-2 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.store-2ㄋ .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.open-2 {
  display: block;
  position: relative;
  padding:0 35px;
  cursor: pointer;
  font-size:17px;
  color: #585858;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 30px;
  float:left;
}

/* Hide the browser's default radio button */
.open-2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.open-2:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.open-2 input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.open-2 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.open-2 .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.form-control{
	height: 40px;
	line-height: 40px;
	padding-left: 0.1%;
	display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.form-control input[type="checkbox"] {
	display:inline;
}
.form-control input[type="checkbox"] + label {
	display: inline-block;
	cursor: pointer;
	padding: 2px 5px;
	color: #585858;
	font-size: 17px;
}
.form-control input[type="checkbox"]:checked + label {
	
}
input[type="checkbox"]:checked {
  width: 20px;
  height: 20px;
}
.form-title h2{
	display: block;
	float: left;
    height: 40px;
    font-size: 17px;
    color: #585858;
    line-height: 40px;
}
.burgundy {
	display: block;
	float: left;
    color: #d10101;
	font-size: 20px;
}
.fillBox {
    display: block;
    overflow: hidden;
	width: 100%;
}
.inText {
    padding: 5px;
    margin-bottom: 1%;
    width: 90%;
    height: 40px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    outline: none;
    font-size: 16px;
	border-radius: 8px;
}
.fillBox textarea {
    padding: 5px;
    margin-top: 8px;
    width: 95%;
    height: 100px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    outline: none;
    resize: none;
	border-radius: 8px;
}
.btn{
	width: 100%;
	height: auto;
}
.btn-A{
	width: 150px;
	height: 50px;
	display: block;
	float: left;
	margin: 5% 0 0 3%;
	border-radius: 30px;
	border: 0px solid transparent;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4eb4e2+1,1588d3+100 */
background: #4eb4e2; /* Old browsers */
background: -moz-linear-gradient(top,  #4eb4e2 1%, #1588d3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #4eb4e2 1%,#1588d3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #4eb4e2 1%,#1588d3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb4e2', endColorstr='#1588d3',GradientType=0 ); /* IE6-9 */

}
.btn-A p,.btn-B p{
	display: block;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 50px;
	text-align: center;	
}
.btn-B{
	width: 150px;
	height: 50px;
	display: block;
	float: left;
	margin: 5% 3% 0 3%;
	background-color: #476374;
	border-radius: 30px;
	border: 0px solid transparent;
}
.btn-A:hover{
	width: 150px;
	height: 50px;
	display: block;
	background: #eb6100;
	border-radius: 30px;
	border: 0px solid transparent;
	
}
.btn-B:hover{
	width: 150px;
	height: 50px;
	display: block;
	background-color: #2e4c5e;
	border-radius: 30px;
	border: 0px solid transparent;
	
}
.btn-A a,.btn-B a {
	text-decoration: none;
}
}
/* --ipad版型------------------------------------- */
@media only screen and (min-width: 737px) and (max-width: 1024px) {
*{
	box-sizing:border-box; /* 讓 padding 與 width 解除關係 */
}

html,body{
	-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
}
.container{
	width:100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,dde5ed+18,ffffff+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #dde5ed 18%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#dde5ed 18%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#dde5ed 18%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.form-container{
	width:100%;
	height: 900px;
	margin: 0 auto;	
}
.form-content-A{
	float: left;
	width: 55%;
	height: auto;
	display: block;
}
.form-content-T {
    width: 100%;
    height: 220px;
    display: block;
    background-color: #00b6d6;
}	
.form-content-title{
	width: 100%;
    height: 90px;
    margin: 0;
    padding:0;
    border-bottom: 0px;
}
.form-content-title h1{
	display: block;
    width: 80%;
    height: 70px;
    font-size: 28px;
    color: #ffffff;
    line-height: 70px;
    padding: 2% 0 0 7%;
}
.form-content-text{
	width:85%;
	height: 150px;
	padding: 0% 0 2% 0%;
	margin: 0 auto;
}
.form-content-text p{
	display: block;
    width: 90%;
    height: auto;
    font-size: 17px;
    color: #ffffff;
    line-height: 30px;
}
.form-images{
	width:100%;
	height: auto;
	margin:10% 15%;
}
.form-images img{
	width: 100%;
    height: auto;
}
.form-content-B{
	float: left;
	width: 50%;
	height: auto;
	display: block;
	margin: -15% 0% 0% 1%;
	padding: 2% 0% 3% 3%;
    /*border: 1px solid #ddd;*/
}
.form-content-B h1{
	display: block;
    float: left;
    width: 50%;
    height: 50px;
    font-size: 17px;
    color: #050505;
    line-height: 50px;
}
.form-text {
    position: relative;
}
.half {
    width: 60%;
    max-width: 490px;
    float: left;
}
.half-2 {
    width: 100%;
    max-width: 600px;
    float: left;
}
.form-title {
    margin-bottom: 1%;
	width: 100%;
	height: 25px;
}
.form-title h2{
	display: block;
	float: left;
    height: 25px;
    font-size: 16px;
    color: #585858;
    line-height: 25px;
}
.location-a{
	width: 35%;
    max-width: 100%;
    float: left;
}
.location-b{
	width: 65%;
    max-width: 100%;
    float: left;
}
.location-a .select {
    flex: 1;
    padding: 0 0.1em;
    color: #34495e;
    font-size: 17px;
    cursor: pointer;
}
.location-a select {
    position: relative;
    display: flex;
    width: 90%;
    height: 30px;
    background: #f5f5f5;
    color: #595757;
    overflow: hidden;
    border-radius: 0.1em;
    font-size: 17px;
    font-weight: normal;
    border: 1px solid #dddddd;
}
.location-c{
	width: 100%;
    max-width: 100%;
    float: left;
	padding-bottom: 2%;
}
.location-c .select {
    flex: 1;
    padding: 0 0.1em;
    color: #34495e;
    font-size: 17px;
    cursor: pointer;
}
.location-c select {
    position: relative;
    display: flex;
    width: 90%;
    height: 30px;
    background: #f5f5f5;
    color: #595757;
    overflow: hidden;
    border-radius: 0.1em;
    font-size: 16px;
    font-weight: normal;
    border: 1px solid #dddddd;
}	
.burgundy {
	margin-top: 2%;
    color: #d10101;
}
.fillBox {
    display: block;
    overflow: hidden;
	width: 95%;
}
.inText {
    padding: 5px;
    margin-bottom: 3%;
    width: 95%;
    height: 30px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    outline: none;
    font-size: 16px;
}
.fillBox textarea {
    padding: 5px;
    margin-top: 8px;
    width: 95%;
    height: 120px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    outline: none;
    resize: none;
}
.btn-A{
	width: 150px;
	height: 50px;
	display: block;
	float: left;
	margin: 5% 0 0 3%;
	border-radius: 30px;
	border: 0px solid transparent;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4eb4e2+1,1588d3+100 */
background: #4eb4e2; /* Old browsers */
background: -moz-linear-gradient(top,  #4eb4e2 1%, #1588d3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #4eb4e2 1%,#1588d3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #4eb4e2 1%,#1588d3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eb4e2', endColorstr='#1588d3',GradientType=0 ); /* IE6-9 */

}
.btn-A p,.btn-B p{
	display: block;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 50px;
	text-align: center;	
}
.btn-B{
	width: 150px;
	height: 50px;
	display: block;
	float: left;
	margin: 5% 3% 0 3%;
	background-color: #476374;
	border-radius: 30px;
	border: 0px solid transparent;
}
.btn-A:hover{
	width: 150px;
	height: 50px;
	display: block;
	background: #eb6100;
	border-radius: 30px;
	border: 0px solid transparent;
	
}
.btn-B:hover{
	width: 150px;
	height: 50px;
	display: block;
	background-color: #2e4c5e;
	border-radius: 30px;
	border: 0px solid transparent;
	
}
.btn-A a,.btn-B a {
	text-decoration: none;
}
.btn-C{
	width: 20%;
    height: 40px;
    float: left;
    margin-top: 1%;
    margin-left: 2%;
    /* background-color: #476374;*/
	transform:translateX(0,0);
    transition: all 0.5s ease-out;
    border-radius: 30px;
    border: 1px #e9f4f5 solid;
}
.btn-C h2{
	display: block;
    width: 60%;
    height: auto;
    font-size: 16px;
    color: #00b6d6;
    line-height: 40px;
    text-align: center;
    float: left;
    margin-left: 1.3rem;
}
.btn-C:hover{
/*-webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;*/
  transform:translateX(20px);
   background-color: #00b6d6;
   cursor: pointer;

}
.form-content-B h3 {
    display: block;
    float: left;
    width: 100%;
    height: 30px;
    font-size: 18px;
    color: #476374;
    line-height: 30px;
}	
.btn-C img {
    max-width: 100%;
    height: 30px;
    vertical-align: middle;
    padding-top: 7%;
	transform:translateX(0,0);
	 transition: all 0.5s ease-out;
}
.btn-C img:hover {
    -webkit-filter:brightness(0.99);
	transform:translateX(10px)
}	
.customer-service-container{
	width:100%;
	height:500px;
}
.customer-hotline-content{
	width: 100%;
	height: 500px;
	display: block;
	margin: 0 auto;
}
.customer-hotline{
	width: 45%;
	float: left;
	height: 300px;
	padding: 3% 0 5% 3%;
}
.hotline-t1{
	display: block;
    width: 100%;
    height: 60px;
	clear: both;
	margin-bottom: 8%;
}
.hotline-content-1{
	display: block;
    width: 17%;
    height: 60px;
	float: left;
}
.hotline-content-1 img{
	width: 60px;
	height: 60px;
}
.hotline-t1 h3{
	display: block;
    width: 100%;
    height: 60px;
    font-size: 26px;
    color: #00b6d6;
    line-height: 60px;
}
.customer-hotline p{
	display: block;
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #476374;
    line-height: 40px;
    padding: 1% 0 1% 2%;
    letter-spacing: 1px;
}
.customer-hotline a{
	text-decoration: none;
	color: #476374;
}
.customer-hotline a:hover{
	text-decoration: none;
	color: #333333;
}
.customer-t1{
	display: block;
    width: 100%;
    height: 60px;
	clear: both;
}
.line-content-1{
	display: block;
    width: 16%;
    height: 60px;
	float: left;
	padding-right: 0%;
}
.line-content-1 img{
	width: 60px;
	height: 60px;
}
.customer-t1 h3{
	display: block;
    width: 100%;
    height: 60px;
    font-size: 25px;
    color: #00b6d6;
    line-height: 60px;
}
.line-content-2{
	display: block;
    width: 100%;
    height: 60px;
}
.line-content-2 p{
	display: block;
    width: 100%;
    height: 30px;
    font-size: 18px;
    color: #476374;
    line-height: 30px;
	padding: 2% 0 2% 2%;
    letter-spacing: 1px;
}
.customer-line{
	width: 50%;
	float: left;
	height: 300px;
	padding: 3% 0 1% 0;
}
.line-content-3{
	display: block;
    width: 100%;
    height: 300px;
}
.QR-content{
	width: 100px;
    float: left;
    height: 100px;
    border: 1px solid #DEDEE0;
    background-color: #FFF;
    border-radius: 15px;
    margin: 2% 1% 2% 1%;
}
.QR-content-11{
	width: 100px;
    float: left;
    height: 100px;
    border: 1px solid #DEDEE0;
    background-color: #FFF;
    border-radius: 15px;
    margin: 2% 1% 2% 1%;
}
.QR-content img{
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
.QR-content-11 img{
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
.QR-content h1{
	display: block;
    width: 90%;
    height: 25px;
    font-size: 15px;
    color: #476374;
    line-height: 25px;
    padding: 0% 0 0% 10%;
    text-align: center;
}
.QR-content h3 {
    display: block;
    width: 100%;
    height: 30px;
    font-size: 15px;
    color: #476374;
    line-height: 30px;
    padding: 20% 0 2% 0%;
    text-align: center;
}
.QR-content h4 {
    display: block;
    width: 100%;
    height: 30px;
    font-size: 18px;
    color: #292b2c;
    line-height: 30px;
    padding: 5% 0 2% 0%;
    text-align: center;
}
.QR-content-2{
	width:5%;
	float: left;
	height: 100px;
	margin: 10% 0% 0% 0%;
}
.QR-content-2 h1{
	display: block;
    width: 100%;
    height: 30px;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
	text-align: center;
	font-weight:bold;
}
.QR-content-3{
	width: 5%;
    float: left;
    height: 50px;
    margin: 12% 0% 0% 0%;
}
.triangle-right{
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 13px solid #333333;
    border-bottom: 8px solid transparent;
    text-align: center;
    margin: 0 0 0 20%;
}	
}