@charset "UTF-8";
body {
  padding: 0;
  margin: 0;
  color: #141414;
  background-color: #fff;
  font-size: 14px;
}

a {
  text-decoration: none;
  color: #141414;
  transition: 0.3s;
}

a:focus {
  text-decoration: none;
}

dl, p, ul, li, h1, h2, h3, h4, h5, h6 {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

dt {
  font-weight: normal;
}

dd {
  margin: 0;
}

img {
  display: block;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

u {
  font-weight: 500;
}

.bgRender, .v-image__image {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.time01 {
  transition: all 0.1s ease-out 0s;
}

.time02 {
  transition: all 0.2s ease-out 0s;
}

.time03 {
  transition: all 0.3s ease-out 0s;
}

.time05 {
  transition: all 0.5s;
}

.noTran {
  transition: none;
}

.img-scale {
  transition: 0.5s;
}

.img-scale:hover {
  transform: scale(1.05);
}

.ellipsis-multiline {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}

.boxShadow {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
}

.noShadow {
  box-shadow: none !important;
}

.colorA {
  color: #333 !important;
}

.colorB {
  color: #6A6A6B !important;
}

.colorC {
  color: #999 !important;
}

.colorD {
  color: #817a75 !important;
}

.colorE {
  color: #4CAF50 !important;
}

.colorF {
  color: #6159D4 !important;
}

.fontSize-lg {
  font-size: 26px;
  font-weight: 500;
}

.fontSize-md {
  font-size: 16px !important;
}

.fontSize-sm {
  font-size: 14px !important;
}

.text-letter {
  letter-spacing: 0.2rem;
}

.text-letterA {
  letter-spacing: 0.5rem;
}

.bgA {
  background-color: #F7F7FA;
}

.bgB {
  background-color: #fafafa;
}

.bgColour {
  background-color: #6159D4; /* 针对不支持渐变的浏览器 */
  background-image: linear-gradient(135deg, #8F0FBE, #471DD5, #7B89E3, #A7EDE1);
}

.open-navbar {
  overflow: hidden;
}

.flex-1 {
  flex: 1 !important;
}

.btn-primary, .btn-primary:first-child:active {
  background: linear-gradient(45deg, #EA3535, #EA6B35);
  border: 0;
  transition: 0.3s;
}

.btn-primary:hover {
  background: linear-gradient(45deg, #EA3535, #EA3535);
  color: #fff;
}

.text-primary {
  color: #EA3535 !important;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F8F8F8;
}

::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: #F8F8F8;
}

::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #C8C6C4;
}

.titA::after {
  content: "";
  display: block;
  width: 25px;
  height: 4px;
  border-radius: 10px;
  background-color: #EA3535;
  margin-top: 6px;
}

.navbar {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
  transition: all 0.5s;
  height: 60px;
}
.navbar .navbar-brand {
  width: 71px;
  height: 40px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.navbar .navbar-collapse {
  border-top: 1px solid #EBEBEB;
  overflow-y: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 60px;
  background-color: #fff;
  height: calc(100vh - 60px);
}
.navbar .navbar-nav {
  height: auto;
}
.navbar .navbar-nav .nav-link {
  margin: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  height: 54px;
  position: relative;
  border-bottom: 1px solid #EBEBEB;
  display: flex;
  align-items: center;
}
.navbar .navbar-nav .nav-link a {
  color: #000;
}
.navbar .navbar-nav .nav-link i {
  display: flex;
  align-items: center;
  justify-content: end;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.navbar .navbar-nav .nav-link i::before {
  transition: all 0.3s ease-out 0s;
}
.navbar .navbar-nav .nav-link i.rotate::before {
  transform: rotate(180deg);
}
.navbar .navbar-nav .nav-link::before {
  display: none;
}
.navbar .navbar-nav .nav-link.active a {
  color: #0066CC;
}
.navbar .navbar-nav .dropdown-menu {
  position: initial;
  top: 0;
  height: auto;
  border-radius: 0;
  border: 0;
  overflow: hidden;
  display: none;
  padding: 10px 0;
  margin: 0;
  border: 0;
  transition: none;
}
.navbar .navbar-nav .dropdown-menu li {
  margin: 0;
}
.navbar .navbar-nav .dropdown-menu li::after {
  display: none;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item {
  padding: 5px 15px;
  line-height: 36px;
  color: #666;
  font-size: 14px;
}
.navbar .navbar-toggler {
  width: 22px;
  height: 34px;
  position: relative;
  outline: none;
  padding: 0;
}
.navbar .navbar-toggler .icon-bar {
  width: 18px;
  height: 2px;
  transform: rotate(0deg);
  background-color: #323333;
  position: absolute;
  left: 50%;
  margin-left: -9px;
}
.navbar .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 0;
}
.navbar .navbar-toggler .icon-bar:nth-child(1) {
  transform: rotate(45deg);
  top: 15px;
}
.navbar .navbar-toggler .icon-bar:nth-child(2) {
  transform: rotate(-45deg);
  top: 15px;
}
.navbar .navbar-toggler .icon-bar:nth-child(3) {
  display: none;
}
.navbar .navbar-toggler.collapsed .icon-bar:nth-child(1) {
  top: 9px;
  transform: rotate(0deg);
}
.navbar .navbar-toggler.collapsed .icon-bar:nth-child(2) {
  top: 16px;
  transform: rotate(0deg);
}
.navbar .navbar-toggler.collapsed .icon-bar:nth-child(3) {
  bottom: 9px;
  display: block;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}

.tran .navbar {
  box-shadow: none;
  background-color: transparent !important;
}

.footerWrap {
  color: #969799;
}
.footerWrap a {
  color: #969799;
}
.footerWrap .copyright .vr {
  color: #969799;
  height: 12px;
  opacity: 1;
}
.footerWrap .info .l .logo {
  width: 137px;
  height: 72px;
  background-image: url(../images/logo-white.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.footerWrap .info .r dt {
  height: 53px;
  border-bottom: 1px solid #292929;
  position: relative;
  display: flex;
  align-items: center;
}
.footerWrap .info .r dt i {
  display: flex;
  align-items: center;
  justify-content: end;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.footerWrap .info .r dt i.cur::before {
  content: "\f63b";
}
.footerWrap .info .r dd {
  display: none;
}
.footerWrap .info .r .menu a {
  display: block;
  padding: 8px 0;
}
.footerWrap .info .r .share a {
  display: block;
  text-align: center;
}
.footerWrap .info .r .share i {
  display: block;
  margin: 0 auto;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #969799;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footerWrap .info .r .share span {
  display: block;
  margin-top: 8px;
}

.indexPage .banner .mob {
  padding: 80px 0 50px 0;
  background-image: url(../images/mobBanner.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.indexPage .banner .pc {
  padding-top: 110px;
  padding-bottom: 0;
  background-image: url(../images/pcBanner.png);
  background-repeat: no-repeat;
  background-size: 100% 620px;
}
.indexPage .banner .pc .btn {
  min-width: 230px;
}

.botPage {
  background-image: url(../images/botBg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.aboutPage .banner {
  background: linear-gradient(45deg, #FFE2C5, #FFF2D9);
  padding-top: 60px;
}
.aboutPage .banner .pic {
  max-width: 545px;
}

.disPage .banner {
  background: url(../images/hmm-14.jpg) no-repeat;
  background-size: cover;
  padding-top: 60px;
}
.disPage .banner .pic {
  max-width: 545px;
}

.supplyPage {
  padding-top: 60px;
}
.supplyPage .banner {
  background-image: url(../images/hmm-17.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}
.supplyPage .b .text {
  max-width: 150px;
}
.supplyPage .c .text {
  max-width: 170px;
}

.textPage {
  padding-top: 60px;
}
.textPage .con {
  max-width: 800px;
}

.purchasePage {
  padding-top: 60px;
  background-color: #F7F7FA;
}
.purchasePage .banner {
  background-image: url(../images/hmm-36.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}
.purchasePage .a {
  overflow-x: auto;
}
.purchasePage .a ul {
  margin-top: -20px;
  min-width: 792px;
}
.purchasePage .a li {
  margin-top: 20px;
}
.purchasePage .a .arrow {
  display: block;
  width: 33px;
  height: 22px;
  margin: 59px 20px 0 20px;
  background-image: url(../images/hmm-47.png);
  background-size: 100%;
}

.cusPage {
  padding-top: 60px;
}
.cusPage .cusBanner {
  background: linear-gradient(140deg, #64C7FF, #0061FF);
}
.cusPage .cusBanner .pic {
  width: 100%;
  max-width: 622px;
}
.cusPage .content .cusA .title p {
  font-weight: bold;
  font-size: 16px;
}
.cusPage .content .cusA .title i {
  position: relative;
  font-style: normal;
}
.cusPage .content .cusA .title span {
  position: relative;
}
.cusPage .content .cusA .title span::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 10px solid #50E3C2;
  border-radius: 30%;
}
.cusPage .content .cusA .con li {
  margin-top: 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: #F2F6FA;
}
.cusPage .content .cusA .con li:first-child {
  margin-top: 0;
}
.cusPage .content .cusA .con .text {
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.cusPage .content .cusA .con .pic {
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.cusPage .content .cusB {
  background: linear-gradient(#fff, rgba(233, 244, 255, 0.8), rgba(233, 244, 255, 0.8), #fff);
}
.cusPage .content .cusB .bz .con .box {
  background: #fff;
  border: 1px solid #F0F3F5;
}
.cusPage .content .cusB .bz .con img {
  height: 35px;
}
.cusPage .content .cusB .xl .box {
  background: linear-gradient(70deg, #EBF5FF, #fff);
}
.cusPage .content .cusB .xl dl {
  position: relative;
  z-index: 2;
}
.cusPage .content .cusB .xl .bg {
  height: 100%;
  position: absolute;
  right: 0;
  bottom: -10%;
}
.cusPage .content .cusB .xl dt {
  font-size: 22px;
  font-weight: bold;
}
.cusPage .content .cusB .xl dd {
  color: #666;
}
.cusPage .content .cusB .xl li:nth-child(2) .box {
  background: linear-gradient(70deg, #FEF7EC, #fff);
}
.cusPage .content .cusB .xl li:nth-child(3) .box {
  background: linear-gradient(70deg, #EEF2FF, #fff);
}
.cusPage .content .cusC {
  background-color: #F2F6FA;
}
.cusPage .content .cusC .con {
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.cusPage .content .cusC .con .form-control {
  height: 50px;
}
.cusPage .content .cusC .con textarea.form-control {
  height: auto;
}
.cusPage .content .cusC .con .btn-primary {
  background: linear-gradient(to right, #EA3535, #EA6B35);
  border: 0;
}
.cusPage .content .cusC .con input:disabled {
  color: #999;
}

.apiPage {
  padding-top: 60px;
}
.apiPage .apiBanner {
  background: linear-gradient(70deg, #0044B1, #000206, #0044B1);
}
.apiPage .apiBanner .pic {
  width: 100%;
  max-width: 600px;
}
.apiPage .content .apiA .con {
  width: 100%;
  max-width: 890px;
}
.apiPage .content .apiB .box {
  background-color: #F2F6FA;
}
.apiPage .content .apiB .box .text {
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.apiPage .content .apiB .box .text p {
  text-indent: 2em;
  line-height: 2;
}
.apiPage .content .apiB .box .pic {
  width: 100%;
  max-width: 485px;
  margin-left: auto;
  margin-right: auto;
}
.apiPage .content .apiC li {
  position: relative;
}
.apiPage .content .apiC li h4 {
  line-height: 1.6;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.apiPage .content .apiD li .pic {
  width: 100px;
  height: 100px;
}
.apiPage .content .cusC {
  background-color: #F2F6FA;
}
.apiPage .content .cusC .con {
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.apiPage .content .cusC .con .form-control {
  height: 50px;
}
.apiPage .content .cusC .con textarea.form-control {
  height: auto;
}
.apiPage .content .cusC .con .btn-primary {
  background: linear-gradient(to right, #EA3535, #EA6B35);
  border: 0;
}
.apiPage .content .cusC .con input:disabled {
  color: #999;
}

.ceNav {
  position: relative;
  z-index: 10;
}
.ceNav .menu {
  border-radius: 12px;
  min-width: 44px;
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.ceNav .menu li {
  position: relative;
}
.ceNav .menu li a span {
  font-size: 12px;
  color: #666;
}
.ceNav .menu li .box {
  position: absolute;
  right: 54px;
  top: -0.5rem;
  min-width: 155px;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  display: none;
}
.ceNav .menu li:hover .box {
  animation-name: layui-downbit;
  display: block;
}
.ceNav .scrollTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
}
.ceNav .scrollTop a {
  min-width: 44px;
  border-radius: 12px;
}

@keyframes layui-downbit {
  0% {
    opacity: 0.3;
    transform: translate3d(0, -10px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.modal .close {
  right: 10px;
  top: 10px;
  left: inherit;
}

.appletsModal .modal-dialog {
  max-width: 220px;
}

.settledInModal .form-control, .settledInModal .form-select {
  min-height: 50px;
  border-color: #E6E6E6;
  border-radius: 4px;
  font-size: 14px;
}

.payWayModal .payBox h5 {
  font-size: 18px;
}
.payWayModal .payBox h5::after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  background-color: #D9D9D9;
  margin: 20px auto auto auto;
}
.payWayModal .payBox .a {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #1678FF;
}
.payWayModal .payBox .a img {
  width: 250px;
}
.payWayModal .payBox .b {
  background-color: #F2F6FA;
  border: 1px solid #E6E6E6;
}
.payWayModal .payBox .b img {
  height: 58px;
}
.payWayModal .payBox .b dl {
  display: flex;
  padding: 2px 0;
}
.payWayModal .payBox .b dl dt {
  color: #737373;
}
.payWayModal .payBox .b dl dd {
  flex: 1;
  color: #3D3D3D;
}

@media (min-width: 992px) {
  a:hover {
    text-decoration: none;
    color: #EA3535;
  }
  .text-primary:hover {
    text-decoration: underline;
  }
  .titA::after {
    content: "";
    display: block;
    width: 50px;
    height: 8px;
    border-radius: 10px;
    background-color: #EA3535;
    margin-top: 12px;
  }
  .titA h3 {
    font-size: 38px !important;
  }
  .titB h3 {
    font-size: 38px !important;
  }
  .navbar {
    height: 72px;
  }
  .navbar .navbar-brand {
    width: 112px;
    height: 79px;
    background-image: url(../images/logoA.png);
    position: relative;
    top: 10px;
  }
  .navbar .navbar-collapse {
    position: static;
    height: auto;
    border: 0;
    overflow: inherit;
    background-color: transparent !important;
  }
  .navbar .navbar-nav {
    overflow: inherit;
    width: 100%;
  }
  .navbar .navbar-nav .nav-link {
    margin: 0 10px;
    position: relative;
    border: 0;
    font-size: 16px;
  }
  .navbar .navbar-nav .nav-link.active a, .navbar .navbar-nav .nav-link:hover a {
    color: #EA3535;
  }
  .navbar .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
  .tran .navbar .navbar-brand {
    width: 78px;
    height: 44px;
    background-image: url(../images/logo.png);
    top: 0;
  }
  .footerWrap {
    font-size: 14px;
  }
  .footerWrap a:hover {
    color: #fff;
  }
  .footerWrap .info .r {
    margin-left: 20%;
  }
  .footerWrap .info .r dt {
    height: auto;
    border: 0;
  }
  .footerWrap .info .r .contact p {
    padding-top: 8px;
  }
  .footerWrap .copyright {
    border-top: 1px solid #292929;
  }
  .indexPage .a h5 {
    font-size: 24px !important;
  }
  .indexPage .a .pic {
    max-width: 497px;
  }
  .indexPage .b .titA {
    position: sticky;
    left: 0;
    top: 90px;
  }
  .botPage h3 {
    font-size: 48px;
  }
  .aboutPage .banner {
    height: 620px;
    display: flex;
    align-items: center;
    padding-top: 72px;
  }
  .aboutPage .a .text {
    padding: 0 85px;
  }
  .aboutPage .a .text p {
    line-height: 1.8;
  }
  .aboutPage .a .text h5 {
    font-size: 24px !important;
  }
  .disPage .banner {
    height: 500px;
    display: flex;
    align-items: center;
    padding-top: 72px;
    background-position: right center;
  }
  .disPage .banner .text h2 {
    font-size: 30px !important;
  }
  .disPage .a .pic {
    max-width: 440px;
  }
  .supplyPage {
    padding-top: 72px;
  }
  .supplyPage .banner {
    height: 550px;
  }
  .purchasePage {
    padding-top: 72px;
  }
  .purchasePage .banner {
    height: 550px;
  }
  .textPage {
    padding-top: 72px;
  }
  .cusPage {
    padding-top: 72px;
  }
  .cusPage .cusBanner {
    height: 550px;
  }
  .cusPage .content .cusA .title p {
    font-size: 24px;
  }
  .cusPage .content .cusA .title span::before {
    border-bottom-width: 15px;
  }
  .cusPage .content .cusA .con li {
    margin-top: 100px;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
  }
  .cusPage .content .cusA .con li:first-child {
    margin-top: 0;
  }
  .cusPage .content .cusB .title h3 {
    font-size: 40px;
  }
  .cusPage .content .cusB .bz .con img {
    height: 60px;
  }
  .cusPage .content .cusB .bz .con h6 {
    font-size: 20px;
  }
  .cusPage .content .cusB .xl dt {
    font-size: 40px;
  }
  .cusPage .content .cusB .xl dd {
    font-size: 18px;
  }
  .cusPage .content .cusC .tit p {
    font-size: 24px !important;
  }
  .apiPage {
    padding-top: 72px;
  }
  .apiPage .apiBanner {
    height: 550px;
  }
  .apiPage .content .apiA .title p {
    font-size: 20px;
  }
  .apiPage .content .apiA .title h4 {
    font-size: 32px !important;
  }
  .apiPage .content .apiB .box .text h4 {
    font-size: 32px;
  }
  .apiPage .content .apiB .box .text p {
    font-size: 16px;
  }
  .apiPage .content .apiC li h4 {
    font-size: 20px !important;
  }
  .apiPage .content .apiD li p {
    font-size: 16px;
  }
  .apiPage .content .cusC .tit p {
    font-size: 24px !important;
  }
  .payWayModal .payBox {
    margin: 0 30px;
  }
  .payWayModal .payBox h5 {
    font-size: 24px;
  }
  .payWayModal .payBox .a {
    width: 250px;
  }
  .payWayModal .payBox .a h6 {
    font-size: 22px;
  }
  .payWayModal .payBox .b {
    width: 348px;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .payWayModal .payBox .b dl {
    font-size: 15px;
  }
}
@media (min-width: 1400px) {
  body {
    font-size: 15px;
  }
  .navbar .navbar-nav {
    margin-left: 30px;
  }
  .navbar .navbar-nav .nav-link {
    margin: 0 20px;
  }
}/*# sourceMappingURL=style.css.map */