@media only screen and (min-width: 64.063em) {
  .large-20 {
    width: 20%; }

  .large-80 {
    width: 80%; } }
body {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-family: Arial,Verdana;
  background-color: #f6f6f6; }
  body a:not([class*=button]):hover {
    color: #f3070b !important;
    text-decoration: underline; }

.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  background-color: #f5f5f5;
  color: #f10909;
  width: 50px;
  height: 48px;
  line-height: 48px;
  padding-top: 2px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  box-shadow: 2px 2px 10px #909090; }
  @media only screen and (min-width: 40.0625em) {
    .scroll-top-wrapper {
      right: 5%;
      bottom: 50px; } }
  @media only screen and (max-width: 40em) {
    .scroll-top-wrapper {
      left: 50%;
      bottom: 35px;
      transform: translate(-50%, 0); } }
  .scroll-top-wrapper:hover {
    background-color: #565656; }
  .scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
    background-color: #fff; }
  .scroll-top-wrapper i.fa {
    line-height: inherit; }

.add-note {
  color: red;
  border: solid 1px red;
  padding: 3px 5px;
  margin-bottom: 10px; }

.coauthor_added_link {
  color: red;
  border: solid 1px red;
  padding: 3px 5px;
  margin: 0 10px; }

#nprogress .spinner {
  top: 5px !important;
  right: 5px !important; }

.tag-editor {
  border: 1px solid #cccccc !important;
  margin-bottom: 1rem !important; }

.icon-font {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden; }
  .icon-font.icon-font-1x {
    width: 1em;
    height: 1em; }
  .icon-font.icon-font-2x {
    width: 2em;
    height: 2em; }
  .icon-font.icon-font-3x {
    width: 3em;
    height: 3em; }
  .icon-font.icon-font-4x {
    width: 4em;
    height: 4em; }
  .icon-font.icon-font-5x {
    width: 5em;
    height: 5em; }

.loadingOverlayer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.5); }

div.loadingView {
  width: 120px;
  height: 120px;
  margin: auto;
  position: relative;
  top: 50%;
  text-align: center; }

div.loadingView img {
  width: 50%;
  max-width: 50%;
  max-height: 50%;
  margin-top: -25%; }

.tox-dialog--width-lg {
  max-width: 1255px !important; }

.form-upload-img .form-upload-img-preview {
  width: 200px;
  height: 150px;
  margin-right: 10px;
  text-align: center;
  background-color: #f6f6f6; }
  .form-upload-img .form-upload-img-preview img {
    height: 150px; }
.form-upload-img .upload-button {
  height: 120px;
  width: 120px;
  background: #F6F6F6;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  color: #999999;
  text-align: center;
  margin: 15px 0px;
  cursor: pointer; }
  .form-upload-img .upload-button .upload-button-ico {
    font-size: 50px;
    margin-top: 25px; }

.mr3 {
  margin-right: 3px; }

.flex-video {
  background: rgba(0, 0, 0, 0.8); }

.ui-widget-header {
  border: none;
  background: none; }

#sticky-menu {
  position: sticky;
  top: 80px; }

.switch-warning {
  font-size: 18px;
  font-weight: bold; }

.show-link {
  color: red;
  text-decoration: underline; }

.row .row {
  padding: 0; }

button.flat-button, .button.flat-button {
  padding-top: 5px;
  padding-bottom: 5px; }

button, .button {
  border: 1px solid #565656;
  font-size: 14px;
  color: #565656;
  background-color: white; }
  button:hover, button:visited, button:active, .button:hover, .button:visited, .button:active {
    background-color: white;
    color: #565656; }
  button.dark, .button.dark {
    background-color: #565656;
    color: white; }

button.button.small, button.button, .button {
  padding-left: 10px;
  padding-right: 10px; }

label.required:not(.no-red-star):before {
  content: "* ";
  color: red; }

.section .section-title a, .section .section-content a {
  color: #f10909; }
.section .section-title .guideline_video, .section .section-content .guideline_video {
  margin: 10px 0; }
  .section .section-title .guideline_video div, .section .section-content .guideline_video div {
    margin: 0 auto; }
.section .section-title .section-img, .section .section-content .section-img {
  text-align: center; }
  .section .section-title .section-img img, .section .section-content .section-img img {
    margin-bottom: 20px;
    height: auto; }
    @media only screen and (min-width: 64.0625em) {
      .section .section-title .section-img img, .section .section-content .section-img img {
        width: 60%; } }
    @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
      .section .section-title .section-img img, .section .section-content .section-img img {
        width: 80%; } }
    @media only screen and (max-width: 40em) {
      .section .section-title .section-img img, .section .section-content .section-img img {
        width: 100%; } }
.section .section-title .section-entry, .section .section-content .section-entry {
  margin-top: -12px;
  margin-bottom: 20px; }
  .section .section-title .section-entry p, .section .section-content .section-entry p {
    margin: 0 0 4px 32px; }
.section .text-num {
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  margin-right: 12px; }

.static-title {
  padding: 20px 0;
  height: 50px;
  line-height: 50px; }

.static-base {
  background-color: #FFF;
  border: 1px solid #F3F3F3; }
  .static-base .title {
    margin-top: 10px;
    margin-bottom: 13px;
    font-size: 18px;
    font-weight: bold;
    color: #f10909; }

.static-base:not(:first-child) {
  margin-top: 15px; }

.work-content-wrapper {
  padding: 20px; }
  .work-content-wrapper a {
    color: #1d92cf; }
  .work-content-wrapper.no-catalog {
    margin-top: 0; }
  .work-content-wrapper .section-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 15px; }
    .work-content-wrapper .section-title.first {
      margin-top: 0; }
    .work-content-wrapper .section-title a {
      color: #f10909; }
  .work-content-wrapper .section-content {
    color: #333333; }
    .work-content-wrapper .section-content p {
      margin-bottom: 20px;
      color: #333333;
      line-height: 18px; }
    .work-content-wrapper .section-content .pre-tick li {
      margin-bottom: 10px; }
    .work-content-wrapper .section-content .pre-tick input[type='checkbox'] {
      display: inline-block;
      margin-right: 5px;
      margin-bottom: 0; }
    .work-content-wrapper .section-content ul {
      margin-left: 25px;
      padding-left: 40px;
      border-left: solid 4px #434462; }
      .work-content-wrapper .section-content ul.no-list-style {
        list-style: none;
        padding-left: 25px; }
      .work-content-wrapper .section-content ul.list-style-decimal {
        list-style: decimal; }
      .work-content-wrapper .section-content ul li {
        color: #333333;
        font-size: 13px; }
        .work-content-wrapper .section-content ul li.custom-margin {
          margin-bottom: 20px; }
    .work-content-wrapper .section-content ol {
      margin-left: 25px;
      padding-left: 40px;
      border-left: solid 4px #434462; }
      .work-content-wrapper .section-content ol.list-style-roman {
        list-style-type: upper-roman; }
      .work-content-wrapper .section-content ol li {
        color: #333333;
        font-size: 13px; }
        .work-content-wrapper .section-content ol li.custom-margin {
          margin-bottom: 20px; }
    .work-content-wrapper .section-content .sub-title a {
      color: #000;
      font-weight: bold;
      font-size: 13px; }
    .work-content-wrapper .section-content .list-header-text {
      margin-bottom: 15px; }
    .work-content-wrapper .section-content .imprint-info {
      border: none;
      background-color: transparent; }
      .work-content-wrapper .section-content .imprint-info th, .work-content-wrapper .section-content .imprint-info td {
        font-size: 13px; }
    .work-content-wrapper .section-content .text-num {
      font-weight: bold;
      font-size: 14px;
      display: inline-block;
      margin-right: 12px; }

.mce-tinymce.mce-container {
  margin-bottom: 16px; }

/* small */
@media only screen and (max-width: 40em) {
  .row {
    padding: 0 20px; } }
@media only screen and (min-width: 40.063em) {
  .row {
    padding: 0 30px; } }
@media only screen and (min-width: 64.063em) {
  .row {
    padding: 0 85px; } }
.row.full-row {
  padding: 0; }

.tab-bar {
  height: 79px;
  padding-top: 5px;
  padding-bottom: 20px;
  background-color: #fff;
  margin-left: -3px;
  line-height: 40px; }
  .tab-bar .fa {
    line-height: 73px;
    font-size: 25px;
    margin-left: 12px;
    width: 22px; }

.del {
  background-color: #FFD8D8; }

.ins {
  background-color: #D8FFD8; }

.index .item-list {
  margin: 30px 10px; }
  .index .item-list ul {
    list-style-type: none; }

.search-result {
  background-color: #fff;
  padding: 10px; }
  .search-result .search-item-header {
    border-bottom: 2px solid #f10909;
    margin: 0; }
    .search-result .search-item-header .search-item-title h5 {
      line-height: 30px;
      font-size: 18px; }
    .search-result .search-item-header select {
      padding: 1px;
      border-radius: 3px;
      margin-bottom: 0;
      height: auto; }
  @media only screen and (max-width: 40em) {
    .search-result .search-menu-head-content {
      padding-top: 15px; } }
  .search-result .search-menu-head {
    font-size: 14px;
    font-weight: bold; }
    @media only screen and (min-width: 40.0625em) {
      .search-result .search-menu-head {
        padding: 10px 0; } }
  .search-result hr {
    border-bottom: 4px solid #f10909; }
    @media only screen and (max-width: 40em) {
      .search-result hr {
        margin-top: 6px;
        margin-bottom: 4px; } }
  .search-result .item-block {
    display: inline-block; }
    @media only screen and (min-width: 40.0625em) {
      .search-result .item-block {
        height: 200px;
        width: 200px;
        margin-top: 30px;
        margin-left: 35px;
        margin-right: 35px; } }
    @media only screen and (max-width: 40em) {
      .search-result .item-block {
        margin-top: 10px; } }
    .search-result .item-block .item-block-cover {
      line-height: 100px;
      text-align: center;
      vertical-align: middle;
      background-color: #f5f5f5;
      margin: 0; }
      @media only screen and (min-width: 40.0625em) {
        .search-result .item-block .item-block-cover {
          width: 200px;
          height: 100px; } }
      .search-result .item-block .item-block-cover img {
        max-width: 200px;
        max-height: 100px; }
      .search-result .item-block .item-block-cover .play-button {
        font-size: 40px;
        color: #f6f6f6;
        position: absolute;
        left: 50%;
        top: 25%;
        transform: translate(-50%, -50%); }
    .search-result .item-block .item-description {
      overflow: hidden;
      text-overflow: ellipsis; }
      @media only screen and (max-width: 40em) {
        .search-result .item-block .item-description {
          margin-top: 10px; } }
      @media only screen and (min-width: 40.0625em) {
        .search-result .item-block .item-description {
          margin-top: 30px;
          height: 65px; } }
      .search-result .item-block .item-description .item-block-title {
        height: auto; }
        .search-result .item-block .item-description .item-block-title a {
          font-weight: bold;
          font-size: large; }
          .search-result .item-block .item-description .item-block-title a:hover {
            text-decoration: underline; }
      .search-result .item-block .item-description .item-block-description {
        height: 65px;
        overflow: hidden; }
  .search-result .paginator-row {
    margin-top: 50px; }

.admin-collection-list .item-block {
  display: inline-block;
  height: 100px;
  margin-top: 20px; }
  .admin-collection-list .item-block .collection-item {
    border: 1px solid #f5f5f5;
    padding-top: 10px; }
    .admin-collection-list .item-block .collection-item .collection-management {
      margin-top: 10px;
      border-top: 1px solid #f5f5f5;
      height: 30px;
      vertical-align: middle; }
      .admin-collection-list .item-block .collection-item .collection-management a {
        line-height: 30px; }
  .admin-collection-list .item-block .item-block-cover {
    height: 100px;
    text-align: center;
    vertical-align: middle;
    background-color: #f5f5f5; }
    .admin-collection-list .item-block .item-block-cover i, .admin-collection-list .item-block .item-block-cover img {
      line-height: 100px;
      height: 100px; }
  .admin-collection-list .item-block .item-block-title {
    height: auto; }
    .admin-collection-list .item-block .item-block-title a {
      font-weight: bold;
      font-size: large; }
      .admin-collection-list .item-block .item-block-title a:hover {
        text-decoration: underline; }
  .admin-collection-list .item-block .item-block-description {
    height: 65px;
    overflow: hidden; }

.entry-detail .row {
  padding: 0px; }
.entry-detail .fa-pencil-square-o {
  margin-right: 10px; }
.entry-detail .subject-name, .entry-detail .clock-name {
  margin-left: 5px; }
.entry-detail .item-title {
  background: #FFFFFF;
  vertical-align: middle;
  padding: 20px 20px 0px 20px; }
  .entry-detail .item-title .label {
    font-weight: bold; }
  .entry-detail .item-title .entry-title {
    margin-top: 5px;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
    color: #333333;
    display: inline-block; }
  .entry-detail .item-title .item-compareInfo {
    font-weight: normal; }
  .entry-detail .item-title .item-subject {
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #999999;
    line-height: 16px; }
    .entry-detail .item-title .item-subject a {
      font-size: 14px;
      font-weight: normal;
      color: #999999;
      line-height: 16px; }
    .entry-detail .item-title .item-subject .download-views-box {
      text-align: right; }
      .entry-detail .item-title .item-subject .download-views-box .down-pdf {
        margin-right: 10px; }
  .entry-detail .item-title .item-author {
    margin-top: 6px;
    font-size: 14px;
    font-weight: normal;
    color: #999999; }
    .entry-detail .item-title .item-author span {
      font-size: 14px; }
    .entry-detail .item-title .item-author a {
      font-size: 14px;
      font-weight: normal;
      color: #999999; }
  .entry-detail .item-title .edit-revision {
    color: #f10909; }
  .entry-detail .item-title .check-update-revision {
    color: #565656; }
  .entry-detail .item-title .invite-co-author {
    color: #f10909;
    font-size: 16px; }
  .entry-detail .item-title .ec {
    font-size: 14px;
    font-weight: normal; }
    .entry-detail .item-title .ec a {
      color: #f10909; }
.entry-detail .item-body {
  text-align: justify;
  background: #FFFFFF;
  padding: 20px 20px 8px 20px; }
  .entry-detail .item-body a {
    text-decoration: underline;
    color: #f10909; }
  .entry-detail .item-body h2 {
    border-left: unset !important;
    background-color: unset !important;
    display: inline-block;
    font-size: 22px;
    padding: 0px;
    line-height: 24px; }
  .entry-detail .item-body .h2-wrapper {
    z-index: 1;
    background-image: unset !important;
    background-repeat: repeat-x;
    margin-bottom: 15px; }
    .entry-detail .item-body .h2-wrapper i {
      -webkit-transform: rotate(43deg);
      color: #DA3934;
      font-size: 18px;
      margin-right: 10px; }
  .entry-detail .item-body h3 {
    font-size: 18px;
    margin: 18px auto; }
  .entry-detail .item-body h4 {
    font-size: 16px;
    margin: 15px auto; }
  .entry-detail .item-body .entry-remove-from {
    margin-left: 10px;
    color: #606060 !important; }
  .entry-detail .item-body img {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .entry-detail .item-body div {
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility; }
  .entry-detail .item-body dl dt {
    font-weight: normal;
    margin: 0px; }
.entry-detail .item-description {
  background: #FFFFFF;
  padding: 10px 20px 8px 20px; }
  .entry-detail .item-description a {
    text-decoration: underline; }
.entry-detail .item-keyword, .entry-detail .item-reference, .entry-detail .item-relate {
  background: #FFFFFF;
  margin-top: 10px;
  padding: 10px 20px 8px 20px; }
  .entry-detail .item-keyword .row, .entry-detail .item-reference .row, .entry-detail .item-relate .row {
    margin: 0; }
    .entry-detail .item-keyword .row h2, .entry-detail .item-reference .row h2, .entry-detail .item-relate .row h2 {
      border-bottom: 1px solid #eeeeee;
      padding: 5px 0px;
      position: relative;
      width: auto;
      font-size: 16px; }
      .entry-detail .item-keyword .row h2 a, .entry-detail .item-reference .row h2 a, .entry-detail .item-relate .row h2 a {
        float: right;
        font-size: 14px;
        color: #999999; }
    .entry-detail .item-keyword .row .columns, .entry-detail .item-reference .row .columns, .entry-detail .item-relate .row .columns {
      padding: 10px 0px; }
      .entry-detail .item-keyword .row .columns li span a, .entry-detail .item-reference .row .columns li span a, .entry-detail .item-relate .row .columns li span a {
        word-break: break-word; }
      .entry-detail .item-keyword .row .columns .item-keyword-piece, .entry-detail .item-reference .row .columns .item-keyword-piece, .entry-detail .item-relate .row .columns .item-keyword-piece {
        margin-top: 5px;
        margin-right: 10px;
        padding: 10px;
        color: #333333;
        border: 0.5px solid #B7B7B7;
        border-radius: 10px;
        display: inline-block;
        height: 40px;
        line-height: 20px;
        font-weight: bold;
        background-color: #F5F5F5; }
        .entry-detail .item-keyword .row .columns .item-keyword-piece:hover, .entry-detail .item-reference .row .columns .item-keyword-piece:hover, .entry-detail .item-relate .row .columns .item-keyword-piece:hover {
          background-color: #FAF0F0; }
        .entry-detail .item-keyword .row .columns .item-keyword-piece a, .entry-detail .item-reference .row .columns .item-keyword-piece a, .entry-detail .item-relate .row .columns .item-keyword-piece a {
          color: #333333; }
.entry-detail .item-keyword {
  font-size: 14px; }
  .entry-detail .item-keyword a {
    color: #ffffff; }
.entry-detail .item-relate .item-detail-row {
  padding: 0px 10px 10px 10px; }
.entry-detail .item-relate .one-line {
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  overflow: hidden; }
  @media only screen and (min-width: 64.0625em) {
    .entry-detail .item-relate .one-line {
      white-space: nowrap; } }
  @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .entry-detail .item-relate .one-line {
      white-space: nowrap; } }
.entry-detail .item-relate .relate-item {
  padding: 10px !important; }
.entry-detail .item-footer a {
  color: #3156a2; }
.entry-detail .item-profile {
  padding: 15px 0px; }
  .entry-detail .item-profile .row {
    margin: 0px; }
    .entry-detail .item-profile .row .profile-item {
      border-bottom: 1px dashed silver;
      height: 30px;
      line-height: 30px;
      vertical-align: middle;
      padding-left: 0px;
      padding-right: 0px; }
      .entry-detail .item-profile .row .profile-item .profile-name {
        font-weight: bolder; }
      .entry-detail .item-profile .row .profile-item .profile-value {
        color: #333; }

.entry-discussion-box {
  margin: 0px auto;
  padding: 25px 0px 10px 0px;
  text-align: center; }
  .entry-discussion-box .item-box {
    height: 50px;
    width: 50px;
    border: 1px solid #EEEEEE;
    border-radius: 25px;
    margin: 0px auto; }
    .entry-discussion-box .item-box i {
      font-size: 25px;
      line-height: 50px;
      color: #999999; }
  .entry-discussion-box .voted {
    background-color: #f63132;
    border: none; }
    .entry-discussion-box .voted i {
      color: #FFFFFF; }
  .entry-discussion-box .like-count {
    font-size: 12px;
    line-height: 14px;
    color: #DA3934; }
  .entry-discussion-box .mt5 {
    margin-top: 5px; }

.entry-detail-comment {
  position: sticky;
  top: 80px; }
  .entry-detail-comment .right-menu-list {
    margin-left: 10px; }
    .entry-detail-comment .right-menu-list a {
      display: block;
      padding: 10px 0px;
      text-align: center; }
      .entry-detail-comment .right-menu-list a svg {
        font-size: 30px;
        color: #606060; }
    .entry-detail-comment .right-menu-list .voted svg {
      color: #f63132; }

.item-information {
  margin-top: 115px; }
  .item-information table {
    min-width: 100%; }
    .item-information table caption {
      text-align: left;
      margin-left: 10px;
      font-size: 20px; }

.item-authors table {
  min-width: 100%; }
  .item-authors table caption {
    text-align: left;
    margin-left: 10px;
    font-size: 20px; }

#rebut-rating .rebut-rating-error {
  color: red; }

.left-toc {
  margin-top: 10px;
  background-color: #FFF; }
  .left-toc .toc-wrapper {
    border: none;
    margin: 0;
    padding: 0px 10px 1px 15px; }
    .left-toc .toc-wrapper .toc-head .content-title {
      text-align: left;
      color: #000000;
      font-size: 16px;
      line-height: 36px;
      font-weight: bold; }
    .left-toc .toc-wrapper .toc-head .content-more {
      line-height: 36px;
      text-align: center; }
    .left-toc .toc-wrapper .toc-content {
      padding-left: 10px; }
      .left-toc .toc-wrapper .toc-content #toc {
        padding: 0; }
        .left-toc .toc-wrapper .toc-content #toc > ol {
          margin: 0; }
        .left-toc .toc-wrapper .toc-content #toc ul {
          margin-bottom: 8px; }
          .left-toc .toc-wrapper .toc-content #toc ul li {
            margin-bottom: 4px; }
            .left-toc .toc-wrapper .toc-content #toc ul li span {
              margin: 0 5px 0 -25px; }
            .left-toc .toc-wrapper .toc-content #toc ul li ul {
              margin-bottom: 4px; }
              .left-toc .toc-wrapper .toc-content #toc ul li ul li {
                margin-bottom: 4px; }
                .left-toc .toc-wrapper .toc-content #toc ul li ul li ul {
                  margin-bottom: 8px; }
                  .left-toc .toc-wrapper .toc-content #toc ul li ul li ul li {
                    margin-bottom: 4px; }
        .left-toc .toc-wrapper .toc-content #toc li {
          line-height: 25px; }
          .left-toc .toc-wrapper .toc-content #toc li a {
            color: #000000; }

.item-reference ul li {
  list-style-type: none;
  font-size: 14px; }
.item-reference ol li {
  font-size: 14px; }
.item-reference span {
  word-break: break-word;
  hyphens: auto; }
.item-reference a {
  color: #f10909; }
.item-reference .row {
  max-width: none; }

.main-reference-edit {
  margin-left: 20px; }

.main-reference-delete {
  margin-left: 10px; }

.add-subject {
  margin: 30px auto; }

.list-subject-parent {
  font-weight: bold; }

.revision-list button {
  position: relative;
  top: 2px; }
.revision-list .revision-list-main {
  margin-top: 20px; }

.show-rating .row {
  padding: 0px;
  margin: 20px 0; }

.admin-item-list .lock-item {
  margin-left: 4px; }

.show-rating-list {
  margin-top: 30px; }
  .show-rating-list .row {
    padding: 0px; }
  .show-rating-list .show-rating-list-item {
    margin-top: 5px; }
    .show-rating-list .show-rating-list-item .show-rating-item-index {
      border-radius: 20px;
      border: 1px solid silver;
      display: inline-block;
      padding: 2px 8px;
      margin: 8px 0; }
  .show-rating-list .show-rating-list-label {
    font-weight: bold; }
  .show-rating-list .show-rating-list-content {
    margin-left: 5px; }

#rating-message {
  display: none; }

.paginator input {
  width: 50px;
  height: 1.5rem;
  text-align: center; }

.search-page {
  background-color: #fff;
  padding: 10px; }
  .search-page .search-page-search {
    cursor: pointer; }
  .search-page .search-result {
    padding-left: 5px; }
    .search-page .search-result .search-result-item {
      margin-bottom: 15px; }
    .search-page .search-result .search-result-item-title {
      margin-bottom: 5px; }
      .search-page .search-result .search-result-item-title a {
        font-size: 19px;
        font-weight: bold;
        text-decoration: underline; }
    .search-page .search-result .search-keyword {
      color: #f10909;
      text-decoration: underline; }
    .search-page .search-result .search-create-item {
      text-decoration: underline;
      color: #f10909; }
    .search-page .search-result .search-result-item-content p {
      margin-bottom: 0;
      font-size: larger; }

.admin-user-role .admin-user-role-list {
  display: none;
  margin-top: 30px; }
.admin-user-role .alert-alert {
  display: none; }
.admin-user-role .alert-success {
  display: none; }

.admin-scholar-info > .row {
  border: 1px solid #f5f5f5;
  padding: 10px 0px; }
.admin-scholar-info .scholar-info-number {
  font-size: 20px;
  text-align: center;
  color: #565656;
  font-weight: bold; }
  @media only screen and (max-width: 40em) {
    .admin-scholar-info .scholar-info-number {
      margin: 30px 0px 30px 20px; } }
.admin-scholar-info .scholar-info-title {
  text-align: center;
  font-size: 18px; }
  @media only screen and (min-width: 40.0625em) {
    .admin-scholar-info .scholar-info-title {
      margin-top: 30px; } }
  @media only screen and (max-width: 40em) {
    .admin-scholar-info .scholar-info-title {
      margin: 30px 10px 30px 0px; } }

.admin-reward-info > .row {
  border: 1px solid #f5f5f5;
  padding: 10px 0px; }
.admin-reward-info .reward-info-number {
  font-size: 20px;
  text-align: center;
  color: #565656;
  font-weight: bold;
  padding-top: 10px; }
  @media only screen and (max-width: 40em) {
    .admin-reward-info .reward-info-number {
      margin: 30px 0px 30px 20px; } }
.admin-reward-info .reward-info-title {
  text-align: center;
  font-size: 16px;
  padding-bottom: 10px; }
  @media only screen and (min-width: 40.0625em) {
    .admin-reward-info .reward-info-title {
      margin-top: 10px; } }
  @media only screen and (max-width: 40em) {
    .admin-reward-info .reward-info-title {
      margin: 30px 10px 30px 0px; } }

.user-contribution-search .user-contribution-search-ctrl .row {
  padding: 0px;
  max-width: none; }
@media only screen and (max-width: 40em) {
  .user-contribution-search .user-contribution-search-ctrl input + label {
    width: 80%; } }
.user-contribution-search .user-contribution-search-result {
  margin-top: 20px; }
  .user-contribution-search .user-contribution-search-result .responsive {
    width: 100%; }

.add-diff {
  color: green;
  font-weight: bold; }

.del-diff {
  color: red;
  font-weight: bold; }

.remove-profile-item {
  position: relative;
  top: 8px; }

.week-image-list {
  margin-top: 20px;
  min-height: 600px; }

.side-tab-nav ul li {
  list-style-type: none;
  display: block;
  text-align: right;
  height: 50px; }
  .side-tab-nav ul li a {
    display: block;
    color: silver;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    padding-right: 10px;
    font-size: small; }
    .side-tab-nav ul li a.active {
      background-color: #F9F9F9;
      font-weight: bold;
      color: #4a4a4a; }
      .side-tab-nav ul li a.active .revision-count {
        font-size: smaller;
        font-weight: normal; }

.green {
  color: green; }

.red {
  color: red; }

.purple {
  color: purple; }

.reset-title {
  margin-top: 10px; }

.reset-email {
  margin-top: 20px; }

.reset-notice {
  margin-top: 10px; }

@media only screen and (min-width: 40.0625em) {
  .item-nav {
    background: #FFFFFF; }
    .item-nav ul {
      margin-bottom: 0px; }
      .item-nav ul li {
        padding-left: 15px;
        line-height: 40px; }
        .item-nav ul li a {
          color: #000000;
          font-size: 16px; }
    .item-nav .item-nav-active {
      background: #EEEEEE;
      font-weight: bold; } }
@media only screen and (max-width: 40em) {
  .item-nav-column {
    margin-top: 15px; }
    .item-nav-column .row {
      margin-left: 0px; } }
@media only screen and (max-width: 40em) {
  .item-nav ul li {
    display: block;
    padding: 5px 10px; }
    .item-nav ul li a {
      display: block; }
  .item-nav .item-nav-active {
    display: block;
    background-color: #f6f6f6; }

  .item-nav-inline {
    position: relative;
    z-index: 9999;
    min-height: 40px;
    padding-right: 0px;
    text-align: center; }
    .item-nav-inline ul {
      width: 100%;
      padding: 5px 0px;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0px;
      background: #fff;
      border-radius: 5px;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
      .item-nav-inline ul li {
        display: block;
        margin: 0px 11px; }
        .item-nav-inline ul li a {
          display: block;
          text-align: center;
          color: #f10909; }
    .item-nav-inline .item-nav-active {
      display: block;
      text-decoration: underline; } }
@media only screen and (min-width: 40.0625em) {
  .item-talk {
    margin-top: 20px; } }
.item-talk .item-talk-heading {
  border-bottom: 1px solid #f10909; }
  @media only screen and (min-width: 40.0625em) {
    .item-talk .item-talk-heading {
      padding: 5px 0px; } }
  @media only screen and (max-width: 40em) {
    .item-talk .item-talk-heading {
      padding: 20px 0px 8px 0px; }
      .item-talk .item-talk-heading h1 {
        padding-left: 15px; } }
.item-talk .item-talk-toc {
  margin-top: 10px; }
.item-talk .item-talk-list .item-talk-item {
  margin-top: 15px;
  border-bottom: 1px dashed #f10909; }

.item-talk-new .item-talk-heading {
  margin-top: 20px; }

.register input {
  border: solid 1px #979797; }
  @media only screen and (max-width: 40em) {
    .register input {
      margin: 0 0;
      height: 28px; } }
@media only screen and (max-width: 40em) {
  .register input[type="checkbox"] {
    height: auto; } }
@media only screen and (min-width: 40.0625em) {
  .register .register-title {
    margin-top: 20px;
    margin-bottom: 30px; } }
.register .register-notice {
  font-size: smaller;
  display: inline-block; }
.register .captcha-input {
  display: inline-block; }
  @media only screen and (min-width: 40.0625em) {
    .register .captcha-input {
      width: 47%;
      margin-left: 20px; } }
  @media only screen and (max-width: 40em) {
    .register .captcha-input {
      margin-bottom: 8px; } }
.register .captcha_reload {
  margin-left: 5px; }
.register .login-link {
  line-height: 32px;
  font-size: larger;
  height: 32px;
  text-decoration: underline; }

@media only screen and (min-width: 40.0625em) {
  .login {
    padding-top: 20px; } }
@media only screen and (min-width: 40.0625em) {
  .login .login-title {
    margin-top: 20px;
    margin-bottom: 30px; } }
.login input {
  border: solid 1px #979797; }
  @media only screen and (max-width: 40em) {
    .login input {
      margin: 0 0;
      height: 28px; } }
.login .login-checkbox {
  margin-top: 8px;
  height: 13px; }
.login .remember-me-label {
  display: inline-block; }
.login a {
  text-decoration: underline; }
@media only screen and (max-width: 40em) {
  .login button {
    margin-bottom: 10px; }
  .login p {
    margin-bottom: 2px; } }

.user-password-reset .reset-title {
  margin-top: 20px;
  margin-bottom: 30px; }
.user-password-reset button {
  margin-top: 20px; }

.breadcrumb-bar {
  line-height: 49px;
  vertical-align: middle; }
  @media only screen and (min-width: 40.0625em) {
    .breadcrumb-bar {
      margin-top: 10px; }
      .breadcrumb-bar a {
        font-size: 12px; } }
  .breadcrumb-bar a {
    color: #f10909; }
  .breadcrumb-bar .breadcrumbs {
    background-color: transparent;
    border: none; }
    @media only screen and (max-width: 40em) {
      .breadcrumb-bar .breadcrumbs {
        padding: 0 0px;
        margin-bottom: 0px; }
        .breadcrumb-bar .breadcrumbs > *:before {
          margin: 4px; }
        .breadcrumb-bar .breadcrumbs li {
          margin-top: 6px; } }
    .breadcrumb-bar .breadcrumbs > * {
      text-transform: none; }
    .breadcrumb-bar .breadcrumbs .current {
      font-weight: bold; }

@media only screen and (min-width: 40.0625em) {
  .author-list, .definition-list-content {
    padding-top: 30px; } }
.author-list .title, .definition-list-content .title {
  font-size: 20px;
  margin-bottom: 15px;
  color: #f10909; }
.author-list ul li, .definition-list-content ul li {
  padding: 0; }
  .author-list ul li .item-link, .definition-list-content ul li .item-link {
    color: #000; }
  .author-list ul li .more, .definition-list-content ul li .more {
    text-decoration: underline; }

.error-title {
  font-size: large;
  margin-top: 50px; }

.error-message {
  margin-top: 40px; }

.error-index-page {
  color: #f10909;
  font-size: larger;
  text-decoration: underline; }

.choose-week-image .week-item-wrapper {
  margin-bottom: 20px; }
  .choose-week-image .week-item-wrapper .row {
    border-bottom: 1px solid #f5f5f5; }
  .choose-week-image .week-item-wrapper .week-item {
    padding: 20px 0;
    height: 40px; }
    .choose-week-image .week-item-wrapper .week-item .week-item-title {
      font-size: 22px;
      font-weight: bold;
      line-height: 40px; }
    .choose-week-image .week-item-wrapper .week-item span {
      line-height: 40px;
      font-size: 16px; }
    .choose-week-image .week-item-wrapper .week-item .week-item-img-length {
      margin-left: 20px;
      line-height: 40px; }
  .choose-week-image .week-item-wrapper .week-item-image img {
    margin-left: 15px; }

.mce-h2 {
  padding: 0 4px; }
  .mce-h2 span {
    display: block;
    font-size: 1.5em;
    margin: 0 0.83em;
    font-weight: bold; }

.mce-h3 {
  padding: 0 4px; }
  .mce-h3 span {
    display: block;
    font-size: 1.17em;
    margin: 0 1em;
    font-weight: bold; }

.mce-h4 {
  padding: 0 4px; }
  .mce-h4 span {
    display: block;
    font-size: 1em;
    margin: 0 1.33em;
    font-weight: bold; }

.mce-h5 {
  padding: 0 4px; }
  .mce-h5 span {
    display: block;
    font-size: 0.83em;
    margin: 0 1.67em;
    font-weight: bold; }

#share-entry input {
  display: inline-block;
  width: 70%;
  margin-right: 20px; }

.up-share {
  margin: 5px; }

.down-share {
  margin: 5px; }

.send-email {
  margin: 5px; }

.del-share {
  margin: 5px; }

#add-new-share {
  margin-left: 5px;
  font-size: 16px; }

#search-results {
  overflow-y: scroll;
  position: absolute;
  top: 140px;
  width: 100%;
  height: 285px;
  padding-right: 20px;
  background: white; }
  #search-results ul {
    padding: 0 20px; }
    #search-results ul li {
      padding: 3px 0; }
    #search-results ul a {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
  #search-results .quit-search {
    margin: 10px 0;
    bottom: 20px;
    width: 100%;
    text-align: center; }
    #search-results .quit-search a {
      text-underline: auto;
      color: red; }
  #search-results .error-msg {
    position: absolute;
    top: 100px;
    width: 100%;
    text-align: center;
    color: #AA3333; }

.mce-formitem input::-webkit-input-placeholder, .mce-formitem textarea::-webkit-input-placeholder {
  color: #BBBBBB; }
.mce-formitem input:-moz-placeholder, .mce-formitem textarea:-moz-placeholder {
  color: #BBBBBB; }
.mce-formitem input::-moz-placeholder, .mce-formitem textarea::-moz-placeholder {
  color: #BBBBBB; }
.mce-formitem input:-ms-input-placeholder, .mce-formitem textarea:-ms-input-placeholder {
  color: #BBBBBB; }

.blacklist-table {
  margin-top: 10px; }

.remove-blacklist {
  margin-left: 10px; }

.subject-index {
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 5px;
  border: 1px solid black;
  padding: 2px 5px;
  font-weight: bold; }

.fold-subject {
  list-style-type: none; }
  @media only screen and (min-width: 40.0625em) {
    .fold-subject {
      margin: 20px 0; } }
  @media only screen and (max-width: 40em) {
    .fold-subject {
      margin: 0px 0px 0px 25px; } }
  .fold-subject a {
    font-size: 13px;
    display: block;
    overflow: hidden;
    color: #333333; }
    .fold-subject a:hover {
      color: #F10909; }
  .fold-subject .click-li > a {
    border-left: 3px solid #F10909;
    padding-left: 15px; }

.fold-sub-subject {
  list-style-type: none; }
  @media only screen and (min-width: 40.0625em) {
    .fold-sub-subject {
      padding-left: 10px; } }
  @media only screen and (max-width: 40em) {
    .fold-sub-subject {
      padding-left: 15px; } }

.user-agreement-link {
  color: #F10909; }
  .user-agreement-link:hover {
    text-decoration-line: underline; }

.cc-by {
  margin: 15px 0px;
  font-size: 15px; }
  .cc-by .img-cc-by {
    height: 25px; }
  .cc-by a {
    text-decoration-line: underline; }

.author-list-content table {
  border-collapse: collapse;
  border: none;
  border-bottom: solid 1px #ddd; }
  .author-list-content table th {
    font-size: 18px;
    border-bottom: solid 1px #ddd; }
  .author-list-content table td {
    background-color: #ffffff;
    border-bottom: solid 1px #ddd; }
  .author-list-content table a {
    font-size: 16px; }
  .author-list-content table a:hover {
    text-decoration-line: underline; }

.item-author-avatar {
  width: auto;
  height: 16px;
  margin-top: -3px; }

.item-show {
  width: 100%;
  margin-top: 10px; }

.item-show-small-img {
  width: 25px;
  height: 25px;
  margin-right: 1rem !important; }

.item-show-row {
  display: inline-block; }

.item-show-small {
  width: 48%; }

.item-detail-row {
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start; }

.item-detail-body {
  -webkit-box-flex: 1;
  flex: 1;
  font-size: 13px; }
  .item-detail-body .abstract {
    font-size: 13px;
    max-height: 100px;
    overflow: hidden; }
    .item-detail-body .abstract p {
      font-size: 13px !important; }

.item-icon {
  height: 30px;
  width: 30px;
  margin-right: 1rem !important; }

.item-sort-nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  font-size: 13px;
  text-decoration: #1cc7ff; }

.item-sort-nav-link {
  display: block;
  padding: .5rem 0.3rem;
  text-decoration: none;
  background-color: transparent; }

.sort-nav-item-active {
  color: red; }

.item-detail-gray {
  color: gray; }

.item-row-width {
  width: 100px; }

.item-row-width-small {
  min-width: 40px;
  width: auto; }

.item-detail-margin {
  margin-top: 20px; }

.item-line-height {
  height: 30px; }

.item-title-li {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 300px; }

.item-content-logo {
  width: 200px; }

#left-section {
  padding: 0; }
  #left-section .content-wrapper {
    background-color: #fff;
    margin-right: 10px;
    padding: 5px 10px; }
    #left-section .content-wrapper .main-logo .logo-image {
      max-width: 100px; }
    #left-section .content-wrapper .main-links {
      padding: 0 10px; }
      #left-section .content-wrapper .main-links ul li {
        font-weight: bold;
        color: #000; }
    #left-section .content-wrapper .statistic {
      border: 1px solid #000;
      border-radius: 5px;
      margin: 5px;
      margin-top: 30px; }
      #left-section .content-wrapper .statistic .statistic-wrapper {
        padding: 1px;
        text-align: center; }
        #left-section .content-wrapper .statistic .statistic-wrapper span {
          display: block; }
        #left-section .content-wrapper .statistic .statistic-wrapper .icon {
          color: #000; }
        #left-section .content-wrapper .statistic .statistic-wrapper .statistic-number {
          color: #f3070b;
          font-size: 23px; }
        #left-section .content-wrapper .statistic .statistic-wrapper .statistic-title {
          font-size: 9px;
          color: #000; }
        #left-section .content-wrapper .statistic .statistic-wrapper.border-r {
          border-right: 1px solid #000; }
    #left-section .content-wrapper .subscribe {
      border: 1px solid #000;
      border-radius: 5px;
      margin: 5px;
      margin-top: 35px;
      padding: 10px 5px; }
      #left-section .content-wrapper .subscribe h4 {
        margin-top: 5px;
        margin-bottom: 15px;
        border-bottom: 4px solid #f3070b; }
      #left-section .content-wrapper .subscribe .add-entry-link {
        margin-bottom: 0; }

#main-section {
  padding: 0; }
  #main-section .content-wrapper {
    margin-left: 10px; }
    #main-section .content-wrapper .header-section {
      margin-bottom: 20px; }
      #main-section .content-wrapper .header-section .header {
        padding: 15px; }
        #main-section .content-wrapper .header-section .header .button {
          margin-bottom: 0;
          border-radius: 5px; }
      #main-section .content-wrapper .header-section .header-search {
        background-color: #f3070b;
        border-radius: 5px;
        padding: 5px; }
        #main-section .content-wrapper .header-section .header-search input, #main-section .content-wrapper .header-section .header-search button, #main-section .content-wrapper .header-section .header-search select {
          margin-bottom: 0;
          border-radius: 5px; }
        #main-section .content-wrapper .header-section .header-search input, #main-section .content-wrapper .header-section .header-search select {
          padding: 3px;
          height: 2rem; }
        #main-section .content-wrapper .header-section .header-search button {
          background-color: #000;
          color: #fff;
          height: 2rem; }
      #main-section .content-wrapper .header-section .advanced-search-header {
        border-radius: 5px;
        padding: 5px; }
        #main-section .content-wrapper .header-section .advanced-search-header input, #main-section .content-wrapper .header-section .advanced-search-header button, #main-section .content-wrapper .header-section .advanced-search-header select {
          margin-bottom: 0;
          border-radius: 5px; }
        #main-section .content-wrapper .header-section .advanced-search-header input, #main-section .content-wrapper .header-section .advanced-search-header select {
          padding: 3px;
          height: 2rem; }
        #main-section .content-wrapper .header-section .advanced-search-header button {
          background-color: #000;
          color: #fff;
          height: 2rem; }

.op-raw {
  color: red;
  margin-top: 3px; }

.browse-subject {
  background-color: #fff;
  padding: 10px; }
  .browse-subject .subjects-wrapper {
    padding: 0 5px; }
    .browse-subject .subjects-wrapper .subject-item {
      padding: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding: 0px 5px; }
      .browse-subject .subjects-wrapper .subject-item .subject-item-link {
        font-size: 15px;
        color: #000; }
        .browse-subject .subjects-wrapper .subject-item .subject-item-link i {
          color: #4a4a4a; }
        .browse-subject .subjects-wrapper .subject-item .subject-item-link:hover {
          text-decoration: underline; }
        .browse-subject .subjects-wrapper .subject-item .subject-item-link.active {
          color: #f10909; }
          .browse-subject .subjects-wrapper .subject-item .subject-item-link.active i {
            color: #f10909; }

.header-title {
  color: #e53832;
  font-size: 19px;
  margin-bottom: 10px; }
  .header-title a {
    color: #e53832; }

.home-banner {
  margin-bottom: 20px; }

.week-image {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 20px; }
  .week-image .keywords {
    margin-top: 5px; }
    .week-image .keywords .keyword {
      padding: 2px 5px;
      color: #333333;
      border: 0.5px solid #B7B7B7;
      border-radius: 5px;
      display: inline-block;
      background-color: #F5F5F5; }
  .week-image .img-section {
    max-height: 250px; }

.top-view-latest {
  margin: 0 !important; }
  .top-view-latest ul {
    margin-bottom: 0; }
    .top-view-latest ul li a {
      font-size: 14px; }
  .top-view-latest .top-view {
    background-color: #fff;
    margin-right: 10px;
    padding: 10px; }
  .top-view-latest .latest-update {
    background-color: #fff;
    margin-left: 10px;
    padding: 10px; }

.video-section {
  background-color: #fff;
  padding: 10px;
  margin-top: 20px; }
  .video-section .title-section {
    height: 35px; }
    .video-section .title-section .title {
      padding-left: 0px; }
      .video-section .title-section .title .all_video {
        margin-left: 20px;
        font-size: 13px;
        color: #4a4a4a; }

.video-content-section {
  height: 200px; }
  .video-content-section video {
    height: 130px;
    border: #f6f6f6 1px solid; }

.video-image img {
  border: #f6f6f6 1px solid; }
.video-image .play-button {
  font-size: 40px;
  color: #606060;
  position: absolute;
  left: 50%;
  top: 32%;
  transform: translate(-50%, -50%);
  border: none; }

.box-content {
  padding: 10px;
  min-height: 800px; }
  .box-content .row {
    margin: 0 auto; }

.lock-logo {
  background-image: url("../img/open_access_logo.png") !important;
  height: 12.5px;
  width: 8.3px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%; }

.advanced-search-box .row {
  margin-bottom: 10px; }

[v-cloak] {
  display: none; }

.advanced-search-href {
  padding-top: 6px; }
  .advanced-search-href a {
    color: white;
    font-weight: bold; }

@media only screen and (min-width: 64.0625em) {
  .order-section {
    text-align: end; } }
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .order-section {
    text-align: end; } }

.datepicker-days .active, .datepicker-months .active, .datepicker-years .active {
  background: #f3070b !important;
  color: white; }

.mce-container * {
  white-space: normal !important; }
  .mce-container * strong {
    font-weight: bold; }
  .mce-container * .placeholder {
    opacity: 50%; }
    .mce-container * .placeholder p {
      display: block;
      margin-block-start: 1em;
      margin-block-end: 1em;
      margin-inline-start: 0px;
      margin-inline-end: 0px; }

.fixed-header-search {
  position: fixed;
  top: 0;
  z-index: 999;
  text-align: center;
  margin-bottom: 10px; }

video {
  max-width: 100%; }

.slick-slide .sciprofiles-link__image {
  display: inline; }

.discussion-list .discussion-user {
  width: 12%; }
.discussion-list .sciprofiles-link__image {
  height: 50px !important;
  width: 50px !important;
  margin-right: 1rem !important; }

.discussion-detail .user-box {
  margin-bottom: 15px; }
  .discussion-detail .user-box .user-img-box {
    width: 8%; }
    .discussion-detail .user-box .user-img-box .sciprofiles-link__image {
      height: 50px !important;
      width: 50px !important;
      margin-right: 1rem !important; }
  .discussion-detail .user-box .user-name-box {
    width: 92%;
    margin-top: 7px;
    padding-left: 2px; }
    .discussion-detail .user-box .user-name-box .user-name {
      font-size: 16px;
      line-height: 22px;
      color: #333333; }
    .discussion-detail .user-box .user-name-box .discussion-at {
      font-size: 14px;
      line-height: 20px;
      color: #999999; }

.entry-collection-search-box {
  padding: 0px 20px; }
  .entry-collection-search-box input {
    margin: 0px;
    border-radius: 5px; }

.entry-collection-menu .subject-lists {
  border-top: 1px solid #cccccc;
  margin-top: 10px; }
  .entry-collection-menu .subject-lists a {
    padding: 0px; }
  .entry-collection-menu .subject-lists .content {
    padding: 0px; }
  .entry-collection-menu .subject-lists .list-content {
    background-color: #ffffff;
    padding: 8px 10px 8px 45px; }
  .entry-collection-menu .subject-lists .children_subject {
    font-size: 14px;
    background-color: #EEEEEE;
    padding: 8px 10px 8px 65px; }
  .entry-collection-menu .subject-lists .right-icon {
    float: right; }
  .entry-collection-menu .subject-lists a.active {
    font-weight: bold;
    background-color: #eeeeee; }

.entry-collection .common-slogan {
  background-image: url("../img/ec-solgan.png"); }
  @media (max-width: 1250px) {
    .entry-collection .common-slogan {
      height: 220px; } }
  @media (min-width: 1250px) {
    .entry-collection .common-slogan {
      height: 170px; } }
.entry-collection .common-slogan-mask {
  position: absolute;
  background-color: rgba(51, 51, 51, 0.8);
  top: 0px; }
  @media (max-width: 1250px) {
    .entry-collection .common-slogan-mask {
      height: 220px; } }
  @media (min-width: 1250px) {
    .entry-collection .common-slogan-mask {
      height: 170px; } }
  .entry-collection .common-slogan-mask .slogan-title {
    padding: 20px;
    font-weight: bold;
    font-size: 30px;
    line-height: 24px;
    color: #FFFFFF; }
  .entry-collection .common-slogan-mask .slogan-content {
    line-height: 24px;
    padding: 0px 20px 20px 20px;
    color: #FFFFFF;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; }
.entry-collection .entry-collection-row {
  line-height: 24px;
  padding: 0px 20px 20px 30px;
  border-bottom: solid 1px #EEEEEE; }
  .entry-collection .entry-collection-row .ec-title {
    display: inline-block;
    color: #333333;
    font-weight: 500;
    font-size: 20px;
    padding-top: 20px; }
  .entry-collection .entry-collection-row .ec-editor {
    padding-top: 10px;
    color: #999999; }
  .entry-collection .entry-collection-row .ec-entry-num {
    color: red;
    font-size: 16px;
    font-weight: bold; }
.entry-collection .entry-collection-introduce {
  background: #ffffff;
  margin-bottom: 10px; }
  .entry-collection .entry-collection-introduce .entry-collection-cover {
    float: left;
    margin: 20px;
    width: 130px;
    height: 180px;
    border: 1px solid #cac8c8; }
    .entry-collection .entry-collection-introduce .entry-collection-cover .default-cover {
      height: 100%;
      width: 100%;
      background-color: #eeeeee;
      line-height: 180px;
      text-align: center;
      font-size: 50px;
      color: #ef4e17; }
  .entry-collection .entry-collection-introduce .entry-collection-description {
    padding: 20px 20px 20px 20px; }
    .entry-collection .entry-collection-introduce .entry-collection-description .ec-title {
      color: #333333;
      font-weight: bold;
      font-size: 30px;
      line-height: 35px; }
    .entry-collection .entry-collection-introduce .entry-collection-description .ec-editor {
      padding-top: 10px;
      color: #333333;
      line-height: 22px; }
    .entry-collection .entry-collection-introduce .entry-collection-description .ec-content {
      color: #333333;
      padding: 5px 0px 0px 0px;
      position: relative;
      line-height: 20px;
      overflow: hidden;
      margin-bottom: 10px; }
      .entry-collection .entry-collection-introduce .entry-collection-description .ec-content p {
        font-size: inherit;
        line-height: inherit;
        margin-bottom: 0px; }
    .entry-collection .entry-collection-introduce .entry-collection-description .ec-submit {
      color: #ffffff;
      background: #f63132;
      border: none;
      height: 40px;
      line-height: 40px;
      padding: 10px 20px;
      border-radius: 5px;
      display: inline; }

.entry-collection-title {
  padding: 10px; }

.item-reference .reference-show-more {
  text-align: center;
  box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.1);
  height: 30px;
  cursor: pointer; }
  .item-reference .reference-show-more i {
    line-height: 30px; }

.compare-page span {
  padding-top: unset !important;
  margin-top: unset !important; }

.row-online-left {
  width: 45%;
  float: left; }

.popup-form {
  width: 100%; }

.subject_content {
  padding: 0px 25px 15px 25px;
  margin-top: 15px; }
  .subject_content h3 {
    padding-top: 20px;
    color: #D93F38;
    font-size: 16px; }

.bgcolor_1 {
  background-color: #F0D0D0; }

.bgcolor_2 {
  background-color: #E1CEDA; }

.bgcolor_3 {
  background-color: #CFDEDB; }

.entry_author {
  text-align: right; }

.alert_item {
  float: left;
  padding-left: 15px; }
  .alert_item a {
    background-color: white;
    padding: 10px;
    margin-top: 15px;
    display: block; }
  .alert_item .alert_content {
    font-size: 15px;
    font-weight: bold;
    color: #E0615D;
    height: 40px;
    overflow: hidden; }

.alert_link {
  font-size: 15px;
  color: #1d92cf;
  text-decoration: underline; }

.alert_link:hover {
  color: #1d92cf; }

.tox-dialog__body > .tox-dialog__body-content {
  min-height: 150px !important; }

.item-description .h2-wrapper {
  z-index: 1;
  background-image: unset !important;
  background-repeat: repeat-x;
  margin-bottom: 15px; }
  .item-description .h2-wrapper h2 {
    border-left: unset !important;
    background-color: unset !important;
    display: inline-block;
    font-size: 22px;
    padding: 0px;
    line-height: 24px; }
    .item-description .h2-wrapper h2 i {
      -webkit-transform: rotate(43deg);
      color: #DA3934;
      font-size: 18px;
      margin-right: 10px; }

.item-content-toc {
  border: 1px gray solid;
  background: #f6f6f6;
  margin-bottom: 15px; }
  .item-content-toc .h2-wrapper {
    z-index: 1;
    background-image: unset !important;
    background-repeat: repeat-x;
    margin: 5px 0px 5px 0px; }
    .item-content-toc .h2-wrapper h2 {
      border-left: unset !important;
      background-color: unset !important;
      display: inline-block;
      font-size: 22px;
      padding: 0 18px 0 18px;
      line-height: 24px; }
      .item-content-toc .h2-wrapper h2 i {
        -webkit-transform: rotate(43deg);
        color: #DA3934;
        font-size: 19px;
        margin-right: 10px; }
      .item-content-toc .h2-wrapper h2 a {
        font-weight: normal;
        font-style: italic;
        font-size: 15px;
        color: red; }

.share-wrapper {
  position: fixed;
  opacity: 0;
  text-align: center;
  z-index: 99999999;
  background-color: #f5f5f5;
  color: #f10909;
  width: 60px;
  line-height: 25px;
  padding-top: 2px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  box-shadow: 2px 2px 10px #909090; }
  @media only screen and (min-width: 40.0625em) {
    .share-wrapper {
      right: 5%;
      bottom: 25%; } }
  @media only screen and (max-width: 40em) {
    .share-wrapper {
      right: 0%;
      bottom: 10%;
      transform: translate(-50%, 0); } }
  .share-wrapper:hover {
    background-color: #565656; }
  .share-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
    background-color: #fff; }
  .share-wrapper .share-links {
    padding: 10px; }
    .share-wrapper .share-links a {
      color: #f3070b; }

.invitation-notice {
  padding-left: 13px;
  font-size: 13px;
  color: red; }

.red-line {
  border-bottom: 2px solid #f10909;
  position: relative;
  width: auto; }

.cite-refer-mark {
  color: red !important;
  width: 65% !important; }
  .cite-refer-mark span {
    font-size: 12px !important;
    margin-right: 3px !important; }

.discussion-lists {
  background: #FFFFFF;
  margin-top: 10px; }
  .discussion-lists .row {
    padding: 0px; }
  .discussion-lists .item-detail-row {
    padding-left: 25px;
    padding-right: 25px; }
  .discussion-lists .total-discussion {
    margin: 10px 0px; }
  .discussion-lists .total-discussion-rate {
    padding: 0px !important; }
  @media only screen and (min-width: 64.0625em) {
    .discussion-lists .total-discussion-item {
      padding: 0px !important;
      text-align: right; } }
  @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .discussion-lists .total-discussion-item {
      padding: 0px !important;
      text-align: right; } }
  .discussion-lists .discussion-user-icon {
    height: 50px;
    width: 50px;
    margin-right: 1rem !important; }
  .discussion-lists .discussion-time {
    color: #c2c2c2;
    font-size: 14px; }
  .discussion-lists .discussion-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all; }
  .discussion-lists .discussion-reply-content {
    word-break: break-all; }
  .discussion-lists .discussion-thumb {
    font-size: 20px; }
  .discussion-lists .approved {
    color: red;
    cursor: default;
    pointer-events: none; }
  .discussion-lists .discussion-delete {
    font-size: 20px; }
  .discussion-lists .clear-padding-right {
    padding-right: 0px !important; }
  .discussion-lists .clear-padding-left {
    padding-left: 0px !important; }
  .discussion-lists .discussion-reply-title {
    font-size: 15px;
    font-weight: bold;
    margin: 7px 0px;
    color: #333333; }
    .discussion-lists .discussion-reply-title .discussion-reply-ico {
      font-size: 20px;
      margin-right: 5px;
      color: #c2c2c2; }
  .discussion-lists .reply-button-group {
    margin-top: -55px; }
    .discussion-lists .reply-button-group input {
      position: absolute;
      top: 9px;
      right: 225px; }
  .discussion-lists .ajax-popup-form {
    cursor: pointer; }

.discussion-form {
  margin-top: 10px; }
  @media only screen and (min-width: 64.0625em) {
    .discussion-form {
      padding: 20px 50px 0 50px; } }
  @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .discussion-form {
      padding: 20px 10px 0 10px; } }
  @media only screen and (max-width: 40em) {
    .discussion-form {
      padding: 20px 10px 0 10px; } }
  .discussion-form .subject-title {
    height: 30px;
    font-weight: bold;
    width: 11%;
    padding-right: 0px !important; }
    .discussion-form .subject-title label {
      font-size: 15px;
      line-height: 30px;
      font-weight: bold; }
  .discussion-form .row {
    padding: 0px; }
  .discussion-form .subject-title-score {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 20px; }

.discussion-detail .row {
  padding: 0px !important; }
.discussion-detail .subject-title {
  height: 30px;
  font-weight: bold;
  padding-right: 0px !important; }
.discussion-detail .subject-title-score {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 20px; }
.discussion-detail .other-line {
  word-break: break-all; }

.question-tab {
  height: 50px;
  font-size: 18px;
  font-weight: 200;
  text-align: center;
  padding-left: 15px !important;
  padding-right: 15px !important; }
  .question-tab .question-signer {
    line-height: 50px; }
  .question-tab .active {
    background-color: #f3070b; }
    .question-tab .active a {
      color: white; }

.question-label {
  font-size: 18px !important;
  color: #f3070b !important; }

.question-title {
  font-size: 16px !important; }

.question-answer {
  white-space: pre-line; }

.subject-list-no-more {
  font-size: 16px;
  padding-top: 15px;
  padding-left: 10px;
  color: gray; }
  .subject-list-no-more a {
    text-decoration: underline;
    color: #f10909; }

.search-result-notice {
  margin: 5px 25px 0px 25px; }
  .search-result-notice a {
    font-size: 15px;
    text-decoration: underline;
    color: #f10909; }

.click-to-redirect {
  font-size: 15px;
  text-decoration: underline;
  color: #f10909;
  font-style: italic; }

.item-op-icon .icon-font {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 5px;
  color: #606060 !important; }

.title-hint > a {
  font-size: 15px;
  text-decoration: underline;
  color: #f10909;
  font-style: italic; }

.joyride-tip-guide {
  background: #afacacee;
  border-radius: 10px;
  width: 200px; }

.joyride-tip-guide .joyride-nub.top {
  border-color: #afacacee; }

.joyride-close-tip {
  color: #f9f3f3 !important; }

.joyride-content-wrapper {
  font-weight: bold; }

.recommend-modal {
  padding: 25px; }
  .recommend-modal .modal-title {
    line-height: 1.4;
    font-size: 32px;
    margin-bottom: 8px; }
  .recommend-modal a {
    text-decoration: underline;
    color: #f10909; }

@media only screen and (min-width: 64.063em) {
  .large-20 {
    width: 20%; }

  .large-80 {
    width: 80%; } }
.container {
  margin: 0 auto !important;
  margin-top: 60px !important;
  width: 100%; }
  .container .row.full-row {
    padding: 0px; }

@media only screen and (min-width: 1080px) {
  .header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    line-height: 60px;
    z-index: 999; }
    .header .header-content-box {
      margin: 0px auto; } }
    @media only screen and (min-width: 1080px) and (min-width: 1400px) {
      .header .header-content-box {
        width: 80%; } }
    @media only screen and (min-width: 1080px) and (max-width: 1400px) {
      .header .header-content-box {
        width: 90%; } }
@media only screen and (min-width: 1080px) {
      .header .header-content-box .header-button-form {
        display: inline-block;
        width: 22%;
        height: 100%; }
        .header .header-content-box .header-button-form .header-button {
          border-radius: 15px;
          background: #EEEEEE;
          border: none;
          box-shadow: none; }
        .header .header-content-box .header-button-form .header-search-button {
          width: 30px;
          height: 30px;
          background: #EEEEEE;
          color: #999999;
          border: none;
          position: relative;
          top: -50px;
          float: right;
          right: 10px; }
    .header .header-logo-box {
      height: 60px; } }
    @media only screen and (min-width: 1080px) and (max-width: 1400px) {
      .header .header-logo-box {
        width: 7%; } }
    @media only screen and (min-width: 1080px) and (min-width: 1400px) {
      .header .header-logo-box {
        width: 20%; } }
@media only screen and (min-width: 1080px) {
      .header .header-logo-box a {
        display: block; }
      .header .header-logo-box .logo-image {
        height: 55px;
        width: 55px; }
      .header .header-logo-box .logo-title {
        width: 165px;
        height: 60px;
        padding: 16px 0px 14px 0px;
        color: #000000;
        font-weight: bold;
        font-size: 16px; } }
      @media only screen and (min-width: 1080px) and (max-width: 1400px) {
        .header .header-logo-box .logo-title {
          display: none; } }
@media only screen and (min-width: 1080px) {
        .header .header-logo-box .logo-title .logo-title-top {
          height: 15px;
          line-height: 15px;
          margin-bottom: 2px; }
        .header .header-logo-box .logo-title .logo-title-bottom {
          height: 15px;
          line-height: 15px; }
    .header .header-menu {
      text-align: center;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      height: 60px;
      letter-spacing: 0em;
      color: #000000;
      text-align: right; } }
    @media only screen and (min-width: 1080px) and (max-width: 1400px) {
      .header .header-menu {
        width: 93%; } }
    @media only screen and (min-width: 1080px) and (min-width: 1400px) {
      .header .header-menu {
        width: 80%; } }
@media only screen and (min-width: 1080px) {
      .header .header-menu .menu-tab {
        width: auto;
        padding: 0px 15px;
        color: #000000 !important; }
      .header .header-menu ul {
        text-align: left; }
      .header .header-menu .button {
        border: none;
        color: #000000;
        background-color: #EEEEEE;
        border-radius: 5px;
        line-height: 24px;
        font-weight: normal;
        font-family: inherit; }
      .header .header-menu .submit-button {
        background-color: #f63132;
        border: none;
        color: white !important;
        font-weight: normal; }
      .header .header-menu .f-dropdown li a {
        color: #000000; }
      .header .header-menu .button.dropdown {
        position: relative;
        padding-right: 2rem; }
      .header .header-menu .dropdown.button::after {
        right: 0.6rem; }
      .header .header-menu .create-button-group {
        max-width: 85px;
        text-align: center; }
    .header .pl40 {
      padding-left: 40%; }

  .header-phone {
    display: none; } }
@media only screen and (max-width: 1079px) {
  .header {
    display: none; }

  .header-phone {
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    line-height: 60px;
    z-index: 9999; }
    .header-phone .logo-image {
      height: 55px;
      width: 55px; }
    .header-phone .header-menu {
      text-align: right;
      height: 60px; }
      .header-phone .header-menu .header-button-form {
        display: inline-block; }
        .header-phone .header-menu .header-button-form .header-button {
          border-radius: 15px;
          background: #EEEEEE;
          border: none;
          box-shadow: none; }
        .header-phone .header-menu .header-button-form .header-search-button {
          width: 30px;
          height: 30px;
          background: #EEEEEE;
          color: #999999;
          border: none;
          position: relative;
          top: -50px;
          float: right;
          right: 7px; }
    .header-phone .phone-menu-lists {
      text-align: center; }
      .header-phone .phone-menu-lists i {
        font-size: 20px;
        line-height: 60px;
        color: #565656; }
      .header-phone .phone-menu-lists a {
        font-size: 35px; } }
.phone-menu-box {
  z-index: 99999;
  border: 0;
  width: 100%;
  max-height: calc(100% - 50px);
  max-width: 100%;
  top: 60px !important;
  position: fixed;
  left: 0;
  bottom: 0;
  transform: none;
  padding: 35px 25px;
  opacity: 1 !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }
  .phone-menu-box .reveal-modal-bg {
    display: none !important; }
  .phone-menu-box .no-bullet {
    padding: 0px 10%; }
  .phone-menu-box .menu-tab {
    padding: 10px 0px;
    font-size: 18px; }
  .phone-menu-box .phone-header-button {
    text-align: center; }
    .phone-menu-box .phone-header-button a {
      width: 80%; }

.search {
  height: 237px;
  background: rgba(0, 0, 0, 0.8) url("../img/design/search_bg.png");
  color: #FFFFFF; }
  @media (max-width: 600px) {
    .search {
      display: none; } }
  .search .search-title {
    padding-top: 30px;
    font-weight: bold;
    font-size: 25px; }
  .search .search-ftitle {
    padding-top: 10px;
    font-weight: bold;
    font-size: 16px; }
  .search .search-button-group {
    margin: 15px auto 2px; }
    @media (min-width: 600px) {
      .search .search-button-group {
        width: 50%; } }
    @media (max-width: 1000px) {
      .search .search-button-group {
        width: 80%; } }
    .search .search-button-group .input-search-keyword {
      border-radius: 5px;
      height: 50px; }
    .search .search-button-group .advanced-search-button {
      font-weight: bold;
      font-size: 16px;
      color: #FFFFFF;
      padding: 10px; }
    .search .search-button-group .search-button {
      width: 45px;
      height: 39px;
      border-radius: 4px;
      color: #F63132;
      border: none; }
      .search .search-button-group .search-button i {
        line-height: 30px;
        font-size: 22px; }
    .search .search-button-group .search-button-position {
      position: relative;
      top: -61px;
      /* left: 318px; */
      float: right;
      right: 5px; }
  .search .create-button {
    border-radius: 20px;
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #FFFFFF;
    padding: 10px; }

.main {
  margin: 0px auto;
  padding-top: 20px;
  max-width: 1400px;
  height: auto; }
  @media only screen and (min-width: 64.0625em) {
    .main {
      width: 80%; } }
  @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .main {
      width: 90%; } }
  @media only screen and (max-width: 40em) {
    .main {
      width: 95%; } }

.footer {
  clear: both;
  background: #282828;
  margin-top: 20px;
  font-size: 14px; }
  .footer .footer-title {
    color: #D7D8D9;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 10px; }
  .footer .footer-data {
    width: 80%;
    max-width: 1400px;
    padding: 30px 0px 20px 0px;
    margin: 0px auto; }
    @media (max-width: 40em) {
      .footer .footer-data {
        width: 100%;
        padding: 20px; } }
    .footer .footer-data a {
      color: #000000; }
    .footer .footer-data .menu-line {
      height: 36px;
      line-height: 36px;
      font-size: 14px;
      margin-top: 10px; }
    .footer .footer-data .footer-left {
      padding: 10px 0px 0px 0px; }
      @media (min-width: 1024px) {
        .footer .footer-data .footer-left {
          border-right: 1px solid #434445; } }
    .footer .footer-data .subscribe-button {
      width: 180px;
      height: 40px;
      border: 1px solid #FF4D4F;
      border-radius: 4px;
      margin-top: 50px;
      font-size: 14px;
      line-height: 40px;
      text-align: center; }
      @media (max-width: 1024px) {
        .footer .footer-data .subscribe-button {
          margin-top: 20px; } }
      .footer .footer-data .subscribe-button a {
        color: #FF4D4F !important;
        font-weight: 700; }
    @media (max-width: 1024px) {
      .footer .footer-data .footer-right {
        margin-top: 30px; } }
    .footer .footer-data .footer-right a {
      color: #AAAAAA;
      height: 16px; }
    .footer .footer-data .web-data .show-data {
      font-size: 24px;
      font-weight: 700;
      color: #FF4D4F;
      margin-right: 10px; }
    .footer .footer-data .web-data .show-label {
      color: #AAAAAA;
      font-size: 16px;
      font-weight: 400; }
      @media only screen and (min-width: 64.0625em) {
        .footer .footer-data .web-data .show-label {
          margin-top: -10px; } }
      @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
        .footer .footer-data .web-data .show-label {
          margin-top: -10px; } }
  .footer .footer-other {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: left;
    background: #1D1D1D;
    margin: 0px auto; }
    @media (min-width: 1400px) {
      .footer .footer-other {
        width: 100%; } }
    @media (max-width: 1000px) {
      .footer .footer-other {
        width: 100%; } }
    .footer .footer-other img {
      height: 25px; }
    .footer .footer-other .books {
      height: 18px !important; }
    .footer .footer-other a {
      margin-left: 20px;
      line-height: 40px; }
  .footer .dividing-line {
    border-top: #CDD1D4 solid 1px;
    margin: 0px auto; }
  .footer .copyright-notice {
    color: #999999;
    font-weight: 400;
    margin-left: 11%; }

.no-padding {
  padding: 0px !important; }

.lh50 {
  line-height: 50px; }

.mt15 {
  margin-top: 15px !important; }

.mtb10 {
  margin: 10px 0px !important; }

.bottom-border {
  border-bottom: solid 1px #eeeeee; }

.pt100 {
  padding-top: 100px !important; }

mr20 {
  margin-right: 20px; }

.mb10 {
  margin-bottom: 10px; }

.content-title-box {
  height: 45px; }
  .content-title-box .content-title {
    line-height: 45px;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    text-align: left; }
  .content-title-box .content-more {
    text-align: right;
    line-height: 40px;
    font-size: 14px; }
    .content-title-box .content-more a {
      color: #999999 !important; }

.main-content-left {
  margin-right: 1.5%; }
  @media only screen and (min-width: 64.0625em) {
    .main-content-left {
      width: 20%; } }
  @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .main-content-left {
      width: 20%; } }
  @media only screen and (max-width: 40em) {
    .main-content-left {
      width: 100%; } }
  .main-content-left .tabs-content {
    margin-bottom: 0px; }
  .main-content-left .contributor {
    background-color: #FFFFFF;
    margin-bottom: 20px;
    text-align: center;
    color: #000000; }
    .main-content-left .contributor .switch-tab {
      height: 40px;
      line-height: 40px;
      margin: 0px; }
      .main-content-left .contributor .switch-tab li {
        float: left;
        list-style: none;
        margin-bottom: 0 !important;
        display: block;
        width: 30%;
        margin-left: 3%;
        text-align: center; }
      .main-content-left .contributor .switch-tab .active {
        border-bottom: 3px solid #F63132; }
        .main-content-left .contributor .switch-tab .active a {
          color: #F63132; }
    .main-content-left .contributor .tabs-content {
      clear: both; }
      .main-content-left .contributor .tabs-content .content {
        padding: 0px;
        outline: none; }
      .main-content-left .contributor .tabs-content .list-content {
        cursor: pointer;
        margin-top: 8px; }
        .main-content-left .contributor .tabs-content .list-content .content-img {
          padding: 0px;
          height: 50px; }
          .main-content-left .contributor .tabs-content .list-content .content-img img {
            height: 40px !important; }
        .main-content-left .contributor .tabs-content .list-content .content-detail {
          text-align: left;
          padding: 0px; }
          .main-content-left .contributor .tabs-content .list-content .content-detail .content-detail-name {
            font-size: 16px;
            color: #333333;
            margin-right: 10px; }
            .main-content-left .contributor .tabs-content .list-content .content-detail .content-detail-name a {
              color: #000000; }
          .main-content-left .contributor .tabs-content .list-content .content-detail .content-detail-num {
            font-size: 14px;
            color: #999999; }
  .main-content-left .subject-lists {
    background-color: #FFFFFF;
    margin-bottom: 20px; }
    @media only screen and (min-width: 64.0625em) {
      .main-content-left .subject-lists .content-more {
        display: none; } }
    @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
      .main-content-left .subject-lists .content-more {
        display: none; } }
    .main-content-left .subject-lists .dividing-line {
      margin-bottom: 5px; }
    .main-content-left .subject-lists ul {
      padding-bottom: 10px;
      margin-left: 1rem; }
    .main-content-left .subject-lists .subject {
      padding-left: 0.6em;
      position: relative;
      padding-right: 10px;
      font-size: 16px;
      height: 30px;
      line-height: 30px;
      overflow: hidden;
      list-style: lower-alpha !important; }
      .main-content-left .subject-lists .subject a {
        color: #000000; }
      .main-content-left .subject-lists .subject :hover {
        font-size: 16px;
        font-weight: bold; }
    .main-content-left .subject-lists li:before {
      width: 10px;
      content: "\f111";
      font-size: 6px;
      font-family: FontAwesome;
      color: #ccc;
      position: absolute;
      top: 0px;
      left: 0px; }

.main-content-center {
  margin-right: 1.5%; }
  @media only screen and (min-width: 64.0625em) {
    .main-content-center {
      width: 50%; } }
  @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .main-content-center {
      width: 50%; } }
  @media only screen and (max-width: 40em) {
    .main-content-center {
      width: 100%; } }
  .main-content-center .center-banner {
    background-color: #FFFFFF;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 20px; }
    .main-content-center .center-banner img {
      width: 100%; }
    .main-content-center .center-banner #slick-banner {
      margin-bottom: 0px; }
  .main-content-center .center-latest-update {
    background-color: #FFFFFF;
    margin-bottom: 20px; }
    .main-content-center .center-latest-update .latest-update-item .item-img {
      padding: 10px 0px 10px 20px; }
      @media only screen and (min-width: 64.0625em) {
        .main-content-center .center-latest-update .latest-update-item .item-img {
          width: 10%; } }
      @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
        .main-content-center .center-latest-update .latest-update-item .item-img {
          width: 20%; } }
      @media only screen and (max-width: 40em) {
        .main-content-center .center-latest-update .latest-update-item .item-img {
          width: 20%; } }
      .main-content-center .center-latest-update .latest-update-item .item-img img {
        height: 48px; }
    .main-content-center .center-latest-update .latest-update-item .item-detail {
      padding: 10px 5% 10px 10px; }
      @media only screen and (min-width: 64.0625em) {
        .main-content-center .center-latest-update .latest-update-item .item-detail {
          width: 90%; } }
      @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
        .main-content-center .center-latest-update .latest-update-item .item-detail {
          width: 80%; } }
      @media only screen and (max-width: 40em) {
        .main-content-center .center-latest-update .latest-update-item .item-detail {
          width: 80%; } }
      .main-content-center .center-latest-update .latest-update-item .item-detail .item-detail-content .left-submit {
        font-size: 14px;
        color: #999999;
        line-height: 24px; }
        .main-content-center .center-latest-update .latest-update-item .item-detail .item-detail-content .left-submit a {
          font-size: 14px;
          color: #999999;
          line-height: 24px; }
      .main-content-center .center-latest-update .latest-update-item .item-detail .item-detail-content .right-create {
        font-size: 14px;
        color: #333333;
        line-height: 24px;
        text-align: right; }

@media only screen and (min-width: 64.0625em) {
  .main-content-right {
    width: 27%; } }
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .main-content-right {
    width: 27%; } }
@media only screen and (max-width: 40em) {
  .main-content-right {
    width: 100%; } }
.main-content-right .left-top-box {
  background-color: #FFFFFF;
  margin-bottom: 15px; }
  .main-content-right .left-top-box .row-box {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px; }
    .main-content-right .left-top-box .row-box i {
      font-size: 25px;
      line-height: 24px; }
    .main-content-right .left-top-box .row-box span {
      font-size: 14px;
      line-height: 24px;
      color: #000000; }
.main-content-right .top-view-list {
  background-color: #FFFFFF;
  margin-bottom: 15px;
  padding-bottom: 10px; }
  .main-content-right .top-view-list .top-view-item {
    margin: 10px 20px 0px 20px;
    padding: 3px 10px 5px 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15); }
    .main-content-right .top-view-list .top-view-item .item-submit {
      font-size: 14px;
      color: #999999;
      line-height: 24px; }
      .main-content-right .top-view-list .top-view-item .item-submit a {
        font-size: 14px;
        color: #999999;
        line-height: 24px; }
.main-content-right .announcement-lists {
  background-color: #FFFFFF;
  margin-bottom: 20px; }
  .main-content-right .announcement-lists .announcement-list .row-item {
    padding: 10px;
    margin: 0px 20px;
    border-bottom: solid 1px #eeeeee; }
    .main-content-right .announcement-lists .announcement-list .row-item .title {
      font-size: 16px;
      color: #1a1a1a; }
    .main-content-right .announcement-lists .announcement-list .row-item .content {
      color: #999999;
      margin-bottom: 3px; }
  .main-content-right .announcement-lists .announcement-list .more-list {
    margin-left: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #f63132; }
.main-content-right .encyclopedia-journal {
  background-color: #FFFFFF;
  margin-bottom: 20px; }
  .main-content-right .encyclopedia-journal .journal-link {
    padding: 5px 0px 5px 10%; }
    .main-content-right .encyclopedia-journal .journal-link a {
      font-size: 16px;
      line-height: 24px;
      color: #000000; }

.unused {
  color: #999999 !important;
  cursor: not-allowed !important; }

.featured-videos {
  clear: both;
  background: #FFFFFF; }
  .featured-videos .slick-featured-videos {
    margin: 10px 50px 0px 50px; }
    .featured-videos .slick-featured-videos .videos-item {
      height: auto !important; }
      .featured-videos .slick-featured-videos .videos-item .video-wrapper {
        position: relative;
        width: 100%;
        height: 0;
        padding: 0;
        padding-bottom: 56%;
        overflow: hidden;
        text-align: center; }
        .featured-videos .slick-featured-videos .videos-item .video-wrapper .video {
          background: rgba(0, 0, 0, 0.8);
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0; }
          .featured-videos .slick-featured-videos .videos-item .video-wrapper .video img {
            height: 100%;
            max-width: none; }
          .featured-videos .slick-featured-videos .videos-item .video-wrapper .video .play-button {
            font-size: 40px;
            color: #606060;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            border: none; }
    .featured-videos .slick-featured-videos .videos-item:hover {
      transform: scale(1.05); }

.videos-item {
  background: #FFFFFF;
  margin: 10px 1%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); }
  @media only screen and (min-width: 64.0625em) {
    .videos-item {
      width: 23%; } }
  @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .videos-item {
      width: 48%; } }
  @media only screen and (max-width: 40em) {
    .videos-item {
      width: 100%; } }
  .videos-item .video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding: 0;
    padding-bottom: 56%;
    overflow: hidden;
    text-align: center; }
    .videos-item .video-wrapper .video {
      background: rgba(0, 0, 0, 0.8);
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .videos-item .video-wrapper .video img {
        height: 100%;
        max-width: none; }
      .videos-item .video-wrapper .video .play-button {
        font-size: 40px;
        color: #606060;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border: none; }
  .videos-item .video-description {
    margin-bottom: 10px;
    margin-top: 5px; }
    .videos-item .video-description .description-title {
      padding: 0px 8px;
      font-size: 16px;
      line-height: 23px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; }
      .videos-item .video-description .description-title a {
        color: #000000; }
    .videos-item .video-description .description-content {
      color: #666666;
      padding: 0px 8px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .videos-item .video-description .description-content a {
        color: #666666;
        line-height: 23px; }
    .videos-item .video-description .description-views {
      line-height: 23px;
      color: #333333;
      padding: 0px 8px;
      margin-top: 8px; }
      .videos-item .video-description .description-views .created-time {
        float: right;
        margin-right: 10px; }

.search-item-row {
  background: #FFFFFF;
  margin: 0px 0px 10px 0px; }
  .search-item-row .row-label {
    padding: 10px 10px 0px 10px; }
    .search-item-row .row-label .label {
      font-weight: bold; }
    .search-item-row .row-label .secondary {
      color: #666666; }
  .search-item-row .row-img {
    padding: 10px 0px 0px 10px;
    width: 7%; }
    .search-item-row .row-img img {
      width: 50px;
      height: auto; }
    .search-item-row .row-img .play-button {
      font-size: 30px;
      color: #606060;
      position: absolute;
      left: 50%;
      top: 60%;
      transform: translate(-50%, -50%);
      border: none; }
  .search-item-row .row-content {
    padding: 10px 30px 10px 0px;
    width: 93%; }
    .search-item-row .row-content .mt5 {
      margin-top: 5px; }
    .search-item-row .row-content .row-title {
      padding: 0px 8px; }
      .search-item-row .row-content .row-title a {
        font-size: 16px;
        line-height: 23px;
        font-weight: bold; }
      .search-item-row .row-content .row-title .label {
        font-weight: bold;
        margin-left: 10px;
        bottom: 2px; }
    .search-item-row .row-content .row-submit {
      color: #666666;
      padding: 0px 8px; }
      .search-item-row .row-content .row-submit a {
        color: #666666; }
    .search-item-row .row-content .row-description {
      padding: 8px 0px 0px 8px;
      color: #333333; }
    .search-item-row .row-content .show-two-lines {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .search-item-row .row-content .row-show-from {
      padding: 8px 0px 0px 8px; }
    .search-item-row .row-content .row-keyword {
      overflow: hidden;
      text-overflow: ellipsis; }
    .search-item-row .row-content .item-list-show-more {
      text-align: center;
      background-color: #EEEEEE;
      color: #f63132;
      cursor: pointer;
      border-radius: 5px; }

.images-of-week {
  clear: both;
  background: #FFFFFF;
  margin-top: 20px; }
  .images-of-week .slick-images-of-week {
    margin-top: 10px;
    height: 290px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 20px; }
    @media only screen and (min-width: 64.0625em) {
      .images-of-week .slick-images-of-week {
        padding: 0px 50px; } }
    @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
      .images-of-week .slick-images-of-week {
        padding: 0px 20px; } }
    @media only screen and (max-width: 40em) {
      .images-of-week .slick-images-of-week {
        padding: 0px 20px; } }
    .images-of-week .slick-images-of-week .slick-prev, .images-of-week .slick-images-of-week .slick-arrow {
      height: 28px !important;
      width: 28px; }
    .images-of-week .slick-images-of-week .slick-prev:before, .images-of-week .slick-images-of-week .slick-next:before {
      color: #666666; }
    .images-of-week .slick-images-of-week .images-item {
      background: #F6F6F6;
      height: 248px;
      margin: 0px 10px 0px 10px;
      padding: 15px 20px 15px 8px; }
      .images-of-week .slick-images-of-week .images-item .image-description {
        margin-bottom: 10px;
        margin-top: 5px; }
        .images-of-week .slick-images-of-week .images-item .image-description .description-title {
          padding: 0px 8px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
          .images-of-week .slick-images-of-week .images-item .image-description .description-title a {
            font-size: 16px;
            line-height: 23px;
            font-weight: bold; }
        .images-of-week .slick-images-of-week .images-item .image-description .description-content {
          color: #666666;
          padding: 0px 8px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
          .images-of-week .slick-images-of-week .images-item .image-description .description-content a {
            color: #666666; }
        .images-of-week .slick-images-of-week .images-item .image-description .item-description {
          padding: 8px 0px 0px 8px;
          color: #333333;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 5;
          -webkit-box-orient: vertical; }

.encyclopedia-books {
  clear: both;
  background: #FFFFFF;
  margin-top: 20px; }
  .encyclopedia-books .encyclopedia-book-lists {
    padding: 0px 5%; }
    .encyclopedia-books .encyclopedia-book-lists .books-row {
      width: 23%;
      margin-right: 2%;
      margin-bottom: 20px;
      background-color: #ffffff; }
      @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
        .encyclopedia-books .encyclopedia-book-lists .books-row {
          width: 43%; } }
      @media only screen and (max-width: 40em) {
        .encyclopedia-books .encyclopedia-book-lists .books-row {
          width: 98%; } }
      .encyclopedia-books .encyclopedia-book-lists .books-row .books-cover {
        text-align: center;
        margin: 0px 10px; }
        .encyclopedia-books .encyclopedia-book-lists .books-row .books-cover img {
          max-height: 250px;
          margin: 20px 0px;
          transition: all 0.6s; }
        .encyclopedia-books .encyclopedia-book-lists .books-row .books-cover img:hover {
          transform: scale(1.2); }
      .encyclopedia-books .encyclopedia-book-lists .books-row .books-description {
        padding: 0px 8%; }
        .encyclopedia-books .encyclopedia-book-lists .books-row .books-description .books-title {
          padding: 5px 7px 0px 10px;
          font-size: 16px;
          color: #000000;
          line-height: 23px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
        .encyclopedia-books .encyclopedia-book-lists .books-row .books-description .books-author {
          padding: 0px 7px;
          color: #999999;
          line-height: 24px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
          .encyclopedia-books .encyclopedia-book-lists .books-row .books-description .books-author a {
            color: #999999; }
        .encyclopedia-books .encyclopedia-book-lists .books-row .books-description .books-date {
          padding: 0px 7px;
          color: #F63132;
          line-height: 24px;
          margin-bottom: 10px; }

.dividing-line {
  border: 1px solid #EEEEEE;
  border-width: 1px 0 0;
  clear: both;
  margin: 0px 5%; }

.item-title {
  font-size: 16px;
  font-weight: 500; }
  .item-title a {
    color: #000000; }
  .item-title .icon-font {
    line-height: 24px;
    color: #999999; }

.bottom-box {
  height: 20px;
  clear: both; }

.advanced-search {
  background: #FFFFFF;
  border-top: 1px solid #E5E5E5; }
  .advanced-search .advanced-search-box {
    margin: 0px auto;
    padding-top: 10px; }
    .advanced-search .advanced-search-box input, .advanced-search .advanced-search-box select {
      border-radius: 4px;
      border: 1px solid #EEEEEE;
      box-shadow: none;
      margin: 0px; }
    .advanced-search .advanced-search-box input {
      background: #FAFAFA; }
    .advanced-search .advanced-search-box .btn-search-keyword {
      background-color: #f63132;
      border: none;
      font-family: inherit;
      color: white !important;
      font-weight: normal;
      border-radius: 5px;
      line-height: 20px; }

.search-left {
  width: 20%; }
  .search-left .search-description {
    background: #FFFFFF; }
    .search-left .search-description .keyword-description {
      padding-left: 20px; }
  .search-left .search-year {
    background: #FFFFFF;
    margin-top: 20px;
    padding-bottom: 10px; }
    .search-left .search-year .check-year {
      margin-top: 10px; }
      .search-left .search-year .check-year input {
        display: block;
        width: 0px;
        height: 5px;
        cursor: pointer;
        position: absolute;
        top: 0px;
        left: 15px; }
      .search-left .search-year .check-year input[type=checkbox]:after {
        position: absolute;
        width: 20px;
        height: 20px;
        top: 0;
        content: " ";
        background-color: #EEEEEE;
        border-radius: 5px; }
      .search-left .search-year .check-year input[type=checkbox]:checked:after {
        position: absolute;
        width: 20px;
        height: 20px;
        top: 0;
        background-color: #F63132;
        color: #fff;
        display: inline-block;
        border-radius: 5px;
        visibility: visible;
        padding: 1px 2px;
        content: "\f00c";
        font-family: FontAwesome;
        font-size: 16px; }
      .search-left .search-year .check-year label {
        display: block;
        padding-left: 20px;
        text-align: left;
        font-size: 14px;
        line-height: 20px;
        color: #000000; }
  .search-left .search-subject {
    background: #FFFFFF; }
    .search-left .search-subject .parent-subject {
      margin: 10px 15px 0px 15px; }
    .search-left .search-subject .second-project {
      margin: 0px 15px; }
    .search-left .search-subject .update-button {
      margin: 0px auto;
      display: block; }

.search-main-content {
  float: right; }
  @media only screen and (min-width: 64.0625em) {
    .search-main-content {
      width: 78%; } }
  @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .search-main-content {
      width: 78%; } }
  @media only screen and (max-width: 40em) {
    .search-main-content {
      width: 100%; } }
  .search-main-content .subject-list-no-more {
    background: #FFFFFF; }

.search-item-header {
  background: #FFFFFF;
  border-bottom: 2px solid #f10909;
  margin: 0px 0px 10px 0px; }
  .search-item-header .order-section .item-show-row {
    display: inline-block;
    margin-right: 10px; }
    .search-item-header .order-section .item-show-row select {
      margin: 0px;
      padding: 0px;
      height: 20px;
      border-radius: 4px;
      border-color: #f6f6f6;
      background-color: #f6f6f6; }

.search-title-box {
  height: 40px; }
  .search-title-box .content-title {
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-align: left; }

.no-margin {
  margin: 0px; }

.left-parent-subject {
  width: 20%;
  background: #FFFFFF; }
  .left-parent-subject ul {
    padding-bottom: 10px; }
  .left-parent-subject .subject {
    padding-left: 1.6em;
    position: relative;
    padding-right: 10px;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    overflow: hidden; }
    .left-parent-subject .subject a {
      color: #000000; }
  .left-parent-subject .subject:hover {
    background-color: #EEEEEE; }
  .left-parent-subject .active {
    background-color: #EEEEEE;
    font-weight: bold; }
  .left-parent-subject li:before {
    width: 10px;
    content: "\f111";
    font-size: 6px;
    font-family: FontAwesome;
    color: #ccc;
    position: absolute;
    top: 0px;
    left: 15px; }

.subject-result .subject-list-no-more {
  background: #FFFFFF;
  height: 50px; }

.question-left .active {
  background: #EEEEEE; }
.question-left .question-menu {
  margin-top: 20px;
  background: #FFFFFF; }
.question-left .question-type {
  height: 60px;
  text-align: right;
  padding-right: 20px; }
  .question-left .question-type a {
    line-height: 60px;
    font-size: 16px;
    color: #333333;
    font-weight: bold; }

.question-content {
  background: #FFFFFF; }

.entry-detail-left {
  width: 20%; }
  .entry-detail-left .share-links {
    margin: 5px;
    text-align: center;
    padding: 10px 0px; }
    .entry-detail-left .share-links a {
      color: #f3070b;
      display: inline-block;
      padding: 5px; }

.common-left {
  width: 20%; }

.common-left-menu-button {
  top: 60px;
  position: fixed;
  overflow: hidden;
  text-align: center;
  background-color: #EEEEEE;
  width: 35px;
  height: 40px;
  line-height: 40px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px; }
  @media only screen and (max-width: 40em) {
    .common-left-menu-button {
      opacity: 0.6; } }
  @media only screen and (min-width: 64.0625em) {
    .common-left-menu-button {
      opacity: 0; } }
  @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .common-left-menu-button {
      opacity: 0; } }

.common-small-left-box {
  display: flex;
  position: fixed;
  top: 60px;
  z-index: 2; }
  .common-small-left-box .left-off-canvas-menu {
    background-color: #ffffff;
    border-top: #f6f6f6 1px solid; }
    .common-small-left-box .left-off-canvas-menu .share-links {
      margin: 5px;
      text-align: center;
      padding: 10px 0px; }
      .common-small-left-box .left-off-canvas-menu .share-links a {
        color: #f3070b;
        display: inline-block;
        padding: 5px; }
    .common-small-left-box .left-off-canvas-menu .subject {
      padding-left: 36px;
      font-size: 14px;
      height: 40px;
      line-height: 40px;
      overflow: hidden; }
      .common-small-left-box .left-off-canvas-menu .subject a {
        color: #000000 !important; }
    .common-small-left-box .left-off-canvas-menu .subject:hover {
      background-color: #EEEEEE;
      font-weight: bold; }
    .common-small-left-box .left-off-canvas-menu .active {
      background-color: #EEEEEE;
      font-weight: bold; }
    .common-small-left-box .left-off-canvas-menu .search-description {
      background: #FFFFFF; }
      .common-small-left-box .left-off-canvas-menu .search-description .keyword-description {
        padding-left: 20px; }
    .common-small-left-box .left-off-canvas-menu .search-year {
      background: #FFFFFF;
      margin-top: 20px;
      padding-bottom: 10px; }
      .common-small-left-box .left-off-canvas-menu .search-year .check-year {
        margin-top: 10px; }
        .common-small-left-box .left-off-canvas-menu .search-year .check-year input {
          display: block;
          width: 0px;
          height: 5px;
          cursor: pointer;
          position: absolute;
          top: 0px;
          left: 15px; }
        .common-small-left-box .left-off-canvas-menu .search-year .check-year input[type=checkbox]:after {
          position: absolute;
          width: 20px;
          height: 20px;
          top: 0;
          content: " ";
          background-color: #EEEEEE;
          border-radius: 5px; }
        .common-small-left-box .left-off-canvas-menu .search-year .check-year input[type=checkbox]:checked:after {
          position: absolute;
          width: 20px;
          height: 20px;
          top: 0;
          background-color: #F63132;
          color: #fff;
          display: inline-block;
          border-radius: 5px;
          visibility: visible;
          padding: 1px 2px;
          content: "\f00c";
          font-family: FontAwesome;
          font-size: 16px; }
        .common-small-left-box .left-off-canvas-menu .search-year .check-year label {
          display: block;
          padding-left: 20px;
          text-align: left;
          font-size: 14px;
          line-height: 20px;
          color: #000000; }
    .common-small-left-box .left-off-canvas-menu .search-subject {
      background: #FFFFFF; }
      .common-small-left-box .left-off-canvas-menu .search-subject .parent-subject {
        margin: 10px 15px 0px 15px; }
      .common-small-left-box .left-off-canvas-menu .search-subject .second-project {
        margin: 0px 15px; }
      .common-small-left-box .left-off-canvas-menu .search-subject .update-button {
        margin: 0px auto;
        display: block; }
  @media only screen and (max-width: 40em) {
    .common-small-left-box .exit-off-canvas {
      box-shadow: 0px 0 3px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5); } }
  @media only screen and (min-width: 64.0625em) {
    .common-small-left-box .exit-off-canvas {
      box-shadow: none; } }
  .common-small-left-box .right-off-canvas-menu {
    background-color: #ffffff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    width: 20.625rem;
    right: 5rem; }
  .common-small-left-box .exit-off-canvas {
    right: 5rem; }

@media only screen and (min-width: 64.0625em) {
  .common-right {
    width: 78%; } }
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .common-right {
    width: 78%; } }
@media only screen and (max-width: 40em) {
  .common-right {
    width: 100%; } }

.user-item-edit {
  background: #FFFFFF; }
  .user-item-edit .row {
    padding: 0px; }
  .user-item-edit .form-row {
    margin: 0 auto; }

.item-main-edit {
  background: #FFFFFF; }
  @media only screen and (min-width: 64.0625em) {
    .item-main-edit {
      padding: 10px 50px; } }
  @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .item-main-edit {
      padding: 10px 50px; } }
  .item-main-edit .user-item-edit-title {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold; }

.common-background {
  background: #FFFFFF; }

.tab-width {
  width: 80% !important;
  margin: 0px auto !important; }

.browse-subject .item-author {
  color: #666666; }
.browse-subject a {
  color: #666666; }

.browse-subject.row {
  max-width: none; }
  .browse-subject.row .subject-box {
    padding: 10px 0px 10px 0px; }

.contributor-type-list {
  padding: 30px 0px;
  text-align: center;
  margin: 0px auto; }
  @media only screen and (min-width: 64.0625em) {
    .contributor-type-list {
      width: 50%; } }
  @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .contributor-type-list {
      width: 80%; } }
  @media only screen and (max-width: 40em) {
    .contributor-type-list {
      width: 100%; } }
  .contributor-type-list .contributor-type {
    height: 45px;
    text-align: center;
    width: 30%; }
    .contributor-type-list .contributor-type a {
      line-height: 45px;
      font-size: 16px;
      color: #999999; }
  .contributor-type-list .active {
    background: #EEEEEE;
    border-radius: 6px; }
    .contributor-type-list .active a {
      font-weight: bold;
      color: #333333; }
  .contributor-type-list .contributor-type-mr {
    margin-right: 5%; }

@media only screen and (min-width: 64.0625em) {
  .contributor-list {
    margin: 0px 100px; } }
.contributor-list .contributor-row {
  border: #CCCCCC 1px solid;
  border-radius: 6px;
  height: 290px;
  margin: 0px 1%;
  margin-bottom: 35px;
  cursor: pointer; }
  @media only screen and (min-width: 64.0625em) {
    .contributor-list .contributor-row {
      width: 23%; } }
  @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .contributor-list .contributor-row {
      width: 48%; } }
  @media only screen and (max-width: 40em) {
    .contributor-list .contributor-row {
      width: 100%; } }
  .contributor-list .contributor-row .contributor-img {
    width: 136px;
    height: 136px;
    margin: 28px auto; }
    .contributor-list .contributor-row .contributor-img .sciprofiles-link__image {
      width: 136px !important;
      height: 136px !important; }
  .contributor-list .contributor-row .contributor-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    text-align: center; }
  .contributor-list .contributor-row .contributor-description {
    margin-top: 7px;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    text-align: center; }
.contributor-list .contributor-mr {
  margin-right: 4%; }

.item-body .open-popup-link {
  text-align: center;
  width: 200px;
  margin: 0px auto; }
  .item-body .open-popup-link img {
    border: 1px #cccccc solid;
    width: 200px;
    margin-top: 12px;
    display: inline-block; }
  .item-body .open-popup-link .html_expand {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAyCAYAAACpgnCWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAlpJREFUeNpiNDY2ZgACaSDuBWIbKJtS8BSIjwBxMYjNAiTUgfgYEAsxUA+AHBoOxK5AbMsEJFqobAEyAJnbwgS1jZbAFWQJP40t4WFioANgwSYYEBDAUFRUxMDFxYUhZ2JiAqYPHDjAwMPDg1OeoCUlJSUMHBwcDF+/fmX4//8/bXwCsgAE7O3tcWp0cHAA+2Tq1KkM2traeC0hO04EBQUZpk2bBrbg48eP1LcEZMGMGTMYtLS0GN69e8dQWFhIenARAn19fQzKysoMr169YkhPT2f48OED9X3S29vLcOvWLbAFjx8/Zvj8+TM4VWFLWWT75MqVKwxRUVFEq6daZjxz5gwY09QSuviE5NT148cPcIY8ePAgUTmekZERro9oS0CpB5T2ubm5iXbtt2/fGPr7+7E7Alj9/h8WcQKy5CON7fgCsmQfjS3ZDbKkBojf0cgCkLk1IEuuAbEeEK8B4hdUMvwF1DyQuddYJC1qYBJ/oZgaAMWs0cbdaOMOAdys5BlSgnQZODkwpX1zNoDpFd3eDNycrDjlCVqSFqLHwM7GzPDtxx/aNe5AFoBAeMkWnBojSreCfdKUY8WgJi9Im1KYn4edoTnXGmzB56+/qG8JyILWPGsGVTkBhg+ffzI0zzxB/cZdbbo5g7wUH8PbDz8YKiceZvj05Rf1LZm99jJDdqQBQ/ucUwzPX3/FmaoosuTmg/cMee376V/9bp4SAMYjsHH389dfcIZc2eNDUuMOpI9oS0CpJzlQh4GLg/h08R1YBM1df4V4S3YefQDGo4270cYdRY07gAADAEjYxGK8ZXdOAAAAAElFTkSuQmCC) no-repeat 0 0;
    vertical-align: middle;
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    cursor: pointer;
    left: 58%; }

.white-popup {
  background: #FFFFFF;
  position: relative;
  padding: 20px;
  max-width: 1200px;
  margin: 20px auto; }
  .white-popup table {
    margin-top: 20px;
    width: 100%; }

.advisory-url {
  margin-left: 15px;
  color: rgba(137, 61, 12, 0.75) !important;
  font-weight: bold; }

.advisory-board-subject-box {
  margin-bottom: 10px; }
  .advisory-board-subject-box ul {
    margin-left: 0px; }
  .advisory-board-subject-box .active {
    font-weight: bold; }

.advisory-board-box {
  margin-bottom: 15px; }
  .advisory-board-box .advisory-board-subject {
    font-size: 18px;
    font-weight: bold;
    color: #f10909; }
  .advisory-board-box .advisory-board-name {
    margin-top: 10px; }

.slick-dots {
  bottom: 5px !important; }

.default-title {
  font-size: 18px;
  font-weight: bold;
  color: #f10909;
  padding-left: 10px; }

.user-item-edit-body .tox .tox-toolbar--scrolling {
  flex-wrap: wrap; }

@media only screen and (min-width: 64.0625em) {
  .books-main {
    width: 75%; } }
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .books-main {
    width: 80%; } }
@media only screen and (max-width: 40em) {
  .books-main {
    width: 100%; } }
@media only screen and (min-width: 64.0625em) {
  .books-main {
    min-height: 640px; } }
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .books-main {
    min-height: 640px; } }
.books-main .books-row {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 20px;
  background-color: #ffffff; }
  @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .books-main .books-row {
      width: 43%; } }
  @media only screen and (max-width: 40em) {
    .books-main .books-row {
      width: 98%; } }
  .books-main .books-row .books-cover {
    text-align: center;
    border-bottom: 1px solid #C4C4C4;
    margin: 0px 10px; }
    .books-main .books-row .books-cover img {
      max-height: 160px;
      margin: 20px 0px; }
    .books-main .books-row .books-cover img:hover {
      transform: scale(1.05); }
  .books-main .books-row .books-description {
    height: 100px; }
    .books-main .books-row .books-description .books-title {
      padding: 5px 7px 0px 10px;
      font-size: 16px;
      color: #000000;
      line-height: 23px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .books-main .books-row .books-description .books-author {
      padding: 0px 7px;
      color: #999999;
      line-height: 24px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .books-main .books-row .books-description .books-author a {
        color: #999999; }
    .books-main .books-row .books-description .books-date {
      padding: 0px 7px;
      color: #333333;
      line-height: 24px;
      margin-bottom: 10px; }

.books-right {
  position: sticky;
  top: 80px; }
  @media only screen and (min-width: 64.0625em) {
    .books-right {
      width: 25%; } }
  @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .books-right {
      width: 100%;
      margin-top: 20px; } }
  @media only screen and (max-width: 40em) {
    .books-right {
      width: 100%;
      margin-top: 20px; } }
  .books-right .books-forthcoming-row {
    padding: 10px; }
    .books-right .books-forthcoming-row .row-cover {
      width: 20%; }
      .books-right .books-forthcoming-row .row-cover img:hover {
        transform: scale(1.05); }
    .books-right .books-forthcoming-row .row-description {
      width: 80%; }
      .books-right .books-forthcoming-row .row-description .books-title {
        padding-left: 10px;
        font-size: 16px;
        color: #000000;
        line-height: 23px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
      .books-right .books-forthcoming-row .row-description .books-author {
        padding: 0px 7px;
        color: #999999;
        line-height: 24px; }
        .books-right .books-forthcoming-row .row-description .books-author a {
          color: #999999; }
      .books-right .books-forthcoming-row .row-description .books-coming {
        padding: 0px 7px;
        color: #F63132;
        line-height: 24px;
        font-weight: bold; }

@media only screen and (min-width: 64.0625em) {
  .books-detail {
    width: 75%; } }
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .books-detail {
    width: 100%; } }
@media only screen and (max-width: 40em) {
  .books-detail {
    width: 100%; } }
.books-detail .books-description .row-cover {
  padding: 15px 20px 20px 15px; }
  @media only screen and (min-width: 64.0625em) {
    .books-detail .books-description .row-cover {
      width: 20%; } }
.books-detail .books-description .row-description {
  padding: 0px 10px 20px 20px; }
  @media only screen and (min-width: 64.0625em) {
    .books-detail .books-description .row-description {
      width: 80%;
      padding: 15px 10px 20px 0px; } }
  .books-detail .books-description .row-description .open-access {
    background-color: #f63132;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin-right: 3px;
    white-space: nowrap;
    padding: 3px 6px; }
  .books-detail .books-description .row-description .books-title {
    padding: 5px 7px 0px 0px;
    font-size: 23px;
    font-weight: bold;
    color: #000000;
    line-height: 25px; }
  .books-detail .books-description .row-description .books-item-description {
    color: #999999;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .books-detail .books-description .row-description .books-item {
    color: #333333;
    line-height: 24px;
    margin-top: 8px; }
  .books-detail .books-description .row-description .item-title {
    font-size: 14px; }
  .books-detail .books-description .row-description .author-list {
    font-size: 0px; }
    .books-detail .books-description .row-description .author-list .sciprofiles-link {
      font-size: 14px;
      color: #565656; }
.books-detail .books-description .submit-bottom {
  margin-top: 20px; }
  .books-detail .books-description .submit-bottom .button {
    background-color: #f63132;
    border: none;
    color: white !important;
    font-weight: normal;
    border-radius: 5px;
    line-height: 24px; }
.books-detail .books-content {
  margin-top: 20px;
  padding: 20px; }
  .books-detail .books-content p {
    margin-top: 1rem; }

#entry-collection div[id] {
  width: 100%;
  clear: both; }
  #entry-collection div[id] div:not([id]) {
    float: left;
    width: 30%;
    margin-right: 3%; }
    #entry-collection div[id] div:not([id]) a {
      line-height: 74px;
      margin-right: 5px; }
      #entry-collection div[id] div:not([id]) a i {
        font-size: 18px; }

.entry-comment .comment-title-box {
  border-bottom: #F5F5F5 solid 1px;
  height: 40px; }
  .entry-comment .comment-title-box .comment-title {
    line-height: 40px;
    font-size: 16px;
    font-weight: bold; }
  .entry-comment .comment-title-box .comment-user {
    line-height: 40px; }
    .entry-comment .comment-title-box .comment-user .new-comment {
      font-size: 12px;
      background-color: #f63132;
      color: #ffffff;
      border: none;
      border-radius: 15px;
      margin: 0px; }
.entry-comment .comment-content-box .comment-input-box .input-anonymous {
  padding: 10px 10px 0px 10px; }
  .entry-comment .comment-content-box .comment-input-box .input-anonymous input {
    vertical-align: -2px; }
  .entry-comment .comment-content-box .comment-input-box .input-anonymous label {
    margin-left: 0px; }
.entry-comment .comment-content-box .comment-input-box .input-group {
  padding: 0px 10px; }
  .entry-comment .comment-content-box .comment-input-box .input-group .text-count-box {
    position: fixed;
    right: 15px;
    margin-top: -40px; }
.entry-comment .comment-content-box .comment-input-box .submit-box {
  text-align: center; }
.entry-comment .comment-content-box .comment-content-box-shadow {
  background-color: #F5F5F5;
  height: 100px;
  text-align: center; }
  .entry-comment .comment-content-box .comment-content-box-shadow a {
    line-height: 100px;
    font-size: 16px; }
.entry-comment .comment-content-box .comment-list-box {
  margin-left: 0.9375rem;
  margin-bottom: 100px; }
  .entry-comment .comment-content-box .comment-list-box .comment-list-title {
    height: 40px;
    line-height: 40px; }
    .entry-comment .comment-content-box .comment-list-box .comment-list-title strong {
      font-size: 16px; }
  .entry-comment .comment-content-box .comment-list-box .comment-list-row {
    margin-bottom: 10px;
    border-top: #f5f5f5 1px solid;
    padding-top: 10px; }
    .entry-comment .comment-content-box .comment-list-box .comment-list-row .user-icon {
      width: 15%; }
      .entry-comment .comment-content-box .comment-list-box .comment-list-row .user-icon .sciprofiles-link__image, .entry-comment .comment-content-box .comment-list-box .comment-list-row .user-icon .discussion-user-icon {
        height: 35px !important;
        width: 35px !important; }
    .entry-comment .comment-content-box .comment-list-box .comment-list-row .comment-info {
      width: 50%; }
      .entry-comment .comment-content-box .comment-list-box .comment-list-row .comment-info .comment-info-user {
        font-weight: bold;
        color: #000000; }
        .entry-comment .comment-content-box .comment-list-box .comment-list-row .comment-info .comment-info-user a {
          color: #000000; }
      .entry-comment .comment-content-box .comment-list-box .comment-list-row .comment-info .comment-time {
        color: #c2c2c2;
        font-size: 12px; }
    .entry-comment .comment-content-box .comment-list-box .comment-list-row .comment-operation {
      width: 35%;
      text-align: center;
      display: flex;
      flex-flow: row-reverse; }
      .entry-comment .comment-content-box .comment-list-box .comment-list-row .comment-operation .comment-thumb, .entry-comment .comment-content-box .comment-list-box .comment-list-row .comment-operation .comment-reply {
        display: block; }
      .entry-comment .comment-content-box .comment-list-box .comment-list-row .comment-operation .approved {
        color: red;
        cursor: default;
        pointer-events: none; }
  .entry-comment .comment-content-box .comment-list-box .comment-view-more {
    height: 50px;
    text-align: center;
    border-top: #f5f5f5 1px solid; }
    .entry-comment .comment-content-box .comment-list-box .comment-view-more a {
      line-height: 50px; }

.video-upload-box {
  border: 3px dashed #e6e6e6;
  margin-top: 40px; }
  .video-upload-box .upload-logo-box {
    padding-top: 20px;
    text-align: center;
    color: #8790A4; }
    .video-upload-box .upload-logo-box .upload-logo {
      font-size: 60px; }
    .video-upload-box .upload-logo-box .upload-description {
      font-size: 18px; }
    .video-upload-box .upload-logo-box .upload-notice {
      line-height: 35px; }
  .video-upload-box .placeholder {
    min-height: 90px;
    text-align: center;
    color: #cccccc;
    font-size: 18px;
    position: relative; }
    .video-upload-box .placeholder #filePicker, .video-upload-box .placeholder #script-filePicker {
      text-align: right;
      padding-right: 10px; }
      @media only screen and (max-width: 40em) {
        .video-upload-box .placeholder #filePicker, .video-upload-box .placeholder #script-filePicker {
          text-align: center; } }
      .video-upload-box .placeholder #filePicker .webuploader-pick, .video-upload-box .placeholder #script-filePicker .webuploader-pick {
        background: #f63132;
        color: #fff;
        font-size: 14px;
        border-radius: 3px;
        line-height: 40px;
        height: 40px;
        width: 120px;
        padding: 0px;
        display: inline-block;
        margin: 20px auto;
        cursor: pointer;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
    .video-upload-box .placeholder .upload-button {
      background: #f63132;
      color: #fff;
      font-size: 14px;
      border-radius: 3px;
      line-height: 40px;
      height: 40px;
      width: 120px;
      padding: 0px;
      display: inline-block;
      margin: 20px auto;
      cursor: pointer;
      border: none;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
    .video-upload-box .placeholder .link-box {
      text-align: left; }
      @media only screen and (max-width: 40em) {
        .video-upload-box .placeholder .link-box {
          text-align: center; } }
      .video-upload-box .placeholder .link-box .paste-button {
        background: #CCCCCC;
        color: #333333;
        font-size: 14px;
        border-radius: 3px;
        line-height: 40px;
        height: 40px;
        width: 120px;
        padding: 0px;
        display: inline-block;
        margin: 20px auto;
        cursor: pointer;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        border: none;
        font-weight: normal; }

.upload-preview-box {
  padding: 20px;
  background-color: #F6F6F6; }
  .upload-preview-box .preview-video {
    margin-bottom: 12px; }
    .upload-preview-box .preview-video .loader img {
      height: 120px; }
@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
    .upload-preview-box .preview-video .video .icon-font {
      font-size: 120px; }
    .upload-preview-box .preview-video .video .video-icon {
      background: rgba(0, 0, 0, 0.8);
      display: inline-block;
      height: 120px;
      width: 120px;
      text-align: center; }
      .upload-preview-box .preview-video .video .video-icon .play-button {
        top: 35%;
        position: relative; }
        .upload-preview-box .preview-video .video .video-icon .play-button .icon-font {
          font-size: 35px !important; }
    .upload-preview-box .preview-video .video .remove-label {
      color: #999999;
      font-size: 40px;
      position: relative;
      left: -18px;
      top: -85px; }
    .upload-preview-box .preview-video .video .remove-video {
      top: -15px !important; }
    .upload-preview-box .preview-video .video-notice {
      color: #999999; }
  .upload-preview-box .upload-progress .progress-label, .upload-preview-box .process-progress .progress-label {
    font-size: 12px;
    color: #999999; }
  .upload-preview-box .upload-progress .progress, .upload-preview-box .process-progress .progress {
    height: 5px;
    padding: 0px;
    background: #CCCCCC; }

.entry-form-content {
  padding: 0px 15%; }
  @media only screen and (max-width: 40em) {
    .entry-form-content {
      padding: 0px; } }
  .entry-form-content .item-row {
    margin-top: 25px; }
    .entry-form-content .item-row .item-label label {
      line-height: 26px;
      font-size: 18px; }
    .entry-form-content .item-row .item-body {
      margin-top: 12px; }
      .entry-form-content .item-row .item-body input, .entry-form-content .item-row .item-body select {
        background: #F6F6F6;
        border-radius: 4px;
        height: 45px;
        font-size: 16px; }
      .entry-form-content .item-row .item-body button {
        border-radius: 4px; }
      .entry-form-content .item-row .item-body .remove-subject {
        line-height: 45px;
        font-size: 18px; }
      .entry-form-content .item-row .item-body .pl10 {
        padding-left: 10px; }
      .entry-form-content .item-row .item-body .tox-edit-area__iframe {
        background-color: #F6F6F6; }
      .entry-form-content .item-row .item-body .tag-editor {
        line-height: 35px;
        background-color: #F6F6F6;
        border-radius: 4px; }
      .entry-form-content .item-row .item-body .video-box {
        padding: 20px;
        background-color: #F6F6F6; }
        .entry-form-content .item-row .item-body .video-box .preview-video {
          margin-bottom: 12px; }
          .entry-form-content .item-row .item-body .video-box .preview-video .loader {
            border: 16px solid #f3f3f3;
            border-radius: 50%;
            border-top: 16px solid #2e8e9a;
            width: 100px;
            height: 100px;
            animation: load 2s linear infinite; }
@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
          .entry-form-content .item-row .item-body .video-box .preview-video .video .remove-label {
            color: #999999;
            font-size: 40px;
            position: relative;
            left: -10px;
            top: -185px; }
        .entry-form-content .item-row .item-body .video-box .upload-progress .progress-label, .entry-form-content .item-row .item-body .video-box .process-progress .progress-label {
          font-size: 12px;
          color: #999999; }
        .entry-form-content .item-row .item-body .video-box .upload-progress .progress, .entry-form-content .item-row .item-body .video-box .process-progress .progress {
          height: 5px;
          padding: 0px;
          background: #CCCCCC; }
      .entry-form-content .item-row .item-body .preview-cover {
        width: 200px;
        margin-right: 10px;
        text-align: center;
        background-color: #f6f6f6; }
        .entry-form-content .item-row .item-body .preview-cover img {
          height: 150px; }
        .entry-form-content .item-row .item-body .preview-cover .remove-cover-label {
          display: block;
          border: 1px solid #e5e5e5; }
      .entry-form-content .item-row .item-body .active {
        border: #f63132 solid 2px;
        width: 196px !important; }
        .entry-form-content .item-row .item-body .active img {
          height: 146px !important; }
      .entry-form-content .item-row .item-body .upload-cover {
        height: 120px;
        width: 120px;
        background: #F6F6F6;
        border: 1px solid #EEEEEE;
        border-radius: 4px;
        color: #999999;
        text-align: center;
        margin: 15px 0px; }
        .entry-form-content .item-row .item-body .upload-cover .upload-ico {
          font-size: 50px;
          margin-top: 25px; }
      .entry-form-content .item-row .item-body .upload-cover:hover {
        cursor: pointer; }
      .entry-form-content .item-row .item-body .main-reference input {
        height: auto; }
      .entry-form-content .item-row .item-body .main-reference p {
        word-break: break-word;
        hyphens: auto; }
    .entry-form-content .item-row .init-add-coauthor {
      color: red;
      font-size: 18px; }

#pasteModal {
  top: 350px !important;
  min-height: auto; }

.other-announcement {
  padding: 0px 10px;
  margin-top: 20px; }
  .other-announcement .content-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 36px; }
  .other-announcement .announcement-list {
    padding-bottom: 1px; }
    .other-announcement .announcement-list li {
      margin: 10px 0px;
      padding: 3px 10px 5px 10px;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15); }

.announcement-detail .dividing-line {
  margin: 0px 5px; }
.announcement-detail .item-show-row {
  display: inline-block;
  font-size: 12px; }

#toc {
  margin-bottom: 0px; }

.mt0 {
  margin-top: 0px; }

.announcement-list-page .announcement-lists {
  background-color: #FFFFFF;
  margin-bottom: 15px; }
  .announcement-list-page .announcement-lists .announcement-list {
    margin-top: 10px;
    padding-bottom: 10px; }
    .announcement-list-page .announcement-lists .announcement-list .row-item {
      border-bottom: solid 1px #eeeeee;
      display: block;
      padding: 10px;
      margin: 0px 20px; }
      .announcement-list-page .announcement-lists .announcement-list .row-item .title {
        font-size: 18px;
        font-weight: bold;
        color: #f63132; }
      .announcement-list-page .announcement-lists .announcement-list .row-item .time {
        margin-top: 3px;
        color: #999999; }
      .announcement-list-page .announcement-lists .announcement-list .row-item .content {
        margin-top: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical; }
        .announcement-list-page .announcement-lists .announcement-list .row-item .content p, .announcement-list-page .announcement-lists .announcement-list .row-item .content ul {
          margin-bottom: 0px; }
        .announcement-list-page .announcement-lists .announcement-list .row-item .content h2, .announcement-list-page .announcement-lists .announcement-list .row-item .content h3, .announcement-list-page .announcement-lists .announcement-list .row-item .content h4 {
          font-size: 16px; }
      .announcement-list-page .announcement-lists .announcement-list .row-item .more-list {
        color: #f63132; }

.common-ul {
  margin: 0px; }
  .common-ul li {
    overflow: hidden;
    padding: 0px 10px; }
  .common-ul .active {
    font-weight: bold; }
    .common-ul .active a {
      color: #f63132; }

.sciplayer-search {
  height: 330px;
  background: rgba(0, 0, 0, 0.8) url("../img/design/search_bg.png");
  color: #FFFFFF; }
  @media (max-width: 600px) {
    .sciplayer-search {
      display: none; } }
  .sciplayer-search .search-title {
    padding-top: 70px;
    font-weight: bold;
    font-size: 36px;
    line-height: 41px; }
  .sciplayer-search .search-ftitle {
    padding-top: 5px;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px; }
  .sciplayer-search .search-button-group {
    margin: 36px auto 2px; }
    @media (min-width: 600px) {
      .sciplayer-search .search-button-group {
        width: 50%; } }
    @media (max-width: 1000px) {
      .sciplayer-search .search-button-group {
        width: 80%; } }
    .sciplayer-search .search-button-group .input-search-keyword {
      border-radius: 5px;
      height: 50px; }
    .sciplayer-search .search-button-group .advanced-search-button {
      font-weight: bold;
      font-size: 16px;
      color: #FFFFFF;
      padding: 10px; }
    .sciplayer-search .search-button-group .search-button {
      width: 45px;
      height: 39px;
      border-radius: 4px;
      color: #F63132;
      border: none; }
      .sciplayer-search .search-button-group .search-button i {
        line-height: 30px;
        font-size: 22px; }
    .sciplayer-search .search-button-group .search-button-position {
      position: relative;
      top: -61px;
      /* left: 318px; */
      float: right;
      right: 5px; }
  .sciplayer-search .create-button {
    border-radius: 20px;
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #FFFFFF;
    padding: 10px; }

.sciplayer-middle-subject-box {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
  font-size: 14px; }
  .sciplayer-middle-subject-box .sciplayer-middle-subject {
    width: 90%;
    max-width: 1400px;
    padding: 20px 0px;
    margin: 0px auto; }
    @media only screen and (min-width: 64.0625em) and (max-width: 90em) {
      .sciplayer-middle-subject-box .sciplayer-middle-subject {
        width: 80%; } }
    .sciplayer-middle-subject-box .sciplayer-middle-subject .sciplayer-middle-subject-title {
      color: #333333;
      width: 56px;
      text-align: right;
      float: left;
      line-height: 16px;
      font-weight: bold;
      margin-top: 8px; }
    .sciplayer-middle-subject-box .sciplayer-middle-subject .sciplayer-middle-subject-list {
      margin-left: 60px; }
      .sciplayer-middle-subject-box .sciplayer-middle-subject .sciplayer-middle-subject-list .active {
        color: #F5222D !important;
        background: #fee9ea;
        padding: 8px 10px !important; }
      .sciplayer-middle-subject-box .sciplayer-middle-subject .sciplayer-middle-subject-list .sciplayer-subject-item {
        float: left;
        color: #666;
        margin: 0px 15px 6px 15px;
        line-height: 16px;
        border-radius: 4px;
        text-decoration: none;
        display: inline-block;
        padding: 8px 0px; }

.sciplayer-videos-item {
  width: 18%;
  margin: 10px 1.5% 10px 0; }
  .sciplayer-videos-item .video-wrapper:hover {
    transform: scale(1.05); }
  .sciplayer-videos-item .video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding: 0;
    padding-bottom: 56%;
    overflow: hidden;
    text-align: center;
    border-radius: 5px; }
    .sciplayer-videos-item .video-wrapper .video {
      background: rgba(0, 0, 0, 0.8);
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .sciplayer-videos-item .video-wrapper .video img {
        height: 100%;
        max-width: none; }
      .sciplayer-videos-item .video-wrapper .video .play-button {
        font-size: 40px;
        color: #606060;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border: none;
        opacity: 0.8; }
  .sciplayer-videos-item .video-description .description-title {
    font-size: 16px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333333;
    margin: 10px 0px 7px 0px; }
  .sciplayer-videos-item .video-description .description-common {
    color: #666666;
    line-height: 20px; }
    .sciplayer-videos-item .video-description .description-common a {
      color: #666666;
      line-height: 20px; }
    .sciplayer-videos-item .video-description .description-common div.columns {
      overflow: hidden;
      text-overflow: -o-ellipsis-lastline;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      max-height: 20px; }

@media only screen and (min-width: 64.0625em) {
  .sciplayer-videos-item {
    width: 18.5%; } }
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .sciplayer-videos-item {
    width: 48%; } }
@media only screen and (max-width: 40em) {
  .sciplayer-videos-item {
    width: 100%; } }
.sciplayer-select-option .active {
  background: #333333;
  color: #FFFFFF !important; }
.sciplayer-select-option a {
  display: inline-block;
  text-align: center;
  margin-right: 20px;
  border-radius: 50px;
  padding: 5px 10px; }

.sciplayer-video-box {
  width: 100%;
  background: linear-gradient(180deg, #12141B 0%, #212226 100%);
  padding: 0px 0px 70px 0px; }
  .sciplayer-video-box .main {
    padding-top: 10px; }
    @media (max-width: 1920px) {
      .sciplayer-video-box .main {
        max-width: 1080px; } }
  .sciplayer-video-box .sciplayer-video-detail-title {
    height: 32px;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-top: 20px;
    color: #fff;
    margin-bottom: 10px; }
    .sciplayer-video-box .sciplayer-video-detail-title .entry-title {
      font-size: 24px;
      line-height: 28px;
      font-weight: bold;
      max-width: 80%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin-right: 20px; }
    .sciplayer-video-box .sciplayer-video-detail-title .entry-operation {
      height: 32px;
      padding: 0px 10px;
      display: flex;
      flex-direction: row;
      align-items: center;
      font-size: 12px;
      border-radius: 4px;
      margin-right: 10px;
      background: #F5222D;
      justify-content: center;
      color: #fff; }
      .sciplayer-video-box .sciplayer-video-detail-title .entry-operation:hover {
        color: #fff !important; }
      .sciplayer-video-box .sciplayer-video-detail-title .entry-operation .fa {
        margin-right: 4px; }
  .sciplayer-video-box .sciplayer-video-detail-auther {
    overflow: hidden;
    color: #999999;
    line-height: 16px; }
    .sciplayer-video-box .sciplayer-video-detail-auther em {
      font-style: normal;
      margin-left: 10px; }
    .sciplayer-video-box .sciplayer-video-detail-auther .sciplayer-video-detail-subjects {
      color: #999999; }
    .sciplayer-video-box .sciplayer-video-detail-auther .item {
      margin-right: 10px; }
    .sciplayer-video-box .sciplayer-video-detail-auther .video-author {
      display: inline;
      font-size: 0px;
      font-weight: normal;
      color: #999999; }
      .sciplayer-video-box .sciplayer-video-detail-auther .video-author span {
        font-size: 14px; }
      .sciplayer-video-box .sciplayer-video-detail-auther .video-author a {
        font-size: 14px;
        font-weight: normal;
        color: #999999; }
    .sciplayer-video-box .sciplayer-video-detail-auther .sciprofiles-link__link {
      color: #999999; }
  .sciplayer-video-box .sciplayer-detail-others {
    color: white;
    line-height: 16px;
    margin: 10px 0px; }
  .sciplayer-video-box .sciplayer-video {
    margin-bottom: 30px; }
    .sciplayer-video-box .sciplayer-video .flex-video {
      margin-bottom: 0px; }
    .sciplayer-video-box .sciplayer-video .video-info {
      height: 50px;
      display: flex;
      background-color: #2D2D33;
      align-items: center;
      justify-content: space-between;
      padding: 0 20px; }
      .sciplayer-video-box .sciplayer-video .video-info-detail {
        display: flex;
        font-size: 14px;
        line-height: 20px;
        align-items: center;
        flex-direction: row;
        color: #999; }
        .sciplayer-video-box .sciplayer-video .video-info-detail span {
          margin-right: 10px; }
      .sciplayer-video-box .sciplayer-video .video-info-media {
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: 15px; }
        .sciplayer-video-box .sciplayer-video .video-info-media .video-info-media-operation {
          margin-right: 30px;
          display: flex;
          flex-direction: row;
          align-items: center;
          color: #fff; }
          .sciplayer-video-box .sciplayer-video .video-info-media .video-info-media-operation:last-child {
            margin-right: 0px; }
          .sciplayer-video-box .sciplayer-video .video-info-media .video-info-media-operation a {
            color: #fff; }
          .sciplayer-video-box .sciplayer-video .video-info-media .video-info-media-operation .voted {
            color: red; }
        .sciplayer-video-box .sciplayer-video .video-info-media .icon-font {
          max-width: 18px;
          max-height: 18px;
          margin-right: 8px; }
    .sciplayer-video-box .sciplayer-video .sciplayer-keywords {
      margin-top: 30px;
      overflow: hidden; }
      .sciplayer-video-box .sciplayer-video .sciplayer-keywords a, .sciplayer-video-box .sciplayer-video .sciplayer-keywords span {
        float: left;
        height: 28px;
        font-size: 14px;
        color: #999;
        line-height: 28px;
        margin: 0px 5px 5px 10px;
        text-align: center;
        border-radius: 10px;
        min-width: 52px;
        padding: 0 10px;
        background: #2D2D33; }
        .sciplayer-video-box .sciplayer-video .sciplayer-keywords a:hover, .sciplayer-video-box .sciplayer-video .sciplayer-keywords span:hover {
          color: #999 !important;
          text-decoration: none;
          transform: scale(1.1); }
  .sciplayer-video-box .voted {
    color: red; }

.sciplayer-item-box {
  width: 90%;
  margin: 0px auto;
  max-width: 1400px;
  height: auto;
  position: relative;
  top: -70px; }
  @media only screen and (min-width: 64.0625em) and (max-width: 90em) {
    .sciplayer-item-box {
      width: 80%; } }
  .sciplayer-item-box .video-introduction-detail-list {
    margin-bottom: 5px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: auto;
    word-break: break-all; }
    .sciplayer-item-box .video-introduction-detail-list a {
      text-decoration: underline;
      color: #f10909; }
    .sciplayer-item-box .video-introduction-detail-list .item-reference {
      margin: 20px 0px; }
  .sciplayer-item-box .video-introduction-detail.words-ellipsis .video-introduction-detail-list {
    max-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .sciplayer-item-box .video-introduction-fullTranscript {
    display: block;
    color: #F5222D;
    line-height: 24px;
    cursor: pointer; }
  .sciplayer-item-box .video-introduction .reference-lists {
    margin: 10px 0px 0px 15px; }
  .sciplayer-item-box .related-videos-list {
    padding-bottom: 5px; }
    .sciplayer-item-box .related-videos-list .row-item {
      margin-left: 20px; }
    .sciplayer-item-box .related-videos-list .icon-font {
      color: white;
      width: 40px;
      height: 40px; }
    .sciplayer-item-box .related-videos-list .related-video-box {
      position: relative;
      width: 100%;
      height: 0;
      padding: 0;
      padding-bottom: 56%;
      overflow: hidden;
      text-align: center;
      border-radius: 5px;
      margin-bottom: 10px; }
      .sciplayer-item-box .related-videos-list .related-video-box .play-button {
        display: block;
        content: "";
        width: 40px;
        height: 40px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 3; }
      .sciplayer-item-box .related-videos-list .related-video-box .video {
        background: rgba(0, 0, 0, 0.8);
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
        .sciplayer-item-box .related-videos-list .related-video-box .video img {
          height: 100%;
          max-width: none;
          display: inline-block; }
    .sciplayer-item-box .related-videos-list .video-name {
      font-size: 16px;
      color: #333;
      line-height: 18px;
      height: 36px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      margin-bottom: 10px; }
    .sciplayer-item-box .related-videos-list .video-info {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      font-size: 14px;
      color: #999;
      line-height: 20px;
      padding: 0; }
      .sciplayer-item-box .related-videos-list .video-info span {
        max-width: 70%;
        overflow: hidden; }
  .sciplayer-item-box .related-videos .slick-dots {
    position: relative;
    margin-top: 10px; }
  .sciplayer-item-box .related-videos .slick-slider {
    margin-bottom: 10px; }
  .sciplayer-item-box .comment-lists-ul {
    height: auto; }
    .sciplayer-item-box .comment-lists-ul li {
      list-style: none;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      margin-bottom: 20px; }
    .sciplayer-item-box .comment-lists-ul .comment-pic {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      overflow: hidden;
      margin-right: 20px; }
      .sciplayer-item-box .comment-lists-ul .comment-pic img {
        display: block;
        width: 100%;
        height: 100%; }
    .sciplayer-item-box .comment-lists-ul .comment-info {
      flex: 1;
      overflow: hidden; }
    .sciplayer-item-box .comment-lists-ul .info-author {
      height: 24px;
      font-size: 16px;
      color: #333;
      line-height: 24px;
      display: flex;
      align-items: center;
      margin-bottom: 10px; }
      .sciplayer-item-box .comment-lists-ul .info-author span {
        font-size: 12px;
        color: #999;
        margin-left: 10px; }
    .sciplayer-item-box .comment-lists-ul .info-detail {
      font-size: 14px;
      color: #666;
      line-height: 24px;
      max-height: 70px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      margin-bottom: 15px;
      word-break: break-all; }
    .sciplayer-item-box .comment-lists-ul .info-numbers {
      display: flex;
      align-items: center;
      height: 20px;
      overflow: hidden; }
      .sciplayer-item-box .comment-lists-ul .info-numbers span {
        font-size: 14px;
        color: #999;
        line-height: 20px;
        margin-right: 20px;
        display: flex;
        align-items: center; }
      .sciplayer-item-box .comment-lists-ul .info-numbers .i-icon {
        max-height: 14px;
        max-width: 14px;
        margin-right: 6px; }
  .sciplayer-item-box .comment-lists .comment-more {
    display: block;
    height: 50px;
    width: 100%;
    background: #eee;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #F5222D;
    border-radius: 4px; }

#share-box .share-links {
  margin: 5px;
  padding: 10px 0px; }
  #share-box .share-links a {
    color: #f3070b;
    display: inline-block;
    padding: 5px; }

.bg-white {
  padding: 30px;
  background: #fff;
  border-radius: 4px;
  margin: 0 auto 30px; }
  .bg-white-title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px; }

.video-draft-main .video-slogan {
  background: linear-gradient(180deg, #12141B 0%, #212226 100%);
  padding-top: 86px;
  color: white;
  padding-bottom: 180px; }
  .video-draft-main .video-slogan .slogan-logo {
    text-align: center;
    font-size: 36px;
    margin-bottom: 28px; }
  .video-draft-main .video-slogan .slogan-text {
    margin: 0px auto;
    width: 60%; }
    .video-draft-main .video-slogan .slogan-text a {
      color: red;
      text-decoration: underline; }
.video-draft-main .upload-form-box {
  background: #FFFFFF;
  border-radius: 4px;
  width: 90%;
  margin: 0px auto;
  max-width: 1400px;
  height: auto;
  position: relative;
  top: -100px;
  padding: 60px 15%; }
  @media only screen and (min-width: 64.0625em) and (max-width: 90em) {
    .video-draft-main .upload-form-box {
      width: 80%; } }
  .video-draft-main .upload-form-box .form-label label {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px; }
  .video-draft-main .upload-form-box .submit {
    text-align: center; }
    .video-draft-main .upload-form-box .submit button {
      color: white;
      background: #F5222D;
      border-radius: 4px;
      border: none;
      padding: 12px 27px; }

.form-widget {
  margin-bottom: 60px; }
  .form-widget #uploader {
    margin-top: 30px; }
  .form-widget #filePicker, .form-widget #script-filePicker {
    text-align: center !important; }
  .form-widget textarea {
    margin-top: 30px;
    background: #F6F6F6;
    border: 1px solid #E5E5E5; }

.user-item-edit .remove-label {
  top: -185px !important; }

.video-preview-box {
  background: rgba(0, 0, 0, 0.8);
  position: relative;
  width: 100%;
  height: 0;
  padding: 0;
  padding-bottom: 56%;
  overflow: hidden;
  text-align: center;
  border-radius: 5px; }
  .video-preview-box .play-button {
    cursor: pointer;
    font-size: 20px;
    color: #606060;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: none;
    opacity: 0.8; }
    .video-preview-box .play-button .icon-font {
      font-size: 100px; }

.mce-textbox {
  padding: 0 4px; }

.mce-widget.mce-btn.mce-active button:hover, .mce-widget.mce-btn.mce-active button:focus, .mce-widget.mce-btn.mce-active i:hover, .mce-widget.mce-btn.mce-active i:focus {
  color: #595959; }

.mce-primary button:hover, .mce-primary button:focus {
  background-color: #005fb3;
  border-color: transparent; }

.mce-reset input {
  display: inline;
  margin-bottom: 15px;
  padding-bottom: 15px; }
.mce-reset button {
  padding: 3px 6px !important; }
.mce-reset .mce-has-open {
  width: auto !important; }

#progress {
  height: 20px !important;
  position: relative;
  width: 171px !important; }
  #progress .mypro {
    position: relative;
    background: orange;
    border: 1px solid red;
    width: 100%;
    height: 15px;
    -webkit-appearance: none;
    margin-right: 10px; }
  #progress ::-ms-fill {
    background: deeppink; }
  #progress ::-moz-progress-bar {
    background: deeppink; }
  #progress ::-webkit-progress-bar {
    background: orange; }
  #progress ::-webkit-progress-value {
    background: deeppink; }

body {
  position: unset; }
