@charset "utf-8";
html {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background-color: #eef0f4;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background-color: #eef0f4;
  position: relative;
}
*, *::before, *::after { box-sizing: inherit; }
body, html { padding-top: 0; overflow-x: hidden; }
* {font-size:15px; line-height:25px; color:#606060; font-family:'微软雅黑';}
*:focus {outline:none;}
img { border:0px;}
ul {margin:0px; *margin-left:0px; margin-left:-40px;}
li {list-style-type:none;}
a { outline:none; outline:0;text-decoration:none;outline-style:none;}
a:link {font-size: 14px;color: #858585;text-decoration: none; transition:color 0.3s linear;}/* */
a:visited {font-size: 14px;color: #858585;text-decoration: none; transition:color 0.3s linear;}/* transition:color 0.3s linear;*/
a:hover {font-size: 14px;color:#0774F2;text-decoration:none; transition:color 0.3s linear;}/* transition:color 0.3s linear;*/
p { margin:0px; padding:0px;}
form { margin:0px; padding:0px;}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea { -webkit-appearance: none;}
*{-webkit-tap-highlight-color: transparent;}

.top { margin:0 auto; width:710px; height:45px; top:max(10px, env(safe-area-inset-top, 0px)); margin-left:-356px; left:50%; padding:5px 0; text-align:center; position:fixed; z-index:15; border-radius:40px;}/* border:1px solid #E1E3E4;background:rgba(255,255,255,.6); backdrop-filter:blur(10px);*/
.flogo { display:none; margin:0 auto; width:44px; height:44px; overflow:hidden; border-radius:50%;}
.flogo img { width:44px; height:44px; overflow:hidden; border-radius:50%;}
/* 顶部右侧：圆圈内「横向三点」 */
.icon-gengduo {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 33px !important;
  height: 33px !important;
  line-height: 1 !important;
  font-size: 0 !important;
  color: transparent !important;
  border: 1px solid #E1E3E4;
  background-color: #F1F1F1;
  border-radius: 50%;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.icon-gengduo::before {
  content: "" !important;
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #1a1a1a;
  box-shadow: 6px 0 0 #1a1a1a, -6px 0 0 #1a1a1a;
}
.logoarea { margin:0 auto; width:100%; margin-top:80px; text-align:center; overflow:hidden;}
.logoarea .logo { margin:0 auto; width:96px; height:96px; overflow:hidden; border-radius:50%;}
.logoarea .logo img { width:96px; height:96px; overflow:hidden; border-radius:50%;}
.logoarea .pname { margin:0 auto; width:100%; text-align:center; margin-top:15px; font-size:21px; color:#000; line-height:30px; font-weight:bold;}
.logoarea .notes { margin:0 auto; width:100%; text-align:center; margin-top:5px; font-size:15px; line-height:22px; color:#000;}

.logoarea-invite {
  margin: 14px auto 0;
  width: 100%;
  max-width: 100%;
  text-align: center;
  font-weight: 700;
  color: #000;
  font-size: 15px;
  line-height: 1.5;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.logoarea-invite-lead,
.logoarea-invite-tip,
.logoarea-invite .invite-benefit {
  color: #000;
}
.logoarea-invite-tip {
  font-weight: 700;
  font-size: inherit;
}
.logoarea-invite .invite-code-click {
  display: inline-block;
  margin: 0 6px;
  padding: 2px 6px;
  font-size: inherit;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #000 !important;
  cursor: pointer;
  border-radius: 4px;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  vertical-align: baseline;
  color: #d32f2f;
}
.logoarea-invite .invite-code-click:hover {
  background: rgba(0, 0, 0, 0.06);
}
.logoarea-invite .invite-code-click:active {
  background: rgba(0, 0, 0, 0.1);
}
.logoarea-invite .invite-benefit {
  display: inline;
  margin: 0;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
}

.copy-toast {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  min-width: 140px;
  max-width: 80vw;
  padding: 10px 16px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.82);
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}
.copy-toast.show {
  opacity: 1;
}

.listarea { display:none; margin:0 auto; width:710px; margin-top:30px; display:flex; flex-direction:column; margin-bottom:130px;}
.listarea .data { width:710px; height:70px; margin-bottom:10px; display:flex; justify-content:center; align-items:center;}
.listarea .data .list { margin:0 auto; width:780px; display:flex; justify-content:space-between; padding:10px 0; transition:.2s; position:relative; z-index:1; background-color:#fff; border-radius:5px; box-shadow:0 0 5px rgb(0,0,0,0.2);}
.listarea .data .list a { width:92%;}
.listarea .data .list a .lico { position:relative; float:left; width:40px; height:40px; left:10px; overflow:hidden;}
.listarea .data .list a .lico img { width:40px; height:40px; overflow:hidden; border-radius:5px;}
.listarea .data .list a .dname { margin:0 auto; width:90%; margin-left:10%; text-align:center; transition:.2s; font-size:17px; color:#000; line-height:40px; height:40px; white-space: nowrap; overflow:hidden; text-overflow: ellipsis;}
.listarea .data .list .more { position:absolute; z-index:2; transition:.2s; right:10px; top:10px; text-align:center; cursor:pointer; width:40px; height:40px; background-color:#fff; border-radius:50%;} 
/* 列表行右侧：「纵向三点」 */
.listarea .data .list .more .icon-shuxianggengduo {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 40px !important;
  height: 40px !important;
  line-height: 1 !important;
  font-size: 0 !important;
  color: transparent !important;
}
.listarea .data .list .more .icon-shuxianggengduo::before {
  content: "" !important;
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #1a1a1a;
  box-shadow: 0 6px 0 #1a1a1a, 0 -6px 0 #1a1a1a;
}

.listarea .data .list:hover { width:710px; padding:11px 0;}
.listarea .data .list:hover .dname { font-size:18px;}
.listarea .data .list:hover .more { background-color:#EBEBEB;}
.listarea .sitecopy { margin:0 auto; width:100%; text-align:center; margin-top:50px; font-size:12px; color:#666; line-height:20px;}

/* 交易所对照表（桌面默认偏小；移动端由下方 @media max-width 覆盖） */
.listarea.listarea--exchange-table {
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 12px;
	box-sizing: border-box;
}
.exchange-table-wrap {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-radius: 5px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
	background: #fff;
}
.exchange-table {
	width: 100%;
	min-width: 0;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 12px;
	color: #333;
}
.exchange-table th,
.exchange-table td {
	border: 1px solid #dcdfe6;
	padding: 7px 10px;
	vertical-align: middle;
	word-break: break-word;
}
.exchange-table thead th {
	background: #fff;
	font-weight: bold;
	color: #1a1a1a;
	text-align: center;
	line-height: 1.35;
	font-size: 12px;
}
.exchange-table tbody tr:nth-child(even) td {
	background: #f7f9fc;
}
.exchange-table tbody tr:nth-child(odd) td {
	background: #fafbfd;
}
.exchange-table tbody td:first-child {
	text-align: center;
	font-weight: 600;
	color: #1a1a1a;
}
.exchange-table tbody td:nth-child(2),
.exchange-table tbody td:nth-child(3),
.exchange-table tbody td:nth-child(4) {
	text-align: center;
}
.exchange-table-tutorials {
	text-align: left !important;
	line-height: 1.55;
}
.exchange-table .tutorial-sep {
	margin: 0 5px;
	color: #909399;
	user-select: none;
}
.exchange-table a.exchange-link {
	color: #0774f2 !important;
	text-decoration: underline;
	font-size: 12px;
}
.exchange-table a.exchange-link:hover {
	color: #0056c7 !important;
}
.invite-copy-btn {
	display: inline-block;
	background: #f7931a;
	color: #fff !important;
	border: none;
	border-radius: 5px;
	padding: 5px 10px;
	cursor: pointer;
	font-size: 12px;
	font-family: inherit;
	line-height: 1.35;
	transition: background 0.2s;
	max-width: 100%;
}

/* PC：列宽约稿；顶部 OKX 条与下方表格同宽（仅 ≥751px） */
@media screen and (min-width: 751px) {
	.listarea.listarea--exchange-table > .data {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}
	.listarea.listarea--exchange-table .data .list {
		width: 100% !important;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		box-sizing: border-box;
	}
	.listarea.listarea--exchange-table .data .list:hover {
		width: 100% !important;
		max-width: 100%;
	}
	.exchange-table-wrap {
		box-sizing: border-box;
	}
	.exchange-table th:nth-child(1),
	.exchange-table td:nth-child(1) {
		width: 11%;
		min-width: 56px;
	}
	.exchange-table th:nth-child(2),
	.exchange-table td:nth-child(2) {
		width: 22%;
	}
	.exchange-table th:nth-child(3),
	.exchange-table td:nth-child(3) {
		width: 18%;
	}
	.exchange-table th:nth-child(4),
	.exchange-table td:nth-child(4) {
		width: 18%;
	}
	.exchange-table th:nth-child(5),
	.exchange-table td:nth-child(5) {
		width: 31%;
	}
}
.invite-copy-btn:hover {
	background: #e08510;
}
.invite-copy-btn:active {
	background: #c9760e;
}

.link-page-footer {
  margin: 0 auto;
  max-width: 710px;
  padding: 24px 16px 48px;
  text-align: center;
  line-height: 2;
  font-size: 13px;
}

.link-page-footer a:hover {
  color: #0774F2 !important;
}

.compliance-note {
  width: 780px;
  max-width: 96%;
  margin: 14px auto 8px;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.75;
  color: #5c4a1a;
  text-align: left;
  background: #fff8d9;
  border: 1px solid #f2dfa1;
  border-radius: 8px;
}

.compliance-note-brand {
  margin-top: 6px;
}




.floatw { display:none; position:fixed; width:100%; height:100%; z-index:20; background:rgba(0,0,0,.5); backdrop-filter:blur(5px);}
.floatw .showwin { width:400px; height:400px; position:fixed; z-index:21; margin-left:-200px; left:50%; margin-top:-200px; top:50%; background-color:#fff; border-radius:10px;}
.floatw .showwin .icon-guanbi { position:absolute; right:20px; top:20px; cursor:pointer; font-size:15px !important; width:15px !important; height:15px !important; color:#000;}
.floatw .showwin .titlew { margin:0 auto; width:90%; text-align:center; margin-top:25px; font-size:18px; color:#000; font-weight:bold;}
.floatw .showwin .qrcodew { margin:0 auto; width:90%; text-align:center; margin-top:20px;}
.floatw .showwin .qrcodew img { width:55%; border:1px solid #eee;}
.floatw .showwin .tipw { margin:0 auto; width:90%; margin-top:10px; text-align:center; font-size:15px; color:#666;}
.floatw .showwin .linkshare { margin:0 auto; position:relative; width:85%; padding:10px 8px; margin-top:20px; border:1px solid #E0E2D9; border-radius:10px; display:flex; justify-content:left;}
.floatw .showwin .linkshare .slogo {flex-shrink: 0; position:relative; width:22px; height:22px; border-radius:5px; overflow:hidden;}
.floatw .showwin .linkshare .slogo img { width:22px; height:22px;}
.floatw .showwin .linkshare .linkw { position:relative;width:80%; margin-left:10px; text-align:left; font-size:15px; height:22px; line-height:22px; white-space: nowrap; overflow:hidden; text-overflow: ellipsis; color:#000;}
.floatw .showwin .linkshare .copyw { cursor:pointer; width:20%; text-align:right; margin-right:10px; font-size:15px; color:#000; line-height:22px;}
.floatw .showwin .linkshare .copyw font { font-size:15px; color:#B8860B; line-height:22px;}

@media screen and (max-width:750px){
	.top { width:95%; margin-left:-48%;}
	.listarea { width:93%; margin-bottom:80px;}
	.listarea .data { width:100%; margin-bottom:5px;}
	.listarea .data .list { width:100%;}
	.listarea .data .list a .dname { width:78%; margin-left:16%; font-size:16px;}
	.listarea .data .list:hover { width:100%; padding:10px 0;}
	.listarea .data .list:hover .dname { font-size:16px;}
	.floatw .showwin {
		width: min(92vw, 400px);
		height: auto;
		min-height: 280px;
		max-height: min(88vh, 520px);
		left: 50%;
		top: 50%;
		margin-left: 0;
		margin-top: 0;
		transform: translate(-50%, -50%);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		padding-bottom: max(12px, env(safe-area-inset-bottom, 0px));
	}

	/* 表格区域：全宽 + 小屏改为卡片行，无需横向拖很多 */
	.listarea.listarea--exchange-table {
		width: 100%;
		max-width: 100%;
		padding-left: max(10px, env(safe-area-inset-left, 0px));
		padding-right: max(10px, env(safe-area-inset-right, 0px));
	}
	.exchange-table-wrap {
		overflow-x: visible;
		border-radius: 8px;
	}
	.exchange-table {
		min-width: 0;
		width: 100%;
		display: block;
		font-size: 14px;
	}
	.exchange-table thead {
		display: none;
	}
	.exchange-table tbody {
		display: block;
	}
	.exchange-table tbody tr {
		display: block;
		margin-bottom: 14px;
		border: 1px solid #dcdfe6;
		border-radius: 8px;
		overflow: hidden;
		background: #fff;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	}
	.exchange-table tbody td {
		display: block;
		padding: 12px 14px;
		border: none;
		border-bottom: 1px solid #ebeef5;
		text-align: left !important;
		background: #fff !important;
		word-break: break-word;
	}
	.exchange-table tbody td:last-child {
		border-bottom: none;
	}
	.exchange-table tbody td::before {
		display: block;
		content: attr(data-label);
		font-weight: 600;
		font-size: 12px;
		color: #909399;
		margin-bottom: 8px;
		line-height: 1.4;
	}
	.exchange-table-tutorials {
		line-height: 1.75;
	}
	.exchange-table a.exchange-link {
		display: inline;
		font-size: 14px;
	}
	.invite-copy-btn {
		display: block;
		width: 100%;
		min-height: 44px;
		padding: 10px 14px;
		font-size: 14px;
	}
	.compliance-note {
		max-width: 100%;
		padding: 10px;
		font-size: 12px;
		line-height: 1.7;
	}
}










