/***
* author: dss
* data: 2017-08-29
****/

/* public tit */
.pr{position: relative;}
.pa{position: absolute;}
.hide{display: none;}
.db{display: block; text-indent: -999px; overflow: hidden;}

/*menu*/
.menu-wrap{width: 100%; height: 64px; margin-bottom: 15px; padding-top: 11px; background: url(http://static.xbiao.com/images/pc/2017/menu-bg.jpg) repeat 0 0;}
.menu{width: 100%; overflow: hidden;}
.menu ul{width: 1200px; overflow: hidden;}
.menu ul li{ float: left; padding: 0 23px 0 23px; margin-left: -3px;  background: url(http://static.xbiao.com/images/pc/2017/menu-line.jpg) no-repeat left center;}
.menu-son{display: block;}
.menu-son dl{overflow: hidden;}
.menu-son dl dt{float: left; margin-right: 20px; font-weight: bold; font-size: 14px; line-height: 26px;}
.menu-son dl dd{float: left; margin-right: 10px; font-size: 14px; line-height: 26px;}
.menu-son dl dt a,
.menu-son dl dd a{color: #fff;}
.menu-son dl dt a:hover,
.menu-son dl dd a:hover{color: #a66b42;}

/*focus*/
.focus-main{margin-bottom: 15px;}
/*focus-left*/
.focus-left{width: 735px; height: 480px; float: left; position: relative; overflow: hidden;}
.focus{position: absolute; left: 0; top: 0; width: 735px; height: 480px; overflow: hidden;}
.focus ul{position: absolute; width: 735px; height: 480px;}
.focus ul li{display: none; position: absolute; left: 0; top: 0; width: 735px; height: 480px;}
.focus ul li:first-child{display: block;}
/*focus-title*/
.focus-title{position: absolute; bottom: 0; left: 0; width: 735px; height: 120px; background: url(http://static.xbiao.com/images/pc/2017/focus-bg.png) no-repeat bottom center;}
.focus-title ul li{}
.focus-title ul li a{width: 735px; padding-top: 20px; height: 100px; line-height: 100px; text-align: center; display: block; color: #fff; font-size: 20px;}
/*focus-point*/
.focus-point{position: absolute; left: 0; bottom: 0px; width: 735px; height: 44px; }
.focus-point ul{display: block; height: 44px; line-height: 44px; text-align: center;}
.focus-point ul li{width: 25px; height: 4px; overflow: hidden; cursor: pointer; text-indent: -999px;  margin: 0 10px; background: #959595; display: inline-block;}
.focus-point ul li.act{ background: #fff;}
/*focus-prev & focus-next*/
.focus-prev{position: absolute;  left: -30px; top: 50%; margin-top: -30px; width: 30px; height: 60px; background: url(http://static.xbiao.com/images/pc/2017/focus-arr.png) no-repeat 0 0; opacity: 0;
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.focus-next{position: absolute; right: -30px; top: 50%; margin-top: -30px; width: 30px; height: 60px; background: url(http://static.xbiao.com/images/pc/2017/focus-arr.png) no-repeat top right; opacity: 0;
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.focus-left:hover .focus-prev{ left: 0px; opacity: 1;}
.focus-left:hover .focus-next{right: 0px; opacity: 1;}
/*focus-right*/
.focus-right{float: right; width: 250px; height: 480px;	overflow: hidden;}
/*品牌列表*/
.brand-wrap{width: 1000px; overflow: hidden; margin-bottom: 8px;}
.brand{position: relative; width: 1000px; height: 32px;}
.brand em{position: absolute; left: 0; top: 0; width: 50px; height: 32px; line-height: 32px; color: #959595; font-size: 14px; background-color: #fff; z-index: 1;}
.brand-list{position: absolute; left: 50px; top: 0;}
.brand-list ul{width: 10000px;}
.brand-list ul li{float: left; width: 90px; font-size: 14px; height: 32px; line-height: 32px;}
.brand-list ul li a{display: block;}
/*品牌列表-箭头*/
.brand-btn{position: absolute; left: 949px; top: 0; width: 51px; height: 18px; overflow: hidden; padding-top: 6px; background-color: #fff;}
.brand-left{float: left; display: block; width: 18px; height: 18px; background-image: url(http://static.xbiao.com/images/pc/2017/brand-list-arr.png); background-repeat: no-repeat; background-position:0 -34px; cursor: default;}
.brand-right{float: left; margin-left: 10px; display: block; width: 18px;  height: 18px; background-image: url(http://static.xbiao.com/images/pc/2017/brand-list-arr.png); background-repeat: no-repeat; background-position:-28px -34px;}
.brand-prev{background: url(http://static.xbiao.com/images/pc/2017/brand-list-arr.png) no-repeat 0 -62px; cursor: pointer;}
.brand-prev:hover{background-position: top left;}
.brand-next:hover{background-position: top right;}
.brand-replace{float: right; display: block; color: #a0a0a0; font-size: 12px; line-height: 18px; height: 18px; text-align: right;}
/*专题列表*/
.special-list{position: relative; padding-left: 50px; margin-bottom: 25px;}
.special-list em{position: absolute; left: 0; bottom: 0; width: 50px; height: 36px; line-height: 36px; color: #959595; font-size: 14px;}
.special-list ul li{ float: left; margin-right: 12px; position: relative;width: 135px;height: 36px;}
.special-list ul li a{display: block;}
.special-list ul li i{position: absolute; z-index: 1;  display: none; left: -20px; bottom: 36px; width: 166px; height: 137px; padding: 9px 0 0 7px; background: url(http://static.xbiao.com/images/pc/2017/brand-bg.png) no-repeat 0 0; }
.special-list ul li img{border: 1px solid #bfbfbf;}
.special-list ul li span{display: none; color:#535353; height: 22px; text-align: center; font-size: 14px; overflow: hidden;}
.special-list ul li.more {width: 65px; height: 35px; margin-right: 0; }
.special-list ul li.more a{display: block; height: 35px; border: 1px solid #f6f6f8; border-radius: 3px; margin-right: 0; font-size: 14px; color: #a0a0a0; text-align: center; background-image: url(http://static.xbiao.com/images/pc/2017/more.png); background-position: 0 0; background-repeat: no-repeat; background-color: #f6f6f8;}
.special-list ul li.more a:hover{background-color: #562916; color: #fff; border: 1px solid #562916; background-position: top right;}
/*专题列表*/
.hot{ margin-bottom: 30px;}
/*专题列表-左边*/
.hot-left{float: left;}
/*专题列表-左边-top*/
.hot-left-top{width: 715px; height: 462px; overflow: hidden; margin-bottom: 15px;}
.hot-left-top ul{width: 730px; height: 477px;}
.hot-left-top ul li{position: relative; float: left; margin-right: 11px; margin-bottom: 15px; border: 1px solid #f6f6f8;}
.hot-left-top ul li span{display: block;}
.hot-left-top ul li em{position: absolute; left: 0; bottom: 3px; }
.hot-left-top ul li em a{width: 290px; padding: 0 30px; text-align: center; height: 40px; padding-top: 20px; line-height: 40px; font-size: 18px; color: #fff;  background: url(http://static.xbiao.com/images/pc/2017/hot-pic-bg.png) repeat-x 0 0;
/*超出部分省略号*/
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block; 
}
.hot-left-top ul li:hover em a{color: #a66b42;}
.hot-pic-big{width: 350px; height: 462px; overflow: hidden;}
.hot-pic-small{width: 350px; height: 224px; overflow: hidden;}
/*专题列表-左边-bottom*/
.hot-left-bottom{width: 715px; height: 342px; overflow: hidden;}
.hot-left-bottom ul{display: block; width: 730px; height: 344px;}
.hot-left-bottom ul li{ float: left; border: 1px solid #f6f6f8; margin-right: 11px; margin-bottom: 15px;}
.hot-left-bottom ul li span{display: block; width: 350px; height: 262px; overflow: hidden;}
.hot-left-bottom ul li em{display: block; padding: 11px 0; background-color: #f6f6f8;}
.hot-left-bottom ul li em a{width: 270px; overflow: hidden; padding: 0px 40px; display: block; text-align: center; height: 56px; line-height: 28px; overflow: hidden; font-size: 18px;  background: #f6f6f8;}
.hot-left-bottom ul li:hover a{color: #a66b42;}

/*专题列表-右边*/
.hot-right{float: right;}
.icon-list{width: 268px; border: 1px solid #e5e5e5; overflow: hidden; border-radius: 5px; margin-bottom: 15px;}
.icon-list ul{}
.icon-list ul li{float: left; width: 67px; height: 80px; margin-left: -1px; margin-top: -1px; border-left: 1px solid #f2f2f2; border-top: 1px solid #f2f2f2;}
.icon-list ul li i{display: block; width: 66px; text-align: center; padding-top: 50px; height: 30px; line-height: 30px; font-style: normal; font-size: 12px;}
.icon{background-image: url(http://static.xbiao.com/images/pc/2017/icon-list.png); background-repeat: no-repeat;}
.icon-iphone{ background-position: 20px 20px;}
.icon-price{ background-position: -41px 20px;}
.icon-compare{ background-position: -110px 20px;}
.icon-ask{ background-position: -174px 20px;}
.icon-teahouse{ background-position: 20px -60px;}
.icon-bss{ background-position: -40px -60px;}
.icon-lib{ background-position: -108px -60px;}
.icon-video{ background-position: -174px -60px;}
/*hot-article*/
.hot-article{background-color: #f6f6f8; width: 268px; height: 580px;}
.hot-article dl{}
.hot-article dl dt{width: 268px; height: 70px; background: url(http://static.xbiao.com/images/pc/2017/hot-article.png) no-repeat 50% 35px;}
.hot-article dl dd{padding: 0 14px; display: none;}
.hot-article dl dd em{display: block; padding: 17px 0 12px; background: url(http://static.xbiao.com/images/pc/2017/hot-border.png) repeat-x bottom center; text-align: center;}
.hot-article dl dd em a{display: block; height: 56px; line-height: 28px; overflow: hidden; font-size: 18px;}
.hot-change{width: 268px; height: 37px; background-color: #f6f6f8; padding-top: 23px; margin-top: -1px;}
.hot-change i{display: block; border-bottom: 1px solid #d5d4d4;}
.hot-change span{display: block; width: 149px; height: 29px;  line-height: 29px; text-align: center; border: 2px solid #d5d4d4; background-color: #f6f6f8; margin: 0 auto; font-size: 14px; color: #562916; margin-top: -14px;}
.hot-change span a{display: block; color: #562916;}
.hot-change span a:hover{color: #a66b42;}
/*毒物腕表*/
.random{border: 1px solid #dcdcdc; overflow: hidden; margin-bottom: 30px; border-top: 1px solid #2f190e;}
.random-tit{padding: 0 15px 0 7px; height: 38px; line-height: 38px; background-color: #f6f6f8;}
.random-left{float: left; overflow: hidden;}
.random-left em{float: left; margin-right: 14px; font-size: 16px; color: #000;}
.random-left span{float: left; font-size: 12px; color: #a0a0a0;}
.random-right{float: right;}
.random-change{display: block; height: 38px; line-height: 38px; padding-right: 30px; font-style: normal; color: #562916; background: url(http://static.xbiao.com/images/pc/2017/change.png) no-repeat center right;}
.random-change:hover{color: #a66b42;}
/*毒物腕表-列表*/
.random-list{}
.random-list ul{}
.random-list ul li{float: left; width: 199px; height: 340px; border-left: 1px solid #f4f4f4; margin-left: -1px;}
.random-list ul li .random-watch{width: 100%; /*padding: 6px 0;*/}
.random-list ul li .random-watch span{width: 160px; height: 240px; margin: 6px auto; overflow: hidden;}
.random-list ul li .random-watch span img{width: 160px; height: 240px;}
.random-list ul li em{display: block; text-align: center; line-height: 18px; height: 36px; font-size: 12px;}
.random-list ul li:hover em a{color: #996600;}
.random-list ul li span{display: block; text-align: center; color: #e60012; line-height: 22px; height: 22px; font-size: 12px;}
.random-list ul li i{ display: block; height: 18px; line-height: 18px; text-align: center; font-style: normal; color: #a0a0a0; }
.random-list ul li i img{display: inline-block; vertical-align: middle; margin-top: -2px;}
/*原创部分*/
.ariginal{margin-bottom: 30px;}
/*原创左侧*/
.ariginal-left{float: left; width: 400px;}
/*public tit*/
.tit{height: 50px; border-top: 1px solid #e5e5e5; /*overflow: hidden;*/}
.tit em{float: left; font-size: 20px; height: 49px; line-height: 49px; border-top: 2px solid #562916; margin-top: -1px;}
.tit .sub-tit{float: right; margin-right: 5px;}
.tit .sub-tit ul{}
.tit .sub-tit ul li{float: left; height: 50px; line-height: 50px; margin-right: 15px; font-size: 14px; color: #562916;}
.tit .sub-tit ul li a{ color: #562916;}
.tit .sub-tit ul li a:hover{color: #a66b42;}
.tit .sub-tit ul li.spa{color: #a0a0a0; margin: 0;}
.tit span{float: right;  font-size: 14px; height: 50px; line-height: 50px; font-style: normal; color: #a0a0a0; }
.tit span a{ display: block; color: #a0a0a0; padding-right: 10px; background: url(http://static.xbiao.com/images/pc/2017/tit-gt.png) no-repeat center right;}
.tit span a:hover{ color: #a66b42;}
/*tit2*/
.tit2{height: 40px; border: 1px solid #e5e5e5; border-bottom: 0px; background-color: #f6f6f8; padding: 0 10px; /*overflow: hidden;*/}
.tit2 em{float: left; font-size: 16px; height: 40px; line-height: 40px;}
.tit2 span{float: right;  font-size: 14px; height: 40px; line-height: 40px; font-style: normal; color: #a0a0a0; }
.tit2 span a{ display: block; color: #a0a0a0; padding-right: 10px; background: url(http://static.xbiao.com/images/pc/2017/tit-gt.png) no-repeat center right;}
.tit2 span a:hover{color: #a66b42;}
/*原创列表*/
.ariginal-list-wrap{margin-top: -8px; margin-bottom: 33px;}
.ariginal-list{margin-bottom: 10px;}
.ariginal-list dl{}
.ariginal-list dt{font-size: 18px; text-align: left; background: url(http://static.xbiao.com/images/pc/2017/point.png) no-repeat 2px center; padding-left: 20px; line-height: 35px; height: 35px; overflow: hidden; width: 380px; font-weight: bold;
/*超出部分省略号*/
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block; 
}
.ariginal-list dd{font-size: 16px; text-align: left; background: url(http://static.xbiao.com/images/pc/2017/point.png) no-repeat 2px center; padding-left: 20px; line-height: 32px; height: 32px; overflow: hidden; width: 340px;
/*超出部分省略号*/
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block; 
}
/*热词列表*/
.hot-word-wrap{position: relative;}
.hot-word-wrap em{position: absolute; left: 10px; top: -12px; width: 75px; height: 30px; background-color: #fff; font-size: 14px; color: #959595; text-align: center;}
.hot-word{width: 380px; height: 111px; padding: 15px 5px 0; border: 1px solid #dcdcdc; overflow: hidden;}
.hot-word ul{}
.hot-word ul li{ float: left; font-size: 14px; color: #313131; line-height: 36px; margin: 0 12px;}
.hot-word ul li a{color: #333;}
/*原创右边*/
.ariginal-right{float: right; width: 575px;}
.images-list{width: 575px; height: 561px; overflow: hidden;}
.images-list ul{width: 590px; height: 576px}
.images-list ul li{position: relative; float: left; margin-right: 15px; margin-bottom: 15px;}
.images-list ul li.images-big{width: 380px; height: 273px;}
.images-list ul li.images-small{width: 178px; height: 273px;}
.images-list ul li.images-big img{width: 380px; height: 273px;}
.images-list ul li.images-small img{width: 178px; height: 273px;}
.images-list ul li:hover .images-info{display: block;}
.images-info{display: none; position: absolute; left: 0; top: 0; width: 100%; height: 100%; line-height: 100%; text-align: center;  background: url(http://static.xbiao.com/images/pc/2017/images-bg.png) repeat center center;}
.images-info i{display: inline-block; height: 100%; vertical-align: middle;}
.images-txt{display: inline-block; width: 77%; vertical-align: middle; font-size: 16px; line-height: 23px; color: #fff; text-align: center;}
.images-txt span{display: block; width: 100%; height: 10px; background: url(http://static.xbiao.com/images/pc/2017/down-arr.png) no-repeat bottom center;}
/*表主认证*/
.watcher{width: 1000px; overflow: hidden; padding: 7px 0; background-color: #f6f6f8; margin-bottom: 30px;}
.watcher dl{width: 1001px;}
.watcher dt{float: left; padding-left: 10px; width: 107px; height: 90px; padding-top: 4px; background: #f6f6f8;}
.watcher dt span{display: block; font-size: 36px; height: 40px; line-height: 40px; color: #e36a32; text-align: center;}
.watcher dt i{display: block; font-size: 14px; color: #959595; font-style: normal; height: 20px; line-height: 20px; text-align: center; margin-top: -3px;}
.watcher dt em{display: block; width: 85px; height: 25px; border-radius: 3px; line-height: 25px; text-align: center; font-size: 14px; color: #fff; background-color: #562a16; margin: 2px auto 0;}
.watcher dt em a{display: block;color: #fff;}
.watcher dd{float: left; width: 189px; height: 70px; padding: 13px 15px 13px 17px; background: #f6f6f8 url(http://static.xbiao.com/images/pc/2017/watcher-bar.png) repeat-y top right;}
.watcher-avatar{float: left; width: 70px; height: 70px; margin-right: 7px; border-radius: 50%; overflow: hidden;}
.watcher-avatar img{width: 100%;}
.watcher-info{float: left; width: 90px; padding: 0 10px;}
.watcher-info em{margin-top: -2px; display: block; height: 24px; line-height: 24px; font-size: 15px; color: #000; overflow: hidden;}
.watcher-info em:hover{color: #a66b42;}
.watcher-info span{margin-top: -2px; display: block; height: 24px; line-height: 24px; font-size: 14px; color: #959595; overflow: hidden; margin-top: -2px;}
.watcher-info i{margin-top: -2px; display: block; width: 88px; text-align: center; height: 23px; margin-top: 2px; line-height: 23px; font-size: 14px; color: #562916; font-style: normal; border: 1px solid #dcdcdc; border-radius: 3px; }
/*.watcher dd:hover em{color: #a66b42;}*/
.watcher-info i:hover{color: #a66b42;}
/******作业部分******/
/*精选作业*/
.buyer-left{float: left; width: 675px; margin-bottom: 30px; }
.buyer-left-list{width: 675px; height: 661px; overflow: hidden;}
.buyer-left-list ul{display: block; width: 690px; height: 678px;}
.buyer-left-list ul li{ float: left; margin-right: 11px; margin-bottom: 15px; border: 1px solid #f6f6f8;}
.buyer-left-list ul li span{display: block; width: 330px; height: 245px; overflow: hidden;}
.buyer-left-list ul li em{display: block; padding: 11px 0; background-color: #f6f6f8;}
.buyer-left-list ul li em a{width: 270px; padding: 0px 30px; display: block; color: #000; text-align: center; height: 56px; line-height: 28px; overflow: hidden; font-size: 18px;  background: #f6f6f8;}
.buyer-left-list ul li:hover a{color: #a66b42;}
.buyer-right{float: right; background-color: #f6f6f8;  height: 711px;}
/**/
.buyer-show{background-color: #f6f6f8; width: 300px; height: 701px; overflow: hidden;}
.buyer-show dl{}
.buyer-show dl dt{width: 300px; height: 50px; background: url(http://static.xbiao.com/images/pc/2017/buyer-show.png) no-repeat 50% 25px;}
.buyer-show dl dd{padding: 0 14px; background-color: #f6f6f8;}
.buyer-show dl dd em{display: block; padding: 13px 0 13px; background: url(http://static.xbiao.com/images/pc/2017/hot-border.png) repeat-x bottom center; text-align: center;}
.buyer-show dl dd em a{display: block; height: 56px; line-height: 28px; overflow: hidden; font-size: 18px;}

/******腕表行情大部分******/
.market{}
.market-left{float: left;}
.market-right{float: right;}
/*腕表行情*/
.watch-market{width: 375px; float: left; margin-right: 25px;}
/*购表指南*/
.guide{width: 375px; float: left;}
/*图片*/
.pic-txt{width: 375px; height: 173px; overflow: hidden; margin-bottom: 7px;}
.pic-txt ul{display: block; width: 390px; height: 175px;}
.pic-txt ul li{ float: left; margin-right: 11px; margin-bottom: 15px; border: 1px solid #f6f6f8;}
.pic-txt ul li span{display: block; width: 180px; height: 115px; overflow: hidden;}
.pic-txt ul li em{display: block; padding: 7px 0; background-color: #f6f6f8;}
.pic-txt ul li em a{width: 160px; overflow: hidden; padding: 0px 10px; display: block; color: #000; text-align: center; height: 44px; line-height: 22px; overflow: hidden; font-size: 14px;  background: #f6f6f8;}
.pic-txt ul li:hover em a{color: #a66b42;}

/*列表*/
.art-list{margin-bottom: 16px;}
.art-list dl{}
.art-list dt{font-size: 18px; text-align: left; background: url(http://static.xbiao.com/images/pc/2017/point.png) no-repeat 2px center; padding-left: 20px; line-height: 35px; height: 35px; overflow: hidden; width: 355px; font-weight: bold;
/*超出部分省略号*/
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block; 
}
.art-list dd{font-size: 16px; text-align: left; background: url(http://static.xbiao.com/images/pc/2017/point.png) no-repeat 2px center; padding-left: 20px; line-height: 32px; height: 32px; overflow: hidden; width: 355px;
/*超出部分省略号*/
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block; 
}
.ad775x100{width: 775px; height: 100px; clear: both;}
/*选表中心*/
.select-watch{width: 200px; height: 540px; border: 1px solid #e5e5e5; overflow: hidden; margin-bottom: 30px;}
.select-watch dl{}
.select-watch dl dt{float: left; width: 170px; padding: 0 15px; height: 37px; background-color: #f6f6f8;}
.select-watch dl dt em{height: 37px; line-height: 37px; font-size: 16px; color: #000;}
.select-watch dl dt i{color: #a0a0a0; font-size: 12px; height: 37px; line-height: 37px; font-style: normal; padding-left: 10px;}
.select-watch dl dd{float: left; width: 100px; height: 46px; padding-top: 10px; margin-left: -1px; float: left; background: url(http://static.xbiao.com/images/pc/2017/select-watch-bg.png) no-repeat 0 0; }
.select-watch dl dd a{display: block;}
.select-watch dl dd em{display: block; text-align: center; height: 22px; line-height: 22px; font-size: 14px; color: #000;}
.select-watch dl dd a:hover em{color: #a66b42;}
.select-watch dl dd i{display: block; text-align: center; color: #a0a0a0; font-size: 12px; height: 18px; line-height: 18px; font-style: normal;}
/*论坛部分*/
.bbs{margin-bottom: 30px;}
.bbs-left{float: left; width: 776px;}
/*论坛左侧主图*/
.bbs-main-pic{float: left; position: relative; width: 300px; height: 450px; border: 1px solid #f6f6f8; overflow: hidden;}
.bbs-main-pic em{position: absolute; left: 0; bottom: 0; }
.bbs-main-pic em a{display: block; width: 240px; padding: 0 30px; text-align: center; height: 40px; padding-top: 20px; line-height: 40px; font-size: 18px; color: #fff;  background: url(http://static.xbiao.com/images/pc/2017/hot-pic-bg.png) repeat-x 0 0;}
.bbs-main-pic:hover em a{color: #a66b42;}
/*论坛左侧次图们*/
.bbs-sub-pic{float: right; width: 450px; height: 450px; overflow: hidden;}
.bbs-sub-pic ul{margin-top: -15px;}
.bbs-sub-pic ul li{}
.bbs-post{width: 450px; overflow: hidden; padding-bottom: 15px; border-bottom: 1px solid #e5e5e5;}
.bbs-post dl{width: 465px;}
.bbs-post dl dt{float: left; width: 450px; height: 43px;}
.bbs-post dl dt em{float: left; height: 43px; width: 375px; line-height: 43px; font-size: 16px; color: #000;
/*超出部分省略号*/
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block;
}
.bbs-post dl:hover dt em{color: #a66b42;}
.bbs-post dl dt a i{float: right; padding-left: 15px; height: 43px; line-height: 43px; font-size: 12px; color: #959595; font-style: normal; background: url(http://static.xbiao.com/images/pc/2017/icon-comment.png) no-repeat center left;}
.bbs-post dl dt a:hover i{color: #a66b42;}
.bbs-post dl dd{float: left; width: 140px; height: 102px; margin-right: 15px; overflow: hidden;}
.bbs-right{float: right; width: 198px; height: 500px; overflow: hidden; border: 1px solid #e5e5e5; border-top: 0px;}
/*bbs-nav*/
.bbs-nav{width: 198px; overflow: hidden;}
.bbs-nav ul{width: 200px; margin-left: -1px;}
.bbs-nav ul li{float: left; width: 98px; background-color: #f6f6f8; cursor: pointer; border: 1px solid #e5e5e5; font-size: 16px; height: 50px; line-height: 50px; text-align: center; color: #313131; }
.bbs-nav ul li.act{background-color: #ffffff; border-left: 1px solid #fff; border-right: 1px solid #fff; border-bottom: 1px solid #fff; border-top: 1px solid #562916; }
/*bbs-con*/
.bbs-cont{ width: 168px; margin: 0 auto; overflow: hidden;}
.bbs-cont ul{margin-top: -1px;}
.bbs-cont ul li{display: block; padding: 6px 0 4px; background: url(http://static.xbiao.com/images/pc/2017/hot-border.png) repeat-x 0 0;}
.bbs-cont ul li em{text-indent: 30px; display: block; font-size: 14px; line-height: 26px; background-image: url(http://static.xbiao.com/images/pc/2017/number.png); background-repeat: no-repeat;}
.bbs-cont ul li em a:link{display: block; color: #000;}
.bbs-cont ul li:hover em a { color: #a66b42;}
.bbs-cont ul li span{text-indent: 30px; display: block; font-size: 14px; line-height: 20px; color: #a0a0a0;}
.bbs-cont ul li span a{display: block; color: #a0a0a0;}

.bbs-star{margin-top: 11px; overflow: hidden;}
.bbs-star ol{margin-top: -1px;}
.bbs-star ol li{padding: 11px 0 10px; overflow: hidden; position: relative; background: url(http://static.xbiao.com/images/pc/2017/hot-border.png) repeat-x 0 0;}
.bbs-star ol li .star-avatar{float: left; margin-right: 10px; width: 50px; height: 50px; border-radius: 50%; overflow: hidden;}
.bbs-star ol li em{display: block; font-size: 14px; color: #000; height: 20px; overflow: hidden; line-height: 20px;}
.bbs-star ol li:hover em{color: #a66b42;}
.bbs-star ol li span{display: block; font-size: 12px; color: #a0a0a0;height: 15px; overflow: hidden;  line-height: 15px;}
.bbs-star ol li i{display: block; font-style: normal; font-size: 12px; color: #562916; line-height: 15px;}
.cover{width: 100%; height: 100%; position: absolute; left: 0; top: 0;}

/*1234567*/
.bbs-cont ul li.no1 em{ background-position: 8px 6px;}
.bbs-cont ul li.no2 em{ background-position: 8px -50px;}
.bbs-cont ul li.no3 em{ background-position: 8px -106px;}
.bbs-cont ul li.no4 em{ background-position: 8px -164px;}
.bbs-cont ul li.no5 em{ background-position: 8px -220px;}
.bbs-cont ul li.no6 em{ background-position: 8px -275px;}
.bbs-cont ul li.no7 em{ background-position: 8px -335px;}
.bbs-cont ul li.no8 em{ background-position: 8px -390px;}




/*资深表友*/
.deep{margin-bottom: 30px;}
.deep-watcher{float: left; width: 550px; height: 214px; border: 1px solid #e5e5e5; overflow: hidden; }
.title{padding: 0 15px 0 7px; height: 38px; line-height: 38px; background-color: #f6f6f8;}
.title-left{float: left; overflow: hidden;}
.title-left em{float: left; margin-right: 4px; font-size: 16px; color: #000;}
.title-left span{float: left; font-size: 12px; color: #a0a0a0; margin-left: 5px;}
.title-left i{font-size: 12px; color: #f00; font-style: normal;}
.title-right{float: right;}
.title-change{display: block; height: 38px; line-height: 38px; cursor: pointer; padding-right: 30px; font-style: normal; color: #562916; background: url(http://static.xbiao.com/images/pc/2017/change.png) no-repeat center right;}
.title-change:hover{color:#a66b42}
.deep-watcher-list{padding: 0 5px;}
.deep-watcher-list ul{}
.deep-watcher-list ul li{float: left; width: 162px; height: 70px; padding: 9px 0 9px 18px;}
.deep-watcher-avatar{float: left; width: 50px; height: 50px; margin-right: 2px; border-radius: 50%; overflow: hidden; margin-top: 10px;}
.deep-watcher-avatar img{width: 100%;}
.deep-watcher-info{float: left; width: 90px; padding: 0 10px;}
.deep-watcher-info em{display: block; height: 20px; line-height: 20px; font-size: 15px; color: #000; overflow: hidden;}
.deep-watcher-info em:hover{color: #a66b42;}
.deep-watcher-info span{display: block; height: 20px; line-height: 20px; font-size: 12px; color: #959595; overflow: hidden; margin-top: -2px;}
.deep-watcher-info i{display: block; width: 75px; text-align: center; height: 20px; line-height: 20px; font-size: 12px; color: #000; background-color: #f6f6f8; font-style: normal; border: 1px solid #eeeeee; border-radius: 3px; margin-top: 2px;}
.deep-watcher-info i:hover{color: #a66b42;}
/*最新解答*/
.lastest-answer{float: right; width: 420px; border: 1px solid #e5e5e5; overflow: hidden;}
.lastest-list{padding: 8px 0;}
.lastest-list ul{}
.lastest-list ul li{ overflow: hidden; padding: 0 10px}
.lastest-list ul li em{float: left; font-size: 15px; text-align: left; background: url(http://static.xbiao.com/images/pc/2017/point.png) no-repeat 8px center; padding-left: 20px; line-height: 32px; height: 32px; overflow: hidden; width: 320px;
/*超出部分省略号*/
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block; 
}
.lastest-list ul li span{float: right; font-size: 12px; color: #959595; line-height: 32px; height: 32px;}
.lastest-list ul li span i{font-style: normal; color: #e60012;}
/*现场报道*/
.live-report{margin-bottom: 30px;}
/******scene*******/
.scene_box{width: 1000px;height: 420px;overflow: hidden;}
.main_box{position: relative;width: 680px;height: 420px;overflow: hidden;}
.main_box a{display: block;position: absolute;top: 0;left: 0;width: 680px;height: 420px;display: none;}
.main_box a img{width: 680px;height: 420px;}
.sub_box{width: 320px;height: 420px;background: #313131;}
.sub_box .sub_item+.sub_item{margin-top: 1px;}
.sub_item{position: relative;height: 102px;width: 182px;padding: 0 8px 0 130px;border-top: 1px solid #434343;border-bottom: 1px solid #1d1d1d;overflow: hidden;cursor: pointer;}
.sub_item:first-child{border-top: none;}
.sub_item:last-child{border-bottom: none;height: 105px;}
.sub_item dt{position: absolute;top: 14px;left: 13px;width: 105px;height: 77px;overflow: hidden;}
.sub_item dt img{widt: 105px;height: 77px;}
.sub_item a{display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.scene_title{position: relative;font-size: 14px;line-height: 24px; height: 48px; overflow: hidden; color: #dcdcdc;word-break:break-all;margin-top: 10px;}
.scene_note{height: 24px;margin-top: 10px;font-size: 12px;color: #a0a0a0;overflow: hidden;}
.scene_note em{float: left;}
.scene_note span{float: right; padding-right: 20px;}

.sub_box dl.act .sub_bg{display: block;}
.sub_bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #dcdcdc;opacity: .5;display: none;}
/*品牌资讯部分*/
.brand-news{margin-bottom: 30px;}
/*品牌资讯*/
.brand-news-left{float: left; width: 780px;}
.brand-news-cont{}
.brand-news-cont-left{float: left;}
.brand-main-pic{position: relative; width: 335px; height: 215px; overflow: hidden; margin-bottom: 15px; border: 1px solid #f6f6f8;}
.brand-main-pic:hover em a{color: #a66b42;}
.brand-main-pic em{position: absolute; left: 0; bottom: 0; }
.brand-main-pic em a{display: block; width: 275px; padding: 0 30px; text-align: center; height: 40px; padding-top: 20px; line-height: 40px; font-size: 18px; color: #fff;  background: url(http://static.xbiao.com/images/pc/2017/hot-pic-bg.png) repeat-x 0 0;}
.brand-main-txt{width: 335px; height: 153px; overflow: hidden;}
.brand-main-txt ul{display: block; width: 350px; height: 155px;}
.brand-main-txt ul li{ float: left; margin-right: 11px; margin-bottom: 15px; border: 1px solid #f6f6f8;}
.brand-main-txt ul li span{display: block; width: 160px; height: 103px; overflow: hidden;}
.brand-main-txt ul li em{display: block; padding: 3px 0; background-color: #f6f6f8;}
.brand-main-txt ul li em a{width: 140px; overflow: hidden; padding: 0px 10px; display: block; color: #000; text-align: center; height: 44px; line-height: 22px; overflow: hidden; font-size: 14px;  background: #f6f6f8;}
.brand-main-txt ul li:hover em a{color: #a66b42;}
.brand-news-cont-right{float: left; margin-left: 13px; height: 383px; overflow: hidden;}
/*品牌文章列表*/
.brand-art-list-wrap{margin-top: -8px;}
.brand-art-list{margin-bottom: 6px;}
.brand-art-list dl{}
.brand-art-list dt{font-size: 18px; text-align: left; background: url(http://static.xbiao.com/images/pc/2017/point.png) no-repeat 2px center; padding-left: 20px; line-height: 35px; height: 35px; overflow: hidden; width: 410px; font-weight: bold;
/*超出部分省略号*/
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block; 
}
.brand-art-list dd{font-size: 16px; text-align: left; background: url(http://static.xbiao.com/images/pc/2017/point.png) no-repeat 2px center; padding-left: 20px; line-height: 32px; height: 32px; width: 390px;
/*超出部分省略号*/
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block; 
}
/*腕表排行*/
.watch-top{float: right; width: 198px; height: 435px; overflow: hidden; border: 1px solid #e5e5e5; border-top: 0px;}
/*watch-nav*/
.watch-nav{width: 198px; overflow: hidden;}
.watch-nav ul{width: 200px; margin-left: -1px;}
.watch-nav ul li{float: left; width: 98px; background-color: #f6f6f8; cursor: pointer; border: 1px solid #e5e5e5; height: 50px; line-height: 50px; text-align: center; color: #313131; font-size: 16px;}
.watch-nav ul li.act{background-color: #ffffff; border-left: 1px solid #fff; border-right: 1px solid #fff; border-bottom: 1px solid #fff; border-top: 1px solid #562916;}
/*watch-con*/
.watch-cont{ width: 168px; margin: 0 auto; overflow: hidden;}
.watch-cont ul{margin-top: -1px;}
.watch-cont ul li{ display: block; padding: 3px 0 3px; background: url(http://static.xbiao.com/images/pc/2017/hot-border.png) repeat-x 0 0;}
.watch-cont ul li em{width: 100%; text-indent: 30px; display: block; font-size: 12px; line-height: 26px; height: 26px; background-image: url(http://static.xbiao.com/images/pc/2017/number.png); background-repeat: no-repeat;
/*超出部分省略号*/
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block; 
}
.watch-cont ul li em a{display: block; color: #000;}
.watch-cont ul li span{width: 100%; text-indent: 30px; display: block; font-size: 12px; line-height: 16px; height: 16px; margin-top: -6px; color: #000; margin-bottom: 5px;
/*超出部分省略号*/
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block; 
}
.watch-cont ul li span a{display: block; color: #000;}
.watch-cont ul li .watch-img{display: none; width: 100px; height: 145px; margin: 0 auto;}
.watch-cont ul li .watch-img img{width: 100px; height: 145px;}
.watch-cont ul li:hover a{color: #a66b42}
/*1234567*/
.watch-cont ul li.no1 em{ background-position: 8px 6px;}
.watch-cont ul li.no2 em{ background-position: 8px -50px;}
.watch-cont ul li.no3 em{ background-position: 8px -106px;}
.watch-cont ul li.no4 em{ background-position: 8px -164px;}
.watch-cont ul li.no5 em{ background-position: 8px -220px;}
.watch-cont ul li.no6 em{ background-position: 8px -275px;}
.watch-cont ul li.no7 em{ background-position: 8px -335px;}
.watch-cont ul li.no8 em{ background-position: 8px -390px;}
.watch-cont ul li.active .watch-img{display: block;}
/*最新腕表*/
.lastest-watch{margin-bottom: 30px;}
.lastest-watch-list{border: 1px solid #e5e5e5; border-top: 0; overflow: hidden;}
.lastest-watch-list ul{width: 1000px;}
.lastest-watch-list ul li{float: left; width: 200px; border-left: 1px solid #efefef; margin-left: -1px; overflow: hidden;}
.lastest-watch-list ul li:hover .lastest-watch-tit a{color: #a66b42;}
.lastest-watch-pic{width: 100%; padding: 10px 0;}
.lastest-watch-pic span{display: block; width: 140px; height: 230px; overflow: hidden; margin: 0 auto;}
.lastest-watch-tit{background-color: #f6f6f8;  height: 46px; line-height: 23px; font-size: 14px; padding: 5px 15px; text-align: center; overflow: hidden;}
.lastest-watch-tit a{overflow: hidden;}
.lastest-watch .tit2{border-top: 1px solid #2f190e;}
/*人物访谈*/
.person{margin-bottom: 30px;}
.person-left{float: left; width: 645px;}
.person-right{float: right; width: 330px;}

/*人物访谈-左边-top*/
.person-left-top{width: 645px; height: 465px; overflow: hidden;/* margin-bottom: 15px;*/}
.person-left-top ul{width: 660px; height: 482px;}
.person-left-top ul li{position: relative; float: left; margin-right: 11px; margin-bottom: 15px; border: 1px solid #f6f6f8;}
.person-left-top ul li:hover em a{color: #a66b42;}
.person-left-top ul li span{display: block;}
.person-left-top ul li em{position: absolute; left: 0; bottom: 0; }
.person-left-top ul li em a{width: 270px; padding: 0 30px; text-align: center; height: 40px; padding-top: 20px; line-height: 40px; font-size: 18px; color: #fff;  background: url(http://static.xbiao.com/images/pc/2017/hot-pic-bg.png) repeat-x 0 0;
/*超出部分省略号*/
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block; 
}
.person-pic-big{width: 300px; height: 465px; overflow: hidden;}
.person-pic-small{width: 330px; height: 225px; overflow: hidden;}
.person-left-top ul li.person-pic-big em a{width: 240px; }
/*大腕专栏-右边-top*/
.person-right{float: right; width: 330px; height: 517px; border-top: 1px solid #2f190e; background-color: #f6f6f8;}
.person-tit{width: 160px; height: 38px; line-height: 38px; background: #2f190e; color: #fff; font-size: 18px; margin: 0 auto; text-align: center;}
.person-list{padding: 15px 15px 0 15px;}
.person-list ul{}
.person-list ul li{float: left; padding: 0 15px; margin-bottom: 7px; width: 120px;}
.person-list ul li:hover em{ color: #a66b42}
.person-avatar{border-radius: 20px; overflow: hidden;}
.person-avatar img{width: 120px; height: 120px;}
.person-list ul li em{display: block; width: 100%; height: 30px; line-height: 30px; font-size: 14px; text-align: center;}
/*名表专卖店*/
.watch-shop{margin-bottom: 10px;}
.shop-wrap{width: 998px; height: 240px; border: 1px solid #e5e5e5; overflow: hidden;}
.shop-list{position: relative; width: 998px; height: 240px; }
.shop-slide{display: none; position: absolute; left: 0; top: 0; width: 988px; height: 225px; padding-left: 10px; padding-top: 15px;}
.shop-slide ul{width: 1005px;}
.shop-slide ul li{position: relative; float: left; width: 310px; height: 65px; overflow: hidden; *zoom: 1; margin-right: 25px; margin-bottom: 10px;}
.shop-slide ul li:hover em{color: #a66b42;}
.shop-slide ul li span{float: left;}
.shop-slide ul li em{display: block; width: 210px; overflow: hidden; font-size: 14px; height: 35px; line-height: 35px;}
.shop-slide ul li i{display: block; width: 210px; overflow: hidden;font-size: 12px; line-height: 30px;font-style: normal; margin-top: -10px; color: #a0a0a0;}
.shop-slide ul li a{position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
/*point*/
.shop-point{width: 100%; height: 44px; }
.shop-point ul{display: block; height: 44px; line-height: 44px; text-align: center;}
.shop-point ul li{width: 30px; height: 4px; overflow: hidden; cursor: pointer; text-indent: -999px;  margin: 0 10px; background: #d2d2d2; display: inline-block;}
.shop-point ul li.act{ background: #562916;}
.shop-prev{display: none;  left: -50px; top:52px; width: 50px; height: 240px; background: url(http://static.xbiao.com/images/pc/2017/shop-prev.png) no-repeat left center;}
.shop-next{display: none; right: -50px; top:52px; width: 50px; height: 240px; background: url(http://static.xbiao.com/images/pc/2017/shop-prev.png) no-repeat right center;}
.watch-shop:hover .shop-prev{display: block;}
.watch-shop:hover .shop-next{display: block;}

/*最新珠宝*/
.lastest-jewelry{margin-bottom: 30px;}
.lastest-jewelry-list{border: 1px solid #e5e5e5; border-top: 0; overflow: hidden;}
.lastest-jewelry-list ul{width: 1000px;}
.lastest-jewelry-list ul li{float: left; width: 200px; border-left: 1px solid #efefef; margin-left: -1px; overflow: hidden; padding-bottom: 12px;}
.lastest-jewelry-list ul li:hover a{color: #a66b42;}
.lastest-jewelry-pic{width: 100%; padding: 10px 0;}
.lastest-jewelry-pic span{display: block; width: 170px; height: 175px; overflow: hidden; margin: 0 auto;}
.lastest-jewelry-tit{ height: 46px; line-height: 23px; font-size: 14px; padding: 5px 10px 0px; text-align: center; overflow: hidden;}
.lastest-jewelry .tit2{border-top: 1px solid #2f190e;}
/*内容排行榜*/
.cont-rank{margin-bottom: 15px;}
.rank-list{}
.rank-list ul{}
.rank-list ul li{float: left;}
.rank-box{width: 330px; height: 313px; overflow: hidden; margin-right: 25px;}
.rank-box dl dt{border-bottom: 1px solid #efefef; margin-bottom: 9px; overflow: hidden; *zoom: 1;}
.rank-box dl dt em{float: left; color: #a0a0a0; font-size: 14px; height: 24px; line-height: 24px;}
.rank-box dl dt span{float: right; color: #a0a0a0; font-size: 14px; height: 24px; line-height: 24px;}
.rank-box dl dd{padding-left: 24px; width: 290px; line-height: 31px; height: 31px; color: #000; font-size: 14px; background-image: url(http://static.xbiao.com/images/pc/2017/num.png); background-repeat: no-repeat;
/*超出部分省略号*/
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block; 
}
.rank-box dl dd.number1{background-position: 3px 10px;}
.rank-box dl dd.number2{background-position: 3px -20px;}
.rank-box dl dd.number3{background-position: 3px -52px;}
.rank-box dl dd.number4{background-position: 3px -83px;}
.rank-box dl dd.number5{background-position: 3px -115px;}
.rank-box dl dd.number6{background-position: 3px -145px;}
.rank-box dl dd.number7{background-position: 3px -176px;}
.rank-box dl dd.number8{background-position: 3px -208px;}
.rank-box dl dd.number9{background-position: 3px -238px;}

/*特殊的一个rank-box*/
.rank-box-spa{margin-right: 0; width: 290px;}
.rank-box-spa dl dd{padding-left: 0; background: none; float: left; width: auto; margin-right: 15px;}
.footer { width: 100%; margin-top: 0; padding-top:20px; background-color: #f5f5f5; }
/**
* author: zmt
* data: 2015-12-30
welcome&skin广告样式
**/

.skin-xbiao #xbiao-main { width: 1020px; background-color: #fff; margin-left: auto; margin-right: auto; }
.welcome-xbiao #xbiao-main { display: none; }
#xbiao-body { background-repeat: no-repeat; background-position: top center; background-attachment:fixed; }
#xbiao-welcome {width: 100%; height: 100%;}
#xbiao-welcome-m { margin-left: auto; margin-right: auto; overflow: hidden; }
#xbiao-welcome-close { font-size: 16px; text-align: center; color: #a5a5a5; width:100px; margin-left:auto; margin-right: auto; display: block; height: 40px; line-height: 40px; } 
#xbiao-welcome-close i { margin: 0 10px; font-style: normal; }
#prev-href, #next-href{ position:fixed; _position:absolute; width:40%; height:100%; top:0; z-index:0; outline:none;}
#prev-href{ left:0;}
#next-href{ right:0;}
#top-href{ width:100%; height:100%; display:block; outline:none; overflow:hidden;}

/*节日logo*/
/*.head_logo{ position: relative; background: none; }
.head_logo a { position: absolute; top: -30px; left: -32px; width: 221px; height: 98px;background: url(../../images/pc/pub/newyear2019_logo.png); }*/