@charset "utf-8";
/*css 初始化 */
html {
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}
body {
  font-size: 0.12rem;
  background: #fff;
  width: 3.75rem;
  margin: 0 auto;
  padding: 0;
  margin-top: 0.6rem;
}
hr {
  height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
}
html,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
/*各浏览器显示不同，去掉蓝色边框*/
fieldset,
img,
input,
button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}
ul,
ol {
  list-style: none;
}
/*统一组合框的默认样式*/
select,
input,
button {
  vertical-align: middle;
  outline: none;
}
select,
input,
textarea {
  margin: 0;
  border: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 0rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}
/*防止拖动 影响布局*/
textarea {
  resize: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*去掉行内替换元素空白缝隙*/
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
/*清除浮动*/
.clearfix:after {
  display: block;
  content: "";
  height: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
a {
  color: #666;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a:hover {
  color: #417df8;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}
s,
i,
em {
  font-style: normal;
  text-decoration: none;
}
.w {
  margin: 0 0.14rem;
}
.l {
  float: left;
}
.r {
  float: right;
}
.Theme-bgc {
  background-color: #0095ff;
}
.Theme-bgc-gray {
  background-color: #dadada;
}
.ThemeColor {
  color: #0095ff !important;
}
.ThemeColor-gray {
  color: #9197A0;
}
.tabBanner-bgc {
  background-color: #fff;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
}
header ul.tabBanner {
  height: 0.6rem;
  display: flex;
  flex-flow: nowrap;
  justify-content: space-around;
  align-items: center;
}
header ul.tabBanner li {
  flex: 1;
  float: left;
  height: 100%;
}
header ul.tabBanner li a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  color: #dadada;
  font-size: 0.12rem;
  padding-top: 0.1rem;
}
header ul.tabBanner li a img {
  width: 0.22rem;
  height: 0.22rem;
  display: inline-block;
}
.btnC {
  width: 3.45rem;
  height: 0.5rem;
  font-size: 0.22rem;
  line-height: 0.5rem;
  border-radius: 0.05rem;
  color: #ffffff;
  margin-top: 0.3rem;
}
.backIcon {
  width: 0.23rem;
  height: 0.19rem;
  background: url("/swft-v3/swft-v3-m/images/Back@3x.png") no-repeat;
  -webkit-background-size: 0.23rem 0.19rem !important;
  background-size: 0.23rem 0.19rem;
  display: block;
  margin-left: 0.3rem;
  cursor: pointer;
}
.backIcon-close {
  width: 0.3rem;
  height: 0.3rem;
  background: url("/swft-v3/swft-v3-m/images/Close_Black@3x.png") no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  display: block;
  margin-left: 0.3rem;
  cursor: pointer;
}
.tipIcon {
  width: 0.2rem;
  height: 0.2rem;
  background: url("/swft-v3/swft-v3-m/images/tip.png") no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  display: block;
  cursor: pointer;
}
.backIcon_white {
  width: 0.23rem;
  height: 0.19rem;
  background: url("/swft-v3/images/Back-white.png") no-repeat;
  -webkit-background-size: 0.23rem 0.19rem !important;
  background-size: 0.23rem 0.19rem;
  display: block;
  margin-left: 0.3rem;
  cursor: pointer;
}
.fontColor {
  color: #6b737f;
  font-weight: 700;
}
.fontColor_000 {
  color: #000;
  font-weight: 700;
}
.fs_14 {
  font-size: 0.14rem !important;
}
.fs_16 {
  font-size: 0.16rem !important;
}
.fs_18 {
  font-size: 0.18rem !important;
}
.fs_20 {
  font-size: 0.2rem !important;
}
.fs_22 {
  font-size: 0.22rem !important;
}
.fs_24 {
  font-size: 0.24rem !important;
}
.mt_10 {
  margin-top: 0.1rem !important;
}
.mtb_10 {
  margin: 0.1rem 0 !important;
}
.next {
  width: 0.23rem;
  height: 0.23rem;
  background: url("/swft-v3/images/next.png") no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  display: inline-block;
  float: right;
}
.prev {
  width: 0.23rem;
  height: 0.23rem;
  background: url("/swft-v3/images/prev_black.png") no-repeat;
  -webkit-background-size: 100% !important;
  background-size: 100% !important;
  display: inline-block;
  float: left;
}
.redspan {
  color: #db1b39;
}
.greenspan {
  color: #4dc139 !important;
}
input:focus {
  color: #417df8;
}
input::-webkit-input-placeholder,
input:-ms-input-placeholder {
  color: #dadada;
}
.active {
  display: block !important;
}
#cnzz_stat_icon_1271423861 {
  display: none;
}
.layui-m-layerbtn span a {
  display: block !important;
}
.empty-icon {
  width: 0.18rem;
  height: 0.18rem;
  background: url("/swft-v3/images/Clear@3x.png") no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  display: none;
}
.show_inline {
  display: inline-block !important;
}
.show_block {
  display: block !important;
}
.hide {
  display: none !important;
}
@media (min-width: 300px) {
  html {
    font-size: 80px;
  }
}
@media (min-width: 310px) {
  html {
    font-size: 82.66666667px;
  }
}
@media (min-width: 320px) {
  html {
    font-size: 85.33333333px;
  }
}
@media (min-width: 360px) {
  html {
    font-size: 96px;
  }
}
@media (min-width: 375px) {
  html {
    font-size: 100px;
  }
}
@media (min-width: 384px) {
  html {
    font-size: 102.4px;
  }
}
@media (min-width: 400px) {
  html {
    font-size: 106.66666667px;
  }
}
@media (min-width: 412px) {
  html {
    font-size: 109.86666667px;
  }
}
@media (min-width: 414px) {
  html {
    font-size: 110.4px;
  }
}
@media (min-width: 424px) {
  html {
    font-size: 113.06666667px;
  }
}
@media (min-width: 450px) {
  html {
    font-size: 120px;
  }
}
@media (min-width: 480px) {
  html {
    font-size: 128px;
  }
}
@media (min-width: 540px) {
  html {
    font-size: 144px;
  }
}
@media (min-width: 600px) {
  html {
    font-size: 160px;
  }
}
@media (min-width: 640px) {
  html {
    font-size: 170.66666667px;
  }
}
@media (min-width: 720px) {
  html {
    font-size: 192px;
  }
}
@media (min-width: 750px) {
  html {
    font-size: 200px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 204.8px;
  }
}
body {
  width: 100%;
  height: 100%;
  margin-top: 0rem;
}
body input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #D3D8E7;
}
body input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #D3D8E7;
}
body input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #D3D8E7;
}
body input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #D3D8E7;
}
body .orders-main {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
}
body .orders-main .topTitle {
  width: 100%;
  height: 0.5rem;
  position: relative;
}
body .orders-main .topTitle i.backIcon_white {
  width: 0.28rem;
  height: 0.19rem;
  display: block;
  background: url(../../../images/Back@3x.png);
  -webkit-background-size: 100% 100% !important;
  background-size: 100% 100%;
  position: absolute;
  top: 0.2rem;
  left: -0.08rem;
}
body .orders-main .topTitle .add {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  font-weight: bold;
  font-size: 0.2rem;
}
body .orders-main .topTitle .add .img {
  width: 0.2rem;
  height: 0.2rem;
}
body .orders-main .topTitle .add .img img {
  width: 100%;
}
body .orders-main .title {
  margin-top: 0.1rem;
}
body .orders-main .title .tabTitle {
  width: 90%;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #D3D8E7;
  font-size: 0.2rem;
  margin: 0 auto;
  font-weight: 550;
}
body .orders-main .title .tabTitle .activeTitle {
  color: #292929;
  font-size: 0.3rem;
}
body .orders-main .title .tabTitle span {
  margin-right: 0.2rem;
}
body .orders-main .buy-sell {
  box-shadow: 0px 1px 0px #eee;
  width: 100%;
}
body .orders-main .buy-sell .type {
  height: 0.3rem;
  width: 2rem;
  margin: 0.2rem;
  display: flex;
  justify-content: space-between;
}
body .orders-main .buy-sell .type .buy,
body .orders-main .buy-sell .type .sell {
  flex: 1;
  font-size: 0.14rem;
  text-align: center;
  color: #9DA7C6;
}
body .orders-main .buy-sell .type .active {
  color: #4472FF;
  border-bottom: 2px solid #4472FF;
}
body .orders-main .cont {
  padding: 0.2rem;
}
body .orders-main .cont ul li {
  box-shadow: 0px 1px 0px #eee;
}
body .orders-main .cont ul li .coin {
  line-height: 0.4rem;
  font-size: 0.2rem;
  display: flex;
  justify-content: space-between;
}
body .orders-main .cont ul li .coin .price {
  font-size: 0.14rem;
  color: #70779D;
}
body .orders-main .cont ul li .handle {
  color: #70779D;
  line-height: 0.4rem;
  display: flex;
  font-size: 0.14rem;
  justify-content: space-between;
}
body .orders-main .cont ul li .handle .go {
  line-height: 0.4rem;
  color: #4472FF;
}
body .orders-main .cont ul li .handle .go span {
  display: inline-block;
  width: 0.15rem;
  text-align: right;
  color: #000;
  font-weight: bold;
  font-size: 0.14rem;
}
body .orders-main .more {
  text-align: center;
  height: 0.2rem;
  line-height: 0.2rem;
  color: #666;
  font-size: 0.12rem;
  cursor: pointer;
}
body .orders-main .btn {
  position: fixed;
  bottom: 0.25rem;
  width: 100%;
  height: 0.5rem;
  display: flex;
  justify-content: space-around;
}
body .orders-main .btn div {
  width: 46%;
  padding: 0 0.2rem;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.16rem;
  border: 1px solid #4472FF;
  border-radius: 0.25rem;
  color: #4472FF;
  background-color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
}
body .orders-main .btn div.paid {
  background-color: #4472FF;
  color: #fff;
}
.dialog-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  font-family: PingFangSC-Regular, sans-serif;
}
.dialog-bg .dialog {
  width: 80%;
  padding: 0.2rem;
  margin: 0 auto;
  height: auto;
  background-color: #fff;
  border-radius: 10px;
  color: #243251;
}
.dialog-bg .dialog .title {
  height: 0.2rem;
  text-align: center;
  line-height: 0.2rem;
  font-size: 0.18rem;
  font-weight: bolder;
  letter-spacing: 2px;
}
.dialog-bg .dialog .text {
  height: auto;
  padding: 0.2rem;
  line-height: 0.2rem;
  text-align: center;
  font-size: 0.14rem;
  letter-spacing: 1px;
}
.dialog-bg .dialog .btn {
  padding: 0.1rem 0.1rem;
  display: flex;
  justify-content: space-around;
}
.dialog-bg .dialog .btn div {
  width: 1rem;
  height: 0.4rem;
  border: 1px solid #4472FF;
  line-height: 0.4rem;
  border-radius: 0.2rem;
  color: #4472FF;
  cursor: pointer;
}
.dialog-bg .dialog .btn div.confirm {
  background-color: #4472FF;
  color: #fff;
}
