body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  background: #fff;
  color: #333;
  font-size: 14px;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
select,
input,
img,
select {
  vertical-align: middle;
}
a {
  text-decoration: none;
}
a:link {
  color: #888;
}
a:visited {
  color: #888;
}
a:hover,
a:active,
a:focus {
  color: #1b1e21;
  text-decoration: underline;
}
pre {
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
}
.echarts-warpper {
  width: 100%;
  height: 400px;
  background-color: #333333;
  position: relative;
}
.echarts-warpper #echarts-main {
  height: 100%;
  width: 50%;
}
.echarts-warpper #echarts-box {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.md {
  margin: 0 auto;
  font-family: "ubuntu", "Tahoma", "Microsoft YaHei", arial, sans-serif;
  color: #444444;
  line-height: 1;
  padding: 30px;
}
.md img {
  max-width: 100%;
}
@media screen and (min-width: 1000px) {
  .md body {
    width: 842px;
    margin: 10px auto;
  }
}
.md h1,
.md h2,
.md h3,
.md h4 {
  color: #111111;
  font-weight: 400;
  margin-top: 1em;
}
.md h1,
.md h2,
.md h3,
.md h4,
.md h5 {
  font-family: Georgia, Palatino, serif;
}
.md h1,
.md h2,
.md h3,
.md h4,
.md h5,
.md dl {
  margin-bottom: 16px;
  padding: 0;
}
.md p {
  margin-top: 8px;
  margin-bottom: 3px;
}
.md h1 {
  font-size: 48px;
  line-height: 54px;
}
.md h2 {
  font-size: 36px;
  line-height: 42px;
}
.md h1,
.md h2 {
  border-bottom: 1px solid #EFEAEA;
  padding-bottom: 10px;
}
.md h3 {
  font-size: 24px;
  line-height: 30px;
}
.md h4 {
  font-size: 21px;
  line-height: 26px;
}
.md h5 {
  font-size: 18px;
  line-height: 23px;
}
.md a {
  color: #0099ff;
  margin: 0 2px;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
}
.md a:hover {
  text-decoration: none;
  color: #ff6600;
}
.md a:visited {
  /*color: purple;*/
}
.md ul,
.md ol {
  padding: 0;
  padding-left: 18px;
  margin: 0;
}
.md li {
  line-height: 24px;
}
.md p,
.md ul,
.md ol {
  font-size: 16px;
  line-height: 24px;
  word-break: break-word;
}
.md ol ol,
.md ul ol {
  list-style-type: lower-roman;
}
.md code,
.md pre {
  font-family: Consolas, Monaco, Andale Mono, monospace;
  background-color: #f1f1f1;
  color: inherit;
}
.md code {
  font-family: Consolas, Monaco, Andale Mono, monospace;
  margin: 0 2px;
}
.md pre {
  font-family: Consolas, Monaco, Andale Mono, monospace;
  line-height: 1.7em;
  overflow: auto;
  padding: 6px 10px;
  border-left: 5px solid #6CE26C;
}
.md pre > code {
  font-family: Consolas, Monaco, Andale Mono, monospace;
  border: 0;
  display: inline;
  max-width: initial;
  padding: 0;
  margin: 0;
  overflow: initial;
  line-height: 1.6em;
  font-size: 0.95em;
  white-space: pre;
  background: 0 0;
}
.md code {
  color: #666555;
}
.md aside {
  display: block;
  float: right;
  width: 390px;
}
.md blockquote {
  border-left: 0.5em solid #eee;
  padding: 0 0 0 2em;
  margin-left: 0;
}
.md blockquote cite {
  font-size: 14px;
  line-height: 20px;
  color: #bfbfbf;
}
.md blockquote cite:before {
  content: '\2014 \00A0';
}
.md blockquote p {
  color: #666;
}
.md hr {
  text-align: left;
  color: #999;
  height: 2px;
  padding: 0;
  margin: 16px 0;
  background-color: #e7e7e7;
  border: 0 none;
}
.md dl {
  padding: 0;
}
.md dl dt {
  padding: 10px 0;
  margin-top: 16px;
  font-size: 1em;
  font-style: italic;
  font-weight: bold;
}
.md dl dd {
  padding: 0 16px;
  margin-bottom: 16px;
}
.md dd {
  margin-left: 0;
}
.md table {
  *border-collapse: collapse;
  /* IE7 and lower */
  border-spacing: 0;
  width: 100%;
}
.md table {
  border: solid #ccc 1px;
}
.md table thead {
  background: #f7f7f7;
}
.md table thead tr:hover {
  background: #f7f7f7;
}
.md table tr:hover {
  background: #fbf8e9;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.md table td,
.md .table th {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}
.md table th {
  border-top: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  padding: 5px;
  border-left: 1px solid #ccc;
}
.md table td:first-child,
.md table th:first-child {
  border-left: none;
}
#echarts-box1 {
  width: 30%;
  height: 100%;
  float: left;
  margin-left: 5%;
}
#echarts-box2 {
  width: 30%;
  height: 100%;
  float: left;
}
#echarts-box3 {
  width: 30%;
  height: 100%;
  float: left;
  margin-right: 5%;
}
.echarts-warpper {
  position: relative;
  z-index: 100;
}
.yinying-ab-beijing {
  width: 100%;
  height: 500px;
  position: absolute;
  top: 400px;
  background-image: url('/images/gd.png');
  background-repeat: repeat-x;
  background-position-y: -2px;
}
.black-box {
  position: absolute;
  width: 100%;
  height: 100px;
  top: 300px;
  background-color: #333333;
}
.repo-content {
  width: 990px;
  position: relative;
  z-index: 100;
  margin: 20px auto;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
}
.repo-content .repo-name {
  font-weight: bold;
  font-size: 18px;
  display: block;
  color: #3c4664;
}
.repo-content .repo-desc {
  max-width: 85%;
  margin-top: 7px;
  display: block;
  color: #666;
}
.repo-content .repo-desc .emoji {
  width: 30px;
  height: 30px;
}
.repo-content .count-list-repo {
  margin-top: 12px;
  font-size: 15px;
}
.repo-content .repo-owner {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  height: 40px;
}
.data-list-map {
  width: 990px;
  height: 200px;
  margin: 0 auto;
  margin-top: 20px;
}
.contributors-list {
  position: relative;
  z-index: 100;
  width: 780px;
  margin: 0 auto;
}
.contributors-list .cont-people-list {
  margin-top: 20px;
  overflow: hidden;
  width: 800px;
}
.contributors-list .cont-people-list .contr-item-warp {
  float: left;
  width: 100px;
  height: 180px;
  margin-right: 28px;
}
.contributors-list .cont-people-list .contr-item-warp img {
  display: block;
  border-radius: 10px;
}
.contributors-list .cont-people-list .contr-item-warp .cont-name-span {
  font-weight: bold;
  display: inline-block;
  text-align: center;
  width: 100%;
  color: #666666;
  margin-top: 3px;
  font-size: 14px;
}
.comments-box {
  margin: 0 auto;
  margin-top: 20px;
  overflow: hidden;
  width: 780px;
  position: relative;
  box-sizing: border-box;
  padding: 20px;
}
.comments-box .comments-title {
  font-size: 20px;
  color: black;
}
.comments-box .comments-viewpoints-add-box {
  width: 400px;
  background-color: #5cb85c;
  border-radius: 10px;
  padding: 8px 20px;
  color: white;
  font-size: 16px;
  margin: 0 auto ;
  margin-top: 30px;
  cursor: pointer;
  -moz-box-shadow: 2px 2px 5px #333333;
  -webkit-box-shadow: 2px 2px 5px #333333;
  box-shadow: 2px 2px 5px #333333;
}
.comments-box .comments-viewpoints-add-box:hover {
  background-color: #5d9b4f;
}
.comments-box .CodeMirror-scroll {
  height: 0;
}
.comments-box #editor {
  display: none;
}
.comments-box .editor-toolbar {
  background-color: white;
}
.comments-box .CodeMirror-fullscreen,
.comments-box .editor-toolbar.fullscreen,
.comments-box .editor-preview-active-side {
  z-index: 9999;
}
.comments-editor {
  display: none;
  margin-top: 30px;
}
.comments-editor .comments-commit {
  cursor: pointer;
  width: 100px;
  height: 40px;
  float: right;
  color: white;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  background-color: #5cb85c;
}
.comments-editor .comments-commit:hover {
  background-color: #5d9b4f;
}
.comments-list {
  padding-top: 15px;
}
.comments-list .comment-item {
  padding: 15px 20px;
}
.comments-list .comments-item-content {
  padding-left: 60px;
}
.comments-list .comments-item-content .comment-user-name-0 {
  color: #555;
  font-size: 16px;
}
.comments-list .comment-item-content-1 {
  box-shadow: 1px 1px 3px #666;
  margin-top: 20px;
  background-color: white;
}
.comments-list .delete-comment-icon {
  float: right;
  font-size: 20px;
  cursor: pointer;
}
.comments-list .comment-item {
  border-bottom: 1px solid #DDD;
}
.comments-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}
.search-content {
  width: 760px;
  margin: 0 auto;
  padding-top: 60px;
  position: relative;
  z-index: 100;
}
.search-content .tag-item {
  margin-bottom: 10px;
}
.search-content .content-list-search {
  width: 100%;
}
.search-content .content-list-search .repo-content {
  min-height: 160px;
}
.search-content .content-list-search .search-item-user {
  position: relative;
  width: 100%;
  height: 120px;
  background-color: #ffffff;
  margin-bottom: 35px;
  border-radius: 10px;
}
.search-content .content-list-search .search-item-user .search-user-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  overflow: hidden;
  top: 20px;
  left: 20px;
}
.search-content .content-list-search .search-item-user .search-user-name {
  color: #999999;
  position: absolute;
  left: 120px;
  top: 30px;
  font-size: 16px;
}
.search-content .content-list-search .search-item-user .github-link {
  position: absolute;
  display: block;
  left: 120px;
  top: 60px;
  font-size: 14px;
}
.search-content .content-list-search .search-item-user .icon-user {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #999999;
}
.search-content .content-list-search .search-item-repo {
  width: 100%;
  height: 300px;
  position: relative;
  margin-bottom: 35px;
  border-radius: 10px;
  background-color: #fff;
}
.g-search {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
.g-search .search-input {
  border: 0;
  outline: 0;
  font-size: 24px;
  background-color: #333;
  width: 480px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
}
.g-search .search-btn {
  width: 40px;
  height: 40px;
  background-color: #28a745;
  float: right;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.yinying-div .yinying-top {
  position: absolute;
  top: 0;
  width: 100%;
  height: 260px;
  background-color: #333333;
}
.yinying-div .yinying-bottom {
  width: 100%;
  background-image: url('/images/gd.png');
  background-repeat: repeat-x;
  background-position-y: -2px;
  position: absolute;
  top: 260px;
  height: 500px;
}
.issue-content {
  width: 1100px;
  margin: 0 auto;
  padding-top: 60px;
  position: relative;
  z-index: 100;
  padding-bottom: 100px;
}
.issue-content .issue-body {
  width: 100%;
  position: relative;
  z-index: 100;
  margin: 20px auto;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
}
.issue-content .issue-body .isuue-t {
  font-weight: bold;
  font-size: 18px;
  display: block;
  word-wrap:break-word;
  color: #3c4664;
}
.issue-content .issue-body .isuue-t .tag {
  color: white;
  font-size: 12px;
  padding: 5px;
  display: inline-block;
  border-radius: 5px;
  vertical-align: text-bottom;
  margin-right: 20px;
}
.issue-content .issue-body .isuue-t .title {
  display: inline-block;
  max-width: 600px;
  vertical-align: middle;
}
.issue-content .issue-body .isuue-t .repo-title .repo {
  font-size: 24px;
  font-weight: bold;
  color: #3c4664;
}
.issue-content .issue-body .isuue-t .repo-title {
  color: #3c4664;
  margin-bottom: 10px;
}
.issue-content .issue-body .isuue-t .close-time {
  margin-top: 40px;
  color: #aaa;
}
.issue-content .issue-body .isuue-t .time-no-more-padding {
  margin-top: 8px;
}
.issue-content .issue-body .isuue-t .issue-create {
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 5px;
  height: 40px;
}
.issue-content .issue-body .isuue-t .issue-closed {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  height: 40px;
}
.issue-content .issue-body .isuue-t .issue-create-comment {
  transform: none;
  top: 20px;
}
.issue-content .issue-body .isuue-t .issue-body {
  color: #586069;
  background-color: #fafafa;
  overflow: hidden;
  padding: 20px;
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 14px;
}
.issue-content .issue-body .isuue-t .release-title {
  font-size: 20px;
}
.issue-content .issue-body .isuue-t .tag-issue-opened {
  background-color: #cc0000;
}
.issue-content .issue-body .isuue-t .tab-issue-answer {
  background-color: #2cbe4e;
}
.issue-content .issue-body .isuue-t .tag {
  color: white;
  font-size: 12px;
  padding: 5px;
  display: inline-block;
  border-radius: 5px;
  vertical-align: text-bottom;
  margin-right: 20px;
}
.issue-content .issue-body .issue-msg {
  color: #586069;
  background-color: #fafafa;
  overflow: hidden;
  padding: 20px;
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 14px;
}
.issue-content .issue-body .issue-repo-name {
  color: #888;
  display: inline-block;
  width: 100%;
  text-align: right;
}
.issue-content .h-all-v {
  height: 100%;
  width: 280px;
  top: 80px;
  position: absolute;
  right: 0;
}
.issue-other-list-warp {
  padding: 20px;
  box-sizing: border-box;
}
.issue-other-list-warp .issue-other-a {
  text-decoration: underline;
}
.issue-other-list-warp .hot-of-this {
  background: #6CE26C;
  color: white;
  border-radius: 4px;
  padding: 4px;
}
.issue-other-list-warp .zhongji {
  background: #FFA500;
}
.issue-other-list-warp .gaoji {
  background: #ff6600;
}
.issue-other-list-warp .import {
  background: #FF4040;
  color: white;
  margin-left: 5px;
  border-radius: 4px;
  padding: 4px;
}
.useful-btn {
  display: inline-block;
  height: 30px;
  vertical-align: middle;
  line-height: 30px;
  cursor: pointer;
  background-color: #FFE4B5;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 20px;
}
.fllu {
  background-color: #FFA500;
  color: white;
}
.left-c {
  width: 800px;
}
.issue-answerer {
  padding: 10px 20px 0px 20px;
  font-size: 16px;
  color: #999;
  text-align: center;
}
.main-user-viewpoint-list {
  width: 900px;
  margin: 0 auto;
}
.main-user-viewpoint-list .viewpoint-item-list {
  padding: 20px;
  box-sizing: border-box;
}
.main-user-viewpoint-list .viewpoint-item-list .repo-avatar-comments-d {
  position: absolute;
  top: 8px;
  border-radius: 50px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  background-color: #dfdfdf;
}
.main-user-viewpoint-list .viewpoint-item-list .viewpoint-item {
  position: relative;
  margin-bottom: 40px;
}
.main-user-viewpoint-list .viewpoint-item-list .viewpoint-item .viewpoint-title {
  color: #3c4664;
  font-size: 26px;
  padding-left: 50px;
}
.main-user-viewpoint-list .viewpoint-item-list .viewpoint-item .delete-comment-icon-page {
  float: right;
  font-size: 18px;
  color: #666;
  display: inline-block;
  position: relative;
  top: 8px;
  cursor: pointer;
}
.main-user-viewpoint-list .viewpoint-item-list .comment-item-content-1-page {
  box-shadow: 1px 1px 3px #666;
  list-style-type: disc;
  margin-top: 20px;
  background-color: white;
}
.main-user-viewpoint-list .more-comments-div {
  cursor: pointer;
  width: 80px;
  height: 40px;
  color: white;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  margin-right: 20px;
  float: right;
  background-color: #333;
  margin-bottom: 30px;
}
.main-user-viewpoint-list .nothing-comments-div {
  margin: 0 auto;
  text-align: center;
  margin-top: 400px;
  font-size: 14px;
  color: #666;
  font-weight: bold;
}
.user-reposlist-div {
  width: 100%;
  height: 95px;
  margin-top: 20px;
  overflow-x: scroll;
  overflow-y: hidden;
}
.user-reposlist-div .repo-item {
  padding: 8px 14px;
  box-sizing: border-box;
  background-color: #f7f7f7;
  height: 100%;
  display: inline-block;
  border-radius: 10px;
  border: 10px solid #ffa31a;
  position: relative;
  margin-right: 10px;
}
.user-reposlist-div .repo-item .view_list_title {
  font-weight: bold;
}
.user-reposlist-div .repo-item .some-of-desc {
  white-space: nowrap;
  width: 90%;
  position: absolute;
  overflow: hidden;
  box-sizing: border-box;
  padding-right: 30px;
  bottom: 10px;
  color: #777777;
}
body,
html {
  width: 100%;
  color: #333;
  background-color: #f5f5f5;
}
.content-warp {
  width: 100%;
  background-image: url('/images/gd.png');
  background-repeat: repeat-x;
  background-position-y: -2px;
}
.content {
  width: 990px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.usermsg-div {
  border-radius: 10px;
  width: 700px;
  position: relative;
  background-color: white;
  min-height: 130px;
  /*-moz-box-shadow:2px 2px 16px #666666; -webkit-box-shadow:2px 2px 16px #666666; box-shadow:2px 2px 16px #666666;*/
}
.avatar-div {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  overflow: hidden;
}
.user-name {
  font-weight: bold;
  margin-top: 20px;
  font-size: 18px;
  display: block;
}
.user-team {
  color: #666;
  margin-top: 7px;
  display: block;
}
.user-blog {
  color: #555;
  margin-top: 7px;
  display: block;
}
.user-location {
  color: #777;
  display: block;
  margin-top: 7px;
}
.user-p-list {
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 140px;
  overflow: hidden;
}
.user-bio {
  margin-top: 7px;
  display: block;
  color: #666;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.count-div {
  position: absolute;
  top: 0;
  right: -290px;
  width: 270px;
  height: 100%;
  background-color: white;
  border-radius: 10px;
  /*-moz-box-shadow:2px 2px 16px #666666; -webkit-box-shadow:2px 2px 16px #666666; box-shadow:2px 2px 16px #666666;*/
}
.count-inner-box {
  width: 50%;
  height: 50%;
  float: left;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.count-inner-box p {
  width: 100%;
  text-align: center;
}
.count-inner-box .text-p {
  font-size: 18px;
  font-weight: bold;
}
.count-inner-box .text-conunt {
  font-size: 14px;
  font-weight: bold;
  color: #888;
}
.user-id {
  font-size: 16px;
  color: #999;
}
.event-list-div {
  width: 100%;
  margin-top: 20px;
  border-radius: 5px;
  box-sizing: border-box;
}
.tag-item .tag {
  color: white;
  font-size: 12px;
  padding: 5px;
  display: inline-block;
  border-radius: 5px;
  vertical-align: text-bottom;
  margin-right: 20px;
}
.item-event {
  padding-top: 20px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  background-color: white;
  border-radius: 5px;
  margin-bottom: 10px;
}
.item-event:last-child {
  border: 0;
}
.item-event .tag {
  color: white;
  font-size: 12px;
  padding: 5px;
  display: inline-block;
  border-radius: 5px;
  vertical-align: text-bottom;
  margin-right: 20px;
}
.item-event .title {
  display: inline-block;
  max-width: 600px;
  vertical-align: middle;
}
.item-event .repo-title .repo {
  font-size: 24px;
  font-weight: bold;
  color: #3c4664;
}
.item-event .repo-title {
  color: #3c4664;
  margin-bottom: 10px;
}
.item-event .close-time {
  margin-top: 40px;
  color: #aaa;
}
.item-event .time-no-more-padding {
  margin-top: 8px;
}
.item-event .issue-create {
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 5px;
  height: 40px;
}
.item-event .issue-closed {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  height: 40px;
}
.item-event .issue-create-comment {
  transform: none;
  top: 20px;
}
.item-event .issue-body {
  color: #586069;
  background-color: #fafafa;
  overflow: hidden;
  padding: 20px;
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 14px;
}
.item-event .release-title {
  font-size: 20px;
}
.iseeue-create-user-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.issue-create-name {
  margin-right: 10px;
  font-size: 16px;
}
.push-event-div .commit-name-a {
  cursor: pointer;
  color: #888;
}
.push-event-div .commit-name-a:hover {
  color: #888;
}
.push-event-div .text-commit-sha {
  font-size: 14px;
  color: #999;
}
.push-event-div .commit-sha {
  margin-left: 20px;
  float: right;
  font-size: 12px;
  color: #999;
}
.push-event-div .commit-msg {
  white-space: pre-wrap;
  background-color: #f5f5f5;
  display: inline-block;
  color: #586069;
}
.push-event-div .commit-msg-p {
  background-color: #f5f5f5;
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.push-event-div .commit-name-p {
  margin-bottom: 10px;
}
.push-event-div .bottom-commit-p {
  margin-bottom: 40px;
}
.push-event-div .bottom-commit-p a {
  color: #6CE26C;
  font-size: 12px;
  text-decoration: underline;
}
.push-event-div .bottom-underline {
  width: 50%;
  height: 1px;
  background-color: #dfdfdf;
  margin: 0 auto;
  margin-bottom: 40px;
}
.item-event .tag-issue-closed,
.tag-item .tag-issue-closed {
  background-color: #333333;
}
.item-event .tag-issue-opened,
.tag-item .tag-issue-opened {
  background-color: #cc0000;
}
.item-event .tag-issue-comment,
.tag-item .tag-issue-comment {
  background-color: #2cbe4e;
}
.item-event .tag-push-event,
.tag-item .tag-push-event {
  background-color: #00C5CD;
}
.item-event .tag-started,
.tag-item .tag-started {
  background-color: #FFF0F5;
  color: #FF4040;
  font-weight: bold;
}
.item-event .tag-pr-closed,
.tag-item .tag-pr-closed {
  background-color: #333333;
}
.item-event .tag-pr-merged,
.tag-item .tag-pr-merged {
  background-color: #6f42c1;
}
.item-event .tag-pr-opened,
.tag-item .tag-pr-opened {
  background-color: #FFF68F;
  color: #FFA500 !important;
}
.item-event .tag-create-brach,
.tag-item .tag-create-brach {
  background-color: #00C5CD;
}
.item-event .tag-fork-brach,
.tag-item .tag-fork-brach {
  background-color: #00C5CD;
}
.item-event .tag-delete,
.tag-item .tag-delete {
  background-color: #555555;
}
.item-event .tag-release,
.tag-item .tag-release {
  background-color: #0366d6;
}
.reviewers-p {
  position: absolute;
  top: 5px;
  right: 15px;
}
.reviewers-p .reviewer-img {
  width: 30px;
  height: 30px;
  border-radius: 15px;
}
.reviewers-p .text-rev {
  font-size: 16px;
  color: #999999;
  width: 100%;
  text-align: right;
  display: inline-block;
}
.reviewers-p .review-body-list {
  margin-bottom: 20px;
  margin-top: 10px;
  padding-left: 10px;
}
.reviewers-p .rev-a {
  overflow: hidden;
  margin-left: 10px;
  float: right;
}
.label-tag-span {
  font-size: 12px;
  padding: 5px;
  border-radius: 3px;
  margin-left: 10px;
}
.head-base-div {
  margin-top: 10px;
}
.head-base-div .head-base-span {
  color: #999999;
}
.prmessage-div {
  margin-top: 15px;
  color: #999999;
}
.add-d-div {
  margin-top: 15px;
}
.add-d-div .additions {
  color: #28a745 !important;
  font-weight: bold;
}
.add-d-div .deletions {
  color: #cb2431 !important;
  font-weight: bold;
}
.fork-event-desc {
  margin-bottom: 10px;
  font-size: 16px;
}
.diff-div {
  width: 100%;
  overflow: scroll;
  background-color: #fafafa;
}
.diff-hunk {
  min-width: 100%;
  padding: 20px;
  box-sizing: border-box;
  line-height: 20px;
  float: left;
  margin-bottom: 30px;
}
.green {
  background-color: #e6ffed;
  display: block;
  white-space: nowrap;
}
.red {
  background-color: #ffeef0;
  display: block;
}
.block_span {
  display: block;
}
.release-list {
  margin-top: 15px;
  background-color: #fafafa;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.release-list .release-item {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.desc-create {
  background-color: #fafafa;
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 15px;
}
.tag_barnch_title .tag_barnch-tap {
  padding: 5px;
  background-color: #8080ff;
  color: white;
  border-radius: 5px;
  font-size: 12px;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}
.more-data {
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  color: #999;
  text-align: center;
  cursor: pointer;
  user-select: none;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(140deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rotate {
  transition: 0.5s;
  transform-origin: 50% 50%;
  animation: rotate 2s linear infinite;
}
.headBar {
  width: 100%;
  background-color: #333333;
  height: 67px;
  position: relative;
  z-index: 200;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.3);
}
.headBar .my-love-gitmemory {
  width: 220px;
  height: 67px;
  display: block;
  float: left;
  margin-left: 20px;
  background-image: url("/images/logo.png");
  background-size: 150px;
  background-repeat: no-repeat;
  background-position: center left;
}
.headBar .recommend-header-list {
  position: absolute;
  left: 200px;
  top: 0;
  height: 67px;
  display: flex;
  align-items: center;
}
.headBar .item-recommend {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  margin-right: 15px;
}
.headBar .item-recommend .user {
  border-radius: 50%;
}
.headBar .item-recommend img {
  position: relative;
  z-index: 1000;
}
.headBar .item-recommend span {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 14px;
  color: #dfdfdf;
  font-weight: bold;
  white-space: nowrap;
}
.join-with-github {
  float: right;
  font-size: 14px;
  padding-top: 25px;
  padding-right: 20px;
  cursor: pointer;
}
.join-with-github a {
  cursor: pointer;
  color: #999999;
}
.flex-center-middle {
  justify-content: center;
  align-items: center;
  display: flex;
}
.arrow_box {
  display: none;
  width: 100px;
  border: 1px solid #999999;
  position: absolute;
  right: 10px;
  top: 62px;
  background-color: white;
  border-radius: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.arrow_box .list-of-arrow {
  width: 100%;
  padding: 4px 10px 4px 16px;
  color: #24292e;
  font-weight: bold;
  box-sizing: border-box;
  cursor: pointer;
}
.arrow_box .list-of-arrow:hover {
  color: white;
  background-color: #24292e;
}
.arrow_box:after,
.arrow_box:before {
  bottom: 100%;
  left: 70%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #FFF;
  border-width: 7px;
  margin-left: -7px;
}
.arrow_box:before {
  border-color: rgba(153, 153, 153, 0);
  border-bottom-color: #999999;
  border-width: 8px;
  margin-left: -8px;
}
.rank .rank-title {
  color: white;
  font-size: 20px;
}
.rank .rank-list {
  padding-top: 14px;
}
.rank .rank-list .rank-item {
  padding: 18px;
  background-color: white;
  margin-bottom: 16px;
  border-radius: 8px;
  overflow: hidden;
}
.rank .rank-list .rank-item .rank-count {
  float: right;
  font-weight: bold;
  font-size: 16px;
}
.rank .rank-list .rank-item .rank-avatar {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
  float: left;
}
.rank .rank-list .rank-item .rank-content {
  float: left;
  width: 570px;
  padding-left: 26px;
}
.rank .rank-list .rank-item .rank-msg {
  color: #777;
  margin-top: 8px;
}

.issue-other-list-warp div{
  word-break: break-word;
}
.footerbar{
  height: 100px;
  background-color: #333;
  box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 10%), 0 1px rgb(0 0 0 / 30%);
  display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.footerbar p{
  color: #fff;
}