.ove-cr .col-7 .box > div {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
}
.ove-cr .col-7 .box > div h3 {
  margin-left:20px;
  line-height: 36px;
  font-weight: 500;
  font-size: 24px;
}
.ove-cr .col-7 .box p {
  margin-top: 15px;
  text-indent: 2em;
  font-size: 20px;
  line-height: 2;
}
.ove-cr .col-5 .box {
  margin-left:20px;
  padding: 15px;
  width: 100%;
  height: 100%;
  background-color: #F1F1F1;
  align-items: center;
  -webkit-align-items: center;
}
.ove-cr .col-5 .box > div {
  height: 50%;
  font-size: 20px;
  text-align: center;
  line-height: 95px;
}
.ove-cr .col-5 .box > div:nth-of-type(1) {
  border-bottom: 1px solid #ccc;
}
.ove-cr .col-5 .box > div a {
  display: inline-block;
  padding: 0px 20px;
  margin-left: 10px;
  border-radius: 5px;
  font-size: 14px;
  background-color: var(--main-orange-color);
  line-height: 35px;
  color: #fff;
}.ove-why {
  background-color: #F1F1F1;
}
.ove-why .item {
  margin-top: 20px;
}
.ove-why .box {
  padding: 30px 40px;
  text-align: center;
  background-color: #FFF;
}
@media (min-width: 992px){
  .ove-why .item:nth-child(-n+3) {
    margin-top: 0px;
  }
}
@media  screen and (min-width: 768px) and (max-width: 991px){
	.ove-why .item:nth-child(-n+2) {
    margin-top: 0px;
  }
}
@media (max-width: 767px){
	.ove-why .item:nth-child(-n+1) {
    margin-top: 0px;
  }
}
.ove-why .box h3 {
  font-size: 22px;
  color: var(--main-dark-grey-color);
  line-height: 40px;
}
.ove-why .box p {
  margin-top:8px;
  font-size: 16px;
  color: var(--main-light-grey-color);
  line-height: 24px;
height: 48px;
}.ove-serve .scontent .item {
	margin-bottom: 20px;
}
.ove-serve .scontent .item .box{
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
	padding: 15px;
}

.ove-serve .scontent .item .box h3{
  padding: 5px 0;
  text-align: center;
	color: var( --main-dark-grey-color);
	font-size: 16px;
}
.ove-serve .scontent .item .box p{
	color: var(--main-light-grey-color);
	font-size: 14px;
    height: 63px;
}
.ove-serve .scontent .item .box img{
	width: 100%;
}
@media (min-width: 992px){
  .ove-serve .scontent .item:nth-last-of-type(1),
  .ove-serve .scontent .item:nth-last-of-type(2),
  .ove-serve .scontent .item:nth-last-of-type(3),
  .ove-serve .scontent .item:nth-last-of-type(4) {
    margin-bottom: 0px;
  }
}
@media  screen and (min-width: 768px) and (max-width: 991px){
  .ove-serve .scontent .item .box p {
    height: 70px;
	}
	.ove-serve .scontent .item:nth-last-of-type(1), .ove-serve .scontent .item:nth-last-of-type(2) {
		margin-bottom: 0px;
	}
}
@media (max-width: 767px){
	.ove-serve .scontent{
		justify-content: center;
	}
	  .ove-serve .scontent .item:nth-last-of-type(1) {
		margin-bottom: 0px;
	}
}.ove-bank .scontent .col {margin-top: 20px;}
.ove-bank .scontent .box img {width: 100%;}
.ove-bank .scontent .box img:nth-of-type(2) {position: absolute;top:0;left:0;z-index:10;opacity: 0;-webkit-transition: all .5s;transition: all .5s;}
.ove-bank .scontent .box {position:relative; border:1px solid #d0d0d0; overflow: hidden; -webkit-transition: all .6s;transition: all .6s;}
.ove-bank .scontent .box .bgsqr1, .ove-bank .scontent .box .bgsqr2{background:#FF6600;position: absolute;top:0; width: 0px;height: 100%;-webkit-transition: all .6s;transition: all .6s;opacity:0.75;}
.ove-bank .scontent .box .bgsqr1{ left:0;}
.ove-bank .scontent .box .bgsqr2{ right:0}
.ove-bank .scontent .box:hover img:nth-of-type(2){opacity: 1;transition-delay: 0.3s;}
.ove-bank .scontent .box:hover .bgsqr1, .ove-bank .scontent .box:hover .bgsqr2 {animation: bgsqrmove 0.6s;}
@keyframes bgsqrmove {
  0% {width:0px;}
  50% {width:50%;}
  100% {width:0%;}
}

@media (min-width: 992px){
  .ove-bank .scontent .col:nth-child(-n+5) {
    margin-top: 0px;
  }
}
@media  screen and (min-width: 768px) and (max-width: 991px){
	.ove-bank .scontent .col:nth-child(-n+3) {
    margin-top: 0px;
  }
  .ove-bank .scontent .col:nth-last-of-type(1), {
    display: none;
  }
  
}
@media (max-width: 767px){
	.ove-bank .scontent .col:nth-child(-n+2) {
    margin-top: 0px;
  }
  .ove-bank .scontent .box img {opacity: 0;}
  .ove-bank .scontent .box img:nth-of-type(2) {opacity: 1;}
}.ove-vs {
  background: #f7f7f7;
}
.ove-vs .scontent {
  display: flex;
  justify-content: space-between;
  background: url(/images/vs.png) center/cover no-repeat;
  border-radius: 10px;
  padding: 45px 50px 45px 60px;
}
.ove-vs .scontent h4{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin-left: 20px;
}
.ove-vs .scontent .vs-list{
	display: flex;
}
.ove-vs .scontent .vs-list .list-item{
	margin-left: 20px;
}
.ove-vs .scontent .vs-list p{
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-top: 25px;
}
.ove-vs .scontent .vs-list p img{
	margin-right: 10px;
}
@media (max-width: 1130px){
	.ove-vs .scontent{
		padding: 45px 50px;
	}
	.ove-vs .scontent .vs-list{
		display: block;
	}
}
@media (max-width: 860px){
	.ove-vs .scontent{
		padding: 25px 20px;
	}
	.ove-vs .scontent h4{
		font-size: 20px;
	}
	.ove-vs .scontent .vs-list p{
		font-size: 14px;
		margin-top: 15px;
	}
}
@media (max-width: 600px){
	.ove-vs .scontent{
		flex-wrap: wrap;
		justify-content: center;
		background-image: none;
		padding: 0;
	}
	.ove-vs .scontent .vs-left{
		width: 90%;
		background-image: url(/images/vs_t.jpg);
		padding: 20px 0;
	}
	.ove-vs .scontent .vs-right{
		width: 90%;
		background-image: url(/images/vs_f.jpg);
		padding: 20px 0;
	}
	.ove-vs .scontent h4{
		font-size: 18px;
	}
}.hk-online {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: url("/images/1662099971.jpg") no-repeat center;
  background-size: cover;
  padding: 31px 0px;
}
.hk-online .assess_tit {
  color: #fff;
  text-align: center;
  font-size: 35px;
  line-height: 46px;
}
.hk-online .mk-ldy-phone-btn {
  display: inline;
  padding: 10px 20px; 
  width: 200px;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #fff;
  margin-left: 35px;
  margin-right: 30px;
  border: none;
  background: var(--main-champagne-color);
}