@font-face {
  font-family: 'FontAwesome';
  src:  url('./iconfont.woff?v=4.7.0') format('woff');
  font-weight: normal;
  font-style: normal;
}
.iconfont{font-family:FontAwesome!important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.iconfont.icon-piliang:before{content: "\e60a";}
body {
  margin: 0;
  padding: 0;
  font: 14px "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
  padding: 0;
  margin: 0;
}
table,
td,
tr,
th {
  border-collapse: collapse;
}
li {
  list-style-type: none;
}
img {
  vertical-align: top;
  border: 0;
}
ol,
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input {
  outline: none;
}
address,
cite,
code,
em,
th {
  font-weight: normal;
  font-style: normal;
}
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  text-decoration: none;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.line_1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
input {
  border: none;
  outline: none;
}
input[type=button] {
  -webkit-appearance: none;
}
html,
body {
  width: 100%;
  height: 100%;
}
.container {
  margin: 0 auto;
  width: 1200px;
}
.container:after {
  content: '';
  display: block;
  clear: both;
}
body {
  min-width: 1240px;
  background: #fff;
}
#pageIndex {
  display: none;
}
.header {
  position: relative;
}
.index-body {
	min-width: 0;
	background: url(../images/index-bg.jpg) no-repeat center top/cover;
}
.index-body .header {
	position: relative;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	min-width: 0;
}
.index-body .container {
	width: auto;
	max-width: 1200px;
	padding: 0 20px;
}
.header .top-nav {
  height: 30px;
}
.header .top-nav:after {
  content:'';
  display:block;
  clear:both;
}
.header .top-nav .container {
  padding-top: 5px;
  font-size: 0;
  text-align: right;
}
.header .top-nav a {
  display: inline-block;
  position: relative;
  margin-right: 25px;
  font-size: 14px;
  color: #333;
  line-height: 20px;
}
.header .top-nav a:last-child {
  margin-right: 0;
}
.header .top-nav a.login,
.header .top-nav a.register,
.header .top-nav a.logout {
  padding-left: 20px;
}

.header .top-nav a.login:hover,
.header .top-nav a.register:hover,
.header .top-nav a.logout:hover{
	color: #3f4b92;
}
.header .top-nav a.index-link{
	padding: 0 9px;
	border-radius: 2px;
	background: #3f4b92;
	color: #fff;
	font-size: 12px;
}
.header .top-nav a.login:before,
.header .top-nav a.register:before,
.header .top-nav a.logout:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  background: url(../images/sciwatch-icon.png) no-repeat 0 0;
}
.header .top-nav a.login:before {
  background: url(../images/sciwatch-head-icon-user.png) no-repeat 0 center;
}
.header .top-nav a.register:before {
  background: url(../images/sciwatch-head-icon-register.png) no-repeat 0 center;
}
.header .top-nav a.logout:before {
  background-position: -40px 0;
}
.header .top-nav a.logined {
  cursor: default;
}
.header .top-nav .language-lists {
	display:none;
	position:absolute;
	left:0;top:20px;
	padding: 4px 0;
	color:#333;
	background:#fff;
	box-shadow:0 0 5px rgba(0,0,0,.2);
	border-radius:3px;
	z-index: 1000;
}
.header .top-nav .language-lists  li{
	line-height:20px;
	padding: 0 10px;
	cursor:pointer;
}
.header .top-nav .language-lists  li:hover{
	background:#d3e8ff;
	color:#136acd;
}
.header .top-nav .language {
  padding: 0 10px;
  border-radius: 2px;
  background: #29694e;
}
.header .page-nav .header-logo-link{
	float: left;
  margin: 23px 0;
}
.header-logo-name{
	margin-left: 15px;
	font-size: 34px;
	color: #333;
	line-height: 50px;
}
.header .page-nav .img-logo {
  height: 50px;
}
.header .page-nav .header-menu {
  background: #00629f;
}
.header .page-nav .nav-list {
  font-size: 0;
  white-space: nowrap;
  background: #00629f;
}
.header .page-nav .nav-list li {
  display: inline-block;
  margin-right: 1px;
}
.header .page-nav .nav-list li a {
  display: block;
  padding: 0 35px;
  font-size: 20px;
  color: #fff;
  line-height: 60px;
}
.header .page-nav .nav-list li:last-child {
  margin: 0;
}
.header .page-nav .nav-list li.active a,
.header .page-nav .nav-list li:hover a {
  font-weight: bold;
  background: #1e916e;
}
.header .page-nav .nav-list.nav-en {
  display: table;
  width: 880px;
}
.header .page-nav .nav-list.nav-en li {
  margin-right: 0;
  display: table-cell;
}
.header .page-nav .nav-list.nav-en li a {
  margin: 0 3px;
  padding: 0;
  letter-spacing: -1px;
  text-align: center;
}
.footer {
  padding: 33px 0 27px;
  background: #002c50;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
.footer a,.footer p{
  color: #fff;
}
.page-index{
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	/*height: 100%;
	max-height: 750px;*/
}
.page-index .index-logo-module {
	margin-top: 30px;
}
.logo-atlas-link{
    float: right;
    margin-left: 20px;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    color: #444;
}
.logo-atlas-link:hover {
    color: #2980ab;
}
.logo-atlas-link svg{
    position: relative;
    top: -1px;
}
.page-index .search-box {
    margin: 90px 0 100px;
  background-size: auto 100%;
  text-align: center;
  font-size: 0;
}
.page-index .search-box .search-content {
	display: inline-block;
	vertical-align: middle;
  width: 100%;
  font-size: 14px;
}
.page-index .search-box .senior-link{
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
  	font-size: 16px;
	color: #fff;
	line-height: 20px;
}
.page-index .special-lists {
    margin: 50px 0 0 -20px;
}
.page-index .special-lists li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
}
.page-index .special-lists .li-cont{
    display: block;
    position: relative;
    margin: 20px 0 0 20px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    border-radius: 4px;
    overflow: hidden;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}
.page-index .special-lists .li-title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    line-height: 130px;
    background: rgba(0,0,0,.1);
}
.page-index .special-lists .li-img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    transition: transform .6s;
}
.page-index .special-lists .li-cont:hover{
    box-shadow: 0 0 5px rgba(0,0,0,.25);
}
.page-index .special-lists .li-cont:hover .li-img{
    transform: scale(1.1);
}
.page-index .search-box .senior-link:after{
	content: '>';
	margin-left: 10px;
}
.page-index .search-box .senior-link:hover{
	text-decoration: underline;
}
.page-index .search-box .search-content:after {
  content: '';
  display: block;
  clear: both;
}
.page-index .search-box .search-form {
  position: relative;
  margin: 70px 0 15px 0;
    text-align: center;
    font-size: 0;
}
.page-index .search-box .search-form .search-input-box {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #cacbca;
	width: 720px;
    border-radius: 4px;
    background: #fff;
}
.page-index .index-search-title{
	font-size: 42px;
	color: #32419e;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
}
.page-index .index-search-title .red{
	position: relative;
	top: -6px;
}
.search-source {
    display: none;
    padding-bottom: 50px;
    background: #fff;
}
.search-source .container {
    padding: 0;
}
.search-source .source-info {
    display: none;
    padding: 20px 0;
}
.search-source .source-info .info-head:after {
    content: '';
    display: block;
    clear: both;
}
.search-source .source-info .info-head .head-text {
    float: left;
    padding-left: 35px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
    background: url(../images/search-source-head-icon.png) no-repeat left center;
    background-size: auto 70%;
}
.search-source .source-info .info-des {
    margin-top: 10px;
    font-size: 15px;
    color: #333;
    line-height: 26px;
}
.search-source .source-info .source-tip{
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.search-source .source-info .source-tip sup{
    position: relative;
    top: -2px;
    color: #2980ab;
}
.search-source .source-info .source-tip .tip-arrow {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 10;
    width: 100px;
    margin-left: -50px;
    height: 10px;
    overflow: hidden;
    transform: scale(.7,1);
}
.search-source .source-info .source-tip .tip-arrow:after {
    content: '';
    display: block;
    margin: 3px auto 0;
    width: 15px;
    height: 15px;
    background: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,.1);
    transform: rotate(45deg);
}
.search-source .source-info .source-tip:hover .tip-arrow {
    display: block;
}
.search-source .source-info .source-tip .tip-cont {
    display: none;
    position: absolute;
    left: -190px;
    top: 100%;
    width: 400px;
    padding: 15px 20px;
    background: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,.1);
}
.search-source .source-info .source-tip:hover .tip-cont {
    display: block;
}
.search-source .source-info .source-tip .tip-title {
    display: block;
    font-size: 16px;
    color: #2980ab;
    line-height: 22px;
    font-weight: bold;
}
.search-source .source-info .source-tip .tip-des {
    margin-top: 12px;
    font-size: 13px;
    color: #555;
    line-height: 18px;
}
.search-source .source-lists-cont {
    display: none;
    border: 1px solid #d9d9d9;
}
.search-source .source-lists-cont .lists-head {
    padding: 12px 15px;
    border-bottom: 1px solid #d9d9d9;
    background: #f3f4f6;
    overflow: hidden;
}
.search-source .source-lists-cont .lists-head .head-text {
    float: left;
    padding: 0 20px;
    font-size: 14px;
    line-height: 36px;
    border-radius: 4px;
    color: #fff;
    font-style: normal;
    background: #f0722c;

}

.source-select {
    float: right;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 120px;
}
.source-select.ctl-error .select-text {
    border-color: #f56c6c !important;
}
.source-select .select-text {
    position: relative;
    z-index: 100;
    padding: 0 20px 0 20px;
    font-size: 13px;
    line-height: 24px;
    cursor: pointer;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/svg-lang.svg) no-repeat 0 center;
    background-size: auto 70%;
}
.source-select .select-text.active:after {
    transform: rotate(0deg);
}
.source-select .select-text:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    border: 4px solid transparent;
    border-top: 5px solid #aaa;
    margin-top: -2px;
}
.source-select .select-cont {
    display: none;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 100%;
    min-width: 100%;
    margin-top: 4px;
    white-space: nowrap;
}
.source-select .cont-arrow {
    position: relative;
    height: 8px;
    overflow: hidden;
}
.source-select .cont-arrow:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 30px;
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}
.source-select .select-lists {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    padding: 8px 0;
    max-height: 240px;
    overflow: auto;
}
.source-select .select-lists::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #f5f5f5;
}
.source-select .select-lists::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #3f4b92;
}
.source-select .select-lists li {
    padding: 0 14px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #555;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.source-select .select-lists li:hover {
    background: #3f4b92;
    color: #fff;
    font-weight: bold;
}
.source-select .select-lists li.has-child:after {
    content: "\e6e0";
    font-family: element-icons !important;
    font-style: normal;
    float: right;
    color: #c1f9ff;
}
.menu-hide{
	display: none !important;
}
.search-index-link {
	display: inline-block;
	margin-bottom: 35px;
	font-size: 0;
	color: #32419e;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
}
.search-index-link span{
	margin-left: 20px;
	position: relative;
	top: 6px;
	vertical-align: middle;
	display: inline-block;
	font-size: 28px;
	color: #32419e;
}
.search-index-link  img{
	vertical-align: middle;
}
.search-index-link  .red{
	margin-left: 15px;
	vertical-align: middle;
	position: relative;
	top: -4px;
	height: 38px;
}
.page-index .index-search-count{
	margin: 30px 0;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	text-align: center;
}
.page-index .index-search-count b{
	font-size: 24px;
	color: #3e16d3;
}
.page-index .search-box .search-form .search-input {
  padding: 0 220px 0 25px;
  box-sizing: border-box;
  width: 100%;
  height: 46px;
  line-height: 46px;
  color: #333;
  font-size: 16px;
    background: transparent;
}
.page-index .search-box .search-form .search-input::-webkit-input-placeholder {
  color: #999;
}
.page-index .search-box .search-form .search-btn {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 120px;
  height: 44px;
  background: #3f4b92;
    border-radius: 0 3px 3px 0;
  color: #fff;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
}
.page-index .search-box .search-form .search-btn.btn-author {
    position: relative;
    top: auto;
    right: auto;
    margin-left: 12px;
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    height: 46px;
    border: 1px solid #CACBCA;
    background: #46AD69;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    line-height: 46px;
}
.page-index .search-box .search-form .search-btn:hover {
  opacity: .9;
}
.page-index .search-box .search-form .search-btn.btn-author:hover {
  background: #399b5a;
}
.page-index .search-box .search-form .search-keywords {
  display: none;
  position: absolute;
  top: 52px;
  left: 0;
  min-width: 300px;
  background: #fff;
  border: 1px solid #ececec;
}
.page-index .search-box .search-form .search-keywords li {
  padding: 0 25px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
}
.page-index .search-box .search-form .search-keywords li:hover {
  background: #e2e2e2;
}
.page-index .search-box .search-nav {
	display: none;
  overflow: hidden;
}
.page-index .search-box .search-nav li {
  float: left;
  margin-right: 13px;
  padding: 0 12px;
  color: #12234f;
  line-height: 26px;
  border-radius: 4px;
  background: #d2d6db;
  cursor: pointer;
}
.page-index .search-box .search-nav li.active,
.page-index .search-box .search-nav li:hover {
  background: #2d9253;
  color: #fff;
}
.page-index .search-box .search-hotkey {
    position: absolute;
    top: 100%;
    margin-top: 15px;
  height: 26px;
  overflow: hidden;
  font-size: 15px;
  line-height: 26px;
}
.page-index .search-box .search-hotkey .label {
  float: left;
  color: #666;
}
.page-index .search-box .search-hotkey .hot-key {
  float: left;
  margin-right: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.3);
  color: #666;
}
.page-index .search-box .search-hotkey .hot-key:last-child {
  margin: 0;
}
.page-index .search-box .search-hotkey .hot-key:hover {
  color: #32419e;
}
.page-index .index-module {
  margin-top: 30px;
}
.page-index .index-module .module-left {
  float: left;
  width: 830px;
}
.page-index .index-module .module-right {
  float: right;
  width: 340px;
}
.page-index .index-module .module-title {
  border-left: 4px solid #00629f;
  padding: 0 10px;
  background: #f2f3f6;
  font-size: 20px;
  line-height: 34px;
  color: #00629f;
  font-weight: bold;
}
.page-index .index-module .module-title .module-more {
  float: right;
  font-size: 14px;
  color: #999;
  font-weight: normal;
}
.page-index .index-module .module-title .module-more:hover {
  color: #00629f;
}
.page-index .index-module .resources-lists-box {
  overflow: hidden;
}
.page-index .index-module .resources-lists-box .resources-lists {
  margin-right: -36px;
}
.page-index .index-module .resources-lists-box .resources-lists li {
  float: left;
  margin-top: 25px;
  width: 50%;
}
.page-index .index-module .resources-lists-box .resources-lists li .list-content {
  margin: 0 36px 0 0;
  height: 180px;
  border-bottom: 1px solid #eee;
}
.page-index .index-module .resources-lists-box .resources-lists li .resource-date {
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-index .index-module .resources-lists-box .resources-lists li .resource-date span {
  float: left;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #999;
}
.page-index .index-module .resources-lists-box .resources-lists li .resource-date span:first-child {
  margin: 0;
  padding: 0;
  border: none;
}
.page-index .index-module .resources-lists-box .resources-lists li .resource-title {
  display: block;
  margin-top: 10px;
  max-height:40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  color: #00629f;
  line-height: 20px;
}
.page-index .index-module .resources-lists-box .resources-lists li .resource-title:hover {
  text-decoration: underline;
}
.page-index .index-module .resources-lists-box .resources-lists li .resources-des {
  margin: 10px 0 5px;
  font-size: 14px;
  line-height: 22px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.page-index .index-module .subject-lists-box {
  /* margin-top: 8px; */
  overflow: hidden;
}
.page-index .index-module .subject-lists-box .research-lists {
	float: left;
}
.page-index .index-module .subject-lists-box .research-lists li{
	float: left;
    margin: 12px 3%;
    position: relative;
    width: 44%;
    height: 160px;
    overflow: hidden;
}
.page-index .index-module .subject-lists-box .research-lists .research-img {
	width: 100%;
	height: 100%;
  transition: transform 2s;
}
.page-index .index-module .subject-lists-box .research-lists li:hover .research-img {
  transform: scale(1.05);
}
.page-index .index-module .subject-lists-box .research-lists .research-title {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -10px;
	line-height:20px;
	font-size: 16px;
	color: #fff;
	text-align:center;
}
.page-index .index-module .subject-lists-box .research-lists a.research-title {
	color: #999;
}
.page-index .index-module .subject-lists-box .research-lists a.research-title:hover {
	color: #00629f;
}
.page-index .index-module .subject-lists-box .subject-lists {
  margin-right: -23px;
}
.page-index .index-module .subject-lists-box .subject-lists li {
  float: left;
  margin: 12px 0;
  width: 50%;
}
.page-index .index-module .subject-lists-box .subject-lists li:nth-child(n+3) {
  display:none;
}
.page-index .index-module .subject-lists-box .subject-lists li .list-content {
  display: block;
  margin-right: 23px;
}
.page-index .index-module .subject-lists-box .subject-lists li .list-content .img-box {
  margin: 0 auto;
  width: 120px;
  height: 160px;
  overflow: hidden;
}
.page-index .index-module .subject-lists-box .subject-lists li .list-content .img-box .subject-img {
  width: 100%;
  height: 100%;
    object-fit: cover;
  transition: transform 2s;
}
.page-index .index-module .subject-lists-box .subject-lists li .list-content .subject-title {
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #00629f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-index .index-module .subject-lists-box .subject-lists li .list-content .subject-title.center {
	position: relative;
	top: -90px;
}
.page-index .index-module .subject-lists-box .subject-lists li .list-content:hover .img-box .subject-img {
  transform: scale(1.05);
}
.page-index .index-module .subject-lists-box .subject-lists li .list-content:hover .subject-title {
  text-decoration: underline;
}
.page-index .index-module .book-lists-box {
  margin-top: 20px;
  overflow: hidden;
}
.page-index .index-module .book-lists-box .book-lists {
  margin-right: -50px;
}
.page-index .index-module .book-lists-box .book-lists li {
  float: left;
  width: 25%;
}
.page-index .index-module .book-lists-box .book-lists li .list-content {
  margin-right: 50px;
  text-align: center;
  line-height: 26px;
}
.page-index .index-module .book-lists-box .book-lists li .list-content .img-box {
  padding: 10px 0;
  border: 1px solid #eaeaea;
}
.page-index .index-module .book-lists-box .book-lists li .list-content .img-box .book-img {
  width: 130px;
  height: 180px;
  transition: transform 2s;
}
.page-index .index-module .book-lists-box .book-lists li .list-content .book-title {
  margin-top: 5px;
  display: block;
  font-size: 16px;
  color: #00629f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-index .index-module .book-lists-box .book-lists li .list-content .book-title:hover {
  text-decoration: underline;
}
.page-index .index-module .book-lists-box .book-lists li .list-content .book-des {
  font-size: 14px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-index .index-module .book-lists-box .book-lists li .list-content:hover .img-box {
  border-color: #00629f;
}
.page-index .index-module .book-lists-box .book-lists li .list-content:hover .img-box .book-img {
  transform: scale(1.05);
}
.page-index .index-module .sourse-lists {
  margin-top: 22px;
}
.page-index .index-module .sourse-lists li {
  margin-bottom: 16px;
  line-height: 26px;
}
.page-index .index-module .sourse-lists li:last-child {
  margin: 0;
}
.page-index .index-module .sourse-lists li .sourse-title {
  display: block;
  font-size: 16px;
  color: #00629f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-index .index-module .sourse-lists li .sourse-title:hover {
  text-decoration: underline;
}
.page-index .index-module .sourse-lists li .sourse-keys {
  overflow: hidden;
}
.page-index .index-module .sourse-lists li .sourse-keys .sourse-key {
  float: left;
  position: relative;
  margin-right: 15px;
  padding-left: 16px;
  cursor: pointer;
  color: #999;
}
.page-index .index-module .sourse-lists li .sourse-keys .sourse-key:hover {
  color: #00629f;
}
.page-index .index-module .sourse-lists li .sourse-keys .sourse-key:last-child {
  margin: 0;
}
.page-index .index-module .sourse-lists li .sourse-keys .sourse-key:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 12px;
  background: url(../images/sciwatch-icon.png) no-repeat 0 0;
}
.page-index .index-module .sourse-lists li .sourse-keys .sourse-key.date:after {
  background-position: 0 -50px;
}
.page-index .index-module .sourse-lists li .sourse-keys .sourse-key.detail:after {
  background-position: -20px -50px;
}
.page-index .module-banner {
  margin-top: 30px;
  padding: 35px 0 30px;
  background: url(../images/sciwatch-banner-bg.png) repeat;
}
.page-index .module-banner .banner-content {
  margin: 0 17px 0 33px;
  position: relative;
  box-shadow: 0 0 12px rgba(0, 1, 20, 0.7);
  background: #00629f;
  border-radius: 4px;
}
.page-index .module-banner .banner-content:after {
  content: '';
  display: block;
  clear: both;
}
.page-index .module-banner .banner-label {
  position: absolute;
  top: 30px;
  left: -15px;
  padding: 0 22px;
  background: #00629f;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  z-index: 100;
}
.page-index .module-banner .banner-label:after {
  content: '';
  position: absolute;
  top: -7px;
  left: 0;
  width: 16px;
  height: 7px;
  background: url(../images/sciwatch-icon.png) 0 -30px;
}
.page-index .module-banner .banner-box {
  position: relative;
  height: 320px;
  overflow: hidden;
}
.page-index .module-banner .banner-box .banner-lists {
  position: relative;
  height: 100%;
  font-size: 0;
  white-space: nowrap;
}
.page-index .module-banner .banner-box .banner-lists li {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.page-index .module-banner .banner-box .banner-lists li .banner-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 518px;
  object-fit: cover;
}
.page-index .module-banner .banner-box .banner-lists li .list-content {
  margin: 60px 75px 0 600px;
  color: #fff;
}
.page-index .module-banner .banner-box .banner-lists li .list-content .list-title {
  font-size: 20px;
  line-height: 20px;
}
.page-index .module-banner .banner-box .banner-lists li .list-content .list-des {
  margin: 25px 0 35px;
  max-height:96px;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  white-space: normal;
}
.page-index .module-banner .banner-box .banner-lists li .list-content .to-detail {
  float: left;
  margin-left: 8px;
  padding: 0 17px;
  line-height: 24px;
  font-size: 12px;
  color: #fff;
  background: #2d9253;
  border-radius: 2px;
}
.page-index .module-banner .banner-box .banner-lists li .list-content .to-detail:hover {
  background: #238347;
}
.page-index .module-banner .banner-box .banner-bar {
  position: absolute;
  left: 520px;
  right: 0;
  bottom: 17px;
  text-align: center;
  font-size: 0;
  white-space: nowrap;
}
.page-index .module-banner .banner-box .banner-bar li {
  display: inline-block;
  margin-right: 9px;
  width: 11px;
  height: 11px;
  background: #fff;
  opacity: 0.7;
  cursor: pointer;
  border-radius: 10px;
}
.page-index .module-banner .banner-box .banner-bar li:last-child {
  margin: 0;
}
.page-index .module-banner .banner-box .banner-bar li.active,
.page-index .module-banner .banner-box .banner-bar li:hover {
  background: #3fac68;
  opacity: 1;
}
.resources-datalist {
  margin-top: 10px;
}
.resources-datalist.topics-detail {
  margin: 0;
}
.resources-datalist li {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.resources-datalist li.agrinstl-li {
  padding-left: 25px;
  position: relative;
}
.resources-datalist li .data-title {
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
}
.quote-batch-li-btn{
	position: absolute;
	left: 0;
	top: 21px;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border-radius: 3px;
	cursor: pointer;
	border: .7px solid #aaa;
}
.quote-batch-li-btn.active{
	border: none;
	background: url(../images/quote-btn-icon.png);
	background-size: 100% 100%;
}
.batch-btns-content{
	margin-top: 15px;
	font-size: 12px;
	color: #555;
	line-height: 20px;
}
.batch-btns-content .batch-quote-btn{
	margin-left: 20px;
	display: inline-block;
	padding: 0 10px;
	border-radius: 15px;
	cursor: pointer;
	background: #3f4b92;
    color: #fff;
}
.batch-btns-content .batch-btn-analysis{
	float: right;
    margin-left: 6px;
    padding: 0 10px 0 35px;
    line-height: 24px;
    color: #3f4b92;
    cursor: pointer;
    border-radius: 3px;
    background: #eceefb url(../images/quote-analysis-list-bg-all.png) no-repeat 10px center;
    background-size: 18px auto;
}
.batch-btns-content .batch-btn-analysis:hover {
    text-decoration: underline;
}
.batch-btns-content .batch-quote-btn-all{
	position: relative;
	display: inline-block;
	padding-left: 20px;
	cursor: pointer;
}
.batch-btns-content .batch-quote-btn-all:after{
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border-radius: 3px;
	cursor: pointer;
	border: .7px solid #aaa;
}
.batch-btns-content .batch-quote-btn-all.active:after{
	border: none;
	background: url(../images/quote-btn-icon.png);
	background-size: 100% 100%;
}
.resources-datalist li .data-title .data-icon {
	margin: -2px 0 0 10px;
	font-size: 14px;
	color: red;
}
.datalist-icon{
	margin-left: 10px;
	height: 18px;
	vertical-align: top;
}
.resources-datalist li .data-title a {
	margin-right:5px;
  color: #3f4b92;
}
.resources-datalist li .data-tldr,
.resources-datalist li .data-tldr-des {
    line-height: 20px;
    font-size: 14px;
    color: #333;
}
.resources-datalist li .data-tldr-des {
    display: none;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}
.resources-datalist li .span-blue{
    margin-left: 6px;
    color: #004098;
    cursor: pointer;
}
.resources-datalist li .des-span {
    display: inline-block;
    position: relative;
    margin-right: 6px;
    background: #e7e7e7;
    border-radius: 3px;
    padding: 0 6px;
    font-weight: bold;
}
.resources-datalist li .des-span .des-toop {
    display: none;
    position: absolute;
    bottom: 50%;
    margin-bottom: 13px;
    left: 0;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    padding: 5px 14px;
    border-radius: 3px;
    max-width: 300px;
    font-size: 12px;
    line-height: 20px;
    z-index: 100;
    color: #333;
    font-weight: normal;
    white-space: nowrap;
}
.resources-datalist li .des-span:hover .des-toop {
    display: block;
}
.resources-datalist li .data-title a:hover {
	color: #da1e46;
}
.resources-datalist li .data-title .indexkey,
.detail-left .detail-title .indexkey {
	margin-left:3px;
	position: relative;
	top: -1.5px;
	display: inline-block;
	vertical-align: middle;
	height: 18px;
	font-weight: 200;
  color: #fff;
  background:#60c1c2;
  font-size:13px;
  line-height:18px;
  padding:0 5px;
  border-radius:2px;
}
.resources-datalist li .data-title a:hover {
  text-decoration: underline;
}
.resources-datalist li .data-author {
  margin: 10px 0;
  max-height: 28px;
  overflow: hidden;
  font-size: 12px;
  color: #999;
  line-height: 14px;
}
.resources-datalist li .data-author.lines-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.resources-datalist li .data-author .author-box {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #853f92;
}
.resources-datalist li .data-author span {
  float: left;
  margin-left: 7px;
  padding-left: 7px;
  border-left: 1px solid #999;
}
.resources-datalist li .data-author span:first-child {
  margin: 0;
  padding: 0;
  border: none;
}
.resources-datalist li .data-author span.is-lock {
  height: 14px;
  width: 9px;
  background: url(../images/sciwatch-data-lock-icon.png) no-repeat top right;
  background-size:auto 80%;
}
.resources-datalist li .data-author span.is-lock.unlocked,
.resources-datalist li .data-title .is-lock.unlocked ,
.detail-left .detail-title .is-lock.unlocked {
  background-image: url(../images/sciwatch-data-lock-icon-open.png)
}
.resources-datalist li .data-title .is-lock,
.detail-left .detail-title .is-lock {
	margin-right:5px;
	position:relative;
	display:inline-block;
	vertical-align: middle;
  height: 16px;
  width: 9px;
  background: url(../images/sciwatch-data-lock-icon.png) no-repeat top right;
  background-size:auto 80%;
}
.lock-state{
    font-size: 15px;
    color: #666;
}
.data-btn-aiqa{
    float: left;
    width: 30px;
    height: 30px;
    background: url(../images/data-btn-aiqa-icon.png) no-repeat center center/cover;
    cursor: pointer;
}
.body-ai {
    background: #fff;
}
.ai-pdf-read {
    height: 800px;
    /*height: calc(100vh - 228px);*/
    min-height: 600px;
    margin-bottom: 20px;
    background: #fff;
}
.ai-pdf-read:after {
    content: '';
    display: block;
    clear: both;
}
.ai-pdf-read .pdf-cont {
    float: left;
    width: 50%;
    height: 100%;
    border: 1px solid #ccc;
}
.ai-pdf-read .pdf-cont iframe {
    width: 100%;
    height: 100%;
}
.ai-pdf-read .ai-answer {
    margin-left: 52%;
    height: 100%;
    border: 1px solid #c6c8ca;
    border-radius: 4px;
    overflow: hidden;
}
.ai-pdf-read .ai-answer .ai-an-head {
    font-size: 0;
    padding: 8px 15px;
    line-height: 24px;
    border-bottom: 1px solid #e0e0e0;
}
.ai-pdf-read .ai-answer .ai-an-head .head-text {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    padding-left: 26px;
    background: url(../images/ai-an-head-icon.png) no-repeat 0 center;
    background-size: auto 60%;
}
.ai-pdf-read .ai-answer .ai-ques-box{
    padding: 4px 0 12px 0;
    box-sizing: border-box;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 0 8px rgba(0,0,0,.15);
    position: relative;
    z-index: 10;
}
.ai-pdf-read .ai-answer .ai-an-demo-lists {
    padding: 10px 0;
}
.ai-pdf-read .ai-answer .ai-an-demo-lists li {
    position: relative;
    padding: 0 20px 0 30px;
    font-size: 14px;
    color: #333;
    line-height: 32px;
    cursor: pointer;
}
.ai-pdf-read .ai-answer .ai-an-demo-lists li:hover {
    color: #2980ab;
}
.ai-pdf-read .ai-answer .ai-an-demo-lists li:after {
    content: '';
    position: absolute;
    left: 15px;
    top: 14.5px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #333;
}
.ai-pdf-read .ai-answer .ai-an-demo-lists li:hover:after {
    background: #2980ab;
}
.ai-pdf-read .ai-answer  .module-answer {
    overflow: auto;
}
.ai-pdf-read .ai-answer  .module-ques {
    margin: 0 12px;
    padding-bottom: 10px;
    border: 1px solid #c6c8ca;
    border-radius: 4px;
    box-sizing: border-box;
    overflow: hidden;
}
.ai-pdf-read .ai-answer  .module-ques .qu-ctl {
    height: 60px;
    width: 100%;
    box-sizing: border-box;
    background: transparent;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    resize: none;
    border: none;
    outline: none;
    font-family: inherit;
}

.ai-pdf-read .ai-answer  .module-ques .qu-ctl::-webkit-scrollbar ,
.ai-pdf-read .ai-answer  .module-answer::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #f5f5f5;
}
.ai-pdf-read .ai-answer  .module-ques .qu-ctl::-webkit-scrollbar-thumb ,
.ai-pdf-read .ai-answer  .module-answer::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #2980ab;
}
.ai-pdf-read .ai-answer  .module-ques .qu-ctl::-webkit-input-placeholder{
    color:#999;
}
.ai-pdf-read .ai-answer  .module-ques .ques-btn{
    float: right;
    width: 44px;
    height: 22px;
    background: url(../images/ai-ques-btn-icon.png) no-repeat center center;
    background-size: auto 80%;
    cursor: pointer;
    opacity: .3;
}
.ai-pdf-read .ai-answer  .module-ques .ques-btn:hover {
    opacity: .5;
}

.ai-pdf-read .pd-ask {
    padding: 5px 74px;
    overflow: hidden;
    text-align: right;
    position: relative;
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ai-pdf-read .pd-ask .pd-time {
    font-size: 14px;
    color: #c0c4cc;
    background: 0 0;
    text-align: center;
    width: 120px;
    margin: 3px auto 0;
    padding: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ai-pdf-read .pd-ask .pd-name {
    display: none;
    font-size: 12px;
    color: #ccc;
}
.ai-pdf-read .pd-ask .pd-content {
    border-radius: 8px 8px 2px 8px;
    -webkit-box-shadow: 0 10px 25px -5px rgba(152, 152, 152, 0.3);
    box-shadow: 0 10px 25px -5px rgba(152, 152, 152, 0.3);
    line-height: 22px;
    padding: 12px 16px;
    border: 1px solid #00629f;
    background: #00629f;
    text-align: left;
    color: #fff;
    display: inline-block;
    max-width: 100%;
    position: relative;
    margin: 5px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-all;
}
.ai-pdf-read .pd-ask .pd-content .pd-user {
    right: -58px;
    top: 0;
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 0;
    max-width: none;
    border: 0 none;
    vertical-align: middle;
}
.ai-pdf-read .pd-answer {
    padding: 5px 74px;
    overflow: hidden;
    position: relative;
    word-wrap: break-word;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #222;
}
.ai-pdf-read .pd-answer .pd-time {
    font-size: 14px;
    color: #c0c4cc;
    background: 0 0;
    text-align: center;
    width: 120px;
    margin: 3px auto 0;
    padding: 1px;
}
.ai-pdf-read .pd-answer .pd-name {
    display: none;
    font-size: 12px;
    color: #ccc;
}
.ai-pdf-read .pd-answer .pd-content {
    border-radius: 8px 8px 8px 2px;
    line-height: 22px;
    padding: 12px 16px;
    border: 1px solid #fff;
    background: #fff;
    -webkit-box-shadow: 0 10px 25px -5px rgba(152, 152, 152, 0.3);
    box-shadow: 0 10px 25px -5px rgba(152, 152, 152, 0.3);
    display: inline-block;
    max-width: 100%;
    position: relative;
    margin: 5px 0;
    word-break: break-all;
    word-wrap: break-word;
}
.ai-pdf-read .pd-answer .pd-content .border-top{
    border-top: 2px solid #ddedf7;
    margin-top: 10px;
    padding-top: 10px;
}
.ai-pdf-read .pd-answer .pd-content .p-back {
    float: right;
    font-size: 12px;
    background: #00629f;
    color: #fff;
    padding: 0 10px;
    border-radius: 3px;
    line-height: 24px;
}
.ai-pdf-read .pd-answer .pd-content .pd-robot {
    left: -58px;
    top: 0;
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 0;
    max-width: none;
    border: 0 none;
    vertical-align: middle;
}
.ai-pdf-read .pd-answer .pd-loading{
    position: relative;
    top: -1px;
    vertical-align: middle;
    margin-left: 6px;
    height: 4px;

}

.senior-select{
    margin-left: 14px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
}
.senior-select input{
    margin-right: 4px;
    position: relative;
    top: -1px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.resources-datalist li .data-title .pdf-group,
.detail-left .detail-title .pdf-group {
	display: inline-block;
	vertical-align: middle;
	height: 18px;
	line-height: 18px;
	position: relative;
	top: -1.5px;
}
.resources-datalist li .data-title .pdf-content,
.resources-datalist .indexkey-title,
.detail-left .detail-title .pdf-content,
.detail-left .detail-title .indexkey-title {
	display: none;
	position: absolute;
	bottom: 100%;
	left: 0;background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	padding: 5px 14px;
	border-radius: 3px;
	max-width:300px;
	font-size: 12px;
	line-height:20px;
	z-index: 100;
	color:#333;
	font-weight: normal;
    white-space: nowrap;
}
.resources-datalist li .data-title .pdf-content p{
	font-weight: normal;
	color:#666;
}
.pdf-item:hover .pdf-content,
.resources-datalist li .data-title .pdf-group:hover .pdf-content,
.resources-datalist li .data-title .is-lock:hover .indexkey-title,
.resources-datalist li .data-btns .data-btn:hover .indexkey-title,
.resources-datalist li .data-title .indexkey:hover .indexkey-title,
.detail-left .detail-title .pdf-group:hover .pdf-content,
.detail-left .detail-title .indexkey:hover .indexkey-title,
.detail-left .detail-title .is-lock:hover .indexkey-title {
	display: block;
}
.resources-datalist li .data-title .pdf-content a {
	display: block;
	line-height: 18px;
	    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.resources-datalist li .data-title .icon-pdf{
	margin-left: 10px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	height: 15px;
}
.resources-datalist li .data-des {
	max-height:60px;
  line-height: 20px;
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.resources-datalist li .data-btns,
.detail-left .detail-content .data-btns {
  margin-top: 10px;
}
.detail-left .detail-content .data-btns {
	float:none;
}
.resources-datalist li .data-btns:after,
.detail-left .detail-content .data-btns:after {
	content:'';
	display:block;
	clear:both;
}
.resources-datalist li .data-btns .data-btn ,
.detail-left .detail-content .data-btns .data-btn,
.detail-left .detail-title .data-btn {
	position:relative;
  float: left;
  margin-right: 20px;
  position: relative;
  padding: 0 23px 0 42px;
  font-size: 14px;
  line-height: 30px;
  color: #3f4b92;
  cursor:pointer;
  border-radius: 15px;
  background: #eceefb;
}
.resources-datalist li .data-btns .data-btn.export:after ,
.detail-left .detail-content .data-btns .data-btn.export:after{
	background:url(../images/search-icon-quote.png) no-repeat 0 0;
}
.resources-datalist li .data-btns .data-btn.export.active ,
.detail-left .detail-content .data-btns .data-btn.export.active{
	pointer-events: none;
	pointer: default;
	color: #da3a4b;
}
.resources-datalist li .data-btns .data-btn.export.active:after ,
.detail-left .detail-content .data-btns .data-btn.export.active:after{
	background-position: 0 -20px;
}
.resources-datalist li .data-btns .data-btn .request-box,
.detail-left .detail-content .data-btns .data-btn .request-box{
	display:none;
  position:absolute;
  max-height:200px;
  overflow:auto;
  top: 30px;
  left:0;
  padding: 15px 20px;
  border:1px solid #eee;
  z-index:1000;
  background:#fff;
  box-shadow:0 0 4px rgba(0,0,0,.1);
  white-space: nowrap;
  font-size: 0;
}
.resources-datalist li .data-btns .data-btn:hover .request-box,
.detail-left .detail-content .data-btns .data-btn:hover .request-box{
	display:block;
}
.resources-datalist li .data-btns .data-btn .request-box a,
.detail-left .detail-content .data-btns .data-btn .request-box a,
.detail-left p .detail-url{
	display:block;
	height:26px;
	color:#00629f;
    font-size: 14px;
	line-height:26px;
 	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.full-link-list {
    display: inline-block !important;
    vertical-align: top;
    width: 240px;
    font-size: 0;
}
.full-link-list-block {
    display: block !important;
    width: 400px;
    font-size: 0;
}
.full-link {
	display: inline-block !important;
	box-sizing: border-box;
	vertical-align: top;
	position: relative;
	max-width: 100%;
	padding: 0 20px 0 24px;
	font-size: 14px;
	color:#00629f;
	line-height:26px;
 	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.full-link:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	background: url(../images/sciwatch-icon.png) no-repeat 0 -79px;
	background-size: 250px;
}
.full-link.link-cross:after {
	background: url(../images/full-link-icon-cross.png) no-repeat;
	background-size: 100% 100%;
}
.full-link.link-pub:after {
	background: url(../images/full-link-icon-pmb.png) no-repeat;
	background-size: 100% 100%;
}
.full-link.link-pmc:after {
	background: url(../images/full-link-icon-pmc.png) no-repeat;
	background-size: 100% 100%;
}
.full-link.link-ws:after {
	background: url(../images/full-link-icon-ws.png) no-repeat;
	background-size: 100% 100%;
}

.resources-datalist li .data-btns .data-btn .request-box a:hover,
.detail-left .detail-content .data-btns .data-btn .request-box a:hover,
.detail-left p .detail-url:hover{
	text-decoration:underline;
}
.resources-datalist li .data-btns .data-btn:hover ,
.detail-left .detail-content .data-btns .data-btn:hover,
.detail-left .detail-title .data-btn:hover {
	background-color: #3f4b92;
	color: #fff;
}
.resources-datalist li .data-btns .data-btn:hover:after, 
.detail-left .detail-content .data-btns .data-btn:hover:after{
	background: url(../images/sciwatch-icon-white.png) no-repeat 0 -110px;
}
.resources-datalist li .data-btns .data-btn:after ,
.detail-left .detail-content .data-btns .data-btn:after,
.detail-left .detail-title .data-btn:after {
  content: '';
  position: absolute;
  left: 22px;
  top: 50%;
  margin-top: -7px;
  width: 16px;
  height: 14px;
  background: url(../images/sciwatch-icon.png) no-repeat 0 -110px;
}

.resources-datalist li .data-btns .data-btn.quote:after ,
.detail-left .detail-content .data-btns .data-btn.quote:after,
.detail-left .detail-title .data-btn.quote:after {
	background: url(../images/search-icon-1.png) no-repeat 0 -160px;
}
.resources-datalist li .data-btns .data-btn.quote:hover:after ,
.detail-left .detail-content .data-btns .data-btn.quote:hover:after,
.detail-left .detail-title .data-btn.quote:hover:after {
	background: url(../images/search-icon-1-white.png) no-repeat 0 -160px;
}
.resources-datalist li .data-btns .data-btn.pdf:after ,
.detail-left .detail-content .data-btns .data-btn.pdf:after,
.detail-left .detail-title .data-btn.pdf:after {
	background: url(../images/icon-pdf.png?v=1.0.1) no-repeat 0 0;
	background-size: auto 14px;
}
.resources-datalist li .data-btns .data-btn.pdf:hover:after ,
.detail-left .detail-content .data-btns .data-btn.pdf:hover:after,
.detail-left .detail-title .data-btn.pdf:hover:after {
	background: url(../images/icon-pdf-white.png) no-repeat 0 0;
	background-size: auto 14px;
}
.resources-datalist li .data-btns .data-btn.intel:after ,
.detail-left .detail-content .data-btns .data-btn.intel:after,
.detail-left .detail-title .data-btn.intel:after {
    background: url(../images/icon-intel-read.png) no-repeat 0 0;
    background-size: auto 14px;
}
.resources-datalist li .data-btns .data-btn.intel:hover:after ,
.detail-left .detail-content .data-btns .data-btn.intel:hover:after,
.detail-left .detail-title .data-btn.intel:hover:after {
    background: url(../images/icon-intel-read-white.png) no-repeat 0 0;
    background-size: auto 14px;
}
.resources-datalist li .data-btns .data-btn.getdata:after {
  background-position: -20px -110px;
}
.resources-datalist li .data-btns .data-btn.read-online:after {
  background-position: -40px -110px;
}
.resources-datalist li .data-btns .data-btn.down-load {
  color: #2d9253;
}
.resources-datalist li .data-btns .data-btn.down-load:after {
  background-position: -60px -110px;
}
.resources-datalist li .data-btns .data-btn.fav {
  padding-left: 24px;
  color: #f47e31;
  cursor: default;
}
.resources-datalist li .data-btns .data-btn.fav:hover {
  text-decoration: none;
}
.resources-datalist li .data-btns .data-btn.fav:after {
  background-position: -80px -110px;
}
.resources-datalist li .data-btns .data-btn.answer {
  padding-left: 24px;
  color: #2d9253;
  cursor: default;
}
.resources-datalist li .data-btns .data-btn.answer:hover {
  text-decoration: none;
}
.resources-datalist li .data-btns .data-btn.answer:after {
  background-position: -100px -110px;
}
.resources-datalist li .data-btns .data-btn.relat:after ,
.detail-left .detail-content .data-btns .data-btn.relat:after {
	background: url(..//images/author-btn-relat.png) no-repeat 0 0;
	background-size: 16px auto;
}
.resources-datalist li .data-btns .data-btn.relat:hover:after ,
.detail-left .detail-content .data-btns .data-btn.relat:hover:after {
	background-image: url(..//images/author-btn-relat-white.png);
}
.resources-datalist li .data-btns .btn-box {
  float: right;
  padding: 2px 12px 0 0;
  white-space: nowrap;
  font-size: 0;
}
.resources-datalist li .data-btns .btn-box .socaial-btn {
  margin-right: 8px;
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url(../images/sciwatch-icon.png) no-repeat 0 0;
}
.resources-datalist li .data-btns .btn-box .socaial-btn.weibo {
  background-position: 0 -140px;
}
.resources-datalist li .data-btns .btn-box .socaial-btn.wechat {
  background-position: -20px -140px;
}
.resources-datalist li .data-btns .btn-box .socaial-btn.qq {
  background-position: -40px -140px;
}
.resources-datalist li .data-btns .btn-box .socaial-btn.facebook {
  background-position: -60px -140px;
}
.resources-datalist li .data-btns .btn-box .socaial-btn.twitter {
  background-position: -80px -140px;
}
.page-datalist {
  margin: 30px 0;
}
.page-datalist .result-label {
  margin-top: 20px;
  font-size: 14px;
  color: #333;
}
.page-datalist .result-label .result-count {
  margin: 0 4px;
  color: red;
  font-weight: bold;
}
.page-datalist .facet-lists {
  border-top: 1px solid #eee;
  background: #fafafa;
}
.page-datalist .facet-lists .facet-list {
  position: relative;
  border: 1px solid #eee;
  border-top: none;
}
.page-datalist .facet-lists .facet-list:after {
  content: '';
  display: block;
  clear: both;
}
.page-datalist .facet-lists .facet-label {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 132px;
  padding-left: 18px;
  background: #f5f5f5;
  font-size: 14px;
  color: #333;
  line-height: 38px;
}
.page-datalist .facet-lists .facet-content {
  margin: 0 15px 0 168px;
  position: relative;
  padding: 8px 0 2px;
  font-size: 12px;
  line-height: 22px;
}
.page-datalist .facet-lists .facet-content .facet-keys {
  height: 28px;
  overflow: hidden;
}
.page-datalist .facet-lists .facet-content .facet-keys.h-auto {
  height: auto;
}
.page-datalist .facet-lists .facet-content .facet-keys.has-btn {
  margin-right: 45px;
}
.page-datalist .facet-lists .facet-content .facet-keys .facet-key {
  float: left;
  margin: 0 6px 6px 0;
  padding: 0 12px;
  border-radius: 11px;
}
.page-datalist .facet-lists .facet-content .facet-keys .facet-key:hover {
  background: #e5e5e5;
}
.page-datalist .facet-lists .facet-content .facet-keys .facet-key.active {
  background: #00629f;
  color: #fff;
}
.page-datalist .facet-lists .facet-content .facet-btn {
  position: absolute;
  right: 0;
  bottom: 8px;
  padding-right: 16px;
  color: #00629f;
}
.page-datalist .facet-lists .facet-content .facet-btn:after {
  content: '';
  position: absolute;
  right: 0;
  top: 7px;
  width: 13px;
  height: 8px;
  background: url(../images/sciwatch-icon.png) no-repeat 0 -70px;
}
.page-datalist .facet-lists .facet-content .facet-btn.hide {
  display: none;
}
.page-datalist .facet-lists .facet-content .facet-btn.hide:after {
  background-position: -20px -70px;
}
.page-datalist .main-left {
  float: left;
  width: 830px;
}
.page-datalist .main-left.module-datacitelist{
	margin-left: 25px;
	width: 610px;
}
.page-datalist .main-left.full {
  width: 100%;
}
.page-datalist .main-right {
	position: relative;
  float: right;
  width: 340px;
  padding: 20px 0;
  background: #f5f5f5;
}
.page-datalist .main-right .link-relevant {
	margin: 20px 0 0 20px;
	display: block;
	font-size: 16px;
	line-height: 20px;
  color: #00629f;
  font-weight: bold;
}
.page-datalist .main-right .link-relevant:hover {
	text-decoration: underline;
}
.page-datalist .main-right .link-relevant .link-icon {
	height: 16px;
	vertical-align: middle;
    position: relative;
    top: -1px;
}
.page-datalist .main-right > p,
.page-datalist .main-right > ul {
  margin: 0 20px;
}
.page-datalist .main-right .module-title {
  font-size: 20px;
  line-height: 20px;
  color: #00629f;
  font-weight: bold;
}
.page-datalist .main-right .keyword-lists {
  position: relative;
  margin: 20px;
  height: 300px;
  border: 1px solid #bbb;
}
.page-datalist .main-right .keyword-lists a {
  position: absolute;
}
.page-datalist .main-right .journal-lists {
  margin-top: 20px;
}
.page-datalist .main-right .journal-lists li .img-box {
  padding: 20px 0;
  border: 1px solid #ccc;
  text-align: center;
}
.page-datalist .main-right .journal-lists li .img-box .journal-img {
  width: 230px;
  transition: transform 2s;
}
.page-datalist .main-right .journal-lists li .journal-title {
  margin: 7px 0 20px;
  font-size: 16px;
  color: #333;
  line-height: 20px;
  text-align: center;
}
.page-datalist .main-right .journal-lists li:hover .img-box {
  border-color: #00629f;
}
.page-datalist .main-right .journal-lists li:hover .img-box .journal-img {
  width: 230px;
  transform: scale(1.05);
}
.page-datalist .main-right .journal-lists li:hover .journal-title {
  color: #00629f;
  text-decoration: underline;
}
.page-datalist .main-right .sourse-lists {
  margin-top: 22px;
}
.page-datalist .main-right .sourse-lists li {
  margin-bottom: 16px;
  line-height: 26px;
}
.page-datalist .main-right .sourse-lists li:last-child {
  margin: 0;
}
.page-datalist .main-right .sourse-lists li .sourse-title {
  display: block;
  font-size: 16px;
  color: #00629f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-datalist .main-right .sourse-lists li .sourse-title:hover {
  text-decoration: underline;
}
.page-datalist .main-right .sourse-lists li .sourse-keys {
  overflow: hidden;
}
.page-datalist .main-right .sourse-lists li .sourse-keys .sourse-key {
  float: left;
  position: relative;
  margin-right: 15px;
  padding-left: 16px;
  cursor: pointer;
  color: #999;
}
.page-datalist .main-right .sourse-lists li .sourse-keys .sourse-key:hover {
  color: #00629f;
}
.page-datalist .main-right .sourse-lists li .sourse-keys .sourse-key:last-child {
  margin: 0;
}
.page-datalist .main-right .sourse-lists li .sourse-keys .sourse-key:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 12px;
  background: url(../images/sciwatch-icon.png) no-repeat 0 0;
}
.page-datalist .main-right .sourse-lists li .sourse-keys .sourse-key.date:after {
  background-position: 0 -50px;
}
.page-datalist .main-right .sourse-lists li .sourse-keys .sourse-key.detail:after {
  background-position: -20px -50px;
}
.page-datalist .main-right .list-about li {
  margin-top: 20px;
}
.page-datalist .main-right .list-about li .list-title {
	max-height:40px;
  display: block;
  font-size: 16px;
  color: #00629f;
  lne-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.page-datalist .main-right .list-about li .list-title:hover {
  text-decoration: underline;
}
.page-datalist .main-right .list-about li .list-des {
  margin-top: 8px;
  font-size: 14px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-datalist .topics-addbtn {
  float: right;
  margin-bottom: 20px;
  width: 340px;
  padding: 10px 0;
  background: #b6e3ff;
  line-height: 26px;
  font-size: 18px;
  color: #00629f;
  text-align: center;
  cursor: pointer;
}
.page-datalist .book-lists-box {
  margin-top: 30px;
  overflow: hidden;
}
.page-datalist .book-lists-box .book-lists {
  margin-right: -35px;
}
.page-datalist .book-lists-box .book-lists li {
  float: left;
  width: 16.66%;
  padding-bottom: 25px;
}
.page-datalist .book-lists-box .book-lists li .list-content {
  margin-right: 35px;
  text-align: center;
  line-height: 26px;
}
.page-datalist .book-lists-box .book-lists li .list-content .img-box {
  padding: 10px 0;
  border: 1px solid #eaeaea;
}
.page-datalist .book-lists-box .book-lists li .list-content .img-box .book-img {
  width: 130px;
  height: 180px;
  transition: transform 2s;
}
.page-datalist .book-lists-box .book-lists li .list-content .book-name {
  margin-top: 5px;
  display: block;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-datalist .book-lists-box .book-lists li .list-content .book-name:hover {
  color: #00629f;
  text-decoration: underline;
}
.page-datalist .book-lists-box .book-lists li .list-content .book-name-en {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-datalist .book-lists-box .book-lists li .list-content:hover .img-box {
  border-color: #00629f;
}
.page-datalist .book-lists-box .book-lists li .list-content:hover .img-box .book-img {
  transform: scale(1.05);
}
.topic-list-title{
	margin-bottom: 25px;
	font-size: 20px;
	color: #00619e;
	line-height: 34px;
	border-left: 4px solid #00619e;
	padding-left: 10px;
	background: #f2f3f7;
	font-weight: bold;
}
.page-datalist .topics-lists-box {
  overflow: hidden;
}
.page-datalist .topics-lists-box .topics-lists {
  margin-right: -30px;
}
.page-datalist .topics-lists-box .topics-lists:after {
  content: '';
  display: block;
  clear: both;
}
.page-datalist .topics-lists-box .topics-lists.specia {
  margin-right: -40px;
}
.page-datalist .topics-lists-box .topics-lists li {
  float: left;
  display: none;
  margin-bottom: 30px;
  width: 50%;
}
.page-datalist .topics-lists-box .topics-lists.special li{
	display: block;
	width: 33.33%;
}
.page-datalist .topics-lists-box .topics-lists li .list-content {
  margin-right: 30px;
  padding: 20px;
  border: 1px solid #d6d6d6;
  overflow: hidden;
}
.page-datalist .topics-lists-box .topics-lists.special li .list-content .content-box{
	display: none;
}
.page-datalist .topics-lists-box .topics-lists.special li .list-content {
	margin-right: 40px;
}
.page-datalist .topics-lists-box .topics-lists.special li .list-content .img-box{
	width: 100%;
	height: 200px;
}
.page-datalist .topics-lists-box .topics-lists li .list-content .img-box {
  float: left;
  position: relative;
  width: 210px;
  height: 158px;
  overflow: hidden;
}
.page-datalist .topics-lists-box .topics-lists li .list-content .img-box .topics-img {
  width: 100%;
  height: 100%;
  transition: transform 2s;
}
.page-datalist .topics-lists-box .topics-lists li .list-content .img-box .topics-name {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -26px;
  width: 100%;
  background: url(../images/sciwatch-white-bg-50.png) repeat;
	height: 52px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #333;
  line-height: 52px;
  overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
  display: none;
}
.page-datalist .topics-lists-box .topics-lists li .list-content .content-box {
  margin-left: 232px;
}
.page-datalist .topics-lists-box .topics-lists li .list-content .content-box .topics-title {
  display: block;
  font-size: 16px;
  color: #00629f;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-datalist .topics-lists-box .topics-lists li .list-content .content-box .topics-title:hover {
  text-decoration: underline;
}
.page-datalist .topics-lists-box .topics-lists li .list-content .content-box .topics-des {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-datalist .topics-lists-box .topics-lists li .list-content:hover .img-box .topics-img {
  transform: scale(1.05);
}
.page-datalist .topics-lists-box .topics-lists li .list-content:hover .img-box .topics-name {
  color: #00629f;
}
.page-topicsDetail .header-topics {
  padding: 42px 0;
  background: url(../images/sciwatch-topics-header-bg.jpg) repeat-y center top;
}
.page-topicsDetail .header-topics .info-box {
  margin-left: 10px;
  width: 480px;
  padding: 34px 64px 45px 48px;
  color: #fff;
  background: url(../images/sciwatch-white-bg-20.png) repeat;
  line-height: 24px;
}
.page-topicsDetail .header-topics .info-box .info-title {
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: bold;
}
.page-topicsDetail .header-topics .info-box .info-des {
	max-height:96px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.page-topicsDetail .detail-nav {
  background: #00629f;
}
.page-topicsDetail .detail-nav .nav-lists {
  overflow: hidden;
}
.page-topicsDetail .detail-nav .nav-lists li {
  float: left;
  margin-right: 48px;
  font-size: 20px;
  color: #fff;
  line-height: 50px;
  cursor: pointer;
}
.page-topicsDetail .detail-nav .nav-lists li.active,
.page-topicsDetail .detail-nav .nav-lists li:hover {
  color: #2bcc68;
  font-weight: bold;
}
.page-platform .header-platform {
  padding: 104px 0 110px;
  background: url(../images/sciwatch-platform-header-bg.jpg) repeat-y center top;
  background-size: auto 100%;
  text-align: center;
}
.page-platform .header-platform .header-title {
  font-size: 48px;
  color: #fff;
  line-height: 48px;
}
.page-platform .header-platform .to-more {
  display: block;
  margin: 45px auto 0;
  width: 130px;
  line-height: 30px;
  color: #e2e2e2;
  border: 1px solid #fff;
  border-radius: 2px;
}
.page-platform .header-platform .to-more:hover {
  color: #fff;
  background: url(../images/sciwatch-white-bg-20.png) repeat;
}
.page-platform .platform-list-box .platform-list {
  overflow: hidden;
}
.page-platform .platform-list-box .platform-list li {
  float: left;
  width: 33.33%;
}
.page-platform .platform-list-box .platform-list li .list-content {
  margin: 0 45px;
  padding: 100px 0 62px;
  text-align: center;
}
.page-platform .platform-list-box .platform-list li .list-content .icon-box {
  margin: 0 auto;
  width: 138px;
  height: 138px;
  border: 1px solid #eaeaea;
  border-radius: 70px;
}
.page-platform .platform-list-box .platform-list li .list-content .icon-box .platform-icon {
  margin: 34px auto 0;
  width: 70px;
  height: 70px;
  background: url(../images/sciwatch-icon.png) no-repeat;
}
.page-platform .platform-list-box .platform-list li .list-content .icon-box .app {
  background-position: 0 -250px;
}
.page-platform .platform-list-box .platform-list li .list-content .icon-box .document {
  background-position: -80px -250px;
}
.page-platform .platform-list-box .platform-list li .list-content .icon-box .problem {
  background-position: -160px -250px;
}
.page-platform .platform-list-box .platform-list li .list-content .platform-title {
  margin-top: 55px;
  font-size: 20px;
  color: #333;
  line-height: 24px;
}
.page-platform .platform-list-box .platform-list li .list-content .platform-title-en {
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
.page-platform .platform-list-box .platform-list li .list-content .platform-des {
  margin-top: 15px;
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  line-height: 24px;
}
.page-platform .platform-list-box .platform-list li .list-content .to-detail {
  display: block;
  margin: 20px auto 0;
  width: 108px;
  font-size: 12px;
  color: #00629f;
  border: 1px solid #00629f;
  border-radius: 2px;
  line-height: 30px;
}
.page-platform .platform-list-box .platform-list li .list-content .to-detail:hover {
  background: #00629f;
  color: #fff;
}
.page-platform .platform-list-box .platform-list li .list-content:hover .icon-box {
  background: #00629f;
  border-color: #00629f;
}
.page-platform .platform-list-box .platform-list li .list-content:hover .icon-box .app {
  background-position: 0 -330px;
}
.page-platform .platform-list-box .platform-list li .list-content:hover .icon-box .document {
  background-position: -80px -330px;
}
.page-platform .platform-list-box .platform-list li .list-content:hover .icon-box .problem {
  background-position: -160px -330px;
}
.page-crumbs {
  line-height: 34px;
  color: #333;
  font-size: 12px;
}
.page-crumbs a {
  color: #333;
}
.page-crumbs a:hover {
  color: #00629f;
  text-decoration: underline;
}
.page-crumbs span {
  color: #666;
}
.page-platform-detail {
  padding: 20px 0 30px;
  background: #f6f6f6;
}
.page-platform-detail .detail-content {
  background: #fff;
  padding: 40px;
}
.page-platform-detail .header-problem {
  padding: 20px;
  background: #000 url(../images/sciwatch-topics-detail-header-bg.jpg) no-repeat center top;
  background-size: auto 100%;
}
.page-platform-detail .header-problem .header-title {
  border: 1px solid #b6bbbe;
  font-size: 60px;
  color: #fff;
  text-align: center;
  line-height: 208px;
}
.page-platform-detail .problem-lists li {
  margin-top: 25px;
  border: 1px solid #eaeaea;
  padding: 17px 0 36px;
  background: #f2f5fa;
}
.page-platform-detail .problem-lists li .problem-title {
  margin: 0 10px;
  overflow: hidden;
  font-size: 18px;
  color: #0d3472;
  font-style: italic;
  font-weight: bold;
}
.page-platform-detail .problem-lists li .problem-title span {
  float: left;
  height: 48px;
  line-height: 48px;
}
.page-platform-detail .problem-lists li .problem-title .icon-start {
  width: 48px;
  background: url(../images/sciwatch-icon.png) no-repeat 0 -420px;
}
.page-platform-detail .problem-lists li .problem-title .title-txt {
  padding: 0 10px;
  background: url(../images/sciwatch-problem-title-bg.png) repeat-x left top;
}
.page-platform-detail .problem-lists li .problem-title .icon-end {
  width: 30px;
  background: url(../images/sciwatch-icon.png) no-repeat -60px -420px;
}
.page-platform-detail .problem-lists li .problem-content {
  margin: 6px 45px 0 35px;
  font-size: 16px;
  color: #333;
  line-height: 28px;
  text-align: justify;
}
.page-platform-detail .app-type-module {
  margin-bottom: 25px;
  background: #fff;
  padding: 40px;
}
.page-platform-detail .app-type-module:last-child {
  margin: 0;
}
.page-platform-detail .app-type-module:after {
  content: '';
  display: block;
  clear: both;
}
.page-platform-detail .app-type-module .app-title {
  float: left;
  position: relative;
  width: 200px;
  height: 180px;
  background: #f0f0f0;
  border-radius: 4px;
}
.page-platform-detail .app-type-module .app-title .type-title-icon {
  margin: 40px auto 0;
  width: 60px;
  height: 60px;
  background: url(../images/sciwatch-icon.png) no-repeat;
}
.page-platform-detail .app-type-module .app-title .icon-service {
  background-position: -300px -250px;
}
.page-platform-detail .app-type-module .app-title .icon-share {
  background-position: -370px -250px;
}
.page-platform-detail .app-type-module .app-title .icon-analysis {
  background-position: -440px -250px;
}
.page-platform-detail .app-type-module .app-title .type-title {
  margin-top: 20px;
  font-size: 18px;
  color: #002c50;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
}
.page-platform-detail .app-type-module .app-lists-box {
  margin-left: 240px;
  position: relative;
}
.page-platform-detail .app-type-module .app-lists-box .applist-bar {
	display: none;
  position: absolute;
  top: 50%;
  margin-top: -42px;
  width: 21px;
  height: 60px;
  background: #eaeaea url(../images/sciwatch-icon.png) no-repeat;
  cursor: pointer;
}
.page-platform-detail .app-type-module .app-lists-box .applist-bar.left {
  left: 0;
  background-position: -150px 0;
}
.page-platform-detail .app-type-module .app-lists-box .applist-bar.left:hover {
  background-position: -180px 0;
}
.page-platform-detail .app-type-module .app-lists-box .applist-bar.left.disable:hover {
  background-position: -150px 0;
  cursor: default;
}
.page-platform-detail .app-type-module .app-lists-box .applist-bar.right {
  right: 0;
  background-position: -210px 0;
}
.page-platform-detail .app-type-module .app-lists-box .applist-bar.right:hover {
  background-position: -240px 0;
}
.page-platform-detail .app-type-module .app-lists-box .applist-bar.right.disable:hover {
  background-position: -210px 0;
  cursor: default;
}
.page-platform-detail .app-type-module .app-lists-box .applist-content {
  overflow: hidden;
}
.page-platform-detail .app-type-module .app-lists-box .applist-content .app-lists {
  position: relative;
  width: 100%;
  white-space: nowrap;
  font-size: 0;
}
.page-platform-detail .app-type-module .app-lists-box .applist-content .app-lists li {
  display: inline-block;
  width: 33.33%;
}
.page-platform-detail .app-type-module .app-lists-box .applist-content .app-lists.child-4 li {
  display: inline-block;
  width: 25%;
}
.page-platform-detail .app-type-module .app-lists-box .applist-content .app-lists li .list-content {
  margin: 0 auto;
  position: relative;
  width: 90%;
  border-radius: 4px;
  padding-top:10px;
  overflow: hidden;
  text-align: center;
}
.page-platform-detail .app-type-module .app-lists-box .applist-content .app-lists li .list-content .app-cont:hover .app-name{
	color: #00629f;
}
.page-platform-detail .app-type-module .app-lists-box .applist-content .app-lists li .list-content .app-name {
	width: 100%;
  line-height: 20px;
  font-size: 14px;
  color: #666;
}
.page-platform-detail .app-type-module .app-lists-box .applist-content .app-lists li .name-box {
	margin: 10px 0;
	display: flex;
	height: 40px;
	align-items: center;
}
.page-platform-detail .app-type-module .app-lists-box .applist-content .app-lists li .app-demo {
	font-size: 14px;
	color: #00629f;
	text-decoration: underline;
}
.page-platform-detail .app-type-module .app-lists-box .applist-content .app-lists li .list-content .des-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100%;
  background: url(../images/sciwatch-platform-applst-title-bg.png) repeat;
  transition: all 0.6s;
}
.page-platform-detail .app-type-module .app-lists-box .applist-content .app-lists li .list-content .des-content .des-title {
  margin: 30px 20px 12px;
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-platform-detail .app-type-module .app-lists-box .applist-content .app-lists li .list-content .des-content .des-text {
  margin: 0 20px;
  max-height:88px;
  font-size: 14px;
  color: #fff;
  white-space: normal;
  text-align: justify;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.page-platform-detail .app-type-module .app-lists-box .applist-content .app-lists li .list-content .des-content .to-detail {
  margin: 16px 20px 0;
  display: block;
  width: 70px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  line-height: 20px;
  border: 1px solid #164b70;
  border-raadius: 3px;
}
.page-platform-detail .app-type-module .app-lists-box .applist-content .app-lists li .list-content .des-content .to-detail:hover {
  background: #164b70;
}
.page-platform-detail .app-type-module .app-lists-box .applist-content .app-lists li .list-content:hover .app-name {
  bottom: -40px;
}
.page-platform-detail .app-type-module .app-lists-box .applist-content .app-lists li .list-content:hover .des-content {
  left: 0;
}
.page-platform-detail .detail-document {
  position: relative;
}
.page-platform-detail .detail-document .module-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 260px;
  padding-top: 15px;
  background: #fff;
}
.page-platform-detail .detail-document .module-left .document-nav li {
  margin-bottom: 1px;
  padding: 10px 0;
  border-left: 2px solid transparent;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  color: #333;
}
.page-platform-detail .detail-document .module-left .document-nav li.active,
.page-platform-detail .detail-document .module-left .document-nav li:hover {
  background: #ecf1f8;
  border-color: #0d3472;
  color: #0d3472;
  font-weight: bold;
}
.page-platform-detail .detail-document .module-right {
  margin-left: 280px;
  background: #fff;
}
.page-platform-detail .detail-document .module-right .module-document {
  display: none;
  padding: 24px 40px;
}
.page-platform-detail .detail-document .module-right .module-document.active {
  display: block;
}
.page-platform-detail .detail-document .module-right .module-document .module-title {
  font-size: 16px;
  color: #333;
  line-height: 20px;
  font-weight: bold;
}
.page-platform-detail .detail-document .module-right .module-document .module-content {
  margin: 30px 42px 0 22px;
  overflow: hidden;
}
.page-platform-detail .detail-document .module-right .module-document .guide-step {
  margin-right: -76px;
  overflow: hidden;
}
.page-platform-detail .detail-document .module-right .module-document .guide-step li {
  float: left;
  width: 33.33%;
  padding-top: 25px;
}
.page-platform-detail .detail-document .module-right .module-document .guide-step li .list-content {
  margin-right: 76px;
  position: relative;
  height: 130px;
  background: #faf6f4;
  border: 1px solid #f45a22;
  text-align: center;
}
.page-platform-detail .detail-document .module-right .module-document .guide-step li .list-content .step-icon {
  position: absolute;
  top: -26px;
  left: 50%;
  margin-left: -50px;
  width: 99px;
  height: 49px;
  line-height: 49px;
  font-size: 18px;
  color: #fff;
  background: url(../images/sciwatch-document-step-icon.png) no-repeat 0 0;
}
.page-platform-detail .detail-document .module-right .module-document .guide-step li .list-content .step-txt {
  margin-top: 55px;
  line-height: 24px;
  font-size: 18px;
  color: #f45a22;
}
.page-platform-detail .detail-document .module-right .module-document .guide-step li .list-content .border {
  border-bottom: 1px solid #f45a22;
}
.page-platform-detail .detail-document .module-right .module-document .guide-step li.step-2 .list-content {
  border-color: #25aae3;
  background: #ebf6fb;
}
.page-platform-detail .detail-document .module-right .module-document .guide-step li.step-2 .list-content .step-icon {
  background-position: 0 -50px;
}
.page-platform-detail .detail-document .module-right .module-document .guide-step li.step-2 .list-content .step-txt {
  color: #25aae3;
}
.page-platform-detail .detail-document .module-right .module-document .guide-step li.step-3 .list-content {
  border-color: #3fac68;
  background: #f3fff8;
}
.page-platform-detail .detail-document .module-right .module-document .guide-step li.step-3 .list-content .step-icon {
  background-position: 0 -100px;
}
.page-platform-detail .detail-document .module-right .module-document .guide-step li.step-3 .list-content .step-txt {
  color: #3fac68;
}
.page-platform-detail .detail-document .module-right .module-document .guide-des {
  margin: 40px 0;
  font-size: 14px;
  color: #777;
  line-height: 22px;
}
.datalist-search {
	box-sizing: border-box;
    min-height: 240px;
  padding: 25px 0 0;
  background: url(../images/sciwatch-index-search-box-bg.jpg) no-repeat center top/cover;
}
.datalist-search .search-content {
	position: relative;
  margin: 0 auto;
    font-size: 0;
    text-align: center;
}
.datalist-search .search-content .senior-link {
    display: inline-block;
    vertical-align: middle;
	margin: 0 0 0 20px;
    font-size: 16px;
    color: #3f4b92;
    line-height: 20px;
    white-space: nowrap;
}
.datalist-search .search-content .senior-link:after{
	content: '>';
	margin-left: 10px;
}
.datalist-search .search-content .senior-link:hover{
	text-decoration: underline;
}
.datalist-search .search-content:after {
  content: '';
  display: block;
  clear: both;
}
.datalist-search .search-form {
    display: inline-block;
    vertical-align: middle;
  position: relative;
  margin: 15px 0;
  border: 1px solid #cacbca;
  background: #fff;
    width: 820px;
    border-radius: 4px;
}
#__vconsole{display: none;}
.datalist-search .search-form .search-input-box {
}
.datalist-search .search-form .search-input {
  padding: 0 220px 0 25px;
  width: 100%;
  box-sizing: border-box;
  height: 46px;
  line-height: 46px;
  color: #333;
  font-size: 16px;
    background: transparent;
}
.datalist-search .search-form .search-btn {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 120px;
  height: 44px;
  background: #3f4b92;
  color: #fff;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  z-index: 10;
    border-radius: 0 3px 3px 0;
}
.datalist-search .search-form .search-btn:hover {
  background: #333e80;
}
.datalist-search .search-form .search-keywords {
  display: none;
  position: absolute;
  top: 52px;
  left: 0;
  min-width: 300px;
  background: #fff;
  border: 1px solid #ececec;
}
.datalist-search .search-form .search-keywords li {
  padding: 0 25px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
}
.datalist-search .search-form .search-keywords li:hover {
  background: #e2e2e2;
}
.datalist-search .source-demos {
    margin: 0 auto 0;
    width: 820px;
    text-align: left;
    padding: 0 0 20px;
    font-size: 0;
}
.datalist-search .source-demos li {
    position: relative;
    width: 33.33%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px 0 30px;
    font-size: 14px;
    color: #333;
    line-height: 32px;
    cursor: pointer;
}
.datalist-search .source-demos li:hover {
    color: #2980ab;
}
.datalist-search .source-demos li:after {
    content: '';
    position: absolute;
    left: 15px;
    top: 14.5px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #333;
}
.datalist-search .source-demos li:hover:after {
    background: #2980ab;
}
.el-loading {
    display: none;
    width: 100%;
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.2);
}
.el-loading .cont {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 30px;
}
.el-loading .cont-card {
    display: flex;
    background: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}
.el-loading img {
    margin-right: 10px;
    height: 30px;
}

.page-home {
  padding-bottom: 30px;
  background: #f6f6f6;
}
.page-home .home-main:after {
  content: '';
  display: block;
  clear: both;
}
.page-home .home-main .home-input {
  height: 28px;
  border: 1px solid #eaeaea;
  padding: 0 10px;
}
.page-home .home-main .home-input:focus {
  border-color: #1c4b93;
}
.page-home .home-main .home-left {
  float: left;
  width: 260px;
}
.page-home .home-main .home-left .user-info {
  padding: 43px 0 30px 0;
  text-align: center;
  background: url(../images/sciwatch-home-user-head-bg.png) repeat-x;
  background-size: auto 100%;
  line-height: 24px;
}
.page-home .home-main .home-left .user-info .user-head {
  margin: 0 auto;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  overflow: hidden;
  background: #e3ecfa;
}
.page-home .home-main .home-left .user-info .user-head .user-head-img {
  width: 100%;
  min-height: 100%;
}
.page-home .home-main .home-left .user-info .user-name {
  margin: 16px 0 8px;
  font-size: 16px;
  color: #333;
}
.page-home .home-main .home-left .user-info .user-des {
  margin-bottom: 6px;
  font-size: 12px;
  color: #666;
}
.page-home .home-main .home-left .user-info .user-des:last-child {
  margin: 0;
}
.page-home .home-main .home-left .user-info .user-des .balance-count {
  color: #002c50;
}
.page-home .home-main .home-left .home-nav {
  margin-top: 15px;
  padding: 15px 0;
  background: #fff;
}
.page-home .home-main .home-left .home-nav li {
  margin-bottom: 1px;
  border-left: 2px solid transparent;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
.page-home .home-main .home-left .home-nav li.active,
.page-home .home-main .home-left .home-nav li:hover {
  border-color: #0d3472;
  background: #ecf1f8;
  color: #0d3472;
  font-weight: bold;
}
.page-home .home-main .home-right {
  margin-left: 290px;
  background: #fff;
}
.page-home .home-main .home-right .success {
  color: #3fac68;
}
.page-home .home-main .home-right .danger {
  color: #ee3f5b;
}
.page-home .home-main .home-right .blur {
  color: #0d3472;
}
.page-home .home-main .home-right .home-main-content {
  display: none;
  padding: 30px 40px;
}
.page-home .home-main .home-right .home-main-content.active {
  display: block;
}
.page-home .home-main .home-right .home-content-title {
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
}
.page-home .home-main .home-right .home-subnav {
  overflow: hidden;
}
.page-home .home-main .home-right .home-subnav li {
  float: left;
  margin-right: 25px;
  padding: 0 15px;
  font-size: 14px;
  color: #666;
  line-height: 22px;
  border: 1px solid transparent;
  border-radius: 20px;
  cursor: pointer;
}
.page-home .home-main .home-right .home-subnav li.active,
.page-home .home-main .home-right .home-subnav li:hover {
  border-color: #103670;
  color: #1057a7;
}
.page-home .home-main .home-right .home-subcontent-box {
  margin-top: 25px;
}
.page-home .home-main .home-right .home-subcontent {
  display: none;
  position: relative;
  line-height: 30px;
  font-size: 14px;
  color: #333;
}
.page-home .home-main .home-right .home-subcontent.set-password .info-ctl .ctl-content {
  margin-left: 90px;
}
.page-home .home-main .home-right .home-subcontent.active {
  display: block;
}
.page-home .home-main .home-right .home-subcontent .ctl-hide {
  display: none;
}
.page-home .home-main .home-right .home-subcontent.info-edit .ctl-show {
  display: none;
}
.page-home .home-main .home-right .home-subcontent.info-edit .ctl-hide {
  display: block;
}
.page-home .home-main .home-right .home-table-box {
  overflow: auto;
}
.page-home .home-main .home-right .home-table-box .home-table {
  width: 100%;
}
.page-home .home-main .home-right .home-table-box .home-table thead tr {
  background: #f1f1f1;
  font-weight: bold;
}
.page-home .home-main .home-right .home-table-box .home-table thead tr td {
  color: #666;
}
.page-home .home-main .home-right .home-table-box .home-table tbody tr:nth-child(2n) {
  background: #f1f1f1;
}
.page-home .home-main .home-right .home-table-box .home-table td.td-left {
	text-align: left;
}
.page-home .home-main .home-right .home-table-box .home-table td {
  /* width: 25%; */
  padding: 10px;
  text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 20px;
}
.page-home .home-main .home-right .home-table-box .home-table td a:hover{
	color: #00629f;
	text-decoration: underline;
}
.page-home .home-main .home-right .home-form-btn {
  width: 72px;
  height: 30px;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  background: #1c4b93;
  border-radius: 3px;
  border: none;
  cursor: pointer;
}
.page-home .home-main .home-right .home-form-btn:hover {
  background: #103670;
}
.page-home .home-main .home-right .home-form-btn.btn-edit {
  position: absolute;
  top: 0;
  right: 20%;
}
.page-home .home-main .home-right .btn-getCode {
  margin-left: 10px;
  width: 100px;
  height: 30px;
  border: 1px solid #103670;
  color: #103670;
  text-align: center;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
}
.page-home .home-main .home-right .btn-getCode:hover {
  background: #103670;
  color: #fff;
}
.page-home .home-main .home-right .btn-getCode.disable {
  background: #eee;
  pointer-events: none;
}
.page-home .home-main .home-right .p-info {
  margin-bottom: 8px;
}
.page-home .home-main .home-right .info-ctl {
  position: relative;
  margin-bottom: 8px;
}
.page-home .home-main .home-right .info-ctl .ctl-label {
  position: absolute;
  top: 0;
  left: 0;
}
.page-home .home-main .home-right .info-ctl .ctl-content {
  margin-left: 72px;
}
.page-home .home-main .home-right .info-ctl .ctl-content .home-input {
  width: 200px;
}
.page-home .home-main .home-right .info-ctl .ctl-content .home-input.input-short {
  width: 100px;
}
.page-home .home-main .home-right .info-ctl .ctl-content .code_img {
  height: 28px;
}
.page-home .home-main .home-right .info-ctl .err-msg {
  font-size: 12px;
    line-height: 20px;
    color: #FF6600;
}
.page-home .home-main .home-right .info-ctl .ctl-content .radio-group {
  font-size: 0;
  white-space: nowrap;
}
.page-home .home-main .home-right .info-ctl .ctl-content .radio-group .ctl-radio {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  padding-left: 30px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.page-home .home-main .home-right .info-ctl .ctl-content .radio-group .ctl-radio:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 8px;
  width: 14px;
  height: 14px;
  background: url(../images/sciwatch-icon.png) no-repeat -60px -40px;
}
.page-home .home-main .home-right .info-ctl .ctl-content .radio-group .ctl-radio.checked:after {
  background-position: -80px -40px;
}
.page-home .home-main .home-right .info-ctl .ctl-content .select-group {
  font-size: 0;
  white-space: nowrap;
}
.page-home .home-main .home-right .info-ctl .ctl-content .select-group .ctl-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 70px;
  line-height: 28px;
  font-size: 14px;
  color: #333;
}
.page-home .home-main .home-right .info-ctl .ctl-content .select-group .ctl-select .select-txt {
  position: relative;
  padding-right: 12px;
  text-align: center;
  border: 1px solid #eaeaea;
  cursor: pointer;
}
.page-home .home-main .home-right .info-ctl .ctl-content .select-group .ctl-select .select-txt:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 3px;
  width: 9px;
  height: 8px;
  background: url(../images/sciwatch-icon.png) no-repeat -100px -40px;
  transition: transform 0.6s;
}
.page-home .home-main .home-right .info-ctl .ctl-content .select-group .ctl-select .select-txt:active:after {
  transform: rotate(180deg);
}
.page-home .home-main .home-right .info-ctl .ctl-content .select-group .ctl-select .select-options {
  display: none;
  position: absolute;
  top: 29px;
  left: 0;
  max-height: 300px;
  overflow: auto;
  width: 100%;
  z-index: 1000;
  background: #fff;
  border: 1px solid #eaeaea;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
}
.page-home .home-main .home-right .info-ctl .ctl-content .select-group .ctl-select .select-options li {
  padding-left: 10px;
  cursor: pointer;
}
.page-home .home-main .home-right .info-ctl .ctl-content .select-group .ctl-select .select-options li:hover {
  background: #f5f5f5;
}
.page-home .home-main .home-right .info-ctl .ctl-content .select-group .select-label {
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  padding: 0 13px;
}
.page-home .home-main .home-right .btn-group {
  margin-top: 30px;
}
.page-home .home-main .home-right .btn-group .home-form-btn {
  margin-right: 15px;
}
.page-home .home-main .home-right .account-info {
  position: relative;
  margin-bottom: 24px;
  padding: 15px 0 15px 30px;
  background: #ecf1f8;
  border-radius: 6px;
}
.page-home .home-main .home-right .account-info .account-balance {
  line-height: 30px;
  font-size: 14px;
  color: #333;
}
.page-home .home-main .home-right .account-info .account-balance .success {
  font-size: 18px;
}
.page-home .home-main .home-right .account-info .home-form-btn {
  position: absolute;
  top: 15px;
  right: 20px;
}
.page-home .home-main .home-right .question-title {
  position: relative;
  font-size: 16px;
  color: #333;
}
.page-home .home-main .home-right .question-title:after {
  content: '';
  position: absolute;
  left: -26px;
  top: 3px;
  width: 16px;
  height: 16px;
  background: url(../images/sciwatch-icon.png) no-repeat -60px -60px;
}
.page-home .home-main .home-right .question-des {
  margin: 8px 0 5px;
  position: relative;
  font-size: 14px;
  color: #666;
}
.page-home .home-main .home-right .question-des.unread:after {
  content: '';
  position: absolute;
  top: 8px;
  left: -11px;
  width: 6px;
  height: 6px;
  background: url(../images/sciwatch-icon.png) no-repeat -90px -60px;
}
.page-home .home-main .home-right .question-des .show-detail {
  color: #0d3472;
}
.page-home .home-main .home-right .question-des .show-detail:hover {
  text-decoration: underline;
}
.page-home .home-main .home-right .question-date {
  font-size: 12px;
  color: #999;
}
.page-home .home-main .home-right .home-question-lists li {
  margin-bottom: 25px;
  border: 1px solid #eaeaea;
  padding: 20px 25px 20px 45px;
  line-height: 22px;
}
.page-home .home-main .home-right .home-question-detail {
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-home .home-main .home-right .home-question-detail .content-cover {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.page-home .home-main .home-right .home-question-detail .detail-box {
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 0;
  right: 0;
}
.page-home .home-main .home-right .home-question-detail .detail-box .detail-content {
  margin: 0 auto;
  width: 90%;
  max-width: 840px;
  height: 100%;
  display: flex;
  align-items: center;
}
.page-home .home-main .home-right .home-question-detail .detail-box .detail-card {
  position: relative;
  width: 100%;
  max-height: 100%;
  padding: 25px 15px 25px 0;
  background: #fff;
  border-radius: 4px;
}
.page-home .home-main .home-right .home-question-detail .detail-box .detail-card .detail-close {
  position: absolute;
  top: -19px;
  right: -37px;
  width: 26px;
  height: 26px;
  background: url(../images/sciwatch-icon.png) no-repeat -110px -60px;
  cursor: pointer;
}
.page-home .home-main .home-right .home-question-detail .detail-box .detail-card .detail-content-list {
  max-height: 100%;
  padding: 0 15px 0 55px;
  overflow: auto;
}
#nav_bar_mobile {
  display: none;
}

.quote-detail {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2000;
}

.quote-detail .quote-cover {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.quote-detail .quote-content-box {
    position: absolute;
    top: 40px;
    bottom: 50px;
    left: 20px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quote-detail .quote-content {
    position: relative;
    width: 100%;
    max-height:100%;
    overflow:auto;
    max-width: 660px;
    background: #fff;
    padding: 20px 30px;
}
.quote-table{
    position: relative;
    width: 100%;
    max-height:100%;
    overflow:auto;
	
}
.quote-detail .btn-close {
    position: absolute;
    top: 13px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url(../images/quote-detail-btn-close.png) no-repeat center center;
    cursor: pointer;
}

.quote-detail p {
    font-size: 16px;
    line-height: 28px;
}

.quote-detail .quote-title {
    color: #0b0b0b;
    font-weight: bold;
}

.quote-detail .quote-des {
    color: #0b0b0b;
}

.quote-detail .quote-typelist {
    margin: 20px 0 10px;
    border-top: 2px solid #ddd;
}

.quote-detail .quote-typelist li {
    position: relative;
    border-bottom: 2px solid #ddd;
    padding: 4px 0;
    overflow: hidden;
    font-size: 12px;
}

.quote-detail .quote-typelist li .typelist-title {
    float: left;
    color: #666;
    font-size: 12px;
    line-height: 34px;
}

.quote-detail .quote-typelist li .typelist-content {
    margin: 0 85px 0 95px;
    border: 2px solid #ddd;
    padding: 2px;
}

.quote-detail .quote-typelist li .typelist-content .typelist-txt {
    display: block;
    margin: 0;
    width: auto;
    padding: 4px;
    font-size: 12px;
    color: #333;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.quote-detail .quote-typelist li .typelist-content:hover,
.quote-detail .quote-typelist li .typelist-content.active {
    border-color: #b7d8ff;
}

.quote-detail .quote-typelist li .typelist-content:hover .typelist-txt,
.quote-detail .quote-typelist li .typelist-content.active .typelist-txt {
    background: #b7d8ff;
}

.quote-detail .quote-typelist li .typelist-content.active .typelist-txt {
    overflow: visible;
    white-space: pre-wrap;
}

.quote-detail .quote-typelist li .typelist-btn {
    position: absolute;
    top: 11px;
    line-height: 20px;
    right: 7px;
    color: #11a4e6;
}

.quote-detail .quote-typelist li .typelist-btn.show-detail {
    right: 40px;
    color: #999;
}

.quote-detail .quote-typelist li .typelist-btn:hover {
    text-decoration: underline;
}

.quote-detail .copy-sucess {
    position: absolute;
    display: none;
    top: -20px;
    left: 50%;
    margin-left: -90px;
    width: 180px;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.quote-detail .copy-sucess img {
    margin-right: 10px;
    width: 16px;
    vertical-align: middle;
}
.quote-detail .export-type {margin-top:10px;overflow:hidden;}
.quote-detail .export-type .type-li,
.quote-detail .export-type .type-link {float:left;width:14.25%;font-size:14px;color:#666;}
.quote-detail .export-type .type-link {color:#00629f;}
.quote-batch{display: none;}
.quote-batch .quote-bar {
	position: fixed;
    bottom: 167px;
    right: 14px;
    width: 56px;
    height: 56px;
    z-index: 1000;
}
.quote-batch .quote-bar .batch-btn {
	height: 100%;
    width: 100%;
    line-height: 56px;
    background: #5acafb;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.3);
    -ms-box-shadow: 0 2px 5px rgba(0,0,0,.3);
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    transition: all .25s ease-in;
}
.quote-batch .quote-bar .batch-btn i {font-size:20px;}
.quote-batch .quote-bar .batch-btn span {
	position: absolute;
    padding: 1px 5px;
    font-size: 11px;
    line-height: 14px;
    left: 50%;
    bottom: 50%;
    background: #f64137;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    white-space: nowrap;
}
.quote-batch .batch-file-container{visibility:hidden;width:670px;height:435px;position:fixed;_position:absolute;bottom:0;right:20px;background:#fff;z-index:200;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.3);-moz-box-shadow:0 2px 5px rgba(0,0,0,.3);-ms-box-shadow:0 2px 5px rgba(0,0,0,.3);box-shadow:0 2px 5px rgba(0,0,0,.3);transition:transform .25s ease-in,opacity .25s ease-in;-webkit-transition:transform .25s ease-in,opacity .25s ease-in;-mos-transition:transform .25s ease-in,opacity .25s ease-in;-ms-transition:transform .25s ease-in,opacity .25s ease-in;-webkit-transform:translateY(450px);-moz-transform:translateY(450px);-ms-transform:translateY(450px);transform:translateY(450px)}
.quote-batch .batch-file-container .batch-file-item-delete .icon-trash{color:rgba(0,0,0,0)}
.quote-batch .batch-file-container .batch-file-item-delete .icon-trash:before{content:"\e603";color:#999}
.quote-batch .batch-file-container .batch-file-item-delete:hover .icon-trash:before{color:#fff}
.quote-batch .batch-file-container.ie8hack{display:block\9}
.quote-batch .batch-file-container .batch-file-header{height:32px;line-height:32px;background:#333;padding:0 15px 0 20px;color:#fff;font-size:14px;cursor:move}
.quote-batch .batch-file-container .batch-file-header i{color:#999;font-size:18px;cursor:pointer;margin-left:18px}
.quote-batch .batch-file-container .batch-file-header i:hover{color:#fff}
.quote-batch .batch-file-container .batch-file-header .batch-file-close{float:right;font-size:12px}
.quote-batch .batch-file-container .batch-file-header .batch-file-controller-printer i{margin-left:15px;position:relative;top:1px}
.quote-batch .batch-file-container .batch-file-header a{text-decoration:none}
.quote-batch .batch-file-container .batch-file-controller{height:50px;line-height:47px;background:#efefef;padding:0 15px 0 20px;border-bottom:1px solid #e5e5e5}
.quote-batch .batch-file-container .batch-file-controller .c-dropdown2{position:relative;display:inline-block;width:100%;height:28px;line-height:29px;font-size:13px;vertical-align:middle;outline:0;_font-family:SimSun;background-color:#fff;word-wrap:normal;word-break:normal}
.quote-batch .batch-file-container .batch-file-controller .c-dropdown2 .c-dropdown2-btn-group{cursor:pointer;position:relative;height:28px;-moz-user-select:none;-webkit-user-select:none;user-select:none}
.quote-batch .batch-file-container .batch-file-controller .c-dropdown2 .c-dropdown2-btn{color:#666;height:28px;padding-left:10px;padding-right:10px;cursor:default;overflow:hidden;white-space:nowrap}
.quote-batch .batch-file-container .batch-file-controller .c-dropdown2 .c-dropdown2-btn-icon{position:absolute;top:2px;right:0;width:23px;height:28px;line-height:28px;padding:0 1px 0 0}
.quote-batch .batch-file-container .batch-file-controller .c-dropdown2 .c-dropdown2-btn-icon-border{height:28px;width:23px;text-align:center;zoom:1}
.quote-batch .batch-file-container .batch-file-controller .c-dropdown2 .c-icon-triangle-down{
	background: url(../images/icons_eca1308.png) no-repeat 0 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    font-style: normal;
    overflow: hidden;
    background-position: -32px -48px;
}
.quote-batch .batch-file-container .batch-file-controller .c-dropdown2 .c-dropdown2-menu{padding:5px 0;position:absolute;left:0;top:100%;_margin-top:0;width:100%;overflow:hidden;background:#fff;display:none;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.3);-moz-box-shadow:0 2px 8px rgba(0,0,0,.3);-ms-box-shadow:0 2px 8px rgba(0,0,0,.3);box-shadow:0 2px 8px rgba(0,0,0,.3)}
.quote-batch .batch-file-container .batch-file-controller .c-dropdown2 .c-dropdown2-menu-inner{overflow:hidden}
.quote-batch .batch-file-container .batch-file-controller .c-dropdown2 .c-dropdown2-option{background-color:#fff;cursor:pointer}
.quote-batch .batch-file-container .batch-file-controller .c-dropdown2-common ul,.quote-batch .batch-file-container .batch-file-controller .c-dropdown2-common li{margin:0;padding:0;list-style:none}
.quote-batch .batch-file-container .batch-file-controller .c-dropdown2-common .c-dropdown2-option{height:28px;line-height:28px;font-size:13px;color:#333;white-space:nowrap;cursor:pointer;}
.quote-batch .batch-file-container .batch-file-controller .c-dropdown2-common .c-dropdown2-menu-group .c-dropdown2-group{padding-left:10px;font-weight:700;cursor:default}
.quote-batch .batch-file-container .batch-file-controller .c-dropdown2-common .c-dropdown2-menu-group .c-dropdown2-option{padding-left:20px}
.quote-batch .batch-file-container .batch-file-controller .format-dropdown,.quote-batch .batch-file-container .batch-file-controller .export-dropdown{float:left;width:100px;margin:10px 12px 0 0;border:1px solid #e6e6e6;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}
.quote-batch .batch-file-container .batch-file-controller .format-dropdown .c-dropdown2-option{color:#505961;padding-left: 10px;}
.quote-batch .batch-file-container .batch-file-controller .c-dropdown2-common .c-dropdown2-option:hover,
.quote-batch .batch-file-container .batch-file-controller .c-dropdown2-common .c-dropdown2-option.active{background-color: #398bfb;color: #fff !important;}
.quote-batch .batch-file-container .batch-file-controller .export-dropdown{width:145px}
.quote-batch .batch-file-container .batch-file-controller .export-dropdown .c-dropdown2-option a{color:#505961;text-decoration:none;display:block}
.quote-batch .batch-file-container .batch-file-controller .export-dropdown .c-dropdown2-option a:hover{text-decoration:none;color:#fff}
.quote-batch .batch-file-container .batch-file-controller .c-dropdown2-common .c-dropdown2-selected{background-color:#398bfb;color:#fff}
.quote-batch .batch-file-container .batch-file-controller .batch-file-controller-mail,.quote-batch .batch-file-container .batch-file-controller .batch-file-controller-printer{color:#999;margin-left:15px;position:relative;top:4px;display:inline-block;cursor:pointer}
.quote-batch .batch-file-container .batch-file-controller .batch-file-controller-mail:hover,.quote-batch .batch-file-container .batch-file-controller .batch-file-controller-printer:hover{color:#333;text-decoration:none}
.quote-batch .batch-file-container .batch-file-controller .batch-file-controller-mail i,.quote-batch .batch-file-container .batch-file-controller .batch-file-controller-printer i{font-size:24px}
.quote-batch .batch-file-container .batch-file-controller .batch-file-controller-mail-inputbox{background:#fff;border:1px solid #e6e7e7;display:none;position:absolute;left:5px;width:270px;height:26px;line-height:26px;top:30px;padding:10px 15px;z-index:299;font-size:13px;-webkit-box-shadow:0 4px 8px rgba(0,0,0,.2);-moz-box-shadow:0 4px 8px rgba(0,0,0,.2);-ms-box-shadow:0 4px 8px rgba(0,0,0,.2);box-shadow:0 4px 8px rgba(0,0,0,.2)}
.quote-batch .batch-file-container .batch-file-controller .batch-file-controller-mail-inputbox input{line-height:15px;height:15px;width:184px;margin-right:4px;padding:4px 10px 5px;border:1px solid #e6e6e6;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}
.quote-batch .batch-file-container .batch-file-controller .batch-file-controller-mail-inputbox a{display:inline-block;height:100%;width:60px;text-align:center;background:#398bfb;color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}
.quote-batch .batch-file-container .batch-file-controller .batch-file-controller-mail-inputbox a:hover{text-decoration:none}
.quote-batch .batch-file-container .batch-file-controller .batch-file-controller-clear,.quote-batch .batch-file-container .batch-file-controller .batch-file-controller-copy,.quote-batch .batch-file-container .batch-file-controller .batch-file-controller-collect,.quote-batch .batch-file-container .batch-file-controller .batch-file-controller-export{float:right;display:inline;margin:10px 0 0 10px;color:#666;background:#f9f9f9;border:1px solid #d8d8d8;width:80px;height:28px;line-height:29px;text-align:center;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}
.quote-batch .batch-file-container .batch-file-controller .batch-file-controller-clear:hover,.quote-batch .batch-file-container .batch-file-controller .batch-file-controller-copy:hover,.quote-batch .batch-file-container .batch-file-controller .batch-file-controller-collect:hover,.quote-batch .batch-file-container .batch-file-controller .batch-file-controller-export:hover{color:#333;background:#fff;text-decoration:none}
.quote-batch .batch-file-container .batch-file-controller .zeroclipboard-is-hover{color:#333;background:#fff;text-decoration:none}
.quote-batch .batch-file-container .batch-file-list-container{height:355px;padding:0 15px 10px 20px;position:relative;overflow:hidden}
.quote-batch .batch-file-container .batch-file-list-container.empty{text-align:center;background:url(../images/batch-empty-bg.jpg) no-repeat center 68px;background-size:390px}
.quote-batch .batch-file-container .batch-file-list-container.empty .batch-file-list-container-empty{position:absolute;top:0;left:0;width:100%;height:100%}
.quote-batch .batch-file-container .batch-file-list-container.empty .batch-file-list-container-empty h3{margin-top:25px;font-size:15px;color:#333;font-weight:400;font-family:Microsoft YaHei}
.quote-batch .batch-file-container .batch-file-list-container.empty .batch-file-list-container-empty p{margin-top:205px;font-size:13px;color:#666}
.quote-batch .batch-file-container .batch-file-list-container .batch-file-list{height:355px;overflow:auto;padding-right:10px;}
.quote-batch .batch-file-container .batch-file-list-container .batch-file-list::-webkit-scrollbar{width:6px;}
.quote-batch .batch-file-container .batch-file-list-container .batch-file-list::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #999;
}
.quote-batch .batch-file-container .batch-file-list-container .batch-file-list ul{margin:4px 0 10px}
.quote-batch .batch-file-container .batch-file-list-container .batch-file-list li{padding:10px 68px 8px 0;min-height:40px;_height:40px;position:relative;border-bottom:1px solid #efefef}
.quote-batch .batch-file-container .batch-file-list-container .batch-file-list li.last{border-bottom:0}
.quote-batch .batch-file-container .batch-file-list-container .batch-file-list .batch-file-list-item-del{width:38px;position:absolute;right:0;top:14px;bottom:14px}
.quote-batch .batch-file-container .batch-file-list-container .batch-file-list .batch-file-list-item-del a{text-align:center;cursor:pointer;color:#999;display:block;height:100%;background-color:#efefef;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;text-decoration:none}
.quote-batch .batch-file-container .batch-file-list-container .batch-file-list .batch-file-list-item-del a i{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}
.quote-batch .batch-file-container .batch-file-list-container .batch-file-list .batch-file-list-item-del a:hover{background-color:#398bfb;color:#fff}
.quote-batch .batch-file-container .batch-file-list-container .batch-file-list .batch-file-list-item{color:#666}
.quote-batch .batch-file-container .batch-file-list-container .batch-file-list .batch-file-list-item h3{font-size:15px}
.quote-batch .batch-file-container .batch-file-list-container .batch-file-list .batch-file-list-item h3 a{color:#333}
.quote-batch .batch-file-container .batch-file-list-container .batch-file-list .batch-file-list-item h3 a:hover{color:#0056d9;text-decoration:none}
.quote-batch .batch-file-container .batch-file-list-container .batch-file-list .batch-file-list-item .sc_info{line-height:22px}
.quote-batch .batch-file-container .batch-file-list-container .batch-file-list .batch-file-list-item .sc_abstract{width:100%;line-height:22px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.quote-batch .batch-file-container .batch-file-list-container .batch-file-list .batch-file-list-item .sc_keywords{display:none}
.quote-batch .batch-file-container .batch-file-mask{display:none;z-index:200;position:absolute;top:32px;width:100%;height:403px;filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#99000000', endColorstr='#99000000')\9;background:rgba(0,0,0,.4)}
.quote-batch .batch-file-container .batch-file-mask .batch-file-mask-tips-btn{position:absolute;left:379px;margin:10px 0 0 10px;color:#666;background:#f9f9f9;border:1px solid #d8d8d8;width:80px;height:28px;line-height:29px;text-align:center;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}
.quote-batch .batch-file-container .batch-file-mask .batch-file-mask-tips{background:#fff;height:35px;width:255px;padding:13px 25px 15px;position:absolute;top:45px;left:285px;font-size:13px;color:#333;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.3);-moz-box-shadow:0 2px 8px rgba(0,0,0,.3);-ms-box-shadow:0 2px 8px rgba(0,0,0,.3);box-shadow:0 2px 8px rgba(0,0,0,.3);-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px}

.add-action{
	position: fixed;
	width: 16px;
	height: 16px;
	background: url(../images/search-icon-quote.png) no-repeat 0 -20px;
	transition: all 1s;
	z-index: 2000;
}
.add-action.active{
	transform: scale(.7);
}
.main .main-right.chemical-detail{
	padding-top: 55px;
}
.main .main-right .chemical-link{
	margin-right: 10px;
	height: 60px;
	transition: all 1s;
}
.main .main-right .chemical-link:hover{
	transform: scale(1.05);
}
.chemical-module{
	float: left;
	margin: 0 2%;
	border-top: 2px solid #65a1d7;
	width: 96%;
	overflow: hidden;
	padding-top: 30px;
}
.chemical-module .chemical-card {
	float: left;
	width: 50%;
}
.chemical-module .chemical-card .card-body {
	padding: 0 20px 40px;
}
.chemical-module .chemical-card .card-title{
	margin-bottom: 30px;
    border-left: 3px solid #0077be;
    padding-left: 12px;
    font-size: 16px;
    color: #0077be;
    font-weight: bold;
    line-height: 16px;
}
.chemical-module .card-list-content a{
	margin-bottom: 12px;
	position: relative;
	display: block;
	padding-left: 20px;
	font-size: 14px;
	line-height: 22px;
	color: #333;
}
.chemical-module .card-list-content a:hover,
.chemical-module .chemical-more:hover{
	color: #0077be;
}
.chemical-module .card-list-content .link-label{
	position: absolute;
	left: 0;
	top: 0;
}
.chemical-module .chemical-more{
	margin: 20px;
	font-size: 14px;
}

.detail-logo {
	position: absolute;
	top: 2px;
	height: 24px;
}
.detail-left .detail-title .data-btn {
	float: none;
	margin: 0 0 0 12px;
	display: inline-block;
	vertical-align: middle;
	top: -1.5px;
	font-size: 13px;
	line-height: 24px;
	padding: 0 10px 0 30px;
}
.detail-left .detail-title .data-btn:after {
	left: 13px;
}
.table-advance-none {
    position: relative;
    min-height: 320px;
    height: calc(100vh - 596px);
    padding: 80px 0;
    text-align: center;
}
.table-advance-none .none-icon {
    margin-bottom: 20px;
    width: 200px;
}
.table-advance-none .none-label {
    font-size: 16px;
    color: #999;
    line-height: 26px;
}
.table-advance-none .loading {
    position: absolute;
    top: 35%;
    left: 50%;
}

.search-mike {
    position: absolute;
    z-index: 5;
    top: 50%;
    right: 135px;
    margin-top: -18px;
    font-size: 0;
    white-space: nowrap;
}
.search-mike .mike-bar {
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #3f4b92 url(../images/answerSearch-voice-icon.png) no-repeat center center;
    background-size: auto 60%;
    cursor: pointer;
}
.search-mike .mike-bar.img {
    margin-right: 10px;
    background-color: transparent;
    background-image: url(../images/answerSearch-upload-icon.png);
    background-size: 80%;
}
.search-mike .mike-icon-move {
    display: none;
    position: absolute;
    margin-left: -2px;
    top: 10px;
    left: 50%;
    width: 4px;
}
.search-mike .time-box {
    position: absolute;
    bottom: 110%;
    z-index: 10;
    left: 50%;
    margin-left: -98px;
    box-shadow: 0 0 4px rgb(0 0 0 / 20%);
    border-radius: 4px;
    padding: 10px 20px;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
}
.search-mike .time-box .start-taste-line {
    display: inline-block;
    margin-right: 10px;
    font-size: 0;
    padding-top: 3px;
}
.search-mike .time-box .start-taste-line hr {
    background-color: #187cff;
    width: 1.5px;
    height: 10px;
    margin: 0 2px;
    display: inline-block;
    border: none;
}
.search-mike .time-box .hr {
    animation: note 0.2s ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.search-mike .time-box .hr1 {
    animation-delay: -1s;
}
.search-mike .time-box .hr2 {
    animation-delay: -0.9s;
}
.search-mike .time-box .hr3 {
    animation-delay: -0.8s;
}
.search-mike .time-box .hr4 {
    animation-delay: -0.7s;
}
.search-mike .time-box .hr5 {
    animation-delay: -0.6s;
}
.search-mike .time-box .hr6 {
    animation-delay: -0.5s;
}
.search-mike .time-box .hr7 {
    animation-delay: -0.4s;
}
.search-mike .time-box .hr8 {
    animation-delay: -0.3s;
}
.search-mike .time-box .hr9 {
    animation-delay: -0.2s;
}
.search-mike .time-box .hr10 {
    animation-delay: -0.1s;
}
@keyframes note {
    from {
        transform: scaleY(1);
    }
    to {
        transform: scaleY(2);
    }
}

.detail-content .intro-type {
    margin-bottom: 10px;
    overflow: hidden;
}
.detail-content .intro-type li {
    float: left;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    width: 160px;
    background: #eee;
}
.detail-content .intro-type li:hover {
    color: #00629f;
}
.detail-content .intro-type li.active {
    background: #00629f;
    color: #fff;
}
.detail-left p .p-item{
    padding: 0 6px;
    border-radius: 3px;
    margin-right: 10px;
}
.detail-left .quote-link{
    color: #00629f;
    line-height: 22px;
}

.el-select {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: left;
}
.el-select .select-text {
    position: relative;
    z-index: 10;
    border: 1px solid #dcdfe6;
    border-radius: 3px;
    padding: 0 30px 0 12px;
    font-size: 14px;
    line-height: 32px;
    cursor: pointer;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #fff;
}
.el-select .select-text.no-val {
    color: #999;
}
.el-select .select-text.active {
    border-color: #32419e;
}
.el-select .select-text.active:after {
    transform: rotate(0deg);
}
.el-select .select-text:after {
    content: "\e78f";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
    font-family: element-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 14px;
    font-size: 20px;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    transition: transform 0.3s;
    transform: rotate(180deg);
    color: #c0c4cc;
}
.el-select .select-cont {
    display: none;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 100%;
    right: 0;
    margin-top: 4px;
}
.el-select .cont-arrow {
    position: relative;
    height: 6px;
}
.el-select .cont-arrow:after,
.el-select .cont-arrow:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 35px;
    border: 6px solid transparent;
    border-bottom-color: #ebeef5;
}
.el-select .cont-arrow:after {
    bottom: -1px;
    border-bottom-color: #fff;
}
.el-select .select-lists {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    padding: 8px 0;
    max-height: 240px;
    overflow: auto;
    border: 1px solid #e4e7ed;
}
.el-select .select-lists::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #f5f5f5;
}
.el-select .select-lists::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #32419e;
}
.el-select .select-lists li {
    padding: 0 20px;
    font-size: 14px;
    line-height: 28px;
    color: #333;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.el-select .select-lists li:hover,
.el-select .select-lists li.active {
    background: #f5f7fa;
    color: #32419e;
    font-weight: bold;
}
.explore-chart-form {
    margin-bottom: 14px;
    padding: 20px 0 10px;
}
.explore-chart-form .form-list {
    margin: 0 auto 10px;
    /* width: 600px; */
}
.explore-chart-form .form-label {
	margin-left: 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: #555;
    line-height: 34px;
}
.explore-chart-form .form-select {
    display: inline-block;
    vertical-align: top;
    width: 200px;
}
.explore-chart-form .form-ctl-cont {
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    width: 200px;
}
.explore-chart-form .form-btn-cont {
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    width: 100px;
}
.explore-chart-form .form-msg {
    display: none;
    margin: 10px 0 0 20px;
    font-size: 13px;
    color: red;
    line-height: 18px;
}
.el-btn {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0;
    font-size: 14px;
    line-height: 34px;
    color: #fff;
    cursor: pointer;
    background: #32419e;
    border-radius: 3px;
    outline: none;
    text-align: center;
}
.el-btn:hover {
    opacity: .9;
}
.el-input {
    -webkit-appearance: none;
    width: 100%;
    background: #fff;
    vertical-align: top;
    border-radius: 3px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #333;
    display: inline-block;
    height: 34px;
    outline: none;
    padding: 0 12px;
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    font-size: 14px;
    line-height: 38px;
}
.search-types {
    margin-bottom: 12px;
    background: #fff;
    padding: 14px 20px;
}
.search-types .form-list {
    margin-bottom: 12px;
    position: relative;
    font-size: 0;
    min-height: 30px;
    overflow: hidden;
}
.search-types .form-list .form-cont {
    margin-left: 90px;
}
.search-types .form-list:last-child {
    margin: 0;
}
.search-types .form-list .list-label {
    float: left;
    font-size: 17px;
    color: #333;
    font-weight: bold;
    line-height: 30px;
}
.search-types .form-list .list-label:after {
    content: '：';
}
.search-types .form-list .list-label.label-search {
    line-height: 30px;
    width: 80px;
}
.search-types .menu-list li {
    float: left;
    border-radius: 4px;
    padding: 0 8px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    cursor: pointer;
}
.search-types .menu-list li:hover {
    color: #3f4b92;
}
.search-types .menu-list li.active {
    background: #3f4b92;
    color: #fff;
}
.line-link {
    margin-left: 10px;
    cursor: pointer;
    color: #005fcc;
    font-size: 14px;
}
.translate-bar {
    position: relative;
    top: -1px;
    margin: 0 0 0 20px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 20px;
    border-radius: 12px;
    color: #3f4b92;
}
.translate-bar:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -9px;
    width: 16px;
    height: 16px;
    background: url(../images/icon-tran.jpg);
    background-size: 100% 100%;
}

.module-answer {
    box-sizing: border-box;
    padding: 20px;
    background: #D0E0F9;
}

.module-answer-box {
    position: relative;
}
.module-answer-box .module-answer {
    margin-right: 330px;
}
.module-answer-box .module-answer-head {
    margin-right: 330px;
    padding: 0 20px;
    border-radius: 6px 6px 0 0;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background: #3B88ED;
}
.module-answer-box .answer-demos {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 330px;
    overflow: hidden;
    background: #E5EEF8;
}
.module-answer-box .answer-demos .demos-cont {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 16px;
    overflow-y: scroll;
    width: calc(117%);
}
.module-answer-box .answer-demos .demo-lists {
    -webkit-transition: height 1s ease-out;
    transition: height 1s ease-out;
    overflow: hidden;
}
.module-answer-box .answer-demos .demo-lists li {}
.module-answer-box .answer-demos .demo-lists li a {
    display: block;
    width: 297px;
    padding: 9px 12px;
    background: #fff;
    border-radius: 8px 8px 2px 8px;
    margin-bottom: 8px;
    color: #606266;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 22px;
}
.module-answer-box .answer-demos .demo-lists li:last-child a {
    margin: 0;
}
.module-answer-box .answer-demos .demo-lists li a:hover {
    color: #fff;
    background: #3b88ed;
}
.module-answer .module-title {
    position: relative;
    margin-bottom: 26px;
    padding-left: 30px;
    font-size: 16px;
    color: #333;
    line-height: 20px;
}
.answer-loading{
    position: relative;
    top: -1px;
    vertical-align: middle;
    margin-left: 6px;
    height: 4px;
}
.module-answer .module-title:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8.5px;
    width: 22px;
    height: 17px;
    background: url(../images/module-answer-head-icon.png);
    background-size: 100% 100%;
}
.module-answer .module-title span {
    margin-left: 18px;
}
.module-answer .module-cont {
    height: 400px;
    box-sizing: border-box;
    background: #F1F4F8;
    padding: 20px 68px;
    overflow: auto;
}
.module-answer .module-cont.keyword-recommend {
    padding: 20px;
    background: #fff;
}
.module-answer .module-cont::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: transparent;
}
.module-answer .module-cont::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #3B88ED;
}
.module-answer .answer-form {
    background: #E5EEF8;
    padding: 21px 120px 27px 20px;
}
.module-answer .answer-form .form-cont {
    position: relative;
}
.module-answer .answer-form .form-cont .form-ctl {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    border: 1px  solid #ddd;
    background: #F7FAFD;
    box-sizing: border-box;
    padding: 0 70px 0 12px;
    font-size: 14px;
    color: #333;
}
.module-answer .answer-form .form-cont textarea.form-ctl {
    display: block;
    height: 100px;
    resize: none;
    font-family: inherit;
    padding: 8px 12px;
    line-height: 22px;
    outline: none;
}
.module-answer .answer-form .form-cont .form-ctl.no-len{
    padding-right: 12px;
}
.module-answer .answer-form .form-cont .form-ctl:focus {
    border-color: #3B88ED;
}
.module-answer .answer-form .form-cont .form-btn {
    position: absolute;
    left: 100%;
    bottom: 0;
    margin-left: 8px;
    width: 92px;
    text-indent: 4px;
    line-height: 40px;
    color: #fff;
    background: #3B88ED;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    letter-spacing: 4px;
}
.module-answer .answer-form .form-cont .form-btn.agri {
    margin-left: 108px;
    letter-spacing: 0px;
    text-indent: 0px;
}
.module-answer .answer-form .form-cont .form-btn.no-letter {
    text-indent: 0;
    letter-spacing: 0;
}
.module-answer .answer-form .form-cont .form-btn:hover {
    opacity: .9;
}
.module-answer .answer-form .form-cont .form-btn.upload {
    bottom: 50px;
    line-height: 20px;
    font-size: 13px;
    color: #3B88ED;
    background: transparent;
}
.module-answer .answer-form .form-cont .form-btn.upload:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    width: 18px;
    height: 18px;
    background: url(../images/icon-upload.png);
    background-size: 100% 100%;
}
.module-answer .answer-form .form-count {
    position: absolute;
    right: 12px;
    top: 0;
    font-size: 14px;
    color: #999;
    line-height: 40px;
}
.module-answer .answer-form-new {
    padding: 10px;
    position: relative;
    background: #E5EEF8;
}
.module-answer .answer-form-new .form-cont {
    position: relative;
    background: #F7FAFD;
    padding: 10px 15px;
    border-radius: 10px;
    overflow: hidden;
}
.module-answer .answer-form-new .form-ctl {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    height: 60px;
    resize: none;
    font-family: inherit;
    padding: 0;
    border: none;
    line-height: 22px;
    background: transparent;
    outline: none;
}
.module-answer-box .answer-types {
    float: left;
}
.module-answer-box .answer-types li {
    float: left;
    margin-right: 10px;
    padding: 0 14px;
    border-radius: 12px;
    cursor: pointer;
    line-height: 24px;
    font-size: 12px;
    color: #333;
    background: #D0E0F9;
}
.module-answer-box .answer-types li.active {
    background: #3B88ED;
    color: #fff;
}
.module-answer .answer-form-new .form-btn {
    float: right;
    color: #3B88ED;
    cursor: pointer ;
}
.module-answer .answer-form-new {
}
.module-answer .answer-item {
    position: relative;
    margin-bottom: 20px;
}
.module-answer .answer-item .link-check {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1.5px;
    margin-right: 4px;
}
.module-answer .answer-item:last-child {
    margin: 0;
}
.module-answer .answer-item .item-head {
    position: absolute;
    left: -48px;
    top: 0;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    overflow: hidden;
}
.module-answer .answer-item.use {
    text-align: right;
}
.module-answer .answer-item.use .item-head {
    left: auto;
    right: -48px;
}
.module-answer .answer-item .item-head img {
    width: 100%;
    height:100%;
    object-fit: cover;
}
.module-answer .answer-item .item-count {
    max-width: 90%;
    display: inline-block;
    vertical-align: top;
    padding: 8px 20px;
    border-radius: 4px;
    text-align: left;
    font-size: 12px;
    line-height: 22px;
    color: #333;
    background: #f9fafd;
    white-space: pre-wrap;
}
.module-answer .answer-item .item-count a ,
.module-answer .answer-item .item-count think {
    display: block;
}
.module-answer .answer-item .item-count a  {
    color: #32419e;
    text-decoration: underline;
}
.module-answer .answer-item.use .item-count {
    background: rgba(184,213,252,.8);
}
.module-answer .answer-item .item-count .an-icon {
    margin-left: 3px;
}
.module-answer .answer-item .item-count .an-icon.indexby {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    border-radius: 3px;
    line-height: 16px;
    font-size: 12px;
    color: #fff;
    background: #60c1c2;
}
.module-answer .answer-item .item-count .abs-auto {
    display: none;
}
.module-answer .answer-item .item-count .abs-btn {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    padding: 0 10px;
    border-radius: 3px;
    cursor: pointer;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    background: #3B88ED;
}
.module-answer .answer-item .item-count .abs-btn.active .hide {
    display: inline;
}
.module-answer .answer-item .item-count .abs-btn .hide,
.module-answer .answer-item .item-count .abs-btn.active .show {
    display: none;
}
.module-answer .answer-item .item-count .abs-btn:hover {
    opacity: .9;
}
.main-comprehend {
    height: calc(100vh - 20px);
    background: #f6f6f6;
    padding: 20px 30px;
    box-sizing: border-box;
}
.main-comprehend:after {
    content: '';
    display: block;
    clear: both;
}
.main-comprehend .comprehend-iframe,
.main-comprehend .comprehend-body  {
    float: left;
    width: calc(50% - 10px);
    height: 100%;
    background: #fff;
}
.main-comprehend .comprehend-iframe iframe {
    width: 100%;
    height: 100%;
}
.main-comprehend .comprehend-body {
    float: right;
}
.main-comprehend .module-answer {
    background: transparent;
    height: 100%;
}
.main-comprehend .module-answer .answer-form {
    padding: 0;
}
.main-comprehend .module-answer .answer-form .form-cont .form-ctl {
    background: #fff;
}
.main-comprehend .module-answer .answer-form .form-count {
    top: auto;
    bottom: 1px;
    background: #fff;
}
.main-comprehend .form-btn {
    float: right;
    margin-top: 6px;
    width: 92px;
    text-indent: 4px;
    line-height: 34px;
    font-size: 13px;
    color: #fff;
    background: #3f4b92;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    letter-spacing: 4px;
}
.main-comprehend .module-answer .module-cont {
    margin-bottom: 10px;
    padding: 0 60px 20px 60px;
    background: transparent;
    height: calc(100% - 340px);
}
.main-comprehend .deep-list {
    margin-left: -60px;
    margin-right: -60px;
}

.main-comprehend  .ai-an-head {
    font-size: 0;
    padding: 8px 15px;
    line-height: 24px;
    border-bottom: 1px solid #e0e0e0;
}
.main-comprehend  .ai-an-head .head-text {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    padding-left: 26px;
    background: url(../images/ai-an-head-icon.png) no-repeat 0 center;
    background-size: auto 60%;
}
.main-comprehend .ai-an-demo-lists {
    padding: 10px 0;
    overflow: hidden;
}
.main-comprehend .ai-an-demo-lists li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    position: relative;
    padding: 0 20px 0 30px;
    font-size: 14px;
    color: #333;
    line-height: 32px;
    cursor: pointer;
}
.main-comprehend .ai-an-demo-lists li:hover {
    color: #2980ab;
}
.main-comprehend .ai-an-demo-lists li:after {
    content: '';
    position: absolute;
    left: 15px;
    top: 14.5px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #333;
}
.main-comprehend .ai-an-demo-lists li:hover:after {
    background: #2980ab;
}
.list-icon.loading:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    width: 16px;
    height: 16px;
    background: url(../images/loading-white.gif);
    background-size: 100% 100%;
}
.deep-list {
    margin-bottom: 15px;
    background: #f9fafd;
    border-radius: 20px;
    padding: 20px;
}
.deep-list .list-title {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.deep-list .list-des {
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 22px;
    color: #333;
    white-space: pre-wrap;
}
.deep-list .list-des:last-child {
    margin: 0;
}
@media (max-width: 767px) {
  body {
    min-width: auto;
  }
  .container {
    width: 100%;
  }
  .page-crumbs {
    margin: 0 20px;
  }
  #nav_bar_mobile {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background: url(../images/sciwatch-icon.png) no-repeat -150px -100px;
    cursor: pointer;
  }
  .header .page-nav {
    padding: 20px 0;
    position: relative;
  }
  .header .page-nav .header-logo-link{
  	margin: 0;
  }
  .header-logo-name{
  	margin-left: 6px;
  	font-size: 16px;
  	line-height: 30px;
  }
  .header .page-nav .img-logo {
    float: none;
    margin: 0 0 0 10px;
    height: 30px;
  }
  .header .page-nav .nav-list {
    display: none;
    position: absolute;
    top: 50px;
    right: 20px;
    width: 50%;
    padding: 10px 0;
    border-radius: 4px;
    z-index: 10000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  }
  .header .page-nav .nav-list li {
    display: block;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,.4);
  }
  .header .page-nav .nav-list li:last-child {
    border: none;
  }
  .header .page-nav .nav-list li a {
    line-height: 40px;
    padding: 0;
    border: none;
    font-size: 16px;
  }
  .header .page-nav .nav-list li.active {
    background: #2d9253;
  }
  .header .page-nav .nav-list li.active a {
    color: #fff;
  }
  .footer {
    padding: 15px;
    font-size: 10px;
  }
  .page-index .search-box {
  	margin-top: -140px;
    padding: 30px 20px;
  }
  .page-index .search-box .search-content {
    width: auto;
  }
  .page-index .search-box .search-form .search-input,
  .page-index .search-box .search-form .search-btn {
    height: 40px;
    line-height: 20px;
  }
  .page-index .search-box .search-form .search-btn {
    font-size: 20px;
  }
  .page-index .index-module {
    margin: 0 20px;
  }
  .page-index .index-module .module-left {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .page-index .index-module .module-right {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .page-index .index-module .book-lists-box .book-lists {
    margin-right: -20px;
  }
  .page-index .index-module .book-lists-box .book-lists li {
    margin-bottom: 15px;
    width: 50%;
  }
  .page-index .index-module .book-lists-box .book-lists li .list-content {
    margin-right: 20px;
  }
  .page-index .module-banner .banner-left {
    float: none;
    width: 100%;
    height: auto;
  }
  .page-index .module-banner .banner-left img {
    height: auto;
  }
  .page-index .module-banner .banner-box {
    margin: 0;
    height: 260px;
  }
  .page-index .module-banner .banner-box .banner-lists li .list-content {
    margin: 30px;
  }
  .page-index .module-banner .banner-box .banner-lists li .list-content .list-des {
    margin: 15px 0 20px;
  }
  .datalist-search {
    background-size: auto 100%;
  }
  .datalist-search .search-content {
    margin: 0 20px;
    width: auto;
  }
  .datalist-search .search-form .search-input,
  .datalist-search .search-form .search-btn {
    height: 40px;
    line-height: 20px;
  }
  .datalist-search .search-form .search-btn {
    font-size: 20px;
  }
  .page-datalist {
    margin: 20px;
  }
  .page-datalist .main-left,
  .page-datalist .main-right,
  .page-datalist .topics-addbtn {
    float: none;
    width: auto;
  }
  .page-datalist .facet-lists .facet-label {
    position: static;
    width: auto;
  }
  .page-datalist .facet-lists .facet-content {
    margin: 0 10px;
  }
  .page-datalist .main-left .resources-datalist li .data-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .page-datalist .book-lists-box .book-lists {
    margin-right: -20px;
  }
  .page-datalist .book-lists-box .book-lists li {
    width: 50%;
    padding-bottom: 15px;
  }
  .page-datalist .book-lists-box .book-lists li .list-content {
    margin-right: 20px;
  }
  .page-datalist .topics-lists-box .topics-lists {
    margin: 0;
  }
  .page-datalist .topics-lists-box .topics-lists li {
    margin: 0 0 20px;
    width: 100%;
  }
  .page-datalist .topics-lists-box .topics-lists li .list-content {
    margin: 0;
    padding: 15px;
  }
  .page-datalist .topics-lists-box .topics-lists li .list-content .img-box {
    width: 140px;
    height: 100px;
  }
  .page-datalist .topics-lists-box .topics-lists li .list-content .img-box .topics-name {
    margin-top: -20px;
    line-height: 40px;
    height: 40px;
  }
  .page-datalist .topics-lists-box .topics-lists li .list-content .content-box {
    margin-left: 155px;
    height: 100px;
    overflow: hidden;
  }
  .page-datalist .topics-lists-box .topics-lists li .list-content .content-box .topics-des {
    line-height: 24px;
  }
  .page-topicsDetail .header-topics {
    padding: 20px 0;
    background-size: auto 100%;
  }
  .page-topicsDetail .header-topics .info-box {
    margin: 0 20px;
    width: auto;
    padding: 20px 30px;
  }
  .page-topicsDetail .detail-nav .nav-lists {
    padding: 0 20px;
    overflow: auto;
    white-space: nowrap;
  }
  .page-topicsDetail .detail-nav .nav-lists li {
    float: none;
    margin-right: 20px;
    display: inline-block;
  }
  .page-topicsDetail .detail-nav .nav-lists li:last-child {
    margin: 0;
  }
  .page-platform .header-platform {
    padding: 30px 0;
  }
  .page-platform .header-platform .header-title {
    font-size: 30px;
  }
  .page-platform .header-platform .to-more {
    margin-top: 20px;
  }
  .page-platform .platform-list-box .platform-list li {
    float: none;
    margin: 0 30px;
    border-top: 1px solid #eee;
    width: auto;
  }
  .page-platform .platform-list-box .platform-list li .list-content {
    margin: 0;
    padding: 50px 0;
  }
  .page-platform .platform-list-box .platform-list li .list-content .platform-title {
    margin-top: 20px;
  }
  .page-platform .platform-list-box .platform-list li .list-content .platform-des {
    margin-top: 8px;
    height: auto;
  }
  .page-platform-detail .app-type-module {
    padding: 20px;
  }
  .page-platform-detail .app-type-module .app-title {
    float: none;
    width: auto;
    height: auto;
    padding: 15px 0;
    text-align: left;
  }
  .page-platform-detail .app-type-module .app-title .type-title-icon,
  .page-platform-detail .app-type-module .app-title .type-title {
    margin: 0 0 0 20px;
    display: inline-block;
    vertical-align: top;
  }
  .page-platform-detail .app-type-module .app-title .type-title-icon {
    width: 36px;
    height: 36px;
    background-size: 300px 300px;
  }
  .page-platform-detail .app-type-module .app-title .icon-service {
    background-position: -180px -150px;
  }
  .page-platform-detail .app-type-module .app-title .icon-share {
    background-position: -222px -150px;
  }
  .page-platform-detail .app-type-module .app-title .icon-analysis {
    background-position: -264px -150px;
  }
  .page-platform-detail .app-type-module .app-title .type-title {
    line-height: 36px;
  }
  .page-platform-detail .app-type-module .app-title:after {
    display: none;
  }
  .page-platform-detail .app-type-module .app-lists-box {
    margin: 15px 0 0;
  }
  .page-platform-detail .app-type-module .app-lists-box .applist-content .app-lists li .list-content .list-img{
  	height:60px;
  }
  .page-platform-detail .app-type-module .app-lists-box .applist-content .app-lists li .list-content .app-name{
  	font-size: 12px;
  	line-height:16px;
  }
  .page-platform-detail .app-type-module .app-lists-box .applist-content .app-lists li .list-content {
    width: auto;
    height: auto;
  }
  .page-platform-detail .app-type-module .app-lists-box .applist-content .app-lists{
  	white-space: normal;
  }
  .page-platform-detail .app-type-module .app-lists-box .applist-content .app-lists li .list-content .des-content .des-text {
    -webkit-line-clamp: 3;
  }
  .page-platform-detail .detail-document .module-left {
    position: static;
    width: auto;
    padding: 10px 20px;
  }
  .page-platform-detail .detail-document .module-left .document-nav {
    overflow: hidden;
    background: #f5f5f5;
  }
  .page-platform-detail .detail-document .module-left .document-nav li {
    float: left;
    width: 50%;
    box-sizing: border-box;
  }
  .page-platform-detail .detail-document .module-right {
    margin: 20px 20px 0;
  }
  .page-platform-detail .detail-document .module-right .module-document {
    padding: 20px;
  }
  .page-platform-detail .detail-document .module-right .module-document .module-content {
    margin: 20px 0 0;
  }
  .page-platform-detail .detail-document .module-right .module-document .guide-step {
    margin: 0;
  }
  .page-platform-detail .detail-document .module-right .module-document .guide-step li {
    float: none;
    width: auto;
  }
  .page-platform-detail .detail-document .module-right .module-document .guide-step li .list-content {
    margin: 20px 20px 0;
    height: 80px;
  }
  .page-platform-detail .detail-document .module-right .module-document .guide-step li .list-content .step-txt {
    margin-top: 40px;
  }
  .page-platform-detail .detail-document .module-right .module-document .guide-step li:first-child .list-content {
    margin-top: 0;
  }
  .page-platform-detail .detail-content {
    padding: 20px;
  }
  .page-platform-detail .detail-content .header-problem .header-title {
    line-height: 60px;
    font-size: 30px;
  }
  .page-platform-detail .problem-lists li {
    padding-bottom: 20px;
  }
  .page-platform-detail .problem-lists li .problem-content {
    margin: 10px 30px 0;
  }
  .page-home .home-main .home-left {
    position: fixed;
    width: 100%;
    left: -100%;
    top: 0;
    bottom: 0;
    z-index: 20000;
  }
  .page-home .home-main .home-left.gray-bg {
    background: rgba(0, 0, 0, 0.5);
  }
  .page-home .home-main .home-left .user-info,
  .page-home .home-main .home-left .home-nav {
    width: 260px;
  }
  .page-home .home-main .home-right {
    margin: 0;
    padding-top: 40px;
    position: relative;
  }
  .page-home .home-main .home-right .mobile-bar {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 30px;
    height: 30px;
    background: url(../images/sciwatch-icon.png) no-repeat -150px -100px;
    cursor: pointer;
  }
  .page-home .home-main .home-right .home-main-content {
    padding: 20px;
  }
  .page-home .home-main .home-right .home-table-box .home-table td {
    min-width: 140px;
  }
  .page-home .home-main .home-right .home-form-btn.btn-edit {
    right: 0;
  }
  .quote-detail .quote-typelist li .typelist-content{
		margin:0 70px 0 65px;
	}
	.quote-detail .quote-typelist li .typelist-btn.show-detail{right:36px;}
	.quote-detail .quote-typelist li .typelist-title{margin-top:9px;width:65px;word-break:break-all;line-height:16px;}
  .quote-batch .batch-file-container{width:auto;left:20px;}
  .quote-batch .batch-file-container .batch-file-controller .batch-file-controller-copy{display: none;}
  .page-index .module-banner .banner-box .banner-lists li{padding-bottom:15px;}
  .page-index .module-banner .banner-box .banner-lists li .banner-img{position:static;margin-bottom:15px;width:100%;}
  .page-index .module-banner .banner-box .banner-lists li .list-content{margin:0;}
  .page-index .module-banner .banner-box,
  .page-index .module-banner .banner-box .banner-lists{height:auto;}
  .page-index .module-banner .banner-box .banner-bar{left:0;}
  .page-index .module-banner .banner-box .banner-lists li .list-content .list-title{margin:0 15px;}
  .page-index .module-banner .banner-box .banner-lists li .list-content .list-des{margin:20px 15px;}
  .page-index .module-banner .banner-box .banner-lists li .list-content .to-detail{margin-left:15px;}
  .page-datalist .topics-lists-box .topics-lists.special li{width:100%;}
  .page-datalist .topics-lists-box .topics-lists.special li .list-content{margin:0;}
  .main .main-right.chemical-detail{
  	position: relative;
  	top: -20px;
  	padding-top: 0;
  }
  .chemical-module{margin: 0 4%;width:92%;}
  .chemical-module .chemical-card{width: 100%;}
  .header .top-nav{
  	padding: 0 20px;
  }
  .page-index .index-search-title{
  	font-size: 26px;
  	line-height: 38px;
  }
  .page-index .index-search-title span{
  	display: block;
  }
  .page-index .index-search-count{
  	font-size: 14px;
  	color: #666;
  }
  .page-index .index-search-count b{
  	font-size: 18px;
  }
  .page-index .search-box .search-form{
  	margin: 40px 0 15px;
  	width: 100%;
  }
  .page-index .search-box .search-form .search-input{
  	padding: 0 90px 0 55px;
  }
  .page-index .search-box .search-form .search-btn{
  	height: 38px;
  	padding: 0;
  	line-height: 38px;
  	width: 80px;
  	font-size: 16px;
  	vertical-align: middle;
  }
  .search-index-link .search-logo {
  	width: 50%;
  	margin-bottom: 10px;
  	display: block;
  }
  .search-index-link{
  	display: block;
  	margin: 0 20px;
  	font-size: 18px;
  	line-height: 20px;
  	text-align: center;
  }
  .main .main-center .result-tips .sort-type label{
  	margin-right: 10px;
  }
  .main .main-center .result-tips .sort-type label:last-child {
  	margin: 0;
  }
  .datalist-search{
  	height: auto;
  	padding: 15px 0 10px;
  }
  .datalist-search .search-form{
  	width: 100%;
  }
  .datalist-search .search-form .search-btn{
  	height: 38px;
  	line-height: 38px;
  	width: 80px;
  	font-size: 16px;
  	vertical-align: middle;
  }
  .resources-datalist li .data-btns .data-btn, .detail-left .detail-content .data-btns .data-btn{
  	margin: 0 10px 8px 0;
  	padding: 0 12px 0 30px;
  	line-height: 22px;
  	font-size: 12px;
  }
  .resources-datalist li .data-btns .data-btn:after, .detail-left .detail-content .data-btns .data-btn:after{
  	left: 13px;
  }
  .detail-left .detail-title{
  	margin: 30px 0 40px !important;
  }
  .detail-collect{
  	top: auto !important;
  	right: 0 !important;
  	margin-top: -30px;
  }
  .page-index .index-logo-module{
  	margin-top: 50px;
  }
  .page-index .index-logo-module img{
  	width: 50%;
  }
  .search-index-link .red{
  	top: -3px;
  	height: 24px;
  }
  .search-index-link span{
  	font-size: 18px;
  }
  .index-body .search-box .container{
  	padding: 0;
  }
  .page-index .search-box .search-form .search-btn.btn-author{
  	left: 0;
  	right: 0;
  	top: 250%;
  	width: auto;
  	height: 38px;
  	line-height: 38px;
  }
    .search-types .form-list .list-label {
        font-size: 14px;
        line-height: 24px;
    }
    .search-types .menu-list li {
        margin: 0;
        font-size: 13px;
        line-height: 24px;
    }
    .search-types .form-list .form-cont{
        margin: 0;
    }
}
