body{
    padding:0;
    margin:0;
}
#vip-protocol{
    width:100%;
    height:100%;
    padding:50px 40px;
    box-sizing: border-box;
    overflow: auto;
}
#vip-protocol>#container {
    width:1092px;
    height:100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.stylemark span{
    color: red;
    text-decoration: underline;
}
.stylyindent{
    color: red;
    text-decoration: underline;
    text-indent: 1.5em;
}
.bold {
  font-weight: bold;
}
