.main {
  width: 972px;
  margin: 0 auto;
}
.plan {
  width: 100%;
}
.plan .title {
  width: 100%;
  text-align: center;
  margin: 89px auto 61px;
  color: #282828;
}
.plan .title h1 {
  position: relative;
  display: inline-block;
}
.plan .title h1 .line {
  position: absolute;
  left: 50%;
  bottom: -9px;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  background-color: #282828;
}
.plan .plan_content {
  width: 100%;
  padding: 0 2px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.plan .plan_content .item {
  width: 155px;
  height: 148px;
  margin-bottom: 66px;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0px 0px 4px 1px #ffbab8bf;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.plan .plan_content .item:hover {
  box-shadow: 0px 0px 4px 2px #ffbab8bf;
}
.plan .plan_content .item .img {
  width: 60px;
  height: 60px;
  margin: 29px auto 17px;
}
.plan .plan_content .item .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.plan .plan_content .item .txt {
  color: #222;
  font-size: 12px;
}
.view_box {
  width: 100%;
}
.view_box .item {
  width: 100%;
  margin-bottom: 56px;
  display: flex;
  justify-content: space-between;
}
.view_box .item .img {
  width: 375px;
  height: 310px;
}
.view_box .item .img img {
  width: 100%;
  height: 100%;
}
.view_box .item .txt {
  width: 416px;
}
.view_box .item .txt .title {
  margin: 60px 0 22px;
  font-size: 28px;
  color: #000000;
}
.view_box .item .txt .content {
  font-size: 12px;
  color: #222222;
}
.flow {
  width: 972px;
  /* height: 512px;  */
  margin: 0 auto;
  margin-top: 91px;
}
.flow .title {
  width: 972px;
  text-align: center;
  margin-bottom: 61px;
}
.flow .flow_content {
  width: 972px;
  height: 110px;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.flow .flow_content li {
  width: 110px;
  height: 100%;
  border-radius: 110px;
  background-color: #00D2BE;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.flow .flow_content .line {
  width: 110px;
  height: 0px;
  background-color: transparent;
  border-bottom: 2px dotted #ccc;
}
.flow .flow_btn {
  display: block;
  width: 158px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 60px;
  background-color: #FF3B69;
  font-size: 18px;
  color: #fff;
  outline: none;
  border: none;
  margin: 56px auto 66px;
}
