/* .dialog{
  border-radius: 0.8rem !important;
  width: 29rem;
  height: 29.2rem;
} */
/* 实名验证 */
.form-dialog-wrapper{
  z-index: 1001;
}
.realName_title{
  font-size: 2rem;
  text-align: center;
}
.realName_bnt_box{
  width: 100%;
  display: flex;
  flex-wrap: row;
}
.bnt_child{
  margin-top: 1rem;
  width: 50%;
}
.bnt_child:last-child{
  margin-left: 2rem;
}

/* real-name */
.real-name{
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  background-color: #000000bb;
  font-size: 1.2rem;
  color: aqua;
}
.real-name-pop-ups{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 29rem;
  /* height: 34.6rem; */
  background: #FFFFFF;
  border-radius: 16px;
}
.real-name-title{
  margin-top: 3rem;
  width: 100%;
  height: 2.4rem;
  font-size: 1.8rem;
  font-family: SourceHanSansSC-Medium, SourceHanSansSC;
  font-weight: 500;
  color: #212121;
  line-height: 2.4rem;
  text-align: center;
}
.real-name-explanation{
  margin: 1rem 1.5rem 1.5rem;
  /* height: 7.7rem; */
  font-size: 1.3rem;
  font-family: SourceHanSansSC-Regular, SourceHanSansSC;
  font-weight: 400;
  color: #757575;
  line-height: 2rem;
}

.real-name-submit{
  width: 26rem;
  height: 4.5rem;
  font-weight: 400;
  font-size: 1.5rem;
  background: #007AFF;
  border-radius: 2.4rem;
  text-align: center;
  line-height: 4.5rem;
  color: #fff;
  margin: 0 auto 3rem;
}
.real-name-input{
  display: block;
  width: 26rem;
  height: 4.5rem;
  padding: 0 1.5rem;
  border-radius: 0.8rem;
  border: 1px solid #E0E0E0;
  margin: 0 auto 1.5rem;
}

.pop-ups-close{
  height: 3.6rem;
  width: 3.6rem;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
  background: url("/static/images/close.png") no-repeat;
  background-size: 100%;
}


.dialog-wrapper .dialog .dialog-head {
  padding: 2.8rem 2rem 0;
  background: transparent;
}

.dialog-wrapper .dialog .dialog-head .return-btn {
  width: 5rem;
}

.dialog-wrapper .dialog .dialog-head .dialog-head-right {
  width: 5rem;
}

.dialog-headtitle {
  font-weight: 500;
  font-size: 1.8rem;
  color: #212121;
  line-height: 1;
}

.dialog-wrapper .dialog .dialog-content {
  padding: 1.6rem 2rem 2rem;
}

.dialog-wrapper .dialog .dialog-content .content.custom .dialog-content-desc {
  margin-bottom: 1.6rem;
  font-size: 1.3rem;
  color: #9E9E9E;
  line-height: 2rem;
  text-align: center;
}

.dialog-wrapper .dialog .dialog-content .content.custom .phone.input-row,
.dialog-wrapper .dialog .dialog-content .content.custom .name.input-row,
.dialog-wrapper .dialog .dialog-content .content.custom .idcard.input-row,
.dialog-wrapper .dialog .dialog-content .content.custom .password.input-row  {
  width: 100%;
  height: 4.4rem;
  padding: 0 1.6rem;
  background: #F5F5F5;
  border-radius: 1.2rem;
  border-bottom: none;
  margin-bottom: 1.6rem;
}

.dialog-wrapper .dialog .dialog-content .content.custom .phone.input-row input,
.dialog-wrapper .dialog .dialog-content .content.custom .name.input-row input,
.dialog-wrapper .dialog .dialog-content .content.custom .idcard.input-row input,
.dialog-wrapper .dialog .dialog-content .content.custom .password.input-row input {
  background-color: transparent;
}

.dialog-wrapper .dialog .dialog-content .content.custom .password.input-row input[type="password"]::-ms-reveal {
  display:none;
}

.dialog-wrapper .dialog .dialog-content .content.custom .btn_row {
  display: flex;
  justify-content: space-between;
  margin-top: 1.6rem;
}

.dialog-wrapper .dialog .dialog-content .content.custom .realName-tips {
  font-size: 1.2rem;
  color: #757575;
  line-height: 2rem;
  margin-bottom: 1.6rem;
}

.dialog-wrapper .dialog .dialog-content .content.custom .btn_row .btn_return {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11.6rem;
  height: 4.4rem;
  background: #F5F5F5;
  border-radius: 5rem 5rem 5rem 5rem;
  font-size: 1.4rem;
  color: #9E9E9E;
}

.dialog-wrapper .dialog .dialog-content .content.custom .btn_row .btn_confirm {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11.6rem;
  height: 4.4rem;
  background: linear-gradient( 225deg, #05ABFF 0%, #007AFF 100%);
  border-radius: 5rem 5rem 5rem 5rem;
  font-size: 1.4rem;
  color: #fff;
}

.dialog-wrapper .dialog .dialog-content .content.custom .smscode.input-row {
  width: 100%;
  height: 4.4rem;
  padding: 0 1.6rem;
  background: #F5F5F5;
  border-radius: 1.2rem;
  border-bottom: none;
  margin-bottom: 1.6rem;
}

.dialog-wrapper .dialog .dialog-content .content.custom .smscode.input-row input {
  background-color: transparent;
}

.dialog-wrapper .dialog .dialog-content .content.custom .smscode.input-row .btn-wrapper {
  background-color: transparent;
}

.dialog-wrapper .dialog .dialog-content .content.custom .smscode.input-row .btn-wrapper .btn.code-btn {
  background-color: transparent;
  font-size: 1.4rem;
  color: #077AFF;
}

.dialog-wrapper .dialog .dialog-content .content.custom .smscode.input-row .btn-wrapper .btn.code-btn:disabled {
  background-color: #f5f5f5;
  color: #999;
  cursor: not-allowed;
  opacity: 0.6;
}

.dialog-wrapper .dialog .dialog-content .content.custom .contact-customer {
  margin-bottom: 1.6rem;
  font-weight: 400;
  font-size: 1.2rem;
  color: #9E9E9E;
}
.dialog-wrapper .dialog .dialog-content .content.custom .contact-customer .underline {
  color: #077AFF;
}

.dialog-wrapper .dialog .dialog-content .content.custom .agree-protocol .agreement {
  font-size: 1.2rem;
  color: #9E9E9E;
}

.dialog-wrapper .dialog .dialog-content .content.custom .agree-protocol .agreement a {
  font-size: 1.2rem;
  color: #757575;
}

.dialog-wrapper .dialog .dialog-content .content.custom .agree-protocol input {
  border: 0.1rem solid #077AFF;
}

.dialog-wrapper .dialog .dialog-content .content.custom .agree-protocol input[type="checkbox"]:checked::after {
  background: #077AFF;
}

.dialog-wrapper .dialog .dialog-content .content.custom .submit-btn {
  margin-top: 1.6rem;
  background: linear-gradient( 225deg, #05ABFF 0%, #007AFF 100%);
}

.dialog-wrapper .dialog .dialog-content .content.custom .submit-text {
  width: 100%;
  margin-top: 0;
  line-height: 3;
  background: transparent;
  color: #077AFF;
}

.dialog-wrapper .dialog .dialog-content .content.custom .btn-wrapper .cr-main {
  color: #077AFF;
}


/* new_play */
.dialog-wrapper .dialog.new_play{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 29rem;
  height: 44.6rem;
  overflow: hidden;
  background: #1A1A1A;
  border-radius: 0 1.2rem 0 0;
}

.dialog-wrapper .dialog.new_play .dialog-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4.4rem;
  padding: 0;
  color: #fff;
  border-bottom: 1px solid #626262;
}

.dialog-wrapper .dialog.new_play .dialog-head .dialog-head-close {
  width: 2.8rem;
}

.dialog-wrapper .dialog.new_play .dialog-head .go-back {
  width: 2.8rem;
  height: 2.8rem;
  line-height: 2.8rem;
  background: url("/static/images/go_back.png") center no-repeat;
  background-size: 100% 100%;
}

.dialog-wrapper .dialog.new_play .dialog-content {
  padding: 0;
}

.dialog-wrapper .dialog.new_play .pay-content {
  height: 100%;
  padding-bottom: 5.8rem;
}

.dialog-wrapper .dialog.new_play .pay-content .pay {
  height: 34.4rem;
  padding: 0 0 0 1.2rem;
  overflow: auto;
}

.dialog-wrapper .dialog.new_play .pay-content .pay .pay-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4rem;
  margin-bottom: 0;
  padding-right: 1.2rem;
  border-bottom: 1px solid #303030;
}

.dialog-wrapper .dialog.new_play .pay-content .pay .pay-line .pay-line-text {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.64);
}

.dialog-wrapper .dialog.new_play .pay-content .pay .pay-line .pay-line-value {
  font-size: 1.3rem;
  color: #FFFFFF;
}

.dialog-wrapper .dialog.new_play .pay-content .pay .pay-line .pay-line-value i {
  font-weight: 500;
  font-size: 1.6rem;
  color: #FFFFFF;
  font-style: normal;
}

.dialog-wrapper .dialog.new_play .pay-content .pay .pay-line .pay-line-value.arrow-right .red {
  font-size: 1.3rem;
  color: #FF3D37;
}

.dialog-wrapper .dialog.new_play .pay-content .pay .pay-line .pay-line-value.arrow-right {
  padding-right: 1.8rem;
  background: url("/static/images/arrow_right.png") no-repeat right center;
  background-size: 1.8rem 1.8rem;
}

.dialog-wrapper .dialog.new_play .pay-content .pay-type .type-title {
  font-size: 26px;
  color: #FFFFFF;
}

.dialog-wrapper .dialog.new_play .pay-content .pay .submit-btn {
  position: absolute;
  bottom: 1.2rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 26.6rem;
  height: 4rem;
  background: linear-gradient( 225deg, #05EDFF 0%, #007AFF 100%);
}

.dialog-wrapper .dialog.new_play .dialog-content.pay-content .paying .close-btn {
  right: 1rem;
}

.dialog-wrapper .dialog.new_play .dialog-content.pay-content .error .close-btn {
  right: 1rem;
}

.dialog-wrapper .dialog.new_play .dialog-content.pay-content .paying .cr-second.sub {
  font-size: 1rem;
  color: #666;
}

/* 充值方式选择样式 */
.dialog-wrapper .dialog.new_play .payment-methods {
  background: #1A1A1A;
}

.dialog-wrapper .dialog.new_play .payment-methods-title {
  font-size: 1.3rem;
  color: #FFFFFF;
  padding-top: 1.6rem;
}

.dialog-wrapper .dialog.new_play .payment-methods-list {
  height: 15.6rem;
  overflow: hidden;
}

.dialog-wrapper .dialog.new_play .payment-methods-list.all {
  height: auto;
}

.dialog-wrapper .dialog .dialog-content.pay-content .paying, 
.dialog-wrapper .dialog .dialog-content.pay-content .error {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7rem 5rem 5rem;
}

.dialog-wrapper .dialog.new_play .payment-method-item {
  display: flex;
  align-items: center;
  height: 5.02rem;
  padding: 1.2rem 1.2rem 1.2rem 0;
  cursor: pointer;
  border-bottom: 1px solid #303030;
}

.dialog-wrapper .dialog.new_play .payment-method-item.disabled {
  pointer-events: none;
  filter: opacity(0.5);
}

.dialog-wrapper .dialog.new_play .payment-method-icon {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.2rem;
  flex-shrink: 0;
}

.dialog-wrapper .dialog.new_play .payment-method-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dialog-wrapper .dialog.new_play .payment-method-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dialog-wrapper .dialog.new_play .payment-method-name {
  display: flex;
  align-items: center;
  margin-bottom: 0.4rem;
}

.dialog-wrapper .dialog.new_play .payment-method-name span {
  font-size: 1.3rem;
  color: #FFFFFF;
  font-weight: 500;
}

.dialog-wrapper .dialog.new_play .payment-method-check {
  width: 2.8rem;
  height: 2.8rem;
  margin-left: 1.2rem;
  flex-shrink: 0;
}

.dialog-wrapper .dialog.new_play .payment-method-check img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dialog-wrapper .dialog.new_play .more-payment-methods {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 1.1rem;
  cursor: pointer;
  transition: color 0.2s ease;
}

.dialog-wrapper .dialog.new_play .arrow-down {
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 0.3rem;
  background: url("/static/images/down.png") center no-repeat;
  background-size: 100% 100%;
}

.dialog-wrapper .dialog.new_play .arrow-down {
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 0.3rem;
  background: url("/static/images/down.png") center no-repeat;
  background-size: 100% 100%;
}

/* 代金券列表dialog样式 */
/* .voucher_dialog_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */

.voucher_dialog {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 29rem;
  height: 44.6rem;
  overflow: hidden;
  background: #1A1A1A;
  border-radius: 0 1.2rem 0 0;
}

.voucher_dialog_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4.4rem;
  padding: 0 1.6rem;
  border-bottom: 1px solid #404040;
}

.voucher_go_back {
  width: 2.4rem;
  height: 2.4rem;
  background: url("/static/images/arrow_right.png") center no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
}

.voucher_dialog_title {
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  flex: 1;
}

.voucher_dialog_close_btn {
  font-size: 1.3rem;
  color: #FFFFFF;
  cursor: pointer;
}

.voucher_warning {
  display: flex;
  align-items: flex-start;
  padding: 1.2rem;
}

.warning_icon {
  width: 1rem;
  height: 1rem;
  background: url("/static/images/tips.png") center no-repeat;
  background-size: 100% 100%;
  margin-right: 0.4rem;
  margin-top: 0.2rem;
}

.warning_text {
  font-size: 1rem;
  color: #FF3D37;
  flex: 1;
}

.voucher_list {
  width: 26.6rem;
  max-height: 34rem;
  overflow-y: auto;
  margin: 0 auto;
}

.voucher_item {
  display: flex;
  height: 9.3rem;
  margin-bottom: 1.2rem;
  border-radius: 0.8rem;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease;
}

.voucher_item:last-child {
  margin-bottom: 0;
}

.voucher_left {
  position: relative;
  width: 7.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-shrink: 0;
  min-height: 8rem;
}

.voucher_left.orange {
  background: linear-gradient(135deg, #FF6B35 0%, #F7931E 100%);
}

.voucher_left .first_deposit {
  width: 3.8rem;
  height: 3.8rem;
  position: absolute;
  top: 0;
  left: 0;
}

.voucher_left.blue {
  background: linear-gradient(135deg, #4A90E2 0%, #7B68EE 100%);
}

.voucher_amount {
  font-size: 2.2rem;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 0.4rem;
}

.voucher_amount i {
  font-size: 1.4rem;
  font-weight: bold;
  font-style: normal;
}


.voucher_condition {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
}

.voucher_right {
  flex: 1;
  padding: 1.2rem 5rem 1.2rem 1rem;
  background: #303030;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.voucher_title {
  font-size: 1.3rem;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 0.6rem;
  line-height: 1.3;
}

.voucher_scope {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.64);
  margin-bottom: 0.6rem;
  line-height: 1.5;
}

.voucher_desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.64);
}

.voucher_expire {
  width: 13rem;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.64);
  white-space: nowrap;
}

.voucher_check {
  position: absolute;
  right: 1.2rem;
  top: 50%;
  width: 2.8rem;
  height: 2.8rem;
  transform: translateY(-50%);
}

.check_icon {
  width: 100%;
  height: 100%;
  background: url("/static/images/unchecked.png") center no-repeat;
  background-size: 100% 100%;
}

.check_icon.checked {
  background: url("/static/images/checked.png") center no-repeat;
  background-size: 100% 100%;
}

/* 选择小号弹窗样式 */
.subaccount_dialog_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.subaccount_dialog {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 26.6rem;
  height: 44rem;
  background: #2A2A2A;
  border-radius: 0 1.6rem 0 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* 头部用户信息 */
.subaccount_header {
  display: flex;
  justify-content: space-between;
  height: 6rem;
  align-items: center;
  padding: 1.2rem;
  border-bottom: 1px solid #404040;
}

.user_profile {
  display: flex;
  align-items: center;
}

.user_avatar {
  width: 3.6rem;
  height: 3.6rem;
  margin-right: 0.6rem;
}

.user_avatar img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.user_info {
  display: flex;
  flex-direction: column;
}

.username {
  font-size: 1.3rem;
  color: #FFFFFF;
}

.switch_account {
  font-size: 1.3rem;
  color: #007AFF;
}

.contact_service {
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}

.service_icon {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url("/static/images/customer_service.png") center no-repeat;
  background-size: 100% 100%;
}

.contact_service span {
  font-size: .9rem;
  color: rgba(255, 255, 255, 0.64);
}

/* 小号选择标题 */
.subaccount_title_section {
  display: flex;
  align-items: center;
  padding: 1.2rem 1.2rem 1.1rem 1.2rem;
}

.subaccount_title {
  margin-right: 0.8rem;
  font-size: 1.3rem;
  color: #FFFFFF;
}

.subaccount_intro {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.64);
  text-decoration: underline;
  line-height: 1.3rem;
}

/* 小号列表 */
.subaccount_list {
  flex: 1;
  padding: 0 1.2rem;
  overflow-y: auto;
}

.subaccount_item_box {
  padding: 0 1.2rem 1rem;
  background: #303030;
  border-radius: 8px;
}

.subaccount_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4.4rem;
  border-bottom: 1px solid #626262;
}

.subaccount_item:hover {
  background: #4A4A4A;
}

.subaccount_name {
  font-size: 1.3rem;
  color: #FFFFFF;
}

.subaccount_tag {
  background: #FFF1EA;
  color: #FF7634;
  font-size: 1rem;
  padding: 0.3rem 0.6rem;
  line-height: 1;
  border-radius: 4px;
  margin-right: auto;
  margin-left: .8rem;
}

.subaccount_arrow {
  width: 2rem;
  height: 2rem;
}

.subaccount_arrow img {
  width: 100%;
  height: 100%;
}

/* 创建小号 */
.create_subaccount {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.4rem;
  font-size: 1.3rem;
  color: #FFFFFF;
}

.create_icon {
  width: 1.4rem;
  height: 1.4rem;
  background: url("/static/images/add.png") center no-repeat;
  background-size: 100% 100%;
  margin-right: 0.6rem;
}

/* 提示信息 */
.subaccount_note {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.32);
  text-align: center;
}

/* 嵌套弹窗容器 */
.nested_dialogs_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

/* 添加小号弹窗 */
.add_subaccount_dialog_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
}

.add_subaccount_dialog {
  width: 24.2rem;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 1.2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.add_subaccount_dialog .dialog_title {
  padding: 1.8rem 1.2rem 1.2rem;
  font-size: 1.5rem;
  color: #212121;
  text-align: center;
  font-weight: 500;
}

.add_subaccount_dialog .input_section {
  margin-bottom: 1.8rem;
  padding: 0 1.8rem;
}

.add_subaccount_dialog .input_section input {
  width: 100%;
  height: 4.4rem;
  padding: 0 1.2rem;
  font-size: 1.3rem;
  color: #333333;
  background: #F1F2F4;
  border-radius: 8px;
  box-sizing: border-box;
}

.add_subaccount_dialog .input_section input::placeholder {
  color: #9E9E9E;
}

/* .add_subaccount_dialog .input_section input:focus {
  outline: none;
  border-color: #007AFF;
  background: #FFFFFF;
} */

.add_subaccount_dialog .button_section {
  display: flex;
  border-top: 1px solid #E0E0E0;
}

.add_subaccount_dialog .cancel_btn {
  flex: 1;
  height: 4.4rem;
  font-size: 1.5rem;
  color: #757575;
  background: transparent;
  border-right: 1px solid #E0E0E0;
}

.add_subaccount_dialog .confirm_btn {
  flex: 1;
  height: 4.4rem;
  font-size: 1.5rem;
  color: #007AFF;
  background: transparent;
}

/* .add_subaccount_dialog .confirm_btn:disabled {
  color: #CCCCCC;
  cursor: not-allowed;
} */

/* 小号介绍弹窗 */
.subaccount_intro_dialog_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
}

.subaccount_intro_dialog {
  width: 24.2rem;
  background: #FFFFFF;
  border-radius: 1.2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.subaccount_intro_dialog .dialog_title {
  padding: 1.8rem 1.2rem 1.2rem;
  font-size: 1.5rem;
  color: #212121;
  text-align: center;
  font-weight: 500;
}

.subaccount_intro_dialog .intro_content {
  padding: 0 1.8rem;
  font-size: 1.3rem;
  color: #666666;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 1.8rem;
}

.subaccount_intro_dialog .button_section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.4rem;
  font-size: 1.5rem;
  border-top: 1px solid #E0E0E0;
  color: #007AFF;
}
