@charset "UTF-8";
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

#app {
  filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}

/*pc端样式*/
@media screen and (min-width: 961px) {
  #app {
    margin: 0 auto;
    height: 100%;
    width: 550px;
  }
  .model2 {
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0px 0px 40px 0px rgba(0, 90, 184, 0.1);
  }
  .model2 .active {
    background-color: #e4e9f3 !important;
  }
  .left {
    flex: 1;
    height: 100%;
    position: relative;
  }
  .Load-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 550px;
    height: 100vh;
    z-index: 900;
    background: #fff;
    background-blend-mode: normal, normal;
    box-shadow: 0px 0px 20px 0px rgba(0, 84, 243, 0.1);
  }
  .Load-tex {
    width: 100%;
    height: 100%;
    font-size: 0.5rem;
    color: #666;
    display: table;
  }
  .Load-tex .logo {
    height: 200px;
    width: auto;
    position: absolute;
    top: calc(50% - 240px);
    left: 50%;
    transform: translate(-50%, 0);
  }
  .Load-logo {
    text-align: center;
    font-size: 0.25rem;
    vertical-align: middle;
    display: table-cell;
  }
  .Load-logo h2 {
    width: 90%;
    margin: 0.1rem auto;
    height: 0.25rem;
    position: relative;
    background-color: #f9fafc;
    border-radius: 15px;
  }
  .Load-logo #pecentageText {
    font-weight: bold;
    text-align: center;
    font-size: 0.25rem;
  }
  .Load-logo h2 span {
    height: 0.25rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #96f007;
    border-radius: 15px;
  }
  .Load-Sketch {
    text-align: center;
    margin: 0.3rem 0;
  }
  .buyLinkPanel {
    position: absolute;
    width: 550px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .buyLinkPanel .item {
    margin-top: 10px;
    width: 48%;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    background-size: 90%;
    cursor: pointer;
  }
}

/*移动端**/
@media screen and (max-width: 960px) {
  #app {
    height: 100%;
    width: 100%;
  }
  .model2 {
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 0 0.4rem 0 rgba(0, 90, 184, 0.1);
  }
  .model2 .active {
    background-color: #e4e9f3 !important;
  }
  .left {
    flex: 1;
    height: 100%;
    position: relative;
  }
  .Load-bg {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 900;
    background: #fff;
    background-blend-mode: normal, normal;
    box-shadow: 0 0 0.2rem 0 rgba(0, 84, 243, 0.1);
  }
  .Load-tex {
    width: 100%;
    height: 100%;
    font-size: 0.5rem;
    color: #666;
    display: table;
  }
  .Load-tex .logo {
    height: auto;
    width: 70%;
    position: absolute;
    top: calc(50% - 200px);
    left: 50%;
    transform: translate(-50%, 0);
  }
  .Load-logo {
    text-align: center;
    font-size: 0.26rem;
    vertical-align: middle;
    display: table-cell;
  }
  .Load-logo h2 {
    width: 60%;
    margin: 0.1rem auto;
    height: 0.25rem;
    position: relative;
    background-color: #aaaaaa;
    border-radius: 15px;
  }
  .Load-logo #pecentageText {
    font-weight: bold;
    text-align: center;
    font-size: 0.25rem;
  }
  .Load-logo h2 span {
    height: 0.25rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #96f007;
    border-radius: 15px;
  }
  .Load-Sketch {
    text-align: center;
    margin: 0.3rem 0;
  }
  .el-slider__runway {
    width: 80%;
    left: 12%;
    /* height: 6px; */
    /* margin: 23px 0; */
    background-color: #e4e7ed;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
  }
  #sky-btn {
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    background-color: #002971;
    border-color: #002971;
    text-align: center;
    color: #fff;
    font-size: 0.26rem;
  }
  .el-button.is-round {
    border-radius: 0.2rem;
    padding: 0.12rem 0.23rem;
  }
  #sky-logo {
    width: 2.5rem;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    opacity: 1;
    z-index: 9999;
  }
  .buyLinkPanel {
    position: absolute;
    width: 85%;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .buyLinkPanel .item {
    margin-top: 10px;
    width: 48%;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    background-size: 90%;
  }
}

.toolbar {
  position: absolute;
  right: 0;
  bottom: 20px;
  display: flex;
  flex-direction: column;
}

.toolbar > .btn > img {
  width: 70px;
  height: 70px;
}

.hotSpot {
  position: absolute;
  width: 25px;
  height: 25px;
  transform: translate(-50%, -50%);
  background: #cff4f1;
  border-radius: 50%;
  border: none;
}

.hotSpot > .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: none;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #e2ea98;
}

.hotSpot > .point {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffff00;
}

.hotspot_desc {
  color: #fff;
  position: absolute;
  left: 20px;
  bottom: 150px;
  background: #3479aa;
  height: 40px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  padding: 10px 23px;
}

.hotspot_desc > img {
  height: 85px;
}

.dialog {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 901;
}

.change_color {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: auto;
}

.btn_selected {
  filter: drop-shadow(1px 1px 2px #000);
}

.oppo_logo {
  position: absolute;
  top: 10px;
  right: 10px;
}

.oppo_logo > img {
  height: 40px;
}

.oppo_bottom_logo {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.oppo_bottom_logo > img {
  height: 200px;
}

.oppo_logo2 {
  position: absolute;
  bottom: 100px;
  left: 30px;
}

.oppo_logo2 > img {
  height: 50px;
}
