.bindCardListBG {
  background-color: #f7f7f6;
  font-family: "Microsoft Sans Serif", sans-serif;
}

.hide {
  display: none;
}

.header_user {
  position: relative;
  height: 130px;
  padding-top: 10px;
  /* background: linear-gradient(135deg, rgba(43, 37, 27, 1) 0%, rgba(22, 18, 13, 1) 100%); */
  background: linear-gradient(155deg, #2E2E2F 0%, #242424 100%);
}
.header_user::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://cdn3.cmread.com/cbs/static/68/da/5527c1c8add188c8056a73be9269b505f14fd12668da/upfile.png) no-repeat right;
  background-size: 3.6rem 3.78rem;
}
.header_content {
  padding: 23px 0 0 16px;
  display: flex;
  align-items: center;
}

.card_activation {
  position: absolute;
  right: 0;
  bottom: 84px;
  width: 82px;
  height: 22px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.42) 100%);
  border-radius: 12px 0px 0px 12px;
  opacity: 0.3;
}

.card_text, .member_package_image {
  position: absolute;
  right: 15px;
  bottom: 86px;
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
  opacity: 0.8;
}

.member_package_image {
  position: absolute;
  right: 5px;
  bottom: 98px;
  width: 5px;
  height: 9px;
}

.member_right_image {
  width: 6px;
  height: 10px;
  padding-bottom: 2px;
}

.header_imge {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  vertical-align: top;
  border: 2px solid rgba(255, 255, 255, 0.25);
}

.header_content_text {
  display: inline-block;
  padding-left: 8px;
}

.header_content_title {
  display: inline-block;
  color: #FFFFFF;
  font-size: 14px;
  max-width: 3.3rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header_content_icon {
  vertical-align: text-top;
  /* width: 34px; */
  height: 12px;
  padding-left: 5px;
}

.header_content_subtitle {
  padding-top: 5px;
  font-size: 12px;
  color: #99958D;
}

.header_tab {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 23px;
  padding: 0 25px;
  white-space: nowrap;
}

/*打折二期新增*/

.header_tab>div {
  position: relative;
}

.header_tab>div i {
  display: none;
  position: absolute;
  top: -0.15rem;
  right: -0.52rem;
  padding-left: 0.24rem;
  padding-right: 0.24rem;
  height: 0.64rem;
  line-height: 0.58rem;
  background: rgba(247, 108, 90, 1);
  border-radius: 4rem;
  box-sizing: border-box;
  border: 2px solid rgba(31, 26, 19, 1);
  color: #fff;
  text-align: center;
  font-size: 0.36rem;
  transform: scale(0.5);
  transform-origin: top right;
}
#container .cardIcon {
  display: none;
  position: absolute;
  top: -0.14rem;
  left: -1px;
  padding-left: 0.24rem;
  padding-right: 0.24rem;
  height: 0.64rem;
  line-height: 0.64rem;
  background: rgba(247, 108, 90, 1);
  border-radius: 4rem 4rem 4rem 0;
  font-size: 0.36rem;
  color: rgba(255, 255, 255, 1);
  transform: scale(0.5);
  transform-origin: top left;
}

#container .discounted_money {
  margin-top: -0.08rem;
  height: 0.34rem;
  line-height: 0.34rem;
  font-size: 0.24rem;
  color: rgba(174, 171, 170, 1);
  font-weight: normal;
}

.header_tab_text {
  font-size: 14px;
  color: #99958D;
}

.header_tab .current p {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
}

.current::after {
  position: relative;
  content: "";
  display: block;
  width: 28px;
  height: 3px;
  background: linear-gradient(90deg, rgba(216, 185, 140, 1) 0%, rgba(159, 131, 90, 1) 100%);
  border-radius: 5px;
  margin: 0 auto;
  top: 3px;
  transition: all .5s ease-out;
}

.member_package {
  display: flex;
  justify-content: space-between;
  padding: 20px 15px 10px 15px;
  background-color: #fff;
}

.member_title {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #352D2B;
}

.member_title_lable {
  padding-left: 5px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(174, 171, 170, 1);
}

.member_subtitle {
  color: #868180;
  font-size: 12px;
}

.member_package_image {
  margin-bottom: -8px;
  width: 6px;
  height: 10px;
}

.member_privilege {
  margin-top: 8px;
  background-color: #fff;
}

.member_privilege_titleBOx {
  padding: 0.4rem 0.32rem;
}

.member_privilege_img {
  vertical-align: top;
  width: 24px;
  height: 24px;
}

.member_privilege_title {
  font-weight: 700;
  font-size: 18px;
  padding-left: 5px;
  /* letter-spacing:1px; */
  color: #2F2F2F;
  line-height: 23px;
}

.member_main_img {
  width: 48px;
  height: 48px;
}

.member_privilege_main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0;
}

.center {
  text-align: center;
}

.member_privilege_box {
  width: 30%;
  height: 110px;
  text-align: center;
  margin: 0 auto;
}

.member_main_title {
  font-size: 14px;
  font-weight: 700;
  color: #352D2BFF;
  padding: 5px 0;
}

.member_main_subtitle {
  font-size: 11px;
  color: #AEABAAFF;
}

.member_privilege_footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px 0;
  color: #2F2F2F;
  font-size: 13px;
}

.member_privilege_sub {
  width: 95%;
  height: .5px;
  background-color: #E7E7E7FF;
  margin: 0 auto;
}

.fold-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 0;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  color: #868180FF;
  vertical-align: middle;
  border-radius: 0 13px 13px 0;
  border: none;
  padding-left: 1.2%;
}

.fold-button {
  margin: 0px;
  padding: 0.1rem 5px 0.25rem 5px;
  background-color: #fff;
  line-height: 0.5rem;
  height: 0.58rem;
}

.fold-text {
  color: #AEABAA;
  background-color: #fff;
  line-height: 0.58rem;
  height: 0.58rem;
  padding: 0.1rem 15px 0.25rem 15px;
}

.open, .close {
  display: inline-block;
  color: rgba(195, 170, 138, 1);
  width: 18%;
  /* line-height: 25px; */
  text-align: center;
  background: rgba(249, 246, 243, 1);
  border-radius: 13px;
}

.close {
  border-radius: 13px 0 0 13px;
  border: .5px solid rgba(195, 170, 138, 0.5);
  border-right: none;
}

.fold-button-calls {
  display: flex;
  width: 95%;
  height: 27px;
  margin: 0 auto;
  justify-content: flex-end;
  align-items: center;
  background: rgba(255, 255, 255, 1);
  border: 1px solid #fff;
}

.fold-button-content {
  position: absolute;
  left: 15px;
  color: #AEABAA;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  line-height: 29px;
}

.order_now_bgc {
  padding: 0 0 25px 0;
  background-color: #fff;
}

.masking_box {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 17, 27, 0.4);
}

.masking {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 292px;
  height: 194px;
  border-radius: 6px;
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
  z-index: 999;
}

.masking_title {
  font-size: 19px;
  font-weight: 500;
  color: #342D2B;
  padding: 30px 0 15px 0;
}

.masking_content {
  width: 240px;
  height: 63px;
  font-size: 15px;
  color: #342D2B;
  margin: 0 auto;
  /* padding-bottom: 30px; */
}

.masking_button {
  margin-top: 10px;
  font-size: 16px;
  color: #BFAB8E;
  line-height: 50px;
}

.masking_button::before {
  display: block;
  content: '';
  width: 292px;
  height: 1px;
  background: rgba(243, 243, 243, 1);
}

.order_now {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  /* width:343px; */
  width: 90%;
  height: 44px;
  background: linear-gradient(90deg, rgba(216, 185, 140, 1) 0%, rgba(159, 131, 90, 1) 100%);
  border-radius: 22px;
  color: #fff;
  font-size: 16px;
}

.listenIcon,
.videoIcon,
.fdbookIcon{
  position: absolute;
  z-index: 102;
  right: .06rem;
  bottom: .06rem;
  width: .6rem;
  height: .34rem;
}
.listenIcon{
  background: url(https://cdn3.cmread.com/cbs/static/e6/03/5527c1c8add188c8056a73be926b29061075343be603/upfile.png);
  background-size: 100% 100%;
}
.videoIcon{
  background: url(https://cdn3.cmread.com/cbs/static/88/24/5527c1c8aae2577c056a73be3a8c7506107532cb8824/upfile.png);
  background-size: 100% 100%;
}
.fdbookIcon{
  width: 1rem;
  background: url(https://cdn3.cmread.com/cbs/static/1e/e6/5527c1c8ae93b2d005527d21ad211e061075351e1ee6/upfile.png);
  background-size: 100% 100%;
}

#container {
  background-color: #fff;
}

.content1 {
  width: auto;
  margin: 0 10px;
  text-align: center;
  overflow-x: auto;
  webkit-overflow-scrolling: touch;
}

.content1::-webkit-scrollbar {
  display: none;
}

.continuous_current {
  border: 1px solid rgba(195, 170, 138, 1);
  background: rgba(211, 195, 173, 0.1);
}

.continuous1 {
  position: relative;
  display: inline-table;
  width: 104px;
  height: 140px;
  border-radius: .12rem;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(239, 235, 234, 1);
  margin-right: 10px;
  /* 09版 */
  -webkit-box-orient: vertical;
  /* 12版 */
  -webkit-flex-direction: column;
  -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1;          /* Chrome */
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
  -webkit-flex: 1;          /* Chrome */
  flex: 1;
  flex: 0 0 104px;
}

.continuous1:last-child {
  margin-right: 15px;
}

.content_ul {
  white-space: nowrap;
  margin-top: .125rem;
  height: 3rem;
  display: box;              /* OLD - Android 4.4- */
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
}

.continuous_monthly {
  padding: 0.34rem 0 0.12rem;
  font-size: 0.28rem;
  color: rgba(195, 170, 138, 1);
  line-height: 0.4rem;
}

.continuous_money span {
  font-family: D-DIN-PRO !important;
}

.continuous_money .money {
  line-height: 0.64rem;
}

.continuous_money .continuous_money_symbol {
  font-size: 0.28rem;
  color: #2F2F2F;
  line-height: 0.4rem;
}

.continuous_money {
  font-size: .56rem;
  color: #2F2F2F;
  font-weight: bold;
  font-family: D-DIN-PRO !important;
  height: 0.9rem;
  width: 107px;
}

.continuous_money .money span {
  font-size: 0.32rem;
}

.continuous_content {
  font-size: 0.25rem;
  font-weight: 400;
  color: rgba(174, 171, 170, 1);
  margin: 0.25rem 0 0 0;
  line-height: 0.28rem;
  transform: scale(0.8);
  transform-origin: top center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.continuous_content.idfamoney{
  margin-top: 0.1rem;
}

.continuous_number {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: .38rem;
  background-color: #C3AA8A;
  border-radius: 0 0 .05rem .05rem;
  color: #fff;
  font-size: .2rem;
  line-height: .38rem;
}

.default_choose {
  background: #FFF8EF;
  border: 1px solid #C3AA8A;
  box-shadow: 0 .04rem .12rem 0 rgba(231, 223, 213, 1);
}

.continuous_lable_sub {
  position: absolute;
  top: -8px;
  left: -1px;
  padding: 0 6px;
  font-size: 9px;
  font-weight: 400;
  line-height: 18px;
  background-color: #F76C5A;
  color: #fff;
  border-radius: 8px 9px 9px 0;
}

.changeGift_title {
  font-size: 0.36rem;
  color: #2F2F2F;
  font-weight: 500;
  line-height: 0.5rem;
  padding-top: 0.4rem;
  padding-bottom: 0.44rem;
  padding-left: 0.32rem;
  background: #fff;
  margin-top: 0.16rem;
}

.changeGift_book {
  background: #fff;
}

.content-list .module-shade {
  position: absolute;
  top: .53rem;
  left: .26rem;
  width: 1.4rem;
  height: 2.12rem;
  border-radius: 0;
  z-index: 1;
  border: none;
}

#icon_refresh {
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-animation: rotate 1s linear infinite;
  -moz-animation: rotate 1s linear infinite;
  -o-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(360deg);
  }
  to {
    -moz-transform: rotate(0deg);
  }
}

@-o-keyframes rotate {
  from {
    -o-transform: rotate(360deg);
  }
  to {
    -o-transform: rotate(0deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

.ordered {
  border-radius: .02rem solid #EFEBEA;
}

.ordered p, .ordered p .continuous_money_symbol, .ordered .continuous_money span{
  color: #D7D5D5;
}
.rightsList{
  padding: .36rem 0.3rem .1rem;
}
.rightsList .rights-item{
  padding-bottom: .42rem;
  display: flex;
  align-items: center;
}
.rights-item .rightsIcon{
  width: .96rem;
  height: .96rem;
  display: block;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.rights-item .rightConTitle{
  color: #352D2B;
  font-weight: bold;
  line-height: .4rem;
  font-size: .28rem;
  margin-bottom: .06rem;
}
.rights-item .rights{
  flex: 1;
  margin-left: .34rem;
  color: #868180;
  font-size: .24rem;
  line-height: .34rem;
}
.rights-item .rights a{
  color: #C3AA8A;
}
.rightsBtn{
  /* border-bottom: .16rem solid #F7F7F6; */
  overflow: hidden;
}
.rightsHshow{
  height: .88rem;
  transition-duration: 1s;
}
.rightsHide{
  height: 0;
  transition-duration: 1s;
}
.rightsBtn span{
  display: block;
  /* width: 7.12rem; */
  margin: 0 .32rem;
  border-top: .01rem solid #E7E7E7;
  /* height: .88rem; */
  line-height: .88rem;
  text-align: center;
  color: #2F2F2F;
  font-size: .26rem;
}

.rightsBtn .moreRights{
  transform: rotate(180deg);
}
.rightsBtn i{
  position: relative;
  top: .06rem;
  width: .3rem;
  height: .3rem;
  display: inline-block;
  margin-left: .1rem;
  background: url(https://cdn3.cmread.com/cbs/static/f0/aa/5527c1c8af93b08405527d2179eef105f16d07daf0aa/upfile.png) no-repeat center;
  background-size: 100% 100%;
}
.cardSendRule{
  padding: 0 .32rem .4rem;
  font-size: .24rem;
  color: #868180;
  line-height: .34rem;
  background: #fff;
}
.cardSendRule h3{
  border-top: .01rem solid #E7E7E7;
  color: #352D2B;
  font-size: .28rem;
  line-height: .4rem;
  padding: .4rem 0 .16rem;
 }