/* * * * * *
*                             _ooOoo_
*                            o8888888o
*                            88" . "88
*                            (| -_- |)
*                            O\  =  /O
*                         ____/`---'\____
*                       .'  \\|     |//  `.
*                      /  \\|||  :  |||//  \
*                     /  _||||| -:- |||||-  \
*                     |   | \\\  -  /// |   |
*                     | \_|  ''\---/''  |   |
*                     \  .-\__  `-`  ___/-. /
*                   ___`. .'  /--.--\  `. . __
*                ."" '<  `.___\_<|>_/___.'  >'"".
*               | | :  `- \`.;`\ _ /`;.`/ - ` : | |
*               \  \ `-.   \_ __\ /__ _/   .-` /  /
*          ======`-.____`-.___\_____/___.-`____.-'======
*                             `=---='
*          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
*                     佛祖保佑        永无BUG
*            佛曰:
*                   写字楼里写字间，写字间里程序员；
*                   程序人员写程序，又拿程序换酒钱。
*                   酒醒只在网上坐，酒醉还来网下眠；
*                   酒醉酒醒日复日，网上网下年复年。
*                   但愿老死电脑间，不愿鞠躬老板前；
*                   奔驰宝马贵者趣，公交自行程序员。
*                   别人笑我忒疯癫，我笑自己命太贱；
*                   不见满街漂亮妹，哪个归得程序员？
* * * * * *
*
*
*
*Theme Name: Xpel
*Theme URI: https://www.zxtheme.com
*Author: 真香建站zxtheme.com
*Author URI: https://www.zxtheme.com
*Description: 。
*Version: 1.0.0
*
* 
*
*好了，在下方空白处正式开始自定义发挥你的css吧，尽显出您的美学！
*
* * * * * * /


/* 	 */
/* 修复移动端 Banner 分层问题 */
@media (max-width: 767px) {
  /* 1. 修复背景图模式 */
  .swiper-slide[style*="background-image"] {
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat !important;
  }

  /* 2. 修复视频模式 */
  #auto-video {
    object-fit: cover !important;
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  /* 3. 修复 Swiper 容器高度 */
  .swiper.mySwiper3 {
    height: 100vh !important;
    min-height: 100vh !important;
  }
  .swiper-slide {
    height: 100% !important;
  }

  /* 4. 禁止父容器溢出 */
  .content {
    overflow: hidden !important;
  }
  .swiper.mySwiper3 .swiper-wrapper {
    height: 100vh !important;
  }
}
