@charset "UTF-8";
/* RESET
--------------------------------------------------------------------------------------*/
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, rem, font, img, ins, kbd, q, s, samp, small, strike, 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, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}

body {
  line-height: 1;
  background: #000;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote.clear:after, blockquote:after, q:before, q.clear:after, q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address {
  display: inline;
  font-style: normal;
}

.container {
  width: calc(100% - 20px);
  max-width: 1100px;
  position: relative;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 3;
}

@font-face {
  font-family: FakePearl-Regular;
  src: url(https://cdn.jsdelivr.net/gh/max32002/FakePearl@1.1/webfont/FakePearl-Regular.woff2) format("woff2"), url(https://cdn.jsdelivr.net/gh/max32002/FakePearl@1.1/webfont/FakePearl-Regular.woff) format("woff");
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: FakePearl-Regular;
  letter-spacing: 1px;
}

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  font-family: "微軟正黑體";
  letter-spacing: 2px;
  scroll-behavior: smooth;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.scrollbar::-webkit-scrollbar {
  background-color: rgba(255, 255, 255, 0);
  width: 25px;
}
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #4a00d3;
  border: none;
}
.scrollbar::-webkit-scrollbar-track-piece {
  background-color: rgba(255, 255, 255, 0);
}
.scrollbar::-webkit-scrollbar-button {
  background: rgba(255, 255, 255, 0);
  border: none;
}

.clear:before, .clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

iframe {
  display: block;
}

button {
  cursor: pointer;
}

table {
  width: 100%;
}
table th, table td {
  vertical-align: middle;
}

.table {
  display: table;
}

.tr {
  display: table-row;
}

.th,
.td {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.inblock {
  font-size: 0;
  letter-spacing: 0;
}
.inblock > * {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1px;
}

/* position */
/* margin */
/* padding */
/* font-size */
@-webkit-keyframes pulse {
  50% {
    background: rgb(255, 255, 255);
  }
}
@keyframes pulse {
  50% {
    background: rgb(255, 255, 255);
  }
}
#loading {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.95);
}

.loading-pulse {
  position: relative;
  margin: auto;
  width: 6px;
  height: 24px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-animation: pulse 750ms infinite;
          animation: pulse 750ms infinite;
  -webkit-animation-delay: 250ms;
          animation-delay: 250ms;
}
.loading-pulse:before, .loading-pulse:after {
  content: "";
  position: absolute;
  display: block;
  height: 16px;
  width: 6px;
  background: rgba(255, 255, 255, 0.2);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation: pulse 750ms infinite;
          animation: pulse 750ms infinite;
}
.loading-pulse:before, .loading-pulse.clear:after {
  left: -12px;
}
.loading-pulse:after {
  left: 12px;
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}

@-webkit-keyframes carMove {
  100% {
    left: 55%;
    bottom: 30%;
    width: 20%;
  }
}

@keyframes carMove {
  100% {
    left: 55%;
    bottom: 30%;
    width: 20%;
  }
}
@-webkit-keyframes oldMan {
  100% {
    left: 90%;
    bottom: 38.6%;
    width: 8%;
  }
}
@keyframes oldMan {
  100% {
    left: 90%;
    bottom: 38.6%;
    width: 8%;
  }
}
@-webkit-keyframes pcmove {
  100% {
    left: 0%;
    top: -11%;
  }
}
@keyframes pcmove {
  100% {
    left: 0%;
    top: -11%;
  }
}
@-webkit-keyframes bookMove {
  100% {
    left: 46%;
    bottom: 68%;
    width: 10%;
  }
}
@keyframes bookMove {
  100% {
    left: 46%;
    bottom: 68%;
    width: 10%;
  }
}
@-webkit-keyframes shining {
  0% {
    width: 0;
  }
  50% {
    width: 30px;
  }
  100% {
    width: 0;
  }
}
@keyframes shining {
  0% {
    width: 0;
  }
  50% {
    width: 30px;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes shooting {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
  }
}
@keyframes shooting {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
  }
}
@-webkit-keyframes sky {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
}
@keyframes sky {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
}
@-webkit-keyframes animate1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animate1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes animate2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 1;
  }
  52% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animate2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 1;
  }
  52% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes star {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes star {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes boom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes boom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes push {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes push {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@-webkit-keyframes bg {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  51% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}
@keyframes bg {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  51% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}
@-webkit-keyframes und {
  to {
    bottom: 2%;
  }
}
@keyframes und {
  to {
    bottom: 2%;
  }
}
@-webkit-keyframes und3 {
  to {
    margin-bottom: 50%;
  }
}
@keyframes und3 {
  to {
    margin-bottom: 50%;
  }
}
@-webkit-keyframes und2 {
  to {
    margin-top: -10%;
  }
}
@keyframes und2 {
  to {
    margin-top: -10%;
  }
}
@-webkit-keyframes und4 {
  from {
    margin-top: 0%;
  }
  to {
    margin-top: 2%;
  }
}
@keyframes und4 {
  from {
    margin-top: 0%;
  }
  to {
    margin-top: 2%;
  }
}
@-webkit-keyframes man {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@keyframes man {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@-webkit-keyframes alert {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes alert {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.wrapper {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  max-width: 1920px;
  margin: auto;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
  background-position: bottom center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.filter {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 990px) {
  .filter {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
      overflow-y: scroll
  }
}
.filter.rotate_m {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(0, 0, 0);
  align-items: center;
}
.filter.rotate_m .rotate_info {
  display: inline-block;
  text-align: center;
  width: 90%;
  margin-top: -50px;
}
.filter.rotate_m .rotate_info p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.filter.rotate_m .rotate_info img {
  max-width: 100px;
  margin: auto;
}
.filter.start .element {
  background: none;
}
.filter.pass .board, .filter.pass2 .board {
  padding-top: 8%;
}
.filter.pass .board p, .filter.pass2 .board p {
  margin: 50px 0;
}
.filter.win .board .btn, .filter.fail .board .btn {
  margin: 30px 0 0px 0;
}
.filter.win .prize, .filter.fail .prize {
  width: 25%;
}
.filter.fail .board .title {
  margin: 30px auto 0px auto;
}
.filter.cer .cerBox {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  background-size: contain;
  position: relative;
}
.filter.cer .cerBox .btn {
  margin: auto;
  position: absolute;
  bottom: -20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.filter .gradient_b {
  display: inline-block;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.44);
  overflow: hidden;
  padding: 3px 3px;
  margin: 10px 0;
  width: auto;
  max-width: 80%;
  z-index: 1;
  position: relative;
}
.filter .logName {
  padding: 10px 15px;
  border-radius: 50px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  font-size: 1.25rem;
  width: 100%;
}
@media screen and (max-width: 990px) {
  .filter .logName {
    padding: 5px 10px;
    font-size: 0.8rem;
  }
}
.filter .final_data {
  padding: 10px 20px;
  border-radius: 50px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  background: #281265;
  border: 0;
  font-size: 1.5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  .filter .final_data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 0.8rem;
  }
  .filter .final_data .final_point {
    margin-bottom: 5px;
  }
}
.filter.login .board, .filter.logout .board {
  width: 60%;
  padding: 60px;
  min-height: auto;
}
.d-flex{
  align-items: center;
  display: flex;
  justify-content: center;
}
.filter label{
  position: relative;
  z-index: 5;
  font-size: 1.4rem;
  padding-right: 10px;
}
.filter.login .board .title, .filter.logout .board .title {
  margin: -100px auto 30px auto;
}
@media screen and (max-width: 990px) {
  .filter.login .board .title, .filter.logout .board .title {
    width: 70%;
    margin: -60px auto 6px auto;
  }
}
.filter.login .board .btn, .filter.logout .board .btn {
  margin: 0px 0 0 0;
}

.filter .board {
  width: 100%;
  max-width: 800px;
  height: auto;
  min-height: auto;
  background: rgb(174, 182, 214);
  background: -webkit-gradient(linear, left top, right top, from(rgb(174, 182, 214)), to(rgb(205, 212, 236)));
  background: linear-gradient(90deg, rgb(174, 182, 214) 0%, rgb(205, 212, 236) 100%);
  padding: 30px 100px 100px;
  position: relative;
  border-radius: 50px;
}
.filter .board:before, .filter .board:after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.filter .board:before, .filter .board.clear:after {
  top: 6px;
  left: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  z-index: 0;
  border-radius: 50px;
  background: rgb(0, 170, 196);
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 170, 196)), to(rgb(1, 195, 241)));
  background: linear-gradient(90deg, rgb(0, 170, 196) 0%, rgb(1, 195, 241) 100%);
}
.filter .board:after {
  -webkit-animation: man 0.7s linear infinite alternate;
          animation: man 0.7s linear infinite alternate;
}
@media screen and (max-width: 990px) {
  .filter .board ,.filter.login .board, .filter.logout .board{
    width: 90%;
    border-radius: 20px;
    margin-top: 10px;
    padding: 20px 20px 20px 20px;
  }
  ..filter .board:before, .filter .board.clear:after ,{
    border-radius: 20px;
 }
  .filter .gradient_b{
        margin: 6px 0;
  }
  .filter.login .board #captcha_image{
    width: 150px;
  }
  .filter.login .board .btn{
    bottom: 10px;
  }
  .cer.filter .downloadImg{
    width: auto;
    max-width: 100%;
    max-height: 90vh;
    margin: auto;
  }
  .filter.cer .cerBox .btn {
    bottom: -15px;
  }
  .filter.cer .cerBox .btn a{
    width: 90px;
    margin: 0 10px;
  }
}
.filter .board a {
  text-decoration: none;
  color: #fff;
  margin-top: 5px;
}
.filter .board .title {
  position: relative;
  width: 100%;
  margin: -100px auto 0px auto;
  -webkit-animation: pulse 3s linear infinite alternate;
          animation: pulse 3s linear infinite alternate;
}
@media screen and (max-height: 900px) and (min-width: 1000px) {
  .filter.cer .cerBox{
    max-width: 50%;
  }
  .cerBox{
    position: relative;
  }
}
@media screen and (max-width: 1366px) {
  .filter .board .title {
    width: 80%;
    margin: -100px auto 0px auto;
  }
}
@media screen and (max-width: 990px) {
  .filter .board .title {
    width: 50%;
    margin: 10px auto -50px auto;
    z-index: 5;
  }
}
@media screen and (max-width: 768px) {
  .filter.cer{
    align-items: flex-start;
  }
  .filter.cer .cerBox{
        width: 80%;
        max-height: 80vh;
  }
   .cer.filter  .downloadImg{
    max-height: 70vh;
  }
  .filter.cer .cerBox .btn {
    bottom: -15px;
  }
}
.filter .board p {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.5;
  position: relative;
}
.filter .board small {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.5;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .filter .board p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .filter .board p {
    font-size: 1rem;
  }
}
.filter .board p.pointCount, .filter .board p.pointHis {
  color: yellow;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .filter .board p.pointCount, .filter .board p.pointHis {
    font-size: 1.25rem;
  }
  .filter .board small{
    font-size: 0.9rem;
  }
  .filter label{
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .filter .board p.pointCount, .filter .board p.pointHis {
    font-size: 1.1rem;
  }
}
.filter .board p span {
  font-weight: bold;
}
.filter .board .faild {
  position: absolute;
  width: 22%;
  bottom: 7%;
  left: 5%;
}
@media screen and (max-width: 480px) {
  .filter .board .faild {
    width: 18%;
    display: none;
  }
}
.filter .board .btn {
  width: 100%;
  text-align: center;
  margin: 20px 0 -20px 0;
  position: relative;
  bottom: -20px;
  cursor: pointer;
}
.filter .board .btn a {
  display: inline-block;
  max-width: 145px;
  vertical-align: top;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  top: 0;
  -webkit-filter: contrast(100%) drop-shadow(0px 0px 0px rgba(0, 88, 109, 0.48));
          filter: contrast(100%) drop-shadow(0px 0px 0px rgba(0, 88, 109, 0.48));
}
.filter .board .btn a:hover {
  top: -5px;
  -webkit-filter: contrast(150%) drop-shadow(0px 15px 30px rgba(0, 208, 255, 0.48));
          filter: contrast(150%) drop-shadow(0px 15px 30px rgba(0, 208, 255, 0.48));
}
@media screen and (max-width: 990px) {
  .filter .board .btn a {
    max-width: 80px;
  }
}

.d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.filter label {
  position: relative;
  z-index: 5;
  font-size: 1.4rem;
  padding-right: 10px;
}

.element {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0px;
  z-index: 26;
  padding: 20px;
  background-size: 100% 100%;
}
@media screen and (max-width: 1366px) {
  .element {
    top: 0px;
    padding: 10px 20px 0px 20px;
  }
}
@media screen and (max-width: 990px) {
  .element {
    padding: 10px 10px 0px 10px;
  }
}
.element.base {
  z-index: 67;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0;
  right: 0;
  left: auto;
}
.element a.logo {
  display: inline-block;
  float: left;
  width: 130px;
  background: #fff;
  border-radius: 10px;
  margin-right: 10px;
  margin-top: 10px;
  z-index: 99;
}
@media screen and (max-width: 1024px) {
  .element a.logo {
    margin-top: 0px;
  }
}
@media screen and (max-width: 600px) {
  .element a.logo {
    width: 80px;
    margin-top: 5px;
  }
}
.element div {
  float: left;
  margin-right: 10px;
}
.element .bar {
  width: auto;
  height: auto;
  padding: 20px 10px 15px 10px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .element .bar {
    font-size: 1rem;
    padding: 15px 5px 10px 5px;
  }
}
@media screen and (max-width: 600px) {
  .element .bar {
    font-size: 0.8rem;
  }
}
.element .bar:after {
  left: 0px;
  top: 5px;
  width: 100%;
  height: calc(100% - 5px);
  content: "";
  z-index: -1;
  position: absolute;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.2);
}
.element .bar.score {
  margin-left: 10px;
  padding: 20px 15px 15px 55px;
}
.element .bar.score:before, .element .bar.score.clear:after {
  top: -5%;
  left: -15px;
  width: 50%;
  height: 110%;
  content: "";
  position: absolute;
  background-image: url(../images/bar_point.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .element .bar.score {
    padding: 15px 15px 10px 40px;
  }
}
.element .bar input {
  color: #fff;
  text-align: center;
  width: auto;
  height: auto;
  margin: 0;
  background: transparent;
  border: none;
  overflow: hidden;
  display: inline-block;
  font-size: 1.5rem;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .element .bar input {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .element .bar input {
    font-size: 0.8rem;
  }
}
.element .bar p {
  color: #fff;
  text-align: center;
  height: 100%;
}
.element .btn {
  width: 63px;
  cursor: pointer;
  float: right;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.element .btn.active {
  -webkit-filter: contrast(30%);
}
@media screen and (max-width: 1024px) {
  .element .btn {
    width: 45px;
  }
}
@media screen and (max-width: 990px) {
  .element .btn {
    width: 32px;
    margin-right: 3px;
  }
  .element .btn:nth-child(1) {
    margin-right: 0;
  }
}
.element .btn:hover {
  -webkit-filter: contrast(150%);
}

.game {
  background-size: cover;
  background-position: center;
}
.game:before, .game.clear:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-size: cover;
  background-position: center;
  -webkit-animation: animate1 0.8s infinite;
          animation: animate1 0.8s infinite;
}
.game article {
  text-align: center;
}
.game .bg img {
  height: 100%;
}
.game .menuBtn {
  width: 70px;
  position: absolute;
  righㄉt: 10px;
  top: 35px;
  display: none;
  z-index: 999;
  cursor: pointer;
}
.game .menuBtn:hover {
  -webkit-filter: contrast(150%);
}
.game .menu {
  left: 0;
  top: -110vh;
  z-index: 998;
  width: 100%;
  height: calc(100% - 50px);
  margin-top: 50px;
  display: none;
  padding-top: 100px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background-image: url(../images/bg_element_mobile.webp);
  background-size: 100% 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1300px) {
  .game .menu {
    display: block;
  }
}
.game .menu.active {
  top: 0vh;
}
.game .menu > div {
  text-align: center;
  clear: both;
  float: none;
}
.game .menu div {
  float: none;
}
.game .menu .btn {
  width: 100%;
  max-width: 200px;
  text-align: center;
  margin: 30px auto 0 auto;
  position: relative;
  display: block;
  float: none;
  clear: both;
  cursor: pointer;
}
.game .menu .btn:hover {
  -webkit-filter: contrast(150%);
}
.game .menu .name {
  width: 100%;
  max-width: 300px;
  text-align: center;
  position: relative;
  margin: auto;
  clear: both;
  float: none;
}
@media screen and (max-width: 1200px) {
  .game .menu .name {
    max-width: 250px;
  }
}
.game .menu .name input {
  position: absolute;
  color: #fff;
  font-size: 1.5rem;
  top: 2px;
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
  border: none;
  padding: 0;
  left: 0px;
}
@media screen and (max-width: 1366px) {
  .game .menu .name input {
    font-size: 1.5rem;
    left: 0px;
  }
}
@media screen and (max-width: 480px) {
  .game .menu .name input {
    font-size: 1rem;
  }
}
.game .menu .name img {
  width: 100%;
  max-width: 100%;
  margin: auto;
}

#game1 {
  width: 100%;
  text-align: center;
}
#game1 .gameMain {
  margin: auto;
}
#game1 .gameMain .scenes {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#game1 .gameMain .scenes .sbg {
  position: absolute;
}
#game1 .gameMain .scenes .sadp, #game1 .gameMain .scenes .happyp, #game1 .gameMain .scenes .ani, #game1 .gameMain .scenes .shine {
  display: none;
}
#game1 .gameMain .scenes .an {
  left: 0;
  top: 0;
  width: 110%;
  height: 110%;
  z-index: 20;
  position: absolute;
}
#game1 .gameMain .scenes .wave {
  width: 100%;
  height: 0%;
  bottom: 0;
  left: 0;
  z-index: 66;
  -webkit-transition: 2s;
  transition: 2s;
}
#game1 .gameMain .scenes .garbage2 {
  left: 10%;
  bottom: 20%;
  width: 50%;
  position: absolute;
  z-index: 60;
  display: none;
}
#game1 .gameMain .scenes .ansBox {
  width: 20%;
  height: auto;
  right: 0;
  bottom: 0;
  z-index: 25;
  display: block;
  position: absolute;
}
#game1 .gameMain .scenes .ansBox .ansBoxBg {
  width: 100%;
  height: 100%;
}
#game1 .gameMain .scenes .ansBox.has3 .ans {
  width: 40%;
  height: 40%;
}
#game1 .gameMain .scenes .ansBox.has3 .ans:nth-child(1) {
  bottom: 6%;
  left: -5%;
}
#game1 .gameMain .scenes .ansBox.has3 .ans:nth-child(2) {
  top: 18%;
  left: 19%;
}
#game1 .gameMain .scenes .ansBox.has3 .ans:nth-child(3) {
  top: 0%;
  right: 5%;
}
#game1 .gameMain .scenes .ansBox .ans {
  width: 50%;
  height: 50%;
  padding: 3%;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 25;
  background: url(../images/ansBg.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#game1 .gameMain .scenes .ansBox .ans img {
  width: auto;
  max-height: 70%;
  max-width: 70%;
}
#game1 .gameMain .scenes .ansBox .ans:nth-child(1) {
  bottom: 7%;
  left: -5%;
}
#game1 .gameMain .scenes .ansBox .ans:nth-child(2) {
  top: 0%;
  right: 15%;
}
#game1 .gameMain .scenes .ansBox .btn {
  width: 35%;
  position: absolute;
  right: 10%;
  bottom: 15%;
  cursor: pointer;
}
#game1 .gameMain .scenes .ansBox .btn:hover {
  -webkit-filter: contrast(150%) drop-shadow(0px 15px 30px rgba(0, 208, 255, 0.48));
          filter: contrast(150%) drop-shadow(0px 15px 30px rgba(0, 208, 255, 0.48));
}
#game1 .gameMain .scenes .title {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
#game1 .gameMain .scenes .point1, #game1 .gameMain .scenes .point2, #game1 .gameMain .scenes .point3, #game1 .gameMain .scenes .point4, #game1 .gameMain .scenes .point {
  cursor: pointer;
  -webkit-filter: drop-shadow(0px 0px 0px rgba(255, 255, 255, 0));
          filter: drop-shadow(0px 0px 0px rgba(255, 255, 255, 0));
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
}
#game1 .gameMain .scenes .point1:hover, #game1 .gameMain .scenes .point2:hover, #game1 .gameMain .scenes .point3:hover, #game1 .gameMain .scenes .point4:hover, #game1 .gameMain .scenes .point:hover {
  -webkit-filter: drop-shadow(0px 0px 20px #ccfcca);
          filter: drop-shadow(0px 0px 20px #ccfcca);
}
#game1 .gameMain .scenes .point1:before, #game1 .gameMain .scenes .point1.clear:after, #game1 .gameMain .scenes .point2:before, #game1 .gameMain .scenes .point2.clear:after, #game1 .gameMain .scenes .point3:before, #game1 .gameMain .scenes .point3.clear:after, #game1 .gameMain .scenes .point4:before, #game1 .gameMain .scenes .point4.clear:after, #game1 .gameMain .scenes .point:before, #game1 .gameMain .scenes .point.clear:after {
  width: 50px;
  height: 50px;
  content: "";
  z-index: 10;
  position: absolute;
  background-image: url(../images/point.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 99;
  -webkit-animation: alert 0.5s linear infinite alternate;
          animation: alert 0.5s linear infinite alternate;
}
@media screen and (max-width: 990px) {
  #game1 .gameMain .scenes .point1:before, #game1 .gameMain .scenes .point1.clear:after, #game1 .gameMain .scenes .point2:before, #game1 .gameMain .scenes .point2.clear:after, #game1 .gameMain .scenes .point3:before, #game1 .gameMain .scenes .point3.clear:after, #game1 .gameMain .scenes .point4:before, #game1 .gameMain .scenes .point4.clear:after, #game1 .gameMain .scenes .point:before, #game1 .gameMain .scenes .point.clear:after {
    width: 25px;
    height: 25px;
    bottom: 0%;
    top: 0%;
    left: -10%;
  }
}
#game1 .gameMain .scenes .point1:before, #game1 .gameMain .scenes .point1.clear:after, #game1 .gameMain .scenes .point2:before, #game1 .gameMain .scenes .point2.clear:after, #game1 .gameMain .scenes .point3:before, #game1 .gameMain .scenes .point3.clear:after {
  top: 10%;
  left: -7%;
}
#game1 .gameMain .scenes .point4:before, #game1 .gameMain .scenes .point4.clear:after {
  bottom: 5%;
  right: -5%;
}
#game1 .gameMain .scenes.s1 {
  background: url(../images/s1/bg.webp);
}
#game1 .gameMain .scenes.s1 .method {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 21;
  background: rgba(0, 0, 0, 0.8);
}
#game1 .gameMain .scenes.s1 .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 67;
}
#game1 .gameMain .scenes.s1 .cover .element {
  right: 0;
  left: auto;
}
#game1 .gameMain .scenes.s1 .ez {
  position: absolute;
  z-index: 24;
}
#game1 .gameMain .scenes.s1 .ez p {
  text-align: center;
  color: #fff;
  font-size: 30px;
  white-space: nowrap;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  #game1 .gameMain .scenes.s1 .ez p {
    font-size: 20px;
  }
}
#game1 .gameMain .scenes.s1 .ez1 {
  width: 100%;
  top: -50%;
  left: 90%;
}
#game1 .gameMain .scenes.s1 .ez1 img {
  -webkit-transform: rotate(-70deg);
          transform: rotate(-70deg);
}
@media screen and (max-width: 1200px) {
  #game1 .gameMain .scenes.s1 .ez1 {
    width: 100%;
    top: -32%;
  }
}
#game1 .gameMain .scenes.s1 .ez2 {
  width: 220%;
  top: -10%;
  right: 50%;
  z-index: 60;
}
@media screen and (max-width: 990px) {
  #game1 .gameMain .scenes.s1 .ez2 {
    top: -30%;
  }
}
#game1 .gameMain .scenes.s1 .ez3 {
  width: 100%;
  top: 100%;
  left: 80%;
}
@media screen and (max-width: 990px) {
  #game1 .gameMain .scenes.s1 .ez3 {
    width: 60%;
    top: 50%;
    padding-top: 30px;
  }
}
#game1 .gameMain .scenes.s1 .bg_top {
  position: absolute;
  width: 100%;
  height: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#game1 .gameMain .scenes.s1 .bg_top img {
  width: 100%;
  position: relative;
}
#game1 .gameMain .scenes.s1 .bg_top .build {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-image: url(../images/s1/build.webp);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}
#game1 .gameMain .scenes.s1 .land {
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe397), to(#ffa27e));
  background: linear-gradient(to bottom, #ffe397 0%, #ffa27e 100%);
}
#game1 .gameMain .scenes.s1 .land .land2 {
  width: 70%;
  height: 100%;
}
#game1 .gameMain .scenes.s1 .house3 {
  width: 30%;
  right: 9;
  bottom: -10px;
  position: relative;
  z-index: 3;
}
#game1 .gameMain .scenes.s1 .house3 .p1 {
  width: 22%;
  left: -2%;
  top: 40%;
  z-index: 5;
  position: absolute;
}
#game1 .gameMain .scenes.s1 .house3 .speaker {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: push 0.8s linear infinite alternate;
          animation: push 0.8s linear infinite alternate;
}
#game1 .gameMain .scenes.s1 .house3 .villagehead, #game1 .gameMain .scenes.s1 .house3 .villagesad {
  right: 10%;
  bottom: -3%;
  width: 20%;
  z-index: 9;
  position: absolute;
}
#game1 .gameMain .scenes.s1 .house1 {
  width: 30%;
  bottom: 25%;
  left: 25%;
  z-index: 0;
}
#game1 .gameMain .scenes.s1 .house1 .ans1 {
  width: 60%;
  height: 20%;
  position: absolute;
  bottom: 0;
  right: 10%;
}
#game1 .gameMain .scenes.s1 .house1 .sandBag {
  position: absolute;
  bottom: -5%;
  width: 45%;
  left: 25%;
  display: none;
}
#game1 .gameMain .scenes.s1 .house1 .gate {
  position: absolute;
  height: auto;
  bottom: 4%;
  width: 43%;
  left: 35%;
  display: none;
}
#game1 .gameMain .scenes.s1 .house1 .gate div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#game1 .gameMain .scenes.s1 .house1 .gate div img {
  width: 33%;
  float: left;
}
#game1 .gameMain .scenes.s1 .house1 .happy1 {
  width: 15%;
  right: 12.5%;
  bottom: 42%;
}
#game1 .gameMain .scenes.s1 .house1 .sad1 {
  width: 25%;
  left: 10%;
  bottom: -3%;
}
#game1 .gameMain .scenes.s1 .house2 {
  width: 30%;
  bottom: 15%;
  left: 0%;
}
#game1 .gameMain .scenes.s1 .house2 .ans2 {
  width: 60%;
  height: 20%;
  position: absolute;
  bottom: 0;
  right: 10%;
}
#game1 .gameMain .scenes.s1 .house2 .sandBag {
  position: absolute;
  bottom: -2%;
  width: 45%;
  left: 35%;
  display: none;
}
#game1 .gameMain .scenes.s1 .house2 .gate {
  position: absolute;
  bottom: -1%;
  width: 25%;
  left: 45%;
  display: none;
}
#game1 .gameMain .scenes.s1 .house2 .happy2 {
  width: 39.5%;
  right: 19.5%;
  bottom: 26%;
}
#game1 .gameMain .scenes.s1 .house2 .sad2 {
  width: 25%;
  left: 68%;
  bottom: -2%;
}
#game1 .gameMain .scenes.s1 .p2 {
  left: 15%;
  bottom: 2%;
  width: 30%;
  z-index: 4;
}
#game1 .gameMain .scenes.s1 .p2.carMove {
  -webkit-animation: carMove 2s ease forwards;
          animation: carMove 2s ease forwards;
}
#game1 .gameMain .scenes.s1 .p2 .carsad {
  left: 0%;
  bottom: 5%;
  width: 100%;
}
#game1 .gameMain .scenes.s1 .p3 {
  left: 5%;
  bottom: 8%;
  width: 12%;
  z-index: 21;
}
#game1 .gameMain .scenes.s1 .p3.oldMan {
  -webkit-animation: oldMan 5s ease forwards;
          animation: oldMan 5s ease forwards;
}
#game1 .gameMain .scenes.s1 .p3 .oldsad {
  left: 0%;
  bottom: 20%;
  width: 100%;
}
#game1 .gameMain .scenes.s1 .p3 .villagehead {
  position: absolute;
  width: 70%;
  left: -19%;
  bottom: -5%;
  z-index: -1;
}
#game1 .gameMain .scenes.start {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 67;
  position: absolute;
}
#game1 .gameMain .scenes.start .title {
  position: absolute;
  top: 5%;
  left: 30%;
  width: 45%;
  z-index: 99;
}
@media screen and (max-width: 990px) {
  #game1 .gameMain .scenes.start .title {
    top: 5%;
    width: 30%;
    left: 35%;
  }
}
#game1 .gameMain .scenes.start .house2 {
  left: -5%;
  bottom: 25%;
}
#game1 .gameMain .scenes.start .house2 .sandBag {
  left: 40%;
  width: 35%;
  display: block;
}
#game1 .gameMain .scenes.start .oldp1 {
  left: 15%;
  bottom: 8%;
  width: 15%;
  position: absolute;
}
#game1 .gameMain .scenes.start .startgif {
  position: absolute;
  width: 35%;
  bottom: 0%;
  right: 5%;
  z-index: 15;
}
#game1 .gameMain .scenes.start .pBoard {
  width: 30%;
  margin: 22% auto 0 auto;
  padding: 30px 50px;
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 990px) {
  #game1 .gameMain .scenes.start .pBoard {
    padding: 10px;
    width: 40%;
    font-size: 16px;
    margin: 14% auto 0 auto;
  }
}
#game1 .gameMain .scenes.start .pBoard:before, #game1 .gameMain .scenes.start .pBoard.clear:after {
  display: none;
}
#game1 .gameMain .scenes.start .pBoard p {
  color: #fff;
  font-size: 25px;
  line-height: 1.5;
}
@media screen and (max-width: 990px) {
  #game1 .gameMain .scenes.start .pBoard p {
    font-size: 16px;
  }
}
#game1 .gameMain .scenes.start .pBoard .btn {
  width: 100%;
  max-width: 150px;
  text-align: center;
  margin: 20px auto 0 auto;
  position: relative;
  display: block;
  float: none;
  clear: both;
  cursor: pointer;
}
@media screen and (max-width: 990px) {
  #game1 .gameMain .scenes.start .pBoard .btn {
    width: 80px;
  }
}
#game1 .gameMain .scenes.start .pBoard .btn:hover {
  -webkit-filter: contrast(150%);
}
#game1 .gameMain .scenes .drag .dragMe {
  position: absolute;
  width: 97%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.1em;
  padding: 10px;
  margin-top: 50%;
}
@media screen and (max-width: 990px) {
  #game1 .gameMain .scenes .drag .dragMe {
    font-size: 0.8em;
    padding: 2px 2px;
  }
}
#game1 .gameMain .scenes .drag:hover .dragMe {
  display: none;
}
#game1 .gameMain .scenes.s2 {
  background: url(../images/s1/bg.webp);
}
#game1 .gameMain .scenes.s2 .bg_top {
  position: absolute;
  width: 100%;
  height: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#game1 .gameMain .scenes.s2 .bg_top img {
  width: 100%;
  position: relative;
}
#game1 .gameMain .scenes.s2 .bg_top .wind {
  width: 35%;
  left: 10%;
  top: 20%;
  --animate-duration: 3s;
  position: absolute;
}
#game1 .gameMain .scenes.s2 .bg_top .windy {
  -webkit-animation: und4 2s linear infinite alternate;
          animation: und4 2s linear infinite alternate;
}
#game1 .gameMain .scenes.s2 .bg_top .road {
  width: 100%;
  position: absolute;
  bottom: 0;
}
#game1 .gameMain .scenes.s2 .bg_top .tree {
  position: absolute;
  left: 33%;
  bottom: 3%;
  width: 18%;
}
#game1 .gameMain .scenes.s2 .bg_top .tree .tree2 {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}
#game1 .gameMain .scenes.s2 .bg_top .tree .trees, #game1 .gameMain .scenes.s2 .bg_top .tree .shine {
  position: absolute;
  width: 20%;
  right: 20%;
  top: 20%;
  display: none;
  -webkit-animation: man 0.5s linear infinite alternate;
          animation: man 0.5s linear infinite alternate;
}
#game1 .gameMain .scenes.s2 .bg_top .house1 {
  width: 20%;
  left: 10%;
  bottom: 0;
}
#game1 .gameMain .scenes.s2 .bg_top .p1 {
  width: 10%;
  bottom: -5%;
  left: 13%;
  z-index: 5;
}
#game1 .gameMain .scenes.s2 .bg_top .p1 .leaf {
  width: 40%;
  top: 0px;
  left: 25%;
  position: absolute;
}
#game1 .gameMain .scenes.s2 .bg_top .p1 .ani1 {
  width: 170%;
  bottom: -80%;
  left: -40%;
  position: absolute;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
#game1 .gameMain .scenes.s2 .bg_top .p1 .ani2 {
  position: absolute;
  width: 230%;
  bottom: -350%;
  left: -110%;
}
#game1 .gameMain .scenes.s2 .bg_top .p1 .shine {
  width: 50%;
  left: 0;
  bottom: 0;
  position: absolute;
}
#game1 .gameMain .scenes.s2 .bg_top .p1 .ans1 {
  width: 150%;
  height: 300%;
  position: absolute;
  left: -50%;
  top: -50%;
  z-index: 10;
}
#game1 .gameMain .scenes.s2 .bg_top .p2 {
  width: 10%;
  bottom: -5%;
  left: 25%;
  z-index: 5;
}
#game1 .gameMain .scenes.s2 .bg_top .p2 .ani1 {
  width: 170%;
  bottom: -80%;
  left: -40%;
  position: absolute;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
#game1 .gameMain .scenes.s2 .bg_top .p2 .ani2 {
  position: absolute;
  width: 230%;
  bottom: -350%;
  left: -110%;
}
#game1 .gameMain .scenes.s2 .bg_top .p2 .shine {
  width: 50%;
  left: 0;
  bottom: 0;
  position: absolute;
}
#game1 .gameMain .scenes.s2 .bg_top .p2 .ans2 {
  width: 150%;
  height: 300%;
  position: absolute;
  left: -10%;
  top: -50%;
  z-index: 10;
}
#game1 .gameMain .scenes.s2 .bg_top .p2 .leaf {
  width: 40%;
  top: 0px;
  left: 25%;
  position: absolute;
}
#game1 .gameMain .scenes.s2 .land {
  position: absolute;
  width: 100%;
  height: 30vh;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe397), to(#ffa27e));
  background: linear-gradient(to bottom, #ffe397 0%, #ffa27e 100%);
}
#game1 .gameMain .scenes.s2 .land:before, #game1 .gameMain .scenes.s2 .land.clear:after {
  top: -25%;
  left: -5%;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: url(../images/s2/leafes.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#game1 .gameMain .scenes.s2 .land .land2 {
  width: 60%;
  height: 100%;
  bottom: 0;
  right: 0;
}
#game1 .gameMain .scenes.s2 .land .shine3 {
  width: 3%;
  left: 15%;
  bottom: 5%;
  z-index: 5;
  display: none;
  position: absolute;
}
#game1 .gameMain .scenes.s2 .land .drain {
  z-index: 5;
  height: 70%;
  bottom: 0;
  left: 0;
}
#game1 .gameMain .scenes.s2 .land .p3 {
  width: 12%;
  left: 12%;
  bottom: 5%;
  z-index: 5;
  -webkit-animation: und 1s linear infinite alternate;
          animation: und 1s linear infinite alternate;
}
@media screen and (max-width: 990px) {
  #game1 .gameMain .scenes.s2 .land .p3 {
    width: 11%;
  }
}
#game1 .gameMain .scenes.s2 .land .p4ditch {
  width: 22%;
  bottom: -5%;
  right: 25%;
  z-index: 2;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
#game1 .gameMain .scenes.s2 .land .p4ditch .leaf {
  width: 90%;
}
#game1 .gameMain .scenes.s2 .land .p4ditch .ani2 {
  position: absolute;
  width: 230%;
  bottom: -350%;
  left: -110%;
}
#game1 .gameMain .scenes.s2 .land .p4ditch .shine {
  position: absolute;
  width: 35%;
  right: 0;
  top: 0;
}
#game1 .gameMain .scenes.s2 .land .chair {
  width: 15%;
  right: 30%;
  bottom: 40%;
  z-index: 3;
}
@media screen and (max-width: 990px) {
  #game1 .gameMain .scenes.s2 .land .chair {
    display: none;
  }
}
#game1 .gameMain .scenes.s2 .land .house2 {
  width: 35%;
  right: 10%;
  bottom: 90%;
}
@media screen and (max-width: 990px) {
  #game1 .gameMain .scenes.s2 .land .house2 {
    width: 30%;
    bottom: 84%;
    right: 14%;
  }
}
#game1 .gameMain .scenes.s2 .land .house2 .orhouse {
  position: relative;
  z-index: 2;
}
#game1 .gameMain .scenes.s2 .land .house2 .sign {
  position: absolute;
  left: -12%;
  width: 20%;
  bottom: 20%;
  z-index: 0;
}
#game1 .gameMain .scenes.s2 .land .house2 .sign .tool {
  right: 10%;
  position: absolute;
  width: 30%;
  -webkit-animation: man 1s linear infinite alternate;
          animation: man 1s linear infinite alternate;
  display: none;
}
#game1 .gameMain .scenes.s2 .land .house2 .sign .tool1 {
  bottom: 5%;
}
#game1 .gameMain .scenes.s2 .land .house2 .sign .tool2 {
  top: 0;
}
#game1 .gameMain .scenes.s2 .land .house2 .sign .shine {
  width: 30%;
  position: absolute;
  right: 10%;
  top: 0;
}
#game1 .gameMain .scenes.s2 .land .house2 .roofgarbage {
  width: 28%;
  top: -9%;
  right: 25%;
  z-index: 0;
  position: absolute;
  opacity: 1;
}
#game1 .gameMain .scenes.s2 .land .house2 .roofgarbage .shine {
  position: absolute;
  width: 30%;
  right: 5%;
  top: 0%;
}
#game1 .gameMain .scenes.s2 .land .house2 .flower {
  position: absolute;
  width: 20%;
  right: -2%;
  top: 42%;
  z-index: 2;
}
#game1 .gameMain .scenes.s2 .land .house2 .flower .flower2 {
  display: none;
}
#game1 .gameMain .scenes.s2 .land .house2 .flower .flower3 {
  width: 100%;
  position: absolute;
  top: 180%;
  right: 10%;
}
#game1 .gameMain .scenes.s2 .land .house2 .flower .shine {
  position: absolute;
  width: 30%;
  right: 5%;
  top: 0%;
}
#game1 .gameMain .scenes.s2 .land .house2 .happy1 {
  width: 20%;
  top: 37.5%;
  left: 10%;
  z-index: 2;
}
#game1 .gameMain .scenes.s2 .land .house2 .ani4 {
  bottom: -86%;
  width: 174%;
  left: -47%;
  z-index: 2;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
#game1 .gameMain .scenes.s2 .land .house2 .sad1 {
  top: 3%;
  right: 22%;
  width: 35%;
  z-index: 2;
}
#game1 .gameMain .scenes.s2 .land .house2 .sad2 {
  bottom: -3%;
  right: 2%;
  width: 20%;
  z-index: 2;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
#game1 .gameMain .scenes.s2 .land .house2 .ans4 {
  width: 200%;
  height: 400%;
  position: absolute;
  left: -50%;
  top: -150%;
  text-align: left;
  z-index: 5;
}
#game1 .gameMain .scenes.s2 .land .house2 .leaf {
  width: 40%;
  left: 25%;
  top: 20%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#game1 .gameMain .scenes.s3 {
  background: url(../images/s3/bg.webp);
  overflow: hidden;
  text-align: center;
}
#game1 .gameMain .scenes.s3 .enter {
  width: 90%;
  left: 5%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
}
@media screen and (max-width: 990px) {
  #game1 .gameMain .scenes.s3 .enter {
    width: 70%;
    left: 15%;
  }
}
#game1 .gameMain .scenes.s3 .ani1 {
  width: 70%;
  position: absolute;
  display: none;
  left: 14%;
  bottom: 18%;
  z-index: 3;
}
#game1 .gameMain .scenes.s3 .ani1 img {
  width: 25%;
}
@media screen and (max-width: 990px) {
  #game1 .gameMain .scenes.s3 .ani1 {
    bottom: 23%;
  }
}
#game1 .gameMain .scenes.s3 .ditch {
  position: absolute;
  width: 65%;
  height: auto;
  bottom: 8%;
  left: 18%;
  z-index: 3;
}
#game1 .gameMain .scenes.s3 .ditch .shine {
  position: absolute;
  width: 10%;
}
@media screen and (max-width: 990px) {
  #game1 .gameMain .scenes.s3 .ditch {
    bottom: 10%;
  }
}
#game1 .gameMain .scenes.s3 .alert {
  width: 8%;
  left: 48%;
  bottom: 6%;
  z-index: 4;
}
#game1 .gameMain .scenes.s3 .enterBottom {
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: 0;
}
#game1 .gameMain .scenes.s3 .ans1 {
  left: 18%;
  width: 65%;
  height: 10%;
  bottom: 5%;
  z-index: 9;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 990px) {
  #game1 .gameMain .scenes.s3 .ans1 {
    bottom: 9%;
  }
}
#game1 .gameMain .scenes.s3 .ans2 {
  left: 18%;
  width: 65%;
  height: 20%;
  bottom: 15%;
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 990px) {
  #game1 .gameMain .scenes.s3 .ans2 {
    bottom: 23%;
  }
}
#game1 .gameMain .scenes.s3 .ani2 {
  position: absolute;
  width: 68.1%;
  height: auto;
  bottom: 3.7%;
  left: 15.6%;
  z-index: 4;
}
@media screen and (max-width: 990px) {
  #game1 .gameMain .scenes.s3 .ani2 {
    bottom: 5.7%;
  }
}
#game1 .gameMain .scenes.s3 .ditch .shine {
  width: 6%;
  bottom: 30%;
  position: absolute;
}
#game1 .gameMain .scenes.s3 .ditch .shine:nth-child(1) {
  left: 20%;
}
#game1 .gameMain .scenes.s3 .ditch .shine:nth-child(2) {
  right: 20%;
}
#game1 .gameMain .scenes.s4 .homeBg {
  width: 100%;
  height: 100%;
}
#game1 .gameMain .scenes.s4 .home {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
#game1 .gameMain .scenes.s4 .home .p1, #game1 .gameMain .scenes.s4 .home .p2, #game1 .gameMain .scenes.s4 .home .p3, #game1 .gameMain .scenes.s4 .home .p4, #game1 .gameMain .scenes.s4 .home .p5 {
  position: absolute;
}
#game1 .gameMain .scenes.s4 .home .p1 {
  width: 8%;
  height: auto;
  left: 10%;
  top: 10%;
}
#game1 .gameMain .scenes.s4 .home .p1 .tool {
  top: 15%;
  right: 30%;
  width: 70%;
  -webkit-animation: man 0.5s linear infinite alternate;
          animation: man 0.5s linear infinite alternate;
}
#game1 .gameMain .scenes.s4 .home .p1 .tool2 {
  bottom: 0;
  left: -5%;
  width: 70%;
  -webkit-animation: man 0.5s linear infinite alternate;
          animation: man 0.5s linear infinite alternate;
}
#game1 .gameMain .scenes.s4 .home .p1 .shine {
  bottom: 10%;
  left: -5%;
  width: 30%;
}
#game1 .gameMain .scenes.s4 .home .p1 .shine2 {
  top: 10%;
  right: -5%;
  width: 30%;
}
#game1 .gameMain .scenes.s4 .home .p1 .windowG {
  top: 0;
  left: 0;
  position: absolute;
}
#game1 .gameMain .scenes.s4 .home .p2 {
  bottom: 10%;
  left: 24%;
  width: 25%;
  position: absolute;
}
#game1 .gameMain .scenes.s4 .home .p2 .ani2 {
  width: 79%;
  left: 11%;
  top: 2%;
  position: absolute;
}
#game1 .gameMain .scenes.s4 .home .p2 .ans2 {
  position: absolute;
  width: 80%;
  height: 50%;
  left: 10%;
  margin-top: 0%;
}
#game1 .gameMain .scenes.s4 .home .pc {
  bottom: 10%;
  left: 49%;
  width: 20%;
  height: auto;
  position: absolute;
}
#game1 .gameMain .scenes.s4 .home .pc .ani3 {
  position: absolute;
  width: 47%;
  left: 21%;
  top: 2%;
}
#game1 .gameMain .scenes.s4 .home .pc .p3 {
  width: 25%;
  left: 0%;
  top: 60%;
  position: absolute;
  z-index: 3;
}
#game1 .gameMain .scenes.s4 .home .pc .p3.pcmove {
  -webkit-animation: pcmove 1s ease forwards;
          animation: pcmove 1s ease forwards;
}
#game1 .gameMain .scenes.s4 .home .pc .p3 .pcbad {
  width: 230%;
  left: -100%;
  position: absolute;
  -webkit-animation: und2 0.5s linear infinite alternate;
          animation: und2 0.5s linear infinite alternate;
}
#game1 .gameMain .scenes.s4 .home .pc .ans2 {
  position: absolute;
  width: 47%;
  left: 21%;
  top: 2%;
  height: 30%;
}
#game1 .gameMain .scenes.s4 .home .p4 {
  width: 50%;
  right: -30%;
  bottom: 10%;
  position: absolute;
  z-index: 5;
}
#game1 .gameMain .scenes.s4 .home .p4 .bag {
  position: absolute;
  width: 56%;
  top: 31%;
  left: 10%;
}
#game1 .gameMain .scenes.s4 .home .p4 .bag.bagMove {
  -webkit-animation: man 0.5s linear infinite alternate;
          animation: man 0.5s linear infinite alternate;
}
#game1 .gameMain .scenes.s4 .home .p4 .door {
  -webkit-filter: hue-rotate(256deg);
          filter: hue-rotate(256deg);
}
#game1 .gameMain .scenes.s4 .home .p4 .cabinet {
  width: 73%;
  position: absolute;
  left: 0;
  top: 55%;
}
#game1 .gameMain .scenes.s4 .home .p4 .food {
  position: absolute;
  width: 180%;
  left: -43%;
  top: 3%;
  display: none;
}
#game1 .gameMain .scenes.s4 .home .desk {
  width: 35%;
  left: 35%;
  bottom: -5%;
  position: absolute;
  z-index: 4;
}
#game1 .gameMain .scenes.s4 .home .p5 {
  width: 11%;
  left: 43%;
  bottom: 5%;
  z-index: 5;
  position: absolute;
}
#game1 .gameMain .scenes.s4 .home .p5 .bookbad {
  margin-bottom: 45%;
  -webkit-animation: und3 0.8s linear infinite alternate;
          animation: und3 0.8s linear infinite alternate;
}
#game1 .gameMain .scenes.s4 .home .p5.bookMove {
  -webkit-animation: bookMove 1s ease forwards;
          animation: bookMove 1s ease forwards;
}
#game1 .gameMain .scenes.s4 .home .homeBg {
  position: relative;
}
#game1 .gameMain .scenes.s4 .home .bookg {
  top: 20%;
  width: 18%;
  left: 40%;
  position: absolute;
}
#game1 .gameMain .scenes.s4 .home .chair {
  left: 15%;
  bottom: 0%;
  width: 15%;
}
#game1 .gameMain .scenes.s4 .home .floor {
  width: 100%;
  bottom: 0;
  height: 50%;
  z-index: 0;
}
#game1 .gameMain .scenes.s4 .home .allHappy {
  width: 58%;
  position: absolute;
  bottom: 7%;
  left: 25%;
  z-index: 9;
}
#game1 .gameMain .scenes.s4 .home .allsad {
  width: 12%;
  position: absolute;
  bottom: 8%;
  right: 22%;
  z-index: 9;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
#game1 .qBox {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 67;
}
@media screen and (max-width: 990px) {
  #game1 .qBox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
      overflow-y: scroll;
  }
}
#game1 .qBox .qbqg {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 990px) {
  #game1 .qBox .qbqg {
    max-width: 40%;
  }
}
#game1 .ask {
  position: relative;
  padding: 30px 40px 40px 40px;
  background: rgb(174, 182, 214);
  background: -webkit-gradient(linear, left top, right top, from(rgb(174, 182, 214)), to(rgb(205, 212, 236)));
  background: linear-gradient(90deg, rgb(174, 182, 214) 0%, rgb(205, 212, 236) 100%);
  display: inline-block;
  z-index: 99;
  max-width: 800px;
  height: auto;
  border-radius: 50px;
  color: #fff;
}
@media screen and (max-width: 990px) {
  #game1 .ask {
    width: 90%;
    margin: auto;
    padding: 20px;
    border-radius: 20px;
  }
}
#game1 .ask::before, #game1 .ask.clear:after {
  top: 6px;
  left: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  content: "";
  z-index: 0;
  border-radius: 50px;
  position: absolute;
  background: rgb(0, 170, 196);
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 170, 196)), to(rgb(1, 195, 241)));
  background: linear-gradient(90deg, rgb(0, 170, 196) 0%, rgb(1, 195, 241) 100%);
}
@media screen and (max-width: 990px) {
  #game1 .ask::before, #game1 .ask.clear:after {
    border-radius: 20px;
  }
}
@media screen and (max-width: 990px) {
  #game1 .ask {
    padding: 20px;
    border-radius: 20px;
  }
  #game1 .ask::before, #game1 .ask.clear:after {
    border-radius: 20px;
  }
}
#game1 .ask .pBoard {
  padding: 30px 50px;
  margin-top: 0px;
}
@media screen and (max-width: 990px) {
  #game1 .ask .pBoard {
    padding: 10px;
  }
}
#game1 .ask .pBoard .qTitile {
  line-height: 1.5;
  text-align: center;
  font-size: 30px;
  margin: 15px 0 20px 0;
}
@media screen and (max-width: 990px) {
  #game1 .ask .pBoard .qTitile {
    margin: 10px 0 10px 0;
    font-size: 16px !important;
  }
}
#game1 .ask .pBoard p {
  text-align: center;
  line-height: 1.5;
}
#game1 .ask .pBoard p img {
  width: 200px;
  margin-left: 10px;
}
@media screen and (max-width: 990px) {
  #game1 .ask .pBoard p img {
    width: 100px;
  }
}
#game1 .ask .pBoard .text-left {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#game1 .ask span {
  font-size: 2rem;
}
@media screen and (max-width: 480px) {
  #game1 .ask span {
    font-size: 1.5rem;
  }
}
#game1 .ask mark {
  color: #00FFB0;
  background: none;
  margin: 0 5px;
  font-size: 1.3rem;
  font-weight: normal;
}
#game1 .ask p {
  font-size: 25px;
  margin-top: 15px;
  line-height: 1.7;
}
@media screen and (max-width: 990px) {
  #game1 .ask p {
    font-size: 14px;
    margin-top: 10px;
  }
}
#game1 .ask .playSound {
  margin: 20px 0;
  cursor: pointer;
}
#game1 .ask .playSound:hover {
  -webkit-filter: contrast(150%);
}
#game1 .ask .playSound img {
  width: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#game1 .ask .playCover {
  position: absolute;
  width: 100%;
  height: 50%;
  display: none;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0);
}
#game1 .ask .find, #game1 .ask .next {
  width: 150px;
  margin-top: 30px;
  margin: 30px auto 0 auto;
  cursor: pointer;
}
#game1 .ask .find:hover, #game1 .ask .next:hover {
  -webkit-filter: contrast(150%);
}
@media screen and (max-width: 990px) {
  #game1 .ask .find, #game1 .ask .next {
    width: 80px;
  }
}
#game1 .pBoard {
  z-index: 2;
  position: relative;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  padding: 30px 20px 0 20px;
  margin-top: 20px;
}
#game1 .pBoard:before, #game1 .pBoard.clear:after {
  width: 100%;
  height: calc(100% - 10px);
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
  border-radius: 30px;
  background: #3C859A;
}
@media screen and (max-width: 990px) {
  #game1 .pBoard {
    border-radius: 10px;
  }
  #game1 .pBoard:before, #game1 .pBoard.clear:after {
    border-radius: 10px;
  }
}

footer {
  position: fixed;
  left: 10px;
  bottom: 10px;
  text-align: center;
  display: inline-block;
}
footer a {
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
}
footer img {
  width: 100%;
  max-width: 180px;
  margin: auto;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  footer {
    display: none;
  }
}

.img,
.imgIn {
  display: inline-block;
  position: relative;
  text-align: center;
}
.img img:nth-child(1),
.imgIn img:nth-child(1) {
  top: 0;
  left: 0;
  position: relative;
}
.img img:nth-child(2),
.imgIn img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.imgIn img:nth-child(1) {
  -webkit-animation: animate2 0.8s infinite;
          animation: animate2 0.8s infinite;
}
.imgIn img:nth-child(2) {
  -webkit-animation: animate1 0.8s infinite;
          animation: animate1 0.8s infinite;
}

@-webkit-keyframes icon {
  from {
    top: 60%;
    opacity: 1;
  }
  to {
    top: 30%;
    opacity: 0.8;
  }
}

@keyframes icon {
  from {
    top: 60%;
    opacity: 1;
  }
  to {
    top: 30%;
    opacity: 0.8;
  }
}
.certificate {
  width: auto;
  height: auto;
  position: relative;
}
@font-face{font-family:lucida console;font-style:normal;font-weight:400;src:local('Lucida Console'),url(https://fonts.cdnfonts.com/s/56356/lucon.woff) format('woff')}
@import url(' https://fonts.cdnfonts.com/css/lucida-console ');
.certificate input,.certificate .input {
  position: absolute;
  top: 59%;
  left: -8%;
  right: 0;
  margin: auto;
  display: inline-block;
   font-family: "Lucida Console" ;
  /* width: 35%;
  font-size: 1.8vw; */
  width: 40%;
  font-size: 1.1vw;
  border: none;
  font-weight: bold;
  text-align: center;
  opacity: 1;
  z-index: 90;
  color: #fff;
/*   height: 30px; */
    line-height: 1;
  height: 60px;
  background: rgba(255, 255, 255, 0);
  padding-top: 10px;
    overflow: visible;
}

@media screen and (max-width: 1440px) {
  .certificate input,.certificate .input {
    top: 57%;
  }
}
@media screen and (max-width: 1366px) {
  .certificate input,.certificate .input {
    top: 57.5%;
  }
}
@media screen and (max-width: 1024px) {
  .certificate input,.certificate .input {
    font-size: .9rem;
      top: 54%;
  }
}
@media screen and (max-width: 1000px) and  (max-height: 430px){
  .certificate input,.certificate .input {
      height: 35px;
    font-size: 0.6rem;
    top: 53%;
      
  }
}
@media screen and (max-width: 667px) {
  .certificate input,.certificate .input {
    font-size: 0.6rem;
    top: 56%;
    height: 30px;
  }
}

.certificate span {
  position: absolute;
  white-space: nowrap;
  top: 71%;
  left: 48%;
  font-weight: bold;
  display: inline-block;
  font-size: 1.5vw;
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .certificate span {
    font-size: 1.1rem;
    top: 71.5%;
  }
}
@media screen and (max-width: 768px) {
  .certificate span {
    font-size: 0.6rem;
    top: 70.5%;
  }
}

#captcha_image_audio_controls a {
  margin: 5px;
  width: 35px;
  display: inline-block;
}

.change_btn {
  margin: 5px;
  width: 35px;
  display: inline-block;
}

.change_btn img {
  max-width: 100%;
}