@media (max-width:500px){
  .QX-134740722 .imgBox img{
  	object-fit: contain!important;
  }
  .backstage-stwidgets-settingwrap span > a > div > span{
  	font-size:16px!important;
  }
  .zhangjian_content_txt img{
  	width: 100%!important;
    height: auto!important;
  }
}
@media screen and (min-width: 1200px){
  .block23084 .vertical-center-slick-9844 .vbanner-title-json {
    width: auto !important;
    left: 0 !important;
    padding: 10px;
    padding-left: 150px;
    transform:translateX(0) !important;
    background-color: rgba(255,255,255,.2);
}
}
@media screen and (max-width: 768px){
  .block23084 .vertical-center-slick-9844 .vbanner-title-json{
     background-color: rgba(255,255,255,.2);
     text-align: center;
     padding: 5px;
  }
  div .block23084{height: 300px;}
  div .block23084 .vertical-center-slick-9844 .vbanner-title-json{
  top:20px;
  }
} 

.quinn17494 .navigation ul .item {
    position: relative;
    float: left;
    width: 340px;
    height: 300px!important;
    margin: 0 5px;
    padding: 30px 20px;
    background: #f7f7f7;
    border: 1px solid #E5E5E5;
}
#siteblocks-setting-wrap-krUDhnbEqwfW h2 {
    line-height: 1.5;
}
@media (max-width:768px){
  .sitewidget-prodDetail-20141127140104{
  height:auto !important;
  }
}

@media(max-width: 768px){
  #outerContainer_1627289407799 > div > div{
  	    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #outerContainer_1627289407799 > div > div>div{
  	width:50%;
  }
}


#component_wdpFNcAtYEzZ .btnGroup-link,
#backstage-headArea-mobile  .btnGroup-link {
  position: relative;
}
#component_wdpFNcAtYEzZ .btnGroup-link::after,
#backstage-headArea-mobile  .btnGroup-link::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: inherit;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-animation-name: bg-ripple;
  -ms-animation-name: bg-ripple;
  animation-name: bg-ripple;
  -webkit-animation-duration: 10s;
  -ms-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-play-state: running;
  -ms-animation-play-state: running;
  animation-play-state: running;
}
@keyframes bg-ripple{
  0% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  20% {
    width: calc(100% + 100px);
    height: calc(100% + 15px);
    opacity: 0;
  }
  40% {
    width: calc(100% + 100px);
    height: calc(100% + 15px);
    opacity: 0;
  }
  60% {
    width: calc(100% + 100px);
    height: calc(100% + 15px);
    opacity: 0;
  }
  80% {
    width: calc(100% + 100px);
    height: calc(100% + 15px);
    opacity: 0;
  }
  100% {
    width: calc(100% + 100px);
    height: calc(100% + 15px);
    opacity: 0;
  }
}