body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, figcaption, figure, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font: 12px/1 Lucida Grande,'Microsoft YaHei',"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
}
body,html{
    background: #EDEDED !important;
    height: auto;
}

h1 {
  font-size: 18px;
  font-weight: normal;
}

h2 {
  font-size: 16px;
  font-weight: normal;
}

h3 {
  font-size: 14px;
  font-weight: normal;
}

h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

address, cite, dfn, em, var {
  font-style: normal;
}

code, kbd, pre, samp, tt {
  font-family: "Courier New",Courier,monospace;
}

small {
  font-size: 12px;
}

ul, ol, li {
  list-style: none;
}

a:active, a:focus, a:hover {
  text-decoration: none;
  border: none;
  outline: none;
}

abbr[title], acronym[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

q:before, q:after {
  content: '';
}

legend {
  color: #000;
}

fieldset, img {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: 0;
  height: 1px;
}

* {
  -ms-word-break: break-all;
  word-break: break-all;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-tap-highlight-color: transparent;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.color008900 {
  color: #0f0  !important;
}

.color862725 {
  color: #862725  !important;
}

.color_d90000 {
  color: #d90000  !important;
}

[v-cloak] {
  display: none;
}

html {
  font-size: 20px;
  font-size: 5.33333vw;
}

@media screen and (max-width: 320px) {
  html {
    font-size: 17.06667px;
  }
}

@media screen and (min-width: 540px) {
  html {
    font-size: 28.8px;
  }
}

/* @media screen and (min-width: 1080px) {
    html {
        font-size: 38px;
    }
} */
.fontsize_20 {
  font-size: 0.96rem;
  white-space: nowrap;
}

.margin_t_20 {
  margin-top: 10px;
}

.border_t_1_ccc {
  border-top: 1px solid #ccc;
}

.border_b_1_862725 {
  border-bottom: 1px solid #862725;
}

.border_tb_1_ccc {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.border_t_1_ffffff {
  border-top: 1px solid #444;
}

.color333 {
  color: #ffbf24  !important;
}

.color_E51C23 {
  color: #E51C23;
}

.padding_b_10 {
  padding-bottom: 0.26667rem;
}

.padding_t_10 {
  padding-top: 0.26667rem;
}

.padding_tb_5 {
  padding: 0.13333rem 0;
}

.padding_tb_10 {
  padding: 0.26667rem 0;
}

.margin_tb_10 {
  margin: 0.26667rem 0;
}

.padding_tb_20 {
  padding: 0.53333rem 0;
}

.margin_b_0 {
  margin-bottom: 0 !important;
}

header {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: fixed;
  top: 0;
  z-index: 99999999;
  border-bottom: 1px solid rgba(245, 245, 245, 0.3);
}

header .logo_wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.66667rem 0.53333rem 0.63333rem 0.53333rem;
  overflow: hidden;
  background: #000000;
}

header .logo_wrap .logo {
  width: 6.72rem;
}

header .logo_wrap .logo_zhaojin {
  width: 6.72rem;
}

header .logo_wrap .r_icon {
    display: block;
}
header .logo_wrap .r_icon img {
    width: 1.60rem;
}

header .header_div {
  background-color: #313131;
  color: #E51C23;
  font-size: 0.74667rem;
  text-align: right;
  overflow: hidden;
}

header .header_div .shijian {
    position: relative;
    padding: 0 0.66667rem 0 0;
    height: 1.46667rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
}

header .header_div .shijian .icon_time {
  display: inline-block;
  width: 0.93333rem;
  margin-right: 0.4rem;
}

header .header_div .shijian .open_mark {
  margin-left: 0.4rem;
  padding: 0 0.13333rem;
  border-radius: 3px;
}

header .header_div .desc {
  width: auto;
  line-height: 0.8rem;
  text-align: right;
}

footer {
  width: 100%;
  height: 2.13333rem;
  line-height: 2.13333rem;
  background: #292929;
  margin: 0 auto;
  opacity: 1 !important;
  position: fixed;
  z-index: 99999999;
  bottom: 0;
  border-top: 1px solid #f6f6f6;
  font-size: 0.64rem;
  font-weight: bold;
}

footer .list {
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
}

footer .list .item {
  flex: 1;
  position: relative;
  float: left;
  overflow: hidden;
  color: #333;
  text-align: center;
}

footer .list .item.active {
  background-color: #000;
}

footer .list .item.active .link {
  color: #fff;
}

footer .list .item .link {
  color: #fff;
  display: block;
  z-index: 9999999999;
  opacity: 1;
  width: 100%;
  text-decoration: none;
}

.company_info {
  padding: 0.48rem 0.53333rem;
  font-weight: normal;
  background:#000;
}

.company_info p {
  font-size: 0.64rem;
  line-height: 1.06667rem;
  color: #eee;
}

.company_info p a {
  color: #fff;
}

.company_info .code {
  padding: 0.37333rem 0 0.57333rem 0;
  text-align: center;
}

.company_info .code img {
  display: block;
  width: 4.88rem;
  margin: 0 auto;
}

/*公告*/
.notice_info {
  padding: 0.48rem 0.53333rem;
  font-weight: normal;
  background:#FFF;
}

.notice_info p {
  font-size: 0.64rem;
  line-height: 1.06667rem;
  /*color: #000;*/
}

.notice_info p a {
  color: #fff;
}

.notice_info .code {
  padding: 0.37333rem 0 0.57333rem 0;
  text-align: center;
}

.notice_info .code img {
  display: block;
  width: 4.88rem;
  margin: 0 auto;
}

#index {
  width: 100%;
  position: relative;
}
#index header table {
    width: 100%;
}
#index header table thead tr:first-child {
    border-bottom: 1px solid #444;
}
#index header  table tr th {
    background: #000;
    color: #fff;
    font-size: 1.06667rem;
    font-weight: 700;
    text-align: center;
    padding: 0.53333rem 0;
    border-right: 1px solid #444;
}


#index section {
  width: 100%;
  overflow: auto;
  margin: 0 auto;
  font-size: 0.69333rem;
  background: #EDEDED;
  border: none;
}

#index section .gold_wrap {
  padding: 7.625rem 0 2.13333rem 0;
}

#index section .gold_wrap table {
  width: 100%;
  /*margin-bottom: 0.15333rem;*/
}

#index section .gold_wrap table tr:nth-child(odd) {
  /*background: #252525;*/
  background: #000;
}

#index section .gold_wrap table tr:nth-child(even) {
  background: #313131;
}

#index section .gold_wrap table tr:last-child {
  border-bottom: 1px solid #ccc;
}

#index header .gold_wrap table thead tr:first-child {
    border-bottom: 1px solid #444;
}

#index section .gold_wrap table tr:first-child {
    border-bottom: none;
}

#index section .gold_wrap table tr th {
  background: #000;
  color: #fff;
  font-size: 1.06667rem;
  font-weight: 700;
  text-align: center;
  padding: 0.53333rem 0;
  border-right: 1px solid #444;
}

#index section .gold_wrap table tr th:first-child {
  border-right: none;
  /*border-bottom: 1px solid #444;*/
}

#index section .gold_wrap table tr td {
  color: #ff0000;
  overflow: hidden;
  border-right: 1px solid #444;
  text-align: center;
}

#index section .gold_wrap table tr td.titletd {
  background-color: #000;
  border-right: none;
}

#index section .gold_wrap table tr td.titletd .jinjia_tab_r1 {
  display: inline-block;
  width: 1.6rem;
  background: #000;
  color: #fff;
  font-size: 0.74667rem;
  line-height: 1.06667rem;
  padding: 8px 0 8px 0;
}

#index section .gold_wrap table tr td.jinjia_tab_td5 {
  font-weight: normal;
  padding: 0.26667rem 0;
}

#index section .zixun {
  height: 100vh;
  position: relative;
  padding: 2.66667rem 0 2.13333rem 0;
  box-sizing: border-box;
  margin-top: 30px;
}
.category_height{
    height: 2.30rem;
}
.marquee_bottom{
    width: 100%;
    font-size: 0.74667rem;
    color: #F00;
    padding: 0.6rem 0;
    border-top: 1px solid #FFF;
    position: fixed;
    z-index: 99999999;
    bottom: 2.13333rem;
    background: #252932;
}
/*技术支持*/
.support{
    font-size: 12px !important;
    color:#999 !important;
    text-align: center;
}
.support a{
    font-size: 12px !important;
    color:#999 !important;
}
/*数据loading加载*/
#index{
    visibility: hidden;
}
.loading{

            position: absolute;
            height: 100%;
            width: 100%;
            background-color: #000;
            bottom: 0;
            left: 0;
            right: 0;
            top: 0;
            z-index: 9999;;
            opacity: 0.8;
        }

        .loading.fixed {
           position: fixed;
        }

        .loading:before {
             content: '';
             background-color: rgba(0,0,0,0);
             border: 5px solid rgba(0,183,229,0.9);
             opacity: .9;
             border-right: 5px solid rgba(0,0,0,0);
             border-left: 5px solid rgba(0,0,0,0);
             border-radius: 50px;
             box-shadow: 0 0 35px #2187e7;
             width: 50px;
             height: 50px;
             -moz-animation: spinPulse 1s infinite ease-in-out;
             -webkit-animation: spinPulse 1s infinite linear;
             margin: -25px 0 0 -25px;
             position: absolute;
             top: 50%;
             left: 50%;
         }

        .loading:after {
             content: '';
             background-color: rgba(0,0,0,0);
             border: 5px solid rgba(0,183,229,0.9);
             opacity: .9;
             border-left: 5px solid rgba(0,0,0,0);
             border-right: 5px solid rgba(0,0,0,0);
             border-radius: 50px;
             box-shadow: 0 0 15px #2187e7;
             width: 30px;
             height: 30px;
             -moz-animation: spinoffPulse 1s infinite linear;
             -webkit-animation: spinoffPulse 1s infinite linear;

             margin: -15px 0 0 -15px;
             position: absolute;
             top: 50%;
             left: 50%;
        }
        @-moz-keyframes spinPulse {

            0% {

                -moz-transform:rotate(160deg);
                opacity: 0;
                box-shadow: 0 0 1px #2187e7;
            }
            50% {

                -moz-transform: rotate(145deg);
                opacity: 1;
            }
            100% {

                -moz-transform: rotate(-320deg);
                opacity: 0;
            }
        }
        @-moz-keyframes spinoffPulse {

            0% {

                -moz-transform: rotate(0deg);
            }
            100% {

                -moz-transform: rotate(360deg);
            }
        }
        @-webkit-keyframes spinPulse {

            0% {

                -webkit-transform: rotate(160deg);
                opacity: 0;
                box-shadow: 0 0 1px #2187e7;
            }
            50% {

                -webkit-transform: rotate(145deg);
                opacity: 1;
            }
            100% {

                -webkit-transform: rotate(-320deg);
                opacity: 0;
            }
        }
        @-webkit-keyframes spinoffPulse {

            0% {

                -webkit-transform: rotate(0deg);
            }
            100% {

                -webkit-transform: rotate(360deg);
            }
        }


