* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.panel-body {
  padding: 0 !important;
}
.form-group {
  display: flex;
  border-bottom: 1px solid #e3e3e3;
}
.study-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.study-popup .popup {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  transform: translateX(-50%);
  width: 460px;
  background: #fff;
}
.study-popup .popup .title {
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
  background: rgba(228, 228, 228);
  color: #323232;
  font-size: 12px;
}
.study-popup .popup .title .popup-close {
  font-size: 18px;
  cursor: pointer;
}
.popup-box .select {
  padding: 0 10px;
  width: 156px;
  height: 25px;
  font-size: 12px;
}
.study-popup .popup .popup-box {
  padding: 10px 20px;
}
.study-popup .popup .popup-box .form-group {
  margin-bottom: 0;
}
.study-popup .popup .popup-box .file-wrap {
  margin-left: 10px;
}
/*.study-popup .popup .popup-box .btn{ display: block; padding: 0; margin: 40px auto 0; width: 120px; height: 40px; line-height: 40px; text-align: center; font-size: 14px; background:rgba(22,155,213);*/
/*    color: #fff;  border-radius: 5px; border: none;}*/
.bootstrap-select .btn {
  /*margin: 0 !important; width: 100% !important;*/
}
.btn-group {
  margin: 0 !important;
}
.mt-20 {
  margin-top: 20px;
}
.fr {
  float: right;
}
.fl {
  float: left;
  width: 25px;
}
.block {
  display: block;
  text-align: right;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.zb-table {
  float: left;
  width: 80%;
  border: 1px solid #dcdcdc;
}
.zb-table td {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #dcdcdc;
}

.button_blue {
  background: #00a0ea;
}
.button_blue a {
  color: #ffffff;
}

.w80 {
  width: 80px;
}

.h41 {
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  background: #00a0ea;
  width: 205px;
  text-align: center;
  border-radius: 6px;
  position: relative;
}
.h42 {
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  background: #00a0ea;
  width: 205px;
  text-align: center;
  border-radius: 6px;
  position: relative;
}
.h43 {
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  background: #00a0ea;
  width: 120px;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  right: 38px;
}
.h41:before {
  position: absolute;
  top: 9px;
  right: -10px;
  display: inline-block;
  border-top: 6px solid transparent;
  border-left: 10px solid #00a0ea;
  border-right: 0 solid #00a0ea;
  border-bottom: 6px solid transparent;
  content: " ";
}
.h41:after {
  position: absolute;
  top: 7px;
  right: -28px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fd3232;
  content: " ";
}
.h42:before {
  position: absolute;
  top: 9px;
  left: -10px;
  display: inline-block;
  border-top: 6px solid transparent;
  border-right: 10px solid #00a0ea;
  border-left: 0 solid #00a0ea;
  border-bottom: 6px solid transparent;
  content: " ";
}
.h42:after {
  position: absolute;
  top: 7px;
  left: -28px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fd3232;
  content: " ";
}
.li {
  border-bottom: 3px solid rgb(0, 160, 234);
}
.control-form-text {
  flex: 1;
  text-align: right;
  padding-right: 25px;
  font-size: 16px;
}
.form-group1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  border-bottom: 1px solid #e3e3e3;
}
/*.table > thead > tr > th {*/
/*    vertical-align: inherit !important;*/
/*}*/
#wallets .ye {
  background: #fff;
  padding: 20px 0 20px 0px;
  font-size: 0.426667rem;
  text-align: center;
}
#wallets .tac img {
  display: block;
  margin: 0 auto;
}
#wallets .ye font {
  color: red;
  font-size: 24px;
  font-weight: bold;
}
#wallets{
  width: 100%;
  margin: 0 auto;
}
#wallets .details ul li {
  background: #fff;
  margin-top: 10px;
  line-height: 32px;
  height: 32px;
  border-radius: 5px;
  text-align: right;
}
#wallets .details ul li h3 {
  float: left;
  width: 40%;
  text-align: left;
  font-size: 16px;
}
#wallets .details ul li h4 {
  float: left;
  text-align: left;
  font-size: 16px;
}
#wallets .details ul li a {
  color: #0a6ea7;
}

/*1104*/

.payment-options {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.payment-option {
  flex: 1;
}

.payment-option label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px 8px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-bottom: 0px;
}

.payment-option input[type="radio"]:checked + label {
  border-color: #4dabf7;
}

.payment-text {
  position: relative;
  font-size: 16px;
  color: #495057;
  padding: 0px 4px;
  top: 6px;
}

.payment-option input[type="radio"]:checked + label .payment-text {
  color: #228be6;
  font-weight: 500;
}

.currency-exchange-container {
  padding: 2px 0px;
}

.exchange-main {
  display: flex;
  background: #fff;
  overflow: hidden;
}

/* 左侧 60% 布局 */
.exchange-left {
  width: 65%;
  padding: 0px 4px;
}

/* 右侧 40% 布局 */
.exchange-right {
  width: 35%;
  display: flex;
  flex-direction: column;
  padding: 0 6px;
}

.currency-selector,
.amount-input,
.exchange-button-row {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  line-height: 30px;
}

.currency-label,
.amount-label,
.exchange-label {
  font-weight: 600;
  color: #333;
  font-size: 16px;
  width: 245px;
  border: 1px solid #918686;
  padding: 6px 4px;
}

.bggray {
  background: #ccc;
}

.currency-select {
  position: relative;
  width: 80px;
  right: 0px;
  font-size: 16px;
  background: #fff
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M2 1l4 4 4-4' stroke='%23333' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat right 0px center;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  text-align: center;
  padding: 6px 4px;
  margin-top: -4px;
  border-right: 1px solid #ada3a3;
  border-top: 1px solid #ada3a3;
  border-bottom: 1px solid #ada3a3;
}

.amount-field,
.exchange-field,
.switch-field {
  position: relative;
  width: 80px;
  right: 0px;
  border-radius: 0px;
  font-size: 16px;
  border: none;
  border-right: 1px solid #ada3a3;
  border-top: 1px solid #ada3a3;
  border-bottom: 1px solid #ada3a3;
  line-height: 30px;
  text-align: center;
  padding: 6px 4px;
  margin-top: -4px;
}
.exchange-field[readonly] {
  background-color: #f8f8f8;
  color: #666;
  cursor: not-allowed;
}

.rate-title-section {
  background-color: #0000ca;
  color: white;
  padding: 14px 0px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  margin-right: 2px;
}

.rate-value-section {
  flex: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
}

.rate-value {
  font-size: 16px;
  font-weight: bold;
}

.rate-value p{
   color: red; 
}

.rate-value span{
   color: gray; 
}

/* 独立在线支付区块样式 */
.online-payment-section {
  display: flex;
  background: #65ffff;
  margin: 5px 0;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}

.payment-left {
  width: 48%;
  padding: 0px 6px;
  display: flex;
  align-items: center;
  background: #65ffff;
}

.payment-right {
  width: 54%;
  background: #65ffff;
  display: flex;
  align-items: center;
  padding: 4px 4px;
  gap: 10px;
}

.payment-label-text {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  width: 20%;
  margin-bottom: 0px;
}

.payment-label-section {
  font-weight: 600;
  color: #333;
  font-size: 14px;
  margin-bottom: 0px;
}

.payment-result-field {
  flex: 1;
  padding: 8px;
  border: 1px solid #e0e0e0;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 600;
  background-color: #fff;
  color: #333;
  text-align: right;
  width: 30%;
}

.payment-result-field[readonly] {
  background-color: #f8f8f8;
  color: #666;
  cursor: not-allowed;
}

@media screen and (min-width: 360px) {
  .currency-select,
  .amount-field,
  .exchange-field,
  .switch-field {
    right: 0px;
  }
}

@media screen and (min-width: 375px) {
  .currency-select,
  .amount-field,
  .exchange-field,
  .switch-field {
    right: 0px;
    width: 90px;
    margin-top: -5px;
  }
}

@media screen and (min-width: 390px) {
  .currency-select,
  .amount-field,
  .exchange-field,
  .switch-field {
    right: 0px;
    margin-top: -5px;
    width: 100px;
  }
}

@media screen and (min-width: 412px) {
  .currency-select,
  .amount-field,
  .exchange-field,
  .switch-field {
    right: 0px;
    margin-top: -5px;
    width: 120px;
  }
}
@media screen and (min-width: 414px) {
  .currency-select,
  .amount-field,
  .exchange-field,
  .switch-field {
    right: 0px;
    margin-top: -5px;
    width: 120px;
  }
}

@media screen and (min-width: 430px) {
  .currency-select,
  .amount-field,
  .exchange-field,
  .switch-field {
    right: 0px;
    margin-top: -5px;
    width: 120px;
  }
}

@media screen and (min-width: 540px) {
  .currency-select,
  .amount-field,
  .exchange-field,
  .switch-field {
    right: 0px;
    margin-top: -5px;
    width: 120px;
  }
}
/* 货币*/

.gallery-container {
  background-color: white;
  padding: 5px 5px;
  max-width: 100%;
  margin: 0 auto;
}

.gallery-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4px;
}

.gallery-row:last-child {
  margin-bottom: 0;
}

.coin-box {
  flex: 0 0 calc(33.333% - 20px);
  margin: 0 10px 4px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.coin-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.coin-image {
  width: 100%;
  object-fit: contain;
}

.coin-info {
  padding: 0 15px;
  text-align: center;
}

.coin-title {
  font-weight: bold;
  margin-bottom: 5px;
  color: #2c3e50;
  padding: 4px 0px;
  font-size:16px;
}
/**other */
.box-container {
  background: white;
  border-radius: 16px;
  width: 100%;
  max-width: 640px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
  justify-content: center;
  align-items: center;
  font-size: 0.4rem;
}

.card-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.card-body {
  padding: 0 30px;
}

.form-groups {
  margin-bottom: 24px;
  position: relative;
}

.form-label {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-weight: 500;
  color: #444;
}

.form-label .icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: #6a11cb;
}

.form-control {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #e1e5ee;
  border-radius: 10px;
  transition: all 0.3s ease;
  background-color: #f8f9fa;
}

.form-control:focus {
  outline: none;
  border-color: #6a11cb;
  background-color: white;
  box-shadow: 0 0 0 3px rgba(106, 17, 203, 0.1);
}

.form-control::placeholder {
  color: #a0a4a8;
}



.btn:hover {
  box-shadow: 0 6px 20px rgba(106, 17, 203, 0.4);
}

.btn:active {
}

.btn .icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  fill: white;
}

.card-footer {
  padding: 20px 30px;
  text-align: center;
  background-color: #f8f9fa;
  border-top: 1px solid #e1e5ee;
  color: #6c757d;
  font-size: 0.85rem;
}

.card-footer a {
  color: #6a11cb;
  text-decoration: none;
  font-weight: 500;
}

.card-footer a:hover {
  text-decoration: underline;
}

.input-icon {
  position: absolute;
  right: 16px;
  top: 10px;
  width: 18px;
  height: 18px;
  fill: #f5f5f5;
}

@media (max-width: 576px) {
  .card-container {
    max-width: 100%;
  }

  .card-body {
    padding: 20px;
  }
}

/* 加载动画 */
.spinner {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: white;
  animation: spin 1s linear infinite;
  margin-right: 8px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}


    
        /*提现银行*/
     .select-wrapper {
        position: relative;
          max-width: 100%;
        padding: 0px 8px;
        background: white;
        border-radius: 12px;
        width: 100%;
      }
      
  