.notice-field{
   background-color: #fff;
   border: 1px solid #f4f4f4; 
   padding: 16.5px 24px;
   position: fixed;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    z-index: 9999999;
}
.privacy{
    font-size: 18px;
    font-weight: bold;
    color: #212121;
    line-height: 24px;
    margin-bottom: 12px;
}
.ms-btn-group{
    display: flex;
    align-items: center;
}
.ms-btn-group p{
    flex: 1;
}
.ms-btn-group button:first-child{
    border: 2px solid #1863DC;
    color: #1863DC;
}
.ms-btn-group .layui-btn{
    height: 44px;
    line-height: 44px;
}
.btn-group .layui-btn:not(:first-child){
    background-color: #1863DC;
}