.content-wrap {
    width: 100%;
    height: 100%;
}
/* banner */
.content-body {
    /* width: 1920px; */
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
}
.banner {
    background: url(../images/invoicing/banner.png) no-repeat center;
    height: 440px;
    background-size: cover;
    /* background-image: url("https://cdn.jdy.com/jdy/new/images/invoicing/banner.png");
    height: 480px;
    background-repeat: no-repeat;
    background-size: 100%; 
    width: 100%; */
}
.banner p {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.banner > div {
    width: 1180px;
    display: flex;
    justify-content: left;
    margin-left: auto;
    margin-right: auto;
    padding-top: 128px;
    flex-direction: column;
    padding-bottom: 152px;
    /* margin-top: 5px; */
}
.banner > div p {
    color: #ffffff;
}
.banner > div > div:nth-child(1) p {
    height: 48px;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
}
.banner > div > div:nth-child(2) p,
.banner > div > div:nth-child(3) p {
    font-size: 16px;
    font-weight: 400;
}
.banner-btn {
    display: flex;
    justify-content: left;
    flex-direction: row;
    margin-top: 40px !important;
}
.banner-btn div {
    width: 104px;
    height: 40px;
    border-radius: 2px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
}
.banner-btn div p {
    text-align: center;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}
.banner-btn-trial {
    background: #2386ee;
}
.banner-btn-buy {
    border: 1px solid #ffffff;
}
.banner-btn-trial:hover,
.solotion-btn-buy:hover {
    animation: btn-blue 1s 1;
    -webkit-animation: btn-blue 1s 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    border: 1px solid #2386ee;
}
.banner-btn-buy:hover,
.solotion-btn-trial:hover {
    animation: btn-white 1s 1;
    -webkit-animation: btn-white 1s 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.banner-btn-buy:hover p,
.solotion-btn-trial:hover p {
    animation: btn-withe-txt 1s 1;
    -webkit-animation: btn-withe-txt 1s 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.banner-btn-trial:hover p,
.solotion-btn-buy:hover p {
    animation: btn-blue-txt 1s 1;
    -webkit-animation: btn-blue-txt 1s 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
@keyframes btn-white {
    from {
        background-color: #ffffff;
    }
    to {
        background-color: #2386ee;
    }
}
@keyframes btn-blue {
    from {
        background-color: #2386ee;
    }
    to {
        background-color: #ffffff;
    }
}
@keyframes btn-withe-txt {
    from {
        color: #2386ee;
    }
    to {
        color: #ffffff;
    }
}
@keyframes btn-blue-txt {
    from {
        color: #ffffff;
    }
    to {
        color: #2386ee;
    }
}
/* 详细 */
.case-detail {
    width: 100%;
}
.case-head-txt {
    height: 156px;
    text-align: center;
}
.case-head-txt p {
    height: 56px;
    font-size: 32px;
    font-weight: normal;
    color: #000000;
    position: relative;
    top: 100px;
}
.case-content {
    height: 518px;
    width: 1180px;
    display: flex;
    justify-content: space-between;
    justify-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
}
.case-pic {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 643px;
    overflow: hidden;
    border-radius: 8px;
}
.rolebtn {
    display: flex;
}
.rolebtn .btn_w {
    color: #212121;
    border: 1px solid #999;
}
.case-pic > .case-img {
    transition: 1s;
    height: 100%;
}
.cp-img1 {
    background-image: url('../images/invoicing/imgfront1.png');
}
.cp-img2 {
    background-image: url('../images/invoicing/imgfront2.png');
}
.cp-img3 {
    background-image: url('../images/invoicing/imgfront3.png');
}
.cp-img4 {
    background-image: url('../images/invoicing/imgfront4.png');
}
.cp-img5 {
    background-image: url('../images/invoicing/imgfront5.png');
}
.cp-img6 {
    background-image: url('../images/invoicing/imgfront6.png');
}
.cp-img7 {
    background-image: url('../images/invoicing/imgfront7.png');
}
.cp-img8 {
    background-image: url('../images/invoicing/imgfront8.png');
}
.cp-img9 {
    background-image: url('../images/invoicing/imgfront9.png');
}
.cp-img10 {
    background-image: url('../images/invoicing/imgfront10.png');
}
.cp-img11 {
    background-image: url('../images/invoicing/imgfront11.png');
}
.cp-img12 {
    background-image: url('../images/invoicing/imgfront12.png');
}

.case-pic-img {
    /* background-size: 100%; */
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 0%;
    background-position-y: 100%;
    width: 400px;
    height: 358px;
    z-index: 10;
    position: relative;
    bottom: 376px;
    left: 24px;
}
.case-pic:hover > .case-img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    border-radius: 8px;
}
.case-txt {
    width: 465px;
    font-weight: normal;
    color: #000000;
    display: flex;
    align-items: center;
}
.case-txt p {
    color: #666666;
}
.case-txt ul li {
    font-size: 14px;
    font-weight: 400;
    color: #212121;
    margin-left: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: wrap;
}
.pic-right {
    background-image: url('../images/invoicing/dui.png');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 16px;
    height: 14px;
    background-position: center;
    margin-right: 12px;
}
.case-pic1 {
    background-image: url('../images/invoicing/body-detail01.png');
    background-size: cover;
}
.case-pic2 {
    background-image: url('../images/invoicing/body-detail02.png');
    background-size: cover;
}
.case-pic3 {
    background-image: url('../images/invoicing/body-detail03.png');
    background-size: cover;
}
.case-pic4 {
    background-image: url('../images/invoicing/body-detail04.png');
    background-size: cover;
}
.case-pic5 {
    background-image: url('../images/invoicing/body-detail05.png');
    background-size: cover;
}
.case-pic6 {
    background-image: url('../images/invoicing/body-detail06.png');
    background-size: cover;
}
.case-pic7 {
    background-image: url('../images/invoicing/body-detail07.png');
    background-size: cover;
}
.case-pic8 {
    background-image: url('../images/invoicing/body-detail08.png');
    background-size: cover;
}
.case-pic9 {
    background-image: url('../images/invoicing/body-detail09.png');
    background-size: cover;
}
.case-pic10 {
    background-image: url('../images/invoicing/body-detail10.png');
    background-size: cover;
}
.case-pic11 {
    background-image: url('../images/invoicing/body-detail11.png');
    background-size: cover;
}
.case-pic12 {
    background-image: url('../images/invoicing/body-detail12.png');
    background-size: cover;
}

.case-txt ul li:first-child p {
    /* height: 33px; */
    line-height: 1.3;
    font-size: 28px;
    margin-left: 0px;
    color: #000000;
}
.case-txt ul li:last-child,
.case-txt ul li:last-child a {
    /* display: flex;
    height: 21px;
    font-size: 14px;
    justify-content: flex-start;
    color: #2386EE; */
}
.case-txt ul li:last-child a:hover + .trial-more {
    animation: trialmore 1s 1;
    -webkit-animation: trialmore 1s 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
@keyframes trialmore {
    from {
        margin-left: 5;
    }
    to {
        margin-left: 15px;
    }
}
.h-b {
    background: #f4f8fb;
}
.trial-more {
    margin-left: 5px;
}

/* tbale */
.content-solution {
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 120px;
}
.solution-body {
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
}
.solution-head-txt {
    margin-top: 80px;
    text-align: center;
    height: 56px;
}
.solution-head-txt p {
    font-size: 32px;
    font-weight: normal;
    color: #000000;
}
.solution-product {
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* height: 278px; */
}
.solution-product-item {
    width: 380px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: #ffffff;
    box-shadow: 0px 4px 16px 0px rgba(30, 35, 48, 0.1);
    padding: 40px 24px 32px 24px;
    position: relative;
    top: 0;
    transition: 1s;
}
.solution-product-item:hover {
    box-shadow: 10px 16px 34px 0px rgba(30, 35, 48, 0.1);
    /* top:30px */
}
.solution-product-item > p:nth-child(1) {
    /* height: 28px;
    font-size: 18px;
    font-weight: 400;
    color: #212121; */
}
.solution-product-item > p:nth-child(2) {
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}
.solution-price {
    display: flex;
    justify-content: start;
    align-items: baseline;
}
.solution-price > p:nth-child(1) {
    height: 60px;
    font-size: 40px;
    font-weight: 600;
    color: #2386ee;
}
.solotion-btn {
    display: flex;
    justify-content: start;
    align-items: baseline;
}
.solotion-btn-buy {
    width: 104px;
    height: 40px;
    background: #2386ee;
    border-radius: 2px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.solotion-btn-buy p {
    width: 28px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}
.solotion-btn-trial {
    width: 104px;
    height: 40px;
    border-radius: 2px;
    opacity: 0.65;
    border: 1px solid #cccccc;
    cursor: pointer;
    margin-left: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.solotion-btn-trial p {
    width: 28px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #212121;
}
p {
    font-family: PingFangSC-Semibold, PingFang SC;
}
.item-style1 {
    border-top: solid 8px #2386ee;
}
.item-style2 {
    border-top: solid 8px #16b0f1;
}
.item-style3 {
    border-top: solid 8px #16b8b1;
}
.solution-product-compare {
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
}
.solution-product-compare {
    border: 1px solid #e5e5e5;
    display: flex;
    flex-direction: column;
}
.head-row {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 48px;
}
.head-row-col {
    width: 25%;
}
.head-row-col:nth-child(1) {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    padding-left: 24px;
}
.head-row-col:nth-child(1) p {
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #2386ee;
}
.solution-remark {
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.solution-remark > div:first-child p {
    height: 33px;
    font-size: 24px;
    color: #212121;
}
.solution-remark > div:nth-child(2) {
    width: 500px;
}
.solution-remark > div:nth-child(3) {
    display: flex;
    width: 400px;
    justify-content: space-between;
}
.solution-remark .product-icon {
    position: relative;
    top: 5px;
    margin-right: 8px;
}
.solution-remark > div:nth-child(3) > div {
    display: flex;
    align-items: baseline;
}
.row-box {
    background: #f8f8f8;
}
.row-box .body-row {
    border-bottom: 0px solid #e5e5e5;
}
.row-box .body-row:last-child {
    border-bottom: 1px solid #e5e5e5;
}
.body-row {
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* height: 48px; */
    margin-top: 18px;
}
.body-row-col {
    width: 25%;
    /* height: 36px; */
}
.body-row p {
    /* height: 24px; */
    font-size: 16px;
    font-weight: 400;
    color: #212121;
}
.row-box .body-row-col:nth-child(1) {
    padding-left: 48px;
}
.body-row-col:nth-child(1) {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    padding-left: 24px;
    margin-bottom: 5px;
}
.product-icon {
    width: 16px;
    height: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: auto;
    margin-right: auto;
    /* border: dashed 1px #2386EE; */
}
.right {
    background-image: url('../images/invoicing/right.png');
}
.no {
    background-image: url('../images/invoicing/no.png');
}
.unspport {
    background-image: url('../images/invoicing/unspport.png');
}
.hide-all-icon,
.hide-icon {
    width: 16px;
    height: 16px;
    background-image: url('../images/invoicing/hide-icon.png');
    background-repeat: no-repeat;
    background-size: 100%;
    /* border: dashed 1px #E5E5E5; */
    position: relative;
    top: 5px;
    margin-right: 15px;
    cursor: pointer;
}
.show-all-icon,
.show-icon {
    width: 16px;
    height: 16px;
    background-image: url('../images/invoicing/show-icon.png');
    background-repeat: no-repeat;
    background-size: 100%;
    /* border: dashed 1px #E5E5E5; */
    position: relative;
    top: 5px;
    margin-right: 15px;
    cursor: pointer;
}
.hiderow {
    display: none;
}
.showrow {
    /* background: #F6F8FB; */
    animation: mymove 3s infinite;
    -webkit-animation: mymove 3s infinite;
}
.showrow th {
    padding-left: 25px;
}
.collapse-header {
    position: relative;
    width: 1178px;
    margin: 0 auto;
    margin-top: 64px;
}
.collapse-header .title {
    font-size: 24px;
    font-weight: 800;
    color: #212121;
    line-height: 33px;
}
.collapse-header span {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
}
.collapse-header .sup-con {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 9px;
}
.collapse-header .sup-con .sup-no {
    margin-left: 40px;
}
.collapse-header .sup-con .sup-part {
    margin-left: 40px;
}
.collapse-header img {
    width: 20px;
    height: 20px;
}
.collapse-con {
    width: 1178px;
    margin: 0 auto;
    margin-top: 24px;
}

.collapse-con .collapse .double {
    height: 68px;
    line-height: 24px;
    padding-top: 12px;
}

.collapse-con .collapse .double span {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.collapse-con .major-line {
    position: relative;
    height: 48px;
    border: 1px solid #e5e5e5;
}
.collapse-con .major-line span {
    height: 48px;
    font-size: 16px;
    font-weight: 800;
    color: #212121;
    line-height: 24px;
}
.collapse-con .major-line .title-zero {
    font-size: 14px;
    position: absolute;
    left: 60px;
    top: 11px;
}
.collapse-con .major-line .title-first {
    position: absolute;
    left: 371px;
    top: 11px;
}
.collapse-con .major-line .title-second {
    position: absolute;
    right: 376px;
    top: 11px;
}
.invContract .major-line .title-second {
    right: 211px;
}
.collapse-con .icon-first {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 431px;
}
.collapse-con .all {
    background: url('../images/products/stellar/sup-all.png') center no-repeat;
    background-size: contain;
}
.collapse-con .no {
    background: url('../images/products/stellar/sup-no.png') center no-repeat;
    background-size: contain;
}

.collapse-con .part {
    background: url('../images/products/stellar/sup-part.png') center no-repeat;
    background-size: contain;
}
.collapse-con .wait {
    background: url('../images/products/stellar/sup-wait.png') center no-repeat;
    background-size: contain;
}
.collapse-con .icon-second {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 461px;
}
.invContract .icon-second {
    right: 329px;
}
.collapse-con .major-line .title-three {
    position: absolute;
    right: 91px;
    top: 11px;
}
.collapse-con .icon-three {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 176px;
}
.collapse-con .major-line a img {
    width: 14px;
    height: 8px;
    background-size: cover;
    transition: 1s;
}
.collapse-con .major-line a {
    position: absolute;
    margin-left: 26px;
    display: inline-block;
    line-height: 0px;
    top: 40%;
    transform: translate(-50%);
}
.collapse-con .sub-line {
    background: #f8f8f8;
    font-size: 14px;
    position: relative;
    height: 48px;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    padding-left: 56px;
    line-height: 48px;
}
.collapse-con .sub-line span {
    height: 48px;
    line-height: 24px;
}
.rotate {
    transform: rotate(-180deg);
    height: 0;
}
.rotate-re {
    transform: rotate(0);
    height: auto;
}

/* foot */
.foot-dtail {
    width: 100%;
}
.foot-head-txt {
    text-align: center;
}
.foot-head-txt p {
    height: 56px;
    font-size: 32px;
    font-weight: normal;
    color: #000000;
}
.foot-item {
    width: 380px;
    height: 310px;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    /* pointer-events: none; */
}
.item-black {
    width: 380px;
    height: 310px;
    display: none;
    padding: 40px 0px 20px 0px;
    background-color: rgba(20, 136, 231, 0.9);
    position: relative;
    bottom: 310px;
    border-radius: 4px;
    background: linear-gradient(180deg, #ffffff 0%, #2386ee 0) 50%/ 5em;
}

@keyframes showbk {
    from {
        opacity: 0.3;
        position: relative;
    }
    to {
        opacity: 1;
        position: relative;
        background-image: linear-gradient(180deg, #2386ee 100%, #ffffff 0);
    }
}

@-webkit-keyframes showbk {
    from {
        opacity: 0.3;
        position: relative;
    }
    to {
        opacity: 1;
        position: relative;
        background-image: linear-gradient(180deg, #2386ee 100%, #ffffff 0);
    }
}

@keyframes showbkc {
    from {
        opacity: 0.2;
        background-color: #ffffff;
    }
    to {
        opacity: 0.81;
        background-color: #2386ee;
    }
}

@-webkit-keyframes showbkc {
    from {
        opacity: 0.2;
        background-color: #ffffff;
    }
    to {
        opacity: 0.81;
        background-color: #2386ee;
    }
}

@keyframes hidbk {
    from {
        opacity: 1;
    }
    to {
        opacity: 0.5;
    }
}

@-webkit-keyframes hidbk {
    from {
        opacity: 1;
    }
    to {
        opacity: 0.5;
    }
}
.item-black p:nth-child(1) {
    height: 28px;
    font-size: 20px;
    font-weight: bolder;
    color: #ffffff;
}
.item-black p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    width: 330px;
    color: #ffffff;
    position: relative;
    left: 15px;
}
.item-face {
    display: block;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}
.foot-item:hover .item-face {
    animation: hidbk 1s 1;
    -webkit-animation: hidbk 1s 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.foot-item:hover .item-pic {
    /* height: 310px; */
}
.foot-item:hover .item-detail {
    opacity: 0;
}
.foot-item:hover .item-black {
    display: block;
    animation: showbkc 1s 1;
    -webkit-animation: showbkc 1s 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.foot-item:hover .item-black p {
    animation: showbk 1s 1;
    -webkit-animation: showbk 1s 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.item-tab {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.item-b-tab {
    width: 330px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.item-b-tab p {
    height: 24px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #ffffff !important;
}
.item-detail {
    padding: 24px 24px 24px 24px;
}
.item-detail p {
    font-size: 20px;
    font-weight: bolder;
    color: #212121;
}
.item-tab p {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}
.foot-item-box {
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.item-pic {
    width: 380px;
    height: 190px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}
.f-i-p1 {
    background-image: url('../images/invoicing/detail01.png');
}
.f-i-p2 {
    background-image: url('../images/invoicing/detail02.png');
}
.f-i-p3 {
    background-image: url('../images/invoicing/detail03.png');
}
.trial-box {
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.foot-trial {
    margin-top: 80px;
    height: 168px;
    width: 100%;
    background-color: #2086ef;
}
.trial-box-l {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.trial-box-l p {
    font-size: 32px;
    font-weight: 400;
    color: #ffffff;
}
.trial-box-r {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.trial-btn-buy {
    width: 120px;
    height: 40px;
    border-radius: 2px;
    opacity: 0.65;
    border: 1px solid #ffffff;
    margin-right: 16px;
}
.trial-btn-trial {
    width: 120px;
    height: 40px;
    background: #ffffff;
    border-radius: 2px;
}
.trial-btn-trial p {
    color: #2386ee !important;
}
.trial-box-r p {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.morecase a {
    display: block;
    height: 32px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #212121;
    display: flex;
    cursor: pointer;
    align-items: center;
}
.morecase {
    margin-top: 20px;
    width: 91px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #999;
    margin: 30px auto 0px auto;
}

.solution-price {
    display: flex;
    justify-content: start;
    align-items: baseline;
}
.solution-price > p:nth-child(1) {
    height: 60px;
    font-size: 40px;
    font-weight: 600;
    color: #2386ee;
}
.solotion-btn {
    display: flex;
    justify-content: start;
    align-items: baseline;
}
.solotion-btn-buy {
    width: 104px;
    height: 40px;
    background: #2386ee;
    border-radius: 2px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.solotion-btn-buy p {
    width: 28px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}
.solotion-btn-trial {
    width: 104px;
    height: 40px;
    border-radius: 2px;
    opacity: 0.65;
    border: 1px solid #cccccc;
    cursor: pointer;
    margin-left: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.solotion-btn-trial p {
    width: 28px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #212121;
}
.s-s-i1 {
    background-image: url('../images/yjxc/jin.png');
}
.s-s-i2 {
    background-image: url('../images/yjxc/cai.png');
}
.s-s-i3 {
    background-image: url('../images/yjxc/ye.png');
}
.show-single-icon {
    background-size: 100%;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-position: center;
    position: relative;
    top: 6px;
}
.body-single-row-col {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin-right: 13px;
}
.body-single-row {
    flex-wrap: wrap;
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
}
.body-single-row-d {
    flex-wrap: wrap;
    align-items: baseline;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
}
.solution-single-product-item {
    width: 704px;
}
.single-icon {
    position: relative;
    top: 5px;
    margin-right: 8px;
}
.single-row {
    border-bottom: solid 1px #cccccc;
}
.down-single-icon {
    width: 16px;
    height: 16px;
    background-image: url('../images/yjxc/downla.png');
    background-repeat: no-repeat;
    background-size: 100%;
    /* border: dashed 1px #E5E5E5; */
    position: relative;
    /* top: 5px; */
    margin-right: 15px;
    cursor: pointer;
}
.up-single-icon {
    width: 25px;
    height: 25px;
    font-size: 28px;
    cursor: pointer;
}

.up-single-icon {
    width: 16px;
    height: 16px;
    background-image: url('../images/yjxc/upla.png');
    background-repeat: no-repeat;
    background-size: 100%;
    /* border: dashed 1px #E5E5E5; */
    position: relative;
    top: 5px;
    margin-right: 15px;
    cursor: pointer;
}

.navigator-box {
    border-bottom: solid 1px #ededed;
    margin-left: auto;
    margin-right: auto;
}
.navigator-box ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /* width: 1180px; */
    margin-left: auto;
    margin-right: auto;
    /* position: fixed; */
    margin: 0 350px;
}
.navigator-box ul li {
    width: 120px;
    height: 62px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* transition: width 1s;
    -webkit-transition: width 1s; Safari */
}
.navigator-box ul li .li-bot {
    width: 0px;
    position: relative;
    top: 16px;
    transition: width 1s;
    -webkit-transition: width 1s;
}
.navigator-box ul li:hover .li-bot {
    border-bottom: solid 2px #1588ff;
    width: 120px;
}
.navigator-box ul li p {
    height: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #212121;
}
.navigator-box ul li.li-active p {
    color: #007aff;
}
.navigator-box > p,
.property-box > p {
    height: 44px;
    font-size: 32px;
    font-weight: 400;
    color: #212121;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
}
.li-active .li-bot {
    position: relative;
    top: 20px;
    border-bottom: solid 2px #1588ff;
    width: 120px !important;
}
.type-box {
    /* -webkit-transform: scaleX(2);
    transform: scaleX(2); */
    display: none;
    position: relative;
}
.preclick {
    cursor: pointer;
}
.jdy-logo {
    width: 80px;
    height: 80px;
    background-image: url('../images/invoicing/jindouyun.png');
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 5px;
}
.logo-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.logo-box p {
    height: 28px;
    font-size: 18px;
    font-weight: 400;
    color: #212121;
}
.J_XincengBtn {
    cursor: pointer;
}
.banben-logo {
    width: 230px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: 100%;
}
.b-l-1 {
    background-image: url('../images/invoicing/banben1.png');
}
.b-l-2 {
    background-image: url('../images/invoicing/banben2.png');
}
.video-btn {
    position: absolute;
    top: 200px;
    right: 526px;
}
.video-btn a:before {
    position: absolute;
    border-radius: 50%;
    content: '';
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.5);
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation: water 1.5s linear infinite;
    animation: water 1.5s linear infinite;
}
.video-btn img {
    position: relative;
    z-index: 2;
    width: 80px;
}
.video-btn img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    border: 0;
    display: inline-block;
}
@keyframes water {
    0% {
        opacity: 0.5;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}

@-moz-keyframes water {
    0% {
        opacity: 0.5;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}

@-webkit-keyframes water {
    0% {
        opacity: 0.5;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}

@-o-keyframes water {
    0% {
        opacity: 0.5;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}

#videoPopup1 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

#videoPopup1 .video-box {
    width: 60%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#videoPopup1 .video-box video {
    width: 100%;
}

#videoPopup1 .video-box .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    text-align: center;
}

#videoPopup1 .video-box .close span {
    font-size: 16px;
    line-height: 40px;
    color: #fff;
}

#videoPopup1 .video-box .close:hover {
    background: rgba(0, 0, 0, 0.5);
}
