@charset 'utf-8';

/* menu start*/

.navbar {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar .logo {
  padding-left: 70px;
}
.verification {
  position: absolute;
  font-size: 12px;
  color: red;
  bottom: -16px;
  left: 143px;
}
.navbar > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar .name {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: 0 40px 0 16px;
}

.navbar .logout {
  font-size: 18px;
  color: #f04f4f;
  padding-right: 70px;
}

.navbar [class^="el-icon-"],
.navbar [class*=" el-icon-"] {
  font-weight: bold;
}

.menu-container {
  height: 100%;
  height: 100vh;
  background: #fff url("../img/bg.png") 0 0 no-repeat;
  background-size: cover;
}

.menu-container .title {
  width: 28%;
  margin: 50px auto;
}

.menu-container .title img {
  display: block;
  max-width: 455px;
  margin: 0px auto;
  width: 100%;
}

.menu-container .el-carousel__item {
  width: 100%;
  padding: 0 4%;
  height: auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.menu-container .el-carousel__item .sys {
  width: 20%;
  margin-bottom: 50px;
}

.menu-container .el-carousel__item .sys img {
  display: block;
  margin: 0 auto;
}

.menu-container .el-carousel__item .sys p {
  text-align: center;
  font-size: 22px;
  color: #333;
  margin-top: -12px;
}

.menu-container .el-carousel__indicator--horizontal .el-carousel__button {
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: #ccc;
}

.menu-container
  .el-carousel__indicator--horizontal.is-active
  .el-carousel__button {
  width: 30px;
  height: 8px;
  background: #57c8e8;
  border-radius: 10px;
}

@media only screen and (max-width: 1480px) {
  .menu-container .el-carousel__item .sys img {
    width: 120px;
  }
  .menu-container .el-carousel__item .sys p {
    font-size: 18px;
  }
}

/* menu end */

/* register start */

.register-content {
  width: 496px;
  height: 703px;
  height: calc(100vh - 150px);
  margin: 0 auto;
  background: url(../img/loginBox.png) center center no-repeat;
  background-size: 100% 100%;

  border-radius: 8px;
  padding: 100px 70px;
  box-sizing: border-box;
  overflow: auto;
}

.register-content .page-title {
  margin-bottom: 25px;
  font-weight: 600;
font-size: 28px;
color: #000000;
display: flex;
align-items: center;
}
.register-content .page-title .backIcon {
  width: 24px;
height: 24px;
margin-right: 12px;
}
.register-content h3 {
  font-size: 20px;
  border-left: 4px solid #0caef2;
  padding-left: 6px;
  /* margin-top: 40px; */
  margin-bottom: 20px;
}

.register-content .input-box {

  margin-bottom: 20px;
}
.myicon {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.register-content .input-box2 {
  justify-content: flex-start;
}

.register-content .flex-start {
  justify-content: flex-start;
}

.register-content .flex-end {
  justify-content: flex-end;
}

.register-content .input-box label {
  width: 140px;
  text-align: left;
  display: block;
    margin-bottom: 8px;
}

.register-content .input-box > label > span {
  color: #ff0000;
}

.register-content .input-box .select-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 580px;
}

.register-content .input-box .select-right {
  width: 408px;
}
.info-content .input-box .select-right {
  width: 395px;
}
.register-content .input-box .select-wrap .el-select {
  margin-right: 20px;
}

.register-content .input-box > .el-input {
  /* width: calc(100% - 140px); */
}
.register-content .select-box {
  /* width: calc(100% - 140px); */
}
.register-content .select-box .el-select {
  width: 30.4%;
}
.register-content .select-box2 .el-select {
  width: 47.6%;
}
.register-content .input-box .width100 {
  width: 100%;
}

.register-btn {
  /* width: 217px; */
  height: 48px;
background: linear-gradient( 90deg, #F0B500 0%, #F08200 100%);
box-shadow: 0px 8px 13px 0px rgba(134,85,3,0.15);
border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #feffff;
  line-height: 48px;
  text-align: center;
  margin-top: 40px;
  cursor: pointer;
}

.register-content .input-box .select-input {
  width: 81%;
}

/* .input-box input {
    outline: none;
    width: 380px;
    height: 40px;
} */

/* register end  */

/* login start  */

.login-container {
  width: 100vw;
  height: 100vh;
  background: url("../img/portal_bg3.png") 0 0 no-repeat;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}
.login-box {
  /* width: 658px;
    height: 632px;
   
    margin-top: -90px; */
  width: 448px;
  height: 503px;
  background: url(../img/loginBox.png) center center no-repeat;
  background-size: 100% 100%;

  border-radius: 8px;
  /* backdrop-filter: blur(1px); */
}
.login-container .tits_border {
  background-position-y: bottom;
  font-size: 26px;
  color: #606266;
  font-weight: 200;
  text-align: center;
  padding: 0 15px;
}

.login-container .login-content {

  border-radius: 4px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

}

.login-container .login-content .login-top {
  margin-top: 10px;
  height: 80px;
}

.login-container .login-content .page-top > p {
  /* width: 100%; */
  text-align: center;
}

.login-container .login-content .login-top img {
  margin: auto;
  width: 606px;
  margin-left: -10px;
}

.login-container .login-content .user-type {
  padding-top: 63px;
  text-align: center;
  margin-bottom: 36px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-container .login-content .user-type span {
  height: 24px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.45);
  /* line-height: 45px; */
  display: inline-block;
  width: 21%;
  position: relative;
}

.login-container .login-content .user-type span:nth-child(1)::after,
.login-container .login-content .user-type span:nth-child(2)::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  /* background: rgba(222, 222, 222, 0.5); */
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 0;
}
.login-container .login-content .user-type span:last-child::after {
  content: "";
  display: none;
}
.login-container .login-content .user-type span.active {
  width: max-content;
  font-size: 28px;
  font-family: PingFangHK-Semibold, PingFangHK;
  font-weight: 600;
  color: #000000;
}

.login-container .login-content .input-box {
  text-align: center;
  width: 74%;
  height: 48px;
  /* border: 1px solid #B4BCC5; */
  background: transparent;
  border-radius: 8px;
  margin: 10px auto;
  box-sizing: border-box;
  /* text-align: center;
width: 100%;
margin: auto;
margin: 30px 0; */
}

.login-container .login-content .login-btn {
  width:75%;
  height: 48px;
background: linear-gradient( 90deg, #F0B500 0%, #F08200 100%);
box-shadow: 0px 8px 13px 0px rgba(134,85,3,0.15);
border-radius: 8px;
  text-align: center;
  color: #ffffff;
  margin: auto;
  line-height: 48px;
  margin-top: 12px;
  cursor: pointer;
  display: block;
}

.login-container .login-content .login-btn span {
  font-size: 16px;
}

.login-container .login-content .tourists-btn {
  color: #0caef2;
  margin-top: 15px;
  background: #ffffff;
  border: 1px solid #0caef2;
}

.login-container .login-content .input-box .el-input .el-input__inner {
  width: 380px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
}

.login-container .login-content .user-register {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  /* padding: 5px 142px; */
  /* display: flex;
    justify-content: space-between;
    align-items: center; */
  color: #999999;
  cursor: pointer;
  /*margin-top: 15px;*/
}

.login-container .login-content .user-register a {
  text-decoration: none;
}

.login-container .login-content .user-register div:nth-child(1) {
  color: #0caef2;
}
.login-container .login-content .user-register .login-title {
  color: rgba(255, 255, 255, 0.3) !important;
  font-size: 14px;
  margin-top: 40px;
  margin-bottom: 8px;
}
.login-container .login-content .user-tip {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  text-align: center;
  /* margin-top: 180px; */
  position: static;
  /* left: 67%; */
  /* bottom: 26%; */
  /* transform: translate(-50%, -50%); */
  /* width: 70%; */
}

.login-container .login-content .user-tip .login-title {
  margin: 10px;
}

.login-container .login-content .user-tip .login-title .line-left,
.login-container .login-content .user-tip .login-title .line-right {
  display: inline-block;
  width: 90px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  top: -5px;
}

.login-container .login-content .user-tip .login-type span {
  font-size: 14px;
  color: rgba(0, 193, 255, 0.5);
  letter-spacing: 0;
  text-align: center;
  line-height: 26px;
  display: inline-block;
  vertical-align: middle;
  height: 26px;
  cursor: pointer;
}

.login-container .login-content .user-tip .login-type span.active {
  color: rgba(0, 193, 255, 1);
}

.login-container .login-content .user-tip .login-type .el-icon-minus {
  transform: rotate(90deg);
  color: rgba(255, 255, 255, 0.3);
}

.login-container .login-content .el-input__suffix {
  right: 56px;
}

/* login end  */

/* selectEnterprise start */

.flex {
  display: flex;
  align-items: center;
}

.selectEnterprise .register-title {
  margin-bottom: 10px;
}

.selectEnterprise .relative {
  font-size: 18px;
  color: #999;
  margin-bottom: 24px;
}

.selectEnterprise .relative span {
  color: #0caef2;
}

.selectEnterprise .page-top > div .photo {
  margin-right: 10px;
}

.selectEnterprise .page-top > div .photo img {
  width: 100%;
  height: auto;
}

.selectEnterprise .enterprise-item {
  height: 102px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  position: relative;
  margin-bottom: 16px;
  cursor: pointer;
}

.selectEnterprise .xz {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

.enterprise-wraper .selected {
  border: 2px solid #008cff;
}

.enterprise-wraper .selected .xz {
  display: block;
}

.enterprise-wraper .top {
  display: flex;
  align-items: center;
  margin: 24px 0 12px 0;
  padding: 0 22px;
}

.enterprise-wraper .top .icon {
  width: 24px;
}

.enterprise-wraper .top .name {
  color: #333333;
  font-size: 24px;
  margin: 0 24px;
}

.enterprise-wraper .top .type {
  color: #0caef2;
  font-size: 16px;
  border: 1px solid #0caef2;
  padding: 3px 4px;
  border-radius: 2px;
}

.enterprise-wraper .bottom .num {
  color: #999999;
  margin-left: 70px;
}
.login-container .login-content .smsCode-box .el-input .el-input__inner {
  width: 270px;
}

.login-container .login-content .smsCode-box .el-input-group__append {
  cursor: pointer;
  z-index: 999;
  width: 115px;
  padding: 0;
}

.test-box input {
  
  color: #000;
  outline: none;
  width: 100% !important;
  height: 48px !important;
  line-height: 48px !important;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  padding-left: 44px;
  box-sizing: border-box;
  border: 1px solid #b4bcc5;
  /* background: rgba(0, 0, 0, 0.1); */
  /* background: linear-gradient(
    90deg,
    rgba(2, 10, 48, 0.2) 0%,
    rgba(4, 11, 42, 0.2) 100%
  ); */
  /* height: 0;
    padding: 1.6em .5em;
    caret-color:#fff;
    background-clip: content-box; */
}
/* .test-box input::first-line{
    color: #fff
  }  */
.login-container .login-content .smsCode-box input {
  width: 240px;
}

.test-box span {
  height: 48px;
  cursor: pointer;
  line-height: 48px;
}

.login-container .login-content .test-login-btn {
  width: 380px;
  height: 48px;
  /* background: #0caef2; */
  border-radius: 2px;
  text-align: center;
  color: #ffffff;
  margin: auto;
  /* line-height: 48px; */
  margin-top: 12px;
  cursor: pointer;
  display: block;
  outline: none;
  border: none;
  font-size: 16px;
}

.login-container .login-content form .tourists-btn {
  color: #008cff;
  background: transparent;
  /* border: 1px solid #0CAEF2; */
  height: 25px;
  margin: 0px auto;
  text-align: left;
}
.login-container .login-content form .edit-password-btn {
  color: #999999;
  background: transparent !important;
  /* border: 1px solid #0CAEF2; */
  height: 25px;
  /* margin: 0px auto; */
  /* text-align: left; */
  display: inline-block;
  width: 100% !important;
  display: flex;
  justify-content: flex-end;
  padding-right: 64px;
  margin-bottom: 20px;
  /* margin-left: 437px; */
}
.login-container .login-content form .fontRight {
  text-align: right;
}
.login-container .login-content .register-btn {
  border: 1px solid #00b5ff;
  background: transparent;
  border-radius: 2px;
}
.smsCode-box .login-code {
  height: 50px;
  border: none;
  border-radius: 0 4px 4px 0;
  /* padding: 0 10px; */
  background: transparent;
  color: #fff;
  cursor: pointer;
  width: 130px;
}

.smsCode-box {
  display: flex;
  width: 100%;
  justify-content: center;
}

/*去掉input框type=bumber时的默认样式*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.register-top > div,
.selectEnterprise .page-top > div,
.settingEnterprise .page-top > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0px;
}
.register-top > div img.logo,
.selectEnterprise .page-top > div img.logo,
.settingEnterprise .page-top > div img.logo {
  width: 300px;
  margin: 0;
}
