.web-footer {
  background-color: #F7EDD5;
  background-size: 100% 100%;
  height: 497rem;
}
.web-footer .footer-main {
  margin: 0 auto;
  height: 100%;
  background: url(/expert/web/icon/footer-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.web-footer .icon-wrap {
  display: flex;
  justify-content: center;
}
.web-footer .icon-wrap .icon-item {
  margin: 0 100rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.web-footer .icon-wrap .icon-item > div {
  width: 64rem;
  height: 64rem;
  border-radius: 100%;
  background-color: #a5721d;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8rem;
}
.web-footer .icon-wrap .icon-item > div:hover {
  cursor: pointer;
  background-color: #9a3312;
}
.web-footer .icon-wrap .icon-item > div img {
  width: 38rem;
}
.web-footer .icon-wrap .icon-item .hover-content {
  position: absolute;
  width: 144rem;
  height: 144rem;
  background: #fff;
  border-radius: 18rem;
  left: -58rem;
  top: -196rem;
  z-index: 3;
  color: red;
  padding: 18rem;
  display: none;
}
.web-footer .icon-wrap .icon-item .hover-content img {
  width: 100%;
  height: 100%;
}
.web-footer .icon-wrap .icon-item .hover-content::after {
  content: '';
  background-color: #fff;
  position: absolute;
  margin-left: -76rem;
  bottom: -10rem;
  z-index: 2;
  border: solid 10rem #eedaaf;
  border-left-width: 4rem;
  border-right-width: 4rem;
  border-top-color: #fff;
  border-bottom: none;
}
.web-footer .icon-wrap .icon-item:hover .hover-content {
  display: block;
}
.web-footer .icon-wrap .icon-item span {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 18rem;
  color: #5a5a5a;
  text-align: left;
}
.web-footer .link {
  overflow: hidden;
  width: 1028rem;
  margin: 24rem auto 0;
  font-size: 18rem;
  display: flex;
  line-height: 1.8;
}
.web-footer .link .title {
  height: 34rem;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 18rem;
  color: #5a5a5a;
  text-align: left;
  width: 92rem;
  margin-right: 27rem;
}
.web-footer .link .link-wrap {
  flex: 1;
  height: 34rem;
  display: flex;
}
.web-footer .link .link-wrap .icon-left,
.web-footer .link .link-wrap .icon-right {
  height: 34rem;
  cursor: pointer;
  user-select: none;
}
.web-footer .link .link-wrap .icon-left {
  margin-right: 20rem;
}
.web-footer .link .link-wrap .icon-right {
  margin-left: 20rem;
}
.web-footer .link .link-wrap .link-center {
  width: 800rem;
  height: 100%;
  overflow: hidden;
}
.web-footer .link .link-wrap .link-center .link-content {
  height: auto;
  overflow-y: hidden;
  white-space: nowrap;
  overflow-x: scroll;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  scrollbar-color: transparent transparent;
  scrollbar-track-color: transparent;
  -ms-scrollbar-track-color: transparent;
}
.web-footer .link .link-wrap .link-center .link-content::-webkit-scrollbar {
  height: 0 !important;
}
.web-footer .link .link-wrap a {
  height: 29rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 18rem;
  color: #5a5a5a;
  text-align: left;
  text-decoration: none;
  line-height: 30rem;
  padding-right: 20rem;
}
.web-footer .link .link-wrap a:hover {
  color: #9a3312;
}
.web-footer .contact {
  text-align: center;
  height: 15rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 18rem;
  color: #5a5a5a;
  margin-top: 26rem;
}
.web-footer .contact img {
  max-height: 15rem;
  margin-left: 21rem;
  vertical-align: middle;
}
.web-footer .button-wrap {
  margin-top: 25rem;
  margin-bottom: 29rem;
  cursor: pointer;
  user-select: none;
}
.web-footer .button-wrap a {
  text-decoration: none;
}
.web-footer .button-wrap div {
  width: 318rem;
  height: 50rem;
  border: 1rem solid #5a5a5a;
  border-radius: 3rem;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 20rem;
  color: #5a5a5a;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.web-footer .button-wrap div img {
  width: 21rem;
  height: 26rem;
  margin-left: 5rem;
}
.fix-back {
  position: fixed;
  right: 40rem;
  bottom: 40rem;
  width: 64rem;
  height: 148rem;
  padding: 3rem 3rem;
  background: url(/expert/web/static/back/background.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 999;
}
.fix-back .back-top,
.fix-back .back-prev {
  width: 100%;
  height: 74rem;
  position: relative;
  text-align: center;
  cursor: pointer;
  color: #9a3312;
}
.fix-back .back-top::after,
.fix-back .back-prev::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 16rem;
}
.fix-back .back-top:hover,
.fix-back .back-prev:hover {
  color: #fffaeb;
}
.fix-back .back-top::after {
  content: '顶部';
  background: url(/expert/web/static/back/top.png) no-repeat center 16rem;
  background-size: 30rem auto;
  padding-top: 48rem;
}
.fix-back .back-top:hover {
  background: url(/expert/web/static/back/top_hover_bg.png) no-repeat center;
  background-size: 100% 100%;
}
.fix-back .back-top:hover::after {
  content: '顶部';
  background-image: url(/expert/web/static/back/top_hover.png);
}
.fix-back .back-prev {
  text-indent: -999rem;
  overflow: hidden;
  display: block;
}
.fix-back .back-prev::after {
  text-indent: 0rem;
  content: '返回';
  background: url(/expert/web/static/back/back.png) no-repeat center 10rem;
  background-size: 30rem auto;
  padding-top: 48rem;
}
.fix-back .back-prev:hover {
  background: url(/expert/web/static/back/back_hover_bg.png) no-repeat center;
  background-size: 100% 100%;
}
.fix-back .back-prev:hover::after {
  content: '返回';
  background-image: url(/expert/web/static/back/back_hover.png);
}
.icplink img,
.icplink p {
  display: inline;
  color: #5a5a5a;
}
