/*  通用
========================================================================== */

* {
  margin: 0;
  padding: 0;
}

body {
  background: #e2e2e2;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
}

ul, li {
  list-style: none;
}

.ue-clearfix {
  clear: both;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #cccccc
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #cccccc
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #cccccc
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #cccccc
}


/*  margin & padding
    ========================================================================== */

.ue-no-margin {
  margin: 0 !important;
}

.ue-no-padding {
  padding: 0 !important;
}


/*  font
    ========================================================================== */

.ue-center {
  text-align: center;
}

.ue-left {
  text-align: left;
}

.ue-right {
  text-align: right;
}

.ue-font-12 {
  font-size: 12px;
}

.ue-font-13 {
  font-size: 13px;
}

.ue-font-14 {
  font-size: 14px;
}

.ue-font-red {
  color: orangered;
}

.ue-font-grey {
  color: grey;
}

.ue-font-lightgrey {
  color: lightgrey;
}

.ue-bg-white {
  background: white !important;
}

.ue-decoration {
  text-decoration: underline;
}


/*  float
    ========================================================================== */

.ue-fl {
  float: left;
}

.ue-fr {
  float: right;
}


/*  login
    ========================================================================== */

.ue-container {
  position: absolute;
  top: 44px;
  bottom: 53px;
  left: 0;
  right: 0;
  overflow-y: auto;
}

.ue-container-noall {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
}

.ue-container-nofooter {
  position: absolute;
  top: 44px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
}

.carousel-indicators {
  /*bottom: 100px;*/
  bottom: 7em;
}

.loginbgt {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background: url(../../images/login/bg.jpg) center center no-repeat;
  z-index: -99999;
}

.login {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*background: rgba(0, 0, 0, 0.3);*/
}

.login-content {
  padding: 13em 2em 0 2em;
  vertical-align: middle;
  text-align: center;
}

.login-logo {
  margin-bottom: 3.5em;
}

.login-text {
  color: #fefefe;
  font-size: 1.2em;
  text-shadow: 1px 1px 1px #000;
}

.login-button {
  position: absolute;
  bottom: 3.5em;
  left: 6em;
  right: 6em;
}


/*  login In
    ========================================================================== */

.login-in-content {
  padding: 3rem 2rem 0 2rem;
  vertical-align: middle;
  text-align: center;
  color: white;
}

.login-in-content a {
  color: #78777c;
}

.login-in-logo {
  margin-bottom: 1.2rem;
}

.login-inputgroup .login-i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  line-height: 2.8rem;
}

.login-i img {
  width: 1.2rem;
}

.login-inputgroup {
  height: 2.8rem;
  border: 0;
  outline: 0;
  position: relative;
  /*margin-bottom: 2em;
    border-radius: 5px;
    background: white;*/
}

.login-inputgroup input {
  width: 100%;
  background: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
  padding-left: 3rem;
  height: 2.2rem;
  padding-top: 5px;
  padding-bottom: 5px;
  /*line-height: 2.8em;*/
  color: white;
  border-bottom: 1px white solid
}

.ue-no-border-t {
  border-top: 0 !important;
}

.ue-no-border {
  border: 0 !important;
}

.login-title {
  font-weight: normal;
  display: block;
  font-size: small;
  margin-top: 1rem;
}

.login-in-button {
  width: 100%;
  background: white;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.login-forget {
  /*position: fixed;*/
  position: absolute;
  bottom: 6%;
  left: 0;
  right: 0;
}

.login-in-footer {
  position: absolute;
  left: 2rem;
  right: 2rem;
  margin-top: 1rem;
  /*bottom: 2.5em;*/
}

.login-in-footer .btn:hover, .login-in-footer .btn:focus, .login-in-footer .btn.focus {
  color: #78777c;
  text-decoration: none;
}

.line span {
  display: block;
  position: relative;
}

.line span:before, .line span:after {
  content: '';
  position: absolute;
  top: 50%;
  background: white;
  width: 25%;
  height: 1px;
}

.line span:before {
  left: 2%;
}

.line span:after {
  right: 2%;
}

.login-fast {
  margin-top: 1em;
}

.login-fast img {
  width: 3rem;
  margin: 0 0.5rem;
}


/*  Forget Password
    ========================================================================== */

.password-content {
  padding: 6rem 15px 0 15px;
  vertical-align: middle;
  text-align: center;
  color: white;
}

.password-content section {}

.ue-cells-title {
  margin-top: .77rem;
  margin-bottom: 1rem;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}

.ue-cells-title+.ue-cells {
  margin-top: 0;
}

.ue-cells {
  margin-top: 10px;
  background-color: rgba(255, 253, 253, .2);
  line-height: 1.41176471;
  font-size: 15px;
  overflow: hidden;
  position: relative;
}

.ue-cells:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}

.ue-cells:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}

.ue-cell {
  /*padding: 5px 15px;*/
  padding: 5px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #eee;
}

.ue-cell:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}

.ue-cell-bd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.ue-label {
  display: block;
  width: 105px;
  word-wrap: break-word;
  word-break: break-all;
  font-weight: normal;
  font-size: 15px;
  margin: 0;
}

.ue-input {
  width: 100%;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  background-color: transparent;
  font-size: inherit;
  color: inherit;
  height: 1.41176471rem;
  line-height: 1.41176471;
}

.ue-cells_form .ue-cell-ft {
  font-size: 0;
}

.ue-cell-ft {
  text-align: right;
  color: #999999;
}

.ue-vcode-btn {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 5px;
  outline: 0;
}

.ue-vcode-btn {
  display: inline-block;
  margin-left: 5px;
  padding: 0 0.6rem 0 0.7rem;
  background: #e5811f;
  vertical-align: middle;
  font-size: 14px;
  color: white;
  height: 26px;
  line-height: 26px;
}

.password-title {
  font-weight: normal;
  float: left;
  font-size: small;
  text-align: left;
  padding: 0 1rem;
  margin-top: .5rem;
}

.ue-margin-t {
  margin-top: 10%
}

.ue-margin-t-10 {
  margin-top: 10px
}

.ue-margin-t-20 {
  margin-top: 2rem
}
