html {
  height: 100%;
  background: #F7F8FC;
}

body {
  background: #F7F8FC;
  height: 100%;
}

.join_home{
  background: #F7F8FC;
  width: 100%;
  height: 100%;
	display: flex;
	flex-direction: column;
}








.login_top{
  margin: 40px 120px 0;
  display: flex;
  justify-content:space-between;
  height: 60px;
	min-height: 60px;
  line-height: 60px;
  overflow: hidden;
}

.login_top_left{
  display: flex;
	align-items: center;
}
.login_top_left:hover{
	text-decoration: auto;
}

.login_top_left > img{
   width: 127px;
}


.login_top_left > p{
  /* height: 33px; */
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  margin-top: 6px;
  /* line-height: 4; */
  color: #333333;
  opacity: 1;
  padding-left: 16px;
  letter-spacing: 2px;
}

.login_top_right{
  display: flex;
  align-items:center
}
.login_top_right > img{
  width: 23px;
  height: 23px;
}

.login_top_right > p{
  font-size: 27px;
  font-family: Helvetica Neue;
  font-weight: bolder;
  line-height: 0px;
  color: #144DDF;
  letter-spacing: 1px;
  margin-left: 11px;
}


.login-page {
	flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: calc(100vh - 212px); */
  margin:0 270px 0 107px;
  overflow: hidden;
	min-height: 600px;
}

.agreement_line{
	margin-bottom: 48px;
	display: flex;
	align-items: center;
}

.form-content{
	position: relative;
}

.login-page-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  /* box-shadow: 0px 0px 13px 0px rgba(223, 223, 223, 0.6); */
}
.checkbox-wrap{
	display: flex;
	align-items: center;
}
.checkbox-wrap .checkbox{
	margin-right: 5px;
}


.presentation {

  height: 100%;
  width: calc(100% - 460px);
  margin: 0 !important;
  /* width: 500px; */
  /* height: 489px !important; */
  padding: 0 !important;

}
.presentation-img{
  width: 85%;
  object-fit: cover;
}


/* 登录模块 */
.scan_code{
  width: 100%;
  height: 20px;
  
}
.scan_code > img{
  cursor: pointer;
  position: relative;
  width: 83px;
  height: 83px;
  right: calc(83px - 100% + -50px) ;
  top:-20px;

}



.logo_div{
  height: 45px;
  font-size: 32px;
  font-family: Alibaba PuHuiTi;
  font-weight: bold;
  color: #144DDF;
  letter-spacing: 2px;
  margin-bottom: 32px;

}





.logo_desc{
  display: flex;
  text-align: center;
  width: 100%;
  align-items: center;

 }
 .login_tab{
  width: 122px !important;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
 }
 .logo_time_line{
  height: 0px;
  border: 1px solid #E0E0E0;
  width: calc( (100% - 122px) / 2 );
 }
  






button, input, textarea {
  font: inherit;
  margin: 0;
  padding: 0;
  color: inherit;
  border-style: none;
  outline-style: none;
  background: 0 0;
  -webkit-appearance: none;
}



.hide {
  display: none;
}

.err {
  border: 1px solid #ea3e4a;
}


.login-page .link {
  font-size: 14px;
  color: #3255e6;
  cursor: pointer;
  user-select: none;
}

#toLogin{
	cursor: pointer;
}

/* 表单模块 */

.form-wrap{
  width: 410px;
  /* height: 574px; */
  /* border: 1px solid blue; */
    /* box-shadow: 0px 0px 13px 0px rgba(223, 223, 223, 0.6); */
  padding:20px  50px 50px;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
  margin-right: 10px;
		 
	background: #fff;
	color: #707070;
		 
}

.form-wrap .title {
  height: 58px;
  line-height: 58px;
  font-size: 24px;
  color: #333;
}

.form-wrap .desc {
  font-size: 14px;
  color: #bababa;
}

.form-wrap .btn {
  width: 100%;
  height: 45px;
  margin-top: 24px;
  margin-bottom: 5px;
  border-radius: 6px;
  /* background: #3A7EF5; */
  color: #fff;
  font-size: 18px;
  background: #144DDF;
  border-radius: 4px;
}

.form-wrap .checkbox-wrap .checkbox {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  user-select: none;
}

.form-wrap .checkbox-wrap .checkbox-active {
  background: #3255e6;
  border-color: #3255e6;
  line-height: 1;
  vertical-align: middle;
}

.form-wrap .checkbox-wrap .checkbox-active::after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg) scaleY(1);
  position: absolute;
  top: 1px;
  left: 4px;
}

.form-wrap .form {
  padding-top: 20px;
  width: 100%;
}

.form-wrap .form .form-item {
  margin-bottom: 35px;
	display: flex;
}

.form-wrap .form .form-item:last-of-type {
  margin-bottom: 0;
}

.form-wrap .form input[type="text"],
.form-wrap .form input[type="password"] {
  width: 100%;
  background: #f6f6f6;
  border-radius: 6px;
  height: 45px;
  padding-left: 25px;
}
.form-wrap .form input[type="password"]{
	padding-right: 100px;
}

.form-wrap .form .code-wrap .code {
  /* width: 230px !important; */
  /* width: 62%; */
  margin-right: 20px;
	flex: 1;
}

.form-wrap .form .code-wrap button {
  /* width: 146px; */
  /* width: 29%; */
  height: 45px;
  border-radius: 6px;
  /*background: #3255e6;*/
  /*color: #fff;*/
  border:1px solid #cccccc;
	padding: 0 10px;
}

.form-wrap .form .code-wrap .disable {
  background: #f6f6f6;
  color: #666;
}

.form-wrap .form .passwd {
  position: relative;
}

.form-wrap .form .passwd .forget {
  position: absolute;
  top: 14px;
  right: 12px;
  color: #bababa;
  cursor: pointer;
}

.form-wrap .form .passwd .forget:hover {
  color: #3255E6;
}

.form-wrap .form .type-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  /* width:274px ; */
}

.form-wrap .form .type-wrap .type {
  padding-right: 19px;
}

.form-wrap .form .others {
  display: flex;
  justify-content: space-between;
}

.form-wrap .form .warning-wrap {
  margin-top: 25px;
  margin-left: -12px;
  margin-right: -12px;
}

.form-wrap .option-list {
  margin-top: 30px;
}

.form-wrap .option-list .option-item {
  display: flex;
  margin-bottom: 40px;
  padding: 13px 0 13px 13px;
  cursor: pointer;
}

.form-wrap .option-list .option-item:last-of-type {
  margin-bottom: 0;
}

.form-wrap .option-list .option-item:hover {
  border-radius: 6px;
  background: #f6f6f6;
}

.form-wrap .option-list .option-item img {
  width: 43px;
  height: 43px;
  margin-right: 20px;
}

.form-wrap .option-list .option-item .option-item-title {
  font-size: 16px;
  color: #333;
  margin-bottom: 6px;
}

.form-wrap .option-list .option-item-active {
  border-radius: 6px;
  background: #f6f6f6;
}

.form-wrap .back {
  margin-top: 35px;
}

.form-wrap .turing {
  height: 45px;
  border-radius: 6px;
  background: #e8f1ff;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
}

.form-wrap .turing img {
  width: 44px;
  margin-right: 10px;
}

.form-wrap .crm {
  display: flex;
}

.form-wrap .crm i {
  display: block;
  margin-left: 13px;
  transform: rotate(180deg);
}

.form-wrap .have-account {
  text-align: center;
}

.form-wrap .data-content {
  position: relative;
}

.form-wrap .data-content .title i {
  font-size: 26px;
  color: #333;
  margin-right: 16px;
  cursor: pointer;
}

.form-wrap .data-content .data-list {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-wrap .data-content .data-list .data-item {
  width: 185px;
  height: 36px;
  border: 1px solid #f6f6f6;
  border-radius: 6px;
  margin-bottom: 26px;
  padding: 6px 14px;
  background: #f6f6f6;
  line-height: 22px;
  position: relative;
}

.form-wrap .data-content .data-list .data-item input {
  width: 100%;
  height: 100%;
  background: #f6f6f6;
}

.form-wrap .data-content .data-list .data-item input::placeholder {
  color: #bababa;
}

.form-wrap .data-content .data-list .data-item input:read-only::placeholder {
  -webkit-text-fill-color: #bababa !important;
}

.form-wrap .data-content .data-list .err {
  border: 1px solid #ea3e4a;
}

.form-wrap .data-content .data-list .select {
  cursor: pointer;
  user-select: none;
}

.form-wrap .data-content .data-list .select input {
  cursor: pointer;
  position: relative;
}

.form-wrap .data-content .data-list .select i {
  position: absolute;
  top: 8px;
  right: 14px;
}

.form-wrap .data-content .agreement {
  cursor: pointer;
}

.form-wrap .data-content .agreement span {
  color: #3255e6;
}

.form-wrap .next {
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 21px;
}

.form-wrap .next .btn {
  margin-top: 0;
}

.form-wrap .pwd-content .form {
  margin-bottom: 20px;
}

.form-wrap .pwd-content .next {
  margin-top: 60px;
}

.form-wrap .warning-wrap {
  padding-left: 12px;
  padding-right: 12px;
}

.form-wrap .warning-wrap .warning {
  border: 2px solid #f4979d;
  border-radius: 6px;
  background: #fff2f2;
  height: 35px;
  padding-left: 16px;
  line-height: 1.2;
  color: #f54848;
	display: flex;
	align-items: center;
}

.select-dropdown-list {
  width: 185px;
  max-height: 267px;
  background: #fff;
  margin-left: -14px;
  padding: 6px 0;
  border: 1px solid #E4E7ED;
  border-radius: 6px;
  position: absolute;
  top: 45px;
  z-index: 10;
  overflow: auto;
}

.select-dropdown-list::before {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #f00 transparent;
  position: absolute;
  top: -20px;
  left: 20px;
  z-index: 110;
}

.select-dropdown-list li {
  padding-left: 14px;
  height: 34px;
  line-height: 34px;
  cursor: pointer;
}

.select-dropdown-list li:hover {
  background: #f5f7fa;
}

.dialog__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.dialog__wrapper .dialog {
  position: relative;
  margin: 0 auto 50px;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  margin-top: 15vh;
  width: 60%;
}

.dialog__wrapper .dialog .el-dialog__header {
  padding: 20px 20px 10px;
}

.dialog__wrapper .dialog .el-dialog__header .el-dialog__title {
  line-height: 24px;
  font-size: 18px;
  color: #333;
  font-weight: 600;
}

.dialog__wrapper .dialog .el-dialog__header button {
  float: right;
}

.dialog__wrapper .dialog .el-dialog__body {
  padding: 10px 20px 20px;
  color: #666;
  font-size: 14px;
  word-break: break-all;
}

.dialog__wrapper .dialog .el-dialog__body .service-doc {
  height: 50vh;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  overflow: auto;
}

.dialog__wrapper .dialog .el-dialog__footer {
  padding: 10px !important;
  background-color: #f7f8fa;
  border-top: 1px solid #e6e6e6;
  text-align: right;
}

.dialog__wrapper .dialog .el-dialog__footer .el-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #e6e6e6;
  color: #666;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 8px 12px;
  font-size: 13px;
  border-radius: 4px;
}

.dialog__wrapper .dialog .el-dialog__footer .el-button--primary {
  color: #fff;
  background-color: #2362fb;
  border-color: #2362fb;
}

.dialog__wrapper .dialog .el-dialog__footer .el-button--primary:hover {
  background: #4f81fc;
  border-color: #4f81fc;
  color: #fff;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-thumb {
  background: #c7d1da;
  border-radius: 3.5px;
}

::-webkit-scrollbar-track-piece {
  background: #efefef;
}

.forget-warn {
  margin-top: 20px;
}

.forget-content .next {
  margin-top: 60px;
}

.strength {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(153, 153, 153, 0.5);
  font-size: 12px;
  padding: 14px;
  color: #bababa;
}

.strength .item-one {
  display: flex;
  align-items: center;
}

.strength .item-one ul {
  display: flex;
  margin-left: 17px;
}

.strength .item-one ul li {
  width: 20px;
  height: 5px;
  margin-right: 8px;
  background: #ebebeb;
}

.strength .item-one ul .strength-active {
  background: #3e6bea;
}

.strength .two {
  margin-top: 14px;
  justify-content: space-between;
}

.staff {
  margin: 50px;
  text-align: center;
}

.model_head  {
  width: 180px;
  height: 296px;
  box-sizing: border-box;
  overflow-y: auto;
  position: absolute;
  top: 45px;
  left: 0;
  border-radius: 4px 4px;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 5%);
  z-index: 9999999;
}
.model_head  li {
  width: 100%;
  height: 30px;
  box-sizing: border-box;
  padding: 0 24px;
  line-height: 30px;
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  min-width: 50px;
  margin: 0 !important;
}


.base-select-mark {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 8;
}

.login_button{
  width: 100%;
  height: 50px;
	min-height: 50px;
  line-height: 50px;
  text-align: center;
	padding-bottom: 50px;
}

/* 媒体查询 */
@media (max-width: 991px) {
  .login-page{
    margin: 0px !important;
		width: 100%;
		min-height: auto;
		padding: 15px;
  }
  .login_top{
		margin:0 auto;
		padding: 20px 15px;
		width: 100%;
  }
	.login_top_left > p{ display: none; }
	.login_top_left > img{
		height: auto;
		width: 80px;
	}
	.login_top_right > img{
		width: 15px;
		height: auto;
	}
	.login_top_right > p{ font-size: 14px; white-space: nowrap; }
  .login-page-wrap{
		width: 100%;
	}
	.presentation{
    display: none !important;
  }
	.form-wrap {
		box-shadow:unset !important;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.form-wrap .form{
		width: 100%;
	}
	.logo_div{ font-size: 25px;height: auto;margin-bottom: 20px; }
	.scan_code > img{
	  width: 80px;
	  height: 80px;
	  object-fit: cover;
		position: absolute;
		right: 0;
		top: 0;
	}
	
}


@media (min-width: 991px) and (max-width: 1199px) {
  .login-page{
    margin:0 20px 0 20px;
  }
  .presentation-img{
    width: 90% !important;
    height: 100%;
    object-fit: cover;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .login-page{
    margin:0 50px 0 50px;
  }

  .presentation-img{
    width: 90%;
    object-fit: cover;
  }
}