html {
    font-size: 0.5px;
  }
  
  body {
    padding: 0;
    margin: 0;
  }
  
  .userInfo {
    background: url(../img/info.png) no-repeat center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5%;
    background-size: 100%;
  }
  
  .user-title {
    font-size: 34rem;
    color: #333333;
    font-weight: bold;
    display: flex;
    align-items: center;
  }
  
  .user-title .title {
    max-width: 400rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  
  .user-text {
    font-size: 24rem;
    color: #E4B71E;
    margin-top: 12rem;
  }
  
  .pay-warp {
    padding: 70rem 4% 50rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    background: #ffffff;
    border-radius: 20rem 20rem 0 0;
    margin-top: -20rem;
  }
  
  .pay-list {
    height: 200rem;
    width: 200rem;
    height: 200rem;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 16rem;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
    border: #dddddd 2rem solid;
    margin:0 3rem;
  }
  
  .new {
    position: absolute;
    display: flex;
    display: -webkit-flex;
    top: -17rem;
    right: -6rem;
    background: url(../img/new.png) no-repeat;
    background-size: 100% 100%;
    padding: 8rem 16rem;
  }
  
  .text {
    border-radius: 8rem;
    font-size: 20rem;
    color: #ffffff;
    line-height: 22rem;
  }
  
  .pay-title {
    font-size: 26rem;
    color: #333333;
    /* line-height: 50rem; */
    padding: 24rem 16rem 0;
    width: 100%;
    box-sizing: border-box;
  }
  
  .pay {
    /* display: flex; */
    /* display: -webkit-flex; */
    position: relative;
  }
  
  .pay-currency {
    font-size: 24rem;
    font-weight: bold;
    color: #fb9900;
    line-height: 22rem;
    /* padding-top: 10rem; */
    padding-top: 5rem;
  }
  
  .pay-number {
    font-size: 48rem;
    font-weight: bold;
    color: #fb9900;
    /* color: #FF294C; */
    line-height: 74rem;
  }
  
  .original {
    font-size: 22rem;
    color: #bebebe;
    line-height: 34rem;
    text-decoration: line-through;
  }
  
  .pay-list-active {
    border: 2rem solid #fb9900;
    position: relative;
  }
  
  .pay-list-active .pay-title {
    color: #fb9900;
  }
  
  .active-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 34rem;
    height: 34rem;
  }
  
  .members-table-title {
    font-size: 32rem;
    font-weight:bold;
    color: #333333;
    position: relative;
    z-index: 2;
    margin-bottom: 34rem;
    margin: 0 5% 34rem;
  }
  
  .members-table-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    /* width: 130rem; */
    width: 220rem;
    height: 8px;
    background: #ffe0af;
    z-index: -1;
  }
  
  .pay-btn {
    height: 84rem;
    background: #fb9900;
    border-radius: 50rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 0 5% 48rem;
    font-size: 32rem;
    /* color: #ffffff; */

    background-color: #333333;
	color: #F1D357;
    border-radius: 50rem;
	
	/* animation: scroll 10s linear infinite; */

  }
  
  @keyframes scroll {
		0% {
			transform: scale(1);
		}
		75% {
			transform: scale(0.9);
		}
		50% {
			transform: scale(1);
		}
		75% {
			transform: scale(0.9);
		}
		100% {
		 transform: scale(1);
		}
  }
  
  .currency {
    font-size: 28rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 40rem;
    margin-top: 20rem;
  }
  
  .number {
    font-size: 48rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 66rem;
  }
  
  .price-text {
    font-size: 36rem;
  
    color: #ffffff;
    color: #F1D357;
  }
  
  .members-table {
    border-left: 1rem solid #eeeeee;
    border-top: 1rem solid #eeeeee;
    margin: 0 5% 20rem;
  }
  
  .interests-color {
    color: #999999;
  }
  
  .ordinary-color {
    color: #333333;
  }
  
  .disable-color {
    color: #666666;
  }
  
  .vip-color {
    /* color: #d07c08; */
    background-color: #FFF9E6;
  }
  
  .tr {
    display: flex;
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  
  .th {
    width: 50%;
    border-bottom: 1rem solid #eeeeee;
    /* background: #eaeaea; */
    height: 76rem;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border-right: 1rem solid #eeeeee;
  }
  
  .td {
    width: 50%;
    border-bottom: 1rem solid #eeeeee;
    border-right: 1rem solid #eeeeee;
    padding: 24rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  
  text {
    white-space: nowrap;
  }
  
  .icon-error {
    font-size: 29rem;
  }
  
  .icon-success {
    font-size: 32rem;
  }
  
  .td-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  
  .font22 {
    font-size: 22rem;
    line-height: 34rem;
  }
  
  .font24 {
    font-size: 24rem;
    line-height: 34rem;
  }
  
  .font30 {
    font-size: 30rem;
    line-height: 42rem;
  }
  
  .font34 {
    font-size: 34rem;
    line-height: 44rem;
  }
  
  .font-weight {
    font-weight: bold;
  }
  
  .tips {
    font-size: 32rem;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all;
    padding: 200rem 30rem 0;
  }
  
  .attention {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .attention-text {
    font-size: 30rem;
    color: #666666;
    word-wrap: break-word;
    word-break: break-all;
    padding: 80rem 72rem;
    margin: 0;
  }
  
  .attention-img {
    border-radius: 8rem;
    border: #fb9900 1rem solid;
    width: 340rem;
  }
  
  .attention-img-text {
    font-size: 30rem;
    color: #fb9900;
    white-space: nowrap;
    margin-top: 32rem;
  }
  .question-title {
    color: #333333;
    font-size: 32rem;
    font-weight: 500;
    position: relative;
    white-space: nowrap;
    z-index: 999;
  }
  .question-title::after {
    content: '';
    position: absolute;
    bottom: 4rem;
    left: 0;
    height: 10rem;
    width: 130rem;
    background-color: #fee1b6;
    z-index: -1;
  }
  .question-item {
    margin: 24rem 0;
  }
  .question-item-title {
    color: #333333;
    font-size: 30rem;
    margin: 4rem 0;
    white-space: nowrap;
  }
  .question-content {
    color: #666666;
    font-size: 28rem;
    margin: 48rem 5%;
    word-wrap: break-word;
    word-break: break-all;
  }
  .question-bottom {
    text-align: center;
    background: FFF9E6;
    border-radius: 10rem;
    height: 60rem;
    line-height: 60rem;
    margin: 0 14rem;
    color: #333333;
  }
  .question-imgbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin-top: 40rem; */
  }
  .question-img {
    width: 360rem;
    height: 360rem;
  }
  
  .sms-pay-title-wrap{
    font-size: 26rem;
    color: #333333;
    line-height: 50rem;
    padding:30rem 16rem 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  
  .sms-pay-warp {
    padding: 50rem 5% ;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
    background: #ffffff;
    border-radius: 20rem 20rem 0 0;
  }
  
  .sms-pay-list {
    width: 30%;
    height:30%;
    min-height: 200rem;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 16rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    border: #dddddd 2rem solid;
    margin-right:4%;
    margin-bottom: 30rem;
  }
  .sms-pay-list:nth-child(3n){
    margin-right: 0;
  }
  
  .sms-new {
    position: absolute;
    display: flex;
    display: -webkit-flex;
    top: -17rem;
    right: -6rem;
    background: url(../img/new.png) no-repeat;
    background-size: 100% 100%;
    padding: 8rem 16rem;
  }
  
  .sms-text {
    border-radius: 8rem;
    font-size: 20rem;
    color: #ffffff;
    line-height: 22rem;
  }
  
  .sms-pay-title {
    font-size:34rem;
    color: #AD5F01;
    line-height: 50rem;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 10rem;
    margin-top: 20rem;
    font-weight: bold;
  }
  
  .sms-pay {
    display: flex;
    display: -webkit-flex;
    position: relative;
  }
  
  .sms-pay-currency {
    font-size: 24rem;
    font-weight: bold;
    color: #AD5F01;
    line-height: 22rem;
    padding-top:14rem;
    padding-right: 6rem;
  }
  
  .sms-pay-number {
    font-size:30rem;
    font-weight: bold;
    color: #AD5F01;
    line-height:64rem;
  }
  
  .sms-original {
    font-size: 22rem;
    color: #bebebe;
    line-height: 34rem;
    text-decoration: line-through;
  }
  
  .sms-pay-list-active {
    border: 2rem solid #fb9900;
    position: relative;
  }
  
  .sms-pay-list-active .sms-pay-title {
    color: #AD5F01;
  }
  
  .sms-active-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 34rem;
    height: 34rem;
  }
  
  
  .sms-popup{
    width: 100vw;
    height: 100vh;
    background: rgba(49, 49, 49, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .sms-popup .sms-popup-content{
    width: 100%;
    background: #ffffff;
    border-radius: 20rem 20rem 0 0;
    padding:40rem 30rem;
    box-sizing: border-box;
  }
  .sms-popup .popup-tips{
    font-size:28rem;
    color: #666666;
    padding-bottom: 40rem;
  }
  .sms-popup .input-item{
    display: flex;
    align-items: center;
    padding: 20rem 0;
  }
  .sms-popup .item-title{
    font-size: 30rem;
    color: #333333;
    white-space: nowrap;
    margin-right: 20rem;
  }
  .sms-popup .item-input{
    width: 100%;
    font-size: 30rem;
    height: 72rem;
    border: #bebebe 1px solid;
    padding: 0 20rem;
    box-sizing: border-box;
    border-radius: 8rem;
  }
  .sms-popup .item-select{
    font-size: 30rem;
    height: 72rem;
    margin-right: 20rem;
    border: #bebebe 1px solid;
    border-radius: 8rem;
  }
  .sms-popup .item-btn{
    height: 72rem;
    border: #2e6eff 1rem solid;
    border-radius: 8rem;
    background: #ffffff;
    white-space: nowrap;
    margin-left: 20rem;
    color: #2e6eff;
  }
  .sms-popup .item-btn-no{
    height: 72rem;
    border: #666666 1rem solid;
    border-radius: 8rem;
    background: #ffffff;
    white-space: nowrap;
    margin-left: 20rem;
    color: #666666;
  }
  .sms-popup .popup-footer{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60rem 0 40rem;
  }
  .sms-popup .cancel-btn{
    height: 72rem;
    border: #999999 1rem solid;
    border-radius: 8rem;
    background: #ffffff;
    white-space: nowrap;
    margin-left: 20rem;
    color: #999999;
    margin: 0 20rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20rem;
    font-size: 32rem;
    width: 120rem;
  }
  .sms-popup .submit-btn{
    height: 72rem;
    border: #fb9900 1rem solid;
    border-radius: 8rem;
    background: #fb9900;
    white-space: nowrap;
    margin-left: 20rem;
    color: #ffffff;
    margin: 0 20rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20rem;
    font-size: 32rem;
    width: 120rem;
  }
  