html {
    overflow-x: hidden;
    font-family:"PingFang SC";
    overflow-y: scroll;
    touch-action: none;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: white;
    position: relative;
    background: #f3f4f6;
}

b {
    font-weight: bold;
}

.protocol-container {
    background: white;
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* padding: 0 .4rem; */
}
.protocol-container .protocol-content {
    padding: 9px 12px 40px;
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
    color: #1C2A44;
}
.protocol-container .protocol-content p{
    text-indent:2em;
}
.protocol-container.sdk-container .protocol-content p{
  text-indent:0;
}
.protocol-container img {
    height: auto;
    margin-bottom: 8px;
}

.protocol-container img:last-child {
    margin-bottom: 0;
}
/* 一级标题 居中 */
.h1-font-center{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
/* 一级标题 左对齐 */
.h1-font-left{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: 20px;
}
/* 二级标题 */
.h2-font-center{
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 24px;
    text-align: center;
    font-weight: 500;
}
/* 加粗 */
.weight-500{
    font-weight: 500;
}
.weight-900{
  font-weight: 900;
}
/* click */
.a-color, .to-info, .to-sdk, .to-minor, .to-privacy{
    color: #0080FE;
    word-break: break-all;
}
.mt-14{
    margin-top: 14px;
}
.red {
  color: #F63845;
}