common.css 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547
  1. /* ===============
  2. * 重新定义Html元素
  3. * =============== */
  4. html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input{padding: 0; margin: 0;}
  5. h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, table, th, td{font-size: 1em; font-style: normal; font-weight: normal;}
  6. strong{font-weight: bold;}
  7. ul, ol{list-style: none outside none;}
  8. fieldset, img{border: medium none; vertical-align: middle;}
  9. caption, th{ text-align: left;}
  10. table{border-collapse: collapse; border-spacing: 0;}
  11. body{font: 12px/20px "Hiragino Sans GB","Microsoft Yahei",arial,宋体,"Helvetica Neue",Helvetica,STHeiTi,sans-serif; color: #666; background: #FFF none repeat scroll 0 0; min-width: 1200px;}
  12. input, select, textarea{font: 12px/20px "microsoft yahei", sans-serif;}
  13. i, cite, em{font-style: normal;}
  14. input,button,select,textarea{ outline:none}
  15. html {min-height:101%; }
  16. /* 链接 */
  17. a{color: #333; text-decoration: none; outline: medium none; -webkit-transition-property:color; -webkit-transition-duration: 0.3s; -webkit-transition-timing-function: ease;}
  18. a:link, a:visited, a:active{text-decoration: none;}
  19. a:hover{color: #ff4040;}
  20. /* Clearfix,避免因子元素浮动而导致的父元素高度缺失能问题 */
  21. .clearfix:after{clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden;}
  22. .clearfix{display: inline-block;}
  23. /*阿里字体库 BEGIN*/
  24. @font-face {font-family: 'iconfont';
  25. src: url('../../plugins/iconfont/iconfont.eot'); /* IE9*/
  26. src: url('../../plugins/iconfont/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  27. url('../../plugins/iconfont/iconfont.woff') format('woff'), /* chrome、firefox */
  28. url('../../plugins/iconfont/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  29. url('../../plugins/iconfont/iconfont.svg#uxiconfont') format('svg'); /* iOS 4.1- */
  30. }
  31. .iconfont{font-family:"iconfont" !important;font-size:16px;font-style:normal;-webkit-font-smoothing: antialiased;-webkit-text-stroke-width: 0.2px;-moz-osx-font-smoothing: grayscale;}
  32. /*阿里字体库 END*/
  33. /* ==========================
  34. * 为旧版本浏览器格式化Html5元素
  35. * ========================== */
  36. article, aside, dialog, footer, header, section, footer, nav, figure, menu{display:block; }
  37. /* WebKit, Blink, Edge */
  38. ::-webkit-input-placeholder {color:#ccc;}
  39. /* Mozilla Firefox 4 to 18 */
  40. :-moz-placeholder{color:#ccc;}
  41. /* Mozilla Firefox 19+ */
  42. ::-moz-placeholder {color:#ccc;}
  43. /* Internet Explorer 10-11 */
  44. :-ms-input-placeholder{color:#ccc;}
  45. /*文字排版******************************/
  46. .f12{font-size:12px!important;;}
  47. .f13{font-size:13px!important;;}
  48. .f14{font-size:14px!important;;}
  49. .f16{font-size:16px!important;;}
  50. .f20{font-size:20px!important;}
  51. .f22{font-size:22px!important;}
  52. .f24{font-size:24px!important;}
  53. .f26{font-size:26px!important;}
  54. .fb{font-weight:bold;}
  55. .fn{font-weight:normal;}
  56. /*定位******************************/
  57. .tl{text-align:left !important;}
  58. .tc{text-align:center !important; }
  59. .tr{text-align:right !important;}
  60. .bc{margin-right:auto ;margin-left:auto;}
  61. .fl{float:left; display:inline;}
  62. .fr{float:right !important; display:inline;}
  63. .cb{clear:both;}
  64. .cl{clear:left;}
  65. .cr{clear:right;}
  66. .vm{vertical-align: middle;}
  67. .vt{vertical-align: top;}
  68. .pr{position:relative;}
  69. .pa{position:absolute;}
  70. .abs-right{position:absolute; right:0;}
  71. .zoom{zoom:1}
  72. .none{display:none;}
  73. .clear{clear: both; height: 0; font-size: 0; line-height:0; }
  74. /*长度高度******************************/
  75. .w1000{width: 1000px;margin: 0 auto;}
  76. .w1200{width: 1200px;margin: 0 auto;}
  77. .w10{width:10px !important;}
  78. .w20{width:20px !important;}
  79. .w30{width:30px !important;}
  80. .w40{width:40px !important;}
  81. .w50{width:50px !important;}
  82. .w60{width:60px !important;}
  83. .w70{width:70px !important;}
  84. .w80{width:80px !important;}
  85. .w90{width:90px !important;}
  86. .w100{width:100px !important;}
  87. .w110{width:110px !important;}
  88. .w120{width:120px !important;}
  89. .w130{width:130px !important;}
  90. .w150{width:150px !important;}
  91. .w160{width:160px;}
  92. .w180{width:180px;}
  93. .w200{width:200px !important;}
  94. .w300{width:300px !important;}
  95. .w400{width:400px!important;}
  96. .w450{width:450px !important;}
  97. .w500{width:500px;}
  98. .w600{width:600px !important;}
  99. .w700{width:700px;}
  100. .w800{width:800px;}
  101. .h20 { height: 20px !important;}
  102. .h30 { height: 30px !important;}
  103. .h40 { height: 40px !important;}
  104. .h50 { height: 50px !important;}
  105. .h80 { height: 80px;}
  106. .h100 { height:100px !important;}
  107. .h200 { height:200px ;}
  108. .h500 { height:500px !important;}
  109. .h { height:100%}
  110. .size30 { width: 30px; height: 30px;}
  111. .size32 { width: 32px; height:32px;}
  112. .size40 { width: 40px; height:40px;}
  113. .size60 { width: 60px; height:60px;}
  114. .size70 { width: 70px; height: 70px;}
  115. .size72 { width: 72px; height: 72px;}
  116. .size75 { width: 75px; height: 75px;}
  117. .size80 { width: 80px; height:80px;}
  118. .size90 { width: 90px; height:90px;}
  119. .size100 { width: 100px; height: 100px;}
  120. .size110 { width: 110px; height: 110px;}
  121. .size120 { width: 120px; height: 120px;}
  122. .size128 { width: 128px; height: 128px;}
  123. .size160 { width: 160px; height: 160px;}
  124. .size160-48 { width: 160px; height: 48px;}
  125. .size160 { width: 160px; height: 160px;}
  126. .size184 { width: 184px; height: 114px; }
  127. .size190 { width: 190px; height: 190px;}
  128. .size196 { width: 196px; height: 196px;}
  129. .size233 { width: 233px; }
  130. /*边距******************************/
  131. .m0{ margin: 0px !important;}
  132. .m10{margin:10px !important;}
  133. .m15{margin:15px !important;}
  134. .m30{margin:30px !important;}
  135. .mt5{margin-top:5px !important;}
  136. .mt10{margin-top:10px !important;}
  137. .mt15{margin-top:15px !important;}
  138. .mt20{margin-top:20px !important;}
  139. .mt30{margin-top:30px !important;}
  140. .mt50{margin-top:50px !important;}
  141. .mt100{margin-top:100px !important;}
  142. .mb5{margin-bottom:5px !important;}
  143. .mb10{margin-bottom:10px !important;}
  144. .mb15{margin-bottom:15px !important;}
  145. .mb20{margin-bottom:20px !important;}
  146. .mb30{margin-bottom:30px !important;}
  147. .mb50{margin-bottom:50px !important;}
  148. .mb100{margin-bottom:100px !important;}
  149. .ml5{margin-left:5px !important;}
  150. .ml10{margin-left:10px !important;}
  151. .ml15{margin-left:15px !important;}
  152. .ml20{margin-left:20px !important;}
  153. .ml30{margin-left:30px !important;}
  154. .ml50{margin-left:50px !important;}
  155. .ml100{margin-left:100px !important;}
  156. .mr5{margin-right:5px !important;}
  157. .mr10{margin-right:10px !important;}
  158. .mr15{margin-right:15px !important;}
  159. .mr20{margin-right:20px !important;;}
  160. .mr30{margin-right:30px !important;}
  161. .mr50{margin-right:50px !important;}
  162. .mr100{margin-right:100px !important;;}
  163. /*边距******************************/
  164. .p0{padding:0px !important;}
  165. .p10{padding:10px !important;}
  166. .p15{padding:15px !important;}
  167. .p20{padding:20px !important;}
  168. .p30{padding:30px !important;}
  169. .pt5{padding-top:5px !important;}
  170. .pt10{padding-top:10px !important;}
  171. .pt15{padding-top:15px !important;}
  172. .pt20{padding-top:20px !important;}
  173. .pt30{padding-top:30px !important;}
  174. .pt50{padding-top:50px !important;}
  175. .pt100{padding-top:100px !important;}
  176. .pb5{padding-bottom:5px !important;}
  177. .pb10{padding-bottom:10px !important;}
  178. .pb15{padding-bottom:15px !important;}
  179. .pb20{padding-bottom:20px !important;}
  180. .pb30{padding-bottom:30px !important;}
  181. .pb50{padding-bottom:50px !important;}
  182. .pb100{padding-bottom:100px !important;;}
  183. .pl5{padding-left:5px !important;}
  184. .pl10{padding-left:10px !important;}
  185. .pl15{padding-left:15px !important;}
  186. .pl20{padding-left:20px !important;}
  187. .pl30{padding-left:30px !important;}
  188. .pl50{padding-left:50px !important;}
  189. .pl100{padding-left:100px !important;}
  190. .pr5{padding-right:5px !important;}
  191. .pr10{padding-right:10px !important;}
  192. .pr15{padding-right:15px !important;}
  193. .pr20{padding-right:20px !important;}
  194. .pr30{padding-right:30px !important;}
  195. .pr50{padding-right:50px !important;}
  196. .pr100{padding-right:100px !important;}
  197. /*背景色******************************/
  198. .bg-white { background: #fff !important;}
  199. .bg-gray { background: #f6fbfc;}
  200. .bg-gray2 { background: #f5f5f5;}
  201. .bg-gray3 { background: #f0f0f0;}
  202. .bg-gray4 { background: #f8fbff;}
  203. .bg-gray5 { background: #f2f2f2;}
  204. .bg-black { background: #333;}
  205. .bg-blue { background: #0a6dee;}
  206. .bg-blue2 { background: #3eb9f5;}
  207. .bg-blue3 { background: #2ea7e0;}
  208. .bg-blue4 { background: #59bfe2;}
  209. .bg-blue5 { background: #5ec2e4 !important;}
  210. .bg-blue6 { background: #8abdf3 !important;}
  211. .bg-blue7 { background: #6ccdf6 !important;}
  212. .bg-blue8 { background: #66a3ff !important;}
  213. .bg-blue9 { background: #69cbef !important;}
  214. .bg-blue10 { background: #40bfee !important;}
  215. .bg-blue11 { background: #6eb0fc !important;}
  216. .bg-blue12 { background: #69a7ef !important;}
  217. .bg-blue13 { background: #44b6ff !important;}
  218. .bg-blue14 { background: #34bddf;}
  219. .bg-blue15 { background: #5dcae5;}
  220. .bg-blue16 { background: #00b7ee;}
  221. .bg-blue17 { background: #66d4f5;}
  222. .bg-blue18 { background: #7495ff;}
  223. .bg-blue19 { background: #acbfff;}
  224. .bg-blue20 { background: #5c8be1;}
  225. .bg-green { background: #46be8a;}
  226. .bg-green2 { background: #33d5bd;}
  227. .bg-green3 { background: #0ecc6a;}
  228. .bg-green4 { background: #19ba62;}
  229. .bg-green5 { background: #80e55e;}
  230. .bg-green6 { background: #79e58e !important;}
  231. .bg-green7 { background: #0cc469 !important;}
  232. .bg-green8 { background: #64eecf !important;}
  233. .bg-green9 { background: #47e4c1 !important;}
  234. .bg-green10 { background: #00c380 !important;}
  235. .bg-green11 { background: #0dcc6d !important;}
  236. .bg-green12 { background: #32d34c;}
  237. .bg-green13 { background: #5bdc70;}
  238. .bg-green14 { background: #32d34c;}
  239. .bg-green15 { background: #84e594;}
  240. .bg-green16 { background: #1be17f;}
  241. .bg-green17 { background: #6ac17a;}
  242. .bg-red { background: #f03d3d;}
  243. .bg-red2 { background: #f04b4b;}
  244. .bg-red3 { background: #f85697;}
  245. .bg-red4 { background: #fe885f !important;}
  246. .bg-red5 { background: #ff7e7e !important;}
  247. .bg-red6 { background: #ff6868 !important;}
  248. .bg-red7 { background: #ff5353 !important;}
  249. .bg-red8 { background: #ff8c8c !important;}
  250. .bg-red9 { background: #f36b6b !important;}
  251. .bg-red10 { background: #e54c4c !important;}
  252. .bg-red11 { background: #fa7070 !important;}
  253. .bg-red12 { background: #ec6666 !important;}
  254. .bg-red13 { background: #f64444;}
  255. .bg-red14 { background: #f86969;}
  256. .bg-red15 { background: #f26e6e;}
  257. .bg-pink { background: #fa6dff;}
  258. .bg-pink2 { background: #f883c8;}
  259. .bg-pink3 { background: #ed6cb9;}
  260. .bg-pink4 { background: #ff7171;}
  261. .bg-pink5 { background: #f3a066;}
  262. .bg-pink6 { background: #f95699;}
  263. .bg-pink7 { background: #fb9ac2;}
  264. .bg-pink8 { background: #ff8c8c;}
  265. .bg-orange { background: #ff6526;}
  266. .bg-orange2 { background: #f8b62d;}
  267. .bg-orange3 { background: #f9ac48;}
  268. .bg-orange4 { background: #ff9543;}
  269. .bg-orange5 { background: #ff6600;}
  270. .bg-orange6 { background: #faa05a;}
  271. .bg-orange7 { background: #f58732;}
  272. .bg-orange8 { background: #f39800 !important;}
  273. .bg-orange9 { background: #ff9c4f;}
  274. .bg-orange10 { background: #ff842d;}
  275. .bg-orange11 { background: #eb6100;}
  276. .bg-orange12 { background: #e5925b;}
  277. .bg-yellow { background: #f7b532;}
  278. .bg-yellow2 { background: #f5c855;}
  279. .bg-yellow3 { background: #f8cc1b;}
  280. .bg-yellow4 { background: #ffcc00;}
  281. .bg-yellow5 { background: #fec96a;}
  282. .bg-yellow6 { background: #efb957;}
  283. .bg-yellow7 { background: #f4a53f;}
  284. .bg-yellow8 { background: #f6b765;}
  285. .bg-yellow9 { background: #f4b817;}
  286. .bg-yellow10 { background: #f8d474;}
  287. .bg-purple { background: #b871f4;}
  288. .bg-purple2 { background: #9b9bd1 !important;}
  289. .bg-purple3 { background: #9559d1;}
  290. .bg-purple4 { background: #9691f5;}
  291. .bg-purple5 { background: #8881ee;}
  292. .bg-purple6 { background: #c477f6;}
  293. .bg-purple7 { background: #b661ed;}
  294. .bg-purple8 { background: #c54cec;}
  295. .bg-purple9 { background: #d170f0;}
  296. .bg-purple10 { background: #b870f6;}
  297. .bg-purple11 { background: #d4a9fa;}
  298. .bg-purple12 { background: #db52db;}
  299. .bg-purple13 { background: #c770ff;}
  300. .bg-grey{background:#f2f2f4!important;}
  301. /*会员级别图标*/
  302. .ds-grade-mini {font: 600 italic 12px/16px Georgia,Arial; text-shadow: 1px 1px 0 rgba(0,0,0,0.25); color:#fbfbfb; background-color: #ff4040;vertical-align: middle; display: inline-block;height: 16px; padding: 1px 3px; border-radius: 2px;;}
  303. /*常用按钮样式******************************/
  304. .btn{display:inline-block;padding:6px 12px;margin:0 auto;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px;width:100%;display:block}
  305. .btn_red{color:#fff;background-color:#d9534f;border-color:#d43f3a}
  306. .btn_red:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}
  307. .login-btn{height:42px;background-color: #ff3c3c;color:#fff;font-size:16px;}
  308. .login-btn:hover{background-color: #d72226;}
  309. .no_results{border:1px solid #f7eae7;font-size:15px;color:#aaa;padding:200px 0;text-align:center;}
  310. .no_results:before{font:20px/1px iconfont;content: "\e719";color:#ff4040;padding-right:5px;}
  311. /*一键登录图标 BEGIN*/
  312. .partner-login{padding:12px 0;border-top:1px dashed #DDD;margin:auto;width:100%;}
  313. .partner-login h3{font-weight:400;font-size:12px;padding-bottom:5px;color:#999;text-align:center;}
  314. .partner-login p{text-align:center;}
  315. .partner-login .login_ico{width:40px;height:40px;vertical-align:middle;background:url(../images/login_ico.png) no-repeat 0 0;display:block;float:left;margin-right:26px}
  316. .partner-login .ico_qq{background-position:0 0}
  317. .partner-login .ico_qq:hover{background-position:0 -45px}
  318. .partner-login .ico_weibo{background-position:-45px 0}
  319. .partner-login .ico_weibo:hover{background-position:-45px -45px}
  320. .partner-login .ico_weixin{background-position:-180px 0}
  321. .partner-login .ico_weixin:hover{background-position:-180px -45px}
  322. /*一键登录图标 END*/
  323. /* 快速登录*/
  324. .quick-login{background:#FFF;overflow:hidden;width:270px;margin:10px auto 0 auto}
  325. .quick-login .mt{height:35px;line-height:35px;padding:5px 0 0;margin:0 0 5px}
  326. .quick-login .mt ul{width:100%;height:36px;line-height:35px;display:inline-block;border-bottom-width:1px;border-bottom-style:solid;border-color:#E31939}
  327. .quick-login .mt li{float:left;height:35px;line-height:35px;margin-right:15px;padding:0 15px;background:#fff;font-size:13px;cursor:pointer}
  328. .quick-login .mt li.on{border-color:#E31939;color:#E31939;border-width:2px 1px 0;border-style:solid}
  329. .quick-login .mc dl { width: 100%; margin: 0 auto; overflow: hidden;}
  330. .quick-login .mc dl dt { line-height: 20px; height:20px; margin:5px 0 1px 0; text-shadow: 1px 1px 0 #FFF;}
  331. .quick-login .mc dl dd{line-height: 38px;border: 1px solid #d2d2d2;position: relative;height:38px;}
  332. .quick-login .mc dl dd .icon{display: block;width: 20px;height: 20px;position: absolute;left: 10px;top: 9px;font-size:16px;text-align:center;line-height:20px;color:#e8e8e8;}
  333. .quick-login .mc dl dd .send_code{float:right;width:120px;height:38px;border-right: 1px solid #d2d2d2;background:#c1c1c1;text-align:center;color:#000;}
  334. .quick-login .mc .text{height:28px;line-height:28px;padding:5px 10px 5px 35px;outline: 0;border:0;width: 223px;}
  335. .quick-login .mc .text:focus{ background-color:#FFF; border-color: #CCC; box-shadow: 1px 1px 1px 0 #E7E7E7; -moz-box-shadow: 1px 1px 1px 0 #E7E7E7/* if FF*/; -webkit--box-shadow: 1px 1px 1px 0 #E7E7E7/* if Webkie*/;}
  336. .quick-login .mc .sms_captcha{width:80px;}
  337. .quick-login .mc ul { width: 100%; display:block; clear:both; margin:10px auto; padding-bottom:10px; overflow: hidden; border-bottom: solid 1px #E7E7E7;}
  338. .quick-login .mc ul li {line-height: 20px; color:#999;}
  339. .quick-login .mc ul li a {font-weight:600; margin:0 2px;}
  340. .quick-login .mc ul li a.forget {float:left;}
  341. .quick-login .mc ul li a.register {color:#f42424;float:right; text-decoration:underline; }
  342. .quick-login .mc .enter { width: 100%; margin: 10px auto; overflow: hidden;}
  343. .quick-login .mc .enter .submit {color:#FFF;background-color: #ff3c3c;border-radius:2px;width:100%; height:40px;line-height:40px;border:0; cursor:pointer;font-size:16px;}
  344. .quick-login .mc .enter .submit:hover {background-color: #d72226;}
  345. .thumb , .logo { display:table-cell; vertical-align:middle; text-align:center;}
  346. .thumb i , .logo i { *display:inline-block; *height:100%; *vertical-align:middle; }
  347. .thumb img , .logo img { *vertical-align:middle;}
  348. .thumb-cut { overflow: hidden;}
  349. .thumb-cut a { text-align: center; float: left; position:relative; overflow:hidden; }
  350. .thumb-cut img { vertical-align: text-top; float: none; position:relative;}
  351. /* 翻页样式 */
  352. .pagination{ text-align: center; display:block; margin: 0 auto; padding: 15px 0; }
  353. .pagination{font-size:12px; *word-spacing:-1px/*IE6、7*/;}
  354. .pagination li{vertical-align: top; letter-spacing: normal; word-spacing: normal; display: inline-block; margin: 0 0 0 -1px; }
  355. .pagination li{*display: inline/*IE6、7*/;*zoom:1;}
  356. .pagination li span {font: 600 12px/20px Verdana, Tahoma, Arial;color: #AAA; background-color: #FFF; text-align: center; display: block; min-width: 20px; padding: 8px; border: 1px solid #E6E6E6;position: relative; z-index: 1;height: 20px; }
  357. .pagination li a, .pagination li a:visited{font: 600 12px/20px Verdana, Tahoma, Arial;color: #555; text-decoration: none; background-color: #FFF; position: relative; z-index: 1;display:block;min-width: 20px; padding: 8px; border: 1px solid #E6E6E6;position: relative;}
  358. .pagination li a:hover, .pagination li a:active{ color: #ff4040; text-decoration: none; border-color: #FC6520; position: relative; z-index: 9; cursor:pointer; }
  359. .pagination li a:hover{ text-decoration: none; }
  360. .pagination li span.currentpage{color: #FFF; font-weight: bold; background-color: #ff4040; border-color: #FC6520; position: relative; z-index: 2; }
  361. .pagination li:first-child{margin-right: 8px; }
  362. .pagination li:last-child{margin-left: 8px; }
  363. /*top BEGIN*/
  364. .public-top { width: 100%; line-height: 31px;height:31px; background: #f5f4f4; color:#7f7f7a; position: relative;z-index: 1000;border-bottom:1px solid #e6e6e6;}
  365. .public-top span { display: inline }
  366. .public-top .warp{width:1190px;margin:0 auto}
  367. .public-top a{color:#7f7f7a}
  368. .public-top .top-link{ float:left;}
  369. .public-top .top-link em{color:#3e3a39;padding-left:5px;}
  370. .public-top .login-regin{float:left;margin-left:44px}
  371. .public-top .login-regin li{float:left}
  372. .public-top .login-regin li.line::after{content:"|";padding:0 11px;color:#e6e6e6;}
  373. .public-top .quick_list { float: right; height: 30px; }
  374. .public-top .quick_list li { height: 31px;line-height:31px; padding: 0 11px 0 11px; float: left; position: relative; }
  375. .public-top .quick_list li s { top: 9px; left: 0; width: 0; height: 12px; border-left: 1px solid #ddd; overflow: hidden; position: absolute; }
  376. .public-top .quick_list li b {transition: transform .2s ease-in 0s; -webkit-transition: -webkit-transform .2s ease-in 0s; display:inline-block;width:0;height:0;border-style:solid;border-color:#cecece transparent transparent;border-width:4px 4px 0;margin-left:3px;position:relative;top:-3px; }
  377. .public-top .quick_list li a em{ color:#e3393c;}
  378. .public-top .quick_list .dropdown-menu { display: none;left: 3px;}
  379. .public-top .quick_list .dropdown-menu li{ line-height: 25px; height: 25px; display: block;white-space: nowrap; }
  380. .public-top .quick_list li:hover .blank { position: absolute; z-index: 1; top: 23px; left: 4px; width: 95%; height: 8px; overflow: hidden; background: #fff; }
  381. .public-top .quick_list li:hover .dropdown-menu, .public-top .quick_list li:hover .outline { position: absolute; border: 1px solid #ddd; background: #fff; -moz-box-shadow: 0 0 10px rgba(0,0,0,.12); -webkit-box-shadow: 0 0 10px rgba(0,0,0,.12); box-shadow: 0 0 10px rgba(0,0,0,.12); }
  382. .public-top .quick_list li:hover .dropdown-menu { top: 30px; display: block }
  383. .public-top .quick_list li:hover .outline { z-index: -1; left: 3px; top: 3px; width: 95%; height: 28px; }
  384. .public-top .quick_list li:hover b{transform: rotate(180deg); -webkit-transform: rotate(180deg); }
  385. .public-top .moblie-qrcode .dropdown-menu,.public-top .app-qrcode .dropdown-menu{ width:90px; padding:10px;}
  386. /*top END*/
  387. /*底部服务板块*/
  388. .server{margin-top:50px;padding-bottom:20px;background-color:#fff;min-width:1224px;clear:both}
  389. .server .ensure{width:1200px;height:100px;background:url(../images/mall_server.jpg) no-repeat;margin:25px auto;padding:0}
  390. .server .ensure a{float:left;display:block;width:297px;height:100px;text-indent:-1000em}
  391. .server .mall_desc{width: 1190px;padding-top: 22px;height: 190px;margin: auto;border-top: 1px solid #ededed;}
  392. .server .mall_desc dl {float: left;width: 186px;padding-left: 52px;}
  393. .server .mall_desc dl dt {color: #646464;font-size: 16px;font-weight: 700;height: 30px;line-height: 30px;}
  394. .server .mall_desc dl a {display: block;width: 100px;overflow: hidden;text-align: left;height: 20px;line-height: 20px;color: #8b8b8b;}
  395. .server .mall_desc .mall_mobile a {width: 105px;height: 105px;line-height: 105px;text-align: center;}
  396. /*底部*/
  397. .footer-info {border-top: 2px solid #ededed;padding-top: 20px;text-align: center;}
  398. .footer-info .links{}
  399. .footer-info .links a{margin: 0 10px;color: #8b8b8b}
  400. .footer-info .copyright {margin: auto;padding:20px 0;line-height: 20px;color: #8b8b8b}
  401. /*tip提示样式*/
  402. .tip-yellowsimple { color:#000; background-color:#fff9c9; text-align:left; min-width:50px; max-width:300px; border:1px solid #c7bf93; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; z-index:1000; padding:6px 8px;}
  403. .tip-yellowsimple .tip-inner { font:12px/16px arial,helvetica,sans-serif;}
  404. .tip-yellowsimple .tip-arrow-top { background:url(../images/tip-yellowsimple_arrows.gif) no-repeat; width:9px; height:6px; margin-top:-6px; margin-left:-5px; top:0; left:50%;}
  405. .tip-yellowsimple .tip-arrow-right { background:url(../images/tip-yellowsimple_arrows.gif) no-repeat -9px 0; width:6px; height:9px; margin-top:-4px; margin-left:0; top:50%; left:100%;}
  406. .tip-yellowsimple .tip-arrow-bottom { background:url(../images/tip-yellowsimple_arrows.gif) no-repeat -18px 0; width:9px; height:6px; margin-top:0; margin-left:-5px; top:100%; left:50%;}
  407. .tip-yellowsimple .tip-arrow-left { background:url(../images/tip-yellowsimple_arrows.gif) no-repeat -27px 0; width:6px; height:9px; margin-top:-4px; margin-left:-6px; top:50%; left:0;}
  408. /* 面包屑所在位置 */
  409. .dsh-breadcrumb-layout { text-align: center;}
  410. .dsh-breadcrumb { font-size: 0; *word-spacing:-1px; text-align: left; height:30px; padding: 15px 0; margin: 0 auto;}
  411. .dsh-breadcrumb span { font-size: 14px; line-height:30px; color: #999; letter-spacing: normal; word-spacing: normal; display: inline-block; *display: inline/* IE6,7*/; height:30px; zoom: 1;}
  412. .dsh-breadcrumb i { font-size: 16px; color: #AAA; margin-right: 4px;}
  413. .dsh-breadcrumb span.arrow {ine-height:30px; color: #AAA; margin: 0 6px;}
  414. .dsh-breadcrumb a { color: #777; display: block;font-size:14px;}
  415. .dsh-breadcrumb a:hover { color: #ff4040;}
  416. /*右侧边栏样式*/
  417. .TA_delay{transition:all .3s ease-in-out .2s;-moz-transition:all .3s ease-in-out .2s;-webkit-transition:all .3s ease-in-out .2s;-o-transition:all .3s ease-in-out .2s}
  418. .ds-appbar{position:fixed;z-index:1998;width:36px;height:100%;right:0px;top:0;bottom:0;background: #fff}
  419. .ds-appbar-tabs{width:36px;height:100%;position:absolute;z-index:1;background:#303030;}
  420. .ds-appbar-tabs .user{text-align:center;width:36px;position:absolute;z-index:1;top:40%;margin-top:-36px;cursor:pointer;height:36px;overflow:hidden;right:0}
  421. .ds-appbar-tabs .user .avatar{width:34px;height:34px;padding:1px;margin:0 auto 5px auto;float:right;}
  422. .ds-appbar-tabs .user .avatar:hover{background-color:#ff4040;}
  423. .ds-appbar-tabs .user .avatar img{width:28px;height:28px;border-radius:14px;margin:2px 0 0 0}
  424. .ds-appbar-tabs .user-info .avatar img{width:80px;height:80px;position:absolute;z-index:1;top:4px;left:4px}
  425. .ds-appbar-tabs .user-info{width:240px;padding:9px 19px;position:absolute;z-index:2;top:40%;margin-top:-60px;right:43px;-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);box-shadow: 0px 0px 8px rgba(0,0,0,0.5);border: 1px solid #ccc;background-color: #fff;}
  426. .ds-appbar-tabs .user-info i.arrow{position: absolute;top: 30px;right: -12px;width: 0;height: 0;overflow: hidden;font-style: normal;line-height: 0;border-color: transparent transparent transparent #fff;border-style: dashed dashed dashed solid;border-width: 6px;}
  427. .ds-appbar-tabs .user-info .avatar{width:88px;height:88px;float:left;position:relative;z-index:1}
  428. .ds-appbar-tabs .user-info dl{display:block;width:140px;float:left;margin:10px 0 0 10px}
  429. .ds-appbar-tabs .user-info dt{font:600 14px/20px "microsoft yahei";margin-bottom:6px}
  430. .ds-appbar-tabs .user-info dd{line-height:22px}
  431. .ds-appbar-tabs .tools{position:absolute;z-index:1;top:40%}
  432. .ds-appbar-tabs .tools li{float:right;width:36px}
  433. .ds-appbar-tabs .tools a{display:block;width:36px;height:36px;float:right;position:relative;z-index:1;margin-top:3px;font:12px/20px Arial,"microsoft yahei";color:#333;text-align:center;}
  434. .ds-appbar-tabs .tools a .iconfont{font-size:18px;line-height:36px; width: 36px; height: 36px;position:absolute;top:0;right:0;z-index:3;color:#fff;background-color: #303030;}
  435. .ds-appbar-tabs .tools a .iconfont:hover{background-color:#ff4040;}
  436. .ds-appbar-tabs .tools a:hover{background-color:#ff4040;}
  437. .ds-appbar-tabs .tools a i{font:10px/12px Arial;color:#FFF;background-color:#D93600;text-align:center;min-width:12px;height:12px;padding:2px;border-radius:8px;position:absolute;z-index:5;top:0;right:5px}
  438. .ds-appbar-tabs .tools a span.tit { line-height: 36px; color: #FFF; background:#ff4040; white-space: nowrap;width: 0; height: 36px; position: absolute; z-index: 1; top:0px; right: 29px;text-align: left;text-indent:20px ;transition: width 1s;-moz-transition: width 1s;-webkit-transition: width 1s;-o-transition: width 1s;}
  439. .ds-appbar-tabs .tools a:hover span.tit {width: 86px;}
  440. .ds-appbar-tabs .tools a span.tit-box{position: absolute;right:29px;color:#333;top:-20px;right:43px;font-size: 16px;-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);box-shadow: 0px 0px 8px rgba(0,0,0,0.5);border: 1px solid #ccc;background-color: #fff;width: 120px;height: auto;padding:10px 20px;display: none;}
  441. .ds-appbar-tabs .tools a:hover span.tit-box {display: block;}
  442. .ds-appbar-tabs .tools a span.tit-box .tips_arrow{position: absolute;top: 30px;right: -12px;width: 0;height: 0;overflow: hidden;font-style: normal;line-height: 0;border-color: transparent transparent transparent #fff;border-style: dashed dashed dashed solid;border-width: 6px;}
  443. @-webkit-keyframes toolbar-scaleIn {
  444. from { opacity:.7; -webkit-transform:translateX(270px); -moz-transform:translateX(270px); transform:translateX(270px)}
  445. to { -webkit-transform: translateX(0px); -moz-transform: translateX(0px); transform: translateX(0px)}
  446. }
  447. @-ms-keyframes toolbar-scaleIn {
  448. from { opacity:.7; -webkit-transform:translateX(270px); -moz-transform:translateX(270px); transform:translateX(270px)}
  449. to { -webkit-transform: translateX(0px); -moz-transform: translateX(0px); transform: translateX(0px)}
  450. }
  451. @-moz-keyframes toolbar-scaleIn {
  452. from { opacity:.7; -webkit-transform:translateX(270px); -moz-transform:translateX(270px); transform:translateX(270px)}
  453. to { -webkit-transform: translateX(0px); -moz-transform: translateX(0px); transform: translateX(0px)}
  454. }
  455. @keyframes toolbar-scaleIn {
  456. from { opacity:.7; -webkit-transform:translateX(270px); -moz-transform:translateX(270px); transform:translateX(270px)}
  457. to { -webkit-transform: translateX(0px); -moz-transform: translateX(0px); transform: translateX(0px)}
  458. }
  459. @-webkit-keyframes toolbar-scaleOut {
  460. to { opacity:.5; -webkit-transform:scale(0.7) translateX(270px); -moz-transform:scale(0.7) translateX(270px);transform:scale(0.7) translateX(270px)}
  461. }
  462. @-ms-keyframes toolbar-scaleOut {
  463. to { opacity:.5; -webkit-transform:scale(0.7) translateX(270px); -moz-transform:scale(0.7) translateX(270px); transform:scale(0.7) translateX(270px)}
  464. }
  465. @-moz-keyframes toolbar-scaleOut {
  466. to { opacity:.5; -webkit-transform:scale(0.7) translateX(270px); -moz-transform:scale(0.7) translateX(270px); transform:scale(0.7) translateX(270px)}
  467. }
  468. @keyframes toolbar-scaleOut {
  469. to { opacity:.5; -webkit-transform:scale(0.7) translateX(270px); -moz-transform:scale(0.7) translateX(270px); transform:scale(0.7) translateX(270px)}
  470. }
  471. .ds-appbar .content-box{-webkit-animation: toolbar-scaleOut .35s ease-in; -moz-animation: toolbar-scaleOut .35s ease-in; animation: toolbar-scaleOut .35s ease-in;background-color:#F5F5F5;width:270px;height:100%;position:absolute;z-index:0;top:0;right:-270px;bottom:0;display: none}
  472. .ds-appbar .content-box.active{display:block;-webkit-animation: toolbar-scaleIn .35s ease-in-out;-moz-animation: toolbar-scaleIn .35s ease-in-out;animation: toolbar-scaleIn .35s ease-in-out;}
  473. .ds-appbar .content-box .top{height:24px;padding:9px 7px;}
  474. .ds-appbar .content-box .top h3{font:16px/24px "microsoft yahei";color:#333;display:inline-block}
  475. .ds-appbar .content-box .top a.close{height:24px;float:right;line-height:24px;font-size:24px;color:#666;}
  476. .ds-appbar .content-box .goods-list{width:100%;margin:0 auto;margin-left: 15px}
  477. .ds-appbar .content-box .goods-list li{ float: left; position: relative; text-align: center; width: 100px; height: 100px; margin-right: 15px; background: #fff; margin-bottom: 15px; padding: 5px;}
  478. .ds-appbar .goods-price{font:600 12px/20px verdana;color:#E31939;margin-right: 5px}
  479. .ds-appbar .goods-price .del { font: normal 12px/20px Arial; color: #005EA6; display: none; float: right; cursor: pointer;}
  480. .ds-appbar .goods-list li:hover .goods-price .del { display: block;}
  481. .ds-appbar .content-box .no-compare { color: #999; line-height: 180px; text-align: center;}
  482. .ds-appbar .content-box .btn-box .total-price { color: #777; }
  483. .ds-appbar .goods-opt{position: absolute;top:0;right:0}
  484. .ds-appbar .goods-opt .del{display: none;background: #fff;padding: 0 5px;cursor:default}
  485. .ds-appbar .content-box .goods-list li:hover .del{display: block}
  486. .ds-appbar .cart-list { width: 100%; margin: 0 auto;}
  487. .ds-appbar .cart-list li { font-size: 0; *word-spacing:-1px/*IE6、7*/; background-color: #FFF; padding:10px 5px; margin-bottom: 10px; position: relative; z-index: 1;}
  488. .ds-appbar .cart-list li:hover a.del{display: block}
  489. .ds-appbar .cart-list .goods-pic,
  490. .ds-appbar .cart-list dl { font-size: 12px; vertical-align: top; letter-spacing: normal; display: inline-block; *display: inline/*IE6、7*/; *zoom:1; }
  491. .ds-appbar .goods-pic{width:100px;height:100px;}
  492. .ds-appbar .goods-pic a{line-height:0;background:0 0;text-align:center;vertical-align:middle;display:table-cell;width:100px;height:100px;padding:0;margin:0;overflow:hidden}
  493. .ds-appbar .goods-pic a img{width:100px;height:100px;}
  494. .ds-appbar .cart-list dl{width:100%}
  495. .ds-appbar .cart-list li[ds_type] dl{width:205px;margin-left:5px}
  496. .ds-appbar .cart-list .goods-pic{width:50px;height:50px;margin:0}
  497. .ds-appbar .cart-list .goods-pic a{line-height:0;background:0 0;text-align:center;vertical-align:middle;display:table-cell;width:40px;height:40px;padding:0;margin:0;overflow:hidden}
  498. .ds-appbar .cart-list .goods-pic a img{max-width:50px;max-height:50px;margin-top:expression( 40-this.height/2)}
  499. .ds-appbar .cart-list .goods-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
  500. .ds-appbar .goods-name a{font-weight:400;line-height:16px;color:#555;background:0 0;text-align:left;width:100%;height:32px;padding:0;margin:0;overflow:hidden;white-space: normal;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;display: box;line-clamp: 2;}
  501. .ds-appbar .cart-list a.del{display: none;font:600 10px/14px Arial;color:#FFF;background-color:#CCC;text-align:center;width:14px;height:14px;border-radius:7px;position:absolute;z-index:1;bottom:10px;right:5px}
  502. .ds-appbar .content-box .btn-box{background-color:#F5F5F5;width:260px;padding:5px;position:absolute;z-index:2;bottom:0;left:0px;padding-bottom: 40px}
  503. .ds-appbar .content-box .btn-box a{border-radius: 2px;background: #E31939;width: 110px;height: 35px;line-height: 35px;font-size: 14px;text-align: center;color: #fff;border: none;position: absolute;right: 5px;bottom: 5px;}