#bank-list {
  font-size: 14px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#bank-list .bank-list-box {
  margin-bottom: 70px;
  flex: 1;
  overflow: auto;
}
#bank-list .have-nl-bank-item .bank-item-title,
#bank-list .bank-commonly-used .bank-item-title {
  padding: 0 20px;
  font-size: 16px;
  color: #ae003f;
  margin-top: 10px;
}
#bank-list .have-nl-bank-item .bank-in-list .bank-in-item,
#bank-list .bank-commonly-used .bank-in-list .bank-in-item {
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
#bank-list .have-nl-bank-item .bank-in-list .bank-in-item.cur::after,
#bank-list .bank-commonly-used .bank-in-list .bank-in-item.cur::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("/cn/base/images/icon/iconfont-roundcheckfill-red.png") no-repeat center;
  background-size: 24px 24px;
}
#bank-list .operate-btn-box {
  width: 100%;
  display: flex;
  padding: 10px 20px;
  background: #fff;
  box-sizing: border-box;
  position: absolute;
  bottom: 2px;
}
#bank-list .operate-btn-box .operate-btn {
  width: 50%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #ddd;
  color: #666;
  cursor: pointer;
  margin: 0 auto;
}
#bank-list .operate-btn-box .operate-btn.red {
  background: #02bb48;
  color: #fff;
}
.layui-layer-title {
  text-align: center;
  padding-right: 20px;
  font-size: 18px;
  font-weight: bold;
}
.deposit-fee-box {
  line-height: 40px;
  font-size: 14px;
  cursor: pointer;
}
.deposit-fee-popup {
  text-align: center;
  font-size: 16px;
  line-height: normal;
  padding: 20px;
  padding-bottom: 0;
}
.deposit-fee-popup .fee-pop-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.deposit-fee-popup .fee-pop-ctt-1 {
  margin: 20px 0;
}
.deposit-fee-popup .fee-pop-ctt-2 {
  margin-bottom: 10px;
}
.deposit-fee-popup .fee-pop-ctt-1,
.deposit-fee-popup .fee-pop-ctt-2 {
  text-align: left;
}
.deposit-fee-popup table {
  margin: auto;
  width: 100%;
  border-collapse: collapse;
}
.deposit-fee-popup table th {
  background: #e6e6e6;
  padding: 4px;
  border-color: gray !important;
}
.deposit-fee-popup table td {
  padding: 4px;
  border-color: gray !important;
}
.deposit-fee-popup .fee-pop-btn-box {
  text-align: center;
}
.deposit-fee-popup .fee-pop-btn-box .btn-sub {
  margin: 20px auto;
  height: 45px;
  line-height: 45px;
}
@media screen and (max-width: 640px) {
  .deposit-fee-li {
    padding: 0 !important;
  }
  .deposit-fee-li .m-form-name {
    display: none;
  }
  .deposit-fee-popup {
    font-size: 14px;
  }
}
.need-login-layer.layui-layer {
  background: transparent;
  box-shadow: none;
}
#timeout-pop,
#fee-pop {
  background: #fff;
  border-radius: 20px;
  transform: scale(0.8);
  display: none;
  line-height: normal;
}
#timeout-pop .ctt-box,
#fee-pop .ctt-box {
  width: 600px;
  height: 580px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}
#timeout-pop .ctt-box .ctt-close,
#fee-pop .ctt-box .ctt-close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 40px;
  font-weight: bold;
  color: #b4b4b4;
  background: url('/common/img/images/icon_close_1.png') no-repeat center #fff;
  background-size: 90% 90%;
  border-radius: 50%;
  transform: translate(40%, -40%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#timeout-pop .ctt-box .ctt-img,
#fee-pop .ctt-box .ctt-img {
  width: 200px;
  height: 200px;
  background: url("/common/img/images/need_login_bg2.png") no-repeat center;
  background-size: contain;
}
#timeout-pop .ctt-box .ctt-text,
#fee-pop .ctt-box .ctt-text {
  flex: 1;
  padding: 20px 0;
  text-align: center;
}
#timeout-pop .ctt-box .ctt-text p,
#fee-pop .ctt-box .ctt-text p {
  font-size: 24px;
  line-height: normal;
  margin-top: 10px;
  color: #323232;
}
#timeout-pop .ctt-box .ctt-text p:first-of-type,
#fee-pop .ctt-box .ctt-text p:first-of-type {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  margin-top: 0;
}
#timeout-pop .ctt-box .btn-box,
#fee-pop .ctt-box .btn-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
#timeout-pop .ctt-box .btn-box .btn-item,
#fee-pop .ctt-box .btn-box .btn-item {
  flex: 1;
  font-size: 26px;
  line-height: normal;
  text-align: center;
  padding: 12px;
  background: #A50E13;
  color: #fff;
  cursor: pointer;
  margin: 0 20px;
}
#timeout-pop .ctt-box .btn-box .btn-item.go-login,
#fee-pop .ctt-box .btn-box .btn-item.go-login {
  background: #B2B2B2;
}
.nano-area {
  line-height: normal;
  padding-bottom: 100px;
}
.nano-area .nano-total {
  display: flex;
  align-items: stretch;
}
.nano-area .nano-total .total-symbol-icon {
  font-size: 32px;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.nano-area .nano-total .total-item {
  flex: 1;
  margin: 15px;
  border-radius: 10px;
  padding: 24px 28px;
  background: #F5F5F5;
}
.nano-area .nano-total .total-item .total-tips {
  background: #E6E6E6;
  padding: 8px 10px;
  font-size: 13px;
}
.nano-area .nano-total .total-item .item-t {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}
.nano-area .nano-total .total-item .item-c {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  margin-bottom: 10px;
  border-bottom: 1px solid #CCC;
}
.nano-area .nano-total .total-item .item-c .item-num {
  font-family: DINPro;
}
.nano-area .nano-total .total-item .item-c .item-num .num-l {
  font-size: 48px;
  font-weight: bold;
}
.nano-area .nano-total .total-item .item-c .item-num .num-r {
  font-size: 24px;
}
.nano-area .nano-total .total-item .item-c .withdrawal-btn {
  height: 30px;
  font-size: 14px;
  border: 1px solid #02A7F0;
  color: #02A7F0;
  padding: 0px 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.nano-area .nano-table .nano-tabs {
  display: flex;
  margin: 10px 20px;
}
.nano-area .nano-table .nano-tabs span {
  padding: 8px 10px;
  background: #f0f0f0;
  border-radius: 6px;
  margin-right: 10px;
  cursor: pointer;
  font-size: 14px;
}
.nano-area .nano-table .nano-tabs span.active {
  background: #010101;
  color: #fff;
}
.nano-area .paging-box {
  text-align: right;
  padding: 20px;
}
.nano-withdrawal-popup {
  width: 300px;
  padding: 10px 30px;
  font-size: 15px;
  display: none;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  min-width: 375px;
}
.nano-withdrawal-popup .withdrawal-2 {
  display: none;
}
.nano-withdrawal-popup .withdrawal-2 .popup-t {
  border: none;
  text-align: center;
}
.nano-withdrawal-popup .withdrawal-2 .popup-t .success-icon {
  width: 120px;
  margin: 0 auto;
}
.nano-withdrawal-popup .withdrawal-2 .popup-t .success-icon img {
  width: 100%;
}
.nano-withdrawal-popup .withdrawal-2 .popup-t .tips-1 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}
.nano-withdrawal-popup .withdrawal-2 .popup-c {
  margin-top: 10px;
  padding: 10px 16px;
}
.nano-withdrawal-popup .withdrawal-2 .popup-c .detail-item {
  line-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nano-withdrawal-popup .withdrawal-2 .popup-c .detail-item span:first-of-type {
  color: #808080;
}
.nano-withdrawal-popup .withdrawal-2 .popup-c .detail-item span:last-of-type {
  color: #232223;
}
.nano-withdrawal-popup .withdrawal-2 .tips-2 {
  font-size: 13px;
  color: #999999;
}
.nano-withdrawal-popup .popup-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
}
.nano-withdrawal-popup .popup-t {
  padding: 20px;
  padding-bottom: 10px;
  margin: 20px 0;
  border-radius: 6px;
  background: #f5f5f5;
}
.nano-withdrawal-popup .popup-t .self-acc-list {
  display: flex;
  flex-wrap: wrap;
}
.nano-withdrawal-popup .popup-t .self-acc-list .acc-item-box {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  margin: 10px;
  margin-left: 0;
  padding: 1px;
}
.nano-withdrawal-popup .popup-t .self-acc-list .acc-item-box.active .acc-item {
  background: #fff;
  color: #0099FF;
  border-color: #0099FF;
}
.nano-withdrawal-popup .popup-t .self-acc-list .acc-item-box.active::after {
  content: '✔';
  display: block;
  height: 0px;
  width: 0px;
  position: absolute;
  bottom: 1px;
  right: 1px;
  color: #fff;
  /**�ԺŴ�С*/
  font-size: 10px;
  line-height: 8px;
  border: 14px solid;
  border-color: transparent #4884ff #4884ff transparent;
}
.nano-withdrawal-popup .popup-t .self-acc-list .acc-item {
  padding: 14px 18px;
  background: #eee;
  border-radius: 6px;
  border: 1px solid transparent;
  cursor: pointer;
  overflow: hidden;
  line-height: 1;
  font-size: 16px;
}
.nano-withdrawal-popup .popup-c {
  background: #f5f5f5;
  padding: 20px;
  margin: 20px 0;
  border-radius: 6px;
}
.nano-withdrawal-popup .popup-c .c-c {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.nano-withdrawal-popup .popup-c .c-c .c-tips {
  display: flex;
  align-items: center;
  background: #f8e7e6;
  padding: 6px 8px;
  display: none;
}
.nano-withdrawal-popup .popup-c .c-c .c-tips .tips-text {
  font-size: 12px;
  margin-left: 4px;
  margin-top: -2px;
}
.nano-withdrawal-popup .popup-c .c-b {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  color: #807E7E;
}
.nano-withdrawal-popup .popup-c .c-b .c-b-btn {
  color: #02A7F0;
  cursor: pointer;
  font-size: 13px;
}
.nano-withdrawal-popup .popup-c .c-input {
  margin: 10px 0;
  display: flex;
  align-items: center;
}
.nano-withdrawal-popup .popup-c .c-input .input-prefix {
  font-size: 40px;
  line-height: normal;
  margin-right: 6px;
  color: #1A1A1A;
}
.nano-withdrawal-popup .popup-c .c-input input {
  width: 100%;
  font-size: 36px;
  border: none;
  background: #f5f5f5;
  outline: none;
  border-radius: 4px;
  box-sizing: border-box;
}
.nano-withdrawal-popup .popup-c .c-input input::placeholder {
  color: #D7D7D7;
}
.nano-withdrawal-popup .popup-c .c-input input:focus {
  border-color: #ccc;
}
.nano-withdrawal-popup .popup-b,
.nano-withdrawal-popup .popup-close {
  width: 100%;
  border: none;
  padding: 8px 0;
  border-radius: 4px;
  margin-bottom: 20px;
  background: #6597EB;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.nano-withdrawal-popup .popup-b:disabled,
.nano-withdrawal-popup .popup-close:disabled {
  cursor: no-drop;
  background: #abc5f7;
}
.nano-withdrawal-popup .popup-close {
  background: #851623;
}
#fee-pop {
  border-radius: 0;
  font-size: 19px;
}
#fee-pop .ctt-box {
  height: auto;
  padding: 40px 50px;
}
#fee-pop .ctt-box .ctt-close {
  transform: none;
}
#fee-pop .ctt-box .ctt-title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
#fee-pop .ctt-box .ctt-text {
  text-align: left;
  padding: 40px 0;
}
#fee-pop .ctt-box .fee-ctt {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
#fee-pop .ctt-box .fee-ctt .fee-ctt-c {
  margin: 0 10px;
}
#fee-pop .ctt-box .fee-ctt .fee-icon {
  width: 60px;
  height: 60px;
}
#fee-pop .ctt-box .fee-ctt .fee-num {
  font-size: 30px;
  font-weight: bold;
  padding: 6px 20px;
  background: #E6E6E6;
  color: #6597EB;
  border-radius: 8px;
}
#fee-pop .ctt-box .fee-ctt .fee-num.not-0 {
  color: #A50E13;
}
#fee-pop .ctt-box .btn-box .btn-item {
  font-size: 20px;
  margin: 0;
}
#fee-pop .ctt-box .btn-box .btn-item.btn-close {
  background: #B3B3B3;
  color: #fff;
}
@media screen and (max-width: 640px) {
  #fee-pop {
    transform: scale(1);
    font-size: 16px;
  }
  #fee-pop .ctt-box {
    width: 100%;
    padding: 20px;
  }
  #fee-pop .ctt-box .ctt-title {
    font-size: 18px;
  }
  #fee-pop .ctt-box .ctt-text {
    padding: 10px 0;
  }
  #fee-pop .ctt-box .ctt-text .fee-ctt {
    flex-wrap: wrap;
    margin: 10px 0;
  }
  #fee-pop .ctt-box .ctt-text .fee-ctt .fee-num {
    width: 100%;
  }
  #fee-pop .btn-box .btn-item {
    font-size: 16px!important;
  }
}
