pc.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629
  1. @keyframes spin {
  2. 0% {
  3. transform: rotate(0deg);
  4. }
  5. 100% {
  6. transform: rotate(360deg);
  7. }
  8. }
  9. .index-mobile {
  10. display: none !important;
  11. }
  12. .top-nav-ul {
  13. display: block !important;
  14. }
  15. .top-nav-ul .product-dropdown .dropdown-mobile {
  16. display: none !important;
  17. }
  18. .white-top-nav .top-nav-ul .top-nav-right a:hover,
  19. .white-top-nav .top-nav-ul .top-nav-right div:hover {
  20. color: #599cff;
  21. }
  22. .top-nav-ul .top-nav-left {
  23. float: left;
  24. margin: 0 10px;
  25. padding: 0 5px;
  26. position: inherit;
  27. }
  28. .top-nav-ul .top-nav-left.first {
  29. padding-left: 0;
  30. margin-left: 0;
  31. }
  32. .top-nav-ul .top-nav-left.coupon {
  33. height: 60px;
  34. }
  35. .top-nav-right {
  36. float: right;
  37. transition: 0.3s;
  38. position: relative;
  39. }
  40. .top-nav-right a,
  41. .top-nav-right div {
  42. float: right;
  43. margin-right: 20px;
  44. }
  45. .top-nav-right a:hover,
  46. .top-nav-right div:hover {
  47. color: #599cff;
  48. }
  49. .top-nav-right a img,
  50. .top-nav-right div img {
  51. vertical-align: text-top;
  52. }
  53. .product-left,
  54. .product-right {
  55. width: 50%;
  56. position: absolute;
  57. height: 700px;
  58. top: 100px;
  59. }
  60. .product-right {
  61. left: 50%;
  62. }
  63. .product-left .product-content {
  64. position: absolute;
  65. top: 0;
  66. right: 0;
  67. }
  68. .product-right .product-content {
  69. position: absolute;
  70. top: 0;
  71. left: 0;
  72. }
  73. .product-top .product-content {
  74. position: absolute;
  75. top: 0;
  76. left: 0;
  77. right: 0;
  78. margin-left: auto;
  79. margin-right: auto;
  80. text-align: center;
  81. }
  82. .product-top .product-content .line {
  83. margin-left: auto;
  84. margin-right: auto;
  85. text-align: center;
  86. }
  87. .product-top .product-content .content {
  88. margin-left: auto;
  89. margin-right: auto;
  90. text-align: center;
  91. }
  92. .product-bottom .product-content {
  93. position: absolute;
  94. bottom: 0;
  95. left: 0;
  96. right: 0;
  97. margin-left: auto;
  98. margin-right: auto;
  99. text-align: center;
  100. }
  101. .product-top .title,
  102. .product-top .content,
  103. .product-top .line {
  104. text-align: center;
  105. margin-left: auto;
  106. margin-right: auto;
  107. }
  108. .product-bottom .product-img {
  109. margin: auto;
  110. max-height: 400px;
  111. }
  112. .top-nav-ul-drop-down-able {
  113. position: relative;
  114. }
  115. .top-nav-ul-drop-down-list {
  116. position: absolute;
  117. top: 60px;
  118. background: white;
  119. color: black;
  120. padding: 5px 0;
  121. }
  122. .top-nav-ul-drop-down-list a {
  123. display: flex;
  124. align-items: center;
  125. transition: 0.2s;
  126. }
  127. .top-nav-ul-drop-down-list a:hover {
  128. background: #ebf3ff;
  129. }
  130. .top-nav-ul-drop-down-list a:hover .product-nav-logo {
  131. border-radius: 8px;
  132. box-shadow: 0 8px 15px 0 rgba(2, 72, 227, 0.05), 0 4px 8px 0 rgba(2, 72, 227, 0.1), 0 0 1px 0 rgba(2, 72, 227, 0.1);
  133. background-color: #ffffff;
  134. }
  135. .top-nav-ul-drop-down-list a:hover .product-nav-title {
  136. color: #0b5dd9;
  137. }
  138. .top-nav-ul-drop-down-list a.future:hover {
  139. cursor: not-allowed;
  140. background: #fafbfc;
  141. }
  142. .top-nav-ul-drop-down-list a.future .product-nav-title {
  143. color: #767b83;
  144. }
  145. .top-nav-ul-drop-down-list a.future .product-nav-tips {
  146. display: block;
  147. width: 68px;
  148. height: 24px;
  149. line-height: 24px;
  150. font-size: 12px;
  151. background: #edeff2;
  152. color: #737780;
  153. margin-left: 10px;
  154. text-align: center;
  155. border-radius: 3px;
  156. }
  157. .top-nav-ul-drop-down-list a.nav-first:before {
  158. position: absolute;
  159. z-index: 1;
  160. content: "";
  161. width: 20px;
  162. height: 9px;
  163. top: -9px;
  164. left: 28px;
  165. background-size: cover;
  166. background-repeat: no-repeat;
  167. background-image: url("../images/popover-triangle-icon.png");
  168. pointer-events: none;
  169. cursor: default;
  170. }
  171. @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  172. .top-nav-ul-drop-down-list a.nav-first:before {
  173. background-image: url("../images/popover-triangle-iconX3.png");
  174. }
  175. }
  176. @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  177. .top-nav-ul-drop-down-list a.nav-first:before {
  178. background-image: url("../images/popover-triangle-iconX3.png");
  179. }
  180. }
  181. .top-nav-ul-drop-down-list .classify-nav {
  182. display: inline-block;
  183. vertical-align: top;
  184. margin-right: 30px;
  185. margin-top: 15px;
  186. }
  187. .top-nav-ul-drop-down-list .classify-title {
  188. font-size: 12px;
  189. font-weight: 500;
  190. color: #767b83;
  191. line-height: 27px;
  192. margin-left: 15px;
  193. border-bottom: 1px solid #edeff2;
  194. margin-bottom: 10px;
  195. }
  196. .top-nav-ul-drop-down-list.case {
  197. height: 170px;
  198. width: 160px;
  199. }
  200. .top-nav-ul-drop-down-list.solution {
  201. width: 184px;
  202. height: auto;
  203. padding: 5px 0;
  204. }
  205. .top-nav-ul-drop-down-list.solution .product-nav-title {
  206. font-weight: normal;
  207. }
  208. .top-nav-ul-drop-down-list.product {
  209. width: 1000px;
  210. padding: 50px 35px;
  211. cursor: default;
  212. position: absolute;
  213. left: 50%;
  214. margin-left: -500px;
  215. }
  216. .top-nav-ul-drop-down-list.product a {
  217. display: inline-block;
  218. width: 232px;
  219. height: 68px;
  220. border-radius: 3px;
  221. line-height: 24px;
  222. padding: 10px 15px;
  223. }
  224. .top-nav-ul-drop-down-list.product a .product-nav-title {
  225. margin-top: 0;
  226. line-height: 20px;
  227. font-weight: 500;
  228. display: inline-block;
  229. position: relative;
  230. vertical-align: top;
  231. }
  232. .top-nav-ul-drop-down-list.product a:nth-child(2n) {
  233. margin-right: 10px;
  234. }
  235. .top-nav-ul-drop-down-list.product .classify-nav {
  236. width: 475px;
  237. height: 310px;
  238. margin-top: auto;
  239. margin-right: 15px;
  240. }
  241. .top-nav-ul-drop-down-list.product .classify-nav.middle {
  242. width: 190px;
  243. margin-right: 30px;
  244. }
  245. .top-nav-ul-drop-down-list.product .classify-nav.middle a {
  246. width: 190px;
  247. padding: 10px 15px;
  248. }
  249. .top-nav-ul-drop-down-list.product .classify-nav.middle a:hover {
  250. background-color: #e9f6f7;
  251. }
  252. .top-nav-ul-drop-down-list.product .classify-nav.middle a:hover .product-nav-logo {
  253. box-shadow: 0 8px 15px 0 rgba(63, 151, 157, 0.05), 0 4px 8px 0 rgba(63, 151, 157, 0.1), 0 0 1px 0 rgba(63, 151, 157, 0.1);
  254. }
  255. .top-nav-ul-drop-down-list.product .classify-nav.middle a:hover .product-nav-box .product-nav-title {
  256. color: #44acb6;
  257. }
  258. .top-nav-ul-drop-down-list.product .classify-nav.middle a:nth-child(2n) {
  259. margin-right: 0;
  260. }
  261. .top-nav-ul-drop-down-list.product .classify-nav.right {
  262. width: 220px;
  263. margin-right: auto;
  264. }
  265. .top-nav-ul-drop-down-list.product .classify-nav.right .divide-line {
  266. width: 1px;
  267. height: 310px;
  268. background: #edeff2;
  269. display: inline-block;
  270. vertical-align: top;
  271. }
  272. .top-nav-ul-drop-down-list.product .classify-nav.right .nav-card {
  273. display: inline-block;
  274. width: 194px;
  275. height: 340px;
  276. padding: 15px;
  277. border-radius: 3px;
  278. transition: 0.3s;
  279. vertical-align: top;
  280. margin: -15px 0 0 25px;
  281. }
  282. .top-nav-ul-drop-down-list.product .classify-nav.right .nav-card:hover {
  283. cursor: pointer;
  284. background-color: #ebf3ff;
  285. }
  286. .top-nav-ul-drop-down-list.product .classify-nav.right .nav-card img {
  287. display: block;
  288. width: 164px;
  289. height: 115px;
  290. margin: auto auto 20px;
  291. border-radius: 3px;
  292. }
  293. .top-nav-ul-drop-down-list.product .classify-nav.right .nav-card .nav-card-info .nav-card-title {
  294. font-size: 14px;
  295. line-height: 24px;
  296. margin-bottom: 8px;
  297. color: #212326;
  298. }
  299. .top-nav-ul-drop-down-list.product .classify-nav.right .nav-card .nav-card-info .nav-card-subtitle {
  300. font-size: 14px;
  301. line-height: 24px;
  302. color: #767b83;
  303. }
  304. .top-nav-ul-drop-down-list.service {
  305. width: 1000px;
  306. height: 365px;
  307. padding: 45px;
  308. cursor: default;
  309. position: absolute;
  310. left: 50%;
  311. margin-left: -500px;
  312. }
  313. .top-nav-ul-drop-down-list.service a.nav-first:before {
  314. left: 30%;
  315. }
  316. .top-nav-ul-drop-down-list.service a {
  317. width: 206px;
  318. height: 40px;
  319. line-height: 20px;
  320. border-radius: 3px;
  321. margin-top: 5px;
  322. }
  323. .top-nav-ul-drop-down-list.service a .product-nav-title {
  324. margin-top: 0;
  325. line-height: 20px;
  326. font-weight: 400;
  327. display: inline-block;
  328. position: relative;
  329. }
  330. .top-nav-ul-drop-down-list.service .nav-card-divide-line {
  331. display: inline-block;
  332. height: 245px;
  333. width: 1px;
  334. background-color: #edeff2;
  335. margin-top: 15px;
  336. margin-left: 15px;
  337. }
  338. .top-nav-ul-drop-down-list.service .nav-blog-article {
  339. display: inline-block;
  340. vertical-align: top;
  341. border-radius: 3px;
  342. padding-left: 30px;
  343. transition: 0.3s;
  344. }
  345. .top-nav-ul-drop-down-list.service .nav-blog-article .nav-article-card {
  346. width: 392px;
  347. height: 130px;
  348. padding: 15px;
  349. border-radius: 3px;
  350. }
  351. .top-nav-ul-drop-down-list.service .nav-blog-article .nav-article-card:nth-child(2) {
  352. margin-top: 15px;
  353. }
  354. .top-nav-ul-drop-down-list.service .nav-blog-article .nav-article-card .card-img {
  355. width: 180px;
  356. height: 100px;
  357. display: inline-block;
  358. vertical-align: middle;
  359. }
  360. .top-nav-ul-drop-down-list.service .nav-blog-article .nav-article-card .card-img img {
  361. height: 100%;
  362. width: 100%;
  363. object-fit: cover;
  364. border-radius: 3px;
  365. }
  366. .top-nav-ul-drop-down-list.service .nav-blog-article .nav-article-card .card-content {
  367. display: inline-block;
  368. vertical-align: middle;
  369. width: 163px;
  370. margin-left: 20px;
  371. }
  372. .top-nav-ul-drop-down-list.service .nav-blog-article .nav-article-card .card-content .card-info {
  373. font-size: 14px;
  374. line-height: 24px;
  375. color: #212326;
  376. }
  377. .top-nav-ul-drop-down-list.service .nav-blog-article .nav-article-card .card-content .blog-tag {
  378. height: 24px;
  379. }
  380. .top-nav-ul-drop-down-list.service .nav-blog-article .nav-article-card .card-content .blog-tag span {
  381. font-size: 14px;
  382. line-height: 24px;
  383. display: inline-block;
  384. vertical-align: top;
  385. }
  386. .top-nav-ul-drop-down-list.service .nav-blog-article .nav-article-card:first-child {
  387. margin-top: 0;
  388. }
  389. .top-nav-ul-drop-down-list.service .nav-blog-article .nav-article-card:hover {
  390. background-color: #ebf3ff;
  391. }
  392. .top-nav-ul-drop-down-list.service .nav-blog-article .nav-article-card:hover .blog-tag span {
  393. color: white;
  394. }
  395. .top-nav-ul-drop-down-list.service .nav-blog-article .nav-article-card:hover .blog-tag span.manage {
  396. background-color: #0b5dd9;
  397. }
  398. .top-nav-ul-drop-down-list.service .nav-blog-article .nav-article-card:hover .blog-tag span.super {
  399. background-color: #835ce5;
  400. }
  401. .top-nav-ul-drop-down-list.service .nav-blog-article .nav-article-card:hover .blog-tag span.product {
  402. background-color: #09abba;
  403. }
  404. .top-nav-ul-drop-down-list.service .nav-blog-article .nav-article-card:hover .blog-tag span.dev {
  405. background-color: #2db270;
  406. }
  407. .top-nav-ul-drop-down-list.service .nav-blog-article .nav-article-card:hover .blog-tag span.cto {
  408. background-color: #ffaa00;
  409. }
  410. .top-nav-ul-drop-down-list.service .nav-blog-article .nav-article-card:hover .blog-tag span.news {
  411. background-color: #e52727;
  412. }
  413. .top-nav-ul-drop-down-span {
  414. position: relative;
  415. display: inline-block;
  416. color: #1d1e20;
  417. }
  418. .top-nav-ul-drop-down-span.coupon {
  419. color: #fff;
  420. background-color: transparent;
  421. }
  422. .top-nav-ul-drop-down-span.coupon:hover {
  423. color: #fff;
  424. }
  425. .top-nav-ul-drop-down-span.coupon-entry-header {
  426. padding: 0 25px 0 8px;
  427. background: url("../images//activity/coupon/coupon-entry-nav.gif") no-repeat 2px 15px;
  428. background-size: 100px auto;
  429. }
  430. .top-nav-ul-drop-down-span.coupon-entry-header.title-hovered {
  431. color: #fff;
  432. }
  433. @media (hover: hover) {
  434. .top-nav-ul-drop-down-span.coupon-entry-header:hover::before {
  435. content: "";
  436. width: 83px;
  437. height: 22px;
  438. position: absolute;
  439. left: 0;
  440. top: 18px;
  441. border-radius: 11px;
  442. background-color: rgba(255, 255, 255, 0.15);
  443. }
  444. }
  445. .top-nav-ul-drop-down-span .top-nav-ul-drop-arrow {
  446. position: relative;
  447. top: -2px;
  448. width: 9px;
  449. height: 7px;
  450. display: inline-block;
  451. margin: auto auto auto 6px;
  452. transition: transform 0.3s;
  453. }
  454. .top-nav-ul-drop-down-span .top-nav-ul-drop-arrow .nav-arrow-icon {
  455. width: 2px;
  456. height: 7px;
  457. background-color: #212326;
  458. transform: rotate(47deg);
  459. position: absolute;
  460. right: 2px;
  461. }
  462. .top-nav-ul-drop-down-span .top-nav-ul-drop-arrow .nav-arrow-icon:before {
  463. content: "";
  464. width: 2px;
  465. height: 7px;
  466. background-color: #212326;
  467. transform: rotate(-98deg);
  468. display: block;
  469. position: absolute;
  470. top: 3px;
  471. left: -3px;
  472. }
  473. .top-nav-ul-drop-down-span .arrow-hovered,
  474. .top-nav-ul-drop-down-span:hover .top-nav-ul-drop-arrow {
  475. transform: rotate(180deg);
  476. transition: transform 0.3s;
  477. }
  478. .top-nav-ul-drop-down-span .arrow-hovered .nav-arrow-icon:before,
  479. .top-nav-ul-drop-down-span .arrow-hovered .nav-arrow-icon,
  480. .top-nav-ul-drop-down-span:hover .top-nav-ul-drop-arrow .nav-arrow-icon:before,
  481. .top-nav-ul-drop-down-span:hover .top-nav-ul-drop-arrow .nav-arrow-icon {
  482. background-color: #0b5dd9;
  483. }
  484. .top-nav-ul-drop-down-span.title-hovered, .top-nav-ul-drop-down-span:hover {
  485. color: #0b5dd9;
  486. }
  487. .product-nav-box {
  488. display: inline-block;
  489. vertical-align: middle;
  490. }
  491. .product-nav-logo {
  492. margin-right: 10px;
  493. display: inline-block;
  494. vertical-align: middle;
  495. }
  496. .product-nav-title {
  497. line-height: 1;
  498. font-weight: 500;
  499. color: #212326;
  500. }
  501. .product-nav-tips {
  502. display: none;
  503. }
  504. .product-nav-content {
  505. font-size: 14px;
  506. color: #767b83;
  507. }
  508. .product-nav-first {
  509. border-bottom: 0;
  510. }
  511. .normal-min-width {
  512. min-width: 1000px;
  513. }
  514. .icon-new {
  515. display: inline-block;
  516. padding-left: 5px;
  517. }
  518. .icon-new img {
  519. transform: translateY(1px);
  520. }
  521. @media screen and (max-width: 1280px) {
  522. .top-nav-ul-drop-down-list.service a.nav-first:before {
  523. left: 44%;
  524. }
  525. .top-nav-ul-drop-down-list.product a.nav-first:before {
  526. left: 15%;
  527. }
  528. }