@charset "utf-8";
/*-------------------------------------------------
Style Sheet
Version : 1.0
Author :  강혜연
Create date : 2019. 06. 20.
-------------------------------------------------*/

/* main - rolling banner */
section.main_banner_wrap {
  background: #11404c;
}
section.main_banner_wrap ul li img {
  width: 100%;
}

section.main_payment_wrap {
  background: #082f3b;
  border-top: 1px solid #155059;
  box-sizing: border-box;
  height: 85px;
}
section.main_payment_wrap .main_payment ul {
  overflow: hidden;
}
section.main_payment_wrap .main_payment ul li {
  float: left;
  width: 50%;
  padding-top: 23px;
  box-sizing: border-box;
}
section.main_payment_wrap .main_payment ul li:last-child {
  float: right;
  text-align: right;
}
section.main_payment_wrap .main_payment ul li > p {
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  float: left;
  margin-top: 8px;
}
section.main_payment_wrap .main_payment ul li > p > span {
  font-size: 12px;
  line-height: 12px;
  color: #619aa3;
  display: block;
  margin-top: 4px;
}
section.main_payment_wrap .main_payment ul li > label {
  float: left;
  height: 40px;
  width: 240px;
  background: #fff;
  margin-left: 31px;
  border-radius: 0.2em;
  padding-left: 10px;
  box-sizing: border-box;
}
section.main_payment_wrap .main_payment ul li > label input {
  border: 0;
  width: 176px;
  color: #619aa3;
  font-size: 12px;
  line-height: 12px;
  height: 40px;
}
section.main_payment_wrap .main_payment ul li > label input::placeholder {
  color: #619aa3;
}
section.main_payment_wrap .main_payment ul li > label button {
  width: 50px;
  height: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  color: #619aa3;
  font-weight: bold;
  box-sizing: border-box;
  border-left: 1px solid #cdd7da;
}
section.main_payment_wrap .main_payment ul li:last-child > p {
  float: none;
  display: inline-block;
}
section.main_payment_wrap .main_payment ul li:last-child > button {
  width: 95px;
  height: 40px;
  border: 1px solid #155059;
  box-sizing: border-box;
  margin-left: 6px;
  border-radius: 0.2em;
  background: #0b3745;
  color: #619aa3;
}
section.main_payment_wrap .main_payment ul li:last-child > button:last-child {
  background: #1eb292;
  color: #fff;
}

/* main_chart */
section.main_chart_wrap .main_chart {
  margin-top: 40px;
}
section.main_chart_wrap .main_chart img {
  width: 100%;
}
section.main_intro_wrap .main_intro {
  overflow: hidden;
  margin-top: 80px;
}
section.main_intro_wrap .main_intro ul {
  float: left;
  width: 50%;
  overflow: hidden;
}
section.main_intro_wrap .main_intro ul li {
  float: left;
  width: 50%;
  text-align: center;
}
section.main_intro_wrap .main_intro ul li h4 {
  font-size: 18px;
  line-height: 18px;
  color: #082f3b;
  font-weight: bold;
  background: url(../img/intro_img01.png) no-repeat center top;
  padding-top: 80px;
  box-sizing: border-box;
  margin-top: 14px;
}
section.main_intro_wrap .main_intro ul li:nth-child(2) h4 {
  background: url(../img/intro_img02.png) no-repeat center top;
}
section.main_intro_wrap .main_intro ul li:nth-child(3) h4 {
  background: url(../img/intro_img03.png) no-repeat center top;
  margin-top: 50px;
}
section.main_intro_wrap .main_intro ul li:nth-child(4) h4 {
  background: url(../img/intro_img04.png) no-repeat center top;
  margin-top: 50px;
}
section.main_intro_wrap .main_intro ul li p {
  color: #999;
  margin-top: 15px;
  line-height: 17px;
}
section.main_intro_wrap .main_intro > div {
  float: left;
  width: 50%;
  height: 390px;
  background: url(../img/intro_img05.png) no-repeat 80px bottom;
  padding-left: 40px;
  box-sizing: border-box;
}
section.main_intro_wrap .main_intro > div h5 {
  font-size: 24px;
  line-height: 24px;
  color: #364756;
  font-weight: bold;
}

section.main_intro2_wrap {
  height: 385px;
  margin-top: 84px;
  background: #d8e2e3;
}
section.main_intro2_wrap .main_intro2 {
  overflow: hidden;
}
section.main_intro2_wrap .main_intro2 > div {
  float: left;
  width: 50%;
  height: 385px;;
}
section.main_intro2_wrap .main_intro2 > div:first-child {
  background: url(../img/intro2_img.png) no-repeat left 11px;
}
section.main_intro2_wrap .main_intro2 > div:last-child {
  padding-left: 55px;
  box-sizing: border-box;
}
section.main_intro2_wrap .main_intro2 > div h4 {
  font-size: 26px;
  line-height: 38px;
  color: #364756;
  font-weight: bold;
  margin-top: 45px;
}
section.main_intro2_wrap .main_intro2 > div ul li {
  background: url(../img/check_icon.png) no-repeat left center;
  padding-left: 28px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 16px;
  color: #829a9e;
  margin-top: 20px;
}
section.main_intro2_wrap .main_intro2 > div ul li:first-child {
  margin-top: 35px;
}
section.main_intro2_wrap .main_intro2 > div p {
  margin-top: 36px;
}
section.main_intro2_wrap .main_intro2 > div p a {
  display: inline-block;
  margin-right: 16px;
}

/* user - login */
.user_container {
  width: 388px;
  margin: auto;
}
.user_wrap {
  background: url(../img/user_bg.png) no-repeat center 25px #11404c;
  width: 100%;
  height: 967px;
  padding-top: 80px;
}
.user_wrap .login_wrap {
  text-align: center;
  position: relative;
}
.user_wrap .login_wrap > ul {
  margin-top: 85px;
}
.user_wrap .login_wrap > ul li {
  margin: auto;
  margin-top: 20px;
}
.big_logo {
  text-align: center;
}
.user_error {
  font-size: 13px;
  line-height: 13px;
  color: #619aa3;
  padding-left: 20px;
  box-sizing: border-box;
  background: url(../img/error_icon.png) no-repeat left center;
  text-align: left;
}
.user_error > a {
  color: #fff;
}
.user_wrap .login_wrap > .user_error {
  position: absolute;
  top: 152px;
  left: 50%;
  transform: translateX(-50%);
}
.user_input input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 2px solid #3e6771;
  box-sizing: border-box;
  background: #244f5a;
  border-radius: 0.2em;
  padding: 0 20px;
  color: #fff;
  font-size: 14px;
}
.user_input input::placeholder {
  color: #fff;
}
.user_capcha {
  width: 100%;
  border: 2px solid #3e6771;
  box-sizing: border-box;
  background: #244f5a;
  border-radius: 0.2em;
  padding: 0 20px;
  color: #fff;
  font-size: 14px;
  margin: auto;
}
button.user_btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #ff9227;
  border-radius: 0.3em;
  color: #fff;
  font-size: 16px;
  border: 0;
  margin-top: 30px;
  font-weight: bold;
}
.user_wrap .login_wrap > p {
  width: 388px;
  margin: auto;
  margin-top:20px;
  text-align: left;
  overflow: hidden;
}
.user_wrap .login_wrap > p > a {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
}
.user_wrap .login_wrap > p > a:last-child {
  float: right;
}

.user_footer {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.user_footer > a {
  color: #619aa3;
  font-size: 12px;
  line-height: 12px;
  padding-right: 30px;
  position: relative;
}
.user_footer > a:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #619aa3;
  position: absolute;
  top: 5px;
  right: 11px;
}
.user_footer > span {
  color: #619aa3;
  font-size: 12px;
  line-height: 12px;
}

/* join */
.user_join {
  text-align: center;
}
.user_join .join_wrap > ul {
  margin-top: 40px;
}
.user_join .join_wrap > ul li {
  margin-top: 20px;
}
.check_box {
  width: 388px;
  margin: auto;
  overflow: hidden;
}
.check_box input[type="checkbox"] {
  width: 16px;
  height: 16px;
  color: #757575;
  float: left;
  position: relative;
  margin-top: 0;
  border-radius: 3px;
}
.check_box input[type="checkbox"]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: #244f5a;
  cursor: pointer;
  border: 1px solid #3e6771;
  border-radius: 3px;
}
.check_box input[type="checkbox"]:checked::before {
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  transform: rotate(-40deg);
  height: 7px;
  left: 3px;
  top: 3px;
  width: 11px;
  border-color: #626262;
  border-left: 2px solid #fd9127;
  border-bottom: 2px solid #fd9127;
  border-top-style: none;
  border-right-style: none;
  border-radius: 0;
}
.check_box input[type="checkbox"]::before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 16px;
  height: 16px;
  border: 1px solid #3e6771;
  border-radius: 3px;
}
.check_box > p {
  float: left;
  color: #619aa3;
  padding-left: 10px;
  margin-top: 1px;
}
.check_box > p span {
  color: #fff;
}

/* user_email */
.email_wrap > h3 {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  margin-top: 40px;
  position: relative;
}
.email_wrap > h3:before {
  content: "";
  width: 40px;
  height: 2px;
  background: #619aa3;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.email_wrap > p {
  margin-top: 43.5px;
  font-size: 14px;
  color: #619aa3;
  line-height: 1.5;
}
.email_wrap > p > span {
  color: #ff9227;
}
.email_wrap button.user_btn {
  margin-top: 16.5px;
}
.email_wrap > dl {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px dashed #295b66;
}
.email_wrap > dl dt {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 20px;
}
.email_wrap > dl dd {
  display: list-item;
  list-style: disc;
  list-style-position: inside;
  color: #619aa3;
  margin-top: 10px;
}
.email_wrap > p.success {
  text-align: center;
}

/* asset */
.full_wrap.asset {
  min-width: 800px;
}
.full_wrap.asset .cont_wrap {
  min-width: 800px;
  min-height: 967px;
  background: #dce4e7;
/*  padding-bottom: 20px;*/
  padding-bottom: 300px;
}
.full_wrap.asset .container {
  min-width: 800px;
}
.full_wrap.asset header {
  min-width: 800px;
}
.container2 {
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
}

.asset_tab {
  background: #082f3b;
}
.asset_tab ul {
  overflow: hidden;
  box-sizing: border-box;
}
.asset_tab ul li {
  float: left;
  width: 95px;
  margin-right: 40px;
}
.asset_tab ul li a {
  display: block;
  width: 100%;
  line-height: 50px;
  height: 50px;
  text-align: center;
  font-size: 15px;
  color: #619aa3;
}
.asset_tab ul li a.active {
  border-bottom: 3px solid #ff9227;
  color: #fff;
}

.my_asset_total {
  height: 100px;
}
.my_asset_total .asset_total {
  padding-top: 39px;
  box-sizing: border-box;
}
.my_asset_total .asset_total ul {
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
}
.my_asset_total .asset_total ul li {
  display: inline-block;
  padding-right: 90px;
  box-sizing: border-box;
  text-align: center;
}
.my_asset_total .asset_total ul li:nth-child(4) {
  padding-right: 0;
}
.my_asset_total .asset_total ul li dl dt {
  color: #131722;
  font-weight: normal;
}
.my_asset_total .asset_total ul li dl dd {
  font-size: 24px;
  line-height: 17px;
  color: #131722;
  font-weight: bold;
  margin-top: 10px;
}
.my_asset_total .asset_total ul li dl dd span {
  font-size: 13px;
  line-height: 13px;
  color: #131722;
  font-weight: normal;
  padding-left: 10px;
  box-sizing: border-box;
}

.my_asset_wrap {
  box-sizing: border-box;
}
.my_asset_wrap .container {
  overflow: hidden;
}
.my_asset_wrap .total_balance {
  float: left;
  width: 55%;
  height: 1000px;
  background: #fff;
  border: 1px solid #cdd7da;
  border-radius: 0.3em;
  box-sizing: border-box;
}
.my_asset_wrap .my_asset {
  float: left;
  width: 45%;
}
.my_asset_wrap .total_balance > h3 {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #131722;
  font-weight: normal;
  padding-left: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #cdd7da;
}
.my_asset_wrap .total_balance .search_box {
  overflow: hidden;
  border-bottom: 1px solid #cdd7da;
  box-sizing: border-box;
}
.my_asset_wrap .total_balance .search_box > button {
  float: left;
  width: 9%;
  height: 40px;
  background: url(../img/like_icon.png) no-repeat center center;
  border-right: 1px solid #cdd7da;
  box-sizing: border-box;
}
.my_asset_wrap .total_balance .search_box > button.on {
  background: url(../img/like_icon_on.png) no-repeat center center;
}
.my_asset_wrap .total_balance .search_box > p {
  float: left;
  width: 72%;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #cdd7da;
  padding-left: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.my_asset_wrap .total_balance .search_box > p input {
  float: left;
  height: 38px;
  margin-top: 1px;
  border: 0;
  background: none;
  width: 80%;
}
.my_asset_wrap .total_balance .search_box > p input::placeholder {
  color: #aeb0b7;
}
.my_asset_wrap .total_balance .search_box > p button {
  float: right;
  width: 34px;
  height: 38px;
  margin-top: 1px;
  background: url(../img/coin_search_icon.png) no-repeat center center;
}
.my_asset_wrap .total_balance .search_box > .checkbox_cus {
  float: left;
  padding-left: 10px;
  padding-top: 12px;
  box-sizing: border-box;
}

.my_asset_wrap .total_balance .balance_tit {
  overflow: hidden;
  background: #f6f6f8;
  border-bottom: 1px solid #cdd7da;
  padding: 0 20px;
  box-sizing: border-box;
}
.my_asset_wrap .total_balance .balance_tit li {
  float: left;
  height: 31px;
  line-height: 31px;
  text-align: right;
}
.my_asset_wrap .total_balance .balance_tit li:nth-child(1) {
  width: 12px;
}
.my_asset_wrap .total_balance .balance_tit li:nth-child(2) {
  width: 15.6%;
  text-align: left;
  padding-left: 10px;
  box-sizing: border-box;
}
.my_asset_wrap .total_balance .balance_tit li:nth-child(3) {
  width: 19%;
}
.my_asset_wrap .total_balance .balance_tit li:nth-child(4) {
  width: 18.7%;
}
.my_asset_wrap .total_balance .balance_tit li:nth-child(5) {
  width: 14.2%;
}
.my_asset_wrap .total_balance .balance_tit li:nth-child(6) {
  width: 11.2%;
}
.my_asset_wrap .total_balance .balance_tit li:nth-child(7) {
  width: 16.5%;
}
.my_asset_wrap .total_balance .balance_list > li {
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: -1px;
}
.my_asset_wrap .total_balance .balance_list > li:hover,
.my_asset_wrap .total_balance .balance_list > li.active {
  background: #dfedfa;
}
.my_asset_wrap .total_balance .balance_list > li > div {
  border-bottom: 1px solid #e0e8eb;
}
.my_asset_wrap .total_balance .balance_list > li > div > button {
  float: left;
  width: 12px;
  height: 55px;
  line-height: 55px;
  background: url(../img/small_like_icon.png) no-repeat left center;
}
.my_asset_wrap .total_balance .balance_list > li > div > button.on {
  background: url(../img/small_like_icon_on.png) no-repeat left center;
}
.my_asset_wrap .total_balance .balance_list > li > div > a {
  float: left;
  width: 97.6%;
  text-align: right;
  display: block;
  height: 55px;
  line-height: 55px;
}
.my_asset_wrap .total_balance .balance_list > li > div > a h3 {
  float: left;
  width: 16%;
  padding-left: 10px;
  box-sizing: border-box;
  margin-top: 15px;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  color: #131722;
}
.my_asset_wrap .total_balance .balance_list > li > div > a h3 span {
  display: block;
  font-size: 11px;
  line-height: 11px;
  color: #868991;
  margin-top: 3px;
}
.my_asset_wrap .total_balance .balance_list > li > div > a dl {
  float: left;
  padding-left: 10px;
  box-sizing: border-box;
  padding-top: 15px;
}
.my_asset_wrap .total_balance .balance_list > li > div > a dl dt {
  color: #131722;
  font-weight: normal;
  line-height: 0.5;
}
.my_asset_wrap .total_balance .balance_list > li > div > a dl dd {
  font-size: 11px;
  color: #868991;
  margin-top: 5px;
}
.my_asset_wrap .total_balance .balance_list > li > div > a p {
  float: left;
  padding-left: 10px;
  box-sizing: border-box;
  margin-top: 20px;
  line-height: 13px;
}
.my_asset_wrap .total_balance .balance_list > li > div > a dl.price {
  width: 19.5%;
}
.my_asset_wrap .total_balance .balance_list > li > div > a dl.balance {
  width: 19%;
}
.my_asset_wrap .total_balance .balance_list > li > div > a p.avg {
  width: 14.5%;
}
.my_asset_wrap .total_balance .balance_list > li > div > a p.pl {
  width: 11.5%;
}
.my_asset_wrap .total_balance .balance_list > li > div > a p.selectbox {
  width: 19.5%;
  margin-top: 12px;
}
.selectbox .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 86px;
  height: 28px;
  border: 1px solid #cdd7da;
  border-radius: 0.2em;
  box-sizing: border-box;
  background: #fff;
}
.selectbox .bootstrap-select > .btn {
  padding: 0;
  height: 26px;
  line-height: 26px;
}
.selectbox .bootstrap-select.btn-group .btn .filter-option {
  margin: 0;
  color: #868991;
  padding-left: 5px;
  line-height: 26px;
}
.selectbox .glyphicon-menu-down:before {
  top: 10px;
  right: 5px;
}
.selectbox .dropdown-menu {
  margin-top: 0;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover {
  background: none;
}
.selectbox .dropdown-menu>li>a:focus span.text, 
.selectbox .dropdown-menu>li>a:hover span.text {
  
  color: #0082ed !important;
}
.selectbox .bootstrap-select.btn-group .dropdown-menu li a {
  padding: 0;
  border-bottom: 0;
}
.selectbox .btn-default.active, 
.selectbox .btn-default.focus, 
.selectbox .btn-default:active, 
.selectbox .btn-default:focus, 
.selectbox .btn-default:hover, 
.selectbox .open>.dropdown-toggle.btn-default {
  color: #868991;
}
.selectbox .glyphicon-menu-down:before {
  background: url(../img/select_arrow_off.png) no-repeat center center;
}
.selectbox .bootstrap-select.open .glyphicon-menu-down:before {
  background: url(../img/select_arrow_on.png) no-repeat center center;
}
.selectbox .bootstrap-select.btn-group .dropdown-menu.open {
  min-width: 86px;
  left: -1px;
  box-shadow: none;
  border: 1px solid #cdd7da;
}

.selectbox .bootstrap-select.btn-group .dropdown-menu li a span.text {
  width: 100%;
  display: block;
  padding: 6px 5px;
  box-sizing: border-box;
  margin-top: 0;
}
.selectbox .bootstrap-select.btn-group .dropdown-menu.inner {
  background: #f6f6f8;
  padding: 2px 0;
  box-sizing: border-box;
}

.my_asset {
  padding-left: 10px;
  box-sizing: border-box;
}
.my_asset .deposit_with {
  width: 100%;
  height: 1000px;
  background: #fff;
  border: 1px solid #cdd7da;
  border-radius: 0.3em;
}
.my_asset .deposit_with > h3 {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #131722;
  font-weight: normal;
  padding: 0 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #cdd7da;
  overflow: hidden;
}
.my_asset .deposit_with > h3 > button {
  float: right;
  margin-top: 15px;
  cursor: pointer;
}
.my_asset .deposit_with .my_balance {
  padding: 0 20px;
  height: 101px;
  box-sizing: border-box;
  border-bottom: 1px solid #cdd7da;
  background: #eaf2f9;
}
.my_asset .deposit_with .my_balance dl {
  overflow: hidden;
  padding-top: 10px;
}
.my_asset .deposit_with .my_balance dl dt {
  float: left;
  width: 25%;
  font-size: 13px;
  line-height: 11px;
  color: #868991;
  font-weight: normal;
}
.my_asset .deposit_with .my_balance dl dd {
  float: right;
  text-align: right;
  width: 75%;
  font-size: 13px;
  line-height: 11px;
  color: #868991;
}
.my_asset .deposit_with .my_balance dl:first-child {
  padding-top: 18px;
  padding-bottom: 5px;
}
.my_asset .deposit_with .my_balance dl:first-child dt {
  font-size: 16px;
  line-height: 16px;
  color: #131722;
  padding-left: 28px;
  box-sizing: border-box;
  background: url(../img/money_icon.png) no-repeat left center;
  padding-top: 3px;
}
.my_asset .deposit_with .my_balance dl:first-child dd strong {
  font-size: 20px;
  font-size: 20px;
  line-height: 20px;
  color: #131722;
  padding-right: 5px;
  box-sizing: border-box;
}
.my_asset .deposit_with .asset_cont_tab ul {
  overflow: hidden;
}
.my_asset .deposit_with .asset_cont_tab ul li {
  float: left;
  width: 33.333%;
}
.my_asset .deposit_with .asset_cont_tab ul li a {
  text-align: center;
  display: block;
  width: 100%;
  height: 39px;
  line-height: 39px;
  font-size: 14px;
  color: #868991;
  border-bottom: 1px solid #cdd7da;
}
.my_asset .deposit_with .asset_cont_tab ul li a.active {
  font-weight: bold;
  color: #0082ed;
  border-bottom: 2px solid #0082ed;
}
.deposit_with .asset_cont > div {
  display: none;
}
.my_asset .deposit_with .asset_cont .asset_txt {
  padding: 0 20px;
  padding-bottom: 25px;
  box-sizing: border-box;
}
.my_asset .deposit_with .asset_cont .asset_txt dt {
  font-size: 15px;
  line-height: 15px;
  color: #131722;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 12px;
}
.my_asset .deposit_with .asset_cont .asset_txt dd {
  line-height: 15px;
  padding-left: 8px;
  box-sizing: border-box;
  position: relative;
}
.my_asset .deposit_with .asset_cont .asset_txt dd:before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #868991;
  position: absolute;
  top: 7px;
  left: 0;
}
.my_asset .deposit_with .asset_cont h4 {
  height: 40px;
  font-size: 15px;
  line-height: 15px;
  color: #131722;
  font-weight: normal;
  padding: 0 20px;
  border-top: 1px solid #cdd7da;
  border-bottom: 1px solid #cdd7da;
  box-sizing: border-box;
  padding-top: 12px;
}
.my_asset .deposit_with .asset_cont h4.addr_h4 {
  margin-top: -1px;
}
.my_asset .deposit_with .asset_cont .asset_qrcode {
  height: 214px;
  background: #f8f9fb;
  padding: 0 20px;
  border-bottom: 1px solid #cdd7da;
  box-sizing: border-box;
}
.my_asset .deposit_with .asset_cont .asset_qrcode > img {
  display: block;
  margin: auto;
  padding-top: 20px;
}
input.input_txt {
  width: 100%;
  height: 37px;
  line-height: 37px;
  background: #fff;
  padding: 0 10px;
  box-sizing: border-box;
  border: 1px solid #cdd7da;
  border-radius: 0.2em;
  color: #131722;
  font-size: 14px;
}
button.btn_cus {
  width: 100%;
  height: 37px;
  line-height: 37px;
  color: #fff;
  border-radius: 0.2em;
}
button.btn_cus.orange {
  background: #ff9227;
}
.my_asset .deposit_with .asset_cont .asset_qrcode > p {
  margin-top: 20px;
  overflow: hidden;
}
.my_asset .deposit_with .asset_cont .asset_qrcode > p input {
  float: left;
  width: 80%;
}
.my_asset .deposit_with .asset_cont .asset_qrcode > p button {
  float: right;
  width: 18%;
}
.asset_limit {
  height: 808px;
  background: #f8f9fb;
}
.asset_limit > div {
  height: 200px;
  border-bottom: 1px solid #cdd7da;
  background: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.asset_limit > div > p {
  padding-top: 138px;
  box-sizing: border-box;
  background: url(../img/limit_img.png) no-repeat center 58px;
}
h5.h5 {
  font-size: 15px;
  line-height: 15px;
  color: #131722;
  font-weight: normal;
}
.mt40 {
  margin-top: 40px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.my_asset .asset_withdraw .add_address {
  padding: 0 20px;
  box-sizing: border-box;
}
.my_asset .asset_withdraw .add_address .selectbox {
  margin-top: 17px;
}
.my_asset .asset_withdraw .add_address .selectbox .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
  height: 37px;
}
.my_asset .asset_withdraw .add_address .selectbox .bootstrap-select.btn-group .btn .filter-option {
  height: 35px;
  line-height: 35px;
  color: #aeb0b7;
}
.my_asset .asset_withdraw .add_address .selectbox .glyphicon-menu-down:before {
  top: 15px;
  right: 9px;
}
.my_asset .asset_withdraw .add_address .selectbox .bootstrap-select.btn-group .dropdown-menu li a button {
  color: red;
}
.my_asset .asset_withdraw .add_address .selectbox .bootstrap-select.btn-group .dropdown-menu li:first-child {
  display: none;
}
.my_asset .asset_withdraw .add_address .selectbox .bootstrap-select.btn-group .dropdown-menu.inner {
  padding: 4px 0;
}
.my_asset .asset_withdraw .add_address .selectbox .bootstrap-select.btn-group .btn .filter-option {
  padding-left: 9px;
}
.my_asset .asset_withdraw .add_address .selectbox .bootstrap-select.btn-group .dropdown-menu li a span.text {
  padding-left: 10px;
}
.my_asset .asset_withdraw .add_address .selectbox .bootstrap-select.btn-group .dropdown-menu > a.add_btn {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-top: 1px solid #cdd7da;
  background: #f6f6f8;
  box-sizing: border-box;
  margin-top: -1px;
  font-size: 13px;
  font-weight: normal;
  padding-left: 28px;
  position: relative;
}
.my_asset .asset_withdraw .add_address .selectbox .bootstrap-select.btn-group .dropdown-menu > a.add_btn:before {
  content: "";
  width: 13px;
  height: 13px;
  background: url(../img/add_icon.png) no-repeat center center;
  position: absolute;
  top: 8px;
  left: 10px;
}
.my_asset .asset_withdraw .add_address .selectbox .bootstrap-select.btn-group .dropdown-menu li:hover > a {
  color: #0082ed;
}
.my_asset .asset_withdraw .add_address .add_box {
  margin-top: 10px;
  overflow: hidden;
  display: none;
}
.my_asset .asset_withdraw .add_address .add_box input {
  float: left;
  width: 55%;
  height: 37px;
  line-height: 37px;
  background: #f1f4ff;
  border: 1px solid #ced7f3;
  box-sizing: border-box;
  border-radius: 0.2em;
  padding: 0 10px;
  margin-right: 5px;
}
.my_asset .asset_withdraw .add_address .add_box input:first-child {
  width: 23%;
}
.my_asset .asset_withdraw .add_address .add_box input::placeholder {
  color: #aeb0b7;
}
.my_asset .asset_withdraw .add_address .add_box button {
  float: right;
  margin-left: 5px;
  width: 18.2%;
}
.my_asset .asset_withdraw .add_address .add_box > p {
  clear: both;
  font-size: 12px;
  line-height: 12px;
  color: #ff9227;
  padding-top: 10px;
}
.my_asset .asset_withdraw .asset_amount {
  padding: 0 20px;
  box-sizing: border-box;
}
.my_asset .asset_withdraw .asset_amount > div h6 {
  color: #131722;
  margin-top: 20px;
  font-weight: normal;
}
.my_asset .asset_withdraw .asset_amount > div > dl {
  overflow: hidden;
  margin-top: 10px;
}
.my_asset .asset_withdraw .asset_amount > div > dl dt {
  float: left;
  font-size: 12px;
  line-height: 12px;
}
.my_asset .asset_withdraw .asset_amount > div > dl dd {
  float: right;
  text-align: right;
  font-size: 14px;
  line-height: 14px;
}
.my_asset .asset_withdraw .asset_amount > div .amount_input {
  width: 100%;
  height: 72px;
  overflow: hidden;
  border: 1px solid #cdd7da;
  border-radius: 0.2em;
  margin-top: 6px;
}
.my_asset .asset_withdraw .asset_amount > div .amount_input > p {
  overflow: hidden;
  float: none;
  border-bottom: 1px solid #cdd7da;
}
.my_asset .asset_withdraw .asset_amount > div .amount_input > p input {
  width: 75%;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  box-sizing: border-box;
  color: #131722;
  border: 0;
  font-size: 18px;
}
.my_asset .asset_withdraw .asset_amount > div .amount_input > p input::placeholder {
  color: #131722;
} 
.my_asset .asset_withdraw .asset_amount > div .amount_input > p label {
  text-align: right;
  float: right;
  padding-right: 10px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 35px;
}
.my_asset .asset_withdraw .asset_amount > div .amount_input > button {
  float: left;
  width: 25%;
  height: 34px;
  line-height: 34px;
  border-right: 1px solid #cdd7da;
  background: #f8f9fb;
  box-sizing: border-box;
}
.my_asset .asset_withdraw .asset_amount > div .amount_input > button:last-child {
  border-right: 0;
}
.my_asset .asset_withdraw .asset_amount > div .amount_input > button.active {
  background: #dfedfa;
  color: #0082ed;
}
.my_asset .asset_withdraw .asset_amount > div .amount_input > button.disable {
  color: #d9d9d9;
}
.fz12 {
  font-size: 12px !important;
  line-height: 12px !important;
}
.mt6 {
  margin-top: 6px !important;
}
.my_asset .asset_withdraw .asset_amount > div > p {
  font-size: 12px;
  line-height: 12px;
  margin-top: 10px;
}
.my_asset .asset_withdraw .asset_agree {
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: 40px;
}
.my_asset .asset_withdraw .asset_agree > div {
  border: 1px solid #cdd7da;
  box-sizing: border-box;
  height: 140px;
  padding: 8px;
}
.my_asset .asset_withdraw .asset_agree > div > p {
  height: 120px;
  overflow-y: auto;
}
.my_asset .asset_withdraw .asset_agree > p.checkbox_cus {
  margin-top: 10px;
}
.my_asset .asset_withdraw .asset_agree > button {
  margin-top: 20px;
}
.my_asset .asset_history .asset_history_select {
  padding: 10px;
  background: #f6f6f8;
}
.my_asset .asset_history .asset_history_select > p {
  float: right;
}
.my_asset .asset_history .asset_table {
  height: 759px;
  padding: 0 20px;
  box-sizing: border-box;
  background: #fff;
  border-top: 1px solid #cdd7da;
  overflow: auto;
  /*
  margin-right: 2px;
  padding-right: 18px;
*/
}
.my_asset .asset_history .asset_table table {
  width: 100%;
}
.in {
  color: #0e8a5a !important;
}
.out {
  color: #dd4d54 !important;
}
.my_asset .asset_history .asset_table table tr {
  height: 55px;
  border-bottom: 1px solid #e0e8eb;
  box-sizing: border-box;
}
.my_asset .asset_history .asset_table table tr td {
  padding-left: 20px;
  box-sizing: border-box;
  text-align: right;
}
.my_asset .asset_history .asset_table table tr td > span {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  line-height: 11px;
}
.my_asset .asset_history .asset_table table tr td:first-child {
  text-align: left;
  position: relative;
}
.my_asset .asset_history .asset_table table tr td:nth-child(2) {
  padding-left: 0;
}
.my_asset .asset_history .asset_table table tr td:last-child {
  text-align: center;
}
.my_asset .asset_history .asset_table table tr td > strong {
  font-weight: normal;
  color: #131722
}
.my_asset .asset_history .asset_table table tr td.in:before {
  content: "";
  width: 12px;
  height: 14px;
  background: url(../img/asset_in.png) no-repeat center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.my_asset .asset_history .asset_table table tr td.out:before {
  content: "";
  width: 12px;
  height: 14px;
  background: url(../img/asset_out.png) no-repeat center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.my_asset .asset_history .asset_table table tr td.wait {
  color: #e9892d;
}
.dw_history_wrap .top_search_box {
  margin-top: 40px;
}
.selectbox.nobg_select .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
  width: 100%;
  height: 37px;
  line-height: 37px;
  border: 1px solid #b8c1c4;
  background: transparent;
}
.selectbox.nobg_select .bootstrap-select.btn-group .btn .filter-option {
  line-height: 35px;
  font-size: 13px;
  color: #131722;
  padding-left: 10px;
}
.selectbox.nobg_select .glyphicon-menu-down:before {
  background: url(../img/black_arrow.png) no-repeat center center;
  right: 10px;
  top: 15px;
}
.selectbox.nobg_select .bootstrap-select > .btn {
  height: 35px;
  line-height: 35px;
}

.my_asset .deposit_with > h3 > button.roll img {
  transform: rotate(360deg);
  transition: all .8s ease-in-out;
}
.datebox {
  color: #131722;
  line-height: 37px;
}
.datebox > input {
  width: 100%;
  max-width: 130px;
  height: 37px;
  line-height: 37px;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #b8c1c4;
  background: #dce4e7;
  color: #131722;
  font-size: 13px;
  background: url(../img/date_icon.png) no-repeat 90% center;
  cursor: pointer;
  margin: 0 5px;
}
.datebox > input:first-child {
  margin-left: 0;
}
.dw_history_wrap .top_search_box > ul > li {
  float: left;
}
.dw_history_wrap .top_search_box > ul > li:nth-child(2) {
  float: right;
  width: 140px;
  margin-left: 10px;
}
.dw_history_wrap .top_search_box > ul > li:nth-child(3) {
  float: right;
  width: 140px;
}
#ui-datepicker-div {
  display: none;
}
.table_box {
  margin-top: 20px;
}
.table_box table {
  width: 100%;
  border: 1px solid #cdd7da;
  border-radius: 8px;
  background: #fff;
}
.tar {
  text-align: right !important;
}
.table_box table tr th {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  box-sizing: border-box;
}
.table_box table tr th:first-child {
  padding-left: 20px;
}
.table_box table tr th:last-child {
  padding-right: 20px;
}
.table_box table tr td {
  height: 56px;
  padding: 0 15px;
  box-sizing: border-box;
}
.table_box table tr td:first-child {
  padding-left: 20px;
}
.table_box table tr td:last-child {
  padding-right: 20px;
}
.table_box table tbody tr:nth-child(odd) td {
  background: #f6f8f9;
}
.table_box table tbody tr:hover td {
  background: #dfedfa;
}
.table_box table tr td.big_txt {
  font-size: 16px;
  line-height: 16px;
  color: #131722;
}
.pd0 {
  padding: 0 !important;
}
.no_content {
  width: 100%;
  padding: 60px 0;
  text-align: center;
  box-sizing: border-box;
  background: #fff;
}
.no_content > p {
  margin-top: 18px;
}
.account_wrap > div > h4 {
  font-size: 24px;
  line-height: 24px;
  color: #11404c;
  padding-top: 48px;
  font-weight: normal;
}
.account_wrap .risk_notice {
  background: #fff;
  border: 1px solid #cdd7da;
  border-radius: 4px;
  padding: 0 30px;
  box-sizing: border-box;
  margin-top: 15px;
}
.account_wrap .risk_notice ul {
  overflow: hidden;
}
.account_wrap .risk_notice ul li {
  border-bottom: 1px solid #e0e8eb;
}
.account_wrap .risk_notice ul li dl {
  overflow: hidden;
  padding: 20px 0;
  box-sizing: border-box;
}
.account_wrap .risk_notice ul li dl dt {
  float: left;
  width: 95%;
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
}
.account_wrap .risk_notice ul li dl dt i {
  float: left;
  height: 40px;
  width: 60px;
  box-sizing: border-box;
  background: url(../img/risk_icon01.png) no-repeat left center;
  display: inline-block;
}
.account_wrap .risk_notice ul li:nth-child(2) dl dt i {
  background: url(../img/risk_icon02.png) no-repeat left center;
}
.account_wrap .risk_notice ul li:nth-child(3) dl dt i {
  background: url(../img/risk_icon03.png) no-repeat left center;
}
.account_wrap .risk_notice ul li:nth-child(4) dl dt i {
  background: url(../img/risk_icon04.png) no-repeat left center;
}
.account_wrap .risk_notice ul li:nth-child(5) dl dt i {
  background: url(../img/risk_icon05.png) no-repeat left center;
}
.account_wrap .risk_notice ul li:last-child {
  border-bottom: 0;
}
.account_wrap .risk_notice ul li dl dt span {
  height: 40px;
  line-height: 40px;
}
.account_wrap .risk_notice ul li:first-child dl dt span {
  line-height: 20px;
}
.account_wrap .risk_notice ul li dl dd {
  float: right;
  height: 40px;
  line-height: 40px;
}
.account_wrap .risk_notice ul li dl dd > input {
  float: none;
}
.mt15 {
  margin-top: 15px !important;
}
button.risk_btn {
  background: #c2c2c2;
  width: 388px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #fff;
  display: block;
  margin: auto;
  margin-top: 26px;
}
button.risk_btn.on {
  background: #ff9227;
}
.account_step_box {
  width: 678px;
  margin: auto;
  margin-top: 15px;
  background: #fff;
  border: 1px solid #cdd7da;
  border-radius: 4px;
  padding: 12px 0;
  box-sizing: border-box;
  text-align: center;
}
.account_step_box ul li {
  display: inline-block;
  padding: 0 13px;
  margin-right: 90px;
  position: relative;
}
.account_step_box ul li:last-child {
  margin-right: 0;
}
.account_step_box ul li:before {
  content: "";
  width: 90px;
  height: 1px;
  background: #ced8db;
  position: absolute;
  top: 11px;
  right: -90px;
}
.account_step_box ul li:last-child:before {
  display: none;
}
.account_step_box ul li > h5 {
  width: 24px;
  height: 24px;
  line-height: 18px;
  border-radius: 50%;
  border: 3px solid #cdd7da;
  color: #cdd7da;
  box-sizing: border-box;
  margin: auto;
}
.account_step_box ul li > p {
  font-size: 12px;
  line-height: 12px;
  margin-top: 10px;
}
.account_step_box ul li.active h5 {
  line-height: 24px;
  border: 0;
  background: #ff9227;
  color: #fff;
}
.account_step_box ul li.ok_check h5 {
  background: url(../img/ok_check.png) no-repeat center center #ff9227;
}
.account_otp_box {
  width: 678px;
  margin: auto;
  margin-top: 10px;
  background: #f8f9fb;
  border: 1px solid #cdd7da;
  border-radius: 4px;
  padding: 30px 0;
  box-sizing: border-box;
  text-align: center;
}
.account_otp_box > h5 {
  font-size: 16px;
  line-height: 16px;
  color: #131722;
  font-weight: normal;
}
.account_otp_box > ul {
  margin-top: 17px;
}
.account_otp_box > ul li {
  display: inline-block;
  width: 170px;
  margin: 0 8px;
  height: 56px;
  background: url(../img/app_icon.png) no-repeat 15px center #fff;
  padding-left: 50px;
  font-size: 14px;
  color: #131722;
  border: 1px solid #cdd7da;
  border-radius: 4px;
  text-align: left;
  line-height: 16px;
  padding-top: 13px;
}
.account_otp_box > ul li:last-child {
  background: url(../img/and_icon.png) no-repeat 15px center #fff;
}
.mt40 {
  margin-top: 40px !important;
}
.account_otp_box > dl {
  margin-top: 18px;
  padding: 0 13px;
  box-sizing: border-box;
}
.account_otp_box > dl dt {
  display: inline-block;
  margin-right: 24px;
}
.account_otp_box > dl dd {
  display: inline-block;
  text-align: left;
  vertical-align: -28px;
}
.account_otp_box > dl dd p {
  font-size: 14px;
  line-height: 18px;
  color: #868991;
}
.account_otp_box > dl dd span {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #131722;
  background: #e4eaec;
  text-align: center;
  padding: 0 45px;
  box-sizing: border-box;
  margin-top: 15px;
}
button.big_btn {
  display: inline-block;
  width: 220px;
  height: 42px;
  line-height: 42px;
  background: #ff9227;
  margin: auto;
  margin-top: 20px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
}
.account_step2_box,
.account_step3_box {
  width: 678px;
  margin: auto;
  margin-top: 10px;
  background: #f8f9fb;
  border: 1px solid #cdd7da;
  border-radius: 4px;
  padding: 40px 0;
  box-sizing: border-box;
  text-align: center;
}
.account_step2_box > p {
  font-size: 16px;
  line-height: 20px;
  padding-top: 100px;
  color: #131722;
  box-sizing: border-box;
  background: url(../img/step2_img.png) no-repeat center top;
}
.account_step2_box > span {
  display: inline-block;
  padding: 0 45px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #131722;
  text-align: center;
  margin-top: 30px;
  background: #e4eaec;
}
button.big_btn.big_border {
  background: #fff;
  border: 1px solid #ff9227;
  box-sizing: border-box;
  color: #ff9227;
  margin-right: 16px;
}
.btn_box {
  text-align: center;
}
.account_step3_box {
  padding: 80px 0;
  text-align: left;
  padding-left: 158px;
}
.account_step3_box > h6 {
  font-size: 16px;
  line-height: 16px;
  color: #131722;
  font-weight: normal;
}
.account_step3_box > input {
  width: 360px;
  height: 37px;
  line-height: 37px;
  border: 1px solid #cdd7da;
  margin-top: 7px;
  display: block;
  border-radius: 3px;
  padding: 0 10px;
  box-sizing: border-box;
}


@media (max-width: 1023px){
  .my_asset_wrap .total_balance {
    float: none;
    width: 100%;
  }
  .my_asset_wrap .my_asset {
    float: none;
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}


























