@import url(./common.css);
.sggxy {
  position: relative;
  height: 100%;
  background-image: url(../images/sggxy.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.sggxy-top {
  width: 100%;
  height: 82px;
  background: rgba(0, 82, 165, 0.4);
  display: flex;
  align-items: center;
  padding: 0 36px;
}

.sggxy-top img {
  height: 58px;
}

.sggxy-top img + img {
  margin-left: 20px;
}

.sggxy-login {
  width: fit-content;
  height: 580px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-50% + 41px));
  display: flex;
}

.sggxy-login > div {
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
}

.login-tool {
  width: 938px;
  margin-right: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.tool-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  margin-bottom: 12px;
}

.tool-button > div {
  flex: 1;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  background: #0052a5;
  border-radius: 8px;
  background-image: url(../images/tool_button.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 150px 100%;
  padding: 0 60px;
  cursor: pointer;
}

.tool-button > div::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 50px;
  height: 50px;
}

.tool-button .button-zxsj::before {
  background-image: url(../images/zxsj1.png);
}

.tool-button .button-ckxl::before {
  background-image: url(../images/ckxl1.png);
}

.tool-button > div + div {
  margin-left: 12px;
}

.tool-button > div img {
  width: 28px;
  height: 28px;
  margin-right: 80px;
}

.tool-button > div p {
  line-height: 24px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
}

.tool-box {
  display: flex;
  height: calc(100% - 12px - 70px);
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
}

.tool-title {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
}

.tool-title .title-left {
  display: flex;
  align-items: center;
}

.tool-title .title-left img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.tool-title .title-left p {
  line-height: 18px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  font-size: 18px;
  color: #0052a5;
  letter-spacing: 0;
}

.more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 28px;
  background: #ffffff99;
  border: 1px solid #e5e5e5;
  border-radius: 17px;
  cursor: pointer;
}

.more-button:hover {
  border: 1px solid #0052a5;
}

.more-button img {
  width: 12px;
  height: 11px;
  margin-right: 6px;
}

.more-button p {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #0052a5;
  letter-spacing: 0;
  text-align: center;
  line-height: 14px;
}

.tool-box > div {
  width: 50%;
}

.tool-box > div + div {
  border-left: 1px solid #dcdcdc;
}

.jxzl-box {
  width: calc(100% - 28px);
  height: calc(100% - 55px);
  border: 1px solid #ffffff;
  border-radius: 8px;
  margin: 0 14px;
}

.select {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ffffff;
  height: 45px;
  padding: 0 12px;
}

.select .select-item {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.select .select-item::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%) rotate(180deg);
  transform-origin: center;
  background-image: url(../images/caret_bottom.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.select select {
  appearance: none;
  height: 100%;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #272727;
  letter-spacing: 0;
  padding: 0 24px 0 8px;
  height: 28px;
  background: #ffffff99;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  margin-right: 4px;
  outline: none;
  cursor: pointer;
}

.select select:focus {
  border: 1px solid #0052a5;
}

.select select:focus + label::before {
  background-image: url(../images/caret_bottom1.png);
}

.jxzl-box .th {
  display: flex;
  height: 45px;
  padding: 0 8px 0 9px;
  border-bottom: 1px solid #ffffff;
}

.jxzl-box .th li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 36px;
  line-height: 14px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  margin: 0 11px;
}

.jxzl-box .td {
  display: flex;
  padding: 0 8px 0 9px;
}

.jxzl-box .td + .td {
  margin-top: 12px;
}

.jxzl-box .td li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0 11px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  letter-spacing: 0;
  border-radius: 50%;
}

.jxzl-box .td li.old-class {
  color: rgba(51, 51, 51, 0.3);
}

.jxzl-box .td li.cur-class {
  background-color: #0052a5;
  color: #fff;
  font-weight: 700;
}

.jxzl-box .td li.cur-class::before {
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 82, 165, 0.15);
  border-radius: 50%;
}

.adv-box {
  overflow: auto;
  width: 100%;
  height: calc(100% - 55px);
}

.adv-box::-webkit-scrollbar {
  width: 0;
}

.adv-item {
  position: relative;
  display: flex;
  cursor: pointer;
  padding: 6px 14px;
}
.adv-item + .adv-item::before {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 0;
  border-top: 1px dashed #dcdcdc;
}

.adv-item:hover {
  background-color: rgba(0, 82, 165, 0.08);
}
.adv-item:hover .item-time {
  color: #fff;
  background-image: url(../images/adv_item_checked.png);
}
.adv-item:hover .item-info h2 {
  color: #0052a5;
}
.adv-item .item-time {
  width: 57px;
  height: 57px;
  padding-bottom: 3px;
  padding-right: 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../images/adv_item.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin-right: 13px;
  color: #0052a5;
}

.adv-item .item-time h2 {
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 2px;
  line-height: 21px;
}

.adv-item .item-time p {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
}

.adv-item .item-info {
  width: calc(100% - 57px - 13px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.adv-item .item-info h2 {
  line-height: 19px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.adv-item .item-info p {
  line-height: 16px;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #7e7e7e;
  letter-spacing: 0;
}

.login-box {
  position: relative;
  width: 440px;
  padding: 52px 40px 0;
}

.box-img {
  position: absolute;
  width: 52px;
  height: 52px;
  right: 14px;
  top: 14px;
  cursor: pointer;
}

.login-box .box-title h2 {
  line-height: 35px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  font-size: 26px;
  color: #0052a5;
  letter-spacing: 0;
  margin-bottom: 8px;
}

.login-box .box-form p {
  line-height: 29px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  font-size: 22px;
  color: #333333;
  letter-spacing: 0;
  margin-bottom: 46px;
}

.box-form input {
  width: 100%;
  height: 44px;
  background: #ffffff;
  border-radius: 4px;
  padding: 0 46px 0 62px;
  border: none;
  outline: none;
}
.box-form input::placeholder {
  line-height: 19px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
}

.box-form input:focus {
  border: 1px solid #0052a5;
}

.box-form .form-user input:focus + label::before {
  background-image: url(../images/user1.png);
}

.box-form .form-pwd input:focus + label::before {
  background-image: url(../images/pwd1.png);
}

.box-form .form-pwd {
  margin-top: 20px;
}

.box-form label:focus {
  border: 1px solid red;
}

.box-form .form-user,
.box-form .form-pwd {
  position: relative;
  width: 100%;
}

.box-form label::before,
.box-form .form-pwd label img {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
}

.box-form .form-pwd label img {
  right: 16px;
  cursor: pointer;
}

.box-form label::before {
  left: 16px;
}

.form-user label::before {
  background-image: url(../images/user.png);
}

.form-pwd label::before {
  background-image: url(../images/pwd.png);
}

.form-forget {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 20px 0;
}

.form-forget a {
  line-height: 21px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #0052a5;
  letter-spacing: 0;
  text-align: right;
}

.form-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  background: #0052a5;
  box-shadow: 0 4px 10px 0 #0052a566;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  border: none;
  outline: none;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  margin-bottom: 50px;
}

.box-tishi {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.box-tishi p {
  line-height: 38px;
  font-family: MicrosoftYaHei;
  font-size: 13px;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
  line-height: 19px;
}

.box-ewm .ewm-title {
  line-height: 29px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  font-size: 22px;
  color: #333333;
  letter-spacing: 0;
  margin-bottom: 43px;
}

.ewm {
  margin: 0 auto;
  width: 184px;
  height: 184px;
  border: 4px solid #0052a5;
  border-radius: 7.2px;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 20px;
}

.ewm img {
  width: 100%;
  height: 100%;
}

.box-ewm .ewm-tishi {
  line-height: 19px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  margin-bottom: 43px;
  text-align: center;
}
