.join-area {
  margin-top: 30px;
  width: 100%;
}
.join-area .join-step-area {
  width: 100%;
  margin-bottom: 50px;
}
.join-area .join-step-area .on span {
  color: #222222;
  margin-left: 36px;
}
.join-area .join-step-area > div {
  float: left;
}
.join-area .join-step-area > div span {
  font-size: 14px;
  color: #666666;
  font-weight: bold;
  line-height: 65px;
  text-align: center;
  display: block;
}
.join-area .join-step-area .step1 {
  width: 197px;
  height: 65px;
  background: url(/static/images/join_step.png) no-repeat;
}
.join-area .join-step-area .step1.on {
  background: url(/static/images/join_step_on.png) no-repeat;
}
.join-area .join-step-area .step2 {
  width: 193px;
  height: 65px;
  background: url(/static/images/join_step.png) no-repeat;
  background-position: -197px 0;
}
.join-area .join-step-area .step2.on {
  background: url(/static/images/join_step_on.png) no-repeat;
  background-position: -197px 0;
}
.join-area .join-step-area .step3 {
  width: 194px;
  height: 65px;
  background: url(/static/images/join_step.png) no-repeat;
  background-position: -392px 0;
}
.join-area .join-step-area .step3.on {
  background: url(/static/images/join_step_on.png) no-repeat;
  background-position: -392px 0;
}
.join-area .join-step-area .step4 {
  width: 195px;
  height: 65px;
  background: url(/static/images/join_step.png) no-repeat;
  background-position: -587px 0;
}
.join-area .join-step-area .step4.on {
  background: url(/static/images/join_step_on.png) no-repeat;
  background-position: -587px 0;
}
.join-area .join-step-area .step5 {
  width: 197px;
  height: 65px;
  background: url(/static/images/join_step.png) no-repeat;
  background-position: -782px 0;
}
.join-area .join-step-area .step5.on {
  background: url(/static/images/join_step_on.png) no-repeat;
  background-position: -782px 0;
}
.join-step1,
.join-step5 {
  padding: 60px 0;
  border-top: 3px solid #8dd0d8;
  border-bottom: 1px solid #eaeaea;
  text-align: center;
}
.join-step1 label,
.join-step5 label {
  display: inline-block;
  width: 90px;
  font-size: 15px;
  color: #333333;
}
.join-step1 .num1,
.join-step5 .num1 {
  width: 88px;
}
.join-step5 > div {
  width: 250px;
  margin: 0 auto;
  font-size: 20px;
  text-align: left;
  padding-left: 240px;
  background: url(/static/images/join_success.png) no-repeat;
  height: 98px;
  line-height: 32px;
}
.join-step5 > div strong {
  color: #e87352;
}
label,
.title {
  color: #333333;
  font-weight: bold;
}
.join-step2 {
  margin-bottom: 73px;
}
.join-step2 .agree {
  margin-bottom: 40px;
}
.join-step2 .agree-title {
  width: 100%;
  margin-bottom: 12px;
  font-size: 15px;
}
.join-step2 .agree-title .title {
  float: left;
}
.join-step2 .agree-title .chk {
  float: right;
}
.join-step2 .agree-title .chk label {
  font-size: 13px;
  color: #777777;
}
.join-step2 .agree-txt {
  height: 140px;
  padding: 15px;
  overflow-x: scroll;
  overflow-x: hidden;
  border: 1px solid #eaeaea;
  border-top: 3px solid #8dd0d8;
  font-size: 13px;
}
.join-step2 .agree-step-5 .agree-txt {
  height: inherit;
}
.agree-btn-area {
  margin-top: 30px;
  text-align: center;
}
.agree-btn-area .btn-cancel {
  margin-left: 5px;
}
.agree-btn-area .btn-success span,
.agree-btn-area .btn-cancel span {
  font-weight: bold;
}
.join-step3 .join-title,
.join-step4 .join-title {
  width: 100%;
  margin-bottom: 12px;
  font-size: 15px;
}
.join-step3 .join-title .title,
.join-step4 .join-title .title {
  float: left;
}
.join-step3 .join-title .chk,
.join-step4 .join-title .chk {
  float: right;
}
.join-step3 .join-title .chk label,
.join-step4 .join-title .chk label {
  font-size: 13px;
  color: #777777;
}
.join-step3 .join-info-1,
.join-step4 .join-info-1 {
  margin-bottom: 30px;
}
.join-step3 .join-info-2 .company-num .num1,
.join-step4 .join-info-2 .company-num .num1 {
  width: 64px;
}
.join-step3 .join-info-2 .company-num .num2,
.join-step4 .join-info-2 .company-num .num2 {
  width: 44px;
}
.join-step3 .join-info-2 .company-num .num3,
.join-step4 .join-info-2 .company-num .num3 {
  width: 86px;
}
.join-step3 .join-info-1,
.join-step4 .join-info-1,
.join-step3 .join-info-2,
.join-step4 .join-info-2 {
  border: 1px solid #eaeaea;
  border-top: 3px solid #8dd0d8;
  font-size: 15px;
}
.join-step3 .join-info-1 > div,
.join-step4 .join-info-1 > div,
.join-step3 .join-info-2 > div,
.join-step4 .join-info-2 > div {
  width: 100%;
  border-bottom: 1px solid #eaeaea;
}
.join-step3 .join-info-1 > div .se,
.join-step4 .join-info-1 > div .se,
.join-step3 .join-info-2 > div .se,
.join-step4 .join-info-2 > div .se {
  border-left: 1px solid #eaeaea;
  float: right;
  width: 50%;
}
.join-step3 .join-info-1 > div.company-addr,
.join-step4 .join-info-1 > div.company-addr,
.join-step3 .join-info-2 > div.company-addr,
.join-step4 .join-info-2 > div.company-addr {
  border-bottom: 0;
}
.join-step3 .join-info-1 > div.company-addr .val,
.join-step4 .join-info-1 > div.company-addr .val,
.join-step3 .join-info-2 > div.company-addr .val,
.join-step4 .join-info-2 > div.company-addr .val {
  width: 258px;
}
.join-step3 .join-info-1 > div.company-addr2,
.join-step4 .join-info-1 > div.company-addr2,
.join-step3 .join-info-2 > div.company-addr2,
.join-step4 .join-info-2 > div.company-addr2 {
  border-bottom: 0;
}
.join-step3 .join-info-1 > div.company-addr2 .val,
.join-step4 .join-info-1 > div.company-addr2 .val,
.join-step3 .join-info-2 > div.company-addr2 .val,
.join-step4 .join-info-2 > div.company-addr2 .val {
  width: 845px;
  margin-left: 130px;
  padding-left: 10px;
  border-left: 1px solid #eaeaea;
}
.join-step3 .join-info-1 > div.company-addr2 .addr2,
.join-step4 .join-info-1 > div.company-addr2 .addr2,
.join-step3 .join-info-2 > div.company-addr2 .addr2,
.join-step4 .join-info-2 > div.company-addr2 .addr2 {
  margin-left: 10px;
}
.join-step3 .field,
.join-step4 .field {
  width: 110px;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  border-right: 1px solid #eaeaea;
  float: left;
}
.join-step3 .val,
.join-step4 .val {
  float: left;
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
  width: 258px;
}
.join-step3 .val label,
.join-step4 .val label {
  font-weight: normal;
}
.join-step3 .val input[type=text],
.join-step4 .val input[type=text],
.join-step3 .val input[type=password],
.join-step4 .val input[type=password] {
  margin-top: 8px;
  width: 243px;
}
.join-step3 .val.company-num input[type=text],
.join-step4 .val.company-num input[type=text],
.join-step3 .val.company-num input[type=password],
.join-step4 .val.company-num input[type=password] {
  width: 109px;
}
.join-step3 .val.tel input[type=text],
.join-step4 .val.tel input[type=text],
.join-step3 .val.tel input[type=password],
.join-step4 .val.tel input[type=password] {
  width: 65px;
}
.join-step3 .desc,
.join-step4 .desc {
  height: 50px;
  line-height: 50px;
  color: #999999;
}
.join-step3 .btn-area,
.join-step4 .btn-area {
  float: left;
  margin-top: 8px;
  margin-right: 28px;
}
em.dash,
em.mail {
  height: 50px;
  line-height: 50px;
}
.join-step1 em.dash {
  height: 32px;
  line-height: 32px;
}
.footer {
  margin-top: 80px;
}
.join-step4 .val {
  width: auto;
}
.join-step4 .email input[type=text] {
  width: 109px;
}
.join-step4 .agree-chk-area .desc {
  margin-left: 40px;
  display: inline-block;
}
select {
  height: 33px;
  padding: 4px 3px 3px 1px;
  border: 1px solid #eaeaea;
  vertical-align: top;
  line-height: 33px;
  width: 110px;
  margin-top: 7px;
  margin-left: 10px;
}
/* 2022.8.23 */
.ie-issue{
  width: 100%;
  background-color: #d49446;
  font-size: 14px;
  border: 2px solid #d49446;
  border-radius: 4px;
  height: 80px;
  line-height: 36px;
/*   border-top: 1px solid #eaeaea; */
}
.ie-issue p{
  padding-left : 20px;
  text-align : center;
  color: #EEE;
}
.ie-issue span{
	color: white;
	font-weight: bold;
}
.ie-issue p a:link,
.ie-issue p a:visited {
  color: #400080;
  text-decoration: none;
}
.ie-issue p .ie-issue a:active,
.ie-issue p a:hover {
  color: #18ffff;
  text-decoration: none;
}
