mobile.css 13 KB

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