@charset "utf-8";
@font-face {
    font-family: Geneva;
    src: url('./fonts/geneva.ttf');
}

/* 轮播 */
.banner-wrapper {
    position: relative;
    width:100%;
    height:541px;
    background: url('../images/csfw_banner.png') center center no-repeat;
    z-index:1;
}
.pos-related-banner {
    display: block;
    width:1200px;
    margin:0 auto;
    text-align: left;
    overflow: hidden;
}
.pos-related-banner h2 {
    margin-top:155px;
    font-size: 48px;
    color: #fff;
}
.qrcode-banner h2.qrcode-title {
   margin-top:110px; 
}
.entry-experience {
    display: block;
    width: 231px;
    height: 60px;
    line-height: 60px;
    margin-top: 58px;
    color: #fff;
    font-size: 24px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}
.banner-center-title-2 {
    width: 215px;
    margin-left: 8px;
    padding-top: 10px;
    line-height: 25px;
    font-size: 16px;
    color: rgba(255,255,255,.7);
}
/* 导航栏 */
.nav-container-detail {
    width: 100%;
    display: block;
    position: relative;
    background: rgba(0,0,0,.75);
    z-index:20;
}
 .nav-detail-wapper {
    width:1200px;
    margin: 0 auto;
}
.nav-menu-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav-menu-box li {
    display: inline-block;
    width: 12%;
    text-align: center;
}
.nav-menu-box li a {
    height: 120px;
    display: block;
   /*  display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: stretch;
   -ms-flex-align: stretch;
   align-items: stretch; */
    font-family: Microsoft YaHei,微软雅黑;
    font-size: 14px;
    letter-spacing: .48px;
    color: #fff;
}
.current,.nav-detail-wapper a:hover {
    background-color: rgba(216,5,0,.8);
}
.nav-menu-box li a span {
    width: 100%;
    display: block;
}
.nav-menu-box li a span:first-child {
    padding-top: 20px;
}
.nav-menu-box li a span:last-child {
    padding-top: 15px;
}
/* pos */
.product-wrapper{
    width: 1200px;
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.product-wrapper .product-desc{
    width: 45%;
    display: inline-block;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: distribute;
    justify-content: space-around; */
    padding: 20px  20px  20px 50px;
}
.product-wrapper .product-desc .title h2 {
    width: 100%;
    font-family: Microsoft YaHei,微软雅黑;
    font-size: 28px;
    letter-spacing: 0;
    color: #626262;
}
.product-wrapper .product-desc .desc-box{
    width: 100%;
    padding-top: 17px;
}
.product-wrapper .product-desc .desc-box p {
    text-indent: 32px;
    text-align: justify;
    line-height: 22px;
    font-family: Microsoft YaHei,微软雅黑;
    font-size: 16px;
    letter-spacing: 0;
    color: #626262;
}
.product-wrapper .product-desc .pro-schema{
    width: 100%;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.product-wrapper img{
    max-width: 100%;
    max-height: 100%;
}
.product-wrapper .product-desc .pro-schema span{
    width: 90%;
    line-height: 20px;
    font-family: Microsoft YaHei,微软雅黑;
    font-size: 14px;
    letter-spacing: 0;
    color: #626262;
    padding-left: 10px;
}
.product-wrapper .product-img{
    display: inline-block;
    width: 39%;
    text-align: center;
    padding: 20px;
    vertical-align: top;
}
.product-scenes{
    width: 100%;
    height: auto;
    background: #F8F8F9;
    padding-bottom: 10px;
}
.product-flow {
    padding-bottom: 80px;
}
.product-scenes .scenes-wrapper{
    width: 1200px;
    margin: 0 auto;
}
.product-scenes .scenes-wrapper .scenes-box {
    width: 100%;
    height: 100%;
    padding: 10px 0;
}
.scenes-box .scenes-item{
    display: inline-block;
    width: 44%;
    padding: 10px;
    margin: 22px;
    cursor: pointer;
}
.item-img {
    display: inline-block;
}
.scenes-wrapper .scenes-box .item-desc {
    display: inline-block;
    padding-left: 15px;
    vertical-align: top;
}
.scenes-box .item-desc .title h2 {
    font-family: Microsoft YaHei,微软雅黑;
    font-size: 18px;
    letter-spacing: 0;
    color: #424242;
    font-weight: 600;
}
.desc-box{
    padding-top: 12px;
    width: 365px;
    overflow-wrap: break-word;
}
.desc-advance-box{
    width: 220px;
}
.scenes-wrapper .scenes-box .item-desc p{
    text-align: justify;
    line-height: 22px;
    font-family: Microsoft YaHei,微软雅黑;
    font-size: 14px;
    letter-spacing: 0;
    color: #929292;
}
/*Mpos*/
.product-advance .scenes-box {
    width: 100%;
    height: 100%;
    padding: 10px 0;
}
.img-time {
    display: block;
    width: 70.833333%;
    margin: 0 auto;
    padding-top: 60px;
    position: relative;
}
.img-time .time-line {
    position: relative;
    z-index: 10;
    height: 4px;
    display: block;
   /*  display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   background-color: #DDD;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center; */
   background-color: #DDD;
}
.time-line li {
    display: inline-block;
    position: relative;
    z-index: 20;
    top:-7px;
    /* width: 16.2%; */
    width:19.2%;
    height: 18px;
}
.time-line .last-time-line {
    width:0%;
}
 .time-line li span {
    position: absolute;
    z-index: 100;
    cursor: pointer;
    width: 18px;
    height: 18px;
    display: block;
    text-align: center;
    line-height: 18px;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
    font-family: Microsoft YaHei,微软雅黑;
    font-size: 14px;
    letter-spacing: .48px;
    color: #626262;
    border-radius: 50%;
    background-color: #DDD;
    -webkit-transition: all .6s ease-in-out .3s;
    transition: all .6s ease-in-out .3s;
}
.time-line li.active span {
    color: #fff;
    background-color: #4a90e2;
}
.time-line-move {
    width: 15%;
    height: 4px;
    background-color: #4a90e2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
    -webkit-transition: width 1.1s ease-in-out .2s;
    transition: width 1.1s ease-in-out .2s;
}
.text-time {
    width: 82%;
    margin: 0 auto;
}
.text-time .time-line-txt {
    padding-top: 30px;
    padding-bottom: 5px;
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
    -webkit-box-align: center;
    align-items: center;
}
.time-line-txt li:first-child {
    margin-left: 8px;
}
.time-line-txt li {
    display: inline-block;
    width:159px;
    text-align: center;
    display: inline-block;
}
.time-line-txt li:last-child { 
    width:162px;
}
.time-line-txt li.active span {
    color: #4a90e2;
}
.product-scenes-white {
    background-color: #fff;
}
.product-scenes .scenes-wrapper>.title {
    margin: 0 auto;
    text-align: center;
}
.product-scenes .scenes-wrapper>.title h2 {
    line-height: .22em;
    padding: 55px 10px;
    font-size: 28px;
    letter-spacing: 0;
    color: #929292;
    font-weight: 600;
}
.scenes-box {
    width: 100%;
    height: 100%;
    padding: 10px 0;
}
.scenes-box-advance-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.scenes-box-advance-bottom .scenes-item {
    width: 21%;
    padding: 10px;
    margin: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    vertical-align: top;
    -webkit-transition: all .2s ease-in .01s;
    transition: all .2s ease-in .01s;
}
.scenes-box-advance-bottom .scenes-item:not(.active):after {
    content: "";
    width: 2px;
    height: 80px;
    background: #EAEDF4;
    position: absolute;
    top: 50%;
    right: 0;
    color:#fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.scenes-box-advance-bottom .scenes-item.active {
    height:286px;
    background: #4A90E2;
    color: #fff;
}
.scenes-box-advance-bottom .scenes-item .item-img {
    display: block;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
}
.scenes-box-advance-bottom .scenes-item .item-img img {
    display: block;
    width:56px;
    margin:0 auto;
    text-align: center;
}
.scenes-box-advance-bottom .scenes-item .item-desc .title {
    margin-top: 30px;
}
.scenes-box-advance-bottom .scenes-item .item-desc .title h2 {
    font-family: Microsoft YaHei,微软雅黑;
    font-size: 18px;
    letter-spacing: 0;
    color: #424242;
    text-align: center;
}
.scenes-box-advance-bottom .scenes-item .item-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    line-height: .22em;
    font-family: Microsoft YaHei,微软雅黑;
    font-size: 24px;
    letter-spacing: 0;
    color: #929292;
}
.desc-advance-box p{
    padding-top: 30px;
}
.scenes-box-advance-bottom .scenes-item .item-desc p {
    width:91%;
    margin:0 auto;
    text-align: justify;
    font-family: Microsoft YaHei,微软雅黑;
    font-size: 14px;
    letter-spacing: 0;
    color: #929292;
    line-height: 26px;
}
.scenes-box-advance-bottom .scenes-item.active .item-desc .title h2, .scenes-box-advance-bottom .scenes-item.active .item-desc p, .scenes-box-advance-bottom .scenes-item.active .item-desc .title h2, .scenes-box-advance-bottom .scenes-item.active .item-desc p {
    color: #fff;
}
.fixed-bottom {
    position: relative;
    bottom:0;
}
.xlzgmodule{
    height: 608px;
}
.bgimg{
    width: 100%;
    height: 574px;
    background: url('../images/csfw_dljz_bg.png') center center no-repeat;
}
.quick-payment-introduction-module-2{
    /* width: 100%; */
    width: 1200px;
    margin: 0 auto;
    height: 574px;
    /* padding: 66px 360px; */
    padding-top: 66px;
    box-sizing: border-box;
    background: none;
}
.tablist-title{
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
    box-sizing: border-box;
}
.tablist-title img{
    width: 60px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.tablist-title span{
    font-size: 42px;
    color: #D61819;
    display: inline-block;
    vertical-align: middle;
    padding: 0 36px;
    box-sizing: border-box;
}
.tablist-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list-item{
    text-align: center;
    height: 390px;
    box-shadow: 0px 0px 16px 0px rgba(207, 205, 205, 0.38);
    padding: 16px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #fff;
}
.list-item img{
    width: 246px;
    height: 208px;
}
.list-item span:nth-of-type(1){
    display: block;
    font-size: 28px;
    color: #333;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 16px;
}
.list-item span:nth-of-type(2){
    font-size: 16px;
    color: #D61819;
    display: block;
    white-space: pre-wrap;
    line-height: 16px;
    text-align: center;
    padding-bottom: 12px;
}
.list-item span:nth-of-type(3){
    font-size: 16px;
    color: #333;
    display: block;
    width: 210px;
    margin: 0 auto;
    white-space: pre-wrap;
    line-height: 16px;
    text-align: center;
}
.list-item2{
    text-align: center;
    height: 340px;
    box-shadow: 0px 0px 16px 0px rgba(207, 205, 205, 0.38);
    padding: 49px 27px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #fff;
}
.list-item2 img{
    width: 120px;
    height: 120px;
}
.list-item2 span:nth-of-type(1){
    display: block;
    font-size: 28px;
    color: #333;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 16px;
}
.list-item2 span:nth-of-type(2){
    font-size: 16px;
    color: #333;
    display: block;
    white-space: pre-wrap;
    line-height: 16px;
    /* text-align: left; */
    padding-bottom: 12px;
    width: 208px;
}
.bottom-box{
    width: 100%;
    height: 300px;
    font-size: 0;
    background: url('../images/csfw_fwlc_bg.png') center center no-repeat;;
}
.bottom-box img{
    width: 100%;
    height: 300px;
    opacity: 0;
}
.moblie-listbox{
    width: 100%;
    padding: 0 3.2vw;
    box-sizing: border-box;
}
.moblie-item{
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.moblie-item img{
    width: 80px;
    height: 80px;
}
.moblie-item span:nth-of-type(1){
    display: block;
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 18px;
}
.moblie-item span:nth-of-type(2){
    font-size: 12px;
    color: #666;
    display: block;
    white-space: pre-wrap;
    line-height: 18px;
}
@media screen and (max-device-width : 1024px) {
    .scenes-wrapper .scenes-box .item-desc p{
        width: 232px;
    }
    .fixed-bottom {
        position: absolute;
        bottom:0;
    }
    .product-scenes .scenes-wrapper>.title h2 {
        width:980px;
    }
    .img-time {
        margin-left: 70px;
    }
    .text-time {
        margin-left: 0;
    }
    .product-scenes .product-advantages-wrapper {
        width:980px;
    }
    .scenes-wrapper .item-desc .desc-advance-box p{
        width: 200px;
    } 
}
