/**
 * 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'),
        url('../../fonts/UzluqBerdem.ttf') format('truetype'),
        url('../../fonts/UKIJTor.svg#UKIJTor') format('svg');
    font-family:'UKIJTor';
    src:url('../../fonts/UKIJTor.ttf') format('truetype');
    font-style:normal;
}
@font-face {
    font-family: 'Qhytsdakx';
    src: url('../../fonts/Qhytsdakx.eot');
    src: url('../../fonts/Qhytsdakx.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/Qhytsdakx.woff2') format('woff2'),
        url('../../fonts/Qhytsdakx.woff') format('woff'),
        url('../../fonts/Qhytsdakx.ttf') format('truetype'),
        url('../../fonts/Qhytsdakx.svg#Qhytsdakx') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* common class */
.success{color:#6c60fc}
.success-blue{color:#0a64ff}
.text-gray{color:#bfbfbf;}
.text-color{color:#484848}
.ltr{direction:ltr;}


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', 'Uzluq Berdem','Qhytsdakx', 'Song Ti', 'Hei Ti', 'You Yuan', 'Li Shu', 'Microsoft Ya Hei', '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 {
    display: block;
}

body {
    background-color: #fff;
}

/* 禁止长按保存图片 */
img{pointer-events: none;}


blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

/* custom */
a {
    color: #000;
    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);
}

/*awalker*/
[v-cloak]{
    display: none
}

.rtl-layout{
    direction: rtl;
}
.Qhytsdakx{font-family:'Qhytsdakx';}

/* 隐藏滚动条 */
body{scrollbar-width:none;-ms-overflow-style:none; /* IE 10+ */}

::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}