body {
  background: #fff; }

* {
  box-sizing: border-box; }

.account-header {
  width: 100%;
  min-width: 1200px;
  height: 106px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(63, 63, 63, 0.1); }
  .account-header__inner {
    display: table;
    width: 1200px;
    height: 100%;
    margin: 0 auto; }
    .account-header__inner .logomid{
      display: table-cell;
    height: 106px;
    vertical-align: middle;
    }
  .account-header .brand {
    height: 100%; }
    .account-header .brand::after {
      content: '';
      display: table;
      clear: both; }
    .account-header .brand-logo {
      margin-top: 25px;
      width: 145px;
      height: 55px;
      float: left;
      background: url("../images/sprite.png") -2px -27px; }
    .account-header .brand-intro {
      margin-top: 60px;
      float: left;
      font-size: 16px;
      color: #444444; }

.account-footer {
  width: 100%;
  height: 175px;
  background: #fff;
  border-top: 1px solid #dfdfdf; }
  .account-footer__inner {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding-top: 38px; }
  .account-footer__link {
    margin-bottom: 24px;
    text-align: center; }
    .account-footer__link li {
      display: inline-block;
      padding: 0 10px;
      position: relative; }
      .account-footer__link li:not(:last-child)::after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 6px;
        width: 1px;
        height: 8px;
        background: #ccc; }
      .account-footer__link li a {
        font-size: 14px;
        color: #6f6f6f;
        transition: color 0.2s; }
        .account-footer__link li a:hover {
          color: #e61716; }
  .account-footer__copyright {
    text-align: center;
    font-size: 12px;
    color: #717171; }

.x-input-control {
  position: relative;
  display: inline-block;
  float: left;
  height: 100%;
}
.x-input-control--clear {
  display: none;
  width: 20px;
  height: 20px;
  background: url("../images/close.png") no-repeat;
  background-position: center center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}