.purchase_statement{
    width: 1190px;
    background: #FAFAFA;
    margin: 0 auto;
}
.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: 335px;
    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: 335px;
    border: 1px solid #000000;
    position: absolute;
    top: 25px;
    left: 620px;
}
.method_word{
    font-size: 14px;
    color: #000000;
    line-height: 30px;
    margin-top: 10px;
}

.state4_content{
    width: 850px;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    margin-top: 70px;
    border: 1px solid #000;
}
.state4_content tr{
    height: 30px;
}
.state4_content .first_tr{
    height: 40px;
}
.state4_content td{
    border-top: 1px solid #808080;
    border-right: 1px solid #808080;
}
.state4_content tr:first-child td{
    border: none;
    font-weight: bold;
}
.state4_content td:last-child{
    border-right: none;
}