body {
  margin: 0;
}
body a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@keyframes swing {
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  50%,
  100% {
    transform: rotate(0deg);
  }
}
@keyframes swing2 {
  25% {
    transform: rotate(-15deg);
  }
  75% {
    transform: rotate(15deg);
  }
  50%,
  100% {
    transform: rotate(0deg);
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: -100px;
  }
}
@keyframes pao {
  0% {
    opacity: 1;
    transform: translate3d(0px, 0, 0);
  }
  30% {
    opacity: 0.7;
    transform: translate3d(-100px, -20px, 0);
  }
  65% {
    opacity: 0.3;
    transform: translate3d(-170px, -40px, 0);
  }
  80% {
    opacity: 0.1;
  }
  90% {
    opacity: 0.05;
  }
  100% {
    opacity: 0;
    transform: translate3d(-240px, -60px, 0);
  }
}
@keyframes pao2 {
  0% {
    opacity: 1;
    transform: translate3d(0px, 0, 0);
  }
  30% {
    opacity: 0.6;
    transform: translate3d(-50px, -10px, 0);
  }
  65% {
    opacity: 0.3;
    transform: translate3d(-90px, -12px, 0);
  }
  75% {
    opacity: 0.1;
    transform: translate3d(-100px, -14px, 0);
  }
  85% {
    opacity: 0.03;
  }
  95% {
    opacity: 0.01;
  }
  100% {
    opacity: 0;
    transform: translate3d(-140px, -20px, 0);
  }
}
@keyframes pao3 {
  0% {
    opacity: 1;
    transform: translate3d(0px, 0, 0);
  }
  30% {
    opacity: 0.5;
    transform: translate3d(-60px, 5px, 0);
  }
  65% {
    opacity: 0.1;
    transform: translate3d(-80px, 10px, 0);
  }
  75% {
    opacity: 0.03;
  }
  85% {
    opacity: 0.01;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100px, 12px, 0);
  }
}
@keyframes upgrade {
  0% {
    background-size: auto 600px;
  }
  25% {
    background-size: auto 610px;
  }
  50% {
    background-size: auto 620px;
  }
  75% {
    background-size: auto 610px;
  }
  100% {
    background-size: auto 600px;
  }
}
.content a,
.content a:hover,
.content a:focus,
.content a:active {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 5, 130, 0);
  appearance: none;
  -webkit-appearance: none;
}
.elli {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content {
  position: relative;
  margin-top: 48px;
  background-color: #203351;
}
.s-text-color {
  color: #F66F0C !important;
}
.s-text-color-FADA81 {
  color: #FADA81 !important;
}
.s-text-color-FA6400 {
  color: #FA6400 !important;
}
.banner-img {
  height: 1286px;
  background: url('../../img/active/christmas/banner.jpg') no-repeat center center;
  background-size: auto 100%;
}
.g-main {
  position: relative;
  z-index: 1;
  margin-top: -416px;
  text-align: center;
  background: url('../../img/active/christmas/snow_bg.png') no-repeat center top;
  background-size: 1991px 769px;
}
.people-count {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
}
.barrage-wrapper {
  overflow: hidden;
  margin-top: 24px;
  height: 79px;
  background: url('../../img/active/christmas/barrage_bg.png') no-repeat center center;
  background-size: auto 100%;
}
.barrage-wrapper.s-hide {
  opacity: 0;
}
.barrage-wrapper .barrage-content {
  overflow: hidden;
  margin-top: 25px;
  height: 20px;
  text-align: center;
}
.barrage-wrapper .barrage-list-item {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  line-height: 20px;
}
.building-wrapper {
  position: relative;
  text-align: center;
}
.building-wrapper .building {
  position: relative;
  margin: 0 auto;
  width: 800px;
  height: 659px;
}
.building-wrapper .building .contribution-hint {
  display: none;
  position: absolute;
  top: 109px;
  right: 206px;
}
.building-wrapper .building .contribution-hint .contribution-num {
  position: absolute;
  top: -56px;
  left: 0;
  border-radius: 50px;
  padding: 18px 0;
  width: 100px;
  text-align: center;
  background-color: #4c5b73;
  font-family: PingFangSC-Semibold;
  font-size: 14px;
  color: #FFFFFF;
}
.building-wrapper .building .contribution-hint .contribution-num.s-start {
  animation: fadeInOut 3s 0.15s linear 1;
}
.building-wrapper .building .contribution-hint .contribution-img {
  width: 78px;
  height: 64px;
  background: url('../../img/active/christmas/hands.png') no-repeat center center;
  background-size: 100% 100%;
}
.building-wrapper .building .contribution-hint .contribution-img.s-start {
  animation: swing 2s 0.15s linear 2;
}
.building-wrapper .building-img {
  width: 100%;
  height: 100%;
}
.building-wrapper .building-img.building-0 {
  background: url('../../img/active/christmas/building_0.png') no-repeat center bottom;
  background-size: 100% 600px;
}
.building-wrapper .building-img.building-1 {
  background: url('../../img/active/christmas/building_1.png') no-repeat center bottom;
  background-size: 100% 600px;
}
.building-wrapper .building-img.building-2 {
  background: url('../../img/active/christmas/building_2.png') no-repeat center bottom;
  background-size: 100% 600px;
}
.building-wrapper .building-img.building-3 {
  background: url('../../img/active/christmas/building_3.png') no-repeat center bottom;
  background-size: 100% 600px;
}
.building-wrapper .building-img.s-start {
  animation: upgrade 0.5s 0s linear 2;
}
.building-wrapper .building-event-wrapper {
  position: absolute;
  top: 270px;
  right: -103px;
  width: 150px;
}
.building-wrapper .building-event-wrapper .building-btn {
  display: inline-block;
  margin-bottom: 62px;
  width: 100%;
  height: 64px;
  cursor: pointer;
}
.building-wrapper .building-event-wrapper .building-btn.s-stealing {
  background: url('../../img/active/christmas/btn_stealing.png') no-repeat center center;
  background-size: 100% 100%;
}
.building-wrapper .building-event-wrapper .building-btn.s-stealing:hover {
  background: url('../../img/active/christmas/btn_stealing_hover.png') no-repeat center center;
  background-size: 100% 100%;
}
.building-wrapper .building-event-wrapper .building-btn.s-stealing.s-disable {
  background: url('../../img/active/christmas/btn_stealing_disable.png') no-repeat center center;
  background-size: 100% 100%;
}
.building-wrapper .building-event-wrapper .building-btn.s-contribution {
  position: relative;
  background: url('../../img/active/christmas/btn_contribution.png') no-repeat center center;
  background-size: 100% 100%;
}
.building-wrapper .building-event-wrapper .building-btn.s-contribution:hover {
  background: url('../../img/active/christmas/btn_contribution_hover.png') no-repeat center center;
  background-size: 100% 100%;
}
.building-wrapper .building-event-wrapper .building-btn.s-contribution .contribution-suc-heart {
  position: absolute;
  top: 0;
  left: 0;
  width: 44.6px;
  height: 40px;
  background: url('../../img/active/christmas/heart.png') no-repeat center center;
  background-size: 100% 100%;
  opacity: 0;
}
.building-wrapper .building-event-wrapper .building-btn.s-contribution .contribution-suc-heart.s-start {
  animation: pao 1s 0.15s linear 1;
}
.building-wrapper .building-event-wrapper .building-btn.s-contribution .contribution-suc-heart.s-heart2 {
  top: 20px;
  width: 33.45px;
  height: 30px;
}
.building-wrapper .building-event-wrapper .building-btn.s-contribution .contribution-suc-heart.s-heart2.s-start {
  animation: pao2 1s 0.5s linear 1;
}
.building-wrapper .building-event-wrapper .building-btn.s-contribution .contribution-suc-heart.s-heart3 {
  top: 10px;
  width: 22.3px;
  height: 20px;
}
.building-wrapper .building-event-wrapper .building-btn.s-contribution .contribution-suc-heart.s-heart3.s-start {
  animation: pao3 1s 0.1s linear 1;
}
.building-wrapper .building-name {
  position: relative;
  margin-top: 3px;
  font-family: PingFangSC-Regular;
  font-size: 24px;
  color: #FADA81;
  letter-spacing: 0;
  line-height: 33px;
}
.building-wrapper .building-name::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -106.5px;
  z-index: -1;
  width: 213px;
  height: 27px;
  background: url('../../img/active/christmas/building_name_bg.png') no-repeat center center;
  background-size: 100% 100%;
}
.building-wrapper .building-progress {
  margin-top: 45px;
  height: 30px;
  line-height: 30px;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
}
.building-wrapper .building-progress .progress {
  display: inline-block;
  margin: 0 12px;
  padding: 3px;
  width: 460px;
  height: 24px;
  background: url('../../img/active/christmas/progress_bg.png') no-repeat center center;
  background-size: 100% 100%;
  vertical-align: middle;
}
.building-wrapper .building-progress .progress .progress-val {
  position: relative;
  width: 0%;
  height: 100%;
  border-radius: 20px;
  background: url('../../img/active/christmas/progress_val_bg.png') repeat-x 0 0;
  background-size: auto 100%;
  transition: all 0.6s linear;
}
.building-wrapper .building-progress .progress .progress-val .progress-header {
  position: absolute;
  top: -19px;
  right: -18px;
  width: 37px;
  height: 50px;
  background: url('../../img/active/christmas/progress_header.png') repeat-x 0 0;
  background-size: 100% 100%;
}
.building-wrapper .building-progress .progress .progress-val .progress-header.s-start {
  animation: swing2 3s 0.15s linear infinite;
  transform-origin: 50% 100%;
}
.building-wrapper .christmas-coin {
  display: inline-block;
  margin: 39px;
}
.building-wrapper .christmas-coin .coin-cell {
  float: left;
  position: relative;
  padding: 0 20px;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  line-height: 25px;
}
.building-wrapper .christmas-coin .coin-cell:first-child::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  width: 1px;
  height: 14px;
  background-color: #53697B;
}
.building-wrapper .christmas-coin .coin-cell > span {
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #FADA81;
  text-align: center;
  line-height: 25px;
}
.active-wrapper {
  display: inline-block;
}
.active-wrapper .active-title {
  padding-top: 24px;
  margin-left: 19px;
  font-family: PingFangSC-Semibold;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
  text-align: left;
}
.active-wrapper .active-title .active-title-hint {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
}
.active-wrapper .award-wrapper {
  border-radius: 5px;
  margin: 44px 3px 0;
  background-color: #32506a;
}
.active-wrapper .award-wrapper .award-list {
  margin: 0 32px;
}
.active-wrapper .award-wrapper .award-list-item {
  padding: 16px 0 24px;
  border-bottom: 1px solid #2D4254;
  text-align: left;
}
.active-wrapper .award-wrapper .award-list-item:last-child {
  border-bottom: none;
}
.active-wrapper .award-wrapper .award-list-item > * {
  display: inline-block;
  vertical-align: middle;
}
.active-wrapper .award-wrapper .award-list-item .award-cover {
  width: 56px;
  height: 56px;
}
.active-wrapper .award-wrapper .award-list-item .award-item-name {
  margin-left: 22px;
  width: 142px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
}
.active-wrapper .award-wrapper .award-list-item .award-item-desc {
  width: 290px;
  margin-left: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
}
.active-wrapper .award-wrapper .award-list-item .btn-collection {
  display: inline-block;
  border-radius: 17px;
  margin-top: 12px;
  width: 99px;
  line-height: 34px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #0F2546;
  text-align: center;
  background-color: #FFE168;
  cursor: pointer;
}
.active-wrapper .award-wrapper .award-list-item .btn-collection.s-disable {
  background-color: #AAAAAA;
}
.active-wrapper .award-wrapper .award-list-item .award-list-item-hint {
  margin-top: 4px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
}
.active-wrapper .incentives-wrapper {
  width: 785px;
}
.active-wrapper .incentives-wrapper .upgrade-award {
  width: 100%;
  min-height: 405px;
  background: url('../../img/active/christmas/upgrade_award_bg.png') no-repeat center top;
  background-size: 100% auto;
}
.active-wrapper .incentives-wrapper .cumulative-award {
  margin-top: 20px;
  width: 100%;
  min-height: 447px;
  background: url('../../img/active/christmas/cumulative_award_bg.png') no-repeat center top;
  background-size: 100% auto;
}
.active-wrapper .incentives-wrapper .cumulative-award .active-title {
  padding-top: 11px;
}
.active-wrapper .incentives-wrapper .cumulative-award .award-wrapper {
  margin: 35px 0 0;
}
.active-wrapper .incentives-wrapper .cumulative-award .award-wrapper .award-list {
  margin: 0 32px;
}
.active-wrapper .incentives-wrapper .cumulative-award .award-wrapper .award-list-item {
  padding: 18px 0 19px;
  border-bottom: 1px solid #2D4254;
  text-align: left;
}
.active-wrapper .incentives-wrapper .cumulative-award .award-wrapper .award-list-item:last-child {
  border-bottom: none;
}
.active-wrapper .incentives-wrapper .cumulative-award .award-wrapper .award-list-item .award-cover {
  width: 50px;
  height: 50px;
}
.active-wrapper .incentives-wrapper .cumulative-award .award-wrapper .award-list-item .award-item-name {
  margin-left: 28px;
}
.active-wrapper .incentives-wrapper .cumulative-award .award-wrapper .award-list-item .award-item-desc {
  margin-left: 24px;
}
.active-wrapper .ranking-wrapper {
  margin-left: 15px;
  width: 305px;
  height: 872px;
  background: url('../../img/active/christmas/ranking_bg.png') no-repeat center top;
  background-size: 100% auto;
}
.active-wrapper .ranking-wrapper .first-three {
  margin-top: 42px;
}
.active-wrapper .ranking-wrapper .first-three .ranking-cell {
  display: inline-block;
  width: 84px;
  text-align: center;
}
.active-wrapper .ranking-wrapper .first-three .ranking-cell.second {
  margin-top: 44px;
}
.active-wrapper .ranking-wrapper .first-three .ranking-cell.second .avatar {
  border: 3px solid #4EA4D6;
}
.active-wrapper .ranking-wrapper .first-three .ranking-cell.second .user-grade {
  background: url('../../img/active/christmas/ranking_2.png') no-repeat right top;
  background-size: 100% auto;
}
.active-wrapper .ranking-wrapper .first-three .ranking-cell.first {
  margin: 0 7px;
  vertical-align: top;
}
.active-wrapper .ranking-wrapper .first-three .ranking-cell.first .avatar {
  border: 3px solid #FFD64C;
}
.active-wrapper .ranking-wrapper .first-three .ranking-cell.first .user-grade {
  background: url('../../img/active/christmas/ranking_1.png') no-repeat right top;
  background-size: 100% auto;
}
.active-wrapper .ranking-wrapper .first-three .ranking-cell.three {
  margin-top: 44px;
}
.active-wrapper .ranking-wrapper .first-three .ranking-cell.three .avatar {
  border: 3px solid #D99169;
}
.active-wrapper .ranking-wrapper .first-three .ranking-cell.three .user-grade {
  background: url('../../img/active/christmas/ranking_3.png') no-repeat right top;
  background-size: 100% auto;
}
.active-wrapper .ranking-wrapper .first-three .ranking-cell .avatar {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  width: 72px;
  height: 72px;
}
.active-wrapper .ranking-wrapper .first-three .ranking-cell .avatar > img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.active-wrapper .ranking-wrapper .first-three .ranking-cell .avatar .user-grade {
  position: absolute;
  top: 58px;
  left: 50%;
  margin-left: -38px;
  width: 76px;
  height: 42px;
}
.active-wrapper .ranking-wrapper .first-three .ranking-cell .uname {
  margin-top: 24px;
  max-width: 100%;
  color: #FFFFFF;
}
.active-wrapper .ranking-wrapper .first-three .ranking-cell .uname > a {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: right;
  line-height: 20px;
}
.active-wrapper .ranking-wrapper .first-three .ranking-cell .flower-num {
  padding-right: 20px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #51A59F;
  line-height: 17px;
  background: url('../../img/active/christmas/coin.png') no-repeat right center;
  background-size: 15.2px auto;
}
.active-wrapper .ranking-wrapper .ranking-list-wrapper {
  padding: 0 22px;
  margin: 0 3px;
  border-radius: 5px;
}
.active-wrapper .ranking-wrapper .ranking-list {
  margin: 12px 0 0;
  height: 486px;
}
.active-wrapper .ranking-wrapper .ranking-list .ranking-list-item {
  margin-top: 22px;
  text-align: left;
}
.active-wrapper .ranking-wrapper .ranking-list .ranking-list-item > * {
  vertical-align: middle;
}
.active-wrapper .ranking-wrapper .ranking-list .ranking-list-item .ranking-num {
  display: inline-block;
  width: 20px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #E4DCFF;
  letter-spacing: 0;
}
.active-wrapper .ranking-wrapper .ranking-list .ranking-list-item .user-cover-wrapper {
  position: relative;
  display: inline-block;
}
.active-wrapper .ranking-wrapper .ranking-list .ranking-list-item .user-cover-wrapper .user-cover {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.active-wrapper .ranking-wrapper .ranking-list .ranking-list-item .user-cover-wrapper .user-cover-pendant {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 58px;
  height: 58px;
}
.active-wrapper .ranking-wrapper .ranking-list .ranking-list-item .uname {
  display: inline-block;
  margin-left: 10px;
  max-width: 100px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #FFFFFF;
}
.active-wrapper .ranking-wrapper .ranking-list .ranking-list-item .uname > a {
  color: #FFFFFF;
}
.active-wrapper .ranking-wrapper .ranking-list .ranking-list-item .coin-num {
  padding-right: 22px;
  margin-top: 15px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #51A59F;
  letter-spacing: 0;
  text-align: right;
  background: url('../../img/active/christmas/coin.png') no-repeat right center;
  background-size: 16px auto;
}
.active-wrapper .ranking-wrapper .ranking-hint {
  margin-top: 24px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #FFFFFF;
  text-align: left;
}
.sidebar {
  z-index: 2;
  position: fixed;
  bottom: 180px;
  left: 50%;
  margin-left: 570px;
  width: 52px;
}
.sidebar .sidebar-item {
  margin-top: 10px;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  text-align: center;
  background-color: #32506A;
  cursor: pointer;
}
.sidebar .sidebar-item span {
  display: inline-block;
  margin-top: 8px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #FFEE97;
  letter-spacing: 0;
  line-height: 17px;
}
.sidebar .sidebar-item.s-go-top {
  background: url('../../img/active/christmas/top.png') no-repeat center center;
  background-size: 100% 100%;
}
.daily-task-pop {
  display: none;
  z-index: 4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.daily-task-pop .pop-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -239.5px;
  margin-left: -250px;
  border-radius: 10px;
  width: 500px;
  height: 479px;
  background-color: #fff;
}
.daily-task-pop .pop-content .pop-header {
  height: 70px;
  text-align: center;
  background: url('../../img/active/christmas/pop_header_bg.png') no-repeat 0 0;
  background-size: 100% 100%;
}
.daily-task-pop .pop-content .pop-header .pop-title {
  padding-top: 14px;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 25px;
}
.daily-task-pop .pop-content .pop-header .pop-hint {
  margin-top: 2px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 17px;
}
.daily-task-pop .pop-content .task-list {
  padding: 26px 38px 34px;
}
.daily-task-pop .pop-content .task-list .task-list-item {
  position: relative;
  margin-top: 18px;
}
.daily-task-pop .pop-content .task-list .task-list-item:first-child {
  margin-top: 0;
}
.daily-task-pop .pop-content .task-list .task-list-item .task-name {
  line-height: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #434348;
}
.daily-task-pop .pop-content .task-list .task-list-item .task-desc {
  margin-top: 6px;
  line-height: 17px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #999999;
}
.daily-task-pop .pop-content .task-list .task-list-item .task-progress {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}
.daily-task-pop .pop-content .btn-close {
  position: absolute;
  left: 50%;
  bottom: -56px;
  margin-left: -18px;
  width: 36px;
  height: 36px;
  background: url('../../img/active/christmas/close.png') no-repeat 0 0;
  background-size: 36px 36px;
  cursor: pointer;
}
.my-record-pop {
  display: none;
  z-index: 4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.my-record-pop .pop-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -293px;
  margin-left: -250px;
  border-radius: 10px;
  width: 500px;
  height: 586px;
  background-color: #fff;
}
.my-record-pop .pop-content .pop-header {
  height: 70px;
  text-align: center;
  background: url('../../img/active/christmas/pop_header_bg.png') no-repeat 0 0;
  background-size: 100% 100%;
}
.my-record-pop .pop-content .pop-header .pop-title {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 70px;
}
.my-record-pop .pop-content .record-list-title {
  border: 1px solid #EEEEEE;
  padding: 0 30px;
  line-height: 49px;
  background-color: #F6F6F6;
  font-family: PingFangSC-Semibold;
  font-size: 12px;
  color: #666666;
  text-align: center;
  line-height: 48px;
}
.my-record-pop .pop-content .record-list-title > li {
  float: left;
}
.my-record-pop .pop-content .record-list-title .cell1 span {
  margin-left: 30px;
}
.my-record-pop .pop-content .record-list {
  margin-top: 2px;
  padding: 0 30px;
}
.my-record-pop .pop-content .record-list .record-list-item {
  margin-top: 22px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #434348;
}
.my-record-pop .pop-content .record-list .record-list-item > span {
  float: left;
}
.my-record-pop .pop-content .cell1 {
  margin-right: 9px;
  width: 220px;
  text-align: left;
}
.my-record-pop .pop-content .cell2 {
  margin-right: 12px;
  width: 99px;
  text-align: center;
}
.my-record-pop .pop-content .cell3 {
  width: 98px;
  text-align: center;
}
.my-record-pop .pop-content .btn-close {
  position: absolute;
  left: 50%;
  bottom: -56px;
  margin-left: -18px;
  width: 36px;
  height: 36px;
  background: url('../../img/active/christmas/close.png') no-repeat 0 0;
  background-size: 36px 36px;
  cursor: pointer;
}
.contribution-confirm {
  display: none;
  z-index: 4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.contribution-confirm .confirm-content {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -123.5px;
  margin-left: -180px;
  border-radius: 10px;
  width: 360px;
  height: 247px;
  text-align: left;
  background-color: #FFFFFF;
  box-shadow: inset 0 0 40px 0 rgba(255, 255, 255, 0.7);
}
.contribution-confirm .confirm-content .cell-wrapper {
  padding: 0 21px;
}
.contribution-confirm .confirm-content .confirm-title {
  margin-top: 18px;
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #434348;
  line-height: 25px;
  text-align: center;
}
.contribution-confirm .confirm-content .cell-1 {
  margin-top: 17px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #434348;
  letter-spacing: 0;
  line-height: 24px;
}
.contribution-confirm .confirm-content .cell-2 {
  margin-top: 9px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #434348;
  letter-spacing: 0;
  line-height: 30px;
}
.contribution-confirm .confirm-content .cell-2 > input {
  padding: 0 9px;
  width: 140px;
  height: 28px;
  border: 1px solid #E4E4E4;
  border-radius: 3px;
}
.contribution-confirm .confirm-content .cell-3 {
  margin-top: 11px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  line-height: 18px;
}
.contribution-confirm .confirm-content .btn-wrapper {
  margin-top: 20px;
  border-top: 1px solid #EEEEEE;
  cursor: pointer;
}
.contribution-confirm .confirm-content .btn-wrapper > span {
  float: left;
  width: 50%;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #434348;
  letter-spacing: 0;
  text-align: center;
  line-height: 56px;
}
.contribution-confirm .confirm-content .btn-wrapper > span:first-child {
  position: relative;
}
.contribution-confirm .confirm-content .btn-wrapper > span:first-child::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #EEEEEE;
}
.stealing-confirm {
  display: none;
  z-index: 4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.stealing-confirm .confirm-content {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -98.5px;
  margin-left: -180px;
  border-radius: 10px;
  width: 360px;
  height: 197px;
  text-align: center;
  background-color: #FFFFFF;
  box-shadow: inset 0 0 40px 0 rgba(255, 255, 255, 0.7);
}
.stealing-confirm .confirm-content .confirm-title {
  margin-top: 18px;
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #434348;
  line-height: 25px;
}
.stealing-confirm .confirm-content .confirm-hint {
  margin-top: 25px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #434348;
  text-align: center;
  line-height: 24px;
}
.stealing-confirm .confirm-content .btn-wrapper {
  margin-top: 24px;
  border-top: 1px solid #EEEEEE;
  cursor: pointer;
}
.stealing-confirm .confirm-content .btn-wrapper > span {
  float: left;
  width: 50%;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #434348;
  letter-spacing: 0;
  text-align: center;
  line-height: 56px;
}
.stealing-confirm .confirm-content .btn-wrapper > span:first-child {
  position: relative;
}
.stealing-confirm .confirm-content .btn-wrapper > span:first-child::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #EEEEEE;
}
.stealing-fail-confirm {
  display: none;
  z-index: 4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.stealing-fail-confirm .confirm-content {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -98.5px;
  margin-left: -180px;
  border-radius: 10px;
  width: 360px;
  height: 197px;
  text-align: center;
  background-color: #FFFFFF;
  box-shadow: inset 0 0 40px 0 rgba(255, 255, 255, 0.7);
}
.stealing-fail-confirm .confirm-content .confirm-title {
  margin-top: 18px;
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #434348;
  line-height: 25px;
}
.stealing-fail-confirm .confirm-content .confirm-hint {
  margin-top: 34px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #434348;
  text-align: center;
  line-height: 24px;
}
.stealing-fail-confirm .confirm-content .btn-wrapper {
  margin-top: 39px;
  border-top: 1px solid #EEEEEE;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #434348;
  letter-spacing: 0;
  text-align: center;
  line-height: 56px;
  cursor: pointer;
}
.btn-login {
  cursor: pointer;
}
.toast {
  z-index: 999999;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  border-radius: 5px;
  padding: 8px 18px;
  max-width: 600px;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  font-family: arial, MicrosoftYaHei;
  background-color: rgba(0, 0, 0, 0.8);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.footer {
  margin-top: 0 !important;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.data-empty {
  color: #fff;
  margin-top: 60px;
  text-align: center;
}
.pagination-wrapper {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.pagination-wrapper > ul {
  overflow: hidden;
  display: inline-block;
}
.pagination-wrapper > ul > li {
  float: left;
  border-radius: 4px;
  margin-left: 4px;
  width: 24px;
  height: 24px;
  text-align: center;
}
.pagination-wrapper > ul > li.page.active a {
  color: #FA6400;
}
.pagination-wrapper > ul > li a {
  display: inline-block;
  font-size: 14px;
  color: #434348;
  line-height: 24px;
  font-family: PingFangSC-Regular;
}
.pagination-wrapper > ul > li a img {
  vertical-align: top;
  width: 100%;
  height: 100%;
}
.building-main {
  position: relative;
  padding-bottom: 40px;
}
.snow-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.user-cover-pendant[src=""] {
  opacity: 0;
}
.preload-1 {
  background: url(../../img/active/christmas/btn_stealing_hover.png) no-repeat -9999px -9999px;
}
.preload-2 {
  background: url(../../img/active/christmas/btn_contribution_hover.png) no-repeat -9999px -9999px;
}
