* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
}

html,
body {
  width: 100%;
  height: 100%;
  background: #fff;
  color: #1D293D
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(163, 171, 180, 1)
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(163, 171, 180, 1)
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(163, 171, 180, 1)
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(163, 171, 180, 1)
}

a,
a:hover {
  text-decoration: none !important;
}

a:hover {
  color: #3E98F1 !important
}

.body_container {
  width: 100%;
  height: 100%;
  min-height: 620px;
}

.con-left {
  width: 32%;
  float: left;
  height: 100%;
}

.con-left-bg0 {
  background: #fff url(../images/login/left_bg0.jpg) center center;
  background-size: cover;
}

.con-left-bg1 {
  background: #fff url(../images/login/left_bg1.jpg) center center;
  background-size: cover;
}

.con-left-bg2 {
  background: #fff url(../images/login/left_bg2.jpg) center center;
  background-size: cover;
}

.con-left-bg3 {
  background: #fff url(../images/login/left_bg3.jpg) center center;
  background-size: cover;
}

.con-left-bg4 {
  background: #fff url(../images/login/left_bg4.jpg) center center;
  background-size: cover;
}

.con-left img {
  width: 100%;
  height: 100%;
}

.con-right {
  margin-left: 32%;
  position: relative;
}

.con-right-box {
  display: flex;
  position: relative;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  box-sizing: border-box;
  width: 38%;
  height: 100%;
  max-width: 450px;
  min-width: 288px;
  min-height: 500px;
  margin: 0px auto;
  padding: 0px;
}

.login_way_choice {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 24px;
  width: 100%;
  display: inline-block;
}

.login_way_choice ul {
  width: 100%;
  display: inline-block;
  margin-bottom: 0px;
}

.login_way_choice ul li {
  width: 50%;
  float: left;
  padding-bottom: 8px;
  text-align: center;
  list-style: none;
  text-decoration: none;
  cursor: pointer;
  font-size: 17px;
}

.login_way_choice ul li.active {
  color: #3E98F1;
  border-bottom: 2px solid #3E98F1
}

.logo-box {
  padding-bottom: 24px;
  text-align: center
}

.logo-box img:first-child {
  margin-bottom: 16px;
}

.form-login {
  width: 100%
}

.fl-controls-left {
  position: relative;
  margin-bottom: 24px;
}

.error-input {
  color: red;
  position: absolute;
  font-size: 12px;
  padding-left: 10px;
}

.focus-input100 {
  display: block;
  position: absolute;
  border-radius: 2px;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: #3E98F1;
  font-size: 12px
}

.yzm_input .focus-input100 {
  width: 53%
}

input[type=text],
input[type=password] {
  font-size: 14px;
  width: 100%;
  height: 40px;
  padding: 6px 0 6px 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #DADDE1;
}

input:focus {
  outline: none;
  border: 1px solid #3E98F1;
  -webkit-animation: anim-shadow 1s ease-in-out forwards;
  animation: anim-shadow 1s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
  0% {
    box-shadow: rgba(62, 152, 241, 0.1) 0px 0px 2px 2px;
    opacity: 1
  }

  50% {
    box-shadow: rgba(62, 152, 241, 0.1) 0px 0px 0px 0px;
    opacity: 1
  }

  100% {
    box-shadow: 0px 0px 0px 0px;
    opacity: 1
  }
}

@keyframes anim-shadow {
  0% {
    box-shadow: rgba(62, 152, 241, 0.1) 0px 0px 2px 2px;
    opacity: 1
  }

  50% {
    box-shadow: rgba(62, 152, 241, 0.1) 0px 0px 0px 0px;
    opacity: 1
  }

  100% {
    box-shadow: 0px 0px 0px 0px;
    opacity: 1
  }
}

.cas_iconpos {
  width: 14px;
  height: 17px;
  position: absolute;
  top: 12px;
  left: 16px;
}

.yzm_input {
  width: 53%;
  display: inline-block;
}

.yzm_input input {
  padding: 6px 0 6px 40px;
}

.yzm_img {
  width: 45%;
  max-width: 120px;
  display: inline-block;
  vertical-align: middle;
}

.yzm_img img {
  height: 40px;
  width: 100%;
  cursor: pointer;
}

.cas_yhm {
  background: url(../images/login/yhm.png);
  width: 16px;
}

.cas_mm {
  background: url(../images/login/mm.png);
  width: 16px;
}

.cas_pwd {
  background: url(../images/login/pwd.png);
  width: 17px;
  height: 7px;
  top: 18px;
}

.cas_look {
  background: url(../images/login/look.png);
  width: 18px;
  height: 13px;
  top: 15px;
}

.cas_authcode {
  background: url(../images/login/safe.png);
  width: 16px;
}

.cas_iconposition {
  position: absolute;
  right: 20px;
  cursor: pointer;
}

input:focus+.cas_yhm {
  background: url(../images/login/yhm-focus.png);
}

input:focus+.cas_mm {
  background: url(../images/login/mm-focus.png);
  ;
}

input:focus+.cas_authcode {
  background: url(../images/login/safe-focus.png);
  ;
}

.btn-submit {
  background: #2d8cf0;
  font-size: 16px;
  letter-spacing: 10px;
  color: #fff;
  border: none;
  width: 100%;
  height: 40px;
  border-radius: 0px;
}

.btn-submit:disabled {
  background: #eee;
  color: #333;
}

.forgetpwd-txt {
  float: right;
  margin-top: 10px;
  color: #3E98F1;
  font-size: 14px;
  width: 100%;
  text-align: right;
  margin-bottom: 37px
}

.forgetpwd-txt:hover {
  color: #337ab7
}

/*密码过期修改密码弹窗*/
#myModal {
  width: 500px;
  margin: 0 auto;
}

#myModal .form-group {
  width: 100%;
}

#myModal .form-group>label {
  width: 21%;
  display: inline-block;
  text-align: right;
  font-weight: normal;
  font-size: 14px;
  padding-right: 5px;
}

#myModal .form-group>.form-control {
  width: 76%;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
}

#myModal .form-group-btn {
  display: inline-block;
  margin-left: 20%
}

#myModal .form-group-radio {
  width: 78%;
  display: inline-block;
}

#myModal .form-group-radio>label {
  margin-bottom: 0px;
}

#myModal .form-group-radio>label {
  margin-right: 10px;
  font-weight: normal;
}

#myModal input[type="radio"],
#myModal input[type="checkbox"] {
  margin: 0px;
}

#myModal a.btn {
  width: auto;
  height: auto;
}

#myModal a.btn-primary {
  background: #2d8cf0;
  border: 1px solid #2d8cf0;
}

.color-red {
  color: red;
}

#myModal .has-feedback label~.form-control-feedback {
  top: 0px;
}

#myModal .help-block {
  margin-left: 20%;
  margin-bottom: 0px;
}

#myModalLabel {
  font-size: 14px;
}

#myModal .btn:hover {
  color: #fff;
}

#copyright {
  font-size: 12px;
  font-family: "Microsoft Yahei", sans-serif;
}

#footer {
  position: absolute;
  padding: 0;
  font-size: 12px;
  bottom: 0;
  left: 0;
  right: 0;
  /* color: #999;  */
  margin: 24px 0;
  color: #47576A;
  text-align: center;
}

.footer_ba {
  display: inline-block;
  font-size: 12px;
}

.footer_link {
  display: inline-block;
  color: #47576A;
  text-decoration: none;
  font-size: 12px;
}

.footer_link:hover {
  text-decoration: none;
}

.footer-beian {
  display: block;
  color: #47576A;
  text-decoration: none;
  font-size: 12px;
}

.footer-beian span {
  font-size: 12px;
}

.footer-beian:hover {
  text-decoration: none
}

.wxbox-con {
  width: 300px;
  margin: 0 auto;
}

#wxqrCode {
  width: 200px;
  text-align: center
}

.result_text {
  color: #fff;
}

.impowerBox .qrcode {
  width: 195px;
}

#msg {
  padding: 20px 0 20px 0;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
}

#msg h2 {
  font-size: 1.4em;
  margin-bottom: 0.5em;
}

#msg.errors {
  font-size: 12px;
  line-height: 20px;
  background-color: #FFEFEE;
  color: #1D293D;
  border: 1px solid #FF847D;
  padding: 8px 16px 8px 38px;
  border-radius: 2px;
  background: url(../images/login/error.png) no-repeat 16px center;
  position: absolute;
  top: 25%;
  width: 100%
}

#msg.success {
  max-width: 400px;
  margin: 0 auto;
  border: 1px dotted #390;
  color: #390;
  margin-top: 70px;
  padding-left: 70px;
  background: url(../images/confirm.gif) no-repeat 10px center;
}

#layercon {
  background: rgba(255, 255, 255, .2) url('../images/loading2.gif') no-repeat center;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.nobg {
  background: none !important;
}

.hidden {
  display: none !important;
}

.logo_text {
  color: #919AA6;
  letter-spacing: 4;
  font-size: 14px;
}
.logo_text_small {
  color: #919AA6;
  letter-spacing: 1;
  font-size: 12px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 832px) {
  .con-left {
    display: none;
  }

  .con-right {
    margin-left: 0;
  }

  .con-right-box {
    width: 100%;
    min-width: 300px;
    padding: 0 20px
  }
}


/* 山西焦煤 */
.sxjm_container {
  width: 100%;
  height: 100%;
  background: #fff url(../images/login/sxjm_bg.png) no-repeat left center;
  background-size: cover;
  position: relative;
}
.sxjm_container .sxjm_logo {
  position: absolute;
  width: 300px;
  /* background: url(../images/login/sxjm_logo.png) no-repeat center;
  background-size: contain; */
  left: 30px;
  top: 30px;
}

/* 中通服 */
.chinaccs_container {
  width: 100%;
  height: 100%;
  background: #fff url(../images/login/chinaccs_bg.jpg) no-repeat left center;
  background-size: cover;
  position: relative;
}
.chinaccs_container .chinaccs_logo {
  position: absolute;
  width: 300px;
  /* background: url(../images/login/sxjm_logo.png) no-repeat center;
  background-size: contain; */
  left: 30px;
  top: 30px;
}


.sxjm_login_container {
  display: flex;
  justify-content: right;
  align-items: center;
  height: 100%;
  width: 100%;
}

.sxjm_login_container .login_box {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  width: 400px;
  margin-right: 15%;
  text-align: center;
}

.sxjm_login_container .login_title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
  color: #333;
}

.sxjm_login_container .form_item {
  position: relative;
  margin-bottom: 20px;
}

.sxjm_login_container .form_item input {
  width: 100%;
  padding: 12px 40px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

.sxjm_login_container .captcha_container {
  display: flex;
  gap: 10px;
}

.sxjm_login_container .captcha_container input {
  flex: 1;
}

.sxjm_login_container .captcha_img {
  width: 100px;
  height: 38px;
}

.sxjm_login_container .login_btn {
  width: 100%;
  padding: 12px;
  background: #4086F4;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

.sxjm_login_container .forgot_pwd {
  text-align: right;
  margin-top: 10px;
}

.sxjm_login_container .forgot_pwd a {
  color: #666;
  text-decoration: none;
  font-size: 14px;
} 