.content-wrap {
  width: 100%;
  height: 100%;
}
/* banner */
.content-body {
  /* width: 1920px; */
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}
.banner {
  background: url(../images/orderingmall/banner.png) no-repeat center;
  height: 440px;
  background-size: cover;
  /* background-image: url("https://cdn.jdy.com/jdy/new/images/orderingmall/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/orderingmall/imgfront1.png');
}
.cp-img2 {
  background-image: url('../images/orderingmall/imgfront2.png');
}
.cp-img3 {
  background-image: url('../images/orderingmall/imgfront3.png');
}
.cp-img4 {
  background-image: url('../images/orderingmall/imgfront4.png');
}
.cp-img5 {
  background-image: url('../images/orderingmall/imgfront5.png');
}
.cp-img6 {
  background-image: url('../images/orderingmall/imgfront6.png');
}
.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: 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/orderingmall/body-detail01.png');
  background-size: cover;
}
.case-pic2 {
  background-image: url('../images/orderingmall/body-detail02.png');
  background-size: cover;
}
.case-pic3 {
  background-image: url('../images/orderingmall/body-detail03.png');
  background-size: cover;
}
.case-pic4 {
  background-image: url('../images/orderingmall/body-detail04.png');
  background-size: cover;
}
.case-pic5 {
  background-image: url('../images/orderingmall/body-detail05.png');
  background-size: cover;
}
.case-pic6 {
  background-image: url('../images/orderingmall/body-detail06.png');
  background-size: cover;
}
.case-pic7 {
  background-image: url('../images/orderingmall/body-detail07.png');
  background-size: cover;
}
.case-pic8 {
  background-image: url('../images/orderingmall/body-detail08.png');
  background-size: cover;
}
.case-pic9 {
  background-image: url('../images/orderingmall/body-detail09.png');
  background-size: cover;
}
.case-pic10 {
  background-image: url('../images/orderingmall/body-detail10.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-between;
  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;
}
.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;
}

/* foot */
.foot-dtail {
  width: 100%;
}
.foot-head-txt {
  margin-top: 80px;
  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: 400;
  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: 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/orderingmall/f-i1.png');
}
.f-i-p2 {
  background-image: url('../images/orderingmall/f-i2.png');
}
.f-i-p3 {
  background-image: url('../images/orderingmall/f-i3.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;
}

/* property */
.property-box {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.property-item {
  width: 380px;
  height: 142px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  border-radius: 4px;
  margin-bottom: 20px;
}
.property-item p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.property-items {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}
.head-icon {
  height: 48px;
  width: 48px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.p-img {
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 20px;
}

.h-icon1 {
  background-image: url('../images/foodstuff/hicon1.png');
}
.h-icon2 {
  background-image: url('../images/foodstuff/hicon2.png');
}
.h-icon3 {
  background-image: url('../images/foodstuff/hicon3.png');
}
.h-icon4 {
  background-image: url('../images/foodstuff/hicon4.png');
}
.h-icon5 {
  background-image: url('../images/foodstuff/hicon5.png');
}
.h-icon6 {
  background-image: url('../images/foodstuff/hicon6.png');
}

.p-img1 {
  background-image: url('../images/foodstuff/pic1.png');
}
.p-img2 {
  background-image: url('../images/foodstuff/pic2.png');
}
.p-img3 {
  background-image: url('../images/foodstuff/pic3.png');
}
.p-img4 {
  background-image: url('../images/foodstuff/pic4.png');
}
.p-img5 {
  background-image: url('../images/foodstuff/pic5.png');
}
.p-img6 {
  background-image: url('../images/foodstuff/pic6.png');
}

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