.home_module{
    background-size: 100% 100%;
    background-position: center;
    width: 100%;
    display: inline-block;
    position: relative;
}
.home_module_title{
    font-size: 0.72rem;
    color: white;
    text-align: center;
    width: 100%;
    font-weight: bold;
    padding-top: 0.35rem;
}
.introduce{
    background-color: #0b0b0b;
    border-top-left-radius: 0.28rem;
    border-bottom-left-radius: 0.28rem;
    padding: 0.25rem 1.06rem 0.35rem 0.43rem;
    width: 7rem;
    position: absolute;
    right: 0;
    bottom: 0.5rem;
    text-align: left;
}
.introduce>div:nth-child(1){
    font-size: 0.53rem;
    color: #FFFFFF;
    font-weight: bold;
}
.introduce>div:nth-child(1) span{
    font-size: 0.24rem;
    color: #FFFFFF;
    padding-left: 0.16rem;
}
.introduce>div:nth-child(2){
    font-size: 0.12rem;
    color: white;
    text-align: justify;
    line-height: 0.24rem;
}
.history_item{
    position: absolute;
    width: 3.5rem;
}
.history_title{
    font-size: 0.36rem;
    color: white;
    font-weight: bold;
}
.history_desc{
    font-size: 0.12rem;
    color: white;
    font-family: "PingFangSCLight";
}