index_new.pc.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501
  1. @charset "utf-8";
  2. /**
  3. * PC端
  4. */
  5. #container{
  6. min-height: 500px;
  7. }
  8. li{list-style:none;}
  9. /* 轮播 */
  10. #swiper-container{width:100%;height:510px;min-width:1184px;overflow:hidden;position:relative;float: left;}
  11. #swiper-container .swiper-wrapper{position:relative;height:100%;z-index:0}
  12. #swiper-container .tempWrap{margin:0 auto;}
  13. #swiper-container .swiper-wrapper li{position:relative;zoom:1;vertical-align:middle;width:100%;overflow:hidden}
  14. #swiper-container .swiper-wrapper img{width:auto;height:510px;max-width:none;display:block;margin-left:50%;-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-moz-transform:translateX(-50%);-webkit-transform:translateX(-50%);transform:translateX(-50%)}
  15. #swiper-container .swiper-button-prev,#swiper-container .swiper-button-next{position:absolute;top:50%;margin-top:-34px;display:block;width:44px;height:68px;line-height:68px;background:rgba(255,230,220,.2);color:#FFF;font-size:40px;text-align:center;border-radius:2px}
  16. #swiper-container .swiper-button-prev{left:5px;right:auto}
  17. #swiper-container .swiper-button-next{left:auto;right:5px}
  18. #swiper-container .swiper-button-prev:after{content:"\276C"}
  19. #swiper-container .swiper-button-next:after{content:"\276D"}
  20. #swiper-container .swiper-button-prev:hover,#swiper-container .swiper-button-next:hover{background:rgba(255,230,220,.6)}
  21. #swiper-container .swiper-pagination{width:100%;height:14px;position:absolute;left:0;bottom:15px;z-index:1;text-align:center;font-size:0}
  22. #swiper-container .swiper-pagination span{display:inline-block;border:5px solid transparent;cursor:pointer}
  23. #swiper-container .swiper-pagination span:before{content:"";display:inline-block;width:14px;height:4px;background:rgba(255,255,255,.4);border-radius:2px}
  24. #swiper-container .swiper-pagination span.on:before{width:28px;background:#fff}
  25. .section_container{
  26. width: 100%;
  27. height: auto;
  28. float: left;
  29. }
  30. .section_container .inner{
  31. width:1184px;
  32. margin: 0 auto;
  33. }
  34. /*左右楼层*/
  35. .section_left{
  36. width: 900px;
  37. float:left;
  38. }
  39. .section_page{
  40. width: 100%;
  41. height: auto;
  42. float: left;
  43. }
  44. .section_page .section_page_title{
  45. width: 100%;
  46. height: 103px;
  47. box-sizing: border-box;
  48. padding: 31px 0 16px 0;
  49. }
  50. .section_page .section_page_title h1{
  51. font-size: 24px;
  52. line-height: 31px;
  53. text-align: left;
  54. color: #4a4f58;
  55. }
  56. .section_page .section_page_title p{
  57. font-size: 14px;
  58. line-height: 19px;
  59. text-align: left;
  60. color: #93979f;
  61. margin-top: 6px;
  62. }
  63. .section_page .section_page_main{
  64. width: 100%;
  65. float: left;
  66. height: 568px;
  67. overflow: hidden;
  68. transition: all 0.6s;
  69. }
  70. .section_page .section_page_main.type_03{
  71. height: 704px;
  72. }
  73. .section_page .section_page_main.max{
  74. height:auto;
  75. }
  76. .section_page .page_main_item{
  77. width: 164px;
  78. height: 268px;
  79. float: left;
  80. margin-right: 16px;
  81. margin-bottom: 16px;
  82. background-color: #FFFFFF;
  83. transition:all 0.4s;
  84. display: block;
  85. }
  86. .section_page .page_main_item.ad_04{
  87. border-radius: 2px;
  88. }
  89. .section_page .page_main_item.ad_04:hover{
  90. transform:translateY(-5px);
  91. box-shadow:0 8px 8px rgba(102,102,102,0.05),0 10px 10px rgba(102,102,102,0.05),0 12px 12px rgba(102,102,102,0.05);
  92. }
  93. .section_page .page_main_item.ad_01{
  94. width: 884px;
  95. height: 120px;
  96. }
  97. .section_page .page_main_item.ad_02{
  98. width: 524px;
  99. }
  100. .section_page .page_main_item.ad_03{
  101. width: 344px;
  102. }
  103. .section_page .page_main_item_adv{
  104. width: 100%;
  105. height: 100%;
  106. display: block;
  107. }
  108. .section_page .page_main_image{
  109. width: 164px;
  110. height: 164px;
  111. display: block;
  112. float: left;
  113. border-radius: 2px 2px 0 0;
  114. }
  115. .section_page .page_main_text{
  116. width: 100%;
  117. height: 42px;
  118. float: left;
  119. box-sizing: border-box;
  120. margin-top: 8px;
  121. padding: 0 8px;
  122. white-space: normal;
  123. word-break: break-all;
  124. overflow: hidden;
  125. text-overflow: ellipsis;
  126. display: -webkit-box;
  127. -webkit-box-orient: vertical;
  128. -webkit-line-clamp: 2;
  129. line-height: 21px;
  130. }
  131. .section_page .page_main_tag{
  132. width: 100%;
  133. height:24px;
  134. float: left;
  135. margin-top: 16px;
  136. padding: 0 8px;
  137. }
  138. .section_page .page_main_tag p{
  139. display: block;
  140. padding: 0 4px;
  141. height:24px;
  142. box-sizing: border-box;
  143. border: 1px solid #e3ebf7;
  144. border-radius: 2px;
  145. float: left;
  146. font-size: 12px;
  147. line-height: 22px;
  148. text-align: center;
  149. color: #9aa5b5;
  150. }
  151. .section_page .page_main_price{
  152. width: 100%;
  153. height: 54px;
  154. float: left;
  155. box-sizing: border-box;
  156. padding: 0 8px;
  157. }
  158. .section_page .page_main_price .main_price_text{
  159. width: 100%;
  160. height: 54px;
  161. float: left;
  162. box-sizing: border-box;
  163. }
  164. .section_page .page_main_price .main_price_unde{
  165. width: 100%;
  166. height: 31px;
  167. line-height: 31px;
  168. font-size: 14px;
  169. color: #4a4f58;
  170. text-align: left;
  171. float: left;
  172. }
  173. .section_page .page_main_price .main_price_show{
  174. width: 100%;
  175. height: 30px;
  176. line-height: 30px;
  177. font-size: 14px;
  178. color: #f94b4b;
  179. text-align: left;
  180. float: left;
  181. }
  182. .section_page .page_main_price .main_price_show.none{
  183. color: #999999;
  184. text-decoration: line-through;
  185. }
  186. .section_page .page_main_price .price_text_tag{
  187. width: 100%;
  188. height: 22px;
  189. box-sizing: border-box;
  190. float: left;
  191. margin-top: 3px;
  192. }
  193. .section_page .page_main_price .price_text_tag .listTag{
  194. margin:0;
  195. float: left;
  196. }
  197. .section_page .page_main_price .main_price_none{
  198. width: 100%;
  199. height: 54px;
  200. box-sizing: border-box;
  201. float: left;
  202. margin-top: 2px;
  203. }
  204. .section_page .page_main_price .main_price_none.sec{
  205. margin-top: 20px;
  206. }
  207. .section_page .page_main_price .main_price_none .listTag{
  208. margin:0;
  209. }
  210. .section_page .page_main_price .price_grade{
  211. float: left;
  212. margin:0;
  213. height: 22px;
  214. line-height: 22px;
  215. color: #4A4F58;
  216. font-style: normal;
  217. font-size: 14px;
  218. }
  219. .section_page .page_main_price .price_grade span{
  220. display: inline-block;
  221. float: left;
  222. }
  223. .section_page .page_main_price .icon:before{
  224. width: 67px;
  225. height: 22px;
  226. }
  227. .section_page .page_main_price .price_grade_1:before{
  228. background-position:0 -714px;
  229. }
  230. .section_page .page_main_price .price_grade_2:before{
  231. background-position:0 -744px;
  232. }
  233. .section_page .page_main_price .price_grade_3:before{
  234. background-position:0 -774px;
  235. }
  236. .section_page .page_main_price .price_grade_4:before{
  237. background-position:0 -804px;
  238. }
  239. .section_page .page_main_price .price_grade_5:before{
  240. background-position:0 -834px;
  241. }
  242. .section_page .section_page_more{
  243. width: 100%;
  244. height: 32px;
  245. margin-top: 16px;
  246. float: left;
  247. }
  248. .section_page .section_page_more .more{
  249. width: 98px;
  250. height: 32px;
  251. line-height: 32px;
  252. font-size: 14px;
  253. margin: 0 auto;
  254. border-radius: 2px;
  255. border: 1px solid #cccccc;
  256. color: #909090;
  257. text-align: left;
  258. transition: all 0.2s;
  259. cursor: pointer;
  260. padding-left: 15px;
  261. box-sizing: border-box;
  262. position: relative;
  263. }
  264. .section_page .section_page_more .more .icon:before{
  265. background-position: -93px 7px;
  266. width: 20px;
  267. height: 32px;
  268. right: 0;
  269. position: absolute;
  270. }
  271. .section_page .section_page_more .more:hover{
  272. color: #E15616;
  273. border-color: #E15616;
  274. }
  275. .section_page .section_page_more .more:hover .icon:before{
  276. background-position: -153px 7px;
  277. }
  278. /*地库供应商*/
  279. .section_page .section_page_bottom{
  280. width: 100%;
  281. float: left;
  282. height: auto;
  283. }
  284. .section_page .page_main_li{
  285. width: 134px;
  286. height: 166px;
  287. float: left;
  288. margin-right: 16px;
  289. margin-bottom: 16px;
  290. background-color: #FFFFFF;
  291. transition:all 0.4s;
  292. display: block;
  293. }
  294. .section_page .page_main_li.ad_01{
  295. width: 884px;
  296. height: 184px;
  297. }
  298. .section_page .page_main_li.ad_02:hover{
  299. transform:translateY(-5px);
  300. box-shadow:0 12px 12px rgba(102,102,102,0.1),0 14px 14px rgba(102,102,102,0.1),0 16px 16px rgba(102,102,102,0.1);
  301. }
  302. .section_page .page_main_li.ad_02:hover .page_main_name{
  303. color: #E15616;
  304. font-weight: bold;
  305. }
  306. .section_page .page_main_li .page_main_logo{
  307. width: 100%;
  308. height: 134px;
  309. display: block;
  310. float: left;
  311. }
  312. .section_page .page_main_li .page_main_name{
  313. width: 100%;
  314. height: 32px;
  315. float: left;
  316. line-height: 32px;
  317. text-align: center;
  318. font-size: 14px;
  319. color: #4a4f58;
  320. background-color: #f9f9f9;
  321. }
  322. /*右边区域*/
  323. .section_right{
  324. width: 284px;
  325. float: right;
  326. box-sizing: border-box;
  327. padding-top: 103px;
  328. }
  329. .section_right .section_right_item{
  330. width: 100%;
  331. height: auto;
  332. background-color: #FFFFFF;
  333. float: left;
  334. margin-bottom: 16px;
  335. padding: 16px;
  336. box-sizing: border-box;
  337. border-radius: 2px;
  338. }
  339. .section_right .right_item_title{
  340. width: 100%;
  341. height: 22px;
  342. line-height: 22px;
  343. float: left;
  344. margin-bottom: 8px;
  345. }
  346. .section_right .right_item_title p{
  347. float: left;
  348. font-size: 16px;
  349. font-weight: bold;
  350. color: #4a4f58;
  351. text-align: left;
  352. }
  353. .section_right .right_item_title a{
  354. display: inline-block;
  355. float: right;
  356. font-size: 12px;
  357. color: #909090;
  358. text-align: right;
  359. }
  360. .section_right .right_item_title a:hover{
  361. color: #E15616;
  362. text-decoration: underline;
  363. }
  364. .section_right .right_item_main{
  365. width: 100%;
  366. height: auto;
  367. }
  368. .section_right .item_banner{
  369. width: 252px;
  370. height: 252px;
  371. display: block;
  372. float: left;
  373. position: relative;
  374. margin-bottom: 10px;
  375. }
  376. .section_right .item_banner img{
  377. width: 252px;
  378. height: 252px;
  379. display: block;
  380. }
  381. .section_right .item_banner .name{
  382. width: 100%;
  383. height: 32px;
  384. position: absolute;
  385. bottom: 0;
  386. background: rgba(0,0,0,0.4);
  387. line-height: 32px;
  388. font-size: 16px;
  389. color: #ffffff;
  390. text-align: left;
  391. white-space:nowrap;
  392. overflow:hidden;
  393. text-overflow:ellipsis;
  394. padding: 0 10px;
  395. box-sizing: border-box;
  396. }
  397. .section_right .item_banner .statu{
  398. width: 72px;
  399. height: 22px;
  400. border-radius: 11px;
  401. background: rgba(0,0,0,0.4);
  402. position: absolute;
  403. left: 8px;
  404. top: 8px;
  405. }
  406. .section_right .item_banner .statu i{
  407. display: block;
  408. width: 12px;
  409. height: 12px;
  410. float: left;
  411. margin: 6px 0 0 6px;
  412. }
  413. .section_right .item_banner .statu .icon-wart{
  414. background: url("/img/live/icon-live.png");
  415. background-size: cover;
  416. }
  417. .section_right .item_banner .statu .icon-live{
  418. background: url("/img/live/icon-liveing.gif");
  419. background-size: cover;
  420. }
  421. .section_right .item_banner .statu .icon-end{
  422. width: 11px;
  423. height: 12px;
  424. margin: 5px 0 0 5px;
  425. background: url("/img/live/icon-lives.png");
  426. background-size: cover;
  427. }
  428. .section_right .item_banner .statu p{
  429. float: left;
  430. width: 50px;
  431. text-align: center;
  432. font-size: 12px;
  433. line-height: 22px;
  434. color: #FFF;
  435. }
  436. .section_right .item_text{
  437. display: block;
  438. width: 100%;
  439. height:26px;
  440. line-height: 26px;
  441. font-size: 14px;
  442. color: #4a4f58;
  443. margin: 3px 0;
  444. }
  445. .section_right .item_text .item_text_name{
  446. width: 164px;
  447. text-align: left;
  448. white-space:nowrap;
  449. overflow:hidden;
  450. text-overflow:ellipsis;
  451. padding-left: 12px;
  452. box-sizing: border-box;
  453. float: left;
  454. position: relative;
  455. }
  456. .section_right .item_text .item_text_name.info{
  457. width: 100%;
  458. }
  459. .section_right .item_text .item_text_name:before{
  460. content: '';
  461. width: 4px;
  462. height: 4px;
  463. border-radius: 50%;
  464. background-color: #cccccc;
  465. position: absolute;
  466. left: 0;
  467. top: 11px;
  468. }
  469. .section_right .item_text .item_text_time{
  470. float: right;
  471. }
  472. .section_right .item_text:hover{
  473. color: #E15616;
  474. text-decoration: underline;
  475. }
  476. .section_right .item_text:hover .item_text_name:before{
  477. background-color: #E15616;
  478. }
  479. .price_grade .bold{font-weight: bold}
  480. footer{
  481. width: 100%;
  482. height: auto;
  483. float: left;
  484. }
  485. /* 首页右侧导航 */
  486. #sideNav{display:none;position:fixed;right:0;margin-right:0;width:88px;z-index:9999;bottom:220px;}
  487. #sideNav .item{width:100%;background-color:#fff;box-sizing:border-box;text-align:center;box-shadow:0 2px 4px rgb(254,246,243);border-radius:2px;margin-bottom:10px;font-size:12px;position:relative}
  488. #sideNav .item>a{display:block;width:100%;box-sizing:border-box;padding:14px 6px;line-height:14px;position:relative;font-size: 13px;}
  489. #sideNav .item>a:before{content:'';position:absolute;width:70px;left:9px;top:0;border-top:1px solid #FEF6F3}
  490. #sideNav .item>a:first-child:before{display:none}
  491. #sideNav .item>a.on{background:#FEF6F3;color:#E15616}
  492. /* 中屏导航与广告显示 */
  493. @media screen and (max-width:1420px){
  494. #sideNav,#scrollTop{right:10px;margin-right:0;opacity:.9;}
  495. #advertising{left:10px;margin-left:0;opacity:.9;}
  496. }