.containerContractMes{
    padding-top: 40px;
    width: 1920px;
    box-sizing: border-box;
    background: url('/static/assets/page_bg.png') no-repeat top center;
    display:  flex;
    justify-content: center;
}
.containerContractMes .content{
    width: 1200px;
    height: 1073px;
    background: #FDF9F6;
}
.containerContractMes .box1{
    width: 1160px;
    height: 1033px;
    background: #fff;
    border: 6px solid #C4201D;
}
.containerContractMes .box2{
    width: 1150px;
    height: 1023px;
    border: 2px solid #C4201D;
    padding: 50px;
    box-sizing: border-box;
}
