index.css 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547
  1. /* 头部 */
  2. .header {
  3. width: 100%;
  4. height: 683px;
  5. background-image: url(../images/bg-header.png);
  6. background-size: 100% 100%;
  7. font-size: 16px;
  8. color: #FFFFFF;
  9. padding-top: 20px;
  10. }
  11. .header .top,
  12. .header .banner {
  13. display: flex;
  14. justify-content: space-between;
  15. }
  16. .header .top .left a {
  17. color: #FFFFFF;
  18. }
  19. .header .top .right {
  20. width: 548px;
  21. display: flex;
  22. justify-content: space-between;
  23. }
  24. .header .banner {
  25. margin-top: 40px;
  26. }
  27. .header .banner ul {
  28. width: 801px;
  29. display: flex;
  30. justify-content: space-between;
  31. align-items: center;
  32. }
  33. .header .search {
  34. width: 739px;
  35. color: #FFFFFF;
  36. position: relative;
  37. margin-top: 255px;
  38. }
  39. .header .search input {
  40. width: 739px;
  41. height: 70px;
  42. background: rgb(255 255 255 / 54%);
  43. border-radius: 35px;
  44. font-size: 20px;
  45. padding-left: 36px;
  46. box-sizing: border-box;
  47. }
  48. .header .search input::placeholder {
  49. color: #FFFFFF;
  50. }
  51. .header .search button {
  52. width: 128px;
  53. height: 60px;
  54. background: linear-gradient(76deg, #52DDF4, #39AFF6);
  55. border-radius: 30px;
  56. color: #FFFFFF;
  57. position: absolute;
  58. right: 5px;
  59. top: 5px;
  60. font-size: 20px;
  61. display: flex;
  62. align-items: center;
  63. justify-content: center;
  64. }
  65. /* 公共 */
  66. .cont-width {
  67. width: 1400px;
  68. background: #FFFFFF;
  69. box-shadow: 0px 7px 24px 5px rgba(36, 60, 81, 0.08);
  70. margin: 20px auto;
  71. padding: 35px 44px;
  72. box-sizing: border-box;
  73. }
  74. .cont-width .title {
  75. background-size: 100% 100%;
  76. height: 23px;
  77. line-height: 23px;
  78. text-align: center;
  79. font-size: 24px;
  80. font-weight: bold;
  81. color: #1458B4;
  82. }
  83. /* 二维码 */
  84. .codeBig {
  85. width: 246px;
  86. height: 269px;
  87. font-size: 18px;
  88. color: #FFFFFF;
  89. background: rgb(60 92 134 / 94%);
  90. box-shadow: 0px 7px 7px 1px rgba(42, 104, 187, 0.16);
  91. border-radius: 10px;
  92. position: absolute;
  93. padding: 10px;
  94. box-sizing: border-box;
  95. display: flex;
  96. flex-direction: column;
  97. align-items: center;
  98. justify-content: space-evenly;
  99. }
  100. .codeBig img {
  101. width: 158px;
  102. }
  103. .codeBig .line {
  104. width: 58px;
  105. height: 1px;
  106. background: #FFFFFF;
  107. }
  108. /* 第一部分 */
  109. .first {
  110. margin-top: -152px;
  111. }
  112. .first .left .list li {
  113. font-size: 20px;
  114. color: #203C50;
  115. position: relative;
  116. width: 333px;
  117. height: 76px;
  118. background: #F4FAFF;
  119. border-radius: 10px;
  120. display: flex;
  121. align-items: center;
  122. margin-top: 20px;
  123. }
  124. .first .left .list li.click {
  125. background: linear-gradient(264deg, #78C5FC, #4CA0F6);
  126. font-weight: bold;
  127. color: #FFFFFF;
  128. }
  129. .first .left .list li img:first-child {
  130. width: 52px;
  131. height: 52px;
  132. margin: auto 18px;
  133. }
  134. .first .left .list li .code {
  135. width: 33px;
  136. height: 26px;
  137. position: absolute;
  138. top: 0;
  139. right: 0;
  140. }
  141. .first .left .list li .arrow {
  142. width: 0;
  143. height: 0;
  144. border-top: 22px solid transparent;
  145. border-bottom: 22px solid transparent;
  146. border-right: 22px solid #F2F9FF;
  147. position: absolute;
  148. right: -31px;
  149. }
  150. .first .code1{
  151. left: 342px;
  152. }
  153. .first .message {
  154. margin-top: 20px;
  155. background: #F2F9FF;
  156. padding: 18px 23px;
  157. box-sizing: border-box;
  158. }
  159. .first .message .img {
  160. width: 364px;
  161. height: 165px;
  162. font-size: 20px;
  163. color: #FFFFFF;
  164. background-size: 100% 100%;
  165. display: flex;
  166. align-items: flex-end;
  167. justify-content: flex-start;
  168. padding-left: 20px;
  169. padding-bottom: 5px;
  170. box-sizing: border-box;
  171. }
  172. .first .message li {
  173. display: flex;
  174. align-items: center;
  175. justify-content: space-between;
  176. height: 50px;
  177. font-size: 18px;
  178. color: #333333;
  179. border-bottom: 1px solid #D3D3D3;
  180. }
  181. .first .message li:last-child {
  182. border-bottom: none;
  183. }
  184. .first .left .message li img {
  185. width: 36px;
  186. height: 36px;
  187. }
  188. .first .right .message li img{
  189. width: 67px;
  190. width: 67px;
  191. }
  192. .first .right .time {
  193. height: 49px;
  194. background: #F4FAFF;
  195. border-radius: 10px;
  196. margin-top: 20px;
  197. font-size: 18px;
  198. font-weight: bold;
  199. color: #1458B4;
  200. display: flex;
  201. align-items: center;
  202. justify-content: center;
  203. position: relative;
  204. cursor: pointer;
  205. }
  206. .first .right .time .logo {
  207. width: 32px;
  208. margin-right: 120px;
  209. }
  210. .first .right .time .arrow {
  211. position: absolute;
  212. right: 20px;
  213. }
  214. .first .right li {
  215. height: 120px;
  216. }
  217. /*热点推荐*/
  218. .second{
  219. width: 1400px;
  220. height: 367px;
  221. background: #FFFFFF;
  222. box-shadow: 0px 7px 24px 5px rgba(36,60,81,0.08);
  223. margin: auto;
  224. }
  225. .recommended {
  226. display: flex;
  227. }
  228. .second .title{
  229. width: 1216px;
  230. box-sizing: border-box;
  231. padding-left: 90px;
  232. }
  233. .second .shuaxin{
  234. font-size: 16px;
  235. /* width: 16px;
  236. height: 16px; */
  237. color: #1458B4;
  238. margin-left: 23px;
  239. }
  240. .second .huan{
  241. width: 48px;
  242. height: 17px;
  243. font-size: 16px;
  244. font-family: Microsoft YaHei;
  245. font-weight: 400;
  246. color: #1458B4;
  247. }
  248. .mokuai1{
  249. width: 308px;
  250. height: 223px;
  251. background: #FFFFFF;
  252. border: 1px solid #EEEEEE;
  253. border-radius: 10px;
  254. }
  255. .mokuai1 .top{
  256. width: 42px;
  257. height: 19px;
  258. font-size: 18px;
  259. font-family: Microsoft YaHei;
  260. font-weight: 400;
  261. color: #333333;
  262. line-height: 24px;
  263. }
  264. .second .zhong{
  265. margin-top: 45px;
  266. display: flex;
  267. justify-content: space-between;
  268. position: relative;
  269. }
  270. .second .mokuai1 .top{
  271. margin:22px 0 0px 22px;
  272. width: 265px;
  273. height: 90px;
  274. }
  275. .mokuai1 .center .left{
  276. font-size: 16px;
  277. color: #999999;
  278. }
  279. .mokuai1 .center{
  280. display: flex;
  281. margin-left: 21px;
  282. margin-right: 25px;
  283. justify-content: space-between;
  284. }
  285. .mokuai1 .center .hot{
  286. margin-right: 5px;
  287. }
  288. .mokuai1 .center .right{
  289. display: flex;
  290. text-align: center;
  291. font-size: 16px;
  292. color: #F59A23;
  293. align-items: center;
  294. }
  295. .mokuai1 .center .right img{
  296. width: 15px;
  297. height: 17px;
  298. }
  299. .mokuai1 .bottom{
  300. font-size: 16px;
  301. display: flex;
  302. align-items: center;
  303. margin-left: 21px;
  304. margin-right: 25px;
  305. justify-content: space-between;
  306. height: 60px;
  307. border-top: 1px solid #EEEEEE;
  308. margin-top: 20px;
  309. }
  310. .mokuai1 .bottom .left{
  311. width: 35px;
  312. }
  313. .second .code2{
  314. top: 0;
  315. left: 320px;
  316. }
  317. /* 第三部分 */
  318. .third {
  319. padding: 0;
  320. margin-top: 54px;
  321. height: 867px;
  322. }
  323. .third .top {
  324. display: flex;
  325. justify-content: space-between;
  326. }
  327. .third .top li {
  328. width: 697px;
  329. height: 93px;
  330. background: #F5F7F8;
  331. font-size: 24px;
  332. color: #8CA2AD;
  333. display: flex;
  334. align-items: center;
  335. justify-content: center;
  336. }
  337. .third .top li span {
  338. margin-left: 42px;
  339. }
  340. .third .top li.click {
  341. background: #F4FAFF;
  342. font-weight: bold;
  343. color: #1458B4;
  344. border-bottom: 6px solid #1458B4;
  345. }
  346. .third .list{
  347. display: flex;
  348. }
  349. .third .list .banner {
  350. display: flex;
  351. font-size: 18px;
  352. justify-content: space-evenly;
  353. margin-top: 30px;
  354. }
  355. .third .list .banner li {
  356. width: 142px;
  357. height: 47px;
  358. line-height: 47px;
  359. text-align: center;
  360. background: #F4FAFF;
  361. border-radius: 10px;
  362. }
  363. .third .list .banner li.click {
  364. background: linear-gradient(0deg, #78C5FC, #4CA0F6);
  365. color: #FFFFFF;
  366. }
  367. .third .list .item {
  368. display: flex;
  369. flex-wrap: wrap;
  370. margin-top: 20px;
  371. }
  372. .third .list .item li {
  373. width: 168px;
  374. height: 142px;
  375. background: #FFFFFF;
  376. border: 1px solid #EEEEEE;
  377. border-radius: 10px;
  378. font-size: 18px;
  379. color: #203C50;
  380. position: relative;
  381. display: flex;
  382. flex-direction: column;
  383. align-items: center;
  384. justify-content: center;
  385. margin-left: 50px;
  386. margin-top: 50px;
  387. }
  388. .third .list .item li.click {
  389. font-weight: bold;
  390. color: #203C50;
  391. border: 1px solid #EEEEEE;
  392. box-shadow: 0px 3px 8px 0px rgba(42, 104, 187, 0.29);
  393. }
  394. .third .list .item .code {
  395. width: 20px;
  396. height: 20px;
  397. margin-top: 20px;
  398. }
  399. .third .list .item .logo {
  400. width: 52px;
  401. position: absolute;
  402. top: -26px;
  403. }
  404. .third .list .item .name {
  405. width: 108px;
  406. display: flex;
  407. flex-wrap: wrap;
  408. justify-content: center;
  409. margin-top: 30px;
  410. }
  411. .third .message {
  412. width: 448px;
  413. background: #FDFEFF;
  414. box-shadow: 0px 3px 8px 0px rgba(42, 104, 187, 0.29);
  415. padding: 18px 20px;
  416. box-sizing: border-box;
  417. position: relative;
  418. position: absolute;
  419. top: 140px;
  420. left: 250px;
  421. }
  422. .third .message .img {
  423. width: 407px;
  424. height: 165px;
  425. font-size: 20px;
  426. color: #FFFFFF;
  427. background-size: 100% 100%;
  428. display: flex;
  429. align-items: flex-end;
  430. justify-content: flex-start;
  431. padding-left: 20px;
  432. padding-bottom: 5px;
  433. box-sizing: border-box;
  434. }
  435. .third .message li {
  436. display: flex;
  437. align-items: center;
  438. justify-content: space-between;
  439. height: 50px;
  440. font-size: 18px;
  441. color: #333333;
  442. border-bottom: 1px solid #D3D3D3;
  443. }
  444. .third .message li:last-child {
  445. border-bottom: none;
  446. }
  447. .third .message li img {
  448. width: 36px;
  449. height: 36px;
  450. }
  451. .third .message .arrow {
  452. width: 0;
  453. height: 0;
  454. content: '';
  455. border-style: solid;
  456. border-width: 14px;
  457. border-color: #FDFEFF #FDFEFF transparent transparent;
  458. transform: rotate(224deg);
  459. box-shadow: 2px -2px 2px rgb(147 175 213 / 29%);
  460. position: absolute;
  461. left: -14px;
  462. top: 30px;
  463. }
  464. /* 第四部分 */
  465. .four .title{
  466. padding-left: 56px;
  467. box-sizing: border-box;
  468. }
  469. .four .down{
  470. display: flex;
  471. display: flex;
  472. justify-content: space-between;
  473. margin-top: 63px;
  474. }
  475. .four .down li{
  476. background-size: 100%;
  477. width: 298px;
  478. height: 155px;
  479. font-size: 26px;
  480. font-weight: bold;
  481. color: #FFFFFF;
  482. text-align: center;
  483. line-height: 155px;
  484. }
  485. .four .down .one{
  486. background-image: url(../images/jinji-one.png);
  487. }
  488. .four .down .two{
  489. background-image: url(../images/jinji-tow.png);
  490. }
  491. .four .down .three{
  492. background-image: url(../images/jinji-three.png);
  493. }
  494. .four .down .four{
  495. background-image: url(../images/jinji-four.png);
  496. }