.main-bg {
  background: none;
}

.gift-list-warp {
  display: flex;
  margin: 20px 0;
  margin-top: 40px;
}

.gift-list-right {
  height: 80px;
  margin-left: 30px;
  width: calc(100% - 780px - 30px);
  position: relative;
  cursor: pointer;
}

.gift-list-right img {
  width: calc(100% + 20px);
  position: absolute;
  left: -15px;
  top: -100px;
  cursor: pointer;
  z-index: -1;
  user-select: none;
}

.base-toast-box {
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: 10000;
  font-size: 14px;
  display: none;
}

.base-toast-box .middle-box {
  width: 360px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0 30px;
  padding-top: 90px;
  animation: moveTop 0.6s;
}

.base-toast-box .middle-box .top-bg {
  width: calc(106.5%);
  position: absolute;
  left: -11px;
  background: url("/public/newtuitui/img/toast-bg-weeklive.png") no-repeat;
  top: -138px;
  background-size: 100%;
  height: 300px;
}

.base-toast-box .middle-box .toast-desc {
  line-height: 24px;
  font-size: 12px;
}

.base-toast-box .middle-box .inp-box {
  margin-top: 17px;
}

.base-toast-box .middle-box textarea {
  width: 100%;
  background-color: #f6f6f6;
  height: 150px;
  border-radius: 5px;
  padding: 8px;
}

.base-toast-box .middle-box .submity-btn {
  width: 100%;
  color: #69cdcd;
  font-size: 20px;
  display: block;
  margin: 20px 0;
  background-color: #fff;
  cursor: pointer;
}

.base-toast-box .middle-box .close-box {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 120%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.base-toast-box .middle-box .close-box i {
  font-size: 20px;
  color: #69cccc;
}

body {
  font-size: 14px;
}

* {
  box-sizing: border-box;
}

@keyframes moveTop {
  0% {
    top: -50%;
  }
  100% {
    top: 50%;
  }
}

.fixed-sha {
  font-size: 0px;
}
