html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea {
  margin: 0;
  padding: 0;
}
body {
  position: relative;
  font-family: 'Microsoft Yahei', 'simsun', 'arial', 'tahoma';
  color: #333;
}
button,
input,
select,
textarea {
  border: none;
  font-size: 100%;
  margin: 0;
}
fieldset,
img {
  border: 0;
}
ul,
ol {
  list-style: none;
}
:focus {
  outline: none;
}
.clearfix {
  clear: both;
  content: "";
  display: block;
  overflow: hidden;
}
.clear {
  clear: both;
}
.process {
  height: 72px;
  line-height: 72px;
  text-align: center;
  font-size: 16px;
  color: #aeaeae;
  border-bottom: 1px solid #dcdcdc;
  flex: 1;
  background: url('../../images/teleRegister/activate-arrow.png') no-repeat left;
}
.process:first-child {
  background: none;
}
.process span {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border: 2px solid #9FA4A6;
  border-radius: 50%;
  vertical-align: baseline;
  margin-right: 10px;
}
.activateItem {
  position: relative;
  height: 80px;
  font-size: 0px;
}
.activateItem label {
  display: inline-block;
  width: 30%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: right;
}
.activateItem i {
  color: #F35959;
  font-size: 16px;
  vertical-align: top;
}
.activateItem input {
  width: 330px;
  height: 26px;
  border-radius: 30px;
  border: 1px solid #F4F6FA;
  background-color: #F4F6FA;
  font-size: 12px;
  color: #A4A8AB;
  padding-left: 16px;
  margin: 0 16px 0 8px;
}
.activateItem input:focus {
  border: 1px solid #3CBAFF;
}
.nextStep {
  margin-top: 10px;
  height: 60px;
  text-align: center;
  font-size: 14px;
}
.nextStep .nextBtn {
  margin-left: 30px;
  display: inline-block;
  width: 120px;
  height: 30px;
  line-height: 31px;
  background: #3CBAFF;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
}
.nextStep .backBtn {
  display: inline-block;
  width: 120px;
  height: 30px;
  line-height: 31px;
  background: #E9ECF1;
  border-radius: 30px;
  color: #333;
  cursor: pointer;
}
.arrowUp {
  position: relative;
  top: 0px;
  right: 42px;
}
.arrowUp:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #A4A8AB;
  border-right: 1px solid #A4A8AB;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.bottomBtn {
  height: 30px;
  width: 660px;
  line-height: 30px;
  font-size: 12px;
  text-align: right;
}
.bottomBtn .backBtn {
  text-align: center;
  display: inline-block;
  margin-right: 20px;
  width: 96px;
  height: 30px;
  background: #E9ECF1;
  color: #333;
  border-radius: 30px;
  cursor: pointer;
}
.bottomBtn .nextBtn {
  text-align: center;
  display: inline-block;
  width: 96px;
  height: 30px;
  background: #3CBAFF;
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
}
.headBar {
  width: 100%;
  height: 60px;
  background-color: #3cbaff;
}
.headBar .headMain {
  margin: 0 auto;
  height: 60px;
  width: 1000px;
  font-size: 0px;
}
.headBar .headMain .headLeft {
  display: inline-block;
  width: 60px;
  height: 60px;
}
.headBar .headMain .headLeft a {
  margin: 10px;
  display: inline-block;
  width: 40px;
  height: 40px;
}
.headBar .headMain .headLeft a img {
  width: 40px;
  height: 40px;
}
.headBar .headMain .headRight {
  vertical-align: top;
  margin-left: 810px;
  display: inline-block;
  width: 130px;
  height: 60px;
  line-height: 60px;
  font-size: 12px;
}
.headBar .headMain .headRight a {
  margin-right: 10px;
  display: inline-block;
  width: 50px;
  height: 60px;
  cursor: pointer;
  color: #fff;
}
.wrapper {
  position: relative;
  margin: 20px auto 0;
  height: 100%;
  width: 1000px;
  background-color: #fff;
}
.wrapper .guideBar {
  display: flex;
}
.wrapper .operateArea {
  padding: 60px;
}
.wrapper .operateArea .registerTeleNumber {
  position: relative;
}
.wrapper .operateArea .registerTeleNumber .areaWrap {
  z-index: 500;
  position: absolute;
  top: 1px;
  left: 283px;
  display: inline-block;
  width: 54px;
  height: 30px;
  font-size: 13px;
  text-align: center;
}
.wrapper .operateArea .registerTeleNumber .areaWrap .areaCode {
  width: 40px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
.wrapper .operateArea .registerTeleNumber .areaWrap .area {
  display: none;
  width: 40px;
  height: 14px;
  line-height: 14px;
}
.wrapper .operateArea .registerTeleNumber .areaWrap:before {
  content: '';
  position: absolute;
  right: 6px;
  top: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px;
  border-color: transparent;
  border-top-color: #3cbaff;
  cursor: pointer;
}
.wrapper .operateArea .registerTeleNumber .areaWrap.active:before {
  top: 5px;
  border-color: transparent;
  border-bottom-color: #3cbaff;
}
.wrapper .operateArea .registerTeleNumber .inputTeleNumber {
  padding-left: 66px;
  width: 280px;
}
.wrapper .operateArea .registerTeleNumber .teleNumberTips {
  display: inline-block;
  font-size: 12px;
  color: #768893;
}
.wrapper .operateArea .registerTeleNumber .teleNumberTips i {
  margin-right: 4px;
  display: inline-block;
  width: 13px;
  height: 13px;
  vertical-align: text-top;
}
.wrapper .operateArea .registerTeleNumber .teleNumberTips .tipsOK {
  background: url('../../images/teleRegister/avai.png') no-repeat;
}
.wrapper .operateArea .registerTeleNumber .teleNumberTips .tipsWarn {
  background: url('../../images/teleRegister/redN.png') no-repeat;
}
.wrapper .operateArea .registerTeleNumber .teleNumberTips .tipOkText {
  color: #768893;
}
.wrapper .operateArea .registerTeleNumber .teleNumberTips .tipWarnText {
  color: #E26735;
}
.wrapper .operateArea .registerTeleNumber .loginNow {
  display: inline-block;
  display: none;
  font-size: 12px;
  color: #E26735;
}
.wrapper .operateArea .registerTeleNumber .loginNow a {
  color: #3CBAFF;
  text-decoration: underline;
}
.wrapper .operateArea .registerTeleNumber .imgValidateCode {
  display: none;
  width: 108px;
  height: 34px;
  vertical-align: top;
}
.wrapper .operateArea .registerTeleNumber .getValidateCode {
  margin-right: 10px;
  display: inline-block;
  width: 108px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  background: #3CBAFF;
  font-size: 12px;
  color: #fff;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
}
.wrapper .operateArea .registerTeleNumber .countDown {
  display: inline-block;
  width: 108px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  background-color: #EEF0F4;
  font-size: 12px;
  text-align: center;
  vertical-align: top;
  opacity: 0;
  color: #768893;
}
.wrapper .operateArea .registerTeleNumber .pwdTips {
  position: absolute;
  top: 40px;
  left: 282px;
  font-size: 12px;
  color: #E26735;
}
.wrapper .operateArea .registerTeleNumber .pwdStrength {
  margin-right: 10px;
  display: inline-block;
  width: 60px;
  height: 30px;
  line-height: 30px;
  color: #768893;
  font-size: 12px;
  vertical-align: top;
}
.wrapper .operateArea .registerTeleNumber #pwdStrength {
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 20px;
  margin: 5px 0;
  line-height: 20px;
  background-color: #fff;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.wrapper .operateArea .registerTeleNumber .agreeClause {
  padding-left: 280px;
  height: 60px;
  font-size: 12px;
}
.wrapper .operateArea .registerTeleNumber .agreeClause .YZJclause {
  color: #0000C6;
}
.wrapper .operateArea .teamBuilding {
  display: none;
}
.wrapper .operateArea .teamBuilding .teamTips {
  display: inline-block;
  width: 230px;
  vertical-align: top;
  font-size: 12px;
  color: #EA5950;
}
.wrapper .operateArea .teamBuilding .manageTips {
  font-size: 12px;
  color: #768893;
}
.wrapper .operateArea .wellDone {
  display: none;
  text-align: center;
}
.wrapper .operateArea .wellDone .congratulation {
  color: #94D301;
  font-size: 28px;
}
.wrapper .operateArea .wellDone .congratulation .tick {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url('../../images/teleRegister/avai.png') no-repeat;
  background-size: 28px;
  vertical-align: text-top;
  margin-right: 8px;
}
.wrapper .operateArea .wellDone .autoTurn {
  margin-top: 40px;
  font-size: 18px;
}
.wrapper .operateArea .wellDone .turnTips {
  margin-top: 40px;
  font-size: 12px;
  color: #9FA4A6;
}
.popups {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(4, 20, 42, 0.3);
}
.popups .enterpriseType {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  margin: auto;
  width: 700px;
  height: 436px;
  background-color: #fff;
  box-shadow: 0 1px 10px 0 rgba(3, 103, 157, 0.5);
  border-radius: 4px;
}
.popups .enterpriseType .topBar {
  padding-left: 10px;
  width: 690px;
  height: 40px;
  line-height: 40px;
  background: #3CBAFF;
  font-size: 12px;
}
.popups .enterpriseType .topBar .point {
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
}
.popups .enterpriseType .topBar .point span {
  margin: 0 6px;
  display: inline-block;
  width: 17px;
  height: 17px;
  line-height: 18px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  color: #3CBAFF;
  text-align: center;
}
.popups .enterpriseType .topBar .x {
  display: inline-block;
  margin-left: 488px;
  width: 13px;
  height: 13px;
  background: url('../../images/teleRegister/close.png') no-repeat;
  background-size: contain;
  vertical-align: text-bottom;
  cursor: pointer;
}
.popups .enterpriseType .middleBar {
  width: 700px;
  height: 86px;
  line-height: 86px;
  text-align: center;
  font-size: 14px;
  color: rgba(60, 186, 255, 0.4);
  font-family: MicrosoftYaHei;
}
.popups .enterpriseType .middleBar .typeNote {
  display: inline-block;
  width: 190px;
  text-align: right;
}
.popups .enterpriseType .middleBar .industryNote {
  display: inline-block;
  width: 190px;
  text-align: left;
}
.popups .enterpriseType .checkContent {
  width: 700px;
  height: 256px;
}
.popups .enterpriseType .checkContent .type {
  display: none;
  padding-left: 20px;
  font-size: 0;
}
.popups .enterpriseType .checkContent .type .typeForm {
  font-size: 14px;
}
.popups .enterpriseType .checkContent .type .typeForm .optionItem {
  display: inline-block;
  width: 212px;
  height: 260px;
  line-height: 210px;
  text-align: center;
  font-size: 14px;
}
.popups .enterpriseType .checkContent .type .typeForm .optionItem label {
  font-size: 14px;
}
.popups .enterpriseType .checkContent .industry {
  display: none;
  padding-left: 20px;
  font-size: 0px;
}
.popups .enterpriseType .checkContent .industry .companys {
  display: none;
  margin-bottom: 2px;
}
.popups .enterpriseType .checkContent .industry .companys .optionItem {
  margin-left: 16px;
  display: inline-block;
  width: 210px;
  height: 43px;
  font-size: 14px;
}
.popups .enterpriseType .checkContent .industry .companys .optionItem label {
  font-size: 14px;
}
.popups .enterpriseType .checkContent .industry .government {
  display: none;
  margin-bottom: 20px;
}
.popups .enterpriseType .checkContent .industry .government .optionItem {
  margin-left: 70px;
  display: inline-block;
  width: 140px;
  height: 60px;
  font-size: 14px;
}
.popups .enterpriseType .checkContent .industry .government .optionItem label {
  font-size: 14px;
}
.popups .enterpriseType .checkContent .industry .theOther {
  display: none;
  margin: 28px 0 22px;
}
.popups .enterpriseType .checkContent .industry .theOther .optionItem {
  margin-left: 80px;
  display: inline-block;
  width: 120px;
  height: 70px;
  font-size: 14px;
}
.popups .enterpriseType .checkContent .industry .theOther .optionItem label {
  font-size: 14px;
}
.popups .enterpriseScale {
  display: none;
  margin: 240px auto 0;
  width: 700px;
  height: 436px;
  background-color: #fff;
  box-shadow: 0 1px 10px 0 rgba(3, 103, 157, 0.5);
  border-radius: 4px;
}
.popups .enterpriseScale .topName {
  padding-left: 20px;
  width: 680px;
  height: 40px;
  line-height: 40px;
  background: #3CBAFF;
  font-size: 16px;
  color: #fff;
}
.popups .enterpriseScale .topName .closex {
  display: inline-block;
  margin-left: 586px;
  width: 13px;
  height: 13px;
  background: url('../../images/teleRegister/close.png') no-repeat;
  background-size: contain;
  vertical-align: baseline;
  cursor: pointer;
}
.popups .enterpriseScale .scale {
  padding: 20px;
  font-size: 0px;
}
.popups .enterpriseScale .scale .optionItem {
  margin-left: 60px;
  display: inline-block;
  width: 160px;
  height: 70px;
  font-size: 14px;
}
.popups .enterpriseScale .scale .optionItem label {
  font-size: 14px;
}
.popups .enterpriseScale .scale .scaleForm {
  margin: 66px 0 50px;
}
.popups input {
  margin: 3px;
}
.msgTips {
  display: none;
  position: absolute;
  top: 45%;
  left: 45%;
  padding: 12px;
  border-radius: 50px;
  font-size: 14px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}
.currentProcess {
  color: #3CBAFF;
}
.currentProcess span {
  border: 2px solid #3CBAFF;
}
.popups .enterpriseType .topBar .currentPoint {
  color: #fff;
}
.popups .enterpriseType .topBar .currentPoint span {
  background-color: #fff;
}
