/* comment */
html, body {
    height: 100%;
    background-color: #0b5ab0;
}
#vpn-h5 {
    height: 100%;
    background-image: linear-gradient(0deg, #0b5ab0 0%, #28b1f3 100%);
    overflow: auto;
    position: relative;
}
#vpn-h5 .logo {
    margin: auto;
    width: 2.78rem;
    display: block;
}
.slogan {
    padding-top: 0.1rem;
    color: #ffffff;
    font-size: 0.14rem;
    text-align: center;
}
#vpn-h5 .wrapper {
    padding-top: 1.06rem;
    height: 100%;
    background-image: url("../img/bg@2x.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    box-sizing: border-box;
}
#vpn-h5 .bottom-wrapper {
    width: 100%;
    position: absolute;
    bottom: 0.5rem;
}
#vpn-h5 .bottom-wrapper .button {
    margin: 0 auto;
    width: 3.45rem;
    height: 0.55rem;
    font-size: 0.2rem;
    line-height: 0.6rem;
    color: #0b5ab0;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    background-image: linear-gradient(270deg, #dfdfdf 0%, #ffffff 100%);
    border-radius: 0.12rem;
    display: block;
}
#vpn-h5 .bottom-wrapper .share-box {
    padding: 0.17rem 0.15rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#vpn-h5 .bottom-wrapper .share-box .item {
    height: 0.2rem;
    color: #ffffff;
    font-size: 0.12rem;
    display: flex;
    align-items: center;
}
#vpn-h5 .bottom-wrapper .share-box .item img {
    margin-right: 0.04rem;
    width: 0.16rem;
}
#vpn-h5 .bottom-wrapper .share-box .item.tutorial {
    text-decoration: underline;
}

#vpn-h5>.tutorial {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3000;
}

#vpn-h5>.tutorial .content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
#vpn-h5>.tutorial .content .title {
    margin: 0.46rem auto 0 auto;
    color: #ffffff;
    font-size: 0.2rem;
    text-align: center;
}

#vpn-h5>.tutorial .content .close {
    margin-left: 0.15rem;
    width: 0.32rem;
    height: 0.32rem;
    border-radius: 50%;
    background: transparent;
    border: 0.012rem solid #e6e6e6;
    position: absolute;
    top: 0.38rem;
    right: 0.24rem;
}
#vpn-h5>.tutorial .content .close:before { content: ""; position: absolute; width: 0.2rem;
    border-bottom: 0.015rem solid #e6e6e6; top: 0.09rem; left: 0.09rem; transform-origin: left; transform: rotate(45deg); }
#vpn-h5>.tutorial .content .close:after { content: ""; position: absolute; width: 0.2rem;
    border-bottom: 0.015rem solid #e6e6e6; top: 0.09rem; right: 0.09rem; transform-origin: right; transform: rotate(-45deg); }

#ios-tutorial-swiper { margin: 0.4rem auto 0 auto; width:100%; }
#ios-tutorial-swiper .swiper-slide { display: flex; justify-content: center; align-items: center; }
#ios-tutorial-swiper .swiper-slide img {width: auto; height: 4.3rem; }
#ios-pagination { margin-top: 0.3rem; height: 0.06rem; text-align: center; display: flex; justify-content: center; }

#android-tutorial-swiper { margin: 1.4rem auto 0 auto; width: 100%; }
#android-tutorial-swiper .swiper-slide { display: flex; justify-content: center; align-items: center; }
#android-tutorial-swiper .swiper-slide img {width: auto; height: 1.7rem; }
#android-pagination { margin-top: 0.3rem; height: 0.06rem; text-align: center; display: flex; justify-content: center; }

.swiper-pagination-bullet {
    margin: 0 0.02rem !important;
    background: rgba(255,255,255,0.50);
    width: 0.08rem;
    height: 0.04rem;
    border-radius: 0.03rem;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #ffffff;
    width: 0.3rem;
    height: 0.04rem;
    border-radius: 0.03rem;
}

#vpn-h5>.tutorial #ios-pagination {
    margin-top: 0.3rem;
    height: 0.06rem;
    text-align: center;
}
#vpn-h5 .toast {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3000;
    opacity: 0;
    transition: all 0.5s;
    pointer-events: none;
    user-select: none;
}
#vpn-h5 .toast.show {
    opacity: 1;
    pointer-events: all;
}
#vpn-h5 .toast .msg {
    padding: 0.05rem 0.15rem;
    font-size: 0.14rem;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 0.05rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}

#vpn-h5 .loader {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3000;
    opacity: 0;
    transition: all 0.5s;
    pointer-events: none;
    user-select: none;
}
#vpn-h5 .loader.show {
    opacity: 1;
    pointer-events: all;
}
#vpn-h5 .loading {
    display: inline-block;
    width: 70px;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 0.05rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
  }
#vpn-h5 .loading div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    margin: 8px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    animation: loading 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #ffffff transparent transparent transparent;

  }
#vpn-h5 .loading div:nth-child(1) {
    animation-delay: -0.45s;
  }
#vpn-h5 .loading div:nth-child(2) {
    animation-delay: -0.3s;
  }
#vpn-h5 .loading div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  