#countdown-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}
#countdown-box .time {
  width: 26px;
  height: 26px;
  line-height: 26px;
  color: white;
  position: relative;
  background: white;
  text-align: center;
}
#countdown-box .time span {
  position: relative;
  z-index: 10;
  font-size: 16px;
  top: 1px;
}
#countdown-box .time::after {
  width: 100%;
  height: 13px;
  content: "";
  position: absolute;
  background: #1FC05C;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  top: 0;
  border-radius: 2px 2px 3px 3px;
}
#countdown-box .time::before {
  width: 100%;
  height: 12px;
  content: "";
  position: absolute;
  background: #1FC05C;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  border-radius: 3px 3px 2px 2px;
}
#countdown-box .unit {
  margin: 0 8px;
  color: #353535;
  font-size: 10px;
}
.register-gift-dialog .inner {
  width: 848px;
  height: 620px;
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.register-gift-dialog .inner .close-area {
  position: absolute;
  right: 9px;
  top: 9px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 20px;
  height: 20px;
}
.register-gift-dialog .inner .close-area .close-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
}
.register-gift-dialog .inner .title {
  width: 100%;
  font-size: 19px;
  font-weight: bold;
  color: #333333;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 22px;
  height: 26px;
  line-height: 26px;
  min-height: 26px;
  margin: 26px 0 14px;
}
.register-gift-dialog .inner .title .icon {
  width: 22px;
  height: 22px;
  margin-left: 5px;
  position: relative;
  top: -1px;
}
.register-gift-dialog .inner .gift-list {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  overflow-y: scroll;
  padding: 10px 13px 0 22px;
  -webkit-box-flex: 1;
  flex: 1;
  border-bottom: 1px solid #E8E8E8;
}
.register-gift-dialog .inner .gift-list::-webkit-scrollbar {
  width: 6px;
}
.register-gift-dialog .inner .gift-list::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #c8c8c8;
  cursor: pointer;
}
.register-gift-dialog .inner .gift-list::-webkit-scrollbar-thumb:hover {
  background: #bebebe;
}
.register-gift-dialog .inner .gift-list::-webkit-scrollbar-thumb:active {
  background: #b0b0b0;
}
.register-gift-dialog .inner .gift-list .gift-li {
  width: 245px;
  height: 94px;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 6px;
  padding: 0 12px;
  border: 1px solid #e8e8e8;
  margin: 0 12px 15px 12px;
}
.register-gift-dialog .inner .gift-list .gift-li .category {
  height: 23px;
  line-height: 23px;
  border-radius: 4px;
  background: #FFEECF;
  font-size: 12px;
  color: #C2620F;
  font-weight: bold;
  padding: 0 7px;
  position: absolute;
  top: -12px;
  left: -12px;
}
.register-gift-dialog .inner .gift-list .gift-li .icon {
  width: 64px;
  height: 64px;
  min-width: 64px;
  object-fit: cover;
}
.register-gift-dialog .inner .gift-list .gift-li .right-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  flex: 1;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: 14px;
  overflow: hidden;
}
.register-gift-dialog .inner .gift-list .gift-li .right-box .name {
  font-size: 16px;
  color: #222222;
  font-weight: bold;
  height: 22px;
  line-height: 22px;
}
.register-gift-dialog .inner .gift-list .gift-li .right-box .detail {
  font-size: 14px;
  color: #C69860;
  margin-top: 5px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 20px;
  line-height: 20px;
}
.register-gift-dialog .inner .gift-list .gift-li .right-box .value {
  font-size: 14px;
  color: #999999;
  margin-top: 4px;
  height: 20px;
  line-height: 20px;
}
.register-gift-dialog .inner .action-wrap {
  width: 100%;
  height: 74px;
  padding: 0 25px 12px 0;
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  align-items: flex-end;
  position: relative;
}
.register-gift-dialog .inner .action-wrap .count-down {
  display: -webkit-box;
  display: flex;
  padding: 6px 10px;
  position: absolute;
  top: -17px;
  right: 12px;
  background: #fffbe6;
  border-radius: 2px;
  border: 1px solid #ffe58f;
  box-sizing: border-box;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  justify-content: center;
}
.register-gift-dialog .inner .action-wrap .count-down .time {
  width: 20px;
  height: 21px;
  font-size: 15px;
  font-weight: 600;
  color: #f66e00;
  line-height: 21px;
}
.register-gift-dialog .inner .action-wrap .count-down .text {
  height: 21px;
  font-size: 11px;
  font-weight: 400;
  color: #f29946;
  line-height: 21px;
}
.register-gift-dialog .inner .action-wrap .count-down::before {
  content: "";
  width: 5px;
  height: 5px;
  left: 14px;
  background: #fffbe6;
  border: 1px solid #ffe58f;
  border-left: none;
  border-top: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: -3px;
}
.register-gift-dialog .inner .action-wrap .price-box {
  position: relative;
  top: 2px;
}
.register-gift-dialog .inner .action-wrap .price-box > .row-1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  height: 20px;
  line-height: 20px;
}
.register-gift-dialog .inner .action-wrap .price-box > .row-1 .label {
  font-weight: bold;
  color: #353535;
  font-size: 14px;
}
.register-gift-dialog .inner .action-wrap .price-box > .row-1 .price {
  color: #1FC05C;
  font-weight: bold;
  font-size: 28px;
  position: relative;
  top: -2px;
  margin-left: 8px;
}
.register-gift-dialog .inner .action-wrap .price-box > .row-1 .unit {
  color: #353535;
  font-size: 12px;
  margin-left: 6px;
  position: relative;
  top: 2px;
}
.register-gift-dialog .inner .action-wrap .price-box .row-2 {
  margin-top: 3px;
}
.register-gift-dialog .inner .action-wrap .price-box .row-2 .label {
  color: #333333;
  font-size: 12px;
}
.register-gift-dialog .inner .action-wrap .price-box .row-2 .origin-price {
  color: #999999;
  font-size: 12px;
  text-decoration: line-through;
}
.register-gift-dialog .inner .action-wrap .btn-box {
  height: 36px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0 0 20px;
}
.register-gift-dialog .inner .action-wrap .btn-box .btn.buy-btn {
  height: 36px;
  line-height: 36px;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 34px;
  border-radius: 4px;
  font-size: 14px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.register-gift-dialog .inner .action-wrap .btn-box .cancel-btn {
  height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #353535;
  line-height: 22px;
  margin: 0 0 0 23px;
  cursor: pointer;
}
.register-auth-dialog .inner {
  width: 399px;
  background: #fff;
  border-radius: 4px;
  padding: 32px 0 24px 32px;
  box-sizing: border-box;
}
.register-auth-dialog .inner .close-area {
  position: absolute;
  right: 17px;
  top: 13px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 20px;
  height: 20px;
}
.register-auth-dialog .inner .close-area .close-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
}
.register-auth-dialog .inner .dialog-title {
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  color: #222;
  margin-bottom: 12px;
  font-weight: bold;
}
.register-auth-dialog .inner .auth-tip {
  font-size: 14px;
  height: 22px;
  line-height: 22px;
  color: #353535;
  margin-top: 12px;
}
.register-auth-dialog .inner .auth-tip.last-line {
  margin-bottom: 40px;
}
.register-auth-dialog .inner .content-area .auth-desc {
  font-size: 14px;
  height: 22px;
  line-height: 22px;
  color: #353535;
  margin-bottom: 11px;
}
.register-auth-dialog .inner .content-area ul.function-list {
  list-style: none;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.register-auth-dialog .inner .content-area ul.function-list > li {
  display: inline-block;
  position: relative;
  padding-left: 11px;
  margin-top: 7px;
  min-width: 178px;
  box-sizing: border-box;
  color: #353535;
}
.register-auth-dialog .inner .content-area ul.function-list > li::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #24BE48;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.register-auth-dialog .inner .action-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 37px;
  padding-right: 32px;
  box-sizing: border-box;
}
.register-auth-dialog .inner .action-wrap .col-flex {
  -webkit-box-flex: 1;
  flex: 1;
}
.register-auth-dialog .inner .action-wrap .col {
  display: block;
}
.register-auth-dialog .inner .action-wrap a {
  text-decoration: none;
  color: #459AE9;
  font-size: 12px;
  height: 17px;
  line-height: 17px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.register-auth-dialog .inner .action-wrap a:hover {
  color: rgba(69, 154, 233, 0.8);
}
.register-auth-dialog .inner .action-wrap .buttons-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.register-auth-dialog .inner .action-wrap .buttons-wrap .col-flex {
  -webkit-box-flex: 1;
  flex: 1;
}
.register-auth-dialog .inner .action-wrap .buttons-wrap .col {
  display: block;
}
.register-auth-dialog .inner .action-wrap .buttons-wrap .button {
  padding: 0 16px;
  white-space: nowrap;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  font-size: 14px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.register-auth-dialog .inner .action-wrap .buttons-wrap .button.pass-btn {
  color: #353535;
  border: 1px solid #D9D9D9;
  background: #fff;
  margin-right: 8px;
}
.register-auth-dialog .inner .action-wrap .buttons-wrap .button.pass-btn:hover {
  border-color: #E7E7EB;
  background: #F3F3F7;
}
.register-auth-dialog .inner .action-wrap .buttons-wrap .button.auth-btn {
  color: #fff;
  border: 1px solid #24BE48;
  background: #24BE48;
}
.register-auth-dialog .inner .action-wrap .buttons-wrap .button.auth-btn:hover {
  background: rgba(36, 190, 72, 0.8);
}
.more-services {
  padding: 48px 69px 16px;
}
.more-services h3 {
  text-align: left;
  font-size: 18px;
  color: #353535;
  font-weight: bold;
}
.more-services .cards-wrap {
  margin-top: 36px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.more-services .card-box:first-child {
  padding-right: 36px;
}
.more-services .card-box:last-child {
  padding-left: 36px;
}
.more-services .card {
  width: 322px;
  box-shadow: 0px 1px 6px 0px rgba(180, 180, 180, 0.47);
  border-radius: 8px;
}
.more-services .card .card-content {
  border-radius: 8px 8px 0 0;
  background: #24BE48;
  padding: 21px 32px 15px;
}
.more-services .card .card-content h6 {
  font-size: 17px;
  line-height: 24px;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
}
.more-services .card .card-content p {
  font-size: 14px;
  line-height: 25px;
  margin-top: 12px;
}
.more-services .card .card-content h6,
.more-services .card .card-content p {
  text-align: center;
  color: #fff;
}
.more-services .card .card-footer {
  padding: 11px 18px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.more-services .card .card-footer .tag {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background: #F6FFED;
  border: 1px solid #B7EB8F;
  border-radius: 4px;
  padding: 0 14px;
  height: 28px;
  color: #24BE48;
  font-size: 13px;
  line-height: 0;
}
.more-services .btn-wrap {
  position: relative;
  margin-top: 43px;
}
.more-services .btn-wrap .tip {
  position: absolute;
  top: -23px;
  background: #FF6060;
  border-radius: 3px;
  font-size: 12px;
  color: #FFFFFF;
  padding: 0 6px;
  right: 80px;
}
.more-services .btn-wrap .tip:after {
  box-sizing: content-box;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-top-color: #FF6060;
  position: absolute;
  top: 100%;
  left: 20px;
}
.more-services .btn-wrap button {
  background: #24BE48;
  border-radius: 4px;
  width: 140px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  display: block;
  margin: 0 auto;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.more-services .btn-wrap button:hover {
  background: #21AF42;
}
.more-services .btn-wrap button:active {
  background: #1FA63F;
}
.more-services .btn-wrap p {
  font-size: 12px;
  color: #8D8D8D;
  margin-top: 10px;
  text-align: center;
}
.more-services .blue .card .card-content {
  background: #4673F5;
}
.more-services .blue .card .tag {
  border-color: #85BDFB;
  background: #EDF6FF;
  color: #246DBE;
}
.more-services .blue button {
  background: #4673F5;
}
.more-services .blue button:hover {
  background: #4673F5;
}
.more-services .blue button:active {
  background: #4673F5;
}
.more-services footer {
  margin-top: 87px;
  text-align: right;
}
.more-services footer .btn {
  margin-right: -45px;
}
.more-services-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.48);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  z-index: 9999;
}
.more-services-dialog .inner {
  width: 467px;
  border-radius: 4px;
  background: #fff;
  padding: 21px 21px 41px;
  position: relative;
}
.more-services-dialog .inner h2 {
  color: #353535;
  font-size: 16px;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  text-align: center;
  line-height: 22px;
}
.more-services-dialog .inner .close-icon {
  padding: 12px;
  position: absolute;
  right: 0;
  top: 0;
  box-sizing: content-box;
  width: 12px;
  height: 11px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.more-services-dialog .inner .qr {
  margin-top: 24px;
  width: 222px;
  height: 222px;
}
.more-services-dialog .inner p {
  text-align: center;
  line-height: 22px;
}
.more-services-dialog .inner .bold {
  margin-top: 6px;
  color: #333333;
  font-size: 16px;
}
.more-services-dialog .inner .normal {
  margin-top: 24px;
  color: #666666;
  font-size: 13px;
}
.purchase-v1-dialog.for-643 .inner {
  padding: 24px 0 0;
  width: 378px;
}
.purchase-v1-dialog .inner {
  min-width: auto !important;
  width: 460px;
  height: 416px;
  background: #ffffff;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 32px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.purchase-v1-dialog .inner .close-area {
  position: absolute;
  right: 19px;
  top: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 18px;
  height: 18px;
}
.purchase-v1-dialog .inner .close-area .close-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
}
.purchase-v1-dialog .inner .dialog-title {
  height: 22px;
  line-height: 22px;
  font-size: 18px;
  font-weight: 500;
  color: #353535;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-weight: bold;
}
.purchase-v1-dialog .inner .dialog-title img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.purchase-v1-dialog .inner .pay-type {
  width: 100%;
  height: 36px;
  margin-top: 32px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.purchase-v1-dialog .inner .pay-type .type {
  width: 124px;
  height: 36px;
  cursor: pointer;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #cacaca;
  margin: 0 16px 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 14px;
  color: #999999;
  position: relative;
  line-height: 36px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.purchase-v1-dialog .inner .pay-type .type img.hover,
.purchase-v1-dialog .inner .pay-type .type img.select-icon {
  display: none;
}
.purchase-v1-dialog .inner .pay-type .type.active,
.purchase-v1-dialog .inner .pay-type .type:hover {
  border: 1px solid #1fc05c;
  color: #24BE48;
}
.purchase-v1-dialog .inner .pay-type .type.active img,
.purchase-v1-dialog .inner .pay-type .type:hover img {
  display: none;
}
.purchase-v1-dialog .inner .pay-type .type.active img.hover,
.purchase-v1-dialog .inner .pay-type .type:hover img.hover {
  display: block;
}
.purchase-v1-dialog .inner .pay-type .type.active::after {
  content: "";
  border: 10px solid transparent;
  border-top-color: #24BE48;
  position: absolute;
  right: -10px;
  bottom: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.purchase-v1-dialog .inner .pay-type .type.active .select-icon {
  display: block;
  position: absolute;
  bottom: -2px;
  right: -2px;
  z-index: 1;
}
.purchase-v1-dialog .inner .pay-type .wx-icon {
  width: 21px;
  margin-right: 7px;
}
.purchase-v1-dialog .inner .pay-type .ali-icon {
  width: 18px;
  margin-right: 7px;
}
.purchase-v1-dialog .inner .price-text {
  color: #333;
  font-size: 14px;
  margin-top: 12px;
  font-weight: 600;
  text-align: center;
}
.purchase-v1-dialog .inner .qr-content {
  width: 150px;
  height: 150px;
  margin: 26px auto 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.purchase-v1-dialog .inner .qr-content .qr-code {
  width: 150px;
  height: 150px;
}
.purchase-v1-dialog .inner .qr-content .loading-img {
  width: 30px;
  height: 30px;
}
.purchase-v1-dialog .inner .qr-content .error-box {
  width: 150px;
  height: 150px;
  background: #F8F8F8;
  padding-top: 32px;
  font-size: 12px;
  color: #999999;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.purchase-v1-dialog .inner .qr-content .error-box .row-flex {
  -webkit-box-flex: 1;
  flex: 1;
}
.purchase-v1-dialog .inner .qr-content .error-box .row {
  display: block;
}
.purchase-v1-dialog .inner .qr-content .error-box .error {
  width: 54px;
  height: 49px;
}
.purchase-v1-dialog .inner .qr-content .error-box p {
  margin: 5px 0 15px;
}
.purchase-v1-dialog .inner .qr-content .error-box span {
  color: #459AE9;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.purchase-v1-dialog .inner .qr-content .error-box .a-btn.contact-btn {
  color: #666666;
}
.purchase-v1-dialog .inner .pay-hint {
  color: #999999;
  font-size: 14px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 20px;
  line-height: 20px;
}
.purchase-v1-dialog .inner .pay-hint::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #D8D8D8;
  display: inline-block;
  margin-right: 6px;
}
.purchase-v1-dialog .inner .invoice {
  text-align: center;
}
.purchase-v1-dialog .inner .invoice img {
  width: 150px;
  height: 150px;
  margin: 28px auto 23px;
}
.purchase-v1-dialog .inner .invoice .pay-hint-1 {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 6px;
}
.purchase-v1-dialog .inner .complete-pay-btn {
  margin-top: 33px;
  width: 252px;
  height: 40px;
}
.purchase-643-dialog .inner {
  min-width: auto !important;
  width: 400px;
  height: 443px;
  background: #ffffff;
  border-radius: 12px;
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.purchase-643-dialog .inner.pay-success {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.purchase-643-dialog .inner .pay-info-box {
  width: 100%;
}
.purchase-643-dialog .inner .top-info {
  background-image: url("//assets.yiban.io/assets/imgs/register-v2/abtest-yb-643/pay_dialog_banner-92f693b8e0.png");
  background-size: 100% 100%;
  width: 100%;
  height: 88px;
}
.purchase-643-dialog .inner .top-info .gift-title {
  padding-top: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.purchase-643-dialog .inner .top-info .gift-title .gift-icon {
  display: -webkit-box;
  display: flex;
  width: 22px;
  margin-right: 4px;
}
.purchase-643-dialog .inner .top-info .gift-title .gift-text {
  font-size: 18px;
  color: #292929;
  font-weight: bold;
  line-height: 24px;
}
.purchase-643-dialog .inner .top-info > .gift-cutdown-box {
  padding-top: 8px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: rgba(69, 69, 69, 0.59);
  font-size: 14px;
  line-height: 18px;
}
.purchase-643-dialog .inner .top-info > .gift-cutdown-box #countdown-box .time {
  color: #F9793E;
  font-weight: bold;
  width: 24px;
  height: 24px;
  background: #FDF4BA;
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.purchase-643-dialog .inner .top-info > .gift-cutdown-box #countdown-box .time > span {
  position: unset;
  font-size: 13px;
  line-height: 26px;
}
.purchase-643-dialog .inner .top-info > .gift-cutdown-box #countdown-box .time::before,
.purchase-643-dialog .inner .top-info > .gift-cutdown-box #countdown-box .time::after {
  display: none;
}
.purchase-643-dialog .inner .top-info > .gift-cutdown-box #countdown-box .unit {
  line-height: 18px;
  font-size: 14px;
  color: rgba(90, 90, 90, 0.7);
  margin: 0 6px;
}
.purchase-643-dialog .inner .close-area {
  position: absolute;
  right: 19px;
  top: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 14px;
  height: 14px;
}
.purchase-643-dialog .inner .close-area .close-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
}
.purchase-643-dialog .inner .price-info-box {
  padding-top: 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 30px;
  color: #262626;
  box-sizing: content-box;
}
.purchase-643-dialog .inner .price-info-box .amount-unit {
  font-size: 12px;
  font-weight: bold;
  margin-right: 4px;
}
.purchase-643-dialog .inner .price-info-box .price {
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
.purchase-643-dialog .inner .price-info-box .price .discount-info {
  position: absolute;
  top: -8px;
  right: -64px;
  width: 64px;
  height: 15px;
  line-height: 14px;
  text-align: center;
  background: url("//assets.yiban.io/assets/imgs/register-v2/abtest-yb-643/discount-tooltip-07ebb8aa8e.png") no-repeat center / cover;
  font-size: 10px;
  color: #FFFFFF;
}
.purchase-643-dialog .inner .price-info-box .price .origin-price {
  position: absolute;
  top: 6px;
  right: -82px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.35);
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  font-weight: normal;
}
.purchase-643-dialog .inner .gift-info {
  font-size: 13px;
  height: 18px;
  margin: 6px auto 0;
  background: -webkit-linear-gradient(bottom, #fff4b6 5px, transparent 5px);
  background: linear-gradient(to top, #fff4b6 5px, transparent 5px);
  background-position: bottom -2px left 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: -webkit-fit-content;
  width: fit-content;
}
.purchase-643-dialog .inner .gift-info .highlight {
  color: #FF9400;
}
.purchase-643-dialog .inner .dialog-title {
  height: 22px;
  line-height: 22px;
  font-size: 18px;
  font-weight: 500;
  color: #353535;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-weight: bold;
}
.purchase-643-dialog .inner .dialog-title img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.purchase-643-dialog .inner .pay-type {
  width: 100%;
  height: 36px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.purchase-643-dialog .inner .pay-type .type {
  width: 124px;
  height: 36px;
  cursor: pointer;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #cacaca;
  margin: 0 16px 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 14px;
  color: #999999;
  position: relative;
  line-height: 36px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.purchase-643-dialog .inner .pay-type .type:last-of-type {
  margin-right: 0;
}
.purchase-643-dialog .inner .pay-type .type img.hover,
.purchase-643-dialog .inner .pay-type .type img.select-icon {
  display: none;
}
.purchase-643-dialog .inner .pay-type .type.active,
.purchase-643-dialog .inner .pay-type .type:hover {
  border: 1px solid #1fc05c;
  color: #24BE48;
}
.purchase-643-dialog .inner .pay-type .type.active img,
.purchase-643-dialog .inner .pay-type .type:hover img {
  display: none;
}
.purchase-643-dialog .inner .pay-type .type.active img.hover,
.purchase-643-dialog .inner .pay-type .type:hover img.hover {
  display: block;
}
.purchase-643-dialog .inner .pay-type .type.active::after {
  content: "";
  border: 10px solid transparent;
  border-top-color: #24BE48;
  position: absolute;
  right: -10px;
  bottom: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.purchase-643-dialog .inner .pay-type .type.active .select-icon {
  display: block;
  position: absolute;
  bottom: -2px;
  right: -2px;
  z-index: 1;
}
.purchase-643-dialog .inner .pay-type .wx-icon {
  width: 21px;
  margin-right: 7px;
}
.purchase-643-dialog .inner .pay-type .ali-icon {
  width: 18px;
  margin-right: 7px;
}
.purchase-643-dialog .inner .qr-content {
  width: 166px;
  height: 166px;
  box-sizing: content-box;
  margin: 10px auto 16px;
  padding: 3px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.purchase-643-dialog .inner .qr-content .qr-code {
  width: 160px;
  height: 160px;
}
.purchase-643-dialog .inner .qr-content .loading-img {
  width: 30px;
  height: 30px;
}
.purchase-643-dialog .inner .qr-content .error-box {
  width: 160px;
  height: 160px;
  background: #F8F8F8;
  padding-top: 32px;
  font-size: 12px;
  color: #999999;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.purchase-643-dialog .inner .qr-content .error-box .row-flex {
  -webkit-box-flex: 1;
  flex: 1;
}
.purchase-643-dialog .inner .qr-content .error-box .row {
  display: block;
}
.purchase-643-dialog .inner .qr-content .error-box .error {
  width: 54px;
  height: 49px;
}
.purchase-643-dialog .inner .qr-content .error-box p {
  margin: 5px 0 15px;
}
.purchase-643-dialog .inner .qr-content .error-box span {
  color: #459AE9;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.purchase-643-dialog .inner .qr-content .error-box .a-btn.contact-btn {
  color: #666666;
}
.purchase-643-dialog .inner .pay-hint {
  margin-top: 16px;
  color: #999999;
  font-size: 13px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 20px;
  line-height: 20px;
}
.purchase-643-dialog .inner .pay-hint::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #D8D8D8;
  display: inline-block;
  margin-right: 6px;
}
.purchase-643-dialog .inner .invoice {
  text-align: center;
}
.purchase-643-dialog .inner .invoice img {
  width: 150px;
  height: 150px;
  margin: 28px auto 23px;
}
.purchase-643-dialog .inner .invoice .pay-hint-1 {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 6px;
}
.purchase-643-dialog .inner .complete-pay-btn {
  margin-top: 33px;
  width: 252px;
  height: 40px;
}
#mpa-pay-success-dialog {
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.48);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
#mpa-pay-success-dialog p {
  margin: 0;
}
#mpa-pay-success-dialog .mpa-btn,
#mpa-pay-success-dialog .btn {
  outline: none;
  cursor: pointer;
  padding: 0;
  min-width: 58px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  color: #666666;
  background-color: #FFFFFF;
}
#mpa-pay-success-dialog .mpa-btn:hover,
#mpa-pay-success-dialog .btn:hover {
  background-color: #F8F8F8;
  border-color: #D3D3D3;
  color: #333333;
}
#mpa-pay-success-dialog .mpa-btn:active,
#mpa-pay-success-dialog .btn:active {
  background-color: #F2F2F2;
  border-color: #CFCFCF;
  color: #1A1A1A;
}
#mpa-pay-success-dialog .mpa-btn:disabled,
#mpa-pay-success-dialog .btn:disabled,
#mpa-pay-success-dialog .mpa-btn.disabled,
#mpa-pay-success-dialog .btn.disabled,
#mpa-pay-success-dialog .mpa-btn.mpa-disabled,
#mpa-pay-success-dialog .btn.mpa-disabled {
  border-color: #D6D6D6;
  background-color: #FAFAFA;
  color: #B9B9B9;
  cursor: not-allowed;
}
#mpa-pay-success-dialog .mpa-btn.mpa-btn-primary,
#mpa-pay-success-dialog .btn.btn-primary {
  border-color: #24BE58;
  color: #FFFFFF;
  background-color: #24BE58;
}
#mpa-pay-success-dialog .mpa-btn.mpa-btn-primary:hover,
#mpa-pay-success-dialog .btn.btn-primary:hover {
  border-color: #21AF51;
  color: #FFFFFF;
  background-color: #21AF51;
}
#mpa-pay-success-dialog .mpa-btn.mpa-btn-primary:active,
#mpa-pay-success-dialog .btn.btn-primary:active {
  border-color: #1FA63F;
  color: #FFFFFF;
  background-color: #1FA63F;
}
#mpa-pay-success-dialog .mpa-btn.mpa-btn-primary:disabled,
#mpa-pay-success-dialog .btn.btn-primary:disabled,
#mpa-pay-success-dialog .mpa-btn.mpa-btn-primary.disabled,
#mpa-pay-success-dialog .btn.btn-primary.disabled,
#mpa-pay-success-dialog .mpa-btn.mpa-btn-primary.mpa-disabled,
#mpa-pay-success-dialog .btn.btn-primary.mpa-disabled {
  border-color: #D6D6D6;
  background-color: #FAFAFA;
  color: #B9B9B9;
  cursor: not-allowed;
  background-image: unset;
}
#mpa-pay-success-dialog .inner {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 15%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: white;
  text-align: left;
  width: 540px;
  border-radius: 2px;
  padding: 0 32px;
  height: 296px;
  box-sizing: border-box;
}
#mpa-pay-success-dialog .dialog-title {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  margin-top: 33px;
  display: -webkit-box;
  display: flex;
}
#mpa-pay-success-dialog .dialog-title img {
  width: 21px;
  height: 21px;
  margin-right: 9px;
}
#mpa-pay-success-dialog img.close-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  cursor: pointer;
  height: 14px;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  padding: 5px;
  box-sizing: content-box;
  opacity: 0.6;
}
#mpa-pay-success-dialog img.close-btn:hover {
  opacity: 1;
}
#mpa-pay-success-dialog .d-content .succecc-prompt {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 53px;
  margin-bottom: 53px;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
}
#mpa-pay-success-dialog .d-content .succecc-prompt img {
  margin-right: 8px;
  width: 37px;
  height: 37px;
}
#mpa-pay-success-dialog .d-content .controls {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
#mpa-pay-success-dialog .d-content .controls .item > p {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  margin-top: 4px;
  text-align: center;
  word-break: keep-all;
  white-space: nowrap;
}
#mpa-pay-success-dialog .d-content .controls .item > button {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 207px;
  height: 48px;
  border-color: #24BE48;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}
#mpa-pay-success-dialog .d-content .controls .item > button img.receipt {
  width: 15px;
  height: 20px;
  margin-right: 9px;
}
#mpa-pay-success-dialog .d-content .controls .item > button img.gift {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}
#mpa-pay-success-dialog .d-content .controls .item > button:hover {
  border-color: #24BE48;
}
#mpa-pay-success-dialog .d-content .controls .item + .item {
  margin-left: 16px;
}
#mpa-pay-success-dialog .d-content .more-service-wrap {
  position: relative;
  margin-top: 63px;
  margin-bottom: 32px;
  padding: 34px 12px 0 12px;
  border-radius: 3px;
  border: 1px solid #e8e8e8;
}
#mpa-pay-success-dialog .d-content .more-service-wrap > p {
  position: absolute;
  left: calc(50% - 151px);
  top: -13px;
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  text-align: center;
  background-color: white;
  padding-left: 8px;
}
#mpa-pay-success-dialog .d-content .more-service-wrap .more-service {
  display: -webkit-box;
  display: flex;
  background: #f9f9f9;
  border-radius: 3px;
}
#mpa-pay-success-dialog .d-content .more-service-wrap .more-service .split-line {
  width: 1px;
  height: 114px;
  background-color: #e8e8e8;
  margin-top: 23px;
}
#mpa-pay-success-dialog .d-content .more-service-wrap .more-service .sevice {
  -webkit-box-flex: 1;
  flex: 1;
  text-align: center;
  padding: 18px 0;
}
#mpa-pay-success-dialog .d-content .more-service-wrap .more-service .sevice .title {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
#mpa-pay-success-dialog .d-content .more-service-wrap .more-service .sevice .title img {
  margin-right: 8px;
}
#mpa-pay-success-dialog .d-content .more-service-wrap .more-service .sevice .li-content {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  padding: 16px 40px;
}
#mpa-pay-success-dialog .d-content .more-service-wrap .more-service .sevice .advantages span {
  background: rgba(36, 190, 72, 0.07);
  border-radius: 4px;
  padding: 7px 12px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
#mpa-pay-success-dialog .d-content .more-service-wrap .more-service .sevice .advantages span + span {
  margin-left: 8px;
}
#mpa-pay-success-dialog .d-content .consult {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #24be48;
  display: -webkit-box;
  display: flex;
}
#mpa-pay-success-dialog .d-content .consult > div {
  -webkit-box-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 10px 120px;
  padding: 4px 0;
  position: relative;
  cursor: pointer;
}
#mpa-pay-success-dialog .d-content .consult > div > img {
  margin-right: 6px;
}
#mpa-pay-success-dialog .d-content .consult > div .popup {
  cursor: default;
  position: absolute;
  background-color: white;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  display: none;
  bottom: 30px;
  padding: 12px 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 4px;
}
#mpa-pay-success-dialog .d-content .consult > div .popup::after {
  bottom: -12px;
  box-sizing: content-box;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: white;
  position: absolute;
  right: calc(50% - 6px);
}
#mpa-pay-success-dialog .d-content .consult > div .popup p {
  margin-top: 7px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  white-space: nowrap;
}
#mpa-pay-success-dialog .d-content .consult > div .popup img {
  width: 120px;
  height: 120px;
}
#mpa-pay-success-dialog .d-content .consult > div:hover .popup {
  display: -webkit-box;
  display: flex;
}
.hide {
  position: absolute;
  left: -999em;
}
.hide-with-placeholder {
  visibility: hidden;
}
#meiqia-container iframe[name="chat"] {
  right: auto !important;
  left: 25px !important;
}
#meiqia-container iframe[name="button"] {
  right: auto !important;
  left: 47px !important;
}
#meiqia-container iframe[name="bubble"] {
  right: auto !important;
  left: 47px !important;
}
#meiqia-container iframe[name="invite"] {
  right: auto !important;
  left: 47px !important;
}
#meiqia-container iframe[name="call"] {
  right: auto !important;
  left: 62px !important;
}
#meiqia-container iframe[name="smart-guide"] {
  right: auto !important;
  left: 47px !important;
}
#body-root {
  min-height: calc(100% - 62px);
  background: #f6f7f9;
}
#MEIQIA-BTN-HOLDER {
  visibility: hidden !important;
}
.toast-list {
  position: fixed;
  z-index: 10000;
  left: 50%;
  top: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.toast-list .toast-li {
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 16px;
  margin-bottom: 10px;
  background: white;
}
.toast-list .toast-li.warn {
  border: 1px solid #ffe58f;
  background: #fffbe6;
}
.toast-list .toast-li .icon {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
.toast-list .toast-li .text {
  font-size: 14px;
  white-space: nowrap;
  color: #353535;
}
.a-btn {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  color: #459ae9;
  font-size: 12px;
  border: none;
  background: none;
  outline: none;
}
.a-btn:hover {
  color: rgba(69, 154, 233, 0.8);
}
.btn {
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  white-space: nowrap;
  padding: 0 16px;
  background: white;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #353535;
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.btn:hover {
  border: 1px solid #e7e7eb;
  background: #f3f3f7;
}
.btn.primary {
  background: #1fc05c;
  color: white;
  border: none;
}
.btn.primary:hover {
  background: rgba(31, 192, 92, 0.8);
}
.check-detail-tag {
  color: #3dc0ce;
}
#footer-root {
  display: none !important;
  position: absolute;
  left: -999em;
}
#header-root .right-box {
  display: none !important;
  position: absolute;
  left: -999em;
}
#register-v2-content {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
#register-v2-content > .inner {
  width: 980px;
  min-height: 526px;
  background: white;
  margin-top: 22px;
  border-radius: 4px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.03);
  position: relative;
}
#register-v2-content > .inner.step-1.inner-ab-new {
  background: -webkit-linear-gradient(top, #F2FFF0 0%, #FFFFFF 40%, #FFFFFF 100%);
  background: linear-gradient(180deg, #F2FFF0 0%, #FFFFFF 40%, #FFFFFF 100%);
  margin-bottom: 22px;
}
#register-v2-content > .inner.inner-weiban-recommend {
  width: 100%;
  height: 100%;
  margin-top: 0;
}
#register-v2-content > .inner.inner-weiban-recommend > .content {
  width: 100%;
}
#register-v2-content > .inner .abtest-yb-643-jump-btn {
  position: absolute;
  bottom: -40px;
  right: 12px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #999999;
  cursor: pointer;
}
#register-v2-content > .inner .abtest-yb-643-jump-btn:hover {
  opacity: 0.8;
}
#register-v2-content > .inner.step-2 {
  margin-bottom: 56px;
}
#register-v2-content > .inner .step-list {
  width: 100%;
  height: 20px;
  line-height: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 24px;
}
#register-v2-content > .inner .step-list .step-li {
  font-size: 14px;
  color: #8d8d8d;
  position: relative;
}
#register-v2-content > .inner .step-list .step-li.active {
  color: #1fc05c;
}
#register-v2-content > .inner .step-list .step-li .pseudo-line {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#register-v2-content > .inner .step-list .step-li.step-li-2 {
  margin: 0 62px;
}
#register-v2-content > .inner .step-list .step-li.step-li-2::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -46px;
}
#register-v2-content > .inner .step-list .step-li.step-li-2::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -46px;
}
#register-v2-content > .inner #qr-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
#register-v2-content > .inner #qr-box > .title {
  color: #353535;
  font-size: 18px;
  height: 25px;
  line-height: 25px;
  margin-top: 93px;
}
#register-v2-content > .inner #qr-box > .title-ab-new {
  display: -webkit-box;
  display: flex;
  font-weight: 600;
  font-size: 18px;
  color: #353535;
  padding-top: 36px;
}
#register-v2-content > .inner #qr-box > .title-ab-new .wechat {
  padding: 0 8px;
  display: -webkit-box;
  display: flex;
  color: #24BE48;
  -webkit-box-align: center;
  align-items: center;
}
#register-v2-content > .inner #qr-box > .title-ab-new .wechat > img {
  display: block;
  width: 22px;
  height: 18px;
  margin-top: 3px;
  margin-right: 6px;
}
#register-v2-content > .inner #qr-box .box {
  width: 160px;
  height: 160px;
  margin: 10px 0 0;
  position: relative;
}
#register-v2-content > .inner #qr-box .box.for-ab-new {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
  width: 180px;
  height: 180px;
  overflow: hidden;
}
#register-v2-content > .inner #qr-box .box.for-ab-new .qr {
  width: 188px;
  height: 188px;
  margin-top: -4px;
  margin-left: -4px;
}
#register-v2-content > .inner #qr-box .qr,
#register-v2-content > .inner #qr-box .loading-wrap,
#register-v2-content > .inner #qr-box .mask-box {
  width: 100%;
  height: 100%;
}
#register-v2-content > .inner #qr-box .mask-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
  font-size: 13px;
  color: #353535;
  line-height: 18px;
}
#register-v2-content > .inner #qr-box .loading-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
#register-v2-content > .inner #qr-box .loading-wrap .loading-img {
  width: 35px;
  height: 35px;
}
#register-v2-content > .inner #qr-box .tips {
  color: #8d8d8d;
  font-size: 13px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 10px;
}
#register-v2-content > .inner #qr-box .tips.check-hint {
  font-size: 14px;
  color: #333333;
}
#register-v2-content > .inner #qr-box .tips .checkbox-btn {
  margin-right: 2px;
  padding: 4px;
  cursor: pointer;
}
#register-v2-content > .inner #qr-box .tips .checkbox-btn.checkbox-active .check-hover,
#register-v2-content > .inner #qr-box .tips .checkbox-btn.checkbox-active .check-normal {
  display: none;
}
#register-v2-content > .inner #qr-box .tips .checkbox-btn.checkbox-active .check-active {
  display: block;
}
#register-v2-content > .inner #qr-box .tips .checkbox-btn:not(.checkbox-active):hover .check-hover {
  display: block;
}
#register-v2-content > .inner #qr-box .tips .checkbox-btn:not(.checkbox-active):hover .check-normal {
  display: none;
}
#register-v2-content > .inner #qr-box .tips .checkbox-btn img {
  width: 14px;
  height: 14px;
  display: block;
}
#register-v2-content > .inner #qr-box .tips .checkbox-btn .check-hover,
#register-v2-content > .inner #qr-box .tips .checkbox-btn .check-active {
  display: none;
}
#register-v2-content > .inner #qr-box .tips a {
  color: #459ae9 !important;
  text-decoration: none;
}
#register-v2-content > .inner #qr-box .tips a:hover {
  text-decoration: underline;
}
#register-v2-content > .inner #qr-box .ab-new-footer .desc {
  padding-top: 42px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  line-height: 22px;
  font-weight: 600;
  font-size: 16px;
  color: #353535;
  position: relative;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#register-v2-content > .inner #qr-box .ab-new-footer .desc::after,
#register-v2-content > .inner #qr-box .ab-new-footer .desc::before {
  content: '';
  position: absolute;
  top: 54px;
  width: 188px;
  border: 1px solid;
  border-bottom: none;
}
#register-v2-content > .inner #qr-box .ab-new-footer .desc::before {
  left: -200px;
  -webkit-border-image: -webkit-linear-gradient(right, #f0f0f1, #fdfeff) 1 1;
  border-image: linear-gradient(270deg, #f0f0f1, #fdfeff) 1 1;
}
#register-v2-content > .inner #qr-box .ab-new-footer .desc::after {
  right: -200px;
  -webkit-border-image: -webkit-linear-gradient(left, #f0f0f1, #fdfeff) 1 1;
  border-image: linear-gradient(90deg, #f0f0f1, #fdfeff) 1 1;
}
#register-v2-content > .inner #qr-box .ab-new-footer .desc > img {
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 6px;
  margin-bottom: 5px;
}
#register-v2-content > .inner #qr-box .ab-new-footer .corp-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  justify-content: center;
}
#register-v2-content > .inner #qr-box .ab-new-footer .corp-list .corp-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  margin-right: 30px;
  opacity: 0.5;
  cursor: pointer;
  width: 40px;
  margin: 0 20px;
}
#register-v2-content > .inner #qr-box .ab-new-footer .corp-list .corp-item .corp-logo {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-bottom: 8px;
}
#register-v2-content > .inner #qr-box .ab-new-footer .corp-list .corp-item .corp-name {
  font-size: 12px;
  color: #353535;
  line-height: 18px;
  white-space: nowrap;
}
#register-v2-content > .inner #qr-box .ab-new-footer .corp-list .corp-item.active {
  opacity: 1;
}
#register-v2-content > .inner #qr-box .ab-new-footer .corp-list .corp-item.active .corp-logo {
  width: 46px;
  height: 46px;
}
#register-v2-content > .inner #qr-box .ab-new-footer .corp-list .corp-item.active .corp-name {
  font-size: 13px;
  line-height: 18px;
}
#register-v2-content > .inner #qr-box .ab-new-footer .corp-comment {
  width: 635px;
  margin: 20px auto 48px;
  background: #F6FAFB;
  border-radius: 8px;
  position: relative;
  padding: 16px 24px;
  font-size: 14px;
  color: #353535;
  line-height: 32px;
  text-align: left;
}
#register-v2-content > .inner #qr-box .ab-new-footer .corp-comment .left-quote {
  width: 32px;
  height: 32px;
  position: absolute;
  left: -4px;
  top: -12px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#register-v2-content > .inner #qr-box .ab-new-footer .corp-comment .right-quote {
  width: 32px;
  height: 32px;
  position: absolute;
  right: -4px;
  bottom: -12px;
}
#register-v2-content > .inner #phone-box {
  width: 240px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
#register-v2-content > .inner #phone-box > .title {
  height: 25px;
  line-height: 25px;
  font-size: 18px;
  color: #353535;
  margin-top: 125px;
}
#register-v2-content > .inner #phone-box .tips {
  color: #8d8d8d;
  font-size: 13px;
  height: 18px;
  line-height: 18px;
  margin-top: 6px;
}
#register-v2-content > .inner #phone-box .input {
  width: 240px;
  height: 40px;
  padding: 0 12px;
  margin-top: 10px;
  outline: none;
  border: none;
  border-radius: 4px;
  background: #f5f5f5;
  color: #353535;
  font-size: 13px;
}
#register-v2-content > .inner #phone-box .input::-webkit-input-placeholder {
  color: #8d8d8d;
}
#register-v2-content > .inner #phone-box .input::placeholder {
  color: #8d8d8d;
}
#register-v2-content > .inner #phone-box .btn.next-btn {
  position: absolute;
  right: 24px;
  bottom: 16px;
}
#register-v2-content > .inner #gift-box .install-success {
  margin-top: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
#register-v2-content > .inner #gift-box .install-success > img {
  width: 28px;
  height: 28px;
  margin-right: 14px;
}
#register-v2-content > .inner #gift-box .install-success > span {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
#register-v2-content > .inner #gift-box > .title {
  margin-top: 47px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  font-size: 20px;
}
#register-v2-content > .inner #gift-box > .title.for-from-extension {
  margin-top: 26px;
}
#register-v2-content > .inner #gift-box > .title .text {
  color: #353535;
  margin-right: 4px;
}
#register-v2-content > .inner #gift-box > .title .icon {
  width: 44px;
  height: 42px;
  position: relative;
  top: -4px;
}
#register-v2-content > .inner #gift-box > .title .icon:not(.icon-v1) {
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#register-v2-content > .inner #gift-box > .title .icon:not(.icon-v1):hover {
  opacity: 0.8;
}
#register-v2-content > .inner #gift-box > .title .tips {
  width: auto;
  height: 30px;
  line-height: 30px;
  position: absolute;
  background: white;
  box-shadow: 0px 4px 7px 0px rgba(131, 96, 39, 0.16);
  border-radius: 30px;
  white-space: nowrap;
  padding: 0 14px;
  font-size: 13px;
  color: #555555;
  left: 50%;
  -webkit-transform: translateX(106px);
  transform: translateX(106px);
  top: -40px;
}
#register-v2-content > .inner #gift-box > .title .tips em {
  color: #1fc05c;
  margin: 0 4px;
  font-style: normal;
  font-size: 16px;
  position: relative;
  top: 1px;
}
#register-v2-content > .inner #gift-box > .title .tips::after {
  box-sizing: content-box;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: white;
  position: absolute;
  left: 16px;
  bottom: -12px;
}
#register-v2-content > .inner #gift-box > .countdown-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
#register-v2-content > .inner #gift-box > .countdown-box .label {
  color: #353535;
  font-size: 10px;
  margin-right: 8px;
}
#register-v2-content > .inner #gift-box .intro-box {
  width: 346px;
  height: 170px;
  background: #33be5e;
  border-radius: 10px;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 32px auto 0 auto;
  padding-top: 31px;
}
#register-v2-content > .inner #gift-box .intro-box .gift-tip-icon {
  width: 106px;
  height: 78px;
  position: absolute;
  top: -2px;
  right: -2px;
}
#register-v2-content > .inner #gift-box .intro-box .price-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}
#register-v2-content > .inner #gift-box .intro-box .price-box .price {
  font-size: 40px;
  color: white;
  margin: 0 6px 0 81px;
}
#register-v2-content > .inner #gift-box .intro-box .price-box .price-info-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
#register-v2-content > .inner #gift-box .intro-box .price-box .price-info-wrap .info-1 {
  font-size: 12px;
  color: #fffdad;
}
#register-v2-content > .inner #gift-box .intro-box .price-box .price-info-wrap .info-2 {
  font-size: 12px;
  color: white;
}
#register-v2-content > .inner #gift-box .intro-box .price-box .price-info-wrap .info-2 span {
  margin-left: 2px;
  text-decoration: line-through;
}
#register-v2-content > .inner #gift-box .intro-box .function-intro {
  padding: 0 30px;
  color: #fffdad;
  font-size: 13px;
  margin-top: 17px;
}
#register-v2-content > .inner #gift-box .intro-box .function-intro .underline {
  text-decoration: underline;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#register-v2-content > .inner #gift-box .intro-box .function-intro .underline:hover {
  opacity: 0.8;
}
#register-v2-content > .inner #gift-box .btn.pay-btn {
  height: 40px;
  line-height: 40px;
  padding: 0 52px;
  border-radius: 20px;
  box-shadow: 0px 8px 12px 0px rgba(39, 131, 46, 0.16);
  margin-top: 20px;
}
#register-v2-content > .inner #gift-box .invoice-tips {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: #353535;
  font-size: 12px;
  margin-top: 8px;
}
#register-v2-content > .inner #gift-box .invoice-tips .icon {
  width: 12px;
  height: 12px;
  margin-right: 3px;
}
#register-v2-content > .inner #gift-box .bottom-tips {
  height: 20px;
  line-height: 20px;
  margin-top: 30px;
  color: #555555;
  font-size: 14px;
}
#register-v2-content > .inner #gift-box .partner-list {
  margin: 20px 0 82px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
#register-v2-content > .inner #gift-box .partner-list .partner-li {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
#register-v2-content > .inner #gift-box .partner-list .partner-li .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 22px;
}
#register-v2-content > .inner #gift-box .partner-list .partner-li .nickname {
  color: #8d8d8d;
  font-size: 12px;
  margin-top: 4px;
  width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
#register-v2-content > .inner #gift-box .btn.jump-btn {
  position: absolute;
  right: 24px;
  bottom: 16px;
}
#register-v2-content > .inner #auth-box {
  margin-top: 74px;
}
#register-v2-content > .inner #auth-box .free-trail-box {
  width: 502px;
  height: 36px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 13px;
  color: rgba(0, 65, 0, 0.85);
  background-image: url(//assets.yiban.io/assets/imgs/register-v2/bg__free-trail-1-5e61d97903.png);
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 68px;
}
#register-v2-content > .inner #auth-box .free-trail-box img {
  width: 20px;
  margin-right: 4px;
}
#register-v2-content > .inner #auth-box .logo-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
}
#register-v2-content > .inner #auth-box .logo-box .logo {
  width: 70px;
  height: 70px;
  position: relative;
  z-index: 2;
}
#register-v2-content > .inner #auth-box .logo-box .icon {
  width: 20px;
  height: 20px;
  margin: 0 32px;
  position: relative;
  z-index: 2;
}
#register-v2-content > .inner #auth-box .logo-box .dashed-line {
  width: 126px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
#register-v2-content > .inner #auth-box .btn.auth-btn {
  height: 40px;
  line-height: 40px;
  padding: 0 87px;
  margin-top: 25px;
}
#register-v2-content > .inner #auth-box > .tips {
  height: 17px;
  line-height: 17px;
  margin-top: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
#register-v2-content > .inner #auth-box > .tips .icon {
  width: 15px;
  height: 15px;
  margin-right: 3px;
}
#register-v2-content > .inner #auth-box > .tips .text {
  font-size: 12px;
  color: #8d8d8d;
  position: relative;
  top: 1px;
}
#register-v2-content > .inner #auth-box .unauth-tips {
  margin-top: 32px;
}
#register-v2-content > .inner #auth-box .unauth-tips .title {
  font-size: 14px;
  color: #353535;
}
#register-v2-content > .inner #auth-box .unauth-tips .tip-list {
  width: 266px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
}
#register-v2-content > .inner #auth-box .unauth-tips .tip-list .tip-li {
  width: 50%;
  font-size: 13px;
  color: #8d8d8d;
  position: relative;
  text-align: left;
  margin-top: 9px;
  white-space: nowrap;
}
#register-v2-content > .inner #auth-box .unauth-tips .tip-list .tip-li.indent {
  left: 54px;
}
#register-v2-content > .inner #auth-box .unauth-tips .tip-list .tip-li::before {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #24be48;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -10px;
}
#register-v2-content > .inner #auth-box .a-btn.contact-btn {
  position: absolute;
  right: 97px;
  bottom: 20px;
}
#register-v2-content > .inner #auth-box .btn.jump-btn {
  position: absolute;
  right: 24px;
  bottom: 16px;
}
#register-v2-content > .inner #download-box {
  margin-top: 43px;
}
#register-v2-content > .inner #download-box .check-detail-tag {
  color: #3dc0ce;
}
#register-v2-content > .inner #download-box .download-view {
  padding-bottom: 60px;
  min-height: 710px;
}
#register-v2-content > .inner #download-box .download-view .browsers {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0 55px;
}
#register-v2-content > .inner #download-box .download-view .browsers .browser {
  min-width: 85px;
  min-height: 85px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
#register-v2-content > .inner #download-box .download-view .browsers .browser > img {
  width: 42px;
  height: 42px;
}
#register-v2-content > .inner #download-box .download-view .browsers .browser > p {
  color: #737373;
  font-size: 12px;
  text-align: center;
  margin-top: 16px;
}
#register-v2-content > .inner #download-box .download-view .browsers .browser.active {
  background: #fff;
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  padding: 13px 11px;
  min-width: 120px;
  min-height: 120px;
  -webkit-transform: translateY(-14px);
  transform: translateY(-14px);
}
#register-v2-content > .inner #download-box .download-view .browsers .browser.active > img {
  width: 70px;
  height: 70px;
}
#register-v2-content > .inner #download-box .download-view .browsers .browser.active > p {
  font-size: 15px;
  font-weight: bold;
}
#register-v2-content > .inner #download-box .download-view .layout-btn {
  width: 218px;
  height: 40px;
  background: #20c05c;
  color: #fff;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  outline: none;
  border: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#register-v2-content > .inner #download-box .download-view .layout-btn:hover {
  opacity: 0.9;
}
#register-v2-content > .inner #download-box .download-view .layout-btn.single {
  margin: auto;
}
#register-v2-content > .inner #download-box .download-view .layout-1 .layout-btn {
  margin-top: 60px;
}
#register-v2-content > .inner #download-box .download-view .layout-1 .version {
  margin-top: 16px;
  color: #b0b0b0;
  font-size: 12px;
}
#register-v2-content > .inner #download-box .download-view .layout-1 .baidu-version {
  color: #b0b0b0;
  font-size: 12px;
}
#register-v2-content > .inner #download-box .download-view .layout-1 .part-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 60px;
}
#register-v2-content > .inner #download-box .download-view .layout-1 .part-wrap .left-part {
  width: 330px;
  text-align: left;
}
#register-v2-content > .inner #download-box .download-view .layout-1 .part-wrap .left-part .text-box {
  margin-bottom: 33px;
}
#register-v2-content > .inner #download-box .download-view .layout-1 .part-wrap .left-part .text-box > h3 {
  color: #434343;
  font-size: 16px;
  margin: 14px 0;
}
#register-v2-content > .inner #download-box .download-view .layout-1 .part-wrap .left-part .text-box > p {
  width: 253px;
}
#register-v2-content > .inner #download-box .download-view .layout-1 .part-wrap .right-part > img {
  width: 400px;
  height: 266px;
}
#register-v2-content > .inner #download-box .download-view .layout-2 .btn-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 200px;
  margin-top: 60px;
}
#register-v2-content > .inner #download-box .download-view .layout-2 .version-wrap {
  padding: 0 140px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 16px;
  color: #b0b0b0;
  font-size: 12px;
}
#register-v2-content > .inner #download-box .download-view .layout-2 .version-wrap > div {
  width: 330px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
#register-v2-content > .inner #download-box .download-view .layout-2 .part-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 60px;
}
#register-v2-content > .inner #download-box .download-view .layout-2 .part-wrap .left-part {
  width: 303px;
  text-align: left;
}
#register-v2-content > .inner #download-box .download-view .layout-2 .part-wrap .left-part .text-box {
  margin-bottom: 33px;
}
#register-v2-content > .inner #download-box .download-view .layout-2 .part-wrap .left-part .text-box > h3 {
  color: #434343;
  font-size: 16px;
  margin: 14px 0;
}
#register-v2-content > .inner #download-box .download-view .layout-2 .part-wrap .left-part .text-box > p {
  width: 253px;
}
#register-v2-content > .inner #download-box .download-view .layout-2 .part-wrap .right-part > img {
  width: 417px;
  height: 214px;
}
#register-v2-content > .inner #download-box .download-view .layout-3 .btn-wrap {
  margin-top: 60px;
}
#register-v2-content > .inner #download-box .download-view .layout-3 .layout-btn.single {
  margin-top: 27px;
}
#register-v2-content > .inner #download-box .download-view .layout-3 .info {
  color: #4a4a4a;
  font-size: 14px;
  margin-top: 22px;
}
#register-v2-content > .inner #download-box .download-view .layout-3 .version {
  margin-top: 16px;
  color: #b0b0b0;
  font-size: 12px;
}
#register-v2-content > .inner #download-box .download-view .layout-3 .install-video {
  margin-top: 11px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
#register-v2-content > .inner #download-box .download-view .layout-3 .install-video > img {
  width: 13px;
  height: 13px;
  margin-right: 8px;
}
#register-v2-content > .inner #download-box .download-view .layout-3 .install-video > span {
  color: #5aa0ff;
  font-size: 12px;
}
#register-v2-content > .inner #download-box .download-view .layout-3 .img-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 30px;
}
#register-v2-content > .inner #download-box .download-view .layout-3 .img-wrap > img {
  width: 280px;
}
#register-v2-content > .inner #download-box .download-view .layout-3 .img-wrap > img.arrow {
  width: 40px;
  box-shadow: none;
}
#register-v2-content > .inner #download-box .download-view .layout-3 .text-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 30px;
}
#register-v2-content > .inner #download-box .download-view .layout-3 .text-wrap .text-box {
  width: 280px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: left;
}
#register-v2-content > .inner #download-box .download-view .layout-3 .text-wrap .text-box > h3 {
  margin-top: 33px;
  margin-bottom: 7px;
}
#register-v2-content > .inner #download-box .download-view .layout-3 .text-wrap .text-box > p {
  line-height: 25px;
}
#register-v2-content > .inner #download-box .download-view .layout-3 .text-wrap .text-box > p.highlight {
  position: relative;
}
#register-v2-content > .inner #download-box .download-view .layout-3 .text-wrap .text-box > p.highlight::before {
  content: "*";
  position: absolute;
  left: -10px;
  top: 5px;
  color: #20c05c;
}
#register-v2-content > .inner #download-box .download-view .layout-3 .text-wrap .text-box input {
  width: 130px;
  outline: none;
  border: 0;
  color: #20c05c;
  position: relative;
  top: -1px;
  font-weight: 700;
  background: transparent;
}
#register-v2-content > .inner #download-box .download-view .layout-3 .text-wrap .arrow {
  width: 40px;
}
#register-v2-content > .inner #download-box .download-view .chrome {
  position: relative;
}
#register-v2-content > .inner #download-box .download-view .chrome .hint {
  position: absolute;
  left: 611px;
  top: 56px;
  font-size: 14px;
  color: #4a4a4a;
}
#register-v2-content > .inner #download-box .download-view .chrome .install-video {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
#register-v2-content > .inner #download-box .download-view .chrome .install-video > img {
  width: 13px;
  height: 13px;
  margin-right: 8px;
}
#register-v2-content > .inner #download-box .download-view .sogou .sogou-wrap {
  margin-top: 60px;
}
#register-v2-content > .inner #download-box .download-view .sogou .sogou-wrap .icon {
  margin-bottom: 30px;
}
#register-v2-content > .inner #download-box .download-view .sogou .sogou-wrap > p {
  margin-bottom: 5px;
}
#register-v2-content > .inner #download-box .download-view .sogou .sogou-wrap > p > span {
  color: #20c05c;
}
#register-v2-content > .inner #download-box .download-view .baidu .baidu-version {
  margin-top: 15px;
}
#register-v2-content > .inner #authed-mp-list-box .authed-mp-list {
  width: 100%;
  padding: 0 60px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 22px;
}
#register-v2-content > .inner #authed-mp-list-box .authed-mp-list li {
  margin-top: 34px;
  margin-right: 48px;
}
#register-v2-content > .inner #authed-mp-list-box .authed-mp-list .authed-mp-li {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
#register-v2-content > .inner #authed-mp-list-box .authed-mp-list .authed-mp-li .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 14px;
}
#register-v2-content > .inner #authed-mp-list-box .authed-mp-list .authed-mp-li .info-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
#register-v2-content > .inner #authed-mp-list-box .authed-mp-list .authed-mp-li .info-box .nickname {
  height: 20px;
  line-height: 20px;
  color: #353535;
  font-size: 14px;
  width: 72px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
#register-v2-content > .inner #authed-mp-list-box .authed-mp-list .authed-mp-li .info-box .auth-status-box {
  margin-top: 1px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}
#register-v2-content > .inner #authed-mp-list-box .authed-mp-list .authed-mp-li .info-box .auth-status-box .type {
  color: #8d8d8d;
  font-size: 13px;
}
#register-v2-content > .inner #authed-mp-list-box .authed-mp-list .authed-mp-li .info-box .auth-status-box .auth-text {
  height: 15px;
  line-height: 15px;
  white-space: nowrap;
  padding: 0 7px;
  color: white;
  background: #1fc05c;
  border-radius: 10px;
  font-size: 10px;
}
#register-v2-content > .inner #authed-mp-list-box .authed-mp-list .add-li {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#register-v2-content > .inner #authed-mp-list-box .authed-mp-list .add-li:hover .icon {
  display: none;
}
#register-v2-content > .inner #authed-mp-list-box .authed-mp-list .add-li:hover .icon.active {
  display: block !important;
}
#register-v2-content > .inner #authed-mp-list-box .authed-mp-list .add-li .icon {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
#register-v2-content > .inner #authed-mp-list-box .authed-mp-list .add-li .icon.active {
  display: none;
}
#register-v2-content > .inner #authed-mp-list-box .authed-mp-list .add-li .text {
  color: #353535;
  font-size: 14px;
}
#register-v2-content > .inner #authed-mp-list-box .a-btn.contact-btn {
  position: absolute;
  right: 122px;
  bottom: 20px;
}
#register-v2-content > .inner #authed-mp-list-box .btn.complete-btn {
  position: absolute;
  right: 24px;
  bottom: 16px;
}
#register-v2-content > .inner #weiban-recommendation-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
}
#register-v2-content > .inner #weiban-recommendation-box .weiban-header-title-box {
  text-align: left;
  width: 1063px;
  height: 0px;
  z-index: 1;
  margin-bottom: -44px;
  margin-top: 44px;
}
#register-v2-content > .inner #weiban-recommendation-box .weiban-header-title-box .title {
  margin-bottom: 10px;
}
#register-v2-content > .inner #weiban-recommendation-box .weiban-header-title-box p {
  margin-left: 38px;
  font-size: 32px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: bold;
  color: #262626;
  line-height: 45px;
}
#register-v2-content > .inner #weiban-recommendation-box .weiban-header-title-box p span {
  color: #1854ff;
}
#register-v2-content > .inner #weiban-recommendation-box .weiban-introduce-box {
  background: #366af0 -webkit-linear-gradient(316deg, #ebfffc 0%, #fcfdfe 24%, #d5e4ff 83%, #fdf1f5 100%, #fff2f4 100%);
  background: #366af0 linear-gradient(134deg, #ebfffc 0%, #fcfdfe 24%, #d5e4ff 83%, #fdf1f5 100%, #fff2f4 100%);
  width: 100%;
  height: 366px;
}
#register-v2-content > .inner #weiban-recommendation-box .weiban-introduce-box .weiban-introduce-warp-box {
  width: 100%;
  height: 100%;
  background: url(https://cdn.yiban.io/article-material-previews/v2/weiban-bgc-pic.png) no-repeat;
  background-size: 1358px 366px;
  background-position: center center;
}
#register-v2-content > .inner #weiban-recommendation-box .weiban-banner-box {
  width: 1063px;
  height: 324px;
  background: #ffffff;
  box-shadow: 0px 2px 48px 4px rgba(151, 158, 181, 0.12), 0px -8px 27px 2px rgba(161, 170, 255, 0.11);
  border-radius: 2px;
  padding: 36px 58px 50px 58px;
  margin-top: -184px;
}
#register-v2-content > .inner #weiban-recommendation-box .weiban-banner-box .weiban-banner-title-box {
  text-align: center;
}
#register-v2-content > .inner #weiban-recommendation-box .weiban-banner-box .weiban-banner-title-box img {
  width: 197px;
  height: 46px;
}
#register-v2-content > .inner #weiban-recommendation-box .weiban-banner-box .weiban-banner-title-box p {
  margin-top: 14px;
  font-size: 26px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: bold;
  color: #384a6b;
  line-height: 37px;
}
#register-v2-content > .inner #weiban-recommendation-box .weiban-banner-box .weiban-banner-content-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  background: #f7f9fd;
  width: 100%;
  height: 116px;
  padding: 13px 34px 25px 34px;
  margin-top: 22px;
}
#register-v2-content > .inner #weiban-recommendation-box .weiban-banner-box .weiban-banner-content-box .weiban-item-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
#register-v2-content > .inner #weiban-recommendation-box .weiban-banner-box .weiban-banner-content-box .weiban-item-list .weiban-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 12px;
}
#register-v2-content > .inner #weiban-recommendation-box .weiban-banner-box .weiban-banner-content-box .weiban-item-list .weiban-item img {
  width: 28px;
  height: 29px;
}
#register-v2-content > .inner #weiban-recommendation-box .weiban-banner-box .weiban-banner-content-box .weiban-item-list .weiban-item p {
  margin-left: 8px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 22px;
}
#register-v2-content > .inner #weiban-recommendation-box .weiban-slide-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 1063px;
  height: 100%;
}
#register-v2-content > .inner #weiban-recommendation-box .weiban-slide-box .weiban-slide-title-box {
  text-align: center;
  margin: 56px 0px 36px 0px;
}
#register-v2-content > .inner #weiban-recommendation-box .weiban-slide-box .weiban-slide-title-box p {
  font-size: 28px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  line-height: 40px;
}
#register-v2-content > .inner #weiban-recommendation-box .weiban-slide-box .weiban-slide-item-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
}
#register-v2-content > .inner #weiban-recommendation-box .weiban-slide-box .weiban-slide-item-box .weiban-slide-item-module {
  width: 311px;
  height: 310px;
  background: #ffffff;
  box-shadow: 0px 2px 48px 4px rgba(151, 157, 181, 0.12);
  border-radius: 2px;
  padding: 45px 30px 30px 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
#register-v2-content > .inner #weiban-recommendation-box .weiban-slide-box .weiban-slide-item-box .weiban-slide-item-module .weiban-silde-icon {
  width: 56px;
  height: 56px;
}
#register-v2-content > .inner #weiban-recommendation-box .weiban-slide-box .weiban-slide-item-box .weiban-slide-item-module .weiban-silde-icon img {
  width: 100%;
  height: 100%;
}
#register-v2-content > .inner #weiban-recommendation-box .weiban-slide-box .weiban-slide-item-box .weiban-slide-item-module .weiban-silde-line {
  width: 251px;
  height: 1px;
  background: #f6f6f6;
  margin: 24px 0px 35px 0px;
}
#register-v2-content > .inner #weiban-recommendation-box .weiban-slide-box .weiban-slide-item-box .weiban-slide-item-module .weiban-silde-subtitle {
  text-align: center;
}
#register-v2-content > .inner #weiban-recommendation-box .weiban-slide-box .weiban-slide-item-box .weiban-slide-item-module .weiban-silde-subtitle p {
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #191e31;
  line-height: 28px;
}
#register-v2-content > .inner #weiban-recommendation-box .weiban-slide-box .weiban-slide-item-box .weiban-slide-item-module .weiban-silde-text {
  text-align: left;
  margin-top: 24px;
}
#register-v2-content > .inner #weiban-recommendation-box .weiban-slide-box .weiban-slide-item-box .weiban-slide-item-module .weiban-silde-text p {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
#register-v2-content > .inner #weiban-recommendation-box .weiban-see-more-btn {
  margin-top: 32px;
  margin-bottom: 134px;
  width: 158px;
  height: 45px;
  background: #fdfdfd;
  box-shadow: 0px 7px 27px 2px rgba(161, 170, 255, 0.21);
  border-radius: 27px;
  border: 2px solid #ffffff;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0px 32px;
  cursor: pointer;
}
#register-v2-content > .inner #weiban-recommendation-box .weiban-see-more-btn p {
  font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #5b84f6;
  letter-spacing: 1px;
}
#register-v2-content > .inner #weiban-recommendation-box .weiban-see-more-btn img {
  width: 8px;
  height: 13px;
  margin-left: 16px;
}
#register-v2-content > .inner #weiban-recommendation-box .weiban-see-more-btn:hover {
  width: 158px;
  height: 45px;
  background: #fdfdfd;
  box-shadow: 0px 5px 18px 2px rgba(161, 170, 255, 0.21);
  border-radius: 27px;
  border: 2px solid #ffffff;
  cursor: pointer;
}
#register-v2-content > .inner #weiban-recommendation-box .weiban-see-more-btn:hover p {
  font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #306bff;
  letter-spacing: 1px;
}
#register-v2-content > .inner #weiban-recommendation-box .smile-icon {
  width: 22px;
  height: 21px;
}
#register-v2-content > .inner #weiban-recommendation-box .weiban-fotter {
  width: 100%;
  height: 102px;
  background: #ffffff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  align-items: flex-end;
  position: fixed;
  bottom: 0px;
}
#register-v2-content > .inner #weiban-recommendation-box .weiban-fotter .weiban-fotter-btn {
  width: 1063px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 24px;
}
#register-v2-content > .inner #weiban-recommendation-box .weiban-fotter .weiban-fotter-btn .weiban-style-btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 286px;
  height: 54px;
  background: -webkit-linear-gradient(304deg, #5ebdff 0%, #306bff 100%);
  background: linear-gradient(146deg, #5ebdff 0%, #306bff 100%);
  box-shadow: 0px 8px 18px -2px rgba(130, 158, 227, 0.65);
  border-radius: 2px;
}
#register-v2-content > .inner #weiban-recommendation-box .weiban-fotter .weiban-fotter-btn .weiban-style-btn span {
  font-size: 18px;
  font-family: AlibabaPuHuiTiM;
  color: #ffffff;
  line-height: 25px;
  letter-spacing: 1px;
}
#register-v2-content > .inner #weiban-recommendation-box .weiban-fotter .weiban-fotter-btn .weiban-style-btn:hover {
  width: 286px;
  height: 54px;
  background: -webkit-linear-gradient(304deg, #4ea0f5 0%, #2e66f5 100%);
  background: linear-gradient(146deg, #4ea0f5 0%, #2e66f5 100%);
  box-shadow: 0px 5px 16px -2px rgba(130, 158, 227, 0.65);
  border-radius: 2px;
}
#register-v2-content > .inner #weiban-recommendation-box .weiban-fotter .weiban-fotter-btn .jump-btn {
  cursor: pointer;
  align-self: flex-end;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  margin-top: -24px;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
#register-v2-content > .inner #complete-box {
  padding-top: 27px;
}
#register-v2-content > .inner #complete-box > .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
#register-v2-content > .inner #complete-box > .title .icon {
  width: 22px;
  height: 22px;
  margin-right: 6px;
}
#register-v2-content > .inner #complete-box > .title .text {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
}
#register-v2-content > .inner #complete-box > .gift-box {
  margin: 0 auto;
  margin-top: 16px;
  width: 714px;
  height: 36px;
  background-image: url(//assets.yiban.io/assets/imgs/register-v2/bg__free-trail-2-debaa1ecfa.png);
  background-size: 100% 100%;
  color: rgba(0, 65, 0, 0.85);
  font-size: 13px;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#register-v2-content > .inner #complete-box > .gift-box .col-flex {
  -webkit-box-flex: 1;
  flex: 1;
}
#register-v2-content > .inner #complete-box > .gift-box .col {
  display: block;
}
#register-v2-content > .inner #complete-box > .gift-box .book-icon {
  width: 22px;
  height: 22px;
  margin-right: 4px;
}
#register-v2-content > .inner #complete-box > .gift-box a,
#register-v2-content > .inner #complete-box > .gift-box .blue {
  text-decoration: none;
  color: #459ae9;
  margin: 0 5px;
}
#register-v2-content > .inner #complete-box .feature-img-box {
  margin-top: 26px;
  padding: 0 70px;
}
#register-v2-content > .inner #complete-box .feature-img-box .title {
  text-align: left;
  font-size: 16px;
  color: #353535;
  height: 22px;
  line-height: 22px;
}
#register-v2-content > .inner #complete-box .feature-img-box .feature-img-list {
  margin-top: 24px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
#register-v2-content > .inner #complete-box .feature-img-box .feature-img-list .feature-img-li {
  width: 348px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: relative;
}
#register-v2-content > .inner #complete-box .feature-img-box .feature-img-list .feature-img-li .label {
  font-size: 14px;
  color: #353535;
  font-weight: 500;
  white-space: nowrap;
}
#register-v2-content > .inner #complete-box .feature-img-box .feature-img-list .feature-img-li .img {
  margin-top: 18px;
  width: 348px;
  height: 232px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.09);
}
#register-v2-content > .inner #complete-box .btn.go-mp-btn {
  position: absolute;
  right: 24px;
  bottom: 16px;
}
#register-v2-content > .inner .temp-qr-wrap {
  position: fixed;
  left: -999rem;
  z-index: 0;
}
#register-v2-content .slide-in-section {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, 0.93);
  z-index: 1000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#register-v2-content .slide-in-section.active .inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#register-v2-content .slide-in-section .inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 620px;
  background: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transform: translateY(-800px);
  transform: translateY(-800px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#register-v2-content .slide-in-section .inner::before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 102px;
  left: 50%;
  top: -53px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  z-index: 10;
}
#register-v2-content .slide-in-section .guide-p {
  font-size: 24px;
  color: #3a3a3a;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 80px;
}
#register-v2-content .slide-in-section .tip {
  position: absolute;
  left: 50px;
  bottom: 26px;
  background: #fffbe6;
  padding: 19px 24px;
  width: 272px;
  border: 1px solid #ffe58f;
  border-radius: 4px;
}
#register-v2-content .slide-in-section .tip::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #fffbe6;
  border: 1px solid transparent;
  border-bottom-color: #ffe58f;
  border-right-color: #ffe58f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: -6px;
  left: 40px;
  z-index: 10px;
}
#register-v2-content .slide-in-section .tip .close-tip-btn {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
}
#register-v2-content .slide-in-section .tip > p {
  text-align: left;
}
#register-v2-content .slide-in-section .close-btn {
  position: absolute;
  padding: 5px;
  left: 50%;
  top: -100px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  border: 1px solid #fff;
  z-index: 10;
  cursor: pointer;
}
#register-v2-content .slide-in-section .close-btn > img {
  width: 30px;
  height: 30px;
}
#register-v2-content .slide-in-section .layout-one {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
#register-v2-content .slide-in-section .layout-one .left-part {
  width: 330px;
  text-align: left;
}
#register-v2-content .slide-in-section .layout-one .left-part .text-box {
  margin-bottom: 30px;
}
#register-v2-content .slide-in-section .layout-one .right-part {
  width: 400px;
}
#register-v2-content .slide-in-section .layout-one .right-part > img {
  width: 100%;
}
#register-v2-content .slide-in-section .layout-two {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
#register-v2-content .slide-in-section .layout-two .left-part {
  width: 320px;
  text-align: left;
}
#register-v2-content .slide-in-section .layout-two .left-part .text-box {
  margin-bottom: 30px;
}
#register-v2-content .slide-in-section .layout-two .right-part {
  width: 400px;
}
#register-v2-content .slide-in-section .layout-two .right-part > img {
  width: 100%;
}
#register-v2-content .slide-in-section .layout-three .img-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 30px;
}
#register-v2-content .slide-in-section .layout-three .img-wrap > img {
  width: 280px;
}
#register-v2-content .slide-in-section .layout-three .img-wrap > img.arrow {
  width: 40px;
  box-shadow: none;
}
#register-v2-content .slide-in-section .layout-three .text-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 30px;
}
#register-v2-content .slide-in-section .layout-three .text-wrap .text-box {
  width: 280px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: left;
}
#register-v2-content .slide-in-section .layout-three .text-wrap .text-box > h3 {
  margin-top: 33px;
  margin-bottom: 7px;
}
#register-v2-content .slide-in-section .layout-three .text-wrap .text-box > p {
  line-height: 25px;
}
#register-v2-content .slide-in-section .layout-three .text-wrap .text-box > p.highlight {
  position: relative;
}
#register-v2-content .slide-in-section .layout-three .text-wrap .text-box > p.highlight::before {
  content: "*";
  position: absolute;
  left: -10px;
  top: 5px;
  color: #20c05c;
}
#register-v2-content .slide-in-section .layout-three .text-wrap .text-box input {
  width: 130px;
  outline: none;
  border: 0;
  color: #20c05c;
  position: relative;
  top: -1px;
  font-weight: 700;
  background: transparent;
}
#register-v2-content .slide-in-section .layout-three .text-wrap .arrow {
  width: 40px;
}
#register-v2-content > .inner .align-center {
  text-align: center;
}
#register-v2-content > .inner .text-line {
  text-decoration: line-through;
}
#register-v2-content > .inner #gift-box .intro-box-new {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 786px;
  margin: 23px auto;
}
#register-v2-content > .inner #gift-box .intro-box-new > div {
  width: 244px;
  height: 203px;
  background: -webkit-linear-gradient(311deg, #56be5d 0%, #56be5d 100%);
  background: linear-gradient(139deg, #56be5d 0%, #56be5d 100%);
  border-radius: 4px;
  padding: 14px 11px 9px;
}
#register-v2-content > .inner #gift-box .intro-box-new > div .title {
  font-size: 19px;
  font-weight: 600;
  color: #ffffff;
  line-height: 26px;
  margin-bottom: 9px;
}
#register-v2-content > .inner #gift-box .intro-box-new > div > div {
  width: 100%;
  height: 142px;
  background: #ffffff;
  border-radius: 4px;
  opacity: 0.93;
}
#register-v2-content > .inner #gift-box .intro-box-new > div > div .text {
  font-size: 13px;
  color: #999999;
  line-height: 18px;
}
#register-v2-content > .inner #gift-box .intro-box-new > div > div .func-list {
  font-size: 13px;
  color: #333333;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0 0;
}
#register-v2-content > .inner #gift-box .intro-box-new > div > div .func-list li {
  width: 49%;
  margin-bottom: 15px;
  text-align: left;
  padding-left: 14px;
}
#register-v2-content > .inner #gift-box .intro-box-new > div > div.price-content .bold {
  font-weight: 500;
}
#register-v2-content > .inner #gift-box .intro-box-new > div > div.price-content .price {
  font-size: 15px;
  color: #333333;
  line-height: 21px;
}
#register-v2-content > .inner #gift-box .intro-box-new > div > div.price-content .price.bold {
  padding: 25px 0 8px;
}
#register-v2-content > .inner #gift-box .intro-box-new > div > div.price-content .price span {
  font-size: 48px;
  font-weight: 500;
  color: #56be5d;
}
#register-v2-content > .inner #gift-box .intro-box-new > div > div.price-content .text {
  margin-top: 25px;
}
#register-v2-content > .inner #gift-box .intro-box-new > div > div .gift-icon-list {
  padding-left: 18px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  height: 105px;
}
#register-v2-content > .inner #gift-box .intro-box-new > div > div .gift-icon-list img {
  width: 36px;
  height: 36px;
  margin-top: 13px;
  margin-right: 15px;
  cursor: pointer;
}
#register-v2-content > .inner #gift-box .intro-box-new > div > div .gift-icon-list img:hover {
  opacity: 0.8;
}
#register-v2-content > .inner #gift-box .intro-box-new > div > div .more-gift {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 8px 8px 0;
}
#register-v2-content > .inner #gift-box .intro-box-new > div > div .more-gift .text {
  cursor: pointer;
}
#register-v2-content > .inner #gift-box .intro-box-new > div > div .more-gift .text:hover {
  color: #24be48;
}
#register-v2-content > .inner #gift-box .intro-box-new > div > div .more-gift p:not(.text) {
  font-size: 15px;
  color: #333333;
}
#register-v2-content > .inner #gift-box .intro-box-new > div > div .more-gift p:not(.text) span {
  width: 24px;
  height: 21px;
  background: #56be5d;
  border-radius: 3px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
#register-v2-content > .inner #gift-box .countdown-box-new {
  font-size: 14px;
  color: #333333;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 13px 0 17px;
}
#register-v2-content > .inner #gift-box .countdown-box-new #count-down-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
#register-v2-content > .inner #gift-box .countdown-box-new #count-down-box .time {
  width: 26px;
  height: 27px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin: 0 6px;
}
#register-v2-content > .inner #gift-box .countdown-box-new #count-down-box .time::before {
  content: "";
  width: 100%;
  height: 13px;
  background: #56be48;
  border-radius: 2px 2px 4px 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#register-v2-content > .inner #gift-box .countdown-box-new #count-down-box .time::after {
  content: "";
  width: 100%;
  height: 13px;
  background: #56be48;
  border-radius: 4px 4px 2px 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#register-v2-content > .inner #gift-box .pay-btn.pay-btn-new {
  width: 219px;
  border-radius: 3px;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 > .title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 36px;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 > .title .text {
  font-weight: 600;
  font-size: 22px;
  color: #333333;
  position: relative;
  margin-right: 8px;
  z-index: 10;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 > .title .text .line {
  position: absolute;
  left: -14px;
  top: 20px;
  width: 111px;
  z-index: -1;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 > .title .icon {
  width: 33px;
  position: relative;
  top: 2px;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .intro-box-new-yb-423 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  position: relative;
  left: -4px;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .intro-box-new-yb-423 .function-box {
  width: 242px;
  height: 202px;
  background: #a1f0be;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  padding: 8px 6px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .intro-box-new-yb-423 .function-box .bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .intro-box-new-yb-423 .function-box .title {
  font-weight: 600;
  font-size: 17px;
  color: #078d39;
  margin-bottom: 8px;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .intro-box-new-yb-423 .function-box .function-content {
  width: 231px;
  height: 156px;
  background: #ffffff;
  border-radius: 13px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 15px 18px;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .intro-box-new-yb-423 .function-box .function-content .func-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .intro-box-new-yb-423 .function-box .function-content .func-list li {
  width: 50%;
  font-weight: 400;
  font-size: 13px;
  color: #333333;
  text-align: left;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .intro-box-new-yb-423 .function-box .function-content .func-list li span {
  position: relative;
  z-index: 1;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .intro-box-new-yb-423 .function-box .function-content .func-list li span::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 100%;
  height: 7px;
  left: 7px;
  bottom: 0;
  background: #b7ffc4;
  border-radius: 3px;
  opacity: 0.6;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .intro-box-new-yb-423 .function-box .function-content .fun-bottom-tips {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 13px;
  color: #999999;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .intro-box-new-yb-423 .function-box .function-content .fun-bottom-tips img {
  position: relative;
  top: 3px;
  margin-right: 3px;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .intro-box-new-yb-423 .price-box-new {
  width: 268px;
  height: 224px;
  background: #1fc15b;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.17);
  border-radius: 14px;
  border: 1px solid rgba(151, 151, 151, 0.12);
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  padding: 9px 6px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .intro-box-new-yb-423 .price-box-new > .title {
  font-weight: 600;
  font-size: 19px;
  color: #ffffff;
  margin-bottom: 8px;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .intro-box-new-yb-423 .price-box-new .price-content {
  width: 100%;
  -webkit-box-flex: 1;
  flex: 1;
  min-height: 0;
  background: #ffffff;
  border-radius: 14px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-bottom: 12px;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .intro-box-new-yb-423 .price-box-new .price-content .price-item {
  margin-top: 16px;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .intro-box-new-yb-423 .price-box-new .price-content .price-item .price-text {
  font-weight: 400;
  font-size: 16px;
  color: #56be48;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .intro-box-new-yb-423 .price-box-new .price-content .price-item .price-text > span {
  font-weight: bold;
  font-size: 74px;
  color: #1fc15b;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .intro-box-new-yb-423 .price-box-new .price-content .price-item .origin-price {
  font-weight: 400;
  font-size: 13px;
  color: #c1c1c1;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  position: relative;
  top: -12px;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .intro-box-new-yb-423 .price-box-new .price-content .price-bottom-tips {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .intro-box-new-yb-423 .price-box-new .price-content .price-bottom-tips span {
  font-size: 18px;
  color: #56be48;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .intro-box-new-yb-423 .price-box-new .price-content .price-bottom-tips.ai-tips {
  display: none;
  font-size: 13px;
  color: #ff5800;
  position: relative;
  cursor: pointer;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .intro-box-new-yb-423 .price-box-new .price-content .price-bottom-tips.ai-tips:hover .ai-tool-tips {
  display: block;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .intro-box-new-yb-423 .price-box-new .price-content .price-bottom-tips.ai-tips.show {
  display: block;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .intro-box-new-yb-423 .price-box-new .price-content .price-bottom-tips.ai-tips .info {
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: fit-content;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .intro-box-new-yb-423 .price-box-new .price-content .price-bottom-tips.ai-tips .ai-tool-tips {
  display: none;
  position: absolute;
  top: -32px;
  right: 6px;
  width: 206px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  background: #FFFFFF;
  color: #333;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .intro-box-new-yb-423 .price-box-new .price-content .price-bottom-tips.ai-tips .ai-tool-tips::before {
  content: '';
  border: 6px solid transparent;
  border-top-color: #FFFFFF;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
  position: absolute;
  top: 100%;
  left: 60%;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .intro-box-new-yb-423 .gift-box-new {
  width: 242px;
  height: 202px;
  background: #a1f0be;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  padding: 8px 6px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .intro-box-new-yb-423 .gift-box-new .bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .intro-box-new-yb-423 .gift-box-new .title {
  font-weight: 600;
  font-size: 17px;
  color: #078d39;
  margin-bottom: 6px;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .intro-box-new-yb-423 .gift-box-new .gift-content {
  -webkit-box-flex: 1;
  flex: 1;
  min-height: 0;
  background: #ffffff;
  border-radius: 14px;
  padding: 12px;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .intro-box-new-yb-423 .gift-box-new .gift-content .gift-icon-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 14px;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .intro-box-new-yb-423 .gift-box-new .gift-content .gift-icon-list li img {
  width: 38px;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .intro-box-new-yb-423 .gift-box-new .gift-content .more-gift {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 14px;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .intro-box-new-yb-423 .gift-box-new .gift-content .more-gift .text {
  font-weight: 400;
  font-size: 13px;
  color: #999999;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .intro-box-new-yb-423 .gift-box-new .gift-content .more-gift .gift-count {
  font-weight: 400;
  font-size: 13px;
  color: #666666;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .intro-box-new-yb-423 .gift-box-new .gift-content .more-gift .gift-count > span {
  color: #64c457;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .countdown-box-new {
  margin-top: 17px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .countdown-box-new #countdown-box .time {
  color: #ff5800;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .countdown-box-new #countdown-box .time::before {
  background: #feeee6;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .countdown-box-new #countdown-box .time::after {
  background: #feeee6;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .countdown-box-new #countdown-box .unit {
  font-size: 14px;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .yb-423-primary {
  width: 301px;
  height: 40px;
  background: #1fc15b;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .yb-423-primary span {
  position: absolute;
  right: 0;
  top: -9px;
  height: 20px;
  background: #f4251a;
  border-radius: 10px;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  padding: 0 10px;
  display: none;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .yb-423-primary span.show {
  display: -webkit-box;
  display: flex;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .yb-423-primary:hover {
  opacity: 0.8;
}
#register-v2-content > .inner #gift-box .abtest-yb-423 .invoice-tips {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 66px;
}
#register-v2-content > .inner #gift-box .abtest-yb-643 {
  margin-top: 36px;
  padding-bottom: 32px;
}
#register-v2-content > .inner #gift-box .abtest-yb-643 .slogan {
  font-weight: bold;
  font-size: 18px;
  color: #353535;
  line-height: 25px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
#register-v2-content > .inner #gift-box .abtest-yb-643 .slogan .icon {
  display: block;
  width: 22px;
  height: 22px;
  margin-top: -10px;
  margin-right: -8px;
}
#register-v2-content > .inner #gift-box .abtest-yb-643 .users-box {
  margin-top: 24px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
#register-v2-content > .inner #gift-box .abtest-yb-643 .users-box .user-item {
  width: 36px;
  margin-right: 44px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
#register-v2-content > .inner #gift-box .abtest-yb-643 .users-box .user-item:last-of-type {
  margin-right: 0;
}
#register-v2-content > .inner #gift-box .abtest-yb-643 .users-box .user-item .icon {
  display: block;
  width: 36px;
  height: 36px;
}
#register-v2-content > .inner #gift-box .abtest-yb-643 .users-box .user-item .nickname {
  padding-top: 8px;
  font-size: 13px;
  color: #8D8D8D;
  line-height: 18px;
  white-space: nowrap;
}
#register-v2-content > .inner #gift-box .abtest-yb-643 .function-box {
  margin-top: 32px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
#register-v2-content > .inner #gift-box .abtest-yb-643 .function-box .function-item {
  margin-right: 16px;
}
#register-v2-content > .inner #gift-box .abtest-yb-643 .function-box .function-item:last-of-type {
  margin-right: 0;
}
#register-v2-content > .inner #gift-box .abtest-yb-643 .function-box .function-item .function-title {
  padding-left: 12px;
  height: 22px;
  font-weight: 600;
  font-size: 14px;
  color: #353535;
  line-height: 22px;
  position: relative;
  text-align: left;
}
#register-v2-content > .inner #gift-box .abtest-yb-643 .function-box .function-item .function-title::before {
  content: '';
  display: block;
  width: 3px;
  height: 10px;
  border-radius: 1px;
  background: #353535;
  position: absolute;
  left: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#register-v2-content > .inner #gift-box .abtest-yb-643 .function-box .function-item .demo {
  margin-top: 8px;
  width: 178px;
  height: 245px;
  background: #F1F2F4;
  border-radius: 10px;
}
#register-v2-content > .inner #gift-box .abtest-yb-643 .footer-box {
  margin-top: 24px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  justify-content: center;
}
#register-v2-content > .inner #gift-box .abtest-yb-643 .footer-box .price-desc {
  text-align: left;
}
#register-v2-content > .inner #gift-box .abtest-yb-643 .footer-box .price-desc .price-title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
#register-v2-content > .inner #gift-box .abtest-yb-643 .footer-box .price-desc .price-title .icon {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
#register-v2-content > .inner #gift-box .abtest-yb-643 .footer-box .price-desc .price-title .text {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 20px;
}
#register-v2-content > .inner #gift-box .abtest-yb-643 .footer-box .price-desc .gift-info {
  height: 22px;
  margin-top: 6px;
  margin-left: 28px;
  background: -webkit-linear-gradient(bottom, #fff4b6 5px, transparent 5px);
  background: linear-gradient(to top, #fff4b6 5px, transparent 5px);
  background-position: bottom -2px left 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: -webkit-fit-content;
  width: fit-content;
}
#register-v2-content > .inner #gift-box .abtest-yb-643 .footer-box .price-desc .gift-info .highlight {
  color: #FF9400;
}
#register-v2-content > .inner #gift-box .abtest-yb-643 .footer-box .price-content {
  position: relative;
  margin-left: -10px;
  margin-bottom: -4px;
  margin-right: 8px;
  background: url(//assets.yiban.io/assets/imgs/register-v2/abtest-yb-643/price-bg-5f836a70c3.png) no-repeat center / contain;
  width: 238px;
  height: 62px;
}
#register-v2-content > .inner #gift-box .abtest-yb-643 .footer-box .price-content .discount-text {
  position: absolute;
  top: 12px;
  right: 48px;
  font-size: 12px;
  color: #333333;
  font-weight: bold;
}
#register-v2-content > .inner #gift-box .abtest-yb-643 .footer-box .confirm-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
#register-v2-content > .inner #gift-box .abtest-yb-643 .footer-box .confirm-box .countdown-box {
  margin-bottom: 12px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: #8D8D8D;
  font-size: 14px;
}
#register-v2-content > .inner #gift-box .abtest-yb-643 .footer-box .confirm-box .countdown-box #countdown-box .time {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  width: 28px;
  height: 28px;
  background: -webkit-linear-gradient(59deg, #FF8000 0%, #FF9D34 100%);
  background: linear-gradient(31deg, #FF8000 0%, #FF9D34 100%);
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  border: 1px solid #FFF4E7;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
#register-v2-content > .inner #gift-box .abtest-yb-643 .footer-box .confirm-box .countdown-box #countdown-box .time > span {
  position: unset;
}
#register-v2-content > .inner #gift-box .abtest-yb-643 .footer-box .confirm-box .countdown-box #countdown-box .time::before,
#register-v2-content > .inner #gift-box .abtest-yb-643 .footer-box .confirm-box .countdown-box #countdown-box .time::after {
  display: none;
}
#register-v2-content > .inner #gift-box .abtest-yb-643 .footer-box .confirm-box .countdown-box #countdown-box .unit {
  font-size: 14px;
  color: #8D8D8D;
  margin: 0 6px;
}
#register-v2-content > .inner #gift-box .abtest-yb-643 .footer-box .confirm-box .yb-643-pay-btn {
  width: 297px;
  height: 44px;
  background: #24BE48;
  border-radius: 4px;
  outline: none;
  border: none;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
#register-v2-content > .inner #gift-box .abtest-yb-643 .footer-box .confirm-box .yb-643-pay-btn:hover {
  opacity: 0.8;
}
#register-v2-content > .inner #gift-box .abtest-yb-643 .footer-box .confirm-box .yb-643-pay-btn .arrow {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
