/* 登录样式 */
/*=====样式重置=====*/
/* 重置样式 */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

[hidefocus],
summary {
  outline: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}

sup,
sub {
  font-size: 83%;
}

pre,
code,
kbd,
samp {
  font-family: inherit;
}

q:before,
q:after {
  content: none;
}

textarea {
  overflow: auto;
  resize: none;
}

label,
summary {
  cursor: default;
}

a,
button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
  font: 14px/1 arial;
  color: #333;
  outline: 0;
}

input[type='text'] {
  line-height: 1.24\9;
}

/*=====公共混合=====*/
/* 公共混合 */
/*=====公用组件=====*/
/* 设置字体大小
 * @size 字体大小
 */
/* 对齐
 * @position 对齐方式
 */
/* 右上方
 * @fontScale 字体缩放大小，默认.75
 */
/* 背景图片按钮 */
/*
 * 盒模型
 * @paddingTB   padding上下
 * @paddingLR   padding左右
 * @width       宽度
 * @height      高度
 */
/*
 * 内容
 * @borderColor 边框颜色
 * @bgColor     背景颜色
 * @txtColor    字体颜色
 */
/* 分页组件 */
/*
 * 盒模型
 * @borderColor    边框颜色
 * @bgColor       背景颜色
 */
/* 设置背景颜色 */
/*
 * @color 背景颜色 默认继承
 */
/* 设置长度 */
/*
 * @length字数
 */
/* 设置链接样式 */
/* 缓动效果 */
/*=====变量=====*/
/* 公共变量 */
html,
body,
form {
  height: 100%;
}

.loginBody {
  background: url("../Images/iPhone-loginBg.jpg") repeat;
  overflow: auto;
  height: auto;
}

.loginWrap {
  position: absolute;
  width: 92%;
  height: 96%;
  min-width: 1006px;
  min-height: 700px;
  border: 1px solid #DBDBDB;
  box-shadow: 0 0 30px #DBDBDB;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.loginWrap .login-logo {
  position: relative;
}

.loginWrap .login-logo .bgImg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 680px;
}

.loginWrap .login-logo>div.img {
  position: absolute;
  bottom: -12px;
  left: -12px;
  width: 80px;
  height: 80px;
  background: url('../img/sys-icon.jpg') no-repeat;
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border: 4px solid #f5f5f5;
  box-shadow: 0 0 55px rgba(255, 255, 255, 0.3);
  -webkit-transition: all .5s ease .1s;
}

.loginWrap .login-logo>div.img:hover {
  -webkit-transition: all .5s ease .1s;
  box-shadow: 0 0 200px #E8E8E8;
  background: url('../img/sys-icon-big.jpg') no-repeat center center;
}

.loginWrap .loginForm {
  position: absolute;
  top: 120px;
  left: 45%;
  width: 720px;
  height: auto;
  margin-left: -300px;
  padding-top: 85px;
  /* background: url("../Images/iPhone-loginW-tl.png") no-repeat left top; */
}

/* .loginWrap .loginForm ul.col-5 {
  white-space: nowrap;
} */

.loginWrap .loginForm ul.col-5>li {
  box-sizing: border-box;
  width: 45%;
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #cfcfcf;
  padding: 0px 30px;
  margin-top: 10px;
  float: left;
}

.loginWrap .loginForm ul.col-5>li:first-child {
  padding-left: 0;
  width: 55%;
  border-left: none;
  margin-top: 26px;
  padding: 0px;
}

.loginWrap .loginForm ul.col-5>li:first-child fieldset {
  margin: 28px 0px 25px;
}

.loginWrap .loginForm p {
  position: absolute;
  top: -78px;
  right: 0;
  color: yellow;
}

.loginWrap .loginForm h2 {
  display: block;
  width: 100%;
  background: #414141 no-repeat right;
  font-size: 150%;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
  padding: 10px 0;
}

.loginWrap .loginForm h2.hide {
  display: none;
}

.loginWrap .loginForm fieldset {
  position: relative;
  /*iPhone加上 默认值：relative */
  margin: 15px 0px;
  text-align: left;
  /*iPhone加上 默认值：auto */
}

.loginWrap .loginForm fieldset.paddingL {
  padding-left: 170px !important;
}

.loginWrap .loginForm fieldset img {
  vertical-align: middle;
}

.loginWrap .loginForm fieldset label {
  display: inline-block;
  margin-right: 10px;
  width: 80px;
  color: #333333;
  font-weight: bold;
  /*iPhone加上 start*/
  position: relative;
  padding: 6px 0;
  height: auto;
  border-radius: 2px;
  border: none;
  box-sizing: border-box;
  font-size: 14px;
  background: none;
  text-align: left;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  /* 额外的图标，取消content规则即可隐藏 */
}

.loginWrap .loginForm fieldset label:after {
  position: absolute;
  top: 18px;
  left: 79px;
  width: 9px;
  height: 10px;
  background: url(../img/input-icon.png) 0 0 no-repeat;
}

.loginWrap .loginForm fieldset label.hide {
  display: none;
}

.loginWrap .loginForm fieldset input {
  /*iPhone加上*/
  /* 输入框焦点 */
}

.loginWrap .loginForm fieldset input[type="text"],
.loginWrap .loginForm fieldset input[type="password"] {
  width: 260px;
  height: auto;
  /*iPhone加上 默认值：auto */
  padding: 8px !important;
  border-radius: 2px;
  border: 1px solid #aaaaaa;
  /*iPhone加上 默认值：1px solid inherit */
  font-size: 14px;
}

.loginWrap .loginForm fieldset input[maxlength="4"] {
  width: 50px;
  /* iPhone将其参数化 */
}

.loginWrap .loginForm fieldset input:focus {
  box-shadow: 0 0 7px 0px #a3f2ff;
  border-color: #A2DDE6;
  transition: all .4s ease .2s;
}

.loginWrap .loginForm fieldset.align-center {
  text-align: center;
}

.loginWrap .loginForm fieldset a {
  font-size: 12px;
  color: inherit;
  text-decoration: underline;
}

.loginWrap .loginForm fieldset a:hover {
  color: inherit;
}

.loginWrap .loginForm fieldset span {
  font-size: 18px;
}

.loginWrap .loginForm fieldset.btn-group {
  position: static;
  right: 0;
  bottom: 0;
  border-left: 0 solid #cecece;
  padding: 35px 25px;
  text-align: center;
  /* iPhone加上 */
  /*login按钮渐变样式*/
}

.loginWrap .loginForm fieldset.btn-group ul li {
  float: left;
  width: 50%;
  padding: 0 5px;
  box-sizing: border-box;
}

.loginWrap .loginForm fieldset.btn-group input {
  width: 180px;
  padding: 10px 0px;
  margin: 0px 15px 0px 0px;
  background: #0088cc;
  border: 1px solid #1a9edf;
  border-radius: 3px;
  font-size: 14px;
  border-color: #1992da #0c75bb #00589c;
  background: #37aaea;
  /* Old browsers */
  background: -moz-linear-gradient(top, #37aaea 0%, #117ed2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #37aaea), color-stop(100%, #117ed2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #37aaea 0%, #117ed2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #37aaea 0%, #117ed2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #37aaea 0%, #117ed2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #37aaea 0%, #117ed2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#37aaea', endColorstr='#117ed2', GradientType=0);
  /* IE6-9 */
  box-shadow: 0px 1px #64BFEF inset;
  color: white;
  cursor: pointer;
}

.loginWrap .loginForm fieldset.btn-group a {
  display: inline-block;
  margin: 10px 0 0 0;
  color: #ff4500;
}

.loginWrap .loginForm fieldset.btn-group a.hide {
  display: none;
}

.loginWrap .loginFoot {
  width: 520px;
  position: absolute;
  top: 440px;
  left: 59%;
  margin-left: -260px;
  font-size: 12px;
  line-height: 1.5em;
  color: gray;
  text-align: left;
}

.login-title {
  position: relative;
  top: 35px;
  left: 100px;
  font-size: 80px;
  font-weight: bold;
  color: #2196f3;
  background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#5bb6ff), to(#2196f3));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 手机浏览器登录样式 */
@media (max-width: 767px) {
  .loginWrap {
    touch-action: none;
    margin: 40px auto 0;
}
.loginWrap .loginForm{
  padding-top: 4px;
  left: 32%;
}


  .loginWrap .loginForm ul.col-5>li {
    float: none !important;
    border-left: none;
    padding: 0px;
  }
  .loginWrap .loginForm ul.col-5>li:first-child{
    padding: 4px 13px !important;
    margin-top: 0px;
  }
  .loginWrap .loginFoot{
    padding-top: 46px;
    top: 548px;
    left: 238px;
  }
  .loginWrap .loginForm fieldset.btn-group input{
    width: 100px;
  }
  .loginWrap .loginForm ul.col-5>li:first-child fieldset{
    margin: 25px 0px 10px;
  }
  .loginWrap .loginForm fieldset.btn-group{
    width: 316px;
    padding: 0;
  }
  .loginWrap .loginForm fieldset input[type="text"], .loginWrap .loginForm fieldset input[type="password"]{
    width: 280px;
  }
}