.text01 {
  height: 250px;

}
.text02 {
width: 15%;
  font-size: 25px;
  position: absolute;
  left: 10px;
  top: 5%;
  color: #FFF;
  text-align: center;
  border-radius: 50px;
  font-weight: 600;
  z-index: 2;
  height: 50px;
  line-height: 50px;
  background: #89BA44;
}
.text03 {
width: 100%;
  font-size: 25px;
  position: absolute;
  top: 10%;
  color: #493400;
  padding: 10px;
  font-weight: 800;
  text-align: center;
}
.text04 {
width: 100%;
  font-size: 15px;
  position: absolute;
  bottom: 15%;
  color: #000;
  padding: 10px;
  font-weight: 800;
  text-align: center;
}
.text05 {
  width: 100%;
margin-top: 10px;
  font-size: 17px;
  color: #000;
  text-align: center;
  font-weight: 800;
}


.text06 {
  width: 100%;
  font-size: 14px;
  color: #8c8888;
  text-align: center;
  font-weight: 600;
}

.text07 {
  height: 120px;

}
.clearfix {
width: 1100px;
  height: 45px;
  float: right;
  position: absolute;
}
h8 {
position: absolute;
  font-weight: 900;
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 1.4em;
  color: #89BA44;
margin-left: -82px;
}

.qa99 {
position: relative;
  margin-top: 100px;
  width: 1050px;
  padding: 0;
  list-style: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 20px;
  line-height: 40px;
  color: #555;
  margin-left: -150px;
}



h9 {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 1.2em;
  z-index: 1;
}


.as {
  position: relative;
  margin: 10px;
  width: 31%;

  float: left;
}

.as:before {
  content: "\2714";
  display: block;
  position: absolute;
  margin: auto;
  top: 0; left: 0; 
 
bottom: -99px;
right: -249px;
  width: 40px;
  height: 40px;
  line-height: 40px;
line-height: 40px;
background: #00c09e;
border-radius: 50px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  z-index: 10;
  opacity: 0;
  transition:         0.3s linear;
  -o-transition:      0.3s linear;
  -ms-transition:     0.3s linear;
  -moz-transition:    0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-user-select:      none;
  -moz-user-select:    none;
  -webkit-user-select: none;
  cursor: pointer;
}

li.selected:before {
  opacity: 1;
}

/* img selection */

li.selected img {
  box-shadow: 0 0 4px 4px #00c09e;
  animation:        selected 0.3s cubic-bezier(0.250, 0.100, 0.250, 1.000);
  -o-animation:     selected 0.3s cubic-bezier(0.250, 0.100, 0.250, 1.000);
  -ms-animation:    selected 0.3s cubic-bezier(0.250, 0.100, 0.250, 1.000);
  -moz-animation:   selected 0.3s cubic-bezier(0.250, 0.100, 0.250, 1.000);
  -webkit-animation: selected 0.3s cubic-bezier(0.250, 0.100, 0.250, 1.000);
border-radius:16px;
}

@keyframes selected {
  0% { border-color: #fff; }
  50% { transform: scale(0.5); opacity: 0.8; box-shadow: 0 0 0 4px #00c09e; }
  80%,100% { width: 100%; height: 100%; box-shadow: 0 0 0 4px #00c09e; }
}
@-o-keyframes selected {
  0% { box-shadow: 0 0 0 4px #fff; }
  50% { -o-transform: scale(0.5); opacity: 0.8; box-shadow: 0 0 0 4px #00c09e; }
  80%,100% { width: 100%; height: 100%; box-shadow: 0 0 0 4px #00c09e; }
}
@-ms-keyframes selected {
  0% { box-shadow: 0 0 0 4px #fff; }
  50% { width: 45%; height: 45%; opacity: 0.8; box-shadow: 0 0 0 4px #00c09e; }
  80%,100% { width: 100%; height: 100%; box-shadow: 0 0 0 4px #00c09e; }
}
@-moz-transition selected {
  0% { box-shadow: 0 0 0 4px #fff; }
  50% { -moz-transform: scale(0.5); opacity: 0.8; box-shadow: 0 0 0 4px #00c09e; }
  80%,100% { width: 100%; height: 100%; box-shadow: 0 0 0 4px #00c09e; }
}
@-webkit-keyframes selected {
  0% { box-shadow: 0 0 0 4px #fff; }
  50% { -webkit-transform: scale(0.5); opacity: 0.8; box-shadow: 0 0 0 4px #00c09e; }
  80%,100% { width: 100%; height: 100%; box-shadow: 0 0 0 4px #00c09e; }
}

/* button */

button {
  height: 45px;
  margin: 0 7px;
  padding: 5px 0;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 2px;
  color: #fff;
  border: 0;
  border-radius: 2px;
  text-transform: uppercase;
  outline: 0;
}

button.select {
  float: left;
  background: #435a6b;
  cursor: pointer;
  width: 150px;
}

button.select:before, button.select:after {
  position: absolute;
  display: block;
  content:  '全選';
  width: 150px;
  text-align: center;
  transition:         0.1s linear;
  -o-transition:      0.1s linear;
  -ms-transition:     0.1s linear;
  -moz-transition:    0.1s linear;
  -webkit-transition: 0.1s linear;
}

button.select:after {
  content:  '取消';
  margin-top: 20px;
  opacity: 0;
}

button.select.selected:before {
  transform:         translate(0,-38px);
  -o-transform:      translate(0,-38px);
  -ms-transform:     translate(0,-38px);
  -moz-transform:    translate(0,-38px);
  -webkit-transform: translate(0,-38px);
  opacity: 0;
}

button.select.selected:after {
  transform:         translate(0,-38px);
  -o-transform:      translate(0,-38px);
  -ms-transform:     translate(0,-38px);
  -moz-transform:    translate(0,-38px);
  -webkit-transform: translate(0,-38px);
  opacity: 1;
}

button.send {
  float: right;
  margin-right: 55px;
  background: #aaa;
  padding: 0px 15px;
  transition:         0.3s linear;
  -o-transition:      0.3s linear;
  -ms-transition:     0.3s linear;
  -moz-transition:    0.3s linear;
  -webkit-transition: 0.3s linear;
}

button.send.selected {
  background: #89BA44;
  cursor: pointer;
}

button.send:after {
  position: absolute;
  content:  attr(data-counter);
  padding: 5px 8px;
  margin: -29px 0 0 0px;
  line-height: 100%;
  border: 2px #fff solid;
  border-radius: 60px;
  background: #89BA44;
  transition:         0.1s linear;
  -o-transition:      0.1s linear;
  -ms-transition:     0.1s linear;
  -moz-transition:    0.1s linear;
  -webkit-transition: 0.1s linear;
  opacity: 0;
}

button.send.selected:after {
  opacity: 1;
}

.right {
    position: absolute;
    width: 100%;
    height: 250px;
    background: hsla(101.3, 84.7%, 33.3%, 0.34) url(../img/o.png) no-repeat 50% 50%;
    border-radius: 15px;
    z-index: 14;
}
.error {
    position: absolute;
    width: 100%;
    height: 250px;
    background: hsla(0, 84.7%, 33.3%, 0.34) url(../img/x.png) no-repeat 50% 50%;
    border-radius: 15px;
    z-index: 14;
}
@media (max-width: 1280px){
h8 {
margin-left: -105px;
}
}
@media (max-width: 767px)  {
.clearfix{
    width: 100%;
height: 80px;
}

h8 {
 position: relative;
    width: 130%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 1.2em;
    z-index: 1;
margin-left: 227px;
}

h9 {
 position: relative;
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 1.1em;
    z-index: 1;
}
.qa {
    position: relative;
    margin: 20px auto;
    width: 100%;

}
.as {
    position: relative;
    margin: 10px;
    width: 44%;
    height: 120px;
    float: left;
}
.as::before {
    bottom: -59px;
right: -179px;
 
}

.cta-box--col2 {
    margin: 1.857142857rem auto 2.857142857rem;
    width: 100%;
    max-width: 22.571428571rem;
}
.right {
    


}
.error {

}
button.select {

  width: 100px;
}

button.select:before, button.select:after {

  width: 100px;

}
button.send {
  float: right;
  margin-right: 15px;


}
}
@media (max-width: 480px){
.text01 {
  height: 125px;
}
.text07 {
  height: 100px;
}
.qa01 {
  width: 80px;
  height: 40px;
  font-size: 20px;
  border-radius: 150px;
  font-weight: 800;
  line-height: 40px;
}

.qa02 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin-top: -60px;
  margin-left: 90px;

}


.text02 {
width: 20%;
height: 30px;
  line-height: 30px;
  font-size: 12px;

}

.text03 {
font-size: 20px;

}

.text04 {
font-size: 13px;

}

.as {
    position: relative;
    margin: 10px;
    width: 44%;
    height: 80px;
    float: left;
}
h8 {

    line-height: 45px;
    text-align: center;
    font-size: 0.9em;
margin-left: 25px;

}
.error {
  height: 125px;
}
.right {
  height: 125px;
}
.as::before {
    bottom: -50px;
    right: -122px;
}
.clearfix{
    width: 90%;
height: 80px;
}
}
