#companyInfoContainer {
  width: 100%;
  height: 100%;
}
#companyInfoContainer #navOfComInfo li img {
  width: 32px;
}
#companyInfoContainer .layui-tab {
  margin: 0;
}
#companyInfoContainer .alerdyAuth,
#companyInfoContainer .disAuth {
  width: 100%;
}
#companyInfoContainer .disAuth {
  display: none;
}
#companyInfoContainer .layui-tab-content {
  padding: 10px 0px;
}
#companyInfoContainer .layui-table td, #companyInfoContainer .layui-table th {
  text-align: center;
}
#companyInfoContainer .changeInfo {
  width: 100px;
  height: 32px;
  background: #FFB100;
  color: #FFFFFF;
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}
#companyInfoContainer .layui-table td {
  padding: 7px 15px;
}

#competeInfoMask {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  display: none;
}
#competeInfoMask .formBox {
  width: 50%;
  position: absolute;
  top: 80px;
  left: 50%;
  bottom: 80px;
  background: #FFFFFF;
  transform: translateX(-50%);
  border-radius: 10px;
  overflow: hidden;
}
#competeInfoMask .formBox .processBar {
  width: 0%;
  height: 5px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #1E9FFF;
  z-index: 99999999;
  transition: all .5s;
}
#competeInfoMask #closecompeteInfoMask {
  position: absolute;
  right: 22.5%;
  top: 35px;
  cursor: pointer;
}
#competeInfoMask .stateThreeContent {
  width: 102%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  overflow-y: auto;
}
#competeInfoMask .stateThreeContent .infoBox {
  width: 100%;
  margin: 0 auto;
}
#competeInfoMask .stateThreeContent .grey {
  color: #999999;
  font-size: 14px;
}
#competeInfoMask .stateThreeContent .flexBox {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0px 15px;
}
#competeInfoMask .stateThreeContent .flexBox .flexItemLeft {
  flex-basis: 250px;
  width: 250px;
  padding-left: 70px;
  box-sizing: border-box;
  font-size: 16px;
  color: #950000;
}
#competeInfoMask .stateThreeContent .flexBox .flexItemRight {
  flex-basis: 400px;
  width: 400px;
}
#competeInfoMask .stateThreeContent .flexBox .flexItemRight .single {
  margin-bottom: 18px;
  position: relative;
}
#competeInfoMask .stateThreeContent .flexBox .flexItemRight .single .confirmIcon {
  position: absolute;
  right: -65px;
  top: 35px;
  display: none;
}
#competeInfoMask .stateThreeContent .flexBox .flexItemRight label {
  font-size: 14px;
  color: #999;
  display: block;
  margin-bottom: 8px;
}
#competeInfoMask .stateThreeContent .flexBox .flexItemRight label span {
  color: red;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
#competeInfoMask .stateThreeContent .flexBox .flexItemRight input {
  width: 100%;
  height: 45px;
  border: 1px solid #E5E5E5;
  text-indent: 12px;
  border-radius: 4px;
}
#competeInfoMask .stateThreeContent .flexBox .flexItemRight #qymcSel {
  width: 100%;
  height: 47px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  text-indent: 8px;
  display: none;
}
#competeInfoMask .stateThreeContent .flexBox .flexItemRight .inputBox {
  width: 100%;
  height: 45px;
  display: -ms-flexbox;
  display: flex;
}
#competeInfoMask .stateThreeContent .flexBox .flexItemRight .inputBox input {
  flex-basis: 220px;
}
#competeInfoMask .stateThreeContent .flexBox .flexItemRight .inputBox .rightBox {
  flex-basis: 190px;
  position: relative;
  width: 190px;
}
#competeInfoMask .stateThreeContent .flexBox .flexItemRight .inputBox .rightBox .dw {
  position: absolute;
  bottom: 0px;
  left: 15px;
  top: 15px;
}
#competeInfoMask .stateThreeContent .flexBox .flexItemRight .inputBox .rightBox .code {
  width: 120px;
  height: 45px;
  border: 1px solid #e5e5e5;
  float: right;
}
#competeInfoMask .stateThreeContent .flexBox .flexItemRight .inputBox .rightBox .getPhoneCode {
  border: 1px solid #b20e01;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  color: #b20e01;
  border-radius: 5px;
  cursor: pointer;
  background: #FFFFFF;
  width: 140px;
}
#competeInfoMask .stateThreeContent #submitBtn {
  width: 140px;
  background: #CC0000;
  margin: 30px auto 0px;
  display: block;
}

/*# sourceMappingURL=companyInfo.css.map */
