.icon-CaiDan:before {
  content: "\e915";
  color: #fff;
}
.header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.header:hover {
  background-color: #323338;
}
.header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50px;
  margin-top: -1px;
  width: 100%;
  height: 1px;
  background-color: #747475;
  z-index: -1;
}
.header .the-navi {
  height: 50px;
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  border-bottom: solid 1px transparent;
}
.header .the-navi .the-left {
  float: left;
  padding: 6px 11px 4px 11px;
  position: relative;
}
.header .the-navi .the-left img {
  width: 180px;
  height: 35px;
}
.header .the-navi .the-left a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.header .the-navi .the-left:hover {
  background: rgba(255, 255, 255, 0.05);
}
.header .the-navi .the-right {
  float: right;
  height: 50px;
  line-height: 50px;
}
.header .the-navi .the-right li {
  display: inline-block;
  color: #ffffff;
  padding: 0 10px;
  font-size: 14px;
}
.header .the-navi .the-right li.select-item {
  background-color: rgba(255, 255, 255, 0.05);
}
.header .the-navi .the-right li.select-item a {
  color: #029bfc;
}
.header .the-navi .the-right li a {
  color: #ffffff;
  font-size: 14px;
}
.header .the-navi .the-right li:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.header .the-navi .the-right li:hover a {
  color: #029bfc;
}
.header .the-navi .the-right li:hover .navi-detail {
  display: block;
}
.header .the-navi .the-right li .icon-download {
  cursor: pointer;
  margin-right: 5px;
}
.header .the-navi .the-right li .icon-download:before {
  content: '\e905';
  font-size: 12px;
  color: #fff;
}
.header .the-navi .the-right li:nth-last-child(1) {
  cursor: pointer;
  background-color: #029bfc;
  position: relative;
}
.header .the-navi .the-right li:nth-last-child(1) .qr-code {
  position: absolute;
  top: 50px;
  right: 0;
  width: 170px;
  height: 170px;
  box-shadow: 1px 0 1px #939497, -1px 0 1px #939497, 0 1px 1px #939497;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
}
.header .the-navi .the-right li:nth-last-child(1) .qr-code:before {
  position: absolute;
  right: 55px;
  top: 0;
  margin-top: -20px;
  content: '';
  width: 0;
  height: 0;
  border-top: solid 10px transparent;
  border-left: solid 5px transparent;
  border-bottom: solid 10px #fff;
  border-right: solid 5px transparent;
}
.header .the-navi .the-right li:nth-last-child(1) .qr-code img {
  width: 140px;
  height: 140px;
  float: left;
  margin: 15px;
}
.header .the-navi .the-right li:nth-last-child(1) .qr-code .left-qr,
.header .the-navi .the-right li:nth-last-child(1) .qr-code .right-qr {
  height: 70px;
  line-height: 70px;
  float: left;
  text-align: left;
  position: relative;
}
.header .the-navi .the-right li:nth-last-child(1) .qr-code .left-qr .icon-android,
.header .the-navi .the-right li:nth-last-child(1) .qr-code .right-qr .icon-android,
.header .the-navi .the-right li:nth-last-child(1) .qr-code .left-qr .icon-ios,
.header .the-navi .the-right li:nth-last-child(1) .qr-code .right-qr .icon-ios {
  position: absolute;
  color: #333333;
  font-size: 26px;
  margin-right: 10px;
}
.header .the-navi .the-right li:nth-last-child(1) .qr-code .left-qr .icon-android,
.header .the-navi .the-right li:nth-last-child(1) .qr-code .right-qr .icon-android {
  left: 43px;
}
.header .the-navi .the-right li:nth-last-child(1) .qr-code .left-qr .icon-android:before,
.header .the-navi .the-right li:nth-last-child(1) .qr-code .right-qr .icon-android:before {
  content: '\e90f';
}
.header .the-navi .the-right li:nth-last-child(1) .qr-code .left-qr .icon-ios,
.header .the-navi .the-right li:nth-last-child(1) .qr-code .right-qr .icon-ios {
  left: 30px;
}
.header .the-navi .the-right li:nth-last-child(1) .qr-code .left-qr .icon-ios:before,
.header .the-navi .the-right li:nth-last-child(1) .qr-code .right-qr .icon-ios:before {
  content: '\e90e';
}
.header .the-navi .the-right li:nth-last-child(1) .qr-code .left-qr {
  width: 106px;
  padding-left: 76px;
}
.header .the-navi .the-right li:nth-last-child(1) .qr-code .right-qr {
  padding-left: 60px;
  width: 90px;
}
.header .the-navi .caidan {
  line-height: 50px;
  display: none;
  float: right;
}
.header .the-navi .navboxs {
  display: none;
}
.header .navi-detail {
  display: none;
  background-color: #323338;
  position: absolute;
  border-top: solid 1px #747475;
  top: 50px;
  left: 0;
  right: 0;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 0;
}
.header .navi-detail li {
  display: inline-block;
  padding: 0 12px;
  position: relative;
  height: 70px;
}
.header .navi-detail li a {
  color: #ffffff;
  font-size: 12px;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.header .navi-detail li a:hover {
  color: #029bfc;
}
.header .navi-detail li:after {
  content: '';
  background-color: #5b5c60;
  height: 6px;
  width: 1px;
  position: absolute;
  right: 0;
  top: 32px;
}
.header .navi-detail li:nth-last-child(1):after {
  width: 0;
  height: 0;
}
.footer {
  width: 100%;
  background-color: #323338;
}
.footer .footer-top {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}
.footer .footer-top:after {
  content: '';
  display: block;
  clear: both;
}
.footer .footer-top .footer-left {
  float: left;
  margin-top: 50px;
  position: relative;
}
.footer .footer-top .footer-left a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.footer .footer-top .footer-left img {
  max-width: 210px;
}
.footer .footer-top .footer-left .title {
  margin-top: 15px;
  font-size: 14px;
  color: #ffffff;
}
.footer .footer-top .footer-left .detail {
  font-size: 12px;
  color: #bdbdbd;
  margin-top: 15px;
}
.footer .footer-top .footer-right {
  max-width: 730px;
  float: right;
  margin-bottom: 50px;
}
.footer .footer-top .footer-right ul,
.footer .footer-top .footer-right > div {
  float: left;
}
.footer .footer-top .footer-right ul li,
.footer .footer-top .footer-right > div li {
  white-space: nowrap;
}
.footer .footer-top .footer-right ul li:nth-child(1):hover,
.footer .footer-top .footer-right > div li:nth-child(1):hover {
  text-decoration: none;
}
.footer .footer-top .footer-right ul.first-footer,
.footer .footer-top .footer-right > div.first-footer,
.footer .footer-top .footer-right ul.second-footer,
.footer .footer-top .footer-right > div.second-footer {
  width: 190px;
}
.footer .footer-top .footer-right ul.third-footer,
.footer .footer-top .footer-right > div.third-footer {
  margin-left: 60px;
  width: 150px;
}
.footer .footer-top .footer-right ul.fourth-footer,
.footer .footer-top .footer-right > div.fourth-footer {
  margin-top: 40px;
  width: 120px;
  margin-bottom: 55px;
}
.footer .footer-top .footer-right ul.fourth-footer .contact-way,
.footer .footer-top .footer-right > div.fourth-footer .contact-way {
  width: 120px;
  position: relative;
  margin-bottom: 18px;
}
.footer .footer-top .footer-right ul.fourth-footer .contact-way > div,
.footer .footer-top .footer-right > div.fourth-footer .contact-way > div {
  position: relative;
  display: inline-block;
}
.footer .footer-top .footer-right ul.fourth-footer .contact-way > div .icon-wechat,
.footer .footer-top .footer-right > div.fourth-footer .contact-way > div .icon-wechat,
.footer .footer-top .footer-right ul.fourth-footer .contact-way > div .icon-qq,
.footer .footer-top .footer-right > div.fourth-footer .contact-way > div .icon-qq,
.footer .footer-top .footer-right ul.fourth-footer .contact-way > div .icon-phone,
.footer .footer-top .footer-right > div.fourth-footer .contact-way > div .icon-phone {
  font-size: 20px;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 10px;
  color: #bdbdbd;
}
.footer .footer-top .footer-right ul.fourth-footer .contact-way > div .icon-phone,
.footer .footer-top .footer-right > div.fourth-footer .contact-way > div .icon-phone {
  margin-right: 10px;
}
.footer .footer-top .footer-right ul.fourth-footer .contact-way > div .icon-wechat:before,
.footer .footer-top .footer-right > div.fourth-footer .contact-way > div .icon-wechat:before {
  content: '\e900';
}
.footer .footer-top .footer-right ul.fourth-footer .contact-way > div .icon-qq:before,
.footer .footer-top .footer-right > div.fourth-footer .contact-way > div .icon-qq:before {
  content: '\e917';
}
.footer .footer-top .footer-right ul.fourth-footer .contact-way > div .icon-phone:before,
.footer .footer-top .footer-right > div.fourth-footer .contact-way > div .icon-phone:before {
  content: '\e902';
}
.footer .footer-top .footer-right ul.fourth-footer .contact-way > div .pop-wechat,
.footer .footer-top .footer-right > div.fourth-footer .contact-way > div .pop-wechat,
.footer .footer-top .footer-right ul.fourth-footer .contact-way > div .pop-qq,
.footer .footer-top .footer-right > div.fourth-footer .contact-way > div .pop-qq,
.footer .footer-top .footer-right ul.fourth-footer .contact-way > div .pop-phone,
.footer .footer-top .footer-right > div.fourth-footer .contact-way > div .pop-phone {
  position: absolute;
  left: 0;
  bottom: 40px;
  padding: 0 6px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background-color: #fff;
  font-size: 16px;
  color: #333333;
  border-radius: 6px;
  display: none;
}
.footer .footer-top .footer-right ul.fourth-footer .contact-way > div .pop-wechat:before,
.footer .footer-top .footer-right > div.fourth-footer .contact-way > div .pop-wechat:before,
.footer .footer-top .footer-right ul.fourth-footer .contact-way > div .pop-qq:before,
.footer .footer-top .footer-right > div.fourth-footer .contact-way > div .pop-qq:before,
.footer .footer-top .footer-right ul.fourth-footer .contact-way > div .pop-phone:before,
.footer .footer-top .footer-right > div.fourth-footer .contact-way > div .pop-phone:before {
  content: '';
  position: absolute;
  top: 37px;
  left: 0;
  width: 0;
  height: 0;
  border-top: solid 5px #fff;
  border-left: solid 5px transparent;
  border-bottom: solid 5px transparent;
  border-right: solid 5px transparent;
}
.footer .footer-top .footer-right ul.fourth-footer .contact-way > div .pop-qq,
.footer .footer-top .footer-right > div.fourth-footer .contact-way > div .pop-qq {
  width: 192px;
  margin-left: -78px;
}
.footer .footer-top .footer-right ul.fourth-footer .contact-way > div .pop-qq:before,
.footer .footer-top .footer-right > div.fourth-footer .contact-way > div .pop-qq:before {
  left: 92px;
}
.footer .footer-top .footer-right ul.fourth-footer .contact-way > div .pop-phone,
.footer .footer-top .footer-right > div.fourth-footer .contact-way > div .pop-phone {
  margin-left: -55px;
  width: 140px;
  display: none;
}
.footer .footer-top .footer-right ul.fourth-footer .contact-way > div .pop-phone:before,
.footer .footer-top .footer-right > div.fourth-footer .contact-way > div .pop-phone:before {
  left: 70px;
}
.footer .footer-top .footer-right ul.fourth-footer .contact-way > div .pop-wechat,
.footer .footer-top .footer-right > div.fourth-footer .contact-way > div .pop-wechat {
  margin-left: -46px;
  width: 136px;
  display: none;
}
.footer .footer-top .footer-right ul.fourth-footer .contact-way > div .pop-wechat:before,
.footer .footer-top .footer-right > div.fourth-footer .contact-way > div .pop-wechat:before {
  left: 60px;
}
.footer .footer-top .footer-right ul.fourth-footer .contact-way p,
.footer .footer-top .footer-right > div.fourth-footer .contact-way p {
  padding-left: 8px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 17px;
}
.footer .footer-top .footer-right ul.fourth-footer img,
.footer .footer-top .footer-right > div.fourth-footer img {
  width: 100px;
  height: 100px;
  margin: 0 10px;
}
.footer .footer-top .footer-right ul.fourth-footer > p,
.footer .footer-top .footer-right > div.fourth-footer > p {
  width: 100px;
  margin: 0 10px;
  text-align: center;
  padding: 15px 0 0;
  font-size: 12px;
  color: #bdbdbd;
}
.footer .footer-top .footer-right ul {
  margin-top: 40px;
}
.footer .footer-top .footer-right ul li {
  margin-top: 15px;
}
.footer .footer-top .footer-right ul li a {
  font-size: 12px;
  color: #bdbdbd;
}
.footer .footer-top .footer-right ul li a:hover {
  color: #029bfc;
  text-decoration: none;
}
.footer .footer-top .footer-right ul li:nth-child(1) {
  font-size: 14px;
  color: #ffffff;
  margin: 0;
}
.footer .footer-bottom {
  width: 100%;
  border-top: solid 1px #5b5c60;
  font-size: 12px;
  color: #bdbdbd;
  padding: 12px 0;
  text-align: center;
}
.footer .footer-bottom a{
margin:0 5px;
}
.icon-rightIcon:before {
  content: "\e906";
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 700px) {
  .header .the-navi {
    width: 90%;
    padding: 0 5%;
    margin: 0;
  }
  .header .the-navi .the-right {
    display: none;
  }
  .header .the-navi .caidan {
    display: block;
  }
  .header .the-navi .navboxs {
    width: 100%;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    background: #323338;
    height: 540px;
    z-index: 9999;
  }
  .header .the-navi .navboxs .navX {
    color: #fff;
    font-size: 34px;
    background: #323338;
    height: 34px;
    text-align: right;
    margin-right: 5%;
    position: relative;
  }
  .header .the-navi .navboxs .navX .icon-X {
    display: inline-block;
  }
  .header .the-navi .navboxs .navX .icon-X:before {
    font-size: 28px;
    content: '\e916';
  }
  .header .the-navi .navboxs .qr-lis {
    width: 80%;
    margin: 0px auto;
    background: #029bfc;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
  }
  .header .the-navi .navboxs .qr-lis .qr-code {
    position: absolute;
    padding-top: 10px;
    width: 60%;
    height: 200px;
    left: 20%;
    top: -260px;
    box-shadow: 1px 0 1px #939497, -1px 0 1px #939497, 0 1px 1px #939497;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    color: #333;
  }
  .header .the-navi .navboxs .qr-lis .qr-code .qr-code-X {
    width: 100%;
    height: 20px;
    position: relative;
    margin-bottom: 10px;
  }
  .header .the-navi .navboxs .qr-lis .qr-code .qr-code-X .iconX {
    display: inline-block;
    position: absolute;
    font-size: 30px;
    top: -16px;
    right: 12px;
  }
  .header .the-navi .navboxs .qr-lis .qr-code:before {
    position: absolute;
    right: 55px;
    top: 0;
    margin-top: -20px;
    content: '';
    width: 0;
    height: 0;
    border: none;
  }
  .header .the-navi .navboxs .qr-lis .qr-code img {
    width: 140px;
    height: 140px;
    float: left;
  }
  .header .the-navi .navboxs .qr-lis .qr-code img:nth-child(2) {
    margin: 0px auto;
    float: none;
  }
  .header .the-navi .navboxs .qr-lis .qr-code img:nth-child(3) {
    margin: 0px 0px 0 26px;
    display: none;
  }
  .header .the-navi .navboxs .qr-lis .qr-code .left-qr,
  .header .the-navi .navboxs .qr-lis .qr-code .right-qr {
    display: none;
    height: 70px;
    line-height: 70px;
    float: left;
    text-align: left;
    position: relative;
  }
  .header .the-navi .navboxs .qr-lis .qr-code .left-qr .icon-android,
  .header .the-navi .navboxs .qr-lis .qr-code .right-qr .icon-android,
  .header .the-navi .navboxs .qr-lis .qr-code .left-qr .icon-ios,
  .header .the-navi .navboxs .qr-lis .qr-code .right-qr .icon-ios {
    position: absolute;
    color: #333333;
    font-size: 26px;
    margin-right: 10px;
  }
  .header .the-navi .navboxs .qr-lis .qr-code .left-qr .icon-android,
  .header .the-navi .navboxs .qr-lis .qr-code .right-qr .icon-android {
    left: 24px;
  }
  .header .the-navi .navboxs .qr-lis .qr-code .left-qr .icon-android:before,
  .header .the-navi .navboxs .qr-lis .qr-code .right-qr .icon-android:before {
    content: '\e90f';
  }
  .header .the-navi .navboxs .qr-lis .qr-code .left-qr .icon-ios,
  .header .the-navi .navboxs .qr-lis .qr-code .right-qr .icon-ios {
    left: 28px;
  }
  .header .the-navi .navboxs .qr-lis .qr-code .left-qr .icon-ios:before,
  .header .the-navi .navboxs .qr-lis .qr-code .right-qr .icon-ios:before {
    content: '\e90e';
  }
  .header .the-navi .navboxs .qr-lis .qr-code .left-qr {
    width: 100px;
    padding-left: 54px;
  }
  .header .the-navi .navboxs .qr-lis .qr-code .right-qr {
    padding-left: 60px;
    width: 80px;
  }
  .Obscuration {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  .footer .footer-top .footer-left {
    float: none;
    text-align: center;
    padding-top: 50px;
  }
  .footer .footer-top .footer-left a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .footer .footer-top .footer-right {
    float: none;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .footer .footer-top .footer-right ul,
  .footer .footer-top .footer-right > div {
    float: none;
  }
  .footer .footer-top .footer-right ul li,
  .footer .footer-top .footer-right > div li {
    text-align: center;
  }
  .footer .footer-top .footer-right ul li:not(:first-child),
  .footer .footer-top .footer-right > div li:not(:first-child) {
    display: none;
  }
  .footer .footer-top .footer-right ul.first-footer,
  .footer .footer-top .footer-right > div.first-footer,
  .footer .footer-top .footer-right ul.second-footer,
  .footer .footer-top .footer-right > div.second-footer {
    width: 30%;
    margin: 30px 0px;
  }
  .footer .footer-top .footer-right ul.third-footer,
  .footer .footer-top .footer-right > div.third-footer {
    margin: 30px 0px;
    width: 30%;
  }
  .footer .footer-top .footer-right ul.fourth-footer,
  .footer .footer-top .footer-right > div.fourth-footer {
    margin-top: 0;
    width: 30%;
    margin-bottom: 0;
  }
  .footer .footer-top .footer-right ul.fourth-footer .contact-way,
  .footer .footer-top .footer-right > div.fourth-footer .contact-way {
    position: relative;
    margin-bottom: 50px;
  }
  .footer .footer-top .footer-right ul.fourth-footer .contact-way p,
  .footer .footer-top .footer-right > div.fourth-footer .contact-way p {
    display: none;
  }
  .footer .footer-top .footer-right ul.fourth-footer .contact-way > div,
  .footer .footer-top .footer-right > div.fourth-footer .contact-way > div {
    position: relative;
    display: block;
  }
  .footer .footer-top .footer-right ul.fourth-footer .contact-way > div .icon-wechat,
  .footer .footer-top .footer-right > div.fourth-footer .contact-way > div .icon-wechat,
  .footer .footer-top .footer-right ul.fourth-footer .contact-way > div .icon-qq,
  .footer .footer-top .footer-right > div.fourth-footer .contact-way > div .icon-qq,
  .footer .footer-top .footer-right ul.fourth-footer .contact-way > div .icon-phone,
  .footer .footer-top .footer-right > div.fourth-footer .contact-way > div .icon-phone {
    font-size: 20px;
    display: block;
    margin-left: -40px;
    margin-bottom: 20px;
    color: #bdbdbd;
  }
  .footer .footer-top .footer-right ul.fourth-footer .contact-way > div .icon-phone,
  .footer .footer-top .footer-right > div.fourth-footer .contact-way > div .icon-phone {
    margin-right: 10px;
  }
  .footer .footer-top .footer-right ul.fourth-footer .contact-way > div .icon-wechat:before,
  .footer .footer-top .footer-right > div.fourth-footer .contact-way > div .icon-wechat:before {
    content: '\e900';
  }
  .footer .footer-top .footer-right ul.fourth-footer .contact-way > div .icon-qq:before,
  .footer .footer-top .footer-right > div.fourth-footer .contact-way > div .icon-qq:before {
    content: '\e917';
  }
  .footer .footer-top .footer-right ul.fourth-footer .contact-way > div .icon-phone:before,
  .footer .footer-top .footer-right > div.fourth-footer .contact-way > div .icon-phone:before {
    content: '\e902';
  }
  .footer .footer-top .footer-right ul.fourth-footer .contact-way > div .pop-wechat,
  .footer .footer-top .footer-right > div.fourth-footer .contact-way > div .pop-wechat,
  .footer .footer-top .footer-right ul.fourth-footer .contact-way > div .pop-qq,
  .footer .footer-top .footer-right > div.fourth-footer .contact-way > div .pop-qq,
  .footer .footer-top .footer-right ul.fourth-footer .contact-way > div .pop-phone,
  .footer .footer-top .footer-right > div.fourth-footer .contact-way > div .pop-phone {
    position: absolute;
    left: 100px;
    color: #fff;
    background: #333;
    bottom: -7px;
    padding: 0;
    height: 37px;
    line-height: 37px;
    text-align: left;
    font-size: 16px;
    border-radius: 6px;
    display: block !important;
  }
  .footer .footer-top .footer-right ul.fourth-footer .contact-way > div .pop-wechat:before,
  .footer .footer-top .footer-right > div.fourth-footer .contact-way > div .pop-wechat:before,
  .footer .footer-top .footer-right ul.fourth-footer .contact-way > div .pop-qq:before,
  .footer .footer-top .footer-right > div.fourth-footer .contact-way > div .pop-qq:before,
  .footer .footer-top .footer-right ul.fourth-footer .contact-way > div .pop-phone:before,
  .footer .footer-top .footer-right > div.fourth-footer .contact-way > div .pop-phone:before {
    content: '';
    position: absolute;
    top: 37px;
    left: 0;
    width: 0;
    height: 0;
    border: none;
  }
  .footer .footer-top .footer-right ul.fourth-footer .contact-way > div .pop-qq,
  .footer .footer-top .footer-right > div.fourth-footer .contact-way > div .pop-qq {
    width: 192px;
    margin-left: -100px;
  }
  .footer .footer-top .footer-right ul.fourth-footer .contact-way > div .pop-qq:before,
  .footer .footer-top .footer-right > div.fourth-footer .contact-way > div .pop-qq:before {
    left: 92px;
  }
  .footer .footer-top .footer-right ul.fourth-footer .contact-way > div .pop-phone,
  .footer .footer-top .footer-right > div.fourth-footer .contact-way > div .pop-phone {
    margin-left: -100px;
    width: 120px;
    display: none;
  }
  .footer .footer-top .footer-right ul.fourth-footer .contact-way > div .pop-phone:before,
  .footer .footer-top .footer-right > div.fourth-footer .contact-way > div .pop-phone:before {
    left: 70px;
  }
  .footer .footer-top .footer-right ul.fourth-footer .contact-way > div .pop-wechat,
  .footer .footer-top .footer-right > div.fourth-footer .contact-way > div .pop-wechat {
    margin-left: -100px;
    width: 136px;
    display: none;
  }
  .footer .footer-top .footer-right ul.fourth-footer .contact-way > div .pop-wechat:before,
  .footer .footer-top .footer-right > div.fourth-footer .contact-way > div .pop-wechat:before {
    left: 60px;
  }
  .footer .footer-top .footer-right ul.fourth-footer .contact-way p,
  .footer .footer-top .footer-right > div.fourth-footer .contact-way p {
    padding-left: 8px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 17px;
  }
  .footer .footer-top .footer-right ul.fourth-footer img,
  .footer .footer-top .footer-right > div.fourth-footer img {
    width: 100px;
    height: 100px;
    margin: 0 10px;
  }
  .footer .footer-top .footer-right ul.fourth-footer > p,
  .footer .footer-top .footer-right > div.fourth-footer > p {
    width: 100px;
    margin: 0 10px;
    text-align: center;
    padding: 15px 0 0;
    font-size: 12px;
    color: #bdbdbd;
  }
  .footer .footer-top .footer-right ul {
    margin-top: 40px;
  }
  .footer .footer-top .footer-right ul li {
    margin-top: 15px;
  }
  .footer .footer-top .footer-right ul li a {
    font-size: 12px;
    color: #bdbdbd;
  }
  .footer .footer-top .footer-right ul li a:hover {
    color: #029bfc;
    text-decoration: none;
  }
  .footer .footer-top .footer-right ul li:nth-child(1) {
    font-size: 14px;
    color: #ffffff;
    margin: 0;
  }
  .footer .footer-bottom {
    width: calc(89% - 40px);
    margin: 0 auto;
    border-top: solid 1px #5b5c60;
    font-size: 12px;
    color: #bdbdbd;
    padding: 12px 20px;
    text-align: center;
  }

}
