@charset "UTF-8";

/**!
 * 江苏省远程异地协调系统
 * date:2022-09-06
 * author: hjh;
 */
.scale100,
body,
html {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.page-loading {
  position: absolute;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff
}

body {
  color: #333;
  font-family: "PingFang SC", Helvetica, Arial, Verdana, "Microsoft YaHei", sans-serif;
}

.login-bg {
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
  background-blend-mode: multiply;
}

.login-bg img {
  left: 0;
  position: absolute;
  top: 0;
}

.main-cot {
  position: relative;
  height: 100%;
}

.common-question {
  position: absolute;
  top: 22%;
  right: -232px;
}

.common-question.show .title span:after {
  background-image: url("./images/slide_right.png");
}

.common-question .title {
  padding: 0 15px;
  float: left;
  width: 60px;
  height: 200px;
  line-height: 200px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(180deg, #2693F8 0%, #4879F7 100%);
  box-shadow: 4px 6px 10px 0px rgba(9, 49, 128, 0.25);
  border-radius: 20px 0 0 20px;
  box-sizing: border-box;
  cursor: pointer;
}

.common-question .title span {
  position: relative;
  display: inline-block;
  line-height: 27px;
  vertical-align: middle;
}

.common-question .title span:before,
.common-question .title span:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateX(-50%);
}

.common-question .title span:before {
  top: -31px;
  background-image: url("./images/question_ico.png");
}

.common-question .title span:after {
  bottom: -26px;
  background-image: url("./images/slide_left.png");
}

.applet {
  position: absolute;
  right: 4.6%;
  bottom: 4.6%;
  padding-top: 130px;
  width: 140px;
  line-height: 18px;
  font-size: 12px;
  background: url("./images/applet.png") center top no-repeat;
  mix-blend-mode: multiply;
}

.question-cot {
  position: relative;
  padding-top: 32px;
  float: left;
  width: 232px;
  height: 420px;
  background: #fff;
  box-shadow: 4px 6px 10px 0px rgba(9, 49, 128, 0.25);
  box-sizing: border-box;
}

.question-cot .download {
  position: absolute;
  bottom: 26px;
  left: 50%;
  margin-left: -80px;
  display: block;
  width: 180px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  background: #72A5FF;
}

.question-cot .download span {
  padding-left: 22px;
  background: url("./images/download_ico.png") 0 center no-repeat;
}

.question-list {
  margin: 0 17px;
}

.question-list li {
  margin: 0 0 14px 11px;
}

.question-list li a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  color: #666;
  font-size: 12px;
  text-decoration: underline;
}

.question-list li a:hover {
  color: #72A5FF;
}

.question-list li a:before {
  content: '·';
  position: absolute;
  left: -9px;
  top: 0;
  display: inline-block;
}

.footer {
  position: absolute;
  left: 8%;
  bottom: 5.74%;
  color: #999;
  font-size: 16px;
}

.login-cot {
  width: 550px;
  position: absolute;
  left: 8%;
  top: 49%;
  margin-top: -324px;
}

.login-cot .logo {
  margin-bottom: 66px;
 width: 566px;
  height: 41px;
  background: url("./images/login_logo.png");
}

.login-btn {
  margin-bottom: 48px;
  display: block;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  border-radius: 30px;
  background: #4888F7;
  transition: all 0.3s ease;
}

.login-btn:hover {
  color: #fff;
  background: #327bf8;
}

.tab-hdl {
  margin: 0 0 55px 20px;
  padding: 0 22px;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  font-weight: 600;
  border-radius: 30px;
  cursor: pointer;
}

.tab-hdl:first-child {
  margin-left: 0;
}

.tab-hdl.active {
  color: #4888F7;
  background: #E6EFFE;
}

.tab-bdl .row {
  margin-bottom: 30px;
  position: relative;
}

.tab-bdl input {
  padding: 0 59px;
  width: 100%;
  height: 60px;
  line-height: 58px;
  font-size: 16px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 16px center;
  border: 1px solid #D8D8D8;
  border-radius: 30px;
  box-shadow: 2px 4px 10px 0px rgba(31, 85, 167, 0.1);
  box-sizing: border-box;
  outline: none;
}

.tab-bdl input.user {
  background-image: url("./images/user_ico.png");
}

.tab-bdl input.pwd {
  background-image: url("./images/pwd_ico.png");
}

.tab-bdl .set-visible {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -10.5px;
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url("./images/invisible.png") center no-repeat;
}

.tab-bdl .set-visible.visible {
  background: url("./images/visible.png") center 4px no-repeat;
}

.link-btn {
  margin: -12px 0 40px;
  text-align: right;
}

.link-btn a {
  position: relative;
  margin-left: 19px;
  color: #4888F7;
  font-size: 16px;
  line-height: 20px;
}

.link-btn a:first-child:before {
  display: none;
}

.link-btn a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -10px;
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #4888F7;
}

.tip {
  margin-bottom: 4px;
  padding-left: 29px;
  color: #999;
  font-size: 16px;
  background: url("./images/tip.png") 0 center no-repeat;
}

.tip a {
  color: #4888F7;
}
