header {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}
footer {
  position: relative;
  padding: 64px 0 160px;
  background: url(https://m-cdn.yoocheese.com/web/website/images/footer_bg.png)
    60px -153px / 735px auto no-repeat var(--primary-color);
}
.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.i-arrow-right-circle-fill {
  background: url(https://m-cdn.yoocheese.com/web/website/icons/i-arrow-right-circle-fill.png)
    left top / cover no-repeat;
}
.header {
  padding: 8px 12px;
}
.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.modal {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  width: 70%;
  max-width: 600px;
  background-color: var(--primary-color);
  border-radius: 24px;
  opacity: 0;
}
.modal-active {
  transition: opacity 0.4s cubic-bezier(0.3, 1, 0.3, 1),
    transform 0.4s cubic-bezier(0.3, 1, 0.3, 1);
}
.modal-enter {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.modal-leave {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
}
.modal-body {
  padding: 20px;
}
.modal-title {
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}
.modal-subtitle {
  margin-top: 8px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  background: url(https://m-cdn.yoocheese.com/web/website/icons/i-close.png)
    left top / cover no-repeat;
  cursor: pointer;
}
.modal-btn {
  width: 160px;
  margin: 0 auto;
  margin-top: 24px;
  border: 1px solid var(--text-color-primary);
  background-color: transparent !important;
  cursor: pointer;
}
.mini-program-wrap {
  margin: 16px auto 0;
  width: 128px;
  height: 128px;
  background-color: #fff;
  border-radius: 64px;
  overflow: hidden;
  padding: 14px;
  box-sizing: border-box;
}
.btn {
  box-sizing: border-box;
  border-radius: 146px;
  padding: 0 12px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: var(--text-color-primary);
  font-weight: bold;
}
.btn.large {
  height: 44px;
  font-size: 14px;
  line-height: 20px;
}
.btn.primary {
  background-color: var(--primary-color);
  color: var(--text-color-primary);
}
.btn.primary.reverse {
  background-color: var(--text-color-primary);
  color: #fff;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3px;
  margin-top: 24px;
  gap: 12px;
}
.yq-pagination-bullet {
  width: 36px;
  height: 3px;
  border-radius: 108px;
  opacity: 0.3;
  border-radius: 4px;
  background: #ffffff;
}
.yq-pagination-bullet-small {
  width: 12px;
  height: 3px;
  border-radius: 108px;
  opacity: 0.3;
  border-radius: 4px;
  background: #ffffff;
}
.yq-pagination-bullet-active {
  width: 36px;
  height: 3px;
  border-radius: 108px;
  opacity: 1;
  border-radius: 4px;
  background: #ffffff;
}
.yq-pagination-bullet-active-small {
  width: 12px;
  height: 3px;
  border-radius: 108px;
  opacity: 1;
  border-radius: 4px;
  background: #ffffff;
}
.part-title {
  font-size: 28px;
  color: #fff;
}
.part-title.emph {
  color: var(--primary-color);
}
body {
  background: url(https://m-cdn.yoocheese.com/web/website/images/part1_bg.jpg)
    left top / 100% auto no-repeat black;
}
.part2 {
  background: url(https://m-cdn.yoocheese.com/web/website/images/part2_bg.png)
    20px 20px / 303px auto no-repeat;
}
.part3 {
  background: url(https://m-cdn.yoocheese.com/web/website/images/part3_bg.png)
    20px 20px / 353px auto no-repeat;
}
.part4 {
  background: url(https://m-cdn.yoocheese.com/web/website/images/part4_bg.png)
    20px 20px / 264px auto no-repeat;
}
.part5 {
  background: url(https://m-cdn.yoocheese.com/web/website/images/part5_bg.png)
    20px 20px / 335px auto no-repeat;
}
.part6 {
  background: url(https://m-cdn.yoocheese.com/web/website/images/part6_bg.png)
    20px 20px / 270px auto no-repeat;
}
.part7 {
  background: url(https://m-cdn.yoocheese.com/web/website/images/part7_bg.png)
    20px 20px / 349px auto no-repeat;
}
.part8 {
  background: url(https://m-cdn.yoocheese.com/web/website/images/part8_bg.png)
    20px 20px / 295px auto no-repeat;
}



.liberate-content-list-wrap{
  margin: 0 auto;
  width: 480px;
  display: flex;
  align-items: center;
  position: relative;
}
.liberate-content{
  width: 100%;
  margin-top: 22px;
  margin-bottom: 24px;
  padding: 0 20px 0 20px;
  overflow-x: scroll;
  scroll-behavior: smooth; 
  box-sizing: border-box;
}
.liberate-content-list{
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#FFFFFF;
  font-size: 11px;
  width: 108px;
  height: 32px;
}
.liberate-content-list-default{
  font-size: 11px;
  width: 108px;
  height: 32px;
  background: url(https://m-cdn.yoocheese.com/web/website/images/tab-default-bg@3x.png) no-repeat;
  background-size: 100% 100%;
}
.liberate-content-list-active{
  color:#000;
  font-weight: bold;
  font-size: 11px;
  width: 108px;
  height: 32px;
  background: url(https://m-cdn.yoocheese.com/web/website/images/tab-active-bg@3x.png) no-repeat;
  background-size: 100% 100%;

}

.pagination{
  margin: 27px auto 0 ;
  width: 132px;
  display: flex;
  align-items: center;
}
.pagination-list{
  width: 36px;
  height: 3px;
  border-radius: 108px;
  opacity: 0.3;
  background: #FFFFFF;
}
.pagination-list:nth-child(3n){
  margin-right: 0px;
}
.pagination-list-active{
  opacity: 1;
}