html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 11pt;
  overflow: hidden;
  margin: 0;
}
p {
  margin: 8px;
}
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
select {
  width: 100%;
  margin: 8px 0;
}
input[type="number"] {
  font-size: 11pt;
  margin: 8px 0;
}
fieldset {
  margin: 16px 0;
  padding: 0;
  border: none;
  width: 100%;
}
fieldset legend {
  font-weight: bold;
  font-size: large;
}
fieldset table {
  width: 100%;
}
fieldset label {
  margin-right: 16px;
  /*white-space: nowrap;*/
}
.clearfix {
  clear: both;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: transparent;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #9E9E9E;
  border-radius: 4px;
}
.height100 {
  height: 100% !important;
}
.button {
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
  line-height: 0;
  font-size: 24px;
  border-radius: 2em;
  border: none;
  vertical-align: middle;
  opacity: .87;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  /* text-transform: uppercase; */
  padding: 0.333em;
}
.button:focus {
  outline: none;
}
.button:hover {
  opacity: 1;
  text-shadow: 0 0 8px white;
}
.button.square {
  padding: 8px 16px;
  margin-left: 8px;
  font: inherit;
  /*font-weight: bold;*/
  border-radius: 2px;
  border: none;
  width: auto;
  height: auto;
}
.button.transparent {
  background-color: transparent;
  color: inherit;
  box-shadow: none !important;
  /*border-width: 1px;
    border-style: solid;*/
}
.button-like {
  display: inline-block;
  position: relative;
}
.name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 16px;
  line-height: 40px;
}
.participant-title {
  color: #333;
  height: 34px;
  line-height: 34px;
  margin: 0;
  padding-left: 2px;
  width: 90px;
}
.participant-list-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /*margin: 0 16px;*/
  line-height: 20px;
  max-width: 350px;
  font-size: 14px;
}
.participant-list-name-detail {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /*margin: 0 16px;*/
  line-height: 20px;
  font-size: 12px;
  font-size: smaller;
  opacity: .5;
  display: inline-block;
}
.avatar,
.participant-info-avatar {
  display: inline-block;
  border-radius: 50%;
  background-image: url(../img/avatar.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.avatar {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 41px;
  font-size: 24px;
  margin-right: 16px;
  text-align: center;
  box-sizing: border-box;
  float: left;
}
.participant-info-avatar {
  overflow: hidden;
  width: 100px;
  height: 100px;
}
.calendar-avatar {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 41px;
  font-size: 24px;
  border-radius: 50%;
  margin-right: 16px;
  text-align: center;
  box-sizing: border-box;
  float: left;
}
.avatar img,
.avatar svg {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  border-radius: 50%;
}
.button .state,
.avatar .state {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .7;
  border-radius: 50%;
}
.badge-container {
  position: absolute;
  right: -4px;
  bottom: -4px;
  font-weight: bolder;
  text-align: center;
  white-space: nowrap;
  font-size: 10px;
  line-height: 10px;
  overflow: hidden;
}
.badge {
  display: inline-block;
  height: 16px;
  padding: 3px;
  border-radius: 8px;
  box-shadow: inherit;
  box-sizing: border-box;
  width: 18px;
}
.badge .badge-img {
  display: inline-block;
  width: 12px;
  height: 12px;
  padding-left: 2px;
}
.menu {
  float: right;
  text-align: right;
  /*margin-left: 16px;*/
}
.menu .button {
  display: inline-block;
}
.placeholder-text {
  opacity: .5;
  text-align: center;
}
.placeholder-text a {
  color: inherit;
  text-decoration: none;
}
.main-pip .virtual-stage {
  white-space: normal;
  width: 100%;
  height: auto;
}
.virtual-pip {
  display: inline-block;
  margin: 8px;
  background-color: #111;
  text-align: center;
  transition: all linear 0.2s;
}
/*.virtual-pip.ng-move,
.virtual-pip.ng-enter,
.virtual-pip.ng-leave {
  transform: scaleX(1);
}*/
.virtual-pip.ng-leave.ng-leave-active,
.virtual-pip.ng-move.ng-move-active,
.virtual-pip.ng-enter {
  transform: scaleX(0);
}
.virtual-pip.ng-leave,
.virtual-pip.ng-move,
.virtual-pip.ng-enter.ng-enter-active {
  transform: scaleX(1);
}
.virtual-pip img {
  width: 140px;
  height: 140px;
  display: inline-block;
  margin: 10px;
}
.virtual-pip-name {
  width: 160px;
  text-align: left;
  overflow: hidden;
  padding: 8px;
  background-color: #212121;
}
.virtual-pip-name div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*  customize checkbox  */
input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 25px;
  height: 16px;
  display: inline-block;
  line-height: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -16px;
}
label.css-label {
  background-image: url(../img/checkbox.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: block;
  width: 42px;
  height: 26px;
}
.switch input {
  display: none;
}
.switch input:checked + .slider {
  background-color: #1abc9c;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.switch input:checked + .slider:before {
  transform: translateX(14px);
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #b2b2b2;
  transition: background-color 0.4s, transform 0.4s;
  border-radius: 34px;
}
.switch .slider:before {
  border-radius: 50%;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 2px;
  bottom: 1px;
  background-color: white;
  transition: background-color 0.4s, transform 0.4s;
}
/* The slider */
button {
  cursor: pointer;
}
.spinner-circle {
  display: inline-block;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  animation: spin infinite linear 1s;
}
.search-box {
  height: 56px;
  position: relative;
}
.search-box input[type="text"] {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 5px;
}
.search-box input[type="text"]::-webkit-input-placeholder {
  color: transparent;
  background-image: url(../img/search.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.search-box input[type="text"]::-moz-placeholder {
  color: transparent;
  background-image: url(../img/search.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.search {
  position: relative;
  color: #b2b2b2;
  font-size: 24px;
}
.search input {
  width: 250px;
  height: 30px;
  font-size: 1rem;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  text-indent: 32px;
  transition: width 0.25s;
}
.search input::-webkit-input-placeholder {
  color: #b2b2b2;
}
.search input:focus {
  width: 100%;
}
.search input.active {
  width: 100%;
}
.search .mdi-search {
  position: absolute;
  top: 6px;
  left: 8px;
}
.search-participant {
  position: relative;
  /* height: 58px; */
  height: 91px;
  color: #b2b2b2;
  font-size: 24px;
}
.search-participant input {
  margin: 14px 5px;
  height: 26px;
  font-size: 12px;
  top: 50%;
  left: 50%;
  width: 95%;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background: #f5f5f5;
  text-indent: 32px;
  background-color: #ffffff;
  margin-bottom: 7px;
}
.search-participant input::placeholder {
  color: #999999;
}
.search-participant .mdi-search {
  position: absolute;
  top: 18px;
  left: 12px;
  font-size: 24px;
}
.search-participant .participant-nav {
  display: flex;
}
.search-participant .participant-nav .participant-nav-li {
  width: 75px;
  height: 40px;
  font-size: 14px;
  box-sizing: border-box;
  font-weight: 500;
  color: #909090;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  margin: 0 5px;
  position: relative;
}
.search-participant .participant-nav .participant-nav-li.active::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  background: #3F8AFB;
  border-radius: 6px;
}
.search-participant .participant-nav .participant-nav-li.active {
  color: #3F8AFB;
  /* border-bottom: 2px solid #3F8AFB; */
  font-weight: 800;
}
.indicator_container {
  color: white;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 0px;
  z-index: 2;
}
.indicator_container .indicator {
  position: relative;
  margin-bottom: 10px;
  left: 115px;
  opacity: 0.5;
  transition: left 0.25s, opacity 1s;
  transition-delay: 2s;
  text-align: initial;
  width: 164px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 2px;
}
.indicator_container .indicator.indicator-if.ng-enter {
  transition: left 0.25s linear 2s, opacity 0.25s linear 0s;
  opacity: 0;
  left: 0px;
}
.indicator_container .indicator.indicator-if.ng-enter-active.ng-enter {
  left: 115px;
  opacity: 1;
}
.indicator_container .indicator.indicator-if.ng-leave-active.ng-leave {
  opacity: 0;
  left: 115px;
}
.indicator_container .indicator.indicator-if.ng-leave {
  opacity: .5;
}
.indicator_container .indicator:hover {
  transition-delay: 0s;
  left: 0px;
  opacity: 1;
}
.indicator_container .indicator:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  height: 100%;
}
.indicator_container .indicator img {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  padding-left: 10px;
}
.indicator_container .indicator span {
  display: inline-block;
}
.indicator_container .indicator a {
  color: white;
  cursor: pointer;
}
.indicator_container .indicator a i {
  position: absolute;
  font-size: 1.5em;
  float: right;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.bar-bg {
  background-color: #2a2d3b;
}
.bar-bg.brand-primary {
  background-color: #2a2d3b;
}
.before-middle {
  content: "";
  background-color: yellow;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.zj-header {
  height: 60px;
  color: #f5f5f5;
  box-shadow:0px 1px 0px 0px rgba(221,221,221,1);
	background:rgba(16,24,41,1);
}
.zj-header:before {
  content: "";
  background-color: yellow;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.zj-header img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  left: 10%;
}
.zj-footer {
  height: 40px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 2;
  text-align: center;
  color:rgba(153,153,153,1);
}
.zj-footer:before {
  content: "";
  background-color: yellow;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.zj-footer span {
  font-size: 12px;
  color: #c8c8cc;
  vertical-align: middle;
}
.zj-body {
  width: 100%;
  height: calc(100% - 34px - 60px);
  text-align: center;
  overflow: auto;
}
.zj-body:before {
  content: "";
  background-color: yellow;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.zj-body .body-container {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  /* width: 600px; */
  box-sizing: border-box;
  min-height: 450px;
  overflow: hidden;
  position: relative;
}
.zj-body .body-container .divider p {
  display: inline-block;
  font-size: 32px;
  color:rgba(34,34,34,1);
  margin: 0;
  line-height: 60px;
}
.zj-body .body-container form {
  padding-top: 20px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .zj-body .body-container form {
    padding-top: 10px;
  }
  .sel-dialog-identify-select .dialog-identify-select header{
  	font-size: 18px!important;
  }
  .sel-dialog-identify-select .dialog-identify-select .choice{
  	padding-top:10px!important;  
  	padding-bottom: 0!important;
  }
  .sel-dialog-identify-select .dialog-identify-select .choice img{
  	width: 110px!important;	
  }
  .sel-dialog-password-toast .dialog-password-toast .input-password button{
  	margin: 30px auto 30px!important;
  }
}
.zj-body .body-container form .input-line {
  position: relative;
  width: 500px;
  margin: 12px auto 0;
}
.zj-body .body-container form .input-line>input:focus::-webkit-input-placeholder, 
.dialog-password-toast .input-password input:focus::-webkit-input-placeholder{  /* WebKit browsers */
color: transparent;
}
.zj-body .body-container form .input-line>input:focus:-moz-placeholder,
.dialog-password-toast .input-password input:focus:-moz-placeholder {  /* Mozilla Firefox 4 to 18 */
color: transparent;
}
.zj-body .body-container form .input-line>input:focus::-moz-placeholder,
.dialog-password-toast .input-password input:focus::-moz-placeholder {  /* Mozilla Firefox 19+ */
color: transparent;
}
.zj-body .body-container form .input-line>input:focus:-ms-input-placeholder,
.dialog-password-toast .input-password input:focus:-ms-input-placeholder {  /* Internet Explorer 10+ */
color: transparent;
}
.zj-body .body-container form .input-line>input.inputselected{
	border:2px solid rgba(0,137,240,1)!important;
}
.zj-body .body-container form .input-line>p{
	text-align: left;
	margin: 3px 0;
	position: absolute;
	top:12px;
	left: 20px;
	transition: all linear .2s;
	color: transparent;
	pointer-events: none;
}

.zj-body .body-container form .input-line>p.sipkey,
.zj-body .body-container form .input-line>p.display_name{
	top:-13px;
	left: 5px;
	color:#222233;
	font-size: 13px;
	padding: 0 5px;
	background-color: white;
}
.zj-body .body-container form .input-line>p.sipkey-focus,
.zj-body .body-container form .input-line>p.display_name_focus{
	top:-13px;
	left: 5px;
	color:#0089F0;
	font-size: 13px;
	padding: 0 5px;
	background-color: white;
}

.zj-body .body-container form .setting-btn{
	text-align: right;
}
.zj-body .body-container form .setting-btn label{
	float: left;
	margin-top: 2px;
	color:rgba(51,51,51,1);
	position: relative;
}
.zj-body .body-container form .setting-btn label input{
	position: absolute;
	clip:rect(0, 0, 0, 0);
}
.zj-body .body-container form .setting-btn label img{
	position: absolute;
	left: 0;
	cursor: pointer;
}
.zj-body .body-container form .setting-btn label span{
	padding-left: 25px;
}
@media screen and (max-width: 700px) {
	.zj-body .body-container .divider p{
		font-size: 22px;
	}
  .zj-body .body-container form .input-line {
    width: 330px;
  }
}
.zj-body .body-container form .input-line img {
  vertical-align: middle;
}
/*.zj-body .body-container form .input-line:before {
  content: "";
  background-color: yellow;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}*/
.zj-body .body-container form .input-line .input-icon {
  width: 50px;
  color: #e0e0e0;
  font-size: 2em;
  vertical-align: middle;
  display: inline-block;
}
.zj-body .body-container form .input-line input[type='text'] {
  display: inline-block;
  height: 50px;
  /*width: 500px;*/
  border-radius: 2px;
  background:white;
  border:1px solid rgba(204,204,204,1);
  text-indent: 20px;
  font-size: 21px;
  padding: 0;
  margin: 0 0 12px 0;
  box-sizing: border-box;
  outline: none;
  color: #222222;
}
.zj-body .body-container form .input-line input::placeholder {
  color: #cccccc;
  font-size: 21px;
}
.zj-body .body-container form .input-line button {
  /*background-color: #1abc9c;*/
  border: none;
  color: #f5f5f5;
  font-size: 16px;
  padding: initial;
  cursor: pointer;
}
.zj-body .body-container form .input-line button:hover {
  background:#34A4FD;
}
.zj-body .body-container form .input-line button i {
  font-size: 1.4rem;
}
.zj-body .body-container form .input-line .call-btn {
  width: 380px;
  height: 50px;
  color: #fff;
  background:rgba(0,137,240,1);
	border-radius:2px 0px 0px 2px;
}
@media screen and (max-width: 700px) {
  .zj-body .body-container form .input-line .call-btn {
    width: 208px;
    margin-top: 5px;
  }
}
.zj-body .body-container form .input-line .dropdown-component {
  display: inline-block;
  margin-left: 1px;
  width: 120px;
}
.zj-body .body-container form .input-line .dropdown-component .setting-call-btn {
  background:rgba(0,137,240,1);
	border-radius:0px 2px 2px 0px;
  width: 120px;
  height: 50px;
}
@media screen and (max-width: 700px) {
  .zj-body .body-container form .input-line .dropdown-component .setting-call-btn {
    margin-top: 5px;
  }
}
.zj-body .body-container form .input-line .dropdown-component:hover .dropdown-menu {
  display: inline-block;
}
.zj-body .body-container form .input-line .dropdown-component:hover button {
  background:#34A4FD;
}
.zj-body .body-container form .input-line .dropdown-component button {
  position: relative;
}
.zj-body .body-container form .input-line .dropdown-component button img {
  position: absolute;
  left: 33px;
  transform: translateY(-50%);
  top: 50%;
}
.zj-body .body-container form .input-line .dropdown-component button i {
  position: absolute;
  right: 7px;
  transform: translateY(-50%);
  top: 50%;
}
@media screen and (max-width: 700px) {
  .zj-body .body-container form .input-line.setting-btn {
    height: 15px;
  }
}
.zj-body .body-container form .input-line button.set {
  font-size: 1em;
  background-color: transparent;
  color:rgba(0,137,240,1);
  outline: none;
  padding-top: 2px;
}
@media screen and (max-width: 700px) {
  .zj-body .body-container form .input-line button.set {
    top: 0px;
  }
}
@media screen and (max-width: 700px) {
  .zj-body .body-container form .input-line button.sel-settings {
    left: 50px;
  }
}
.zj-body .body-container form .input-line button.sel-landing-page {
  padding-right: 20px;
}
@media screen and (max-width: 700px) {
  .zj-body .body-container form .input-line button.sel-landing-page {
    left: 100px;
  }
}
.zj-body .body-container form .input-line .dropdown-menu {
  text-align: left;
  display: none;
}
.zj-body .body-container form .input-line .dropdown-menu .submenu-content {
  width: 120px;
  position: relative;
  right: 0px;
  top: -8px;
}
.zj-body .body-container form .input-line .dropdown-menu .submenu-content .content-entry-hover {
  display: block;
  padding: 6px 33px;
  white-space: nowrap;
}
.zj-body .body-container form .input-line .dropdown-menu .submenu-content .content-entry-hover:hover {
  background-color: #F0F0F0;
}
/* 新版登录页2.0 */
.zj-body .body-container .nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.zj-body .body-container .nav .nav-li{
  font-size: 24px;
  cursor: pointer;
  /* font-weight: bold; */
  color: rgba(127,132,142,1);
  line-height: 36px;
  padding: 16px 53px;
  position: relative;
  /* border-bottom: 2px rgba(240,240,240,1) solid; */
}
.zj-body .body-container .nav .nav-li.active {
  color: #3F8AFB;
  font-weight: 500;
  /* border-bottom-color: #3F8AFB; */
}
.zj-body .body-container .nav .nav-li::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  border-radius: 6px;
  background: #F0F0F0;
  width: 100%;
}
.zj-body .body-container .nav .nav-li.active::before {
  background: #3F8AFB;
}
.zj-body .body-container .form {
  width: 500px;
  /* margin: auto; */
  position: absolute;
  top: 70px;
  transition: all .5s;
}
.zj-body .body-container .form.lMedia {
  left: 50%;
  opacity: 1;
  transform: translateX(-50%);
}
.zj-body .body-container .form.rMedia {
  right: -600px;
  opacity: 0;
  filter: alpha(opacity=0); /* IE */
  -moz-opacity: 0; /* 老版Mozilla */
  -khtml-opacity: 0; /* 老版Safari */
}
.zj-body .body-container .form.lMedia.left {
  left: -600px;
  opacity: 0;
  filter: alpha(opacity=0); /* IE */
  -moz-opacity: 0; /* 老版Mozilla */
  -khtml-opacity: 0; /* 老版Safari */
}
.zj-body .body-container .form.rMedia.right {
  right: 50%;
  opacity: 1;
  transform: translateX(50%);
}
.zj-body .body-container .form .form-entry {
  /* background: rgba(255,255,255,1); */
  border-radius: 0px 0px 4px 4px;
  text-align: left;
  margin-top: 30px;
  height: 137px;
  overflow: hidden;
}
.zj-body .body-container .form .form-entry .form-input {
  height: 68px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: rgba(255,255,255,1);
  padding: 19px;
  transition: opacity .5s;
  opacity: 1;
}
.zj-body .body-container .form .form-entry .form-input.nameOpacity {
  opacity: 0;
  filter: alpha(opacity=0); /* IE */
  -moz-opacity: 0; /* 老版Mozilla */
  -khtml-opacity: 0; /* 老版Safari */
}
.zj-body .body-container .form .form-entry .form-input.inputselected {
  background-color: #EEF2F5;
}
.zj-body .body-container .form .form-entry .form-input-border {
  border-bottom: #F0F0F0 solid 1px;
  margin: 0 19px;
}
.zj-body .body-container .form .form-entry .form-input img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.zj-body .body-container .form .form-entry .form-input .form-input-txt {
  border: none;
  outline: none;
  font-size: 20px;
  font-weight: 400;
  color: rgba(51,51,51,1);
  line-height:20px;
  margin-left: 12px;
}
.zj-body .body-container .form .form-entry .form-input.inputselected .form-input-txt {
  background-color: #EEF2F5;
}

.zj-body .body-container .form .form-entry .form-input .form-input-txt::-webkit-input-placeholder{
  font-size: 20px;
  font-weight: 400;
  color: rgba(160,169,181,1);
}
.zj-body .body-container .form .form-setting {
  margin-top: 25px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.zj-body .body-container .form .form-setting .form-setting-muted {
  display: flex;
  align-items: center;
}
.zj-body .body-container .form .form-setting .form-setting-muted .muted-control {
  display: inline-block;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #02AB39;
  cursor: pointer;
  transition: all .5s;
}
.zj-body .body-container .form .form-setting .form-setting-muted input[type="checkbox"]:checked + .muted-control {
  background-color: #02AB39;
}
.zj-body .body-container .form .form-setting .form-setting-muted input[type="checkbox"] + .muted-control::before {
  content: " ";
  display: inline-block;
  width: 4px;
  height: 10px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 0;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  transition: all .5s;
}
.zj-body .body-container .form .form-setting .form-setting-muted input[type="checkbox"]:checked + .muted-control::before {
  border-width: 0 2px 2px 0;
}
.zj-body .body-container .form .form-setting .form-setting-muted input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.zj-body .body-container .form .form-setting .form-setting-muted .muted-txt {
  font-size: 16px;
  font-weight: 400;
  color: rgba(160,169,181,1);
  line-height: 24px;
  cursor: pointer;
  margin-left: 8px;
}
.zj-body .body-container .form .form-setting .form-setting-set {
  font-size: 16px;
  font-weight: 400;
  color: rgba(160,169,181,1);
  line-height: 24px;
  cursor: pointer;
}
.zj-body .body-container .form .form-btn {
  margin-top: 35px;
  text-align: left;
}
.zj-body .body-container .form .form-btn .btn {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background: rgba(63,138,251,1);
  border-radius: 30px;
  outline: none;
  border: 0;
  font-size: 21px;
  color: #ffffff;
}
.zj-body .body-container .form .form-btn .btn.audio-btn {
  background: rgba(255,255,255,1);
  box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.03);
  color: #7F848E;
  margin-top: 15px;
}
.zj-body .body-container .form .form-btn .btn.share-btn {
  width: 100%;
}
/* 新版登录页2.0 end */



.zj-body .sel-share-landingpage-form .sel-share-title {
  text-align: center;
  font-size: 22px;
  color: #505166;
}
.zj-body .sel-share-landingpage-form .input-line {
  display: flex;
}
.zj-body .sel-share-landingpage-form .input-line img {
  vertical-align: middle;
  object-fit: contain;
  margin-right: 10px;
}
.zj-body .sel-share-landingpage-form .input-line input {
  display: inline-block;
  height: 52px;
  border-radius: 4px;
  border: 1px solid #babfc3;
  background-color: #ffffff;
}
.zj-body .sel-share-landingpage-form .input-line input::placeholder {
  color: #cccccc;
  font-size: 14px;
}
.zj-body .sel-share-landingpage-form .sel-share-landingpage-buttons {
  padding-top: 10px;
  text-align: right;
}
.zj-body .sel-share-landingpage-form .sel-share-landingpages .share-table {
  margin-top: 10px;
  border-collapse: collapse;
  width: 100%;
}
.zj-body .sel-share-landingpage-form .sel-share-landingpages .share-table tr > td:first-child {
  width: 100px;
  text-align: center;
}
.zj-body .sel-share-landingpage-form .sel-share-landingpages .share-table td {
  border: 1px solid #e5e5e5;
  text-align: center;
  height: 34px;
  font-size: 14px;
  color: #777b8d;
  background-color: #ffffff;
}
.zj-body .sel-share-landingpage-form .sel-share-landingpages .share-table td > button {
  border: none;
  color: #47ccb4;
  font-size: 14px;
}
.zj-body .sel-share-landingpage-form .sel-share-landingpages .share-table td > a {
  text-decoration: none;
  color: #47ccb4;
}
.zj-background {
  color: white;
  background:#F9FAFB;
}
.zj-background p.browserTips {
	width: 100%;
	overflow: hidden;
	height: 0;
  background: rgba(63,138,251,0.1);;
  margin: 0;
  text-align: center;
  font-size: 14px;
  color: #333333;
  transition-duration:.5s;
	transition-property: height;
  /* box-sizing: border-box; */
  position: relative;
  line-height: 40px;
}
.zj-background p.browserTips span {
  font-size: 16px;
  font-weight: 500;
  color: rgba(127,132,142,1);
  /* line-height: 40px; */
}
.zj-background p.browserTips img {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.zj-background p.browserTips a {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  color: rgba(64,140,255,1);
  margin-left: 10px;
}
.zj-background div.shiTongBrowserTips {
	position: absolute;
  z-index: 999;
  width:680px;
  height: 510px;
  left: 50%;
  top: 50%;
  -webkit-transform:translate(-50%,-50%); 
  -moz-transform:translate(-50%,-50%); 
  transform:translate(-50%,-50%);
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 30px 0px rgba(0,0,0,0.18);
	border-radius:10px;
	text-align: center;
}
.zj-background div.shiTongBrowserTips h2{
	font-family:MicrosoftYaHei;
	color:rgba(32,33,36,1);
	font-weight: normal;
	margin: 0;
	font-size: 32px;
	margin-top: 79px;
}
.zj-background div.shiTongBrowserTips p{
	width: 90%;
	margin: 11px auto 86px;
	font-size:16px;
	font-family:MicrosoftYaHei;
	color:rgba(60,64,67,1);
	line-height:30px;
}
.zj-background div.shiTongBrowserTips img{
	padding-bottom: 40px;
}
.zj-background div.shiTongBrowserTips a{
	display: block;
	text-decoration: none;
	width: 138px;
	background-color: #3F8AFB;
	font-size:16px;
	font-family:MicrosoftYaHei;
	color:rgba(255,255,255,1);
	padding: 13px 20px;
	margin: 0 auto;
}
.showBrowserTips{
  height: 40px!important;
  padding: 5px 0;
}
.participant-item {
  height: auto;
}
.file-select{
	padding: 0!important;
	border-radius: 0!important;
	box-sizing: border-box;
	font-size: 12px;
}
.file-select header{
	line-height:36px;
	background:rgba(25,35,60,1);
	color: white;
	padding-left: 20px;
	cursor: move;
}
.file-select header img{
	float: right;
	padding: 8px 16px;
	cursor: pointer;
}
.file-select ul{
	list-style: none;
	display: flex;
	justify-content: space-around;
	padding: 0 20px;
	margin: 0;
}
.file-select ul li figure{
	margin: 20px 0px 0px;
}
.file-select ul li figure img{
	padding: 0 33px;
	border: 7px solid transparent;
	display: block;
	margin: 0 auto;
}
@media screen and (max-width: 700px) {
	.file-select ul li figure img{
		width: 50%;
	}
}
.file-select ul li figure img:hover{
	padding: 0 33px;
	border: 7px solid rgb(182,220,250);
}
.file-select ul li figcaption{
	text-align: center;
	padding-bottom: 33px;
}
.file-select footer{
	height:50px;
	line-height: 50px;
	border-top: 1px solid #CCCCCC;
	text-align: right;
}
.file-select footer button{
	font-size: 12px;
	text-align: center;
	padding: 8px 20px;
	border:1px solid rgba(177, 177, 177, 1);
	border-radius:2px;
	outline: none;
	background-color: white;
	margin-right: 20px;
}
.file-select footer button.submit{
	background:#3F8AFB;
	color: white;
}
.maskback {
    background:rgba(0,0,0,0.8);
    z-index: 11;
}
.maskback .maskback-toolbar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  word-spacing: 4px;
}
.maskback .maskback-toolbar-buttons {
  margin: 16px;
}
.maskback .maskback-toolbar-buttons .hidevisibility {
  visibility: hidden !important;
}
.loading {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 5px; height:5px;
    border-radius: 100%;                      /* 圆角 */
    box-shadow: 0 -10px 0 1px #333,           /* 上, 1px 扩展 */
    10px 0px #333,                /* 右 */
    0 10px #333,                  /* 下 */
    -10px 0 #333,                 /* 左 */

    -7px -7px 0 .5px #333,        /* 左上, 0.5px扩展 */
    7px -7px 0 1.5px #333,        /* 右上, 1.5px扩展 */
    7px 7px #333,                 /* 右下 */
    -7px 7px #333;                /* 左下 */
}
.spin {
    animation: spin 1s steps(8) infinite;
}
@keyframes spin {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
.masktop {
    position: fixed;
    top: 54%;
    height: 18px;
    width: 100%;
    text-align: center;
}
.maskFlot {
    idth: 202px;
    height: 18px;
    font-size: 18px;
    font-family: SourceHanSansCN-Normal,SourceHanSansCN;
    font-weight: 400;
    color: rgba(255,255,255,1);
    line-height: 18px;
}
/*# sourceMappingURL=style.css.map */