.contentWrapper{
	width:100%;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 30px;
	color: #363636;
    text-align:justify;
    background: #f7f7f7;
}

.content{
    width: 1200px;
    margin:0 auto;
    padding: 20px 0 50px 0;
}
.content .title0{
    width: 1200px;
    margin:0 auto;
    font: bold 36px/72px "Noto Sans CJK SC", "Source Han Sans CN","黑体";
    text-align: center;
}
.content p{
    font-size: 16px;
    margin-top: 10px;
    color: #333;
}
.content p span{
    font-weight: bold;
    color: #333;
}
.content p span.line-down{
    text-decoration: underline;
}


.contentWrapper .title-agreement {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
    font: bold 16px/32px "Noto Sans CJK SC", "Source Han Sans CN","黑体";
    color: #232121;
    /* text-align: center; */
}

.contentWrapper .title .underline {
    width: 60px;
    height: 0;
    position: absolute;
    border-top: solid 2px #eb0028;
    top: 60px;
    left: 567px;
}


.installment{
    width: 288px;
    height: 50px;
    margin: 96px auto 58px auto;
    text-align: center;
    position: relative;
}
.installment .title{
    display: block;
    color: #0c7df4;
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    height: 24px;
}
.installment .left{
    height: 50px;
    width: 2px;
    background: #0c7df4;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
}
.installment .right{
    height: 50px;
    width: 2px;
    background: #0c7df4;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
}
.company{
    margin-top: 70px;
	font-size:22px;
}
.margin-b20 {
    margin-bottom: 17px;
}
.block {
    font-weight: bold;
    color: #000;
}