.wrap{
    width: 1000px;
    margin: 0 auto;
    font-family: 'PingFang HK';
}
.poster{
    width: 1000px;
    height: 340px;
    margin-bottom: 55px;
}
.dot{
    width: 4px;
    height: 9px;
    background: #FF7E5A;
    transform: rotate(21.64deg);
    border-radius: 50%;
    margin: 0 1px;
}
.section{
    margin-bottom: 45px;
}
.title{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px;
}
.titleText{
    font-weight: 500;
    font-size: 36px;
    line-height: 26px;
    margin: 0 15px;
}
.content{
    font-size: 18px;
    line-height: 36px;
    color: #50555C;
}
.rights{
    color: #bbb;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}