body{
    margin: 0;
}
.container{
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
}
.header{
    position: relative;
    padding-top: 54px;
}
.header .icon-back{
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
}
.header .icon-back img{
    width: 100%;
    height: 100%;
}
.header .titles{
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}
.content .wraps .title{
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0 0;
    color: #BD79D4;
}
.content .wraps .title span{
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
}
.content .wraps .title .subtitle-term{
    margin-left: 5px;
}
.content .wraps .title .subtitle-privacy{
    margin-right: 5px;
}
.content .wraps .subtitle{
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.56);
    margin: 5px 0 0;
}
.content .description_wrap .title{
    margin: 20px 0 0;
    font-size: 14px;
    font-weight: 700;
}
.content .description_wrap .descriptions{
    font-size: 12px;
    font-weight: 400;
}
.content .description_wrap{
    word-break: break-word;
}
p,span{
    word-break: break-word;
    text-align: inherit !important;
}
@media(max-width:375px){
    .container{
        max-width: 100%;
    }
}

.notify.content .description_wrap .descriptions {
    font-size: 14px;
    margin-top: 20px;
}
