/* ===================================
   domain-detail.css — 域名详情页特有样式（从目标网站 ddyou/market.css 提取）
   =================================== */

/* 详情页正文区基础容器 */
.t_view .txt { position: relative; font-size: 14px; display: block; background: #fff }
.t_view .txt dl { overflow: hidden; width: 96%; margin: 0 2%; border-bottom: 1px solid #f0f0f0 }
.t_view .txt dl dt { color: #999; text-align: right; float: left; width: 12%; padding: 14px 0 }
.t_view .txt dl dd { border-left: 1px solid #f0f0f0; float: left; width: 84%; padding: 14px 0 14px 2% }

/* 域名大字展示区 - 24px蓝色字体 */
.t_view .txt .ename { float:left; font-size:24px; line-height:50px; color:#1377dc }

/* 购买按钮基础（橙色边框+文字）*/
.t_view .txt button { vertical-align:2px; margin:0 0 0 10px; line-height:14px; font-size:12px; border:1px solid #ff4800; padding:5px 10px 5px 8px; color:#ff4800; background:#fff9f4; display:inline-block; border-radius:3px; cursor:pointer }
.t_view .txt button.cartadd:hover { background:#2c6bea; color:#fff }
.t_view .txt button i { font-size:16px; line-height:18px; vertical-align:-1px; padding-right:2px }
.t_view .txt button.sold { background:#fcfffa; color:#6a4; border-color:#6a4 }
.t_view .txt button.trading { background:snow; color:red; border-color:red }

/* 域名操作按钮栏（域名历史/百度/whois链接）- 右浮动胶囊按钮 */
.t_view .txt .but_ul { float:right; margin-top:2px }
.t_view .txt .but_ul li { float:left; margin:0 2px }
.t_view .txt .but_ul li a { display:block; padding:0 10px; border:1px solid #67acf2; border-radius:10px; font-size:12px; color:#1377dc }
.t_view .txt .but_ul li a:hover { background:#2789ed; border-color:#2789ed; color:#fff }
.t_view .txt .but_ul ul { display:block; overflow:hidden; margin-bottom:8px }

/* 多域名详情的文本容器 */
.t_view .txt .many { display:block; padding:15px; line-height:24px; min-height:442px }

/* 推荐域名标题栏 */
.c_l_cap,.c_r_cap { overflow:hidden; font-size:14px; line-height:42px; width:100%; border-bottom:1px solid #eee; background:#fff; color:#444; position:relative; padding-left:20px }
.c_l_cap:before,.c_r_cap:before { content:''; width:6px; height:6px; background:#2c6bea; border-radius:50%; display:inline-block; position:absolute; top:19px; left:8px }
.c_r_cap em { float:left }

/* 推荐域名列表（多域名详情页左侧推荐区域）*/
.t_r_list { overflow:hidden; display:block; padding:10px }
.t_r_list dl { background:#fcfcfc; overflow:hidden; display:block; line-height:20px; height:20px; position:relative; padding:10px; margin-bottom:10px }
.t_r_list dl:hover { box-shadow:0 0 10px 0 rgba(53,53,53,.2) }
.t_r_list dt { overflow:hidden; display:block; font-size:14px }
.t_r_list dt a { overflow:hidden; display:block; margin-right:20%; color:#365092; white-space:nowrap; overflow:hidden; text-overflow:ellipsis }
.t_r_list dt em { display:inline-block; color:#ff6900; font-size:12px; padding:0 0 0 5px }
.t_r_list dd { background:#fafafa; text-align:right; height:20px; position:absolute; top:11px; right:10px; width:20%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis }
.t_r_list dd img { vertical-align:bottom; width:18px; border-radius:100%; border:1px solid #fff; margin-right:2px }
.t_r_list dd a { position:relative; font-size:12px; color:#777; display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis }

/* 推荐域名"AD"广告标记 */
.dan .ad_tips { float:right; font-size:12px; color:#bbb; font-weight:normal; margin-right:15px }