.theme-popover-mask {
  z-index: 99998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  display: none
}

.theme-popover {
  z-index: 99999;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -193px 0 0 -216px;
  border-radius: 8px;
  background-color: #fff;
  transform-origin: center center;
  display: none;
}

.theme-popover * {
  font-size: 12px;
  box-sizing: content-box;
}

.theme-popover-close {
  position: absolute;
  right: -25px;
  top: -25px;
  width: 52px;
  height: 52px;
  background-image: url('../images/popover-close.png');
  cursor: pointer;
}

.theme-popover .tab_container {
  float: left;
  width: 100%;
  position: relative;
}

.theme-popover .tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 46px;
  border: none;
  width: 100%;
}

.theme-popover .tabs li {
  float: left;
  margin: 0;
  padding: 0;
  height: 45px;
  width: 50%;
  line-height: 45px;
  border: none;
  margin-bottom: -1px;
  background: #e0e4e8;
  overflow: hidden;
  position: relative;
}

.theme-popover .tabs .activeTab, .theme-popover .tabs .activeTab a:hover {
  background: #fff;
  border-bottom: 1px solid #fff;
}

.theme-popover .tabs li a {
  text-decoration: none;
  color: #242424;
  display: block;
  padding: 0 20px;
  outline: none;
  text-align: center;
}

.theme-popover .tabs li a:hover {
  background: #ccc;
}
.theme-popover .tabs li:first-of-type{
  border-radius: 8px 0 0 0;
}
.theme-popover .tabs li:last-of-type{
  border-radius: 0 0 8px 0;
}
.theme-popover .line {
  border-bottom: 1px solid #bfbfbf;
}

.theme-popover .fields {
  padding: 0 20px;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  width: 345px;
  margin: 35px auto 5px auto;
  color: #333;
}

.theme-popover .code {
  position: absolute;
  top: 0;
  right: 0;
}

.theme-popover .company-block {

  position: relative;
}

.theme-popover .company-drop {
  box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 9
}

.theme-popover .company-list {
  padding: 0;
  margin: 0;
  background: #fff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 200px;
}

.theme-popover .company-list li {
  line-height: 30px;
  padding-left: 6px;
  list-style: none;
  cursor: pointer;
}

.theme-popover .company-list li:hover {
  background: #353535;
  color: #fff;
}

.agreementnotes {
  width: 380px;
  min-height: 1px;
  overflow: hidden;
  margin: 10px auto 40px auto;
  color: #555555;
}

.agreementnotess {
    width: 380px;
    min-height: 1px;
    overflow: hidden;
    margin: 10px auto 0px auto;
    color: #c2c2c2;
}

.agreementnotes a {
  color: #004ae0;
}

.agreementnotess a {
  color: #1e9fff;
}

.agreementnotes a:hover {
  color: #0035a0;
}

.agreementnotess a:hover {
  color: #547fd1;
}

.theme-popover .require {
  color: red;
  padding: 0 5px;
}

.theme-popover .field {
  height: 45px;
  line-height: 45px;
  color: #888888;
}

.theme-popover .btn {
  display: block;
  border: none;
  height: 45px;
  width: 347px;
  border-radius: 5px;
  background-color: #49a7e0;
  margin: 0 auto;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
}

.theme-popover button, .theme-popover input[type="button"] {
  box-sizing: border-box;
}

.theme-popover #getCode {
  border: none;
  height: 30px;
  background-color: #49a7e0;
  color: #ffffff;
  float: right;
  margin-top: 7px;
  cursor: pointer;
  line-height: normal;
  outline: none;
  font-size: 12px;
  padding: 1px 6px;
}

.theme-popover .disable {
  background-color: #d5d5d5 !important;
  cursor: auto !important;
}

.theme-popover input[type=text] {
  border: none;
  outline: none;
  background-color: #ffffff;
  line-height: normal;
  width: 275px;
  font-size: 14px;
  color: #333;
}

.theme-popover .page {
  display: none;
}

.theme-popover .regPage {
  display: block;
  width: 433px;
  height: 387px;
}

.theme-popover .wxQcode, .theme-popover .mobiQcode {
  width: 735px;
  height: 448px;
}

.theme-qcode {
  margin-left: -367px;
  margin-top: -224px;
}