投屏pc端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1083 lines
16 KiB

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
  1. @charset "utf-8";
  2. /* CSS Document */
  3. html {
  4. min-height: 100%;
  5. }
  6. body {
  7. min-width: 1200px;
  8. min-height: 100%;
  9. background: #f9f9f9;
  10. position: relative;
  11. color: #ccc;
  12. }
  13. * {
  14. margin: 0;
  15. padding: 0;
  16. border: 0;
  17. -webkit-box-sizing: border-box;
  18. box-sizing: border-box;
  19. }
  20. a {
  21. text-decoration: none;
  22. outline: none;
  23. }
  24. a:hover,
  25. a:link,
  26. a:active {
  27. text-decoration: none;
  28. outline: none;
  29. }
  30. ul,
  31. li {
  32. list-style: none;
  33. }
  34. h1,
  35. h2,
  36. h3,
  37. h4,
  38. h5,
  39. h6 {
  40. font-weight: normal;
  41. }
  42. i,
  43. em {
  44. font-style: normal;
  45. }
  46. img {
  47. border: none;
  48. outline: none;
  49. vertical-align: top;
  50. }
  51. input,
  52. textarea,
  53. button {
  54. color: #111;
  55. border: none;
  56. background: none;
  57. outline: none;
  58. }
  59. input,
  60. textarea {
  61. -webkit-appearance: none;
  62. appearance: none;
  63. border-radius: 0;
  64. }
  65. input::-webkit-input-placeholder,
  66. textarea::-webkit-input-placeholder {
  67. color: #aaa;
  68. }
  69. ::-webkit-scrollbar {
  70. width: 0;
  71. height: 0;
  72. display: none
  73. }
  74. .global-width {
  75. display: block;
  76. margin: 100px auto;
  77. color: #ccc;
  78. }
  79. .container {
  80. width: 1200px;
  81. margin: 0 auto;
  82. position: relative;
  83. }
  84. main {
  85. width: 100%;
  86. min-width: 1200px;
  87. min-height: 500px;
  88. overflow: hidden;
  89. display: block;
  90. }
  91. section {
  92. display: block;
  93. width: 100%;
  94. }
  95. /*tab*/
  96. .tab-title {
  97. display: block;
  98. overflow: hidden;
  99. width: 100%;
  100. background: #26283c;
  101. }
  102. .tab-title ul {
  103. width: 100%;
  104. border-collapse: collapse;
  105. table-layout: fixed;
  106. display: table;
  107. }
  108. .tab-title ul li {
  109. display: table-cell;
  110. }
  111. .tab-title li span,
  112. .tab-title li a {
  113. line-height: 50px;
  114. font-size: 14px;
  115. color: #ccc;
  116. text-align: center;
  117. display: block;
  118. position: relative;
  119. cursor: pointer;
  120. }
  121. .tab-title ul li.active span {
  122. color: #8488f5;
  123. }
  124. .tab-container {
  125. width: 100%;
  126. overflow: hidden;
  127. }
  128. .tab-container .tab-box {
  129. width: 100%;
  130. overflow: hidden;
  131. position: relative;
  132. }
  133. /*table*/
  134. .table {
  135. width: 100%;
  136. max-width: 100%;
  137. }
  138. table {
  139. border-spacing: 0;
  140. border-collapse: collapse;
  141. }
  142. .table>tbody>tr>td,
  143. .table>tbody>tr>th,
  144. .table>tfoot>tr>td,
  145. .table>tfoot>tr>th,
  146. .table>thead>tr>td,
  147. .table>thead>tr>th {
  148. padding: 12px 8px;
  149. line-height: 1.42857143;
  150. vertical-align: top;
  151. border-bottom: 1px solid #2e2f43;
  152. text-overflow: ellipsis;
  153. vertical-align: middle;
  154. text-align: center;
  155. color: #66718f;
  156. font-size: 14px;
  157. }
  158. .table>tbody>tr>td .cell {
  159. color: #ccc;
  160. font-size: 12px;
  161. cursor: pointer;
  162. }
  163. .table>thead>tr>th .cell .el-checkbox_inner {
  164. background: #1c1e2d;
  165. border: 1px solid #3a3b54;
  166. width: 14px;
  167. height: 14px;
  168. cursor: not-allowed;
  169. display: inline-block;
  170. position: relative;
  171. vertical-align: middle;
  172. }
  173. .cell .set-default input[type=radio],
  174. .cell .set-default input[type=checkbox] {
  175. margin: 0
  176. }
  177. .cell .revoke-btn {
  178. color: #8488f5;
  179. cursor: pointer;
  180. }
  181. /*涨跌色*/
  182. .red-text {
  183. color: #f55d5d !important;
  184. }
  185. .green-text {
  186. color: #00c295 !important;
  187. }
  188. /*买入卖出按钮背景色*/
  189. .red-btn-bg {
  190. background: #f55d5d !important;
  191. }
  192. .red-btn-bg:hover {
  193. background: #b34747 !important;
  194. }
  195. .red-btn-bg2 {
  196. background: #b34747;
  197. }
  198. .green-btn-bg {
  199. background: #01c294 !important;
  200. }
  201. .green-btn-bg:hover {
  202. background: #369964 !important;
  203. }
  204. .green-btn-bg2 {
  205. background: #369964 !important;
  206. }
  207. /*字体颜色*/
  208. .hc-color1 {
  209. color: #f55d5d !important;
  210. }
  211. .hc-color2 {
  212. color: #00c295 !important;
  213. }
  214. .hc-color3 {
  215. color: #ccc !important;
  216. }
  217. .hc-color4 {
  218. color: #8488f5 !important;
  219. }
  220. .hc-color6 {
  221. color: #596380 !important;
  222. }
  223. /*宽度*/
  224. .wdith-65 {
  225. width: 65%;
  226. }
  227. .wdith-35 {
  228. width: 35%;
  229. }
  230. /*背景*/
  231. .hc-bgColor3 {
  232. background: #26283c;
  233. }
  234. /*边框*/
  235. .hc-border {
  236. border-color: #4f5273 !important;
  237. }
  238. /*边距*/
  239. .margin0 {
  240. margin: 0 !important;
  241. }
  242. .margin-t0 {
  243. margin-top: 0 !important;
  244. }
  245. /*字体居中-左-右*/
  246. .is-left {
  247. text-align: left !important;
  248. }
  249. .is-center {
  250. text-align: center !important;
  251. }
  252. .is-right {
  253. text-align: right !important;
  254. }
  255. /*浮动*/
  256. .float-r {
  257. float: right !important;
  258. }
  259. /***当前位置***/
  260. .hc-breadcrumb {
  261. margin-top: 40px;
  262. margin-bottom: 20px;
  263. height: 60px;
  264. line-height: 60px;
  265. width: 100%;
  266. font-size: 16px;
  267. background: #26283c;
  268. position: relative;
  269. }
  270. .hc-breadcrumb span {
  271. margin-left: 30px;
  272. color: #ccc;
  273. /* cursor: pointer; */
  274. }
  275. .hc-breadcrumb-icon {
  276. margin: 0 10px;
  277. width: 10px;
  278. height: 14px;
  279. display: inline-block;
  280. background: url(../images/ico_right.png)no-repeat center bottom;
  281. background-size: 6px;
  282. }
  283. .second-position {
  284. margin: 0;
  285. }
  286. .second-position img {
  287. height: 16px;
  288. vertical-align: middle;
  289. margin-right: 5px;
  290. }
  291. /**********通用弹框**********/
  292. /**************************/
  293. /******主体******/
  294. .popup {
  295. width: 100%;
  296. height: 100%;
  297. background: rgba(0, 0, 0, .5);
  298. overflow: hidden;
  299. position: fixed;
  300. top: 0;
  301. left: 0;
  302. z-index: 99999;
  303. display: none;
  304. }
  305. .popup-bg {
  306. width: 100%;
  307. height: 100%;
  308. position: absolute;
  309. left: 0;
  310. top: 0;
  311. z-index: 1;
  312. }
  313. /******弹出框******/
  314. /*------主体------*/
  315. .popup-box {
  316. width: 420px;
  317. background: #2b2d42;
  318. border-radius: 4px;
  319. overflow: hidden;
  320. position: absolute;
  321. left: 50%;
  322. top: 20%;
  323. margin-left: -210px;
  324. z-index: 2;
  325. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
  326. }
  327. .popup-box-title {
  328. width: 100%;
  329. font-size: 18px;
  330. color: #333;
  331. text-align: center;
  332. background: #232436;
  333. padding: 15px;
  334. position: relative;
  335. color: #e6e6e6;
  336. }
  337. .popup-box-close {
  338. width: 16px;
  339. height: 16px;
  340. content: '';
  341. background: url("../images/icon_close_gray.png") no-repeat center;
  342. background-size: 12px auto;
  343. position: absolute;
  344. right: 15px;
  345. top: 19px;
  346. cursor: pointer;
  347. }
  348. .popup-box-close:hover {
  349. background: url("../images/icon_close_gray_hover.png") no-repeat center;
  350. background-size: 12px auto;
  351. }
  352. /*------内容框和滚动条样式------*/
  353. .popup-box-content {
  354. width: 100%;
  355. min-height: 150px;
  356. overflow-x: hidden;
  357. overflow-y: auto;
  358. padding: 15px;
  359. }
  360. .popup-box-content::-webkit-scrollbar {
  361. width: 5px;
  362. display: block;
  363. }
  364. .popup-box-content::-webkit-scrollbar-track {
  365. width: 5px;
  366. background: #fff;
  367. border-radius: 2px;
  368. }
  369. /*轨道*/
  370. .popup-box-content::-webkit-scrollbar-thumb {
  371. height: 30px;
  372. background: #ddd;
  373. border-radius: 2px;
  374. }
  375. /*滚动块*/
  376. .tips-one {
  377. display: block;
  378. padding: 40px 50px;
  379. width: 100%;
  380. }
  381. .row-style {
  382. display: block;
  383. width: 100%;
  384. }
  385. .row-style .title {
  386. font-weight: 700;
  387. font-size: 14px;
  388. }
  389. .row-style .content {
  390. margin-top: 5px;
  391. font-size: 14px;
  392. color: #66718f;
  393. }
  394. /*------按钮------*/
  395. .popup-submit {
  396. width: 100%;
  397. overflow: hidden;
  398. }
  399. .popup-submit button {
  400. width: 50%;
  401. height: 36px;
  402. font-size: 14px;
  403. text-align: center;
  404. float: left;
  405. }
  406. .popup-submit .confirm-btn {
  407. font-size: 14px;
  408. color: #12131f;
  409. }
  410. .popup-submit .cancle-btn {
  411. color: #ccc;
  412. }
  413. .popup-submit .submit-button1 {
  414. display: block;
  415. width: 310px;
  416. margin: 0 auto 20px auto;
  417. background: #8488f5;
  418. border-color: #8488f5;
  419. font-size: 16px;
  420. padding: 9px 15px;
  421. border-radius: 3px;
  422. line-height: 1;
  423. float: none;
  424. cursor: pointer;
  425. }
  426. .button-box {
  427. display: block;
  428. margin-top: 50px;
  429. }
  430. .form-submit-btn2 {
  431. height: 50px;
  432. width: 100%;
  433. font-size: 18px;
  434. margin-top: 30px;
  435. background: #1c1e2d;
  436. border: 1px solid #4f5273;
  437. border-radius: 4px;
  438. cursor: pointer;
  439. color: #92a5eb;
  440. }
  441. .form-submit-btn2:hover {
  442. background: #8275ff;
  443. border-color: #8275ff;
  444. color: #1c1e2d;
  445. }
  446. /******弹出框2******/
  447. .popup-2 .popup-box {
  448. width: 600px;
  449. margin-left: -300px;
  450. }
  451. .popup-box .reminder {
  452. font-size: 12px;
  453. text-align: center;
  454. color: #66718f;
  455. }
  456. /******输入框******/
  457. .form-box {
  458. display: block;
  459. width: 100%;
  460. }
  461. .form-group {
  462. display: inline-block;
  463. width: 100%;
  464. position: relative;
  465. margin-bottom: 20px;
  466. }
  467. .form-group .form-label {
  468. display: block;
  469. width: 100%;
  470. font-size: 12px;
  471. margin-bottom: 8px;
  472. color: #7d8bb3;
  473. line-height: 16px;
  474. height: 16px;
  475. text-align: left;
  476. }
  477. .form-label-r-btn {
  478. float: right;
  479. color: #92a5eb;
  480. cursor: pointer;
  481. }
  482. .form-control {
  483. display: block;
  484. width: 100%;
  485. position: relative;
  486. text-align: left;
  487. }
  488. .form-control .text-input {
  489. display: inline-block;
  490. width: 100%;
  491. height: 50px;
  492. padding: 0 15px;
  493. background: #1c1e2d;
  494. border: 1px solid #3a3b54;
  495. color: #e6e6e6;
  496. }
  497. .form-control .btn {
  498. display: block;
  499. height: 18px;
  500. padding-left: 10px;
  501. position: absolute;
  502. top: 15px;
  503. right: 15px;
  504. z-index: 998;
  505. color: #8488f5;
  506. line-height: 18px;
  507. border-left: solid 1px hsla(0, 0%, 100%, .08);
  508. cursor: pointer;
  509. }
  510. .form-control .text-input:hover {
  511. border: 1px solid #92a5eb;
  512. }
  513. .form-control-company {
  514. font-size: 14px;
  515. color: #66718f;
  516. }
  517. /**************************头部**************************/
  518. .navbar {
  519. position: relative;
  520. width: 100%;
  521. min-width: 1200px;
  522. height: 50px;
  523. border: 0;
  524. background: #041b3a;
  525. padding-left: 16px;
  526. padding-right: 16px;
  527. z-index: 1001;
  528. margin-bottom: -50px;
  529. }
  530. .home-navbar {
  531. background: rgba(0, 0, 0, 0.1)
  532. }
  533. .header-logo {
  534. display: -webkit-box;
  535. display: -ms-flexbox;
  536. display: flex;
  537. -webkit-box-pack: justify;
  538. -ms-flex-pack: justify;
  539. justify-content: space-between;
  540. -webkit-box-align: center;
  541. -ms-flex-align: center;
  542. align-items: center;
  543. }
  544. .header-logo {
  545. height: 50px;
  546. float: left;
  547. }
  548. .header-logo a {
  549. height: 22px;
  550. display: block;
  551. font-size: 18px;
  552. font-weight: 600;
  553. color: #fff;
  554. line-height: 1;
  555. }
  556. .header-nav {
  557. display: block;
  558. height: 50px;
  559. width: 100%;
  560. }
  561. .navbar-nav {
  562. float: left;
  563. margin: 0;
  564. padding-left: 15px;
  565. }
  566. .navbar-nav li {
  567. float: left;
  568. position: relative;
  569. padding-left: 15px;
  570. padding-right: 15px;
  571. }
  572. .navbar-nav li a,
  573. .navbar-nav li span {
  574. display: inline-block;
  575. height: 50px;
  576. line-height: 50px;
  577. font-size: 14px;
  578. color: #e9e9e9;
  579. }
  580. .navbar-nav li span {
  581. cursor: pointer;
  582. }
  583. .navbar-nav li a.active {
  584. border-bottom: 3px solid #8488f5;
  585. color: #8488f5;
  586. }
  587. /***头部右边***/
  588. .navbar-right {
  589. float: right;
  590. }
  591. .header-menu-dropdowns {
  592. min-width: 160px;
  593. background: #232436;
  594. position: absolute;
  595. top: 50px;
  596. left: -10px;
  597. z-index: 1000;
  598. margin: 0;
  599. padding: 0;
  600. list-style: none;
  601. -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  602. -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  603. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  604. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  605. padding-bottom: 3px;
  606. }
  607. .header-menu-dropdowns li {
  608. display: block;
  609. width: 100%;
  610. overflow: hidden;
  611. white-space: nowrap;
  612. -o-text-overflow: ellipsis;
  613. text-overflow: ellipsis;
  614. padding: 0;
  615. }
  616. .header-menu-dropdowns li a, .header-menu-dropdowns li span {
  617. display: block;
  618. height: auto;
  619. min-width: 160px;
  620. line-height: 20px;
  621. padding: 10px 25px;
  622. color: #66718f;
  623. border-bottom: 1px solid transparent !important;
  624. /* text-transform: uppercase; */
  625. font-weight: normal;
  626. }
  627. .header-menu-dropdowns li a:hover {
  628. color: #8488f5;
  629. }
  630. /*头部我的*/
  631. .header-menu-my {
  632. left: -100px;
  633. }
  634. .user-desc-box {
  635. display: block;
  636. min-width: 200px;
  637. padding: 20px;
  638. background: url(../images/info01.png) no-repeat top center;
  639. background-size: cover;
  640. }
  641. .user-desc-box h2 {
  642. display: block;
  643. font-size: 14px;
  644. line-height: 20px;
  645. }
  646. .user-desc-box p {
  647. width: 100%;
  648. display: block;
  649. font-size: 14px;
  650. white-space: normal;
  651. word-wrap: break-word;
  652. word-break:break-all;
  653. }
  654. /*头部下载*/
  655. .header-download {
  656. display: none;
  657. min-width: 160px;
  658. background: #232436;
  659. position: absolute;
  660. top: 50px;
  661. right: -50px;
  662. z-index: 1000;
  663. margin: 0;
  664. padding: 0;
  665. list-style: none;
  666. -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  667. -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  668. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  669. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  670. padding-bottom: 3px;
  671. }
  672. .header-download li {
  673. padding: 15px;
  674. float: none;
  675. }
  676. .header-download-dropdowns {
  677. display: block;
  678. min-width: 256px;
  679. overflow: hidden;
  680. position: relative;
  681. }
  682. .header-download-qr {
  683. display: block;
  684. float: left;
  685. padding: 8px;
  686. border: solid 1px #eee;
  687. }
  688. .header-download-qr img {
  689. display: block;
  690. width: 108px;
  691. height: 108px;
  692. }
  693. .header-download-qrtext {
  694. display: block;
  695. float: left;
  696. padding: 10px;
  697. }
  698. .header-download-qrtext p {
  699. display: block;
  700. font-size: 14px;
  701. line-height: 30px;
  702. }
  703. /*头部语言*/
  704. .header-menu-language {
  705. /* display: none; */
  706. width: 300px;
  707. background: #232436;
  708. position: absolute;
  709. top: 50px;
  710. right: 0px;
  711. z-index: 1000;
  712. margin: 0;
  713. padding: 0;
  714. list-style: none;
  715. -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  716. -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  717. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  718. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  719. padding-bottom: 3px;
  720. }
  721. .header-menu-language li {
  722. display: block;
  723. width: 50%;
  724. float: left;
  725. }
  726. .header-menu-language li span {
  727. color: #66718f;
  728. }
  729. .header-menu-language li span:hover {
  730. color: #8488f5;
  731. }
  732. .header-menu-language li.active span {
  733. font-weight: bold;
  734. color: #8488f5;
  735. }
  736. /**************************底部**************************/
  737. .footer {
  738. position: relative;
  739. z-index: 2;
  740. background: #12131f;
  741. z-index: 999;
  742. min-width: 1200px;
  743. }
  744. .footer-view {
  745. width: 1200px;
  746. min-height: 235px;
  747. margin: 0 auto;
  748. padding: 35px 0;
  749. color: #fff;
  750. }
  751. .footer-view .footer-left {
  752. float: left;
  753. width: 340px;
  754. color: rgba(255, 255, 255, 0.30);
  755. }
  756. .footer-view .footer-left .footer-logo {
  757. font-size: 18px;
  758. color: #ccc;
  759. font-weight: 600;
  760. }
  761. .footer-view .footer-left p {
  762. font-size: 12px;
  763. margin-bottom: 10px;
  764. line-height: 17px;
  765. color: #ccc;
  766. }
  767. .footer-view .footer-left p a {
  768. color: #ccc;
  769. }
  770. .footer-view .footer-center {
  771. float: left;
  772. }
  773. .footer-view .footer-center .footer-list {
  774. display: inline-block;
  775. margin-left: 45px;
  776. vertical-align: top;
  777. }
  778. .footer-view .footer-center .footer-list.footer-list-a {
  779. min-width: 120px;
  780. max-width: 150px;
  781. }
  782. .footer-list h3 {
  783. font-size: 14px;
  784. color: rgba(255, 255, 255, 0.30);
  785. font-weight: bold;
  786. text-align: left;
  787. margin-bottom: 20px;
  788. }
  789. .footer-list li {
  790. margin-bottom: 10px;
  791. line-height: 20px;
  792. color: rgba(255, 255, 255, 0.9);
  793. }
  794. .footer-list li a {
  795. color: #ccc;
  796. font-size: 12px;
  797. }
  798. .footer-view .footer-right {
  799. float: right;
  800. max-width: 200px;
  801. }
  802. .footer-view .footer-right h3 {
  803. color: rgba(255, 255, 255, 0.30);
  804. margin-bottom: 20px;
  805. font-size: 14px;
  806. }
  807. .footer-view .contact-msg {
  808. color: #ccc;
  809. font-size: 12px;
  810. }
  811. .footer-view .contact-us {
  812. position: relative;
  813. display: block;
  814. min-height: 32px;
  815. }
  816. .footer-view .contact-icon {
  817. display: inline-block;
  818. width: 100%;
  819. }
  820. .footer-view .contact-icon .icon-li {
  821. width: 20px;
  822. height: 20px;
  823. float: left;
  824. border-radius: 50%;
  825. cursor: pointer;
  826. background: #ccc;
  827. margin: 0 10px 10px 0;
  828. position: relative;
  829. }
  830. .footer-view .contact-icon .wechat {
  831. background: url(../images/wechat.svg) no-repeat;
  832. background-size: 100%;
  833. border-radius: 16px;
  834. }
  835. .footer-view .contact-icon .tele {
  836. background: url(../images/telegram.svg) no-repeat;
  837. background-size: 100%;
  838. border-radius: 16px;
  839. }
  840. .footer-view .contact-icon .twitter {
  841. background: url(../images/twitter.svg) no-repeat;
  842. background-size: 100%;
  843. border-radius: 16px;
  844. }
  845. .footer-view .contact-icon .FaceFacebook {
  846. background: url(../images/facebook.svg) no-repeat;
  847. background-size: 100%;
  848. border-radius: 16px;
  849. }
  850. .footer-view .contact-icon .Medium {
  851. background: url(../images/facebook.svg) no-repeat;
  852. background-size: 100%;
  853. border-radius: 16px;
  854. }
  855. .footer-view .contact-icon .Reddit {
  856. background: url(../images/facebook.svg) no-repeat;
  857. background-size: 100%;
  858. border-radius: 16px;
  859. }
  860. .footer-view .contact-icon .Linkedin {
  861. background: url(../images/facebook.svg) no-repeat;
  862. background-size: 100%;
  863. border-radius: 16px;
  864. }
  865. .footer-view .contact-us ul li ul {
  866. display: none;
  867. position: absolute
  868. }
  869. /*鼠标进过显示*/
  870. .contact-us .icon-li .text-ul {
  871. display: none;
  872. position: absolute;
  873. bottom: -30px;
  874. left: 10px;
  875. background: #fff;
  876. z-index: 1000;
  877. }
  878. .contact-us .icon-li .text-ul li {
  879. color: #333;
  880. }
  881. .contact-us .icon-li .code-box {
  882. width: 116px;
  883. height: auto;
  884. background: #fff;
  885. border-radius: 6px;
  886. display: none;
  887. position: absolute;
  888. right: 30px;
  889. bottom: -60px;
  890. padding: 8px;
  891. box-sizing: border-box;
  892. z-index: 1000;
  893. }
  894. .contact-us .code-box .code {
  895. display: block;
  896. position: relative;
  897. widows: 100%;
  898. }
  899. .contact-us .code-box .code img {
  900. width: 100px;
  901. height: 100px;
  902. display: inline-block;
  903. }
  904. .contact-us .code p {
  905. color: #000;
  906. margin: 2px 0 0 0;
  907. text-align: center;
  908. font-size: 12px;
  909. }
  910. .contact-us .code-box em {
  911. width: 11px;
  912. height: 11px;
  913. transform: rotate(-45deg);
  914. -webkit-transform: rotate(-45deg);
  915. -moz-transform: rotate(-45deg);
  916. background: #fff;
  917. position: absolute;
  918. right: -14px;
  919. top: 52px;
  920. }