html {font-family: arial, 'Open Sans', sans-serif;-webkit-font-smoothing: antialiased;font-size: 14px;}html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, sub, b, u, i, dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, select {margin: 0;padding: 0;outline: 0;border: 0;background: transparent;vertical-align: baseline;box-sizing: border-box;}ul, ol {list-style: none;}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {display: block;}audio,canvas,progress,video {display: inline-block;vertical-align: baseline;}audio:not([controls]) {display: none;height: 0;}[hidden],template {display: none;}
a {background: transparent;}a:active,a:hover {outline: 0;}abbr[title] {border-bottom: 1px dotted;}b,strong {font-weight: bold;}dfn {font-style: italic;}h1 {font-size: 2em;margin: 0.67em 0;}mark {background: #ff0;color: #000;}small {font-size: 80%;}sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}sup {top: -0.5em;}sub {bottom: -0.25em;}img {border: 0;}svg:not(:root) {overflow: hidden;}figure {margin: 1em 40px;}hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0;}pre {overflow: auto;}
code,kbd,pre,samp {font-family: monospace, monospace;font-size: 1em;}button,input,optgroup,select,textarea {color: inherit;font: inherit;margin: 0;}button {overflow: visible;}button,select {text-transform: none;}button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer;}button[disabled],html input[disabled] {cursor: default;}button::-moz-focus-inner,input::-moz-focus-inner {border: 0;padding: 0;}input {line-height: normal;}input[type="checkbox"],input[type="radio"] {box-sizing: border-box;padding: 0;}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto;}
input[type="search"] {-webkit-appearance: textfield;-moz-box-sizing: content-box;-webkit-box-sizing: content-box;box-sizing: content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}fieldset {border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em;}legend {border: 0;padding: 0;}textarea {overflow: auto;}optgroup {font-weight: bold;}table {border-collapse: collapse;border-spacing: 0;}td,th {padding: 0;}a{text-decoration: none;color: #005fb4;}.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
@media print {* {text-shadow: none !important;color: #000 !important;background: transparent !important;box-shadow: none !important;} a, a:visited {text-decoration: underline;}a[href]:after {content: " (" attr(href) ")";} abbr[title]:after {content: " (" attr(title) ")";} a[href^="javascript:"]:after,a[href^="#"]:after {content: "";} pre,  blockquote {border: 1px solid #999;page-break-inside: avoid;}thead {display: table-header-group;}tr,img {page-break-inside: avoid;}img {max-width: 100% !important;}p, h2, h3 {orphans: 3;widows: 3;} h2,h3 {page-break-after: avoid;}select {background: #fff !important;}}
body {padding-top: 98px;background-color: #F2F6FA;}
.main{position:relative;margin:0 auto;width: 1200px;}
.main:after{content: '';display: block;clear: both;}
.clear:after{content: '';display: block;clear: both;}
.transition{transition: all .3s ease;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;-ms-transition: all .3s ease;}
.flex {display: flex;}
.flex-wrap {flex-wrap: wrap;}
.flex-1 {flex: 1;}
.flex-x-center {display: flex;justify-ontent: center;}
.flex-xy-center {display: flex;justify-content: center;align-items: center;}
.flex-y-center {display: flex;align-items: center;}
.flex-y-right {width: 260px;height: 16px;margin-left: 5px;text-align: right;}
.flex-end {display: flex;justify-content: flex-end;}
.flex-between {display: flex;justify-content: space-between;}
.line-1 {display: -webkit-box!important;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-line-clamp: 1;-webkit-box-orient: vertical!important;}
.line-2 {display: -webkit-box!important;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-line-clamp: 2;-webkit-box-orient: vertical!important;}

/* 登录 */
.login {position: relative;height: 100vh;background-repeat: no-repeat;background-position: center;background-size: cover;}
.login-main {width: 1100px;}
.login-main h1 {margin-bottom: 30px;font-size: 36px;color: #fff;}
.login-cont {position: relative;padding: 20px;background-color: #fff;border-radius: 15px;}
.login-tab {position: absolute;right: 0;top: 0;width: 90px;height: 90px;cursor: pointer;background: url("../images/login-bg.png") no-repeat center;text-align: right;}
.login-tab img {margin-top: 5px;margin-right: 5px;}
.login-tab .code {display: none;}
.login-tab.active .code {display: inline-block;}
.login-tab.active .user {display: none;}
.login-pic {width: 700px;display: none;}
.login-pic.code {display: block;}
.login-pic img {display: block;width: 100%;border-radius: 15px;}
.login-code {}
.login-tit {padding: 30px 0 40px 0;text-align: center;font-size: 28px;color: #3D3D3D;font-weight: 700;}
.login-code .code {width: 238px;height: 238px;margin: 0 auto 28px auto;box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);}
.login-code .code img {display: block;width: 100%;height: 100%;}
.login-cont .tip {width: 238px;margin: 0 auto;text-align: center;font-size: 15px;text-align: center;}
.login-code .tip span {color: #535BF4;}
.login-account {display: none;}
.login-form {width: 266px;margin: 0 auto;}
.login-form .item {margin-bottom: 38px;padding-left: 10px;border: 1px solid #D9D9D9;}
.login-form .item img {}
.login-form .item input {padding: 0 10px;height: 36px;line-height: 36px;}
.login-form .code {margin-bottom: 60px;}
.login-form .code .item {margin: 0;width: 0;}
.login-form .code .btn {width: 97px;height: 36px;margin-left: 5px;flex-shrink: 0;flex-grow: 0;}
.login-form .code .btn img {display: block;width: 100%;height: 100%;}
.login-form .submit {line-height: 40px;background: #5071FF;text-align: center;color: #fff;font-size: 18px;border-radius: 5px;}
.login-foot {position: absolute;left: 0;bottom: 20px;width: 100%;text-align: center;color: #fff;font-size: 12px;}
.login-foot p {display: inline-block;margin: 0 23px;}

/* 头部底部 */
.header {position: fixed;left: 0;top: 0;z-index: 3;width: 100%;background: #fff;}
.header-logo {display: block;width: 290px;}
.header-logo img {display: block;width: 100%;}
.header-menu {line-height: 98px;}
.header-menu a {position: relative;margin: 0 28px;display: block;font-size: 18px;color: #3D3D3D;}
.header-menu a:before {content: '';position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);display: none;width: 130%;height: 2px;background: #016FFF;}
.header-menu a:hover {color: #016FFF;}
.header-menu a:hover:before {display: block;}
.header-menu a.active {color: #016FFF;}
.header-menu a.active:before {display: block;}
.header-contact {}
.header-contact img {width: 36px;display: block;}
.header-contact .cont {padding-left: 5px;font-weight: 700;color: #0080FF;font-size: 16px;}
.header-contact .cont .num {font-size: 19px;}
.footer {background: #0B1D30;}
.footer .main {padding-top: 30px;padding-bottom: 40px;}
.footer-menu {}
.footer-tit {margin-bottom: 12px;display: block;font-size: 14px;color: #fff;}
.footer-menu-item .cont {margin-right: 74px;}
.footer-menu-item .cont a {margin-bottom: 14px;display: block;font-size: 12px;color: #CECACA;}
.footer-contact {text-align: center;}
.footer-contact .wechat {width: 65px;font-size: 12px;color: #CECACA;}
.footer-contact .wechat img {display: block;width: 100%;margin-top: 3px;}
.footer-phone {padding: 30px 140px 0 140px;font-size: 12px;color: #CECACA;}
.footer-phone .num {padding: 4px 0;font-size: 18px;font-weight: 700;color: #fff;}
.footer-desc {padding: 19px 0;text-align: center;font-size: 12px;color: #CECACA;border-top: 1px solid rgba(206, 197, 197, 0.3);}
.footer-desc span {display: inline-block;padding: 0 31px;}

/* 首页 */
.banner {position: relative}
.banner-ul {}
.banner-li {height: 400px;background-position: center;background-size: cover;}
.banner .owl-theme .owl-controls{position:relative;bottom:10px;margin-top: -18px;}
.banner .owl-theme .owl-controls .owl-page span{width: 35px;height: 5px;background-color: #C5BABA;opacity: 1;border-radius: 0;}
.banner .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{background-color: #fff;}
.banner-main {position: absolute; top: 50%;right: 50%;transform: translate(600px, -50%);width: 256px;padding: 30px 30px 10px;background: #fff;border-radius: 8px;text-align: center;}
.banner-main .avatar {margin: 0 auto 8px auto;width: 56px;height: 56px;}
.banner-main .tip {margin-bottom: 24px;font-size: 13px;color: #A4A4A4;line-height: 20px;}
.banner-main .btn {margin-bottom: 20px;display: block;line-height: 40px;border: 1px solid rgba(1, 111, 255, 0.8);color: #016FFF;font-size: 14px;}
.banner-main .btn.bg {background: #016FFF;color: #fff;}
.banner-main .phone {font-size: 13px;color: #348CFF;}
.home {padding-top: 9px;padding-bottom: 27px;}
.home-main {}
.home-cont {margin-left: 17px;width: 270px;}
.home-news {padding: 0 22px;margin-bottom: 11px;border: 1px solid #E2DBDB;background-color: #fff;}
.home-tit {position: relative;padding: 20px 0 20px 10px;font-size: 18px;color: #3D3D3D;}
.home-tit:before {content: '';position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 3px;height: 18px;background-color: #016FFF;}
.home-news-menu {border-bottom: 2px solid #E4E7ED}
.home-news-menu a {margin-bottom: -2px;margin-right: 25px;padding: 0 3px 10px 3px;font-size: 18px;color: #3D3D3D;border-bottom: 2px solid transparent;}
.home-news-menu a:hover {border-color: #016FFF;}
.home-news-menu a.active {border-color: #016FFF;}
.home-news-type {padding: 8px 0;}
.home-news-type .list {}
.home-news-type .list a {padding: 0 10px;margin-right: 15px;line-height: 32px;border: 1px solid #E2DBDB;font-size: 16px;color: #2B2B2B;}
.home-news-type .list a:hover {background-color: #016FFF;color: #fff;border-color: #016FFF;}
.home-news-type .list a.active {background-color: #016FFF;color: #fff;border-color: #016FFF;}
.home-news-type .more {font-size: 16px;color: #3D3D3D;}
.home-news-list {}
.home-news-list a {margin: 7px 0;padding: 12px;font-size: 16px;color: #3D3D3D;}
.home-news-list a .tit {margin-right: 30px;}
.home-news-list a:hover {background-color: #E4F7F9;}
.home-step {padding: 0 22px 22px 22px;border: 1px solid #E2DBDB;background-color: #fff;}
.home-step-ul {}
.home-step-li {padding: 6px;}
.home-step-li .cont {position: relative;padding: 15px;height: 165px;border: 1px solid #DFDFDF;border-radius: 7px;background: url("../images/step-bg.png") no-repeat right bottom;}
.home-step-li .tit {margin-bottom: 6px;font-size: 16px;color: #3D3D3D;font-weight: bold;}
.home-step-li .tit span {padding: 5px;display: inline-block;background: url("../images/title-bg.png") no-repeat center;font-size: 20px;}
.home-step-li img {position: absolute;right: 0;bottom: 0;}
.home-menu {}
.home-menu-a {margin-bottom: 17px;padding: 0 27px;height: 95px;background: url("../images/menu-bg.png") no-repeat center;background-size: cover;}
.home-menu-a .tit {margin-bottom: 15px;font-size: 18px;font-weight: bold;color: #3D3D3D;}
.home-menu-a .btn {width: 69px;line-height: 25px;border-radius: 1px;background: #016FFF;text-align: center;color: #fff;font-size: 12px;}
.home-menu-a img {width: 50px;}
.home-notice {margin-bottom: 16px;background: #fff;border: 1px solid #DBDBDB;}
.home-notice-tit {padding: 0 20px;line-height: 50px;font-size: 18px;color: #3D3D3D;background: #F5F6F9;border-bottom: 1px solid #DBDBDB;}
.home-notice-tit a {font-size: 16px;color: #3D3D3D;}
.home-notice-list {padding: 8px 14px;}
.home-notice-list .item {margin: 10px 0;display: flex;font-size: 15px;color: #13111A;}
.home-notice-list .item a {margin-left: 30px;display: block;color: #016FFF;word-break: keep-all;}
.home-notice-list a:hover {color: #016FFF;}

/* 交易信息 */
.current {padding: 23px 0;font-size: 14px;color: #016FFF;}
.current a {color: #3D3D3D;}
.current span {margin: 0 10px;display: block;color: #B8ACAC;}
.content {padding: 0 25px;margin-bottom: 35px;background: #fff;border: 1px solid #E2DBDB;}
.trade {padding-bottom: 60px;}
.trade-top {margin-bottom: 14px;border-bottom: 1px solid #E2DBDB;}
.trade-top .home-tit {font-size: 16px;}
.trade-search {height: 34px;border: 1px solid #016FFF;border-radius: 17px;}
.trade-search input {width: 240px;height: 34px;padding: 0 23px;line-height: 32px;}
.trade-search button {width: 70px;height: 34px;border-radius: 16px;background: #016FFF;color: #fff;border: none;}
.trade-filt {padding: 5px 13px;margin-bottom: 35px;background: #F0F6FE;}
.trade-filt-item {padding: 8px 0;line-height: 25px;}
.trade-filt-item .tit {font-size: 14px;font-weight: 500;color: #3D3D3D;}
.trade-filt-item a {display: block;padding: 0 10px;margin-left: 6px;font-size: 16px;color: #2B2B2B;}
.trade-filt-item a:hover {background: #E5F0FF;color: #016FFF;}
.trade-filt-item a.active {background: #E5F0FF;color: #016FFF;}
.trade-table {width: 100%;text-align: center;}
.trade-table tr th {line-height: 45px;background: #EBEEF5;}
.trade-table tr td {padding: 12px;font-size: 16px;color: #13111A;line-height: 20px;cursor: pointer;}
.trade-table tr:hover td {color: #764DF0;}

/* 信息详情 */
.trade-detail {min-height:68vh;}
.trade-detail-top {padding: 20px 0 10px 0;font-size: 28px;color: #3D3D3D;}
.trade-detail-top .type {padding: 0 12px;margin-right: 15px;height: 30px;line-height: 30px;display: block;border-radius: 3px;background: #FFF4E6;border: 1px solid #FDCD8C;font-size: 18px;color: #FC9306;}
.trade-detail-top .tit {margin-bottom: 5px;text-align: center;font-size: 26px;color: #3D3D3D;}
.trade-detail-top .time {margin-bottom: 10px;text-align: center;font-size: 12px;color: #706969;}
.trade-detail-menu {border-bottom: 1px solid #E4E7ED;}
.trade-detail-menu a {margin-bottom: -1px;padding: 0 15px;line-height: 38px;font-size: 14px;color: #5E5C5C;background: #F5F6F9;border: 1px solid #E4E7ED;}
.trade-detail-menu a:hover {color: #016FFF;}
.trade-detail-menu a.active {border-top: 2px solid #0256FF;border-bottom: none;background: #fff;color: #016FFF;}
.trade-detail-main {padding: 25px 0;font-size: 15px;line-height: 23px;color: #3D3D3D;}
.trade-detail-main .file {}
.trade-detail-main .file a {padding: 5px 0;display: inline-block;font-size: 15px;color: #3D3D3D;}
.trade-detail-main .file a:hover {color: #016FFF;}
.trade-detail-cont {margin-left: 13px;width: 270px;padding-top: 0px;}
.trade-detail-date {margin-bottom: 15px;background: #fff;border: 1px solid #E2DBDB;}
.trade-detail-tit {padding: 0 15px;line-height: 50px;color: #3D3D3D;border-bottom: 1px solid #E2DBDB;background: #F5F6F9;font-size: 16px;}
.trade-detail-date .cont {padding: 15px;text-align: center;}
.trade-detail-date .count {}
.trade-detail-date .count p {width: 32px;line-height: 40px;border-radius: 3px;background: #EBF3FC;border: 1px solid #A2DDFD;font-size: 20px;color: #016FFF;}
.trade-detail-date .count span {margin: 0 4px;font-size: 16px;color: #3D3D3D;}
.trade-detail-date .time {padding: 18px 0;font-size: 14px;color: #FF0000;}
.trade-detail-date .btn {display: block;line-height: 34px;border-radius: 2px;line-height: 34px;color: #fff;background: #016FFF;}
.trade-detail-stroke {background: #fff;border: 1px solid #E2DBDB;}
.trade-detail-ul {position: relative;padding: 15px 15px 0;color: #515253;}
.trade-detail-li {position: relative;padding-left: 23px;padding-bottom: 30px;font-size: 12px;color: #515253;}
.trade-detail-li:last-child:before {display: none;}
.trade-detail-li:before {content: ''; position: absolute;left: 6px;top: 19px;height: 65%;width: 2px;background: #B7BBC1;}
.trade-detail-li:after {content: '';position: absolute;left: 0;top: 0;width: 15px;height: 15px;border-radius: 50%;background: #B7BBC1;}
.trade-detail-li .time {margin-bottom: 3px;font-size: 15px;font-weight: 500;}
.trade-detail-li.active {color: #016FFF;}
.trade-detail-li.active:after {background: #016FFF;}

/* 帮助中心 */
.help {}
.help-top {padding: 50px 110px;}
.help-top img {display: block;width: 258px;}
.help-top .trade-search {margin-top: 60px;height: 46px;border-radius: 23px;}
.help-top .trade-search input {width: 380px;height: 46px;line-height: 46px;}
.help-top .trade-search button {width: 96px;height: 46px;border-radius: 23px;font-size: 16px;}
.help-section {margin-bottom: 60px;}
.help-tit {margin-bottom: 30px;font-size: 16px;color: #969191;text-align: center;}
.help-tit .tit {position: relative;margin-bottom: 30px;font-size: 24px;color: #3D3D3D;font-weight: bold;}
.help-tit .tit:before {content: '';position: absolute;width: 29px;height: 3px;top: 50%;transform: translateY(-50%);background: #177AE6;}
.help-tit .tit:after {content: '';position: absolute;width: 29px;height: 3px;top: 50%;transform: translateY(-50%);background: #177AE6;}
.help-tit .tit:before {left: 50%;transform: translateX(220%);}
.help-tit .tit:after {right: 50%;transform: translateX(-220%);}
.help-ul {}
.help-li {padding: 16px;width: 33.333%;}
.help-li a {padding-left: 35px;height: 108px;border-radius: 5px;border: 1px solid #F6F6F6;box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.3);}
.help-li a:hover {box-shadow: 0px 0px 14px -4px rgba(60, 51, 223, 0.6);}
.help-li img {width: 36px;height: 36px;}
.help-li .cont {padding-left: 24px;font-size: 14px;color: #A2A0A0;}
.help-li .cont .tit {margin-bottom: 10px;font-size: 18px;color: #2E2C2C;}


.common-page{padding: 40px 0;font-size: 13px;color: #5D5A5A;word-break: keep-all;}
.common-page select{margin: 0 18px;padding-left: 10px;width: 85px;height: 25px;border-radius: 2px;border: 1px solid #BEB7B7;}
.common-page .page{font-family: "宋体";}
.common-page .page a{margin: 0 3px;display: block;width: 24px;height: 24px;line-height: 24px;text-align: center;background: #F4F4F5;color: #5E5A5A;}
.common-page .page a.active{background: #409EFF;color: #fff;}
.common-page .go{margin-left: 25px;}
.common-page .go p{margin: auto;}
.common-page .go input{margin: 0 5px;width: 39px;height: 25px;text-align: center;border-radius: 2px;border: 1px solid #BEB7B7;}








