.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;
  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;
  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 .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;
}

.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;
  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 {
  height: 45px;
  line-height: 45px;
  color: #888888;
}

.theme-popover .btn {
  display: block;
  border: none;
  height: 45px;
  width: 385px;
  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;
  font-size: 15px;
  line-height: normal;
  width: 275px;
}

.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;
}

/* .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;
} */