<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 全局 */
html {
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: block;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}
body {
  width: 100%;
  height: auto;
  min-height: 100vh;
  color: #666;
  font-family: "Microsoft YaHei", "SimSun", "Segoe UI", "Verdana", "Helvetica", "Sans-Serif";
  position: relative;
  overflow-x: hidden;
  background-color: #fff2b9;
  padding-top: 1px;
}
ul,
ol,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #666978;
  cursor: pointer !important;
}
a:hover {
  color: #7090fd;
  cursor: pointer !important;
}
input {
  font-family: "Microsoft YaHei", "SimSun", "Segoe UI", "Verdana", "Helvetica", "Sans-Serif";
}
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.wrap {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-image: url("../images/topbg.png"), url("../images/bottombg.png"), url("../images/bg2.png");
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-size: 100% auto, 100% auto, 100% auto;
  background-position: center top, center bottom, center;
}
.header {
  width: 100%;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header .titms {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.header .titms h1 {
  color: #b60000;
}
.content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cardTop {
  width: 100%;
  height: 114px;
  background-image: url("../images/201_01.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
}
.cardTop .zsswTitleImg {
  width: 46%;
  display: block;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -23%;
}
.cardMiddle {
  width: 100%;
  height: auto;
  background-image: url("../images/201_02.png");
  background-size: 100% auto;
  background-position: center bottom;
  padding: 0 50px;
}
.cardBottom {
  width: 100%;
  height: 145px;
  background-image: url("../images/201_03.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.p1 {
  width: 100%;
  max-width: 1200px;
}
.card1 {
  width: 100%;
  height: 372px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  background-image: url("../images/zheng.png"), url(../images/Triangle-1.png), url(../images/Triangle-1.png), url(../images/Triangle-1.png);
  background-position: 4% 2%, 46% 88%, 56% 88%, 66% 88%;
  background-repeat: no-repeat;
}
.card1 .bor {
  width: 60%;
  background-color: #fff;
  border: #f00 1px dotted;
  border-radius: 20px;
  padding: 12px;
}
.card1 .bor .con {
  width: 100%;
  line-height: 1.8em;
  background: linear-gradient(to right, #e01616 0%, #ff731f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c21ff', endColorstr='#38b4ff', GradientType=1);
  /* IE6-9 */
  border-radius: 20px;
  color: #fff;
  padding: 40px;
  font-size: 1.5em;
}
.card2 {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.card2 .bor {
  width: 31%;
  background-color: #fff;
  border: #f00 1px dotted;
  border-radius: 20px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.card2 .bor &gt; h3 {
  width: 8em;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  font-weight: 500;
  border-radius: 1em;
  border: #fff 8px solid;
  position: absolute;
  margin-top: -1.5em;
  background: linear-gradient(to right, #e01616 0%, #ff731f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c21ff', endColorstr='#38b4ff', GradientType=1);
  /* IE6-9 */
}
.card2 .bor .con {
  width: 100%;
  height: 100%;
  margin-top: 20px;
  background: linear-gradient(to right, #e01616 0%, #ff731f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c21ff', endColorstr='#38b4ff', GradientType=1);
  /* IE6-9 */
  border-radius: 20px;
  color: #fff;
  padding: 40px;
  font-size: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card2 .bor:first-child .con {
  background: url(../images/xskh.png) no-repeat 100% 90%, linear-gradient(to right, #e01616 0%, #ff731f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c21ff', endColorstr='#38b4ff', GradientType=1);
  /* IE6-9 */
  border-radius: 20px;
}
.card2 .bor:last-child .con {
  background: url(../images/ljsw.png) no-repeat 100% 90%, linear-gradient(to right, #e01616 0%, #ff731f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c21ff', endColorstr='#38b4ff', GradientType=1);
  /* IE6-9 */
  border-radius: 20px;
}
.card4 {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.card4 .bor {
  width: 100%;
  line-height: 1.8em;
  background-color: #fff;
  border: #f00 1px dotted;
  border-radius: 20px;
  padding: 12px 40px 20px;
}
.card5 {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.card5 .shifanBox {
  width: 100%;
  height: 766px;
  margin-top: 20px;
  background-image: url(../images/shifanbg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
}
.card5 .shifanBox .changgui {
  width: 34%;
  height: 460px;
  position: absolute;
  top: 30%;
  left: 5%;
  overflow-y: scroll;
}
.card5 .shifanBox .changgui .text {
  padding-right: 0.5em;
}
.card5 .shifanBox .changgui .text p {
  margin-bottom: 0.8em;
}
.card5 .shifanBox .changgui .text p span {
  color: #e01616;
  cursor: pointer;
}
.card5 .shifanBox .siwei {
  width: 38%;
  height: 460px;
  position: absolute;
  top: 22%;
  right: 7%;
  overflow-y: scroll;
}
.card5 .shifanBox .siwei .text {
  color: #fff;
  padding-right: 0.5em;
}
.card5 .shifanBox .siwei .text p {
  margin-bottom: 0.8em;
}
.card5 .shifanBox .siwei .text p span {
  color: #fff8da;
  cursor: pointer;
}
.card5 .shifanBox .vs {
  position: absolute;
  top: 36%;
  left: 40%;
}
.card5 .shifanBox #dinaPing-1,
.card5 .shifanBox #dinaPing-2,
.card5 .shifanBox #dinaPing-3,
.card5 .shifanBox #dinaPing-4,
.card5 .shifanBox #dinaPing-5 {
  display: none;
}
.card6 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.card6 li {
  width: 13%;
  height: 2.8em;
  margin: 10px 7px;
  border-radius: 5px;
  background: linear-gradient(to right, #e01616 0%, #ff731f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c21ff', endColorstr='#38b4ff', GradientType=1);
  /* IE6-9 */
}
.card6 li a {
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.card7 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.card7 .tjBox {
  width: 31%;
  height: 260px;
  background-color: #fee77e;
  border: #e72c18 3px solid;
  border-radius: 12px;
}
.botImg,
.topImg {
  margin: 0 auto;
  display: block;
}
.fdLeft {
  width: 200px;
  background: linear-gradient(to right, #ff731f 0%, #e01616 100%);
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  border-bottom: #fff 2px solid;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: fixed;
  top: 24%;
  left: 0;
}
.fdLeft h5 {
  width: 100%;
  line-height: 2.8em;
  text-align: center;
  color: #fff;
  font-size: 1.25em;
}
.fdLeft ul {
  width: 100%;
  background: linear-gradient(to right, #ff8a00 0%, #ffd929 100%);
  border-bottom-right-radius: 10px;
}
.fdLeft ul li {
  width: 100%;
  height: 2.8em;
  font-size: 1.25em;
}
.fdLeft ul li a {
  width: 86%;
  height: 100%;
  color: #fff;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-bottom: #e01616 1px solid;
}
.fdLeft ul li:last-child a {
  border: 0;
}
.fdLeft ul li:hover {
  width: 105%;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  border-bottom: #fff 2px solid;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: linear-gradient(to right, #e01616 0%, #ff731f 100%);
}
.fdLeft .x {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -10px;
}
.fdRight {
  width: 150px;
  background: linear-gradient(to right, #ff731f 0%, #e01616 100%);
  border-top: #fff 2px solid;
  border-left: #fff 2px solid;
  border-bottom: #fff 2px solid;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: fixed;
  top: 24%;
  right: 0;
}
.fdRight h5 {
  width: 100%;
  line-height: 2.8em;
  text-align: center;
  color: #fff;
  font-size: 1.25em;
}
.fdRight ul {
  width: 100%;
  background: linear-gradient(to right, #ff8a00 0%, #ffd929 100%);
  border-bottom-left-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.fdRight ul li {
  width: 100%;
  height: 2.8em;
  font-size: 1.25em;
}
.fdRight ul li a {
  width: 86%;
  height: 100%;
  color: #fff;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-bottom: #e01616 1px solid;
}
.fdRight ul li:last-child a {
  border: 0;
}
.fdRight ul li:hover {
  width: 105%;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  border-bottom: #fff 2px solid;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: linear-gradient(to right, #e01616 0%, #ff731f 100%);
}
.fdRight .x {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -10px;
}
.mImg {
  display: none;
}
</pre></body></html>