body::before {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  content: url(bg1.jpg) url(bg2.jpg) url(bg3.jpg)
    url(bg4.jpg) url(bg5.jpg) url(bg1.png)
    url(bg2.png) url(bg3.png)
    url(bg4.png) url(bg5.png)
    url(p8_1.png) url(p8_2.png) url(p8_3.png)
    url(p8_4.png) url(p8_5.png) url(p9_1.png)
    url(p9_2.png) url(p9_3.png) url(p9_4.png)
    url(p9_5.png) url(p10_1.png) url(p10_2.png)
    url(p10_3.png) url(p10_4.png) url(p10_5.png)
    url(p11_1.png) url(p11_2.png) url(p11_3.png)
    url(p11_4.png) url(p11_5.png) url(p12_1.png)
    url(p12_2.png) url(p12_3.png) url(p12_4.png)
    url(p12_5.png);
  overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:focus {
  outline: unset;
}

html,
body,
h1,
p,
a,
div,
form,
input,
ul,
li {
  margin: 0 auto;
  padding: 0;
  font-family: 'Lato', sans-serif, '微軟正黑體';
  list-style-type: none;
  outline: none;
  text-decoration: none;
}

html {
  height: 100%;
}

body {
  position: relative;
  width: 100%;
  min-height: 100%;
  padding: 1px 1px 50px 1px;
  color: #ffffff;
  font-family: 'Lato', sans-serif, '微軟正黑體';
}

body[page='0']::after {
  bottom: 20%;
  color: #414f57;
  letter-spacing: 4px;
}

/*bg*/
.bg_slider div {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: none;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 29% top;
  background-size: cover;
}

.bg_slider div.bg_1 {
  display: block;
  background-image: url(bg1.jpg);
}

.bg_slider div.bg_2 {
  background-image: url(bg2.jpg);
}

.bg_slider div.bg_3 {
  background-image: url(bg3.jpg);
}

.bg_slider div.bg_4 {
  background-image: url(bg4.jpg);
}

.bg_slider div.bg_5 {
  background-image: url(bg5.jpg);
}

img.main_model{
  margin: 0 auto;
}

body[page='0'] .bg_slider,
.main_model {
  display: block;
}

/*content*/
.item {
  position: relative;
  display: none;
  width: 94%;
  max-width: 570px;
  margin-top: 150px;
  padding: 0;
  border-radius: 10px;
  background: #e1e8f2;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
  text-align: center;
}

.item .logo {
  width: 90%;
  max-width: 270px;
  margin: 40px;
}

.item00 {
  display: block;
  width: auto;
  margin: 35px auto;
  background: none;
  box-shadow: none;
}

.item00 video {
  width: 90%;
  max-width: 300px;
  border: 5px solid #000000;
  border-radius: 20px;
  background: #000000;
}

.item00 img.logo {
  display: block;
  max-width: 189px;
  margin: 40px auto 25px;
}

.item.item00 p {
  margin-top: 20px;
  padding: 0;
  font-size: 20px;
  letter-spacing: 4px;
}

.item00 p.p1 {
  color: #04b0ef;
  font-weight: 900;
}

.item00 p.p2 {
  margin-top: 15px;
  color: #414f57;
  font-weight: 900;
}

.item00 p.p3 {
  max-width: initial;
  color: #414f57;
  font-weight: normal;
}

.item.item00 .item_btn {
  padding: 15px 0 50px;
}

.item.item00 .btn {
  height: auto;
  padding: 15px 30px;
  border: 1px solid #8c8c8c;
  border-radius: 5px;
  background: #ffffff;
  color: #414f57;
  font-size: 20px;
  font-weight: normal;
  text-transform: capitalize;
}

.item.item00 .btn:hover {
  background: #04b0ef;
  color: #ffffff;
}

.item01{
  display: block;
}

.item h1 {
  color: #04b0ef;
  font-size: 25px;
  font-weight: 900;
}

.item02 h1 {
  text-transform: uppercase;
}

.item10 h1,
.item11 h1,
.item12 h1 {
  padding: 0 85px;
}

.item p {
  width: 90%;
  max-width: 325px;
  margin-top: 17px;
  clear: both;
  color: #414f57;
  font-size: 16px;
}

.item02 .cumsmart {
  margin-bottom: 25px;
}

.item i {
  display: block;
  margin-bottom: 8px;
  color: #414f57;
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
}

.question_num {
  display: flex;
  width: fit-content;
  margin: 0 auto;
  padding: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.question_num li {
  width: 42px;
  height: 31px;
  background: #cad1e4;
  line-height: 31px;
  list-style-type: none;
}

.question_num li:first-child {
  width: auto;
  margin-right: 13px;
  background: none;
}

.question_num li.active {
  background: #04b0ef;
  color: #ffffff;
}

.question_num span {
  float: left;
}

.select_wrap {
  width: 94%;
  margin-top: 20px;
}

.select_wrap li {
  position: relative;
  width: 166px;
  margin-right: 17px;
  color: #414f57;
  cursor: pointer;
  float: left;
  font-size: 16px;
  font-weight: 600;
}

.select_wrap li:nth-child(3),
.select_wrap li:nth-child(5) {
  margin-right: 0;
}

.select_wrap li:nth-child(4) {
  margin-left: 83px;
  clear: both;
}

.select_wrap li:nth-child(4),
.select_wrap li:nth-child(5) {
  margin-bottom: 0;
}

.select_wrap li.selected:before {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  width: 161px;
  height: 161px;
  border: 4px solid #04b0ef;
  border-radius: 30px;
  box-sizing: unset;
  content: '';
}

.select_wrap li span {
  display: block;
  min-height: 50px;
  margin-top: 10px;
  line-height: 24px;
}

.select_wrap li img {
  opacity: 0.7;
}

.select_wrap li.selected img,
.select_wrap li img:hover {
  opacity: 1;
}

.item12 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 90%;
}

.item12 ul li {
  position: relative;
  display: block;
  min-width: 51%;
  margin-bottom: 10px;
  color: #414f57;
  cursor: pointer;
  font-size: 18px;
  text-align: left;
}

.item12 ul li:before {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 13px;
  border: 1px solid #596163;
  border-radius: 2px;
  background: transparent;
  content: '';
}

.item12 ul li.selected:before {
  border: 1px solid #04b0ef;
}

.item12 ul li.selected:after {
  position: absolute;
  top: 6px;
  left: 3px;
  z-index: 1;
  width: 13px;
  height: 13px;
  background: #04b0ef;
  content: '';
}

.item.item13 {
  padding: 15px 5% 30px;
}

.item13 h1 {
  font-size: 30px;
}

.item13 .loading p {
  max-width: 100%;
}

.item13 .process_bar {
  width: 100%;
  height: 20px;
  margin-top: 15px;
  border: 1px solid #596163;
  border-radius: 10px;
  background: none;
  overflow: hidden;
}

.item13 .process_bar:before {
  display: block;
  width: 0;
  height: 100%;
  background: #04b0ef;
  content: '';
  transition: all ease-in-out 1s;
}

.item13 .process_bar[process='1']:before {
  width: 20%;
}

.item13 .process_bar[process='2']:before {
  width: 40%;
}

.item13 .process_bar[process='3']:before {
  width: 60%;
}

.item13 .process_bar[process='4']:before {
  width: 80%;
}

.item13 .process_bar[process='5']:before {
  width: 100%;
}

.item14 {
  padding-right: 30px;
  padding-left: 30px;
}

.item14 h1 {
  padding-top: 25px;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
}

.item14 h2 {
  margin: 20px auto 15px;
  color: #414f57;
  font-size: 16px;
  font-weight: 900;
}

.item14 p {
  max-width: initial;
  padding-top: 0;
  padding-bottom: 25px;
}

.item14 ul {
  padding: 0 32px 0 43px;
  text-align: left;
}

.item14 li {
  color: #414f57;
  font-size: 16px;
  line-height: 1.4;
  list-style-type: decimal;
}

.item14 li span {
  display: block;
  margin-left: 11px;
}

/*btn*/
.item_btn {
  padding: 30px 0 25px;
  clear: both;
}

.btn {
  display: inline-block;
  min-width: 150px;
  padding: 14px 5px;
  border: 1px solid #414f57;
  border-radius: 5px;
  background: #04b0ef;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.btn:hover {
  background: #252b2e;
}

.btn.btn_no {
  margin-right: 15px;
  background: #596163;
  color: rgb(255 255 255 / 0.5);
}

.btn.btn_no:hover {
  background: #252b2e;
}

.btn.disable {
  cursor: not-allowed;
  pointer-events: none;
}

.btn.disable img {
  opacity: 0.5;
}

.header-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 55px;
  margin-bottom: 20px;
  padding: 15px 0 10px;
  border-bottom: 1px solid #04b0ef;
}

.only-portrait {
  display: block;
}

.only-landscape {
  display: none;
}

@media only screen and (max-width: 1024px) {
  body[page='0']::after {
    bottom: 10px;
    letter-spacing: 2px;
  }

  /*bg*/
  .bg_slider div.bg_1 {
    display: block;
    background-image: url(bg1.png);
  }

  .bg_slider div.bg_2 {
    background-image: url(bg2.png);
  }

  .bg_slider div.bg_3 {
    background-image: url(bg3.png);
  }

  .bg_slider div.bg_4 {
    background-image: url(bg4.png);
  }

  .bg_slider div.bg_5 {
    background-image: url(bg5.png);
  }

  /*content*/
  .item .logo {
    margin: 10px;
  }

  .main_model {
    display: block;
    max-width: 200px;
    margin: 10px auto;
  }

  .item {
    margin-top: 25px;
  }

  .item07 h1,
  .item08 h1,
  .item09 h1,
  .item10 h1,
  .item11 h1,
  .item12 h1 {
    padding: 0 20px;
  }

  .item p {
    width: 94%;
  }

  .item00 p.p3 {
    letter-spacing: 3px;
  }

  .item02 p {
    padding-top: 6px;
  }

  .select_wrap {
    width: calc(100% - 22px);
  }

  .select_wrap li {
    width: calc(33.3% - 6px);
    margin-right: 9px;
  }

  .select_wrap li:nth-child(4) {
    margin-left: 18%;
  }

  .select_wrap li img {
    width: 100%;
  }

  .select_wrap li.selected img {
    border: 3px solid #04b0ef;
    border-radius: 20px;
  }

  .select_wrap li.selected:before {
    display: none;
  }

  .select_wrap li span {
    min-height: 45px;
    margin-top: 4px;
    margin-bottom: 8px;
    line-height: 18px;
  }

  .item12 ul li {
    min-width: 80%;
  }

  .item14 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .item14 p {
    padding-right: 0;
    padding-left: 0;
  }

  .item14 ul {
    padding: 0 8px 0 27px;
  }

  .item14 li span {
    margin-left: 6px;
  }

  /*btn*/
  .btn:nth-child(3) {
    margin-top: 20px;
  }

  .item_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media only screen and (max-height: 900px) {
  body[page='0']::after {
    bottom: 10px;
  }
}

@media screen and (max-width: 580px) {
  .item00 img.logo {
    max-width: 189px;
    margin: 20px auto 20px;
  }

  .item.item00 .item_btn {
    padding: 15px 0 20px;
  }

  img.apps {
    width: 120px;
  }

  body[page='0']::after {
    bottom: 55px;
  }

  .item .logo {
    max-width: 200px;
  }

  .header-box {
    margin-bottom: 15px;
  }

  .main_model {
    max-width: 150px;
  }

  img.cumsmart {
    width: 100px;
  }

  .item h1 {
    font-size: 20px;
  }

  .select_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: calc(100% - 30px);
  }

  .select_wrap li {
    width: calc(29%);
    margin: 0;
    margin-right: 0;
    float: none;
  }

  .select_wrap li:nth-child(4) {
    margin-left: 0;
  }

  .select_wrap li span {
    margin-bottom: 0;
  }

  .item14 h1 {
    padding-top: 10px;
    font-size: 20px;
  }

  .item14 h2 {
    margin: 10px auto 0;
  }

  .item14 p {
    margin-top: 5px;
    padding-bottom: 10px;
    font-size: 13px;
  }

  .item14 li {
    font-size: 13px;
  }

  .btn {
    padding: 10px 5px;
    font-size: 15px;
  }
}

@media screen and (min-width: 373px) and (max-width: 375px) {
  .item {
    margin-top: 15px;
  }

  .item00 img.logo {
    margin: 25px auto 25px;
  }
  .item.item00 .item_btn {
    padding: 15px 0 0;
  }

  .apps {
    display: none;
  }
  body::after {
    bottom: 10px;
  }
  body[page='0']::after {
    bottom: 20px;
  }

  .item .logo {
    max-width: 150px;
  }

  .header-box {
    margin-bottom: 10px;
    padding: 10px 0 10px;
  }

  .main_model {
    max-width: 135px;
  }

  .item_btn {
    padding: 15px 0 15px;
  }

  .item02 .cumsmart {
    max-width: 100px;
  }

  .item h1 {
    font-size: 20px;
  }
}
