/*Lentasy主题售卖页样式*/

.lentasy-theme.theme-show {
  min-height: 700px;
}

.lentasy-theme-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.lentasy-theme-background-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 95%;
  filter: blur(10px);
  transform: scale(1.08);
  opacity: 0.5;
  pointer-events: none;
}

.lentasy-theme-background-box::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, #f7f9fa 100%);
  content: "";
  width: 95%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

.lentasy-theme.theme-feature,
.lentasy-theme.theme-logs-question,
.lentasy-theme.theme-function,
.lentasy-theme.theme-preview,
.lentasy-theme.theme-show {
  position: relative;
}

.lentasy-theme-infor>h1 {
  font-size: 40px;
  font-weight: 900;
}

.lentasy-theme-picture {
  width: 70%;
  position: relative;
  min-height: 625px;
}

.lentasy-theme-infor {
  padding-right: 5%;
  width: 30%;
}

.theme-button,
.theme-tabs,
.theme-price,
.theme-introduce {
  margin-top: 20px;
}

.button-color>span {
  color: white;
  font-weight: 600;
}

.bl>span {
  color: #0765ff;
}

.theme-price {
  display: flex;
  align-items: flex-end;
}

.theme-price>h2 {
  color: #0765ff;
  font-weight: 900;
}

.theme-price>h4 {
  line-height: 16px;
  color: #0765ff;
  font-weight: 900;
  margin-left: 8px;
  font-size: 16px;
  text-decoration: line-through;
}

.theme-tabs-svg {
  width: 35px;
  height: 35px;
}

.svg-title-block {
  display: flex;
  width: 80px;
  flex-direction: column;
  align-items: center;
  float: left;
  margin-right: 7px;
  margin-top: 20px;
}

.lentasy-tabs-block {
  background: rgba(255, 255, 255, 0.3) !important;
  border: none !important;
}

.theme-feature-title,
.theme-function-title {
  text-align: center;
}

.theme-function-infor-wrapper {
  margin-top: 30px;
  columns: 3;
  column-gap: 14px;
}

.function-infor-block {
  margin-right: 15px;
  width: calc(100% - 50px);
  break-inside: avoid-column;
  margin-bottom: 15px;
  padding: 15px;
  background: linear-gradient(0deg, #ffffff 0%, #f0faff 50%, #cfefff 100%),
    linear-gradient(90deg, #fff1eb 0%, #ace0f9 100%);
  border-radius: 8px;
  border: 1px solid #e1dfdb4f;
}

.function-infor-block>h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.function-infor-block>p {
  font-size: 14px;
}

.function-infor-svg {
  width: 40px;
  height: 40px;
}

.question-block {
  width: 50%;
  margin-right: 20px;
}

.collapse-titile.collapse-block>div,
.collapse-titile.collapse-block>button {
  padding: 15px;
  background-color: #ffffff00;
}

.collapse-titile.collapse-block {
  padding: 15px;
  background: linear-gradient(0deg, #ffffff 0%, #f0faff 50%, #cfefff 100%),
    linear-gradient(90deg, #fff1eb 0%, #ace0f9 100%);
  border-radius: 8px;
  border: 1px solid #e1dfdb4f;
}

.collapse-titile.collapse-block>button {
  font-size: 20px;
}

.question-block-svg {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.logs-block>h1,
.question-block>h1 {
  margin-bottom: 10px;
}

.logs-block {
  width: 50%;
}

.logs-timeline {
  padding: 30px;
  background: linear-gradient(0deg, #ffffff 0%, #f0faff 50%, #cfefff 100%),
    linear-gradient(90deg, #fff1eb 0%, #ace0f9 100%);
  border-radius: 8px;
  border: 1px solid #e1dfdb4f;
}

.logs-question-block {
  display: flex;
}

.logs-timeline .el-timeline-item__timestamp.is-top {
  font-size: 20px;
  color: #0765ff;
  font-weight: 900;
}

.logs-timeline {
  max-height: 1000px;
  overflow-y: auto;
}

.lentasy-preview {
  height: 180px;
}

.mac-header-preview {
  width: 100%;
  height: 30px;
  background-color: white;
}

.picture-preview {
  border-radius: 0px;
  width: 100%;
  height: calc(100% - 30px);
}

.lentasy-preview .swiper-slide {
  border-radius: 8px;
}

.svg-title-block>p {
  font-size: 14px;
  margin-top: 5px;
}

.block-relative:nth-child(1) {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.block-relative:nth-child(2) {
  width: 80%;
  position: absolute;
  bottom: 0;
  z-index: 2;
  left: 20%;
}

/*购买弹窗*/
.theme-buy-box {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;

}

.theme-buy-wrapper {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  display: flex;
  position: relative;
  flex-wrap: wrap;
}

.theme-buy-wrapper>div {
  padding: 30px;
}

.static-image img,
.dynamic-image video {
  max-height: 400px;
  max-width: 540px;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  object-fit: cover;
}


.static-image img {
  margin-top: 20px;
}

.theme-buy-form {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.theme-buy-form>div {
  margin-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  padding: 20px;
  margin-top: 0;
  color: white;
}

.pay-type-form .pay-type li {
  padding: 5px;
  margin: 0px 10px;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.theme-buy-box .closer-win {
  padding: 5px;
  background: white;
  position: absolute;
  right: -10px;
  border-radius: 5px;
  top: -10px;
}

.pay-type-form .pay-type li i {
  margin-right: 5px;
  font-size: 20px;
}

.chosen-pay-type {
  border: solid 3px #315dcf;
  background-color: white;
}

.pay-type-form .pay-type {
  display: flex;
}

.pay-qr-form.pay-button-form.pay-info-form.pay-price-form .pay-info {
  padding: 16px;
  font-size: 12px;
  background: #f6f7f9;
  margin: 16px;
  border-radius: 5px;
}

.pay-qr-form.pay-button-form.pay-info-form.pay-price-form .pay-info span {
  padding: 2px 6px;
  border-radius: 5px;
  margin-right: 5px;
  background-color: #3858f6;
  color: white;
}

.pay-qr.pay-price {
  display: flex;
  margin: 0px 16px;
  justify-content: space-around;
}

.price-show.button-show {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.price-show.button-show .pay-price {
  font-size: 40px;
  font-weight: 900;
  color: white;
}

.price-show.button-show .pay-button button {
  border: none;
  padding: 8px 16px;
  font-size: 16px;
  border-radius: 5px;
  color: white;
  background-color: #315dcf;
}

.pay-qr .qr-img {
  padding: 10px;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 18px;
  background: white;
}

.pay-qr .qr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}