@charset "UTF-8";

.v-btn--icon.v-btn--density-compact {
  width: calc(var(--v-btn-height) - 8px);
  height: calc(var(--v-btn-height) + 3px);
}

.v-combobox .v-field__input {
  padding: 0 !important;
}

.v-combobox .v-field__prepend-inner {
  padding: 0 !important;
}

.v-combobox .v-field {
  display: flex;
  align-items: center;
  font-size: 19px;
}

.v-combobox .v-field input {
  padding-inline-start: 5px !important;
}

.v-combobox .v-field__clearable {
  padding: 0 !important;
}

.v-application .headline {
  font-size: 1.5rem !important;
  font-weight: 400;
  letter-spacing: normal !important;
}

.v-toolbar {
  z-index: 999 !important;
}

.v-file-input input:hover {
  cursor: pointer !important;
}

a {
  color: #1976d2;
  cursor: pointer;
  text-decoration: none;
}

.article-area {
  padding-top: 112px;
}

.country-code .v-input__append {
  color: rgba(0, 0, 0, 0.35);
  /* 半透明的黑色 */
  border-bottom: 1px solid currentColor;
}

.v-input--horizontal .v-input__append {
  margin-inline-start: 0;
}

.v-toolbar {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.list-bottom-text {
  z-index: 0 !important;
}

.article-content {
  margin-left: 20px;
}

@media screen and (min-width: 680px) {
  .pc-article-icon .articles-icon-i {
    font-size: 5rem;
    width: 4.5rem;
  }

  .article-content {
    width: 90%;
  }

  .articles-icon {
    display: none !important;
  }

  .list-main-title {
    padding-left: 20px;
  }

  .fixed-body {
    top: 64px;
  }

  .articles-list-item {
    padding: 15px 7%;
  }

  .list-bottom-text {
    margin-left: 25px;
  }

  .list-desc {
    padding-left: 25px;
    line-height: 22px;
    font-size: 16px;
  }

  .list-title .list-main-title {
    color: rgba(0, 0, 0, 0.8);
  }

  .ck.ck-content[role=textbox] {
    font-size: 18px;
  }

  .ck.ck-toolbar {
    border-bottom: none;
  }

  .ck-editor__editable:not(.ck-focused) {
    border-color: var(--ck-color-base-border);
  }

  .ck.ck-editor__editable_inline {
    padding: 0.6rem;
  }

  .wraptab .v-tab {
    font-size: large;
    font-weight: 600;
  }

  .theme--light.v-tabs>.v-tabs-bar .v-tab--disabled,
  .theme--light.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active),
  .theme--light.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active)>.v-btn,
  .theme--light.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active)>.v-icon {
    color: rgba(0, 0, 0, 0.64);
  }

  .v-toolbar__content,
  .v-toolbar__extension {
    padding: 0px 20px 0 20px !important;
  }

  .page-bar {
    margin: 40px auto;
    margin-top: 150px;
  }

  .mybg-grey {
    background-color: #f6f6f6;
  }

  .list-title-icon {
    display: block;
    font-size: 66px;
  }

  .list-title-icon i {
    vertical-align: middle;
  }

  #articles-list .v-list-item {
    padding: 0 10% !important;
  }

  #cate-list .v-list-item {
    padding: 0 10% !important;
  }

  #user-item .v-list-item {
    padding: 0 10% !important;
  }

  .chosen-tab a {
    color: black !important;
  }

  .category-tab {
    font-size: 18px;
    font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  }

  .category-tab:hover {
    cursor: pointer;
    color: #16a085 !important;
    background-color: #eeeeee;
  }

  .category-tab a {
    color: rgba(0, 0, 0, 0.75);
  }

  .just-a:hover {
    cursor: pointer;
  }

  .login-bg .android-icon,
  .login-bg .ios-icon,
  .login-bg .windows-icon {
    color: white !important;
  }

  .pc-login-form {
    padding: 40px 25% !important;
  }

  .pc-login-form>div {
    padding: 25px;
  }

  .main-body {
    padding-top: 64px !important;
  }

  #cate-list {
    padding-top: 70px !important;
  }

  .pc-account-bind-form {
    height: 100vh;
    padding: 40px 30% !important;
  }

  .pc-account-bind-form>div {
    padding: 45px 25px;
  }

  .pc-hidden {
    display: none !important;
  }

  .pc-font {
    font-size: 105% !important;
  }

  .pc-font-105 {
    font-size: 100% !important;
  }

  .v-container {
    max-width: 90% !important;
  }

  .v-toolbar {
    background-color: #03a9f4 !important;
    border-color: #03a9f4 !important;
  }
}

@media screen and (max-width: 680px) {
  .article-area {
    padding-top: 161px;
  }

  .article-cate-tab {
    padding-top: 15px;
  }

  .articles-icon-i {
    width: 14px;
  }

  .article-content {
    width: 100%;
    margin-left: 0;
  }

  .main-body {
    padding-top: 64px !important;
  }

  .fixed-body {
    top: 64px;
  }

  .articles-list-item {
    padding: 15px 15px;
  }

  .list-bottom-text {
    margin-left: 22px;
  }

  .list-desc {
    padding-left: 22px;
    line-height: 20px;
    font-size: 12px;
  }

  .list-title .list-main-title {
    color: rgba(0, 0, 0, 0.7);
  }

  .ck.ck-editor__editable_inline {
    padding: 0;
  }

  .ck-focused,
  .ck.ck-editor__editable:not(.ck-editor__nested-editable).ck-focused {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .v-dialog--fullscreen {
    height: auto !important;
    bottom: 0;
  }

  .page-bar {
    margin: 65px auto;
    margin-top: 30px;
  }

  .page-bar div span {
    display: inline-block;
    line-height: 30px;
  }

  .category-tab a {
    font-size: medium;
    color: #4CAF50;
  }

  .mobile-hidden {
    display: none !important;
  }
}

.bdshare-slide-button {
  display: none !important;
}

.category-tab {
  text-align: center !important;
  vertical-align: middle !important;
  padding: 10px !important;
  font-weight: 700 !important;
}

.category-tab a {
  color: inherit;
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
}

.max-lines-show {
  display: -webkit-box;
  -webkit-line-clamp: 3 !important;
  white-space: normal;
}

.v-list--three-line .v-list__tile {
  height: fit-content !important;
}

.tab-active {
  color: #1976d2;
}

.ck-dropdown__panel .ck-toolbar {
  flex-direction: column !important;
}

.active-tab {
  border-bottom: 1px solid #1976d2 !important;
}

.v-tabs__slider {
  height: 1px;
}

.total_opacity {
  background: none !important;
}

.theme--light.application {
  background: white;
}

.no-margin {
  margin: 0px;
}

.v-dialog {
  box-shadow: none;
}

.cate-title {
  text-decoration: none;
}

.v-list__group__items--no-action .v-list__tile {
  padding-left: 15px !important;
}

.v-list__group__items>div {
  display: inline-block;
}

.tab4 .v-tab {
  width: 24.5% !important;
}

.v-pagination__item {
  text-align: center !important;
}

.hover-cursor:hover {
  cursor: pointer !important;
}

.hover-arrow:hover {
  cursor: default;
}

.bg-green {
  background-color: rgba(33, 150, 243, 0.3);
}

.v-card__text {
  padding-top: 15px !important;
}

.chosen-tab {
  border-bottom: #1976d2 1px solid;
  color: #1976d2 !important;
}

#top-navbar .mdi-menu-down {
  display: none;
}

.page-bar li:first-child>a {
  margin-left: 0px;
}

.page-bar a {
  border: 1px solid #ddd;
  text-decoration: none;
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #5D6062;
  cursor: pointer;
  margin-right: 20px;
}

.page-bar a:hover {
  background-color: #eee;
}

.page-bar a.banclick {
  cursor: not-allowed;
}

.page-bar .active a {
  color: #fff;
  cursor: default;
  background-color: #E96463;
  border-color: #E96463;
}

.page-bar i {
  font-style: normal;
  color: #d44950;
  margin: 0px 4px;
  font-size: 12px;
}

.bg-white {
  background-color: white !important;
}

.background-black {
  background-color: black !important;
}

#editor img {
  width: 100%;
}

.theme--light.v-application code {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.v-image .v-responsive__content {
  width: auto !important;
}

.fixed-auto-height {
  height: auto !important;
}

.fixed-80-height {
  height: 70vh !important;
}

.fixed-85-height {
  height: 75vh !important;
}

.bdshare-button-style0-32 a {
  margin: 6px 16px 6px 0 !important;
  border-radius: 50%;
  background-image: none !important;
  background-position: unset !important;
  float: none !important;
  display: inline-block !important;
  text-indent: unset !important;
  width: 50px !important;
  height: 50px !important;
  line-height: 50px !important;
}

.share-icon {
  font-size: xx-large;
  transform: translateY(20%) translateX(30%);
  color: white;
}

.v-chip__content {
  width: 100%;
}

.v-toolbar {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 6;
}

.link-color {
  color: #1976d2;
}

.list-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 40px;
}

.list-title {
  text-decoration: none;
  width: 100%;
  text-overflow: ellipsis;
  font-size: 18px;
}

.list-title .list-main-title {
  font-weight: bold;
}

.list-title .list-main-title:hover {
  cursor: pointer;
  color: #16a085 !important;
}

.list-title .list-sub-title {
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.8) !important;
  margin: 10px 0;
}

body {
  font-family: "Lato,Helvetica,Arial,sans-serif";
}

.ck.ck-editor__editable_inline {
  max-height: 65vh;
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "小" !important;
}

.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "中" !important;
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "大" !important;
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "超大" !important;
}

.ql-editor ul,
.ql-editor ol {
  padding-left: 0 !important;
}

.ql-editor {
  word-break: break-all;
  line-height: 2rem !important;
  font-size: 18px !important;
}

.ql-editor li[data-list=bullet] {
  padding-left: 0.7rem !important;
}

.ql-editor li[data-list=ordered] {
  padding-left: 1.2rem !important;
}

.ql-snow .ql-editor h2 {
  font-size: 1.2rem !important;
}

.ql-snow .ql-editor h1 {
  font-size: 1.2rem !important;
}

.v-application .primary {
  background-color: #1976d2 !important;
  border-color: #1976d2 !important;
}

.android-icon {
  color: grey;
  position: relative;
}

.android-icon:hover {
  color: #2f9100;
}

.android-icon:hover::after {
  transform: scale(0.4);
  opacity: 1;
}

.android-icon::after {
  position: absolute;
  right: -50%;
  top: -300px;
  z-index: 99;
  width: 280px;
  height: 280px;
  border-radius: 4px;
  transform-origin: bottom center;
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ios-icon {
  color: grey;
}

.ios-icon:hover {
  color: #B2b2b2;
}

.windows-icon {
  color: grey;
}

.windows-icon:hover {
  color: #14b2ef;
}

.tooltip {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black;*/
}

.tooltip .tooltiptext {
  visibility: hidden;
  background-color: white;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -275px;
  left: 42%;
  margin-left: -60px;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%;
  /* 提示工具底部 */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.row {
  margin: 0 !important;
}

.toasted-container.bottom-center {
  left: 0;
  bottom: 56px !important;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before {
  content: "标题" !important;
}

.ql-snow .ql-picker.ql-header .ql-picker-item::before,
.ql-snow .ql-picker.ql-header .ql-picker-label::before {
  content: "正文" !important;
}

.v-image__image--preload {
  filter: blur(0px);
}

.ql-editor.ql-blank::before {
  font-style: normal;
  font-size: large;
}

.v-application p {
  margin-bottom: auto !important;
}

.articles-list-item:hover {
  background: rgba(0, 0, 0, 0.04);
}

.fixed-pos {
  position: fixed;
  width: 100%;
  z-index: 5;
}

#editor code {
  color: #c7254e;
}

.ql-snow .ql-editor .ql-code-block-container {
  word-break: break-word;
  white-space: pre-wrap;
  overflow: scroll;
  font-size: smaller;
}

.v-application .primary--text {
  color: #1976d2 !important;
  caret-color: #1976d2 !important;
}

.v-input__control .v-field__prepend-inner>.v-icon,
.v-input__control .v-field__append-inner>.v-icon,
.v-input__control .v-field__clearable>.v-icon {
  opacity: 0.8;
}

.v-input__control .v-field--active .v-field__prepend-inner {
  color: #1976d2 !important;
}

.v-input__control .v-field--active .v-field__append-inner {
  color: #1976d2 !important;
}

.v-input__control .v-field--active .v-field__prepend-inner>.v-icon,
.v-input__control .v-field--active .v-field__append-inner>.v-icon,
.v-input__control .v-field--active .v-field__clearable>.v-icon {
  opacity: 1;
}

.blue--text {
  color: #2196f3 !important;
  caret-color: #2196f3 !important;
}

.red--text {
  color: #f44336 !important;
  caret-color: #f44336 !important;
}

.orange--text {
  color: #ff9800 !important;
  caret-color: #ff9800 !important;
}

.green--text {
  color: #4caf50 !important;
  caret-color: #4caf50 !important;
}

.grey--text {
  color: #9e9e9e !important;
  caret-color: #9e9e9e !important;
}

.yellow--text {
  color: #ffeb3b !important;
  caret-color: #ffeb3b !important;
}

.white--text {
  color: #fff !important;
  caret-color: #fff !important;
}

.initbg {
  background-color: #03a9f4;
}

#app {
  display: none;
}

.comment-dialog .v-overlay__content {
  height: auto !important;
  bottom: 0 !important;
  top: auto !important;
}

.pull-right {
  float: right;
}

.blogs-area h1 {
  margin: 20px 0 !important;
}

.blogs-area h2 {
  margin: 15px 0 !important;
}

.blogs-area h3 {
  margin: 10px 0 !important;
}

.blogs-area ol,
.blogs-area ul {
  padding-left: 25px;
}

.articlecate-tab .v-slide-group__content .v-btn__content {
  height: 100%;
}

.articlecate-tab .v-slide-group__content .v-btn__content a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

ins.adsbygoogle[data-ad-status=unfilled] {
  display: none !important;
}

/*# sourceMappingURL=pc.css.map */