#app h1, #app h2, #app h3, #app h4, #app h5, #app h6, #app .h1, #app .h2, #app .h3, #app .h4, #app .h5, #app .h6, #app p, #app label {
  margin-bottom: 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.center {
  text-align: center;
}

.bold {
  font-weight: 500;
}

.org {
  color: #FD6720;
}

a.org {
  text-decoration: underline;
}

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

.white {
  color: #fff;
}

.black {
  color: #000;
}

.blue {
  color: #2D2D6C;
}

._m {
  display: none;
}

._pc {
  display: block;
}

@media (max-width: 768px) {
  ._m {
    display: block;
  }
  ._pc {
    display: none;
  }
}

.btn {
  cursor: pointer;
  border-radius: 10000px;
}

.sec {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  #app {
    margin-top: 60px;
  }
  #app .navbar {
    top: 80px !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 767px) {
  #app {
    margin-top: 60px;
  }
  #app .navbar {
    top: 70px !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 640px) {
  #app {
    margin-top: 60px;
  }
  #app .navbar {
    top: 70px !important;
  }
}

#app .navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 1;
  top: 140px;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  z-index: 10;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border-bottom: 1px solid #d7d7d7;
}

#app .navbar .void {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0px;
}

#app .navbar .left p {
  font-size: 20px;
  line-height: 60px;
  font-weight: 500;
}

#app .navbar .apple_menu {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#app .navbar .apple_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

#app .navbar .apple_menu ul li {
  font-size: 16px;
  line-height: 60px;
  margin-right: 20px;
  font-weight: 500;
}

#app .navbar .apple_menu ul li a:focus {
  color: #000;
}

#app .navbar .right {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

#app .navbar .right .btn {
  border: 1px solid #313131;
  font-size: 16px;
  padding: .3em .6em;
}

#app .navbar .right .btn:hover {
  background-color: #FD6720;
  border: 1px solid #FD6720;
}

#app .navbar .right .btn:hover p {
  color: #fff;
}

#app .navbar .right .arrow {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #app .navbar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 20px;
  }
  #app .navbar.active {
    height: auto;
  }
  #app .navbar.active .apple_menu {
    display: block;
    width: 100%;
    height: 100vh;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  #app .navbar.active .apple_menu ul {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #app .navbar.active .apple_menu ul li {
    font-size: 20px;
    width: 100%;
    border-bottom: 1px solid #000;
  }
  #app .navbar.active .right .arrow {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #app .navbar .void {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0px;
  }
  #app .navbar .left p {
    font-size: 18px;
    line-height: 60px;
  }
  #app .navbar .apple_menu {
    display: none;
  }
  #app .navbar .right {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #app .navbar .right .btn {
    border: 1px solid #313131;
    font-size: 18px;
  }
  #app .navbar .right .btn:hover {
    background-color: #FD6720;
    border: 1px solid #FD6720;
  }
  #app .navbar .right .btn:hover p {
    color: #fff;
  }
  #app .navbar .right .arrow {
    display: block;
    width: 14px;
    height: 8px;
    margin-right: 20px;
    cursor: pointer;
  }
}

body.down #app .navbar {
  top: 80px;
}

#banner {
  width: 100%;
  padding: 90px 0 50px 0;
  background-color: #0C0B0F;
}

#banner .flex {
  width: 770px;
  margin: 0 auto;
}

#banner .flex .text {
  padding-top: 32px;
}

#banner .flex .text > p:nth-child(1) {
  font-size: 24px;
  line-height: 35px;
}

#banner .flex .text > p:nth-child(2) {
  font-size: 32px;
  line-height: 46px;
  margin-bottom: 22px;
}

#banner .flex .text .btn {
  width: 155px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 10000px;
}

#banner .flex .text .btn:hover {
  background: #ff6700;
  border: 1px solid #ff6700;
}

#banner .flex .text .btn p {
  font-size: 20px;
  line-height: 32px;
}

@media (max-width: 768px) {
  #banner {
    padding: 70px 26px 60px 26px;
  }
  #banner .flex {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #banner .flex .img {
    width: 100%;
    min-width: 323px;
  }
  #banner .flex .text {
    padding-top: 0;
  }
  #banner .flex .text > p:nth-child(1) {
    font-size: 24px;
    line-height: 35px;
  }
  #banner .flex .text > p:nth-child(2) {
    font-size: 32px;
    line-height: 46px;
  }
  #banner .flex .text .btn {
    display: none;
  }
}

#sec_1 {
  padding-top: 70px;
}

#sec_1 .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#sec_1 .flex #player {
  position: relative;
  width: 345px;
  background-color: #fff;
  border: 4px solid #DEDEDE;
  border-radius: 14px;
  padding: 10px 0;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}

#sec_1 .flex #player iframe {
  display: block;
  margin: 0 auto;
}

#sec_1 .flex #player .hint {
  position: absolute;
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  right: -4px;
  width: 200px;
  border-bottom: 1px solid #C1C1C1;
  padding-left: 50px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  margin-bottom: 150px;
  padding-bottom: 1px;
}

#sec_1 .flex #player .hint img {
  width: 16px;
  vertical-align: middle;
  padding-right: 5px;
}

#sec_1 .flex #player .hint p {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}

#sec_1 .flex > .text {
  margin-top: 145px;
  margin-left: 70px;
}

#sec_1 .flex > .text h5 {
  font-size: 36px;
  line-height: 52px;
}

#sec_1 .flex > .text p {
  font-size: 20px;
  line-height: 32px;
}

@media (max-width: 768px) {
  #sec_1 {
    padding-top: 40px;
  }
  #sec_1 .flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #sec_1 .flex #player {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #sec_1 .flex #player .hint {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
    border-bottom: none;
    padding-left: 0;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    top: -40px;
  }
  #sec_1 .flex #player .hint img {
    display: none;
  }
  #sec_1 .flex #player .hint p {
    font-size: 16px;
    line-height: 24px;
    color: #939393;
    white-space: nowrap;
  }
  #sec_1 .flex > .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    min-width: 315px;
    margin: 0 0 75px 0;
  }
  #sec_1 .flex > .text h5 {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
  }
  #sec_1 .flex > .text p {
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
    width: 315px;
    margin: 0 auto;
  }
}

#sec_2 {
  /* padding-top: 3%; */
  /* padding-bottom: 90px; */

}

@media (max-width: 768px) {
  #sec_2 {
    padding: 20px 0 0 0;
  }
}

#sec_2 > h5 {
  font-size: 36px;
  line-height: 52px;
  width: 95%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #sec_2 > h5 {
    font-size: 28px;
    line-height: 38px;
  }
}

#sec_2 .box.step1 {
  width: 100%;
  max-width: 1085px;
  background-color: #fff;
  border-radius: 10px;
  margin: 35px auto 0 auto;
  padding: 30px 0 40px 0;
}

#sec_2 .box.step1 h6 {
  font-size: 24px;
  line-height: 40px;
}

#sec_2 .box.step1 .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 680px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 45px auto 0 auto;
}

#sec_2 .box.step1 .btn_wrap div > p {
  font-size: 20px;
  line-height: 42px;
  text-align: center;
}

#sec_2 .box.step1 .btn_wrap div .btn {
  width: 290px;
  height: 60px;
  background-color: #FD6420;
}

#sec_2 .box.step1 .btn_wrap div .btn:hover {
  background-color: #ff9600;
}

#sec_2 .box.step1 .btn_wrap div .btn p {
  font-size: 20px;
  line-height: 42px;
  color: #fff;
}

#sec_2 .box.step1 .btn_wrap .line {
  width: 2px;
  height: 110px;
  background-color: #D7D7D7;
}

@media (max-width: 768px) {
  #sec_2 .box.step1 {
    width: 80%;
    min-width: 340px;
    max-width: none;
    padding: 25px 0;
  }
  #sec_2 .box.step1 h6 {
    font-size: 20px;
    line-height: 28px;
    width: 270px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #sec_2 .box.step1 .btn_wrap {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 30px auto 0 auto;
  }
  #sec_2 .box.step1 .btn_wrap div {
    width: 100%;
    margin: 0 auto 20px auto;
  }
  #sec_2 .box.step1 .btn_wrap div:last-child {
    margin-bottom: 0;
  }
  #sec_2 .box.step1 .btn_wrap div > p {
    font-size: 20px;
    line-height: 42px;
    text-align: center;
  }
  #sec_2 .box.step1 .btn_wrap div .btn {
    width: 290px;
    height: 60px;
    display: block;
    margin: 0 auto;
  }
  #sec_2 .box.step1 .btn_wrap div .btn p {
    font-size: 20px;
    line-height: 42px;
    color: #fff;
  }
  #sec_2 .box.step1 .btn_wrap .line {
    display: none;
  }
  #sec_2 .box.step1 ul {
    width: 80%;
    min-width: 300px;
    margin: 20px auto 0 auto;
    padding-left: 0;
  }
  #sec_2 .box.step1 ul li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  #sec_2 .box.step1 ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    display: block;
    content: '';
    background-image: url(../img/slickBtn.svg);
    background-size: 100% 100%;
    width: 19px;
    height: 19px;
    top: 0.2em;
  }
}

#sec_2 .step2 {
  /* margin-top: 50px; */
}

#sec_2 .step2 h6 {
  font-size: 24px;
  line-height: 40px;
}

#sec_2 .step2 > .flex {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* margin-top: 55px; */
}

#sec_2 .step2 > .flex .img_wrap {
  padding-top: 10px;
  margin-left: -50%;
  margin-right: 50px;
}
@media (max-width: 820px) {
#sec_2 .step2 > .flex .img_wrap {
  margin-right: 20px;
  margin-left: -45%;
}
}
#sec_2 .step2 > .flex .img_wrap .phone {
  width: 279px;
  background-image: url(images/STEP1.png);
  background-position: center;
  background-size: 255px 540px;
  background-repeat: no-repeat;
}

#sec_2 .step2 > .flex .step_wrap {
  display: block;
}

#sec_2 .step2 > .flex .step_wrap .os {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  border-bottom: 1px solid #707070;
}

#sec_2 .step2 > .flex .step_wrap .os p {
  position: relative;
  padding-bottom: 10px;
  text-align: center;
  cursor: pointer;
}

#sec_2 .step2 > .flex .step_wrap .os p.active {
  color: #FD6120;
}

#sec_2 .step2 > .flex .step_wrap .os p.active:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  bottom: -3px;
  content: '';
  display: block;
  width: 100%;
  border-bottom: 5px solid #FD6120;
}

#sec_2 .step2 > .flex .step_wrap .os p:nth-child(1) {
  width: 120px;
}

#sec_2 .step2 > .flex .step_wrap .os p:nth-child(2) {
  width: 160px;
}

#sec_2 .step2 > .flex .step_wrap .list {
  position: relative;
  padding-top: 50px;
}

#sec_2 .step2 > .flex .step_wrap .list .line {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  height: 405px;
  width: 3px;
  background-color: #D7D7D7;
  margin: 65px 0 0 13px;
}

#sec_2 .step2 > .flex .step_wrap .list ul {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 1;
  margin-top: 50px;
  width: 700px;
  display: none;
}

#sec_2 .step2 > .flex .step_wrap .list ul.active {
  display: block;
}

#sec_2 .step2 > .flex .step_wrap .list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
}

#sec_2 .step2 > .flex .step_wrap .list ul li:nth-child(1) {
  margin-bottom: 45px;
}

#sec_2 .step2 > .flex .step_wrap .list ul li:nth-child(2) {
  margin-bottom: 50px;
}

#sec_2 .step2 > .flex .step_wrap .list ul li:nth-child(3) {
  margin-bottom: 55px;
}

#sec_2 .step2 > .flex .step_wrap .list ul li.now_step > div {
  opacity: 1;
}

#sec_2 .step2 > .flex .step_wrap .list ul li.now_step svg path {
  fill: #ff6700;
}

#sec_2 .step2 > .flex .step_wrap .list ul li svg {
  width: 30px;
  margin-right: 30px;
}

#sec_2 .step2 > .flex .step_wrap .list ul li svg path {
  fill: #939393;
}

#sec_2 .step2 > .flex .step_wrap .list ul li > div {
  opacity: 0.3;
}

#sec_2 .step2 > .flex .step_wrap .list ul li > div p {
  line-height: 28px;
}

#sec_2 .step2 > .flex .step_wrap .list ul li > div p:nth-child(1) {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

#sec_2 .step2 > .flex .step_wrap .list ul li > div p:nth-child(2) {
  font-size: 20px;
}

#sec_2 .step2 > .flex .step_wrap .list .copy_text {
  display: none;
}

#sec_2 .step2 > .flex .step_wrap .list ul li .step_t{
  width: 50%;
}
@media (max-width: 820px) {
  #sec_2 .step2 > .flex .step_wrap .list ul li .step_t {
    width: 40%;
}
  }
#sec_2 .step2 .note {
  text-align: center;
  margin-top: 50px;
}

#sec_2 .step2 .note img {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
}

#sec_2 .step2 .note p {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 28px;
}

#sec_2 .step2 .next_btn {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
  top: 27%;
  width: 150px;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  cursor: pointer;
  z-index: 3;
  display: none;
}

#sec_2 .step2 .prev_btn {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  top: 27%;
  width: 150px;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  cursor: pointer;
  z-index: 3;
  display: none;
}

@media (max-width: 768px) {
  #sec_2 .step2 {
    position: relative;
    margin-top: 10px;
  }
  #sec_2 .step2 h6 {
    font-size: 20px;
    line-height: 28px;
  }
  #sec_2 .step2 > .flex {
    margin-top: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #sec_2 .step2 > .flex .img_wrap {
    width: 280px;
    margin: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #sec_2 .step2 > .flex .img_wrap .phone {
    margin: 0 auto;
    
  }
  #sec_2 .step2 > .flex .step_wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  #sec_2 .step2 > .flex .step_wrap .os {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 290px;
    border-bottom: 1px solid #707070;
    margin: 0 auto;
  }
  #sec_2 .step2 > .flex .step_wrap .os p {
    position: relative;
    padding-bottom: 10px;
    text-align: center;
    cursor: pointer;
  }
  #sec_2 .step2 > .flex .step_wrap .os p.active:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
    bottom: -3px;
    content: '';
    display: block;
    width: 100%;
    border-bottom: 5px solid #FD6120;
  }
  #sec_2 .step2 > .flex .step_wrap .os p:nth-child(1) {
    width: 50%;
  }
  #sec_2 .step2 > .flex .step_wrap .os p:nth-child(2) {
    width: 50%;
  }
  #sec_2 .step2 > .flex .step_wrap .list {
    position: relative;
    padding-top: 0;
  }
  #sec_2 .step2 > .flex .step_wrap .list .line {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    position: relative;
    width: 250px;
        /* min-width: 270px;*/
    height: 5px;
    background-color: #D7D7D7;
    margin: 110px auto;
  }

  #sec_2 .step2 > .flex .step_wrap .list ul {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 0;
    margin: -12px 0 0 0;
    width: 270px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #sec_2 .step2 > .flex .step_wrap .list ul.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #sec_2 .step2 > .flex .step_wrap .list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
  #sec_2 .step2 > .flex .step_wrap .list ul li:nth-child(1) {
    margin-bottom: 0;
  }
  #sec_2 .step2 > .flex .step_wrap .list ul li:nth-child(2) {
    margin-bottom: 0;
  }
  #sec_2 .step2 > .flex .step_wrap .list ul li:nth-child(3) {
    margin-bottom: 0;
  }
  #sec_2 .step2 > .flex .step_wrap .list ul li:nth-child(4) {
    margin-bottom: 0;
  }
  #sec_2 .step2 > .flex .step_wrap .list ul li.now_step > div {
    opacity: 1;
  }
  #sec_2 .step2 > .flex .step_wrap .list ul li.now_step svg path {
    fill: #ff6700;
  }
  #sec_2 .step2 > .flex .step_wrap .list ul li svg {
    width: 30px;
    margin-right: 0;
  }
  #sec_2 .step2 > .flex .step_wrap .list ul li svg path {
    fill: #939393;
  }
  #sec_2 .step2 > .flex .step_wrap .list ul li > div p:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    white-space: nowrap;
    margin-top: -35px;
    margin-left: -10px;
  }
  #sec_2 .step2 > .flex .step_wrap .list ul li > div p:nth-child(2) {
    display: none;
  }
  #sec_2 .step2 > .flex .step_wrap .list .copy_text {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: 80%;
    margin: 50px auto 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }
  #sec_2 .step2 > .flex .step_wrap .list .copy_text.Android.step_3 {
    margin-top: -10px;
  }
  #sec_2 .step2 .note img {
    width: 18px;
  }
  #sec_2 .step2 .note p {
    font-size: 18px;
  }
  #sec_2 .step2 .next_btn {
    width: 100px;
    z-index: 0;
  }
  #sec_2 .step2 .prev_btn {
    width: 100px;
    z-index: 0;
  }
  #sec_2 .step2 .prev_btn ,#sec_2 .step2 .next_btn {
    top: 33%;}
    #sec_2 .step2 > .flex .step_wrap .list .line {
      margin: 60px auto 80px;
  }
}
@media screen and (max-width:640px) {
  #sec_2 .step2 > .flex .step_wrap .list .line {
    margin: 80px auto 90px auto;
    
  }
}
#sec_3 {
  padding-top: 66px;
  padding-bottom: 80px;
}

#sec_3 .info {
  margin-bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#sec_3 .info .img {
  width: 88px;
  margin-bottom: 20px;
}

#sec_3 .info p {
  font-size: 36px;
  line-height: 52px;
  width: 100%;
  text-align: center;
}

@media (max-width: 768px) {
  #sec_3 .info {
    margin-bottom: 30px;
  }
  #sec_3 .info p {
    font-size: 28px;
    line-height: 40px;
  }
}

#sec_3 .am_card_wrap {
  width: 490px;
  margin: 0 auto;
  margin-top: 40px;
}

#sec_3 .am_card_wrap .am_card {
  padding-bottom: 30px;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

#sec_3 .am_card_wrap .am_card.opacity {
  opacity: 0;
}

@media (max-width: 768px) {
  #sec_3 .am_card_wrap {
    width: 100%;
    max-width: 340px;
  }
}

#sec_3 #device {
  margin: 0 auto;
  margin-top: 55px;
  width: 100%;
  max-width: 1136px;
}

#sec_3 #device p {
  font-size: 30px;
  line-height: 44px;
  padding-left: 22px;
}

@media (max-width: 768px) {
  #sec_3 #device {
    width: 80%;
    min-width: 370px;
  }
  #sec_3 #device p {
    font-size: 20px;
    line-height: 29px;
    padding-left: 0;
    text-align: center;
    margin-bottom: 10px;
  }
}

#sec_4 {
  padding-top: 55px;
  padding-bottom: 70px;
  background-color: #EFEFEF;
}

#sec_4 > p {
  font-size: 36px;
  line-height: 52px;
  text-align: center;
}

#sec_4 .QA_wrap {
  margin: 45px auto 0 auto;
  width: 100%;
  max-width: 1200px;
  background-color: #fff;
  border-radius: 10px;
  padding: 0 50px;
}

#sec_4 .QA_wrap ul li {
  border-bottom: 1px solid #D8D8D8;
}

#sec_4 .QA_wrap ul li:first-child .q {
  padding-top: 50px;
}

#sec_4 .QA_wrap ul li:first-child .q .toggle_btn {
  top: 50px;
}

#sec_4 .QA_wrap ul li:last-child {
  padding-bottom: 50px;
  border-bottom: none;
}

#sec_4 .QA_wrap ul li:last-child .q {
  padding-bottom: 0;
}

#sec_4 .QA_wrap ul li:last-child .a {
  margin-top: 30px;
}

#sec_4 .QA_wrap .q {
  position: relative;
  padding: 30px 0 40px 0;
  cursor: pointer;
}

#sec_4 .QA_wrap .q > p {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  padding-left: 28px;
  font-weight: 500;
}

#sec_4 .QA_wrap .q > p:before {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  content: 'Q.';
  display: inline-block;
  font-size: 24px;
  color: #FD6120;
}

#sec_4 .QA_wrap .q .toggle_btn {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
  top: 30px;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 10000px;
  border: 2px solid #D8D8D8;
  cursor: pointer;
}

#sec_4 .QA_wrap .q .toggle_btn > p {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
  text-align: center;
  line-height: 26px;
}

#sec_4 .QA_wrap .q .toggle_btn p.plus {
  display: block;
  color: #D8D8D8;
}

#sec_4 .QA_wrap .q .toggle_btn p.minus {
  display: none;
  color: #fff;
}

#sec_4 .QA_wrap .q .toggle_btn.active {
  background-color: #FD6120;
  border: none;
}

#sec_4 .QA_wrap .q .toggle_btn.active p.plus {
  display: none;
}

#sec_4 .QA_wrap .q .toggle_btn.active p.minus {
  display: block;
}

#sec_4 .QA_wrap .a {
  display: none;
  background-color: #F9F9F9;
  padding: 40px 50px;
}

#sec_4 .QA_wrap .a p {
  font-size: 18;
  line-height: 26px;
  font-weight: 500;
}

@media (max-width: 768px) {
  #sec_4 .QA_wrap {
    width: 80%;
    min-width: 345px;
    padding: 0 20px;
  }
  #sec_4 .QA_wrap .q {
    padding-bottom: 20px;
  }
  #sec_4 .QA_wrap .q > p {
    font-size: 16px;
    line-height: 24px;
    padding-right: 40px;
    padding-left: 40px;
  }
  #sec_4 .QA_wrap .a {
    padding: 20px;
  }
}

#twm-product-plan-note {
  padding: 50px 0;
}

#twm-product-plan-note .twm-collapse-headline, #twm-product-plan-note .twm-headline.twm-collapse-headline {
  margin-bottom: 1em;
}

.twm-wrapper {
  overflow: hidden;
}
/*# sourceMappingURL=index.css.map */

@media (max-width: 540px) {
#sec_2 .step2 > .flex .step_wrap .list .copy_text {
  width: 54%;}
  #sec_2 .step2 .prev_btn, #sec_2 .step2 .next_btn {
    top: 36%;
}
}