/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */

 @font-face{
    font-family: 'UKIJTor';
    src: url('../fonts/UKIJTor.eot');
    src: url('../fonts/UKIJTor.eot?#iefix') format('embedded-opentype'),
        url('../fonts/UKIJTor.woff2') format('woff2'),
        url('../fonts/UKIJTor.woff') format('woff'),
        url('../fonts/UKIJTor.ttf') format('truetype');
    font-family:'UKIJTor';
    src:url('../fonts/UKIJTor.ttf') format('truetype');
    font-style:normal;
}

/* custom common class */
:root{
}
.container{padding:3vw 3vw 25vw 3vw;position: relative;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,svg
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input,textarea,button {font-family:'UKIJTor', 'Song Ti', 'Hei Ti', 'You Yuan', 'Li Shu', 'Microsoft Uighur', 'Hiragino Sans GB', 'Segoe UI Symbol';margin: 0;padding: 0;border: 0;font-size: 100%;font-weight: normal;vertical-align: baseline;-webkit-user-select: none;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section img{
    display: block;
}

body {
}

/* 禁止长按保存图片 */
/*img{pointer-events: none;}*/


blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

/* custom */
a {
    color:var(--c-dark-text);
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}

li {
    list-style: none;
}

input,textarea{
    border: none;
    outline: none;
    box-shadow: none;
    -webkit-appearance: auto;
    -webkit-user-select: text !important;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}

::placeholder { /* Firefox, Chrome, Opera */
    color: #999;
    opacity:1;
}
::-webkit-input-placeholder {
    color: #999;
    opacity:1;
}

:-moz-placeholder { /* Firefox 18- */
    color: #999;
    opacity:1;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #999;
    opacity:1;
}

:-ms-input-placeholder {
    color: #999;
    opacity:1;
}

input[type="search"]::-ms-clear {display:none;width:0;height:0;}
input[type="search"]::-ms-reveal {display:none;width:0; height:0;}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {display:none;}

html, body {
    width: 100%;
    height: 100%;
    font-weight: 200;
}

body {
    text-size-adjust: 100% !important;
    -webkit-text-size-adjust: 100% !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 隐藏滚动条 */
body{scrollbar-width:none;-ms-overflow-style:none; /* IE 10+ */}

::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}

.rtl{direction:rtl;}
.ltr{direction:ltr;}
