html{font-size:50px;}
body{height: 2000px;}
.title{
    font-size: .48rem;
    text-align: center;
    margin-top: .6rem;
    color:#333;
}
.line{
    height: 2px;
    width: 1.2rem;
    background: #007AFF;
    margin: .2rem auto;
}
.text{
    margin-top: .2rem;
    text-align: center;
    color:#666;
}
.list-banner{
    margin-top:44px;
}
.list-banner img{
    width: 100%;
}
.good-content{
    margin-top:.6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.good-box{
    width: 45%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding:.4rem 0;
}
.good-circle{
    width: 1.2rem;
    height: 1.2rem;
    box-shadow: 0 .08rem .16rem rgb(3 27 78 / 12%);
    border-radius: 50%;
    /* padding:10px; */
    box-sizing: border-box;
}
.good-circle img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.good-title{
    margin-top:.2rem;
    font-size: .36rem;
    color:#333;
}
.good-box span{
    line-height: 1.4;
    text-align: left;
    color:#666;
}
.good-line{
    width: .6rem;
}
.anli-img{
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.anli-img img{
    width: 70%;
    height: 500px;
}
.focus{
    margin-top: .6rem;
    padding:0 .4rem;
    box-sizing: border-box;
}
.focus-content{
    margin-top: .6rem;
}
.focus-content ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.focus-content li{
    width: 48%;
    height: 2.4rem;
    margin-bottom: .24rem;
    position: relative;
}
.focus-content li p{
    position: absolute;
    color:#fff;
    bottom:.2rem;
    left:.2rem;
    font-size:.4rem;
    padding-left:.08rem;
    border-left:3px solid #007AFF;
}
.focus-content li img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}