.transfer-container {
  position: fixed;
  top: 78px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(112, 132, 157,.7);
  animation: fadeIn .3s;
  display: none;
  user-select: none;
  /* Mozilla-specific values */
  -moz-user-select: none;
  /* WebKit-specific values */
  -webkit-user-select: none;
  /* Microsoft-specific values */
  -ms-user-select: none;
}

.transfer-container .outer1 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  height: 487px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.12);
  width: 620px;
}

.transfer-container .main1 {
  z-index: auto;
  width: 89px;
  height: 33px;
  margin: 30px 0 0 45px;
}

.transfer-container .word1 {
  z-index: 6;
  width: 89px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight: 600;
  font-family: AvenirNext-DemiBold;
  white-space: nowrap;
  line-height: 33px;
  text-align: right;
}

.transfer-container .main2 {
  z-index: 26;
  width: 520px;
  height: 90px;
  justify-content: space-between;
  margin: 39px 0 0 51px;
}

.transfer-container .layer1 {
  z-index: 13;
  height: 90px;
  border-radius: 45px;
  border: 1px solid rgba(217, 217, 217, 1);
  width: 220px;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding: 21px 0 0 24px;
}

.transfer-container .word2 {
  z-index: 15;
  width: 50px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(94, 94, 109, 1);
  font-size: 18px;
  font-family: AvenirNext-Medium;
  white-space: nowrap;
  line-height: 25px;
}

.transfer-container .word3 {
  z-index: 14;
  position: absolute;
  left: 24px;
  top: 45px;
  width: 77px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-family: AvenirNext-DemiBold;
  white-space: nowrap;
  line-height: 25px;
  text-align: left;
}

.transfer-container .icon1 {
  position: absolute;
  z-index: 26 !important;
  width: 50px;
  height: 24px;
  left: 288px;
}

.transfer-container .layer2 {
  z-index: 17;
  height: 90px;
  border-radius: 45px;
  border: 1px solid rgba(217,217, 217, 1);
  width: 220px;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding: 21px 0 0 31px;
}

.transfer-container .word4 {
  z-index: 24;
  width: 28px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(94, 94, 109, 1);
  font-size: 18px;
  font-family: AvenirNext-Medium;
  white-space: nowrap;
  line-height: 25px;
}

.transfer-container .word5 {
  z-index: 18;
  position: absolute;
  left: 33px;
  top: 45px;
  width: 95px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-family: AvenirNext-DemiBold;
  white-space: nowrap;
  line-height: 25px;
  text-align: left;
}

.transfer-container .main3 {
  z-index: auto;
  width: 224px;
  height: 46px;
  margin: 26px 0 0 51px;
}

.transfer-container .box1 {
  z-index: 26;
  height: 100px;
  border-radius: 23px;
  border: 1px solid rgba(198, 201, 204, 1);
  background-color: rgba(255, 255, 255, 1);
  width: 520px;
  justify-content: center;
  align-items: flex-start;
  padding-left: 9px;
}

.transfer-container .box1-drop {
  z-index: 26;
  height: 100px;
  border-radius: 23px 23px 0 0;
  border: 1px solid rgba(198, 201, 204, 1);
  border-bottom: none;
  background-color: rgba(255, 255, 255, 1);
  width: 520px;
  justify-content: center;
  align-items: flex-start;
  padding-left: 9px;
}

.transfer-container .box1:hover {
  cursor: pointer;
}

.transfer-container .box1-drop:hover {
  cursor: pointer;
}


.transfer-container .main3-2 {
  z-index: auto;
  width: 224px;
  height: 46px;
  margin: -46px 0 0 351px;
}

.transfer-container .box1-2 {
  z-index: 26;
  height: 100px;
  border-radius: 23px;
  border: 1px solid rgba(198, 201, 204, 1);
  background-color: rgba(255, 255, 255, 1);
  width: 520px;
  justify-content: center;
  align-items: flex-start;
  padding-left: 9px;
}

.transfer-container .box1-drop-2 {
  z-index: 26;
  height: 100px;
  border-radius: 23px 23px 0 0;
  border: 1px solid rgba(198, 201, 204, 1);
  border-bottom: none;
  background-color: rgba(255, 255, 255, 1);
  width: 520px;
  justify-content: center;
  align-items: flex-start;
  padding-left: 9px;
}

.transfer-container .box1-2:hover {
  cursor: pointer;
}

.transfer-container .box1-drop-2:hover {
  cursor: pointer;
}

.transfer-container .block1 {
  z-index: auto;
  width: 133px;
  height: 25px;
  justify-content: space-between;
}

.transfer-container .label1 {
  position: relative;
  z-index: 28;
  width: 22px;
  height: 22px;
  top: 5px;
}

.transfer-container .word6 {
  z-index: 27;
  width: 104px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-family: AvenirNext-DemiBold;
  white-space: nowrap;
  line-height: 33px;
  text-align: left;
}

.transfer-container .main4 {
  position: relative;
  z-index: 23;
  width: 521px;
  height: 25px;
  margin: 26px 0 0 51px;
}

.transfer-container .word7 {
  position: absolute;
  left: 0;
  display: block;
  color: rgba(94, 94, 109, 1);
  font-size: 18px;
  font-family: AvenirNext-Medium;
}

.transfer-container .word8 {
  z-index: 20;
  color: rgba(94, 94, 109, 1);
  font-size: 18px;
  font-family: AvenirNext-Medium;
  line-height: 25px;
  margin-right: 10px;
  float: right;
}

.transfer-container .info1 {
  z-index: 20;
  color: rgba(94, 94, 109, 1);
  font-size: 18px;
  font-family: AvenirNext-Medium;
  line-height: 25px;
  margin-right: 5px;
  float: right;
  text-align: right;
}
.transfer-container .info-token {
  z-index: 20;
  display: block;
  overflow-wrap: break-word;
  color: rgba(94, 94, 109, 1);
  font-size: 18px;
  font-family: AvenirNext-Medium;
  white-space: nowrap;
  line-height: 25px;
  margin-right: 1px;
  float: right;
  text-align: right;
}

.transfer-container .main5 {
  z-index: 23;
  width: 520px;
  height: 46px;
  margin: 3px 0 0 52px;
}

.transfer-container .main5 .token-transfer-amount{
  z-index: 23;
  width: 400px;
  height: 30px;
  margin: 0 0 0 0;
  position: absolute;
  top: 326px;
  left: 80px;
  font-size: 20px;
  font-family: AvenirNext-DemiBold;
  border: 0;
}

.transfer-container .layer3 {
  z-index: 7;
  height: 46px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12) inset;
  border-radius: 23px;
  border: 1px solid #5E5E6D;
  width: 520px;
  justify-content: center;
  align-items: flex-end;
  padding-right: 10px;
}

.transfer-container .info2 {
  z-index: 9;
  width: 70px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(255, 190, 0, 1);
  font-size: 22px;
  font-family: PingFangSC-Medium;
  white-space: nowrap;
  line-height: 30px;
  text-align: center;
  transition: all 0.5s;
  border-radius: 23px;
}

.transfer-container .info2:hover {
  cursor: pointer;
  opacity: .8;
  color: black;
  background: rgba(255, 190, 0, 1);
}

.transfer-container .info2:active {
  font-size: smaller;
}

.transfer-container .main6 {
  z-index: 23;
  width: 520px;
  height: 48px;
  margin: 33px 0 0 52px;
}

.transfer-container .block2 {
  z-index: 10;
  height: 48px;
  border-radius: 24px;
  background-color: rgba(255, 190, 0, 1);
  width: 520px;
  justify-content: center;
  align-items: center;
}

.transfer-container .info3 {
  z-index: 11;
  width: 122px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: AvenirNext-DemiBold;
  white-space: nowrap;
  line-height: 22px;
  text-align: left;
}

.transfer-container .main7 {
  z-index: auto;
  width: 15px;
  height: 16px;
  margin: -434px 0 0 593px;
}

.transfer-container .main7 .transfer-close-btn:hover{
  cursor: pointer;
}
.transfer-container .main7 .to-trader-close-btn:hover{
  cursor: pointer;
}

.transfer-container .icon2 {
  z-index: 3;
  width: 15px;
  height: 16px;
}

.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}

.transfer-container .select-text {
  position: absolute;
  top: 110px;
  left: 70px;
}
.transfer-container .select-text-2 {
  position: absolute;
  top: 110px;
  left: 370px;
}

.transfer-container .select-box {
  position: absolute;
  top: 140px;
}
.transfer-container .select-box-2 {
  position: absolute;
  top: 140px;
}

.transfer-container .selected {
  line-height: 33px;
  height: 35px;
  border-radius: 6px;
  border: 1px solid transparent;
  position: relative;
  cursor: pointer;
  z-index: 2;
  padding: 0 9px;
}
.transfer-container .selected-triangle-right {
  content: "";
  position: absolute;
  top: 15px;
  left: 194px;
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 5px solid;
  margin-top: -2px;
}

.transfer-container .selected-triangle-down {
  content: "";
  position: absolute;
  top: 17px;
  left: 190px;
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid;
  margin-top: -2px;
}

.transfer-container .selected-triangle-right-2 {
  content: "";
  position: absolute;
  top: 15px;
  left: 194px;
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 5px solid;
  margin-top: -2px;
}

.transfer-container .selected-triangle-down-2 {
  content: "";
  position: absolute;
  top: 17px;
  left: 190px;
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid;
  margin-top: -2px;
}

.transfer-container .select-list {
  width: 133px;
  height: 25px;
  justify-content: space-between;
}

.transfer-container .select-list {
  position: absolute;
  top: 178px;
  left: 51px;
  right: 0;
  max-height: 120px;
  z-index: 24;
  border-radius: 0 0 6px 6px;
  padding: 5px 0;
  display: none;
}
.transfer-container .select-list.active {
  display: block;
}
.transfer-container .select-list-box {
  background-color: #FFFFFF;
  animation: slideInDown .3s;
  padding: 0 10px;
  width: 224px;
  border-radius: 0 0 23px 23px;
  border: 1px solid rgba(198, 201, 204, 1);
  border-top: none;
  justify-content: center;
}
.transfer-container .select-list .symbol-span {
  height: 34px;
  line-height: 34px;
  border-radius: 6px;
  cursor: pointer;
  transition: all .3s;
  display: block;
  padding: 0 10px;
  margin-top: 3px;
}

.transfer-container .select-list .symbol-div {
  height: 34px;
  line-height: 34px;
  border-radius: 20px;
  cursor: pointer;
  transition: all .3s;
  display: block;
  padding: 0 10px;
  margin-top: 6px;
  margin-bottom: 3px;
}

.transfer-container .select-list-2 {
  width: 433px;
  height: 25px;
  justify-content: space-between;
}

.transfer-container .select-list-2 {
  position: absolute;
  top: 178px;
  left: 351px;
  right: 0;
  max-height: 120px;
  z-index: 24;
  border-radius: 0 0 6px 6px;
  padding: 5px 0;
  display: none;
}
.transfer-container .select-list-2.active {
  display: block;
}
.transfer-container .select-list-box-2 {
  background-color: #FFFFFF;
  animation: slideInDown .3s;
  padding: 0 10px;
  width: 224px;
  border-radius: 0 0 23px 23px;
  border: 1px solid rgba(198, 201, 204, 1);
  border-top: none;
  justify-content: center;
}
.transfer-container .select-list-2 .symbol-span {
  height: 34px;
  line-height: 34px;
  border-radius: 6px;
  cursor: pointer;
  transition: all .3s;
  display: block;
  padding: 0 10px;
  margin-top: 3px;
}

.transfer-container .select-list-2 .symbol-div {
  height: 34px;
  line-height: 34px;
  border-radius: 20px;
  cursor: pointer;
  transition: all .3s;
  display: block;
  padding: 0 10px;
  margin-top: 6px;
  margin-bottom: 3px;
}

.upon-select {
  position: absolute;
  top: 60px;
  left: 50px;
  width: 521px;
  height: 100px;
  background-color: #FFFFFF;
  z-index: 25;
}

.transfer-container .select-list-box .symbol:hover{
  /*background-color: #FFBE00;*/
  background-color: #ffc84a;
}

.transfer-container .select-list-box-2 .symbol:hover{
  /*background-color: #FFBE00;*/
  background-color: #ffc84a;
}

.transfer-container .select-list .select-symbol-word {
  z-index: 27;
  width: 104px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: normal;
  font-family: AvenirNext-Medium;
  white-space: nowrap;
  line-height: 33px;
  text-align: left;
  margin-left: 5px;
}


.outer2 {
  z-index: 33;
  height: 278px;
  border-radius: 6px;
  background-color: #000;
  margin-top: 4px;
  width: 379px;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0 0 35px 20px;

  position: relative;
  top: 0;
  left: 0;
}

.layer4 {
  z-index: auto;
  width: 323px;
  height: 179px;
}

.word9 {
  z-index: 41;
  width: 320px;
  height: 38px;
  display: block;
  overflow-wrap: break-word;
  color: #FFF;
  font-size: 14px;
  font-family: AvenirNext-DemiBold;
  line-height: 16px;
  text-align: left;
  align-self: flex-end;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box2 {
  z-index: auto;
  width: 144px;
  height: 21px;
  margin-top: 11px;
  justify-content: space-between;
}

.label2 {
  z-index: 43;
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.block3 {
  z-index: 42;
  width: 120px;
  height: 21px;
  overflow-wrap: break-word;
  text-align: left;
  white-space: nowrap;
  font-size: 0;
}

.word10 {
  font-size: 16px;
  font-family: DINPro-Medium;
  color: #FFFFFF;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info4 {
  font-size: 16px;
  font-family: DINPro-Medium;
  color: #FFFFFF;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box3 {
  z-index: 40;
  height: 36px;
  border-radius: 6px;
  background-color: rgba(255, 190, 0, 1);
  align-self: flex-end;
  width: 300px;
  justify-content: center;
  align-items: center;
  margin: 79px 3px 0 0;
}

.word11 {
  z-index: 41;
  width: 65px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(23, 36, 70, 1);
  font-size: 16px;
  font-family: DINAlternate-Bold;
  font-weight: bold;
  white-space: nowrap;
  line-height: 19px;
  text-align: center;
}

.section2 {
  z-index: 34;
  height: 43px;
  border-radius: 6px 6px 0 0;
  background-color: #1e2943;
  width: 379px;
  justify-content: center;
  align-items: flex-end;
  padding-right: 19px;


  position: relative;
  top: -278px;
  left: 0;
}

.wrap1 {
  z-index: auto;
  width: 337px;
  height: 19px;
  justify-content: space-between;
}

.info5 {
  z-index: 38;
  width: 59px;
  display: block;
  overflow-wrap: break-word;
  color: #FFF;
  font-size: 16px;
  font-family: AvenirNext-DemiBold;
  font-weight: bold;
  white-space: nowrap;
  line-height: 19px;
  text-align: left;
}

.label3 {
  z-index: 35;
  width: 17px;
  height: 17px;
  margin-top: 2px;
}

.label3:hover {
  cursor: pointer;
}

.transfer-confirm-container {
  position: fixed;
  top: 78px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(112, 132, 157,.7);
  animation: fadeIn .3s;
  display: none;
}

.transfer-confirm-container .confirm-box{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 隐藏原生复选框 */
.custom-checkbox input {
  display: none;
}
/* 自定义方框 */
.custom-checkbox .checkmark {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 4px;
  vertical-align: bottom;
  position: relative;
  border-radius: 4px;
  background-color: darkgrey;
  cursor: pointer;
}
/* 选中状态 */
.custom-checkbox input:checked + .checkmark {
  background-color: yellowgreen; /* 黄色方框 */
  /*border-color: green;*/
}
/* 勾选图标 */
.custom-checkbox input:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #fff; /* 绿色勾 */
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}