* {
    margin: 0px;
    padding: 0px;
}
html, body {
    font-size: 12px;
    width: 100%;
    height:100%;
}

::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}
::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 5px solid transparent;
}
::-webkit-scrollbar-track {
  box-shadow: 1px 1px 5px rgba(0,0,0,.2) inset;
}
::-webkit-scrollbar-thumb {
  min-height: 20px;
  background-clip: content-box;
  box-shadow: 0 0 0 5px rgba(0,0,0,.2) inset;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

.top {
    height: 30px;
    background-color: #f7f7f7;
    color: #a0a0a0;
}
.width1200{
    width: 1200px;
}
.routerLink{
  text-decoration: none;
  color: #3a3a3a;
}
.topChild {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #a0a0a0;
  margin: 0 20px;
  cursor: pointer;
}
.topMessageNum .el-badge__content {
    top: 15px !important;
}
.hand {
    cursor: pointer;
}

.header {
    color: #a0a0a0;
}

.header_btn {
  display: inline-block;
  width: 100px;
  height: 39px;
  line-height: 38px;
  text-align: center;
  background-color: #8fc31f;
  color: #ffffff;
  font-size: 16px;
  margin-top:-1px;
}

.home {
    float: left;
    width: 100%;
    color: #1b1b1b;
    background-repeat: no-repeat;
    background-color: #f7f7f7;
}
.home .el-carousel__indicators{
    z-index: 3;
}
.mineBtn {
    width: 268px;
    margin-top: 1px;
    background-color: #ffffff;
    height: 64px;
    line-height: 64px;
    cursor: pointer;
    color: #3a3a3a;
}
.home_list {
    border-bottom: 1px solid #a0a0a0;
    padding: 15px 20px;
}
.home_list:hover, .mineBtn:hover {
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}
.boutiqueBtn {
    float: right;
    color: #ffffff;
    background-color: #f27713;
    width: 80px;
    height: 30px;
    line-height: 30px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    text-align: right;
    cursor: pointer;
}
.myFooter {
    width: 100%;
    height: 300px;
    float: left;
    background-color: #3a3a3a;
    border-top: 40px solid #f7f7f7;
}
.footerList {
    width: 200px;
    float: left;
    line-height:30px;
    text-align:left;
    margin-top: 40px;
}
.footerTitle {
    font-size: 14px;
    color: #ffffff;
}
.footerText {
    font-size: 12px;
    color: #a0a0a0;
}
.copyright {
    width: 1000px;
    text-align: center;
    color: #a0a0a0;
    font-size: 16px;
    float: left;
    margin-top: 100px;
    font-size: 14px;
}

.loginPage .myFooter{
    background-color: #ffffff;
    border: 0px;

}
.loginPage .home {
    background-image: url(../image/bg2.png);
    background-color: #ffffff;
    background-size: cover;
}
.loginPage .footerTitle {
    color: #4b4b4b;
}

.filterUl {
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  cursor: pointer;
  color: #3a3a3a;
}
.filterUl.active {
  color: #f27713;
}
.filterUl :hover {
  color: #f27713;
}
.filterUl span {
  display: inline-block;
  width: 70px;
}
.filterUl i {
  margin-left: 100px;
}
.filterLi {
  padding: 0 0 0 35px;
  color: #3a3a3a;
}
.filterLi div {
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  color: #3a3a3a;
}
.filterLi div.active {
  color: #f27713;
}
.filterLi div:hover {
  color: #f27713;
}

.personalBtn.active {
  border-color: #f27713;
  color: #f27713;
}

.detailsTab {
  width: 100px;
  height: 40px;
  display: inline-block;
  background-color: #ffffff;
  text-align: center;
  line-height: 40px;
  border-bottom: 2px solid #ffffff;
  cursor: pointer;
}
.avatar-uploader .el-upload {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background-color: #fbfdff;
}
.avatar-uploader .el-upload:hover {
  border-color: #f27713;
}

.avatar-uploader-icon {
  font-size: 28px;
  color: #8c939d;
  width: 148px;
  height: 148px;
  line-height: 148px !important;
  text-align: center;
}

.avatar {
  width: 148px;
  height: 148px;
  display: block;
}
