[data-dev="desktop"] .dev-mobile,
[data-dev="mobile"] .dev-desktop {
  display: none !important;
}
  .sites h2,.how-to-use h2, .common-p h2{
    width: 800px;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    font-weight: 800;
    padding-bottom: 20px;
  }
  
  .pt-120 {
    padding-top: 120px;
  }
  
  .w-100 {
    width: 100%;
  }

  .banner {
    padding: 0 10px;
  }

  .banner .title{
    padding: 50px 0 20px 0;
    margin: 0;
    font-size: 48px;
    line-height: 56px;
    font-weight: 800;
  }

  .banner .ptext{
    font-size: 20px;
    max-width: 620px;
    padding-bottom: 60px;
    line-height: 28px;
  }

  .video-download {
    width: 100%;
  }
  
  .video-download .top-title .title {
    padding: 50px 0 20px 0;
    margin: 0;
    font-size: 48px;
    line-height: 56px;
    font-weight: 800;
  }
  
  .video-download .top-title .ptext {
    font-size: 20px;
    max-width: 620px;
    margin-bottom: 60px;
    line-height: 28px;
  }
  
  .sites h2 {
    margin: 0;
  }
  
  .sites ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-weight: bold;
  }
  
  .sites ul li {
    display: flex;
    align-items: center;
    flex-basis: 20%;
    margin-top: 60px;
    box-sizing: border-box;
    padding-left: 50px;
  }
  
  .sites ul li svg {
    margin-right: 14px;
  }

  .how-to-use details {
    margin: unset;
    padding-bottom: unset;
    padding-top: 10px;
    border-radius: 6px;
    border-bottom: 1px solid #EBEEF5;
  }
  
  .how-to-use summary {
    position: relative;
    background: #F3F3F3;
    width: 100%;
    min-height: 56px;
    line-height: 56px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    padding: 0 40px 0 20px;
  }

  .how-to-use summary::after {
    content: '';
    position: absolute;
    border: solid #333333;
    border-width: 0 1px 1px 0;
    padding: 4px;
    top: 50%;
    right: 28px;
    transform: rotate(-45deg) translateY(-50%);
    transition: transform linear .3s;
  }

  .how-to-use details[open] summary {
    background: #EEEFFA;
    color: inherit;
  }

  .how-to-use details[open] summary::after {
    transform: rotate(45deg) translateY(-50%);
  }

  .howList {
    will-change: height;
    width: 100%;
    max-height: 0;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    color: #333333;
    background: #F5FAFE;
    border-radius: 6px;
    overflow: hidden;
    transition: .3s all ease-in-out;
  }

  details[open] + div {
    max-height: 430px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  .howList a{
      color: #3D9CF5;
      text-decoration: underline;
  }

  .howList>div:not(:last-child){
      margin-bottom: 20px;
  }

  .how-to-use .ptext {
    font-size: 16px;
    max-width: 620px;
    color: #333333;
    margin-bottom: 60px;
    line-height: 22px;
    text-align: center;
  }
  
  /* FAQs */
  .common-p {
      margin-bottom: 100px;
  }
  
  .common-p .common-list ul {
      width: 100%;
  }
  
  .common-p .common-list ul li {
      font-size: 16px;
      line-height: 22px;
  }
  
  .common-p .common-list ul li:first-child {
      font-weight: 700;
      margin-top: 44px;
  }
  
  .common-p .common-list ul li:not(:last-child) {
      margin-bottom: 22px;
  }
  
  .common-p ul li a {
      font-size: 16px;
      color: #3D9CF5;
      text-decoration: underline;
  }
  
  a.more {
      min-height: 40px;
      text-align: center;
      color: #00417e;
      border: 2px solid #00417e;
      border-radius: 6px;
      font-weight: 600;
      margin-top: 35px;
      display: flex;
      align-items: center;
      padding: 0 15px;
  }

  a.more:hover {
    box-shadow: 0 5px 12px 0 rgba(47, 43, 192, 0.22);
  }

  footer .fo-tp {width: 100%;min-height: 80px;background: #E1EEFB;color: #333333;flex-wrap: wrap;}
  footer .fo-tp>div{flex-wrap: wrap;justify-content: center;}
  footer #side-banner::after {
    content: none;
  }
  footer #side-banner p:nth-child(2){
    background: #FFD43B;
    color: #000000;
    font-weight: bold;
  }

  header .pro-list+ul{
    display: none;
  }

  header .pro-list.actived+ul{
    display: block;
  }
  
  @keyframes zoom
  {
    0% {transform: scale(0);}
    75% {transform: scale(1.1);}
    100% {transform: scale(1);}
  }

  .popupBg {
    position: fixed;
    display: flex;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    overflow: auto;
    margin: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.63);
  }

  .popup {
    padding: 40px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0px 12px 40px 0px rgba(24,62,98,0.40);
    max-width: 600px;
    width: 90%;
    background: #f5fafe;
    animation: zoom .3s cubic-bezier(0.17, 0.59, 0.61, 0.98);
  }

  .close{
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    border: none;
    background: none;
    transition: all .2s ease-out;
  }

  .statePop .close {
    top: 0;
    right: 0;
    transform: translate(50%,-50%);
  }
  
  .close:hover{
    opacity: .7;
  }

  .statePop{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 30px;
    opacity: 1;
    max-width: 90%;
    padding: 20px 44px 20px 58px;
    background: #FF7650;
    border-radius: 6px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
  }

  .statePop .text{
    margin-left: 12px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
  }

  .statePop svg{
    flex-shrink: 0;
  }
  @media (max-width: 1120px) {
    .video-download,.search-form {
      padding: 0 10px;
      box-sizing: border-box;
    }
    
    .common-p .common-list {
      width: 100%;
    }
    .how-to-use summary {
      font-size: calc(10px + 0.5vw);
      height: normal;
    }
  }
  
  @media (max-width: 960px) {
    .pt-120 {
      padding-top: 30px;
    }
  
    h2,.sites h2,.how-to-use h2, .common-p h2 {
      width: 100%;
      font-size: calc(18px + 1.5vw);
    }

    .banner .title {
        font-size: calc(24px + 2.8vw);
    }

    .banner .ptext {
        font-size: calc(12px + 1vw);
        line-height: normal;
    }
  
    .video-download .top-title .title {
      font-size: calc(24px + 2.8vw);
    }
  
    .video-download .top-title .ptext {
      font-size: calc(12px + 1vw);
      line-height: normal;
    }

    details[open] + div {
      max-height: 1000px;
    }
  
  }
  
  @media (max-width: 769px) {
    .sites ul li {
      flex-basis: 33.333%;
      padding: 0;
    }
    .statePop{
      width: 90%;
      padding: 16px;
    }
  }
  
  @media (max-width: 450px) {
    .how-to-use .ptext {
      margin-bottom: 20px;
    }
  
    .sites ul {
      margin-top: 20px;
    }
  
    .sites ul li {
      margin-top: 10px;
      padding-left: 10px;
      font-size: 12px;
      flex-basis: 33.3333%;
    }
  
    .sites ul li svg {
      width: 30px;
      height: 30px;
      margin-right: 10px;
    }
  }
  