body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; }
h1, h2, h3, h4, h5, h6{ font-size:100%; }
address, cite, dfn, em, var,i { font-style:normal; }
code, kbd, pre, samp { font-family:couriernew, courier, monospace; }
small{ font-size:12px; }
ul, ol { list-style:none; }
a { text-decoration:none; }
sup { vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
legend { color:#000; }
fieldset, img { border:0; }
button, input, select, textarea { font-size:100%; }
table { border-collapse:collapse; border-spacing:0; }
@font-face {
    font-family: 'en-Bold';
    src: url('../font/vn/SourceHanSansCN-Bold.ttf');
}
@font-face {
    font-family: 'en-ExtraLight';
    src: url('../font/vn/SourceHanSansCN-ExtraLight.ttf');
}
@font-face {
    font-family: 'en-Heavy';
    src: url('../font/vn/SourceHanSansCN-Heavy.ttf');
}
@font-face {
    font-family: 'en-Light';
    src: url('../font/vn/SourceHanSansCN-Light.ttf');
}
@font-face {
    font-family: 'en-Medium';
    src: url('../font/vn/SourceHanSansCN-Medium.ttf');
}
@font-face {
    font-family: 'en-Normal';
    src: url('../font/vn/SourceHanSansCN-Normal.ttf');
}
@font-face {
    font-family: 'en-Regular';
    src: url('../font/vn/SourceHanSansCN-Regular.ttf');
}
input::placeholder { 
    color: #160504;
}
input::-webkit-input-placeholder { 
    color: #160504;
}
.rules-detail-c::-webkit-scrollbar{
    width:8px;
    height:8px;
}
.rules-detail-c::-webkit-scrollbar-track{
    background: rgb(0, 0, 0);
    border-radius:2px;
}
.rules-detail-c::-webkit-scrollbar-thumb{
    background: #901717;
    border-radius:10px;
}
.rules-detail-c::-webkit-scrollbar-thumb:hover{
    background: #901717;
}
.my-reward-list-l::-webkit-scrollbar{
    width:8px;
    height:8px;
}
.my-reward-list-l::-webkit-scrollbar-track{
    background: rgb(0, 0, 0);
    border-radius:2px;
}
.my-reward-list-l::-webkit-scrollbar-thumb{
    background: #901717;
    border-radius:10px;
}
.my-reward-list-l::-webkit-scrollbar-thumb:hover{
    background: #901717;
}