* {
  padding: 0;
  margin: 0;
}
html,
body {
  width: 100%;
  font-size: 16px;
  height: 100%;
  background: #fff;
}
.header {
  background: #373d41;
}
.nav {
  display: flex;
  height: 75px;
  padding: 0 20px;
  width: 1200px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
.nav .logo {
  width: 200px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nav .logo img {
  width: 125px;
}
.nav .menu {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: space-around;
}
.nav .menu > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav .menu > div a {
  font-size: 16px;
  text-decoration: none;
  color: #fff;
}
.nav .menu > div a:hover,
.nav .menu > div a:active,
.nav .menu > div a:visited,
.nav .menu > div a:link {
  color: #fff;
}
.nav .qrcode {
  height: 100%;
  display: flex;
  padding: 0 50px;
  align-items: center;
  color: #fff;
}
.nav .qrcode .tel {
  font-size: 20px;
  color: #307DDB;
}
.nav .qrcode .text {
  display: flex;
  padding-left: 5px;
  flex-direction: column;
  justify-content: space-around;
}
.nav .qrcode .text p {
  margin: 0;
}
.nav .qrcode .contact-us {
  height: 40px;
}
.nav .qrcode .contact-us img {
  width: 40px;
}
.help-body .top-tip {
  background-color: #307DDB;
  display: flex;
  justify-content: center;
  padding: 120px 0;
  color: #fff;
  align-items: center;
}
.help-body .top-tip h1 {
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.help-body .top-tip h1 img {
  width: 50px;
}
.help-body .common-area {
  background-color: #EAF2FB;
}
.help-body .error-area {
  background-color: #F9E5E5;
}
.help-body .error-area .error-title {
  color: red;
  font-weight: bold;
}
.help-body .error-area .title {
  color: red;
}
.help-body .error-area .step-image-group {
  display: flex;
  justify-content: space-between;
}
.help-body .error-area .step-image-group .img {
  width: 32%;
}
.help-body .step-list {
  padding: 20px 0;
  width: 800px;
  margin: 0 auto;
}
.help-body .step-list img {
  max-width: 100%;
}
.help-body .step-list .title {
  padding: 15px 0;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.help-body .step-list .title .step {
  padding: 2px 46px 2px 20px;
  margin-right: 10px;
  background-color: #307DDB;
  display: inline-block;
  line-height: 26px;
  box-sizing: border-box;
  color: #fff;
  position: relative;
}
.help-body .step-list .title .step:after {
  content: ' ';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border: 15px solid;
  border-color: #EAF2FB #EAF2FB #EAF2FB transparent;
}
.help-body .step-list .step-text {
  font-weight: 500;
}
.help-body .step-list .step-text p {
  margin: 10px 0;
}
.help-body .step-list .step-text .see {
  color: #00b0f0;
}
.footer {
  color: #fff;
  background: #307ddb;
  padding: 20px 0;
}
.footer .promise {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-bottom: 20px;
}
.footer .promise .item {
  display: flex;
}
.footer .promise .item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
}
.footer .promise .item .info {
  color: #fff;
}
.footer .promise .item .info .title {
  font-weight: 500;
  font-size: 20px;
}
.footer .promise .item .info .description {
  padding-top: 8px;
  font-weight: 400;
  font-size: 16px;
}
.footer .line {
  height: 1px;
  background: #fff;
}
.footer .description {
  display: flex;
  padding-top: 20px;
}
.footer .description .function {
  flex: 1;
  display: flex;
  justify-content: space-around;
}
.footer .description .function .group {
  width: 140px;
}
.footer .description .function .group .title {
  font-size: 16px;
  padding-bottom: 15px;
}
.footer .description .function .group p {
  padding: 5px 0;
  font-size: 12px;
}
.footer .description .address {
  width: 350px;
}
.footer .description .address .weixin {
  height: 150px;
}
.footer .description .address .weixin img {
  width: 140px;
}
.footer .footer-text {
  font-size: 12px;
  text-align: center;
}
.footer .line2 {
  height: 1px;
  margin: 20px 150px;
  background: #fff;
}
.footer .footer-text {
  margin: 0 120px;
}
/*# sourceMappingURL=help.css.map */