.content-wrap {
    width: 100%;
    height: 100%;
}
/* banner */
.content-body {
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
}
.banner {
    background-image: url('../images/domain/scy/banner.png');
    height: 480px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
}
.banner p {
    display: flex;
    align-items: center;
    /* margin-top: 20px; */
    margin-bottom: 0px !important;
}
.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;
    margin-bottom: 15px !important;
}
.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/domain/scy/imgfront1.png');
}
.cp-img2 {
    background-image: url('../images/domain/scy/imgfront2.png');
}
.cp-img3 {
    background-image: url('../images/domain/scy/imgfront3.png');
}
.cp-img4 {
    background-image: url('../images/domain/scy/imgfront4.png');
}
.cp-img5 {
    background-image: url('../images/domain/scy/imgfront5.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/domain/scy/d1.png');
    background-size: cover;
}
.case-pic2 {
    background-image: url('../images/domain/scy/d2.png');
    background-size: cover;
}
.case-pic3 {
    background-image: url('../images/domain/scy/d3.png');
    background-size: cover;
}
.case-pic4 {
    background-image: url('../images/domain/scy/d4.png');
    background-size: cover;
}
.case-pic5 {
    background-image: url('../images/domain/scy/d5.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;
}
.tag-icon {
    display: flex;
    align-items: center;
}
.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);
}
.tag-icon::before {
    content: ' ';
    display: block;
    width: 23px;
    height: 23px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 15px;
    background-position-y: bottom;
}
.t-i1::before {
    background-image: url('../images/domain/scy/dd1.png');
}
.t-i2::before {
    background-image: url('../images/domain/scy/dd2.png');
}
.t-i3::before {
    background-image: url('../images/domain/scy/dd3.png');
}
.t-i4::before {
    background-image: url('../images/domain/scy/dd4.png');
}
.t-i5::before {
    background-image: url('../images/domain/scy/dd5.png');
}
.t-i6::before {
    background-image: url('../images/domain/scy/dd6.png');
}
.t-i7::before {
    background-image: url('../images/domain/scy/dd7.png');
}
.t-i10::before {
    background-image: url('../images/domain/scy/dd10.png');
}
.t-i11::before {
    background-image: url('../images/domain/scy/dd11.png');
}
.t-i12::before {
    background-image: url('../images/domain/scy/dd12.png');
}

/* 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: 600;
    color: #000000;
}
.solution-product {
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    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: center;
    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;
}
.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: center;
    align-items: center;
    /* height: 48px; */
    margin-top: 18px;
}
.body-row-col {
    width: 25%;
}
.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;
}
.product-icon {
    width: 16px;
    height: 16px;
    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;
}

.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: 400;
    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/body-detail01.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;
}

.ecology {
    height: 472px;
    width: 100%;
    background-color: #f8fbfd;
}
.product p {
    margin-bottom: 0px !important;
}
.ecology-body {
    width: 1180px;
    margin: auto;
    height: 100%;
    display: grid;
    grid-template-rows: 125px 67px 318px;
}
.ecology-body > p:first-child {
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    line-height: 45px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.ecology-body > p:nth-child(2) {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.ecology-details {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 30px;
}
.ecology-detail {
    width: 171px;
    height: 150px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.ecology-detail p {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    line-height: 25px;
}
.ecology-detail-icon {
    width: 66px;
    height: 66px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 10px;
}
.ed1 {
    background-image: url('../images/domain/scy/f1.png');
}
.ed2 {
    background-image: url('../images/domain/scy/f2.png');
}
.ed3 {
    background-image: url('../images/domain/scy/f3.png');
}
.ed4 {
    background-image: url('../images/domain/scy/f4.png');
}
.ed5 {
    background-image: url('../images/domain/scy/f5.png');
}
.ed6 {
    background-image: url('../images/domain/scy/f6.png');
}
.blueprint {
    width: 100%;
    height: 853px;
    background-color: #ffffff;
}
.blueprint-body {
    width: 1180px;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.blueprint-body > p {
    font-size: 32px;
    font-weight: 600;
    color: #212121;
    line-height: 45px;
}
.blueprint-img {
    margin-top: 45px;
    width: 1180px;
    height: 622px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url('../images/domain/scy/ybanner.jpg');
}

.flowprogress {
    width: 100%;
    height: 486px;
    background-color: #ffffff;
}
.flowprogress-body {
    width: 1180px;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.flowprogress-body > p {
    font-size: 32px;
    font-weight: 600;
    color: #212121;
    line-height: 45px;
}

.flowprogress-details {
    display: flex;
    justify-content: space-around;
    margin-top: 108px;
}
.flowprogress-detail {
    width: 380px;
    height: 205px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}
.flowprogress-detail p:nth-child(2) {
    font-size: 21px;
    font-weight: 600;
    color: #333333;
    line-height: 29px;
    margin-bottom: 10px;
}
.flowprogress-detail p:nth-child(2) {
    margin-bottom: 20px;
}
.flowprogress-detail p {
    position: relative;
    bottom: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #212121;
    line-height: 25px;
}
.flowprogress-img {
    width: 120px;
    height: 130px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    bottom: 45px;
    left: 20px;
    /* border: dashed 2px #E5E5E5; */
}
.fpi1 {
    background-image: url('../images/domain/scy/r1.png');
}
.fpi2 {
    background-image: url('../images/domain/scy/r2.png');
}
.fpi3 {
    background-image: url('../images/domain/scy/r3.png');
}

.integrated {
    width: 100%;
    height: 1179px;
    background-color: #f8fbfd;
}
.integrated-body {
    width: 1180px;
    height: 100%;
    margin: auto;
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-rows: 140px 25px 25px 25px 397px 436px;
}
.integrated-body p {
    margin-bottom: 0px;
}
.integrated-body > p:first-child {
    font-size: 32px;
    font-weight: 600;
    color: #212121;
    line-height: 45px;
    margin-top: 74px;
    margin-bottom: 24px;
}
.integrated-body > p {
    font-size: 16px;
    font-weight: 400;
    color: #212121;
    line-height: 28px;
    /* width: 870px; */
    text-align: center;
    margin: auto;
}
.integrated-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.integrated-item {
    height: 326px;
    width: 275px;
    /* margin-right: 25px; */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 275px 29px 0px 29px;
}
.integrated-item-body {
    overflow: hidden;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.integrated-item-body > .integrated-item {
    transition: 1s;
}
.integrated-item:hover {
    padding-top: 150px;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.integrated-item:hover p {
    /* padding-top: 150px; */
    position: relative;
    animation: top-flow 1s 1;
    -webkit-animation: top-flow 1s 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

@keyframes top-flow {
    0% {
        top: 100px;
    }
    100% {
        top: 0px;
    }
}
.integrated-item:hover > p:last-child {
    /* display: block; */
    opacity: 0.1;
    position: relative;
    animation: top-flow-p 1s 1;
    -webkit-animation: top-flow-p 1s 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
@keyframes top-flow-p {
    0% {
        opacity: 0.5;
        top: 100px;
    }
    30% {
        opacity: 0.9;
    }
    100% {
        top: 0px;
        opacity: 1;
    }
}

.integrated-item > p:first-child {
    font-size: 18px;
    /* text-align: center; */
    font-weight: 600;
    color: #ffffff;
    line-height: 25px;
    margin-bottom: 15px;
}
.integrated-item > p:last-child {
    /* display: none; */
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 20px;
    opacity: 0;
}
.i-i1 {
    background-image: url('../images/domain/scy/p1.png');
}
.i-i2 {
    background-image: url('../images/domain/scy/p2.png');
}
.i-i3 {
    background-image: url('../images/domain/scy/p3.png');
}
.i-i4 {
    background-image: url('../images/domain/scy/p4.png');
}

.integrated-details {
    display: grid;
    grid-template-rows: 65px 373px;
}
.integrated-details-ul {
    background: #ffffff;
    box-shadow: 0px 2px 20px 0px rgba(111, 160, 230, 0.22);
    height: 100%;
}
.integrated-details-ul > li:first-child {
    display: block;
}
.integrated-details-ul > li {
    background: #ffffff;
    display: none;
    height: 100%;
}
.integrated-details-nav {
    display: grid;
    grid-template-columns: repeat(6, 200px);
    width: 100%;
    justify-content: center;
}
.integrated-details-nav li {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #edf5fb;
    cursor: pointer;
}
.integrated-details-nav li::after {
    /* content: '';
    bottom: 5px;
    height: 20px;
    width: 1px;
    background-color: #DBDBDB;
    position: relative;
    top: 1px;
    left: 67px; */
}
.integrated-details-nav li:nth-child(6) > p {
    /* content: '';
    width: 0px;
    height: 0px; */
    border-right: solid 0px #dbdbdb;
}
.i-d-active {
    background: #ffffff !important;
    box-shadow: 0px 2px 20px 0px rgba(111, 160, 230, 0.22);
}
.i-d-active > p {
    border-right: solid 0px #dbdbdb !important;
}
.integrated-details-nav > li > p {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    border-right: solid 1px #dbdbdb;
}
.integrated-details-nav > li > p::before {
    content: ' ';
    display: block;
    width: 21px;
    height: 21px;
    margin-right: 7px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.integrated-details-nav li:nth-child(1) p::before {
    background-image: url('../images/domain/scy/n1.png');
}
.integrated-details-nav li:nth-child(2) p::before {
    background-image: url('../images/domain/scy/n2.png');
}
.integrated-details-nav li:nth-child(3) p::before {
    background-image: url('../images/domain/scy/n3.png');
}
.integrated-details-nav li:nth-child(4) p::before {
    background-image: url('../images/domain/scy/n4.png');
}
.integrated-details-nav li:nth-child(5) p::before {
    background-image: url('../images/domain/scy/n5.png');
}
.integrated-details-nav li:nth-child(6) p::before {
    background-image: url('../images/domain/scy/n6.png');
}
.integrated-img {
    width: 436px;
    height: 291px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.integrated-detail ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.integrated-detail {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left: 105px;
    padding-right: 45px;
    height: 100%;
}
.integrated-detail ul li p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    color: #252d3a;
    line-height: 44px;
}
.integrated-detail ul li p::before {
    content: '';
    display: block;
    background-image: url(../images/invoicing/dui.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 16px;
    height: 14px;
    background-position: center;
    margin-right: 12px;
}
.integrated-detail ul li:last-child {
    margin-top: 40px;
}
.ii1 {
    background-image: url('../images/domain/scy/ds1.png');
}
.ii2 {
    background-image: url('../images/domain/scy/ds2.png');
}
.ii3 {
    background-image: url('../images/domain/scy/ds3.png');
}
.ii4 {
    background-image: url('../images/domain/scy/ds4.png');
}
.ii5 {
    background-image: url('../images/domain/scy/ds5.png');
}
.ii6 {
    background-image: url('../images/domain/scy/ds6.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);
}
