html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 1200px;
  min-height: 560px;
  padding: 0;
  margin: 0;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}

.bg {
  width: 100%;
  height: 100%;
  background: url("./assets/web/bg.webp") no-repeat;
  background-size: cover;
}

.main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1136px;
  height: 550px;
  background: rgb(255 255 255 / 76%);
  box-shadow: 0 4px 6px 0 #0000000f, 0 4px 12px -11px #0000000f,
    0 8px 18px 0 #0000001f;
  border-radius: 16px;
  display: flex;
}

.left {
  position: relative;
  width: 322px;
  height: 550px;
  background: url("./assets/web/left-bg.webp") no-repeat;
  background-size: cover;
}

.logo {
  width: 205px;
  height: 43px;
  margin: 48px 0 0 48px;
}

.title {
  margin: 80px 0 0 48px;
  width: 226px;
  line-height: 24px;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
}

.desc {
  margin: 16px 0 0 48px;
  width: 226px;
  line-height: 24px;
  font-size: 14px;
  color: #ffffff;
}

.domain {
  position: absolute;
  left: 48px;
  bottom: 40px;
  width: 226px;
  line-height: 20px;
  font-size: 12px;
  color: #ffffff;
}

.right {
  position: relative;
  flex: 1;
}

.content {
  margin: 48px auto 0;
  width: 718px;
  line-height: 40px;
  font-size: 20px;
  color: #053f86;
  letter-spacing: 0;
  text-align: justify;
}

.main-content {
  margin-top: 24px;
  line-height: 40px;
  text-indent: 2em;
}

.main-content p {
  margin: 0px;
  padding: 0px;
}

.btn {
  /* margin: 72px auto 0; */
  width: 176px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-image: linear-gradient(270deg, #00DBFF 0%, #0A42E9 100%);
  border-radius: 4px;
  position: absolute;
  right: 48px;
  bottom: 48px;
  z-index: 2;
}

.btn-bg {
  width: 423px;
  height: 214px;
  position: absolute;
  right: 48px;
  bottom: 48px;
  z-index: 1;
}


.btn:hover {
  opacity: 0.8;
}

.btn-text {
  margin-left: 4px;
  width: 16px;
  height: 16px;
}

.footer {
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: center;
  bottom: 10px;
  left: 0;
  height: 40px;
  width: 100%;
  color: rgba(0, 0, 0, .45);
  font-size: 18px;
}

.footer span {
  margin-right: 12px;
}

.footer a {
  color: rgba(0, 0, 0, .45);
  text-decoration: none;
  margin-right: 12px;
}

.footer img {
  display: inline;
  vertical-align: middle;
}
