@charset "UTF-8";
/**
* 20250609安庆市阳光采购平台网站
* date:2025-7-23
* author: xuhai;
 */
body {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  height: 100%;
  padding-bottom: 0;
}

.header {
  height: 100px;
  padding-left: 60px;
  box-sizing: border-box;
  background: #fff;
}
.header .logo {
  height: 100%;
  display: flex;
  align-items: center;
}
.header .logo > img {
  width: 60px;
  height: 60px;
}
.header .logo-txt {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: 16px;
}
.header .logo-txt .cn {
  color: #333;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
}
.header .logo-txt .en {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 21px;
  margin-top: 1px;
}

.box {
  flex: 1;
  height: 0;
  background: url("../images/login/bg.png") no-repeat bottom center;
  background-size: cover;
  padding-top: 190px;
  box-sizing: border-box;
}
.box-con {
  display: flex;
  justify-content: space-between;
  width: 841px;
  height: 419px;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(18, 87, 186, 0.25);
  border-radius: 4px;
  margin: 0 auto;
}
.box-con-right {
  width: 326px;
  height: 100%;
  border-radius: 0 4px 4px 0;
  background: url("../images/login/tip.png") no-repeat center;
  background-size: 100% 100%;
  padding: 35px 20px;
  box-sizing: border-box;
}
.box-con-right h3 {
  height: 27px;
  font-size: 18px;
  font-weight: 600;
  color: #1f6de8;
  line-height: 27px;
  margin-bottom: 15px;
}
.box-con-right > a {
  position: relative;
  z-index: 1;
  display: block;
  height: 32px;
  font-size: 14px;
  color: #1f6de8;
  line-height: 32px;
  padding-left: 14px;
  box-sizing: border-box;
}
.box-con-right > a::before {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "◆";
}
.box-con-left {
  flex: 1;
  width: 0;
  height: 100%;
  padding: 40px 68px;
  box-sizing: border-box;
  border-radius: 4px 0 0 4px;
  background: #fff;
  overflow: hidden;
}
.box-con-left .tab-hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 53px;
}
.box-con-left .tab-hd-item {
  position: relative;
  z-index: 1;
  height: 100%;
  font-size: 24px;
  color: #666;
  line-height: 36px;
  cursor: pointer;
}
.box-con-left .tab-hd-item::before {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: #1f6de8;
}
.box-con-left .tab-hd-item:hover, .box-con-left .tab-hd-item.current {
  font-weight: 700;
  color: #1f6de8;
}
.box-con-left .tab-hd-item:hover::before, .box-con-left .tab-hd-item.current::before {
  content: "";
}
.box-con-left .tab-bd-item {
  padding-top: 40px;
  box-sizing: border-box;
}
.box-con-left .tab-bd-item .form-item {
  position: relative;
  z-index: 1;
}
.box-con-left .tab-bd-item .form-item + .form-item {
  margin-top: 24px;
}
.box-con-left .tab-bd-item .form-item .input {
  width: 100%;
  height: 40px;
  border: 1px solid #dcdfe2;
  box-sizing: border-box;
  padding-left: 49px;
  box-sizing: border-box;
  border-radius: 2px;
  outline: none;
}
.box-con-left .tab-bd-item .form-item .input[name=username] {
  background: url("../images/login/user.png") no-repeat left 14px center;
  background-size: 20px 20px;
}
.box-con-left .tab-bd-item .form-item .input[name=password] {
  background: url("../images/login/password.png") no-repeat left 14px center;
  background-size: 20px 20px;
  padding-right: 30px;
}
.box-con-left .tab-bd-item .form-item .input[name=catype] + .chosen-container-single .chosen-single {
  background: url("../images/login/user.png") no-repeat left 14px center;
  background-size: 20px 20px;
}
.box-con-left .tab-bd-item .form-item .eye {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 100%;
  width: 30px;
  height: 100%;
  background: url("../images/login/eye_1.png") no-repeat left center;
  background-size: 20px 20px;
  cursor: pointer;
}
.box-con-left .tab-bd-item .form-item .eye:hover {
  background-image: url("../images/login/eye_1_h.png");
}
.box-con-left .tab-bd-item .form-item .eye.open {
  background-image: url("../images/login/eye_2.png");
}
.box-con-left .tab-bd-item .form-item .eye.open:hover {
  background-image: url("../images/login/eye_2_h.png");
}
.box-con-left .tab-bd-item .form-item .error {
  display: none;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 100%;
  height: 24px;
  color: #e03f3f;
  line-height: 24px;
}
.box-con-left .tab-bd-item .form-item.error .input,
.box-con-left .tab-bd-item .form-item.error .chosen-container-single .chosen-single {
  border-color: #e03f3f;
}
.box-con-left .tab-bd-item .form-item.error .error {
  display: block;
}
.box-con-left .tab-bd-item .form-item:nth-child(1) {
  z-index: 9;
}
.box-con-left .tab-bd-item .form-item:nth-child(2) {
  z-index: 8;
}
.box-con-left .tab-bd-item .form-item:nth-child(3) {
  z-index: 7;
}
.box-con-left .tab-bd-item .btn {
  height: 46px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 46px;
  background: #1f6de8;
  border-radius: 2px;
  margin-top: 40px;
  cursor: pointer;
}
.box-con-left .tab-bd-item .btn:hover {
  opacity: 0.8;
}
.box-con-left .tab-bd-item .link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 36px;
  margin-top: 20px;
}
.box-con-left .tab-bd-item .link > a {
  font-size: 14px;
  color: #999;
  line-height: 18px;
}
.box-con-left .tab-bd-item .link > a.download {
  padding-left: 22px;
  box-sizing: border-box;
  background: url("../images/login/download.png") no-repeat left center;
  background-size: 16px 16px;
}
.box-con-left .tab-bd-item .link > a:hover {
  color: #1665d8;
  text-decoration: underline;
}
.box-con-left .tab-bd-item .link > a:hover.download {
  background-image: url("../images/login/download_h.png");
}
.box-con-left .tab-bd-item .link .line {
  width: 1px;
  height: 14px;
  background: #c5c5c5;
  margin: 0 10px;
}
.box-con-left .tab-bd-item .qrcode-con {
  position: relative;
  z-index: 1;
  height: 189px;
}
.box-con-left .tab-bd-item .qrcode-con img {
  display: block;
  width: 189px;
  height: 189px;
  margin: 0 auto;
}
.box-con-left .tab-bd-item .qrcode-con.refresh .qrcode-refresh {
  display: flex;
}
.box-con-left .tab-bd-item .qrcode-refresh {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: none;
  width: 200px;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}
.box-con-left .tab-bd-item .qrcode-refresh-btn {
  color: #1f6de8;
  text-align: center;
  cursor: pointer;
}
.box-con-left .tab-bd-item .qrcode-tip {
  height: 30px;
  color: #999;
  text-align: center;
  line-height: 30px;
  margin-top: 20px;
}
.box-con-left .tab-bd-item .qrcode-tip a {
  color: #1f6de8;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #bac4ce;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #bac4ce;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #bac4ce;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #bac4ce;
}

.placeholder {
  color: #bac4ce;
}

.chosen-container-single .chosen-single {
  height: 40px;
  line-height: 38px;
  border-color: #dcdfe2;
  border-radius: 2px;
  padding-left: 49px;
  box-sizing: border-box;
}

.chosen-container-single .chosen-single span {
  margin-right: 28px;
}

.chosen-container-single .chosen-single div {
  width: 28px;
}

.chosen-container-single .chosen-single div b {
  background: url("../images/login/select.png") no-repeat left center;
  background-size: 14px 14px;
}

.chosen-container-single .chosen-default {
  color: #bac4ce;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #dcdfe2;
  background: transparent;
  box-shadow: none;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: left center;
}

.chosen-container-active .chosen-single {
  box-shadow: none;
}

.chosen-container .chosen-drop {
  padding: 0;
  border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
  border: 0;
}
.chosen-container .chosen-drop .chosen-results {
  padding: 0;
  margin: 0;
}
.chosen-container .chosen-drop .chosen-results li {
  font-size: 14px;
  padding: 0 0 0 50px;
  line-height: 40px;
}
.chosen-container .chosen-drop .chosen-results li + li {
  margin-top: 0;
}
.chosen-container .chosen-drop .chosen-results li.highlighted {
  background: transparent;
  color: #1f6de8;
}