/* TAG 头部的登录区域 */
.loginContainer {
  height: 670px;
  background-image: url(../img/enterpriceJoin/loginBG.png);
  color: #fff;
}
.loginContainer .loginContent {
  display: flex;
  justify-content: space-between;
  padding-top: 84px;
}
.loginContainer .loginDescription h2 {
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: bold;
}
.loginContainer .loginDescription p {
  font-size: 24px;
}
/* TAG 第二区块 */
.areaB {
  height: 1244px;
  padding-top: 74px;
  box-sizing: border-box;
}
.areaB h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.areaB .areaBGrid {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 45px;
  margin-bottom: 57px;
}
.areaB .areaBGrid p:first-child {
  font-size: 36px;
  color: #121212;
  font-weight: bold;
  text-align: center;
}
.areaB .areaBGrid p:last-child {
  margin-top: 15px;
  font-size: 20px;
  color: #999;
  text-align: center;
}
.areaB .areaBBanner {
  background-image: url(../img/enterpriceJoin/bannerB.png);
  height: 369px;
  padding-top: 36px;
  box-sizing: border-box;
}
.areaB .areaBBanner h3 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.areaB .areaBBanner p {
  width: 928px;
  margin: 88px auto;
  font-size: 16px;
  line-height: 29px;
  color: #fff;
}
.areaB .areaBBottom {
  margin-top: 78px;
  display: flex;
  justify-content: space-between;
}
.areaB .areaBBottom aside {
  background-image: url(../img/enterpriceJoin/areaBAside.png);
  width: 659px;
  height: 439px;
}
.areaB .areaBBottom ul li:nth-child(1) {
  padding-top: 10px;
  padding-left: 0;
  font-size: 56px;
  color: #d9e5ff;
}
.areaB .areaBBottom ul li:nth-child(2) {
  padding-left: 42px;
  transform: translateY(-20px);
  font-size: 36px;
  font-weight: bold;
  color: #1472ff;
}
.areaB .areaBBottom ul li:nth-child(n + 3) {
  padding-left: 42px;
  color: #7a7d8b;
  font-size: 16px;
  line-height: 37px;
}
.areaB .areaBBottom ul li:nth-child(n + 3)::before {
  display: inline-block;
  margin-right: 4px;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #1472ff;
  vertical-align: middle;
}
/* TAG 第三区块 */
.areaC {
  height: 480px;
  background-image: url(../img/enterpriceJoin/bannerC.png);
  box-sizing: border-box;
  padding-top: 74px;
}
.areaC h2 {
  text-align: center;
  color: #121212;
  font-weight: bold;
  font-size: 36px;
}
.areaC ul {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
  padding-left: 52px;
  padding-right: 52px;
}
.areaC ul li {
  color: #121212;
  text-align: center;
}
.areaC ul li p:first-of-type {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}
.areaC ul li p:last-of-type {
  font-size: 16px;
}
/* TAG 第四区块 */
/* 第一部分 加盟权益 */
.areaD {
  height: 1997px;
  box-sizing: border-box;
  padding-top: 74px;
}
.areaD h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.areaD .areaDContentA {
  display: flex;
  justify-content: space-between;
  height: 381px;
  margin-top: 72px;
}
.areaD .areaDContentA ul {
  width: 322px;
}
.areaD .areaDContentA ul li {
  margin-bottom: 44px;
}
.areaD .areaDContentA ul li:last-child {
  margin-bottom: 0;
}
.areaD .areaDContentA figure {
  background-image: url(../img/enterpriceJoin//areaD_center.png);
  background-size: cover;
  width: 440px;
  margin: 0;
}
.areaD .areaDContentA li p:first-child {
  color: #121212;
  font-size: 26px;
  line-height: 26px;
}
.areaD .areaDContentA li p:last-child {
  font-size: 16px;
  color: #121212;
  line-height: 21px;
}
/* 第二部分 RPO人才猎聘服务 */
.areaD h2:nth-of-type(2) {
  margin-top: 100px;
}
.areaD .areaDContentB {
  display: grid;
  grid-template-columns: repeat(2, 574px);
  grid-template-rows: repeat(3, 165px);
  gap: 31px 52px;
  margin-top: 43px;
}
.areaD .areaDContentB li {
  display: flex;
  padding-left: 27px;
  align-items: center;
  box-shadow: 0px 3px 12px rgba(20, 114, 255, 0.16);
}
.areaD .areaDContentB li div {
  margin-left: 27px;
  color: #333;
}
.areaD .areaDContentB li div p:first-child {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
}
.areaD .areaDContentB li div p:last-child {
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
}
/* 第三部分 功能与服务 */
.areaD h2:nth-of-type(3) {
  margin-top: 76px;
}
.areaD .areaDContentC {
  display: grid;
  grid-template-columns: repeat(2, 587px);
  grid-template-rows: repeat(2, 180px);
  gap: 26px;
  margin-top: 80px;
}
.areaD .areaDContentC li {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #1472ff;
  border-radius: 8px;
}
.areaD .areaDContentC li img {
  width: 116px;
  height: 116px;
}
.areaD .areaDContentC li div {
  width: 364px;
}
.areaD .areaDContentC li div p {
  color: #fff;
}
.areaD .areaDContentC li div p:first-child {
  font-size: 20px;
  font-weight: bold;
  line-height: 52px;
}
.areaD .areaDContentC li div p:last-child {
  font-size: 14px;
  line-height: 24px;
}
/* TAG 第五区块 */
.areaE {
  height: 436px;
  background-image: url(../img/enterpriceJoin/bannerE.png);
  box-sizing: border-box;
  padding-top: 74px;
}
.areaE h2 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.areaE ul {
  display: grid;
  grid-template-columns: repeat(4, 281px);
  grid-template-rows: 180px;
  gap: 25px;
  margin-top: 54px;
}
.areaE li:nth-child(1) {
  background-image: url(../img/enterpriceJoin/areaE_bgA.png);
}
.areaE li:nth-child(2) {
  background-image: url(../img/enterpriceJoin/areaE_bgB.png);
}
.areaE li:nth-child(3) {
  background-image: url(../img/enterpriceJoin/areaE_bgC.png);
}
.areaE li:nth-child(4) {
  background-image: url(../img/enterpriceJoin/areaE_bgD.png);
}
.areaE li {
  padding: 32px 39px 0 32px;
}
.areaE li p:first-child {
  font-size: 20px;
  line-height: 52px;
  color: #121212;
  font-weight: bold;
}
.areaE li p:last-child {
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
/* TAG 第六区块 */
.areaF {
  height: 600px;
  padding-top: 80px;
  box-sizing: border-box;
}
.areaF h2 {
  font-size: 36px;
  color: #121212;
  font-weight: bold;
  text-align: center;
}
.areaF .areaFFlowChart {
  height: 200px;
  margin-top: 54px;
  background-image: url(../img/enterpriceJoin/flowChart.png);
}
.areaF .areaFJoinContainer {
  margin-top: 40px;
  text-align: center;
}
.areaF .areaFJoinContainer button {
  width: 128px;
  height: 58px;
  border: 0;
  border-radius: 28px;
  background-image: url(../img/enterpriceJoin/joinButton.png);
  cursor: pointer;
}
.areaF .areaFJoinContainer p {
  margin-top: 24px;
  font-size: 28px;
  color: #ff7c0d;
}
/* TAG 申请加盟区块 */
.areaG {
  background-image: url(../img/enterpriceJoin/bannerG.png);
  height: 600px;
  padding-top: 40px;
  box-sizing: border-box;
}
.areaG .joinContent {
  display: flex;
  justify-content: space-between;
}
.areaG .areaGLeft {
  padding-top: 109px;
  color: #fff;
}
.areaG .areaGLeft h2 {
  font-size: 52px;
  font-weight: bold;
}
.areaG .areaGLeft p {
  margin-top: 30px;
  font-size: 36px;
}
.areaG .joinContainer {
  width: 594px;
  height: 520px;
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 40px 57px 32px 57px;
}
.joinType {
  height: 80px;
  display: grid;
  grid-template-columns: repeat(2, 228px);
  gap: 24px;
}
.joinType div {
  display: flex;
  align-items: center;
  padding-left: 24px;
  border: 1px solid #babdcc;
  border-radius: 4px;
  cursor: pointer;
}
.joinType div span {
  margin-left: 16px;
  color: #333;
  font-size: 18px;
}
.joinType div.active {
  border-color: #1472ff;
}
.joinType div.active span {
  color: #1472ff;
}
.joinForm {
  margin-top: 28px;
}
.joinForm .layui-form-item {
  margin-top: 24px;
}
.joinForm .layui-form-item input {
  width: 480px;
  height: 48px;
  font-size: 16px;
  padding-left: 16px;
  border-radius: 4px;
}
.joinForm .layui-form-item:nth-child(3) {
  display: flex;
}
.joinForm .layui-form-item:nth-child(3) input {
  width: 350px;
}
.joinForm .getCode {
  width: 120px;
  height: 48px;
  margin-left: 10px;
  border: 1px solid #1472ff;
  border-radius: 4px;
  background-color: #fff;
  color: #1472ff;
  font-size: 14px;
  cursor: pointer;
}
.joinForm .eulaContainer {
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
}
.joinForm .eulaContainer p {
  font-size: 14px;
  color: #333;
}
.joinForm .eulaContainer .layui-form-checkbox{
  height: 16px;
  padding-right: 16px;
  transform: translateY(-3px);
}
.joinForm .eulaContainer .layui-icon.layui-icon-ok{
  width: 14px;
  height: 14px;
  border-left: 1px solid #d2d2d2;
}
.joinForm .eulaContainer .layui-icon.layui-icon-ok::before{
  font-size: 14px;
  display: inline-block;
  transform: translateY(-10px);
}
.joinForm .eulaContainer a {
  color: #1472ff;
  text-decoration: underline;
}
.joinForm .eulaContainer p+a:last-child {
  color: #7a7d8b;
  text-decoration: none;
}
.joinForm .layui-form-item:last-child {
  margin-top: 54px;
  text-align: center;
}
.joinForm .sendRequest {
  height: 52px;
  width: 426px;
  background-image: url(../img/enterpriceJoin/sendRequest.png);
  border: 0;
  border-radius: 26px;
}
/* 避免layui样式干扰 */
.joinForm .eulaContainer.layui-form-item::after{
  display: none;
}
/* TAG 加盟弹框 */
#joinDialog{
  padding: 40px 73px 0 73px;
  box-sizing: border-box;
}
#joinDialog h2{
  color: #333;
  font-size: 36px;
  line-height: 52px;
  font-weight: bold;
  text-align: center;
}
#joinDialog h2+p{
  color: #333;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
#joinDialog .joinType{
  margin-top: 60px;
}
/* TAG 申请结果弹框(重复申请 & 申请成功) */
.requestResultHeader{
  height: 160px;
  background-image: url(../img/enterpriceJoin/requestResultBanner.png);
  padding-top: 33px;
  box-sizing: border-box;
}
.requestResultHeader h2{
  font-size: 36px;
  line-height: 52px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.requestResultHeader h2+p{
  font-size: 16px;
  line-height: 28px;
  color: #d0e3ff;
  text-align: center;
}
.requestResultContent p:first-of-type{
  margin-top: 59px;
  font-size: 24px;
  line-height: 40px;
  color: #333;
  text-align: center;
}
.requestResultContent div{
  margin-top: 100px;
  text-align: center;
}
.requestResultContent button{
  width: 240px;
  height: 52px;
  border: 0;
  border-radius: 26px;
  background-image: url(../img/enterpriceJoin/iKnow.png);
  cursor: pointer;
}
.requestResultContent p:last-of-type{
  color: #1472ff;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
}
#requestSuccessDialog .requestResultContent p:first-of-type{
  width: 432px;
  margin-left: auto;
  margin-right: auto;
}
#requestSuccessDialog .requestResultContent div{
  margin-top: 60px;
  text-align: center;
}
