* {box-sizing: border-box; -webkit-tap-highlight-color: rgba(0,0,0,0);}
body,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea,
p, blockquote, th, td, hr, button,
article, aside, details, figcaption, figure, header, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
}
/* 默认不要下划线 */
a {text-decoration: none;}
a:link,a:visited {color:#444444;text-decoration:none;}
a:active {
    background:#f8f8f8 !important;
}
a:hover{color:#444444;}
/* 按钮文本不可选 */
button {user-select: none;}
img {vertical-align: middle;}
/* 加载不出来的图片不要显示灰色边框 */
img:not([src]),img[src=""] {opacity: 0;}
ul, ol {list-style: none;}
table {border-collapse: collapse; border-spacing: 0;}
input, select, button, textarea {font-size: 100%; font: inherit;}
html, body {height: 100%; overflow-x: hidden;}
.issue-title {
 /* height: 50px;  */
    width: 100%;
    font-size: 12px;
    color:#444444;
    line-height: 25px;
    display: flex;
    align-items: center;
    word-wrap:break-word;
}
@font-face {
    font-family: roboto;
    src: url('../fonts/Roboto-Regular.ttf'); /* IE9+ */
}
body {
    font-family: roboto;
}
/* .border {
    border-bottom: 0.3px solid #cccccc;
} */
.issue-title > a > img {
    float: right;
    margin-top: 3px;
    margin-right: 16px;
}
.issue-list{
    padding-bottom: 67px;
}
footer {
    width: 100%;
    position: fixed;
    height: 39px;
    bottom: 14px;
    z-index: 9999;
    background: white;
}
footer > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 326.7px;
    min-height: 39px;
    box-sizing: border-box;
    padding: 7px 10px;
    border: 1px solid #cccccc;
    border-radius: 18.5px;
    position: fixed;
    left: calc(50% - 163.35px);
    bottom: 14px;
    font-size: 14px;
    z-index: 999;
    background: white;
    color:#444444;
    overflow: hidden;
    word-break: break-word;
}
footer > div > img {
    margin-right: 4px;
}
.feedback-active {
    background:#f8f8f8 !important;
}
.link-item {
    width: 100%;
    height: inherit;
    /* padding-top: 16px; */
    /* padding-left: 16px; */
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    text-indent: -10px;
    padding-left: 25px;
    padding-top: 11px;
    padding-bottom: 11.3px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.link-item:active {
    border-bottom: 1px solid #cccccc;
}

html[dir="rtl"] .link-item{
  padding-left: 0;
  padding-right: 25px;
}

html[dir="rtl"] .issue-title > a > img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 16px;
  margin-right: 8px;
}
