@charset "utf-8";
.fontPF {
  font-family: "PingFang SC Medium";
}
.fontHe {
  font-family: "Helvetica";
}
.bg_ddd {
  background-color: #ddd;
}
.bg_fff {
  background-color: #fff;
}
a:hover {
  text-decoration: none;
}
.mb50 {
  margin-bottom: 50px;
}
.index-top {
  background-color: #003686;
}
.index-nav {
  overflow: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0;
}
.index-nav .link-index {
  display: block;
  width: 115px;
}
.index-nav .link-index img {
  display: block;
  max-width: 100%;
  height: auto;
}
.nav-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% - 115px);
}
.nav-right .nav-ul {
  display: flex;
}
.nav-right .nav-ul li {
  margin-right: 40px;
  font-size: 16px;
  height: 28px;
  line-height: 28px;
}
.nav-right .nav-ul a {
  display: inline-block;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
}
.nav-right .nav-ul a:hover {
  border-color: #fff;
}
.nav-right .nav-ul .active {
  border-color: #fff;
}
.nav-right .login-box {
  display: flex;
}
.nav-right .login-box a {
  display: block;
  margin-left: 40px;
  font-size: 16px;
  color: #003686;
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 3px;
}
/* mobile nav */
.mobile-nav .navbar {
  margin-bottom: 0;
}
.mobile-nav .active {
  color: #003686 !important;
}
/* mobile nav end */
.banner {
  position: relative;
}
.txt-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.txt-box h2 {
  font-size: 50px;
  color: #e9cf84;
  line-height: 1.4;
}
.txt-box > p {
  font-size: 22px;
  line-height: 36px;
  color: #fff;
}
.same-article {
  padding: 50px 0 20px 0;
}
.art-title {
  margin-top: 50px;
  font-size: 28px;
  color: #000;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 15px;
}
.art-txt {
  font-size: 20px;
  color: #212121;
  line-height: 32px;
}
.item {
  display: flex;
  margin-bottom: 40px;
}
.item-left {
  width: 50px;
  margin-right: 15px;
}
.item-left img {
  display: block;
  width: 48px;
  height: 48px;
}
.item-right {
  width: calc(100% - 55px);
}
.item-right-title {
  font-size: 20px;
  color: #000;
  line-height: 1.4;
}
.item-right-txt {
  font-size: 14px;
  color: #333;
  line-height: 22px;
}
.jm-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 50px;
  font-family: "PingFang SC Medium";
  text-align: center;
}
.jm-items {
  position: relative;
}
.overhide {
  overflow: hidden;
}
.jm-bg-box {
  width: 100%;
  height: 120px;
  background: url('../images/jm_bg.jpg') center center / 100% 100% no-repeat;
}
.jm-items {
  position: relative;
  top: -100px;
}
.jm-icon {
  display: block;
  width: 110px;
  height: 110px;
  margin: 0 auto;
}
.jm-sub-title {
  margin-top: 20px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  font-family: "PingFang SC Medium";
  text-align: center;
}
.jm-sub-title i {
  color: #4595f8;
  font-size: 20px;
  font-family: "微软雅黑";
}
.jm-item ol {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.jm-item li {
  width: 100%;
  margin-top: 15px;
  line-height: 1.14;
  font-size: 14px;
  color: #212121;
}
.jm-item .disc {
  display: inline-block;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: #fff;
  vertical-align: middle;
  border-radius: 50%;
}
.use-tell-box {
  background: url('../images/index_bottom_bg_02.jpg') center center / 100% 100% no-repeat;
  padding: 160px 0;
}
.use-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.use-box .who-use {
  width: calc((100% - 170px) / 3);
  margin-right: 85px;
  padding: 25px 10px;
  background-color: #9f7844;
  border-radius: 8px;
  text-align: center;
  color: #080403;
}
.use-box .who-use .fontHe {
  display: inline-block;
  margin-right: 2px;
  font-size: 32px;
  vertical-align: baseline;
  font-weight: bold;
}
.use-box .who-use p {
  line-height: 34px;
  font-size: 20px;
  color: #080403;
  font-family: "PingFang SC Medium";
}
.use-box .who-use-txt {
  margin-top: 10px;
}
.use-box .who-use:last-child {
  margin-right: 0;
}
.support-article {
  padding: 60px 0;
}
.support {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.support-left {
  width: 60%;
  color: #000;
  padding-right: 120px;
}
.support-title {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.4;
  font-family: "PingFang SC Medium";
}
.support-txt {
  font-size: 20px;
  line-height: 30px;
}
.support-right {
  width: 40%;
}
.support-list {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  background-color: #003686;
  padding: 20px 0;
  color: #fff;
  border-radius: 6px;
  font-family: "PingFang SC Medium";
}
.support-list:last-child {
  margin-bottom: 0;
}
.support-list .sl-left {
  width: 100px;
}
.support-list .sl-left img {
  display: block;
  margin: 0 auto;
}
.support-list .sl-right {
  width: calc(100% - 100px);
  padding: 0 20px 0 0;
}
.support-list .sl-right-title {
  font-size: 18px;
  margin-bottom: 10px;
}
.support-list .sl-right-txt {
  font-size: 14px;
  line-height: 24px;
}
/* footer */
.footer {
  padding: 35px 0;
  background-color: #323232;
}
.footer-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.footer .link-index {
  width: 200px;
}
.footer .link-index img {
  display: block;
  max-width: 100%;
  height: auto;
}
.footer-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% - 400px);
}
.footer .fm-list {
  display: flex;
}
.footer .fm-list .fm-left {
  margin-right: 5px;
  font-size: 16px;
  font-family: "PingFang SC Medium";
  color: #fff;
}
.footer .fm-list .fm-right {
  padding-left: 5px;
  border-left: 1px solid #50726c;
  font-family: "PingFang SC Medium";
  color: #fff;
  font-size: 14px;
}
.footer .fm-list .fm-right P {
  margin-bottom: 15px;
}
.footer .fm-list .fm-right a {
  color: #fff;
}
.footer .fm-list .fm-right a:hover {
  text-decoration: underline;
}
/*  介绍页  */
.introduce-article {
  padding-top: 60px;
  padding-bottom: 60px;
}
.banner-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.banner-txt .fontPF {
  margin-bottom: 20px;
  text-align: center;
  color: #ffe08c;
  font-size: 54px;
  line-height: 1.2;
}
.banner-txt-small {
  margin-bottom: 20px;
  font-size: 24px;
  color: #fdd25c;
  letter-spacing: 20px;
  text-align: center;
}
.banner-txt .introduce-lists {
  display: flex;
  justify-content: center;
}
.banner-txt .introduce-lists .introduce-list {
  margin-right: 60px;
  padding-left: 50px;
  height: 40px;
  line-height: 40px;
  background-size: 36px 36px;
  background-position: left center;
  background-repeat: no-repeat;
  color: #fff;
}
.banner-txt .introduce-lists .introduce-list:last-child {
  margin-right: 0;
}
.banner-txt .introduce-lists .jizhang {
  background-image: url('../images/intr_icon_1.png');
}
.banner-txt .introduce-lists .pay {
  background-image: url('../images/intr_icon_2.png');
}
.banner-txt .introduce-lists .remote {
  background-image: url('../images/intr_icon_3.png');
}
.banner-txt .open-box {
  margin-top: 60px;
}
.banner-txt .open-box .link-open {
  display: block;
  margin: 0 auto;
  font-size: 24px;
  color: #001c46;
  width: 380px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
}
.fast {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.fast-list {
  overflow: hidden;
  position: relative;
  width: calc((100% - 120px) / 2);
  margin-right: 120px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 4px #cbcbcb;
}
.fast-list:last-child {
  margin-right: 0;
}
.fast .fast-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  left: -60px;
  height: 100%;
  border-radius: 50%;
}
.fast .fast-main {
  padding: 20px 20px 20px 80px;
}
.fast .fast-title {
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
  font-family: "PingFang SC Medium";
}
.fast .fast-txt {
  font-size: 16px;
  line-height: 28px;
  color: #595959;
}
.fast .tikuan {
  background: url('../images/intr_icon_tikuan.png') right 15px center / 41px 41px no-repeat;
  background-color: #769dec;
}
.fast .kefu {
  background: url('../images/intr_icon_kefu.png') right 15px center / 41px 41px no-repeat;
  background-color: #ecb776;
}
.mishu {
  background: url('../images/yuyin_bg.jpg') center center / 100% 100% no-repeat;
}
.mishu .art-title,
.mishu .art-txt {
  color: #fff;
}
/* 下载app */
.download {
  background: url('../images/download_banner.jpg') left top / 100% 100% no-repeat;
  padding: 50px 0;
}
.download .down-title {
  font-size: 54px;
  color: #dabf75;
  margin-bottom: 20px;
}
.download .down-txt {
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
}
.download .down-code {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.download .down-code .code-img {
  border: 15px solid #fff;
  border-radius: 8px;
}
.download .down-code .code-img img {
  display: block;
  width: 200px;
  height: 200px;
}
.download .down-code .code-tips {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  text-align: center;
  color: #ecebeb;
}
/* 帮助中心 */
.help .banner-txt .cricle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 20px;
  background-color: #fff;
  vertical-align: middle;
}
.help .banner-txt .fontPF,
.help .banner-txt .banner-txt-small {
  color: #fff;
}
.com-problem {
  margin-bottom: 20px;
  font-size: 18px;
  color: #212121;
  font-family: "PingFang SC Medium";
}
.problem-main {
  padding: 20px 40px;
  border-top: 1px dashed #eee;
  border-bottom: 1px dashed #eee;
}
.problem-list {
  width: 100%;
  color: #212121;
}
.problem-list li {
  margin-bottom: 50px;
}
.problem-list .question {
  position: relative;
  padding-left: 34px;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  font-family: "PingFang SC Medium";
}
.problem-list .question:before {
  position: absolute;
  left: 0;
  top: 0;
  content: 'Q :';
  margin-right: 15px;
}
.problem-list .answer {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 24px;
  font-family: "PingFang SC Medium";
}
.problem-list .answer:before {
  position: absolute;
  left: 0;
  top: 0;
  content: 'A :';
  margin-right: 15px;
}
/* mobile */
@media screen and (max-width: 767px) {
  .txt-box h2 {
    font-size: 14px;
    line-height: 20px;
  }
  .txt-box > p {
    font-size: 12px;
    line-height: 18px;
  }
  .same-article {
    padding: 20px;
  }
  .art-title,
  .jm-title,
  .support-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
  }
  .art-txt,
  .support-txt {
    font-size: 16px;
    line-height: 22px;
  }
  .mb50 {
    margin-bottom: 20px;
  }
  .item-right-title {
    font-size: 16px;
  }
  .item-right-txt {
    font-size: 14px;
    line-height: 18px;
  }
  .item {
    margin-bottom: 15px;
  }
  .item-left {
    width: 40px;
    margin-right: 5px;
  }
  .item-left img {
    width: 30px;
    height: 30px;
  }
  .jm-items {
    top: 0;
  }
  .jm-item {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    padding: 0;
  }
  .jm-icon,
  .jm-icon img {
    width: 50px;
    height: 50px;
  }
  .jm-sub-title {
    margin-top: 0;
    margin-left: 10px;
    font-size: 15px;
    width: 100px;
  }
  .jm-sub-title i {
    font-size: 20px;
  }
  .jm-item ol {
    width: calc(100% - 160px);
  }
  .jm-item li {
    font-size: 14px;
    margin-top: 5px;
  }
  .use-tell-box {
    padding: 50px 0;
  }
  .use-box .who-use {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 15px 10px;
  }
  .use-box .who-use p {
    font-size: 18px;
    line-height: 28px;
  }
  .use-box .who-use .fontHe {
    font-size: 24px;
  }
  .support-left,
  .support-right {
    width: 100%;
  }
  .support-left {
    padding-right: 0;
  }
  .support-txt {
    margin-bottom: 20px;
  }
  .support-list .sl-right-txt {
    font-size: 14px;
    line-height: 18px;
  }
  .banner-txt .fontPF {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .banner-txt-small {
    margin-bottom: 0;
    font-size: 16px;
  }
  .introduce-article {
    padding: 50px 0;
  }
  .problem-main {
    padding: 15px 20px;
  }
  .problem-list li {
    margin-bottom: 20px;
  }
}
/* PC */
/* @media  768 - 1023  */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .nav-right .nav-ul li {
    font-size: 14px;
    margin-right: 20px;
  }
  .nav-right .login-box a {
    font-size: 14px;
    margin-left: 20px;
  }
  .txt-box h2 {
    font-size: 26px;
  }
  .txt-box > p,
  .support-txt {
    font-size: 16px;
    line-height: 22px;
  }
  .art-title,
  .jm-title,
  .support-title,
  .banner-txt .fontPF {
    font-size: 20px;
  }
  .art-txt {
    font-size: 18px;
  }
  .item-right-txt {
    font-size: 16px;
    line-height: 22px;
  }
  .item-right-title {
    font-size: 20px;
  }
  .jm-sub-title {
    font-size: 18px;
    margin-top: 10px;
  }
  .jm-sub-title i {
    font-size: 20px;
  }
  .jm-item li {
    font-size: 16px;
  }
  .use-box .who-use .fontHe {
    font-size: 26px;
  }
  .use-box .who-use p {
    line-height: 26px;
  }
  .support-left {
    width: 50%;
    padding-right: 40px;
  }
  .support-right {
    width: 50%;
  }
  .footer-main {
    width: calc(100% - 210px);
  }
  .footer .fm-list .fm-left {
    font-size: 18px;
  }
  .banner-txt .introduce-lists .introduce-list {
    height: 36px;
    background-size: 30px 30px;
  }
  .banner-txt .fontPF {
    margin-bottom: 10px;
  }
  .banner-txt-small {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .banner-txt .open-box {
    margin-top: 20px;
  }
  .banner-txt .open-box .link-open {
    font-size: 20px;
    height: 36px;
    line-height: 36px;
  }
  .fast .fast-title {
    font-size: 18px;
  }
  .fast .fast-txt {
    font-size: 16px;
    line-height: 24px;
  }
  .download .down-title {
    font-size: 36px;
  }
  .download .down-txt {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
  }
  .download .down-code .code-img img {
    width: 150px;
    height: 150px;
  }
}
/* @media 1024 - 1119 */
@media screen and (min-width: 1024px) and (max-width: 1119px) {
  .txt-box h2 {
    font-size: 44px;
  }
  .art-title,
  .jm-title,
  .support-title {
    font-size: 22px;
  }
  .art-txt {
    font-size: 16px;
    line-height: 24px;
  }
  .banner-txt .fontPF {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .banner-txt .banner-txt-small {
    font-size: 22px;
  }
  .banner-txt .open-box {
    margin-top: 30px;
  }
  .fast .fast-title {
    font-size: 26px;
  }
  .fast .fast-txt {
    font-size: 18px;
    line-height: 32px;
  }
  .footer-main {
    width: calc(100% - 300px);
  }
}
