@charset "UTF-8";

body {
  background: url(../../images/event/9th-anniversary/background-all.png) center top no-repeat;
  margin: 0;
  padding: 0;
  overflow: visible;
  background-color: #c5122d;
  position: relative;
}
p{
  margin: 0;
  padding: 0;
}

main{
  position: relative;
  top: -110px;
}

a, a:visited {
  text-decoration: none!important;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.btn {
  color: #fff!important;
  box-shadow: none!important;
}
.hidden {
  display: none;
}

.cursor{
    cursor: pointer;
}
.p-lr-35{
    padding: 0 25px;
}
.p-l-20{
    padding-left: 20px;
}
.p-t-10{
    padding-top: 10px;
}
.p-t-20{
    padding-top: 20px;
}
.m-t-50{
    margin-top: 50px;
}
.p-b-10{
    padding-bottom: 10px;
}
.p-b-50{
    padding-bottom: 50px;
}
.flex-center-around{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.flex-center-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-center-start{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.flex-center-between{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-between{
  display: flex;
  justify-content: space-between;
}
.flex-column-center-between{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.warp{
    flex-wrap: wrap;
}
.center{
    text-align: center;
}
.fff{
    color: #fff;
}
.relative{
    position: relative;
}
.hover-bg:hover{
    color: #fff;
}
.underline{
    text-decoration: underline!important;
}

.required {
  color: #ff3200;
}

.text-22{
  font-size: 22px;
}



.btn-action {
  background: linear-gradient(0, #cb2003, #e24505);
  border-radius: 6px;
  border: 1px #fff solid;
  font-size: 26px;
  padding: .5rem 3rem;
  cursor: pointer;
  box-shadow: none!important;
}
.btn-scalable {
  transition: all .15s;
}
.btn-scalable:not([disabled]):hover {
  transform: scale(1.06);
}
.btn-scalable:not([disabled]):active {
  transform: scale(1.0);
}

.title-scalable:hover {
  transform: translateX(4px) scale(1.0);
  color:#FFD27A
}

.span-scalable {
  transition: all .15s;
  display: inline-block;
}
.span-scalable:hover {
  transform: translateY(-4px) scale(1);
  color:#FFD27A;
  font-weight: bold;
}

.arrow-left{
  margin-right: 20px;
  cursor: pointer;
}
.arrow-right{
  margin-left: 20px;
  cursor: pointer;
}






/*********************************************



                    头部




***********************************************/
.page-header {
  text-align: center !important;
}

.header-img {
  width: 100%;
  min-height: 699px;
}

.account-action {
  position: relative;
  bottom: 100px;
}
.account-action {
  color: #fff;
}
.account-action a,
.account-action a:visited {
  display: inline-block;
  color: inherit;
  padding: .4rem 2.75rem;
  border: 1px solid;
  border-radius: 40px;
  transition: .2s;
}
.account-action a:hover {
  background-color: rgba(255,255,255,.35);
}
.account-action a + a {
  margin-left: 2rem;
}

.logined-in-wrapper {
  padding: .5rem 1.75rem;
  border: 1px solid;
  border-radius: 40px;
  color: #FFD27A;
  background-color: rgba(55,55,55,.25);
  font-size: .925rem;
}

.time-img {
  position: relative;
  top: -65px;
}
/*********************************************



                    签到




***********************************************/
.sign-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sign-left{
  width: 635px;
  height: 475px;
}
.calendar-title{
  position: absolute;
  top: 100px;
  left: 250px;
  color: #fff;
}
.calendar-today{
  text-align: center;
  position: absolute;
  bottom: 80px;
  left: 57px;
}
.calendar-today .day{
  font-size: 100px;
  color: #fff;
  line-height: 100%;
}
.calendar-today .month{
  font-size: 30px;
  color: #560404;
  line-height: 100%;
}
.calendar-today .year{
  font-size: 30px;
  color: #560404;
  line-height: 100%;
}
.sign-countersign-number{
  color: #fff;
  position: absolute;
  right: 30px;
  bottom: 16px;
}
.calendar-all{
  width: 315px;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: absolute;
  top: 171px;
  right: 68px;
}
.calendar-week{
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #560404;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.calendar-day-empty{
  width: 45px;
  height: 45px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 24px;
}
.calendar-day{
  width: 45px;
  height: 45px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 24px;
}
.calendar-day:not(.date-signed,.date-disable):hover {
  transform: translateY(-4px) scale(1.2);
  cursor: pointer;
}

.date-signed{
  background: url(../../images/event/9th-anniversary/Sign_in2.png);
}
.date-unsigned{
  background: url(../../images/event/9th-anniversary/unsign.png);
}
.date-disable{
  color: #560404;
}
.sign-left img{
  display: block;
  width: 635px;
}
.sign-right{
  width: 585px;
}
.sign-rule{
  text-align: right;
  color: #fff;
  margin-top: 50px;
  cursor: pointer;
  transition: .3s;
}
.sign-cumulative{
  color: #fff;
  font-size: 17px;
  padding-left: 30px;
}
.sign-bg {
  text-align: center;
  border-radius: 16px;
}
.sign-img{
  padding-top: 20px;
}
.sign-bg .sign-footer-action {
  padding-top: 100px
}

/* 运费大减漏 */
.freight-section{
  margin-top: 80px;
}
.freight-money{
  margin-top: 20px;
}
.freight-money-box{
  width: 500px;
}
.freight-money-box .title{
  font-size: 36px;
  color: #fff;
  width: 500px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 36px;
}
.freight-money-box .content{
  font-size: 16px;
  color: #fff;
  width: 500px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50px;
  line-height: 180%;
  /* overflow-y: auto; */
  overflow: hidden;
  height: 294px;
}
.freight-money-box .content .empty{
  font-size: 24px;
  height: 294px;
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.freight-money-box .content p{
  height: 40px;
}
.freight-money-rule{
  color: #fff;
  font-size: 20px;
  text-align: right;
  padding-right: 15px;
  cursor: pointer;
  transition: .3s;
}
.freight-money-finger{
  width: 22px;
}
.freight-notice{
  margin-top: 80px;
}
.freight-notice .left{
  width: 550px;
}
.freight-notice .right{
  width: 620px;
}
.freight-notice .left .title{
  padding: 0 30px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 15px;
  left: 95px;
  font-size: 21px;
}
.freight-notice .content{
  padding: 0 10px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 80px;
  left: 10px;
  font-size: 17px;
  line-height: 160%;
}
.freight-notice .btn{
  padding: 0 10px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: 5px;
  right: 20px;
  font-size: 18px;
  line-height: 160%;
}
.btn-account{
  padding: 0 10px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: 5px;
  right: 80px;
  font-size: 18px;
  line-height: 160%;
}
.btn-copy{
  padding: 0 10px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: 5px;
  right: 330px;
  font-size: 18px;
  line-height: 160%;
}
.freight-notice .btn-finger{
  width: 30px;
  padding-bottom: 5px;
}
.freight-notice .right .title{
  padding: 0 30px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 15px;
  left: 180px;
  font-size: 21px;
}
.freight-notice .right .content1{
  padding: 0 10px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 70px;
  left: 10px;
  font-size: 17px;
  line-height: 160%;
}
.freight-notice .right .content2{
  padding: 0 10px;
  font-weight: bold;
  color: #f8b076;
  position: absolute;
  top: 130px;
  left: 10px;
  font-size: 17px;
  line-height: 160%;
}
.freight-notice .right .content3{
  padding: 0 10px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 160px;
  left: 10px;
  font-size: 17px;
  line-height: 160%;
}
.freight-money-box>.relative{
  height: 440px;
}
.freight-notice>.flex-center-between>.left{
  width: 550px;
  height: 242px;
}
.freight-notice>.flex-center-between>.right{
  width: 620px;
  height: 242px;
}
/*********************************************



                    抽奖




***********************************************/
.luck-rule{
  text-align: right;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  transition: .3s;
  cursor: pointer;
}
.turntable>.left{
  height: 695px;
}
.btn-lottery-play{
  position: absolute;
  top: 150px;
  left: 170px;
  background: none;
  border: none;
}
.turntable>.right{
  width: 605px;
}
.lottery-product {
  margin: 0 10px;
}
.product-hover{
  display: block;
  width: 321px;
  position: absolute;
  top: 10px;
  left: 3px;
}
.award-wrap {
  background: url('../../images/event/9th-anniversary/Display_bar2.png') center center no-repeat;
  width: 604px;
  height: 493px;
  text-align: center;
}
.award-body {
  height: 466px;
  padding: 50px 46px 60px 40px;
  color:#FFF;
}
.award-gold-box {
  display: flex;flex-direction: column;align-items: center;justify-content: center;height: 360px;
}
.award-loading {
  display: flex;flex-direction: column;align-items: center;justify-content: center;height: 360px;
}
.award-list {
  overflow: hidden;
  height: 360px;
}
.award-list>div>p {
  height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*********************************************



                    预付换积分




***********************************************/
.point-exchange{
  margin-top: 100px;
}
.point-recharge .box{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}
.point-recharge .content{
  font-size: 26px;
  color: #fff;
  margin-right: 50px;
}
.point-section>.bottom{
  text-align: center;
  font-size: 26px;
  color: #fff;
  padding: 15px 0;
}
.recharge-btn{
  text-align: center;
}
/*********************************************



                    退税




***********************************************/
.drawback-section .content{
  text-align: center;
  margin: 50px auto 0 auto;
}
.drawback-section .end_tax_refunds{
  height: 255px;
  width: 80%;
  overflow: hidden;
  background-color: #d2d2d2;
  opacity: 0.9;
}
.drawback-section .notice h5{
  color: #000;
  font-size: 18px;
  margin: 20px 0
}
.drawback-section .bottom{
  display: flex;
  align-items: flex-start;
  padding-left: 10%;
  margin-top: 40px;
}
.drawback-section p,.drawback-section a{
  display: block;
  font-size: 20px;
  color: #fff;
  margin: 7px 0;
}
.drawback-wrap a{
  display: block;
  transition: all 0.3s;
}
/*********************************************



                    爱豆兑换




***********************************************/
.shop-goods{
  margin-top: 30px;
}
.goods-show{
    width: 1120px;
    height: 950px;
    overflow: hidden;
}
.point-show{
    width: 1120px;
    height: 1022px;
    overflow: hidden;
}
.goods-box{
    width: 352px;
    margin: 20px 10.5px 0;
}
.shop-price{
    /* width: 385px;
    position: absolute;
    bottom: 0;
    left: 0; */
    width: 352px;
    /* display: flex;
    justify-content: space-around;
    align-items: center; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #b60923;
}

.price-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 330px;
}
.old-price{
    font-size: 20px;
    color: #f0830f;
    text-decoration: line-through;
}
.new-price{
    color: #fff;
    font-size: 46px;
}


.goods-box-header{
    height: 40px;
    background-color: #b60923;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
}
.goods-detail {
  /* width: 352px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #b60923;
}
.good-name{
    display: block;
    width: 330px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.good-price{
    color: #f0830f;
    font-size: 22px;
}

.mall-product-box{
  position: relative;
  margin: 20px 10.5px 0;
}

.product-qr-code {
  position: absolute;
  color: #333;
  right: 0px;
  bottom: 100px;
  width: 60px;
  height: 60px;
  padding: 4px;
  border: 0px solid rgba(220,220,220,.7);
  border-right: 0;
  cursor: pointer;
  transition: all .15s;
}
.product-qr-code:hover {
  width: 100%;
  height: 78%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: rgba(230,236,232,.9);
}
.product-qr-code small {
  display: none;
}
.product-qr-code:hover small {
  display: block;
  text-align: center;
}
.product-qr-code img {
  max-width: 100%;
  height: auto;
}
.product-qr-code:hover img {
  border-radius: 6px;
}

/* 盲拍 */
.unseen-auction{
  margin-top: 100px;
}

.auction-height{
  padding-top: 50px;
}

.auction-time{
  width: 450px;
  background: #ffebeb;
  border: 1px solid #f0830f;
  border-radius: 12px;
  text-align: center;
  color: #000;
  font-size: 22px;
  font-weight: bold;
  padding: 20px;
  margin: 0 auto;
}
/* .first-time,
.second-time{
  width: 1120px;
  margin: 0 auto;
} */
.auction-time p{
  padding-top: 10px;
}
.after-time.auction-time{
  margin: 50px auto 30px !important;
}
.start-time{
  width: 30px;
  padding: 0 5px;
}
.auction-rule{
  color: #fff;
  font-size: 20px;
  text-align: right;
  transition: .3s;
  cursor: pointer;
  margin-top: 10px;
}
.auction-bg{
  background: #560404;
  border-radius: 12px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.auction-bg .end-bg {
  line-height: 220px;
  width: 385px;
  height:456px
}
.end-bg {
  padding: 146px 0;
}

.auction-body {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

.auction-product .auction-product-name {
  overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}

.auction_price_small { font-size: 14px;}

.auction-body .auction-product:nth-child(1) {
  order: 1
}
.auction-body .auction-product:nth-child(2) {
  order: 3
}
.auction-body .auction-history {
  order: 2;
}
.auction-history.history-bg {
  width: 410px;
  height: 490px;
  background: url('../../images/event/9th-anniversary/auction_display_bar.png') no-repeat;
  margin-top: 20px;
}
.auction-history.pending-history-bg {
  width: 374px;
  height: 488px;
  background: url('../../images/event/9th-anniversary/wait.png') no-repeat;
  margin-top: 20px;
}
.winner {
  color: #ffbc26;
}
.history-bg ul {
  height: 236px;
  color: #f8ddb8;
  overflow: hidden;
}
.history-bg ul li{
  display: flex;
  justify-content: space-around;
  line-height: 30px;
}
.history-bg ul li span {
  display: inline-block;
}
.history-bg .history-item:nth-child(1) {
  padding: 18px 50px 14px 50px;
}
.history-bg .history-item:nth-child(2) {
  padding: 12px 50px 24px 50px;
}
/* .goods-box2{
  width: 352px;
  height: 440px;
} */
/* .goods-box2 img{
  width: 352px;
} */
.three-max-price{
  font-size: 28px;
}
.bid-price-input{
  width: 150px;
  color: #000;
  font-size: 20px;
}

.page-footer {
  font-size: .8rem;
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 2rem;
  color: rgba(255,255,255,.75);
}
.page-footer a {
  color: inherit;
  text-decoration: underline;
}
/*********************************************



                    侧边栏




***********************************************/
.sidebar{
  /* width: 257px; */
  /* height: 574px; */
  position: fixed;
  top: 30px;
  right: 0;
  text-align: center;
}

.shake-wrap {
  position: relative;
  top:60px
}

.sidebar-box-wrap {
  position: relative;
  background: url(../../images/event/9th-anniversary/back.png) no-repeat;
  width: 257px;
  height: 574px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-left: 10px;
}

.sidebar-box-item {
width: 167px;
height: 54px;
background: url('../../images/event/9th-anniversary/right-nav.png') no-repeat;
margin-bottom: 4px;
}

.sidebar-title{
line-height: 40px;
color: #fff !important;
font-size: 22px;
}



.red-rain-count-down {
  display: flex;
  justify-content: space-between;
  width: 75%;
}
.red-rain-count-down > li {
  font-size: 1.2rem;
}
.red-rain-count-down > li > [data-type] {
  font-size: 3em;
  margin-right: 4px;
}
.red-rain-item {
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 10px;
  cursor: pointer;
}
.red-rain-result {
  font-size: 18px;
  color: #ffe5a3;
}
.text-red-rain-ended {
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 320px;
}
.text-red-rain-ended h6 {
  font-size: 1.5rem;
  margin-top: 1rem;
}


/****************红包雨 start*******************/
.nov-float {
  position: fixed;
  top: 180px;
  left: calc(50% - 740px);
  z-index: 88
}

@keyframes hob_shake {
  15%,45% {
      -webkit-transform: rotate(3deg);
      transform: rotate(3deg);
      transform-origin: 50% 100%
  }

  30% {
      -webkit-transform: rotate(-3deg);
      transform: rotate(-3deg);
      transform-origin: 50% 100%
  }

  60%,100% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      transform-origin: 50% 100%
  }
}

@keyframes hob {
  10%,30%,50% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px)
  }

  20%,40% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px)
  }

  60%,100% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }
}

@keyframes hob_btn {
  10%,30%,50%,70%,90% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1)
  }

  20%,40%,60%,80% {
      -webkit-transform: scale(1);
      transform: scale(1)
  }
}

@media(max-width: 1400px) {
  .nov-float {
      left:0;
      transform: scale(.7)
  }
}

@media(max-width: 1199px) {
  .nov-float {
      display:none
  }
}

.hongbao-wrapper {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1200
}

.hongbao-wrapper i {
  display: inline-flex;
  position: absolute;
  width: 75px;
  height: 101px;
  background-image: url(../../images/event/9th-anniversary/hongbao.png);
  top: -200px;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition: 1s transform;
  -moz-transition: 1s transform;
  -ms-transition: 1s transform;
  -o-transition: 1s transform;
  transition: 1s transform;
  user-select: none;
}

.hongbao-wrapper i.rotate {
  -webkit-transform: rotate(7200deg);
  -ms-transform: rotate(7200deg);
  -o-transform: rotate(7200deg);
  transform: rotate(7200deg)
}

.hob-cd {
  position: absolute;
  color: #fff;
  font-size: 56px;
  top: 30px;
  left: 50px;
  user-select: none;
}

.hob-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 100px;
  right: 200px;
  cursor: pointer
}

.hob-close::before,.hob-close::after {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  top: 19px;
  left: 5px;
  background-color: #eee;
  border-radius: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.hob-close::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

[mod-relation=hobCoupon] p {
  margin-bottom: 20px
}

.hobCoupon-img {
  width: 712px;
  margin: 0 auto
}

@media(max-width: 1199px) {
}

@media(max-width: 768px) {
  [mod-relation=hobCoupon] h5 {
      font-size:20px
  }

  .hobCoupon-img {
      max-width: 100%
  }

  .hob-cd {
      top: 20px;
      left: 30px
  }

  .hob-close {
      top: 20px;
      right: 20px
  }
}

@media(max-width: 720px) {
}

@media(max-width: 480px) {
}

@media(max-width: 414px) {
}

@media(max-width: 375px) {
}

@media(max-width: 360px) {
  [mod-relation=hobCoupon] h5 {
      font-size:18px
  }
}

@media(max-width: 320px) {
  [mod-relation=hobCoupon] h5 {
      font-size:16px
  }
}

.loading {
  display: inline-block;
  animation: rotate 1s linear infinite;
}



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

/****************红包雨 end*******************/

/* ------------------------------------------------------------ */
/* -------------------        弹窗样式       ------------------- */
/* ------------------------------------------------------------ */

.jconfirm .jconfirm-box {
  background-color: transparent;
  padding: 0;
}
.jconfirm.jconfirm-light .jconfirm-box {
  box-shadow: none;
}
.jconfirm.jconfirm-light .jconfirm-bg {
  background-color: #000;
  opacity: .925;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane {
  border-radius: 8px;
  max-height: initial!important;
  overflow: hidden;
}

.login-dialog-wrapper {
  position: relative;
  background: url(../../images/event/9th-anniversary/Login.png) center center no-repeat;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
}
.login-dialog-wrapper > * + * {
  margin-top: .75rem;
}


.dialog-header {
  position: relative;
  text-align: center;
  top:-6px
}
.dialog-body {
  padding: 1.5rem 3rem;
  margin: 2rem auto 2rem auto;
  width: 80%;
  color: #f8f8f9;
}

.dialog-button {
  margin-top: .75rem;
  text-align: center;
}

.dialog-button .btn {
  background: linear-gradient(95deg, #cc1b21, #fc5957);
  box-shadow: 0px 3px 10px 0px rgba(0, 32, 171, 0.4);
  border-radius: 6px;
  padding: .5rem 3rem;
  transition: .3s;
  border: 1px solid #fff
}

.dialog-button .btn:hover {
  transform: translateY(-4px) scale(1.0);
}
.dialog-button .btn:active {
  transform: scale(.96);
}

.login-form .form-row + .form-row {
  margin-top: 1rem;
}
.login-form .form-row .input-group {
  display: flex;
  background-color: #fff;
  border: 1px solid #F9E780;
  border-radius: 2px;
  overflow: hidden;
}
.login-form .form-row .input-group label {
  font-weight: 500;
  background-color: #fff;
  color: #0F32B6;
  padding: .25rem .4rem .25rem .7rem;
}

.login-form .form-row .input-group .input-box {
  border: 0;
  flex: 1;
  padding: .4rem;
  font-size: inherit;
}
.login-form .form-row .input-group .input-box:focus {
  border: 0;
  outline: 0;
}
.login-form .no-acount {
  color:#666
}
.login-success {
  color: #f0830f
}

.rules-dialog-wrapper {
  position: relative;
  height: 477px;
  background: url(../../images/event/9th-anniversary/popup.png?v=1) center center no-repeat;
  background-size: cover;
  overflow: hidden;
}

.rules-dialog-body {
  margin: 1rem auto 0rem auto;
  width: 80%;
  color: #fff;
  max-height: 326px;
  min-height: 326px;
  overflow: hidden;
  overflow-y: auto;
}

.rules-dialog-header {
  padding: 0.8rem 2rem;
  color:#fff
}

.ul-disc {
  list-style: disc;
  margin-left: 2rem;
  margin-top: .75rem;
}
.ul-disc li {
  margin-top: .75rem;
  font-size: 1.15rem;
}

.sign-success-wrapper {
  height: 427px;
  background: url(../../images/event/9th-anniversary/sign-popup/success.png);
  background-size: cover;
  overflow: hidden;
  padding-top: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


.sign-award-detail {
  margin-top: 1rem;
  margin-bottom: 2rem;
  line-height: 1;
}
.sign-award-text {
  font-size: 3rem;
  font-weight: 600;
  color: #FF0048;
  margin-left: .5rem;
}

.bid-text {
  color: #FFC600;
}


.confirm-dialog-wrapper {
  height: 298px;
  background: url(../../images/event/9th-anniversary/sign-popup/rectangle.png);
  background-size: cover;
  overflow: hidden;
}

.bid-confirm-dialog-wrapper {
  padding: 0 20px;
}

.confirm-detail {
  padding-top: 4.5rem;
  text-align: center;
}

.confirm-text {
  margin: 3rem 0;
  font-size: 1.35rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.btn-dialog-ok {
  font-size: .925rem;
  color: #fff;
  background: #FFC600;
  box-shadow: 0px 2px 2px 0px rgba(232, 158, 0, 0.31);
  padding: .4rem 3.25rem;
  border-radius: 36px;
}
.btn-dialog-cancel {
  font-size: .925rem;
  color: #FFBA7D;
  background: #FFFAE8;
  box-shadow: 0px 2px 2px 0px rgba(232, 158, 0, 0.15);
  padding: .4rem 3.25rem;
  border-radius: 36px;
}

.error-dialog-wrapper {
  height: 367px;
  background: url(../../images/event/9th-anniversary/sign-popup/emo.png);
  background-size: cover;
  overflow: hidden;
  display: flex;
  padding-top: 150px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.auction-error-dialog-wrapper {
  height: 372px;
  background: url(../../images/event/9th-anniversary/auction_fail.png);
  background-size: cover;
  overflow: hidden;
  display: flex;
  padding: 200px 40px 0 40px;
  color: #fff;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.auction-success-dialog-wrapper {
  height: 372px;
  background: url(../../images/event/9th-anniversary/auction_succeed.png);
  background-size: cover;
  overflow: hidden;
  display: flex;
  padding-top: 200px;
  color: #fff;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


.hit-target-dialog-wrapper {
  /* position: relative;
  background: url(../../images/event/9th-anniversary/win-lottery.png) center center no-repeat;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden; */

  height: 500px;
  background: url(../../images/event/9th-anniversary/win_lottery.png);
  background-size: cover;
  overflow: hidden;
  display: flex;
  padding-top: 150px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.thanks-dialog-wrapper {
  /* position: relative;
  background: url(../../images/event/9th-anniversary/lose_lottery.png) center center no-repeat;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden; */

  height: 360px;
  background: url(../../images/event/9th-anniversary/lose_lottery.png);
  background-size: cover;
  overflow: hidden;
  display: flex;
  padding-top: 60px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.dialog-body.lottery-dialog-body::before {
  background-color: #FC7823;
  background: linear-gradient(0deg, #FC7823 0%, #FFB738 100%);
  color:#000;

}
.lottery-dialog-body {
  padding: 0;
  margin: 0;
}

/* .lottery-award-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 2rem 2rem 2rem;
}
.lottery-award-wrapper > * + * {
  margin-top: 2rem;
} */
.lottery-award-wrapper > img {
  max-width: 200px!important;
}
/* .hit-award-title {
  font-weight: 600;
  color: #5A4BFF;
  text-align: center;
  line-height: 1.6;
}
.hit-award-title span {
  font-size: 1.15em;
  text-decoration: underline;
  margin-left: 3px;
} */
.text-unhit-award {
  font-size: 1.2rem;
  margin-top: -1rem;
  text-align: center;
}
.text-unhit-award > em {
  display: block;
  font-size: 2rem;
  font-style: italic;
  font-weight: bolder;
  color: #000;
  letter-spacing: 5px;
}
.text-unhit-award > div {
  color:#FFB738
}
/* .btn-get-award {
  border: 0;
  background-color: #FBF6DC;
  border-radius: 40px;
  padding: .75rem 2.75rem .4rem 2.75rem;
  box-shadow: 0 3px #F7D651, 0px 0px 12px 0px rgba(209, 147, 55, 0.35) inset;
} */


.table-sign-history {
  border-collapse: collapse;
  width: calc(100% + 4px);
  margin-left: -2px;
  margin-right: -2px;
}
.table-sign-history tr td {
  border-bottom: 2px solid #f8ddb8;
  padding: .6rem 1.2rem;
  line-height: 1.6;
  color:#f8ddb8;
}
.table-sign-history tr th {
  border-bottom: none;
  padding: .6rem 1.2rem;
  line-height: 1.6;
  font-size: 18px;
  text-align: center;
}


.table-sign-history tr:first-child th {
  border-top: 0;
}
.table-sign-history tr:last-child td {
  border-bottom: 0;
}
.table-sign-history tr th {
  font-weight: 600;
}
.table-sign-history tr td sup {
  display: inline-block;
  font-size: .75rem;
  margin-left: 3px;
  padding: 0 6px;
  background-color: #FF4B75;
  color: #fff;
  border-radius: 20px;
  transform: scale(.9);
}
.text-placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: .875rem;
  line-height: 1.35;
  color:#Fff
}
.text-placeholder > img {
  margin: 0 .5rem;
}
.table-sign-history.table-my-award tr td {
  line-height: 1.2;
}

.error-detail {
  margin-top: 1rem;
  margin-bottom: 2rem;
  line-height: 1;
}

.error-text {
  font-size: 1.35rem;
  font-weight: 300;
}


/* 添加部分元素高度 */
.shop-section>.shop-goods .mall-product-box{
  height: 452px;
}
.shop-section>.shop-goods .mall-product-box>.shop-product{
  height: 352px;
}

.point-exchange>.shop-goods .goods-box{
  height: 491px;
}
.goods-box>img {
  height: 352px;
  width: 352px;
  background-color: #Fff;
}
.mall-product-box>img {
  height: 352px;
  width: 352px;
  background-color: #Fff;
}
.point-exchange>.shop-goods .goods-box>.shop-product{
  height: 352px;
}
.drawback-section>.bottom>img{
width: 330px;
}

/* 时间栏 */
.time-axis{
  width: 1020px;
  height: 150px;
  margin: 50px auto 0;
  border-radius: 150px;
}
.time-axis-left{
  width: 300px;
  height: 150px;
  line-height: 150px;
  text-align: center;
  color: #fff;
  font-size: 40px;
  background-image: linear-gradient(90deg,#f7600e,#f79d28);
  border-radius: 150px 0 0 150px;
}
.time-axis-right{
  width: 720px;
  height: 150px;
  background: #fff;
  border-radius: 0 150px 150px 0;
  overflow: hidden;
}
.time-axis-day{
  width: 178px;
  height: 74px;
  background: #ddd;
  line-height: 75px;
  text-align: center;
  margin-bottom: 2px;
  margin-right: 2px;
  font-weight: bold;
}
.time-axis-day>.time-end{
  width: 80px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.time-axis-day.active{
  background: #fff;
}
.time-end.show{
  display: block;
}


@media screen and (max-width:1099px) {
  .sidebar {
    visibility: hidden;
  }
}

@media (min-width:768px) {
  .container {
      width: 1200px;
      max-width: 1200px;
  }
  body{
    width: 1440px;
  }
  .time-img{
      width: 1200px;
  }
  .title-img{
      width: 1170px;
  }
  .point-exchange>.shop-goods{
      position: relative;
      left: -35px;
  }
  .freight-notice>.flex-center-between>.left{
      width: 530px !important;
  }
  .freight-notice>.flex-center-between>.right{
      width: 590px !important;
  }
  .freight-notice>.flex-center-between>.left>img{
      width: 530px !important;
  }
  .freight-notice>.flex-center-between>.right>img{
      width: 590px !important;
  }
  .btn-copy,.btn-account,.freight-notice .btn{
      bottom: 15px !important;
  }

  .auction-product {
    padding: 10px;
    max-height: 585px;
    width: 325px;
  }
  .auction-product .auction-product-image {
    width: 285px;
    height: 356px
  }

}

@media (min-width:1200px) {
  .container {
      width: 1300px;
      max-width: 1300px;
  }
  body{
      width: 100%;
  }
  .time-img{
      width: 1440px;
  }
  .title-img{
      width: 1270px;
  }
  .point-exchange>.shop-goods{
      position: relative;
      left: 0px;
  }
  .freight-notice>.flex-center-between>.left{
      width: 550px !important;
  }
  .freight-notice>.flex-center-between>.right{
      width: 620px !important;
  }
  .freight-notice>.flex-center-between>.left>img{
      width: 550px !important;
  }
  .freight-notice>.flex-center-between>.right>img{
      width: 620px !important;
  }
  .btn-copy,.btn-account,.freight-notice .btn{
      bottom: 5px !important;
  }

  .auction-product {
    padding: 20px;
    max-height: 658px;
    width: 425px;
  }
  .auction-product .auction-product-image {
    width: 385px;
    height: 456px;
  }

}