@charset "utf-8"; /* CSS Document */ html { min-height: 100%; } body { min-width: 1200px; min-height: 100%; background: #f9f9f9; position: relative; color: #ccc; } * { margin: 0; padding: 0; border: 0; -webkit-box-sizing: border-box; box-sizing: border-box; } a { text-decoration: none; outline: none; } a:hover, a:link, a:active { text-decoration: none; outline: none; } ul, li { list-style: none; } h1, h2, h3, h4, h5, h6 { font-weight: normal; } i, em { font-style: normal; } img { border: none; outline: none; vertical-align: top; } input, textarea, button { color: #111; border: none; background: none; outline: none; } input, textarea { -webkit-appearance: none; appearance: none; border-radius: 0; } input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #aaa; } ::-webkit-scrollbar { width: 0; height: 0; display: none } .global-width { display: block; margin: 100px auto; color: #ccc; } .container { width: 1200px; margin: 0 auto; position: relative; } main { width: 100%; min-width: 1200px; min-height: 500px; overflow: hidden; display: block; } section { display: block; width: 100%; } /*tab*/ .tab-title { display: block; overflow: hidden; width: 100%; background: #26283c; } .tab-title ul { width: 100%; border-collapse: collapse; table-layout: fixed; display: table; } .tab-title ul li { display: table-cell; } .tab-title li span, .tab-title li a { line-height: 50px; font-size: 14px; color: #ccc; text-align: center; display: block; position: relative; cursor: pointer; } .tab-title ul li.active span { color: #8488f5; } .tab-container { width: 100%; overflow: hidden; } .tab-container .tab-box { width: 100%; overflow: hidden; position: relative; } /*table*/ .table { width: 100%; max-width: 100%; } table { border-spacing: 0; border-collapse: collapse; } .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { padding: 12px 8px; line-height: 1.42857143; vertical-align: top; border-bottom: 1px solid #2e2f43; text-overflow: ellipsis; vertical-align: middle; text-align: center; color: #66718f; font-size: 14px; } .table>tbody>tr>td .cell { color: #ccc; font-size: 12px; cursor: pointer; } .table>thead>tr>th .cell .el-checkbox_inner { background: #1c1e2d; border: 1px solid #3a3b54; width: 14px; height: 14px; cursor: not-allowed; display: inline-block; position: relative; vertical-align: middle; } .cell .set-default input[type=radio], .cell .set-default input[type=checkbox] { margin: 0 } .cell .revoke-btn { color: #8488f5; cursor: pointer; } /*涨跌色*/ .red-text { color: #f55d5d !important; } .green-text { color: #00c295 !important; } /*买入卖出按钮背景色*/ .red-btn-bg { background: #f55d5d !important; } .red-btn-bg:hover { background: #b34747 !important; } .red-btn-bg2 { background: #b34747; } .green-btn-bg { background: #01c294 !important; } .green-btn-bg:hover { background: #369964 !important; } .green-btn-bg2 { background: #369964 !important; } /*字体颜色*/ .hc-color1 { color: #f55d5d !important; } .hc-color2 { color: #00c295 !important; } .hc-color3 { color: #ccc !important; } .hc-color4 { color: #8488f5 !important; } .hc-color6 { color: #596380 !important; } /*宽度*/ .wdith-65 { width: 65%; } .wdith-35 { width: 35%; } /*背景*/ .hc-bgColor3 { background: #26283c; } /*边框*/ .hc-border { border-color: #4f5273 !important; } /*边距*/ .margin0 { margin: 0 !important; } .margin-t0 { margin-top: 0 !important; } /*字体居中-左-右*/ .is-left { text-align: left !important; } .is-center { text-align: center !important; } .is-right { text-align: right !important; } /*浮动*/ .float-r { float: right !important; } /***当前位置***/ .hc-breadcrumb { margin-top: 40px; margin-bottom: 20px; height: 60px; line-height: 60px; width: 100%; font-size: 16px; background: #26283c; position: relative; } .hc-breadcrumb span { margin-left: 30px; color: #ccc; /* cursor: pointer; */ } .hc-breadcrumb-icon { margin: 0 10px; width: 10px; height: 14px; display: inline-block; background: url(../images/ico_right.png)no-repeat center bottom; background-size: 6px; } .second-position { margin: 0; } .second-position img { height: 16px; vertical-align: middle; margin-right: 5px; } /**********通用弹框**********/ /**************************/ /******主体******/ .popup { width: 100%; height: 100%; background: rgba(0, 0, 0, .5); overflow: hidden; position: fixed; top: 0; left: 0; z-index: 99999; display: none; } .popup-bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; } /******弹出框******/ /*------主体------*/ .popup-box { width: 420px; background: #2b2d42; border-radius: 4px; overflow: hidden; position: absolute; left: 50%; top: 20%; margin-left: -210px; z-index: 2; box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1); } .popup-box-title { width: 100%; font-size: 18px; color: #333; text-align: center; background: #232436; padding: 15px; position: relative; color: #e6e6e6; } .popup-box-close { width: 16px; height: 16px; content: ''; background: url("../images/icon_close_gray.png") no-repeat center; background-size: 12px auto; position: absolute; right: 15px; top: 19px; cursor: pointer; } .popup-box-close:hover { background: url("../images/icon_close_gray_hover.png") no-repeat center; background-size: 12px auto; } /*------内容框和滚动条样式------*/ .popup-box-content { width: 100%; min-height: 150px; overflow-x: hidden; overflow-y: auto; padding: 15px; } .popup-box-content::-webkit-scrollbar { width: 5px; display: block; } .popup-box-content::-webkit-scrollbar-track { width: 5px; background: #fff; border-radius: 2px; } /*轨道*/ .popup-box-content::-webkit-scrollbar-thumb { height: 30px; background: #ddd; border-radius: 2px; } /*滚动块*/ .tips-one { display: block; padding: 40px 50px; width: 100%; } .row-style { display: block; width: 100%; } .row-style .title { font-weight: 700; font-size: 14px; } .row-style .content { margin-top: 5px; font-size: 14px; color: #66718f; } /*------按钮------*/ .popup-submit { width: 100%; overflow: hidden; } .popup-submit button { width: 50%; height: 36px; font-size: 14px; text-align: center; float: left; } .popup-submit .confirm-btn { font-size: 14px; color: #12131f; } .popup-submit .cancle-btn { color: #ccc; } .popup-submit .submit-button1 { display: block; width: 310px; margin: 0 auto 20px auto; background: #8488f5; border-color: #8488f5; font-size: 16px; padding: 9px 15px; border-radius: 3px; line-height: 1; float: none; cursor: pointer; } .button-box { display: block; margin-top: 50px; } .form-submit-btn2 { height: 50px; width: 100%; font-size: 18px; margin-top: 30px; background: #1c1e2d; border: 1px solid #4f5273; border-radius: 4px; cursor: pointer; color: #92a5eb; } .form-submit-btn2:hover { background: #8275ff; border-color: #8275ff; color: #1c1e2d; } /******弹出框2******/ .popup-2 .popup-box { width: 600px; margin-left: -300px; } .popup-box .reminder { font-size: 12px; text-align: center; color: #66718f; } /******输入框******/ .form-box { display: block; width: 100%; } .form-group { display: inline-block; width: 100%; position: relative; margin-bottom: 20px; } .form-group .form-label { display: block; width: 100%; font-size: 12px; margin-bottom: 8px; color: #7d8bb3; line-height: 16px; height: 16px; text-align: left; } .form-label-r-btn { float: right; color: #92a5eb; cursor: pointer; } .form-control { display: block; width: 100%; position: relative; text-align: left; } .form-control .text-input { display: inline-block; width: 100%; height: 50px; padding: 0 15px; background: #1c1e2d; border: 1px solid #3a3b54; color: #e6e6e6; } .form-control .btn { display: block; height: 18px; padding-left: 10px; position: absolute; top: 15px; right: 15px; z-index: 998; color: #8488f5; line-height: 18px; border-left: solid 1px hsla(0, 0%, 100%, .08); cursor: pointer; } .form-control .text-input:hover { border: 1px solid #92a5eb; } .form-control-company { font-size: 14px; color: #66718f; } /**************************头部**************************/ .navbar { position: relative; width: 100%; min-width: 1200px; height: 50px; border: 0; background: #041b3a; padding-left: 16px; padding-right: 16px; z-index: 1001; margin-bottom: -50px; } .home-navbar { background: rgba(0, 0, 0, 0.1) } .header-logo { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .header-logo { height: 50px; float: left; } .header-logo a { height: 22px; display: block; font-size: 18px; font-weight: 600; color: #fff; line-height: 1; } .header-nav { display: block; height: 50px; width: 100%; } .navbar-nav { float: left; margin: 0; padding-left: 15px; } .navbar-nav li { float: left; position: relative; padding-left: 15px; padding-right: 15px; } .navbar-nav li a, .navbar-nav li span { display: inline-block; height: 50px; line-height: 50px; font-size: 14px; color: #e9e9e9; } .navbar-nav li span { cursor: pointer; } .navbar-nav li a.active { border-bottom: 3px solid #8488f5; color: #8488f5; } /***头部右边***/ .navbar-right { float: right; } .header-menu-dropdowns { min-width: 160px; background: #232436; position: absolute; top: 50px; left: -10px; z-index: 1000; margin: 0; padding: 0; list-style: none; -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); padding-bottom: 3px; } .header-menu-dropdowns li { display: block; width: 100%; overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; padding: 0; } .header-menu-dropdowns li a, .header-menu-dropdowns li span { display: block; height: auto; min-width: 160px; line-height: 20px; padding: 10px 25px; color: #66718f; border-bottom: 1px solid transparent !important; /* text-transform: uppercase; */ font-weight: normal; } .header-menu-dropdowns li a:hover { color: #8488f5; } /*头部我的*/ .header-menu-my { left: -100px; } .user-desc-box { display: block; min-width: 200px; padding: 20px; background: url(../images/info01.png) no-repeat top center; background-size: cover; } .user-desc-box h2 { display: block; font-size: 14px; line-height: 20px; } .user-desc-box p { width: 100%; display: block; font-size: 14px; white-space: normal; word-wrap: break-word; word-break:break-all; } /*头部下载*/ .header-download { display: none; min-width: 160px; background: #232436; position: absolute; top: 50px; right: -50px; z-index: 1000; margin: 0; padding: 0; list-style: none; -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); padding-bottom: 3px; } .header-download li { padding: 15px; float: none; } .header-download-dropdowns { display: block; min-width: 256px; overflow: hidden; position: relative; } .header-download-qr { display: block; float: left; padding: 8px; border: solid 1px #eee; } .header-download-qr img { display: block; width: 108px; height: 108px; } .header-download-qrtext { display: block; float: left; padding: 10px; } .header-download-qrtext p { display: block; font-size: 14px; line-height: 30px; } /*头部语言*/ .header-menu-language { /* display: none; */ width: 300px; background: #232436; position: absolute; top: 50px; right: 0px; z-index: 1000; margin: 0; padding: 0; list-style: none; -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); padding-bottom: 3px; } .header-menu-language li { display: block; width: 50%; float: left; } .header-menu-language li span { color: #66718f; } .header-menu-language li span:hover { color: #8488f5; } .header-menu-language li.active span { font-weight: bold; color: #8488f5; } /**************************底部**************************/ .footer { position: relative; z-index: 2; background: #12131f; z-index: 999; min-width: 1200px; } .footer-view { width: 1200px; min-height: 235px; margin: 0 auto; padding: 35px 0; color: #fff; } .footer-view .footer-left { float: left; width: 340px; color: rgba(255, 255, 255, 0.30); } .footer-view .footer-left .footer-logo { font-size: 18px; color: #ccc; font-weight: 600; } .footer-view .footer-left p { font-size: 12px; margin-bottom: 10px; line-height: 17px; color: #ccc; } .footer-view .footer-left p a { color: #ccc; } .footer-view .footer-center { float: left; } .footer-view .footer-center .footer-list { display: inline-block; margin-left: 45px; vertical-align: top; } .footer-view .footer-center .footer-list.footer-list-a { min-width: 120px; max-width: 150px; } .footer-list h3 { font-size: 14px; color: rgba(255, 255, 255, 0.30); font-weight: bold; text-align: left; margin-bottom: 20px; } .footer-list li { margin-bottom: 10px; line-height: 20px; color: rgba(255, 255, 255, 0.9); } .footer-list li a { color: #ccc; font-size: 12px; } .footer-view .footer-right { float: right; max-width: 200px; } .footer-view .footer-right h3 { color: rgba(255, 255, 255, 0.30); margin-bottom: 20px; font-size: 14px; } .footer-view .contact-msg { color: #ccc; font-size: 12px; } .footer-view .contact-us { position: relative; display: block; min-height: 32px; } .footer-view .contact-icon { display: inline-block; width: 100%; } .footer-view .contact-icon .icon-li { width: 20px; height: 20px; float: left; border-radius: 50%; cursor: pointer; background: #ccc; margin: 0 10px 10px 0; position: relative; } .footer-view .contact-icon .wechat { background: url(../images/wechat.svg) no-repeat; background-size: 100%; border-radius: 16px; } .footer-view .contact-icon .tele { background: url(../images/telegram.svg) no-repeat; background-size: 100%; border-radius: 16px; } .footer-view .contact-icon .twitter { background: url(../images/twitter.svg) no-repeat; background-size: 100%; border-radius: 16px; } .footer-view .contact-icon .FaceFacebook { background: url(../images/facebook.svg) no-repeat; background-size: 100%; border-radius: 16px; } .footer-view .contact-icon .Medium { background: url(../images/facebook.svg) no-repeat; background-size: 100%; border-radius: 16px; } .footer-view .contact-icon .Reddit { background: url(../images/facebook.svg) no-repeat; background-size: 100%; border-radius: 16px; } .footer-view .contact-icon .Linkedin { background: url(../images/facebook.svg) no-repeat; background-size: 100%; border-radius: 16px; } .footer-view .contact-us ul li ul { display: none; position: absolute } /*鼠标进过显示*/ .contact-us .icon-li .text-ul { display: none; position: absolute; bottom: -30px; left: 10px; background: #fff; z-index: 1000; } .contact-us .icon-li .text-ul li { color: #333; } .contact-us .icon-li .code-box { width: 116px; height: auto; background: #fff; border-radius: 6px; display: none; position: absolute; right: 30px; bottom: -60px; padding: 8px; box-sizing: border-box; z-index: 1000; } .contact-us .code-box .code { display: block; position: relative; widows: 100%; } .contact-us .code-box .code img { width: 100px; height: 100px; display: inline-block; } .contact-us .code p { color: #000; margin: 2px 0 0 0; text-align: center; font-size: 12px; } .contact-us .code-box em { width: 11px; height: 11px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); background: #fff; position: absolute; right: -14px; top: 52px; }