html,body{
    height: 100%;
}
.protocol{
    height: 100%;
}
.protocol .header .blue{
    height: .07rem;
    background-color:dodgerblue;
}
.protocol .header .pTop{
    height: .27rem;
    background-color: #fafafa;
    font-size: .1rem;
}
.protocol .header .pTop span{
     margin-top: .05rem;
}
.protocol .header .spanLeft{
    float: left;
    margin-left: .16rem;
}
.protocol .header .spanRigth{
    float: right;
    margin-right: .16rem;
    color: dodgerblue;
}
.protocol .header .pTop i{
    color: #d22d39;
    font-weight: 700;
}
.protocol .header .imgs{
    width: 50%;
    margin-left: .14rem;
}
.protocol .zhuce_a{
    line-height: 180%;
    /*padding: 0 .3rem .3rem .3rem;*/
    font-size: .12rem;
    border: 1px solid #fafafa;
    height: calc(100% - 1rem);
    overflow: auto;
    margin: 0 .2rem 0 .2rem;
}
.protocol .zhuce_a h2,h3{
    font-size: .22rem;
    font-weight: 700;
    color: black;
    line-height: 1rem;
}
.protocol .zhuce_a .content p{
    text-indent: 2em;
    margin: 0 .08rem 0 .08rem;
}
.protocol .zhuce_a .content p strong{
    color: black;
}
.protocol .footer{
    margin-top: .05rem;
}
.protocol .footer #btnReject,#btnAgree{
    width: .8rem;
    height: .25rem;
    background-color: #d22d39;
    color: white;
    border-radius: .04rem;
    font-size: .12rem;
}
.protocol .footer #btnAgree{
    margin-left: .75rem;
}
/*.protocol .footer #btnReject{
    margin-right: .75rem;
}*/