*{
    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_detail{
    width:100%;
    height:auto;
    overflow: hidden;
}
.container_detail img{
    display: block;
    width:100%;
}