.aa {
  border: 1px solid #adadad;
}
.bb {
  border: 1px solid #ff0000;
}
html,
body {
  background-color: #FFFFFF;
  font-family: "微软雅黑";
  font-size: 14px;
  color: #666;
}
.top {
  margin: 5px auto 0;
  height: 70px;
  border-bottom: 2px solid #F9F9F9;
}
.top > .container {
  width: 85%;
}
.top-logo {
  width: 130px;
  height: 61px;
  background-image: url(../../images/login/new-logo.png);
  background-repeat: no-repeat;
}
.top-text {
  margin-top: 9px;
  height: 50px;
  font: bold 2em "fantasy", sans-serif;
  line-height: 50px;
  color: #666666;
  border-left: 2px solid #F9F9F9;
}
.contain {
  height: 530px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-buttom: auto;
}
.contain .contain-left {
  height: 480px;
  line-height: 480px;
  text-align: center;
}
.contain .contain-left img {
  width: 334px;
  height: 263px;
}
.contain .contain-right {
  height: 480px;
  text-align: center;
}
.contain .contain-right > .container {
  width: 312px;
  height: 450px;
  margin-top: 15px;
  margin-left: 0;
  border-radius: 3px;
  border: 1px solid #CCCCCC;
  /*******商家登陆*********/
  /*******商家登陆*********/
  /***运营中心与小区：旧**/
  /***运营中心与小区**/
}
.contain .contain-right > .container .contain-right-text {
  height: 60px;
  font: normal 30px "微软雅黑", sans-serif;
  color: orangered;
  line-height: 60px;
  text-align: left;
}
.contain .contain-right > .container .retrievePassword,
.contain .contain-right > .container .retrievePassword:hover {
  font-weight: normal;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #427fed;
  cursor: pointer;
  text-decoration: none;
}
.contain .contain-right > .container .form-group {
  margin: 25px 0;
}
.contain .contain-right > .container .last,
.contain .contain-right > .container .hq-last {
  margin-top: 130px;
}
.contain .contain-right > .container .btn-login {
  width: 100%;
}
.contain .contain-right > .container .store-citytext > span {
  font: normal 15px "微软雅黑", sans-serif;
}
.contain .contain-right > .container .store-citytext > a {
  color: #666666;
}
.contain .contain-right > .container .orangered {
  font-size: 15px;
  font-weight: normal;
  color: orangered;
}
.contain .contain-right > .container .gery {
  font-size: 15px;
  font-weight: normal;
  color: #666666;
}
.contain .contain-right > .container .text-title {
  font: bold 18px "微软雅黑", sans-serif;
  height: 60px;
  color: orangered;
  line-height: 60px;
  text-align: center;
  cursor: default;
}
.contain .contain-right > .container .text-branch,
.contain .contain-right > .container .text-garden {
  font: bold 18px "微软雅黑", sans-serif;
  height: 60px;
  color: orangered;
  line-height: 60px;
  text-align: center;
  cursor: default;
  cursor: pointer;
}
.contain .contain-right > .container .border-bottom-orangered {
  border-bottom: 1px solid #ff4500;
}
@media (max-width: 970px) {
  .contain .contain-left {
    display: none;
  }
  .contain .contain-right {
    margin-left: 25%;
  }
}
.navbar-bottom {
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 16px;
  border-top: 2px solid #F9F9F9;
}
/**loading的效果样式**/
.dotting {
  display: inline-block;
  min-width: 2px;
  min-height: 2px;
  box-shadow: 2px 0 currentColor, 6px 0 currentColor, 10px 0 currentColor;
  -webkit-animation: dot 1s infinite step-start both;
  animation: dot 1s infinite step-start both;
}
.dotting:before {
  content: '...';
}
/* IE8 */
.dotting::before {
  content: '';
}
:root .dotting {
  margin-right: 8px;
}
/* IE9+,FF,CH,OP,SF */
@-webkit-keyframes dot {
  25% {
    box-shadow: none;
  }
  50% {
    box-shadow: 2px 0 currentColor;
  }
  75% {
    box-shadow: 2px 0 currentColor, 6px 0 currentColor;
  }
}
@keyframes dot {
  25% {
    box-shadow: none;
  }
  50% {
    box-shadow: 2px 0 currentColor;
  }
  75% {
    box-shadow: 2px 0 currentColor, 6px 0 currentColor;
  }
}
/**TODO：這裡要修改**/
#mycity {
  cursor: pointer;
}
