body,
html {
  margin: 0px;
  padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
}
.message-container {
  width: 100%;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}
.message-container .content-one {
  height: 530px;
  width: 100%;
  background-color: #1c2232;
  margin: 0 auto;
}
.message-container .content-one .banner-box {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.message-container .content-one .banner-box .banner-content {
  width: 458px;
}
.message-container .content-one .banner-box .banner-content .title {
  font-size: 60px;
  font-weight: 400;
  color: #ffffff;
  line-height: 60px;
}
.message-container .content-one .banner-box .banner-content .dscp {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 16px;
}
.message-container .content-one .banner-box .banner-content .sign-btn {
  margin-top: 55px;
  display: block;
  background-color: #fff;
  width: 150px;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  font-weight: 400;
  color: #1ababd;
  text-decoration: none;
  text-align: center;
  border-radius: 2px;
}
.message-container .content-one .banner-box .banner-content .sign-btn:hover {
  background-color: rgba(255, 255, 255, 0.85);
}
.message-container .content-one .banner-box .banner-img {
  margin-top: 33px;
  width: 518px;
  height: 291px;
}
.message-container .content-one .banner-box .banner-img img {
  width: 100%;
  height: 100%;
}
.message-container .content-two {
  margin-top: 100px;
  margin-bottom: 142px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.message-container .content-two .content-two-title {
  font-size: 36px;
  font-weight: 600;
  color: #1a2233;
  line-height: 36px;
}
.message-container .content-two .content-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.message-container .content-two .content-box .box-descp .descp-title {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.message-container .content-two .content-box .box-descp .descp-title .descp-title-icon {
  width: 30px;
  height: 30px;
}
.message-container .content-two .content-box .box-descp .descp-title .descp-title-icon img {
  width: 100%;
  height: 100%;
}
.message-container .content-two .content-box .box-descp .descp-title .descp-title-text {
  margin-left: 15px;
  font-size: 30px;
  font-weight: 500;
  color: #1a2233;
  line-height: 30px;
}
.message-container .content-two .content-box .box-descp .tips-box {
  display: flex;
  align-items: center;
}
.message-container .content-two .content-box .box-descp .tips-box .tip {
  margin-right: 7px;
  padding: 1px 14px 0;
  height: 24px;
  line-height: 24px;
  background: #d0f2f1;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  color: #1ababd;
}
.message-container .content-two .content-box .box-descp .descp-content {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #363636;
  line-height: 28px;
}
.message-container .content-two .content-box .box-descp .descp-content .highlight {
  color: #1bcbcd;
}
.message-container .content-two .content-box .box-img-continer .img-one img {
  width: 481px;
}
.message-container .content-two .content-box .box-img-continer .img-two img {
  width: 462px;
}
.message-container .content-two .content-box .box-img-continer .img-three img {
  width: 490px;
}
.message-container .content-three {
  width: 100%;
  padding-bottom: 124px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f8f9fd;
}
.message-container .content-three .content-three-title {
  margin-top: 101px;
  margin-bottom: 59px;
  font-size: 36px;
  font-weight: 600;
  color: #1a2233;
  line-height: 36px;
}
.message-container .content-three .three-row {
  display: flex;
  margin-bottom: 26px;
}
.message-container .content-three .three-row .item-box {
  overflow: auto;
  box-sizing: border-box;
  width: 316px;
  height: 159px;
  padding: 24px 24px 0;
  background: #ffffff;
  border-radius: 10px;
  margin-right: 26px;
}
.message-container .content-three .three-row .item-box:hover {
  box-shadow: 0px 5px 38px 0px rgba(91, 110, 129, 0.1);
}
.message-container .content-three .three-row .item-box:last-child {
  margin-right: 0;
}
.message-container .content-three .three-row .item-box .item-title {
  display: flex;
  align-items: flex-end;
}
.message-container .content-three .three-row .item-box .item-title .item-title-icon {
  width: 31px;
  height: 31px;
  margin-right: 10px;
}
.message-container .content-three .three-row .item-box .item-title .item-title-icon img {
  width: 100%;
  height: 100%;
}
.message-container .content-three .three-row .item-box .item-title .item-title-text {
  font-size: 22px;
  font-weight: 500;
  color: #1a2233;
  line-height: 22px;
}
.message-container .content-three .three-row .item-box .item-descp {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #7c838f;
  line-height: 24px;
}
