.footPage {
  border-top: 1px solid #eeeeee;
  text-align: left;
  background: #ffffff;
  position: relative;
  z-index: 3;
}
.footPage .footContainer {
  width: 1076px;
  margin: 0 auto;
}
.footPage .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footPage .main .logo {
  width: 300px;
  margin-top: 12px;
}
.footPage .main .logo img {
  display: block;
  margin: 0 0 11px -1px;
  width: 108px;
}
.footPage .main .logo p {
  font-size: 12px;
  line-height: 18px;
  color: #666666;
}
.footPage .main .logo .intro {
  margin-bottom: 11px;
  letter-spacing: 0.5px;
}
.footPage .main .logo .address {
  margin: 3px 0 0;
}
.footPage .main .funcs {
  width: 400px;
  padding-left: 59px;
}
.footPage .main .funcs .title {
  font-size: 16px;
  line-height: 20px;
  color: #424242;
  margin: 19px 0 6px 0;
}
.footPage .main .funcs .funcsContainer a {
  font-size: 12px;
  line-height: 24px;
  color: #424242;
  position: relative;
  margin: 8px 64px -1px 0;
  float: left;
  width: 112px;
  margin-right: 0px;
}
.footPage .main .funcs .funcsContainer a:nth-child(3n + 2) {
  width: 135px;
}
.footPage .main .funcs .funcsContainer a:hover {
  color: #ff6d0c;
}
.footPage .main .funcs .funcsContainer a:active {
  color: #cc6a29;
}
.footPage .main .funcs .funcsContainer a .hot {
  background: url("../imgs/foot/hotIcon.png") no-repeat center;
  width: 23px;
  height: 13px;
  position: absolute;
  right: -27px;
  top: -1px;
}
.footPage .main .connect {
  width: 258px;
  padding-top: 36px;
}
.footPage .main .connect .connectImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 17px;
}
.footPage .main .connect .connectImg li {
  position: relative;
}
.footPage .main .connect .connectImg li:hover .el-popover {
  display: block;
}
.footPage .main .connect .connectImg .el-popover {
  position: absolute;
  left: 50%;
  top: -101px;
  display: none;
}
.footPage .main .connect .connectImg .icons {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #dddddd;
  text-align: center;
  cursor: pointer;
}
.footPage .main .connect .connectImg .icons:hover {
  background-color: #cccccc;
}
.footPage .main .connect .connectImg .icons .feedBack {
  width: 20px;
  height: 18px;
  display: block;
  margin: 0 auto;
  padding-top: 12px;
}
.footPage .main .connect .connectImg .icons .connect {
  width: 26px;
  height: 26px;
  display: block;
  margin: 0 auto;
  padding-top: 8px;
}
.footPage .main .connect .connectImg .icons .email {
  width: 24px;
  height: 18px;
  display: block;
  margin: 0 auto;
  padding-top: 13px;
}
.footPage .main .connect .connectImg .icons .wx {
  width: 25px;
  height: 21px;
  display: block;
  margin: 0 auto;
  padding-top: 11px;
}
.footPage .main .connect .connectImg .icons .qw {
  width: 27px;
  height: 22px;
  margin: 0 auto;
  display: block;
  padding-top: 10px;
}
.footPage .main .connect .connectImg a {
  outline: none;
}
.footPage .main .connect .fileNum {
  font-size: 20px;
  color: #424242;
  font-weight: bold;
  text-align: center;
}
.footPage .main .connect .fileTitle {
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 3px;
  color: #424242;
  padding-left: 12px;
  text-align: center;
}
.footPage .main .connect .fileTitle .line {
  width: 9px;
  height: 1px;
  background-color: #444444;
  display: inline-block;
  margin: 5px 5px 5px -4px;
}
.footPage .friendLink {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  color: #999999;
  text-align: center;
  padding: 24px 0 0 22px;
}
.footPage .friendLink a {
  display: inline-block;
  color: #999999;
  margin-right: 23px;
}
.footPage .friendLink a:hover {
  color: #ff6d0c;
}
.footPage .friendLink a:active {
  color: #cc6a29;
}
.footPage .record {
  font-size: 12px;
  line-height: 44px;
  letter-spacing: 2px;
  color: #bbbbbb;
  text-align: center;
}
.footPage .record a {
  color: #bbbbbb;
}
.footPage .record a:hover {
  color: #ff6d0c;
}
.footPage .record a:active {
  color: #cc6a29;
}
.footPage .record img {
  margin-bottom: -5px;
}
.footPage .shareBar .title {
  font-size: 16px;
  color: #333;
  line-height: 1.313;
  margin: 0;
}
.footPage .shareBar .info {
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
  margin: 0;
}
.el-popper .popper__arrow,
.el-popper .popper__arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  bottom: -14px;
}
.el-popper .popper__arrow {
  bottom: -14px;
  left: 50%;
  margin-right: 3px;
  border-top-color: #ebeef5;
  border-bottom-width: 0;
}
.el-popper {
  margin-bottom: 13px;
}
.el-popper .popper__arrow {
  border-width: 7px;
  -webkit-filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
}

.el-popper .popper__arrow:after {
  content: " ";
  border-width: 7px;
}
.el-popper .popper__arrow:after {
  bottom: 0;
  margin-left: -7px;
  border-top-color: #fff;
  border-bottom-width: 0;
}
.el-popover {
  position: absolute;
  background: #fff;
  min-width: 150px;
  border-radius: 4px;
  padding: 12px;
  z-index: 2000;
  color: #666;
  line-height: 1.4;
  text-align: justify;
  font-size: 14px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  word-break: break-all;
}

.el-popover--plain {
  padding: 18px 20px;
}

.el-popover__title {
  color: #303133;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 12px;
}

.el-popover:focus,
.el-popover:focus:active,
.el-popover__reference:focus:hover,
.el-popover__reference:focus:not(.focusing) {
  outline-width: 0;
}
