.flow {
  position: relative;
}
.flow::after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
.join-banner {
  height: 594px;
  overflow: hidden;
}
.join-banner.on img {
  transform: scale(1.1);
}
.join-banner img {
  transition: 2s all;
  transform: scale(1);
  width: 100%;
  display: block;
}
.banner {
  height: 400px;
  overflow: hidden;
}
.banner.on img {
  transform: scale(1.3);
}
.banner img {
  transition: 2s all;
  transform: scale(1);
  width: 100%;
}
.about-tabs {
  line-height: 55px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #e5e5e5;
}
.about-tabs a {
  display: block;
  margin: 0 80px;
  padding: 0 30px;
  font-size: 16px;
  color: #333333;
}
.about-tabs a.on {
  color: #ff3300;
  border-bottom: 2px solid #ff3300;
}
.about-main .content .about-desc {
  padding: 30px 0;
}
.about-main .content .about-desc p {
  font-size: 14px;
  line-height: 2;
  text-indent: 2em;
  margin-top: 10px;
  text-shadow: 0 0 5px rgba(51, 51, 51, 0.1);
}
.about-main .content .about-desc p:first-child {
  margin-top: 0;
}
.about-main .content .about-flow {
  display: flex;
  justify-content: space-between;
}
.about-main .content .about-flow .item {
  position: relative;
  width: calc(90% / 3);
  padding-left: 10px;
}
.about-main .content .about-flow .item h2 {
  background-color: #ff6600;
  padding: 0 20px;
  color: white;
  line-height: 40px;
  font-size: 18px;
  width: 50%;
  position: absolute;
  left: 0;
  top: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.about-main .content .about-flow .item div {
  background-color: #ffebdd;
  padding: 65px 24px 20px;
  box-sizing: border-box;
  height: 100%;
  font-size: 14px;
  line-height: 25px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.about-main .content .about-flow .item p {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
}
.about-main .content .about-environment {
  margin-top: 30px;
}
.about-main .content .about-environment > h2 {
  font-size: 24px;
  line-height: 24px;
  color: #ff6600;
  text-align: center;
}
.about-main .content .about-environment div {
  margin-top: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 395px;
}
.about-main .content .about-environment div img {
  width: 100%;
  display: block;
  transition: 0.5s all;
  transform: scale(1);
}

.about-main .content .about-businesslicense {
  margin-top: 30px;
}
.about-main .content .about-businesslicense > h2 {
  font-size: 24px;
  line-height: 24px;
  color: #ff6600;
  text-align: center;
}
.about-main .content .about-businesslicense div {
  margin-top: 30px;
  overflow: hidden;
  height: 395px;
}
.about-main .content .about-businesslicense div img {
  width: 100%;
  display: block;
  transition: 0.5s all;
  transform: scale(1);
}
.about-warehouse {
  margin-top: 60px;
}
.about-warehouse .title {
  text-align: center;
}
.about-warehouse .title h2 {
  font-size: 24px;
  line-height: 24px;
  color: #ff6600;
  text-align: center;
}
.about-warehouse .title p {
  font-size: 14px;
  margin-top: 15px;
}
.about-warehouse .list {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.about-warehouse .list .item {
  width: calc(92% / 4);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.about-warehouse .list .item a {
  display: block;
  height: 195px;
  overflow: hidden;
  position: relative;
}
.about-warehouse .list .item a:hover img {
  transform: scale(1.05);
}
.about-warehouse .list .item a:hover h2 {
  opacity: 0;
}
.about-warehouse .list .item a img {
  width: 100%;
  display: block;
  transition: 0.5s all;
  transform: scale(1);
}
.about-warehouse .list .item a h2 {
  position: absolute;
  transition: 0.5s all;
  bottom: 0;
  opacity: 1;
  line-height: 40px;
  left: 0;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.recruit {
  padding: 50px 0;
}
.recruit .content .tabs {
  display: flex;
}
.recruit .content .tabs > span {
  font-size: 16px;
  color: #333333;
}
.recruit .content .tabs p {
  display: flex;
}
.recruit .content .tabs p span {
  margin-left: 60px;
  display: block;
  cursor: pointer;
}
.recruit .content .tabs p span.on {
  color: #ff6600;
}
.recruit .content .hint {
  padding: 40px 0 0;
  font-size: 14px;
  color: #999999;
}
.recruit .content .list .item {
  margin-top: 30px;
  background-color: #f4f4f4;
}
.recruit .content .list .item .t {
  padding: 40px;
  position: relative;
}
.recruit .content .list .item .t h2 {
  font-size: 20px;
  line-height: 1;
}
.recruit .content .list .item .t div {
  margin-top: 20px;
  display: flex;
}
.recruit .content .list .item .t div span {
  display: block;
  margin-right: 50px;
  font-size: 16px;
  color: #999999;
}
.recruit .content .list .item .t .open {
  position: absolute;
  right: 40px;
  top: 20px;
  cursor: pointer;
}
.recruit .content .list .item .t .open.on i {
  display: none;
}
.recruit .content .list .item .t .open.on i.icon-shang {
  display: block;
}
.recruit .content .list .item .t .open i {
  font-size: 24px;
  color: #999999;
}
.recruit .content .list .item .t .open i.icon-shang {
  /*display: none;*/
}
.recruit .content .list .item .b {
  margin: 0 40px;
  border-top: 1px solid #e5e5e5;
  padding: 30px 0 40px;
  display: none;
}
.recruit .content .list .item .b.on {
  display: block;
}
.recruit .content .list .item .b h2 {
  font-size: 18px;
  margin-bottom: 5px;
}
.recruit .content .list .item .b p {
  font-size: 14px;
  line-height: 2;
}
.join {
  background: url(/static/newscommon/images/join_back.jpg) center;
  min-height: 100vh;
}
.join .join-desc {
  padding: 75px 0;
  position: relative;
}
.join .join-desc::before {
  position: absolute;
  content: "";
  bottom: 75px;
  left: 0;
  width: 100%;
  height: 67%;
  background-color: white;
  z-index: 0;
  border-radius: 15px;
}
.join .join-desc .desc-t {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  padding: 0 40px;
}
.join .join-desc .desc-t .t-l {
  border: solid 2px #ffffff;
  width: 360px;
}
.join .join-desc .desc-t .t-l img {
  width: 100%;
  display: block;
}
.join .join-desc .desc-t .t-r {
  width: calc(100% - 390px);
}
.join .join-desc .desc-t .t-r .title {
  border-bottom: 1px solid #ffc000;
  padding-bottom: 3px;
  position: relative;
}
.join .join-desc .desc-t .t-r .title::before {
  width: 75px;
  height: 75px;
  background-image: linear-gradient(0deg, #ff9c00 1%, #ffc000 100%);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 5px;
  border-radius: 50%;
}
.join .join-desc .desc-t .t-r .title h2 {
  padding-left: 30px;
  border-bottom: 1px solid #ffc000;
  position: relative;
  z-index: 9;
  color: white;
  font-size: 40px;
  line-height: 75px;
}
.join .join-desc .desc-t .t-r .text {
  padding: 40px 0 0;
}
.join .join-desc .desc-t .t-r .text p {
  font-size: 24px;
  line-height: 40px;
}
.join .join-desc .desc-t .t-r .text p:first-child {
  color: white;
}
.join .join-desc .desc-t .t-r .text p:last-child {
  margin-top: 45px;
}
.join .join-desc .desc-b {
  position: relative;
  z-index: 9;
  padding: 40px;
}
.join .join-desc .desc-b img {
  width: 100%;
  display: block;
}
.join .join-advantage {
  text-align: center;
}
.join .join-advantage .title {
  border-bottom: 1px solid #ffc000;
  padding-bottom: 3px;
  position: relative;
  display: inline-block;
}
.join .join-advantage .title::before {
  width: 75px;
  height: 75px;
  background-image: linear-gradient(0deg, #ff9c00 1%, #ffc000 100%);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 5px;
  border-radius: 50%;
}
.join .join-advantage .title h2 {
  padding-left: 30px;
  border-bottom: 1px solid #ffc000;
  position: relative;
  z-index: 9;
  color: white;
  font-size: 40px;
  line-height: 75px;
}
.join .join-advantage .list {
  display: flex;
  justify-content: space-between;
  margin-top: 85px;
  background: url(/static/newscommon/images/join_list3.png) no-repeat center;
  height: 500px;
  align-items: center;
}
.join .join-advantage .list .item {
  background-image: linear-gradient(0deg, #ff9c00 1%, #ffc000 100%);
  border-radius: 32px;
  border: solid 2px #ffffff;
  font-size: 18px;
  color: white;
  height: 65px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.join .join-advantage .list .list-l {
  width: 45%;
}
.join .join-advantage .list .list-l .item {
  margin-top: 80px;
  text-align: left;
}
.join .join-advantage .list .list-l .item:first-child {
  margin-left: 10%;
  margin-top: 0;
}
.join .join-advantage .list .list-l .item:last-child {
  margin-left: 20%;
}
.join .join-advantage .list .list-l .item:nth-child(2) {
  width: 50%;
}
.join .join-advantage .list .list-l .item:nth-child(3) {
  width: 50%;
}
.join .join-advantage .list .list-r {
  width: 45%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.join .join-advantage .list .list-r .item {
  margin-top: 42px;
  text-align: left;
}
.join .join-advantage .list .list-r .item:first-child {
  margin-right: 10%;
  margin-top: 0;
}
.join .join-advantage .list .list-r .item:last-child {
  margin-right: 20%;
}
.join .join-advantage .list .list-r .item:nth-child(2) {
  width: 50%;
}
.join .join-advantage .list .list-r .item:nth-child(3) {
  width: 50%;
}
.join .join-flow {
  margin-top: 75px;
  height: 950px;
  background: url(/static/newscommon/images/join_back2.png) no-repeat top;
  background-size: 100% auto;
  box-sizing: border-box;
  padding-top: 120px;
  text-align: center;
}
.join .join-flow .title {
  border-bottom: 1px solid #ffc000;
  padding-bottom: 3px;
  position: relative;
  display: inline-block;
}
.join .join-flow .title::before {
  width: 75px;
  height: 75px;
  background-image: linear-gradient(0deg, #ff9c00 1%, #ffc000 100%);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 5px;
  border-radius: 50%;
}
.join .join-flow .title h2 {
  padding-left: 30px;
  border-bottom: 1px solid #ffc000;
  position: relative;
  z-index: 9;
  color: #ff6600;
  font-size: 40px;
  line-height: 75px;
}
.join .join-flow .flow-list {
  margin-top: 75px;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
.join .join-flow .flow-list .item {
  border: solid 4px #ff6600;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  position: relative;
}
.join .join-flow .flow-list .item span {
  position: absolute;
  right: -50%;
  top: 50%;
  transform: translateY(-50%);
}
.join .join-flow .flow-list .item .item-main {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  height: 100%;
}
.join .join-flow .flow-list .item .item-main::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  background-image: linear-gradient(0deg, #fd5038 0%, #ff9d29 100%);
  width: 180px;
  height: 180px;
  border-radius: 50%;
}
.join .join-flow .flow-list .item .item-main p {
  font-size: 40px;
  color: white;
  position: relative;
  z-index: 9;
  line-height: 80px;
  font-weight: 600;
}
.join .join-flow .flow-list .item .item-main h2 {
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px;
}
.join .join-flow .flow-list-text {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.join .join-flow .flow-list-text .item {
  width: calc(97% / 4);
  background-color: #fe522f;
  padding-top: 50px;
  position: relative;
}
.join .join-flow .flow-list-text .item::before {
  background-image: linear-gradient(90deg, #ff9c00 1%, #ffc000 100%);
  height: 7px;
  width: 80%;
  position: absolute;
  top: 20px;
  left: 10%;
  content: "";
  display: block;
}
.join .join-flow .flow-list-text .item p img {
  width: 100%;
  display: block;
}
.join .join-flow .flow-list-text .item .item-desc {
  padding: 30px 20px;
  color: white;
  text-align: left;
}
.join .join-flow .flow-list-text .item .item-desc h2 {
  font-size: 24px;
}
.join .join-flow .flow-list-text .item .item-desc .text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 24px;
}
.join .flow-vision {
  margin-top: 75px;
  text-align: center;
}
.join .flow-vision .title {
  border-bottom: 1px solid #ffc000;
  padding-bottom: 3px;
  position: relative;
  display: inline-block;
}
.join .flow-vision .title::before {
  width: 75px;
  height: 75px;
  background-image: linear-gradient(0deg, #ff9c00 1%, #ffc000 100%);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 5px;
  border-radius: 50%;
}
.join .flow-vision .title h2 {
  padding-left: 30px;
  border-bottom: 1px solid #ffc000;
  position: relative;
  z-index: 9;
  color: white;
  font-size: 40px;
  line-height: 75px;
}
.join .flow-vision .desc {
  margin-top: 35px;
  height: 100px;
  background-image: linear-gradient(0deg, #ff9c00 1%, #ffc000 100%);
  border-radius: 50px;
  border: solid 1px #ffffff;
  font-size: 70px;
  color: white;
  line-height: 100px;
}
.join .flow-vision .image {
  margin-top: 40px;
}
.join .flow-vision .image img {
  width: 100%;
}
.join .flow-desc {
  margin-top: 105px;
}
.join .flow-desc .title {
  border-bottom: 1px solid #ffc000;
  padding-bottom: 3px;
  position: relative;
  text-align: center;
}
.join .flow-desc .title::before {
  width: 110px;
  height: 110px;
  background-image: linear-gradient(0deg, #ff9c00 1%, #ffc000 100%);
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5px;
  border-radius: 50%;
}
.join .flow-desc .title h2 {
  padding-left: 30px;
  border-bottom: 1px solid #ffc000;
  position: relative;
  z-index: 9;
  color: white;
  font-size: 40px;
  line-height: 75px;
}
.join .flow-desc .list .item {
  border-radius: 0px 179px 179px 100px;
  padding: 40px;
  width: 90%;
  margin: 30px auto 0;
  background: url(/static/newscommon/images/join_list10.jpg) no-repeat right bottom;
  background-color: white;
}
.join .flow-desc .list .item h2 {
  font-size: 40px;
  color: #ff6600;
  padding-right: 10%;
}
.join .flow-desc .list .item:nth-child(2) {
  border-radius: 179px 0px 100px 179px;
  background: url(/static/newscommon/images/join_list11.jpg) no-repeat left bottom;
  background-color: white;
}
.join .flow-desc .list .item:nth-child(2) h2 {
  text-align: right;
  padding-left: 10%;
  padding-right: 0%;
}
.join .flow-desc .list .item:nth-child(2) div {
  padding-left: 30%;
  text-align: right;
}
.join .flow-desc .list .item:nth-child(3) {
  border-radius: 0px 179px 179px 100px;
  background: url(/static/newscommon/images/join_list12.jpg) no-repeat right bottom;
  background-color: white;
}
.join .flow-desc .list .item div {
  margin-top: 25px;
  width: 70%;
}
.join .flow-desc .list .item div p {
  font-size: 18px;
  line-height: 30px;
  margin-top: 15px;
}
.join .flow-text {
  margin-top: 75px;
  text-align: center;
}
.join .flow-text .title {
  border-bottom: 1px solid #ffc000;
  padding-bottom: 3px;
  position: relative;
  display: inline-block;
}
.join .flow-text .title::before {
  width: 75px;
  height: 75px;
  background-image: linear-gradient(0deg, #ff9c00 1%, #ffc000 100%);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 5px;
  border-radius: 50%;
}
.join .flow-text .title h2 {
  padding-left: 30px;
  border-bottom: 1px solid #ffc000;
  position: relative;
  z-index: 9;
  color: white;
  font-size: 40px;
  line-height: 75px;
}
.join .flow-text .desc {
  margin-top: 40px;
  font-size: 24px;
  line-height: 40px;
  color: #ffffff;
  text-align: left;
}
.help-main {
  margin: 20px auto;
}
.help-main .content {
  border: 1px solid #ff3300;
}
.help-main .content .title {
  height: 200px;
  background: url(/static/newscommon/images/help_banner.jpg);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.help-main .content .title .title-main {
  color: white;
}
.help-main .content .title .title-main h2 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
}
.help-main .content .title .title-main p {
  font-size: 24px;
  line-height: 25px;
  margin-top: 15px;
}
.help-main .content .list {
  padding: 30px 25px;
}
.help-main .content .list .item {
  margin-top: 25px;
}
.help-main .content .list .item:first-child {
  margin-top: 0;
}
.help-main .content .list .item h2 {
  font-size: 14px;
}
.help-main .content .list .item p {
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
}
.help-main .content .list .item pre {
     font-size: 14px;
     color: #999999;
     margin-top: 10px;
 }
.flow-form {
  padding: 75px 0;
}
.flow-form .form-content {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 45px 35px;
  text-align: center;
}
.flow-form .form-content .title {
  border-bottom: 1px solid #ffc000;
  padding-bottom: 3px;
  position: relative;
  display: inline-block;
}
.flow-form .form-content .title::before {
  width: 75px;
  height: 75px;
  background-image: linear-gradient(0deg, #ff9c00 1%, #ffc000 100%);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 5px;
  border-radius: 50%;
}
.flow-form .form-content .title h2 {
  padding-left: 30px;
  border-bottom: 1px solid #ffc000;
  position: relative;
  z-index: 9;
  color: #ff6600;
  font-size: 40px;
  line-height: 75px;
}
.flow-form .form-content .form {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flow-form .form-content .form .form-item {
  width: 500px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 2px #ff6600;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.flow-form .form-content .form .form-item span {
  width: 110px;
  display: block;
  font-size: 18px;
  line-height: 60px;
  color: #999999;
}
.flow-form .form-content .form .form-item input {
  width: calc(100% - 120px);
  border: 0;
  height: 60px;
  font-size: 18px;
}
.flow-form .form-content .form .form-item textarea {
  width: 100%;
  height: 120px;
  border: 0;
  padding: 15px;
  font-size: 18px;
  font-family: '微软雅黑', sans-serif;
}
.flow-form .form-content .form .form-item:last-child {
  width: 100%;
  height: 120px;
  margin-top: 30px;
}
.flow-form .form-content .btn {
  width: 248px;
  height: 60px;
  background-image: linear-gradient(0deg, #fc3126 0%, #fb775c 100%);
  border-radius: 10px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: white;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 50px;
}
