<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
body {
  color: #333;
  font-family: system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
  font-size: 14px;
  background-image: linear-gradient(0deg, rgba(207, 32, 26, 0) 50%, rgba(194, 26, 21, 1) 100%);
  background-repeat: no-repeat;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  border: 0;
  outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  /* content: ""; */
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 通用样式 */
/* .container {
  width: 12rem;
  margin: 0 auto;
} */

/* 当前位置位置 */
.location {
  padding-left: 18px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
}

.location a {
  color: #333;
}

.location span {
  color: #ff6600;
}

.flex-r {
  display: flex;
  flex-direction: row;
}

.flex-c {
  display: flex;
  flex-direction: column;
}

.align-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.part-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: .14rem;
  border-bottom: 1px solid #CF201A;
}

.part-title-box {
  display: flex;
  align-items: center;
}

.title-tab {
  font-weight: 500;
  line-height: .26rem;
  font-size: .22rem;
  color: #555555;
  cursor: pointer;
}

.title-tab.active {
  font-weight: 700;
  font-size: .24rem;
  line-height: .28rem;
  color: #CF201A;
  position: relative;
}

.title-tab.active::after {
  position: absolute;
  bottom: -.14rem;
  left: 0;
  width: 100%;
  height: .03rem;
  content: '';
  background-color: #CF201A;
}

.part-more {
  font-size: .15rem;
  line-height: .2rem;
  color: #999999;
  font-weight: 350;
  cursor: pointer;
}

.gap13 {
  gap: .13rem;
}

.gap16 {
  gap: .16rem;
}

.gap20 {
  gap: .2rem;
}

.gap24{
  gap: .24rem;
}

.gap40 {
  gap: .4rem
}

.mb13 {
  margin-bottom: .13rem;
}

.mb20 {
  margin-bottom: .2rem;
}

.mb50 {
  margin-bottom: .5rem;
}

.mr45 {
  margin-right: .45rem;
}

.hidden {
  display: none;
}

/* 头部 */
.header {
  padding: .93rem 0 0 0;
  background: url(/images/cmrd/bg_head.png) no-repeat;
  background-size: 100% 100%;
}

.header .container {
  background: none;
}

.logo {
  width: .86rem;
  height: .86rem;
}

.logo-text {
  width: 2.69rem;
  height: .48rem;
}

.sreach-box {
  width: 3rem;
  height: .48rem;
  background: rgba(255, 255, 255, 0.18);
  border-radius: .3rem;
  padding: 0 .18rem;
}

.sreach-box img {
  width: .18rem;
  height: .18rem;
}

.sreach-box input {
  border: none;
  background: none;
  color: #fff;
  font-size: .18rem;
  width: calc(100% - .2rem);
  height: 100%;
}

.sreach-box input::-webkit-input-placeholder {
  color: #fff
}

.navitage-box {
  position: relative;
  bottom: -10px;
  width: 100%;
  /* height: .66rem; */
  background: url(/images/cmrd/bg_navitage.png) no-repeat;
  background-size: 100% 100%;
}

.navitage {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}

.navitage a {
  font-size: .18rem;
  font-weight: 500;
  line-height: .22rem;
  color: #fff;
  white-space: nowrap;
}

.nav-item {
  /* width: 7rem; */
  margin-right: .2rem;
}

.nav-item:last-child {
  margin-right: 0;
}

.nav-item.active {
  padding: .18rem .24rem .16rem .24rem;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

/* 底部 */
.footer {
  padding: .4rem 0;
  background: #4B4747;
}

.footer .container {
  background: none;
}

.footer-info {
  font-size: .15rem;
  line-height: .22rem;
  color: #fff;
}

.net-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: .36rem;
  border-radius: .04rem;
  background: rgba(161, 161, 161, 0.4);
  font-size: .15rem;
  line-height: .22rem;
  color: #fff;
  margin-bottom: .34rem;
  position: relative;
}

.net-tab a {
  font-size: .15rem;
  line-height: .22rem;
  color: #fff;
}

.net-tab-select::after {
  position: absolute;
  right: .1rem;
  top: .1rem;
  content: '';
  width: .16rem;
  height: .16rem;
  background: url(/images/cmrd/icon_open.png) no-repeat;
  background-size: 100% 100%;
}

.net-tab-select:hover::after {
  transform: rotate(180deg);
}

.net-tab-select:hover .footer-options {
  display: block !important;
}

.footer-options {
  position: absolute;
  top: 0;
  width: calc(100% - .2rem);
  background: #fff;
  padding: .1rem;
  z-index: 1000;
  display: none;
  height: 1.35rem;
  overflow: auto;
}

.footer-options li {
  padding: 5px 0;
  text-align: center;
  margin-bottom: .1rem;
  cursor: pointer;
  float: left;
  width: 32%;
  border: 0.5px solid #333;
  margin-right: 5px;
  margin-top: 5px;
  background-color: rgb(200,200,200, 0.3);
  border: none;
}

.footer-options li:hover {
  font-weight: 700;
}

.footer-options a {
  color: #333;
  text-align: center;
  font-size: .18rem;
}

.icon-footer1 {
  width: .2rem;
  height: .2rem;
}

.icon-footer2 {
  width: 1rem;
  height: 0.5rem;
}

.icon-footer3 {
  width: .76rem;
  height: .76rem;
}

/* 分页 */
.page {
  text-align: center;
}

.page button[data-page-btn] {
  display: none;
}

.page .m-pagination-jump {
  position: relative;
  padding: 0 20px 0 35px;
}

.page .m-pagination-jump::before, .page .m-pagination-jump::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page .m-pagination-jump::before {
  left: 0;
  content: '到第';
}

.page .m-pagination-jump::after {
  right: 0;
  content: '页';
}

.page .m-pagination-group &gt; input {
  width: .32rem;
  height: .32rem;
  border-radius: 4px;
  /* border-color: #d7e1ec; */
}

.page .m-pagination-page &gt; li {
  margin-left: 6px;
  border-radius: 4px;
}

.page .m-pagination-page &gt; li &gt; a {
  width: .32rem;
  height: .32rem;
  border-radius: .04rem;
  margin-left: 0;
  padding: 0;
  text-align: center;
  line-height: .32rem;
}

.page .m-pagination-page &gt; li.active &gt; a {
  border-color: #CF201A;
  color: #CF201A;
  background: #fff;
}

.page .m-pagination-page &gt; li &gt; a,
.page .m-pagination-size &gt; select,
.page .m-pagination-group &gt; input,
.page .m-pagination-group &gt; button {
  border: 2px solid #ECECEC;
}

/* .page .m-pagination-page &gt; li:not(.active):hover &gt; a,
.page .m-pagination-group &gt; button:hover {
  background-color: #e7eff6;
  border-color: #e7eff6;
} */

.page .m-pagination-size &gt; select {
  height: .34rem;
}

html {
  font-size: 100px;
}

.container {
  width: 12rem;
  margin: 0 auto;
}

/* 1500以下 */

@media(max-width:1499px){

  html {
    font-size: 100px;
  }

  .container {
    width: 12rem;
    margin: 0 auto;
  }

  .navitage {
    width: 9rem;
  }
}

/* 小屏幕 */

@media(max-width:1199px){
  html {
    font-size: 80px;
  }
  .container {
    width: 980px;
    margin: 0 auto;
  }

  .navitage {
    width: 700px;
  }

  .flex-r,
  .index-lowpart {
    flex-wrap: wrap;
  }

  .swiper-box {
    flex: 1;
  }

  .daily-list-box {
    width: 100% !important;
  }

  .index-lowpart .part-left-box {
    width: 100%;
  }

  .win-box  {
    width: 100%;
    flex-direction: row;
  }

  .representative-box {
    width: calc(40% - 30px) !important;
    margin-right: 15px;
  }

  .tab-box  {
    width: 30%;
    height: auto !important;
  }

  .tab1 {
    margin-right: 15px;
  }

   .part-middle-box,
  .part-right-box {
    flex: 1;
  }
}

/* pad */

@media(max-width:979px){
  html {
    font-size: 60px;
  }
  .container {
    width: 740px;
    margin: 0 auto;
  }

  .navitage {
    width: 500px;
  }

  .flex-r,
  .index-lowpart {
    flex-wrap: wrap;
  }

  .swiper-box {
    flex: 1;
  }

  .daily-list-box {
    width: 100% !important;
  }

  .index-lowpart .part-left-box {
    width: 100%;
  }

  .win-box  {
    width: 100%;
    flex-direction: row;
  }

  .representative-box {
    width: calc(40% - 30px) !important;
    margin-right: 15px;
  }

  .tab-box  {
    width: 30%;
    height: auto !important;
  }

  .tab1 {
    margin-right: 15px;
  }

  .part-middle-box,
  .part-right-box {
    flex: 1;
  }
}

/* phone */

@media(max-width:767px){
  html {
    font-size: 40px;
  }
  .container {
    width: auto;
    margin: 0 10px;
  }

  .navitage {
    width: 250px;
    padding: 10px;
  }

  .flex-r,
  .index-lowpart {
    flex-wrap: wrap;
  }

  .swiper-box {
    flex: 1;
  }

  .daily-list-box {
    width: 100% !important;
  }

  .index-lowpart .part-left-box {
    width: 100%;
  }

  .win-box  {
    width: 100%;
    flex-direction: row;
  }

  .representative-box {
    width: calc(40% - 30px) !important;
    margin-right: 15px;
  }

  .tab-box  {
    width: 30%;
    height: auto !important;
  }

  .tab1 {
    margin-right: 15px;
  }

  .page .m-pagination-size &gt; select {
    height: .44rem;
  }

  /* .content {
    height: calc(100vh - 320px);
  } */

  .part-middle-box,
  .part-right-box {
    flex: 1;
  }
 
}

.mr45{
  color:#fff;
}

.info-link{
  color:#333;
}

.em-old {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.em-old li:first-child {
  border-radius: 14px 0 0 14px;
  background: #fff url(../images/old_line.png) no-repeat right center;
}
.em-old li {
  float: left;
  height: 28px;
  margin-top: 3px;
  background: #fff;
}
.em-old li:last-child {
  border-radius: 0 14px 14px 0;
}

.em-old li a {
  display: block;
  line-height: 24px;
  padding: 2px 12px;
  color:#333;
}


.topwza{position: absolute;/* left: 1400px; */top: 20px;}</pre></body></html>