.settled_message{
    width: 100%;
}
.settled_content{
    width: 80%;
    margin: auto;
}
.settled_content .three{
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}
.settled_content .three div{
    float: left;
    width: 336px;
    height: 100px;
    text-align: center;
    
}
.settled_content .three div:nth-of-type(1)::after{
    position: absolute;
    content: "";
    top: 14px;
    left: 180px;
    width: 312px;
    height: 1px;
    background-color: #ccc;
}
.settled_content .three div:nth-of-type(2)::after{
    position: absolute;
    content: "";
    top: 14px;
    right: 184px;
    width: 312px;
    height: 1px;
    background-color: #ccc;
}
.three span:nth-of-type(1){
    display: inline-block;
    border: 2px solid #ccc;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: white;
    font-size: 12px;
}
.settled_content span:nth-of-type(2){
    color: rgb(195,71,81);
}
.settled_content .yuan{
    
    background-color: rgb(195,71,81);
    text-align: center;
    

}
.settled_content .san{
    background-color: rgb(197,197,197);
    text-align: center;
}
.settled_bottom{
    width: 388px;
    margin-left: 180px;
    font-size: 14px;
    color: rgb(131,131,134);
}
.settled_bottom input[type='text']{
    width: 300px;
    height: 30px;
    margin: 10px 0;
}
.settled_bottom select{
    width: 90px;
    height: 30px;
}
.onepelope{
    margin-left: 70px;
    margin-top: -15px;
}
.onepelope span{
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 120px;
    border: 1px solid #ccc;
    text-align: center;
}
.onepelope button{
    border: none;
    width: 50px;
    height: 20px;
    border: 1px solid #ccc;
    background-color: white;
}
.settled_bottom div:last-child{
    background-color: rgb(136,1,11);
    color:white;
    text-align: center;
    width: 304px;
    margin-bottom: 30px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    margin-left: 69px;
}