.header-txp {
  border-bottom: solid 1px #eee;
  color: #444;
  background: #fff;
}

.header-txp a {
  color: #444;
}

.header-txp .header-tab {
  display: flex;
  padding: 0 20px;
}

.header-txp .header-tab a {
  flex: 1;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  margin-top: 7px;
  font-size: 14px;
  border: solid 1px #eb4848;
  border-left: 0;
  overflow: hidden;
}

.header-txp .header-tab a:first-child {
  border: solid 1px #eb4848;
  border-radius: 5px 0 0 5px;
}

.header-txp .header-tab a:last-child {
  border-radius: 0 5px 5px 0;
}

.header-txp .header-tab a.current {
  color: #fff;
  background: #eb4848;
}

/*--txp.index--*/
.txp-index-top {
  display: flex;
  padding: 10px 0;
  margin-top: 15px;
  border-radius: 5px;
  text-align: center;
  background: #fde4c3;
}

.txp-index-top p,
.txp-index-top .link {
  flex: 1;
  color: #d09561;
}

.txp-index-top p:first-child {
  border-right: solid 1px #f0bf8c;
}

.txp-index-top span.number {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #e18c40;
}

.txp-index-menu {
  display: flex;
  padding: 10px 0;
  margin-top: 15px;
  border-radius: 5px;
  background: #fff;
}

.txp-index-menu a {
  flex: 1;
  text-align: center;
  color: #444;
}

.txp-index-menu a img {
  width: 22px;
  height: 22px;
  margin-bottom: 3px;
}

.txp-index-main {
  margin-top: 15px;
  border-radius: 5px;
  background: #fff;
}

.txp-index-main .main-title {
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
  border-bottom: solid 1px #eee;
  font-size: 15px;
}

.txp-index-main .main-title a.right {
  font-size: 12px;
  color: #666;
}

.txp-index-main .main-column {
  display: block;
  color: #333;
}

.txp-index-main .main-column {
  display: flex;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}

.txp-index-main .main-column p {
  flex: 1;
  color: #999;
}

.txp-index-main .two-column p:first-child {
  border-right: solid 1px #eee;
}

.txp-index-main .main-column span.number {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #eb4848;
}

.txp-index-main .main-column span.red {
  color: #eb4848;
}

.txp-index-main .three-column span.number {
  font-weight: normal;
  color: #e18c40;
}

.txp-index-top.fixed-top {
  position: fixed;
  z-index: 51;
  top: 44px;
  left: 0;
  right: 0;
  margin-top: 0;
  border-top: 15px solid #fff;
}

.member-order-tab {
  top: 122px;
}

.member-order-content {
  margin-top: 172px;
}

/*--txp.order--*/
ul.txp-tab {
  display: flex;
  background: #fff;
}

ul.txp-tab li {
  flex: 1;
  text-align: center;
}

ul.txp-tab li:first-child {
  border-right: solid 1px #eee;
}

ul.txp-tab li a {
  display: inline-block;
  padding: 10px 0;
  color: #666;
}

ul.txp-tab li.current a {
  color: #eb4848;
  border-bottom: solid 1px #eb4848;
}

.txp-order-top {
  padding: 10px 15px;
}

.txp-order-top span {
  color: #eb4848;
}

.txp-order-top select {
  margin-top: 15px;
}

.txp-order-top .select-log-type-shouyi {
  margin-top: 0;
}

.txp-order-tips {
  color: red;
  padding: 10px 15px;
}

.txp-order-top.flex-around {
  display: flex;
  justify-content: space-between;
}

.txp-order-top.flex-around .quick-btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: 1;
  padding-right: 50px;
}

.txp-order-top.flex-around .quick-btn {
  padding: 3px 10px;
  background-color: #ccc;
  color: #fff;
  font-size: 13px;
  border-radius: 4px;
}

.txp-order-top.flex-around .quick-btn.active {
  background-color: #eb4848;
}

.order-list {
  width: 100%;
  padding: 0 5px;
  background: #fff;
}

.order-list .flex-column {
  display: flex;
  width: 100%;
  padding: 10px 0;
  border-bottom: solid 1px #eee;
  text-align: center;
}

.order-list .flex-column p {
  flex: 1;
  overflow: hidden;
}

.order-list .flex-column p .number {
  font-weight: bold;
  color: #eb4848;
}

.order-list .flex-column .time {
  color: #666;
}

.order-list .flex-three-column {
  flex-wrap: wrap;
}

.order-list .flex-three-column p {
  flex: none;
  width: 33.33%;
  overflow: hidden;
}

.order-list .flex-three-column div {
  width: 100%;
  padding: 5px 10px 0;
  color: #999;
}

/*--txp.level--*/
.txp-level-top {
  padding: 15px;
  background: #fff;
}

.txp-level-top .level-logo {
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.txp-level-top .left {
  padding-top: 10px;
  overflow: hidden;
}

.txp-level-top .left a {
  color: #666;
}

.txp-level-top .right {
  padding-top: 30px;
}

.txp-level-top .right a {
  display: inline-block;
  padding-left: 18px;
  color: #999;
  background: url('../img/txp_level_bg.png') no-repeat;
  background-size: 15px 15px;
  background-position: 0 3px;
}

.txp-level-main {
  display: block;
  color: #333;
}

.txp-level-main .flex-column {
  display: flex;
  width: 100%;
  padding: 10px 0;
  margin-top: 10px;
  border-bottom: solid 1px #eee;
  border-radius: 5px;
  text-align: center;
  background: #fff;
}

.txp-level-main .flex-column p {
  flex: 1;
  overflow: hidden;
}

.txp-level-main .flex-column p:first-child {
  border-right: solid 1px #eee;
}

.txp-level-main .flex-column p .number {
  display: block;
  font-weight: bold;
  color: #eb4848;
}

.txp-level-main .flex-column p:first-child .number {
  color: #444;
}

.txp-level-main .flex-column .time {
  color: #666;
}

.txp-level-main .flex-column p a {
  color: #444;
}

.fans-tips {
  margin-top: 10px;
  padding: 10px 15px;
  background-color: #fff;
  font-size: 13px;
  color: #666;
  line-height: 1.5;
}

.txp-level-bottom {
  padding: 15px;
  color: #999;
}

.txp-level-bottom p {
  color: #666;
}

.txp-level-btn {
  display: block;
  width: 50%;
  height: 40px;
  line-height: 40px;
  margin: 0 auto 15px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background: #eb4848;
}

/*--txp.level_about--*/
.txp-level-about {
  width: 100%;
  padding: 15px;
  color: #666;
  background: #fff;
}

/*--txp.buy_back_order--*/
.txp-buy-back .chanpin-tab {
  height: 41px;
}

.txp-buy-back .chanpin-tab .tab-item {
  height: 41px;
  line-height: 41px;
}

.txp-buy-back .chanpin-tab a {
  height: 41px;
  line-height: 41px;
  font-size: 14px;
}

.txp-buy-back .chanpin-tab .caiji-current-tab a {
  border-bottom: 1px solid #eb4848;
  color: #eb4848;
}

/*--txp.fans_level_count--*/
.fans-level-count {
  padding: 15px;
  color: #666;
}

.fans-level-count .count-box {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 5px;
  background: #fff;
}

.fans-level-count .count-box .count-box-top {
  padding: 15px 15px 10px;
}

.fans-level-count .count-box img {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50%;
}

.fans-level-count .count-box .left {
  width: calc(100% - 130px);
  padding-top: 5px;
}

.fans-level-count .count-box .right {
  width: 70px;
  padding-top: 5px;
  text-align: right;
}

.fans-level-count .count-box .number {
  font-weight: bold;
  color: #eb4848;
}

.fans-level-count .count-box .name {
  width: 100%;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.fans-level-count .count-box .time {
  color: #999;
}

.fans-level-count .count-box .flex-column {
  display: flex;
  border-top: solid 1px #eee;
}

.fans-level-count .count-box .flex-column:last-child {
  border-bottom: 0;
}

.fans-level-count .count-box .flex-column p {
  flex: 1;
  padding: 10px 0;
  border-right: solid 1px #eee;
  text-align: center;
  color: #888;
}

.fans-level-count .count-box .flex-column p:last-child {
  border-right: 0;
}

.fans-level-count .count-statement {
  width: 50%;
  height: 34px;
  background-color: #eb4848;
  text-align: center;
  line-height: 34px;
  margin: 0 auto;
  border-radius: 34px;
}

.fans-level-count .count-statement a {
  color: #fff !important;
}

/* --txp.fans_level_count_monthly-- */
.fans_level_count_monthly .count-box {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 5px;
  background: #fff;
}

.fans_level_count_monthly .count-box li {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 40px;
  border-bottom: 1px solid #eee;
}

.fans_level_count_monthly .count-box li p {
  flex: 1;
  text-align: center;
}

.fans_level_count_monthly .count-box li:not(:first-child) p:nth-child(2),
.fans_level_count_monthly .count-box li:not(:first-child) p:nth-child(3) {
  color: #eb4848;
}

.fans_level_count_monthly .count-box li:not(:first-child) p:nth-child(4):hover a {
  color: #eb4848;
}

.fans_level_count_monthly .count-box li p a {
  color: #000;
}

/* --txp.fans_level_count_dayil-- */
.fans_level_count_dayil .count_dayil_total {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fans_level_count_dayil .count_dayil_total div {
  width: 50%;
  height: 6rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.fans_level_count_dayil .count_dayil_total div:first-child {
  position: relative;
}

.fans_level_count_dayil .count_dayil_total div:first-child::before {
  content: '';
  width: 2px;
  height: 80%;
  background-color: #eee;
  position: absolute;
  right: 0;
  top: 10%;
}

.fans_level_count_dayil .count_dayil_total div span {
  color: #eb4848;
}

.fans_level_count_dayil .count_dayil_time {
  margin: 10px 0 10px 10px;
  width: 80px;
  height: 36px;
  background: #fff;
  text-align: center;
  line-height: 36px;
  border-radius: 5px;
}

.fans_level_count_dayil .count_dayil_time input {
  border: 0;
  outline: none;
}

/*--cloud_agent--*/
.cloud-agent-main {
  padding: 15px;
  background: #035eea;
}

.cloud-agent-main .btn-default {
  width: 45%;
  margin: 15px auto 30px;
  border: 0;
  border-radius: 17px;
  box-shadow: 0px 5px 5px #00388f;
  color: #035eea;
}

.cloud-agent-list {
  float: left;
  width: 100%;
  padding: 0 15px;
  border-radius: 10px;
  background: #fff;
}

.cloud-agent-list li {
  float: left;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.cloud-agent-list li .product-pic {
  float: left;
  width: 120px;
  height: 120px;
  padding: 2px;
  margin-right: 10px;
  border: solid 1px #eee;
}

.cloud-agent-list li .product-info {
  position: relative;
  float: left;
  width: calc(100% - 130px);
  height: 120px;
  padding-top: 5px;
}

.cloud-agent-list li .product-info .price {
  position: absolute;
  bottom: 5px;
}

.cloud-agent-list li .product-info .btn {
  position: absolute;
  right: 0;
  bottom: 5px;
}

.cloud-agent-about {
  text-align: center;
  background: #168aea;
}

.cloud-agent-about .btn-default {
  width: 45%;
  margin: 0 auto 30px;
  border: 0;
  border-radius: 17px;
  box-shadow: 0px 5px 5px #00388f;
  color: #333;
}

.protocol-content {
  padding: 15px;
  background: #fff;
  overflow: hidden;
  table-layout: fixed;
  word-wrap: break-word;
  word-break: break-all;
}

.protocol-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  width: 100%;
}

.protocol-bottom .btn-protocol {
  flex: 1;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #333;
  font-size: 16px;
  background: #bbb;
}

.protocol-bottom .btn-protocol.red {
  color: #fff;
  background: #eb4848;
}

/*--qrcode--*/
.txp-tab-title {
  display: flex;
  width: 100%;
  justify-content: space-between;
  background: #fff;
}

.txp-tab-title li {
  flex: 1;
  padding: 8px 0 5px;
  text-align: center;
}

.txp-tab-title li a {
  display: inline-block;
  padding-bottom: 10px;
  color: #666;
  font-size: 16px;
}

.txp-tab-title li.current a {
  border-bottom: solid 2px #eb4848;
  color: #eb4848;
}

.txp-tab-content {
  width: 100%;
  padding: 15px;
}

.txp-tab-content li {
  display: none;
  width: 100%;
  border-radius: 10px;
  text-align: center;
  color: #888;
  background: #fff;
}

.txp-tab-content li.current {
  display: block;
}

.txp-tab-content .official-pic {
  width: 100%;
  padding: 40px;
}

.txp-tab-content .official-pic img.showurl {
  width: 215px;
  margin: 20px 0;
}

.txp-tab-content .official-pic p.red {
  margin-top: 20px;
  text-align: left;
}

.txp-tab-content .poster-pic {
  width: 100%;
  padding: 20px;
}


/*--users.fans_count--*/
.fans-count-title {
  margin: 15px 0 5px;
  font-size: 16px;
  font-weight: bold;
}

.fans-count-main {
  border-radius: 5px;
  background: #fff;
}

.fans-count-main .main-title {
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
  border-bottom: solid 1px #eee;
  font-size: 15px;
}

.fans-count-main .main-title a.btn-qrcode {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 12px;
  background: #eb4848;
  font-size: 12px;
  color: #fff;
}

.fans-count-main .main-title a.right {
  font-size: 12px;
  color: #666;
}

.fans-count-main .main-column {
  display: block;
  color: #333;
}

.fans-count-main .main-column {
  display: flex;
  width: 100%;
  text-align: center;
}

.fans-count-main .main-column p {
  flex: 1;
  padding: 10px 0;
  border-left: solid 1px #eee;
  border-bottom: solid 1px #eee;
  color: #666;
}

.fans-count-main .main-column p a {
  color: #666;
}

.fans-count-main .main-column span.number {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #666;
}

.fans-count-main .main-column span.red {
  color: #eb4848;
}

.fans-count-main .main-column span.gray img {
  width: 14px;
  margin-top: -2px;
}

.fans-count-main .main-column span.gray i {
  display: none;
}

.fans-count-main .three-column p:first-child {
  border-left: 0;
}
.fans-count-main .three-column.three{
  flex-wrap: wrap !important;
  
}
.fans-count-main .three-column.three p{

  flex: auto;
    width: 33.33%;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
 
}
.fans-count-main .three-column.three p a{
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.fans-count-main .nav-tabs>li {
  width: 50%;
  padding: 5px 0;
  margin-bottom: 0;
  text-align: center;
}

.fans-count-main .nav-tabs>li>a {
  display: inline-block;
  padding: 5px 0;
  font-size: 15px;
  color: #333;
}

.fans-count-main .nav-tabs>li.active>a,
.fans-count-main .nav-tabs>li.active>a:hover,
.fans-count-main .nav-tabs>li.active>a:focus {
  border: 0;
  border-bottom: solid 2px #eb4848;
  color: #eb4848;
}

/*--users.fans--*/
.fans-top {
  position: fixed;
  top: 44px;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  border-bottom: solid 1px #eee;
  background: #fff;
}

.fans-top li {
  flex: 1;
  text-align: center;
}

.fans-top a {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  color: #333;
  font-size: 15px;
}

.fans-top a img {
  width: 17px;
  margin-top: -3px;
}

.fans-top li.current a {
  border-bottom: solid 2px #f33;
  color: #f33;
}

.fans-note {
  width: 100%;
  ;
  padding: 10px 15px 0;
  color: #666;
}

.flow-list .tab-main-item {
  min-height: 100%;
}
.flow-list .tab-main-item >div:first-child{
  border-bottom: 1px solid #ddd;
  color: rgb(160, 35, 35);
}
.item_copy{
  color: #FF3333;
 
}

/*右侧滑出模块*/
div.slide-mask {
  display: none;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 44px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

aside.slide-wrapper {
  position: fixed;
  z-index: 4;
  right: 0;
  top: 44px;
  width: 70%;
  min-height: 100%;
  background-color: #fff;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

aside.slide-wrapper.moved {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

aside.slide-wrapper .slide-title {
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  border-bottom: solid 1px #eee;
  font-size: 16px;
  text-align: center;
}

aside.slide-wrapper .slide-title .left {
  width: 12px;
  margin-top: 16px;
}

aside.slide-wrapper .slide-title .right {
  width: 17px;
  margin-top: 12px;
}

aside.slide-wrapper .slide-content {
  padding: 15px;
}

aside.slide-wrapper .slide-content ul {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 30%);
  grid-column-gap: 5%;
}

aside.slide-wrapper .slide-content ul>li {
  width: 100%;
}

aside.slide-wrapper .slide-content ul>li.current>span {
  color: #fff;
  background: #f33;
}

aside.slide-wrapper .slide-btn {
  display: block;
  height: 34px;
  line-height: 34px;
  margin: 10px auto;
  border-radius: 17px;
  text-align: center;
  background: #eee;
}

aside.slide-wrapper .submit {
  width: 70%;
  color: #fff;
  background: #f33;
}

aside.slide-wrapper .reset {
  width: 70%;
  color: #fff;
  background: #aaa;
}

/*--users.fans_search--*/
.fans-search {
  width: 100%;
  padding: 15px;
  background: #fff;
}

.fans-search label {
  margin-bottom: 8px;
  color: #666;
}

.fans-search input {
  border-radius: 17px 0 0 17px;
  background: #ddd;
}

.fans-search .btn-default {
  color: #fff;
  border-color: #f33;
  border-radius: 0 17px 17px 0;
  background: #f33;
}

/*--users.fans_count_list--*/
.top-cats li a {
  color: #666;
}

/* 物流信息 */
.order_express {
  width: 375px;
  height: 70px;
  background: #FFFFFF;

}

.order_err {
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 56px;
  text-align: center;
}

.ordrt_top {
  padding: 15px;
}

.ordrt_top p {
  color: #333333;
  line-height: 23px;
}

.ordrt_top p:nth-child(2) {
  color: #666666;
}

.order_express_cont {
  display: flex;
  background-color: #fff;
  padding-top: 12px;
  margin-top: 10px;
}

.order_express_cont>div:first-child {
  width: 34px;
  margin-top: 5px;
}

.order_express_cont>div:first-child span {
  margin: 0 20px;
  /* height: 100px; */
  display: block;
  width: 2px;
  background: #DDDDDD;
  position: relative;
}

.order_express_cont>div:first-child span::before {
  /* .order_express_cont  .liactive::before{ */
  content: "";
  width: 8px;
  height: 8px;
  background: #BBBBBB;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: -3px;

}

.order_express_cont>div:first-child span:first-child::before {
  content: "";
  width: 15px;
  height: 15px;
  opacity: 0.3;
  background: #FF3333;
  border-radius: 50%;
  position: absolute;
  top: -3.4px;
  left: -6.51px;
}

.order_express_cont>div:first-child span:first-child::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #FF3333;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: -3.5px;
}

.order_express_cont>div:nth-child(2) ul {
  font-size: 17px;
}

.order_express_cont>div:nth-child(2) ul li {
  margin-bottom: 20px;

}

.order_express_cont>div:nth-child(2) ul li {
  font-size: 14px;
}

.order_express_footer {
  position: fixed;
  bottom: 0px;
  left: 0;
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
  padding: 0 10px;
  z-index: 9999;
  background: #eeeeee;
}

/* 生日用户 */
.fans_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  padding: 0 15px;
  
background: #FFFFFF;
}
.fans_header > a:first-child {
  display: inline-block;
  width: 16px;
  height: 22px;
  background: url("../img/txp_back.png") no-repeat;
  background-size: 100% 100%;
}
.fans_header p {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #010101;
  
}
.fans_header > select:nth-child(3) {
  font-size: 14px;
  border: 1px solid #2CAAFA;
border-radius: 8px;
color: #2CAAFA;
}
.fans_birth{
   margin-top: 15px;
   background: #FFFFFF;
   padding: 0 10px 0px;
   
border-radius: 8px;
}
.fans_birth li{
  display: flex;
  justify-content: flex-start;
  padding-top: 15px;
}
.fans_birth li:last-child{
  padding-bottom: 15px;
}
.fans_birth li img{
  width: 45px;
height: 45px;
border-radius: 50%;
}
.fans_birth li div{
  flex: 1;
  margin-left: 10px;
}
.fans_birth li div p{
  font-size: 15px;
  color: #000;
  
font-weight: 500;
}
.fans_birth li a{
  width: 90px;
height: 30px;
text-align: center;
line-height: 30px;
border: .5px solid #2CAAFA;
border-radius: 15px;
font-size: 15px;

color: #2CAAFA;;
}
.fans_birth li a.active{
  color: #999999;
  border: .5px solid #999999;
}
/* 生日页面 */
.birthday{
padding: 0 !important;
}
.birthday .bgimg {
 position: relative;

}
.birthday .bgimg2 p{
 
  font-size: 25px;
  color: #000;
  margin-top: 30px;
  text-align: center;

}
.birthday .bgimg2 img{
  margin-top: 100px;
}
.birthday .bgimg p{
  width: 100%;
  text-align: center;
 position: absolute;
 top: 30px;
 /* left: 50%;
 transform: translateX(-50%); */
 color: #C16C03;
 font-size: 25px;
}
.fans_birth.birth{
  margin-top: 0;
  border-radius: 0;
}
.fans_birth.birth li div:last-child{
  text-align: right;
  line-height: 44px;
}
.fans_birth.birth li span{
  color: #666666;
}
.fans_birth.birth li div:last-child img{
   width: 17px;
   height: 19px;
}