@charset "utf-8";
/* CSS Document */
html,body,iframe,div,ul,li,form,input,select,h1,h2,h3,h4,h5,h6,a {
  margin: 0px;
  padding: 0px;
  color: #666666;
  font-size: 12px;
}
/* #canvas {filter: alpha(Opacity=60);opacity: 0.6;} */
h1 {font-size: 20px;line-height: 22px;}
h2 {font-size: 16px;line-height: 18px;}
h3 {font-size: 14px;}
ul,li {list-style: none;}
img {border: 0px;}
a {color: #c3030b;text-decoration: none;}
a:hover {color: #ff6600;text-decoration: none;}
table {border-collapse: collapse;font-size: 12px;}

/*.首页登录样式*/
.background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: url("background.png?v=6e0039b");
  background-size: cover;
}
.index_login_body {
  overflow:hidden;
  background: #fff;
}
.login_title {
  width: 100%;
  margin-top: 4%;
  text-align: center;
}
.titleTxt {
  width: 300px;
  height: 60px;
  margin:30px auto 0 auto;
  color: #C53030;
  font: bold 20px/40px 微软雅黑;
}
.login_denglu {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
}
.login_denglu_midd {
  position: relative;
  width: 360px;
  height: 400px;
  margin: 100px auto 0 auto;
  padding-top: 8px;
  background: #fff;
  /* border: 1px solid rgba(255, 255, 255, 0.1); */
  box-shadow: 0px 9px 41px #620000;
  -webkit-box-shadow: 0px 9px 41px #620000;
  -moz-box-shadow: 0px 9px 41px #620000;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.login_denglu_midd ul {padding: 0;overflow: hidden;}
.loginAct {margin: auto auto;}

.login_input_border {
  width: 265px;
  height: 34px;
  line-height: 34px;
  margin: 24px auto;
  text-align: center;
  color: #fff;
  font-family: "微软雅黑";
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.login_input {
  font-size: 14px;
  font-family: "微软雅黑";
  color: #000;
  width: 190px;
  height: 24px;
  line-height: 24px;
  outline: none;
  background: transparent;
  margin: 5px 5px 5px 0;
  border: 0px;
  float: right;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-text-fill-color: #aaaaaa !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  background-color:transparent;
  background-image: none;
  transition: background-color 50000s ease-in-out 0s;
}
.login_label {float: left;font-size: 12px;font-family: "宋体";color: #aaaaaa;width: 66px;height: 34px;}
.login_label > img {margin: 9px 4px 6px 6px;float: left;}

.yzm {margin-bottom: 10px;}
.yzm > label {color: #c3030b;font-size: 12px;}
.yzm > a > img {margin-bottom: -10px;}

.input_yzm {width: 112px;margin-left: 5px;float: left;}
.login_input_border > .img_yzm {margin-top: 4px;width: 68px;height: 26px;}
.login_input_Btn {
  font-size: 16px;
  font-family: "宋体";
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  outline: none;

  width: 267px;
  height: 34px;
  margin: 0;

  background: linear-gradient(270deg, #C53030, #F54C4C);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
.login_input_Btn:hover {background: linear-gradient(270deg, #F54C4C, #C53030);}

@media screen and (max-height: 1080px) {
  .loginAct {
    margin: 12% auto;
  }
}
@media screen and (max-height: 700px) {
  .loginAct {
    margin: 105px auto;
  }
}
@media screen and (min-height: 1080px) {
  .loginAct {
    margin: 12% auto;
  }
}
.login-footer{position: absolute; left: 0; bottom: 0; width: 100%; line-height: 20px; padding: 10px; text-align: center; box-sizing: border-box;color: #fff;}

/* 以下扫码登录 */
.boxFooter{position: absolute;left: 0;bottom: 0;width: 100%;line-height: 20px;padding: 10px;text-align: center;box-sizing: border-box;color: #999aaa;}
.boxFooter span{cursor: pointer;}
.imgWxEwMa{width: 160px;height: 160px;}
.WxEwmLoginInputBtn {
  font-size: 16px;font-family: "宋体";font-weight: bold;color: #ffffff;cursor: pointer;
  width: 120px;height: 34px;
  margin: 20px 0 0 0;
  text-align: center;
  background: linear-gradient(270deg, #C53030, #F54C4C);
  border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);-moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);-webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
.WxEwmLoginInputBtn:hover {background: linear-gradient(270deg, #F54C4C, #C53030);}
.qrcodeSuc{
  background: url("qrcode-success.png?v=b740aa2") no-repeat center center / 100% 100%;
  position: absolute;top: 150px;left: 158px;
  width: 48px;height: 48px;
}
.qrcodeErr{
  background: url("qrcode-error.png?v=83d935c") no-repeat center center / 100% 100%;
  position: absolute;top: 150px;left: 158px;
  width: 48px;height: 48px;
}
.BtnRefreshEwMa{margin:2px;font-size: 14px;color: #01AAED;cursor: pointer;text-decoration: none;}
