.top-banner .bannerItem {
  justify-content: space-between; }
  .top-banner .bannerItem p {
    max-width: 495px; }
  .top-banner .bannerItem h2 {
    margin-top: -20px; }
  .top-banner .bannerItem .ani-img {
    padding-right: 137px; }
    .top-banner .bannerItem img {
      padding-left: 0px; 
      margin-left:0px;
    }

.assistant-banner {
  background: url(../images/product/cashier/banner.png) no-repeat 100% 100%;
  -webkit-background-size: cover;
  background-size: cover; }

.credit-function {
  background-color: #fffeff; }

.credit-title {
  padding: 79px 0 68px 0; }
  .credit-title h3 {
    line-height: 1;
    font-size: 28px;
    font-weight: bold;
    color: #3b426b; }

.credit-icon {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between; }
  .credit-icon .item {
    text-align: center;
    width: 33.3%; }
    .credit-icon .item img {
      margin: 0 auto 39px; }
    .credit-icon .item h4 {
      font-size: 18px;
      line-height: 1;
      color: #3b426b;
      margin-bottom: 20px;
      font-weight: normal; }
    .credit-icon .item p {
      font-size: 16px;
      color: #7d88a2;
      line-height: 1;
      text-align: center;
      width: 260px;
      line-height: 30px;
      margin: 0 auto; }

/*------part------*/
.market-member > div {
  flex: 0 0 600px; }
  .market-member > div.right {
    padding-left: 34px; }
  .market-member > div img {
    position: relative; }
.market-member .item {
  flex: 0 0 600px;
  box-sizing: border-box;
  position: relative; }
  .market-member .item h4 {
    line-height: 1;
    font-size: 22px;
    color: #3B426B;
    margin-bottom: 49px;
    font-weight: bold;
    white-space: pre-wrap; }
  .market-member .item .info {
    font-size: 18px;
    color: #7d88a2;
    line-height: 32px;
    max-width: 486px; }

.more-exciting{

} 
.more-exciting .content{
  width: 1200px;
  margin: 0 auto 140px;
  display: flex;
  justify-content: space-between;
}   
.more-exciting .content .item{
  width:260px;
  height:181px;
  background:rgba(255,255,255,1);
  box-shadow:0px 4px 19px 1px rgba(113,181,151,0.12);
  border-radius:10px;
  overflow: hidden;
}  
.more-exciting .content .item .more-exciting-title{
  height:70px;
  line-height: 70px;
  text-align: center;
  background:linear-gradient(-135deg,rgba(101,233,179,1),rgba(33,179,136,1));
  border-radius:10px 10px 0px 0px;
  color: #FEFEFE;
  font-size: 20px;
  font-weight: bold;
}   
.more-exciting .content .item .desc{
  padding: 25px 26px 0;
  text-align: center;
  color: #7D88A2;
  font-size: 16px;
  line-height: 30px;
}
.more-exciting .content .item .desc span{

}

.sub-title {
  text-align: center;
  font-size: 26px;
  color: #3b426b;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 50px; }

.sub-essay {
  font-size: 18px;
  color: #7d88a2;
  text-align: center;
  padding-bottom: 20px; }

.sub-title1 {
  padding-top: 89px;
  margin-bottom: 55px; }

.sub-title2 {
  padding-top: 62px;
  margin-bottom: 54px; }
.tips-img {
  padding: 60px 0 92px;
  position: relative;
  left: 60px; }

