
.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; */
  background-color: #ebf4ff;
  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('/new/public/search/img/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;
  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: linear-gradient(to bottom, #ffffff, #ebf4ff);
}

.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 .line {
  display: none !important;
  border-bottom: 1px solid #bfbfbf;
}

.theme-popover .fields {
  width: 385px;
  margin: 35px auto 5px auto;
}

.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: #e6e8ec;
}

.agreementnotes {
  width: 380px;
  min-height: 1px;
  overflow: hidden;
  margin: 10px auto 40px auto;
  color: #555555;
  display: flex;
  align-items: center;
}

.agreementnotes input[type=checkbox] {
  margin: 0px;
  margin-top: -1px;
  margin-right: 6px;
}

.agreementnotes a {
  color: #004ae0;
}

.agreementnotes a:hover {
  color: #0035a0;
}

.theme-popover .require {
  color: red;
  padding: 0 5px;
}

.theme-popover .field {
  display: flex;
  align-items: center;
  height: 40px;
  line-height: 40px;
  color: #666666;
  background-color: #ffffff;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, .06);
  margin: 2px 0;
  padding-left: 8px;
}

.theme-popover .btn {
  display: block;
  border: none;
  outline: none;
  height: 44px;
  width: 385px;
  border-radius: 5px;
  background-color: #1d82f8;
  box-shadow: 0 2px 4px rgba(29, 130, 248, 0.16);
  transition: all 0.3s linear;
  margin: 0 auto;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
}
.theme-popover .btn:hover {
  background-color: #186fd3;
}

.theme-popover button,
.theme-popover input[type="button"] {
  box-sizing: border-box;
}

.theme-popover #getCode {
  border: none;
  height: 34px;
  background-color: #1d82f8;
  color: #ffffff;
  float: right;
  padding: 0px 15px;
  margin-top: 3px;
  margin-right: 3px;
  cursor: pointer;
  line-height: normal;
  outline: none;
  font-size: 12px;
  border-radius: 4px;
}

.theme-popover .disable {
  background-color: #d5d5d5 !important;
  cursor: auto !important;
}

.theme-popover input[type=text] {
  flex: 1;
  border: none;
  outline: none;
  background-color: #ffffff;
  font-size: 13px !important;
  color: #000;
  line-height: normal;
}
.theme-popover input[type=text]::placeholder {
  color: #a7a7a7;
}
.theme-popover .page {
  display: none;
  border-radius: 8px;
}

.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;
}

.theme-popover .registerSaaS {
  margin: 0 auto;
  height: 40px;
  width: 385px;
  border-radius: 4px;
  text-align: center;
  background-color: #fff;
  color: #1d82f8;
  transition: all 0.3s linear;
}
.theme-popover .registerSaaS:hover {
  background-color: #d5e4f7;
}
.theme-popover #saasLogin {
  display: block;
  height: 100%;
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  line-height: 40px;
  transition: all 0.3s linear;
}


/* .custom-checkbox {
	display: none;
}

.custom-checkbox {
	display: inline-block;
	position: relative;
	margin: 0 12px 0 0;
	cursor: pointer;
}

.custom-checkbox:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 13px;
	height: 13px;
	border: 1px solid #ccc;
	background-color: white;
	border-radius: 3px;
}

.custom-checkbox:checked:after {
	content: '\2713';
	position: absolute;
	left: 4px;
	top: 0;
	font-size: 16px;
	line-height: 18px;
	color: #49a7e0;
} */