body {
    padding: 0;
  }
  .bd-img-box > img {
    display: block;
    width: 100%;
    height: auto;
  }
  @keyframes fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .fade-enter-active {
    animation: fade-in 0.2s ease;
  }
  .fade-leave-active {
    animation: fade-in 0.2s ease reverse;
  }
  .newcomer_gift_container {
    overflow: hidden;
  }
  .ng_section0 {
    padding-bottom: 0.76rem;
    background: #feeaeb;
  }
  .ng_section0 .s1_item_content {
    position: relative;
  }
  .ng_section0 .s1_item_content .content {
    display: block;
    width: 3.38rem;
    margin: 0 auto;
  }
  .ng_section0 .s1_item_content .receive_btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 2.38rem;
    height: 0.57rem;
    background: url(https://img.buydeem.cn/wechat/images/register_v7/receive_btn1.png) no-repeat;
    background-size: 100% 100%;
  }
  .ng_section0 .s1_item_content .receive_btn.received {
    background: url(https://img.buydeem.cn/wechat/images/register_v7/receive_btn2.png) no-repeat;
    background-size: 100% 100%;
  }
  .ng_section1 {
    background: #efcbcb;
  }
  .ng_section1 .s1_list1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ng_section1 .s1_list1 .s1_list1_item {
    width: 3.38rem;
    margin-bottom: 0.1rem;
  }
  .ng_section1 .s1_list2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .ng_section1 .s1_list2 .s1_list2_item {
    width: 1.63rem;
    margin: 0 0.1rem 0.12rem 0;
  }
  .ng_section1 .s1_list2 .s1_list2_item:nth-child(2n) {
    margin-right: 0;
  }
  .ng_section2 {
    padding-bottom: 0.6rem;
    background: #feeaeb;
  }
  .ng_section2 .s2_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .ng_section2 .s2_list .s2_list_item {
    width: 1.65rem;
    margin: 0 0.08rem 0.1rem 0;
  }
  .ng_section2 .s2_list .s2_list_item:nth-child(2n) {
    margin-right: 0;
  }
  .v-modal {
    position: fixed;
    max-width: 750px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    margin: auto;
  }
  .v-modal .mask {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  .v-modal .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    z-index: 99;
    width: 3.02rem;
    padding: 0.38rem 0.24rem 0.33rem 0.24rem;
    box-sizing: border-box;
    border-radius: 0.15rem;
    background: #ffffff;
  }
  .v-modal .cls_btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.6rem;
    z-index: 100;
    width: 0.32rem;
    height: 0.32rem;
    background: url(https://img.buydeem.cn/wechat/images/icon/pot_close_icon.png) no-repeat;
    background-size: 100% 100%;
  }
  .v-modal .text_wrap {
    margin-bottom: 0.26rem;
    text-align: center;
    font-size: 0.16rem;
    font-weight: 500;
    color: #e04245;
  }
  .v-modal .modal_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0.4rem;
    border-radius: 0.2rem;
    background: #e04245;
    font-size: 0.14rem;
    color: #ffffff;
  }
  .register_form .form_item {
    display: flex;
    position: relative;
    width: 100%;
    height: 0.4rem;
    border-radius: 0.2rem;
    padding-left: 0.4rem;
    margin-bottom: 0.08rem;
    box-sizing: border-box;
    background: #fdf3f4;
  }
  .register_form .form_item:after {
    content: '';
    position: absolute;
    left: 0.17rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .register_form .form_item input {
    background: #fdf3f4;
  }
  .register_form .phone_item:after {
    width: 0.12rem;
    height: 0.18rem;
    background: url(https://img.buydeem.cn/wechat/images/register_v7/form_icon1.png) no-repeat;
    background-size: 100% 100%;
  }
  .register_form .phone_item .phone_input {
    width: 80%;
  }
  .register_form .imgCode_item:after {
    width: 0.14rem;
    height: 0.15rem;
    background: url(https://img.buydeem.cn/wechat/images/register_v7/form_icon2.png) no-repeat;
    background-size: 100% 100%;
  }
  .register_form .imgCode_item .img_code_box {
    width: 0.8rem;
    height: 100%;
  }
  .register_form .imgCode_item .img_code_box img {
    width: 100%;
    height: 100%;
  }
  .register_form .imgCode_item .imgCode_input {
    width: calc(100% - 0.8rem);
  }
  .register_form .vCode_item {
    margin-bottom: 0.15rem;
  }
  .register_form .vCode_item:after {
    width: 0.15rem;
    height: 0.14rem;
    background: url(https://img.buydeem.cn/wechat/images/register_v7/form_icon3.png) no-repeat;
    background-size: 100% 100%;
  }
  .register_form .vCode_item .vCode_input {
    width: calc(100% - 0.9rem);
  }
  .register_form .vCode_item .vCode_btn {
    width: 0.9rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    font-size: 0.14rem;
    border-radius: 0.2rem;
    background: #e04245;
    color: #ffffff;
  }
  .register_form .vCode_item .vCode_btn.sending {
    background: #c9b5b6;
  }
  