﻿@charset "utf-8"; 
@media(min-width:769px){header .head-info .head-logo img{width: 100%;max-height: inherit;height: 80px;}}
.home-product .l-wrap .product .pro-list {align-items:inherit;}
.home-product .l-wrap .product .pro-list .item {height:auto;display:flex;flex-direction:column;}
.home-product .l-wrap .product .pro-list .item .text {display:flex;flex-direction:column;flex:1;align-items:flex-start;}
.home-product .l-wrap .product .pro-list .item .text .btn {margin-top:auto;}
.home-about .l-wrap .left .img a{display:block;position:relative}
.home-about .l-wrap .left .img .play {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.5);border-radius:50%;width:60px;height:60px;cursor:pointer}
.home-about .l-wrap .left .img .play::before {content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:80%;height:80%;background:#FFFFFF;border-radius:50%}
.home-about .l-wrap .left .img .play{width:auto;height:auto;background:none;}
.home-about .l-wrap .left .img .play:before{display:none;}
.home-about .l-wrap .left .img .play img{transition:all .3s}
.home-about .l-wrap .left .img:hover .play img{transform:scale(1.05)}