body {
  margin: 0;
  padding: 0;
}

.header {
  height: 700px;
  width: 100%;
  background: url(./image/banner.jpg) no-repeat;
  background-size: 100% 100%;
}

.header_logo {
  margin-left: 200px;
  padding-top: 30px;
}

.header_logo_text {
  font-weight: 600;
  font-style: italic;
}

.header_content {
  margin: 100px 200px 0 200px;
}

.header_content_text {
  width: 500px;
  line-height: 25px;
}

.container {
  background-color: #eff7fa;
  padding-top: 60px;
}

.container_content {
  width: 80%;
  margin: auto;
}

.container_top {
  display: flex;
  justify-content: space-between;
}

.container_bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 11px;
  flex-wrap: wrap;
}

.container_card {
  background: url(./image/white_img.png) no-repeat;
  background-size: 100% 100%;
  width: 400px;
  background-color: #FFF;
  border-radius: 20px;
  padding: 20px;
  margin: 20px;
  box-shadow: 0 0 20px #dedede;
}

.text_blue {
  color: #0e59f2;
}

.container_content_text {
  width: 600px;
  line-height: 25px;
}

.card_text {
  font-size: 18px;
}

.banner {
  background-color: #eff7fa;
  padding: 70px 0 60px 0;
}

.banner_content {
  width: 80%;
  margin: auto;
}

.banner_bottom {
  background-color: #dfeef6;
  padding: 20px 0 50px 20px;
  display: flex;
}

.banner_bottom_left {
  width: 50%;
}

.banner_top {
  height: 250px;
  background: url(./image/background\ img.jpg) no-repeat;
  background-size: 100% 100%;
  color: #FFF;
  padding: 0 0 0 30px;
}

.banner_title {
  padding-top: 120px;
}

.fontsize20 {
  font-size: 20px;
}

.fontsize18 {
  font-size: 18;
}


.weightblod {
  font-weight: bold;
}

.banner_form {
  width: 90%;
  height: 720px;
  border-radius: 16px;
  background-color: #FFF;
  padding: 0 30px;
  margin-top: -200px;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.input {
  width: 96%;
  height: 40px;
  border-radius: 6px;
  padding-left: 20px;
  border: 2px solid #eaebea;
  outline: none;
}

.textarea {
  width: 96%;
  height: 100px;
  border-radius: 6px;
  padding: 10px 0 0 20px;
  border: 2px solid #eaebea;
  outline: none;
  resize: none;
}

.input_left {
  margin-right: 20px;
}

.input50 {
  width: 50%;
}

.fontsize14 {
  font-size: 14px;
}

.submit {
  width: 120px;
  height: 48px;
  background-color: #7237c2;
  border: 1px solid #7237c2;
  color: #f794fb;
  border-radius: 6px;
  font-size: 18px;
  cursor: pointer;
}

.bottom {
  width: 100%;
  height: 300px;
  background-color: #282e33;
  color: #FFF;
}

.bottom_content {
  width: 700px;
  margin: auto;
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}

.fontsize24 {
  font-size: 24px;
  font-weight: bold;
}

.fontsize16 {
  font-size: 16px;
}

.aligncenter {
  display: flex;
  align-items: center;
}