.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.avatar {
  position: relative;
  width: 56px;
  height: 56px;
  margin-right: 20px;
  margin-top: 5px;
  transition: all 0.2s;
}
.avatar .userAvatarOrnamentImg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130%;
  transform: translate(-50%, -42%);
  z-index: 1;
}
.avatar .userAvatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.avatar .userAvatar.official-avatar {
  border: 2px solid #3DC6EA;
}
.avatar .official-icon {
  position: absolute;
  bottom: -10px;
  left: -10%;
  width: 70px;
  height: auto;
  z-index: 2;
}
.avatar:hover {
  transform: scale(1.35) translateY(-5px);
  z-index: 999;
}

.home-header {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #F6F8F9;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  min-width: 1400px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.2s;
}
.home-header .logo-header {
  height: 55px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-header .logo-header img {
  height: 40px;
}
.home-header .logo-header span.anticon.anticon-bars {
  font-size: 60px;
  margin-right: 20px;
}
.home-header .tab-list {
  width: 550px;
  display: flex;
  margin-left: 50px;
  position: relative;
}
.home-header .tab-list span {
  width: 20%;
  line-height: 55px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #959798;
  cursor: pointer;
}
.home-header .tab-list span > a {
  display: inline-block;
  width: 100%;
  height: 55px;
}
.home-header .tab-list span > a:hover > span {
  color: #3DC6EA !important;
}
.home-header .tab-list span:hover {
  color: #3DC6EA !important;
}
.home-header .tab-list .acitve {
  color: #343638;
}
.home-header .tab-list .line {
  position: absolute;
  top: 42px;
  left: 30px;
  width: 52px;
  height: 2px;
  border-radius: 3px;
  background: #3DC6EA;
  transition: all 0.4s;
}
.home-header .tab-list .line2 {
  left: 180px;
  width: 180px;
}
.home-header .tab-list .line3 {
  left: 407px;
  width: 89px;
}
.home-header .search-login-signup {
  display: flex;
  align-items: center;
}
.home-header .search-login-signup .ant-input {
  width: 160px;
  border-radius: 6px;
  padding-right: 30px;
}
.home-header .search-login-signup .anticon-search {
  position: absolute;
  top: 9px;
  right: 10px;
  color: #CBD0D3;
}
.home-header .search-login-signup .login-button {
  width: 80px;
  height: 33px;
  border: none;
  background-color: #3DC6EA;
  border-radius: 6px;
  color: #fff;
  margin-left: 24px;
}
.home-header .search-login-signup .signup-button {
  width: 80px;
  height: 33px;
  border: none;
  background-color: #FA6980;
  border-radius: 6px;
  color: #fff;
  margin-left: 24px;
}
.home-header .userInfo {
  display: flex;
  align-items: center;
  margin-left: 36px;
}
.home-header .userInfo .lingdang {
  position: relative;
  font-size: 22px;
  color: #A6ADB4;
  margin-right: 34px;
  cursor: pointer;
}
.home-header .userInfo .lingdang > span {
  position: absolute;
  top: 0px;
  right: 0px;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #FF4D4D;
}
.home-header .userInfo .userName {
  transform: translateY(-1px);
  color: #959798;
  font-weight: bold;
  font-size: 14px;
  margin-left: 12px;
  cursor: pointer;
}
.home-header .userInfo .log-out {
  margin-left: 14px;
  font-size: 19px;
  transform: translateY(-1px);
  cursor: pointer;
}
.home-header .userInfo .log-out:hover {
  color: red;
}
.home-header-hidden {
  transform: translateY(-55px);
}

.suspense-loading {
  display: flex;
  padding-top: 55px;
  justify-content: center;
  height: 100vh;
}
.renogy-logo {
  display: flex;
  justify-content: center;
}
.renogy-logo img {
  -webkit-animation: anima_swing 2s infinite;
          animation: anima_swing 2s infinite;
  transform-origin: 50% 0%;
}
@-webkit-keyframes anima_swing {
  30% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
  60% {
    -webkit-transform: rotate(-2deg);
  }
  70% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes anima_swing {
  30% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
  60% {
    -webkit-transform: rotate(-2deg);
  }
  70% {
    -webkit-transform: rotate(0deg);
  }
}

.app-error-boundary {
  box-sizing: border-box;
  min-height: 100vh;
  min-width: 1200px;
  padding: 240px 24px 40px;
  background: #f6f8f9;
  color: #131415;
  text-align: center;
}
.app-error-boundary h1 {
  margin: 0;
  font-size: 30px;
}
.app-error-boundary p {
  margin: 16px 0 24px;
  color: #666;
  font-size: 16px;
}
.app-error-boundary-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
}
.main-container {
  min-width: 1200px;
  background-color: #F6F8F9;
}
.ant-scrolling-effect {
  width: 100%!important;
  overflow: visible!important;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  background-color: #F6F8F9;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
#root {
  margin: 0;
  box-sizing: border-box;
  font-family: Helvetica;
  background-color: #F6F8F9;
}

