/*登陆*/
.is-a {
  color: #00aded;
  cursor: pointer;
}
.dialog_switch{
	font-size:14px!important;
}
.el-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
  font-weight: 500;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
}

.dialog-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0,0,0,.7);
}
.dialog-box {
  overflow: hidden;
  position: fixed;
  left: 50%;
  top: 25%;
  z-index: 1001;
  background-color: #fff;
  border-radius: 10px;
}
.dialog-acc-box {
  z-index: 1001;
  margin-left: -210px;
  border-radius: 10px;
  background-color: #fff;
  padding: 30px;
}
.dialog-acc-box .qr-box-tabs {
  text-align: center;
}
.dialog-acc-box .qr-box-tabs span {
  display: inline-block;
  position: relative;
  height: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  cursor: pointer;
  color: #333;
}
.dialog-acc-box .qr-box-tabs span:first-child {
  margin-right: 40px;
}
.dialog-acc-box .qr-box-tabs span.active {
  color: #00aded;
}
.dialog-acc-box .form-box {
  width: 360px;
  margin-top: 30px;
  border-radius: 3px;
}
.dialog-acc-box .form-box .login-inpGroup {
  display: block;
  position: relative;
}
.dialog-acc-box .form-box .login-inpGroup img {
  position: absolute;
  top: 18px;
  left: 20px;
}
.dialog-acc-box .form-box .login-inpGroup input {
  display: block;
  width: 100%;
  height: 49.5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #e8ecf1;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 100px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  text-indent: 12px;
}
.dialog-acc-box .form-box .login-inpGroup span {
  position: absolute;
  top: 15px;
  right: 10px;
  font-size: 14px;
  color: #00aded;
}
.dialog-acc-box .login-btn .login {
  display: block;
  width: 100%;
  height: 43px;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  border: 0;
  background-color: #00aded;
  cursor: pointer;
}
.dialog-acc-box>p {
  text-align: center;
  font-size: 13px;
  color: #7f7f7f;
}
p.to-register {
  font-size: 13px;
  text-align: center;
  margin: 15px 0 30px;
  color:#999;
}
p.def-msg {
  text-align: left;
  color: red!important;
  padding: 10px 0;
}
/* qr login */
.dialog-acc-box .qr-box .qr-box-top {
  position: relative;
    padding: 0 44px;
}
.dialog-acc-box .qr-box .qr-box-top .qr-box-qrimg {
  position: relative;
  margin-top: 20px;
  cursor: pointer;
}
.dialog-acc-box .qr-box .qr-box-top .qr-box-qrimg img {
  width: 172px;
  height: 172px;
}
.dialog-acc-box .qr-box .qr-box-bottom {
  width: auto;
  height: 100px;
  margin: 0 10px;
  border-top: 1px dashed #e8ecf1;
}
.dialog-acc-box .qr-box .qr-box-bottom p {
  text-align: center;
}
.dialog-acc-box .qr-box .qr-box-bottom p:first-child {
  margin-top: 20px;
  font-size: 13px;
  color: #999;
}
.dialog-acc-box .qr-box .cir {
  width: 15px;
  height: 15px;
  background-color: rgba(0,0,0,.7);
  border-radius: 50%;
}
.dialog-acc-box .qr-box .cir1 {
  position: absolute;
  left: -7.5px;
  bottom: 92.5px;
}
.dialog-acc-box .qr-box .cir2 {
  position: absolute;
  right: -7.5px;
  bottom: 92.5px;
}
.qr-login, .qr-login-fr {
  color: #00aded;
}
.qr-login, .qr-login-fr, .qr-users {
  font-size: 13px;
  margin-top: 10px;
  cursor: pointer;
  text-align: center;
  position: relative;
  z-index: 10;
}
.form-box .login-inpGroup .get-code {
  display: inline-block!important;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 88px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
  padding: 0;
  background: transparent;
  border-color: #00adeb;
  color: #00abed;
}
.form-box .agree {
  color: #999;
  font-size: 13px;
  text-align: left;
  margin-top: 15px;
}
.form-box .agree a {
  color: #999;
}
.el-checkbox, .el-checkbox__input {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
.el-checkbox {
  color: #606266;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.el-checkbox {
  font-size: 13px!important;
  color: #999!important;
}
.el-checkbox__input {
  cursor: pointer;
  outline: 0;
  line-height: 1;
  vertical-align: middle;
}
.el-checkbox__inner {
  display: inline-block;
  position: relative;
  border: 1px solid #dcdfe6;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  background-color: #fff;
  z-index: 1;
  -webkit-transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
  -o-transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
  transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
}
.el-checkbox__inner:after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  border: 1px solid #fff;
  border-left: 0;
  border-top: 0;
  height: 7px;
  left: 4px;
  position: absolute;
  top: 1px;
  -webkit-transform: rotate(45deg) scaleY(0);
  -ms-transform: rotate(45deg) scaleY(0);
  transform: rotate(45deg) scaleY(0);
  width: 3px;
  -webkit-transition: -webkit-transform .15s ease-in .05s;
  transition: -webkit-transform .15s ease-in .05s;
  -o-transition: transform .15s ease-in .05s;
  transition: transform .15s ease-in .05s;
  transition: transform .15s ease-in .05s,-webkit-transform .15s ease-in .05s;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
input.el-checkbox__original:checked + .el-checkbox__inner {
  background-color: #409eff;
  border-color: #409eff;
}
input.el-checkbox__original:checked + .el-checkbox__inner:after {
  -webkit-transform: rotate(45deg) scaleY(1);
  -ms-transform: rotate(45deg) scaleY(1);
  transform: rotate(45deg) scaleY(1);
}                                                                                               
.wxLoginIframe{
	height:172px;
	margin-top:20px;
}
.dialog_close_btn{
	position: absolute;
	font-size: 40px;
	color: #ccc;
	z-index: 10;
	right: 10px;
	top: -7px;
}