html {
  position: relative;
  overflow-x: hidden !important;
}
a, body, button, input {
  text-decoration: none;
  color: #1b0d10;
  border: none;
  outline: none;
}
.t-c, table, th {
  text-align: center;
}
label {
  font-weight: normal;
}
a, button, input, optgroup, select, textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a, img {
  -webkit-touch-callout: none;
}
.l-c, table, th {
  vertical-align: middle;
}
i {
  font-style: normal;
}
input, textarea {
  outline: none;
  font-size: 14px;
}
a, abbr, acronym, address, applet, big, textarea, blockquote, body, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tt, ul, var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
}
@font-face {
  font-family: logo;
  src: url(../fonts/fontlogo.TTF);
}
img {
  border: none;
  vertical-align: middle;
}
ul, li {
  list-style-type: none;
}
body {
  background: #f0f7f5;
  -webkit-overflow-scrolling: touch;
  font-size: 14px;
  line-height: 1.6;
  font-family: tahoma, arial, 'Hiragino Sans GB', sans-serif;
}
body {
  font-family: sans-serif;
}
body, html {
  height: 100%;
}
a, a:hover {
  text-decoration: none;
}
.appAndroidImg {
  position: absolute;
  z-index: 101;
  top: 80%;
  right: 23%;
  width: 120px;
  height: 120px;
  background: #0061ab url(../images/Android.png) no-repeat center center;
  background-size: 100% auto;
}
.appiOSImg {
  position: absolute;
  z-index: 101;
  top: 80%;
  right: 11%;
  width: 120px;
  height: 120px;
  background: #0061ab url(../images/iOS.png) no-repeat center center;
  background-size: 100% auto;
}
.wrapper {
  position: relative;
  height: 100%;
  background: #0061ab url("../images/Bg.jpg") no-repeat center center;
  background-size: 100% auto
}
.form-box {
  width: 400px;
  height: 420px;
  margin: -200px 0 -210px 0;
  transform-origin: center center;
  border-radius: 8px;
  background: #fff;
  padding: 15px 40px 30px 40px;
  font-size: 14px;
  position: absolute;
  right: 10%;
  top: 50%;
  z-index: 100;
}
.form-title {
  padding: 20px 0 10px 0;
  font-size: 24px;
  color: #666666;
}
.form-item {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.form-item-box {
  flex: 1;
  height: 38px;
  line-height: 38px;
  display: flex;
  align-items: center;
  border: 1px solid #dddddd;
}
.form-item .icon {
  width: 40px;
  border-right: 1px solid #dddddd;
}
.form-item .icon img {
  margin: auto;
  display: block;
}
.form-item .code-btn {
  width: 120px;
  height: 40px;
  padding: 0;
  background: #fff;
  margin-left: 11px;
  cursor: pointer;
}
.form-item .code-btn img {
  width: 100%;
}
.form-item input[type="text"], .form-item input[type="password"] {
  flex: 1;
  padding-left: 10px;
}
.form-item .login {
  border-radius: 5px;
  color: #fff;
  background: url(../images/btn.png) repeat-x center top;
  background-size: 100% 100%;
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  margin: 15px 0 0 0;
  font-size: 18px;
  text-align: center;
  border: 1px solid #2563bb;
  box-shadow: 0px 8px 10px 0px rgba(38, 82, 187, 0.2);
}
.form-item .login:hover {
  background: url(../images/btn-hover.png) repeat-x center top;
  background-size: 100% 100%;
}
.header {
  width: 662px;
  height: 88px;
  background: url("../images/headerBg.png") no-repeat center top;
  transform: scale(1.0, 1.0);
  transform-origin: top left;
  position: absolute;
  left: 3%;
  top: 5%
}
.forget {
  display: flex;
  justify-content: space-between;
}
.forget a {
  color: #cc0000;
}
.switch-box {
  display: flex;
  align-items: center;
  color: #999999;
  cursor: pointer;
}
.mui-switch {
  width: 36px;
  height: 16px;
  margin: 0 10px 0 0;
  position: relative;
  border: 1px solid #dfdfdf;
  background-color: #fdfdfd;
  box-shadow: #dfdfdf 0 0 0 0 inset;
  border-radius: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-clip: content-box;
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  user-select: none;
  outline: none;
}
.mui-switch:before {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  top: -5px;
  left: 0;
  border-radius: 11px;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.mui-switch.active {
  box-shadow: #2563bb 0 0 0 16px inset;
  background-color: #2563bb;
}
.mui-switch.active:before {
  left: 15px;
}
.mui-switch.mui-switch-animbg {
  transition: background-color ease 0.4s;
}
.mui-switch.mui-switch-animbg:before {
  transition: left 0.3s;
}
.mui-switch.mui-switch-animbg.active {
  box-shadow: #2563bb 0 0 0 0 inset;
  background-color: #2563bb;
  transition: border-color 0.4s, background-color ease 0.4s;
}
.mui-switch.mui-switch-animbg.active:before {
  transition: left 0.3s;
}
.mui-switch.mui-switch-anim {
  transition: border cubic-bezier(0, 0, 0, 1) 0.4s, box-shadow cubic-bezier(0, 0, 0, 1) 0.4s;
}
.mui-switch.mui-switch-anim:before {
  transition: left 0.3s;
}
.mui-switch.mui-switch-anim.active {
  box-shadow: #2563bb 0 0 0 16px inset;
  background-color: #2563bb;
  transition: border ease 0.4s, box-shadow ease 0.4s, background-color ease 1.2s;
}
.mui-switch.mui-switch-anim.active:before {
  transition: left 0.3s;
}
.footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  height: 115px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
}
@media only screen and (max-width: 1920px) {
  .form-box, .header {
    transform: scale(1.0, 1.0);
  }
}
@media only screen and (max-width: 1600px) {
  .form-box, .header {
    transform: scale(0.85, 0.85);
  }
}
@media only screen and (max-width: 1440px) {
  .form-box, .header {
    transform: scale(0.75, 0.75);
  }
}
@media only screen and (max-width: 1360px) {
  .form-box, .header {
    transform: scale(0.7, 0.7);
  }
}