ul {
    margin: 0;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* 头部 */
.payment-header {
    width: 100%;
    background-color: #fff;
}

.header-content {
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    width: 76px;
    height: 55px;
}

.logo img {
    width: 100%;
    height: auto;
}

.header-right {
    display: flex;
    align-items: center;
}

.nav ul {
    margin-bottom: 0;
    margin-right: 105px;
}

.nav ul li {
    float: left;
    position: relative;
}

.nav ul li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    right: 0;
    width: 1px;
    height: 15px;
    background: #E4E3E5;

}

.nav ul li a {
    height: 84px;
    padding: 0 30px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #242424;
    line-height: 84px;
}

.phone {
    height: 84px;
    width: 195px;
    background-color: #1752A9;
    padding: 0 25px;
}

.phone span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 15px;
    margin-bottom: 7px;
}

.phone p {
    font-size: 21px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0;
    line-height: 25px;
}

/* 主要内容 */
.payment-main {
    width: 100%;
}

.banner {
    width: 100%;
    background-size: 100% 100%;
}

.banner-content {
    height: 480px;
    padding-top: 116px;
    position: relative;
}

.banner-content h3 {
    font-size: 40px;
    font-weight: bold;
    color: #212020;
    line-height: 40px;
    margin-top: 0px;
    margin-bottom: 34px;
}

.banner-content p {
    height: 19px;
    font-size: 18px;
    font-weight: 400;
    color: #717171;
    line-height: 19px;
    margin-bottom: 52px;
}

.banner-content .more {
    display: block;
    width: 155px;
    height: 57px;
    background: linear-gradient(90deg, #3974CB, #1852A9);
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 57px;
    text-align: center;
}

.more img {
    width: 22px;
    height: 8px;
    margin-bottom: 5px;
    margin-left: 15px;
}

.banner-login {
    position: absolute;
    width: 100%;
    bottom: -58px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.banner-login ul li {
    float: left;
    width: 25%;
    height: 111px;
    padding: 20px 29px;
    background: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
    /* transition: all .3s; */
}

.banner-login ul li .icon {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    line-height: 67px;
    text-align: center;
    border: 1px solid #D7D7D7;
    margin-right: 16px;
}

.banner-login ul li .login-title h5 {
    font-size: 20px;
    font-weight: 400;
    color: #2E2E2E;
    margin-top: 0;
    margin-bottom: 13px;
}

.banner-login ul li .tags span {
    font-size: 13px;
    font-weight: 400;
    color: #A4A4A4;
    text-transform: uppercase;
}

.banner-login ul li .tags img {
    width: 16px;
    height: 16px;
    margin-left: 12px;
}

.banner-login ul li:hover {
    background: url(/static/images/payment/banner-hover.png) no-repeat;
    background-size: 100% 100%;
    transition: all .4s;
}

.banner-login ul li:hover .login-title h5 {
    font-size: 24px;
    color: #fff !important;
}

.block {
    width: 100%;
}

.payment-advert {
    width: 100%;
    height: 133px;
    position: relative;
}

.payment-advert img {
    width: 100%;
    height: 100%;
}

.payment-advert .payment-advert_tag {
    position: absolute;
    width: 59px;
    height: 27px;
    top: 17px;
    right: 10px;
    background: rgba(0, 0, 0, .33);
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 27px;
}

.block-title {
    position: relative;
    width: 411px;
    text-align: center;
    margin: 0 auto;

}

.block-title h3 {
    margin: 0;
    font-size: 60px;
    font-weight: bold;
    color: #E5E5E5;
    text-transform: uppercase;
    line-height: 45px;
}

.block-title span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50px;
    transform: translate(-50%, -50%);
    /* unnecessary styling properties */
    max-width: 50%;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color: #000000;
}

.product {
    margin-top: 88px;
    width: 100%;
    background: url(/static/images/payment/product-bg.jpg) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 28px;
}

.product ul li {
    float: left;
    width: 198px;
    height: 629px;
    transition: all .4s;
}

.is-active {
    width: 521px !important;
}

.product-tab-btn {
    width: 100%;
    height: 100%;
    padding: 116px 0 75px 0;
    text-align: center;
    transition: all .3s;
    position: relative;
}

.product-tab-btn .product-tab_icon{
    position: absolute;
    bottom: 110px;
    left: calc(50% - 10px);
}

.product-tab-btn p {
    width: 30px;
    font-size: 30px;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 40px;
    margin: 66px auto 172px auto;
}

.product-tab-wrap {
    padding: 41px 36px;
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
    transition: all .3s;
}

.product-title {
    width: 100%;
    border-bottom: 1px solid #425271;
}

.product-title img {
    display: block;
    width: 50px;
    height: auto;
}

.product-title h3 {
    font-size: 30px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 26px;
    margin-bottom: 31px;
}

.product-tab-wrap h4 {
    font-size: 16px;
    font-weight: 400;
    color: #B7C6E1;
    line-height: 20px;
    margin-bottom: 19px;
    margin-top: 0;
}

.product-tab-wrap p {
    font-size: 14px;
    font-weight: 400;
    color: #A3BAE1;
    line-height: 24px;
    margin: 0;
}

.product-introduce {
    width: 100%;
    padding: 30px 0 20px 0;
}

.product-trait {
    width: 100%;
    padding: 20px 0 17px 0;
}

.product-scene {
    width: 100%;
    padding-top: 14px;
}

.product-line{
    width: 100%;
    height: 1px;
    background: url(/static/images/payment/product-line.png) no-repeat;
    background-size: 100% 100%;
}

.solution {
    width: 100%;
    margin-top: 64px;
    margin-bottom: 33px;
}

.solution ul {
    display: flex;
    justify-content: space-between;
}

.solution ul li {
    width: 393px;
    height: 485px;
    padding: 110px 27px 27px 27px;
}

.solution-title {
    width: 240px;
    margin: 0 auto;
}

.solution-title h4 {
    font-size: 24px;
    font-weight: bold;
    color: #323232;
    text-align: center;
    line-height: 30px;
    margin: 0;
}

.solution-content {
    width: 323px;
    margin-top: 55px;
}

.solution-content h5 {
    font-size: 16px;
    font-weight: 400;
    color: #303031;
    line-height: 16px;
    margin: 0 0 15px 0;
}

.solution-content p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #6B6B6B;
    line-height: 24px;
}

.service {
    width: 100%;
    margin: 67px 0 29px 0;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.notice-list {
    width: 417px;
    height: 454px;
    background: #FAFAFA;
    border: 1px solid #F1F1F1;
}

.notice-list_title {
    height: 62px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #F1F1F1;
    padding: 0 13px 0 20px;
}

.notice-list_title h5 {
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    color: #3D3D3D;
    line-height: 22px;
}

.notice-list_more {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}

.notice-list_more span {
    color: #666666;
}

.notice-list_more img {
    width: 18px;
    height: 18px;
    margin-left: 9px;
}

.notice-list_content {
    width: 100%;
    padding: 11px;
}

.notice-list_content ul li {
    position: relative;
    border-bottom: 1px dashed #F1F1F1;
}

.notice-list_content ul li::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    left: 8px;
    top: calc(50% - 2px);
    background: #468EE6;
}

.notice-list_content .link {
    margin-left: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.notice-list_content .link p {
    font-size: 14px;
    font-weight: 400;
    color: #757474;
    line-height: 14px;
    margin: 0;
    width: calc(100% - 40px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice-list_content .link span {
    font-size: 12px;
    font-weight: 400;
    color: #BABABA;
    line-height: 12px;
}

.report {
    width: 100%;
    padding: 19px 16px;
}

.report .report-content {
    width: 100%;
    background: url(/static/images/payment/report-bg.png) no-repeat;
    background-size: 100% 100%;
}

.report-content_top {
    padding: 33px;
    width: 100%;
}

.r-label {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.r-label span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #8D8D8D;
    margin-left: 9px;
    line-height: 20px;
}

.r-value {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #1852A9;
    line-height: 24px;
}

.r-line {
    width: 100%;
    height: 2px;
    background-color: #9F9F9F;
    margin: 30px 0;
}

.onLine a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 96px;
    background: linear-gradient(90deg, #3974CB, #1852A9);
    font-size: 24px;
    font-weight: 400;
    color: #FDFDFD;
}

.onLine a span {
    display: block;
}


.cooperate {
    width: 100%;
    height: 225px;
    margin-top: 67px;
    margin-bottom: 30px;
}

.cooperate-swiper-container {
    width: 100%;
    height: 100%;
}

.cooperate-swiper-slide{
    height: calc((100% - 25px) / 2) !important;
}

.cooperate-swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
}

.cooperate-swiper-slide img{
    height: 100%;
    width: 100%;
}

.cooperate ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cooperate ul li {
    width: 196px;
    height: 99px;
    margin-bottom: 20px;
}

.cooperate ul li img {
    width: 100%;
    height: auto;
}

/* 底部 */
.payment-footer {
    width: 100%;
    min-height: 100px;
    background: #1E2734;
}

.payment-footer_top {
    padding: 30px 23px 47px 6px;
}

.footer-logo {
    float: left;
    width: 75px;
    height: 55px;
    margin-top: 53px;
    margin-right: 50px;
}

.footer-logo img {
    width: 100%;
    height: auto;
}

.footer-info {
    float: left;
    margin-top: 39px;
    margin-right: 40px;
}

.footer-info p {
    max-width: 303px;
    font-size: 14px;
    font-weight: 400;
    color: #707B8A;
    line-height: 30px;
    text-indent: -3em;
    margin: 0 0 0 57px;
}

.v-line {
    width: 1px;
    height: 161px;
    background: linear-gradient(244deg, rgba(44, 57, 73, 0.1) 0%, rgba(44, 57, 73, 1) 50%, rgba(44, 57, 73, 0.1) 100%);
}

.footer-links {
    padding: 0 27px 0 42px;
}

.footer-links_title {
    width: 91px;
    height: 42px;
    background: #0D1218;
    font-size: 14px;
    font-weight: 400;
    color: #C5CDD9;
    line-height: 42px;
    text-align: center;
    margin: 22px 0 15px 0;
}

.footer-links_content {
    display: flex;
    align-items: center;
}

.footer-links_content ul {
    margin-left: 25px;
    height: 90px;
}

.footer-links_content ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #798392;
    line-height: 30px;
}

.footer-code {
    display: flex;
    padding: 7px 0 0 37px;
}

.code-item:last-child{
    margin-left: 24px;
}

.footer-code p {
    font-size: 14px;
    font-weight: 400;
    color: #707B8A;
    text-align: center;
    line-height: 16px;
}

.code-img {
    width: 123px;
    height: 123px;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 21px;
}

.code-img img {
    width: 100%;
    height: auto;
}

.h-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(244deg, rgba(44, 57, 73, 0.1) 0%, rgba(44, 57, 73, 1) 50%, rgba(44, 57, 73, 0.1) 100%);
}

.payment-footer_bottom {
    padding: 22px 0 19px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.payment-footer_bottom p {
    font-size: 12px;
    font-weight: 400;
    color: #586679;
    line-height: 14px;
    margin: 0;
}

.footer-img {
    width: 365px;
    height: 40px;
}

.footer-img img {
    width: 100%;
    height: auto;
}

.licence{
    width: 110px;
    height: 77px;
}

.licence img{
    width: 100%;
    height: 100%;
}