﻿@charset "utf-8";
a {
  text-decoration: none;
  color:#000;
}
.web0 {
	display:flex;
	width: 100%;
	height:30vw;
	color:#FFFFFF;
	text-align:left;
	font-family:黑体;
	background-color:#660099;
	border:0px solid #F80;
	box-shadow: 0 0 2vw #AAA;
}
.tr {
    display: flex; gap: 2vw; justify-content: center;align-items: center; border:0px solid #FFFF00;
  }
.td1 {
	text-align:center;width:42vw;color:#EEEEEE;
  }
.td2 {
	text-align:center;width:55vw;height:24vw;background-color:#661199;
  }
body{
      width: 98%;
      margin: 1vw;
      padding: 0;
      color: #000;
      font-size: 3.5vw;
      font-family: 黑体;
      line-height: 2;
      margin-top: 0px;
}