body {
    font-weight: 300;
    background: #e2f2ff;
}
header {
    height: 54px; /* 固定头部高度 */
    color: #333; /* 头部文字颜色 */
    display: flex;
    justify-content: space-between; /* 头部内容水平排列 */
    align-items: center; /* 头部内容垂直居中 */
    padding: 0 10px; /* 左右内边距 */
    text-align: center;
}
.home_travel {
    height: 87px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 1rem;
}
.home_travel_item {
    padding-top: 11px;
    width: 79px;
    height: 87px;
    text-align: center;
    background: #fff;
    border-radius: 9px;
}
.home_travel_item .travel_item_head img {
    width: 35px;
    height: 35px;
}
.home_travel a{
    text-decoration: none;
}
.travel_item_head {
    display: flex;
    align-items: center;
    justify-content: center;
}
.travel_item_cont {
    font-family: FuturaBT-Medium;
    color: #111;
    font-size: 13px;
    margin-top: 12px;
}
.product-box {
    position: relative;
    overflow: hidden;
    float: left;
    margin: 5px 1% 5px 1%;
    padding: 10px 5px;
    background-color: #2d326c;
    border-radius: 8px;
    display: flex;
    color: #fff;
}
.price {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    padding: 0 5px;
}
.product-img {
    width: 40%;
    height: 93px;
    padding: 10px;
}
.product-img img {
    border-radius: 8px!important;
    width: 100%;
}
.product-desc {
    /*padding: 2px 0;*/
    border-bottom: 1px solid #f0f1f8;
}
.product-desc .product-name {
    font-family: FuturaBT-Bold;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
}
.product-desc .product-day {
    color: #111;
    font-size: 12px;
    font-weight: 700;
}
.product-desc .product-day span {
    color: #fb7b44;
    font-size: 13px;
}
.product-desc span {
    color: red;
}
.product-detail {
    padding: 5px 0;
}
.product-detail-info {
    display: flex;
    justify-content: space-between;
    font-weight: 300;
}
.product-btn {
    height: 32px;
    line-height: 32px;
    border-radius: 8px 0 8px 0;
    padding: 0 10px;
    font-family: FuturaBT-Bold;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    width: max-content;
}
.box-green {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
    /*padding: 0 14px;*/
}
.box-green .typeItem {
    /*width: 8rem;*/
    height: 40px;
    border-radius: 20px;
    background: #e5e5e5;
    padding: 0 13px;
    font-family: FuturaBT-Bold;
    color: #111;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
}
.box-green .active {
    background: #06826c;
    color: #fff;
}
.product-box2,
.product-box3 {
    display: none;
}
.mask {
    opacity: 1;
    position: fixed;
    inset: 0px;
    background-color: rgba(0,0,0,.5);
    transition: opacity 300ms ease 0ms, -webkit-transform 300ms ease 0ms, transform 300ms ease 0ms;
    transform-origin: 50% 50%;
    z-index: 1000;
}
.popup_wrapper {
    background-color: transparent;
    display: block;
    position: relative;
}
.my-announcement-pop {
    margin: 0 auto;
    background: #2D325E;
    width: 80%;
    border-radius: 16px;
    padding: 20px 15px;
    position: relative;
}
.pop-title {
    height: 50px;
    margin: 0 auto;
    font-family: FuturaBT-Bold;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}
.pop-content {
    position: relative;
    z-index: 2;
    height: 224px;
    border-radius: 16px 16px 0 0;
    font-family: FuturaBT-Medium;
    font-size: 13px;
    color: #fff;
    height: max-content;
    max-height: 20rem;
    overflow-y: auto;
    padding: 20px 13px;
}
.pop-content img {
    width: 100%;
}
.tc-content {
    transform: translateY(0px);
    opacity: 1;
    position: fixed;
    left: 0px;
    right: 0px;
    background-color: transparent;
    transition: -webkit-transform 300ms ease 0ms, transform 300ms ease 0ms;
    transform-origin: 50% 50%;
    z-index: 1001;
    top: 50%;
    transform: translateY(-50%);
}
.pop-btn {
    line-height: 36px;
    background-color: #ffa243;
    border-radius: 20px;
    font-family: FuturaBT-Bold;
    color: #222;
    font-size: 14px;
    margin-top: 20px;
    padding: 0 11px;
    text-align: center;
    font-weight: 600;
}
.crig {
    position: fixed;
    top: 50%;
    right: 3px;
}
.qdjltc,
.kydinfo {
    display: none;
}
.qdjltc .pop-content {
    height: max-content;
}
.qdjltc .pop-content .qdje {
    text-align: center;
    font-size: 16px;
    color: red;
    margin-top: 10px;
}
.kydinfo .pop-content {
    font-size: 15px;
    color: red;
}
.kydinfo .pop-content img {
    width: 100%;
}
.kydinfo .pop-content span {
    display: block;
    margin-top: 20px;
    height: max-content;
}
.kydt {
    position: fixed;
    top: 50%;
    left: 3px;
    z-index: 10;
}
.kydt img {
    width: 45px;
}
.my-announcement-pop svg {
    position: absolute;
    right: 20px;
}
.product-type {
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: 11px;
    right: 15px;
    padding: 0 9px;
    height: 30px;
    line-height: 30px;
    color: red;
    font-weight: 800;
    font-size: 15px;
}
.product-box1 {
    display: none;
}
.product-box3 {
    display: block;
}
.amount-box {
    margin: 15px auto 0;
    background-size: cover;
    border-radius: 10px;
    background: #fff;
    padding: 15px 0;
}
.amount-box .amount-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 15px;
    color: #000;
    padding: 30px 40px 17px;
}
.amount-con div {
    text-align: center;
}
.amount-box .btn {
    border-radius: 20px;
    color: #000;
    font-size: 14px;
    margin: .4rem .13333rem 0;
    font-weight: bold;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.flex a {
    display: inline-block;
    width: 33.33%;
}
.flex img {
    width: 46px;
    height: 46px;
}

.uni-image {
    width: 320px;
    height: 240px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}
header {
    display: flex;
    margin: 30px auto auto;
    justify-content: space-between;
    width: 92%;
}
header img {
    width: 40px;
    height: 40px;
}
header .logo {
    width: 140px;
    height: 57px;
}
.choujiang {
    -webkit-animation: open-data-v-073c7c5c .2s linear .5s infinite alternate;
    animation: open-data-v-073c7c5c .2s linear .5s infinite alternate;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}
.product-list {
    width: 100%;
    margin: auto;
    overflow: hidden;
    text-align: center;
}
.pro_gm {
    background: #345e9e;
    position: absolute;
    right: 0;
}
.cp_list {
    /*width: 36%;*/
    font-size: 18px;
    color: #000;
    line-height: 30px;
    margin-top: 15px;
    font-weight: 300;
    position: relative;
    display: block;
}
@keyframes scaleAnimation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
}
.animated-svg {
    width: 40px;
    height: 40px;
    animation: scaleAnimation 2s infinite ease-in-out;
}
.reds {
    color: red;
    font-weight: 600;
}

.content {
    margin-top: 20px;
}
.product-info {
    width: 60%;
}
.home-msg {
    margin: 10px 0;
    background: #fff;
    height: 54px;
    line-height: 54px;
    border-radius: 8px;
    padding: 0 5px;
    color: #000;
    font-weight: 300;
}
.home-info {
    display: flex;
    align-items: center;
    overflow: hidden;
}
.home-info svg {
    vertical-align: sub;
}
.home-info .msg-cont {
    height: 42px;
}
.home-info .svg-info {
    width: 6%;
    padding: 0 5px;
}
.swiper {
  width: 100%;
  height: 54px;
  border-radius: 8px;
  margin-top: 15px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes marquee {
    0% {
        transform: translateX(100%); /* 从右侧开始 */
    }
    100% {
        transform: translateX(-100%); /* 结束时，移到左侧 */
    }
}
.my-Balance-box {
    background: #2D325E;
    border-radius: 10px;
    color: #fff;
    padding: 20px 0;
}
.my-b-ct {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-weight: bold;
}
.my-Balance {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 15px;
}
.my-Balance-item {
    padding: 10px;
}
.my-Balance-item .item-title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
.my-Balance-item .item-cont {
    font-size: 13px;
    margin-top: 5px;
    font-weight: bold;
}
.scroll-wrapper {
  width: 300px;
  height: 64px; /* 显示多几行 */
  overflow-y: auto; /* 添加滚动条 */
  border: 1px solid #ccc;
}

.scroll-content {
  /* 移除 transform 和 transition 动画，如果你是想靠滚动条手动或自动滚动 */
  transition: none;
}

.scroll-content div {
  padding: 5.8px 10px;
  line-height: 1.5; 
  text-align: left; /* 左对齐更适合多行文本 */
  word-wrap: break-word;
  white-space: normal;
}
.wzjj {
    margin-top: 20px;
    height: 167px;
}
.wzjj img {
    height: 167px;
    width: 100%;
}
.ourC {
    margin-top: 20px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.rcs {
    position: absolute;
    right: 0;
    margin-right: 65px;
}
.my-b-cz-btn {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 50%;
}
.my-b-cz-btn div {
    padding: 5px 15px;
    border-radius: 15px;
    background: #7774a2;
    font-size: 13px;
}
.my-b-info {
    width: 35%;
    text-align: center;
}
.header-title {
    width: auto!important;
}