* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.setMargin {
  margin: 5.33333333vw 0 0;
}
body {
  background-color: #eeeeee;
}
.wrapper {
  margin: 0 auto;
  background-color: #eeeeee;
  width: 100vw;
  margin-bottom: 10.66666667vw;
}
.wrapper .header {
  width: 100vw;
  height: 12vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: linear-gradient(20deg, #ec008c, #6739b6);
  padding: 0 3.73333333vw;
  line-height: 12vw;
  font-size: 4.26666667vw;
  color: #ffffff;
  text-align: center;
}
.wrapper .body {
  width: 100vw;
  padding: 0 3.73333333vw;
  background-color: #eeeeee;
}
.wrapper .body .btn {
  width: 92.53333333vw;
  height: 10.13333333vw;
  border: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #31b9e9;
  border-radius: 1.33333333vw;
  color: #ffffff;
  line-height: 10.13333333vw;
  font-size: 3.73333333vw;
  text-align: center;
  cursor: pointer;
}
.wrapper .body .btn:active {
  background-color: #666bff;
}
.wrapper .body .textBox {
  width: 92.53333333vw;
  border-radius: 1.33333333vw;
  border: 0.26666667vw dashed #fb6a65;
  padding: 1.33333333vw;
  background-color: #fff;
  text-align: center;
}
.wrapper .body .textBox a,
.wrapper .body .textBox a:hover {
  color: #428bca;
}
.wrapper .body .pic {
  width: 92.53333333vw;
  border-radius: 1.33333333vw;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 0.26666667vw;
}
.wrapper .body .pic img {
  width: 92vw;
  background-repeat: repeat;
  border-radius: 1.33333333vw;
}
.wrapper .body .picExp {
  width: 92.53333333vw;
  display: block;
  margin: 1.33333333vw 0;
  text-align: center;
  font-size: 3.2vw;
  color: #999;
}
@keyframes scaleUp {
  from {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.92;
  }
}
.pop {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
  background-color: #4e4f4e;
  color: #fff;
  padding: 2.66666667vw;
  border-radius: 2.13333333vw;
  font-size: 3.2vw;
  animation: scaleUp 0.2s ease-in-out forwards;
}
.copyTip {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 0.8vw;
  background: linear-gradient(to right, #f9c492, #fb6a65);
  color: white;
  font-size: 3.2vw;
  height: 6.4vw;
}
.copyTip .jtone {
  position: relative;
  width: 0;
  height: 0;
  border-top: 3.2vw solid transparent;
  border-left: 2.66666667vw solid white;
  border-bottom: 3.2vw solid transparent;
}
.copyTip .jtone::before {
  content: "";
  position: absolute;
  top: -3.2vw;
  left: -3.46666667vw;
  width: 0;
  height: 0;
  border-top: 3.2vw solid transparent;
  border-left: 2.66666667vw solid #fab189;
  border-bottom: 3.2vw solid transparent;
}
.copyTip .jttwo {
  position: relative;
  width: 0;
  height: 0;
  border-top: 3.2vw solid transparent;
  border-left: 2.66666667vw solid white;
  border-bottom: 3.2vw solid transparent;
}
.copyTip .jttwo::before {
  content: "";
  position: absolute;
  top: -3.2vw;
  left: -3.46666667vw;
  width: 0;
  height: 0;
  border-top: 3.2vw solid transparent;
  border-left: 2.66666667vw solid #fa9b7e;
  border-bottom: 3.2vw solid transparent;
}
.copyTip .jtthree {
  position: relative;
  width: 0;
  height: 0;
  border-top: 3.2vw solid transparent;
  border-left: 2.66666667vw solid white;
  border-bottom: 3.2vw solid transparent;
}
.copyTip .jtthree::before {
  content: "";
  position: absolute;
  top: -3.2vw;
  left: -3.46666667vw;
  width: 0;
  height: 0;
  border-top: 3.2vw solid transparent;
  border-left: 2.66666667vw solid #fa8673;
  border-bottom: 3.2vw solid transparent;
}
