* {
    margin : 0;
    padding : 0;
    box-sizing : border-box;
}

html,body {
    -webkit-overflow-scrolling: touch;
    position: relative;
    width: 100%;
    background : white;
    -webkit-font-smoothing : antialiased;
    -webkit-box-sizing : border-box;
    font-family : Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}

#container {
padding-bottom: 50px;
position: relative;
}
#container>div:nth-child(1){
    position: absolute;
    top: -16px;
    background-color: white;
    z-index: 2;
}

header {
    position: absolute;
    width:100%;
    background : #5d67a4;
    padding : 12px 0;
    text-align : center;
    color : #FFF;
}

header h1 {
    padding-right : 90px;
    font-size : 16px;
}

#restart {
    position : absolute;
    right : 10px;
    color : #FFF;
    text-decoration : none;
    margin-top : 2px;
    font-size: 15px;
}
#context {
    position: absolute;
    overflow-y : scroll;
    top : 50px;
    left : 0;
    right : 0;
    bottom : 0;
    padding-bottom : 226px;
}
.declare {
    display : block;
    width : 100%;
    background-color : #fff;
    padding : 15px 21px;
    margin-bottom : 10px;
}
.declare_text {
    line-height : 20px;
    font-size : 14px;
    color : #666;
}

#btn {
    margin: auto;
    width:180px;
    display: inherit;
    text-align: center;
    background: #4865ff;
    color: white;
    outline: none;
    border: 0;
    box-sizing: border-box;
    padding: 10px 0;
    font-size: 16px;
    border-radius: 16px;
    font-weight: 600;
}
.znxy-views {
    padding: 5px 10px;
}
.znxy-views .znxy-questions-buttons-container {
    display: none;
}
.znxy-views .znxy-questions-view textarea {
    height: 40px;
    margin-top: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.znxy-views .znxy-questions-photo {
    display: none;
}
.znxy-views {
    background-color: white;
}
.znxy-views .znxy-questions-view h3 {
    font-weight: 600;
    line-height: 20px;
}
.znxy-views .znxy-questions-bubble {
    padding: 0 15px;
}
.znxy-views .znxy-questions-text-table {
    display: table;
}
.znxy-views .znxy-questions-text-title-t-cell{
    display: table-cell;
    white-space: nowrap;
}
div[data-is-a-group] {
    position: relative;
    margin-top: 30px;
}
div[data-is-a-group]::before{
    content: " ";
    border: 1px dashed #ddd;
    width: calc(100% - 60px);
    display: block;
    position: absolute;
    top: -15px;
    left: 30px;
}