body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #1C1D1E;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 14.4vw;
}
.header-back {
    width: 44px;
    height: 44px;
    background: url("http://www.ucoo.cn/images/back.png") no-repeat center center;
    background-size: 20px 20px;
}
.header-title {
    font-size: 4.8vw;
    color: #FFFFFF;
    font-weight: 500;
}
.header-right, .header-back {
    width: 6.4vw;
    height: 6.4vw;
    margin: 0 2.1vw;
}
.header-back img {
    display: block;
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.body {
    padding: 2vw 5vw;
}

.search-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 10.7vw;
}
.search-bar-input {
    width: 53.3vw;
    height: 10.67vw;
    line-height: 10.67vw;
    font-size: 3.7vw;
    position: relative;
}
.search-bar-input input {
    display: block;
    border-radius: 5.3vw;
    background: rgba(255,255,255,0.15);
    border: 0;
    width: 60vw;
    height: 10.67vw;
    line-height: 10.67vw;
    color: white;
    font-size: 3.7vw;
    text-indent: 12vw;
}
.search-bar-input input::placeholder {
    height: 10.67vw;
    line-height: 10.67vw;
    font-size: 3.7vw;
}
.search-bar-input input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
}
.search-bar-btn {
    width: 24.5vw;
    height: 10.67vw;
    font-weight: 500;
    border-radius: 5.3vw;
    font-size: 3.7vw;
    color: #FFFFFF;
    text-align: center;
    line-height: 10.67vw;

    background-color: #945EFF;
}
#switch-btn {
    display: none;
}
.search-bar-user-panel {
    display: none;
    width: 53.3vw;
    height: 10.67vw;
    font-size: 3.7vw;
    align-items: center;
    justify-content: flex-start;
}
.search-bar-user-avatar {
    width: 12.8vw;
    height: 12.8vw;
    border-radius: 6.4vw;
}
.search-bar-user-avatar img {
    width: 12.8vw;
    height: 12.8vw;
    border-radius: 6.4vw;
    display: block;
}
.search-bar-user-info {
    margin-left: 1.3vw;
}
.search-bar-user-nickname {
    font-size: 4.3vw;
    color: white;
}
.search-bar-user-pid {
    margin-top: 1.6vw;
    font-size: 3.2vw;
    color: rgba(255, 255, 255, 0.5);
}

.charge-title {
    margin-top: 7.5vw;
    font-size: 3.7vw;
    color: white;
}
.charge-desc {
    color: rgba(255, 255, 255, 0.5);
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 5vw;
}
.charge-options {
    margin-top: 2.8vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.charge-option {
    width: 27vw;
    height: 20.8vw;
    border: 1px solid rgba(255,255,255,0.11);
    background: rgba(255,255,255,0.2);
    border-radius: 2.1vw;
    margin-left: 2.9vw;
    margin-top: 2.66vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: rgba(255, 255, 255, 0.5);
}
.charge-option.active {
    color: white;
    border: 2px solid #9264F4;
}
.charge-option:nth-child(3n+1) {
    margin-left: 0;
}
.charge-option-bonus {
    display: flex;
    justify-content: center;
    align-items: center;
}
.charge-option-bonus-icon {
    width: 6.4vw;
    height: 6.4vw;
}
.charge-option-bonus-icon img {
    width: 100%;
    height: 100%;
    display: block;
}
.charge-option-bonus-text {
    font-size: 4.8vw;
}
.charge-option-price {
    margin-top: 1.6vw;
    font-size: 3.7vw;
    height: 5.3vw;
    line-height: 5.3vw;
}

.charge-channels {
    margin-top: 8.2vw;
}
.charge-channel {
    margin-top: 4.8vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.charge-channel-info {
    display: flex;
    align-items: center;
}
.charge-option-bonus-icon {
    width: 4.8vw;
    height: 4.8vw;
}
.charge-option-bonus-icon img {
    display: block;
    width: 100%;
    height: 100%;
}
.charge-channel-info-label {
    margin-left: 1.8vw;
    font-size: 4.2vw;
    color: white;
    font-weight: 500;
}
.charge-channel-select {
    width: 6.4vw;
    height: 6.4vw;
    border-radius: 3.2vw;
    border: 1px solid #C2C2C2;
}
.charge-channel-select img {
    display: block;
    width: 6.4vw;
    height: 6.4vw;
}
.charge-channel-select.selected {
    background: #9264F4;
    border: 0;
}
.charge-btn {
    margin-top: 21vw;
    width: 100%;
    height: 14.4vw;
    background: #9264F4;
    border-radius: 7.2vw;
    line-height: 14.4vw;
    text-align: center;
    font-size: 4.8vw;
    color: white;
    font-weight: 400;
}
.charge-agreement, .charge-contact {
    font-size: 3.2vw;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}
.charge-agreement {
    margin: 3.5vw 0;
}
.charge-contact {
}

.button {
    height: 4vw;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}

.parent {
    font-size: 4.2vw;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 3.2vw 0;
    line-height: 4.2vw;
    font-weight: 500;
}

.left {
    float: left;
    margin-right: 10px;
    display: inline-block;
}

.right {
    float: right;
    margin-left: 10px;
}

.child1 {
    display: inline-block;
    line-height: 7.8vw;
    height: 7.8vw;
}
.child2 {
    height: 7.8vw;
    width: 18vw;
    color: white;
    border: 0;
    border-radius: 1vw;
    display: inline-block;
    text-align: center;
    font-size: 4vw;
    background-color: rgba(255,255,255,0.15);
    line-height: 7.5vw;
    font-weight: 500;
    margin: 0 1vw;
}
.search-icon {
    display: block;
    width: 4.3vw;
}
.num-btn {
    display: block;
    width: 5vw;
}
.charge-channel-info-icon img {
    display: block;
    width: 7.5vw;
    height: 7.5vw;
    opacity: 1;
}
.input-icon {
  position: absolute;
  top: 50%;
  left: 12%;
  transform: translate(-50%, -50%);
  width: 5.3vw;
  height: 5.3vw;
  z-index: 999;
}

.input-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5.3vw;
  height: 5.3vw;
  background-image: url("../mobile/img/search_icon.png"); /* 替换为你的图标URL */
  background-size: cover;
}

.member-gift-product-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.member-gift-product-list .item {
    width: 44vw;
    height: 27.2vw;
    border-radius: 3.2vw;
    background-size: 100% 100%;
}
.member-gift-product-list .item.week-member {
    background-image: url("https://media.ucoofun.com/companysite/mobile/member_gift_week_inactive.png");
}
.member-gift-product-list .item.week-member.active {
    background-image: url("https://media.ucoofun.com/companysite/mobile/member_gift_week_active.png");
}
.member-gift-product-list .item.month-member {
    background-image: url("https://media.ucoofun.com/companysite/mobile/member_gift_month_inactive.png");
}
.member-gift-product-list .item.month-member.active {
    background-image: url("https://media.ucoofun.com/companysite/mobile/member_gift_month_active.png");
}