<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  max-width: 750px;
  margin: 0 auto;
}
input:focus {
  outline: none;
}
.container {
  max-width: 750px;
  margin: 0 auto;
}
a {
  text-decoration: none;
}
.bg {
  width: 100%;
  height: 100%;
  background: #bcd3e4 url(../img/bg.jpg) no-repeat center top;
  background-size: 100% auto;
  background-attachment: fixed;
}
.bg .logo {
  display: flex;
  justify-content: center;
}
.bg .logo img {
  max-width: 100%;
}
.top {
  width: 100%;
  max-width: 750px;
}
.t {
  width: 100%;
  max-width: 750px;
  display: flex;
  justify-content: center;
}
.t img {
  width: 80%;
}
.t2 {
  width: 100%;
  max-width: 750px;
  display: flex;
  justify-content: center;
}
.t2 img {
  width: 80%;
}
.btn-area {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.btn-area .item {
  display: flex;
  width: 200px;
  text-align: center;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  align-items: center;
  margin-bottom: 30px;
  padding: 0 10px;
  border-top: 1px solid #a1161f50;
  box-shadow: 1px 3px 5px #a1161f80;
}
.btn-area .item .ico {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0;
  padding-right: 20px;
}
.btn-area .item .ico img {
  width: 30px;
  height: 30px;
}
.btn-area .item .text {
  font-size: 16px;
  color: #fef9d3;
  text-shadow: 0 1px 1px #cdcdcd;
}
.form-box {
  max-width: 750px;
  padding: 0 10px;
  margin-bottom: 100px;
}
.form-box .form-control {
  margin-bottom: 5px;
}
.form-box .form-control .label {
  padding: 10px 0;
  font-size: 16px;
  color: #252222;
}
.form-box .form-control .label .tip {
  font-size: 14px;
  color: #252222;
  padding-left: 10px;
  padding: 10px;
  display: block;
  line-height: 18px;
  font-weight: bold;
  background: #ffffff90;
  border-radius: 5px;
}
.form-box .form-control .label .upload-link {
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  background: #c11827;
  position: relative;
  top: 5px;
  line-height: 18px;
  border-radius: 3px;
}
.form-box .form-control .text-in {

  border: 1px solid #0c3586;
  display: block;
  width: 100%;
  font-size: 14px;
  height: 38px;
  border-radius: 8px;
}
.form-box .form-control .text-in:focus {
  border: 1px solid red;
}
.form-box .form-control .select-w {
  width: 100%;
  padding: 5px 2%;
  height: 40px;
  border: 1px solid #0c3586;
  border-radius: 8px;
  font-size: 14px;
}
.form-box .form-control .select-w50 {
  width: 49%;
  padding: 5px 2%;
  height: 40px;
  border: 1px solid #0c3586;
  border-radius: 8px;
  font-size: 14px;
  display: inline-block;
}
.form-box .form-control .img-upload {
  position: relative;
  width: 140px;
  height: 180px;
  background: #fbfbfb url(../img/up.png) no-repeat center center;
  margin: 0 auto;
}
.form-box .form-control .img-upload img {
  max-width: 140px;
  height: 180px;
}
.form-box .form-control .img-upload .inputupload-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.form-box .form-control .radio-box .radio-item {
  color: #fff;
  padding-bottom: 15px;
  font-size: 14px;
  width: 49%;
  display: inline-block;
}
.form-box .form-control .radio-box .radio-item input[type="radio"] {
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.form-box .form-control .radio-big {
  color: #fff;
  padding-bottom: 10px;
  font-size: 14px;
}
.form-box .form-control .radio-big input[type="radio"] {
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.form-box .form-control .upload-title {
  margin-bottom: 10px;
}
.form-box .submit-btn {
  margin-top: 50px;
  border: 1px solid #2c7fb8;
  display: block;
  font-size: 14px;
  height: 42px;
  line-height: 42px;
  width: 100%;
  border-radius: 8px;
  background: #2c7fb8;
  color: #fff;
  text-align: center;
}
.form-box .addvideo-btn {
  margin-top: 10px;
  border: 1px solid #fbfbfb;
  display: block;
  font-size: 16px;
  background: #fbfbfb;
  color: #888;
  text-align: center;
}
.form-box .addvideo-btn .up-btn {
  height: 60px;
  line-height: 60px;
  width: 60px;
  margin: 10px auto 0;
}
.form-box .addvideo-btn p {
  padding: 0;
  margin: 0 0 20px;
  font-size: 14px;
  color: #888;
}
.form-box .upload-box {
  width: 100%;
  height: 150px;
  background: #fefefe url(../img/up.png) no-repeat center center;
  margin-bottom: 10px;
  display: table;
  position: relative;
  text-align: center;
}
.form-box .upload-box-bitian{
	background:#fe027970;
}
.form-box .upload-box-xuantian{
	background:#3498dbb0;
}
.form-box .upload-box img {
  max-width: 100%;
  max-height: 100%;
}
.form-box .upload-box .inputupload-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.form-box .upload-box:hover {
  cursor: pointer;
}
.form-box .upload-box .con {
  vertical-align: middle;
  display: table-cell;
  padding: 0 20px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.form-box .upload-box .con .star {
  color: red;
}
.txx {
  color: #fff;
}
.zsbg {
  width: 1920px;
  background: url(../img/bg2.jpg) no-repeat center center;
  background-size: 100%;
  height: 1189px;
}
.zsbg .left {
  float: left;
  margin-left: 100px;
}
.zsbg .left .log1 {
  width: 440px;
  height: 116px;
  margin-top: 120px;
}
.zsbg .left .log1 img {
  width: 440px;
  height: 116px;
}
.zsbg .left .face {
  width: 300px;
  height: 330px;
  border: 2px solid #444;
  background: #cdcdcd;
  margin: 50px auto;
  text-align: center;
  line-height: 330px;
}
.zsbg .left .face img {
  width: 300px;
  height: 330px;
}
.zsbg .left .user-table {
  margin: 50px auto 30px;
  width: 400px;
  border-collapse: collapse;
}
.zsbg .left .user-table td {
  font-size: 26px;
  padding: 10px;
  border: 2px solid #888;
}
.zsbg .left .zcdd {
  width: 400px;
  margin: 0 auto;
  font-size: 22px;
}
.zsbg .left .zcdd dt {
  color: #888;
  font-weight: bold;
}
.zsbg .left .zcdd dd {
  margin: 0;
  color: #888;
  line-height: 26px;
}
.zsbg .right {
  float: right;
  width: 1200px;
  margin-right: 60px;
}
.zsbg .right .logo2 {
  margin-top: 45px;
  width: 100%;
  text-align: right;
}
.zsbg .right .logo2 img {
  width: 350px;
}
.zsbg .right .title {
  font-size: 100px;
  text-align: center;
  padding: 40px 0;
  margin: 0;
}
.zsbg .right .title2 {
  text-align: center;
  font-size: 40px;
  margin: 0;
}
.zsbg .right .star {
  text-align: center;
  padding: 20px 0;
}
.zsbg .right .tt1 {
  font-size: 35px;
  line-height: 50px;
  text-indent: 70px;
  text-align: justify;
}
.zsbg .right .tt2 {
  font-size: 35px;
  line-height: 50px;
  text-indent: 70px;
  text-align: justify;
}
.zsbg .right .tt3 {
  font-size: 35px;
  line-height: 50px;
  text-indent: 70px;
  text-align: right;
  color: #888;
  margin: 0;
}
.btn-wrap {
  width: 1920px;
}
.download-img {
  width: 300px;
  height: 100px;
  text-align: center;
  display: block;
  font-size: 40px;
  background: #c00000;
  color: #062b80;
  font-weight: bold;
  margin: 50px auto;
}
.zs-img {
  width: 90%;
  display: flex;
  justify-content: center;
  margin: 0 5%;
  text-align: center;
}
.zs-img img {
  display: inline-block;
  max-width: 100%;
}
.mbtn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  color: #fef9d3;
  font-size: 16px;
}
.mbtn-wrap .mdownload-img {
  border: 0;
  background: #9a010c;
  color: #fff;
  padding: 10px 20px;
  font-size: 12px;
}
.ico {
  width: 100px;
  height: 120px;
  margin: 0 auto 20px;
}
.ico img {
  width: 100%;
}
.error {
  text-align: center;
  font-size: 15px;
  color: red;
}
.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  display: block;
  top: 0;
  background: #efefef;
}
.mask .load {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  margin-left: -50px;
}
.mask .load p {
  margin-top: 100px;
}
#preloader5 {
  position: relative;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  margin-top: -15px;
  margin-left: -15px;
  background: #3498db;
  border-radius: 50px;
  animation: preloader_5 1s infinite linear;
}
#preloader5:after {
  position: absolute;
  width: 50px;
  height: 50px;
  border-top: 10px solid #9b59b6;
  border-bottom: 10px solid #9b59b6;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-radius: 50px;
  content: '';
  top: -20px;
  left: -20px;
  animation: preloader_5_after 1s infinite linear;
}
@keyframes preloader_5 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
    background: #2ecc71;
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes preloader_5_after {
  0% {
    border-top: 10px solid #9b59b6;
    border-bottom: 10px solid #9b59b6;
  }
  50% {
    border-top: 10px solid #3498db;
    border-bottom: 10px solid #3498db;
  }
  100% {
    border-top: 10px solid #9b59b6;
    border-bottom: 10px solid #9b59b6;
  }
}
.fcc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rccb {
  width: 1920px;
  background: url(../img/bg3.jpg) no-repeat center center;
  background-size: 100%;
  height: 1356px;
}
.rccb .bianhao {
  position: absolute;
  left: 1480px;
  color: #1e2f4e;
  font-weight: bold;
  top: 250px;
  font-size: 36px;
}
.rccb .qi {
  position: absolute;
  left: 910px;
  color: red;
  font-weight: bold;
  top: 388px;
  font-size: 54px;
  width: 160px;
}
.rccb .face {
  width: 190px;
  height: 228px;
  position: absolute;
  left: 320px;
  top: 377px;
}
.rccb .face img {
  width: 190px;
  height: 228px;
}
.rccb .name {
  position: absolute;
  left: 658px;
  top: 480px;
  font-size: 140px;
  color: #333333;
  width: 610px;
  height: 140px;
}
.rccb .num {
  position: absolute;
  left: 1020px;
  top: 670px;
  color: red;
  font-size: 38px;
  width: 130px;
}
.rccb .date {
  position: absolute;
  left: 1450px;
  top: 1186px;
  color: #000001;
  font-size: 30px;
}
.rrsc {
  width: 1920px;
  background: url(../img/bg4.jpg) no-repeat center center;
  background-size: 100%;
  height: 1280px;
}
.rrsc .bianhao {
  position: absolute;
  left: 1130px;
  color: #1e2f4e;
  font-weight: bold;
  top: 170px;
  font-size: 36px;
}
.rrsc .qi {
  position: absolute;
  left: 244px;
  color: red;
  font-weight: bold;
  top: 715px;
  font-size: 28px;
  width: 160px;
}
.rrsc .face {
  width: 190px;
  height: 228px;
  position: absolute;
  left: 1527px;
  top: 509px;
}
.rrsc .face img {
  width: 190px;
  height: 228px;
}
.rrsc .name {
  position: absolute;
  left: 140px;
  top: 567px;
  font-size: 80px;
  color: #333333;
  width: 360px;
  height: 140px;
}
.rrsc .num {
  position: absolute;
  left: 1040px;
  top: 784px;
  color: red;
  font-size: 38px;
  width: 130px;
}
.rrsc .date {
  position: absolute;
  left: 168px;
  top: 1100px;
  color: #000001;
  font-size: 30px;
}
.sp-wrap {
  padding: 10px 0;
}
.douyin,
.kuaishou,
.weibo,
.xigua,
.kepuzhongguo {
  background: #00000060;
  padding: 10px;
  color: #fff;
  border-radius: 10px;
}
.douyin .form-control .radio-box .radio-item,
.kuaishou .form-control .radio-box .radio-item,
.weibo .form-control .radio-box .radio-item,
.xigua .form-control .radio-box .radio-item,
.kepuzhongguo .form-control .radio-box .radio-item {
  color: #fff;
  font-size: 14px;
  width: 49%;
  display: inline-block;
  padding-bottom: 0;
}
.douyin .form-control .label,
.kuaishou .form-control .label,
.weibo .form-control .label,
.xigua .form-control .label,
.kepuzhongguo .form-control .label {
  padding: 5px 0;
  font-size: 12px;
  color: #fff;
  width: 100%;
  display: block;
}
.douyin .form-control .text-in,
.kuaishou .form-control .text-in,
.weibo .form-control .text-in,
.xigua .form-control .text-in,
.kepuzhongguo .form-control .text-in {
  padding: 3px 2%;
  border: 1px solid #0c3586;
  display: block;
  width: 96%;
  font-size: 12px;
  height: 28px;
  border-radius: 8px;
}
.douyin input[type="checkbox"],
.kuaishou input[type="checkbox"],
.weibo input[type="checkbox"],
.xigua input[type="checkbox"],
.kepuzhongguo input[type="checkbox"] {
  position: relative;
  top: 2px;
  background: #fff;
}
.douyin .f-n-t,
.kuaishou .f-n-t,
.weibo .f-n-t,
.xigua .f-n-t,
.kepuzhongguo .f-n-t {
  display: flex;
  justify-content: left;
  align-items: center;
}
.douyin .f-n-t .label,
.kuaishou .f-n-t .label,
.weibo .f-n-t .label,
.xigua .f-n-t .label,
.kepuzhongguo .f-n-t .label {
  width: auto;
  padding-right: 10px;
}
.upload-box-list {
  display: flex;
  justify-content: space-between;
}
.upload-box-list .upload-box {
  width: 30%;
}
.upload-box-list .upload-box .con {
  font-size: 12px;
  line-height: 16px;
  padding: 0 5px;
}
.upload-box-list .tip {
  margin: 0;
  padding: 0;
  width: 30%;
  text-align: center;
  font-size: 12px;
  color: red;
  font-weight: bold;
}
.f-line {
  margin: 10px 0;
}
.f-line img {
  width: 100%;
}
.fcc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-box .column-upload {
  width: 90px;
  height: 150px;
  border: 1px solid #fff;
}
.form-box .column-upload .con {
  font-size: 12px;
  line-height: 16px;
  padding: 0 5px;
}
.textarea-t {
  height: 100px;
  padding: 3px 2%;
  border: 1px solid #0c3586;
  display: block;
  width: 96%;
  font-size: 12px;
  height: 80px;
  border-radius: 8px;
}
.user-panel {
  background: #00000060;
  height: 230px;
  padding: 10px;
  border-radius: 0 0 50px 50px;
}
.user-panel .logo {
  width: 118px;
  height: 38px;
  margin: 0 auto;
}
.user-panel .user-top {
  height: 105px;
  font-size: 12px;
}
.user-panel .face {
  float: left;
  width: 75px;
  height: 105px;
  margin-right: 10px;
  background: #fff;
}
.user-panel .face img {
  width: 75px;
  height: 105px;
}
.user-panel .user-info {
  height: 110px;
  overflow: hidden;
}
.user-panel .user-t1 {
  color: #fff;
}
.user-panel .user-t1 td {
  padding: 3px 4px 4px 0;
}
.user-panel .user-bottom {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.user-panel .user-bottom .box-item {
  padding: 30px 0;
}
.user-panel .user-bottom .box-item span {
  display: block;
  text-align: center;
}
.user-panel .user-bottom .box-item .num {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 8px;
}
.user-panel .user-bottom .box-item .text {
  font-size: 12px;
}
.user-menu {
  border-radius: 10px;
  margin: 10px;
  background: #00000060;
  display: flex;
  justify-content: space-between;
}
.user-menu .item {
  width: 33%;
  text-align: center;
  padding: 15px 0;
  color: #fff;
  font-size: 12px;
}
.user-menu .cur {
  font-weight: bold;
  background: #c52c2c60;
}
.newslist {
  padding: 10px;
}
.newslist .news-item {
  padding: 5px;
  background: #00000060;
  margin-bottom: 10px;
  border-radius: 10px;
}
.newslist .news-item .img {
  width: 50px;
  height: 75px;
  margin-top: 15px;
  background: #fff;
  float: left;
  margin-right: 10px;
}
.newslist .news-item .img img {
  width: 50px;
  height: 75px;
}
.newslist .news-item .news-cn {
  padding-left: 60px;
  color: #fff;
}
.newslist .news-item .news-cn .title {
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
}
.newslist .news-item .news-cn .ptxx {
  font-size: 12px;
}
.pop-mask {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  background: #ffffff80;
}
.pop-mask .toast {
  width: 100px;
  height: 100px;
  background: #2b2c30;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  border-radius: 10px;
}
.pop-mask .toast .gif {
  width: 70px;
  height: 70px;
  padding: 10px 15px 0;
  display: block;
}
.pop-mask .toast .gif img {
  width: 70px;
  height: 70px;
}
.pop-mask .toast .text {
  color: #c2bebe;
  text-align: center;
  font-size: 12px;
  padding: 0;
  margin: 0;
}
</pre></body></html>