body {
  width: 100%;
  height: 100%;
  position: relative;
}
.register {
  background-color: #f5f6f8;
  padding-bottom: 20px;
}
.register .layui-input-block {
  margin-left: 150px;
  min-height: 36px;
}
.register .header-box {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.register .header {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.register .header-left {
  display: flex;
  align-items: center;
}
.register .header-left div {
  font-size: 20px;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #ccc;
  color: #e11b10;
}
.register .header-right {
  font-size: 16px;
}
.register .header-right span {
  color: #999;
}
.register .header-right a {
  color: #e11b10;
}
.register .top {
  display: flex;
  justify-content: space-around;
  justify-content: space-evenly;
  align-items: center;
  width: 1200px;
  height: 168px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 40px;
}
.register .top .line {
  color: #ccc;
  background-color: #f5f6f8;
  position: relative;
  top: -24px;
  font-size: 12px;
}
.register .top .stepLine {
  color: #e11b10;
}
.register .top .bg {
  background-color: #e11b10;
}
.register .top-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 120px;
  height: 101px;
}
.register .top-step {
  width: 48px;
  height: 48px;
  min-height: 48px;
  background-color: #e0e0e0;
  border-radius: 50%;
  line-height: 48px;
  color: #fff;
  text-align: center;
  margin-bottom: 14px;
}
.register .top .stepbg {
  background-color: #e11b10;
}
.register .top .stepbgW {
  background: rgba(225, 27, 17, 0.1);
}
.register .top .iconCla {
  font-size: 26px;
  color: #999;
}
.register .top .iocnStepbg {
  color: #fff;
}
.register .top .iocnStepbgW {
  color: #e11b10;
}
.register .top .faColor {
  color: #e11b10;
}
.register .top .fa1 {
  font-weight: normal;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  font-weight: 900;
}
.register .top .ft {
  font-size: 12px;
  color: #999;
  margin-top: 6px;
  width: 160px;
  text-align: center;
  line-height: 18px;
}
.register .top .xj {
  font-size: 14px;
  letter-spacing: 0px;
  color: #e11b10;
  font-weight: 700;
}
.register .top .top_btn {
  cursor: pointer;
  transform: rotate(268deg);
  display: inline-block;
  color: #e11b10;
}
.register .top .top_btn_Up {
  transform: rotate(90deg);
}
.register .content {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
.register .content .layui-form-item {
  margin-bottom: 20px !important;
}
.register .content .layui-form-item input {
  border-radius: 4px;
}
.register .content label {
  color: #666;
}
.register .content .top {
  display: flex;
  align-items: center;
  width: 724px;
  margin: 0 auto;
  height: 30px;
  margin-bottom: 37px;
}
.register .content .top .line {
  width: 181px;
  height: 2px;
  background-color: #ccc;
  margin: 0 20px;
}
.register .content .top-box {
  display: flex;
  align-items: center;
}
.register .content .top-step {
  width: 29px;
  height: 29px;
  background-color: #e0e0e0;
  border-radius: 14px;
  line-height: 29px;
  color: #fff;
  text-align: center;
}
.register .content .top .stepbg {
  background-color: #e11b10;
}
.register .content .top .stepbgW {
  background-color: #fce8e7;
}
.register .content .top .faColor {
  color: #e11b10;
}
.register .content-form {
  width: 482px;
  margin: 0 auto;
  padding-right: 156px;
}
.register .content-form label {
  width: 120px;
}
.register .content-form input:-moz-placeholder,
.register .content-form textarea:-moz-placeholder {
  color: #ccc;
}
.register .content-form input:-ms-input-placeholder,
.register .content-form textarea:-ms-input-placeholder {
  color: #ccc;
}
.register .content-form input::-webkit-input-placeholder,
.register .content-form textarea::-webkit-input-placeholder {
  color: #ccc;
}
.register .content-form .yanj {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #bbbbbb;
  cursor: pointer;
}
.register .content-form .yanj:hover {
  color: #e11b10;
}
.register .content-form .step1 .xy {
  display: flex;
  align-items: center;
  padding-left: 150px;
}
.register .content-form .step1 .layui-form-checkbox[lay-skin=primary]:hover i {
  border-color: #e11b10;
  color: #fff;
}
.register .content-form .step1 .layui-form-checked[lay-skin=primary] i {
  border-color: #e11b10;
  background-color: #e11b10;
  color: #fff;
}
.register .content-form .step2 {
  display: none;
}
.register .content-form .step2 .title {
  font-size: 18px;
  color: #3490FF;
  font-weight: 700;
  border-left: 5px solid #3490ff;
  padding-left: 10px;
  margin-bottom: 20px;
}
.register .content-form .step2 .tips {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #999999;
  display: inline-block;
  padding-top: 5px;
}
.register .content-form .step2 .span1 {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #333333;
}
.register .content-form .step2 .mb20 {
  margin-bottom: 20px;
}
.register .content-form .step2 .licenseImg {
  height: 171px;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px dashed #e5e5e5;
  text-align: center;
  line-height: 171px;
  cursor: pointer;
  padding: 5px;
  position: relative;
}
.register .content-form .step2 .licenseImg:hover .licenseImgMask {
  display: block;
}
.register .content-form .step2 img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: none;
}
.register .content-form .step2 .maskImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  transition: all 1s;
}
.register .content-form .step2 a {
  color: #000;
  line-height: 38px;
  display: inline-block;
  background-color: #f5f6f8;
  font-size: 14px;
  width: 340px;
  padding-left: 16px;
  overflow: hidden;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 30px;
}
.register .content-form .step2 a:hover {
  color: #e11b10;
}
.register .content-form .step2 .iconDel {
  font-size: 12px;
  display: none;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 13px;
  color: #ccc;
}
.register .content-form .step2 .iconDel:hover {
  color: #e11b10;
}
.register .content-form .imgCode {
  height: 38px;
  width: 150px;
}
.register .finish {
  width: 482px;
  margin: 0 auto;
}
.register .finish .step3 {
  display: none;
  padding-top: 60px;
  text-align: center;
}
.register .finish .step3 img {
  margin-bottom: 40px;
}
.register .finish .step3 div {
  text-align: center;
}
.register .finish .step3 .ft1 {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}
.register .finish .step3 .ft2 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: 0px;
  color: #666666;
  margin-bottom: 15px;
  margin-top: 5px;
}
.register .finish .step3 a {
  font-size: 16px;
  color: #e11b10;
}
.register .icp {
  width: 1200px;
  text-align: center;
  margin: 0 auto;
}
.register .icp span {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 29px;
  letter-spacing: 0px;
  color: #999999;
}
.register .icp .icp1 {
  margin-right: 30px;
}
.register .examineMsg {
  width: 732px;
  background-color: #fffce5;
  border-radius: 4px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #ff9b39;
  margin-bottom: 30px;
  box-sizing: border-box;
  text-align: left;
  display: none;
  padding: 10px 16px;
}
.register .examineMsgBo {
  background-color: #fef0f0;
  color: #f56b69;
}
.register textarea:disabled,
.register input:disabled {
  background-color: #f5f6f8;
  border: solid 1px #e5e5e5;
}
.SeeMask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.imgSeeMask {
  max-width: 800px;
  width: auto;
  height: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  border-radius: 2px;
  box-sizing: border-box;
}
.fileBg:hover {
  background-color: #fdedec;
  border: 1px solid #f5b3af !important;
  color: #e11b10 !important;
}
.errorMsg {
  position: absolute;
  left: 347px;
  white-space: nowrap;
  top: 8px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ff4040;
  display: none;
}
.success {
  position: absolute;
  right: -30px;
  top: 8px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #00cd96;
  display: none;
}
.pre-content {
  font-size: 18px;
}
.dialog-content {
  height: calc(100% - 58px);
  overflow-x: hidden;
  overflow-y: auto;
}
