.file-upload {
  display: none;
  width: 50px;
  height: 50px;
}

a {
  text-decoration: none;
}

.avatar-img {
  /* width: 30px;
  height: 30px; */
  width: 19px;
  height: 19px;
  background: #DDDDDD;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
}

.avatar-img div {
  width: 100%;
  height: 100%;
}

.avatar-img .img {
  width: 100%;
  height: 100%;
  text-align: center;
  object-fit: cover;
  /* line-height: 0px; */
  /* padding-top: 10px; */
  z-index: 9999;
  /* vertical-align: middle; */
}

.avatar-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.avatar-img .wrap {
  position: absolute;
  bottom: 0;
  left: 3%;
  width: 88px;
  border-radius: 100%;
  overflow: hidden;
  height: 92px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 94%;
  margin: 20px auto;
}

.head_right {
  display: flex;
  align-items: center;
}
.head_right>div {
  margin-left: 10px;
}
.head_right>div a {
  display: flex;
}
/* .head_right .us {
  margin-right: 15px;
} */

.head_right .chain {
  display: flex;
  align-items: center;
  margin-right: 5px;
}

.head_right .chain div:nth-child(2) {
  /* width: 50px; */
  font-size: 11px;
  margin-left: 10px;
  margin-right: 5px;
}

.search {
  width: 94%;
  margin: 0 auto;
  position: relative;
  margin-top: 40px;
  padding-top: 2px;
}

.search input {
  border: 1px solid #BE0022;
  border-radius: 5px;
  width: 80%;
  height: 33px;
  padding: 0 35px;
  margin-top: 0;
}

.search img {
  width: 4.5%;
  position: absolute;
  /* top: 17%; */
  left: 3%;
  top:0;
  bottom:0;
  margin: auto 0;
}

.second {
  background-color: #fff;
  padding-bottom: 10px;
  /*position: absolute;*/
  position: fixed;
  width: 100%;
  /*height: auto;*/
  left: 0;
  /*top: 32px;*/
  z-index: 999;
  
  height: calc(100vh - 66px);
}

/* .second:after, */
/* .loginMenu:after{
  content: '';
  position: absolute;
  left: 0;
  background-color: #D0D0D0;
  height: 1px;
  width: 100%;
  top: 0;
} */

.divider{
  margin: 12px auto;
  background-color: #D0D0D0;
  height: 1px;
  width: 90%;
}

.second .second-box {
  width: 94%;
  margin: 0 auto;
}

.right_click {
  width: 19px;
  height: 19px;
}

.second .second-box .second-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 0 15px; */
  padding: 15px 0;
  border-bottom: 1px dashed #D0D0D0;
}

.second .second-box .second-cont {
  padding: 0 15px;
  font-size: 13px;
  border-bottom: 1px dashed #D0D0D0;

}

.second .second-box .second-flex .second_title {
  font-weight: bold;
  font-size: 14px;
  text-transform: capitalize;
}

.second .second-box .second-flex .second_title a {
  color: #333;
  font-size: 12px;
}

.second .second-box .second-cont p {
  padding: 15px 0;
}

.second .second-box .second-cont p a {
  color: #333;
  font-weight: 600;
}

.second .second-box .second-cont ul li {
  padding-bottom: 10px;
  width: 100%;
  width: fit-content;
  /*width: 167px;
   overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
}

.second .second-box .second-cont ul li::after {
    content: "|";
    padding: 0 10px;
}
.second .second-box .second-cont ul li:last-child::after {
    display: none;
}

.second .second-box .second-cont ul li a {
  color: #666;
}

.second .second-box .second-cont ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.menu-bottom{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.menu-bottom p,.menu-bottom .iconGroup{
  width: 90%;
  margin: 14px auto;
}
.menu-bottom p{
  font-size: 15px;
  line-height: 1.6;
}
.menu-bottom .iconGroup{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.menu-bottom .iconGroup img{
  vertical-align: top;
}
.menu-bottom .iconGroup img{
  vertical-align: top;
  width: 40px;
  height: 40px;
}