body{
    background-color: #FFFFFF;
}
ul{
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}


img{
    width: 100%;
}
.background {
    background-image: url('../images/bg.png');
    background-size: 100% 100%; /* 使背景图片完全覆盖容器 */
    background-repeat: no-repeat;
    background-position: center; /* 可选，根据需要调整 */
    height: 100%;
    width: 100%;
    position: fixed; /* 使背景固定，不随滚动条滚动 */
    top: 0;
    left: 0;
    z-index: -1; /* 可选，确保背景在内容之下 */
}
.background01 {
    background-image: url('../images/bg01.png');
    background-size: 100% 100%; /* 使背景图片完全覆盖容器 */
    background-repeat: no-repeat;
    background-position: center; /* 可选，根据需要调整 */
    height: 100%;
    width: 100%;
    position: fixed; /* 使背景固定，不随滚动条滚动 */
    top: 0;
    left: 0;
    z-index: -1; /* 可选，确保背景在内容之下 */
}
.main{
    width: 100%;
    margin: 0 auto;
}
.logo{
    width: 80vw;
    margin: 0 auto;
    margin-top: 6vh;
}
.title{
    width: 70vw;
    margin: 0 auto;
    margin-top: 8.1vh;
}
.btn{
    width: 32%;
    margin:0 auto;
    margin-top: 63px;
}
.search{
    width: 70vw;
    margin: 0 auto;
    margin-top: 1vh;


}
.search input::placeholder{
    color: #FFFFFF;
}
.search input{
    border: none;
    width: 65vw;
    height: 6vh;
    margin: 0 auto;
    background: none;
    border-bottom: 1px solid #e29e72;
    font-size: 2rem;
    color: #FFFFFF;
    line-height: 45px;
    text-align: center;
}
.text{
    color: #FFFFFF;
    text-align: center;
    margin-top: 3vh;
    line-height: 4vh;
}


.query{
    width: 70%;
    /*height: 10rem;*/
    margin: 0 auto;
    margin-top: 1rem;
    background-color: #FFFFFF;
    border-radius: 1rem;
    padding: 3vh 0;
}
.search1{
    width: 81%;
    margin: 0 auto;
    border-bottom: 3px solid #e29e72;
}
#search1{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border: none;
    outline: none;
    color: #0b2fc3;
    height: 3rem;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.btn{
    width:55%;
    margin: 0 auto;
    margin-top: 1rem;
}
.answer{text-align: center}
.zhan{
    width:95vw;
    margin: 0 auto;
    margin-top: 3vh;
}
.left{
    width: 18.7vw;
    float: left;
}
.left ul{
    /*padding-left:1vw;*/
}
.zhan .left li {
    padding: 0.5vh 0.1vw;
    background-color: #FFFFFF;
    font-size: 0.8rem;
    margin-top: 0.5vh;
    text-align: center;
}
.zhan .left li.on {
    background-color: #2485b5;
    color: #FFFFFF;
}
.zhan .left li.on span{
    /*font-size: 1.1rem;*/
}
.right{
    float: right;
    background: url(../images/route3.png) left top no-repeat;
    width: 71.2vw;
    height: 37vh;
    background-size: 100% 100%;
}
.right div{
    display: inline-block;
}
.right ul{
    position: relative;
    height: 27.54vh;
    overflow: hidden;
    width: 4vw;
    display: inline-block;
}
.right li{
    width:1.87vw;
    position: absolute;
}
.right span{
    width: 2.3vw;
    /* height: 21px; */
    display: inline-block;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.right span img{
    height: 100%;
}
.right .heng ul{
    height: 2vh
}
.right .heng ul,.right .heng li{
    width: 39vw;
}
.right .heng span{
    float: left;
    width: 4.4vw;
    display: inline-block;
}
.right .heng span img{
    float: left;
    width: 2.2vw;
}