/* 公共 */
.fl {
  float: left;
}

.fr {
  float: right;
}
.sj {
  display: none;
}

/*财务中心 列表*/
.coin_list_top {
  height: 42px;
  margin: 0 20px;
  line-height: 42px;
  border-bottom: 1px solid #3d4665;
}

.coin_list_top ul {
  padding-left: 10px;
}

.coin_list_top li {
  padding-left: 10px;
  box-sizing: border-box;
  float: left;
}

.coin_list {
  margin: 0 20px;
}

.coin_list li {
  width: 100%;
  height: auto;
  min-height: 60px;
  border-bottom: 1px solid #ddd;
}

.coin_list dl,
.coin_list dd {
  font-size: 12px;
}
.coin_list dl {
  padding-left: 10px;
}

.coin_list dt,
.coin_list dd {
  float: left;
  overflow: visible;
  white-space: nowrap;
  padding-left: 10px;
  box-sizing: border-box;
}

.coin_list dt {
  padding-left: 10px;
  width: 186px;
  overflow: hidden;
}
.coin_list dd:last-child{
  padding-right: 10px;
}
.coin_list .coin_name {
  float: left;
  padding-top: 12px;
  line-height: 20px;
  width: 110px;
  overflow: hidden;
}

.btns-wrapper .btns {
  display: inline-block;
  width: 50px;
  margin-top: 0;
  border: 1px solid #3175b7;
  background: #fff;
  line-height: 30px;
  color: #3175b7;
  text-align: center;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  -o-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  border-radius: 3px;
  cursor: pointer;
}

.btns-wrapper .btns.active {
  background: rgb(49, 117, 183);
  color: #fff;
}

/*财务中心 杠杆资产部分列表样式 单独*/
.coin_list.coin_list_gg li {
  height: auto;
  min-height: 60px;
  border-bottom: 1px solid #ddd;
}

.coin_list.coin_list_gg li:hover {
  border-bottom: 1px solid rgba(101, 154, 234, 0.4);
}

.coin_list.coin_list_gg li .coin_list_inner {
  height: auto;
  min-height: 40px;
  padding: 10px 0;
  line-height: 40px;
}

.coin_list.coin_list_gg .coin_name {
  line-height: 40px;
  padding-top: 0;
}

.coin_list.coin_list_gg p {
  line-height: 20px;
}

.coin_list.coin_list_gg dd input,
.coin_list.coin_list_gg dd a {
  border: none;
  margin-top: 0;
  float: left;
  width: auto;
  height: 30px;
  padding: 0 10px;
  margin: 5px 10px 0 0;
  background: none;
  line-height: 30px;
  color: #659aea;
  border-radius: 0;
}

.coin_list.coin_list_gg dd a.btn-disabled {
  color: #999;
  cursor: not-allowed;
}

/*充币 提币*/
.list-under {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: none;
  border: 1px solid #e6ecf2;
  background: #f2f6fa;
  border-top: none;
  padding: 12px 0;
  margin-bottom: 12px;
}

.list-under .address-title {
  width: 100%;
  line-height: 24px;
  font-size: 14px;
  color: #999;
  box-sizing: border-box;
  padding: 0 12px;
}

.address-wrapper {
  width: 100%;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 12px;
  position: relative;
  margin-top: 12px;
}

.address-wrapper .left {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  padding-right: 200px;
  line-height: 40px;
  font-size: 20px;
  color: #c1cfea;
}

.address-wrapper .left-label {
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #c1cfea;
  position: absolute;
  left: 12px;
  top: 0;
}

.address-wrapper .left-label + .left {
  padding-left: 150px;
}

.address-wrapper .left .address_select {
  display: block;
  width: 100%;
  height: 40px;
  background: none;
  border-color: #3d4665;
  color: #c1cfea;
}

.address-wrapper .left .address_select option {
  color: #333;
}

.address-wrapper .left .address_select:focus {
  outline: none;
}

.address-wrapper .left .smt {
  font-size: 14px;
  color: #333;
  line-height: 40px;
}

.address-wrapper .left .amount {
  display: block;
  width: 100%;
  height: 40px;
  background: none;
  border: 1px solid #3d4665;
  text-indent: 1em;
  color: #c1cfea;
}

.address-wrapper .left .amount:hover,
.address-wrapper .left .amount:focus {
  background: none !important;
}

.address-wrapper .right-link {
  position: absolute;
  right: 12px;
  top: 0;
  width: 200px;
  height: 40px;
  text-align: center;
}

.address-wrapper .right-link a {
  color: #659aea;
}
.withdraw_tips{
  padding-left: 12px;
  max-width: 700px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.code-wrapper {
  width: 200px;
  height: 200px;
  margin: 20px auto;
}

.code-wrapper img {
  display: block;
  width: 200px;
  height: 200px;
}

.f1,
.f2 {
  width: 100%;
  box-sizing: border-box;
  padding: 0 12px;
  overflow: hidden;
}

.f1 a {
  color: #659aea;
}

.f2 p {
  line-height: 20px;
  font-size: 14px;
  color: #999;
}

.list-under .btn-wrapper {
  margin-top: 12px;
}

.list-under .btn-wrapper .btn-submit {
  display: block;
  width: 100px;
  height: 32px;
  font-size: 14px;
  background: #659aea;
  text-align: center;
  line-height: 32px;
  color: #fff;
  margin-left: 150px;
  cursor: pointer;
}

.list-under .btn-wrapper .btn-submit:hover {
  opacity: 0.8;
}

/*充提币记录*/
.cnyin_record {
  margin: 0 20px;
  padding-bottom: 13px;
  overflow: hidden;
}

.f_body {
  clear: both;
  overflow: hidden;
}

.f_table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.f_table thead {
  border-bottom: none;
}

.f_table th {
  padding: 8px 0;
  font-weight: normal;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.f_table tbody tr:hover {
  /* background: #171a31; */
  border-bottom: 1px solid #ccc;
  background: #efefef;
}
.f_table td {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #778899;
}
.f_table td:first-child{
  padding-left: 10px;
}
.f_table td:last-child{
  padding-right: 10px;
}
.f_table tr:hover td {
  background: none;
}

.f_table2 td {
  padding: 12px 0;
}

.f_table select {

  /*width: 80%;*/
  background: #fff;
  color: #000;
    border: 1px solid rgb(153,169,180);
  height: 32px;
  text-transform: uppercase;
  vertical-align: 1px;
  line-height: 32px;
  outline: none;
  border-radius: 4px;
  padding-left: 4px;
}

.f_table select:focus {
  outline: none;
}

.f_table th select {
  height: 28px;
  line-height: 28px;
  min-width: 70px;
}

/*翻页*/

/* 翻页*/

/*.pages {
clear: both;
margin: 15px 15px 0px;
text-align: center;
}
.pages li {
display:inline-block;
}

.pages a {
background: #ffffff;
display: inline-block;
padding: 4px 8px;
border-radius: 3px;
border: 1px solid #f9d800;
margin: 0 2px;
color: #f9d800;
}

.pages a:hover {
text-decoration: none;
}

.pages .current,
.pages a:hover {
background: #659aea;
color: #fff;
padding: 4px 8px;
border-radius: 3px;
border: 1px solid #659aea;
margin: 0 2px;
}

.pages a.arr {
width: 19px;
height: 19px;
display: inline-block;
border-radius: 0;
border: 0;
}

.pages a.arr.prev {
background-position: -182px -286px;
}

.pages a:hover.arr.prev {
background-position: -182px -265px;
}

.pages a.arr.next {
background-position: -206px -265px;
}

.pages a:hover.arr.next {
background-position: -206px -286px;
}*/

/*杠杆资产*/

/*委托管理*/

/*成交查询*/

/*添加汇款*/
.prof-box {
  margin: 0 20px;
}

.prof-box .form-groupm {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 21px;
}

.prof-box .form-groupm .form-mlabel {
  float: left;
  width: 203px;
  height: 34px;
  box-sizing: border-box;
  padding-right: 10px;
  text-align: right;
  line-height: 34px;
  font-size: 14px;
  color: #c1cfea;
}

.prof-box .form-groupm .red {
  color: #f00 !important;
}

.prof-box .form-groupm .form-minput {
  float: left;
  height: auto;
}

.prof-box .form-groupm .inner-input {
  display: inline-block;
  background: none;
  width: auto;
  height: 34px;
  box-sizing: border-box;
  padding: 0 10px;
  border: 1px solid #3d4665;
  outline: none;
  color: #c1cfea;
}

.prof-box .form-groupm .inner-input:focus {
  outline: none;
}

.prof-box .form-groupm textarea {
  display: inline-block;
  background: none;
  width: auto;
  height: 100px;
  box-sizing: border-box;
  padding: 5px 10px;
  border: 1px solid #3d4665;
  outline: none;
  color: #c1cfea;
  line-height: 24px;
}

.prof-box .form-groupm .inner-txt {
  line-height: 34px;
  color: #c1cfea;
}

.prof-box .btn-groupm {
  width: 100%;
  box-sizing: border-box;
  padding-left: 203px;
}

.prof-box .sub-button,
.prof-box .button {
  font-size: 14px;
  width: auto;
  height: 34px;
  background: #7A98F7 !important;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 3px;  /*margin-right: 20px;*/
  padding: 0;
}

.prof-box .sub-button:hover,
.prof-box .button:hover {
  background: #5F74BC !important;
}

.prof-box table {
  width: 100%;
  margin-bottom: 20px;
}

.prof-box td {
  font: inherit;
  font-size: 14px;
  vertical-align: middle;
}

.prof-box .tdkey {
  font-size: 12px;
  line-height: 42px;
  width: 21%;
  height: 42px;  /*padding: 5px 10px;
    */
  text-align: right;
  color: #373737;
}

.prof-box .tdkey .red {
  font: inherit;
  font-size: 12px;  /*vertical-align: middle;
    */
  color: #f00;
}

.prof-box select {
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  width: 150px;
  height: 32px;
  margin-right: 10px;
  padding-left: 4px;
  color: #373737;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.prof-box select option {
  color: #333;
}

.prof-box .inp {
  font-size: 14px;
  line-height: 16px;
  width: 200px;
  height: 16px;
  padding: 7px 4px;
  color: #373737;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.prof-box textarea {
  resize: none;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  width: 300px;
  height: 60px;
  margin-right: 10px;
  padding: 10px;
  color: #373737;
  border: 1px solid #ccc;
  border-radius: 2px;
}

/*汇款记录*/

/*余额提现*/

/* 售后服务 begin */
.new_list {
  margin-left: 28px;
  width: auto;
  border-top: 1px dotted #3d4665;
  margin: 10px 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.articletime {
  text-align: right;
  /* border-bottom: 1px dashed #3d4665; */
  line-height: 3.6;
  margin-bottom: 14px;
  color: #778899;
}

.articletime span {
  padding: 0 8px;
}

.articletext p {
  line-height: 32px;
  font-size: 16px;
}

.articletext img {
  display: block;
  width: 100%;
  margin: 20px auto;
}

.rightcontent {
  width: auto;
  min-height: 480px;
  margin-bottom: 20px;
  padding: 0 10px 22px 10px;
  color: #778899;
}

/* 售后服务 end */

/* 安全中心 begin */
.safe_state {
  border-bottom: 2px solid #659aea !important;
  padding-left: 48px;
  padding-top: 10px;
  margin: 0 20px 13px;
}

.sc_level_1,
.sc_level_2,
.sc_level_3,
.sc_level_4 {
  width: 102px;
  height: 102px;
  background-image: url(/static/index/images/safe_level.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.sc_level_4 {
  background-position: 0px 0px;
}

.sc_level_3 {
  background-position: -110px 0px;
}

.sc_level_2 {
  background-position: -220px 0px;
}

.sc_level_1 {
  background-position: -330px 0px;
}

.safe_state dl {
  float: left;
  padding-top: 20px;
  font-size: 14px;
  line-height: 30px;
}

.safe_state .sc_level {
  float: left;
  width: 102px;
  height: 102px;
  margin-right: 27px;
  position: relative;
  margin-bottom: 20px;
}

/*安全选项1层*/
.sc_statu dt {
  height: 28px;
  line-height: 28px;
  font-size: 15px;
}

.sc_statu dl {
  float: left;
}

.sc_statu dd {
  font-size: 12px;
  color: #888;
  padding-left: 28px;
  height: 24px;
  line-height: 24px;
}

.sc_statu dd a {
  margin-left: 10px;
  color: #659aea;
}

.sc_statu {
  height: 122px;
  border: 1px solid #3d4665;
  margin: 0 20px;
}

.sc_statu li {
  float: left;
  width: 25%;
  min-width: 226px;
  height: 122px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-top: 32px;
  border-right: 1px solid #3d4665;
}

.sc_statu li:last-child {
  border-right: none;
}

.sc_statu em {
  width: 40px;
  height: 40px;
  margin: 5px 10px 0 5px;
  background: url(/static/index/images/safe_style.png) no-repeat left 0px;
  float: left;
}

.sc_statu .sc_statu_type_1 {
  background-position: left -0px
}

.sc_statu .sc_statu_type_2 {
  background-position: left -78px
}

.sc_statu .sc_statu_type_3 {
  background-position: left -157px
}

.sc_statu .sc_statu_type_4 {
  background-position: left -236px
}

.sc_statu .sc_statu_type_1_1 {
  background-position: left -39px
}

.sc_statu .sc_statu_type_2_1 {
  background-position: left -117px
}

.sc_statu .sc_statu_type_3_1 {
  background-position: left -196px
}

.sc_statu .sc_statu_type_4_1 {
  background-position: left -275px
}

/*安全选项2层*/
.sc_info_list {
  margin: 19px 20px 0px;
  border-top: 2px solid #659aea;
}

.sc_info_list dl {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
}

.sc_info_list dt {
  float: left;
  width: 20%;
  box-sizing: border-box;
  padding-left: 17px;
}

.sc_info_list dd {
  float: left;
}

.sc_info_list dd.sc_info_ltxt {
  width: 50%;
}

.sc_info_list dd.sc_info_ltxtafter {
  width: 30%;
}

.sc_info_list dd p {
  width: 440px;
  color: #888;
}

.sc_info_list dd .changepw {
  box-sizing: border-box;
  padding-right: 19px;
  text-align: right;
  color: #888;
}

.sc_info_list dd .changepw a {
  color: #659aea;
}

/* 安全中心 end */

/* 实名认证 start */
.band_succ {
  line-height: 34px;
  margin-top: 5px;
  font-size: 16px;
  color: #690;
  padding-left: 116px;
}

.band_succ em {
  margin-left: -48px;
  height: 34px;
  width: 34px;
  float: left;
  background: url(/static/index/images/icon.png) no-repeat left -116px;
}

.set_verify {
  padding-left: 50px;
}

.rn-li {
  width: 100%;
  margin-bottom: 40px;
  float: left;
}

.rn-li .rn-span {
  display: inline-block;
  float: left;
  width: 140px;
  text-align: right;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #c1cfea;
  margin-left: 0;
}

.rn-li  input[type="text"] {
  width: 190px;
  height: 22px;
  border: 1px solid #3d4665;
  padding: 5px 4px;
  line-height: 12px;
  vertical-align: middle;
  color: #c1cfea;
  background: none;
}

.rn-li select {
  font-size: 14px;
  color: #c1cfea;
  background: none;
  height: 32px;
  border: 1px solid #3d4665;
  outline: none;
}

.rn-li option {
  background: #202336;
}

.btn-save {
  font-size: 14px;
  width: 200px;
  height: 34px;
  background: #7A98F7 !important;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 3px;
  margin-left: 140px
}

.btn-save:hover {
  background: #5F74BC !important;
}

.rn-li-card {
  height: 240px !important;
}

.rn-li-card .rn-li-card-right {
  float: left;
}

.card-img {
  position: relative;
  width: 320px;
  height: 215px;
  float: left;
  margin-right: 10px;
  line-height: 200px;
  text-align: center;
  overflow: hidden;
  border: 1px solid #ccc;
}

.card-img.has-img:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/water.png) no-repeat 50%;
  background-size: 100% 100%;
}

.card-img .b-img {
  width: 320px;
  height: 215px;
  background-position: 50% 50%;
  background-size: 100%;
  background: url(/static/index/images/card-z.png) no-repeat top center;
}

.card-img.card-back .b-img {
  background: url(../images/card-f.jpg) no-repeat top center;
}

.card-img.card-sc .b-img {
  background: url(../images/sc-zjz.jpg) no-repeat top center;
}

.card-img .b-img img {
  width: 100%;
  height: 100%;
}

.tip-txt {
  line-height: 40px;
  font-size: 12px;
  color: #999;
}

.tip-txt span {
  color: red !important;
}

/*input {
vertical-align: middle;
font-size: 12px;
}*/

/* 实名认证 end */

/* 修改登录密码 start */
.pwtrade {
  margin: 0 20px;
  padding-top: 30px;
}

.pwtrade dl {
  margin-bottom: 15px;
  overflow: hidden;
}

.pwtrade dt {
  float: left;
  width: 203px;
  height: 34px;
  box-sizing: border-box;
  padding-right: 10px;
  text-align: right;
  line-height: 34px;
  font-size: 14px;
  color: #000;
}

.pwtrade dd {
  float: left;
  height: auto;
}

.pwtrade dd input[type=password],
.pwtrade dd input[type=text] {
  float: left;
  display: inline-block;
  background: none;
  width: 300px;
  height: 34px;
  box-sizing: border-box;
  padding: 0 10px;
  border: 1px solid rgb(153,169,180);
  outline: none;
}

.pwtrade dd span,
.pwtrade .getSmsVerfy {
  float: left;
  line-height: 34px;
  margin-left: 10px;
}

/* 修改登录密码 end */

/* 修改交易密码 start */
.pwtrade dd input[type=button] {
  display: block;
  font-size: 14px;
  width: 300px;
  height: 34px;
  background: #7A98F7 !important;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 3px;
  padding: 0;
}

.pwtrade dd input[type=button]:hover {
  background: #5F74BC !important;
}

.cztxinput {
  float: left;
  width: 170px !important;
  border: 1px solid #d1cece;
  outline: none;
  padding: 8px;
}

.pwtrade dd input[type=button].getyzm {
  float: left;
  width: 120px;
  margin-left: 10px;
}

.pwtrade dd .codeImg {
  float: left;
  width: 120px;
  height: 34px;
  margin-left: 10px;
}

/* 修改交易密码 end */

/* 手机绑定 start 无 */

/* 手机绑定 end 无 */

/* 邮箱绑定 start 无 */

/* 邮箱绑定 end 无 */

/* 温馨提示 start */
.mytips {
  border: 1px solid #3d4665;
  padding: 10px 12px 10px;
  color: #f9d800;
  text-align: left;
  font-size: 12px;
  line-height: 1.8;
  border-radius: 5px;
  clear: both;
  _height: 150px;
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0px 20px;
}

.mytips h6 {
  font-size: 14px;
  line-height: 2.4;
  color: red;
}

/* 温馨提示 end */

/* 银行卡管理 begin */
.bankcard .f_table thead,
.walletaddress .f_table thead {
  border: 1px solid #3d4665;
}

.bankcard .f_table tbody,
.walletaddress .f_table tbody {
  border-left: 1px solid #3d4665;
  border-right: 1px solid #3d4665;
}

.bankcard .f_table th,
.walletaddress .f_table th {
  height: 60px;
}

/*.okcoinPop .dialog_content {
background: none repeat scroll 0 0 #ffffff;
border-radius: 5px;
box-shadow: 3px -3px 12px #636363;
color: #333333;
position: fixed !important;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 600px;
z-index: 102;
margin-top: 0;
margin-left: 0;
}*/
.addBankCard,
.addwallet {
  display: block;
  width: 220px;
  height: 38px;
  background: #7A98F7 !important;
  border: none;
  cursor: pointer;
  border-radius: 3px;
  padding: 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 38px;
  margin: 20px auto;
}

.addBankCard:hover,
.addwallet:hover {
  background: #5F74BC !important;
  color: #fff;
}

/* 银行卡管理 end */

/* 余额提现 begin*/
.iconfont {
  vertical-align: middle;
}

/* 余额提现 end*/

/* 杠杆交易 begin */
.trade1400 .w240 {
  width: 320px;
}

.tradeBox {
  text-align: left;
  margin-bottom: 0;
}

.tradeBox .slideHd ul {
  float: left;
}

/* 杠杆交易 end */

/*安全中心*/
.alpass,
.nopass {
  background: url(/static/index/images/icon.png) no-repeat -84px -86px;
}

.nopass {
  background-position: left -240px;
}

/* 官方公告 start */
.new_ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  list-style: none;
  margin-top: 20px;
}

.new_ul li {
  font-size: 14px;
  line-height: 32px;
  color: #999;
  list-style-type: none;
  overflow: hidden;
  border-bottom: 1px dashed #3d4665;
}

.new_ul li .news_clua {
  float: left;
  width: auto;
  color: #AAC9E5;
}

.new_ul li .news_clud {
  float: right;
  color: #797e8c;
}

.new_ul a:hover {
  color: #fa6c32;
  text-decoration: underline;
}

/* 官方公告 end */

/*安全中心*/
.alpass,
.nopass {
  background: url(/static/index/images/icon.png) no-repeat -84px -86px;
}

.nopass {
  background-position: left -240px;
}

/*收款方式/提币管理*/
.safe_center .fr {
  height: 47px;
  overflow: hidden;
}

.addlink {
  margin-top: 7px;
  margin-right: 10px;
  display: inline-block;
  width: auto;
  min-width: 60px;
  max-width: 180px;
  height: 32px;
  overflow: hidden;
  background: #659aea;
  border-radius: 3px;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
}
.assets_content .addlink {
  color: #fff;
}
.addlink:hover{
  opacity: 0.8;
}

/*flex*/
.flex{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-middle{
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-between{
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


/*提币样式修改*/
.under-withdraw .address-wrapper{
  height: auto;
  width: auto;
  line-height: inherit;
  font-size: 12px;
  padding: 0 20px;
}
.under-withdraw .address-wrapper .left-label{
  width:auto;
  height: auto;
  position: relative;
  left: 0;
  font-size: 12px;
  color: #778899;
  line-height: inherit;
}
.under-withdraw .address-wrapper .left-label + .left{
  padding-left: 0;
}
.under-withdraw .address-wrapper .left{
  padding-right: 0;
  height: auto;
  line-height: inherit;
  position: relative;
}
.under-withdraw .coin-info{
  position: absolute;
  top: 0;
  right: 10px;
  color: #778899;
  font-size: 16px;
}
.under-withdraw .input-item{
  width: 100%;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  color: #778899;
  box-sizing: border-box;
  border-radius: 4px;
  padding-left: 24px;
  background: #fff;
  border: 1px solid #e6ecf2;
}
.under-withdraw .input-item:hover,
.under-withdraw .input-item:focus{
  border-color: #535a82;
}
.under-withdraw .address-wrapper .left .address_select,
.under-withdraw .address-wrapper .left .amount{
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  color: #111;
  box-sizing: border-box;
  border-radius: 4px;
  padding-left: 24px;
  background: #fff;
  border: 1px solid #e6ecf2;
  padding-right: 60px;
}
.under-withdraw .address-wrapper .left .address_select:hover,
.under-withdraw .address-wrapper .left .address_select:focus,
.under-withdraw .address-wrapper .left .amount:hover,
.under-withdraw .address-wrapper .left .amount:focus{
  border-color: #535a82;
}
.under-withdraw .address-wrapper-small{
  width: 50%;
}
.under-withdraw.list-under,
.under-recharge.list-under{
  border-top: 1px solid #e6ecf2;
}
.under-withdraw .color-active{
  color: #659aea;
  cursor: pointer;
}
.under-withdraw a.color-active:hover{
  color: #4280dc
}
.under-withdraw.list-under .btn-wrapper .btn-submit{
  width: 150px;
  height: 56px;
  line-height: 56px;
  background: #659AEA;
  color: #fff;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  font-size: 16px;
}
.under-withdraw.list-under .btn-wrapper .btn-submit:hover{
  background: #4280dc
}
.coin_list.coin_list_gg .under-withdraw p{
  line-height: 28px;
}
.assets_content .coin_list.coin_list_gg li#coinItem{
  position: relative;
}
.exchange-list{
  position: absolute;
  right: -42px;
  top: 39px;
  width: 140px;
  border: 1px solid #e6ecf2;
  background: #f2f6fa;
  z-index: 2;
  text-align: center;
  display: none;
}
.exchange-list::before{
  display: inline-block;
  content: "";
  color: #f2f6fa;
  position: absolute;
  left: 60%;
  top: -6px;
  margin-left: -12px;
  z-index: 2;
  border-right: 7px dashed transparent;
  border-bottom: 7px solid currentColor;
  border-left: 7px dashed transparent;
}
.exchange-list:after{
  content: '';
  color: #e6ecf2;
  display: inline-block;
  position: absolute;
  left: 60%;
  top: -15px;
  margin-left: -12px;
  z-index: 1;
  border: 7px solid transparent;
  border-bottom-color: inherit;
}
#coinItem .exchange-list li{
  border: none;
  /* padding: 0 30px; */
  overflow: hidden;
}
#coinItem .exchange-list li:hover{
  background: #fff
}
#coinItem .exchange-list li a{
  color: #333;
  white-space: nowrap;
}

.exchange-link{
  position: relative;
  padding: 0;
  font-size: 12px;
  float: none;
  line-height: 44px;
  margin: 0 0 0 20px;
  cursor: pointer;
  display: inline-block;
  color: #659AEA;
}
.exchange-link:hover .exchange-list{
  display: block;
}
.open1.active{
  position: relative;
  /* border-bottom: 1px solid #3d4665 !important; */
}
.open1.active::before{
  display: inline-block;
  content: "";
  color: #f2f6fa;
  position: absolute;
  left: 60%;
  bottom: -2px;
  margin-left: -12px;
  z-index: 2;
  border-right: 7px dashed transparent;
  border-bottom: 7px solid currentColor;
  border-left: 7px dashed transparent;
}
.open1.active:after{
  content: '';
  color: #e6ecf2;
  display: inline-block;
  position: absolute;
  left: 60%;
  bottom: 0;
  margin-left: -12px;
  z-index: 1;
  border: 7px solid transparent;
  border-bottom-color: inherit;
}
.coin_list.coin_list_gg dd input, .coin_list.coin_list_gg dd a.open1{
  height: auto;
}
.address-list{
  position: absolute;
  background: #fff;
  right: 0;
  left: 0;
  z-index: 2;
  font-size: 14px;
  display: none;
}
.coin_list.coin_list_gg li .address-list li{
  border: none;
  padding: 0 30px;
}
.coin_list.coin_list_gg li .address-list li:hover{
  border: none;
  background: #141728
}

/*订单管理table*/
.orderlist .f_table th{
  color: #767EAD;
  text-align: left;
}
.orderlist .f_table td{
  text-align: left;
}
.orderlist .f_table td .buy,
.orderlist .f_table td .sell{
  color: #778899 !important;
}
.orderlist .f_table td a{
  color: #778899
}
.orderlist .f_table td a:hover{
  color: #659aea
}
.orderlist .f_table th:last-child,
.orderlist .f_table td:last-child{
  text-align: right
}
.orderlist .f_table th select{
  min-width: 64px;
  line-height: 32px;
  height: 32px;
  color: #778899;
}
.orderlist .f_table select{
  background: #fff;
  border-color:  rgb(153,169,180);
}

/*资产页提币地址管理加标签*/
.under-withdraw .address-wrapper.addr_type_left{
  width: 75%;
  display: inline-block
}
.under-withdraw .address-wrapper.addr_type_right{
  width: 25%;
  display: inline-block
}
