html {
  height: 100%;
  background: #F7F8FC;
}
body {
  background: #F7F8FC;
  height: 100%;
}
.join_home {
  background: #F7F8FC;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.flex {
  display: flex;
}
.align-center {
  align-items: center;
}
.justify-content {
  justify-content: center;
}
.a {
  cursor: pointer;
}
.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;
  font-size: 12px;
}
.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: 10px  50px 0px;
  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,
.form-wrap .form .code-wrap-yz .code {
  /* width: 230px !important; */
  /* width: 62%; */
  margin-right: 20px;
  flex: 1;
}
.form-wrap .form .code-wrap button,
.form-wrap .form .code-wrap-yz 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,
.form-wrap .form .code-wrap-yz .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 rgba(0, 0, 0, 0.05);
  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;
}
.login_button a:focus,
.login_button a:hover {
  color: #fff;
}
.login-form-tel {
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.login-form-tel .tel-wrap {
  margin-left: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 0px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.login_new1 .login-page {
  height: 100%;
  width: 100%;
  margin: 0;
}
.login_new1 .login-page-wrap {
  width: 100%;
  height: 100%;
}
.login_new1 .presentation {
  width: 50%;
  height: 100%;
}
.login_new1 .r_content_box {
  max-width: 500px;
  width: 75%;
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.login_new1 .right_forms {
  position: relative;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: url('/static/admin/images/loginback.png') repeat;
  overflow: auto;
}
.login_new1 .login-box {
  padding-top: 25px;
}
.login_new1 .form-wrap {
  width: 100%;
  border-radius: 10px;
  margin-right: 0;
}
.login_new1 .form-wrap .form .type-wrap {
  margin-top: -10px;
}
.login_new1 .form-wrap .form .type-wrap .type {
  padding-right: 0;
}
.login_new1 .form-wrap .btn {
  margin-top: 70px;
  font-size: 16px;
}
.login_new1 .layui-carousel {
  height: 100%;
  background: transparent;
}
.login_new1 .layui-carousel img {
  width: 100%;
}
.login_new1 .layui-carousel-ind ul {
  background: transparent;
}
.login_new1 .layui-carousel-ind li {
  width: 8px;
  height: 8px;
}
.login_new1 .layui-carousel-ind li.layui-this {
  width: 40px;
  border-radius: 50px;
}
.login_new1 .r_phone {
  display: flex;
  justify-content: end;
  width: 100%;
  padding: 20px 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.login_new1 .phone-wrap {
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: #CEDCF4;
  color: #0C52C7;
  border-radius: 100px;
  padding: 5px;
}
.login_new1 .phone-wrap img {
  width: 32px;
}
.login_new1 .phone-wrap .tel-text {
  display: inline-block;
  margin: 0 10px;
  font-weight: 500;
  font-size: 16px;
}
.login_new1 .scan_code {
  height: 0;
}
.login_new1 .login-box .logo_image {
  margin-bottom: 74px;
}
.login_new1 .login-box .logo_image img {
  height: 56px;
}
.login_new1 .login-box .logo_desc .logo_time_line {
  display: none;
}
.login_new1 .login-box .logo_desc .login_tab {
  font-size: 18px;
  font-weight: 500;
  color: #2A304D;
  letter-spacing: 2px;
  width: auto !important;
}
.login_new1 .form-wrap .form {
  padding-top: 0;
}
.login_new1 .form-wrap .form .passwd .forget {
  color: #5E6C84;
}
.login_new1 .form-wrap .checkbox-wrap .checkbox {
  width: 12px;
  height: 12px;
}
.login_new1 .form-wrap .checkbox-wrap .checkbox::after {
  width: 3px;
  height: 6px;
}
.login_new1 .form-wrap .form .type-wrap .type {
  display: flex;
  align-items: center;
  color: #105EF7;
}
.login_new1 .login-page .link {
  color: #105EF7;
}
.login_new1 .form-wrap .checkbox-wrap .checkbox-active {
  background: #105EF7;
  border-color: #105EF7;
}
.login_new1 .agreement_line {
  margin-bottom: 20px;
}
.login_new1 .form-content .login-code {
  text-align: center;
}
.login_new1 .form-wrap .form input[type="text"],
.login_new1 .form-wrap .form input[type="password"] {
  padding-left: 12px;
}
.login_new2 .login-page {
  flex-direction: column;
  background: #113190;
  padding: 60px 60px 0 60px;
  overflow: auto;
}
.login_new2 .login_button {
  margin-top: 10px;
  color: #fff;
}
.login_new2 .login-page-wrap {
  background: #D9E8FF;
  border-radius: 16px;
}
.login_new2 .r_content_box {
  padding-top: 0px;
}
.login_new2 .right_forms {
  background: transparent;
}
.login_new2 .r_phone {
  padding-right: 24px;
}
.login_new2 .presentation {
  width: 55%;
}
.login_new2 .right_forms {
  width: 45%;
}
.login_new2 .form-wrap .btn {
  margin-top: 55px;
}
.login_new3 .login-box {
  padding-top: 0;
}
.login_new3 .login-box .logo_desc .login_tab {
  font-size: 22px;
  margin-bottom: 5px;
}
.login_new3 .login-box .logo_image {
  margin-bottom: 45px;
}
.login_new3 .login-page {
  background: #1058CD url('/static/admin/images/login_bg.png') no-repeat;
  background-size: cover;
  padding: 80px 80px 0 80px;
}
.login_new3 .login-page-wrap {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.login_new3 .layui-carousel .presentation-img {
  object-fit: contain;
}
.login_new3 .presentation {
  width: 50%;
  position: relative;
}
.login_new3 .presentation .logo_image {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 9;
}
.login_new3 .presentation .logo_image img {
  height: 48px;
}
.login_new3 .right_forms {
  position: relative;
  width: 50%;
}
.login_new3 .layui-carousel > [carousel-item] > * {
  background-color: #EFF5FF;
}
.login_new3 .layui-carousel-ind li {
  background: rgba(12, 82, 199, 0.48);
}
.login_new3 .layui-carousel-ind li.layui-this {
  background: #0c52c7;
}
.login_new3 .r_content_box {
  background-color: #fff;
}
.login_new3 .form-wrap {
  box-shadow: none;
}
.login_new3 .scan_code img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.login_new3 .r_phone {
  position: initial;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding-right: 0px;
  padding-bottom: 0px;
}
.login_new4 {
  background-color: transparent;
}
.login_new4 .login-page {
  background: #E7F5FD url(https://ttk-saas.oss-cn-beijing.aliyuncs.com/static/admin/images/login_new4_bg.png) no-repeat;
  background-size: cover;
}
.login_new4 .login-page-wrap {
  background: transparent;
  border-radius: 0;
}
.login_new4 .presentation .logo_image {
  display: block !important;
  position: fixed;
  top: 20px;
  left: 40px;
}
.login_new4 .presentation .logo_image svg {
  height: 50px;
}
.login_new4 .presentation {
  width: 45%;
}
.login_new4 .r_phone {
  display: none;
}
.login_new4 .login_button {
  color: #2E3C7C;
}
.login_new4 .login_button a:focus,
.login_new4 .login_button a:hover {
  color: #2E3C7C;
}
.login_new4 .layui-carousel > [carousel-item] > * {
  background-color: transparent;
}
.login_new4 #banners .presentation-img {
  padding: 0 15% 10px 15%;
  display: none;
  align-items: center;
  justify-content: center;
}
.login_new4 #banners .presentation-img.layui-this {
  display: flex;
}
.login_new4 .login-box .logo_image {
  display: none;
}
.login_new4 .login-box {
  padding-top: 75px;
}
.login_new4 .login-box .logo_desc .login_tab {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  letter-spacing: 0px;
  font-family: PingFang SC, PingFang SC;
}
.login_new4 .form-wrap .btn {
  background: #4981FA;
  margin-bottom: 24px;
}
.login_new4 .login-page .link {
  color: #4981FA !important;
  font-size: 12px;
}
.login_new4 .form-wrap .checkbox-wrap .checkbox-active {
  background: #4981FA;
  border-color: #4981FA;
}
.login_new4 .form-wrap {
  position: relative;
  padding-bottom: 32px;
  border-radius: 0;
}
.login_new4 .form-wrap .form .passwd .forget {
  color: #999999;
}
.login_new4 .scan_code > img {
  position: absolute;
  top: 0;
  right: 0;
}
.login_new4 .form-wrap .form .type-wrap {
  margin-top: 20px;
  font-size: 12px;
}
.login_new4 .form-wrap .form input[type="text"],
.login_new4 .form-wrap .form input[type="password"] {
  background-color: #F9F9FA;
  border: 1px solid #DDDCE1;
}
.login_new4 .agreement_line {
  justify-content: center;
  white-space: nowrap;
}
.login_new4 .layui-carousel-ind li {
  background: #BCD0FB;
  width: 14px;
  height: 5px;
  border-radius: 50px;
}
.login_new4 .layui-carousel-ind li.layui-this {
  background: #4560EF;
  width: 14px;
}
.login_new4 .login-form-tel {
  display: flex;
}
.login_new4 .layui-carousel-ind {
  top: -104px;
}
.login_new4.shuziren .presentation {
  display: block !important;
  width: 60%;
}
.login_new4.shuziren .layui-carousel-ind {
  top: -5px;
}
.login_new4.shuziren .presentation .logo_image {
  left: 20px;
}
.login_new4.shuziren .presentation .logo_image svg {
  width: 120px;
}
.login_new5 .login-page {
  padding: 0;
  background: #FFFFFF;
}
.login_new5 .login-page .link {
  font-size: 14px;
}
.login_new5 .presentation {
  width: 50%;
  background: #4a95fc url(https://ttk-saas.oss-cn-beijing.aliyuncs.com/static/admin/images/login_new5-l_bg.png) no-repeat;
  background-size: cover;
}
.login_new5 .presentation .logo_image {
  display: none !important;
}
.login_new5 .login-box .logo_image {
  display: block;
  margin-bottom: 50px;
}
.login_new5 .right_forms {
  width: 50%;
}
.login_new5 .form-wrap {
  box-shadow: none;
}
.login_new5 .form-wrap .form .type-wrap {
  font-size: 14px;
}
.login_new5 .login_button {
  display: none;
}
.login_new5 .right_forms .login_button {
  display: flex;
  justify-content: center;
  min-height: auto;
  height: auto;
  flex-wrap: wrap;
}
.login_new5 .right_forms .login_button .login-form-tel {
  margin: 0 20px 0 0;
}
.login_new5 .right_forms .login_button .Copyright-text {
  color: #999999;
}
.login_new5 .layui-carousel-ind li {
  width: 16px;
  height: 4px;
}
.login_new5 .layui-carousel-ind li.layui-this {
  background-color: #fff;
  width: 16px;
}
.login_new5 .agreement_line {
  font-size: 14px;
}
.layui-carousel .banner1-video {
  position: relative;
}
.layui-carousel .banner1-video .video-el {
  width: 77.763%;
  height: 43.25397%;
  position: absolute;
  left: 3.86152%;
  top: 28.7037%;
  border-radius: 10px;
  overflow: hidden;
}
.layui-carousel .banner4-video {
  position: relative;
}
.layui-carousel .banner4-video .video-el {
  width: 72.3262%;
  height: 44.179894%;
  position: absolute;
  left: 13.77005%;
  top: 25.132275%;
  border-radius: 10px;
  overflow: hidden;
}
.layui-carousel .banner4-video .banner4-1 {
  width: 86.36364%;
  height: 47.08995%;
  position: absolute;
  left: 6.01604%;
  top: 36.77249%;
  border-radius: 10px;
  overflow: hidden;
}
.layui-carousel .banner4-video .banner4-2 {
  width: 17.1123%;
  height: 35.18519%;
  position: absolute;
  left: 6.5508%;
  top: 40.87302%;
  border-radius: 10px;
  overflow: hidden;
}
.layui-carousel .banner3-video {
  position: relative;
}
.layui-carousel .banner3-video .video-el {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 10px;
  position: absolute;
  overflow: hidden;
}
.tripartite-box {
  display: flex;
  flex-direction: column;
}
.tripartite-box .btn-center {
  display: flex;
  align-items: center;
  padding: 10px;
}
.tripartite-box .btn-center .item-icon {
  font-size: 24px;
  margin-left: 16px;
  cursor: pointer;
  display: flex;
  color: rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
}
.tripartite-box .btn-center .item-icon:hover,
.tripartite-box .btn-center .item-icon.active {
  color: #105EF7;
  transition: all 0.2s;
}
.tripartite-box .btn-center .anticon-app .act {
  display: none;
}
.tripartite-box .btn-center .anticon-app .old {
  display: block;
}
.tripartite-box .btn-center .anticon-app:hover .act,
.tripartite-box .btn-center .anticon-app.active .act {
  display: block;
}
.tripartite-box .btn-center .anticon-app:hover .old,
.tripartite-box .btn-center .anticon-app.active .old {
  display: none;
}
.tripartite-box .dir {
  color: #898d90;
  font-size: 14px;
}
.tripartite-box .code_img_box {
  position: relative;
}
.tripartite-box .code_img_box .mask {
  position: absolute;
  top: 10px;
  left: 75px;
  width: 247px;
  height: 247px;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.tripartite-box .code_img_box.loading_out .mask {
  display: flex;
}
.tripartite-box .code_img_box .reload_code {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}
.tripartite-box .szg-icon {
  width: 24px;
  height: 24px;
}
#dingtalk_login_container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#dingtalk_login_container .ding-title {
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  color: #373737;
}
/* 媒体查询 */
@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;
  }
  .login_new1 .right_forms {
    width: 100%;
  }
  .login_new1 .login-page {
    padding: 0;
  }
  .login_new1 .form-content {
    padding: 30px 50px;
  }
  .login_new2 .login-page {
    padding: 30px;
  }
  .login_new4.shuziren .login-page {
    padding-bottom: 10px;
  }
  .login_new4.shuziren .presentation {
    display: block !important;
    width: 100%;
  }
  .login_new4.shuziren .login_button {
    height: 30px;
    min-height: 30px;
    line-height: 30px;
    padding-bottom: 30px;
  }
  .login_new4.shuziren .layui-carousel-ind {
    top: 0;
  }
  .login_new5 .login-page {
    padding: 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;
  }
  .login_new1 .presentation-img {
    width: 100% !important;
  }
  .login_new2 .r_content_box {
    width: 90%;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .form-wrap {
    padding: 10px 50px 0px;
  }
  .login_new2 .form-wrap .btn {
    margin-top: 32px;
  }
  .login-page {
    margin: 0 50px 0 50px;
  }
  .presentation-img {
    width: 90%;
    object-fit: cover;
  }
  .login_new4 .r_content_box {
    width: 85%;
  }
}
