@charset "utf-8";
/* blkh-rechange-2020.css */
[v-cloak] {
  display: none !important;
}
.container-renew {
  color: #2b0c2f;
  background-color: #fff3f8;
  cursor: default;
}
.container-renew .renew-nav-anchor {
  position: absolute;
  bottom: 200px;
}
.container-renew .indent9999 {
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  text-indent: 9999px;
}
.container-renew .renew-h2 {
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  -ms-animation: fadeInUp 1s ease;
  -o-animation: fadeInUp 1s ease;
  -webkit-animation: fadeInUp 1s ease;
  animation: fadeInUp 1s ease;
}
.container-renew .renew-h2.sample {
  background-image: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/h2-sample_pc.png');
}
.container-renew .renew-h2.flow {
  background-image: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/h2-flow_pc.png');
}
.container-renew .renew-h2.prize {
  background-image: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/h2-prize_pc.png');
}
.container-renew .renew-h2.rule {
  background-image: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/h2-rule_pc.png');
}
.container-renew .renew-h2.work {
  background-image: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/h2-work_pc.png');
}
.container-renew .renew-h2.winner {
  background-image: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/h2-winner_pc.png');
}
.container-renew .renew-btns {
  position: relative;
  z-index: 1;
  text-align: center;
  -ms-animation: fadeInUp 1s ease;
  -o-animation: fadeInUp 1s ease;
  -webkit-animation: fadeInUp 1s ease;
  animation: fadeInUp 1s ease;
}
.container-renew .renew-btn {
  position: relative;
  border-style: solid;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-decoration-skip: objects;
}
.container-renew .renew-btn:before {
  position: absolute;
  z-index: -1;
  border-style: solid;
  border-color: #2b0c2f;
  box-sizing: border-box;
  content: '';
  -webkit-border-radius: 40px;
  border-radius: 40px;
}
.container-renew .renew-btn.usable {
  white-space: nowrap;
  text-align: left;
  text-indent: 9999px;
  background: transparent;
  border-color: transparent;
}
.container-renew .renew-btn.usable:before {
  background: #fcf516;
}
.container-renew .renew-btn.usable:after {
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  border-style: solid;
  border-color: #2b0c2f;
  content: '';
  box-sizing: border-box;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}
.container-renew .renew-btn.usable.upload:after {
  background-image: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/btn-upload.jpg');
}
.container-renew .renew-btn.usable.vote:after {
  background-image: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/btn-vote.jpg');
}
.container-renew .renew-btn.usable.get:after {
  background-image: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/btn-get.jpg');
}
.container-renew .renew-btn.usable:hover {
  filter: brightness(0.92);
}
.container-renew .renew-btn.disabled {
  color: #8a8989;
  background: #e5e5e5;
  border-color: #2b0c2f;
  cursor: default;
  pointer-events: none;
}
.container-renew .renew-btn.disabled:before {
  background: #fff;
}
@media (min-width: 768px) {
  .container-renew .renew-btn {
    width: 192px;
    height: 54px;
    font-size: 28px;
    line-height: 50px;
    border-width: 2px;
  }
  .container-renew .renew-btn:before {
    top: 4px;
    right: -2px;
    left: -2px;
    height: 54px;
    border-width: 2px;
  }
  .container-renew .renew-btn.usable:after {
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border-width: 2px;
    background-size: 207px 52px;
  }
}
@media (min-width: 992px) {
  .container-renew .renew-btn {
    width: 236px;
    height: 65px;
    font-size: 35px;
    line-height: 61px;
  }
  .container-renew .renew-btn:before {
    height: 65px;
  }
  .container-renew .renew-btn.usable:after {
    background-size: 251px 63px;
  }
}
@media (min-width: 1200px) {
  .container-renew .renew-btn {
    width: 299px;
    height: 78px;
    font-size: 40px;
    line-height: 72px;
    border-width: 3px;
  }
  .container-renew .renew-btn:before {
    top: 5px;
    right: -3px;
    left: -3px;
    height: 78px;
    border-width: 3px;
  }
  .container-renew .renew-btn.usable:after {
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
    border-width: 3px;
    background-size: 295px 74px;
  }
}
.renew-nav {
  position: fixed;
  left: 0;
  z-index: 9;
  width: 100%;
  background-color: #fff;
  -ms-transition: 'top' 0.25s ease-in-out;
  -o-transition: 'top' 0.25s ease-in-out;
  -webkit-transition: 'top' 0.25s ease-in-out;
  transition: 'top' 0.25s ease-in-out;
  text-decoration-skip: objects;
}
.renew-nav .renew-nav-list {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.renew-nav .renew-nav-list li .nav-item {
  display: block;
  color: #7d7d7d;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-decoration-skip: objects;
}
.renew-nav .renew-nav-list li .nav-item:hover {
  color: #fd4b91;
}
.renew-nav .renew-nav-list li + li {
  position: relative;
}
.renew-nav .renew-nav-list li + li:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  background-color: #c2c2c2;
  content: '';
}
.renew-nav .renew-nav-list li.active .nav-item {
  font-weight: bold;
  color: #fd4b91;
}
@media (min-width: 768px) {
  .renew-nav .renew-nav-list {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .renew-nav .renew-nav-list li + li:before {
    height: 20px;
    margin-top: -10px;
  }
  .renew-nav .renew-nav-list li .nav-item {
    font-size: 20px;
    line-height: 38px;
  }
  .renew-nav .renew-nav-list.n4 li + li {
    margin-left: 50px;
    padding-left: 51px;
  }
  .renew-nav .renew-nav-list.n5 li + li {
    margin-left: 35px;
    padding-left: 36px;
  }
  .renew-nav .renew-nav-list.n6 li + li {
    margin-left: 22px;
    padding-left: 23px;
  }
}
@media (min-width: 992px) {
  .renew-nav .renew-nav-list {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .renew-nav .renew-nav-list li + li:before {
    height: 20px;
    margin-top: -10px;
  }
  .renew-nav .renew-nav-list li .nav-item {
    font-size: 22px;
    line-height: 40px;
  }
  .renew-nav .renew-nav-list.n4 li + li {
    margin-left: 70px;
    padding-left: 71px;
  }
  .renew-nav .renew-nav-list.n5 li + li {
    margin-left: 51px;
    padding-left: 52px;
  }
  .renew-nav .renew-nav-list.n6 li + li {
    margin-left: 40px;
    padding-left: 41px;
  }
}
@media (min-width: 1200px) {
  .renew-nav .renew-nav-list {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .renew-nav .renew-nav-list li + li:before {
    height: 23px;
    margin-top: -11px;
  }
  .renew-nav .renew-nav-list li .nav-item {
    font-size: 27px;
    line-height: 43px;
  }
  .renew-nav .renew-nav-list.n4 li + li {
    margin-left: 95px;
    padding-left: 96px;
  }
  .renew-nav .renew-nav-list.n5 li + li {
    margin-left: 61px;
    padding-left: 62px;
  }
  .renew-nav .renew-nav-list.n6 li + li {
    margin-left: 50px;
    padding-left: 51px;
  }
}
.renew-tips {
  position: fixed;
  top: 130px;
  left: 0;
  z-index: 9;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff;
  background-color: #ff76ad;
  display: flex;
  align-items: center;
  justify-content: center;
}
.renew-tips h4 {
  display: flex;
}
.renew-tips h4 .tag {
  display: inline-block;
  color: #2b0c2f;
  background-color: #fff;
  text-align: center;
  vertical-align: top;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.renew-tips .tips-btn {
  height: 40px;
  margin-left: 38px;
  line-height: 40px;
  border: none;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #fffee0;
  background-image: -moz-linear-gradient(top, #fff 0%, #fffee0 100%);
  background-image: -webkit-linear-gradient(top, #fff 0%, #fffee0 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #fffee0 100%);
}
.renew-tips .tips-btn:hover {
  background: #fffee0;
}
.renew-tips .tips-btn.vote {
  background: #fffa67;
}
.renew-tips .tips-btn.vote:hover {
  filter: brightness(0.95);
}
@media (min-width: 768px) {
  .renew-tips h4 {
    font-size: 22px;
    line-height: 26px;
  }
  .renew-tips h4 .tag {
    width: 30px;
    margin-right: 8px;
    margin-left: 8px;
    font-size: 20px;
  }
  .renew-tips .tips-btn {
    width: 115px;
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .renew-tips h4 {
    font-size: 28px;
    line-height: 30px;
  }
  .renew-tips h4 .tag {
    width: 35px;
    margin-right: 8px;
    margin-left: 8px;
    font-size: 26px;
  }
  .renew-tips .tips-btn {
    width: 148px;
    font-size: 25px;
  }
}
.renew-banner {
  position: relative;
  z-index: 0;
  height: 600px;
  overflow: hidden;
  background: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/c1-bg_pc.jpg') no-repeat center top;
}
.renew-banner.mtip {
  margin-top: 64px;
}
.renew-banner:before {
  position: absolute;
  top: 0;
  right: 50%;
  width: 740px;
  height: 600px;
  background: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/c1-img-v2_pc.png') no-repeat center top;
  content: '';
  -ms-animation: fadeInRight 1s ease;
  -o-animation: fadeInRight 1s ease;
  -webkit-animation: fadeInRight 1s ease;
  animation: fadeInRight 1s ease;
}
.renew-banner.end .renew-bancon {
  top: 103px;
}
.renew-banner.end .renew-bancon .renew-btns {
  display: none;
}
.renew-banner .renew-bancon {
  position: absolute;
  left: 50%;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-decoration-skip: objects;
}
.renew-banner .renew-bancon h1 {
  width: 556px;
  height: 364px;
  margin-bottom: 30px;
  background: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/c1-h1_pc.png') no-repeat center center;
}
.renew-banner .renew-btns {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .renew-banner {
    margin-bottom: 58px;
  }
  .renew-banner:before {
    margin-right: -565px;
  }
  .renew-banner .renew-bancon {
    top: 98px;
    margin-left: -372px;
  }
  .renew-banner .renew-bancon .renew-btn + .renew-btn {
    margin-left: 24px;
  }
  .renew-banner.end .renew-bancon {
    margin-left: -372px;
  }
}
@media (min-width: 992px) {
  .renew-banner {
    margin-bottom: 60px;
  }
  .renew-banner:before {
    margin-right: -700px;
  }
  .renew-banner .renew-bancon {
    top: 68px;
    margin-left: -502px;
  }
  .renew-banner .renew-bancon .renew-btn + .renew-btn {
    margin-left: 30px;
  }
  .renew-banner.end .renew-bancon {
    margin-left: -502px;
  }
}
@media (min-width: 1200px) {
  .renew-banner {
    margin-bottom: 83px;
  }
  .renew-banner:before {
    margin-right: -702px;
  }
  .renew-banner .renew-bancon {
    margin-left: -586px;
  }
  .renew-banner .renew-bancon .renew-btn + .renew-btn {
    margin-left: 37px;
  }
  .renew-banner.end .renew-bancon {
    margin-left: -548px;
  }
}
.renew-winner {
  position: relative;
  padding-top: 102px;
  padding-bottom: 88px;
  background: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/c7-bg_pc.jpg') no-repeat center top;
}
@media (min-width: 768px) {
  .renew-winner .renew-h2 {
    margin-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .renew-winner .renew-h2 {
    margin-bottom: 58px;
  }
}
.renew-winner .winner-tips {
  margin: 0 auto 92px;
  background: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/c7-tips_pc.png') no-repeat center top;
  background-size: 100%;
}
@media (min-width: 768px) {
  .renew-winner .winner-tips {
    width: 740px;
    height: 123px;
  }
}
@media (min-width: 992px) {
  .renew-winner .winner-tips {
    width: 934px;
    height: 155px;
  }
}
.renew-winner .winner-h5 {
  margin-top: 38px;
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
}
.renew-winner .winner-list {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media (min-width: 768px) {
  .renew-winner .winner-list + .winner-list {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .renew-winner .winner-list + .winner-list {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .renew-winner .winner-list + .winner-list {
    margin-top: 60px;
  }
}
.renew-winner .winner-list.no1:before {
  position: absolute;
  top: 41px;
  left: 50%;
  width: 1649px;
  height: 643px;
  margin-left: -815px;
  background: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/c7-fd_pc.png') no-repeat center;
  content: '';
}
.renew-winner .winner-list.no1 .winner-item .cover:before {
  background-image: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/c7-h3-1_pc.png');
}
.renew-winner .winner-list.no2 .winner-item .cover:before {
  background-image: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/c7-h3-2_pc.png');
}
.renew-winner .winner-list.no3 .winner-item .cover:before {
  background-image: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/c7-h3-3_pc.png');
}
.renew-winner .winner-item {
  position: relative;
  z-index: 1;
  background-color: #fff;
  -ms-animation: fadeIn 1s ease;
  -o-animation: fadeIn 1s ease;
  -webkit-animation: fadeIn 1s ease;
  animation: fadeIn 1s ease;
}
@media (min-width: 768px) {
  .renew-winner .winner-item {
    width: 180px;
  }
  .renew-winner .winner-item + .winner-item {
    margin-left: 8px;
  }
}
@media (min-width: 992px) {
  .renew-winner .winner-item {
    width: 224px;
  }
  .renew-winner .winner-item + .winner-item {
    margin-left: 28px;
  }
}
@media (min-width: 1200px) {
  .renew-winner .winner-item {
    width: 254px;
  }
  .renew-winner .winner-item + .winner-item {
    margin-left: 54px;
  }
}
.renew-winner .winner-item.crown:before {
  position: absolute;
  top: -62px;
  left: 50%;
  width: 69px;
  height: 41px;
  margin-left: -35px;
  background: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/c7crown_pc.png') no-repeat center center;
  background-size: 100%;
  content: '';
  -ms-animation: fadeInDown 1s ease;
  -o-animation: fadeInDown 1s ease;
  -webkit-animation: fadeInDown 1s ease;
  animation: fadeInDown 1s ease;
}
.renew-winner .winner-item .cover {
  position: relative;
  display: block;
  width: 100%;
}
.renew-winner .winner-item .cover:before {
  position: absolute;
  top: -19px;
  left: 50%;
  z-index: 1;
  width: 257px;
  height: 57px;
  margin-left: -128px;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  -ms-animation: fadeInUp 1s ease;
  -o-animation: fadeInUp 1s ease;
  -webkit-animation: fadeInUp 1s ease;
  animation: fadeInUp 1s ease;
}
@media (min-width: 768px) {
  .renew-winner .winner-item .cover {
    height: 135px;
  }
  .renew-winner .winner-item .cover:before {
    background-size: 70%;
  }
}
@media (min-width: 992px) {
  .renew-winner .winner-item .cover {
    height: 168px;
  }
  .renew-winner .winner-item .cover:before {
    background-size: 88%;
  }
}
@media (min-width: 1200px) {
  .renew-winner .winner-item .cover {
    height: 191px;
  }
  .renew-winner .winner-item .cover:before {
    background-size: auto;
  }
}
.renew-winner .winner-item .cover img {
  width: 100%;
  height: 100%;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-decoration-skip: objects;
}
.renew-winner .winner-item .cover:hover img {
  filter: brightness(0.95);
}
.renew-winner .winner-item .des {
  padding: 10px 10px 12px;
}
.renew-winner .winner-item .des h4 {
  margin-bottom: 8px;
}
.renew-winner .winner-item .des h4 a {
  display: inline-block;
  max-width: 100%;
  line-height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
  vertical-align: top;
}
@media (min-width: 768px) {
  .renew-winner .winner-item .des h4 a {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .renew-winner .winner-item .des h4 a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .renew-winner .winner-item .des h4 a {
    font-size: 18px;
  }
}
.renew-winner .winner-item .des h4 a:hover {
  color: #ff62a9;
}
.renew-winner .winner-item .author {
  display: flex;
  align-items: center;
}
.renew-winner .winner-item .author img {
  width: 23px;
  height: 23px;
  margin-right: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.renew-winner .winner-item .author em {
  max-width: 200px;
  line-height: 20px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .renew-winner .winner-item .author em {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .renew-winner .winner-item .author em {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .renew-winner .winner-item .author em {
    font-size: 16px;
  }
}
.renew-winner .winner-item .author:hover em {
  color: #ff62a9;
}
.renew-winner .winner-vc {
  position: relative;
  width: 615px;
  height: 350px;
  margin: 0 auto;
  overflow: hidden;
}
.renew-winner .winner-vc .winner-vc-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/c7-video-img_pc.jpg') no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
  -ms-animation: zoomIn 1s ease;
  -o-animation: zoomIn 1s ease;
  -webkit-animation: zoomIn 1s ease;
  animation: zoomIn 1s ease;
}
.renew-winner .winner-vc .winner-vc-cover:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  content: '';
}
.renew-winner .winner-vc .winner-vc-cover .iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  color: #fff;
  font-size: 82px;
  line-height: 82px;
  margin-top: -41px;
  margin-left: -41px;
}
.renew-winner .winner-vc .winner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2b0c2f;
  visibility: hidden;
}
.renew-winner .winner-vc.play .winner-vc-cover {
  visibility: hidden;
}
.renew-winner .winner-vc.play .winner-video {
  visibility: visible;
}
.renew-sample {
  position: relative;
  padding-top: 112px;
  padding-bottom: 88px;
  background: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/c2-bg_pc.png') no-repeat center top;
}
.renew-sample.end {
  padding-top: 88px;
}
.renew-sample .sample-h3 {
  margin-top: 12px;
  margin-bottom: 98px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.renew-sample .sample-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .renew-sample .sample-list {
    padding-left: 6px;
  }
}
@media (min-width: 992px) {
  .renew-sample .sample-list {
    padding-left: 8px;
  }
}
@media (min-width: 1200px) {
  .renew-sample .sample-list {
    padding-left: 10px;
  }
}
.renew-sample .sample-item {
  position: relative;
  background-color: #ffe8f1;
  border-style: solid;
  border-color: #2b0c2f;
  text-align: center;
}
@media (min-width: 768px) {
  .renew-sample .sample-item {
    width: 236px;
    padding-top: 218px;
    padding-bottom: 16px;
    border-width: 2px;
  }
}
@media (min-width: 992px) {
  .renew-sample .sample-item {
    width: 306px;
    padding-top: 280px;
    padding-bottom: 20px;
    border-width: 3px;
  }
}
@media (min-width: 1200px) {
  .renew-sample .sample-item {
    width: 366px;
    padding-top: 335px;
  }
}
.renew-sample .sample-item:nth-child(1) h3 {
  background-image: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/c2-1-h3_pc.png');
}
.renew-sample .sample-item:nth-child(2) {
  background-color: #fffde8;
}
.renew-sample .sample-item:nth-child(2) h3 {
  background-image: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/c2-2-h3_pc.png');
}
.renew-sample .sample-item:nth-child(3) h3 {
  background-image: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/c2-3-h3_pc.png');
}
.renew-sample .sample-item h3 {
  position: absolute;
  top: -50px;
  left: 50%;
  z-index: 1;
  width: 257px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  text-indent: 9999px;
  -ms-animation: fadeInUp 1s ease;
  -o-animation: fadeInUp 1s ease;
  -webkit-animation: fadeInUp 1s ease;
  animation: fadeInUp 1s ease;
}
.renew-sample .sample-item h4 {
  -ms-animation: fadeInDown 1s ease;
  -o-animation: fadeInDown 1s ease;
  -webkit-animation: fadeInDown 1s ease;
  animation: fadeInDown 1s ease;
}
@media (min-width: 768px) {
  .renew-sample .sample-item h3 {
    margin-left: -137px;
    background-size: 70%;
  }
  .renew-sample .sample-item h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .renew-sample .sample-item h3 {
    margin-left: -138px;
    background-size: 80%;
  }
  .renew-sample .sample-item h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1200px) {
  .renew-sample .sample-item h3 {
    margin-left: -147px;
    background-size: auto;
  }
  .renew-sample .sample-item h4 {
    font-size: 30px;
    line-height: 36px;
  }
}
.renew-sample .sample-item .cover {
  position: absolute;
  border-style: solid;
  border-color: #2b0c2f;
  -ms-animation: zoomIn 1s ease;
  -o-animation: zoomIn 1s ease;
  -webkit-animation: zoomIn 1s ease;
  animation: zoomIn 1s ease;
}
@media (min-width: 768px) {
  .renew-sample .sample-item .cover {
    top: -9px;
    left: -8px;
    width: 232px;
    height: 212px;
    border-width: 2px;
  }
}
@media (min-width: 992px) {
  .renew-sample .sample-item .cover {
    top: -11px;
    left: -10px;
    width: 300px;
    height: 274px;
    border-width: 3px;
  }
}
@media (min-width: 1200px) {
  .renew-sample .sample-item .cover {
    top: -13px;
    left: -12px;
    width: 360px;
    height: 329px;
  }
}
.renew-sample .sample-item .cover img {
  width: 100%;
  height: 100%;
}
.renew-flow {
  position: relative;
  padding-top: 92px;
  padding-bottom: 96px;
  background: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/c3-bg_pc.jpg') no-repeat center top;
}
.renew-flow .renew-h2 {
  margin-bottom: 58px;
}
@media (min-width: 768px) {
  .renew-flow .renew-btns {
    margin-top: 47px;
  }
}
@media (min-width: 992px) {
  .renew-flow .renew-btns {
    margin-top: 67px;
  }
}
.renew-flow .flow-list {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.renew-flow .flow-list.list1 {
  padding-left: 20px;
  margin-bottom: 48px;
}
.renew-flow .flow-list.list2 {
  position: relative;
}
.renew-flow .flow-list.list2:before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 11px;
  margin-top: -6px;
  background: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/c2-pgr_pc.png') repeat-x center;
  content: '';
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .renew-flow .flow-list.list2:before {
    width: 768px;
    margin-left: -384px;
  }
}
@media (min-width: 992px) {
  .renew-flow .flow-list.list2:before {
    width: 980px;
    margin-left: -490px;
  }
}
@media (min-width: 1200px) {
  .renew-flow .flow-list.list2:before {
    width: 1087px;
    margin-left: -544px;
  }
}
.renew-flow .flow-item {
  position: relative;
  height: 103px;
  background: #fff url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/c2-bg2_pc.png') no-repeat right top;
  border: 3px solid #2b0c2f;
  display: flex;
  align-items: center;
}
.renew-flow .flow-item:before {
  position: absolute;
  top: 50%;
  left: -40px;
  width: 80px;
  height: 64px;
  margin-top: -32px;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
}
@media (min-width: 768px) {
  .renew-flow .flow-item:before {
    background-size: 65%;
  }
}
@media (min-width: 992px) {
  .renew-flow .flow-item:before {
    background-size: auto;
  }
}
.renew-flow .flow-item:nth-child(1):before {
  background-image: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/c3-num1_pc.png');
}
.renew-flow .flow-item:nth-child(2):before {
  background-image: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/c3-num2_pc.png');
}
.renew-flow .flow-item:nth-child(3):before {
  background-image: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/c3-num3_pc.png');
}
.renew-flow .flow-item + .flow-item:after {
  position: absolute;
  top: 50%;
  width: 41px;
  height: 29px;
  margin-top: -15px;
  background: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/c3-arrow_pc.png') no-repeat center;
  background-size: 100% 100%;
  content: '';
}
@media (min-width: 768px) {
  .renew-flow .flow-item + .flow-item {
    margin-left: 30px;
  }
  .renew-flow .flow-item + .flow-item:after {
    left: -105px;
    display: none;
  }
}
@media (min-width: 992px) {
  .renew-flow .flow-item + .flow-item {
    margin-left: 90px;
  }
  .renew-flow .flow-item + .flow-item:after {
    left: -88px;
    display: block;
  }
}
@media (min-width: 1200px) {
  .renew-flow .flow-item + .flow-item {
    margin-left: 136px;
  }
  .renew-flow .flow-item + .flow-item:after {
    left: -105px;
  }
}
.renew-flow .flow-item h4 {
  margin-right: -24px;
  font-weight: bold;
}
.renew-flow .flow-item h4.normal {
  font-weight: normal;
}
.renew-flow .flow-item h4.pink {
  color: #fc3885;
}
.renew-flow .flow-item h4.pink span {
  display: block;
}
.renew-flow .flow-item.s2 {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .renew-flow .flow-item h4 {
    font-size: 21px;
    line-height: 28px;
  }
  .renew-flow .flow-item h4.pink {
    font-size: 22px;
  }
  .renew-flow .flow-item.s1 {
    width: 157px;
    padding-left: 30px;
  }
  .renew-flow .flow-item.s2 {
    width: 348px;
    padding-left: 28px;
  }
}
@media (min-width: 992px) {
  .renew-flow .flow-item h4 {
    font-size: 21px;
    line-height: 28px;
  }
  .renew-flow .flow-item h4.pink {
    font-size: 22px;
  }
  .renew-flow .flow-item.s1 {
    width: 187px;
    padding-left: 52px;
  }
  .renew-flow .flow-item.s2 {
    width: 404px;
    padding-left: 48px;
    padding-right: 20px;
  }
}
.renew-flow .flow-item2 {
  position: relative;
  width: 169px;
  height: 151px;
  background-repeat: no-repeat;
  background-position: center top;
}
.renew-flow .flow-item2 + .flow-item2:before,
.renew-flow .flow-item2 + .flow-item2:after {
  position: absolute;
  top: 50%;
  border: 2px solid #2b0c2f;
  content: '';
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.renew-flow .flow-item2 + .flow-item2:before {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background-color: #fffde8;
}
.renew-flow .flow-item2 + .flow-item2:after {
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background-color: #fff60a;
}
@media (min-width: 768px) {
  .renew-flow .flow-item2 + .flow-item2 {
    margin-left: 24px;
  }
  .renew-flow .flow-item2 + .flow-item2:before {
    left: -24px;
  }
  .renew-flow .flow-item2 + .flow-item2:after {
    left: -19px;
  }
}
@media (min-width: 992px) {
  .renew-flow .flow-item2 + .flow-item2 {
    margin-left: 82px;
  }
  .renew-flow .flow-item2 + .flow-item2:before {
    left: -53px;
  }
  .renew-flow .flow-item2 + .flow-item2:after {
    left: -48px;
  }
}
@media (min-width: 1200px) {
  .renew-flow .flow-item2 + .flow-item2 {
    margin-left: 102px;
  }
  .renew-flow .flow-item2 + .flow-item2:before {
    left: -63px;
  }
  .renew-flow .flow-item2 + .flow-item2:after {
    left: -58px;
  }
}
.renew-flow .flow-item2:nth-child(1) {
  background-image: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/c3-img1_pc.png');
}
.renew-flow .flow-item2:nth-child(2) {
  background-image: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/c3-img2_pc.png');
}
.renew-flow .flow-item2:nth-child(3) {
  background-image: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/c3-img3_pc.png');
}
.renew-flow .flow-item2:nth-child(4) {
  background-image: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/c3-img4_pc.png');
}
.renew-prizes {
  position: relative;
  padding-top: 88px;
  padding-bottom: 96px;
  background: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/c4-bg_pc.png') no-repeat center top;
}
.renew-prizes .renew-h2 {
  margin-bottom: 58px;
}
@media (min-width: 768px) {
  .renew-prizes .renew-btns {
    margin-top: 46px;
  }
}
@media (min-width: 992px) {
  .renew-prizes .renew-btns {
    margin-top: 66px;
  }
}
.renew-prizes .prize-list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.renew-prizes .prize-item {
  text-align: center;
}
@media (min-width: 768px) {
  .renew-prizes .prize-item {
    width: 235px;
  }
  .renew-prizes .prize-item + .prize-item {
    margin-left: 21px;
  }
}
@media (min-width: 992px) {
  .renew-prizes .prize-item {
    width: 315px;
  }
  .renew-prizes .prize-item + .prize-item {
    margin-left: 16px;
  }
}
@media (min-width: 1200px) {
  .renew-prizes .prize-item + .prize-item {
    margin-left: 70px;
  }
}
.renew-prizes .prize-item .cover {
  display: block;
  -ms-animation: zoomIn 1s ease;
  -o-animation: zoomIn 1s ease;
  -webkit-animation: zoomIn 1s ease;
  animation: zoomIn 1s ease;
}
@media (min-width: 768px) {
  .renew-prizes .prize-item .cover {
    height: 211px;
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .renew-prizes .prize-item .cover {
    height: 283px;
    margin-bottom: 27px;
  }
}
.renew-prizes .prize-item .cover img {
  width: 100%;
  height: 100%;
}
.renew-prizes .prize-item .des {
  display: inline-block;
}
.renew-prizes .prize-item .des p {
  position: relative;
  color: #2b0c2f;
  text-align: left;
  white-space: nowrap;
  -ms-animation: fadeInUp 1s ease;
  -o-animation: fadeInUp 1s ease;
  -webkit-animation: fadeInUp 1s ease;
  animation: fadeInUp 1s ease;
}
.renew-prizes .prize-item .des p:before {
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #f4ec11;
  border: 2px solid #2b0c2f;
  content: '';
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .renew-prizes .prize-item .des p {
    padding-left: 16px;
    font-size: 16px;
    line-height: 24px;
  }
  .renew-prizes .prize-item .des p:before {
    top: 6px;
  }
}
@media (min-width: 992px) {
  .renew-prizes .prize-item .des p {
    padding-left: 26px;
    font-size: 20px;
    line-height: 30px;
  }
  .renew-prizes .prize-item .des p:before {
    top: 10px;
  }
}
.renew-prizes .prize-oitem {
  position: relative;
  width: 750px;
  height: 140px;
  padding-top: 23px;
  padding-left: 48px;
  margin-top: 72px;
  background: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/c4-img4-bg_pc.png') no-repeat center top;
}
.renew-prizes .prize-oitem:before {
  position: absolute;
  bottom: 15px;
  right: -36px;
  width: 359px;
  height: 214px;
  content: '';
  background: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/c4-img4-v2_pc.png') no-repeat center top;
}
.renew-prizes .prize-oitem h5 {
  line-height: 30px;
}
.renew-prizes .prize-oitem p {
  margin-top: 7px;
  line-height: 25px;
  color: #ff3d8b;
}
@media (min-width: 768px) {
  .renew-prizes .prize-oitem h5 {
    font-size: 22px;
  }
  .renew-prizes .prize-oitem p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .renew-prizes .prize-oitem h5 {
    font-size: 24px;
  }
  .renew-prizes .prize-oitem p {
    font-size: 18px;
  }
}
.renew-rules {
  position: relative;
  background: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/c5-bg_pc.jpg') no-repeat center bottom;
}
@media (min-width: 768px) {
  .renew-rules {
    padding-top: 68px;
    padding-bottom: 92px;
  }
  .renew-rules .renew-h2 {
    margin-bottom: 67px;
  }
}
@media (min-width: 992px) {
  .renew-rules {
    padding-top: 78px;
    padding-bottom: 102px;
  }
  .renew-rules .renew-h2 {
    margin-bottom: 77px;
  }
}
@media (min-width: 1200px) {
  .renew-rules {
    padding-top: 88px;
    padding-bottom: 112px;
  }
  .renew-rules .renew-h2 {
    margin-bottom: 87px;
  }
}
.renew-rules .rule-list {
  position: relative;
  padding-top: 60px;
  padding-bottom: 42px;
  background-color: #fff;
  border: 3px solid #2b0c2f;
  -ms-animation: fadeIn 1s ease;
  -o-animation: fadeIn 1s ease;
  -webkit-animation: fadeIn 1s ease;
  animation: fadeIn 1s ease;
}
.renew-rules .rule-list:before {
  position: absolute;
  top: -33px;
  left: 45px;
  width: 176px;
  height: 66px;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  text-indent: 9999px;
  -ms-animation: fadeInUp 1s ease;
  -o-animation: fadeInUp 1s ease;
  -webkit-animation: fadeInUp 1s ease;
  animation: fadeInUp 1s ease;
}
.renew-rules .rule-list + .rule-list {
  margin-top: 57px;
}
.renew-rules .rule-list .pink {
  color: #fc408a;
}
.renew-rules .rule-list.upload {
  display: flex;
}
.renew-rules .rule-list.upload:before {
  background-image: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/c5-h3-1_pc.png');
  content: '投稿规则';
}
.renew-rules .rule-list.upload .undis {
  visibility: hidden;
}
.renew-rules .rule-list.upload .rule-sample {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.renew-rules .rule-list.upload .rule-sample span {
  margin-top: 30px;
  width: 157px;
  height: 41px;
  font-size: 20px;
  line-height: 37px;
  background-color: #ffe1ed;
  border: 2px solid #2b0c2f;
  text-align: center;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.renew-rules .rule-list.selection:before {
  background-image: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/c5-h3-2_pc.png');
  content: '评选规则';
}
@media (min-width: 768px) {
  .renew-rules .rule-list p {
    font-size: 16px;
    line-height: 24px;
  }
  .renew-rules .rule-list p + p {
    margin-top: 12px;
  }
  .renew-rules .rule-list.upload {
    padding-right: 30px;
    padding-left: 40px;
    flex-direction: column;
  }
  .renew-rules .rule-list.selection {
    padding-right: 40px;
    padding-left: 40px;
  }
  .renew-rules .rule-list .rule-sample {
    margin-top: 20px;
  }
  .renew-rules .rule-list .rule-sample img {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .renew-rules .rule-list p {
    font-size: 20px;
    line-height: 30px;
  }
  .renew-rules .rule-list p + p {
    margin-top: 30px;
  }
  .renew-rules .rule-list.upload {
    padding-right: 35px;
    padding-left: 42px;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
  }
  .renew-rules .rule-list.upload .rule-left {
    width: 706px;
  }
  .renew-rules .rule-list.upload .rule-sample {
    width: 300px;
    margin-top: 0;
  }
  .renew-rules .rule-list.upload .rule-sample img {
    width: 100%;
  }
  .renew-rules .rule-list.selection {
    padding-right: 54px;
    padding-left: 54px;
  }
}
@media (min-width: 1200px) {
  .renew-rules .rule-list.upload {
    padding-right: 45px;
    padding-left: 62px;
  }
  .renew-rules .rule-list.selection {
    padding-right: 90px;
    padding-left: 70px;
  }
}
.renew-works {
  position: relative;
  padding-top: 88px;
  padding-bottom: 120px;
  background: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/c6-bg_pc.png') no-repeat center top;
}
@media (min-width: 768px) {
  .renew-works .renew-h2 {
    margin-bottom: 46px;
  }
  .renew-works .renew-btns {
    margin-top: 36px;
  }
}
@media (min-width: 1200px) {
  .renew-works .renew-h2 {
    margin-bottom: 56px;
  }
  .renew-works .renew-btns {
    margin-top: 46px;
  }
}
.renew-works .renew-intro-tab {
  margin-bottom: 22px;
  display: flex;
  justify-content: flex-end;
  -ms-animation: fadeInUp 1s ease;
  -o-animation: fadeInUp 1s ease;
  -webkit-animation: fadeInUp 1s ease;
  animation: fadeInUp 1s ease;
}
.renew-works .renew-intro-tab .renew-tab {
  width: 90px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  cursor: pointer;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-decoration-skip: objects;
}
.renew-works .renew-intro-tab .renew-tab + .renew-tab {
  margin-left: 26px;
}
.renew-works .renew-intro-tab .renew-tab:hover {
  background-color: rgba(255, 98, 169, 0.4);
}
.renew-works .renew-intro-tab .renew-tab.active {
  color: #fff;
  background-color: #ff62a9;
  cursor: default;
}
.renew-works .renew-works-none {
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}
.renew-works .renew-works-none h4 {
  font-size: 24px;
  line-height: 32px;
  color: rgba(255, 98, 169, 0.8);
  -ms-animation: fadeIn 1s ease;
  -o-animation: fadeIn 1s ease;
  -webkit-animation: fadeIn 1s ease;
  animation: fadeIn 1s ease;
}
.renew-works .renew-works-none h4.load {
  font-size: 18px;
  line-height: 25px;
}
.renew-works .renew-works-none h4.load img {
  height: 20px;
  margin-right: 5px;
  animation: rotate 2s linear infinite;
}
.renew-works .renew-works-switchs {
  padding: 20px 0;
  text-align: center;
}
.renew-works .renew-works-switchs .renew-works-switch {
  display: inline-block;
  font-size: 18px;
  line-height: 25px;
  color: rgba(255, 98, 169, 0.8);
  cursor: pointer;
  vertical-align: top;
}
.renew-works .renew-works-switchs .renew-works-switch em {
  display: inline-block;
  vertical-align: top;
}
.renew-works .renew-works-switchs .renew-works-switch em.iconfont {
  width: 25px;
  height: 25px;
  font-size: 18px;
  line-height: 26px;
}
.renew-works .renew-works-switchs .renew-works-switch em + em {
  margin-left: 10px;
}
.renew-works .renew-works-switchs .renew-works-switch.active,
.renew-works .renew-works-switchs .renew-works-switch:hover,
.renew-works .renew-works-switchs .renew-works-switch:active {
  color: #ff62a9;
}
.renew-works .renew-works-switchs .renew-works-switch.active .iconfont,
.renew-works .renew-works-switchs .renew-works-switch:hover .iconfont,
.renew-works .renew-works-switchs .renew-works-switch:active .iconfont {
  animation: rotate 2s linear infinite;
}
.renew-works .renew-works-switchs .renew-works-switch.disabled {
  color: rgba(255, 98, 169, 0.5);
  cursor: default;
  pointer-events: none;
}
.renew-works .renew-works-switchs .renew-works-switch.disabled .iconfont_ {
  animation: rotate 2s linear infinite;
}
.renew-works-list {
  margin: 0 -10px 32px;
}
.renew-works-list li {
  float: left;
  padding: 10px;
}
@media (min-width: 768px) {
  .renew-works-list li {
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .renew-works-list li {
    width: 25%;
  }
}
.renew-works-item {
  -ms-animation: fadeIn 1s ease;
  -o-animation: fadeIn 1s ease;
  -webkit-animation: fadeIn 1s ease;
  animation: fadeIn 1s ease;
}
.renew-works-item .renew-works-cover {
  display: block;
  width: 100%;
  overflow: hidden;
  background-color: #e8f0f3;
}
.renew-works-item .renew-works-cover img {
  width: 100%;
  height: 100%;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-decoration-skip: objects;
}
.renew-works-item .renew-works-cover:hover img {
  filter: brightness(0.95);
}
.renew-works-item .renew-works-des {
  padding: 10px;
  background-color: #fff;
}
.renew-works-item .renew-works-des h4 {
  margin-bottom: 5px;
  height: 25px;
  line-height: 25px;
}
.renew-works-item .renew-works-des h4 a {
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
}
.renew-works-item .renew-works-des h4 a:hover {
  color: #ff62a9;
}
.renew-works-item .renew-works-des h4 .renew-works-num {
  float: right;
  color: #ff62a9;
  text-align: center;
}
.renew-works-item .renew-works-des .renew-works-author {
  float: left;
  margin-top: 4px;
  color: #666;
}
.renew-works-item .renew-works-des .renew-works-author img {
  display: inline-block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  vertical-align: top;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.renew-works-item .renew-works-des .renew-works-author em {
  display: inline-block;
  max-width: 80px;
  margin-left: 10px;
  height: 25px;
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}
.renew-works-item .renew-works-des .renew-works-author:hover {
  color: #999;
}
.renew-works-item .renew-works-des .renew-works-btn {
  position: relative;
  float: right;
  height: 32px;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  background-color: #ff74ac;
  border: 2px solid #2b0c2f;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.renew-works-item .renew-works-des .renew-works-btn em {
  position: absolute;
  top: -10px;
  right: 6px;
  z-index: 0;
  font-size: 14px;
  line-height: 20px;
  color: #ff62a9;
}
.renew-works-item .renew-works-des .renew-works-btn:hover {
  background-color: #ff489b;
}
.renew-works-item .renew-works-des .renew-works-btn.active,
.renew-works-item .renew-works-des .renew-works-btn.disabled {
  color: #fff;
  background-color: #dcdcdc;
  border-color: #dcdcdc;
  pointer-events: none;
  cursor: default;
}
.renew-works-item .renew-works-des .renew-works-btn.load {
  color: #fff;
  background-color: #ffaccd;
  pointer-events: none;
  cursor: default;
}
@media (min-width: 768px) {
  .renew-works-item .renew-works-cover {
    height: 177px;
  }
  .renew-works-item .renew-works-des h4 {
    font-size: 14px;
  }
  .renew-works-item .renew-works-des h4 a {
    width: 136px;
  }
  .renew-works-item .renew-works-des h4 .renew-works-num {
    width: 80px;
  }
  .renew-works-item .renew-works-btn {
    width: 80px;
  }
}
@media (min-width: 992px) {
  .renew-works-item .renew-works-cover {
    height: 173px;
  }
  .renew-works-item .renew-works-des h4 {
    font-size: 16px;
  }
  .renew-works-item .renew-works-des h4 a {
    width: 130px;
  }
}
@media (min-width: 1200px) {
  .renew-works-item .renew-works-cover {
    height: 210px;
  }
  .renew-works-item .renew-works-des h4 {
    font-size: 18px;
  }
  .renew-works-item .renew-works-des h4 a {
    width: 162px;
  }
  .renew-works-item .renew-works-des h4 .renew-works-num {
    width: 90px;
  }
  .renew-works-item .renew-works-btn {
    width: 90px;
  }
}
.renew-pagination {
  -ms-animation: fadeIn 1s ease;
  -o-animation: fadeIn 1s ease;
  -webkit-animation: fadeIn 1s ease;
  animation: fadeIn 1s ease;
}
.renew-pagination .lan-page > li > a:hover {
  color: #ff74ac;
}
.renew-pagination .lan-page > li.active > a {
  color: #fff;
  background-color: #ff74ac !important;
  border-color: #ff74ac;
}
.renew-pagination .lan-page > li.previous > a {
  color: #999;
  background-color: transparent;
  border-color: transparent;
}
.renew-pagination .lan-page > li.previous > a:hover {
  color: #ff74ac;
}
.renew-pagination .lan-page > li.next > a {
  color: #717171;
  background-color: transparent;
  border-color: transparent;
}
.renew-pagination .lan-page > li.next > a:hover {
  color: #ff74ac;
}
.renew-pagination .lan-page > li.previous.disabled > a {
  color: #999;
  cursor: not-allowed;
}
.renew-pagination .page-jump .btn {
  border-color: #eee;
  color: #999;
}
.renew-pagination .page-jump .page-group .page-txt {
  border-color: #eee;
}
.renew-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
}
.renew-modal .renewm-mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.renew-modal .renewm-close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
  width: 43px;
  height: 43px;
  overflow: hidden;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.15);
  text-align: center;
  cursor: pointer;
  user-select: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-decoration-skip: objects;
  display: flex;
  align-items: center;
  justify-content: center;
}
.renew-modal .renewm-close .iconfont {
  font-size: 21px;
  line-height: 21px;
}
.renew-modal .renewm-close:hover {
  background-color: rgba(0, 0, 0, 0.35);
}
.renew-modal .renewm-get {
  position: relative;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 480px;
  height: 406px;
  padding-top: 83px;
  text-align: center;
  background: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/c7-bg_pc.png') no-repeat center top;
  -ms-transform: translate3D(-50%, -50%, 0);
  -o-transform: translate3D(-50%, -50%, 0);
  -webkit-transform: translate3D(-50%, -50%, 0);
  transform: translate3D(-50%, -50%, 0);
}
.renew-modal .renewm-get h2 {
  margin-bottom: 142px;
  font-size: 48px;
  line-height: 60px;
  color: #fff;
  text-shadow: 3px 4px 0 rgba(96, 41, 63, 0.6);
}
.renew-modal .renewm-get .renewm-btn {
  position: relative;
  width: 288px;
  height: 62px;
  font-size: 30px;
  line-height: 62px;
  color: #fff;
  border: none;
}
.renew-modal .renewm-get .renewm-btn:hover {
  filter: brightness(0.92);
}
.renew-modal .renewm-get .renewm-btn:before,
.renew-modal .renewm-get .renewm-btn:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #2b0c2f;
  content: '';
  box-sizing: border-box;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}
.renew-modal .renewm-get .renewm-btn:before {
  top: 0;
  left: 0;
  z-index: -1;
  background: url('https://assets-cdn.lanqb.com/activity/blkhRenew2020/c7-btn_pc.jpg') no-repeat center top;
}
.renew-modal .renewm-get .renewm-btn:after {
  top: 6px;
  left: 0;
  z-index: -2;
  background-color: #f6ee17;
}
