* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
}
html,
body {
  width: 100%;
  height: 100%;
  font-family: Microsoft YaHei !important;
}
.mainWrap {
  width: 100%;
  height: 100%;
  background: url(/Public/Home/images/mgzdxt_img/0.1.png) no-repeat center center;
  background-size: 100% 100%;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mainWrap .mainTit {
  font-weight: bold;
  font-size: 86px;
  color: #ffffff;
  line-height: 86px;
  text-shadow: 0px 4px 4px #000000;
  margin-top: 156px;
  position: relative;
  z-index: 10;
}
.mainWrap .mainTit::after {
  z-index: -1;
  display: block;
  content: "美国留学智能诊断系统";
  position: absolute;
  top: 6px;
  right: -6px;
  font-weight: bold;
  font-size: 86px;
  color: #000000;
  text-stroke: 2px #ffffff;
  opacity: 0.2;
  -webkit-text-stroke: 2px #ffffff;
}
.mainWrap .btnWrap {
  width: 1002px;
  height: 105px;
  display: flex;
  justify-content: space-between;
  margin-top: 157px;
  position: relative;
}
.mainWrap .btnWrap::before,
.mainWrap .btnWrap::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  width: 437px;
  height: 6px;
  border-radius: 3px;
}
.mainWrap .btnWrap::before {
  background: #da463b;
  top: -86px;
  z-index: 10;
}
.mainWrap .btnWrap::after {
  background: #bf2a1f;
  top: -84px;
  left: 2px;
}
.mainWrap .btnWrap a {
  display: block;
  text-align: center;
  line-height: 97px;
  width: 425px;
  height: 105px;
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
  background: url(/Public/Home/images/mgzdxt_img/0.2.png) no-repeat center center;
  background-size: 100% 100%;
  border-radius: 48px;
  transition: 0.3s;
}
.mainWrap .btnWrap a:hover {
  transform: translateY(-8px);
}
.mainWrap .downWrap {
  margin-top: 90px;
  width: 1228px;
  height: 250px;
  background: url(/Public/Home/images/mgzdxt_img/0.3.png) no-repeat center center;
  background-size: 1239px 250px;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  line-height: 22px;
  display: flex;
  box-sizing: border-box;
  padding-top: 147px;
}
.mainWrap .downWrap > p:nth-child(1) {
  margin-left: 15px;
}
.mainWrap .downWrap > p:nth-child(2) {
  margin-left: 44px;
}
.mainWrap .downWrap > p:nth-child(3) {
  margin-left: 77px;
}
.mainWrap .downWrap > p:nth-child(4) {
  margin-left: 89px;
}
.mainWrap .downWrap > p:nth-child(5) {
  margin-left: 59px;
}
