.flow {
  position: relative;
}
.flow::after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
.banner-login {
  margin: 20px 0;
}
.banner-login .content {
  display: flex;
  justify-content: space-between;
}
.banner-login .content .banner {
  width: 780px;
}
.banner-login .content .banner img {
  display: block;
  width: 780px;
  height: 400px;
}
.banner-login .content .login {
  width: calc(100% - 800px);
  background-color: #ffffff;
  border: solid 1px #ff3300;
  padding: 20px;
  box-sizing: border-box;
}
.banner-login .content .login .title {
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.banner-login .content .login .title span {
  font-size: 14px;
}
.banner-login .content .login .title span a {
  color: #ff3300;
}
.banner-login .content .login #app {
  margin-top: 25px;
}
.banner-login .content .login #app .label {
  display: flex;
  justify-content: space-between;
  line-height: 20px;
}
.banner-login .content .login #app .label a {
  color: #ff3300;
}
.banner-login .content .login #app .btn .el-button {
  width: 100%;
}
.banner-login .content .login .lohin-ad {
  margin-top: 25px;
}
.banner-login .content .login .lohin-ad img {
  width: 100%;
}
.banner-login .content .user-info {
  width: calc(100% - 800px);
  background-color: #ffffff;
}
.banner-login .content .user-info .t {
  border: solid 1px #ff3300;
  padding: 30px 25px;
}
.banner-login .content .user-info .t h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.banner-login .content .user-info .t div {
  margin-top: 25px;
}
.banner-login .content .user-info .t div a {
  background-color: #ff3300;
  color: white;
  line-height: 40px;
  text-align: center;
  padding: 0 15px;
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
}
.banner-login .content .user-info .b {
  margin-top: 20px;
}
.home-link {
  margin: 20px 0;
}
.home-link .content {
  display: flex;
  justify-content: space-between;
}
.home-link .content a {
  display: block;
  width: 230px;
  height: 166px;
}
.home-link .content a img {
  width: 100%;
  height: 100%;
}
.home-faq {
  margin: 60px 0;
}
.home-faq .content .title {
  font-size: 32px;
  text-align: center;
}
.home-faq .content .list {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}
.home-faq .content .list .item {
  width: calc((100% / 6) - 20px );
  text-align: center;
}
.home-faq .content .list .item i {
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  border: solid 2px #f4a217;
  border-radius: 50%;
  line-height: 100px;
  box-sizing: border-box;
  display: block;
  font-size: 45px;
  color: #f4a217;
  margin: 0 auto;
}
.home-faq .content .list .item h2 {
  font-size: 18px;
  line-height: 20px;
  margin-top: 20px;
  font-weight: 500;
}
.home-faq .content .list .item p {
  margin-top: 15px;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
.home-faq2 {
  margin: 60px 0;
}
.home-faq2 .content .title {
  font-size: 32px;
  text-align: center;
}
.home-faq2 .content .list {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}
.home-faq2 .content .list .item {
    width: calc((100% / 6) - 20px );
    text-align: center;
}
.home-faq2 .content .list .item i:before {
  position: absolute;
  top: -8px;
  right: -14px;
}
.home-faq2 .content .list .item i {
  width: 55px;
  height: 55px;
  background-color: #ffe8cc;
  border: solid 1px #ffe8cc;
  border-radius: 50%;
  line-height: 100px;
  box-sizing: border-box;
  display: block;
  font-size: 45px;
  color: #f18112;
  padding-left: 22px;
  margin: 0 auto;
  position: relative;
}
.home-faq2 .content .list .item i:after {
  display: block;
  background-color: #ff8c00;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 5px;
  top: 0px;
  content: ' ';
}
.home-faq2 .content .list .item h2 {
  font-size: 18px;
  line-height: 20px;
  margin-top: 40px;
  font-weight: 500;
}
.home-advantage {
  margin: 60px 0;
}
.home-advantage .content .title {
  font-size: 32px;
  text-align: center;
}
.home-advantage .content .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-advantage .content .list .item {
  margin-top: 35px;
  width: calc((100% / 4) - 20px);
  box-sizing: border-box;
  box-shadow: 0px 2px 12px 1px rgba(176, 176, 176, 0.4);
  padding: 32px 30px;
  text-align: center;
}
.home-advantage .content .list .item.max {
  width: 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-advantage .content .list .item.max .max-item {
  box-sizing: border-box;
  width: 50%;
}
.home-advantage .content .list .item.max .max-item:last-child {
  padding: 32px 30px;
}
.home-advantage .content .list .item.max .max-item img {
  width: 100%;
  display: block;
}
.home-advantage .content .list .item h2 {
  font-size: 40px;
  line-height: 40px;
  color: #ff3300;
}
.home-advantage .content .list .item p {
  margin-top: 20px;
  line-height: 18px;
  font-size: 18px;
  text-align: center;
  color: #ff3300;
}
.home-advantage .content .list .item span {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
}
.home-feature {
  margin: 60px 0;
}
.home-feature .content {
  position: relative;
  padding-top: 60px;
}
.home-feature .content .back {
  background-image: linear-gradient(180deg, #ff864b 0%, #fe4728 100%);
  height: 317px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.home-feature .content .title {
  font-size: 32px;
  text-align: center;
  position: relative;
  z-index: 9;
  color: white;
}
.home-feature .content .list {
  position: relative;
  z-index: 9;
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 10px;
}
.home-feature .content .list .item {
  width: calc((100% / 5) - 10px);
  background-color: #ffffff;
  box-shadow: 0px 5px 4px 0px #e7f1ff;
  padding: 20px 30px 40px;
  box-shadow: 0px 5px 4px 0px rgba(253, 81, 55, 0.2);
  box-sizing: border-box;
  text-align: center;
}
.home-feature .content .list .item .img {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-feature .content .list .item h2 {
  font-size: 18px;
  line-height: 25px;
  margin-top: 30px;
  font-weight: 500;
}
.home-feature .content .list .item p {
  font-size: 14px;
  line-height: 25px;
  margin-top: 20px;
}
.home-ad {
  margin: 60px 0;
}
.home-ad a {
  display: block;
}
.home-ad a img {
  display: block;
}
