@charset "utf-8";
/*css 初始化 */
html {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}
@keyframes langList {
  from {
    top: 30px;
  }
  to {
    top: 45px;
  }
}
body {
  font-size: 12px;
  background: #f2f3f7;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  margin-top: 60px;
}
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,
textarea {
  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;
}
/*去掉行内替换元素空白缝隙*/
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 14px;
}
.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;
}
.fontColor-da {
  color: #9197A0;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  background: #2b82fe;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #55c1ff, #2b82fe);
  /*Safari 5.1-6*/
  background: -o-linear-gradient(right, #55c1ff, #2b82fe);
  /*Opera 11.1-12*/
  background: -moz-linear-gradient(right, #55c1ff, #2b82fe);
  /*Fx 3.6-15*/
  background: linear-gradient(to right, #55c1ff, #2b82fe);
  /*Standard*/
}
header ul.tabBanner_ex {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  height: 50px;
}
header ul.tabBanner_ex .logoImg {
  width: 73px;
  height: 30px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 50px;
  margin-top: 10px;
  margin-right: 50px;
}
header ul.tabBanner_ex .download-li_pc a span {
  line-height: 22px;
}
header ul.tabBanner_ex li {
  width: 93px;
  height: 100%;
}
header ul.tabBanner_ex li a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 50px;
  cursor: pointer;
}
header ul.tabBanner_ex li a span {
  display: inline-block;
  line-height: 50px;
  color: #fff;
}
header ul.tabBanner_ex li a img {
  width: 21px;
  height: 16px;
  display: inline-block;
  margin-right: 40px;
  position: relative;
  top: -3px;
}
header ul.tabBanner_ex li .lang {
  width: auto;
  height: 100%;
  margin-left: 20px;
  position: relative;
  cursor: pointer;
}
header ul.tabBanner_ex li .lang .selected:hover {
  color: #333;
}
header ul.tabBanner_ex li .lang .selected {
  width: 80px;
  height: 100%;
  text-align: left;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
}
header ul.tabBanner_ex li .lang .selected span {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 15px 5px;
  background: url("../../images/xiala.png") no-repeat;
  background-size: contain;
  transition: all 0.5s;
}
header ul.tabBanner_ex li .lang .selected .xialafanzhuan {
  transform: rotate(180deg);
  transition: all 0.5s;
}
header ul.tabBanner_ex li .lang .list {
  width: auto;
  height: 60px;
  overflow: hidden;
  border-radius: 3px;
  position: absolute;
  right: 0px;
  top: 45px;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
header ul.tabBanner_ex li .lang .list li {
  border-radius: 3px;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #333;
}
header ul.tabBanner_ex li .lang .list li:hover {
  background-color: #357ce1;
  color: #fff;
}
header ul.tabBanner_ex li .lang .list-hidden {
  height: 60px;
  animation: langList 0.5s;
}
.btnC {
  width: 345px;
  height: 50px;
  font-size: 22px;
  line-height: 50px;
  border-radius: 5px;
  color: #ffffff;
  margin-top: 30px;
}
.backIcon {
  width: 23px;
  height: 19px;
  background: url("/swft-v3/swft-v3-pc/images/Back@3x.png") no-repeat;
  -webkit-background-size: 23px 19px !important;
  background-size: 23px 19px !important;
  display: block;
  margin-left: 30px;
  cursor: pointer;
}
.backIcon-close {
  width: 30px;
  height: 30px;
  background: url("/swft-v3/swft-v3-pc/images/Close_Black@3x.png") no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  display: block;
  margin-left: 30px;
  cursor: pointer;
}
.tipIcon {
  width: 20px;
  height: 20px;
  background: url("/swft-v3/swft-v3-pc/images/tip.png") no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  display: block;
  cursor: pointer;
}
.fontColor {
  color: #6b737f;
  font-weight: 700;
}
.fontColor_000 {
  color: #000;
  font-weight: 700;
}
.fs_14 {
  font-size: 14px !important;
}
.mt_10 {
  margin-top: 10px !important;
}
.mtb_10 {
  margin: 10px 0 !important;
}
.next {
  width: 23px;
  height: 23px;
  background: url("/swft-v3/images/next.png") no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  display: inline-block;
  float: right;
}
.prev {
  width: 23px;
  height: 23px;
  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: 18px;
  height: 18px;
  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;
}
.font_cc {
  color: #cccccc !important;
}
html {
  height: 100%;
}
html body {
  margin-top: 70px;
  width: 100%;
  height: auto;
  background: url("/swft-v3/images/pc_bg.jpg") no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
html body ::-webkit-scrollbar {
  width: 0 !important;
}
html body .btn:focus,
html body .btn:active:focus,
html body .btn.active:focus,
html body .btn.focus,
html body .btn:active.focus,
html body .btn.active.focus {
  outline: none;
  outline-offset: 0;
}
html body .btn:active,
html body .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
html body .invite {
  width: 100%;
  height: 80px;
  position: relative;
}
html body .inviteImg {
  width: 80px;
  height: 80px;
  display: block;
  float: right;
  position: absolute;
  top: 20px;
  right: 180px;
}
html body .groupBuyImg {
  width: 80px;
  height: 80px;
  display: block;
  float: right;
  position: absolute;
  top: 20px;
  right: 400px;
}
html body .barrage {
  width: 50px;
  height: 55px;
  position: absolute;
  top: 35px;
  right: 280px;
  display: block;
}
html body .epidemicDiv {
  float: right;
  width: 42%;
  height: 150px;
}
html body .epidemicDiv img {
  width: 40%;
  display: block;
  float: right;
  margin-right: 40px;
}
html body .changeDiv {
  width: 550px;
  background-color: #fff;
  padding: 30px 30px;
  border-radius: 10px;
  margin-right: 180px;
}
html body .changeDiv .btn_return_div {
  margin-top: -50px;
}
html body .changeDiv .btn_return_div span {
  line-height: 20px;
  font-size: 12px;
  background-color: #fff;
  color: #0095ff;
  border: solid 1px #0095ff;
  padding: 1px 10px;
  border-radius: 5px;
  cursor: pointer;
  display: none;
}
html body .changeDiv .logo {
  width: 107px;
  height: 44px;
  display: inline-block;
}
html body .changeDiv .logo img {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
html body .changeDiv .modeDiv {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: solid 1px #c3e6ff;
}
html body .changeDiv .modeDiv .mode {
  background-color: #40aeff;
  color: #ffffff;
  border-radius: 8px;
  height: 25px;
  padding-top: 1px;
  padding-left: 2.5px;
  display: flex;
  align-items: center;
}
html body .changeDiv .modeDiv .mode p {
  width: 80px;
  border-radius: 5px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  margin-right: 2.5px;
}
html body .changeDiv .modeDiv .mode p:first-child {
  margin-right: 2.5px;
}
html body .changeDiv .modeDiv .mode p.modeChecked {
  color: #0095ff;
  background-color: #fff;
}
html body .changeDiv .modeDiv .mode p.limit,
html body .changeDiv .modeDiv .mode p.height {
  display: none;
}
html body .changeDiv .dropup {
  float: right;
}
html body .changeDiv .dropup button {
  padding: 0;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin-left: 150px;
  margin-top: 5px;
  outline: none;
}
html body .changeDiv .dropup button i.add {
  width: 20px;
  height: 20px;
  background: url("../../images/exchange/add1.png") no-repeat;
  -webkit-background-size: 20px;
  background-size: 20px;
  display: block;
}
html body .changeDiv .dropup .dropdown-menu {
  width: auto;
  min-width: 0;
  white-space: nowrap;
  left: 140px;
  top: 30px;
  background-color: #4c4c4c;
  padding: 10px;
  bottom: auto;
}
html body .changeDiv .dropup .dropdown-menu li {
  width: auto;
  min-width: 100px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
html body .changeDiv .dropup .dropdown-menu li i {
  width: 20px;
  height: 20px;
  background: url("/swft-v3/images/exchange/shou.png") no-repeat;
  -webkit-background-size: 20px!important;
  background-size: 20px !important;
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
}
html body .changeDiv .dropup .dropdown-menu li i.to_OTC {
  background: url("/swft-v3/images/otc.png") no-repeat;
}
html body .changeDiv .dropup .dropdown-menu li i.to_trade {
  background: url("/swft-v3/images/exchange/trade.png") no-repeat;
}
html body .changeDiv .dropup .dropdown-menu li i.to_pay {
  background: url("/swft-v3/images/exchange/fu.png") no-repeat;
}
html body .changeDiv .dropup .dropdown-menu li i.to_redpacket {
  background: url("/swft-v3/images/exchange/hongbao.png") no-repeat;
}
html body .changeDiv .dropup .dropdown-menu li i.to_BDD {
  background: url("/swft-v3/images/exchange/BDD.png") no-repeat;
}
html body .changeDiv .dropup .dropdown-menu li i.to_finance {
  background: url("/swft-v3/images/icon-finance.png") no-repeat;
}
html body .changeDiv .dropup .dropdown-menu li i.to_SWFTredPacket {
  background: url("/swft-v3/images/exchange/SWFTredPacket.png") no-repeat;
}
html body .changeDiv .dropup .dropdown-menu li i.to_Converter {
  background: url("/swft-v3/images/exchange/Change.png") no-repeat;
}
html body .changeDiv .dropup .dropdown-menu li i.to_borrowing {
  background: url("/swft-v3/images/exchange/loan.png") no-repeat;
}
html body .changeDiv .dropup .dropdown-menu li i.to_gooc {
  background: url("/swft-v3/images/exchange/gooc.png") no-repeat;
}
html body .changeDiv .dropup .dropdown-menu li i.to_invitation {
  background: url("/swft-v3/images/exchange/invitation.png") no-repeat;
}
html body .changeDiv .dropup .dropdown-menu li i.to_inviteVAC {
  background: url("/swft-v3/images/exchange/mining.png") no-repeat;
}
html body .changeDiv .dropup .dropdown-menu li p {
  width: auto;
  padding: 0;
  padding-right: 30px;
  color: #FFFFFF;
  font-size: 100%;
}
html body .changeDiv .change {
  width: 100%;
  height: 240px;
  border-bottom: solid #e0e0e0 1px;
}
html body .changeDiv .change .leftChange,
html body .changeDiv .change .rightChange {
  width: 180px;
}
html body .changeDiv .change .leftChange .top,
html body .changeDiv .change .rightChange .top {
  width: 100%;
  height: 170px;
}
html body .changeDiv .change .leftChange .top div,
html body .changeDiv .change .rightChange .top div {
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  padding-left: 3px;
  display: flex;
  justify-content: space-between;
}
html body .changeDiv .change .leftChange .top div .price,
html body .changeDiv .change .rightChange .top div .price {
  height: 40px;
}
html body .changeDiv .change .leftChange .top div .applies,
html body .changeDiv .change .rightChange .top div .applies {
  text-align: right;
}
html body .changeDiv .change .leftChange .top div .applies img,
html body .changeDiv .change .rightChange .top div .applies img {
  width: 16px;
  height: 16px;
  margin-bottom: 5px;
}
html body .changeDiv .change .leftChange .top div .red,
html body .changeDiv .change .rightChange .top div .red {
  color: #C95572;
}
html body .changeDiv .change .leftChange .top div .green,
html body .changeDiv .change .rightChange .top div .green {
  color: #009279;
}
html body .changeDiv .change .leftChange .top i.leftTop,
html body .changeDiv .change .rightChange .top i.leftTop {
  width: 80px;
  height: 80px;
  -webkit-background-size: 100%;
  background-size: 100%;
  display: block;
  margin: 15px 20px ;
}
html body .changeDiv .change .leftChange .top .downP,
html body .changeDiv .change .rightChange .top .downP {
  width: 100%;
  line-height: 30px;
  font-weight: 700;
  display: inline-block;
  color: #6B737f;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
}
html body .changeDiv .change .leftChange .top .downP span,
html body .changeDiv .change .rightChange .top .downP span {
  width: 110px;
  overflow: hidden;
  display: inline-block;
  float: left;
  white-space: nowrap;
}
html body .changeDiv .change .leftChange .top .downP .down,
html body .changeDiv .change .rightChange .top .downP .down {
  width: 20px;
  height: 12px;
  background: url("/swft-v3/images/coins/arrow_pc.png") no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  display: inline-block;
  margin-left: 10px;
  margin-top: 10px;
  float: left;
}
html body .changeDiv .change .leftChange .top i.rightTop,
html body .changeDiv .change .rightChange .top i.rightTop {
  width: 80px;
  height: 80px;
  -webkit-background-size: 100%;
  background-size: 100%;
  display: inline-block;
  margin: 15px 20px ;
}
html body .changeDiv .change .leftChange .bot,
html body .changeDiv .change .rightChange .bot {
  width: 100%;
  height: 69px;
  padding: 0 20px;
}
html body .changeDiv .change .leftChange .bot .bot-tip,
html body .changeDiv .change .rightChange .bot .bot-tip {
  font-size: 12px;
  color: #6B737f;
  font-weight: 700;
  line-height: 30px;
}
html body .changeDiv .change .leftChange .bot .bot-tip #wrap,
html body .changeDiv .change .rightChange .bot .bot-tip #wrap {
  width: 100px;
  float: right;
  color: #6b737f;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
}
html body .changeDiv .change .leftChange .bot .bot-tip #wrap div,
html body .changeDiv .change .rightChange .bot .bot-tip #wrap div {
  display: inline-block;
  font-size: 12px;
}
html body .changeDiv .change .leftChange .bot .bot-tip #wrap div span,
html body .changeDiv .change .rightChange .bot .bot-tip #wrap div span {
  font-size: 12px;
}
html body .changeDiv .change .leftChange .bot input,
html body .changeDiv .change .rightChange .bot input {
  width: 140px;
  height: 33px;
  color: #6b737f;
  font-size: 20px;
  font-weight: 700;
  line-height: 33px;
}
html body .changeDiv .change .leftChange .bot input::placeholder,
html body .changeDiv .change .rightChange .bot input::placeholder {
  color: #dadada;
  font-weight: 400;
  font-size: 16px;
}
html body .changeDiv .change i.arrow {
  width: 30px;
  height: 30px;
  background: url("/swft-v3/images/coins/transfer_pc.png") no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  display: inline-block;
  margin: 0 49px;
  margin-top: 80px;
}
html body .changeDiv .returnChange {
  width: 100%;
  height: 220px;
  border-bottom: solid #e0e0e0 1px;
  display: none;
}
html body .changeDiv .returnChange .topmsg .leftpart {
  width: 215px;
  padding-top: 30px;
}
html body .changeDiv .returnChange .topmsg .leftpart li {
  width: 70px;
}
html body .changeDiv .returnChange .topmsg .leftpart li i {
  width: 64px;
  height: 64px;
  background: url("/swft-v3/images/coins/BTC.png") no-repeat;
  background-size: 100% 100% !important;
  -webkit-background-size: 100% 100% !important;
  display: block;
  margin-left: 3px;
}
html body .changeDiv .returnChange .topmsg .leftpart li i.mCoin {
  width: 30px;
  height: 10px;
  background: url("/swft-v3/images/exchange/zhuanhuan@2x.png") no-repeat;
  margin-left: 20px;
  margin-top: 28px;
}
html body .changeDiv .returnChange .topmsg .leftpart li p {
  text-align: center;
  margin-top: 10px;
}
html body .changeDiv .returnChange .topmsg .rightpart {
  width: 210px;
  padding-left: 20px;
  padding-top: 40px;
}
html body .changeDiv .returnChange .topmsg .rightpart div.out_p,
html body .changeDiv .returnChange .topmsg .rightpart div.in_p {
  line-height: 20px;
  margin: 10px 0;
}
html body .changeDiv .returnChange .topmsg .rightpart div.out_p .block_span,
html body .changeDiv .returnChange .topmsg .rightpart div.in_p .block_span {
  display: inline-block;
  width: 150px;
  margin-left: 10px;
  padding-left: 10px;
}
html body .changeDiv .returnChange .topmsg .rightpart div.out_p .border_span,
html body .changeDiv .returnChange .topmsg .rightpart div.in_p .border_span {
  background-color: #f3faff;
  border: solid 1px #d9efff;
}
html body .changeDiv .returnChange .botRange .progress_back_div {
  height: 30px;
  width: 100%;
  margin-top: 50px;
  /*background-color: salmon;*/
  display: inline-block;
  text-align: center;
  /*进度条*/
  /*进度条圆点按钮*/
}
html body .changeDiv .returnChange .botRange .progress_back_div .span_10,
html body .changeDiv .returnChange .botRange .progress_back_div .span_0 {
  width: 30px;
  line-height: 14px;
}
html body .changeDiv .returnChange .botRange .progress_back_div .progress {
  position: relative;
  width: 358px;
  height: auto;
  margin-bottom: 20px;
  overflow: inherit;
  background-color: #fff;
  border-radius: 14px;
}
html body .changeDiv .returnChange .botRange .progress_back_div .progress_bg {
  height: 14px;
  border: 1px solid #f3faff;
  border-radius: 14px;
  overflow: hidden;
  background-color: #CBE9FF;
}
html body .changeDiv .returnChange .botRange .progress_back_div .progress_bg .progress_bar {
  background: #0095ff;
  width: 0;
  height: 14px;
  border-radius: 14px;
  position: relative;
  right: 0;
}
html body .changeDiv .returnChange .botRange .progress_back_div .progress_btn {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background: #0095ff;
  position: absolute;
  left: 0;
  margin-left: -12px;
  top: -5px;
  cursor: pointer;
  border: 2px #ffffff solid;
  box-sizing: border-box;
}
html body .changeDiv .returnChange .botRange .progress_back_div .progress_btn .text {
  text-align: center;
  width: 30px;
  height: 30px;
  background: url("/swft-v3/images/exchange/tip.png") no-repeat;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  line-height: 27px;
  color: #fff;
  border-radius: 3px;
  margin-top: -30px;
  margin-left: -4px;
}
html body .changeDiv .fee-P {
  margin: 10px 0;
  color: #6b737f;
  font-weight: 700;
}
html body .changeDiv .fee-P e {
  color: #0095ff;
}
html body .changeDiv .fee-P e#balance {
  cursor: pointer;
  text-decoration: underline;
}
html body .changeDiv .fee-P i.swftLogo {
  width: 20px;
  height: 20px;
  background: url("/swft-v3/images/coins/SWFTC.png") no-repeat;
  -webkit-background-size: 20px !important;
  background-size: 20px !important;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 5px;
}
html body .changeDiv button.btnC {
  width: 430px;
  margin: 20px 30px;
}
html body .changeDiv #myModal .modal-dialog,
html body .changeDiv #myModalR .modal-dialog {
  margin-top: 100px;
}
html body .changeDiv #myModal .modal-dialog .modal-content,
html body .changeDiv #myModalR .modal-dialog .modal-content {
  border-radius: 25px;
}
html body .changeDiv #myModal .modal-dialog .modal-content i.sjx,
html body .changeDiv #myModalR .modal-dialog .modal-content i.sjx {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  display: block;
  position: relative;
  top: -20px;
  left: 20px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
html body .changeDiv #myModal .modal-dialog .modal-content .modal-header,
html body .changeDiv #myModalR .modal-dialog .modal-content .modal-header {
  padding: 0;
  height: 60px;
  width: 90%;
  border: none;
  margin: 0 auto;
  background: #F9FAFB;
  border-radius: 45px;
  margin-top: 28px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
html body .changeDiv #myModal .modal-dialog .modal-content .modal-header span.search,
html body .changeDiv #myModalR .modal-dialog .modal-content .modal-header span.search {
  width: 20px;
  height: 20px;
  background: url("/swft-v3/images/market/search.png") no-repeat;
  -webkit-background-size: 20px;
  background-size: 20px;
  display: inline-block;
  float: left;
  margin: 0 20px;
  margin-top: 20px;
}
html body .changeDiv #myModal .modal-dialog .modal-content .modal-header input,
html body .changeDiv #myModalR .modal-dialog .modal-content .modal-header input {
  line-height: 58px;
  width: 300px;
  font-size: 20px;
  background: #F9FAFB;
  border-radius: 42px;
}
html body .changeDiv #myModal .modal-dialog .modal-content .coinContent,
html body .changeDiv #myModalR .modal-dialog .modal-content .coinContent {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
html body .changeDiv #myModal .modal-dialog .modal-content .coinContent .coin-list,
html body .changeDiv #myModalR .modal-dialog .modal-content .coinContent .coin-list {
  font-size: 16px;
  box-shadow: 0 2px 0 #F3F8FF;
  flex: 1.55;
  background: #F9FAFB;
  height: 395px;
  overflow: hidden;
  overflow-y: auto;
  border-radius: 0px 0px 0px 25px;
}
html body .changeDiv #myModal .modal-dialog .modal-content .coinContent .coin-list p,
html body .changeDiv #myModalR .modal-dialog .modal-content .coinContent .coin-list p {
  width: 105px;
  padding: 4px 12px;
  line-height: 18px;
  border-radius: 4px;
  margin: 0 auto;
  margin-bottom: 14px;
  background: #f1f3f5;
  color: #9ea0a5;
  font-weight: 700;
  /* font-size: .25rem; */
  white-space: normal;
  cursor: pointer;
  text-align: center;
  font-size: 14.5px;
}
html body .changeDiv #myModal .modal-dialog .modal-content .coinContent .coin-list .active,
html body .changeDiv #myModalR .modal-dialog .modal-content .coinContent .coin-list .active {
  background: #277ffa;
  color: #fff;
}
html body .changeDiv #myModal .modal-dialog .modal-content .coinContent .modal-body,
html body .changeDiv #myModalR .modal-dialog .modal-content .coinContent .modal-body {
  flex: 6;
  height: 400px;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 15px;
}
html body .changeDiv #myModal .modal-dialog .modal-content .coinContent .modal-body div,
html body .changeDiv #myModalR .modal-dialog .modal-content .coinContent .modal-body div {
  width: 100%;
  height: 64px;
  position: relative;
  border-bottom: 1px solid rgba(239, 244, 255, 0.5);
  padding-top: 12px;
}
html body .changeDiv #myModal .modal-dialog .modal-content .coinContent .modal-body div img,
html body .changeDiv #myModalR .modal-dialog .modal-content .coinContent .modal-body div img {
  float: left;
  height: 40px;
  -webkit-background-size: 50px;
  background-size: 50px;
  display: inline-block;
  position: relative;
}
html body .changeDiv #myModal .modal-dialog .modal-content .coinContent .modal-body div span,
html body .changeDiv #myModalR .modal-dialog .modal-content .coinContent .modal-body div span {
  float: right;
  position: relative;
  right: 25px;
  color: #8F98AE;
}
html body .changeDiv #myModal .modal-dialog .modal-content .coinContent .modal-body div p,
html body .changeDiv #myModalR .modal-dialog .modal-content .coinContent .modal-body div p {
  font-size: 14px;
  width: 180px;
  text-align: left;
  margin-left: 10px;
  color: #6B737f;
  line-height: 20px;
}
html body .changeDiv #myModal .modal-dialog .modal-content .coinContent .modal-body div p span,
html body .changeDiv #myModalR .modal-dialog .modal-content .coinContent .modal-body div p span {
  float: left;
  position: relative;
  right: 0;
  color: #333;
}
html body .changeDiv #myModal .modal-dialog .modal-content .coinContent .modal-body div p e,
html body .changeDiv #myModalR .modal-dialog .modal-content .coinContent .modal-body div p e {
  font-size: 12px;
  color: #8F98AE;
  line-height: 33px;
}
html body .changeDiv #myModal .modal-dialog .modal-content .coinContent .modal-body div i,
html body .changeDiv #myModalR .modal-dialog .modal-content .coinContent .modal-body div i {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  right: 25px;
  background: url(../../images/choose_blue.png);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  display: inline-block;
  margin-top: 25px;
}
html body .changeDiv #myModalR .modal-dialog .modal-content .modal-body i.sjx {
  position: relative;
  top: -20px;
  left: 400px;
}
html body .changeDiv #bindEmail {
  margin-top: 0 !important;
}
html body .changeDiv #bindEmail .modal-dialog {
  margin-top: 235px;
  border-radius: 15px;
}
html body .changeDiv #bindEmail .modal-dialog .modal-content {
  border-radius: 15px;
  width: 500px;
  margin: 0 auto;
}
html body .changeDiv #bindEmail .modal-dialog .modal-content .modal-header {
  border-bottom: none;
  padding: 25px 24px 0px;
}
html body .changeDiv #bindEmail .modal-dialog .modal-content .modal-header .confirmText {
  font-size: 16px;
  line-height: 30px;
  border-bottom: 1px solid #F3F8FF;
  margin-bottom: 7px;
}
html body .changeDiv #bindEmail .modal-dialog .modal-content .modal-header img {
  position: absolute;
  top: 2px;
  right: 11px;
  width: 42px;
}
html body .changeDiv #bindEmail .modal-dialog .modal-content .modal-body {
  padding: 0;
}
html body .changeDiv #bindEmail .modal-dialog .modal-content .modal-body .modalBody {
  height: 80px;
  padding: 15px 0;
}
html body .changeDiv #bindEmail .modal-dialog .modal-content .modal-body .modalBody p {
  line-height: 40px;
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
}
html body .changeDiv #bindEmail .modal-dialog .modal-content .modal-body .modalBody p .bindEmailText {
  color: #606F90;
}
html body .changeDiv #bindEmail .modal-dialog .modal-content .modal-body .modalBody p .goBind {
  color: #3B68F3;
  cursor: pointer;
}
