*{
    padding:0;
    margin:0;
    text-decoration: none;
    list-style: none;
    outline: none;
    border: none;
}
.flex_between{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.flex_center{
    display:flex;
    justify-content: center;
    align-items: center;
}
.header{
    width:100%;
    height:0.9rem;
    background-color: #fff;
    position: fixed;
    left:0;
    top:0;
}
.header_container{
    width:6.9rem;
    height:100%;
    padding:0 0.3rem;
}
.header_logo{
    width: 2.12rem;
    height:0.51rem;
}
.header_logo img{
    display:block;
    width:100%;
    height:100%;
}
.header_tel_icon{
    width: 0.5rem;
    height:0.5rem;
}
.header_tel_icon img{
    display:block;
    width:100%;
    height:100%;
}
.header_text{
    padding-left:0.2rem;
}
.header_text_1{
    font-size:0.24rem;
    font-weight: 600;
    color:#333;
}
.container{
    width:100%;
    height:auto;
    overflow: hidden;
    background:url("../images/sback.jpg")no-repeat center/100%;
    margin-top:0.9rem;
}
.series{
    width:6.9rem;
    height:auto;
    overflow: hidden;
    padding:0.6rem 0.3rem;
    padding-top:2.4rem;
}
.series_item{
    width:100%;
    height:1.6rem;
    background-color: rgb(1,48,73);
    border-radius:0.1rem;
    margin-bottom:0.25rem;
}
.series_img{
    width:1.99rem;
    height:1.08rem;
    padding-left:0.15rem;
}
.series_img img{
    width:100%;
    height:100%;
    display: block;
}
.series_text{
    width:22%;
    font-size:0.24rem;
    color:rgb(251,229,207);
}
.line{
    width:0.01rem;
    height:0.35rem;
    background-color: rgb(251,229,207);
}
.series_num{
    font-size:0.24rem;
    color:rgb(251,229,207);
}
.series_price{
    width:18%;
    font-size:0.4rem;
    color:rgb(251,229,207);
    padding-right:0.2rem;
}
.series_price span{
    font-size: 0.24rem;
}
.ser_txt{
    font-size:0.24rem;
    color:rgb(1,48,73);
    text-align: center;
    font-family: "宋体";
    padding-top:0.5rem;
}