.footer {
  background-size: cover;
  background-repeat: no-repeat;
}

.footer .brand {
  text-align: center;
  padding: 40px 0;
  color: #fff;
  margin-bottom: 40px;
  border-bottom: 1px solid #fff;
}

.footer .brand .slogan {
  font-size: 36px;
  color: #FFFFFF;
  line-height: 42px;
}

.footer .brand .slogan span{
  color: #FDC900;
}

.footer .brand .sub-slogan {
  font-size: 18px;
  color: #FFFFFF;
  margin: 25px 0;
}

.footer .brand .register {
  width: 190px;
  height: 50px;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 50px;
  margin: 0 auto;
  display: block;
}

.footer .brand .register:hover {
  background-color: rgba(255, 255, 255, .1);
}

.footer .content {
  width: 1200px;
  margin: 0 auto;
}

.footer .content .link-info {
  padding-right: 150px;
}

.footer .content .link-info .logo {
  width: 130px;
  margin-bottom: 30px;
}

.footer .content .link-info .iconfont {
  font-size: 20px;
  color: #fff;
  margin-right: 15px;
}

.footer .content .link-info .phone {
  font-size: 18px;
  font-weight: bold;
  color: #CFCFF8;
}

.footer .content .link-info .qq {
  font-size: 14px;
  color: #CFCFF8;
}

.footer .content .menu .title {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}

.footer .content .menu a {
  font-size: 12px;
  display: block;
  color: #CFCFF8;
  margin-top: 15px;
}

.footer .content .menu a:hover{
  color: #fff;
}

.footer .content .code {
  display: flex;
  justify-content: space-between;
}

.footer .content .code .code-type {
  text-align: center;
  margin-left: 30px;
}

.footer .content .code img {
  width: 100px;
  height: 100px;
  border-radius: 4px;
}

.footer .content .code .code-name {
  font-size: 14px;
  color: #CFCFF8;
  margin-top: 10px;
}

.footer .copyright {
  font-size: 12px;
  color: #FFFFFF;
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 14px 0;
  text-align: center;
  margin-top: 30px;
  line-height: 24px;
}

.footer .copyright a{
  color: #fff;
  font-size: 12px;
  display: inline-block;
}

.footer .copyright img{
  width: 18px;
  height: 18px;
  line-height: 24px;
}

.right-bars {
  position: fixed;
  right: 0;
  bottom: 200px;
}

.right-bars .tool {
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin-bottom: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.right-bars .tool:hover {
  background: #f8faff;
}

.right-bars .tool .tool-box {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 20px;
  display: none;
}

.right-bars .tool:hover .tool-box {
  display: block;
}

.right-bars .tool .wx-code {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  text-align: center;
  padding: 20px 25px;
}

.right-bars .tool .wx-code .code-type {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 160px;
  text-align: center;
  align-self: stretch;
}

.right-bars .tool .wx-code img {
  width: 160px;
  height: 160px;
}

.right-bars .tool .wx-code .code-name {
  font-size: 16px;
  color: #999999;
}

.right-bars .tool .qq-info {
  width: 200px;
  height: 150px;
  background: #FFFFFF;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  text-align: center;
}

.right-bars .tool .qq-info .qq-title {
  width: 200px;
  height: 52px;
  background: #EFF4FF;
  border-radius: 6px;
  line-height: 52px;
  font-size: 16px;
  color: #333333;
}

.right-bars .tool .qq-info .qq-num {
  font-size: 24px;
  font-weight: bold;
  color: #236AE3;
  line-height: 50px;
}


.right-bars .tool .qq-info .qq-btn {
  width: 98px;
  height: 30px;
  background: #236AE3;
  border-radius: 6px;
  font-size: 14px;
  color: #FFFFFE;
  line-height: 30px;
  display: inline-block;
}

.right-bars .tool.top {
  color: #236AE3;
  position: relative;
}

.right-bars .tool.top svg {
  transform: rotate(-90deg);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  left: 0;
}

.right-bars .tool.top .progress {
  transition: all .3s;
}
