@charset 'utf-8';
/* CSS reset */
html {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  background: #000;
  font-family: tahoma, arial, sans-serif;
  -webkit-text-size-adjust: none;
}
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
td,
strong {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei", tahoma, arial, sans-serif;
}
.cotainer-wrap::-webkit-scrollbar,
.login-box::-webkit-scrollbar,
.bzhl-order-box .ul-box::-webkit-scrollbar,
.jg-wrap .table-wrap .table-body::-webkit-scrollbar,
.user-rt .cont-box3 .record-box::-webkit-scrollbar,
.table-wrap .table-body::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.time-wrap .time-box::-webkit-scrollbar,
.bzhl-box .item-wrap::-webkit-scrollbar {
  width: 2px;
  height: 5px;
  background: #e0e3eb;
}
/* html,body{max-width: 800px;margin: 0 auto;} */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup,
i {
  font-style: inherit;
  font-weight: inherit;
}
del,
ins {
  text-decoration: none;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
button,
input {
  border: none;
  outline: none;
  padding: 0;
  background: transparent;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 12px;
}
input:-internal-autofill-selected {
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: inset 0 0 0 1000px #323b5d !important;
}
input:-webkit-autofill {
  text-fill-color: white;
  -webkit-text-fill-color: #fff;
  box-shadow: 0 0 0px 1000px #588bf8 inset !important;
}
input:-webkit-autofill:focus {
  box-shadow: 0 0 0px 1000px #588bf8 inset !important;
}
input {
  border: 0;
  outline: 0;
}
input::-webkit-input-placeholder {
  color: #acacac;
  font-size: 12px;
}
input {
  background: transparent;
  color: #fff;
}
abbr,
article,
aside,
audio,
datalist,
details,
dialog,
eventsource,
figure,
footer,
header,
hgroup,
mark,
menu,
meter,
nav,
output,
progress,
section,
time,
video {
  display: block;
}
a:link {
  text-decoration: none;
}
.clearfix:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.text-center,
.tc {
  text-align: center;
}
.text-right {
  text-align: right;
}
.ellipse {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ellipses {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.position-box {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
.line {
  width: 100%;
  height: 0.3rem;
  background: #f9f9f9;
}
.btn-bg {
  display: block;
  width: auto;
  height: 0.6rem;
  color: #000;
  font-size: 0.2rem;
  line-height: 0.6rem;
  background: #00f0ff;
  border-radius: 0.05rem;
  text-align: center;
  cursor: pointer;
}
.mt5 {
  margin-top: 0.15rem;
}
.mt15 {
  margin-top: 0.15rem;
}
.mt20 {
  margin-top: 0.2rem;
}
.mt31 {
  margin-top: 0.93rem;
}
.mt32 {
  margin-top: 0.42rem;
}
.mt60 {
  margin-top: 0.6rem;
}
.mt40 {
  margin-top: 0.4rem;
}
.ml15 {
  margin-left: 0.3rem;
}
.red2 {
  color: #ff4834 !important;
}
.bg-red {
  background: #db5656 !important;
}
.bg-green {
  background: #00c483 !important;
}
.mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.mask-notice {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.5);
}
.null-box {
  padding: 0.4rem 0 0.2rem;
  text-align: center;
}
.null-box .icon {
  position: inherit !important;
  width: 0.8rem !important;
  height: 0.8rem !important;
}
.null-box .text {
  padding-top: 0.05rem;
  color: #666;
  font-size: 0.16rem;
}
.alert-pwd-wrap {
  position: fixed;
  left: 50%;
  top: 0.15rem;
  z-index: 1001;
  width: 11rem;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transform: translateX(-50%);
}
.alert-pwd-box {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1002;
  width: 320px;
  padding: 20px 22px 40px;
  background: #fff;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}
.alert-pwd-box .alert-head {
  position: relative;
  padding: 0 20px;
  color: #000;
  font-size: 15px;
  text-align: center;
}
.alert-pwd-box .close {
  position: absolute;
  left: 10px;
  top: 20px;
  z-index: 10001;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.alert-pwd-box .pwd-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 22px;
}
.alert-pwd-box .pwd-box .pwd {
  height: 40px;
}
.alert-pwd-box .pwd-box .pwd .input {
  width: 40px;
  height: 40px;
  color: #00f0ff;
  font-size: 20px;
  background: #fff;
  text-align: center;
  border-radius: 6px;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  border: 1px solid #66afe9;
  box-sizing: border-box;
}
.alert-pwd-box .pwd-box .pwd:last-child .input {
  /* border-right: none; */
}
.go-top {
  position: fixed;
  right: 0.9rem;
  bottom: 2.2rem;
  z-index: 9999;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
}
.go-top2 {
  position: fixed;
  right: 0.8rem;
  bottom: 0.5rem;
  z-index: 9999;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
}
.load-box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.load-box .load {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10000;
  width: 0.5rem;
  height: 0.5rem;
  transform: translate(-50%, -50%);
}
/* 左侧币种弹窗 */
.alert-left {
  position: fixed;
  left: -1px;
  top: 0;
  z-index: 1000;
  width: 270px;
  height: 100%;
  background: #fff;
}
.alert-left .tab-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 246px;
  display: flex;
  align-items: center;
  margin: 0 12px;
  padding: 32px 0 0;
  color: #7f7f7f;
  font-size: 16px;
  border-bottom: 1px solid #e0e0e0;
}
.alert-left .tab-box .tab {
  padding-bottom: 9px;
}
.alert-left .tab-box .active {
  color: #218adc;
  border-bottom: 2px solid #218adc;
}
.alert-left .tab-box .tab:first-child {
  margin-right: 32px;
}
.alert-left .ul-box {
  position: absolute;
  top: 62px;
  bottom: 0;
  width: 100%;
  height: auto;
  overflow-y: scroll;
}
.alert-left .ul-box .list .list-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 12px;
  padding: 12px 6px 12px 0;
  border-bottom: 1px solid #e0e0e0;
}
.alert-left .ul-box .list.active {
  background: #f0f5f7;
}
.alert-left .ul-box .list.active .list-box {
  border: none;
}
.alert-left .ul-box .list .t1 {
  color: #000;
  font-weight: bold;
}
.alert-left .ul-box .list .t1 span {
  color: #aaa;
  font-size: 12px;
  font-weight: normal;
}
.alert-left .ul-box .list .price {
  color: #d85656;
}
/* 密码提示 */
.alert-tips-box {
  position: fixed;
  top: 50%;
  left: 0.45rem;
  right: 0.45rem;
  z-index: 1000;
  width: auto;
  padding: 0.48rem;
  background: #fff;
  border-radius: 0.24rem;
  transform: translateY(-50%);
}
.alert-tips-box .title {
  color: #000;
  font-size: 0.38rem;
}
.alert-tips-box .btn {
  width: 100%;
  margin-top: 0.6rem;
}
.remind-box {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-y: auto;
  text-align: center;
}
.remind-box .img {
  width: 4rem;
  margin-top: 1rem;
}
.remind-box .info {
  padding: 0 1rem;
  margin-top: 0.36rem;
}
.remind-box .info .title {
  color: #000;
  font-size: 0.72rem;
}
.remind-box .info .t1 {
  margin-top: 0.1rem;
  color: #464646;
  font-size: 0.36rem;
}
.remind-box .info .t2 {
  margin-top: 0.06rem;
  color: #464646;
  font-size: 0.24rem;
}
.add-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0 0.54rem;
  background: #fff;
}
.add-box .add-icon {
  width: 0.34rem;
}
.add-box .text {
  padding: 0 0.2rem;
  color: #6d6d6d;
  font-size: 0.4rem;
}
.cursor {
  cursor: pointer;
}
.alert-wrap {
  position: fixed;
  left: 50%;
  z-index: 1000;
  width: 6rem;
  height: 100%;
  padding: 0 0.24rem;
  transform: translateX(-50%);
  box-sizing: border-box;
}
.alert-wrap .alert-box {
  position: relative;
  top: 50%;
  width: 100%;
  padding: 0 0.2rem;
  border-radius: 0.06rem;
  background: #fff;
  transform: translateY(-50%);
  box-sizing: border-box;
}
.alert-wrap .alert-box .alert-head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0 0.1rem;
  border-bottom: 1px solid #838da5;
}
.alert-wrap .alert-box .alert-head .title {
  color: #000;
  font-size: 0.2rem;
}
.alert-wrap .alert-box .alert-head .btn-close {
  width: 0.34rem;
  height: 0.34rem;
  cursor: pointer;
}
.alert-wrap .alert-box .order-head {
  justify-content: center;
  border-bottom: none;
}
.alert-wrap .alert-box .alert-head .close {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.34rem;
  height: 0.34rem;
  transform: translateY(-50%);
  cursor: pointer;
}
.alert-wrap .alert-box .circle-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.84rem;
  height: 0.84rem;
  /* line-height: 84px; */
  margin: 0.24rem auto 0.14rem;
  padding: 0 0.12rem;
}
.alert-wrap .alert-box .circle-box .text {
  width: 80px;
  height: 80px;
  color: #4bb3e8;
  line-height: 80px;
  font-size: 0.14rem;
  text-align: center;
}
.alert-wrap .alert-box .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
}
.alert-sec-circle {
  stroke-dashoffset: 0;
  stroke-dasharray: 720;
  transition: stroke-dashoffset 1s linear;
}
.alert-wrap .alert-box .price-box {
  padding: 0.36rem 0 0.46rem;
  color: #00c488;
  text-align: center;
}
.alert-wrap .alert-box .price-box .num {
  font-size: 0.2rem;
}
.alert-wrap .item-box {
  padding: 0 0.2rem;
}
.alert-wrap .item-box .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  padding-bottom: 0.18rem;
}
.alert-wrap .item-box .item .t1 {
  color: #000;
}
.alert-wrap .item-box .item .t2 {
  color: #00c483;
}
.alert-wrap .alert-btn-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.1rem 0 0.18rem;
}
.alert-wrap .alert-btn-box .btn {
  height: 0.5rem;
  color: #000;
  border-radius: 0.04rem;
  text-align: center;
  cursor: pointer;
}
.alert-wrap .alert-btn-box .btn.close {
  width: 1.06rem;
  margin-right: 0.1rem;
  border: 1px solid #000;
  background: #fff;
}
.alert-wrap .alert-btn-box .btn.order {
  flex: 1;
  background: #00f0ff;
  color: #fff;
}
.alert-wrap .alert-tips {
  padding: 0.1rem 0;
  /* color: #c3c3c3; */
  color: #000;
}
.alert-wrap .time-wrap {
  width: 100%;
  height: 0.94rem;
  overflow: hidden;
}
.alert-wrap .time-wrap .time-box {
  width: 100%;
  height: 1rem;
  white-space: nowrap;
  overflow-x: auto;
}
.alert-wrap .time-wrap .time-item {
  position: relative;
  display: inline-block;
  min-width: 0.94rem;
  height: 0.9rem;
  margin-right: 0.09rem;
  font-size: 0.14rem;
  border: 2px solid transparent;
  border-radius: 0.06rem;
  background: #30385d;
  text-align: center;
}
.alert-wrap .time-wrap .time-item.active {
  border: 1px solid #4bb3e8;
}
.alert-wrap .time-wrap .time-item .icon {
  position: absolute;
  right: -2px;
  top: -2px;
  width: 0.28rem;
  height: 0.26rem;
}
.alert-wrap .time-wrap .time-item .t1 {
  padding: 0.12rem 0 0.1rem;
  color: #8e8e8e;
}
.alert-wrap .time-wrap .time-item .time {
  color: #4bb3e8;
}
.alert-wrap .time-wrap .time-item .num {
  font-size: 0.16rem;
}
.alert-wrap .time-wrap .time-item .t2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.05rem 0;
  color: #db4949;
  border-radius: 0 0 0.06rem 0.06rem;
  background: rgba(0, 0, 0, 0.5);
}
.alert-wrap .input-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.5rem;
  border-radius: 0.06rem;
  background: #f5f5f5;
}
.alert-wrap .input-box .input {
  flex: 1;
  height: 0.36rem;
  padding: 0 0.09rem;
  color: #000;
}
.alert-wrap .input-box .text {
  color: #c3c3c3;
  padding-right: 0.1rem;
}
.alert-wrap .ky-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.12rem 0;
  color: #c3c3c3;
  border-bottom: 1px solid #f5f5f5;
}
.alert-wrap .ky-box .text {
  display: flex;
  align-items: center;
}
.alert-wrap .ky-box .text .money {
  padding: 0 0.1rem;
}
.alert-wrap .ky-box .text .icon {
  width: 0.2rem;
  height: 0.2rem;
}
.alert-wrap .trade-wrap {
  padding: 0.08rem 0 0.2rem;
}
.alert-wrap .trade-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.alert-wrap .trade-box .text {
  width: 33.33%;
  color: #c3c3c3;
}
.alert-wrap .trade-item {
  padding-top: 0.14rem;
}
.alert-wrap .trade-item .t1 {
  color: #000;
}
.alert-wrap .trade-item .t2 {
  color: #00c483;
}
.alert-wrap .trade-item .t3 {
  color: #4bb3e8;
}
.sell {
  color: #00f0ff !important;
}
.el-select-dropdown {
  background: #000 !important;
}
.el-select-dropdown__item.hover{
  background-color: #464646 !important;
}
.el-select-dropdown__item.selected {
  color: #fff !important;
}


/* Chrome, Safari and Opera */
*::-webkit-scrollbar {
    display: none;
}
