
.cp-img1{
    background-image: url("../images/reimbursement/imgfront1-new.png");
    background-size: 221px 195px;
}
.cp-img2{
    background-image: url("../images/reimbursement/imgfront2-new.png");
    background-size: 230px 142px;
}
.cp-img3{
    background-image: url("../images/reimbursement/imgfront3-new.png");
    background-size: 247px 141px;
}
.cp-img4{
    background-image: url("../images/reimbursement/imgfront4-new.png");
    background-size: 285px 169px;
}
.cp-img5{
    background-image: url("../images/reimbursement/imgfront5-new.png");
    background-size: 253px 166px;
}
.cp-img6{
    background-image: url("../images/reimbursement/imgfront6-new.png");
    background-size: 225px 243px;
}
.cp-img7{
    background-image: url("../images/reimbursement/imgfront7.png");
}
.cp-img8{
    background-image: url("../images/reimbursement/imgfront8.png");
}
.cp-img9{
    background-image: url("../images/reimbursement/imgfront9.png");
}
.cp-img10{
    background-image: url("../images/reimbursement/imgfront10.png");
}

.case-pic1{
    background-image: url("../images/reimbursement/body-detail01.png");
    background-size: cover;
}
.case-pic2{
    background-image: url("../images/reimbursement/body-detail02.png");
    background-size: cover;
}
.case-pic3{
    background-image: url("../images/reimbursement/body-detail03.png");
    background-size: cover;
}
.case-pic4{
    background-image: url("../images/reimbursement/body-detail04.png");
    background-size: cover;
}
.case-pic5{
    background-image: url("../images/reimbursement/body-detail05.png");
    background-size: cover;
}
.case-pic6{
    background-image: url("../images/reimbursement/body-detail06-new.png");
    background-size: cover;
}
.case-pic7{
    background-image: url("../images/reimbursement/body-detail07.png");
}
.case-pic8{
    background-image: url("../images/reimbursement/body-detail08.png");
}
.case-pic9{
    background-image: url("../images/reimbursement/body-detail09.png");
}
.case-pic10{
    background-image: url("../images/reimbursement/body-detail10.png");
}
.f-i-p1{
    background-image: url("../images/reimbursement/detail01.png");
}
.f-i-p2{
    background-image: url("../images/reimbursement/detail02.png");
}
.f-i-p3{
    background-image: url("../images/reimbursement/detail03.png");
}
.content-wrap{
    width: 100%;
    height: 100%;
}
/* banner */
.content-body{
    /* width: 1920px; */
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}
.banner{
    background: url(../images/reimbursement/banner.png) no-repeat center;
    height: 440px;
    background-size: cover;
    /* background-image: url("https://cdn.jdy.com/jdy/new/images/reimbursement/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: 630px;
    height: 355px;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}
.rolebtn{
    display: flex;
    margin-top: 35px;
}
.rolebtn .btn_w {
    color: #212121;
    border: 1px solid #999;
}
.case-pic>.case-img{
    transition: 1s;
    width: 100%;
    height: 100%;
}


.case-pic-img{
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 0%;
    background-position-y: 100%;
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    left: 24px;
    bottom: 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: 420px;
    font-weight: normal;
    color: #000000;
    display: flex;
    align-items: center;
}
.case-txt p{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin: 0;
}
.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-txt ul li:first-child p{
    /* height: 33px; */
    /* line-height: 1.3; */
    line-height: 40px;
    font-size: 28px;
    margin-left: 0px;
    color: #000000;
    font-weight: bold;
}
.case-txt ul li:nth-child(2) {
    margin-top: 7px;
}
.case-txt ul li:nth-child(3) {
    margin-top: 32px;
}
.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;
}




/* 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;
}

.foot-onlinechat {
    width: 100%;
}
.foot-onlinechat__wrap {
    width: 1180px;
    height: 100px;
    background: #FFF;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
}
.foot-onlinechat .logo {
    width: 64px;
    height: 64px;
}
.foot-onlinechat .logo-name {
    font-size: 24px;
    font-weight: bold;
    color: #212121;
    margin-left: 10px;
}
.foot-onlinechat .desc {
    font-size: 16px;
    font-weight: normal;
    color: #999;
    margin-left: 70px;
}
.foot-onlinechat a {
    margin-left: auto;
}

@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;
}
.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; */
}
.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>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;
}

.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);
}