网站
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599
  1. ::-webkit-scrollbar{width:0;padding: 0;height: 0}
  2. .topTab{
  3. background: #FFF;
  4. padding: 20px 0;
  5. line-height: 36px;
  6. position: fixed;
  7. width: 100%;
  8. z-index: 9;
  9. }
  10. .topTab p{
  11. font-size: 24px;
  12. }
  13. .topTab ul li{
  14. float: left;
  15. padding: 0px 18px;
  16. font-size: 16px;
  17. margin-right: 10px;
  18. }
  19. .topTab ul li:hover{
  20. background: #168a44;
  21. border-radius: 50px;
  22. }
  23. .topTab ul li:hover a{
  24. color: #FFF;
  25. }
  26. .topTab input{
  27. margin-left: 52px;
  28. border: 1px solid #afafaf;
  29. line-height: 26px;
  30. margin-top: 4px;
  31. border-radius: 26px;
  32. width: 145px;
  33. background: url("../images/searchIcon.png") no-repeat;
  34. background-size: 13px 13px;
  35. background-position: 10px 6px;
  36. padding-left: 28px;
  37. font-size: 12px;
  38. }
  39. .topTab select{
  40. background: transparent;
  41. border: none;
  42. margin-top: 10px;
  43. }
  44. .topTab img{
  45. margin-top: 3px;
  46. }
  47. .topTab .upBtn {
  48. background: #168a44;
  49. padding: 0 15px;
  50. line-height: 20px;
  51. margin-top: 8px;
  52. color: #FFF;
  53. border-radius: 20px;
  54. }
  55. .topTab .active{
  56. background-color:#168a44 ;
  57. border-radius: 50px;
  58. }
  59. .topTab .active a{
  60. color: #FFF!important;
  61. }
  62. .partition{
  63. height: 76px;
  64. }
  65. .newBox{
  66. /*margin-top: 15px;*/
  67. }
  68. .newBox_img{
  69. width: 292px;
  70. height: 330px;
  71. position: relative;
  72. }
  73. .newBox_img img{
  74. border-radius: 12px;
  75. box-shadow: 4px 4px 4px #ccc;
  76. }
  77. .newBox_tit{
  78. position: absolute;
  79. bottom: 15px;
  80. color: #FFF;
  81. font-size: 24px;
  82. background: #168a44;
  83. padding: 5px 26px;
  84. border-top-left-radius: 30px;
  85. border-bottom-left-radius: 30px;
  86. left: 10px;
  87. width: 100%;
  88. }
  89. .newBox_list{
  90. margin-left: 20px;
  91. background: #FFF;
  92. width: 582px;
  93. height: 330px;
  94. border-radius: 12px;
  95. padding: 6px 20px;
  96. }
  97. .newBox_list a{
  98. display: -webkit-box;
  99. -webkit-box-orient: vertical;
  100. -webkit-line-clamp: 1;
  101. word-break: break-all;
  102. overflow: hidden;
  103. width: 75%;
  104. }
  105. .newBox_list ul li{
  106. font-size: 16px;
  107. margin-top: 10px;
  108. color: #666666;
  109. }
  110. .newBox_list ul li:hover a{
  111. color: #168a44;
  112. }
  113. .newBox_list ul li span{
  114. color: #a4a3a3;
  115. }
  116. .newBox_list_titBg{
  117. font-size: 36px;
  118. color: #dddddd;
  119. }
  120. .newBox_list_tit{
  121. font-size: 24px;
  122. position: absolute;
  123. top: 20px;
  124. left: 20px;
  125. white-space: nowrap;
  126. }
  127. .titBox{
  128. position: relative;
  129. }
  130. .activityBox{
  131. width: 894px;
  132. background: #FFF;
  133. margin-top: 15px;
  134. border-radius: 12px;
  135. padding: 6px 20px;
  136. }
  137. .activityBox table{
  138. margin-top: 10px;
  139. font-size: 16px;
  140. }
  141. .activityBox table tr:hover td{
  142. color: #168a44;
  143. cursor: pointer;
  144. }
  145. .activityBox table tr td{
  146. padding: 5px 0;
  147. text-align: center;
  148. color: #666666;
  149. }
  150. .activityBox table tr td p{
  151. display: -webkit-box;
  152. -webkit-box-orient: vertical;
  153. -webkit-line-clamp: 1;
  154. word-break: break-all;
  155. overflow: hidden;
  156. }
  157. .activityBox table tr:first-child td{
  158. color: #168a44!important;
  159. font-weight: bold!important;
  160. font-size: 16px!important;
  161. }
  162. .activityBox table tr td:first-child{
  163. text-align: left;
  164. }
  165. .activityBox table tr td:last-child{
  166. color: #a4a3a3;
  167. font-size: 14px;
  168. }
  169. .headBg{
  170. background: #FFF;
  171. width: 60px;
  172. height: 60px;
  173. border-radius: 100%;
  174. position: absolute;
  175. bottom: -30px;
  176. left: 20px;
  177. }
  178. .headBg img{
  179. width: 50px;
  180. margin: 5px;
  181. border-radius: 100%;
  182. }
  183. .rightBox_img{
  184. position: relative;
  185. }
  186. .rightBox{
  187. background: #FFF;
  188. height: 557px;
  189. width: 292px;
  190. border-radius: 12px;
  191. overflow: hidden;
  192. }
  193. .rightBox_table{
  194. margin-top: 30px;
  195. padding: 0px 20px;
  196. font-size: 16px;
  197. }
  198. .rightBox_table table tr td {
  199. padding: 8px 0px;
  200. color: #666666;
  201. }
  202. .rightBox_bottom{
  203. padding: 0px 15px;
  204. }
  205. .rightBox_message{
  206. background: #b2d8c1;
  207. padding: 15px;
  208. border-radius: 10px;
  209. color: #4c725b;
  210. }
  211. .goLogin{
  212. background-color: #168a44;
  213. color: #FFF!important;
  214. padding: 8px 0;
  215. border-radius: 50px;
  216. width: 100%;
  217. display: block;
  218. text-align: center;
  219. margin: 80px 0 50px;
  220. }
  221. .supplyBox{
  222. position: relative;
  223. width: 894px;
  224. height: 574px;
  225. background: #FFFFFF;
  226. padding: 6px 20px 20px;
  227. border-radius: 12px;
  228. }
  229. .supplyBox ul li {
  230. width: 186px;
  231. border: 1px solid #d9d9d9;
  232. margin: 20px 13.5px 0;
  233. float: left;
  234. border-radius: 10px;
  235. overflow: hidden;
  236. }
  237. .supplyBox ul li img{
  238. width: 100%;
  239. height: 116px;
  240. }
  241. .supplyNat{
  242. padding: 12px 8px;
  243. }
  244. .supplyNat_type{
  245. padding: 2px 4px;
  246. background: #168a44;
  247. color: #ffffff;
  248. border-radius: 5px;
  249. }
  250. .supplyNat_box{
  251. margin-top: 10px;
  252. }
  253. .supplyNat_money{
  254. color: #d21313;
  255. }
  256. .supplyNat_money span{
  257. font-size: 20px;
  258. }
  259. .fileBox{
  260. width: 292px;
  261. height: 574px;
  262. background: #FFF;
  263. border-radius: 12px;
  264. padding: 14px 0px;
  265. }
  266. .fileBox_title{
  267. background: #168a44;
  268. font-size: 18px;
  269. color: #FFF;
  270. line-height: 38px;
  271. width: 160px;
  272. border-top-right-radius: 38px;
  273. border-bottom-right-radius: 38px;
  274. padding: 0 22px;
  275. box-shadow: 0px 5px 8px #ccc;
  276. }
  277. .fileBox_title img{
  278. margin-right: 15px;
  279. }
  280. .fileBox_list_tit{
  281. font-size: 16px;
  282. color: #666666;
  283. display: -webkit-box;
  284. -webkit-box-orient: vertical;
  285. -webkit-line-clamp: 1;
  286. word-break: break-all;
  287. overflow: hidden;
  288. }
  289. .hotFile{
  290. text-transform:uppercase;
  291. background: -webkit-linear-gradient(45deg,#e95616,#56e916,#e716e9,#1616e9);
  292. -moz-linear-gradient(45deg,#e95616,#56e916,#e716e9,#1616e9);
  293. -ms-linear-gradient(45deg,#e95616,#56e916,#e716e9,#1616e9);/* 渐变背景 */
  294. color:transparent;
  295. /*设置字体颜色透明*/
  296. -webkit-background-clip: text;
  297. /*背景裁剪为文本形式*/
  298. animation: ran 5s linear infinite;
  299. /*动态20s展示*/
  300. }
  301. .hotFile_icon{
  302. width: 9px;
  303. height: 14px;
  304. overflow: hidden;
  305. background: url(../images/new.gif) no-repeat;
  306. display: inline-block;
  307. }
  308. @keyframes ran {
  309. from {
  310. backgroud-position: 0 0;
  311. }
  312. to {
  313. background-position: 1000px 0;
  314. }
  315. }
  316. .fileBox ul{
  317. padding: 20px 15px 0px;
  318. }
  319. .fileBox ul li{
  320. margin-top: 12px;
  321. }
  322. .fileBox ul li:hover p{
  323. color: #168a44!important;
  324. cursor: pointer;
  325. }
  326. .supplyBox ul li:hover{
  327. cursor: pointer;
  328. box-shadow: 1px 1px 5px #ccc;
  329. }
  330. .supplyBox ul li:hover .supplyNat p:first-child{
  331. color: #168a44!important;
  332. }
  333. .supplyBox ul li .supplyNat p:first-child{
  334. display: -webkit-box;
  335. -webkit-box-orient: vertical;
  336. -webkit-line-clamp: 1;
  337. word-break: break-all;
  338. overflow: hidden;
  339. }
  340. .fileBox_list_time{
  341. color: #adadad;
  342. }
  343. .fileBoxSecond{
  344. height: 1163px;
  345. }
  346. .fileBoxSecond table tr td{
  347. color: #666666;
  348. }
  349. .fileBoxSecond_table_title{
  350. color: #000!important;
  351. }
  352. .fileBoxSecond_table{
  353. padding: 0px 15px;
  354. }
  355. .fileBoxSecond table{
  356. margin: 28px 0;
  357. }
  358. .bottomLink {
  359. background: #e8e8e8;
  360. margin-top: 40px;
  361. padding: 30px 0 40px;
  362. }
  363. .bottomLink-tit {
  364. font-size: 12px;
  365. color: #7f7f7f;
  366. }
  367. .bottomLink-tit img{
  368. vertical-align: middle;
  369. margin-right: 2px;
  370. }
  371. .bottomLink-linkList {
  372. font-size: 12px;
  373. color: #7f7f7f;
  374. width: 1000px;
  375. }
  376. .bottomLink-linkList a {
  377. margin-top: 15px;
  378. margin-right: 15px;
  379. display: inline-block;
  380. }
  381. .ba {
  382. font-size: 12px;
  383. color: #7f7f7f;
  384. margin-top: 20px;
  385. }
  386. .ba span {
  387. margin-left: 20px;
  388. }
  389. .ewm {
  390. padding: 25px 25px 0;
  391. }
  392. .ewmtit {
  393. font-size: 12px;
  394. color: #7f7f7f;
  395. margin-top: 5px;
  396. }
  397. .more{
  398. position:absolute;
  399. bottom: 0;
  400. right: 0;
  401. color: #666666;
  402. }
  403. .more:hover{
  404. color: #168a44;
  405. cursor: pointer;
  406. }
  407. .more2{
  408. color: #666666;
  409. line-height: 38px;
  410. margin-right: 22px;
  411. }
  412. .more2:hover{
  413. color: #168a44;
  414. cursor: pointer;
  415. }
  416. .breath_light {
  417. /*width: 300px; */ /* 宽度 */
  418. /*height: 300px; */ /* 高度 */
  419. /*border:#666 1px solid;*/
  420. /*border-radius:50%;*/
  421. opacity: 0.1; /* 不透明度 */
  422. overflow: hidden; /* 溢出隐藏 */
  423. /* margin: 25% auto; */ /* 外边距 */
  424. /* IE10、Firefox and Opera,IE9以及更早的版本不支持 */
  425. animation-name: breath; /* 动画名称 */
  426. animation-duration: 700ms; /* 动画时长3秒 */
  427. animation-timing-function: ease-in-out; /* 动画速度曲线:以低速开始和结束 */
  428. animation-iteration-count: infinite; /* 播放次数:无限 */
  429. /* Safari and Chrome */
  430. -webkit-animation-name: breath; /* 动画名称 */
  431. -webkit-animation-duration: 700ms; /* 动画时长3秒 */
  432. -webkit-animation-timing-function: ease-in-out; /* 动画速度曲线:以低速开始和结束 */
  433. -webkit-animation-iteration-count: infinite; /* 播放次数:无限 */
  434. }
  435. @keyframes breath {
  436. from { opacity: 0.1; } /* 动画开始时的不透明度 */
  437. 50% { opacity: 1; } /* 动画50% 时的不透明度 */
  438. to { opacity: 0.1; } /* 动画结束时的不透明度 */
  439. }
  440. @-webkit-keyframes breath {
  441. from { opacity: 0.1; } /* 动画开始时的不透明度 */
  442. 50% { opacity: 1; } /* 动画50% 时的不透明度 */
  443. to { opacity: 0.1; } /* 动画结束时的不透明度 */
  444. }
  445. .crumbs{
  446. font-size: 16px;
  447. margin: 15px 0px;
  448. color: #666666;
  449. width: 1200px;
  450. }
  451. .tab{
  452. background: #FFFFFF;
  453. padding: 12px 35px;
  454. border-radius: 12px;
  455. }
  456. .tab li{
  457. float: left;
  458. padding: 10px 18px;
  459. background: #e4e4e4;
  460. color: #333333;
  461. margin-right: 22px;
  462. font-size: 16px;
  463. border-radius: 25px;
  464. }
  465. .tab li:hover{
  466. background: #168a44!important;
  467. color: #FFFFFF!important;
  468. cursor: pointer;
  469. }
  470. .tab li:hover a{
  471. color: #FFFFFF!important;
  472. }
  473. .tab .active{
  474. background: #168a44!important;
  475. color: #FFFFFF!important;
  476. }
  477. .tab .active a{
  478. color: #FFFFFF!important;
  479. }
  480. .recommendTit{
  481. font-size: 18px;
  482. color: #333333;
  483. border-bottom: 1px solid #e4e5e4;
  484. padding: 15px 0px;
  485. }
  486. .lvd{
  487. width: 12px;
  488. height: 12px;
  489. display: inline-block;
  490. background: #168a44;
  491. border-radius: 100%;
  492. margin-right: 5px;
  493. }
  494. .priceBox{
  495. width: 894px;
  496. background: #FFF;
  497. border-radius: 12px;
  498. padding: 6px 20px 15px;
  499. }
  500. .priceBox table{
  501. margin-top: 10px;
  502. font-size: 14px;
  503. }
  504. .priceBox table tr:hover td{
  505. cursor: pointer;
  506. }
  507. .priceBox table tr td{
  508. padding: 8px 0;
  509. text-align: center;
  510. color: #666666;
  511. border-right: 1px solid #e4e4e4;
  512. border-bottom: 1px solid #e4e4e4;
  513. }
  514. .priceBox table tr td p{
  515. display: -webkit-box;
  516. -webkit-box-orient: vertical;
  517. -webkit-line-clamp: 1;
  518. word-break: break-all;
  519. overflow: hidden;
  520. }
  521. .priceBox table tr:first-child td{
  522. background: #f4f4f4;
  523. border-top: 1px solid #e4e4e4;
  524. color: #333333;
  525. }
  526. .priceBox table tr td:first-child{
  527. border-left: 1px solid #e4e4e4;
  528. color: #333333;
  529. }
  530. .resourcesBox{
  531. width: 292px;
  532. height: 238px;
  533. background: #FFF;
  534. border-radius: 12px;
  535. padding: 14px 0px;
  536. }
  537. .resourcesBox ul{
  538. padding: 20px 15px 0px;
  539. }
  540. .resourcesBox ul li{
  541. margin-bottom: 5px;
  542. }
  543. .resourcesBox ul li:hover p{
  544. color: #168a43;
  545. cursor: pointer;
  546. }
  547. .resourcesBox ul li p:nth-child(2){
  548. color: #adadad;
  549. width: 30%;
  550. text-align: right;
  551. }
  552. .resourcesBox ul li p:nth-child(1){
  553. width: 65%;
  554. display: -webkit-box;
  555. -webkit-box-orient: vertical;
  556. -webkit-line-clamp: 1;
  557. word-break: break-all;
  558. overflow: hidden;
  559. }
  560. .resourcesTab{
  561. text-align: center;
  562. margin-top: 20px;
  563. }
  564. .resourcesTab .active{
  565. background: #168a43;
  566. color: #ffffff;
  567. }
  568. .resourcesTab p{
  569. display: inline-block;
  570. padding: 3px 15px;
  571. background: #e4e4e4;
  572. border-radius: 15px;
  573. color: #666666;
  574. }
  575. .resourcesTab p:hover{
  576. background: #168a43;
  577. color: #ffffff;
  578. cursor: pointer;
  579. }