
body {
	margin: 0;
	padding: 0;
  font-family: Rubik;
}

.container {
  width: 100%;
  height: 100%;
  padding-bottom: 2.95rem;
  position: relative;
}
.top-bg {
  padding-top: .0125rem;
  width: 24rem;
  height: 13.5rem;
  background-image: url('../img/main-bg.png');
  background-size: 100% 100%;
  position: relative;
  
}
.logo {
  width: 2.1rem;
  height: .5375rem;
  background-image: url('../img/logo.png');
  background-size: 100% 100%;
  position: absolute;
  top: .825rem;
  left: 2.975rem;
}
.title-box {
  margin: 3.275rem auto 0;
  text-align: center;
}
.title-text1 {
  font-size: 1rem;
  color: #012A75;
  font-weight: 700;
  letter-spacing: .1rem;
}
.title-text2 {
  font-size: .4rem;
  color: #012A75;
  text-transform: uppercase;
  margin-top: .325rem;
  letter-spacing: .0625rem;
  font-weight: 500;
}
.button-text {
  margin: .9rem auto 0;
  width: 5.4rem;
  height: 1.2rem;
  line-height: 1.2rem;
  border-radius: .6rem;
  background-color: #1BC48E;
  text-align: center;
  font-size: .5rem;
  color: #fff;
  letter-spacing: .075rem;
}
.page-box {
  position: relative;
}
.decoration1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.2rem;
  height: 4.75rem;
  background-image: url('../img/decoration1.png');
  background-size: 100% 100%;
}
.group {
  padding-top: 2.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.title {
  color: #012A75;
  font-size: .6rem;
  font-weight: bold;
  position: relative;
}
.box1 .circle {
  position: absolute;
  top: -0.4375rem;
  left: -0.3625rem;
  width: .8125rem;
  height: .8125rem;
  background-image: url('../img/circle2.png');
  background-size: 100% 100%;
}
.content {
  color: #4A5569;
  font-size: .35rem;
  margin-top: .5rem;
}
.img-1 {
  width: 8.95rem;
  height: 6.45rem;
  background-image: url('../img/active.png');
  background-size: 100% 100%;
  margin-left: 1.75rem;
}
.img-2 {
  width: 8.4rem;
  height: 8.2375rem;
  background-image: url('../img/activity.png');
  background-size: 100% 100%;
  margin-right: 2.625rem;
}
.box2 {
  padding-bottom: 3rem;
}
.box2 .text-group {
  text-align: right;
}
.box2 .circle {
  position: absolute;
  top: -0.4375rem;
  right: -0.2625rem;
  width: .8125rem;
  height: .8125rem;
  background-image: url('../img/circle1.png');
  background-size: 100% 100%;
}
.decoration2 {
  width: 3.1375rem;
  height: 4.75rem;
  background-image: url('../img/decoration2.png');
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.box3 {
  width: 100%;
  height: 9.5rem;
  background-color: #24223F;
}
.box3-group {
  padding-top: 1.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.box3-title {
  font-size: .6rem;
  font-weight: bold;
}
.box3-content {
  font-size: .35rem;
  margin-top: .5rem;
}
.box3-img {
  width: 14rem;
  height: 7.725rem;
  background-image: url('../img/note.png');
  background-size: 100% 100%;
  margin-top: 1.675rem;
}
.contact {
  width: 14rem;
  height: 5.225rem;
  background-image: url('../img/contact.png');
  background-size: 100% 100%;
  margin: 5.1rem auto 0;
}
.contact-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1.6rem;
}
.contact-title {
  font-size: .7rem;
  font-weight: bold;
  color: #002371;
}
.contact-info {
  width: 4.7rem;
  height: .875rem;
  line-height: .875rem;
  border-radius: .4375rem;
  margin-top: .5rem;
  background-color: #1BC48E;
  display: flex;
  align-items: center;
  justify-content: center;
}
.email-icon {
  width: .3125rem;
  height: .275rem;
  background-image: url('../img/email.png');
  background-size: 100% 100%;
}
.email-text {
  font-size: .275rem;
  color: #fff;
  margin-left: .15rem;
}
.decoration3 {
  width: 3.2rem;
  height: 4.575rem;
  background-image: url('../img/decoration3.png');
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 1.25rem;
}

.bottom {
  position: absolute;
  bottom: 0;
	width: 24rem;
	height: 1.25rem;
	font-size: .2rem;
	color: #fff;
  background-color: #1bc48e;
}
.bottom a:link,
.bottom a:visited {
	color: #fff;
}
.bottom .box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}