.content-wrap{
    width: 100%;
    height: 100%;
}
/* banner */
.content-body{
    /* width: 1920px; */
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}
.banner{
    background-image: url("../images/domain/gzgl/banner.png");
    height: 480px;
    background-repeat: no-repeat;
    /* background-size: 100%; */
    width: 100%;
    background-size: 100% 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>div>div:nth-child(2) p:last-child{
    margin-top: 5px;
}
.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: 520px;
    width: 1180px;
    display: flex;
    justify-content: space-between;
    justify-items: center;
    padding-top: 49px;
    padding-bottom: 49px;
    margin-left: auto;
    margin-right: auto;
}
.case-pic{
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 659px;
    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%;
    background-size: 100% 100%;
}
.cp-img1{
    /* background-image: url("https://cdn.jdy.com/jdy/new/images/domain/gzgl/d1.png"); */
    background-size: 121px 110px;
}
.cp-img2{
    /* background-image: url("https://cdn.jdy.com/jdy/new/images/domain/gzgl/d2.png"); */
    background-size: 234px 157px;
}
.cp-img3{
    /* background-image: url("https://cdn.jdy.com/jdy/new/images/domain/gzgl/d3.png"); */
    background-size: 1px 1px;
}
.cp-img4{
    /* background-image: url("https://cdn.jdy.com/jdy/new/images/domain/gzgl/d4.png"); */
    background-size: 175px 163px;
}
.cp-img5{
    /* background-image: url("https://cdn.jdy.com/jdy/new/images/domain/gzgl/d5.png"); */
    background-size: 284px 123px;
}
.cp-img6{
    background-image: url("../images/domain/mdsc/dd6.png");
    background-size: 1px 1px;
}
.cp-img7{
    background-image: url("../images/orderingmall/imgfront7.png");
}
.cp-img8{
    background-image: url("../images/orderingmall/imgfront8.png");
}
.cp-img9{
    background-image: url("../images/orderingmall/imgfront9.png");
}
.cp-img10{
    background-image: url("../images/orderingmall/imgfront10.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: 485px;
    font-weight: normal;
    color: #000000;
    display: flex;
    align-items: center;
padding-left:24px;
}
.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/gzgl/d1.png");
}
.case-pic2{
    background-image: url("../images/domain/gzgl/d2.png");
}
.case-pic3{
    background-image: url("../images/domain/gzgl/d3.png");
}
.case-pic4{
    background-image: url("../images/domain/gzgl/d4.png");
}
.case-pic5{
    background-image: url("../images/domain/gzgl/d5.png");
}
.case-pic6{
    background-image: url("../images/domain/gzgl/d6.png");
}
.case-pic7{
    background-image: url("../images/orderingmall/body-detail07.png");
}
.case-pic8{
    background-image: url("../images/orderingmall/body-detail08.png");
}
.case-pic9{
    background-image: url("../images/orderingmall/body-detail09.png");
}
.case-pic10{
    background-image: url("../images/orderingmall/body-detail10.png");
}

.case-txt ul li:first-child p{
    /* height: 33px; */
    line-height: 1.3;
    font-size: 28px;
    margin-left: 0px;
    color: #000000;
    margin-bottom: 24px;
}
.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{
    margin-top: 14px;
}
.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;
}

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

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

.product{
   height: 530px;
   width: 100%;
   background-color: #ffffff;
}
.product p{
    margin-bottom: 0px !important;
}
.product-body{
    width: 1180px;
    margin: auto;
    height: 100%;
    display: grid;
    grid-template-rows: 125px 67px 318px;
}
.product-body>p:first-child{
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    line-height: 45px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.product-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;
}
.product-details{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
.product-detail{
    width: 380px;
    height: 276px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(30,35,48,0.1000);
    padding: 37px 0px 0px 25px;
    width: 380px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.product-detail:nth-child(1){
    border-top: solid 8px #16B8B1;
}
.product-detail:nth-child(3){
    border-top: solid 8px #0097FF;
}
.product-detail:nth-child(2){
    border-top: solid 8px #00C2FF;
}
.product-detail>p{
    display: flex;
    justify-content: flex-start;
}
.product-detail>p:first-child{
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}
.product-detail p{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}
.product-detail ul{
    margin-top: 20px;
    margin-bottom: 23px;
}
.product-detail ul li p{
    display: flex;
    align-items: center;
}
.product-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;
}



/* foot */
.foot-dtail{
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #F3FAFF;
}
.foot-head-txt{
    text-align: center;

}
.foot-head-txt p{
    height: 56px;
    font-size: 32px;
    font-weight: normal;
    color: #000000;
}
.foot-item{
    background-color: #ffffff;
    width: 327px;
    height:300px;
    border-radius: 4px;
    /* border: 1px solid #E6E6E6; */
    /* pointer-events: none; */
    margin-right: 2px;
}
.item-black{
    width: 528px;
    height:301px;
    display: none;
    /* padding: 40px 0px 20px 0px; */
    z-index: 99;
    background-color: rgba(20, 136, 231, 0.9);
    position: relative;
    bottom: 300px;
    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.1;}
}

@-webkit-keyframes hidbk 
{
    from {opacity: 1;}
	to {opacity: 0.1;}
}
.item-black p:nth-child(1){
    height: 28px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}
.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;
    height: 100%;
    display: flex;
    align-items: center;
}
.foot-item-box .foot-item:first-child .item-detail>p:first-child::before,.foot-item-box .foot-item:nth-child(2) .item-detail>p:first-child::before,.foot-item-box .foot-item:nth-child(3) .item-detail>p:first-child::before
,.foot-item:nth-child(1) .item-pic>p::before,.foot-item:nth-child(2) .item-pic>p::before,.foot-item:nth-child(3) .item-pic>p::before{
    content: " ";
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    margin-right: 8px;
}
.foot-item-box .foot-item:nth-child(1) .item-detail>p:first-child::before{
    background-image: url("../images/domain/mdsc/hi1.png");
}
.foot-item-box .foot-item:nth-child(2) .item-detail>p:first-child::before{
    background-image: url("../images/domain/mdsc/hi2.png");
}
.foot-item-box .foot-item:nth-child(3) .item-detail>p:first-child::before{
    background-image: url("../images/domain/mdsc/hi3.png");
    width: 20px;
    height: 31px;
}
.foot-item:nth-child(1) .item-pic>p::before{
    background-image: url("../images/domain/mdsc/hib1.png");
}
.foot-item:nth-child(2) .item-pic>p::before{
    background-image: url("../images/domain/mdsc/hib2.png");
}
.foot-item:nth-child(3) .item-pic>p::before{
    background-image: url("../images/domain/mdsc/hib3.png");
    width: 20px;
    height: 31px;
}
.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; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
}
.foot-item:hover .item-detail {
    /* opacity: 0; */
}
.foot-item:hover{
    width: 528px;
}
.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;
    width: 100%;
}
.item-tab{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.item-b-tab{
    width: 330px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.item-b-tab p{
    height: 24px !important;
    font-size: 14px!important;
    font-weight: 400!important;
    color: #FFFFFF!important;
}
.item-detail{
    padding: 24px 30px 24px 45px;
}
.item-detail p{
    font-size: 20px;
    font-weight: 400;
    color: #212121;
    display: flex;
    align-items: center;
}
.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: center;
    align-items: center;
}
.item-pic{
    width: 528px;
    height: 301px;
    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/domain/mdsc/h1.png");
}
.f-i-p2{
    background-image: url("../images/domain/mdsc/h2.png");
}
.f-i-p3{
    background-image: url("../images/domain/mdsc/h3.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;
}

.v-banner{
    height: 600px;
    width: 100%;
    background-color: #FFFFFF;
}
.v-banner-box{
    width: 1180px;
    height: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 148px 360px;
}
.v-banner-box>p{
    font-size: 32px;
    font-weight: 600;
    color: #212121;
    line-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.v-banner-img{
    height:360px;
    width: 1180px;
    background-image: url("../images/domain/mdsc/vbanner.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* pattern */
.gzgl{
    width: 100%;
    height: 550px;
    background-color:#FFFFFF;
}
.gzgl-box{
    width: 1180px;
    height: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 158px 358px;
}
.gzgl-box>p:first-child{
    font-size: 32px;
    font-weight: 600;
    color: #212121;
    line-height: 45px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.gzgl-items{
    margin-top: 80px;
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 200px;
}
.gzgl-item{
    width: 220px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 43px 20px 0px 20px;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
}
.gzgl-item p{
    font-size: 18px;
    font-weight: 600;
    color: #212121;
    line-height: 25px;
}

.gzgl-icon{
    height:61px;
    width: 60px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 25px;
}
.g-i1{
    background-image: url("../images/domain/gzgl/t1.png");
}
.g-i2{
    background-image: url("../images/domain/gzgl/t2.png");
}
.g-i3{
    background-image: url("../images/domain/gzgl/t4.png");
}
.g-i4{
    background-image: url("../images/domain/gzgl/t5.png");
}
.g-i5{
    background-image: url("../images/domain/gzgl/t6.png");
}

/* advantage */
.advantage{
    width: 100%;
    height: 620px;
    background-color:#FFFFFF;
}
.advantage-box{
    width: 1180px;
    height: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 184px 436px;
}
.advantage-box>p{
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    line-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.advantage-items{
    display: grid;
    grid-template-columns: 590px 590px;
    grid-template-rows: 186px 186px;
    justify-content: space-between;
    align-items: center;
}
.advantage-item{
    width: 580px;
    height: 176px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px 0px #D7E5EF;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.a-img{
    width:130px;
    height:130px;
}
.a-img1{
    height:130px;
    width: 130px;
    background-image: url("../images/domain/mdsc/y1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.a-img2{
    height:130px;
    width: 130px;
    background-image: url("../images/domain/mdsc/y2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.a-img3{
    height:130px;
    width: 130px;
    background-image: url("../images/domain/mdsc/y3.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.a-img4{
    height:130px;
    width: 130px;
    background-image: url("../images/domain/mdsc/y4.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.a-txt{
    width:415px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.a-txt p{
    font-size: 16px;
    font-weight: 400;
    color: #212121;
    line-height: 28px;
}
.a-txt p:first-child{
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    line-height: 33px;
}





.property-box>p{
    height: 44px;
    font-size: 32px;    
    font-weight: 600;
    color: #212121;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
}

.mdsc-footer-banner{
    height:686px;
    width: 100%;
    background-image: url("../images/domain/mdsc/bbanner.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.mdsc-footer-body{
    width: 1180px;
    height: 100%;
    margin: auto;
    padding-top: 64px;
}
.mdsc-footer-body>p{
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    line-height: 45px;
    text-align: center;
}
.mdsc-footer-detial{
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mdsc-footer-image{
    width:448px;
    height: 487px;
    background-image: url("../images/domain/mdsc/b1.png");
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right:184px;
}
.mdsc-footer-qcode>p{
    font-size: 16px;
    font-weight: 400;
    color: #212121;
    line-height: 28px;
}
.mdsc-footer-qcode>p:nth-child(1){
    font-size: 28px;
    font-weight: 600;
    color: #000000;
    line-height: 40px;
}
.mdsc-footer-qcode>p:nth-child(5){
    display: flex;
    align-items: center;
}
.mdsc-footer-qcode>p:nth-child(5)::before{
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    margin-right: 8px;
    background-image: url("../images/domain/mdsc/g3%402x.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
.mdsc-footer-qcode>p:last-child{
    font-size: 14px;
}
.mdsc-footer-qcode{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.mdsc-qcode{
    width:180px;
    height: 180px;
    background-image: url("../images/domain/mdsc/b2.png");
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 34px;
    margin-bottom: 25px;
}


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

.video-btn {
    position: relative;
    top: 184px;
    transform: translateY(-50%);
    left: 540px;
}
.video-btn img {
    position: relative;
    z-index: 2;
    width: 80px;
}
.video-btn a{
    position: relative;
    border-radius: 50%;
}
.video-btn a:before {
    position: absolute;
    border-radius: 50%;
    content: "";
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.5);
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation: water 1.5s linear infinite;
    animation: water 1.5s linear infinite;
}

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