.dn{
 display: none;
}
.saas {
  user-select: none;
  width: 100%;
  min-width: 1350px;
  height: 100vh;
  min-height: 750px;
  background-size: cover;
  box-sizing: border-box;
  background-image: url("../../images/saas-login-background.png");
  position: relative;
}
.saas-header {
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 64px;
  box-sizing: border-box;
}
.saas-header .logo {
  text-align: center;
}
.saas-header .logo> img {
  width: 117px;
}
.saas-template{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  height: calc(100% - 128px);
  min-height: 622px;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
.saas-platform {
  width: 541px; /*752px;*/
  height: 561px; /*779px;*/
  display: block;
  /* margin-left: 64px; */
  background: url("../../images/saas-platform.png") no-repeat center/contain;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.saas-app-title {
  font-size: 64px;
  line-height: 69px;
  font-weight: 500;
  color: white;
  position: absolute;
  left: 121px;
  top: 44px;
}
.saas-app-sub-title {
  font-size: 18px;
  line-height: 27px;
  color: #C2DFFF;
  position: relative;
  left: 121px;
  top: 119px;
}
.saas-content {
  width: 476px;
  height: 562px;
  border-radius: 10px;
  box-sizing: border-box;
  background: #ffffff;
  position: relative;
  margin-left: 160px;
  top: 50%;
  transform: translateY(-50%);
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  display: flex;
  overflow: hidden;
}
.saas-content .saas-left{
  flex: 1;
}
.saas-content .saas-right{
  flex: 1;
  padding: 34px 28px 22px;
  position: relative;
}
.saas-content .saas-title {
  height: 34px;
  font-size: 24px;
  font-weight: 400;
  color: #262626;
  line-height: 34px;
}
.saas-content .saas-login {
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #262626;
  line-height: 20px;
  margin-bottom: 23px;
  margin-top: 8px;
}
.saas-content  .saas-login > span {
  color: #2163e0;
  cursor: pointer;
}
.saas-foot {
  width: 100%;
  height: 64px;
  position: absolute;
  bottom: 0;
  text-align: center;
  line-height: 64px;
  color: #ffffff;
  font-size: 12px;
}
.switchLogin{
  width: 100%;
  box-sizing: border-box;
  padding: 0 80px;
  height: 24px;
  display: flex;
}
.switchLogin > div{
  flex: 1;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #595959;
  cursor: pointer;
}

.layui-form {
	width: 100%;
  margin-bottom: 16px;
}
.layui-input-inline{
  width: 300px !important;
  margin-right: 18px !important;
}
.codeImage {
	width: 102px;
  height: 50px;
	display: none;
	cursor: pointer;
	border: #e6e6e6 1px solid;
  box-sizing: border-box;
}
.mailCode{
  display: inline-block;
  width: 102px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  cursor: pointer;
	border: #e6e6e6 1px solid;
  box-sizing: border-box;
  text-align: center;
  background: #2163E0;
  color: #ffffff;
}
.code-mins{
  color: #ffffff;
  font-size: 16px;
  background-color: #bfbfbf;
}
.layui-checked{
  display: flex;
  align-items: flex-end;
}
.layui-checked > span {
  color: #467de5;
  cursor: pointer;
}
.layui-form button {
	width: 100% !important;
	height: 44px !important;
	line-height: 44px !important;
	font-size: 16px !important;
	background-color: #3498ff  !important;
	font-weight: 550 !important;
	border-radius: 20px;
}

.layui-form-checked[lay-skin=primary] i {
	border-color: #3498ff  !important;
	background-color: #3498ff  !important;
	color: #fff !important;
}

.layui-tab-content {
	margin-top: 15px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.layui-form-item {
  margin-bottom: 28px !important;
  position: relative;
}
.verification{
  position: absolute;
  left: 15px;
  color: #f56c6c;
  font-size: 12px;
  line-height: 1;
  padding-top: 4px;
}
.layui-input {
	height: 50px !important;
	line-height: 50px !important;
	padding-left: 48px !important;
	border-radius: 3px !important;
}
.layui-icon{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.pass{
  left: auto;
  right: 18px;
  cursor: pointer;
}

.layui-input:focus {
	box-shadow: 0px 0px 3px 1px #3498ff !important;
}

.logo {
	text-align: center;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	/* margin-left: 20px !important; */
}
.logo img{
	width: 88px !important;
}

.title {
	width:100%;
	font-size: 24px !important;
	font-weight: 550 !important;
	text-align: center;
	color: #333 !important;
	display: inline-block !important;
	height: 33px !important;
	line-height: 33px !important;
}

.desc {
	width: 100% !important;
	text-align: center !important;
	color: gray !important;
	height: 60px !important;
	line-height: 60px !important;
}

body {
	background-color: whitesmoke;
	height: 100%;
}

.code {
	margin-right: 13px;
	border: #e6e6e6 1px solid;
}


.support{
	text-align: center;
	margin-top:15px;
	color: #97989a
}

.test-beta{
	color:#fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	background-image: linear-gradient(90deg, #f27a03 30%, #fdf2e6);
	border-radius: 19px;
	width:120px;
	height:38px;
	line-height: 38px;
	margin:10px auto 0;
}
.layui-form button.btn-register{
  background-color: #fff !important;
  border:1px solid #3498ff
}
.register{
  display: none;
}
.btn-register a{
  display: block;
  color:#3498ff
}

.dialog {
  width: calc(100% - 80px);
  height: 630px;
  position: absolute;
  top: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.800000011920929) 0%,
    #ffffff 73%
  );
  z-index: 2;
  text-align: center;
  padding-top: 162px;
}
.dialog .dialog-title {
  margin-top: 34px;
  font-size: 32px;
  color: #262626;
  font-weight: 800;
}
.dialog-content {
  margin-top: 12px;
  color: #595959;
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 24px;
}
.dialog-content > span {
  color: #262626;
  font-weight: 800;
}
.dialog-button {
  width: 100%;
  height: 50px;
  background: #2163e0;
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.dialog-button .layui-icon{
  top: 0;
  left: 50%;
}

.move{
  animation:mymove 0.5s;
}

@keyframes mymove{
from {opacity:0;}
to {opacity:1;}
}
.layui-input[hover]:focus {
  box-shadow:none !important;
  border: #2163E0 1px solid;
  border-color: #2163e0!important;
}

.layui-layer-btn .layui-layer-btn0,.layui-layer-btn .layui-layer-btn1{padding:0 30px; height: 42px; line-height: 42px;}
.dialog-title{border-bottom: 3px solid #121212; padding:5px 0; font-size: 24px; margin:15px 20px 0;text-align: center;}
.layui-layer-hui{background-color: rgba(0,0,0,0.8) !important;filter:alpha(opacity=80) !important}

.text-btn {
  cursor: pointer;
  color: #2163e0;
}

.other-method-divide {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.other-method-divide::before,
.other-method-divide::after {
  content: "";
  display: block;
  width: 140px;
  height: 1px;
  background-color: #CDD5DF;
  position: absolute;
  top: 50%;
}

.other-method-divide::after {
  right: 0;
}

.login-btn-container {
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.login-btn-container > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.login-btn-container .icon {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  margin: 0;
  margin-bottom: 4px;
}

.login-btn-container .icon img {
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.passtype .icon {
  background-color: #0259BF;
}

.wxlogin .icon {
  background-color: #15D36A;
}

.codelogin .icon {
  background-color: #E49E0C;
}

.saas-right#wechatLogin {
  display: none;
  position: relative;
}

.saas-right#wechatLogin iframe {
  width: 420px;
  height: 420px;
}

.account-login-button-container {
  position: relative;
  cursor: pointer;
}

.account-login-button-background {
  position: absolute;
  right: 40px;
  top: 0;
}

.account-login-button-text {
  position: absolute;
  font-size: 20px;
  color: #656c74;
  line-height: 28px;
  right: 60px;
  top: 2px;
  width: 100px;
  text-align: right;
}

.account-login-button-icon {
  position: absolute;
  right: 0;
  top: 0;
}

.foot-slogan {
  color: #BFBFBF;
  font-size: 14px;
  position: absolute;
  bottom: 28px;
  width: 420px;
  text-align: center;
}

.foot-slogan::before {
  content: "";
  display: block;
  width: 130px;
  height: 1px;
  background-color: #DCDFE6;
  position: absolute;
  left: 0;
  top: 10px;
}

.foot-slogan::after {
  content: "";
  display: block;
  width: 130px;
  height: 1px;
  background-color: #DCDFE6;
  position: absolute;
  right: 0;
  top: 10px;
}