.banner {
    min-width: 1200px;
    height: 447px;
    overflow: hidden;
    background: url('../images/pay_banner.jpg') no-repeat center center / cover;
    image-rendering: -webkit-optimize-contrast;
}
.banner-wrapper {
    width: 1200px;
    margin: 0 auto;
}
.banner-wrapper .text {
    margin-top: 220px;
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
}
.title {
    font-size: 28px;
    color: #212121;
    text-align: center;
}
.market-wrapper,
.way-wrapper,
.advantage-wrapper,
.business-wrapper {
    min-width: 1200px;
    padding: 80px 0 100px;
    box-sizing: border-box;
    overflow: hidden;
}
.way-wrapper,
.business-wrapper {
    background: #f3fbfe;
}
.business-wrapper {
    padding-bottom: 100px;
}
.market,
.way,
.advantage,
.business {
    width: 1200px;
    margin: 0 auto;
}
.market .list {
    margin-top: 70px;
    overflow: hidden;
}
.market .list .item {
    float: left;
    width: 200px;
    position: relative;
}
.market .list .item::after {
    width: 58px;
    height: 1px;
    border-bottom: 1px dashed #0696DA;
    box-sizing: border-box;
    position: absolute;
    top: 40px;
    right: 0;
    content: '';
}
.market .list .item::before {
    width: 58px;
    height: 1px;
    border-bottom: 1px dashed #0696DA;
    box-sizing: border-box;
    position: absolute;
    top: 40px;
    left: 0;
    content: '';
}
.market .list .item:first-child::before,
.market .list .item:last-child::after {
    display: none;
}
.market .list .item .img-round {
    width: 80px;
    height: 80px;
    border: 1px dashed #0696DA;
    padding: 8px;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 auto;
}
.market .list .item .img-round .img-wrapper {
    width: 100%;
    height: 100%;
    background: #0696DA;
    padding: 12px;
    box-sizing: border-box;
    border-radius: 50%;
}
.market .list .item .img-round .img-wrapper img {
    width: 100%;
    display: block;
}
.market .list .item .text {
    margin-top: 28px;
    font-size: 16px;
    color: #212121;
    text-align: center;
}
.way .list {
    margin-top: 70px;
    overflow: hidden;
}
.way .list .item {
    float: left;
    width: 386.666666px;
    height: 236px;
    margin-right: 20px;
    position: relative;
    border-radius: 8px;
    cursor: pointer;
}
.way .list .item:last-child {
    margin-right: 0;
}
.way .list .item .img-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
}
.way .list .item .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
}
.way .list .item .img-wrapper img:hover {
    transform:scale(1.1);
}
.way .list .item .bottom {
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, .6);
    border-radius:0 0 6px 6px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}
.advantage .list {
    margin-top: 70px;
    overflow: hidden;
}
.advantage .list .item {
    float: left;
    width: 262.5px;
    height: 248px;
    margin-right: 50px;
    padding: 36px 16px;
    box-sizing: border-box;
    border-radius: 6px;
    transition: all .3s linear;
    cursor: pointer;
}
.advantage .list .item:last-child {
    margin-right: 0;
}
.advantage .list .item img {
    height: 56px;
    transition: all .3s linear;
}
.advantage .list .item .label {
    font-size: 16px;
    font-weight: bold;
    color: #212121;
    margin-top: 35px;
    transition: all .3s linear;
}
.advantage .list .item .text {
    font-size: 14px;
    color: #757575;
    margin-top: 25px;
    line-height: 22px;
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all .3s linear;
}
.advantage .list .item:hover {
    background: #0696DA;
}
.advantage .list .item img.moren,
.advantage .list .item:hover img.xuanzhong {
    display: block;
}
.advantage .list .item img.xuanzhong,
.advantage .list .item:hover img.moren {
    display: none;
}
.advantage .list .item:hover .label,
.advantage .list .item:hover .text {
    color: #FFFFFF;
}
.business .list {
    margin-top: 50px;
    margin-bottom: 20px;
}
.business .list .item {
    width: 270px;
    height: 190px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px 0px rgba(183, 183, 183, 0.3);
    border-radius: 6px;
    float: left;
    margin-right: 40px;
    margin-top: 20px;
    text-align: center;
    cursor: pointer;
    transform: scale(1);
    transition: transform .3s linear;
}
.business .list .item:hover {
    transform: scale(1.1);
}
.business .list .item:nth-child(4n + 4) {
    margin-right: 0;
}
.business .list .item img {
    height: 48px;
    display: block;
    margin: 52px auto 0;
}
.business .list .item .text {
    font-size: 16px;
    font-weight: bold;
    color: #212121;
    margin-top: 30px;
    letter-spacing: 2px;
}