﻿@charset "utf-8";
/*
期刊服务平台
by 汤静
2018.5
*/

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*ios系统safari浏览器 必须要增加 第二字体来规避 该系统下该浏览器 微软雅黑字体的显示错误*/
body {
  margin: 0;
  padding: 0;
  color: #333333;
  font: 12px/16px "Microsoft Yahei", Arial;
  word-break: break-all;
  word-wrap: break-word;
  background: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
address,
img,
strong,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
}

a {
  color: #0068a2;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #0085cc;
  text-decoration: underline !important;
}

u {
  color: #dd0000;
  text-decoration: inherit;
  font-weight: lighter;
}

label {
  cursor: pointer;
}
caption,
th {
  text-align: left;
}

em {
  font-style: normal;
}

img {
  border: 0 none;
  vertical-align: bottom;
}

input[type="checkbox"] {
  vertical-align: middle;
}

input:focus,
textarea:focus,
button:focus {
  outline: 0;
}

sup {
  position: relative;
  top: -0.4em;
  vertical-align: inherit;
}
sub {
  position: relative;
  bottom: -0.25em;
  vertical-align: inherit;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
.row:before,
.row:after {
  display: table;
  content: "";
  clear: both;
}

a[href="#"] {
  cursor: not-allowed;
}

.imp {
  color: #ff433b !important;
}
.l-width {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.label {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  color: #777;
}
.label:after {
  position: absolute;
  top: 0;
  right: -5px;
  margin: 0 !important;
  content: ":" !important;
}
.h-scroll {
  overflow: auto;
  height: 200px;
}
.layui-layer-title {
  font-size: 16px !important;
}
.layui-layer-tab .layui-layer-title span,
.layui-layer-tab .layui-layer-title span.layui-this {
  height: 42px !important;
}
#layui-layer-shared {
  overflow: inherit;
}
#layui-layer-shared .social-share a:hover {
  opacity: 1;
}
.layui-btn,
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: #0033a0;
}
.layui-btn:hover {
  text-decoration: none;
}
.layui-laypage a:hover {
  text-decoration: none;
}
.layui-btn-primary {
  background: #fff;
}
.layui-btn-primary:hover,
.layui-laypage input:focus,
.layui-laypage select:focus {
  border-color: #15508c !important;
}
.layui-form-radio {
  height: auto;
  line-height: inherit;
  border: none;
  margin: 0;
  padding-right: 0;
}
.layui-form-radio > i {
  position: relative;
  top: 1px;
  font-size: 16px !important;
  margin-right: 3px;
}
.layui-form-radio,
.layui-form-radio * {
  vertical-align: inherit;
}
.layui-form-checkbox span {
  padding: 0 5px;
}
.layui-form-checkbox[lay-skin="primary"] i {
  top: 1px;
}
.btn-hover {
  position: relative;
  padding-right: 20px;
}
.btn-hover .icon-edge {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: dashed;
  border-color: transparent;
  overflow: hidden;
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -2px;
  cursor: pointer;
  border-width: 4px;
  border-top-color: #c2c2c2;
  border-top-style: solid;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.btn-hover:hover {
  opacity: 1 !important;
}
.btn-hover:hover .btn-hover-list {
  display: block;
}
:root .btn-hover:hover .icon-edge {
  margin-top: -7px\0 / IE9;
}
.btn-hover:hover .icon-edge {
  margin-top: -7px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -3px\9;
}

.btn-hover-list {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -1px;
  z-index: 999;
  background: #fff;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: layui-upbit;
  animation-name: layui-upbit;
}
.btn-hover-list dd a {
  display: block;
  text-align: left;
  padding: 0 5px;
  color: inherit;
}
.btn-hover-list dd a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.table-list table {
  width: 100%;
  border: 1px solid #e5e5e5;
}
.table-list tr {
  border-bottom: 1px solid #ebebeb;
}

.table-list thead tr {
  height: 42px;
  background: #eeeef6;
}
.table-list tbody tr:nth-child(even) {
  background: #f8f8fb;
}
.table-list th,
.table-list td {
  padding: 11px 10px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #555;
}
.table-list th a {
  color: #000;
}
.table-list th a:hover {
  text-decoration: none;
}
.table-list td {
  color: #333;
  padding: 16px 10px;
  border: 1px solid #e5e5e5;
}
.table-list .title,
.table-list .t-left {
  padding: 7px 10px;
  text-align: left;
}
.table-list .t-left a:not(:last-child) {
  margin-right: 10px;
}

#header,
#body,
#footer,
#searcher {
  min-width: 1200px;
}
/*  头部  */
#header {
  position: relative;
  height: 80px;
  margin-bottom: 100px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.logo {
  position: absolute;
  top: 23px;
  left: 0;
}
.logo:after {
  position: absolute;
  top: 11px;
  right: -10px;
  height: 12px;
  border-right: 1px solid #839eb8;
  content: "";
}
.head-nav {
  position: absolute;
  left: 332px;
  top: 20px;
}
.head-nav li {
  float: left;
}

.head-nav li a {
  display: inline-block;
  position: relative;
  height: 40px;
  padding: 0 8px;
  font-size: 14px;
  line-height: 39px;
}
.head-nav li.new a:after {
  position: absolute;
  top: 7px;
  right: -15px;
  width: 23px;
  height: 9px;
  background: url(../images/icon-new.png) no-repeat;
  content: "";
}
.head-nav li.updated a:after {
  position: absolute;
  top: 3px;
  right: -5px;
  width: 27px;
  height: 9px;
  background: url(../images/icon-updated.png) no-repeat;
  content: "";
}


.user-nav{
    display:flex;
    align-items:center
}

.header-font {
    font-size: 14px;
    line-height: 40px;
    color: #0068a2;
    margin:0 10px;
}

.header-font a{
    padding:0 10px;
}


.user-nav {
    position: absolute;
    right: 0;
    top: 20px;
}
.user-nav li {
  float: left;
}
.user-nav li:last-child {
  margin-right: -10px;
}
.user-nav li a {
  display: inline-block;
  height: 40px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 39px;
}
.user-nav li a .icon-arrow-right {
  top: -2px;
  font-size: 12px;
  transform: rotate(90deg);
}

.user-nav li a:hover {
  text-decoration: none;
}
.user-nav li a:hover .icon-arrow-right {
  transform: rotate(270deg);
}
.user-nav li i {
  top: -1px;
  margin-right: 3px;
}

.user-nav .app-reg,
.user-nav .user-more {
  position: relative;
  z-index: 1;
}
.user-nav .app-reg:hover .app-hover {
  display: block;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: layui-upbit;
  animation-name: layui-upbit;
}
.user-nav .app-reg .app-hover {
  display: none;
  position: absolute;
  right: -3px;
  top: 40px;
  width: 155px;
  padding: 8px 10px 5px;
  text-align: center;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.user-nav .app-reg .app-hover:before {
  position: absolute;
  top: -10px;
  right: 68px;
  border-bottom: 10px solid #d8d8d8;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
}
.user-nav .app-reg .app-hover:after {
  position: absolute;
  top: -8px;
  right: 68px;
  border-bottom: 8px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
}
.user-nav .app-reg .app-hover li {
  position: relative;
  float: none;
  text-align: center;
}
.user-nav .app-reg .app-hover li:not(:last-child) {
  margin-bottom: 5px;
}
.user-nav .app-reg .app-hover li strong {
  font-size: 14px;
  font-weight: lighter;
}
.user-nav .app-reg .app-hover li .icon-vipapp {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  border: 2px solid #fff;
  background: url(../images/icon-vipapp.png) no-repeat center;
  background-size: cover;
}
.user-nav .app-reg .app-hover li .icon-vipapp:before {
  display: none;
}

.user-nav .user-more {
  position: relative;
}
.user-nav .user-more:hover .user-hover {
  display: block;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: layui-upbit;
  animation-name: layui-upbit;
}

.user-nav .user-more .user-hover {
  display: none;
  position: absolute;
  right: 10px;
  top: 40px;

  padding: 8px 5px 5px;
  text-align: center;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.user-nav .user-more .user-hover:before {
  position: absolute;
  top: -10px;
  right: 10px;
  border-bottom: 10px solid #d8d8d8;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
}
.user-nav .user-more .user-hover:after {
  position: absolute;
  top: -8px;
  right: 10px;
  border-bottom: 8px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
}
.user-nav .user-more .user-hover li {
  float: none;
  margin: 0 !important;
}
.user-nav .user-more .user-hover li.fg {
  height: 1px;
  margin: 5px -5px !important;
  background: #eee;
}
.user-nav .user-more .user-hover li a {
  height: 26px;
  color: #333;
  white-space: nowrap;
  line-height: 26px;
}
.user-nav .user-more .user-hover li a:hover {
  text-decoration: none;
  opacity: 0.6;
}

#searcher,
.no-searcher-title {
  position: absolute;
  top: 80px;
  width: 100%;
  left: 0;
  height: 100px;
  background: #f5f5fa;
}
#searcher.fixed-top {
  position: fixed;
  top: 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  z-index: 99;
}
#searcher.fixed-top .search-label {
  display: none;
}
#searcher.fixed-top .search-logo {
  display: block;
}

.no-searcher-title {
  position: relative;
}
.no-searcher-title h1 {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  font-size: 22px;
  color: #fff;
  line-height: 80px;
  text-align: left;
}
.search-label {
  position: absolute;
  width: 175px;
  font-size: 22px;
  color: #0033a0;
  line-height: 100px;
  text-align: center;
}
.search-label sup {
  position: absolute;
  top: 29px;
  left: 50%;
  margin-left: 45px;
  line-height: 13px;
}
#searcher .search-logo {
  display: none;
  position: absolute;
  left: 27px;
  top: 25px;
  width: 105px;
  height: 50px;
  background: url(../images/show-logo.png) no-repeat;
}
#searcher .search-logo a {
  display: inline-block;
  width: 105px;
  height: 50px;
}

.search {
  position: absolute;
  top: 28px;
  left: 170px;
  width: 1030px;
}
.search .layui-input,
.search .layui-btn {
  font-size: 14px;
  height: 50px;
  border-radius: 0px;
}
.search .search-sel {
  float: left;
  width: 125px;
  height: 50px;
  background: #fff;
  border-radius: 5px 0 0 5px;
}
.search .search-sel .layui-form-select .layui-input {
  border-radius: 5px 0 0 5px;
}
.search .search-sel .layui-form-select dl {
  top: 50px;
  bottom: auto;
}
.search .search-input {
  float: left;
  width: 535px;
  margin-left: -1px;
}

.search .search-btn {
  float: left;
  width: 150px;
}
.search .search-btn button {
  position: relative;
  width: 100%;
  font-size: 16px;
  text-align: center;
  background: #0033a0;
  border-radius: 0 5px 5px 0;
}
.search .search-btn button:before {
  position: absolute;
  left: 30px;
  font-family: iconfont !important;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  opacity: 0;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e605";
  animation: animX 1s cubic-bezier(0.36, 0, 0.64, 1) -0.5s infinite alternate,
    animY 1s cubic-bezier(0.36, 0, 0.64, 1) 0s infinite alternate;
}
.search .search-btn.searching button:before {
  opacity: 1;
}

.search .search-tool {
  float: left;
  width: 215px;
  height: 50px;
  font-size: 14px;
  color: #fff;
}
.search .search-tool li {
  float: left;
  width: 95px;
  text-align: center;
  line-height: 24px;
}
.search .search-tool li:nth-child(2) {
  height: 50px;
  float: right;
  padding: 8px 0;
}
.search .search-tool li a {
  font-size: 16px;
  color: #000;
}
.search .search-tool li:nth-child(2) a {
  display: inline-block;
  width: 100px;
  line-height: 34px;
  color: #3b62b6;
  border: 1px solid #afbde1;
  border-radius: 3px;
}
.search .search-tool li:nth-child(2) a:hover {
  text-decoration: none;
}
.web-intro {
  padding-top: 10px;
}
.web-intro h1 {
  height: 65px;
  color: #050505;
  font-size: 24px;
  line-height: 64px;
  border-bottom: 1px solid #e0e0e0;
}
.web-intro h1 .title {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
.web-intro h1 .title:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 66px;
  border: 0;
  border-bottom: 3px solid #15508c;
  border-radius: 2px 2px 0 0;
  box-sizing: border-box;
  pointer-events: none;
}
.intro-content {
  padding: 10px;
  font-size: 16px;
  line-height: 24px;
}
.web-content {
  padding: 0 10px;
  font-size: 14px;
}
.web-content h2 {
  color: #5f5f5f;
  font-size: 18px;
  font-weight: bolder;
  margin: 30px 0 15px;
}
.web-content h2 .label {
  color: inherit;
}
.web-content ul {
}
.web-content ul li {
  margin: 0.6em 0;
  font-size: 16px;
  line-height: 24px;
  list-style: decimal;
  list-style-position: inside;
}
.web-content p {
  margin: 0.8em 0;
  font-size: 16px;
  line-height: 24px;
}
.web-content strong {
  line-height: 24px;
}
.web-content .table-list {
  width: 600px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.web-content .table-list .table-header {
  text-align: center;
  line-height: 30px;
}
.web-content .table-list th,
.web-content .table-list td {
  border: 1px solid #e5e5e5;
  padding: 10px;
}
.agreement .web-intro h1 {
  text-align: center;
}

#footer {
  padding: 45px 0;
  text-align: center;
  font-size: 14px;
  line-height: 27px;
  background: #e3e3ed;
}
#footer span {
  margin: 0 5px;
}
#footer .foot-nav li {
  display: inline-block;
  text-align: center;
  line-height: 27px;
}
#footer .foot-nav li:not(:last-child):after {
  display: inline-block;
  margin-left: 3px;
  content: "|";
}
.web-tools,
.search-tools {
  width: 50px;
  position: fixed;
  right: 5px;
  bottom: 10px;
  _bottom: auto;
  _top: expression(
    eval(
      document.documentElement.scrollTop +
        document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10) ||15)- (parseInt(
              this.currentStyle.marginBottom,
              10
            )
            ||0)
    )
  );
  _position: absolute;
  z-index: 999;
}
.web-tools a,
.search-tools a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
  text-align: center;
  color: #777;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 5px;
}
.web-tools a:hover,
.search-tools a:hover {
  text-decoration: none;
}
.web-tools a:hover span,
.search-tools a:hover span {
  top: -49px;
}
.web-tools a span,
.search-tools a span {
  position: relative;
  top: 0;
  display: block;
  width: 48px;
  height: 98px;
  padding: 4px 2px 4px 4px;
  font-size: 14px;
  padding-top: 56px;
  line-height: 16px;
  letter-spacing: 2px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.web-tools a span i,
.search-tools a span svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 52px;
  color: #999;
  text-align: center;
}
.web-tools .icon-consult {
  background: url(../images/icon-zx.png) no-repeat center;
  background-size: 30px;
}
.web-tools .icon-consult:before {
  display: none;
}

.web-tools iframe {
  position: absolute!important;
  bottom: 0!important;
  left: 0!important;
  width: 50px!important;
  height: 50px!important;
  opacity: 0;
}


.search-tools {
  bottom: 236px;
  _top: expression(
    eval(
      document.documentElement.scrollTop +
        document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 236) ||15)- (parseInt(
              this.currentStyle.marginBottom,
              236
            )
            ||0)
    )
  );
}
.search-tools:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background-color: #ccc;
  content: "";
}

.search-tools sub {
  position: absolute;
  right: 43px;
  top: -7px;
  bottom: auto;
  min-width: 14px;
  padding: 0 3px;
  color: #fff;
  font-size: 12px;
  font-family: cursive;
  line-height: 14px;
  text-align: center;
  white-space: nowrap;
  background-color: #f10022;
  border-radius: 10px;
  z-index: 1;
}
.search-tools sub.move:after {
  position: absolute;

  width: 14px;
  height: 14px;
  background-color: #f10022;
  border-radius: 100%;

  -webkit-animation: fly-in 0.3s ease-in;
  animation: fly-in 0.3s ease-in;
  animation-delay: 0.5s;
  opacity: 0;
  content: "+1";
}

.search-tools a span svg {
  left: 50%;
  top: 25%;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  margin-left: -0.5em;
}

.login:before {
  position: absolute;
  left: 0;
  right: 0;
  top: -75px;
  font-size: 30px;

  letter-spacing: 1px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  content: "欢迎登录";
}

.login .sm-btn{
    width:100% !important;
}

.login #sm-btn-bg{
    width:100% !important
}

.login #rectMask{
    width:100% !important
}

.login .layui-layer-title {
    height: 60px;
    line-height: 60px;
    background-color: #f3f4f4;
    border-bottom: 0;
}

.login .layui-layer-content {
  overflow: visible !important;
}
.login .layui-tab-title {
  position: absolute;
  top: -60px;
  width: 100%;
  height: 60px;
  border-bottom: 0;
}
.login .layui-tab {
  margin: 0;
}
.login .layui-tab-title li {
  width: 33.33%;
  font-size: 18px;
  color: #888;
  line-height: 60px;
}
.login .layui-tab-title .layui-this {
  background: #fff;
}
.login .layui-tab-title .layui-this:after {
  display: none;
}
.login .layui-tab-content {
  padding: 50px 40px;
}
.login .login-input {
  padding: 0;
}
.login .input-group {
  margin-bottom: 12px;
}
.login .input-group:before,
.login .input-group:after {
  display: table;
  content: "";
  clear: both;
}
.login .input-group .inline-text {
  height: 50px;
  font-size: 14px;
  line-height: 50px;
}
.login .input-group .inline-text .layui-form-checkbox {
  margin-top: 16px;
}
.login .input-group .inline-text .layui-form-checkbox[lay-skin="primary"]:hover i {
  border-color: #0033a0;
}
.login .input-group .inline-text .layui-form-checked[lay-skin="primary"] i {
  background-color: #0033a0;
  border-color: #0033a0;
}
.login .inline-input {
  position: relative;
  width: 100% !important;
}
.login .inline-input i {
  position: absolute;
  top: 14px;
  right: 11px;
  width: 30px;
  height: 30px;
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  filter: grayscale(100%);
  opacity: 0.5;
  background-repeat: no-repeat;
}
.login .inline-input i:before {
  display: none;
}
.login .inline-input i.icon-user {
  background-image: url(../images/icon-login-i1.png);
}
.login .inline-input i.icon-psw {
  background-image: url(../images/icon-login-i2.png);
}
.login .inline-input i.icon-mobile {
  background-image: url(../images/icon-login-i3.png);
}
.login .inline-input .layui-input {
  height: 57px;
  padding-right: 54px;
  padding-left: 18px;
  font-size: 16px;
  border: 1px solid #dbdee1;
  border-radius: 0;
}
.login .inline-input .layui-input:focus {
  border-color: #0033a0 !important;
}
.login .inline-input .layui-input:focus + i {
  -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
  filter: grayscale(0%);
  opacity: 1;
}
.login .code .inline-input .layui-input {
  display: inline-block;
  width: 245px;
  vertical-align: bottom;
}
.login .code .inline-input .layui-btn,
.login .code .inline-input .code-image {
  width: 142px;
  height: 57px;
  margin-left: 9px;
  font-size: 16px;
  color: #555;
  background: #f3f4f4;
  border: 1px solid #dbdee1;
}

.login .submit {
  margin-top: 30px;
  padding: 0;
  text-align: center;
}
.login .submit .layui-btn {
  width: 100%;
  height: 50px;
  margin: 0;
  font-size: 18px;
  line-height: 50px;
}

.login .submit .layui-btn + .layui-btn {
    margin-top: 12px;
}

.login .inline-text {
  float: left;
}
.login .inline-text + .inline-text {
  float: right;
}

.login .code-show {
  padding: 24px 0;
  text-align: center;
}
.login .code-show:hover .code {
  margin-left: -200px;
}
.login .code-show:hover .help {
  opacity: 1;
}
.login .code-show .code {
  width: 220px;
  height: 220px;
  padding: 10px;
  border: 1px solid #ccc;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.login .code-show p {
  margin-bottom: 0 !important;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
}
.login .code-show .help {
  position: absolute;
  right: 15px;
  top: 72px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  opacity: 0;
}
.login .submit + .input-group {
  margin-bottom: 30px;
}
.login .submit + .login-other {
  margin-top: 25px;
}
.login-other h4 {
  position: relative;
  font-size: 18px;
  text-align: center;
}
.login-other h4:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 135px;
  border-bottom: 1px solid #ccc;
  content: "";
}
.login-other h4:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 135px;
  border-bottom: 1px solid #ccc;
  content: "";
}
.login-other ul {
  padding: 25px 0 0;
  text-align: center;
  font-size: 0;
}
.login-other li {
  display: inline-block;
  width: 25%;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.login-other li a {
  color: #333;
}
.login-other li a:hover {
  text-decoration: none;
}
.login-other li i {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-right: 0px;
  font-size: 24px;
  color: #fff;
  line-height: 46px;
  background: #eee;
  border-radius: 100%;
  vertical-align: middle;
}
.login-other li .icon-weichat {
  background-color: #01d10c;
}
.login-other li .icon-qq {
  background-color: #3998fc;
}
.login-other li .icon-carsi,
.login-other li .icon-cst {
  background-color: transparent;
}
.login-other li .icon-carsi:before,
.login-other li .icon-cst:before {
  width: 45px;
  height: 45px;
  background: url(../images/icon-carsi.png) no-repeat;
  content: "";
}
.login-other li .icon-cst {
  width: 53px;
}
.login-other li .icon-cst:before {
  width: 100%;
  background-image: url(../images/icon-cst.png);
}

.login-other li .name {
  display: block;
  line-height: 30px;
}

.login-switch {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
}
.login-switch a {
  display: block;
  width: 48px;
  height: 48px;
  background: url(../images/login-bg.png) no-repeat;
  -webkit-transition: background-position 0.2s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: background-position 0.2s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: background-position 0.2s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.login-switch .code {
  background-position: 0 -48px;
}
.login-switch .text {
  background-position: -48px 0;
}

.share {
  padding: 20px;
}
.share .social-share .social-share-icon {
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 46px;
}

.layer-input {
  padding: 10px 20px;
}
.layer-input .input-group {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 32px;
}
.layer-input .input-group:before,
.layer-input .input-group:after {
  display: table;
  clear: both;
  content: "";
}
.layer-input .input-group .label {
  width: 58px;
  margin-right: 10px;
  color: #777;
  line-height: 32px;
  text-align: justify;
  text-align-last: justify;
}
.layer-input .input-group .inline-sel,
.layer-input .input-group .inline-input,
.layer-input .input-group .inline-btn,
.layer-input .input-group .inline-check,
.layer-input .input-group .label,
.layer-input .input-group .inline-text,
.layer-input .input-group .inline-textarea,
.layer-input .input-group .inline-pic,
.layer-input .input-group .inline-tip {
  float: left;
  height: 34px;
  margin-right: 10px;
}
.layer-input .input-group .inline-input {
  width: 300px;
}
.layer-input .input-group .layui-input {
  font-size: 14px;
  height: 34px;
}
.layer-input .input-group .inline-textarea {
  width: 550px;
  height: auto;
}
.layer-input .input-group .inline-pic img {
  width: 80px;
  height: 34px;
}
.layer-input .input-group .code-input {
  width: 80px;
}
.layer-input .input-group .inline-tip {
  color: #dd0000;
}
.layer-input .submit {
  text-align: center;
}

.category {
}
.category:before,
.category:after {
  display: table;
  content: "";
  clear: both;
}
.category .class-box {
  position: relative;

  height: 350px;

  line-height: 20px;
  padding: 10px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
}
.category .class-box h3 {
  position: absolute;
  top: -40px;
  font-size: 16px;
  line-height: 40px;
}
.category .h-scroll {
  height: 100%;
}
.category .class-op {
  float: left;
  width: 100px;
  height: 350px;
  margin-top: 40px;
  padding: 132px 0;
  text-align: center;
}
.category .class-op .layui-btn + .layui-btn {
  margin-left: 0;
  margin-top: 10px;
}

.category .class-all {
}
.category .class-selected {
  float: right;
  width: 200px;
}
.category .cluster-list .cluster-item a {
  padding-right: 10px;
}
.category .tip {
  text-align: center;
  line-height: 32px;
}
.category .submit {
  padding-top: 20px;
  clear: both;
  text-align: center;
}
.category .cluster-list .cluster-item a:hover,
.category .cluster-list .cluster-item > span:hover {
  border: 1px solid transparent;
  background: #fafafa;
}
.category .cluster-list .cluster-item a:hover > i,
.category .cluster-list .cluster-item > span:hover > i {
  background: #fafafa;
}

.cluster-list .cluster-list {
}
.cluster-list .cluster-item {
  margin-bottom: 0;
  line-height: 30px;
}
.cluster-list .cluster-item .layui-form-checkbox[lay-skin="primary"] i {
  top: -1px;
  margin-right: 3px;
}
.cluster-list .cluster-item a,
.cluster-list .cluster-item > span {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 20px;
  padding-right: 75px;
  color: #000;
  border: 1px solid #fff;
  border-radius: 5px;
}
.cluster-list .cluster-item a:before,
.cluster-list .cluster-item > span:before {
  position: absolute;
  width: 3px;
  height: 3px;
  left: 8px;
  top: 50%;
  margin-top: -2px;
  background: #cccccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
.cluster-list .cluster-item a:hover,
.cluster-list .cluster-item > span:hover {
  border-color: #e5e5e5;
  text-decoration: none;
}
.cluster-list .cluster-item a:hover:before,
.cluster-list .cluster-item > span:hover:before {
  background: #333333;
}
.cluster-list .cluster-item a tt,
.cluster-list .cluster-item > span tt {
  position: absolute;
  right: 10px;
}
.cluster-list .cluster-item a > i,
.cluster-list .cluster-item > span > i {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: -21px;
  margin-right: -3px;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  background: #fff;
  vertical-align: middle;
  border-radius: 100%;
  cursor: pointer;
}
.cluster-list .cluster-item a > i:before,
.cluster-list .cluster-item > span > i:before {
  width: 20px;
}
.cluster-list .cluster-list .cluster-item a,
.cluster-list .cluster-list .cluster-item > span {
  padding-left: 39px;
}
.cluster-list .cluster-list .cluster-item a:before,
.cluster-list .cluster-list .cluster-item > span:before {
  left: 23px;
}
.cluster-list .cluster-list .cluster-list .cluster-item a,
.cluster-list .cluster-list .cluster-list .cluster-item > span {
  padding-left: 58px;
}
.cluster-list .cluster-list .cluster-list .cluster-item a:before,
.cluster-list .cluster-list .cluster-list .cluster-item > span:before {
  left: 45px;
}
.cluster-list .cluster-list .cluster-list .cluster-list .cluster-item a,
.cluster-list .cluster-list .cluster-list .cluster-list .cluster-item > span {
  padding-left: 77px;
}
.cluster-list .cluster-list .cluster-list .cluster-list .cluster-item a:before,
.cluster-list .cluster-list .cluster-list .cluster-list .cluster-item > span:before {
  left: 64px;
}
.cluster-list .cluster-list .cluster-list .cluster-list .cluster-list .cluster-item a,
.cluster-list .cluster-list .cluster-list .cluster-list .cluster-list .cluster-item > span {
  padding-left: 96px;
}
.cluster-list .cluster-list .cluster-list .cluster-list .cluster-list .cluster-item a:before,
.cluster-list .cluster-list .cluster-list .cluster-list .cluster-list .cluster-item > span:before {
  left: 83px;
}
.cluster-list .cluster-list .cluster-list .cluster-list .cluster-list .cluster-list .cluster-item a,
.cluster-list .cluster-list .cluster-list .cluster-list .cluster-list .cluster-list .cluster-item > span {
  padding-left: 115px;
}
.cluster-list .cluster-list .cluster-list .cluster-list .cluster-list .cluster-list .cluster-item a:before,
.cluster-list .cluster-list .cluster-list .cluster-list .cluster-list .cluster-list .cluster-item > span:before {
  left: 102px;
}

/*  图标  */

@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.eot?t=2"); /* IE9*/
  src: url("../fonts/iconfont.eot?t=2#iefix") format("embedded-opentype"),
    url("../fonts/iconfont.woff?t=2") format("woff"), url("../fonts/iconfont.ttf?t=2") format("truetype"),
    url("../fonts/iconfont.svg?t=2#iconfont") format("svg"); /* iOS 4.1- */
}

svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

[class^="icon-"],
[class*=" icon-"] {
  position: relative;
  display: inline-block;
  font-family: iconfont !important;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
  content: "\e60d";
}

.icon-organ:before {
  content: "\e9d3";
}
.icon-author:before {
  content: "\e744";
}
.icon-subject:before {
  content: "\e699";
}
.icon-journal:before {
  content: "\e609";
}
.icon-close:before {
  content: "\e60b";
}
.icon-user:before,
.icon-login:before {
  content: "\e788";
}
.icon-report:before {
  content: "\e602";
}
.icon-app:before {
  content: "\e793";
}
.icon-rar:before {
  content: "\e7b1";
}
.icon-view:before {
  content: "\e60f";
}
.icon-read:before {
  content: "\e656";
}
.icon-down:before,
.icon-pdf:before,
.icon-free:before {
  content: "\e675";
}
.icon-send:before {
  content: "\e603";
}
.icon-oa:before {
  content: "\e649";
}
.icon-site:before {
  content: "\e613";
}
.icon-favorite:before {
  content: "\e6be";
}
.icon-share:before {
  content: "\e617";
}
.icon-export:before {
  content: "\e69d";
}
.icon-help:before {
  content: "\e612";
}
.icon-tip:before {
  content: "\e604";
}
.icon-arrow-right:before {
  content: "\e63a";
}
.icon-psw:before {
  content: "\e647";
}
.icon-plus:before {
  content: "\e611";
}
.icon-minus:before {
  content: "\e66e";
}
.icon-search:before {
  content: "\e605";
}
.icon-del:before {
  content: "\e60c";
}
.icon-loading {
  animation: loading 1s linear infinite;
}
.icon-loading:before {
  content: "\e722";
}
.icon-nr1:before,
.icon-nr2:before,
.icon-nr3:before,
.icon-reader:before {
  content: "\e660";
}
.icon-tb1:before {
  content: "\e73e";
}
.icon-tb2:before {
  content: "\e607";
}
.icon-tb3:before {
  content: "\e60a";
}
.icon-sort:before {
  content: "\e625";
}
.icon-simple:before {
  content: "\e606";
}
.icon-full:before {
  content: "\e662";
}
.icon-table:before {
  content: "\e721";
}
.icon-cover:before {
  content: "\e600";
}
.icon-exit:before {
  content: "\e83f";
}
.icon-save:before {
  content: "\e700";
}
.icon-top:before {
  content: "\e618";
}
.icon-feed:before {
  content: "\e61e";
}
.icon-code:before {
  content: "\e616";
}
.icon-copy:before {
  content: "\e8e0";
}
.icon-print:before {
  content: "\e637";
}
.icon-order:before {
  content: "\e6cd";
}
.icon-none:before {
  content: "\e638";
}
.icon-weichat:before {
  content: "\e614";
}
.icon-weibo:before {
  content: "\e64a";
}
.icon-qq:before {
  content: "\e63f";
}

.icon-scan:before {
  content: "\e601";
}
.icon-organ:before {
  content: "\e7a6";
}
.icon-index:before {
  content: "\e655";
}
.icon-track:before {
  content: "\e60d";
}

.icon-oa-pic {
  width: 206px;
  height: 54px;
  background: url(../images/oa-pic.png) no-repeat;
  background-size: cover;
}
.icon-oa-pic:before {
  display: none;
}
.icon-oa-text {
  position: relative;
  top: -1px;
  width: 26px;
  height: 26px;
  margin-right: 5px;
  display: inline-block;
  padding: 0 4px;
  color: #fff;
  font-size: 12px;
  font-weight: lighter;
  line-height: 16px;
  background: url(../images/oa-text.png) no-repeat;
  background-size: cover;
  vertical-align: bottom;
}
.icon-oa-text:before {
  display: none;
}
.icon-speed {
  width: 15px;
  height: 15px;
  background: url("../images/icon-speed.png") no-repeat;
  vertical-align: -3px;
}
.icon-speed:before {
  display: none;
}
.icon-publish {
  width: 15px;
  height: 15px;
  background: url("../images/icon-publish.png") no-repeat;
  vertical-align: -3px;
}
.icon-publish:before {
  display: none;
}



.table-list .sp-type .icon-oa-text {
  top: 0;
  width: 20px;
  height: 20px;
  vertical-align: text-top;
}

/*帮助*/
.help {
}
.help-intro {
  position: relative;
  padding: 10px;
}
.help-intro h1 {
  margin: 30px 0 40px;
  font-size: 30px;
}
.help-intro p {
  margin: 0.8em 0;
  font-size: 16px;
  line-height: 24px;
}
.help-intro ul {
  padding: 1em 0;
}
.help-intro ul li {
  margin: 0.6em 0;
  font-size: 16px;
  line-height: 24px;
}
.help-intro ul li .label {
  color: #000;
  font-weight: bold;
}
.help-intro img {
  position: absolute;
  right: 0;
  bottom: -10px;
}

.help-content {
  padding: 0 10px;
  font-size: 14px;
}
.help-content h2 {
  height: 65px;
  margin: 0 -10px 20px;
  color: #050505;
  font-size: 24px;
  line-height: 64px;
  border-bottom: 1px solid #e0e0e0;
}
.help-content h2 .title {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
.help-content h2 .title:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 66px;
  border: 0;
  border-bottom: 3px solid #15508c;
  border-radius: 2px 2px 0 0;
  box-sizing: border-box;
  pointer-events: none;
}
.help-content h3 {
  font-size: 20px;
  font-weight: bolder;
  margin: 30px 0 15px;
}
.help-content h4 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bolder;
}
.help-content h5 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bolder;
}
.help-content h5:before {
  display: inline-block;
  margin-right: 3px;
  content: "\25C6 ";
}
.help-content ul {
}
.help-content ul li {
  margin: 0.6em 0;
  font-size: 16px;
  line-height: 24px;
  list-style: decimal;
  list-style-position: inside;
}
.help-content ul li .label {
  color: #000;
  font-weight: bold;
}
.help-content ol li {
  margin: 0.6em 0;
  font-size: 16px;
  line-height: 24px;
  list-style: none;
}
.help-content ul ol {
  margin-left: 18px;
}
.help-content p {
  margin: 0.8em 0;
  font-size: 16px;
  line-height: 24px;
}
.help-content strong {
  line-height: 24px;
}
.help-content .table-list {
  width: 600px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.help-content .table-list .table-header {
  text-align: center;
  line-height: 30px;
}
.help-content .table-list th,
.help-content .table-list td {
  border: 1px solid #e5e5e5;
  padding: 10px;
}
.help-content .help-pic {
  text-align: center;
}
.help-content .help-pic img {
  max-width: 90%;
  margin: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/* order layer box */
.order-layer .layer-input .input-group .inline-input {
  width: 300px;
}
.order-layer .layer-input .input-group .inline-textarea {
  width: 350px;
}
.order-layer .layer-input .input-group .inline-textarea .layui-textarea {
  min-height: 2em;
}
.order-layer .layer-input .input-group .layui-form-radio {
  width: 100px;
}

@media screen and (max-width: 1340px) {
  .web-tools a {
    background: #fff;
  }
}

/*--anim--*/
@-webkit-keyframes fly-out {
  0% {
    top: 0;
    left: 0;
    opacity: 0.5;
    transform: scale(1.1);
  }
  100% {
    top: 20px;
    left: 100px;
    opacity: 0;
    transform: scale(0.5);
  }
}

@keyframes fly-out {
  0% {
    top: 0;
    left: 0;
    opacity: 0.5;
    transform: scale(1.1);
  }
  100% {
    top: 20px;
    left: 100px;
    opacity: 0;
    transform: scale(0.5);
  }
}
@-webkit-keyframes fly-in {
  0% {
    top: -20px;
    left: -100px;
    opacity: 0.5;
    transform: scale(0.5);
  }
  100% {
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(1);
  }
}

@keyframes fly-in {
  0% {
    top: -20px;
    left: -100px;
    opacity: 0.5;
    transform: scale(0.5);
  }
  100% {
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes animX {
  0% {
    left: 25px;
  }
  100% {
    left: 35px;
  }
}
@keyframes animY {
  0% {
    top: 0px;
  }
  100% {
    top: 10px;
  }
}

@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loading {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes loading-m1 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, -10px, 0) skewX(10deg) rotateY(120deg);
  }
  40% {
    opacity: 1;
    transform: translate3d(0, 0px, 0) skewX(0deg) rotateY(0deg);
  }
  50% {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
  }
  90% {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(20px, 0px, 0);
  }
}
@keyframes loading-m2 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0px, 0);
  }
  10% {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
  }
  20% {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
  }
  30% {
    opacity: 0;
    transform: translate3d(20px, 0px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(20px, 0px, 0);
  }
}

.search-left .loading {
  display: inline-block;
  width: 100%;
  height: 100px;
  font-size: 30px;
  padding: 1em;
  position: relative;
  text-align: center;
  margin-bottom: 0.25em;
  vertical-align: top;
}

[class*="loader-"] {
  display: inline-block;
  width: 1em;
  height: 1em;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
}
.loader-m1:before,
.loader-m1:after,
.loader-m1 {
  border-radius: 50%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: loader-m1 1.8s infinite ease-in-out;
  animation: loader-m1 1.8s infinite ease-in-out;
}

.loader-m1 {
  color: currentcolor;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  top: -1em;
}

.loader-m1:before {
  right: 100%;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader-m1:after {
  left: 100%;
}

.loader-m1:before,
.loader-m1:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: inherit;
  height: inherit;
}

@-webkit-keyframes loader-m1 {
  0%,
  80%,
  100% {
    box-shadow: 0 1em 0 -1em #777;
  }
  40% {
    box-shadow: 0 1em 0 -0.2em #777;
  }
}

@keyframes loader-m1 {
  0%,
  80%,
  100% {
    box-shadow: 0 1em 0 -1em #777;
  }
  40% {
    box-shadow: 0 1em 0 -0.2em #777;
  }
}

/*在线咨询*/
#newBridge .nb-icon-wrap {
  width: 48px !important;
  height: 48px !important;
  overflow: hidden;
  position: fixed;
  right: 5px !important;
  bottom: 155px !important;
  top: auto !important;
  margin: 0 !important;
  text-align: center !important;
  color: #777 !important;
  background-color: #fff;
  border: 1px solid #aaa !important;
  border-radius: 5px !important;

  _bottom: auto;
  _top: expression(
    eval(
      document.documentElement.scrollTop +
        document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 155) ||15)- (parseInt(
              this.currentStyle.marginBottom,
              10
            )
            ||0)
    )
  );
  _position: absolute;
  z-index: 999;
}
#newBridge .nb-icon-wrap:before {
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 52px;
  color: #999;
  text-align: center;
  background: url(../images/icon-zx.png) no-repeat center;
  background-size: 30px;
  content: "";
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#newBridge .nb-icon-wrap:after {
  display: block;
  position: relative;
  width: 38px;
  height: 30px;
  padding: 9px 6px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 2px;
  content: "在线咨询";
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#newBridge .nb-icon-wrap:hover:before,
#newBridge .nb-icon-wrap:hover:after {
  transform: translate(0, -50px);
}

#newBridge .nb-icon-wrap .nb-icon-inner-wrap,
#newBridge .nb-icon-wrap .nb-icon-wrap-base,
#newBridge .mobile-invite-bottom {
  display: none;
}

/*投稿指南广告*/
.icon-tg-s {
  top: 2px;
  width: 14px;
  height: 14px;
  margin-right: 2px;
  background: url(../images/icon-tg-s.png) no-repeat;
}
.icon-tg-s:before {
  display: none;
}
/*2020-02-20专题*/
#adv-1 {
  display: none;
  /*position: relative;*/
}
#adv-1 .close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  margin-left: 0;
  background: url(../layui/css/modules/layer/default/icon.png) no-repeat;
  background-position: -149px -31px;
}

#adv-1 .close:hover {
  text-decoration: none;
}
.adv-1-show #adv-1 {
  display: block;
}
.adv-1-show .show-logo {
  top: 25%;
}
.adv-1-show .show-text {
  top: 35%;
}
.adv-1-show #searcher {
  top: 44%;
}
.adv-1-show .academic-info {
  top: 52%;
}
.adv-1-show .show-guid {
  bottom: 27%;
}
.adv-2 {
  left: auto !important;
  right: 10px;
  margin-top: -100px !important;
}
.rl-layer {
  margin-left: -15px !important;
  background-color: transparent !important;
  box-shadow: 0 0 0 !important;
}
.rl-layer .layui-layer-setwin .layui-layer-close2 {
  right: -3px;
}
.rl-layer .layui-layer-ico {
  background-image: url(../images/rl-icon.png);
  background-position: 0 0 !important;
}
.rl-layer a:hover {
  opacity: 1;
}
/*zt 读书月 04-23*/
.article-title {
  position: relative;
  padding-right: 170px !important;
}
.article-title .zt-op {
  position: absolute;
  top: 1px;
  right: 70px;
}
.article-title .zt-op a {
  position: relative;
  display: inline-block;
  height: 36px;
  margin-right: 10px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 34px;
  text-decoration: none;
  color: #a62125;
  border: 1px solid #a62125;
  border-radius: 5px;
}
.article-title .zt-op a:after {
  position: absolute;
  top: -10px;
  right: -0px;
  width: 30px;
  height: 13px;
  background: url(../images/zt-2020-04-21/pic-dsy.png) no-repeat;
  color: #fff;
  z-index: 2;
  content: "";
}

.dsy-layer:before {
  position: absolute;
  left: 10px;

  top: -12px;
  width: 78px;
  height: 46px;
  background: url(../images/zt-2020-04-21/pic-dsy-big.png) no-repeat;
  content: "";
}
.dsy-layer .layui-layer-title {
  background: url(../images/zt-2020-04-21/dsy-layer-title.png) no-repeat center #fbdede;
}

.dsy-layer .list-op,
.dsy-layer .selection-op {
  height: 50px;
  padding: 12px 20px;
  line-height: 25px;
  border-bottom: 1px solid #eee;
}
.dsy-layer .list-op .layui-col-xs9 {
  text-align: right;
}
.dsy-layer .list-op .layui-btn {
  color: #555;
  background: #ddd;
  height: 25px;
  margin: 0 5px !important;
  line-height: 23px;
  padding: 0 8px;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  border-radius: 5px !important;
  background: #f5f5fa;
}
.dsy-layer .list-op .btn-hover {
  padding-right: 20px;
}
.dsy-layer .list-op .btn-hover .icon-edge {
  border-top-color: #555;
}
.dsy-layer .list-op .btn-hover-list {
  left: -1px;
  right: -1px;
  margin-top: 0;
  background: #f5f5fa;
  border: 1px solid #e5e5e5;
}
.dsy-layer .list-op .btn-hover-list dd a {
  padding: 0 8px;
}
.dsy-layer .selection-list {
  overflow: auto;
  height: 205px;
  padding: 15px 20px;
}
.dsy-layer .selection-list dl {
  position: relative;
  left: 0;
  margin-bottom: 10px;
  padding-left: 25px;
  padding-bottom: 10px;
  padding-right: 60px;
  border-bottom: 1px solid #eee;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.dsy-layer .selection-list dl:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.dsy-layer .selection-list dt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 3px;
  font-size: 14px;
}
.dsy-layer .selection-list dt a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 28em;
  color: #333;
  font-weight: bold;
  vertical-align: middle;
}
.dsy-layer .selection-list dt a + span {
  vertical-align: middle;
}
.dsy-layer .selection-list dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #888;
  line-height: 20px;
}
.dsy-layer .selection-list dd a {
  color: inherit;
}
.dsy-layer .selection-list dd.op {
  position: absolute;
  right: 0;
  top: -4px;
  text-align: center;
}
.dsy-layer .selection-list dd.op .layui-btn {
  width: 30px;
  height: 54px;
  padding: 7px 0;
  text-align: center;
  background: #eee;
}
.dsy-layer .selection-list dd.op .layui-btn:hover {
  color: #888;
}
.dsy-layer .selection-list .from:before,
.dsy-layer .selection-list .vol:before {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  content: "\00B7";
}
.dsy-layer .selection-list .author span:after {
  display: inline-block;
  margin-left: 1px;
  margin-right: 3px;
  content: ",";
}
.dsy-layer .selection-list .author .more > span {
  display: none;
}
.dsy-layer .selection-list .author .more .num {
  position: relative;
  margin: 0 3px;
  color: #8c9296;
  text-decoration: none;
}

.dsy-layer .selection-list .author .more .num:after {
  position: absolute;
  left: -3px;
  top: -1px;
  right: -3px;
  bottom: -1px;
  background: #f4f4f4;
  border-radius: 3px;
  content: "";
  z-index: -1;
}
.dsy-layer .selection-list dt .layui-badge {
  margin-left: 3px;
  background-color: #a51e22;
}

.dsy-layer .selection-list dd.sel {
  position: absolute;
  left: 0;
  top: 1px;
}
.dsy-layer .selection-list dd.sel .layui-form-checkbox[lay-skin="primary"] i {
  top: 0;
}
.dsy-layer .selection-op {
  height: auto;
}
.dsy-layer .selection-op {
  border-top: 1px solid #eee;
}
.dsy-layer .selection-op .layui-form-radio {
  position: relative;
  padding: 0 15px;
  line-height: 23px;
  vertical-align: bottom;
}
.dsy-layer .selection-op .layui-form-radio + * + .layui-form-radio {
  margin-left: 8px;
}
.dsy-layer .selection-op .layui-form-radio * {
  vertical-align: bottom;
}
.dsy-layer .selection-op .layui-form-radio i {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 24px;
  text-indent: -300px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
.dsy-layer .selection-op .layui-form-radio i:before {
  display: none;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 12px;
  height: 13px;
  font-size: 12px;
  line-height: 13px;
  text-indent: 0;
  color: #fff;
  content: "\e605";
  z-index: 1;
}
.dsy-layer .selection-op .layui-form-radio i:after {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 10px solid transparent;
  border-right: 10px solid #5fb878;
  border-bottom: 10px solid #5fb878;
  content: "";
}
.dsy-layer .selection-op .layui-form-radio.layui-form-radioed i {
  border: 2px solid #5fb878;
}
.dsy-layer .selection-op .layui-form-radio.layui-form-radioed i:before,
.dsy-layer .selection-op .layui-form-radio.layui-form-radioed i:after {
  display: block;
}
.dsy-layer .submit {
  padding: 9px 0;
  text-align: center;
}
.dsy-layer .submit .layui-btn {
  width: 150px;
  height: 30px;
  line-height: 30px;
}
.zt-tools {
  width: 78px;
  position: fixed;
  right: 5px;
  bottom: 235px;
  _bottom: auto;
  _top: expression(
    eval(
      document.documentElement.scrollTop +
        document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 235) ||15)- (parseInt(
              this.currentStyle.marginBottom,
              235
            )
            ||0)
    )
  );
  _position: absolute;
  z-index: 999;
}
.zt-tools a {
  display: block;
  position: relative;
}

.zt-tools a .num {
  position: absolute;
  right: 3px;
  top: -6px;
  min-width: 14px;
  height: 14px;
  padding: 0 3px;
  font-size: 12px;
  text-align: center;
  line-height: 13px;
  color: #fff;
  background-color: #a62125;
  border-radius: 100%;
}
.zt-tools a .num.add:after {
  display: block;
}
.zt-tools a .num:after {
  display: none;
  position: absolute;
  top: -16px;
  left: 50%;
  width: 20px;
  margin-left: -10px;
  color: #dd0000;
  opacity: 0;
  animation-duration: 1s;
  animation-name: fly-up;
  content: "+1";
}
@-webkit-keyframes fly-up {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-5px);
    opacity: 0;
  }
}

@keyframes fly-up {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-5px);
    opacity: 0;
  }
}

/*职称考试广告*/
.icon-zc-s {
  top: 2px;
  width: 14px;
  height: 14px;
  margin-right: 2px;
  background: url(../images/icon-zc-s.png) no-repeat;
}
.icon-zc-s:before {
  display: none;
}

.adv {
  position: fixed;
  left: 10px;
  bottom: 10px;
  width: 422px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 20;
  -webkit-animation: adv-show 1s;
  animation: adv-show 1s;
}
.adv.type-text {
  width: 450px;
  padding-left: 150px;
  color: #000 !important;
}
.adv.type-text .close {
  top: -18px;
  right: -18px;
}
.adv .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  color: #979797;
  text-align: center;
  line-height: 24px;
  border: 1px solid #979797;
  border-radius: 100%;
  cursor: pointer;
  z-index: 10;
}
.adv img {
  width: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/*--格式引用弹出框--*/
.quote-box {
  position: relative;
  display: block;
}
.quote-box .title {
  position: absolute;
  top: -40px;
  font-size: 16px;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
}
.quote-box .list-op {
  height: 50px;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 25px;
  border-top: 1px solid #eee;
}
.quote-box .list-op .layui-col-xs9 {
  text-align: right;
}
.quote-box .list-op .layui-btn {
  color: #555;
  background: #ddd;
  height: 25px;
  margin: 0 5px !important;
  line-height: 25px;
  padding: 0 8px;
  font-size: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 5px !important;
  background: #f5f5fa;
  vertical-align: top;
}
.quote-box .list-op .btn-hover {
  padding-right: 20px;
}
.quote-box .list-op .btn-hover .icon-edge {
  border-top-color: #555;
}
.quote-box .list-op .btn-hover-list {
  left: -1px;
  right: -1px;
  margin-top: 0;
  background: #f5f5fa;
  border: 1px solid #e5e5e5;
}
.quote-box .list-op .btn-hover-list dd a {
  padding: 0 8px;
}
.quote-list {
  padding: 0 20px;
}
.quote-list li {
  position: relative;

  padding: 15px 85px 15px 0;
  font-size: 0;
  border-bottom: 1px solid #eee;
}
.quote-list li:last-child {
  border-bottom: 0;
}
.quote-list li:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.quote-list li .label {
  width: 70px;
  font-size: 14px;
  vertical-align: middle;
  text-align: justify;
  text-align-last: justify;
}
.quote-list li .label span {
  display: block;
}
.quote-list li .content {
  display: inline-block;
  width: 660px;
  padding-left: 10px;
  font-size: 14px;
  vertical-align: middle;
}

.quote-list li .content > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.quote-list li .op {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
}
.quote-list li .op .layui-btn {
  line-height: 28px;
}
.quote-list li .op .layui-btn i {
  margin-right: 3px;
}
.batch-tip {
  padding: 0 20px;
  font-size: 14px;
  line-height: 50px;
  background-color: #fef8ef;
}
.batch-tip h4 {
  display: inline-block;
  margin-right: 10px;

  line-height: 28px;
  font-size: 14px;
  font-weight: bold;
  color: #f09c36;
}
.batch-tip h4 i {
  margin-right: 3px;
  font-size: 16px;
  vertical-align: -1px;
}
.batch-list {
  padding: 0 20px;
  height: 371px;
}
.batch-list .layui-table-header {
  background-color: #fff;
}
.batch-list .layui-table thead tr {
  background-color: transparent;
  border-bottom: 1px solid #e8e8e8;
}
.batch-list .layui-table tbody tr.no-check {
  background-color: #fafafa;
}
.batch-list .layui-table tbody tr.no-check .layui-table-cell {
  color: #ccc;
}

.batch-list .layui-table th,
.batch-list .layui-table td {
  padding: 10px 0;
  font-size: 14px;
}
.batch-list .layui-table-cell {
  height: auto;
  padding: 0 10px;
  line-height: 20px;
  overflow: inherit;
  text-overflow: inherit;
  white-space: normal;
}

.batch-list .layui-table td a {
  color: inherit;
}
.batch-list .op .layui-btn {
  width: 30px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  text-align: center;
  background: #eee;
}
.batch-list .op .layui-btn:hover {
  color: #888;
}
.batch-list .article-source a {
  display: inline-block;
  overflow: hidden;
  width: 21px;
  height: 21px;
  color: #000;
  background: #f5f5f5;
  border-radius: 3px;
  line-height: 19px;
  text-align: center;
  border: 1px solid #f5f5f5;
  border-radius: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.batch-list .article-source a:hover {
  text-decoration: none;
  color: #fff;
  border-color: #01319f;
  background: #01319f;
}

#batch .list-bottom {
  position: relative;
  margin: 0 20px;
  padding: 0 5px;
  font-size: 14px;
  line-height: 50px;
  border-top: 1px solid #e6e6e6;
  text-align: center;
}
#batch .list-bottom strong {
  color: #f10022;
}
#batch .list-bottom .num {
  position: absolute;
  top: 0;
  right: 0;
}

#batch .submit {
  text-align: right;
  padding: 10px 20px;
  border-top: 1px solid #e6e6e6;
}
#batch .submit:before,
#batch .submit:after {
  display: table;
  clear: both;
  content: "";
}
#batch .submit .layui-btn {
  float: right;
  width: 150px;
}
#batch .submit .layui-btn-primary {
  float: left;
}

#batch .page {
  line-height: 50px;
}
#batch .page .layui-laypage,
.search-bottom .page .layui-laypage {
  margin: 0;
  vertical-align: top;
}
#batch .page .layui-laypage a,
#batch .page .layui-laypage span {
  margin: 0;
  padding: 0 10px;
  border: 0;
}
#batch .page .layui-laypage a,
#batch .page .layui-laypage .layui-laypage-spr,
.search-bottom .page .layui-laypage a,
.search-bottom .page .layui-laypage .layui-laypage-spr {
  /* display: none; */
}
#batch .page .layui-laypage a:hover {
  color: inherit;
}
#batch .page .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #666666;
  color: #fff;
  border-radius: 5px;
  line-height: 17px;
  height: 15px;
  top: 6px;
}
#batch .page .layui-laypage .layui-laypage-curr em {
  font-weight: bold;
}

#batch .page .layui-laypage .layui-laypage-curr:after {
  display: inherit;
  content: attr(page-total);
}
#batch .object-content {
  height: 371px;
  font-size: 0;
  text-align: center;
}
#batch .object-content:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}
#batch .object-content .loading {
  display: inline-block;
  height: 100px;
  text-align: center;
  font-size: 14px;
  line-height: 95px;
  vertical-align: middle;
}
#batch .object-content .loading-animation {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 30px;
  height: 40px;
  margin-right: 3px;
  vertical-align: middle;
}
#batch .object-content .loading-animation i {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  opacity: 0;
  animation: loading-m2 9s infinite;
}
#batch .object-content .loading-animation i:nth-child(2) {
  animation-delay: 3s;
}
#batch .object-content .loading-animation i:nth-child(3) {
  animation-delay: 6s;
}


.no-data {
    position: relative;
    height: 200px;
    color: #aaa;
    text-align: center
}

    .no-data .tip {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        margin: 0;
        padding: 0;
        line-height: inherit;
        border: 0;
        transform: translate(-50%, -50%)
    }

        .no-data .tip svg {
            font-size: 80px;
            color: inherit
        }

        .no-data .tip .text {
            margin-top: 10px;
            font-size: 16px
        }

.agreement {
    padding-left: 0px
}

    .agreement .layui-form-checkbox[lay-skin=primary] {
        float: left;
        margin-top: 9px;
    }



.input-group:before, .input-group:after {
    display: table;
    clear: both;
    content: "";
}

.input-group .label, .input-group .inline-input, .input-group .inline-img, .input-group .inline-tip, .input-group .inline-alert, .input-group .inline-text, .input-group .inline-btn {
    display: inline-block;
    vertical-align: middle;
}

.input-group .inline-input {
    width: 310px;
}

.log-off .label {
    width: 110px;
    font-size: 16px;
    text-align: right;
    line-height: 38px;
}

.input-group .inline-input.code {
    position: relative;
}

    .input-group .inline-input.code .layui-btn {
        position: absolute;
        right: 0;
        top: 0;
        width: 100px;
        padding: 0;
        color: #555;
        background: #f3f4f4;
        border: 1px solid #dbdee1;
    }

    .input-group .inline-input.code img {
        position: absolute;
        right: 0;
        top: 0;
        width: 100px;
        height: 38px;
    }

.input-group .inline-tip, .input-group .inline-alert {
    width: 310px;
    padding: 0 5px;
    line-height: 19px;
    color: #999;
}

.input-group .alt-error {
    color: #dd0000
}

.input-group .alt-ok {
    color: #74B374
}

.input-group a {
    color: #15508c;
}

.agreement a{
    text-decoration:underline
}

.input-group .layui-btn {
    color: #fff;
    text-decoration: none;
}

.input-group .inline-text {
    line-height: 38px;
}

.login .input-group .inline-text {
    height: 30px;
}

.login .inline-input .layui-input {
    height: 55px
}

.show-top-sup {
    position: absolute;
    top: 0em;
    right: -20px;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    color: #dd0000;
    white-space: nowrap;
    transform: scale(calc(3 / 4));
}

.top-report{
    margin-right:5px;
    position:relative;
}
/* ── 中国科技云登录：hover 触发下拉 ── */
.cst-wrapper {
    position: relative;
}

/* 下拉容器：padding-bottom 填补间隙，保持 hover 区域连续不断开 */
.cst-dropdown {
    position: absolute;
    bottom: 100%;
    left: 50%;
    padding-bottom: 15px;
    background: transparent;
    min-width: 130px;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%) translateY(6px);
    transition: opacity 0.18s ease, transform 0.18s ease;
    z-index: 200;
}

/* 菜单卡片：用 filter drop-shadow 让阴影包裹卡片+三角整体 */
.cst-dropdown-inner {
    background: #fff;
    border-radius: 0px;
    position: relative;
    filter: drop-shadow(0 4px 12px rgba(0,0,0,0.13)) drop-shadow(0 1px 3px rgba(0,0,0,0.08));
}

    /* 小三角（朝下，与卡片同色，阴影由父级 filter 统一处理） */
    .cst-dropdown-inner::after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 50%;
        transform: translateX(-50%);
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #fff;
    }

/* hover 时展开 */
.cst-wrapper:hover .cst-dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

/* 菜单项 */
.dropdown-item {
    display: block;
    padding: 10px 24px;
    font-size: 14px;
    color: #172533;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
}

    .dropdown-item:hover {
        background: #C9DAFF;
        color: #0033A0;
    }

    .dropdown-item + .dropdown-item {
        border-top: 1px solid #f0f0f0;
    }