/*
file_name: index.css
file_version: v1.0
from: Static Resource Version Controller
from_url: 
author: https://github.com/laiyuqiang/
update_time: 2025-11-15 00:48:14
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
*/
body {
    height: 100vh;
}
.f-right-1{
    display: none;
}
.zt-banner{
    display: none;
}
._bj{
    transition: opacity 3s,transform 3s;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    top: 0;
}
._bj:after {
    position: absolute;
    content: '';
    max-width: 1400px;
    height: 100vh;
    top: 0;
    box-shadow: 0px 0px 100px 100px #4572ad inset;
    margin: ;
    width: 100%;
    padding-bottom: 60px;
}
.bjn{
    width:100%;
    max-width: 1400px;
}
.bjimg{
    transition: all 3s,transform 3s;
    position: absolute;
    height: 100%;
    right: 0vw;
    object-fit: cover;
    /*width:100%;
    max-width: 1400px;
    margin:0 auto;*/
}
@media screen and (max-width: 700px) {
    .bjimg{
        right:-10vw;
    }
  /*._bj{
      opacity: 0;
      display: none;
  }*/
  /*.bjn{
      display: none;
  }*/
}