@charset "utf-8";
/* CSS Document */

htel {
	margin: 0px;
	padding:0px;
	font-size:16px;
}
body {
	    font-family: "Century Gothic", "Varela Round", "sans-serif", "微軟正黑體";
    margin: 0px auto;
    font-size: 16px;
    background-image: url(../images/warpbg.png);
	background-size: 100%;
   
    position: relative;
    width: 100%;
      position: revert;
    background-attachment: fixed;
}
body:before {
background: url(../images/50.png) no-repeat center top;
    width: 100%;
    height: 500px;
    background-size: auto 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: inline-block;
    opacity: 0.5;
}


a {
	text-decoration: none;
}
a:hover {
    text-decoration: none;
}

.box {
	width: 70%;
    margin: 30px auto;
    background-color: #0000007a;
    padding: 5%;
    border-radius: 15px;
    position: revert;
    overflow: overlay;
	
}
.box h1 {
	text-align: center;
	color: #ffeb3b;
	font-size: 3em;
	/* margin-inline-end: 0px; */
	margin-block-start: 0em;
	margin-block-end: 0em;
}

.box h4 {
	    text-align: center;
    color: #1e1919;
    font-size: 1.6em;
    margin-block-start: 0em;
    margin-block-end: 1em;
    margin: 20px 0;
    padding: 20px 10px;
    border-radius: 80px;
    background-color: #efdb2f;
	
}
.box h4 p {
margin-block-start: 1em;
    margin-block-end: 0em;
    font-size: .7em;
	
}
.box h4 p sapn{
border-radius: 80px;
    background-color: #ef2f2f;
    padding: 8px 10px;
    margin-left: 20px;
    margin-top: 10px;
    font-size: 1.6em;
	
}
.box h3 {
	text-align: center;
    color: white;
    font-size: 1.2em; 
}
.box h5 {
	text-align: left;
    color: white;
	font-size: 1.8em;
	margin: 50px 0 20px;
}
.box span {
   color: #fff;
    font-size: 3.1em;
    margin: 0 0px;
    font-weight: 600;
}
.box .more1 {
    font-size: .8em;
    background-color: #0dc5c1;
    padding: 5px 20px;
    margin: 0 5px;
}
.box .more2 {
    font-size: .8em;
    background-color: #ffb1d8;
    padding: 5px 20px;
    margin: 0 5px;
}

.floating{
 position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    margin: auto; 
}

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px; 
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	width: 100%;
}

.button1 {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.button2:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
label {
    color: #ffc107;
    font-size: 1.5em;
    width: 100%;
    text-align: center;
    float: left;
    margin-bottom: 20px;
}

input[type=number], select {
width: 100%;
    padding: 20px 20px;
    margin: 8px auto;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 80px;
    box-sizing: border-box;
    font-size: 3em;
    text-align: center;
}


input[type=submit]:hover {
  background-color: #45a049;
}



@media (max-width: 730px) {
	body:before {
    background: url(../images/11.png) no-repeat right top;
    width: 100%;
    height: 300px;
    background-size: auto 100%;

}
	.box h1 {
    font-size: 2em;
}
	.box {
    width: 80%;
    margin: 5% auto;
		height: calc(100% - 10%);
}
	.box span {
    font-size: 1.8em;
}
	.box h3 {

    font-size: 1.5em;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}
	}


.new  {
    position: revert;
    right: 0%;
    top: 20px;
    width: calc(100% - 60px);
   
    float: left;
    margin: 30px 30px;
}



/*----------按鈕------------*/
.btn-6:before,
.btn-6:after {
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-6 {
  color: #000;
  position: relative;
  padding: 10px;
  /* display: block; */
  text-align: center;
  margin: 20px auto;
  width: 100%;
  max-width: 120px;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 2;
  border-radius: 50px;
  float: right;
  margin: 0 5px;
  background: #bfd2f5;
}
.btn-6:before {
     content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: 0;
    height: 100px;
    background: #f7b2ca;
    z-index: -1;
}
.btn-6:hover {
	color: #fff;
}
.btn-6:hover:before {
  width: 180px;
}
.btn-6:active {
  background: #881474;
}



@media (max-width: 730px) {
	.btn-6 {
  max-width: 60px;

  margin: 0 5px;
  
}
	
	
	}



.loader {
	   position:absolute;
	
	top: 40%;
	
	
  color: #ffffff;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
