.purchase_statement{
    width: 1190px;
    background: #FAFAFA;
    margin: 30px auto 50px;
}
.statement_title{
    width: 1190px;
    height: 55px;
    background: url("./state/purchase_statement1.png")no-repeat center center;
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    line-height: 55px;
    letter-spacing: 1px;
}
.statement_content{
    width: 1000px;
    background: #ffffff;
    margin: 0 auto;
    margin-top: 20px;
}
.statement_intro{
    width: 957px;
    margin: 0 auto;
    padding-bottom: 70px;
}
.statement_method{
    width: 957px;
    height: 96px;
    margin-top: 30px;
    padding-top: 8px;
}
.method_content{
    width: 957px;
    height: 80px;
    position: relative;
    padding-top: 10px;
}
.method_left_line{
    width: 275px;
    border: 1px solid #000000;
    position: absolute;
    top: 25px;
}
.method_text{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    padding-left: 10px;
}
.method_right_line{
    width: 275px;
    border: 1px solid #000000;
    position: absolute;
    top: 25px;
    left: 680px;
}
.method_word{
    font-size: 14px;
    color: #000000;
    line-height: 30px;
    margin-top: 10px;
    text-indent: 30px;
}

.state4_color{
    margin-top: 70px;
    position: relative;

}
.state4_color th{
    font-size: 16px;
    text-align: center;
    height: 40px;
    padding-top: 5px;
}
.state4_color td{
    font-size: 14px;
    text-align: center;
    height: 30px;
    padding-top: 5px;
}
.statement_star{
    width: 957px;
    margin-top: 50px;
}
.star_title{
    width: 957px;
    font-size: 14px;
    color: #000000;
    border-bottom: 1px solid #999999;
    line-height: 30px;
    padding-left: 2em;
    padding-right: 2em;
}
.star_comment{
    font-size: 14px;
    color: #000000;
    line-height: 30px;
    padding-top: 5px;
    text-indent: 1.5em;
    padding-left: 2em;
}
.statement_star2{
    width: 957px;
    margin-top: 20px;
}
.star_title2{
    width: 957px;
    font-size: 14px;
    color: #000000;
    border-bottom: 1px solid #999999;
    line-height: 30px;
    padding-left: 2em;
    padding-right: 2em;
}
.star_comment2{
    font-size: 14px;
    color: #000000;
    line-height: 30px;
    padding-top: 5px;
    text-indent: 1.5em;
    padding-left: 2em;
}
.star_comment2 p{
    margin-bottom: 0;
}