body * {
  box-sizing: border-box;
  flex-shrink: 0;
  
}

body {
  font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
    Arial, PingFang SC-Light, Microsoft YaHei;
}
.wrap1 {
  /* overflow: hidden; */
}
button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
}

button:active {
  opacity: 0.6;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.justify-start {
  display: flex;
  justify-content: flex-start;
}

.justify-center {
  display: flex;
  justify-content: center;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}

.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}

.justify-around {
  display: flex;
  justify-content: space-around;
}

.justify-between {
  display: flex;
  justify-content: space-between;
}

.align-start {
  display: flex;
  align-items: flex-start;
}

.align-center {
  display: flex;
  align-items: center;
}

.align-end {
  display: flex;
  align-items: flex-end;
}

/* 解决ipad出现滚动条 */
:root {
  /* overflow-y: auto; */
  overflow-x: hidden;
}

:root body {
  position: absolute;
}

body {
  width: 100vw;
}

.lj {
    width: 4.89rem;
    height: 1rem;
    border-radius: 0.13rem;
    text-align: center;
    line-height: 1.05rem;
    font-size: 0.33rem;
    font-weight: 500;
    color: #FFFFFF;
    left: 4.55rem;
    top: 9.25rem;
    position: absolute;
    cursor: pointer;
    z-index: 9;
    background: linear-gradient(225deg,  rgba(253,140,44,0.94)  0%, rgba(253,44,119,0.94) 0%,#647BFF 50% ,  #64B8FF 100%);
  }

.lj:hover {
background: linear-gradient(225deg,  rgba(253,140,44,0.94)  50%, rgba(253,44,119,0.94) 100%,#647BFF 0% ,  #64B8FF 0%);
  }

.vr {
    width: 1.89rem;
    height: 0.69rem;
    border-radius: 0.13rem;
    text-align: center;
    line-height: 0.69rem;
    font-size: 0.25rem;
    font-weight: 500;
    color: #FFFFFF;
    left: 3.55rem;
    top: 4.55rem;
    position: absolute;
    cursor: pointer;
    z-index: 9;
    background: linear-gradient(225deg,  rgba(253,140,44,0.94)  0%, rgba(253,44,119,0.94) 0%,#647BFF 50% ,  #64B8FF 100%);
  }

.vr:hover {
background: linear-gradient(225deg,  rgba(253,140,44,0.94)  50%, rgba(253,44,119,0.94) 50%,#647BFF 0% ,  #64B8FF 0%);
  }

.lj1 {
    width: 4.89rem;
    height: 1rem;
    border-radius: 0.13rem;
    text-align: center;
    line-height: 1.05rem;
    font-size: 0.33rem;
    font-weight: 500;
    color: #FFFFFF;
    left: 14.5rem;
    top: 9.25rem;
    position: absolute;
    cursor: pointer;
    z-index: 9;
    background: linear-gradient(225deg,  rgba(253,140,44,0.94) 50%, rgba(253,44,119,0.94) 100%,#647BFF 0% ,  #64B8FF 0%);
  }

.lj1:hover {
background: linear-gradient(225deg,  rgba(253,140,44,0.94)  0%, rgba(253,44,119,0.94) 0%,#647BFF 50% ,  #64B8FF 100%);
  }
