.topHeader {
  width: 100%;
  height: 80px;
  background: #fff;
  padding: 0px 15%;
  box-sizing: border-box;
}
.topHeader .icon {
  margin-top: 15px;
}
.topHeader .loginAndRegister {
  float: right;
  height: 80px;
  color: #FF0000;
  cursor: pointer;
}
.topHeader .loginAndRegister .withoutLogin {
  display: none;
  line-height: 80px;
}
.topHeader .loginAndRegister .withoutLogin img {
  width: 26px;
  position: relative;
  top: 6px;
  left: -3px;
}
.topHeader a {
  float: right;
  margin-top: 23px;
  cursor: pointer;
}
.topHeader a button {
  outline: none;
  border: 1px solid #d51203;
  padding: 0px 8px;
  background: #fff;
  margin-left: 10px;
  color: #d51203;
  height: 34px;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
}
.topHeader a #register {
  width: 70px;
  background: #d51203;
  color: #fff;
}
.topHeader a #loginSrt {
  width: 120px;
}
.topHeader .call {
  float: right;
  height: 80px;
  line-height: 80px;
}
.topHeader .call img {
  position: relative;
  top: 0px;
  left: -3px;
}
.topHeader .loginStateBox {
  float: right;
  padding: 0px 0px 0px 60px;
  height: 80px;
  line-height: 80px;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
.topHeader .loginStateBox .avatar {
  width: 30px;
  margin-right: 5px;
}
.topHeader .loginStateBox .downArrow {
  position: relative;
  top: -2px;
  right: -4px;
}
.topHeader .loginStateBox .logout {
  padding: 8px 36px;
  font-size: 14px;
  color: #D51203;
  position: absolute;
  top: 63px;
  right: -12px;
  z-index: 2;
  background: #fff;
  height: 40px;
  line-height: 40px;
  box-shadow: -1px -1px 10px -6px #000;
  display: none;
  width: 60px;
}
.topHeader .loginStateBox:hover .logout {
  display: block;
}

.headerNav {
  width: 100%;
  height: 64px;
  background: #f2f3f4;
  padding: 0px 15%;
  box-sizing: border-box;
  transition: all .5s;
  z-index: 999;
}
.headerNav .scrollImg {
  float: left;
  width: 0px;
  height: 64px;
  text-align: center;
  margin-right: 10px;
  overflow: hidden;
  transition: all .5s;
  opacity: 0;
}
.headerNav .scrollImg img {
  width: 45px;
  margin-top: 10px;
}
.headerNav #nav {
  float: left;
}
.headerNav #nav a {
  cursor: pointer;
}
.headerNav #nav li {
  padding: 0px 10px;
  height: 61px;
  line-height: 61px;
  float: left;
  text-align: center;
  margin-right: 30px;
  color: #333;
  font-size: 14px;
}
.headerNav #nav li:hover {
  border-bottom: 3px solid #d51203;
}
.headerNav #nav #jumpToLoansCenter {
  cursor: pointer;
}
.headerNav .buttons {
  float: right;
  padding-top: 15px;
  margin-left: 10px;
  height: 49px;
  overflow: hidden;
  width: 0px;
  transition: all .5s;
  white-space: nowrap;
}
.headerNav .buttons .withoutLogin {
  display: none;
  padding-left: 30px;
  color: #D51203;
  cursor: pointer;
}
.headerNav .buttons .withoutLogin img {
  width: 26px;
  position: relative;
  top: 6px;
  left: -3px;
}
.headerNav .buttons button {
  outline: none;
  border: 1px solid #d51203;
  padding: 0px 8px;
  background: #fff;
  margin-left: 10px;
  color: #d51203;
  height: 34px;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
}
.headerNav .buttons #registerBtn {
  width: 80px;
  background: #d51203;
  color: #fff;
}
.headerNav .buttons #loginSrtBtn {
  width: 80px;
}
.headerNav .call {
  float: right;
  height: 64px;
  line-height: 64px;
  color: #d51203;
  font-size: 16px;
}
.headerNav .call img {
  position: relative;
  top: 5px;
  left: -4px;
}

/*# sourceMappingURL=header.css.map */
