html,
body {
    -ms-touch-action: none;
    padding: 0;
    border: 0;
    margin: 0;
    height: 100vh;
    background-image: linear-gradient(180deg, #352cc1 19%, #44369f 99%);
}
.ios-webkit-body {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
    position: relative;
}
.body-loader {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.body-download {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    margin: 0 auto;
    max-width: 60vh;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgb(145,45,84);
}
.loading-wrapper-back {
    position: absolute;
    left: 4.5vw;
    top: 7.5vw;
    width: 6.67vw;
    height: 6.67vw;
    max-width: 4vh;
    max-height: 4vh;
    background-size: 100%;
    background-image: url('https://laz-img-cdn.alicdn.com/imgextra/i2/O1CN012mmvIa1nPbSxkl4E9_!!6000000005082-2-tps-50-50.png')
}

.loading-wrapper-start {
    position: relative;
    width: 57.33vw;
    height: 16vw;
    max-height: 9vh;
    max-width: 35vh;
    font-size: 3vh;
    line-height: 16vw;
    text-align: center;
    display: block;
    color: #ffffff;
    margin-top: 8vw;
    background-image: linear-gradient(179deg, #FF8256 13%, #FE3C87 100%);
    box-shadow: inset 0px 2px 13px 0px rgba(255,239,153,1);
    border-radius: 2.667vw;
    animation: loading-start-ani 1s infinite ease-out;
    -webkit-animation:loading-start-ani 1s infinite  ease-out;
}

.loading-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    margin-top: 30vh;
    width: 90vw;
    max-width: 55vh;
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.loading-desc-wrapper {
    position: relative;
    color: #FFEF99;
    text-align: center;
    font-size: 2vh;
    font-family: Arial;
}

.progress-bar-wrapper {
    background-color: #8454F7;
    border-radius: 2.667vw;
    width: 84vw;
    height: 5.5vw;
    max-width: 50vh;
    overflow: hidden;
    position: relative;
    margin-top: 12vw;
}

.progress-bar-bg {
    background-image: linear-gradient(0deg, #3900A7 0%, #61009B 100%);
    border-radius: 2.667vw;
    margin: 0.533vw;
    width: 83.067vw;
    max-width: 49vh;
    height: 4.533vw;
    position: relative;
 }

 .progress-bar {
    width: 0;
    background-color: #FF37D4;
    border-radius: 2.667vw;
    min-width: 5vw;
    left: 0vw;
    height: 4.533vw;
    transition: all .1s;
    position: relative;
    text-align: center;
 }

.loading-progress-text {
    width: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 4.0vw;
    font-family: Arial;
 }

.body-download {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    margin: 0 auto;
    max-width: 60vh;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: linear-gradient(180deg, #352cc1 19%, #44369f 99%);
    
}

.om-wrapper-shop {
    position: fixed;
    display: none;
    bottom: 4vh;
    width: 93.334vw;
    height: 46vw;
    background-color: #FFFFFF;
    box-shadow: 0 4px 13px 4px rgba(11,9,46,0.50), inset 0 1px 6px 0 #F5C5FF, inset 0 -1px 6px 4px rgba(137,187,255,0.73);
    border-radius: 2.667vw;
    left: 50%;
    transform: translateX(-50%);
    max-width: 58vh;
}
.om-wrapper-shop-title {
    color: #3D31A9;
    width: 100%;
    padding: 3.0vw 0vw 0vw 3vw;
    font-family: SFPro-Bold;
    letter-spacing: 0;
    font-weight: 700;
}
.om-wrapper-shop-close {
    position: absolute;
    right: 4vw;
    top: 4vw;
    width: 3.2vw;
    height: 3.2vw;
    background-size: 100% 100%;
    background-image: url('https://laz-img-cdn.alicdn.com/imgextra/i4/O1CN01NkjiPw1RKBLQu1Fas_!!6000000002092-2-tps-24-24.png');
}
.om-wrapper-shop-content {
    display: flex;
    padding: 3vw 3vw;
}
.om-wrapper-shop-name {
    max-height: 20vw;
    color: #2836A1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.om-wrapper-shop-icon {
   width: 30.667vw;
   height: 30.667vw;
   border-radius: 2vw;
   position: relative;
}
.om-wrapper-shop-img {
   width: 30.667vw;
   height: 30.667vw;
   border-radius: 2vw;
}
.om-wrapper-shop-solt {
   position: absolute;
   right: 0;
   top: 0;
   background-image: url('https://laz-img-cdn.alicdn.com/tfs/TB19eVPH7P2gK0jSZPxXXacQpXa-78-32.png');
   background-size: 100% 100%;
   width: 10.4vw;
   height: 4.26vw;
   font-size: 3.0vw;
   color: white;
   text-align: center;
}

.om-wrapper-shop-right {
  margin-left: 2.4vw;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 3.2vw;
  width: 60vw;
}

.om-wrapper-shop-price {
    display: flex;
    text-align: left;
    font-family: NotoSans-SemiBold sans-serif;
    font-size: 4vw;
    color: #FB5869;
    letter-spacing: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.om-wrapper-shop-price-now {
  max-width: 29.33333vw;
  font-size: 4vw;
  color: #FB5869;
  font-weight: 700;
}

.om-wrapper-shop-price-orgin {
  max-width: 29.33333vw;
  color: #8D93A8;
  opacity: 0.6;
  font-size: 3.4vw;
  text-decoration: line-through;
}

.om-wrapper-shop-price-go {
    font-size: 6vw;
    width: 25.5vw;
    height: 12.4vw;
    line-height: 11vw;
    text-align: center;
    color: #FFF;
    font-weight: 700;
    font-family:  Roboto-Black;
    background-size: 100%;
    background-image: url('https://laz-img-cdn.alicdn.com/imgextra/i4/O1CN011A6dPj1FVq27e2O1h_!!6000000000493-2-tps-191-93.png');
}

@keyframes loading-start-ani {
    0% {
        transform: scaleX(1) scaleY(1);
    }
    30% {
        transform: scaleX(1.15) scaleY(1.15);
    }
    100% {
        transform: scaleX(1.0) scaleY(1.0);
    }
}