@font-face {
  font-family: 'icomoon';
  src: url('../font/icomoon.eot?afxkb4');
  src: url('../font/icomoon.eot?afxkb4#iefix') format('embedded-opentype'), url('../font/icomoon.ttf?afxkb4') format('truetype'), url('../font/icomoon.woff?afxkb4') format('woff'), url('../font/icomoon.svg?afxkb4#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  background-image: linear-gradient(to bottom right, #7287fe, #8258ba);
  font-family: "Microsoft YaHei";
  font-size: 14px;
}
.logo {
  height: 50px;
}
.logo img {
  padding: 20px 0 0 20px;
  width: 160px;
  height: auto;
}
.main {
  margin: 10% auto;
  width: 750px;
  height: 400px;
}
.main .subject {
  height: 250px;
  color: #fff;
  position: relative;
}
.main .subject .subject_1 {
  font-family: "Microsoft YaHei";
  font-size: 140px;
  font-weight: 700;
}
.main .subject .subject_2 {
  position: absolute;
  top: 35px;
  right: 40px;
  font-family: "Microsoft YaHei";
  font-size: 45px;
}
.main .subject .subject_3 {
  position: absolute;
  top: 20px;
  right: 200px;
  font-family: "Microsoft YaHei";
  font-size: 20px;
}
.main .subject .subject_4 {
  position: absolute;
  top: 100px;
  right: 200px;
  font-family: "Microsoft YaHei";
  font-size: 30px;
}
.main .subject .subject_5 {
  position: absolute;
  top: 100px;
  right: 18px;
  font-family: "Microsoft YaHei";
  font-size: 15px;
  font-weight: 700;
}
.main .subject .subject_6 {
  position: absolute;
  top: 130px;
  right: 130px;
  font-family: "Microsoft YaHei";
  font-size: 24px;
}
.main .content {
  width: 100%;
  border-top: solid 1px #fff;
  padding-top: 20px;
}
.main .content p {
  color: #fff;
}
.main .content .left {
  float: left;
  margin-top: 12px;
  width: 500px;
}
.main .content .left .map {
  float: left;
  width: 120px;
  margin-right: 15px;
}
.main .content .left .map img {
  width: 120px;
}
.main .content .left .map p {
  color: #ccc;
  font-size: 12px;
  text-align: center;
}
.main .content .left .enter {
  float: left;
  width: 280px;
}
.main .content .left .enter button {
  height: 65px;
  width: 280px;
  background-color: transparent;
  border: solid 1px;
  border-color: #ccc;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
}
.main .content .left .enter button:hover {
  background-color: #7287fe;
}
.main .content .left .enter button::before {
  content: '\ea13';
  font-family: icomoon;
}
.main .content .left .enter p {
  font-size: 12px;
  margin-top: 8px;
  line-height: 18px;
}
.main .content .left .enter p a {
  font-weight: 700;
  color: #fff;
}
.main .content .left .enter p::before {
  content: "\ea07";
  font-family: icomoon;
  color: #ff0;
  font-size: 16px;
  font-weight: 700;
}
.main .content .left .acknowledge {
  width: 400px;
}
.main .content .right {
  float: left;
  width: 250px;
  color: #fff;
}
.main .content .right ul {
  list-style-type: circle;
  padding-left: 15px;
  padding-top: 10px;
}
.main .content .right ul li {
  line-height: 22px;
}
.main .content .right ul li a {
  text-decoration: none;
  color: #fff;
}
.main .content .right ul li a:hover {
  text-decoration: underline;
}
.main .content .right ul li i {
  color: #ccc;
}
.footer {
  position: absolute;
  bottom: 15px;
  width: 100%;
  color: #fff;
}
.footer p {
  text-align: center;
}
.footer a {
  color: #fff;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal .close {
  float: right;
  font-size: 28px;
  font-weight: 700;
  cursor: pointer;
  margin-left: 10px;
}
.modal .modal-content {
  background-color: #fff;
  margin: 3% auto;
  padding: 20px;
  width: 80%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-size: 12px;
}
.modal .modal-content .close:hover {
  color: #f00;
}
.modal .modal-content .content {
  columns: 50px 3;
  column-gap: 4em;
  line-height: 20px;
}
.modal .modal-content .content h1 {
  font-size: 28px;
}
.modal .modal-content .content i {
  line-height: 36px;
  color: #666;
}
.modal .modal-content .content h2 {
  font-size: 14px;
  line-height: 25px;
}
.modal .modal-content .content p {
  text-indent: 2em;
}
.modalPrivacy {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.modalPrivacy .close {
  float: right;
  font-size: 28px;
  font-weight: 700;
  cursor: pointer;
  margin-left: 10px;
}
.modalPrivacy .modal-content {
  background-color: #fff;
  margin: 3% auto;
  padding: 20px;
  width: 80%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-size: 12px;
}
.modalPrivacy .modal-content .close:hover {
  color: #f00;
}
.modalPrivacy .modal-content .content {
  columns: 50px 3;
  column-gap: 4em;
  line-height: 24px;
}
.modalPrivacy .modal-content .content h1 {
  font-size: 28px;
}
.modalPrivacy .modal-content .content i {
  line-height: 36px;
  color: #666;
}
.modalPrivacy .modal-content .content h2 {
  font-size: 14px;
  line-height: 25px;
}
.modalPrivacy .modal-content .content p {
  text-indent: 2em;
}
