.font-and-bgimg{
	background-color: rgba(240, 255, 255, 0.3) ;
}

.font-height-and-lineHeight{
	heigth:1.5rpx;
	line-height: 1.5rem;
}

.footer{
	height:50px;
	line-height: 50px;
}

/* 方案优势 */
.wooask-heigth-100{
	height: 100px;
	line-height: 100px;
}

.wooask-heigth-120{
	height: 120px;
	line-height: 120px;
}

.wooask-heigth-150{
	padding-top: 75px;
	padding-bottom: 75px;
	/* height: 150px; */
	line-height: 100px;
}

.vertical-align{
	vertical-align: middle;
}

.border-black-1{
	border: 1px solid #000;
}

.border-white-1{
	border: 1px solid #fff;
}

.border-blue-1{
	border: 1px solid #337ab7;
}

.font-blue{
	color: #337ab7;
}

.border-top-width-0{
	border-top-width: 0;
}

.border-top-left-0{
	border-left-width: 0;
}

.line-height-20{
	height: 20px;
	line-height: 20px;
}

.line-height-30{
	height: 30px;
	line-height: 30px;
}

.bg-black-wooask {
  background-color: rgba(0, 0, 0, 1) ;
  color:#fff;
  }
  .bg-black-wooask-en{
	  background-color: rgba(0, 0, 0, 1) ;
	  color:#fff;
  }
  
.bg-black-wooask:hover{
	background-color: rgba(51, 122, 183, 0.7) ;
	/* background: linear-gradient(rgba(51, 122, 183, 0.1), rgba(51, 122, 183, 0.7)) */
}
.bg-black-wooask-en:hover{
	background-color: rgba(51, 122, 183, 0.7) ;
	/* background: linear-gradient(rgba(51, 122, 183, 0.1), rgba(51, 122, 183, 0.7)) */
}

.bg-black-wooask:hover div{
	font-size: 40px;
}
.bg-black-wooask-en:hover div{
	font-size: 1.25rem;
}
  
.font-black{
	color: #000;
}

.col-wooask-diy{
	background-color: #337ab7;
	color: #fff;
}
@media (min-width: 280px) {
    .col-wooask-diy {
      min-height: 300px; 
	}
}
@media (min-width: 576px) {
    .col-wooask-diy {
      min-height: 200px; 
	}
}
@media (min-width: 768px) {
    .col-wooask-diy {
      min-height: 130px; 
	} 
}
@media (min-width: 992px) {
    .col-wooask-diy {
      min-height: auto; 
    } 
}
@media (min-width: 1200px) {
    .col-wooask-diy {
      min-height: auto; 
    } 
}

.scene-wooask{
	background-repeat: no-repeat;
	height: 600px;
	line-height: 300px;
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
	z-index: 0;
}
.scene-wooask:hover{
	opacity: 0.7;
	background: linear-gradient(to top, #619ab7, #ff5500);
	line-height: 200px;
	z-index: 10;
}
/* .scene-wooask:hover::before{
	opacity: 1;
} */


.product-wooask{
	padding: 0;
	height: 300px;
	width: 100%;
	position: relative;
	transition: opacity 0.5s ease-in-out;
	opacity: 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80% auto;
	padding: 0;
	margin: 0;
}


.product-wooask span{
	display: block;
	position: absolute;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 80px;
	line-height: 80px;
	bottom: 0;
	text-align: center;
	background-color: rgba(0,0,0, 0.5);
}
.product-wooask:hover span{
	display: block;
	position: absolute;
	padding: 0;
	margin: 0;
	width: 100%;
	/* height: 300px;
	line-height: 250px; */
	bottom: 0;
	font-size: 30px;
	text-align: center;
	/* background: linear-gradient(to top, #619ab7, #057ab7); */
	background-color: #337ab7;
	background-repeat: no-repeat;
	opacity: 0.6;
}


