body,
textarea {
  margin: 0;
  padding: 0;
  font: 14px "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p,
span,
i,
b,
a {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
table,
td,
tr,
th {
  border-collapse: collapse;
  box-sizing: border-box;
}
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,
textarea {
  outline: none;
}
address,
cite,
code,
em,
th {
  font-weight: normal;
  font-style: normal;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  background-color: transparent !important;
  background-image: none !important;
  transition: background-color 50000s ease-in-out 0s;
}
input::-webkit-input-safebox-button {
  display: none;
}
input::-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  background-color: transparent;
  background-image: none;
  transition: background-color 50000s ease-in-out 0s;
}
a {
  color: #555;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #0074B9;
}
a:hover .more-arrow {
  background-image: url(../images/head-more-arrow-on.png);
}
a:visited {
  text-decoration: none;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.line_1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
input::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
input::-moz-placeholder {
  color: #999;
  font-size: 14px;
}
input:-moz-placeholder {
  color: #999;
  font-size: 14px;
}
input:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
em {
  color: red;
}
input {
  border: none;
  outline: none;
}
input[type=button] {
  -webkit-appearance: none;
}
.blue {
  color: #0074B9;
}
.hide {
  display: none;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  position: relative;
  min-width: 1240px;
  min-height: 100%;
  height: auto;
  padding-bottom: 140px;
  color: #666;
  box-sizing: border-box;
}
.body-login {
  padding: 0;
  height: 100%;
}
.scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
.scroll::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #0074B9;
}
.container {
  margin: 0 auto;
  width: 1200px;
}
.container:after {
  content: '';
  display: block;
  clear: both;
}
.data-loading {
  height: 260px;
  position: relative;
}
.data-loading.loading-pay {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
}
.loading-pay-label{
	margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 32px;
  color: #333;
	
}
.data-loading:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -16px 0 0 -16px;
  width: 32px;
  height: 32px;
  background: url(../images/loading.gif) no-repeat center center / cover;
}
.link-num {
  margin-right: 10px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: #333;
}
.link-top {
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  padding: 0 4px;
  font-size: 11px;
  color: #fff;
  background: #ef5050;
  font-style: normal;
  border-radius: 2px;
  line-height: 16px;
  font-weight: normal;
}
.no-data {
  margin-top: 20px;
  font-size: 16px;
  color: #999;
  line-height: 50px;
  text-align: center;
}
.table-none {
  padding: 80px 0;
  text-align: center;
}
.table-none .none-icon {
  width: 236px;
}
.table-none .none-label {
  margin-top: 20px;
  font-size: 16px;
  color: #999;
}
.table-advance-none {
  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;
}
.header-warp {
  background: #F5F5F5;
  line-height: 30px;
  font-size: 0;
}
.header-warp .warp-webtitle {
  float: left;
  font-size: 14px;
}
.header-warp .warp-links {
  float: right;
}
.header-warp .warp-links .warp-link,
.header-warp .warp-links .warp-line {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.header-warp .warp-links .warp-link.refresh {
  margin: 0 14px;
  padding-left: 16px;
  background: url(../images/header-warp-icon-refresh.png) no-repeat 0 center;
  background-size: auto 40%;
}
.header-warp .warp-links .warp-line {
  margin: 0 15px;
  width: 1px;
  height: 16px;
  background: #6e6e6e;
}
.header {
  height: 110px;
  padding-top: 28px;
  background: #fff;
}
.header .header-logo {
  float: left;
  height: 54px;
}
.header .header-timer {
	float: left;
	margin-left: 18px;
	position: relative;
}
.header .header-timer .timer-bg {
	height: 66px;
}
.header .header-timer .timer-text {
	position: absolute;
	top: 50%;
	right: 34px;
	margin-top: -12px;
	font: 24px "宋体";
	font-weight: bold;
	color:#fbe88e;
	line-height: 24px;
}
.header .header-search {
  float: right;
  margin-top: 9px;
  position: relative;
  width: 380px;
}
.header .header-search .search-ctl {
  width: 100%;
  height: 40px;
  padding: 0 60px 0 22px;
  border: 1px solid #ddd;
  border-radius: 20px;
  font-size: 16px;
  color: #333;
  background: #FAFDFF;
}
.header .header-search .search-ctl:focus {
  border-color: #0074B9;
}
.header .header-search .search-clear {
  display: none;
  position: absolute;
  right: 53px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ddd url(../images/search-icon-clear.png);
  background-size: 100% 100%;
  cursor: pointer;
}
.header .header-search .search-clear:hover {
  background-color: #0074B9;
}
.header .header-search .search-btn {
  position: absolute;
  top: 0;
  right: 10px;
  width: 40px;
  height: 40px;
  background: url(../images/header-search-icon-btn.png) no-repeat center center;
  background-size: 22px 22px;
  cursor: pointer;
}
.header-menu {
  background: #0074B9;
}
.header-menu .menu-lists {
  line-height: 60px;
}
.header-menu .menu-lists li {
  float: left;
  margin-left: 35px;
  position: relative;
}
.header-menu .menu-lists li:first-child {
  margin: 0;
}
.header-menu .menu-lists p.menu-link {
  cursor: default;
}
.header-menu .menu-lists .menu-link {
  position: relative;
  display: block;
  padding: 0 4px;
  color: #fff;
  font-size: 18px;
}
.header-menu .menu-lists .menu-link:hover,
.header-menu .menu-lists .menu-link.active {
  font-weight: bold;
}
.header-menu .menu-lists .menu-link:hover:after,
.header-menu .menu-lists .menu-link.active:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #FABE4A;
}
.header-menu .menu-lists .menu-child {
  display: none;
  position: absolute;
  z-index: 150;
  left: -20%;
  min-width: 140%;
  top: 100%;
  padding: 10px 0;
  background: #046dab;
  border-radius: 0 0 4px 4px;
}
.header-menu .menu-lists .menu-child-2 {
	margin: 2px 0;
	padding: 6px 0;
  background: rgba(255,255,255,.06);
}
.header-menu .menu-lists .menu-child-link {
  display: block;
  white-space: nowrap;
  padding: 0 20px;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  text-align: center;
}
.header-menu .menu-lists .menu-child-2 .menu-child-link {
  font-size: 14px;
}
.header-menu .menu-lists .menu-child-link:hover {
  background: #1e7cb4;
  background: rgba(255, 255, 255, 0.1);
}
.submenu-mobile-bar {
  display: none;
}
.fixed-right {
  position: fixed;
  top: 50%;
  right: 170px;
  margin-top: -80px;
  z-index: 1000;
}
.fixed-right .fixed-list {
  margin-bottom: 2px;
  position: relative;
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 2px;
  background-color: #0074B9;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: all 0.6s;
}
.fixed-right .fixed-list:hover {
  background-color: #2ea9f3;
}
.fixed-right .fixed-list:hover .li-popup {
  transform: scale(1);
}
.fixed-right .list-cart {
  background-image: url(../images/toolbar-icon-cart.png?v=1.0.2);
}
.fixed-right .list-feedback {
  background-image: url(../images/toolbar-icon-feedback.png?v=1.0.1);
}
.fixed-right .list-service {
  background-image: url(../images/toolbar-icon-service.png);
}
.fixed-right .list-sub {
  background-image: url(../images/toolbar-icon-sub.png?v=1.0.2);
}
.fixed-right .list-top {
  background-image: url(../images/toolbar-icon-top.png);
}
.fixed-right .li-popup {
  margin-top: -21px;
  transform: scale(0);
  transform-origin: 100% 50%;
  position: absolute;
  top: 50%;
  right: 100%;
  padding-right: 10px;
  transition: transform 0.6s;
}
.fixed-right .li-content {
  position: relative;
  border: 1px solid #0074B9;
  border-radius: 3px;
  background: #fff;
  padding: 12px;
}
.fixed-right .li-content:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -7px;
  width: 10px;
  height: 14px;
  background: url(../images/toolbar-icon-arrow.png);
  background-size: 100% 100%;
}
.fixed-right .fixed-code {
  width: 90px;
}
.fixed-right .fixed-link {
  display: block;
  width: 80px;
  font-size: 12px;
  color: #0074B9;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
}
.fixed-right .fixed-link:hover {
  text-decoration: underline;
}
.more-arrow {
  margin-left: 2px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 9px;
  height: 10px;
  background: url(../images/head-more-arrow.png);
  background-size: 100% 100%;
}
.suggest-lists {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  padding: 10px 0;
  border-radius: 4px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
  background: #fff;
  z-index: 100;
}
.suggest-lists.has-type {
  left: 95px;
}
.suggest-lists li {
  cursor: pointer;
  padding: 0 22px;
  font-size: 14px;
  line-height: 34px;
}
.suggest-lists li:hover {
  background: #EFF8FF;
}
.bread-crumb {
  padding: 18px 0;
  font-size: 0;
  line-height: 20px;
}
.bread-crumb i,
.bread-crumb a {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #999;
  font-style: normal;
}
.bread-crumb .crumb-home {
  position: relative;
  top: -1px;
  margin-right: 6px;
  width: 12px;
  height: 12px;
  background: url(../images/breed-crumb-icon.png) no-repeat;
  background-size: 100% 100%;
}
.bread-crumb .crumb-step {
  margin: 0 4px;
  transform: scale(1, 1.4);
}
.bread-crumb a.ctumb-link:hover {
  color: #0074B9;
  text-decoration: underline;
}
.bread-crumb .ctumb-label {
  color: #47494B;
}
.bread-crumb.white i,
.bread-crumb.white a {
  color: #fff !important;
}
.bread-crumb.white .crumb-home {
  background-image: url(../images/breed-crumb-icon-white.png);
}
.search-common {
  position: relative;
}
.search-common .search-ctl {
  width: 100%;
  height: 46px;
  border: 1px solid #ddd;
  padding: 0 72px 0 22px;
  font-size: 16px;
  color: #333;
  background: #fff;
  border-radius: 4px;
}
.search-common .search-ctl.has-type {
  padding-left: 116px;
}
.search-common .search-btn {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 60px;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
  background: #ebebeb url(../images/search-icon-common.png) no-repeat center center;
  background-size: 18px 18px;
}
.search-common .search-btn:hover {
  background-color: #0074B9;
  background-image: url(../images/search-icon-common-white.png);
}
.search-common .search-clear {
  display: none;
  position: absolute;
  right: 76px;
  top: 50%;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ddd url(../images/search-icon-clear.png);
  background-size: 100% 100%;
  cursor: pointer;
}
.search-common .search-clear:hover {
  background-color: #0074B9;
}
.search-common .search-types-selects {
  position: absolute;
  left: 0;
  top: 0;
  height: 46px;
  width: 95px;
}
.search-common .search-types-selects .type-text {
  position: relative;
  padding: 0 22px 0 8px;
  font-size: 14px;
  color: #333;
  line-height: 46px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-common .search-types-selects .type-text:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  height: 24px;
  width: 1px;
  background: #ccc;
}
.search-common .search-types-selects .type-text:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
  border: 6px solid transparent;
  border-top-color: #999;
}
.search-common .search-types-selects .type-lists {
  display: none;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 100%;
  min-width: 100%;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  max-height: 300px;
  overflow: auto;
}
.search-common .search-types-selects .type-lists::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
.search-common .search-types-selects .type-lists::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #0074B9;
}
.search-common .search-types-selects .type-lists li {
  padding: 0 6px;
  font-size: 14px;
  color: #333;
  line-height: 34px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}
.search-common .search-types-selects .type-lists li:hover {
  background: #d9eefb;
}
.base-date {
  position: relative;
  width: 100%;
}
.base-date:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 34px;
  border-left: 1px solid #D7D7D7;
  background: url(../images/main-icon-date.png) no-repeat center center;
  background-size: 16px 16px;
}
.base-date .layui-input {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 34px;
  padding: 0 35px 0 10px;
  border-radius: 4px;
  border: 1px solid #d7d7d7;
  background-color: transparent;
  font-size: 12px;
}
.base-date .layui-input::-webkit-input-placeholder {
  color: #999;
  font-size: 12px;
}
.base-date .layui-input::-moz-placeholder {
  color: #999;
  font-size: 12px;
}
.base-date .layui-input:-moz-placeholder {
  color: #999;
  font-size: 12px;
}
.base-date .layui-input:-ms-input-placeholder {
  color: #999;
  font-size: 12px;
}
.search-menu {
  float: left;
  width: 240px;
}
.search-menu .menu-item {
  margin-bottom: 20px;
}
.search-menu .item-title {
  position: relative;
  border-left: 2px solid #387FB4;
  padding: 0 30px 0 20px;
  line-height: 40px;
  font-size: 18px;
  color: #333;
  background: #EFF8FF;
  white-space: nowrap;
}
.search-menu .title-arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url(../images/search-menu-title-icon.png) no-repeat center center;
  background-size: 12px 7px;
  cursor: pointer;
  transition: 0.6s all;
}
.search-menu .title-arrow.open {
  transform: rotate(180deg);
}
.search-menu .item-body {
  border-bottom: 1px solid #E8E8E8;
}
.search-menu .body-content {
  border-left: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  border-top: none;
  padding: 10px 0;
}
.search-menu .tree-menu {
  margin: 0 15px 0 10px;
  font-size: 0;
  line-height: 34px;
}
.search-menu .tree-menu > li.li-fold {
  display: none;
}
.search-menu .tree-menu .menu-child {
  display: none;
  margin-left: 15px;
  border-left: 2px solid #E6E8EE;
}
.search-menu .tree-menu .menu-child .link-item.active:before {
  content: '';
  position: absolute;
  left: -2px;
  top: 50%;
  margin-top: -9px;
  height: 18px;
  width: 2px;
  background: #387FB4;
}
.search-menu .tree-menu .menu-link {
  position: relative;
  padding-left: 32px;
}
.search-menu .tree-menu .menu-link.no-child {
  padding-left: 15px;
}
.search-menu .tree-menu .link-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background: url(../images/tree-menu-icon.png);
  background-size: 100% 100%;
  cursor: pointer;
}
.search-menu .tree-menu .link-icon.open {
  background-image: url(../images/tree-menu-icon-close.png);
}
.search-menu .tree-menu .link-item {
  font-size: 14px;
  color: #333;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-menu .tree-menu .link-item:hover,
.search-menu .tree-menu .link-item.active {
  color: #0074B9;
  font-weight: bold;
}
.search-menu .tree-menu .link-item.item-power:after {
  content: '';
  margin-left: 5px;
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 12px;
  background: url(../images/tree-item-power.png) no-repeat center center;
  background-size: 100% 100%;
}
.search-menu .tree-menu .item-select {
  position: relative;
  padding: 0 20px 0 32px;
  font-size: 14px;
  color: #0074B9;
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.search-menu .tree-menu .item-select:after {
  content: '';
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -9px;
  height: 18px;
  width: 2px;
  background: #387FB4;
}
.search-menu .tree-menu .item-select .item-close {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background: url(../images/data-search-fact-close.png);
  background-size: 100% 100%;
  cursor: pointer;
}
.search-menu .date-content {
  margin: 10px 20px;
}
.search-menu .base-nav {
  line-height: 34px;
  font-size: 14px;
  color: #333;
}
.search-menu .base-nav li {
  position: relative;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.search-menu .base-nav li.li-fold {
  display: none;
}
.search-menu .base-nav li:hover,
.search-menu .base-nav li.active {
  color: #0074B9;
  font-weight: bold;
}
.search-menu .base-nav .has-count {
  padding-right: 68px;
}
.search-menu .base-nav .nav-count {
  position: absolute;
  top: 0;
  right: 16px;
  font-style: normal;
  font-weight: normal;
  color: #666;
}
.search-menu .tree-more {
  margin-top: 5px;
}
.search-menu .tree-more .more-bar {
  font-size: 12px;
  color: #0074B9;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  background: #f5f5f5;
}
.search-menu .tree-more .more-bar i {
  margin-left: 5px;
  font-style: normal;
}
.search-menu .tree-more .more-bar.close {
  display: none;
}
.search-menu .tree-more.open .open {
  display: none;
}
.search-menu .tree-more.open .close {
  display: block;
}
.search-menu .multi-nav {
  line-height: 34px;
  font-size: 14px;
  color: #333;
}
.search-menu .multi-nav li {
  position: relative;
  padding: 0 80px 0 40px;
  padding: 0 80px 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.search-menu .multi-nav li.li-fold {
  display: none;
}
.search-menu .multi-nav li:after {
	display: none;
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -6px;
  width: 10px;
  height: 10px;
  border: 1px solid #999;
  border-radius: 2px;
}
.search-menu .multi-nav li:hover,
.search-menu .multi-nav li.active {
  color: #0074B9;
  font-weight: bold;
}
.search-menu .multi-nav li.active:after {
  background: #0074B9 url(../images/search-icon-checked.png) no-repeat center center;
  background-size: 12px 12px;
  border-color: #0074B9;
}
.search-menu .multi-nav .nav-count {
  position: absolute;
  top: 0;
  right: 16px;
  font-style: normal;
  font-weight: normal;
  color: #666;
}
.search-menu .menu-nav-type {
  border: 1px solid #E8E8E8;
  border-top: 2px solid #3D6D92;
  padding: 12px 0;
}
.search-menu .menu-nav-type li {
  position: relative;
  margin-bottom: 2px;
  padding: 0 21px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-menu .menu-nav-type li:hover,
.search-menu .menu-nav-type li.active {
  color: #0074B9;
  font-weight: bold;
  background: #EFF8FF;
}
.search-menu .menu-nav-type li:hover:after,
.search-menu .menu-nav-type li.active:after {
  content: '';
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  border-left: 2px solid #0074B9;
}
.search-menu .menu-search {
  margin: 9px 20px;
  position: relative;
}
.search-menu .menu-search .search-ctl {
  width: 100%;
  height: 34px;
  padding: 0 24px 0 10px;
  font-size: 12px;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.search-menu .menu-search .search-ctl::-webkit-input-placeholder {
  color: #999;
  font-size: 12px;
}
.search-menu .menu-search .search-ctl::-moz-placeholder {
  color: #999;
  font-size: 12px;
}
.search-menu .menu-search .search-ctl:-moz-placeholder {
  color: #999;
  font-size: 12px;
}
.search-menu .menu-search .search-ctl:-ms-input-placeholder {
  color: #999;
  font-size: 12px;
}
.search-menu .menu-search .search-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 34px;
  background: url(../images/search-icon-common.png) no-repeat center center;
  background-size: 14px 14px;
  cursor: pointer;
}
.search-menu .menu-search .search-clear {
  position: absolute;
  top: 50%;
  right: 34px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: url(../images/intel-dialog-close.png);
  display: none;
  background-size: 100% 100%;
}
.search-facts {
  position: relative;
  margin-top: 20px;
  padding-left: 65px;
  line-height: 18px;
  font-size: 12px;
  overflow: hidden;
  display: none;
}
.search-facts .fact-label {
  position: absolute;
  left: 0;
  top: 5px;
  color: #333;
  white-space: nowrap;
  line-height: 26px;
}
.search-facts .fact-list {
  float: left;
  margin: 5px 10px 0 0;
  position: relative;
  background: #FFEFE5;
  border: 2px;
  padding: 4px 28px 4px 10px;
  color: #F5612A;
}
.search-facts .fact-close {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background: url(../images/data-search-fact-close.png) no-repeat center center;
  background-size: 8px 8px;
  cursor: pointer;
}
.search-facts .fact-reset {
  float: left;
  margin-top: 5px;
  padding: 0 5px;
  line-height: 26px;
  color: #F5612A;
  cursor: pointer;
}
.search-content {
  float: right;
  width: 930px;
}
.search-content.no-field {
  width: 100%;
}
.search-content .search-overall {
  border: 1px solid #E8E8E8;
  border-top: 2px solid #3D6D92;
  padding: 0 30px;
}
.search-content .search-overall .search-base {
  margin-top: 25px;
}
.search-content .search-result-content {
  margin-top: 25px;
  border: 1px solid #E8E8E8;
  padding: 0 30px;
}
.search-content .search-result-content.m-0 {
  margin: 0;
}
.search-content .search-type-cont {
	position: relative;
  margin: 0 -30px;
  overflow: hidden;
  background: #F5F5F5;
  padding: 10px 0 0 10px;
	
}
.search-content .search-result-type {
  overflow: hidden;
}
.search-content .search-result-type.has-bar {
  margin-right: 11%;
}
.search-content .type-bar {
	position: absolute;
	top: 10px;
	right: 0;
	width: 11.11%;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
}
.search-content .type-bar:hover {
	color: #0074B9;
}
.search-content .type-bar .bar-icon.close {
	display: none;
}
.search-content .type-bar.open .bar-icon.open {
	display: none;
}
.search-content .type-bar.open .bar-icon.close {
	display: block;
}
.search-content .search-result-type li {
  float: left;
  margin: 0 3px 10px 0;
  width: 98px;
  border-radius: 18px;
  line-height: 36px;
  font-size: 16px;
  color: #333;
  text-align: center;
  cursor: pointer;
}
.search-content .search-result-type.open {
  height: auto;
}
.search-content .search-result-type.has-bar li:nth-child(8n) {
  clear: right;
}
.search-content .search-result-type li:hover,
.search-content .search-result-type li.active {
  color: #0074B9;
  background: #E1EDF4;
}
.search-content .search-facts {
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 22px;
}
.search-content .search-types {
  border-bottom: 1px dashed #E4E4E4;
  padding: 15px 0 10px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
}
.search-content .search-types .type-label {
  float: left;
  position: relative;
  background-color: #EFEFEF;
  border-radius: 2px 0 0 2px;
  padding: 0 5px 0 8px;
  color: #0074B9;
}
.search-content .search-types .type-label:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  border: 12px solid transparent;
  border-left: 9px solid #EFEFEF;
}
.search-content .search-types .type-lists {
  margin-left: 94px;
  overflow: hidden;
}
.search-content .search-types .type-lists li {
  float: left;
  margin-bottom: 5px;
  padding: 0 13px;
  border-radius: 2px;
  cursor: pointer;
}
.search-content .search-types .type-lists li:hover {
  color: #F29A00;
}
.search-content .search-types .type-lists li.active {
  background: #F29A00;
  color: #fff;
}
.search-content .senior-type {
  margin-top: 12px;
  padding-left: 7px;
  font-size: 0;
}
.search-content .senior-type label {
  margin-left: 12px;
  display: inline-block;
  font-size: 12px;
  color: #333;
  line-height: 20px;
}
.search-content .senior-type label:first-child {
  margin: 0;
}
.search-content .senior-type input {
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: -1.5px;
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  border: 1px solid #999;
  outline: none;
}
.search-content .senior-type input:checked {
  background: #0074B9 url(../images/search-icon-checked.png) no-repeat center center;
  background-size: 12px 12px;
  border-color: #0074B9;
}
.search-result-tip {
  margin-top: 25px;
  line-height: 22px;
  color: #333;
}
.search-result-tip:after {
  content: '';
  display: block;
  clear: both;
}
.search-result-tip .tip-select {
  position: relative;
  float: left;
  padding-left: 20px;
  font-size: 12px;
  color: #666;
  cursor: pointer;
}
.search-result-tip .tip-select:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  width: 10px;
  height: 10px;
  border: 1px solid #999;
  border-radius: 2px;
}
.search-result-tip .tip-select.active:after {
  background: #0074B9 url(../images/search-icon-checked.png) no-repeat center center;
  background-size: 12px 12px;
  border-color: #0074B9;
}
.search-result-tip .tip-select-del {
  float: left;
  margin: 0 14px 0 10px;
  position: relative;
  width: 66px;
  border-radius: 2px;
  background: #F29A00;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
.search-result-tip .tip-select-del:hover .del-export-cont {
  display: block;
}
.search-result-tip .tip-select-del .del-export-cont {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 100;
  display: none;
}
.search-result-tip .tip-select-del .del-export-cont .cont-arrow {
  float: left;
  width: 12px;
  height: 20px;
  overflow: hidden;
  position: relative;
  transform: scale(1, 0.6);
}
.search-result-tip .tip-select-del .del-export-cont .cont-arrow:after {
  content: '';
  position: absolute;
  left: 8px;
  top: 0;
  display: block;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
.search-result-tip .tip-select-del .del-export-cont .cont-box {
  margin-left: 12px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  padding: 8px 0;
}
.search-result-tip .tip-select-del .del-export-cont .expert-btn {
  display: block;
  padding: 0 16px;
  font-size: 12px;
  color: #0074B9;
  line-height: 24px;
  cursor: pointer;
  white-space: nowrap;
}
.search-result-tip .tip-select-del .del-export-cont .expert-btn:hover {
  text-decoration: underline;
}
.search-result-tip .tip-select-del:hover {
  background: #ffb22b;
}
.search-result-tip .tip-label {
  float: left;
  font-size: 16px;
  font-weight: bold;
}
.search-result-tip .tip-result {
  float: left;
  font-size: 12px;
}
.search-result-tip .tip-result:first-child {
  margin-left: 0;
}
.search-result-tip .red {
  margin: 0 5px;
  color: #F5612A;
  font-weight: bold;
}
.search-result-tip .tip-sort {
  float: right;
  overflow: hidden;
}
.search-result-tip .tip-sort li {
  float: left;
  margin-left: 15px;
  position: relative;
  padding-left: 18px;
  cursor: pointer;
  font-size: 12px;
  color: #333;
}
.search-result-tip .tip-sort li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  width: 13px;
  height: 12px;
  background: url(../images/search-sort-icon.png);
  background-size: 100% 100%;
}
.search-result-tip .tip-sort li.active {
  color: #0074B9;
}
.search-result-tip .tip-sort li.active:after {
  background-image: url(../images/search-sort-icon-active.png);
}
.search-result-tip .tip-sort li.sort-asc:after {
  background-image: url(../images/search-sort-icon-active-asc.png);
}
.search-lists li {
  position: relative;
  overflow: hidden;
  padding: 22px 0;
  border-bottom: 1px solid #E8E8E8;
  line-height: 24px;
  font-size: 0;
}
.search-lists .list-title {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 0 20px;
  white-space: nowrap;
}
.search-lists .list-title.no-select {
  padding-left: 0;
}
.search-lists .list-title.has-img {
  margin-right: 182px;
}
.search-lists .list-select {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  border: 1px solid #999;
  border-radius: 2px;
  cursor: pointer;
}
.search-lists .list-select.active {
  background: #0074B9 url(../images/search-icon-checked.png) no-repeat center center;
  background-size: 12px 12px;
  border-color: #0074B9;
}
.search-lists .title-link {
  display: block;
  font-size: 16px;
  color: #525252;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.search-lists .title-link em {
  color: #FD3F31;
  font-weight: inherit;
}
.search-lists .title-link:hover {
  color: #0074B9;
}
.search-lists .list-date {
  position: absolute;
  top: 22px;
  right: 0;
  font-size: 12px;
  color: #333;
}
.search-lists .list-intro {
  max-height: 72px;
  font-size: 14px;
  color: #777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.search-lists .list-intro div,
.search-lists .list-intro p {
  display: inline;
}
.search-lists .list-intro img {
  display: none;
}
.search-lists .list-intro.has-img {
  margin-right: 182px;
}
.search-lists .list-keys {
  margin-top: 10px;
}
.search-lists .list-keys.has-img {
  margin-right: 182px;
}
.search-lists .list-key {
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  color: #0074B9;
  font-size: 12px;
}
.search-lists .list-key .key-search {
  cursor: pointer;
}
.search-lists .list-key .key-search:hover {
  color: #F5612A;
}
.search-lists .list-key a {
  color: #0074B9;
}
.search-lists .list-key a:hover {
  text-decoration: underline;
}
.search-lists .key-link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1.5px;
  max-width: 630px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-lists .key-label {
  color: #666;
}
.search-lists .list-img {
  float: right;
  width: 160px;
  height: 90px;
  object-fit: contain;
  border: 1px solid #eee;
  background: #fff;
}
.search-lists .product-img {
  float: right;
  width: 160px;
  background: #fff;
  text-align: center;
}
.search-lists .product-img img {
  width: 85px;
}
.search-base {
  position: relative;
  margin-right: 207px;
}
.search-base.has-fact {
  margin-left: 150px;
}
.search-base.has-year {
  margin-left: 170px;
}
.search-base .stat-year {
	position: absolute;
  left: -170px;
  top: 0;
  width: 160px;
}
.search-base .stat-year:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 46px;
    border-left: 1px solid #D7D7D7;
    background: url(../images/main-icon-date.png) no-repeat center center;
    background-size: 16px 16px;
}
.search-base .search-ctl {
    width: 100%;
    height: 46px;
    border: 1px solid #ddd;
    padding: 0 20px;
    font-size: 16px;
    color: #333;
    border-radius: 4px;
    background: #fff;
}
.search-base .stat-year .search-ctl {
	position: relative;
	z-index: 10;
	background: transparent;
}
.search-base .search-fact {
  position: absolute;
  left: -150px;
  top: 0;
  height: 46px;
  width: 140px;
  padding: 0 10px;
  text-align: center;
  line-height: 46px;
  font-size: 0;
  color: #fff;
  background: #0074B9;
  border-radius: 2px;
}
.search-base .search-fact .fact-item {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  position: relative;
  padding-right: 18px;
}
.search-base .search-fact .fact-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.search-base .search-fact .fact-close {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background: url(../images/search-base-fact-close.png) no-repeat center center / cover;
  cursor: pointer;
}
.search-base .search-btn-res {
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 10px;
  width: 120px;
  height: 46px;
  border-radius: 4px;
  background: #EBEBEB;
  border: 1px solid #ddd;
  color: #0074B9;
  cursor: pointer;
}
.search-base .search-btn-res:hover {
  background: #0074B9;
  color: #fff;
  border-color: #0074B9;
}
.search-base .search-btn-res.disabled {
  color: #aaa;
  pointer-events: none;
  border-color: #ddd;
}
.search-base .search-links {
  position: absolute;
  left: 100%;
  top: 50%;
  margin: -10px 0 0 140px;
  white-space: nowrap;
}
.search-base .search-links.link-multiple {
  margin-top: -20px;
}
.search-base .search-link {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.search-base .search-link:hover {
  color: #0074B9;
}
.search-base .search-link:hover:after {
  border-left-color: #0074B9;
}
.search-base .search-link:after {
  content: '';
  margin-left: 6px;
  display: inline-block;
  border: 4px solid transparent;
  border-left: 5px solid #ccc;
}
.search-stage {
  margin-top: 26px;
  position: relative;
  background: #F6F6F6;
  line-height: 40px;
  padding: 0 20px;
  overflow: hidden;
}
.search-stage .stage-bar {
  position: absolute;
  top: 0;
  width: 20px;
  height: 40px;
  background: #e8e8e8;
  cursor: pointer;
}
.search-stage .stage-bar:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -6px;
  border: 6px solid transparent;
}
.search-stage .stage-bar.left {
  left: 0;
}
.search-stage .stage-bar.left:after {
  left: 1px;
  border-right-color: #0074B9;
}
.search-stage .stage-bar.left.disabled {
  pointer-events: none;
}
.search-stage .stage-bar.left.disabled:after {
  border-right-color: #999;
}
.search-stage .stage-bar.right {
  right: 0;
}
.search-stage .stage-bar.right:after {
  left: 7px;
  border-left-color: #0074B9;
}
.search-stage .stage-bar.right.disabled {
  pointer-events: none;
}
.search-stage .stage-bar.right.disabled:after {
  border-left-color: #999;
}
.search-stage .stage-lists {
  font-size: 0;
  padding: 0 8px;
  white-space: nowrap;
}
.search-stage .stage-lists li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
  font-size: 14px;
  color: #999;
  cursor: pointer;
}
.search-stage .stage-lists li:hover,
.search-stage .stage-lists li.active {
  color: #0074B9;
}
.base-table {
  margin-top: 25px;
  overflow: auto;
  border: 1px solid #EDEDED;
  font-size: 14px;
  color: #555;
  line-height: 24px;
  text-align: center;
}
.base-table .table-sort {
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	width: 16px;
	height: 16px;
	background: url(../images/base-table-sort.png) no-repeat;
	background-size: 14px auto;
	background-position: 1px 1px;
	cursor: pointer;
}
.base-table .table-sort.sort-desc {
	background-position: 1px -20px;
}
.base-table .table-sort.sort-asc {
	background-position: 1px -41px;
}
.base-table .w-5 {
  width: 5%;
}
.base-table .w-6 {
  width: 6%;
}
.base-table .w-7 {
  width: 7%;
}
.base-table .w-8 {
  width: 8%;
}
.base-table .w-9 {
  width: 9%;
}
.base-table .w-10 {
  width: 10%;
}
.base-table .w-12 {
  width: 12%;
}
.base-table .w-13 {
  width: 13%;
}
.base-table .w-14 {
  width: 14%;
}
.base-table .w-16 {
  width: 16%;
}
.base-table .w-17 {
  width: 17%;
}
.base-table .w-18 {
  width: 18%;
}
.base-table .w-19 {
  width: 19%;
}
.base-table .w-20 {
  width: 20%;
}
.base-table .w-22 {
  width: 22%;
}
.base-table .w-25 {
  width: 25%;
}
.base-table .w-29 {
  width: 29%;
}
.base-table .w-35 {
  width: 35%;
}
.base-table .w-37 {
  width: 37%;
}
.base-table .w-39 {
  width: 39%;
}
.base-table .w-40 {
  width: 40%;
}
.base-table .w-43 {
  width: 43%;
}
.base-table .w-44 {
  width: 44%;
}
.base-table .w-45 {
  width: 45%;
}
.base-table .w-46 {
  width: 46%;
}
.base-table .w-47 {
  width: 47%;
}
.base-table .w-49 {
  width: 49%;
}
.base-table .w-50 {
  width: 50%;
}
.base-table.table-link tbody tr {
  cursor: pointer;
}
.base-table.table-link tbody tr:hover {
  color: #0074B9;
}
.base-table table {
  width: 100%;
}
.base-table thead {
  background-color: #EDEDED;
}
.base-table thead th,
.base-table thead td {
  padding: 9px 15px;
  font-weight: bold;
  color: #333;
}
.base-table th,
.base-table td {
  padding: 15px;
  border-left: 1px solid #E8E8E8;
  border-top: 1px solid #E8E8E8;
}
.base-table th:first-child,
.base-table td:first-child {
  border-left: none;
}
.base-table tr:first-child td,
.base-table tr:first-child th {
  border-top: none;
}
.base-table .table-standard-label {
  display: block;
  padding: 0 10px;
  text-align: left;
}
.base-table .standard-status {
  color: #18B259;
}
.base-table .standard-status.gray {
  color: #666;
}
.base-table .standard-status.blue {
  color: #0074B9;
}
.base-table .standard-status.red {
  color: #D9332E;
}
.base-table .standard-status.orange {
  color: orange;
}
.base-table .table-select:after {
  width: 10px;
  height: 10px;
  margin-top: -5px;
}
.base-table .table-select.active:after {
  background-size: 12px 12px;
}
.table-select {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  font-size: 14px;
  color: #555;
  cursor: pointer;
}
.table-select:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  border: 1px solid #999;
  border-radius: 2px;
}
.table-select.active:after {
  background: #0074B9 url(../images/search-icon-checked.png) no-repeat center center;
  background-size: 14px 14px;
  border-color: #0074B9;
}
.intel-select {
  display: inline-block;
  position: relative;
  width: 100%;
}
.intel-select .multiple-placeholder {
  position: absolute;
  line-height: 40px;
  padding-left: 15px;
  color: #999;
  font-size: 14px;
}
.intel-select .select-text {
  position: relative;
  z-index: 10;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 40px 0 15px;
  font-size: 14px;
  line-height: 38px;
  cursor: pointer;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.intel-select .select-text:after {
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -3px;
  border: 7px solid transparent;
  border-top: 8px solid #ACACAC;
}
.intel-select .select-lists {
  display: none;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 100%;
  right: 0;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 10px 0;
  max-height: 300px;
  overflow: auto;
}
.intel-select .select-lists::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
.intel-select .select-lists::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #0074B9;
}
.intel-select .select-lists li {
  padding: 0 14px;
  font-size: 14px;
  line-height: 34px;
  color: #333;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.intel-select .select-lists li:hover {
  background: #EFF8FF;
}
.intel-search {
  display: inline-block;
  position: relative;
  width: 100%;
}
.intel-search:after {
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -3px;
  border: 7px solid transparent;
  border-top: 8px solid #ACACAC;
}
.intel-search .intel-ctl {
  position: relative;
  z-index: 10;
  background: transparent;
}
.intel-search .select-lists {
  display: none;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 100%;
  right: 0;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 10px 0;
  max-height: 300px;
  overflow: auto;
}
.intel-search .select-lists::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
.intel-search .select-lists::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #0074B9;
}
.intel-search .select-lists li {
  padding: 0 14px;
  font-size: 14px;
  line-height: 34px;
  color: #333;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.intel-search .select-lists li:hover {
  background: #EFF8FF;
}
.intel-tree .tree-placeholder {
  position: absolute;
  line-height: 40px;
  padding-left: 15px;
  color: #999;
  font-size: 14px;
}
.intel-tree .tree-text {
  position: relative;
  z-index: 10;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 40px 0 15px;
  font-size: 14px;
  line-height: 38px;
  cursor: pointer;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.intel-tree .tree-text:after {
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -3px;
  border: 7px solid transparent;
  border-top: 8px solid #ACACAC;
}
.intel-tree .tree-content {
  display: none;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 100%;
  right: 0;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 10px 0;
}
.intel-radio {
  font-size: 0;
}
.intel-radio li {
  margin-right: 18px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 38px;
  font-size: 14px;
  color: #333;
  line-height: 40px;
  cursor: pointer;
}
.intel-radio .radio-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border: 1px solid #CCD4DE;
  border-radius: 50%;
}
.intel-radio .active {
  color: #0074B9;
}
.intel-radio .active .radio-icon {
  border-color: #0074B9;
}
.intel-radio .active .radio-icon:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -4px;
  width: 8px;
  height: 8px;
  background: #0074B9;
  border-radius: 50%;
}
.intel-checkbox {
  font-size: 0;
}
.intel-checkbox li {
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  color: #333;
  line-height: 40px;
  cursor: pointer;
}
.intel-checkbox li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  width: 12px;
  height: 12px;
  border: 1px solid #999;
  border-radius: 2px;
}
.intel-checkbox .active:after {
  border-color: #0074B9;
  background: #0074B9 url(../images/search-icon-checked.png) no-repeat center center;
  background-size: 14px 14px;
}
.multiple-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
}
.multiple-select .multiple-placeholder {
  position: absolute;
  line-height: 40px;
  padding-left: 15px;
  color: #999;
  font-size: 14px;
}
.multiple-select .multiple-txt {
  position: relative;
  z-index: 10;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 40px 0 14px;
  line-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  font-size: 14px;
  color: #333;
}
.multiple-select .multiple-txt:after {
  content: '';
  position: absolute;
  top: 15px;
  right: 13px;
  border: 7px solid transparent;
  border-top: 8px solid #acacac;
}
.multiple-select .multiple-txt.short {
  padding-right: 90px;
}
.multiple-select .multiple-txt.short:after {
  content: '请选择';
  border: none;
  top: 0;
  right: 0;
  width: 80px;
  height: 38px;
  background: #EBEBEB;
  color: #0074B9;
  text-align: center;
}
.multiple-select .multiple-content {
  display: none;
  transform: translateY(-1px);
  position: absolute;
  z-index: 100;
  left: 0;
  top: 100%;
  right: 0;
  padding: 0 10px 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  background: #fff;
  border: 1px solid #E8E8E8;
  font-size: 14px;
}
.multiple-select .multiple-content .multiple-btn-group {
  text-align: right;
  font-size: 0;
  border-top: 1px solid #E4E4E4;
  padding-top: 20px;
}
.multiple-select .multiple-content .multiple-btn {
  margin-left: 15px;
  display: inline-block;
  width: 80px;
  background: #0074B9;
  border: 1px solid #0074B9;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  letter-spacing: 10px;
  text-indent: 10px;
}
.multiple-select .multiple-content .multiple-btn:hover {
  background: #209ce5;
  border-color: #209ce5;
}
.multiple-select .multiple-content .multiple-btn.primary {
  border: 1px solid #CECECE;
  color: #666;
  background: #f5f5f5;
}
.multiple-select .multiple-content .multiple-btn.primary:hover {
  background: #d5d5d5;
}
.multiple-select .multiple-content .multiple-lists {
  max-height: 360px;
  padding: 15px 0;
  overflow: auto;
}
.multiple-select .multiple-content .multiple-lists::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
.multiple-select .multiple-content .multiple-lists::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #0074B9;
}
.multiple-select .multiple-content .multiple-lists:after {
  content: '';
  display: block;
  clear: both;
}
.multiple-select .multiple-content .multiple-lists li {
  position: relative;
  padding: 0 6px 0 34px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 34px;
  color: #333;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.multiple-select .multiple-content .multiple-lists li:after {
  content: '';
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -7px;
  width: 12px;
  height: 12px;
  border: 1px solid #999;
  border-radius: 2px;
}
.multiple-select .multiple-content .multiple-lists li:hover {
  background: #EFF8FF;
}
.multiple-select .multiple-content .multiple-lists li.active:after {
  border-color: #0074B9;
  background: #0074B9 url(../images/search-icon-checked.png) no-repeat center center;
  background-size: 14px 14px;
}
.multiple-select .multiple-content .multiple-lists.lists-10 li {
  float: left;
  width: 10%;
}
.multiple-select .multiple-content .multiple-lists.lists-5 li {
  float: left;
  width: 20%;
}
.multiple-select .multiple-content .multiple-type {
  padding: 12px 5px 0;
  border-bottom: 1px solid #E4E4E4;
  font-size: 12px;
  color: #666;
  line-height: 30px;
}
.multiple-select .multiple-content .multiple-type:after {
  content: '';
  display: block;
  clear: both;
}
.multiple-select .multiple-content .multiple-type li {
  float: left;
  margin-right: 8px;
  min-width: 14px;
  cursor: pointer;
  position: relative;
  text-align: center;
}
.multiple-select .multiple-content .multiple-type li:hover,
.multiple-select .multiple-content .multiple-type li.active {
  color: #387FB4;
  font-weight: bold;
}
.multiple-select .multiple-content .multiple-type li.active:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 2px;
  background: #387FB4;
}
.news-head {
  border-bottom: 1px solid #E4E4E4;
  height: 51px;
}
.news-head .news-more {
  float: right;
  margin: 17px 12px 0 0;
  font-size: 12px;
  color: #999;
  line-height: 20px;
}
.news-head .news-more:hover {
  color: #0074B9;
}
.news-head .news-type {
  margin-right: 60px;
  padding-left: 16px;
  height: 51px;
  overflow: hidden;
}
.news-head .news-type:after {
  content: '';
  display: block;
  clear: both;
}
.news-head .news-type li {
  float: left;
  position: relative;
  margin-left: 14px;
  padding: 16px 2px 12px;
  font-size: 16px;
  color: #666;
  line-height: 22px;
  cursor: pointer;
}
.news-head .news-type li:first-child {
  margin: 0;
}
.news-head .news-type li:hover {
  font-weight: bold;
}
.news-head .news-type li.active {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  cursor: default;
}
.news-head .news-type li.active:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #0074B9;
}
.news-lists {
  margin: 0 20px;
}
.news-lists .news-link {
  display: block;
  line-height: 20px;
  margin-top: 21px;
}
.news-lists .news-link.has-date {
  position: relative;
  padding-right: 155px;
}
.news-lists .news-title {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-lists .news-date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
}
.module-accordion .item-accordion {
  display: none;
}
.module-accordion .item-accordion.active {
  display: block;
}
.module-topic {
  position: relative;
  height: 280px;
  overflow: hidden;
  cursor: default !important;
}
.module-topic .topic-lists {
  position: relative;
  width: 100%;
  height: 256px;
  font-size: 0;
  white-space: nowrap;
}
.module-topic .topic-lists li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
}
.module-topic .topic-lists .li-content {
  margin: 0 2px 0 22px;
  padding-top: 22px;
  overflow: hidden;
}
.module-topic .topic-item {
  float: left;
  width: 25%;
}
.module-topic .topic-link {
  display: block;
  margin-right: 20px;
  height: 116px;
  font-size: 15px;
  color: #555;
}
.module-topic .topic-link:hover {
  color: #0074B9;
}
.module-topic .topic-link:hover .topic-img img {
  transform: scale(1.05);
}
.module-topic .topic-img {
  margin: 0 auto;
  width: 74px;
  height: 74px;
  border-radius: 4px;
  overflow: hidden;
  background: #f5f5f5;
}
.module-topic .topic-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1.6s;
}
.module-topic .topic-title {
  margin-top: 7px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.module-topic .topic-wrap {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  font-size: 0;
  text-align: center;
}
.module-topic .topic-wrap .swiper-pagination-bullet {
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 4px;
  border-radius: 3px;
  background: #D9D9D9;
  cursor: pointer;
}
.module-topic .topic-wrap .swiper-pagination-bullet-active {
  background: #F29B04;
}

.dialog-loading {
  position: fixed;
  left: 0;
  z-index: 100000;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.dialog-loading .dialog-cont {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -280px;
  width: 560px;
  padding: 26px 30px 30px;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
}
.dialog-loading .dialog-title {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  text-align: center;
}
.dialog-loading .loading-img {
	margin-right: 10px;
	width: 24px;
}
.module-dialog {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: #444;
  background: rgba(0, 0, 0, 0.4);
}
.module-dialog .dialog-content {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -200px 0 0 -300px;
  width: 600px;
  border-radius: 6px;
  background: #fff;
  padding: 58px 50px;
  text-align: center;
  font-size: 0;
}
.module-dialog .dialog-icon {
  margin-right: 7px;
  display: inline-block;
  width: 121px;
  height: 113px;
  background: url(../images/dialog-icon-lock.png);
  background-size: 100% 100%;
}
.module-dialog .dialog-text {
  margin: 20px 0 30px;
  min-height: 44px;
  font-size: 14px;
  line-height: 22px;
}
.module-dialog .btn-group {
  text-align: center;
  font-size: 0;
}
.module-dialog .dialog-btn {
  display: inline-block;
  margin: 0 10px;
  width: 100px;
  height: 30px;
  border: 1px solid #CECECE;
  border-radius: 4px;
  background: #f5f5f5;
  line-height: 27px;
  text-align: center;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}
.module-dialog .dialog-btn.btn-cancel {
  background: #f5f5f5;
  color: #666;
  border-color: #ccc;
}
.module-dialog .dialog-btn:hover {
  background: #eee;
}
.module-dialog .dialog-btn.btn-cancel:hover {
  background: #e5e5e5;
}
.module-dialog a.dialog-btn {
  background: #0074B9;
  color: #fff;
  border-color: #0074B9;
}
.module-dialog a.dialog-btn:hover {
  background: #0487d5;
}
.module-dialog .account-lists {
  margin-top: 10px;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}
.module-dialog .account-lists li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2% 10px;
  width: 46%;
  border: 1px solid #0074B9;
  font-size: 14px;
  color: #555;
  line-height: 30px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}
.module-dialog .account-lists li:hover {
  color: #0074B9;
  background: #f5f5f5;
}
.module-dialog .dialog-content.dialog-feedback {
	margin: -300px 0 0 -400px;
	width: 800px;
	padding: 30px 50px 50px;
}
.module-dialog .dialog-feedback .feedback-title {
	font-size: 20px;
	color: #333;
	line-height: 30px;
	font-weight: bold;
}
.module-dialog .dialog-feedback .feed-list {
	margin: 20px 0 0 80px;
	position: relative;
}
.module-dialog .dialog-feedback .list-label {
	position: absolute;
	right: 100%;
	top: 0;
	margin-right: 20px;
	font-size: 14px;
	color: #555;
	line-height: 40px;
	white-space: nowrap;
}
.module-dialog .dialog-feedback .list-label b {
	margin-right: 4px;
	color: red;
}
.module-dialog .dialog-feedback .list-ctl {
	height: 40px;
	width: 100%;
	border: 1px solid #ddd;
    padding: 0 20px;
    font-size: 14px;
    color: #333;
    border-radius: 4px;
    background: #f5f5f5;
}
.module-dialog .dialog-feedback textarea.list-ctl {
	min-width: 100%;
	max-width: 100%;
	min-height: 100px;
	max-height: 300px;
	height: 160px;
	padding: 8px 20px;
	line-height: 24px;
}
.module-dialog .dialog-feedback .btn-group {
	margin-top: 40px;
}
.module-dialog-IP {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10100;
  background: #444;
  background: rgba(0, 0, 0, 0.4);
}
.module-dialog-IP .login-form {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -170px 0 0 -200px;
  width: 400px;
  height: 340px;
  border-radius: 6px;
  background: #fff;
  padding: 30px 40px 0;
  text-align: center;
  font-size: 0;
}
.module-dialog-IP .dialog-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url(../images/intel-dialog-close.png);
  background-size: 100% 100%;
  cursor: pointer;
}
.module-dialog-IP .dialog-close:hover {
  background-image: url(../images/intel-dialog-close-hover.png);
}
.module-dialog-IP .err-msg {
  display: none;
  position: relative;
  padding-left: 18px;
  color: #FC5446;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}
.module-dialog-IP .err-msg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 12px;
  height: 12px;
  background: url(../images/login-icon-msg-err.png) no-repeat center center / cover;
}
.module-dialog-IP .form-title {
  margin-bottom: 30px;
  font-size: 22px;
  color: #333;
  line-height: 30px;
  text-align: center;
}
.module-dialog-IP .form-list {
  margin-bottom: 20px;
  position: relative;
}
.module-dialog-IP .form-list:after {
  content: '';
  display: block;
  clear: both;
}
.module-dialog-IP .form-ctl-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 18px;
  background-size: 100% 100%;
}
.module-dialog-IP .form-ctl-icon.user {
  background-image: url(../images/login-icon-user.png) !important;
}
.module-dialog-IP .form-ctl-icon.psd {
  background-image: url(../images/login-icon-psd.png) !important;
}
.module-dialog-IP .form-ctl {
  height: 40px;
  width: 100%;
  padding: 0 40px 0 44px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
}
.module-dialog-IP .form-ctl:focus {
  border-color: #0074B9;
}
.module-dialog-IP .form-btn {
  margin-top: 15px;
  height: 46px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.module-dialog-IP .form-btn.submit {
  float: left;
  width: 100%;
  background: #0074B9;
}
.module-dialog-IP .form-btn.submit:hover {
  background: #0487d5;
}
.dialog-home-order {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: #444;
  background: rgba(0, 0, 0, 0.4);
}
.dialog-home-order .dialog-content {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -200px 0 0 -480px;
  width: 960px;
  height: 424px;
  border-radius: 6px;
  background: #fff;
  padding: 58px 73px 0;
  text-align: center;
  font-size: 0;
  line-height: 24px;
}
.dialog-home-order .dialog-content.cont-email-tip {
  margin: -170px 0 0 -300px;
  width: 600px;
  height: auto;
  padding: 40px 70px;
}
.dialog-home-order .dialog-title {
  font-size: 18px;
  color: #333;
  text-align: center;
  font-weight: bold;
}
.dialog-home-order .dialog-text {
  margin: 25px 0;
  line-height: 24px;
  font-size: 14px;
  color: #888;
  text-align: left;
}
.dialog-home-order .order-group {
  font-size: 16px;
  color: #333;
  height: 30px;
}
.dialog-home-order .order-group:after {
  content: '';
  display: block;
  clear: both;
}
.dialog-home-order .order-group .order-select {
  float: left;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}
.dialog-home-order .order-group .order-select:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  border: 1px solid #CECECE;
  border-radius: 2px;
}
.dialog-home-order .order-group .order-select.selected:after {
  border-color: #0074B9;
  background: #0074B9 url(../images/search-icon-checked.png) no-repeat center center;
  background-size: 14px 14px;
}
.dialog-home-order .order-group .order-label {
  float: left;
  margin-left: 27px;
}
.dialog-home-order .intel-radio {
  float: left;
}
.dialog-home-order .intel-radio li {
  line-height: 24px;
}
.dialog-home-order .radio-email-ctl {
  float: left;
  width: 300px;
  position: relative;
  top: -3px;
}
.dialog-home-order .radio-email-ctl .list-ctl {
  width: 100%;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 15px;
  font-size: 14px;
  color: #333;
}
.dialog-home-order .btn-group {
  margin-top: 54px;
  text-align: center;
  font-size: 0;
}
.dialog-home-order .dialog-btn {
  display: inline-block;
  width: 80px;
  line-height: 30px;
  text-align: center;
  border-radius: 2px;
  background: #0074B9;
  color: #fff;
  font-size: 14px;
  letter-spacing: 10px;
  text-indent: 10px;
  cursor: pointer;
}
.dialog-home-order .dialog-btn.code {
  position: absolute;
  top: 0;
  right: 0;
  letter-spacing: 0;
  text-indent: 0;
}
.dialog-home-order .dialog-btn.disabled {
  pointer-events: none;
  background: #96aebd;
}
.dialog-home-order .dialog-btn:hover {
  background: #209ce5;
}
.dialog-home-order .dialog-btn.primary {
  margin-right: 20px;
  border: 1px solid #CECECE;
  background: #f5f5f5;
  line-height: 28px;
  color: #666;
}
.dialog-home-order .dialog-btn.primary:hover {
  background: #e5e5e5;
}
.intel-dialog {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: #444;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}
.intel-dialog.detail {
  z-index: 10200;
}
.intel-dialog .detail-title {
  margin: 12px 0 20px;
  font-size: 22px;
  color: #333;
  text-align: center;
  line-height: 30px;
}
.intel-dialog .detail-content {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  overflow: auto;
}
.intel-dialog .detail-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
.intel-dialog .detail-content::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #0074B9;
}
.intel-dialog .detail-content p {
  margin-bottom: 20px;
  text-indent: 2em;
}
.intel-dialog .detail-content img {
  max-width: 100%;
  vertical-align: middle;
}
.intel-dialog .detail-content .img-list {
  margin-top: 20px;
}
.intel-dialog .dialog-content {
  width: 730px;
  max-height: 90%;
  position: relative;
  background: #fff;
  padding: 27px 40px 30px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  overflow: auto;
}
.intel-dialog .dialog-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
.intel-dialog .dialog-content::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #0074B9;
}
.intel-dialog .dialog-content.trial-form,
.intel-dialog .dialog-content.reason-form {
  width: 700px;
}
.intel-dialog .dialog-content.cont-permis {
  width: 900px;
}
.intel-dialog .dialog-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url(../images/intel-dialog-close.png);
  background-size: 100% 100%;
  cursor: pointer;
}
.intel-dialog .dialog-close:hover {
  background-image: url(../images/intel-dialog-close-hover.png);
}
.intel-dialog .dialog-head {
  margin-bottom: 16px;
  overflow: hidden;
  font-size: 0;
}
.intel-dialog .dialog-head .head-text {
  float: left;
  margin-right: 20px;
  line-height: 24px;
  font-size: 16px;
  color: #333;
}
.intel-dialog .dialog-head .head-search {
  float: left;
  position: relative;
}
.intel-dialog .dialog-head .search-ctl {
  width: 160px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 0 25px 0 8px;
  font-size: 12px;
  color: #333;
}
.intel-dialog .dialog-head .search-ctl::-webkit-input-placeholder {
  color: #999;
  font-size: 12px;
}
.intel-dialog .dialog-head .search-ctl::-moz-placeholder {
  color: #999;
  font-size: 12px;
}
.intel-dialog .dialog-head .search-ctl:-moz-placeholder {
  color: #999;
  font-size: 12px;
}
.intel-dialog .dialog-head .search-ctl:-ms-input-placeholder {
  color: #999;
  font-size: 12px;
}
.intel-dialog .dialog-head .search-btn {
  position: absolute;
  top: 0;
  right: 4px;
  width: 24px;
  height: 24px;
  background: url(../images/intel-dialog-search-bar.png) no-repeat center center;
  background-size: 12px 12px;
  cursor: pointer;
}
.intel-dialog .dialog-body {
  line-height: 36px;
  font-size: 14px;
  color: #333;
  overflow: auto;
}
.intel-dialog .dialog-body:after {
  content: '';
  display: block;
  clear: both;
}
.intel-dialog .science-item {
  width: 310px;
}
.intel-dialog .science-item.left {
  float: left;
}
.intel-dialog .science-item.right {
  float: right;
}
.intel-dialog .li-select {
  float: left;
  margin: 11px 8px 0 0;
  width: 14px;
  height: 14px;
  border: 1px solid #666;
  border-radius: 2px;
  cursor: pointer;
  background: #fff;
}
.intel-dialog .li-select.selected {
  border-color: #0074B9;
  background: #0074B9 url(../images/search-icon-checked.png) no-repeat center center;
  background-size: 14px 14px;
}
.intel-dialog .li-select.parted {
  background-image: url(../images/search-icon-parted.png);
}
.intel-dialog .li-title {
  float: left;
  color: #666;
  cursor: pointer;
}
.intel-dialog .li-count {
  float: right;
  color: #FD3F31;
}
.intel-dialog .li-count.left {
  float: left;
}
.intel-dialog .table-tree {
  border: 1px solid #ECECEC;
}
.intel-dialog .table-tree li {
  border-bottom: 1px solid #ECECEC;
  overflow: hidden;
}
.intel-dialog .table-tree li:last-child {
  border: none;
}
.intel-dialog .table-tree .li-bar {
  position: absolute;
  left: 18px;
  top: 50%;
  margin-top: -4.5px;
  width: 13px;
  height: 9px;
  background: url(../images/intel-dialog-arrow.png);
  background-size: 100% 100%;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.6s;
}
.intel-dialog .table-tree .open .li-bar {
  transform: rotate(0);
}
.intel-dialog .table-tree .tree-item {
  position: relative;
  overflow: hidden;
  padding: 0 20px 0 40px;
}
.intel-dialog .table-tree .tree-item.child-2 {
  padding-left: 60px;
}
.intel-dialog .table-tree .tree-item.child-2 .li-bar {
  left: 38px;
}
.intel-dialog .table-tree .tree-item.child-3 {
  padding-left: 80px;
}
.intel-dialog .table-tree .tree-item.child-3 .li-bar {
  left: 68px;
}
.intel-dialog .table-tree .tree-item:hover {
  background: #E8F6FF;
}
.intel-dialog .table-tree .tree-child {
  display: none;
}
.intel-dialog .dialog-table {
  border: 1px solid #ECECEC;
}
.intel-dialog .dialog-table li {
  border-bottom: 1px solid #ECECEC;
  padding: 0 20px;
  overflow: hidden;
}
.intel-dialog .dialog-table li:last-child {
  border: none;
}
.intel-dialog .dialog-table .li-300 {
  width: 300px;
  padding-right: 30px;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.intel-dialog .dialog-table .li-detail {
  float: right;
  color: #0074B9;
  cursor: pointer;
}
.intel-dialog .btn-group {
  margin-top: 30px;
  font-size: 0;
  text-align: center;
}
.intel-dialog .btn-group .dialig-btn,
.intel-dialog .btn-group .dialig-primary {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  line-height: 28px;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  letter-spacing: 8px;
  text-indent: 8px;
}
.intel-dialog .btn-group .dialig-primary {
  margin-right: 15px;
  background: #F5F5F5;
  color: #666;
  border-color: #CECECE;
}
.intel-dialog .btn-group .dialig-primary:hover {
  background: #d5d5d5;
}
.intel-dialog .btn-group .dialig-btn {
  background: #0074B9;
  color: #fff;
  border-color: #0074B9;
}
.intel-dialog .btn-group .dialig-btn:hover {
  background: #209ce5;
  border-color: #209ce5;
}
.intel-dialog .reason-form {
  height: 370px;
  padding: 27px 34px 0;
}
.intel-dialog .reason-form .form-title {
  margin-bottom: 37px;
  font-size: 16px;
  color: #333;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
}
.intel-dialog .reason-form .intel-textarea {
  height: 188px;
  border: 1px solid #ddd;
  padding: 10px 20px;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  overflow: auto;
}
.intel-dialog .refund-card {
	margin-top: 15px;
	border: 1px solid #E8E8E8;
}
.intel-dialog .refund-card .card-head {
	padding: 0 20px;
    font-size: 14px;
    color: #333;
    line-height: 32px;
    font-weight: bold;
    background: #f5f5f5;
}
.intel-dialog .refund-card .card-body {
	padding: 10px 20px;
}
.intel-dialog .refund-card {}
.intel-dialog .order-refund-lists {
	overflow: hidden;
}
.intel-dialog .order-refund-lists li {
	float: left;
	position: relative;
	width: 33.33%;
	padding: 5px 0;
	color: #333;
	line-height: 24px;
}
.intel-dialog .order-refund-lists li.li-lang {
	width: 100%;
}
.intel-dialog .order-refund-lists li .label-ab {
	position: absolute;
}
.intel-dialog .order-refund-lists li .bl-ml {
	display: block;
	margin-left: 70px;
}
.intel-dialog .permis-module {
  border-top: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
}
.intel-dialog .permis-module .per-tr {
  overflow: hidden;
}
.intel-dialog .permis-module .per-head {
  background: #f6f6f6;
  font-weight: bold;
}
.intel-dialog .permis-module .per-td {
  float: left;
  width: 50%;
  border-bottom: 1px solid #ECECEC;
  border-left: 1px solid #ECECEC;
  padding: 6px 10px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.intel-dialog .permis-module .per-td.td-2 {
  width: 14%;
}
.intel-dialog .permis-module .per-td.td-5 {
  width: 50%;
  text-align: left;
}
.intel-dialog .permis-module .per-td.td-3 {
  width: 22%;
}
.intel-dialog .permis-module .per-td.td-4 {
  width: 33.33%;
  text-align: left;
}
.intel-dialog .permis-module .pageRight {
  margin: 20px 0 0;
}
.topic-trial-form .form-title {
  font-size: 16px;
  color: #333;
  line-height: 20px;
}
.topic-trial-form .form-list {
  margin: 20px 20px 0 97px;
  position: relative;
}
.topic-trial-form .list-label {
  position: absolute;
  top: 0;
  right: 100%;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  line-height: 40px;
}
.topic-trial-form .list-label .red {
  color: #F7603E;
  margin-right: 3px;
}
.topic-trial-form .list-ctl,
.topic-trial-form .list-area {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 7px 15px;
  line-height: 24px;
  font-size: 14px;
  color: #333;
}
.topic-trial-form .list-ctl::-webkit-input-placeholder,
.topic-trial-form .list-area::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
.topic-trial-form .list-ctl::-moz-placeholder,
.topic-trial-form .list-area::-moz-placeholder {
  color: #999;
  font-size: 14px;
}
.topic-trial-form .list-ctl:-moz-placeholder,
.topic-trial-form .list-area:-moz-placeholder {
  color: #999;
  font-size: 14px;
}
.topic-trial-form .list-ctl:-ms-input-placeholder,
.topic-trial-form .list-area:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
.topic-trial-form .list-ctl:focus,
.topic-trial-form .list-area:focus {
  border-color: #0074B9;
}
.topic-trial-form .list-ctl {
  height: 40px;
}
.topic-trial-form .list-area {
  height: 140px;
}
.main-index {
  padding: 35px 0;
}
.main-index .container {
  width: 1240px;
}
.main-index .module-list {
  margin-top: 30px;
}
.main-index .module-list:after {
  content: '';
  display: block;
  clear: both;
}
.main-index .module-list:first-child {
  margin: 0;
}
.main-index .module-banner {
  height: 362px;
  border: 1px solid #E8E8E8;
  padding: 20px;
}
.main-index .module-banner .card-banner {
  float: left;
  position: relative;
  width: 570px;
  height: 320px;
  overflow: hidden;
  border: 1px solid #ececec;
}
.main-index .module-banner .card-banner .banner-lists {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0;
  white-space: nowrap;
}
.main-index .module-banner .card-banner .banner-lists li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
}
.main-index .module-banner .card-banner .banner-lists li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.main-index .module-banner .card-banner .banner-lists .banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1.6s;
}
.main-index .module-banner .card-banner .banner-lists .banner-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 210px 0 10px;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  background: #b2b2b2;
  background: rgba(0, 0, 0, 0.3);
}
.main-index .module-banner .card-banner .banner-lists .banner-title p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-index .module-banner .card-banner .banner-lists a:hover .banner-img {
  /* transform: scale(1.05); */
}
.main-index .module-banner .card-banner .banner-wrap {
  position: absolute;
  bottom: 12px;
  right: 15px;
  font-size: 0;
}
.main-index .module-banner .card-banner .banner-wrap .swiper-pagination-bullet {
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 6px;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
}
.main-index .module-banner .card-banner .banner-wrap .swiper-pagination-bullet-active {
  background: #F29B04;
}
.main-index .module-banner .banner-news {
  float: right;
  width: 608px;
}
.main-index .module-banner .banner-news .news-more {
  margin: 7px 0 0;
}
.main-index .module-banner .banner-news .news-head {
  height: 45px;
}
.main-index .module-banner .banner-news .news-type {
  padding-left: 2px;
  height: 45px;
}
.main-index .module-banner .banner-news .news-type li {
  padding: 6px 4px 16px;
}
.main-index .module-banner .banner-news .news-lists {
  margin: 0;
  height: 280px;
}
.main-index .module-banner .banner-news .news-lists .news-link {
  margin-top: 16px;
  padding-bottom: 4px;
}
.main-index .list-col3 {
  float: left;
  width: 400px;
  height: 330px;
  border: 1px solid #e8e8e8;
  margin-left: 20px;
}
.main-index .list-col3:first-child {
  margin: 0;
}
.main-index .liter-lists {
  margin: 0 6px;
}
.main-index .liter-lists li {
  float: left;
  width: 25%;
}
.main-index .liter-lists .liter-link {
  display: block;
  margin: 0 5px;
  text-align: center;
  font-size: 15px;
  color: #555;
  line-height: 20px;
}
.main-index .liter-lists .liter-link:hover {
  color: #0074B9;
}
.main-index .liter-lists .liter-icon {
  margin: 26px auto 0;
  width: 64px;
  height: 64px;
  padding-top: 13px;
  border-radius: 50%;
  background: #f4f4f4;
  background-image: linear-gradient(#EAEAEA, #fff);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.main-index .liter-lists .liter-icon .icon-img {
  width: 38px;
  height: 38px;
}
.main-index .liter-lists .liter-title {
  margin-top: 11px;
  padding-bottom: 4px;
}
.main {
  margin-bottom: 40px;
}
.main-policy {
  position: relative;
}
.main-policy:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 300px;
  background: url(../images/main-bg-policy.png) no-repeat center top / cover;
}
.main-policy .container {
  position: relative;
  z-index: 5;
}
.main-policy .search-policy {
  margin: 33px 244px 55px 206px;
  position: relative;
}
.main-policy .search-policy .search-link {
  position: absolute;
  left: 100%;
  top: 50%;
  margin: -10px 0 0 10px;
  white-space: nowrap;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.main-policy .search-policy .search-link:hover {
  text-decoration: underline;
}
.main-policy .search-policy .search-link:after {
  content: '';
  margin-left: 6px;
  display: inline-block;
  border: 4px solid transparent;
  border-left: 5px solid #fff;
  border-left: 5px solid rgba(255, 255, 255, 0.7);
}
.main-policy .policy-content {
  background: #fff;
  padding: 30px 30px 10px;
  overflow: hidden;
}
.main-policy .policy-content .policy-card {
  margin-bottom: 30px;
  width: 555px;
  min-height: 366px;
  border: 1px solid #e8e8e8;
}
.main-policy .policy-content .policy-card.left {
  float: left;
}
.main-policy .policy-content .policy-card.right {
  float: right;
}
.main-policy .news-lists {
  padding-top: 7px;
}
.main-policy .news-lists .news-link {
  margin-top: 15px;
}
.main-policy .module-topic {
  height: 315px;
}
.main-policy .module-topic .topic-lists .li-content {
  padding-top: 31px;
  margin: 0;
}
.main-policy .module-topic .topic-link {
  margin: 0;
  height: 125px;
}
.main-policy .module-topic .topic-title {
  margin-top: 9px;
}
.main-policy .module-topic .topic-wrap {
  bottom: 27px;
}
.main-policy .nav-links {
  margin: 18px 7px 10px;
  /* height: 285px; */
  overflow: hidden;
}
.main-policy .nav-links li {
  float: left;
  width: 33.33%;
}
.main-policy .nav-links .nav-link {
  display: block;
  margin: 0 9px 10px;
  padding: 0 15px;
  font-size: 14px;
  background: #f7f7f7;
  line-height: 26px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-policy .nav-links .nav-link span {
  display: inline-block;
  vertical-align: middle;
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.policy-navigation {
	
}
.policy-navigation .nav-title {
	margin-top: 20px;
	padding: 0 0 10px;
	font-size: 24px;
	line-height: 30px;
	color: #333;
	border-bottom: 1px solid #e5e5e5;
}
.policy-navigation .nav-lists {
	margin: 15px 0 0 -40px;
	overflow: hidden;
}
.policy-navigation .nav-lists li {
	float: left;
	width: 16.66%;
}
.policy-navigation .nav-lists .nav-link {
	margin: 15px 0 0 40px;
	position: relative;
	display: block;
	padding-left: 15px;
	font-size: 14px;
	color: #333;
	line-height: 30px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.policy-navigation .nav-lists .nav-link:hover {
	color: #0074B9;
}
.policy-navigation .nav-lists .nav-link:hover:after {
	background: #0074B9;
}
.policy-navigation .nav-lists .nav-link:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #555;
}
.main-literature {
  position: relative;
}
.main-literature:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 300px;
  background: url(../images/main-bg-literature.jpg) no-repeat center top / cover;
}
.main-literature .container {
  position: relative;
  z-index: 5;
}
.main-literature .search-literature {
  margin: 14px 252px 37px 148px;
  position: relative;
}
.main-literature .search-literature .search-links {
  position: absolute;
  left: 100%;
  top: 50%;
  margin: -20px 0 0 10px;
  white-space: nowrap;
}
.main-literature .search-literature .search-link {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.main-literature .search-literature .search-link:hover {
  text-decoration: underline;
}
.main-literature .search-literature .search-link:after {
  content: '';
  margin-left: 6px;
  display: inline-block;
  border: 4px solid transparent;
  border-left: 5px solid #fff;
  border-left: 5px solid rgba(255, 255, 255, 0.7);
}
.main-literature .search-literature .senior-type {
  margin-top: 17px;
  padding-left: 7px;
  font-size: 0;
  white-space: nowrap;
}
.main-literature .search-literature .senior-type label {
  margin-right: 12px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
}
.main-literature .search-literature .senior-type label:last-child {
  margin: 0;
}
.main-literature .search-literature .senior-type input {
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: -1.5px;
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  border: 1px solid #f7f7f7;
  outline: none;
}
.main-literature .search-literature .senior-type input:checked {
  background: #DD9955 url(../images/search-icon-checked.png) no-repeat center center;
  background-size: 12px 12px;
  border-color: #DD9955;
}
.main-literature .literature-content {
  background: #fff;
  padding: 0 20px 40px;
  overflow: hidden;
}
.main-literature .literature-content .literature-card {
  float: left;
  width: 373px;
  height: 282px;
  border: 1px solid #e8e8e8;
}
.main-literature .literature-content .literature-card.ml-20 {
  margin-left: 20px;
}
.main-literature .literature-content .literature-card.right {
  float: right;
}
.main-literature .liter-module-title {
  position: relative;
  padding: 26px 0 12px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.main-literature .liter-module-title:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -35px;
  width: 70px;
  height: 2px;
  background: #1274B1;
}
.main-literature .liter-lists {
  margin: 30px 0 34px;
  font-size: 0;
  text-align: center;
}
.main-literature .liter-lists li {
  display: inline-block;
  vertical-align: top;
  width: 138px;
}
.main-literature .liter-lists .liter-link {
  display: block;
  margin: 0 5px;
  text-align: center;
  font-size: 15px;
  color: #333;
  line-height: 20px;
}
.main-literature .liter-lists .liter-link:hover {
  color: #0074B9;
}
.main-literature .liter-lists .liter-icon {
  margin: 0 auto;
  width: 90px;
  height: 90px;
  padding-top: 25px;
  border-radius: 50%;
  background: #f4f4f4;
  background-image: linear-gradient(#EAEAEA, #fff);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.main-literature .liter-lists .liter-icon .icon-img {
  width: 40px;
  height: 40px;
}
.main-literature .liter-lists .liter-title {
  margin-top: 10px;
}
.main-topic .topic-search:after {
  content: '';
  display: block;
  clear: both;
}
.main-topic .topic-search .topic-type {
  float: left;
  font-size: 0;
}
.main-topic .topic-search .topic-type li {
  display: inline-block;
  margin-right: 15px;
  width: 120px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #E4E4E4;
  text-align: center;
  font-size: 16px;
  color: #666;
  line-height: 38px;
  cursor: pointer;
}
.main-topic .topic-search .topic-type li:hover {
  color: #0074B9;
}
.main-topic .topic-search .topic-type li.active {
  background: #0074B9;
  color: #fff;
  border-color: #0074B9;
}
.main-topic .topic-search .search-common {
  float: right;
  width: 340px;
}
.main-topic .topic-search .search-common .search-ctl {
  height: 40px;
  padding: 0 62px 0 15px;
}
.main-topic .topic-search .search-common .search-btn {
  width: 50px;
  background-size: 16px 16px;
}
.main-topic .topic-search .search-common .search-clear {
  margin-top: -9px;
  right: 60px;
  width: 18px;
  height: 18px;
}
.main-topic .topic-lists-content {
  margin: 25px 0 35px;
  overflow: hidden;
}
.main-topic .topic-lists {
  margin-right: -20px;
  overflow: hidden;
}
.main-topic .topic-lists .topic-item {
  float: left;
  width: 16.66%;
}
.main-topic .topic-lists .topic-link {
  margin-right: 20px;
  display: block;
  font-size: 16px;
  color: #333;
}
.main-topic .topic-lists .topic-link:hover {
  color: #0074B9;
}
.main-topic .topic-lists .topic-link:hover .topic-img img {
  transform: scale(1.05);
}
.main-topic .topic-lists .topic-img {
  height: 120px;
  overflow: hidden;
  background: #f5f5f5;
}
.main-topic .topic-lists .topic-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1.6s;
}
.main-topic .topic-lists .topic-title {
  margin: 12px 0 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.main-product {
  padding-bottom: 20px;
  border: 1px solid #ECECEC;
}
.main-product .show-type {
  padding: 2px 0 0 2px;
  overflow: hidden;
  background: #f5f5f5;
}
.main-product .show-type li {
  float: left;
  margin-right: 15px;
  width: 120px;
  height: 48px;
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 48px;
  cursor: pointer;
}
.main-product .show-type li:hover {
  color: #0074B9;
}
.main-product .show-type li.active {
  background: #fff;
  color: #0074B9;
  font-weight: bold;
}
.main-product .product-search {
  margin: 25px 20px 0;
}
.main-product .product-search:after {
  content: '';
  display: block;
  clear: both;
}
.main-product .product-search .product-type {
  float: left;
  font-size: 0;
}
.main-product .product-search .product-type li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  width: 90px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #E4E4E4;
  text-align: center;
  font-size: 12px;
  color: #666;
  line-height: 30px;
  cursor: pointer;
}
.main-product .product-search .product-type li:hover {
  color: #0074B9;
}
.main-product .product-search .product-type li.active {
  background: #0074B9;
  color: #fff;
  border-color: #0074B9;
}
.main-product .product-search .search-common {
  float: right;
  width: 220px;
}
.main-product .product-search .search-common .search-ctl {
  height: 32px;
  padding: 0 40px 0 8px;
  font-size: 12px;
}
.main-product .product-search .search-common .search-ctl::-webkit-input-placeholder {
  color: #999;
  font-size: 12px;
}
.main-product .product-search .search-common .search-ctl::-moz-placeholder {
  color: #999;
  font-size: 12px;
}
.main-product .product-search .search-common .search-ctl:-moz-placeholder {
  color: #999;
  font-size: 12px;
}
.main-product .product-search .search-common .search-ctl:-ms-input-placeholder {
  color: #999;
  font-size: 12px;
}
.main-product .product-search .search-common .search-btn {
  width: 40px;
  background-size: 16px 16px;
  background-color: transparent;
  background-image: url(../images/search-icon-common.png);
}
.main-product .product-search .search-common .search-clear {
  margin-top: -8px;
  right: 42px;
  width: 16px;
  height: 16px;
}
.main-product .product-lists {
  margin: 10px -8px 0 20px;
}
.main-product .product-lists:after {
  content: '';
  display: block;
  clear: both;
}
.main-product .product-lists li {
  float: left;
  padding-top: 20px;
  width: 16.66%;
}
.main-product .product-lists .product-link {
  margin-right: 28px;
  display: block;
  height: 250px;
  padding-top: 20px;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 20px;
}
.main-product .product-lists .product-link:hover {
  color: #0074B9;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  background: #fff;
}
.main-product .product-lists .product-link:hover .product-img img {
  transform: scale(1.05);
}
.main-product .product-lists .product-img {
  margin: 0 auto;
  width: 122px;
  height: 172px;
  overflow: hidden;
  border: 1px solid #eee;
}
.main-product .product-lists .product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 1.6s;
}
.main-product .product-lists .product-title {
  margin: 15px 15px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-data {
  margin: 7px 0 10px;
}
.main-data .main-data-title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e4e4e4;
}
.main-data .main-data-title .title-txt {
  font-size: 18px;
  line-height: 24px;
  color: #333;
}
.main-data .main-data-title .title-tip {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  cursor: pointer;
}
.main-data .main-data-title .title-tip:hover {
  color: #0074B9;
}
.main-data .main-data-title .title-tip .more-arrow {
  transition: all 0.6s;
  transform: rotate(90deg);
}
.main-data .main-data-title .title-tip.close .more-arrow {
  transform: rotate(270deg);
}
.main-data .data-type {
  margin: 0 0 0 -34px;
}
.main-data .data-type > ul:after {
  content: '';
  display: block;
  clear: both;
}
.main-data .data-type > ul > li {
  float: left;
  margin-bottom: 20px;
  width: 12.5%;
}
.main-data .data-type .type-content {
  margin-left: 34px;
}
.main-data .select-cascader {
  position: relative;
}
.main-data .select-cascader .select-text {
  position: relative;
  border: 1px solid #E8E8E8;
  line-height: 32px;
  font-size: 14px;
  color: #333;
  text-align: center;
  cursor: pointer;
}
.main-data .select-cascader .select-text .select-text-label {
  max-width: 70%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-data .select-cascader .select-text .select-text-icon {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 6px;
  font-size: 0;
  transition: all 0.6s;
}
.main-data .select-cascader .select-text .select-text-icon:after {
  content: '';
  display: block;
  border: 4px solid transparent;
  border-top: 6px solid #C4C4C4;
}
.main-data .select-cascader .select-text.active,
.main-data .select-cascader .select-text.selected {
  background: #0074B9;
  color: #fff;
}
.main-data .select-cascader .select-text.active .select-text-icon,
.main-data .select-cascader .select-text.selected .select-text-icon {
  transform: rotate(-90deg);
}
.main-data .select-cascader .select-text.active .select-text-icon:after,
.main-data .select-cascader .select-text.selected .select-text-icon:after {
  border-top-color: #fff;
}
.main-data .select-cascader .select-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  font-size: 0;
  white-space: nowrap;
  z-index: 2000;
}
.main-data .select-cascader .select-content .select-content-flex {
  display: flex;
  align-items: stretch;
}
.main-data .select-cascader .select-content .select-lists {
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #EBEBEB;
  padding: 15px 0;
  font-size: 14px;
  color: #666;
  line-height: 36px;
}
.main-data .select-cascader .select-content .select-lists:last-child {
  border: none;
}
.main-data .select-cascader .select-content .select-lists .select-lists {
  display: none;
}
.main-data .select-cascader .select-content .cascader-list {
  position: relative;
  padding: 0 40px 0 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.main-data .select-cascader .select-content .cascader-list:after {
  content: '';
  position: absolute;
  right: 19px;
  top: 50%;
  margin-top: -4.5px;
  border: 4.5px solid transparent;
  border-left: 7px solid #C4C4C4;
}
.main-data .select-cascader .select-content .cascader-list:hover,
.main-data .select-cascader .select-content .cascader-list.active,
.main-data .select-cascader .select-content .cascader-list.selected {
  color: #0074B9;
}
.main-data .select-cascader .select-content .cascader-list:hover:after,
.main-data .select-cascader .select-content .cascader-list.active:after,
.main-data .select-cascader .select-content .cascader-list.selected:after {
  border-left-color: #0074B9;
}
.main-data .select-cascader .select-content .cascader-list.no-child {
  padding: 0 22px;
}
.main-data .select-cascader .select-content .cascader-list.no-child:after {
  display: none;
}
.main-service .service-form {
  font-size: 14px;
  color: #333;
}
.main-service .service-form:after {
  content: '';
  display: block;
  clear: both;
}
.main-service .service-form .form-list {
  float: left;
  margin-bottom: 20px;
  position: relative;
}
.main-service .service-form .form-list.left {
  width: 560px;
}
.main-service .service-form .form-list.right {
  float: right;
  width: 610px;
}
.main-service .service-form .form-list.lang {
  width: 100%;
}
.main-service .service-form .list-label {
  position: absolute;
  right: 100%;
  width: 115px;
  white-space: nowrap;
  font-size: 14px;
  color: #333;
  line-height: 40px;
}
.main-service .service-form .list-label i {
  margin-right: 6px;
  color: #FD3F31;
  font-style: normal;
}
.main-service .service-form .list-content {
  margin-left: 115px;
  position: relative;
}
.main-service .service-form .list-content.short {
  margin-left: 85px;
}
.main-service .service-form .list-content.short .list-label {
  width: 85px;
}
.main-service .service-form .list-content.lang {
  margin-left: 227px;
}
.main-service .service-form .list-content.lang .list-label {
  width: auto;
}
.main-service .service-form .list-content.disabled .multiple-txt {
  pointer-events: none;
  cursor: default;
}
.main-service .service-form .list-type {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 23px;
  line-height: 40px;
  cursor: pointer;
}
.main-service .service-form .list-type:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 14px;
  height: 14px;
  border: 1px solid #999;
  border-radius: 2px;
}
.main-service .service-form .list-type.active:after {
  border-color: #0074B9;
  background: #0074B9 url(../images/search-icon-checked.png) no-repeat center center;
  background-size: 16px 16px;
}
.main-service .service-form .form-btn {
  float: left;
  margin: 10px 15px 0 0;
  width: 120px;
  background: #0074B9;
  border: 1px solid #0074B9;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
}
.main-service .service-form .form-btn:hover {
  background: #209ce5;
  border-color: #209ce5;
}
.main-service .service-form .form-btn.primary {
  border: 1px solid #CECECE;
  color: #666;
  background: #f5f5f5;
  letter-spacing: 10px;
  text-indent: 10px;
}
.main-service .service-form .form-btn.primary:hover {
  background: #d5d5d5;
}
.main-service .form-result {
  margin-top: 10px;
  border: 1px solid #E8E8E8;
  border-top: 2px solid #3D6D92;
  padding: 20px;
}
.main-service .result-tip {
  padding: 172px 0;
  text-align: center;
}
.main-service .result-tip .tip-img {
  margin-right: 7px;
  display: inline-block;
  width: 202px;
  height: 189px;
  background: url(../images/dialog-icon-lock.png);
  background-size: 100% 100%;
}
.main-service .result-tip .tip-txt {
  margin-top: 20px;
  font-size: 18px;
  color: #999;
  line-height: 20px;
}
.main-service .service-table {
  margin: 10px 0;
  overflow: auto;
  border: 1px solid #E4E4E4;
  font-size: 14px;
  color: #555;
  line-height: 22px;
  text-align: center;
}
.main-service .service-table::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
.main-service .service-table::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #0074B9;
}
.main-service .service-table.hide {
  display: none;
}
.main-service .service-table table {
  width: 100%;
}
.main-service .service-table thead {
  background-color: #F5F5F5;
}
.main-service .service-table thead th,
.main-service .service-table thead td {
  padding: 6px 10px;
  color: #333;
}
.main-service .service-table tbody th {
  min-width: 180px;
  padding-left: 40px;
  text-align: left;
}
.main-service .service-table .font-big {
  font-size: 16px;
}
.main-service .service-table .font-big th {
  padding: 9px 10px;
}
.main-service .service-table .font-big th:first-child {
  padding-left: 40px;
  text-align: left;
}
.main-service .service-table th {
  background: #F5F5F5;
  font-weight: bold;
}
.main-service .service-table th,
.main-service .service-table td {
  min-width: 140px;
  padding: 9px 10px;
  border-right: 1px solid #E4E4E4;
  border-bottom: 1px solid #E8E8E8;
}
.main-service .service-table th:last-child,
.main-service .service-table td:last-child {
  border-right: none;
}
.data-census-detail {
  padding: 28px 40px 0;
  border: 1px solid #E8E8E8;
}
.data-census-detail .detail-title {
  margin-bottom: 17px;
  font-size: 26px;
  color: #333;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
}
.data-census-detail .detail-search {
  margin-bottom: 20px;
}
.data-census-detail .detail-search:after {
  content: '';
  display: block;
  clear: both;
}
.data-census-detail .detail-search .search-label {
  float: left;
  line-height: 34px;
  font-size: 18px;
  color: #666;
}
.data-census-detail .detail-search .search-date {
  float: left;
  position: relative;
  width: 160px;
}
.data-census-detail .detail-search .date-step {
  float: left;
      width: 15px;
    vertical-align: top;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
}
.data-census-detail .detail-search .search-btn {
  float: left;
  margin-left: 10px;
  width: 80px;
  height: 34px;
  border-radius: 4px;
  background: #0074B9;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: #0074B9 url(../images/search-icon-common-white.png) no-repeat center center;
  background-size: 18px 18px;
}
.data-census-detail .detail-search .search-export-btn {
  float: right;
  margin-top: 1px;
  width: 100px;
  line-height: 32px;
  border-radius: 4px;
  background: #0074B9;
  text-align: center;
  cursor: pointer;
  color: #fff;
}
.data-census-detail .detail-search .search-export-btn:hover {
  background: #0a6399;
}
.main-mis {
  padding: 30px;
  border: 1px solid #D7D7D7;
  border-radius: 2px;
}
.main-mis .web-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  border-bottom: 1px solid #E4E4E4;
  font-size: 18px;
  color: #555;
  line-height: 24px;
  font-weight: bold;
}
.main-mis .mis-lists {
  text-align: center;
}
.main-mis .mis-lists li {
  margin: 0 54px;
  padding: 15px 0 25px;
  display: inline-block;
  vertical-align: middle;
  width: 280px;
}
.main-mis .mis-lists .mis-img {
  width: 100%;
  height: 380px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.main-mis .mis-lists .mis-title {
  margin-top: 20px;
  font-size: 16px;
  color: #333;
  line-height: 20px;
}
.main-pay {
  border: 1px solid #E8E8E8;
  padding: 35px 40px 40px;
}
.main-pay .pay-title {
  margin-bottom: 30px;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
}
.main-pay .pay-list {
  margin-bottom: 30px;
  font-size: 18px;
  overflow: hidden;
  line-height: 36px;
}
.main-pay .pay-list .pay-label {
  float: left;
  color: #333;
}
.main-pay .pay-list .pay-label.lh-50 {
  line-height: 50px;
}
.main-pay .pay-list .title-list {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.main-pay .pay-list .title-list .title-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.main-pay .pay-list .title-list .title-count {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 0;
  background: #fff;
  font-size: 18px;
  color: #FD3F31;
  font-weight: bold;
}
.main-pay .pay-list .title-list:after {
  content: '';
  position: relative;
  top: 2px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border-top: 1px dashed #E4E4E4;
}
.main-pay .pay-list .pay-amount {
  float: left;
  font-size: 24px;
  color: #FD3F31;
  font-weight: bold;
}
.main-pay .pay-list .list-content {
  margin-left: 92px;
}
.main-pay .pay-list .pay-type {
  float: left;
  position: relative;
  margin-right: 20px;
  width: 160px;
  text-align: center;
  border: 1px solid #E4E4E4;
  border-radius: 2px;
  cursor: pointer;
  line-height: 48px;
  font-size: 0;
}
.main-pay .pay-list .pay-type.active {
  border-color: #F29A00;
}
.main-pay .pay-list .pay-type.active:after {
  content: '';
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 18px;
  height: 19px;
  background: url(../images/pay-icon-checked.png) no-repeat;
  background-size: 100% 100%;
}
.main-pay .pay-list .pay-type-img {
  margin-right: 10px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.main-pay .pay-list .pay-type-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.main-pay .pay-item-content {
  padding-top: 15px;
}
.main-pay .pay-item {
  display: none;
  background: #F5F5F5;
  height: 260px;
  padding: 27px 0 0 90px;
}
.main-pay .pay-item.active {
  display: block;
}
.main-pay .pay-item .item-title {
  font-size: 16px;
  color: #333;
  line-height: 22px;
  font-weight: bold;
}
.main-pay .pay-item .item-title .title-tip {
  margin-left: 8px;
  font-size: 12px;
  color: #848484;
  font-style: normal;
  font-weight: normal;
}
.main-pay .pay-item .pay-time {
  position: absolute;
  width: 220px;
  padding-left: 40px;
  border: 1px solid #E4E4E4;
  border-radius: 2px;
  line-height: 38px;
  background: #fff;
  color: #F7603E;
  white-space: normal;
  font-size: 14px;
}
.main-pay .pay-item .pay-time:after {
  content: '';
  position: absolute;
  left: -8px;
  top: 50%;
  margin-top: -6.5px;
  width: 8px;
  height: 13px;
  background: url(../images/pay-icon-arrow.png);
  background-size: 100% 100%;
}
.main-pay .pay-item .pay-time:before {
  content: '';
  position: absolute;
  left: 18px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: url(../images/pay-icon-time.png);
  background-size: 100% 100%;
}
.main-pay .pay-item .item-info {
  margin-top: 15px;
}
.main-pay .pay-item .item-info .pay-code {
  float: left;
  width: 170px;
}
.main-pay .pay-item .item-info .item-content {
  margin-left: 190px;
  position: relative;
  padding-top: 72px;
  font-size: 16px;
  color: #333;
  line-height: 38px;
}
.main-pay .pay-item .item-info .item-content .pay-time {
  left: 0;
  top: 14px;
}
.main-pay .pay-item .item-info .pay-amount {
  font-size: 30px;
  color: #FD3F31;
  font-weight: bold;
}
.main-pay .pay-item .pay-balance {
  margin-top: 15px;
}
.main-pay .pay-item .pay-balance .pay-time {
  left: 100%;
  top: 50%;
  margin: -20px 0 0 14px;
}
.main-pay .pay-item .pay-balance .balance-amount {
  position: relative;
  width: 377px;
  padding: 15px 20px;
  background: #fff;
  line-height: 38px;
  font-size: 0;
}
.main-pay .pay-item .pay-balance .pay-label,
.main-pay .pay-item .pay-balance .pay-count {
  display: inline-block;
  vertical-align: middle;
}
.main-pay .pay-item .pay-balance .pay-label {
  font-size: 16px;
  color: #333;
}
.main-pay .pay-item .pay-balance .pay-count {
  margin: 0 20px 0 13px;
  font-size: 30px;
  font-weight: bold;
  color: #FD3F31;
}
.main-pay .pay-item .pay-balance .balance-count {
  margin: 0 6px;
  color: #FD3F31;
}
.main-pay .pay-item .pay-balance .pay-psd {
  margin-top: 30px;
  font-size: 0;
}
.main-pay .pay-item .pay-balance .psd-label,
.main-pay .pay-item .pay-balance .psd-ctl {
  display: inline-block;
  vertical-align: middle;
}
.main-pay .pay-item .pay-balance .psd-label {
  font-size: 16px;
  color: #666;
  line-height: 40px;
}
.main-pay .pay-item .pay-balance .psd-ctl {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border: 1px solid #EB9992;
  border-radius: 4px;
  font-size: 30px;
  line-height: 26px;
  color: #333;
  text-align: center;
  background: #fff !important;
}
.main-pay .pay-item .pay-balance .list-ctl {
    display: inline-block;
    vertical-align: middle;
  width: 200px;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #EB9992;
  border-radius: 4px;
  font-size: 16px;
  line-height: 26px;
  color: #333;
  background: #fff !important;
}
.main-pay .pay-item .pay-balance .list-btn {
	margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
  width: 90px;
  height: 40px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 38px;
  color: #fff;
  text-align: center;
  background: #0074B9;
  cursor: pointer;
}
.main-pay .pay-item .pay-balance .list-btn:hover {
    background-color: #2ea9f3;
}
.pay-mobile {
  position: relative;
  width: 100%;
  background: #f5f5f5;
  padding: 15px 15px 0;
}
.pay-mobile .pay-card {
  margin-bottom: 10px;
  background: #fff;
  border-radius: 6px;
  padding: 0 15px;
}
.pay-mobile .pay-detail .title-list {
  position: relative;
  font-size: 0;
  border-bottom: 1px solid #ececec;
  padding: 12px 0;
  line-height: 26px;
  overflow: hidden;
}
.pay-mobile .pay-detail .title-list:last-child {
  border: none;
}
.pay-mobile .pay-detail .title-list .title-text {
  display: inline-block;
  min-height: 26px;
  vertical-align: middle;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  max-width: 80%;
}
.pay-mobile .pay-detail .title-list .title-count {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 12px;
  font-size: 14px;
  color: #555;
}
.pay-mobile .pay-detail .title-list .count-total {
  float: right;
  font-size: 16px;
  color: #FD3F31;
  font-weight: bold;
}
.pay-mobile .pay-detail .title-list .count-label {
  float: right;
  font-size: 14px;
  font-weight: bold;
  color: #999;
}
.pay-mobile .pay-type li {
  border-bottom: 1px solid #ececec;
  padding: 12px 0;
  line-height: 26px;
  overflow: hidden;
  cursor: pointer;
}
.pay-mobile .pay-type li:after {
  content: '';
  float: right;
  margin-top: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #ccc;
}
.pay-mobile .pay-type li:last-child {
  border: none;
}
.pay-mobile .pay-type li.active:after {
  border-color: #0074B9;
  background: #0074B9 url(../images/search-icon-checked.png) no-repeat center center;
  background-size: 16px 16px;
}
.pay-mobile .pay-type .pay-type-img {
  float: left;
  margin-right: 10px;
  height: 26px;
}
.pay-mobile .pay-type .pay-type-text {
  float: left;
  font-size: 14px;
  color: #333;
}
.pay-mobile .pay-btn {
  margin: 30px 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background: #0074B9;
  border-radius: 4px;
  cursor: pointer;
}
.intelligence-sub {
  border: 1px solid #E8E8E8;
  padding: 30px 0 40px;
}
.intelligence-sub .search-menu .tree-menu {
  max-height: 300px;
  overflow: auto;
}
.intelligence-sub .intel-form {
  margin: 0 176px;
}
.intelligence-sub .intel-title {
  font-size: 26px;
  color: #333;
  line-height: 36px;
  text-align: center;
  font-weight: bold;
}
.intelligence-sub .intel-sub-title {
  margin-top: 25px;
  border-left: 4px solid #0074B9;
  padding-left: 16px;
  border-radius: 0 4px 4px 0;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  font-weight: bold;
  background: #F6F6F6;
}
.intelligence-sub .intel-list {
  margin: 25px 20px 0 127px;
  position: relative;
  font-size: 0;
}
.intelligence-sub .intel-area {
  margin: 25px 0 0;
  background: #F6F6F6;
  border-radius: 4px;
  position: relative;
  padding: 20px 20px 20px 0;
}
.intelligence-sub .intel-area .area-label {
  position: absolute;
  left: 0;
  top: 20px;
  width: 127px;
  font-size: 16px;
  color: #666;
  line-height: 40px;
  white-space: nowrap;
  text-align: right;
}
.intelligence-sub .intel-area .area-label .label-list {
  cursor: pointer;
  position: relative;
  padding-right: 6px;
}
.intelligence-sub .intel-area .area-label .label-list.active:after {
  content: '';
  position: absolute;
  right: -1px;
  top: 50%;
  margin-top: -7.5px;
  width: 12px;
  height: 15px;
  background: url(../images/intel-area-label-arrow.png);
  background-size: 100% 100%;
}
.intelligence-sub .intel-area .area-content {
  display: none;
  margin-left: 127px;
}
.intelligence-sub .intel-area .area-content.active {
  display: block;
}
.intelligence-sub .intel-area .intel-area-ctl {
  vertical-align: top;
  width: 100%;
  height: 100px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 8px 15px;
  outline: none;
  font: 14px "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  resize: none;
}
.intelligence-sub .intel-area .intel-area-ctl::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
.intelligence-sub .intel-area .intel-area-ctl::-moz-placeholder {
  color: #999;
  font-size: 14px;
}
.intelligence-sub .intel-area .intel-area-ctl:-moz-placeholder {
  color: #999;
  font-size: 14px;
}
.intelligence-sub .intel-area .intel-area-ctl:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
.intelligence-sub .intel-label {
  position: absolute;
  right: 100%;
  padding-right: 6px;
  font-size: 16px;
  color: #666;
  line-height: 40px;
  white-space: nowrap;
}
.intelligence-sub .intel-ctl {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  font-size: 14px;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.intelligence-sub .intel-ctl:focus {
  border-color: #0074B9;
}
.intelligence-sub .intel-select.short {
  margin-right: 20px;
  width: 80px;
}
.intelligence-sub .intel-select.short .select-text {
  text-overflow: inherit;
}
.intelligence-sub .form-btn {
  display: inline-block;
  vertical-align: middle;
  margin: 15px 20px 0 0;
  width: 120px;
  background: #0074B9;
  border: 1px solid #0074B9;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  letter-spacing: 10px;
  text-indent: 10px;
}
.intelligence-sub .form-btn:hover {
  background: #209ce5;
  border-color: #209ce5;
}
.intelligence-sub .form-btn.primary {
  border: 1px solid #CECECE;
  color: #666;
  background: #f5f5f5;
}
.intelligence-sub .form-btn.primary:hover {
  background: #d5d5d5;
}
.intelligence-sub .form-email-tip {
  margin-top: 10px;
  color: #777;
  font-size: 12px;
  line-height: 20px;
}
.intelligence-sub .form-email-tip a {
  color: #0074B9;
}
.intelligence-sub .form-email-tip a:hover {
  text-decoration: underline;
}
.product-detail:after {
  content: '';
  display: block;
  clear: both;
}
.product-detail .detail-main {
  float: left;
  width: 840px;
}
.product-detail .detail-intro {
  font-size: 14px;
  color: #666;
  line-height: 22px;
}
.product-detail .detail-intro:after {
  content: '';
  display: block;
  clear: both;
}
.product-detail .detail-intro .detail-img {
  float: left;
  width: 186px;
  background: #f5f5f5;
  border: 1px solid #eee;
}
.product-detail .detail-intro .detail-img img {
  width: 100%;
}
.product-detail .detail-intro .intro-content {
  margin-left: 210px;
}
.product-detail .detail-intro .intro-title {
  padding-top: 6px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.product-detail .detail-intro .intro-des {
  margin-top: 20px;
  font-size: 14px;
  color: #333;
}
.product-detail .detail-intro .intro-list {
  margin: 22px 0 7px;
  float: left;
}
.product-detail .detail-intro .intro-list.w-40 {
  width: 40%;
}
.product-detail .detail-intro .intro-list.w-60 {
  width: 60%;
}
.product-detail .detail-intro .intro-list .list-content {
  margin-left: 10px;
  color: #333;
}
.product-detail .detail-intro .intro-btns {
  float: left;
  margin-top: 18px;
  width: 100%;
  font-size: 14px;
  line-height: 36px;
}
.product-detail .detail-intro .intro-btn {
  float: left;
  margin-right: 10px;
  width: 120px;
  border-radius: 4px;
  background: #0F82C6;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.product-detail .detail-intro .intro-btn:hover {
  background: #209ce5;
}
.product-detail .detail-intro .intro-btn.yellow {
  background: #F29A00;
}
.product-detail .detail-intro .intro-btn.yellow:hover {
  background: #ffb22b;
}
.product-detail .detail-intro .sub-tip {
  float: left;
  padding-left: 24px;
  color: #85939F;
  background: url(../images/login-icon-msg.png) no-repeat 0 center;
  background-size: 16px 16px;
}
.product-detail .detail-intro .intro-tip {
  float: left;
  margin-left: 10px;
  font-size: 12px;
  color: #F5612A;
}
.product-detail .detail-intro .intro-link {
  float: right;
  width: 120px;
  border-radius: 4px;
  color: #F5612A;
  background: #FFF8F4;
  cursor: pointer;
  text-align: center;
}
.product-detail .detail-cata {
  margin-top: 30px;
  border: 1px solid #e8e8e8;
  border-top: 2px solid #3D6D92;
  padding: 30px;
}
.product-detail .detail-cata .cata-title {
  margin-bottom: 25px;
}
.product-detail .detail-cata .cata-title:after {
  content: '';
  display: block;
  clear: both;
}
.product-detail .detail-cata .cata-title .title-txt {
  float: left;
  font-size: 18px;
  color: #333;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
}
.product-detail .detail-cata .cata-list {
  font-size: 16px;
  color: #333;
  line-height: 40px;
}
.product-detail .detail-cata .intro-select {
  float: right;
  font-size: 12px;
}
.product-detail .detail-cata .intro-select .select-label {
  float: left;
  line-height: 28px;
  white-space: nowrap;
  color: #555;
}
.product-detail .detail-cata .intro-select .select-item {
  margin-left: 65px;
  position: relative;
}
.product-detail .detail-cata .intro-select .select-text {
  width: 180px;
  position: relative;
  line-height: 26px;
  border: 1px solid #ddd;
  padding: 0 30px 0 12px;
  border-radius: 4px;
  color: #333;
  cursor: pointer;
}
.product-detail .detail-cata .intro-select .select-text:after {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -3px;
  border: 6px solid transparent;
  border-top: 6px solid #acacac;
}
.product-detail .detail-cata .intro-select .select-lists {
  display: none;
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 10px 0;
}
.product-detail .detail-cata .intro-select .select-lists li {
  padding: 0 10px;
  line-height: 26px;
  color: #333;
  cursor: pointer;
}
.product-detail .detail-cata .intro-select .select-lists li:hover {
  background: #eee;
}
.product-detail .detail-cata .cata-lists {
  margin-right: -25px;
}
.product-detail .detail-cata .cata-lists:after {
  content: '';
  display: block;
  clear: both;
}
.product-detail .detail-cata .cata-lists li {
  float: left;
  width: 25%;
}
.product-detail .detail-cata .cata-lists .cata-link {
  position: relative;
  display: block;
  margin: 0 25px 25px 0;
  padding: 0 15px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  color: #333;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-detail .detail-cata .cata-lists .cata-link:before {
  content: '';
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 14px;
  height: 14px;
  background-image: url(../images/product-icon-pdf.png);
  background-size: 100% 100%;
}
.product-detail .detail-cata .cata-lists .cata-link:hover .link-cover {
  display: block;
}
.product-detail .detail-cata .cata-lists .link-cover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #007FCB;
  color: #fff;
  font-size: 16px;
}
.product-detail .detail-cata .cata-lists .link-cover:before {
  content: '';
  position: relative;
  top: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  width: 22px;
  height: 14px;
  background-image: url(../images/product-icon-eye.png);
  background-size: 100% 100%;
}
.product-detail .detail-topic-module {
  float: right;
  width: 300px;
  position: relative;
  top: -30px;
}
.product-detail .detail-topic {
  width: 300px;
  border: 1px solid #ECECEC;
  padding: 6px 20px 30px;
}
.product-detail .detail-topic.fixed {
  position: fixed;
  top: 20px;
}
.product-detail .detail-topic .topci-title {
  padding: 12px 0 12px 25px;
  border-bottom: 1px solid #E4E4E4;
  background: url(../images/main-topic-icon.png) no-repeat 0 center;
  background-size: auto 18px;
  font-size: 18px;
  color: #333;
  line-height: 22px;
  font-weight: bold;
}
.product-detail .detail-topic .topic-link-first {
  margin-top: 20px;
  display: block;
  overflow: hidden;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
.product-detail .detail-topic .topic-link-first:hover {
  color: #0074B9;
}
.product-detail .detail-topic .topic-link-first .link-img {
  float: left;
  position: relative;
  width: 85px;
  height: 120px;
  background: #f5f5f5;
}
.product-detail .detail-topic .topic-link-first .link-img .topic-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-detail .detail-topic .topic-link-first .link-img .link-icon {
  position: absolute;
  top: 0;
  left: 4px;
  width: 15px;
  height: 18px;
  background: url(../images/main-topic-link-icon.png) no-repeat;
  background-size: 100% 100%;
}
.product-detail .detail-topic .topic-link-first .link-content {
  margin-left: 100px;
}
.product-detail .detail-topic .topic-link-first .link-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-detail .detail-topic .topic-link-first .topic-type {
  margin-top: 14px;
  color: #0074B9;
}
.product-detail .detail-topic .topic-link-first .topic-price {
  margin-top: 14px;
  color: #FD3F31;
}
.product-detail .detail-topic .topic-link-first .topic-sub {
  margin-top: 14px;
  color: #666;
}
.product-detail .detail-topic .topic-link {
  margin-top: 24px;
  display: block;
  overflow: hidden;
  font-size: 0;
  color: #333;
  line-height: 22px;
}
.product-detail .detail-topic .topic-link:hover {
  color: #0074B9;
}
.product-detail .detail-topic .topic-link span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.product-detail .detail-topic .topic-link .link-num {
  margin-right: 10px;
  color: #7F8A90;
}
.product-detail .detail-topic .topic-link .top-2 {
  color: #FF6600;
}
.product-detail .detail-topic .topic-link .top-3 {
  color: #FAA910;
}
.product-detail .detail-topic .topic-link .link-title {
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-detail .detail-topic .topic-link .link-count {
  float: right;
  font-size: 14px;
  color: #666;
}
.topics-detail {
  margin-bottom: 45px;
  overflow: hidden;
}
.topics-detail .detail-img {
  float: left;
  width: 300px;
  height: 210px;
  background: #f5f5f5;
}
.topics-detail .detail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topics-detail .detail-content {
  margin-left: 320px;
  min-height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topics-detail .detail-content > div {
	width: 100%;
}
.topics-detail .detail-title {
  position: relative;
  line-height: 22px;
}
.topics-detail .detail-title .title-text {
  margin-right: 120px;
  padding: 5px 0 2px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.topics-detail .detail-title .title-order {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 20px;
  font-size: 14px;
  color: #0074B9;
  background: url(../images/main-icon-order.png) no-repeat 0 center;
  background-size: 12px 14px;
}
.topics-detail .detail-list {
  margin-top: 15px;
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.topics-detail .list-label {
  color: #666;
}
.topics-detail .detail-btn-group {
  margin-top: 50px;
  overflow: hidden;
  font-size: 14px;
  line-height: 36px;
}
.topics-detail .detail-btn {
  float: left;
  margin-right: 20px;
  color: #fff;
  width: 140px;
  text-align: center;
  background: #F29A00;
  border-radius: 4px;
  cursor: pointer;
}
.topics-detail .detail-btn:hover {
  background: #df8f04;
}
.topics-detail .intro-tip {
  float: left;
  font-size: 12px;
  color: #F5612A;
}
.topics-detail .btn-tip {
  float: left;
  color: #666;
}
.topics-detail a.btn-tip {
  cursor: pointer;
}
.topics-detail a.btn-tip:hover {
  color: #0074B9;
}
.literature-detail {
  border: 1px solid #E8E8E8;
  padding: 35px 40px 45px;
}
.literature-detail:first-child {
  margin-top: 30px;
}
.literature-detail .detail-title {
  padding-bottom: 12px;
  font-size: 26px;
  color: #333;
  line-height: 36px;
  font-weight: bold;
}
.literature-detail .detail-list {
  margin-top: 15px;
  position: relative;
  font-size: 14px;
  color: #333;
  line-height: 22px;
  padding-left: 104px;
  overflow: hidden;
}
.literature-detail .detail-list .list-label {
  position: absolute;
  left: 0;
  top: 0;
  color: #666;
  white-space: nowrap;
}
.literature-detail .detail-groups {
  margin-top: 35px;
  overflow: hidden;
}
.literature-detail .detail-btn {
  float: left;
  margin-right: 15px;
  min-width: 100px;
  padding: 0 10px;
  border-radius: 4px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.literature-detail .detail-btn.disabled {
	pointer-events: none;
	opacity: .7;
}
.literature-detail .detail-btn.btn-orange {
  background: #FFE4D3;
  color: #FF6600;
}
.literature-detail .detail-btn.btn-orange:hover {
  background: #FF6600;
  color: #fff;
}
.literature-detail .detail-btn.btn-blue {
  background: #DEF2FF;
  color: #0074B9;
}
.literature-detail .detail-btn.btn-blue:hover {
  background: #0074B9;
  color: #fff;
}
.intelligence-detail {
  border: 1px solid #E8E8E8;
  padding: 30px 40px;
}
.intelligence-detail .detail-title {
  font-size: 26px;
  color: #333;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
}
.intelligence-detail .detail-time {
	clear: both;
  margin-top: 22px;
  text-align: center;
  font-size: 14px;
}
.intelligence-detail .detail-time.cont {
  text-align: left;
}
.intelligence-detail .detail-time.cont span {
  margin-right: 10px;
}
.intelligence-detail .detail-time span,
.intelligence-detail .detail-time a {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  word-break: break-all;
}
.intelligence-detail .detail-time span {
  color: #666;
}
.intelligence-detail .detail-time a:hover {
  text-decoration: underline;
}
.intelligence-detail .detail-time .time-blue {
  margin-right: 40px;
  color: #0074B9;
}
.intelligence-detail .detail-time .time-blue:last-child {
  margin: 0;
}
.intelligence-detail .detail-content {
  margin-top: 22px;
  padding-top: 30px;
  border-top: 1px solid #ECECEC;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  word-break: break-all;
}
.intelligence-detail .detail-content em {
	font-style: italic;
	color: inherit;
}
.intelligence-detail .detail-content:after {
	content: '';
	display: block;
	clear: both;
}
.intelligence-detail .detail-content p {
  margin: 1em 0;
}
.intelligence-detail .detail-content img {
  max-width: 90%;
  height: auto !important;
  vertical-align: middle;
  display: inline-block !important;
}
.intelligence-detail .detail-content video {
  max-width: 90%;
}
.main-intel-amount {
  background: url(../images/main-intel-amount-bg.png) no-repeat center top;
}
.main-intel-amount .bread-crumb {
  margin-bottom: 12px;
}
.main-intel-amount .card-btn {
  float: right;
  display: none;
  width: 140px;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.main-intel-amount .btn-sub {
  display: block;
  background: #F29A00;
}
.main-intel-amount .btn-sub:hover {
  background: #ffb22b;
}
.main-intel-amount .btn-cancel {
  background: #0D80C4;
}
.main-intel-amount .btn-cancel:hover {
  background: #209ce5;
}
.main-intel-amount .btn-order {
  background: #1DC464;
}
.main-intel-amount .amount-head {
  position: relative;
  top: -6px;
  margin-bottom: 30px;
  font-size: 20px;
  color: #999;
  text-align: center;
  line-height: 26px;
}
.main-intel-amount .amount-head .head-title {
  margin-bottom: 7px;
  font-weight: bold;
  color: #333;
}
.main-intel-amount .intel-lists {
  margin: 0 0 0 -24px;
}
.main-intel-amount .intel-lists:after {
  content: '';
  display: block;
  clear: both;
}
.main-intel-amount .intel-lists li {
  float: left;
  margin-bottom: 36px;
}
.main-intel-amount .intel-lists li.list-2 {
  width: 50%;
}
.main-intel-amount .intel-lists li.list-3 {
  width: 33.33%;
}
.main-intel-amount .intel-lists li.list-4 {
  width: 25%;
}
.main-intel-amount .intel-lists .li-card {
  margin-left: 24px;
  position: relative;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  cursor: pointer;
  overflow: hidden;
}
.main-intel-amount .intel-lists .li-card.selected {
  border-color: #F4B548;
}
.main-intel-amount .intel-lists .li-card.selected:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 38px;
  height: 40px;
  background: url(../images/intel-card-selected-icon.png);
  background-size: 100% 100%;
}
.main-intel-amount .intel-lists .li-card.selected .card-content {
  border-color: #F4B548;
}
.main-intel-amount .intel-lists .li-card.selected-notall {
  border-color: #F4B548;
}
.main-intel-amount .intel-lists .li-card.selected-notall .card-content {
  border-color: #F4B548;
}
.main-intel-amount .intel-lists .card-content {
  position: relative;
  z-index: 10;
  padding: 30px 22px 32px;
  border-radius: 3px;
  border: 1px solid transparent;
}
.main-intel-amount .intel-lists .bg-icon {
  position: absolute;
  right: 50px;
  top: 5px;
  height: 100%;
  width: 100px;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.main-intel-amount .intel-lists .bg-icon.icon-news {
  background-image: url(../images/intel-card-bg-news.png);
}
.main-intel-amount .intel-lists .bg-icon.icon-info {
  background-image: url(../images/intel-card-bg-info.png);
}
.main-intel-amount .intel-lists .bg-icon.icon-inter {
  background-image: url(../images/intel-card-bg-liter.png);
}
.main-intel-amount .intel-lists .card-price {
  font-size: 16px;
  color: #FD3F31;
}
.main-intel-amount .intel-lists .head-type {
  height: 50px;
  position: relative;
}
.main-intel-amount .intel-lists .head-type .head-type-icon {
  position: absolute;
  top: -5px;
  left: 10px;
  width: 38px;
  height: 38px;
}
.main-intel-amount .intel-lists .head-type .head-type-txt {
  position: absolute;
  top: -6px;
  right: -4px;
  font-size: 14px;
  color: #C7DFF0;
  line-height: 20px;
  text-align: right;
}
.main-intel-amount .intel-lists .card-head {
  margin-bottom: 12px;
  overflow: hidden;
  line-height: 22px;
}
.main-intel-amount .intel-lists .card-head .head-text {
  float: left;
  font-size: 16px;
  color: #333;
}
.main-intel-amount .intel-lists .card-head .head-time-step {
  float: left;
  margin: 2px 0 0 6px;
  padding: 0 6px;
  border-radius: 2px;
  font-size: 12px;
  color: #666;
  background: #F6F6F6;
  line-height: 18px;
}
.main-intel-amount .intel-lists .card-head .card-price {
  float: right;
}
.main-intel-amount .intel-lists .card-head .order-btn {
  float: right;
  width: 74px;
  background: #2FA0F2;
  border-radius: 2px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.main-intel-amount .intel-lists .card-intro {
  height: 60px;
  overflow: hidden;
  font-size: 12px;
  line-height: 20px;
  color: #888;
  text-align: justify;
}
.main-intel-amount .intel-lists .intro-more {
  float: right;
  color: #42A1E6;
}
.main-intel-amount .intel-lists .intro-more:hover {
  text-decoration: underline;
}
.main-intel-amount .intel-lists .remain-time {
  position: absolute;
  right: 25px;
  bottom: 10px;
  font-size: 12px;
  color: #94ABB9;
  line-height: 18px;
}
.main-intel-amount .intel-lists .card-summany {
  margin-top: 3px;
  border-top: 1px solid #ECECEC;
  padding-top: 18px;
  position: relative;
  top: 14px;
  line-height: 20px;
  overflow: hidden;
}
.main-intel-amount .intel-lists .card-summany .card-price {
  float: left;
}
.main-intel-amount .intel-lists .card-summany .remain-time {
  position: static;
  float: right;
  line-height: 20px;
}
.main-intel-amount .intel-cart {
  padding: 26px 24px 0;
  background: url(../images/intel-cart-bg.png) repeat-x center top;
  background-size: auto 420px;
}
.main-intel-amount .intel-cart .amount-head {
  margin: 0;
  top: 0;
}
.main-intel-amount .intel-cart .cart-tip {
	position: relative;
  padding: 28px 28px 70px;
  line-height: 24px;
  font-size: 14px;
  color: #999;
}
.main-intel-amount .intel-cart .cart-tip .tip-title {
  margin-bottom: 12px;
  font-size: 16px;
  color: #333;
}
.main-intel-amount .intel-cart .cart-tip .form-amount {
 	position: absolute;
 	right: 10px;
 	top: 30px;
 	font-size: 14px;
 	color: #666;
 	line-height: 32px;
 	text-align: right;
}
.main-intel-amount .intel-cart .cart-tip .form-amount .amount-label{
	display: inline-block;
	vertical-align: top;
}
.main-intel-amount .intel-cart .cart-tip .form-amount b {
	display: inline-block;
	vertical-align: top;
	width: 130px;
 	color: #FD3F31;
}
.main-intel-amount .intel-cart .cart-empty {
  padding: 64px 0 22px;
  text-align: center;
}
.main-intel-amount .intel-cart .cart-empty .empty-img {
  width: 134px;
}
.main-intel-amount .intel-cart .cart-empty .empty-label {
  margin-top: 27px;
  font-size: 18px;
  color: #999;
  line-height: 24px;
}
.main-intel-amount .intel-cart .cart-form {
	position: relative;
  line-height: 30px;
  font-size: 16px;
  color: #333;
}
.main-intel-amount .intel-cart .cart-form .cart-form-title {
  position: relative;
  margin: 20px 0 10px;
  padding-left: 44px;
  font-weight: bold;
}
.main-intel-amount .intel-cart .cart-form .form-clear-btn:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1.5px;
	margin-right: 4px;
	width: 16px;
	height: 16px;
	background: url(../images/subscribe-form-clear-icon.png) no-repeat;
	background-size: 100% 100%;
}
.main-intel-amount .intel-cart .cart-form .form-clear-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	font-size: 14px;
	color: #FD3F31;
	line-height: 30px;
	cursor: pointer;
	background: #FFEBEA;
	border-radius: 4px;
	text-align: center;
	z-index: 10;
}
.main-intel-amount .intel-cart .cart-form .cart-select {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border: 1px solid #666;
  border-radius: 2px;
  cursor: pointer;
  background: #fff;
}
.main-intel-amount .intel-cart .cart-form .cart-select.selected {
  border-color: #0074B9;
  background: #0074B9 url(../images/search-icon-checked.png) no-repeat center center;
  background-size: 16px 16px;
}
.main-intel-amount .intel-cart .cart-form .cart-lists {
  border: 1px solid #E8E8E8;
  background: #fff;
  padding: 0 20px;
}
.main-intel-amount .intel-cart .cart-form .cart-lists li {
  padding: 20px 0;
  border-bottom: 1px solid #ECECEC;
}
.main-intel-amount .intel-cart .cart-form .cart-lists li:last-child {
  border: none;
}
.main-intel-amount .intel-cart .cart-form .cart-lists .li-head {
  position: relative;
  overflow: hidden;
  padding-left: 26px;
}
.main-intel-amount .intel-cart .cart-form .cart-lists .cart-select {
  left: 0;
}
.main-intel-amount .intel-cart .cart-form .cart-lists .li-title {
  float: left;
}
.main-intel-amount .intel-cart .cart-form .cart-lists .li-time-step {
  float: left;
  margin: 6px 0 0 10px;
  padding: 0 6px;
  border-radius: 2px;
  font-size: 12px;
  color: #666;
  background: #F6F6F6;
  line-height: 18px;
}
.main-intel-amount .intel-cart .cart-form .cart-lists .li-count {
  float: right;
  margin-right: 10px;
  color: #666;
}
.main-intel-amount .intel-cart .cart-form .cart-lists .li-count .count-num {
  color: #FD3F31;
}
.main-intel-amount .intel-cart .cart-form .cart-lists .li-body {
  font-size: 0;
}
.main-intel-amount .intel-cart .cart-form .cart-lists .li-body .li-fact {
  position: relative;
  display: inline-block;
  top: 0;
  margin: 14px 15px 0 0;
  padding: 0 16px;
  background: #0074B9;
  border-radius: 2px;
  white-space: nowrap;
  font-size: 12px;
  color: #fff;
  line-height: 26px;
}
.main-intel-amount .intel-cart .cart-form .cart-lists .li-body .fact-close {
  position: absolute;
  top: -7px;
  right: -7px;
  width: 18px;
  height: 18px;
  background-image: url(../images/intel-amount-fact-close.png);
  background-size: 100% 100%;
  cursor: pointer;
}
.intelligence-amount {
  height: 60px;
}
.intelligence-amount .amount-form {
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
  box-shadow: 0 -6px 6px rgba(0, 0, 0, 0.1);
  background: #fff;
  line-height: 40px;
  font-size: 16px;
  color: #333;
}
.intelligence-amount .amount-form.fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
}
.intelligence-amount .amount-content {
  float: right;
}
.intelligence-amount .amount-label {
  float: left;
}
.intelligence-amount .amount-count {
  float: left;
  margin-right: 45px;
  color: #FD3F31;
  font-size: 22px;
  font-weight: bold;
}
.literature-nav {
  border: 1px solid #E8E8E8;
  padding: 45px 30px 0;
}
.literature-nav .nav-type {
  font-size: 0;
  text-align: center;
}
.literature-nav .nav-type li {
  margin: 0 5px;
  display: inline-block;
  width: 120px;
  line-height: 32px;
  border-radius: 4px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  background: #EBEBEB;
}
.literature-nav .nav-type li:hover {
  color: #0074B9;
}
.literature-nav .nav-type li.active {
  background: #0074B9;
  color: #fff;
}
.literature-nav .nav-search {
  margin: 30px 170px 0 127px;
}
.literature-nav .nav-search .search-base {
  margin-right: 130px;
}
.literature-nav .nav-sort {
  margin: 22px 170px 0 127px;
  font-size: 0;
  text-align: center;
  line-height: 20px;
}
.literature-nav .nav-sort .sort-label {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  color: #666;
}
.literature-nav .nav-sort li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  width: 20px;
  cursor: pointer;
  position: relative;
  text-align: center;
  font-size: 12px;
  background: #F6F6F6;
  border-radius: 4px;
}
.literature-nav .nav-sort li:hover,
.literature-nav .nav-sort li.active {
  background: #0074B9;
  color: #fff;
}
.literature-nav .nav-datalists {
  margin-right: -22px;
  overflow: hidden;
  padding-top: 30px;
}
.literature-nav .nav-datalists li {
  float: left;
  width: 20%;
}
.literature-nav .nav-datalists .nav-link {
  margin: 30px 22px 0 0;
  display: block;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 4px;
  border: 1px solid #E4E4E4;
  font-size: 16px;
  color: #333;
  line-height: 38px;
  text-align: center;
}
.literature-nav .nav-datalists .nav-link span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.literature-nav .nav-datalists .nav-link:hover {
  background: #0074B9;
  color: #fff;
  border-color: #0074B9;
}
.literature-nav .data-lists-question {
  overflow: hidden;
  margin-top: 20px;
}
.literature-nav .data-lists-question li {
  margin: 0 2%;
  width: 46%;
  float: left;
  padding: 6px 0;
  border-bottom: 1px dashed #E4E4E4;
}
.literature-nav .data-lists-question .quo-link {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
  line-height: 38px;
}
.literature-nav .data-lists-question a:hover {
  color: #0074B9;
}
.search-senior {
  position: relative;
}
.search-senior .senior-type {
  margin: 20px 0 0 30px;
  padding-left: 7px;
  font-size: 0;
}
.search-senior .senior-type label {
  margin-left: 12px;
  display: inline-block;
  font-size: 13px;
  color: #333;
  line-height: 20px;
}
.search-senior .senior-type label:first-child {
  margin: 0;
}
.search-senior .senior-type input {
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: -1.5px;
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  border: 1px solid #999;
  outline: none;
}
.search-senior .senior-type input:checked {
  background: #0074B9 url(../images/search-icon-checked.png) no-repeat center center;
  background-size: 12px 12px;
  border-color: #0074B9;
}
.search-senior .senior-form {
  position: relative;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  padding: 50px;
}
.search-senior .senior-form .form-bar {
  display: none;
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff url(../images/senior-form-bar-icon.png) no-repeat center -40px;
  background-size: 20px auto;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  z-index: 5;
  cursor: pointer;
}
.search-senior .senior-form .form-bar.close {
  background-position: center 0;
}
.search-senior .senior-form .form-open {
  position: relative;
}
.search-senior .senior-form .form-open .form-content {
  margin: 0 122px 0 112px;
}
.search-senior .senior-form .form-open .btn-group {
  position: absolute;
  right: -122px;
  bottom: 0;
  text-align: center;
  font-size: 0;
}
.search-senior .senior-form .form-open .btn-group .form-btn {
  width: 140px;
  margin: 0 0 0 20px;
}
.search-senior .senior-form .form-open .btn-group .form-btn:first-child {
  margin: 0;
}
.search-senior .senior-form .form-pack {
  position: relative;
  padding: 0 260px 0 18px;
  display: none;
}
.search-senior .senior-form .form-pack .btn-group {
  position: absolute;
  left: 100%;
  top: -1px;
  white-space: nowrap;
  font-size: 0;
}
.search-senior .senior-form .form-pack .form-btn {
  margin: 0 0 0 10px;
  width: 120px;
  vertical-align: top;
}
.search-senior .senior-type-module {
  position: relative;
  margin: 40px 0 30px;
  padding: 2px 80px 0 22px;
  background: linear-gradient(to top, #339FDE, #0074B9);
}
.search-senior .senior-type-module .senior-bg-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 84px;
}
.search-senior .senior-type-module .senior-bg-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 84px;
}
.search-senior .senior-type-module .type-bar {
  position: absolute;
  top: 17px;
  right: 35px;
  width: 26px;
  height: 26px;
  overflow: hidden;
  cursor: pointer;
}
.search-senior .senior-type-module .type-bar:after {
  content: '';
  display: block;
  position: relative;
  top: 0;
  height: 52px;
  background: url(../images/senior-type-bar.png) no-repeat;
  background-size: 26px 52px;
  transition: top 1s;
}
.search-senior .senior-type-module .type-bar.active:after {
  top: -26px;
}
.search-senior .senior-type-module .senior-type {
  overflow: hidden;
  position: relative;
  z-index: 2;
  height: 58px;
}
.search-senior .senior-type-module .senior-type li {
  float: left;
  margin: 0 0 2px 0.1%;
  width: 12.4%;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 58px;
}
.search-senior .senior-type-module .senior-type li:hover,
.search-senior .senior-type-module .senior-type li.active {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  color: #0074B9;
  font-weight: bold;
}
.search-senior .senior-select {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
}
.search-senior .senior-select .multiple-placeholder {
  position: absolute;
  line-height: 40px;
  padding-left: 15px;
  color: #999;
  font-size: 14px;
}
.search-senior .senior-select .select-text {
  position: relative;
  z-index: 10;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-size: 14px;
  line-height: 38px;
  cursor: pointer;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-senior .senior-select .select-text:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: 4px 0 0 3px;
  border: 5px solid transparent;
  border-top: 6px solid #ACACAC;
}
.search-senior .senior-select .select-lists {
  display: none;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 100%;
  right: 0;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 10px 0;
  max-height: 300px;
  overflow: auto;
}
.search-senior .senior-select .select-lists::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}
.search-senior .senior-select .select-lists::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #0074B9;
}
.search-senior .senior-select .select-lists li {
  padding: 0 11px 0 0;
  font-size: 14px;
  line-height: 34px;
  color: #666;
  cursor: pointer;
}
.search-senior .senior-select .select-lists li:hover {
  background: #EFF8FF;
}
.search-senior .senior-list {
  margin-bottom: 16px;
  position: relative;
  font-size: 0;
}
.search-senior .senior-list:last-child {
  margin: 0;
}
.search-senior .senior-list .senior-cont {
  position: relative;
  border: 1px solid #ddd;
  padding: 0 102px 0 142px;
  border-radius: 2px;
}
.search-senior .senior-list:after {
  content: '';
  display: block;
  clear: both;
}
.search-senior .senior-list .senior-select {
  position: absolute;
  top: -1px;
}
.search-senior .senior-list .select-or {
  left: -98px;
  top: 0;
  width: 88px;
}
.search-senior .senior-list .select-keyword {
  left: -1px;
  width: 142px;
}
.search-senior .senior-list .select-keyword:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -14px;
  width: 1px;
  height: 28px;
  background: #ddd;
}
.search-senior .senior-list .select-keyword .select-text {
  border-color: transparent;
}
.search-senior .senior-list .select-match {
  right: -1px;
  width: 102px;
}
.search-senior .senior-list .select-match:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -14px;
  width: 1px;
  height: 28px;
  background: #ddd;
}
.search-senior .senior-list .select-match .select-text {
  border-color: transparent;
}
.search-senior .senior-list .select-match .select-text.disabled {
  pointer-events: none;
  opacity: .7;
  background: #f5f5f5;
}
.search-senior .senior-list .intel-ctl {
  height: 38px;
  padding: 0 20px;
  border: none;
}
.search-senior .senior-list:first-child .select-or {
  display: none;
}
.search-senior .senior-list:first-child .list-btn.add {
  display: block;
}
.search-senior .senior-list:first-child .list-btn.remove {
  display: none;
}
.search-senior .senior-time-list {
  margin: 24px 0 0;
  position: relative;
  font-size: 0;
}
.search-senior .senior-time-list:after {
  content: '';
  display: block;
  clear: both;
}
.search-senior .senior-time-list .time-pub {
  float: left;
  width: 404px;
  height: 40px;
  border: 1px solid #ddd;
}
.search-senior .senior-time-list .time-update {
  float: left;
  margin-left: 20px;
  height: 40px;
  border: 1px solid #ddd;
}
.search-senior .senior-time-list .time-ctl {
  float: left;
  width: 140px;
  height: 38px;
  padding-right: 24px;
  text-align: center;
  font-size: 14px;
  color: #333;
  background: url(../images/main-icon-date-blue.png) no-repeat 117px center;
  background-size: 16px 16px;
}
.search-senior .senior-time-list .time-label {
  float: left;
  margin-top: 5px;
  width: 94px;
  border-right: 1px solid #ddd;
  font-size: 14px;
  color: #666;
  line-height: 28px;
  text-align: center;
}
.search-senior .senior-time-list .time-lab {
  float: left;
  font-size: 14px;
  color: #666;
  line-height: 38px;
}
.search-senior .senior-time-list .select-update {
  width: 124px;
}
.search-senior .senior-time-list .select-update .select-text {
  height: 38px;
  border: none;
}
.search-senior .list-label {
  position: absolute;
  right: 100%;
  margin-right: 10px;
  top: 0;
  font-size: 14px;
  line-height: 40px;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
}
.search-senior .intel-ctl {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  font-size: 14px;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.search-senior .intel-ctl:focus {
  border-color: #0074B9;
}
.search-senior .form-btn {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  width: 200px;
  background: #0074B9;
  border: 1px solid #0074B9;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
}
.search-senior .form-btn:hover {
  background: #209ce5;
  border-color: #209ce5;
}
.search-senior .form-btn.primary {
  border: 1px solid #CECECE;
  color: #666;
  background: #f5f5f5;
}
.search-senior .form-btn.primary:hover {
  background: #d5d5d5;
}
.search-senior .form-btn.green {
  border: 1px solid #03B4B4;
  background: #03B4B4;
}
.search-senior .form-btn.green:hover {
  background: #0ec5c5;
  border-color: #0ec5c5;
}
.search-senior .list-btn {
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 20px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 40px;
  background: #fff no-repeat 0 center;
  background-size: 24px 24px;
  white-space: nowrap;
  cursor: pointer;
}
.search-senior .list-btn.add {
  display: none;
  color: #0074B9;
  background-image: url(../images/advance-icon-add.png);
}
.search-senior .list-btn.remove {
  color: #fc5446;
  background-image: url(../images/advance-icon-remove.png);
}
.standard-senior {
  position: relative;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  padding: 25px 30px;
}
.standard-senior .senior-head {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  line-height: 30px;
}
.standard-senior .senior-title {
  font-size: 20px;
  font-weight: bold;
  color: #444;
}
.standard-senior .senior-title .title-bar {
  display: none;
  font-size: 14px;
  margin-left: 10px;
  font-weight: normal;
  color: #0074B9;
}
.standard-senior .senior-title .title-bar:hover {
  text-decoration: underline;
}
.standard-senior .senior-title-en {
  font-size: 15px;
  color: #888;
  font-weight: bold;
}
.standard-senior .senior-form {
  margin-left: -30px;
  padding: 30px 20px 10px 0;
}
.standard-senior .senior-form:after {
  content: '';
  display: block;
  clear: both;
}
.standard-senior .senior-form .senior-list {
  float: left;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  font-size: 0;
}
.standard-senior .senior-form .senior-list.li-2 {
  width: 50%;
}
.standard-senior .senior-form .list-label {
  position: absolute;
  top: 50%;
  right: 100%;
  margin: -17px 20px 0 0;
  white-space: nowrap;
  line-height: 20px;
  font-size: 14px;
  color: #333;
  text-align: right;
}
.standard-senior .senior-form .list-label .lab-txt {
  font-weight: bold;
}
.standard-senior .senior-form .list-label .lab-txt-en {
  font-size: 11px;
  font-size: 80%;
  line-height: 14px;
}
.standard-senior .senior-form .intel-radio li {
  line-height: 34px;
  padding-left: 24px;
}
.standard-senior .senior-form .intel-radio.radio-type li {
  line-height: 26px;
}
.standard-senior .senior-form .intel-radio .radio-icon {
  left: 0;
}
.standard-senior .senior-form .list-cont {
  margin-left: 200px;
  position: relative;
  min-height: 34px;
}
.standard-senior .senior-form .tab-item:after {
  content: '';
  display: block;
  clear: both;
}
.standard-senior .senior-form .intel-search .intel-ctl {
  padding: 0 34px 0 12px;
}
.standard-senior .senior-form .intel-linkage {
  white-space: nowrap;
}
.standard-senior .senior-form .intel-linkage .intel-search {
  margin-right: 8px;
  width: 134px;
}
.standard-senior .senior-form .intel-ctl {
  vertical-align: top;
  width: 100%;
  height: 34px;
  padding: 0 12px;
  font-size: 14px;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.standard-senior .senior-form .intel-ctl.ctl-select {
  margin-right: 8px;
  width: 200px;
}
.standard-senior .senior-form .intel-ctl.ctl-date {
  width: 240px;
  padding: 0 34px 0 12px;
  background: url(../images/main-icon-date.png) no-repeat 95% center;
  background-size: 16px 16px;
}
.standard-senior .senior-form .intel-ctl.ctl-date.date-start {
  width: 170px;
  padding: 0 12px;
  background: #fff;
}
.standard-senior .senior-form .intel-ctl.ctl-date.date-end {
  width: 190px;
}
.standard-senior .senior-form .date-step{
	width: 15px;
	display: inline-block;
    vertical-align: top;
	font-size: 14px;
	line-height: 34px;
	text-align: center;
}
.standard-senior .senior-form .intel-ctl:focus {
  border-color: #0074B9;
}
.standard-senior .senior-form .date-label {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  font-size: 14px;
  line-height: 34px;
}
.standard-senior .senior-form .intel-select {
  margin-right: 8px;
  vertical-align: top;
  width: 200px;
}
.standard-senior .senior-form .intel-select:last-child {
  margin: 0;
}
.standard-senior .senior-form .intel-select .select-text {
  height: 34px;
  line-height: 32px;
}
.standard-senior .senior-form .intel-select .select-lists li {
  line-height: 30px;
}
.standard-senior .senior-form .form-btn {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
  width: 120px;
  background: #0074B9;
  border: 1px solid #0074B9;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
}
.standard-senior .senior-form .form-btn:hover {
  background: #209ce5;
  border-color: #209ce5;
}
.standard-senior .senior-form .form-btn.primary {
  border: 1px solid #CECECE;
  color: #666;
  background: #f5f5f5;
}
.standard-senior .senior-form .form-btn.primary:hover {
  background: #d5d5d5;
}
.standard-senior .senior-form .form-btn.green {
  border: 1px solid #03B4B4;
  background: #03B4B4;
}
.standard-senior .senior-form .form-btn.green:hover {
  background: #0ec5c5;
  border-color: #0ec5c5;
}
.standard-senior .senior-form .btn-group {
  margin: 10px 0 0 30px;
  text-align: center;
}
.home-page-cont {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  overflow: hidden;
  word-break: break-all;
}
.home-page-cont em {
	font-style: italic;
	color: inherit;
}
.home-page-cont p {
  margin: 1em 0;
}
.home-page-cont img {
  max-width: 100%;
  height: auto;
}
.standard-detail {
  border: 1px solid #E8E8E8;
  padding: 30px 40px;
  line-height: 24px;
  color: #555;
}
.standard-detail .detail-head {
  padding-bottom: 25px;
  border-bottom: 1px solid #E8E8E8;
}
.standard-detail .detail-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.standard-detail .detail-title-en {
  margin-top: 6px;
  font-size: 16px;
  color: #888;
}
.standard-detail a {
  color: #0074B9;
}
.standard-detail a:hover {
  color: #209ce5;
}
.standard-detail .detail-labels {
  margin-top: 10px;
  font-size: 0;
  line-height: 22px;
}
.standard-detail .detail-labels .lab-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  padding: 0 10px;
  font-size: 12px;
  border-radius: 3px;
  color: #fff;
}
.standard-detail .detail-labels .lab-item.item-cyan {
  background: #5bc0de;
}
.standard-detail .detail-labels .lab-item.item-blue {
  background: #5499e9;
}
.standard-detail .detail-labels .lab-item.item-green {
  background: #5cb85c;
}
.standard-detail .pay-btn-group {
  margin-top: 25px;
  overflow: hidden;
}
.standard-detail .detail-btn {
  float: left;
  margin-right: 15px;
  min-width: 100px;
  padding: 0 10px;
  border-radius: 4px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.standard-detail .detail-btn.disabled {
	pointer-events: none;
	opacity: .7;
}
.standard-detail .detail-btn.btn-orange {
  background: #FFE4D3;
  color: #FF6600;
}
.standard-detail .detail-btn.btn-orange:hover {
  background: #FF6600;
  color: #fff;
}
.standard-detail .detail-btn.btn-blue {
  background: #DEF2FF;
  color: #0074B9;
}
.standard-detail .detail-btn.btn-blue:hover {
  background: #0074B9;
  color: #fff;
}
.standard-detail .detail-intro {
  padding: 25px 0;
  font-size: 14px;
}
.standard-detail .detail-intro p {
  margin-top: 15px;
  text-indent: 2em;
}
.standard-detail .detail-intro p:first-child {
  margin: 0;
}
.standard-detail .cata-module {
  position: relative;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}
.standard-detail .cata-module .cata-label {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20%;
  border-right: 1px solid #E8E8E8;
  padding: 30px;
  text-align: center;
  font-size: 18px;
  color: #666;
  font-weight: bold;
  background: #fbfbfb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.standard-detail .cata-module .cata-lists {
  margin-left: 20%;
  overflow: hidden;
  padding: 20px 0;
}
.standard-detail .cata-module .cata-lists li {
  float: left;
  width: 40%;
  padding-left: 30px;
  font-size: 15px;
  color: #0074B9;
  line-height: 30px;
  cursor: pointer;
}
.standard-detail .cata-module .cata-lists li:hover {
  color: #209ce5;
}
.standard-detail .cata-module .cata-lists .cata-index {
  display: inline-block;
  width: 40px;
  font-style: normal;
  text-align: center;
}
.standard-detail .detail-base-title {
  margin: 30px 0 20px;
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  color: #444;
  font-weight: bold;
  line-height: 20px;
}
.standard-detail .detail-base-title:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 2px;
  background: #5499e9;
}
.standard-detail .pro-module {
  width: 80%;
  padding: 50px 0 20px;
  font-size: 0;
  overflow: hidden;
  position: relative;
}
.standard-detail .pro-module:before,
.standard-detail .pro-module:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  z-index: 20;
}
.standard-detail .pro-module:before {
  left: 0;
  background-image: -webkit-linear-gradient(left, white, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to right, white, rgba(248, 248, 248, 0));
}
.standard-detail .pro-module:after {
  right: 0;
  background-image: -webkit-linear-gradient(right, white, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to left, white, rgba(248, 248, 248, 0));
}
.standard-detail .pro-module .pro-lists {
  position: relative;
  height: 2px;
  padding: 0 30px;
  background: #dfdfdf;
}
.standard-detail .pro-module .pro-lists:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 2px;
  background: #7b9d6f;
}
.standard-detail .pro-module li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 16.66%;
  height: 2px;
}
.standard-detail .pro-module li:after {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  width: 100%;
  height: 2px;
  background: #dfdfdf;
}
.standard-detail .pro-module li.over:after,
.standard-detail .pro-module li.active:after {
  background: #7b9d6f;
}
.standard-detail .pro-module li.over .pro-cir,
.standard-detail .pro-module li.active .pro-cir {
  border-color: #7b9d6f;
}
.standard-detail .pro-module li.active .pro-cir {
  background: #7b9d6f;
}
.standard-detail .pro-module .pro-cir {
  position: relative;
  z-index: 10;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background: #fff;
}
.standard-detail .pro-module .pro-txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  line-height: 20px;
  font-size: 13px;
  color: #555;
  text-align: center;
}
.standard-detail .pdf-links {
  font-size: 0;
}
.standard-detail .pdf-links .pdf-link {
  position: relative;
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  font-size: 14px;
}
.standard-detail .pdf-links .pdf-link:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  background: url(../images/product-icon-pdf.png) no-repeat center center / cover;
}
.standard-detail .base-lists {
  overflow: hidden;
}
.standard-detail .base-lists li {
  float: left;
  width: 40%;
  padding: 6px 0;
  overflow: hidden;
  border-bottom: 1px dashed #E8E8E8;
  font-size: 14px;
}
.standard-detail .base-lists li:nth-child(even) {
  width: 60%;
}
.standard-detail .base-lists .base-label {
  float: left;
  width: 150px;
  padding-left: 20px;
  color: #999;
}
.standard-detail .base-lists .base-cont {
  margin-left: 150px;
}
.standard-detail .base-links {
  overflow: hidden;
}
.standard-detail .base-links .base-link {
  float: left;
  width: 33.33%;
  padding: 6px 20px 6px 40px;
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  border-bottom: 1px dashed #E8E8E8;
}
.standard-detail .base-links .base-link:after {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -6.5px;
  width: 13px;
  height: 13px;
}
.standard-detail .base-links .base-link.unit:after {
  background: url(../images/link-icon.png) no-repeat center center / cover;
}
.standard-detail .base-links .base-link.author {
  width: auto;
  min-width: 110px;
  padding-right: 0;
}
.standard-detail .base-links .base-link.author:after {
  background: url(../images/link-icon-author.png) no-repeat center center / cover;
}
.standard-detail .base-intro {
  margin-left: 20px;
}
.standard-detail .base-intro p {
  margin-top: 10px;
}
.standard-detail .base-intro p:last-child {
  margin: 0;
}
.main-home {
  margin-bottom: 40px;
}
.main-home .set-pay-cont {
  width: 320px;
  margin: 20px auto;
}
.main-home .set-pay-cont .pay-cont-title {
  margin: 0 0 30px -80px;
  font-size: 24px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}
.main-home .home-menu {
  float: left;
  width: 200px;
  height: 524px;
  border: 1px solid #E8E8E8;
}
.main-home .home-menu .menu-lists li {
  position: relative;
  margin-bottom: 2px;
  padding-left: 47px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.main-home .home-menu .menu-lists li:hover,
.main-home .home-menu .menu-lists li.active {
  background: #EFF8FF;
  color: #0074B9;
  font-weight: bold;
}
.main-home .home-menu .menu-lists li:hover:after,
.main-home .home-menu .menu-lists li.active:after {
  content: '';
  position: absolute;
  left: -1px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #387FB4;
}
.main-home .home-menu .menu-lists .count-tip {
  display: inline-block;
  margin-left: 8px;
  transform: scale(0.8);
  width: 10px;
  height: 10px;
  background: #FD3F31;
  border-radius: 50%;
}
.main-home .home-menu .menu-lists .count-original {
  margin-left: 8px;
  display: inline-block;
  transform: scale(0.8);
  width: 18px;
  height: 18px;
  background: #FD3F31;
  border-radius: 50%;
  color: #fff;
  line-height: 18px;
  font-size: 12px;
  text-align: center;
  font-weight: normal;
}
.main-home .home-menu .menu-lists .menu-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -8px;
  width: 18px;
  height: 16px;
  background-size: auto 16px;
  background-repeat: no-repeat;
  background-position: center center;
}
.main-home .home-menu .menu-lists .icon-pserion {
  background-image: url(../images/home-menu-icon-persion.png);
}
.main-home .home-menu .menu-lists .icon-order {
  background-image: url(../images/home-menu-icon-order.png);
}
.main-home .home-menu .menu-lists .icon-original {
  background-image: url(../images/home-menu-icon-original.png);
}
.main-home .home-menu .menu-lists .icon-info {
  background-image: url(../images/home-menu-icon-info.png);
}
.main-home .home-menu .menu-lists .icon-journal {
  background-image: url(../images/home-menu-icon-journal.png);
}
.main-home .home-menu .menu-lists .icon-notice {
  background-image: url(../images/home-menu-icon-notice.png);
}
.main-home .home-menu .menu-lists .icon-psd {
  background-image: url(../images/home-menu-icon-psd.png);
}
.main-home .home-menu .menu-lists .icon-trial {
  background-image: url(../images/home-menu-icon-trial.png);
}
.main-home .home-menu .menu-lists .icon-bind {
  background-image: url(../images/home-menu-icon-bind.png);
}
.main-home .home-menu .menu-lists .icon-user {
  background-image: url(../images/home-menu-icon-user.png);
}
.main-home .home-menu .menu-lists .icon-about {
  background-image: url(../images/home-menu-icon-about.png);
}
.main-home .home-menu .menu-lists .icon-concat {
  background-image: url(../images/home-menu-icon-concat.png);
}
.main-home .home-menu .menu-lists .icon-web {
  background-image: url(../images/home-menu-icon-web.png);
}
.main-home .home-menu .menu-lists .icon-links {
  background-image: url(../images/home-menu-icon-links.png);
}
.main-home .home-menu .menu-lists .icon-statement {
  background-image: url(../images/home-menu-icon-statement.png);
}
.main-home .home-menu .menu-lists .icon-account {
  background-image: url(../images/home-menu-icon-account.png);
}
.main-home .home-menu .menu-lists .icon-num {
  background-image: url(../images/home-menu-icon-num.png);
}
.main-home .home-content {
  float: right;
  width: 970px;
}
.main-home .home-content .home-item {
  display: none;
  position: relative;
  min-height: 524px;
  border: 1px solid #E8E8E8;
  padding: 25px 30px 30px;
}
.main-home .home-content .home-item.active {
  display: block;
}
.main-home .home-content .item-title {
  padding-bottom: 20px;
  overflow: hidden;
  border-bottom: 1px solid #E4E4E4;
}
.main-home .home-content .item-title.point li {
  margin-right: 30px;
  cursor: pointer;
}
.main-home .home-content .item-title.point li:hover,
.main-home .home-content .item-title.point li.active {
  font-weight: bold;
  color: #0074B9;
}
.main-home .home-content .item-title .per-btn {
  float: right;
  position: relative;
  padding-left: 26px;
  font-size: 16px;
  line-height: 24px;
  color: #0074B9;
  cursor: pointer;
}
.main-home .home-content .item-title .per-btn:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url(../images/home-permis-icon.png) no-repeat center center;
  background-size: auto 100%;
}
.main-home .home-content .item-title .per-btn:hover {
  text-decoration: underline;
}
.main-home .home-content .item-title li {
  float: left;
  font-size: 18px;
  color: #555;
  line-height: 24px;
  font-weight: bold;
}
.main-home .home-content .item-title .li-replace {
  position: relative;
  padding-left: 30px;
}
.main-home .home-content .item-title .li-replace .rep-icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  width: 19px;
  height: 19px;
  background: url(../images/home-title-icon-replace.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.main-home .home-list {
  margin-bottom: 25px;
  position: relative;
  font-size: 0;
}
.main-home .home-list .home-list-child {
  margin-right: 130px;
  position: relative;
}
.main-home .home-list .list-label {
  position: absolute;
  right: 100%;
  top: 0;
  white-space: nowrap;
  line-height: 40px;
  font-size: 16px;
  color: #666;
}
.main-home .home-list .list-ctl {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 14px;
  color: #333;
}
.main-home .home-list .pay-mobile-link {
	position: absolute;
	left: 100%;
	top: 50%;
	margin: -10px 0 0 20px;
	font-size: 14px;
	line-height: 20px;
	color: #FD3F31;
	cursor: pointer;
	white-space: nowrap;
}
.main-home .home-list .pay-mobile-link:hover {
	text-decoration: underline;
}
.main-home .home-list .err-msg {
  display: none;
  position: relative;
  margin-top: 6px;
  padding-left: 18px;
  color: #FC5446;
  font-size: 12px;
  line-height: 20px;
}
.main-home .home-list .err-msg.msg-form {
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 10px;
}
.main-home .home-list .err-msg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 12px;
  height: 12px;
  background: url(../images/login-icon-msg-err.png) no-repeat center center / cover;
}
.main-home .home-list .list-link {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #0074B9;
  line-height: 40px;
  cursor: pointer;
}
.main-home .home-list .list-link:hover {
  text-decoration: underline;
}
.main-home .home-list .list-text {
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
  min-height: 40px;
  font-size: 16px;
  color: #333;
  line-height: 40px;
}
.main-home .home-list .list-btn {
  display: inline-block;
  width: 120px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  background: #0074B9;
  color: #fff;
  font-size: 14px;
  letter-spacing: 10px;
  text-indent: 10px;
  cursor: pointer;
}
.main-home .home-list .list-btn.code {
  position: absolute;
  top: 0;
  right: 0;
  letter-spacing: 0;
  text-indent: 0;
}
.main-home .home-list .list-btn.disabled {
  pointer-events: none;
  background: #96aebd;
}
.main-home .home-list .list-btn:hover {
  background: #209ce5;
}
.main-home .home-list .list-btn.primary {
  margin-left: 16px;
  border: 1px solid #CECECE;
  background: #fff;
  line-height: 38px;
  color: #333;
}
.main-home .home-list .list-btn.primary:hover {
  background: #f5f5f5;
}
.main-home .home-list .verify-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
}
.main-home .home-list .psd-ctl {
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 30px;
  line-height: 26px;
  color: #333;
  text-align: center;
}
.main-home .home-list .psd-ctl:last-child {
  margin: 0;
}
.main-home .item-info {
  margin: 20px 0 0 7px;
}
.main-home .item-info .info-head {
  line-height: 26px;
  overflow: hidden;
  padding: 20px 20px 20px 36px;
  border: 1px solid #EFF7FC;
  background: #F7FCFF;
}
.main-home .item-info .info-head .head-label {
  float: left;
  color: #333;
  font-size: 16px;
}
.main-home .item-info .info-head .count {
  margin-right: 5px;
  font-size: 22px;
  color: #FD3F31;
  font-weight: bold;
}
.main-home .item-info .info-head .link-group {
  float: right;
  font-size: 0;
}
.main-home .item-info .info-head .head-link {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
}
.main-home .item-info .info-head .link-blue {
  margin-left: 20px;
  background: #F4723B;
  font-size: 12px;
  cursor: pointer;
}
.main-home .item-info .info-head .link-blue:hover {
  background: #fb8350;
}
.main-home .item-info .info-head .link-orange {
  background: #1598E6;
  font-size: 12px;
  cursor: pointer;
}
.main-home .item-info .info-head .link-orange:hover {
  background: #2da4eb;
}
.main-home .item-info .info-lists {
  margin-top: 30px;
}
.main-home .item-info .info-lists:after {
  content: '';
  display: block;
  clear: both;
}
.main-home .item-info .info-lists > li {
  float: left;
  width: 49%;
}
.main-home .item-info .info-lists > li:nth-child(even) {
  margin-left: 2%;
}
.main-home .item-info .home-list {
  margin-left: 124px;
}
.main-home .item-psd .item-psd-contnet {
  display: none;
  margin: 50px 0 0 124px;
  width: 320px;
}
.main-home .item-psd .item-psd-contnet.active {
  display: block;
}
.main-home .item-psd .psd-list {
  margin-bottom: 25px;
  position: relative;
}
.main-home .phone-form {
  margin: 50px 0 0 124px;
  width: 430px;
}
.main-home .operator-link {
  color: #0074B9;
}
.main-home .table-red {
  color: #FD3F31;
}
.main-home .layui-table thead {
  color: #333;
}
.main-home .layui-table tbody {
  color: #555;
}
.main-home .layui-table tbody th,
.main-home .layui-table tbody td {
  padding: 10px 0;
}
.main-home .layui-table-view .layui-table th {
  font-weight: bold;
}
.main-home .home-search {
  margin-top: 30px;
  font-size: 0;
}
.main-home .home-search.search-order {
  position: absolute;
  margin-top: -40px;
  right: 30px;
  font-size: 0;
}
.main-home .home-search.search-order .list-ctl {
  padding-right: 45px;
}
.main-home .home-list .list-btn.btn-order {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: url(../images/search-icon-common-gray.png) no-repeat center center;
    background-size: 22px 22px;
}
.main-home .home-list .list-btn.btn-order:hover {
	background-image: url(../images/search-icon-common.png);
}
.main-home .home-search:after {
  content: '';
  display: block;
  clear: both;
}
.main-home .home-search .search-label {
  float: left;
  margin-left: 20px;
  line-height: 40px;
  font-size: 16px;
  color: #666;
}
.main-home .home-search .search-label:first-child {
  margin: 0;
}
.main-home .home-search .search-item {
  float: left;
}
.main-home .home-search .search-item.item-lang {
  width: 282px;
}
.main-home .home-search .search-item.item-short {
  width: 234px;
}
.main-home .home-search .home-list {
  margin: 0;
}
.main-home .home-search .search-btns {
  float: right;
}
.main-home .home-search .list-btn {
  width: 94px;
}
.main-home .original-type {
  margin-top: 25px;
  overflow: hidden;
}
.main-home .original-type li {
  float: left;
  margin-right: 15px;
  width: 120px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  color: #666;
  font-size: 16px;
  cursor: pointer;
}
.main-home .original-type li:hover,
.main-home .original-type li.active {
  color: #0074B9;
  font-weight: bold;
}
.main-home .original-type li.active {
  background: #0074B9;
  border-color: #0074B9;
  color: #fff;
}
.main-home .original-content {
  display: none;
}
.main-home .original-content.active {
  display: block;
}
.main-home .item-original {
  position: relative;
}
.main-home .item-original .intelligence-amount .amount-form {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 32px 30px;
  line-height: 36px;
  background: #FCFCFC;
}
.main-home .item-original .intelligence-amount .amount-count {
  margin-right: 30px;
  font-size: 20px;
}
.main-home .item-original .intelligence-amount {
  margin: 0 -30px;
  height: 100px;
}
.main-home .item-original .original-btn {
  float: right;
  width: 120px;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  background: #F29A00;
}
.main-home .item-original .original-btn:hover {
  background: #ffb22b;
}
.main-home .search-result-tip .tip-select:after {
  width: 12px;
  height: 12px;
}
.main-home .search-result-tip .tip-select:after.active {
  background: #0074B9 url(../images/search-icon-checked.png) no-repeat center center;
  background-size: 12px 12px;
  border-color: #0074B9;
}
.main-home .layui-table-view {
  margin: 20px 0 0;
}
.main-home .operator-step {
  font-style: normal;
  color: #0074B9;
}
.main-home .operator-del {
  color: #D3D3D3;
}
.main-home .original-list {
  margin-top: 25px;
  position: relative;
  padding-left: 77px;
}
.main-home .original-list .list-label {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  color: #333;
  line-height: 40px;
}
.main-home .original-list .search-common .search-ctl {
  height: 40px;
}
.main-home .search-result-tip {
  margin-top: 24px;
}
.main-home .search-result-tip .tip-result {
  float: right;
}
.main-home .search-facts {
  padding-bottom: 25px;
  border-bottom: 1px solid #E4E4E4;
}
.main-home .home-item-concat {
  margin: 40px 0;
  overflow: hidden;
}
.main-home .home-item-concat .concat-info {
  float: left;
  width: 34%;
}
.main-home .home-item-concat .info-list {
  margin-bottom: 14px;
  font-size: 14px;
  color: #303030;
  line-height: 20px;
}
.main-home .home-item-concat .list-label {
  display: inline-block;
  width: 80px;
  color: #333;
  text-align: right;
}
.main-home .home-item-concat .info-code {
  overflow: hidden;
  padding-top: 22px;
  font-size: 0;
}
.main-home .home-item-concat .info-code li {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  text-align: center;
}
.main-home .home-item-concat .info-code li:last-child {
  margin-right: 0;
}
.main-home .home-item-concat .info-code .info-code-img {
  height: 110px;
}
.main-home .home-item-concat .info-code .info-code-name {
  margin-top: 5px;
  font-size: 14px;
  color: #303030;
  line-height: 20px;
}
.main-home .home-item-concat .concat-img {
  float: left;
  width: 66%;
  position: relative;
}
.main-home .home-item-concat .concat-img img {
  width: 100%;
}
.main-home .home-item-concat .concat-img .img-label {
  position: absolute;
  left: 6%;
  right: 0;
  top: 24%;
  text-align: center;
  font-size: 0;
}
.main-home .home-item-concat .concat-img .label-text {
  position: relative;
  display: inline-block;
  padding: 0 23px;
  font-size: 14px;
  color: #333;
  line-height: 46px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
}
.main-home .home-item-concat .concat-img .label-text:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -9px;
  border: 9px solid transparent;
  border-top: 13px solid #fff;
}
.main-home .home-item-links {
  margin: 30px 0 0 -36px;
  overflow: hidden;
}
.main-home .home-item-links li {
  float: left;
  width: 33.33%;
}
.main-home .home-item-links .link-item {
  margin: 0 0 25px 36px;
  display: block;
  padding: 0 15px;
  font-size: 14px;
  color: #333;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  background: #f6f6f6;
}
.main-home .home-item-links .link-item:hover {
  color: #0074B9;
}
.main-home .bind-items {
  margin-right: 10px;
  padding-top: 20px;
}
.main-home .bind-items li {
  margin-top: 20px;
  height: 120px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 0 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-home .bind-items .bind-info {
  display: flex;
  align-items: center;
}
.main-home .bind-items .bind-icon {
  width: 60px;
}
.main-home .bind-items .info-content {
  margin-left: 35px;
}
.main-home .bind-items .info-title {
  font-size: 16px;
  color: #333;
  line-height: 20px;
}
.main-home .bind-items .info-des {
  margin-top: 12px;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.main-home .bind-items .bind-btn {
  width: 140px;
  line-height: 36px;
  border: 1px solid #0074B9;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  background: #0074B9;
}
.main-home .bind-items .bind-btn:hover {
  background: #0487d5;
}
.main-home .bind-items .bind-btn.primary {
  background: #fff;
  color: #0074B9;
}
.main-home .bind-items .bind-btn.primary:hover {
  background: #EFF8FF;
}
.main-home .home-web-lists li {
  border-bottom: 1px dashed #D9E0E8;
  padding: 20px 0;
  line-height: 20px;
  font-size: 16px;
}
.main-home .home-web-lists .web-title {
  color: #0074B9;
  font-weight: bold;
}
.main-home .home-web-lists .web-child {
  overflow: hidden;
}
.main-home .home-web-lists .web-child-link {
  float: left;
  margin: 12px 30px 0 0;
  color: #555;
  font-size: 14px;
}
.main-home .home-web-lists .web-child-link:hover {
  color: #0074B9;
}
.pdf-cont-head {
  padding: 20px 0;
  overflow: hidden;
}
.pdf-cont-head .pdf-title {
  float: left;
  width: 85%;
  font-size: 20px;
  color: #333;
  line-height: 36px;
  font-weight: bold;
}
.pdf-cont-head .btn-download {
  float: right;
  min-width: 100px;
  padding: 0 10px;
  border-radius: 4px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  background: #DEF2FF;
  color: #0074B9;
}
.pdf-cont-head .btn-download.disabled {
	pointer-events: none;
	opacity: .7;
}
.pdf-cont-head .btn-download:hover {
  background: #0074B9;
  color: #fff;
}
.pdf-content {
  width: 100%;
  height: 1000px;
}
.pdf-content iframe {
  width: 100%;
  height: 100%;
}
.footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #EEEEEF;
  padding: 40px 0;
  text-align: center;
  font-size: 0;
  box-sizing: content-box;
}
.footer span,
.footer a,
.footer i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1.5px;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.footer .link-line {
  margin: 0 20px;
  width: 1px;
  height: 16px;
  background: #6e6e6e;
}
.footer .footer-copyright {
  margin-top: 20px;
}
.footer .footer-copyright span {
  margin: 0 6px;
}
.footer .footer-link:hover {
  color: #0074B9;
}
.login-header {
  height: 111px;
  padding-top: 28px;
  border-bottom: 1px solid #E4E4E4;
}
.login-header .header-logo {
  float: left;
  height: 54px;
}
.login-header .header-link {
  float: right;
  margin-top: 24px;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.login-header .header-link a {
  color: #0074B9;
}
.login-header .header-link a:hover {
  text-decoration: underline;
}
.module-login {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 900px;
  background: url(../images/login-bg.jpg) no-repeat center top / cover;
}
.module-login.bind {
  background: #fff;
  min-height: 0;
}
.module-login .fixed-right {
  display: none;
}
.module-login .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f5f5f5;
  background: rgba(238, 238, 238, 0.7);
}
.module-login .login-main {
  position: absolute;
  left: 0;
  right: 0;
  top: 118px;
  bottom: 140px;
}
.module-login .login-form {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -290px 0 0 -240px;
  width: 480px;
  background: #fff;
  border-radius: 10px;
}
.module-login.bind .login-form {
  position: static;
  margin: 0 auto;
  width: 360px;
}
.module-login .login-form.form-bind {
  margin-top: -190px;
  height: 380px;
}
.module-login .login-form.form-bind .form-btn.submit {
  width: 100%;
}
.module-login .login-form .form-content {
  padding: 36px 60px 0;
}
.module-login .login-form .form-title {
  margin-bottom: 38px;
  font-size: 22px;
  color: #333;
  line-height: 30px;
  text-align: center;
}
.module-login .login-form .form-des {
  position: relative;
  top: -35px;
  font-size: 14px;
  color: #999;
  line-height: 30px;
  text-align: center;
}
.module-login .login-form .form-list {
  margin-bottom: 20px;
  position: relative;
}
.module-login .login-form .form-list:after {
  content: '';
  display: block;
  clear: both;
}
.module-login .login-form .form-ctl-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 18px;
  background-size: 100% 100%;
}
.module-login .login-form .form-ctl-icon.user {
  background-image: url(../images/login-icon-user.png) !important;
}
.module-login .login-form .form-ctl-icon.psd {
  background-image: url(../images/login-icon-psd.png) !important;
}
.module-login .login-form .form-ctl-icon.phone {
  background-image: url(../images/login-icon-phone.png) !important;
}
.module-login .login-form .form-ctl-icon.code {
  background-image: url(../images/login-icon-code.png) !important;
}
.module-login .login-form .form-ctl {
  height: 40px;
  width: 100%;
  padding: 0 18px 0 44px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
}
.module-login .login-form .form-ctl:focus {
  border-color: #0074B9;
}
.module-login .login-form .pad-type-bar {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 16px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url(../images/login-icon-eye-close.png) no-repeat center center;
  background-size: 100% auto;
  cursor: pointer;
}
.module-login .login-form .pad-type-bar.show {
  background-image: url(../images/login-icon-eye.png);
}
.module-login .login-form .form-link {
  margin: 4px 0 10px;
  font-size: 14px;
  color: #0074B9;
  line-height: 20px;
}
.module-login .login-form .form-link:hover {
  text-decoration: underline;
}
.module-login .login-form .form-link.left {
  float: left;
}
.module-login .login-form .form-link.right {
  float: right;
}
.module-login .login-form .form-btn {
  height: 46px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.module-login .login-form .form-btn.submit {
  width: 100%;
  background: #0074B9;
}
.module-login .login-form .form-btn.submit:hover {
  background: #0487d5;
}
.module-login .login-form .form-btn.submit-ip {
  float: right;
  width: 160px;
  background: #E8672D;
}
.module-login .login-form .form-btn.submit-ip:hover {
  background: #fd7b40;
}
.module-login .login-form .form-btn.btn-disabled {
  background: #939da0 !important;
}
.module-login .login-form .err-msg {
  display: none;
  position: relative;
  top: -10px;
  padding-left: 18px;
  color: #FC5446;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}
.module-login .login-form .err-msg.msg-form {
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 10px;
}
.module-login .login-form .err-msg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 12px;
  height: 12px;
  background: url(../images/login-icon-msg-err.png) no-repeat center center / cover;
}
.module-login .login-form .verify-wrap {
  background: #F4FBFF;
}
.module-login .login-form .third-login {
  text-align: center;
  font-size: 0;
  padding-bottom: 40px;
}
.module-login .login-form .third-login .third-title {
  margin: 40px 0;
}
.module-login .login-form .third-login .third-title:before,
.module-login .login-form .third-login .third-title:after,
.module-login .login-form .third-login .third-title .title-txt {
  display: inline-block;
  vertical-align: middle;
}
.module-login .login-form .third-login .third-title:before,
.module-login .login-form .third-login .third-title:after {
  content: '';
  width: 80px;
  height: 1px;
  background: #e4e4e4;
}
.module-login .login-form .third-login .third-title .title-txt {
  margin: 0 20px;
  font-size: 16px;
  color: #666;
  line-height: 20px;
}
.module-login .login-form .third-login .third-link {
  margin: 0 18px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 48px;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.module-login .login-form .third-login .third-link:hover .tip-content{
  display: block;
}
.module-login .login-form .third-login .third-link:hover {
  background-size: 96% 96%;
}
.module-login .login-form .third-login .third-link.qq {
  background-image: url(../images/login-icon-qq.png);
}
.module-login .login-form .third-login .third-link.wx {
  background-image: url(../images/login-icon-wx.png);
}
.module-login .login-form .third-login .third-link.code {
  background-image: url(../images/login-icon-bar-code.png);
}
.module-login .login-form .third-login .third-link.nstl {
  background-image: url(../images/login-icon-nstl.png);
}
.module-login .login-form .third-login .third-link.yaoshi {
  background-image: url(../images/login-icon-bar-yaoshi.png);
}
.page-register {
  background: url(../images/register-bg.jpg) no-repeat center top / cover;
}
.page-register .fixed-right {
  display: none;
}
.page-register .register-main {
  padding: 90px 0;
}
.page-register .bind-head-tips {
	position: relative;
    margin-bottom: 70px;
    top: -30px;
    text-align: center;
    color: #333;
}
.page-register .bind-head-tips .tips-inline {
	display: inline-block;
    border: 1px solid #0074b9;
    color: #0074b9;
    padding: 0 20px;
    line-height: 30px;
    font-size: 12px;
    border-radius: 4px;
}
.page-register .form-register {
  margin: 0 auto;
  position: relative;
  left: 33px;
  width: 380px;
}
.page-register .form-type {
  margin-bottom: 33px;
  position: relative;
  overflow: hidden;
  height: 44px;
  line-height: 44px;
}
.page-register .form-type:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
}
.page-register .form-type li {
  position: relative;
  z-index: 10;
  float: left;
  width: 50%;
  border-radius: 4px;
  font-size: 18px;
  color: #666;
  text-align: center;
  cursor: pointer;
}
.page-register .form-type li:hover {
  color: #0074B9;
}
.page-register .form-type li.active {
  background: #0074B9;
  color: #fff;
}
.page-register .form-title {
  margin-bottom: 33px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  text-align: center;
  line-height: 30px;

}
.module-login .verify-wrap.code,
.page-register .verify-wrap {
  position: absolute;
  left: 0;
  top: 0;
}
.page-register .form-list {
  margin-bottom: 24px;
  position: relative;
}
.page-register .form-list:after {
  content: '';
  display: block;
  clear: both;
}
.page-register .list-content {
  position: relative;
}
.page-register .list-label {
  position: absolute;
  right: 100%;
  line-height: 40px;
  font-size: 16px;
  color: #666;
  white-space: nowrap;
}
.page-register .list-label b {
  margin-right: 5px;
  color: #FC5446;
}
.page-register .list-msg {
  position: relative;
  top: 6px;
  padding-left: 29px;
  line-height: 22px;
  font-size: 12px;
  color: #85939F;
}
.page-register .list-msg:after {
  content: '';
  position: absolute;
  left: 11px;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background: url(../images/login-icon-msg.png) no-repeat center center / cover;
}
.page-register .list-msg.hide {
  display: none;
}
.page-register .err-msg {
  display: none;
  position: absolute;
  left: 100%;
  top: 10px;
  margin-left: 15px;
  padding-left: 18px;
  color: #FC5446;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
}
.page-register .err-msg.msg-form {
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 10px;
  margin-left: 0;
}
.page-register .err-msg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background: url(../images/login-icon-msg-err.png) no-repeat center center / cover;
}
.page-register .form-ctl {
  height: 40px;
  width: 100%;
  padding: 0 14px;
  border: 1px solid #E2E3E4;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
}
.module-login .login-form .form-ctl.code{
  width: 234px;
}
.page-register .form-ctl.code {
  width: 250px;
}
.page-register .form-ctl:focus {
  border-color: #0074B9;
}
.page-register .form-btn {
  width: 100%;
  height: 48px;
  color: #fff;
  background: #0074B9;
  text-align: center;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
}
.page-register .form-btn:hover {
  background: #0487d5;
}
.module-login .login-form .form-btn.code,
.page-register .form-btn.code {
  float: right;
  width: 120px;
  height: 40px;
  font-size: 14px;
  background: #0074B9;
}
.module-login .login-form .form-btn.disabled ,
.page-register .form-btn.disabled {
  pointer-events: none;
  background: #96aebd;
}
.page-register .form-btn.btn-disabled {
  background: #939da0;
  pointer-events: none;
}
.page-register .list-rember {
  padding: 26px 0 18px;
  font-size: 0;
  line-height: 20px;
}
.page-register .list-rember span {
  font-size: 14px;
  color: #666;
}
.page-register .list-rember .rember-ctl {
  position: relative;
  top: 1px;
  margin-right: 8px;
  width: 12px;
  height: 12px;
  -webkit-appearance: none;
  border: 1px solid #999;
  border-radius: 2px;
  outline: none;
}
.page-register .list-rember .rember-ctl:checked {
  background: #0074B9 url(../images/search-icon-checked.png) no-repeat center center;
  background-size: 12px 12px;
  border-color: #0074B9;
}
.page-register .list-rember .rember-link {
  font-size: 14px;
  color: #0074B9;
}
.page-register .list-rember .rember-link:hover {
  text-decoration: underline;
}
.verify-wrap {
  width: 350px;
  height: 40px;
  background-color: #F4FBFF;
  border: 1px solid #ccc;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.verify-wrap .drag-btn {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 64px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff url(../images/login-icon-arrow.png) no-repeat center center;
  background-size: auto 20px;
  z-index: 2;
  cursor: move;
}
.verify-wrap .suc-drag-btn {
  background: #fff url(../images/login-icon-slide-ok.png) no-repeat center center;
  background-size: 20px 20px;
}
.verify-wrap .drag-progress {
  position: absolute;
  left: 0;
  top: -1px;
  height: 40px;
  border-top: 1px solid #0074B9;
  width: 0;
  background-color: #0074B9;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
}
.verify-wrap .fix-tips,
.verify-wrap .verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 1px;
  height: 100%;
  color: #666;
  z-index: 1;
  line-height: 38px;
  font-size: 16px;
  text-align: center;
}
.verify-wrap .fix-tips {
  padding-left: 64px;
}
.verify-wrap .verify-msg {
  padding-right: 64px;
  background-color: #0074B9;
  color: #fff;
  display: none;
}
.main-pay-result {
  background: #F6F6F6;
}
.main-pay-result .result-content {
  margin: 30px 0 40px;
  background: #fff;
  padding: 125px 0;
  text-align: center;
}
.main-pay-result .result-content .result-icon {
  height: 145px;
}
.main-pay-result .result-content .dialog-text {
  margin: 17px 0 45px;
  height: 56px;
  font-size: 18px;
  line-height: 28px;
  color: #666;
}
.main-pay-result .result-content .btn-group {
  text-align: center;
  font-size: 0;
}
.main-pay-result .result-content .dialog-btn {
  display: inline-block;
  margin: 0 10px;
  width: 128px;
  height: 38px;
  border-radius: 4px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  background: #0074B9;
  color: #fff;
  border-color: #0074B9;
}
.main-pay-result .result-content .dialog-btn:hover {
  background: #0487d5;
}
.main-pay-result .result-content .dialog-btn.primary {
  background: #f5f5f5;
  border: 1px solid #CECECE;
  color: #666;
}
.main-pay-result .result-content .dialog-btn.primary:hover {
  background: #eee;
}
.layui-laydate {
  margin: 0 !important;
  font-size: 13px !important;
}
.layui-laydate,
.layui-laydate-hint {
  border: none !important;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16) !important;
}
.layui-laydate-range .laydate-main-list-1 .layui-laydate-content {
  border: none !important;
}
.layui-laydate-header,
.layui-laydate-footer {
  border-color: #e8e8e8;
}
.laydate-footer-btns span {
  border: none !important;
}
.laydate-footer-btns .laydate-btns-clear {
  color: #ED8826 !important;
}
.laydate-footer-btns .laydate-btns-confirm {
  color: #0074B9 !important;
}
.layui-laydate-content td.laydate-selected {
  background-color: #e6f7ff !important;
}
.layui-laydate-content td:hover,
.layui-laydate-list li:hover {
  color: #387FB4 !important;
}
.layui-laydate .layui-laydate-main .layui-this {
  background-color: #0074B9 !important;
  color: #fff !important;
}
.layui-laydate .layui-laydate-footer span:hover,
.layui-laydate .layui-laydate-header i:hover,
.layui-laydate .layui-laydate-header span:hover {
  color: #0074B9;
}
.layui-table-tips-c {
  padding: 0;
}
.mobile-show {
  display: none;
}

.dialog-home-confirm {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: #444;
  background: rgba(0, 0, 0, 0.4);
}
.dialog-home-confirm.dialog-alert {
  z-index: 20000;
}
.dialog-home-confirm .dialog-main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.dialog-home-confirm .dialog-form {
  width: 480px;
  max-width: 90%;
  max-height: 90%;
  position: relative;
  padding: 26px 30px 40px;
  overflow: auto;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
}
.dialog-home-confirm .dialog-form-global{
  padding: 20px;
}
.dialog-home-confirm .dialog-form-global .form-label {
  padding-left: 20px;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  background: url(../images/dialog-form-global-icon-msg.png) no-repeat left center;
  background-size: 14px 14px;
}
.dialog-home-confirm .dialog-form-global .label-link {
  float: right;
  color: #3B78D0;
  text-decoration: underline;
}
.dialog-home-confirm .dialog-form-global .form-btn-bar{
  margin-top: 20px;
  display: block;
  border-radius: 4px;
  background: #3B78D0;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
}
.dialog-home-confirm .dialog-form-global .form-btn {
  margin-top: 20px;
  cursor: pointer;
  border: 1px  dashed #ccc;
  padding: 50px 0;
  text-align: center;
}
.dialog-home-confirm .dialog-form-global .form-btn .form-btn-icon {
  height: 60px;
  opacity: .5;
}
.dialog-home-confirm .dialog-form-global .form-btn .form-btn-text {
  margin-top: 6px;
  font-size: 14px;
  color: #333;
}
.dialog-home-confirm .dialog-form-push {
  padding: 20px;
}
.dialog-home-confirm .dialog-form-push .form-list {
  margin: 14px 0 0 80px;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.dialog-home-confirm .dialog-form-push .list-label {
  position: absolute;
  right: 100%;
  top: 0;
  width: 80px;
  line-height: 34px;
}
.dialog-home-confirm .dialog-form-push .list-label.label-mid {
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
}
.dialog-home-confirm .dialog-form-push .time-label {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -7px;
  line-height: 14px;
  border-left: 1px solid #aaa;
  padding-left: 6px;
}
.dialog-home-confirm .dialog-form-push .form-ctl {
  display: block;
  height: 34px;
  width: 100%;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
}
.dialog-home-confirm .form-msg {
  margin-bottom: 8px;
  color: red;
  font-size: 12px;
  line-height: 18px;
}
.dialog-home-confirm .dialog-form-push .form-ctl.time {
  padding-right: 100px;
}
.dialog-home-confirm .dialog-form-push .form-ctl.email {
  padding-right: 40px;
}
.dialog-home-confirm .dialog-form-push .email-list {
  position: relative;
  margin-bottom: 6px;
}
.dialog-home-confirm .dialog-form-push .email-list .list-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  cursor: pointer;
}
.dialog-home-confirm .dialog-form-push .email-list .list-btn.add {
  background: #3B78D0;
  display: none;
}
.dialog-home-confirm .dialog-form-push .email-list .list-btn.remove {
  display: block;
  background: red;
}
.dialog-home-confirm .dialog-form-push .email-list:first-child .list-btn.add {
  display: block;
}
.dialog-home-confirm .dialog-form-push .email-list:first-child .list-btn.remove {
  display: none;
}
.dialog-home-confirm .dialog-form-push .email-list .list-btn:before ,
.dialog-home-confirm .dialog-form-push .email-list .list-btn.add:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
}
.dialog-home-confirm .dialog-form-push .email-list .list-btn:before {
  margin: -1.5px 0 0 -8px;
  width: 16px;
  height: 3px;
}
.dialog-home-confirm .dialog-form-push .email-list .list-btn.add:after {
  margin: -8px 0 0 -1.5px;
  width: 3px;
  height: 16px;
}
.dialog-home-confirm .dialog-form-push .form-btn {
  border-radius: 4px;
  background: #3B78D0;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
}
.dialog-home-confirm .dialog-form-push .form-btn {
  opacity: .9;
}

.cl-radio {
  font-size: 0;
  line-height: 20px;
}
.cl-radio.disabled .cl-radio-item {
  pointer-events: none;
}
.cl-radio .cl-radio-item {
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 16px;
  cursor: pointer;
  font-size: 14px;
}
.cl-radio .cl-radio-item:last-child {
  margin: 0;
}
.cl-radio .cl-radio-item.active .cl-radio-icon {
  border-color: #4575D6;
}
.cl-radio .cl-radio-item.active .cl-radio-icon:after {
  content: '';
  position: absolute;
  left: 1.5px;
  top: 1.5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4575D6;
}
.cl-radio .cl-radio-icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #999;
}
.dialog-home-confirm .form-head {
  margin-bottom: 26px;
  overflow: hidden;
  position: relative;
  line-height: 24px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.dialog-home-confirm .form-head .head-txt {
  float: left;
}
.dialog-home-confirm .form-head .head-close {
  position: absolute;
  right: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background: url(../images/dialog-close-icon-gray.png);
  background-size: 100% 100%;
  cursor: pointer;
}
.dialog-home-confirm .form-head .head-close:hover {
  background-image: url(../images/dialog-close-icon.png);
}
.dialog-home-confirm .btn-group {
  margin-top: 30px;
  text-align: right;
  font-size: 0;
}
.dialog-home-confirm .btn-group .form-btn {
  display: inline-block;
  vertical-align: top;
  margin-left: 16px;
  width: 88px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  background: #0074B9;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
}
.dialog-home-confirm .btn-group .form-btn.default {
    background: #fff;
    border: 1px solid #DCDEE0;
    color: #727578;
    line-height: 38px;
}
.dialog-home-confirm .btn-group .form-btn.blue:hover {
    background: #209ce5;
}
.dialog-home-confirm .btn-group .form-btn.default:hover {
	background: #f5f5f5;
}
.dialog-home-confirm .btn-group .form-btn.default {
  line-height: 30px;
}
.dialog-home-confirm .btn-group .form-btn.btn-treaty {
  width: 140px;
}
.dialog-home-confirm .form-label {
  margin-bottom: 20px;
  font-size: 16px;
  color: #666;
  line-height: 20px;
}
.dialog-home-confirm .form-label .txt-dark {
  color: #333;
}
.dialog-home-confirm .form-des {
  margin-bottom: 20px;
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
#YSF-BTN-HOLDER {
	display: none !important;
}
.tab-sort {
  position: relative;
  top: -1px;
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  cursor: pointer;
  background: url(../images/table-sort-icon.png) no-repeat 0 0;
  background-size: 14px auto;
}
.tab-sort.asc {
  background-position: 0 -21px;
}
.tab-sort.desc {
  background-position: 0 -42px;
}
.main-global {}
.main-global .global-act-form {
  margin-top: 20px;
  padding: 14px 20px;
  background: #F6F6F6;
  font-size: 14px;
  line-height: 32px;
  color: #333;
}
.main-global .global-act-form:after {
  content: '';
  display: block;
  clear: both;
}
.main-global .global-act-form .form-label {
  float: left;
}
.main-global .global-act-form .form-label .label-blue{
  color: #0074B9;
}
.main-global .global-act-form .form-label .label-red{
  color: red;
  font-weight: bold;
}
.main-global .global-act-form .form-btn {
  float: right;
  position: relative;
  margin-left: 20px;
  min-width: 88px;
  padding: 0 12px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  background: #3B78D0;
  cursor: pointer;
}
.main-global .global-act-form .form-btn .btn-tip {
  position: absolute;
  display: none;
  bottom: 100%;
  left: 0;
  margin-bottom: 8px;
  background: #fff;
  border-radius: 4px;
  padding: 8px 10px;
  width: 200px;
  box-shadow: 0 3px 6px rgba(0,0,0,.2);
  line-height: 16px;
  font-size: 12px;
  color: #888;
  text-align: left;
}
.main-global .global-act-form .form-btn .btn-tip:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 100%;
  border: 5px solid transparent;
  border-top-color: #fff;
}
.main-global .global-act-form .form-btn:hover .btn-tip {
  display: block;
}
.main-global .global-act-form .form-btn:hover {
  background: #0074B9;
}
.main-global .global-act-form .form-btn:last-child {
  margin: 0;
}
.main-global .global-banner {
  height: 180px;
  background: url(../images/global-banner-img.jpg) no-repeat center center/cover;
}
.main-global .global-banner .banner-text {
  margin-top: 10px;
  font-size: 36px;
  line-height: 42px;
  color: #fff;
  text-align: center;
}
.main-global .bread-crumb i,.main-global  .bread-crumb a{
  color: #fff !important;
}
.main-global .global-result {
  margin-top: 20px;
  border: 1px  solid #E8E8E8;
  padding: 20px;
}
.main-global .result-upload{
  display: none;
  position: relative;
}
.main-global .result-form {
  overflow: hidden;
  line-height: 32px;
  font-size: 14px;
}
.table-loading {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.3);
  overflow: hidden;
}
.main-global .result-form .list-label {
  float: left;
}
.main-global .base-table {
  position: relative;
  min-height: 100px;
}
.main-global .result-form .list-cont {
  float: left;
  margin-right: 20px;
  width: 300px;
}
.main-global .result-form .list-ctl {
  display: block;
  height: 34px;
  width: 100%;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
}
.main-global .result-form .form-btn {
  float: left;
  margin-right: 10px;
  width: 80px;
  border-radius: 4px;
  background: #3B78D0;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
}
.main-global .result-form .form-btn.primary {
  background: #ccc;
  color: #333;
}
.main-global .result-form .form-btn:hover {
  opacity: .9;
}
.main-global .result-form .form-btn.btn-contrast{
  float: right;
  margin: 0 0 0 6px;
  width: 90px;
}
.main-global .global-result .base-table th,
.main-global .global-result .base-table td {
  padding: 10px;
  border-left: none;
  text-align: left;
}
.main-global .global-result .base-table th:first-child,
.main-global .global-result .base-table td:first-child {
  padding-left: 14px;
}
.main-global .global-result .base-table th:last-child,
.main-global .global-result .base-table td:last-child {
  padding-right: 14px;
}
.main-global .global-result .base-table.table-nowrap table {
  white-space: nowrap;
}
.main-global .global-result .base-table.table-nowrap .no-nowrap{
  white-space: normal;
}
.main-global .global-result .base-table.table-nowrap th {
  white-space: nowrap;
}
.main-global .global-result .base-table .tab-index{
  text-align: center;
  max-width: 70px;
}
.main-global .global-result .base-table .operator-link{
  margin-right: 6px;
}
.main-global .global-result .base-table .operator-link.link{
  color: #3B78D0;
  text-decoration: underline;
}
.main-global .global-result .base-table .operator-link:last-child {
  margin: 0;
}
.tip-content {
  display: none;
  position: absolute;
  bottom: 110%;
  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;
  white-space: nowrap;
  font-weight: normal;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  body {
    min-width: auto;
    padding: 0;
  }
  .container {
    width: 100%;
    padding: 0 20px;
  }
  .main-home .container {
    padding: 0 12px;
  }
  input[type=text],
  input[type=password],
  input[type=search] {
    line-height: 20px;
    -webkit-appearance: none;
  }
  input[type=button] {
    -webkit-appearance: none;
  }
  html,
  body {
    min-width: 0;
  }
  .mobile-show {
    display: inline;
  }
  .header-warp .warp-webtitle,
  .header-warp .warp-links .warp-link,
  .header-warp .warp-links .warp-line {
    font-size: 12px;
  }
  .header-warp .warp-links .warp-line {
    margin: 0 10px;
  }
  .login-header {
    height: auto;
    padding: 15px 0;
    text-align: center;
  }
  .login-header .header-link {
    margin-top: 15px;
    font-size: 12px;
  }
  .header-logo-content {
    position: relative;
  }
  .header-cover {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
  }
  .header-menu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100000;
  }
  .header-menu .container {
    margin: 10px 0;
    width: auto;
    padding: 0;
  }
  .header-bar {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background: url(../images/header-mobile-bar.png) no-repeat center center;
    background-size: 80% auto;
    cursor: pointer;
  }
  .module-login {
    min-height: 100%;
    height: auto;
  }
  .module-login .login-main,
  .module-login .footer {
    position: static;
  }
  .login-header .header-logo {
    height: 42px;
  }
  .module-login .login-form {
    position: static;
    margin: 20px 6%;
    width: auto;
    height: auto !important;
  }
  .module-login .login-form.form-bind {
    margin: 40px 6%;
  }
  .module-login .login-form .form-content {
    padding: 20px 30px 0;
  }
  .module-login .login-form .form-title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
  }
  .module-login .login-form .form-btn {
    height: 38px;
  }
  .module-login .login-form .form-btn.lang {
    width: 100% !important;
  }
  .module-login .login-form .form-link {
    margin: 0;
  }
  .module-login .login-form .third-login {
    padding-bottom: 25px;
  }
  .module-login .login-form .third-login .third-title {
    margin: 25px 0;
  }
  .footer {
    position: static;
    padding: 15px 0;
  }
  .footer span,
  .footer a,
  .footer i {
    font-size: 12px;
  }
  .footer .link-line {
    margin: 0 10px;
  }
  .footer .footer-copyright {
    margin-top: 10px;
  }
  .page-register {
    height: auto;
    background: #fff;
  }
  .page-register .form-register {
    margin: 0 10px;
    left: 0;
    width: auto;
  }
  .page-register .register-main {
    padding: 30px 0;
  }
  .page-register .form-type {
    height: 34px;
    line-height: 34px;
  }
  .page-register .form-type li {
    font-size: 14px;
  }
  .page-register .form-list {
    margin-bottom: 15px;
  }
  .page-register .list-label {
    position: static;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .page-register .form-btn.code {
    width: 38%;
  }
  .page-register .form-ctl.code {
    width: 60%;
  }
  .page-register .list-rember {
    padding: 10px 0 15px;
  }
  .page-register .verify-wrap {
    top: auto;
    bottom: 0;
  }
  .header {
    height: auto;
    padding: 15px 0 20px;
    border-bottom: 2px solid #ddd;
  }
  .header .header-logo {
    float: none;
    height: 32px;
  }
  .header .header-search {
    float: none;
    margin-top: 20px;
    width: auto;
  }
  .header-menu .menu-lists {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40%;
    line-height: 34px;
    background: #0074B9;
    padding: 10px 0;
    overflow: auto;
  }
  .header-menu .menu-lists li {
    float: none;
    margin-left: 0;
    width: 100%;
    padding: 0;
  }
  .header-menu .menu-lists p.menu-link {
  }
  .header-menu .menu-lists .menu-link,
  .header-menu .menu-lists .menu-child-link {
    float: none;
    text-align: center;
    font-size: 16px;
    padding: 0 30px;
    line-height: 48px;
  }
  .header-menu .menu-lists .menu-child {
    display: block;
    position: static;
    margin: 0;
    min-width: 100%;
    width: 100%;
    padding: 0;
  }
  .header-menu .menu-lists .menu-child-link {
    display: block;
    vertical-align: middle;
    line-height: 40px;
    font-size: 14px;
    padding: 0 12px;
  }
  .header-menu .menu-lists .menu-link:hover:after,
  .header-menu .menu-lists .menu-link.active:after {
    left: 20px;
    right: 20px;
    height: 1.5px;
  }
  .fixed-right {
    top: auto;
    bottom: 70px;
    right: 10px !important;
  }
  .fixed-right .fixed-list {
    width: 40px;
    height: 40px;
    background-size: 20px 20px;
  }
  .fixed-right .li-popup {
    margin-top: -16px;
  }
  .fixed-right .li-content {
    padding: 7px 10px;
  }
  .fixed-right {
    top: auto;
    bottom: 70px;
    right: 0 !important;
    border-radius: 25px 0 0 25px;
    padding-right: 10px;
    background: #0074B9;
    font-size: 0;
    white-space: nowrap;
  }
  .fixed-right .fixed-mobile-bar,
  .fixed-right .fiexd-content {
    display: inline-block;
    vertical-align: top;
  }
  .fixed-right .fiexd-content {
    width: 0;
    overflow: hidden;
    transition: 1.2s all;
  }
  .fixed-right .fiexd-content.open {
    width: 160px;
  }
  .fixed-right .fixed-mobile-bar {
    float: left;
    width: 30px;
    height: 40px;
    background: url(../images/fixed-mobile-bar.png) no-repeat 70% center;
    background-size: 14px auto;
    cursor: pointer;
  }
  .fixed-right .fixed-mobile-bar.open {
    transform: rotate(180deg);
    background-position: 25% center;
  }
  .fixed-right .fixed-list {
    margin: 0;
    display: inline-block;
    vertical-align: top;
  }
  .fixed-right .fixed-list:last-child {
    display: none;
  }
  .search-result-tip .tip-result {
    margin: 10px 0 0;
    clear: left;
  }
  .main-index {
    padding: 20px 0;
  }
  .main-index .container {
    width: 100%;
  }
  .main-index .module-banner {
    height: auto;
    padding: 0;
    border: none;
  }
  .main-index .module-banner .card-banner {
    float: none;
    margin: -20px -20px 0;
    width: auto;
    height: 210px;
    border: none;
  }
  .main-index .module-banner .card-banner .banner-lists .banner-title {
    padding-right: 120px;
  }
  .main-index .module-banner .banner-news {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .news-head {
    height: 39px;
  }
  .main-index .module-banner .banner-news .news-head {
    height: 33px;
  }
  .news-head .news-type {
    height: 39px;
  }
  .news-head .news-type li {
    font-size: 13px;
    padding: 8px 0;
  }
  .news-head .news-type li.active {
    font-size: 15px;
  }
  .news-head .news-more {
    margin: 10px 10px 0 0;
  }
  .news-lists .news-link {
    margin-top: 14px;
  }
  .main-index .module-banner .banner-news .news-type {
    height: 33px;
  }
  .main-index .module-banner .banner-news .news-type li {
    padding: 2px 2px 8px;
  }
  .main-index .module-banner .banner-news .news-more {
    margin: 2px 0 0;
  }
  .news-lists .news-title {
    font-size: 15px;
  }
  .main-index .module-banner .banner-news .news-lists {
    height: auto;
    margin-top: 20px;
  }
  .main-index .module-banner .banner-news .news-lists .news-link {
    margin-top: 10px;
  }
  .news-lists .news-link.has-date {
    padding-right: 110px;
  }
  .main-index .module-list {
    margin-top: 0;
  }
  .main-index .list-col3 {
    width: 100%;
    margin: 20px 0 0 !important;
    height: auto;
  }
  .main-index .list-col3 .news-lists {
    margin: 20px;
  }
  .main-index .liter-lists {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .main-index .liter-lists .liter-link {
    font-size: 13px;
  }
  .main-index .liter-lists .liter-icon {
    margin: 20px auto 0;
    width: 54px;
    height: 54px;
    padding-top: 12px;
  }
  .main-index .liter-lists .liter-icon .icon-img {
    width: 30px;
    height: 30px;
  }
  .main-data {
    margin: 0;
  }
  .main-data .main-data-title {
    padding-bottom: 8px;
  }
  .main-data .main-data-title .title-tip {
    top: 3px;
    margin: 0;
  }
  .main-data .main-data-title .title-txt {
    font-size: 16px;
    font-weight: bold;
  }
  .search-base,
  .search-base.has-fact {
    margin: 0;
  }
  .search-base .search-fact {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    position: relative;
    left: 0;
    margin-bottom: 10px;
    width: auto;
    height: 38px;
    line-height: 38px;
  }
  .search-base .search-fact .fact-text {
    font-size: 13px;
  }
  .search-common .search-btn {
    width: 46px;
  }
  .search-common .search-ctl {
    height: 38px;
    padding: 0 54px 0 15px;
  }
  .search-base .search-btn-res {
    position: static;
    margin: 15px 20px 0 0;
    height: 36px;
  }
  .search-base .search-links {
    position: relative;
    left: 0;
    top: -2px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
  }
  .search-base .search-links.link-multiple {
    margin: 0;
  }
  .search-base .search-link {
    line-height: 18px;
    font-size: 13px;
  }
  .base-table {
    margin-top: 20px;
  }
  .search-facts {
    margin-top: 15px;
  }
  .base-table table {
    width: 260%;
  }
  .main,
  .main-home {
    margin-bottom: 20px;
  }
  .base-table th,
  .base-table td {
    padding: 10px;
  }
  .search-menu,
  .main-home .home-menu {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: -60%;
    width: 60% !important;
    height: auto;
    bottom: 0;
    overflow-y: auto;
    background-color: #fff;
    transition: left 0.6s;
    border: none;
  }
  .search-menu.open,
  .main-home .home-menu.open {
    left: 0;
  }
  .submenu-mobile-bar {
    display: inline-block;
    margin-bottom: 20px;
    padding-left: 28px;
    line-height: 24px;
    font-size: 16px;
    color: #0074B9;
    background: url(../images/header-mobile-bar-icon.png) no-repeat 3px center;
    background-size: 18px auto;
    cursor: pointer;
  }
  .mobile-cover {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1900;
    background: rgba(0, 0, 0, 0.7);
  }
  .search-content,
  .main-home .home-content {
    float: none;
    width: 100%;
  }
  .main-service .service-form .list-label {
    position: static;
    margin-bottom: 15px;
    line-height: 20px;
  }
  .main-service .service-form .list-content,
  .main-service .service-form .list-content.short,
  .main-service .service-form .list-content.lang {
    margin: 0;
  }
  .main-service .service-form .list-type {
    position: relative;
    margin-bottom: 15px;
    line-height: 20px;
  }
  .main-service .service-form .form-list.left,
  .main-service .service-form .form-list.right {
    width: 100%;
  }
  .main-service .service-form .form-btn {
    margin-top: 0;
  }
  .main-service .form-result {
    margin: 0;
    border: none;
    padding: 0;
  }
  .main-service .result-tip {
    padding: 50px 0;
  }
  .main-service .result-tip .tip-img {
    width: 140px;
    height: 130px;
  }
  .main-service .result-tip .tip-txt {
    font-size: 14px;
  }
  .multiple-select .multiple-content .multiple-lists.lists-10 li {
    width: 33.33%;
  }
  .data-census-detail {
    padding: 0;
    border: none;
  }
  .data-census-detail .detail-title {
    font-size: 20px;
    line-height: 32px;
  }
  .data-census-detail .detail-search .search-label {
  	float: none;
    font-size: 12px;
  }
  .data-census-detail .detail-search .search-date {
    margin-left: 0;
    width: 45%;
  }
  .data-census-detail .detail-search .date-step{
  	width: 10%;
  }
  .data-census-detail .detail-search .search-btn{
  	margin: 15px 0 0 0;
  	width: 30%;
  }
  .data-census-detail .detail-search .search-export-btn {
    margin-top: 15px;
  }
  .main-home .home-content .home-item {
    min-height: 0;
    padding: 15px;
  }
  .main-home .item-info {
    margin: 15px 0 0;
  }
  .main-home .item-info .info-head {
    padding: 12px 20px;
  }
  .main-home .item-info .info-head .head-label {
    float: none;
    font-size: 14px;
  }
  .main-home .item-info .info-head .count {
    font-size: 18px;
  }
  .main-home .item-info .info-head .link-group {
    float: none;
    margin-top: 10px;
    line-height: 24px;
  }
  .main-home .item-info .info-lists {
    margin-top: 20px;
  }
  .main-home .item-info .info-lists li {
    margin: 0 !important;
    width: 100%;
  }
  .main-home .item-info .info-lists .intel-radio li {
    width: auto;
    line-height: 40px;
  }
  .main-home .home-list .list-label {
    font-size: 13px;
  }
  .main-home .home-list {
    margin-bottom: 20px;
  }
  .main-home .item-info .home-list {
    margin-left: 70px;
  }
  .main-home .home-list .list-btn {
    width: 46%;
  }
  .main-home .home-list .list-btn.primary {
    margin-left: 8%;
  }
  .main-home .home-list .list-text {
    margin-right: 12px;
    font-size: 14px;
  }
  .main-home .home-content .item-title {
    padding-bottom: 12px;
  }
  .main-home .phone-form {
    margin: 20px 0 0 70px;
    width: auto;
  }
  .main-home .home-search .search-label {
    margin: 0;
  }
  .main-home .home-search .search-btns {
    margin-top: 15px;
    width: 100%;
  }
  .main-home .home-search .search-item {
    width: 100% !important;
  }
  .main-home .original-type {
    margin-top: 18px;
  }
  .main-home .original-type li {
    width: 30%;
    margin-right: 3%;
    font-size: 14px;
    line-height: 32px;
  }
  .main-home .home-list .list-btn.code {
    width: 120px;
  }
  .main-home .item-original .intelligence-amount .amount-form {
    padding: 15px;
    line-height: 34px;
  }
  .intelligence-amount .amount-form {
    padding: 15px 0;
    font-size: 13px;
    line-height: 34px;
    box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.07);
  }
  .intelligence-amount {
    height: 44px;
  }
  .main-home .item-original .intelligence-amount .amount-count,
  .intelligence-amount .amount-count {
    margin-right: 20px;
  }
  .intelligence-amount .amount-count {
    font-size: 16px;
  }
  .main-home .item-original .original-btn,
  .main-intel-amount .amount-content .btn-sub {
    width: 80px;
    font-size: 14px;
  }
  .main-home .item-psd .item-psd-contnet {
    margin: 20px 0 0 70px;
    width: auto;
  }
  .main-home .home-list.list-psd {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .main-home .home-list.list-psd .list-label {
    line-height: 34px;
  }
  .main-home .home-list .psd-ctl {
    margin: 0;
    width: 34px;
    height: 34px;
  }
  .search-content .search-result-content {
    margin-top: 20px;
    padding: 0 18px;
  }
  .search-content .search-type-cont{
    margin: 0 -18px;
    padding: 10px 7px 4px 10px;
  }
  .search-content .search-result-type {
  	height: 32px;
    font-size: 0;
    white-space: nowrap;
  }
  .search-content .type-bar{
  	position: static;
  	width: 100%;
  	font-size: 12px;
  	line-height: 30px;
  }
  .search-content .search-result-type li {
  	width: 24%;
  	margin: 0 1% 6px 0;
    line-height: 26px;
    font-size: 13px;
    padding: 0;
  }
  .search-content .search-facts {
    padding-bottom: 18px;
  }
  .search-result-tip {
    margin-top: 20px;
  }
  .search-result-tip .tip-sort {
    margin-top: 10px;
  }
  .search-lists .list-title {
    padding: 0;
    overflow: hidden;
  }
  .search-lists .list-select {
    top: 25%;
    display: none;
  }
  .search-lists .list-date {
    position: relative;
    top: 5px;
  }
  .search-lists .list-img {
    width: 34%;
    height: 70px;
  }
  .search-lists .list-intro.has-img {
    margin-right: 37%;
  }
  .search-lists .list-keys.has-img {
    margin-right: 0;
  }
  .intelligence-detail {
    padding: 0;
    border: none;
  }
  .intelligence-detail .detail-title {
    font-size: 18px;
    line-height: 28px;
  }
  .intelligence-detail .detail-time span {
    font-size: 12px;
  }
  .intelligence-detail .detail-time {
    margin: 15px 0;
  }
  .intelligence-detail .detail-time .time-blue {
    margin-right: 15px;
  }
  .intelligence-detail .detail-content img {
    position: relative;
    height: auto !important;
  }
  .intelligence-detail .detail-content {
    font-size: 14px;
    overflow: auto;
  }
  .intelligence-sub {
    padding: 20px;
  }
  .intelligence-sub .intel-form {
    margin: 0;
  }
  .intelligence-sub .intel-title {
    font-size: 20px;
  }
  .intelligence-sub .intel-sub-title {
    margin-top: 20px;
    line-height: 36px;
    font-size: 15px;
  }
  .intelligence-sub .intel-label {
    position: static;
    font-size: 13px;
  }
  .intelligence-sub .intel-list {
    margin: 0;
  }
  .intelligence-sub .intel-list .intel-tree .tree-content {
    position: absolute !important;
    width: 100% !important;
    bottom: auto;
    transition: none;
  }
  .intel-radio li {
    line-height: 28px;
  }
  .intelligence-sub .intel-select.short {
    margin-right: 5%;
    width: 30%;
  }
  .intelligence-sub .intel-select.short:last-child {
    margin: 0;
  }
  .main-literature .search-literature {
    margin: 0 0 15px;
  }
  .main-literature .search-literature .search-common {
    margin-right: 77px;
  }
  .search-common .search-ctl.has-type {
    padding-left: 90px;
  }
  .main-literature .search-literature .search-link {
    font-size: 12px;
    line-height: 18px;
  }
  .search-common .search-types-selects {
    height: 38px;
    width: 80px;
  }
  .search-common .search-types-selects .type-text {
    line-height: 38px;
    font-size: 12px;
  }
  .main-literature .literature-content {
    padding: 0;
  }
  .main-literature .liter-module-title {
    padding-top: 18px;
  }
  .main-literature .liter-lists {
    margin: 20px 0 5px;
  }
  .main-literature .liter-lists .liter-icon {
    width: 60px;
    height: 60px;
    padding-top: 17px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .main-literature .liter-lists .liter-icon .icon-img {
    width: 26px;
    height: 26px;
  }
  .main-literature .liter-lists li {
    margin-bottom: 10px;
    width: auto;
  }
  .main-literature .liter-lists .liter-link {
    margin: 0 10px;
  }
  .main-literature .liter-lists .liter-title {
    margin: 5px 0 0;
  }
  .main-literature .liter-lists .liter-link {
    font-size: 11px;
  }
  .main-literature .literature-content .literature-card {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    margin: 0 0 15px !important;
  }
  .literature-detail {
    margin-top: 12px;
    border: none;
    padding: 0;
  }
  .literature-detail .detail-title {
    font-size: 20px;
  }
  .literature-detail .detail-list {
    margin-top: 8px;
    padding: 0 !important;
  }
  .literature-detail .detail-list .list-label {
    position: static;
    margin-right: 10px;
  }
  .literature-detail .detail-btn {
    margin-bottom: 8px;
  }
  .main-mis {
    padding: 15px;
  }
  .main-mis .mis-lists li {
    margin: 0 0 20px;
    width: 100%;
  }
  .main-mis .web-title {
    margin-bottom: 15px;
    padding-bottom: 12px;
  }
  .main-pay {
    padding: 20px;
  }
  .main-pay .pay-title,
  .main-pay .pay-list {
    margin-bottom: 5px;
  }
  .main-pay .pay-list .pay-type {
    margin: 0 0 10px;
    width: 48%;
    line-height: 34px;
  }
  .main-pay .pay-list .pay-type:nth-child(odd) {
    margin-left: 4%;
  }
  .main-pay .pay-list .pay-label {
    font-size: 14px;
  }
  .main-pay .pay-list .pay-label.lh-50 {
    margin-bottom: 15px;
    width: 100%;
    line-height: 20px;
  }
  .main-pay .pay-item {
    height: auto;
    padding: 15px 16px 20px;
  }
  .main-pay .pay-item .item-info {
    position: relative;
    padding-top: 50px;
  }
  .main-pay .pay-item .item-info:after {
    content: '';
    display: block;
    clear: both;
  }
  .main-pay .pay-item .item-info .pay-code {
    width: 120px;
  }
  .main-pay .pay-item .item-info .item-content {
    margin-left: 135px;
    position: static;
    padding-top: 0;
    font-size: 14px;
  }
  .main-pay .pay-item .item-info .item-content .pay-time {
    left: 0;
    top: -5px;
  }
  .main-pay .pay-item .item-info .pay-amount {
    font-size: 22px;
  }
  .main-pay .pay-item .pay-balance .balance-amount {
    width: 100%;
    padding: 10px;
    line-height: 30px;
  }
  .main-pay .pay-item .pay-balance .pay-time {
    position: relative;
    left: 0;
    margin: 0 0 15px;
  }
  .main-pay .pay-item .pay-balance .pay-label {
    font-size: 14px;
  }
  .main-pay .pay-item .pay-balance .pay-label:last-child {
    width: 100%;
  }
  .main-pay .pay-item .pay-balance .pay-count {
    font-size: 20px;
  }
  .main-pay .pay-item .pay-balance .psd-label {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    width: 100%;
  }
  .main-pay .pay-item .pay-balance .pay-psd {
    margin-top: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
  }
  .main-pay .pay-item .pay-balance .psd-ctl {
    margin: 0;
    width: 34px;
    height: 34px;
  }
  .main-pay .pay-list .list-content {
    margin: 0 0 5px;
    clear: both;
    line-height: 30px;
  }
  .main-pay .pay-list .title-list .title-text {
    max-width: 75%;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .main-policy .search-policy {
    margin: 0 70px 15px 0;
  }
  .main-policy .policy-content {
    margin: 0 -10px;
    padding: 20px 15px;
  }
  .main-policy .policy-content .policy-card {
    float: none !important;
    width: 100%;
    margin-bottom: 20px;
  }
  .module-topic .topic-link {
    height: 105px !important;
    font-size: 13px;
  }
  .module-topic .topic-img {
    width: 60px;
    height: 60px;
  }
  .main-policy .nav-links li {
    width: 50%;
  }
  .main-policy .nav-links .nav-link {
    font-size: 13px;
  }
  .main-product {
    padding: 0;
    border: none;
  }
  .main-product .show-type {
    padding-left: 5px;
  }
  .main-product .show-type li {
    width: 100px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
  }
  .main-product .product-search {
    margin: 15px 0 0;
  }
  .main-product .product-search .product-type li {
    margin-bottom: 6px;
  }
  .main-product .product-search .search-common {
    margin-top: 10px;
    width: 100%;
  }
  .main-product .product-lists {
    margin: 20px -12px 0 0;
  }
  .main-product .product-lists li {
    width: 50%;
    padding-top: 0;
  }
  .main-product .product-lists .product-link {
    margin-right: 12px;
    height: auto;
    padding: 15px;
    font-size: 14px;
  }
  .main-product .product-lists .product-title {
    margin: 10px 0 0;
  }
  .product-detail .detail-main {
    float: none;
    width: 100%;
  }
  .product-detail .detail-intro .detail-img {
    width: 40%;
    margin: 0 15px 15px 0;
  }
  .product-detail .detail-intro .intro-content {
    margin-left: 0;
  }
  .product-detail .detail-intro .intro-des {
    margin-top: 10px;
    font-size: 13px;
  }
  .product-detail .detail-intro .intro-list {
    margin: 0 0 12px 0;
    width: 100% !important;
  }
  .product-detail .detail-intro .sub-tip {
    font-size: 12px;
    white-space: nowrap;
  }
  .product-detail .detail-cata {
    padding: 20px;
  }
  .product-detail .detail-cata .cata-list {
    margin-top: 14px;
    font-size: 14px;
    line-height: 22px;
  }
  .product-detail .detail-topic-module {
    float: none;
    width: 100%;
    top: 0;
    margin-top: 20px;
  }
  .product-detail .detail-topic {
    width: 100%;
  }
  .search-content .search-overall {
    padding: 0 20px;
  }
  .search-content .search-types .type-lists li {
    font-size: 12px;
  }
  .main-topic .topic-search .search-common {
    margin: 15px 0 0 0;
    width: 100%;
  }
  .main-topic .topic-lists-content {
    margin: 20px 0;
  }
  .main-topic .topic-lists {
    margin-right: -16px;
  }
  .main-topic .topic-lists .topic-item {
    width: 50%;
  }
  .main-topic .topic-lists .topic-link {
    margin-right: 16px;
  }
  .main-topic .topic-lists .topic-title {
    margin: 8px 0 20px;
  }
  .topics-detail .detail-img {
    width: 100%;
    float: none;
  }
  .topics-detail .detail-content {
    margin: 20px 0 0;
    display: block;
    min-height: 0;
  }
  .topics-detail .detail-list {
    margin-top: 10px;
  }
  .topics-detail .detail-btn-group {
    margin-top: 18px;
  }
  .topics-detail {
    margin-bottom: 30px;
  }
  .module-login .login-form .third-login .third-title .title-txt {
    font-size: 13px;
  }
  .module-login .login-form .third-login .third-title:before,
  .module-login .login-form .third-login .third-title:after {
    width: 50px;
  }
  .intelligence-sub .intel-area .area-label {
    font-size: 13px;
    width: 95px;
  }
  .intelligence-sub .intel-area .area-content {
    margin-left: 95px;
  }
  .intelligence-sub .intel-area {
    padding: 12px 10px 12px 0;
  }
  .literature-nav {
    padding: 20px 15px 0;
  }
  .literature-nav .nav-search {
    margin: 20px 0 0;
  }
  .literature-nav .nav-search .search-base {
    margin: 0;
  }
  .literature-nav .nav-sort {
    margin: 20px 0 0;
  }
  .literature-nav .nav-sort li {
    margin-bottom: 5px;
  }
  .literature-nav .nav-datalists {
    margin-right: -15px;
    padding: 0;
  }
  .literature-nav .nav-datalists li {
    width: 50%;
  }
  .literature-nav .nav-datalists .nav-link {
    margin: 16px 15px 0 0;
    font-size: 14px;
    line-height: 34px;
  }
  .main-intel-amount .bread-crumb {
    margin: 0;
  }
  .main-intel-amount .amount-head {
    top: 0;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
  }
  .main-intel-amount .amount-head .head-title {
    font-size: 18px;
  }
  .main-intel-amount .intel-lists {
    margin: 0;
  }
  .main-intel-amount .intel-lists li {
    width: 100% !important;
    margin: 0 0 15px;
  }
  .main-intel-amount .intel-lists .li-card {
    margin: 0;
  }
  .main-intel-amount .intel-lists .card-content {
    padding: 20px;
    overflow: hidden;
  }
  .main-intel-amount .intel-lists .card-summany {
    top: 10px;
    padding-top: 10px;
  }
  .intel-dialog .dialog-content {
    width: 92% !important;
    max-height: 94%;
    padding: 25px 15px;
    overflow: auto;
  }
  .main-intel-amount .intel-lists .remain-time {
    position: relative;
    right: 0;
    bottom: 0;
    top: 8px;
    float: right;
  }
  .intel-dialog .btn-group {
    margin-top: 20px;
  }
  .intel-dialog .science-item {
    width: 100%;
  }
  .intel-dialog .science-item.left {
    margin-bottom: 15px;
  }
  .intel-dialog .dialog-table li {
    padding: 0 15px;
  }
  .intel-dialog .dialog-body {
    font-size: 12px;
  }
  .intel-dialog .permis-table {
    overflow: auto;
  }
  .intel-dialog .permis-module .per-head,
  .intel-dialog .permis-module #permisLists {
    width: 200%;
  }
  .intel-dialog .permis-module .per-td.td-3 {
    width: 26%;
  }
  .intel-dialog .permis-module .per-td.td-5 {
    width: 46%;
  }
  .intel-dialog .dialog-table .li-300 {
    width: 50%;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .main-intel-amount .intel-cart {
    margin: 10px -20px 0;
  }
  .main-intel-amount .intel-cart .cart-form .cart-lists {
    padding: 0 15px;
  }
  .main-intel-amount .intel-cart .cart-form .cart-lists li {
    padding: 10px 0;
  }
  .main-intel-amount .intel-cart .cart-form .cart-lists .li-count {
    width: 100%;
    text-align: right;
    font-size: 14px;
  }
  .main-intel-amount .intel-cart .cart-form .cart-lists .cart-select {
    margin-top: -22px;
  }
  .main-intel-amount .intel-cart .cart-form .cart-form-title {
    padding-left: 32px;
  }
  .main-intel-amount .intel-cart .cart-form .cart-form-title .cart-select {
    left: 15px;
  }
  .main-intel-amount .intel-cart .cart-tip {
    padding: 20px 10px 30px;
    font-size: 12px;
    line-height: 20px;
  }
  .main-home .home-item-concat {
    margin: 20px 0 !important;
  }
  .main-home .home-item-concat .concat-info,
  .main-home .home-item-concat .concat-img {
    width: 100% !important;
  }
  .main-home .home-item-concat .info-code {
    padding: 10px 0 24px;
    text-align: center;
  }
  .main-home .home-item-concat .concat-img .label-text {
    font-size: 12px;
    line-height: 36px;
  }
  .main-home .home-item-concat .concat-img .label-text:after {
    border: 7px solid transparent;
    border-top: 10px solid #fff;
  }
  .main-home .home-item-concat .concat-img .img-label {
    left: 7% !important;
    top: 18% !important;
  }
  .main-home .home-item-links {
    margin: 20px 0 0 -15px;
  }
  .main-home .home-item-links li {
    width: 50%;
  }
  .main-home .home-item-links .link-item {
    margin: 0 0 10px 20px;
    line-height: 40px;
    font-size: 13px;
  }
  .page-register .err-msg {
    position: relative;
    left: 0;
    top: 0;
    margin: 10px 0 0 11px;
  }
  .search-senior {
    margin: 0 0 20px;
    width: 100%;
  }
  .search-senior .intel-radio li {
    margin: 0;
  }
  .search-senior .list-label {
    position: static;
  }
  .search-senior .senior-list {
    margin-bottom: 10px;
    padding: 0;
  }
  .search-senior .senior-list:last-child {
    margin: 0;
  }
  .search-senior .list-item.item-ctl,
  .search-senior .list-item.item-lang {
    margin-bottom: 10px;
    width: 60%;
  }
  .search-senior .list-item.item-short {
    margin-bottom: 10px;
    width: 40%;
  }
  .search-senior .list-btn {
    position: relative;
    left: 0;
    top: 5px;
    float: right;
    padding-left: 22px;
    background-size: 14px 14px;
    font-size: 12px;
  }
  .search-senior .senior-list .select-or {
    top: -45px;
    left: 0;
    width: 90px;
  }
  .search-senior .senior-select .select-text {
    font-size: 12px;
  }
  .search-senior .senior-select .select-text:after {
    border-width: 4px;
  }
  .search-senior .senior-list .senior-cont {
    padding: 0 84px 0 90px;
  }
  .search-senior .senior-list .select-match {
    width: 84px;
  }
  .search-senior .senior-list .select-keyword {
    width: 90px;
  }
  .search-senior .senior-list .intel-ctl {
    padding: 0 10px;
    font-size: 12px;
  }
  .search-senior .senior-select .select-lists li {
    font-size: 12px;
    line-height: 32px;
  }
  .search-senior .senior-list .select-keyword:after,
  .search-senior .senior-list .select-match:after {
    margin-top: -13px;
    height: 26px;
  }
  .main-literature .search-literature .senior-type {
    white-space: normal;
  }
  .main-literature .search-literature .search-links {
    margin-top: -18px;
  }
  .literature-nav .nav-type li {
    width: 28%;
  }
  .module-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .module-dialog .dialog-content,.module-dialog .dialog-content.dialog-feedback {
    margin: 0;
    width: 90%;
    position: relative;
    left: 0;
    top: 0;
    padding: 50px 30px;
  }
  .module-dialog .dialog-content.dialog-feedback {
  	padding: 20px 30px 30px;
  }
  .module-dialog .dialog-feedback .feedback-title {
  	font-size: 18px;
  }
  .module-dialog .dialog-feedback .feed-list {
  	margin: 0;
  }
  .module-dialog .dialog-feedback .list-ctl {
  	height: 34px;
  }
  .module-dialog .dialog-feedback .btn-group {
  	margin-top: 25px;
  }
  .module-dialog .dialog-feedback textarea.list-ctl {
  	height: 120px;
  }
  .module-dialog .dialog-feedback .list-label {
  	position: static;
  	text-align: left;
  }
  .main-pay-result .result-content {
    margin: 20px 0 30px;
    padding: 50px 0;
  }
  .main-pay-result .result-content .result-icon {
    height: 100px;
  }
  .main-pay-result .result-content .dialog-text {
    margin: 15px 0 30px;
    font-size: 15px;
  }
  .main-pay-result .result-content .dialog-btn {
    width: 110px;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
  }
  .main-home .bind-items {
    margin: 0 5px;
    padding-top: 10px;
  }
  .main-home .bind-items li {
    height: auto;
    padding: 20px;
  }
  .main-home .bind-items .bind-icon {
    width: 40px;
  }
  .main-home .bind-items .info-content {
    margin-left: 15px;
  }
  .main-home .bind-items .info-title {
    font-size: 14px;
  }
  .main-home .bind-items .info-des {
    margin-top: 0;
    font-size: 10px;
  }
  .main-home .bind-items .bind-btn {
    width: 80px;
    line-height: 24px;
    font-size: 12px;
  }
  .main-data .data-type {
    margin-left: -12px;
    position: relative;
  }
  .main-data .data-type > ul > li {
    margin-bottom: 15px;
    width: 50%;
  }
  .main-data .data-type .type-content {
    margin-left: 12px;
  }
  .module-dialog-IP .login-form {
    width: 86%;
    margin-left: 7%;
    left: 0;
  }
  .search-senior .senior-form {
    margin: 0 -5px;
    padding: 25px 20px 20px;
  }
  .main-data .select-cascader {
    position: static;
  }
  .main-data .select-cascader .select-content .select-content-flex {
    display: block;
  }
  .main-data .select-cascader .select-content {
    left: 12px;
    right: 0;
    top: auto;
    width: auto;
  }
  .main-data .select-cascader .select-content .select-lists {
    display: block;
  }
  .main-data .select-cascader .select-content .select-lists .select-lists {
    margin-left: 15px;
    padding: 0;
  }
  .search-senior .senior-form .form-open .form-content {
    margin: 0;
  }
  .search-senior .senior-time-list {
    margin: 0 0 20px;
  }
  .search-senior .senior-time-list .time-pub {
    width: 100%;
  }
  .search-senior .senior-time-list .time-update {
    margin: 10px 0 0;
    width: 100%;
  }
  .search-senior .senior-time-list .time-label {
    font-size: 12px;
    width: 24%;
  }
  .search-senior .senior-time-list .time-ctl {
    width: 34.5%;
    background-position: 95% center;
    background-size: 14px 14px;
    font-size: 12px;
  }
  .search-senior .senior-form .form-open .btn-group {
    position: static;
    padding-top: 20px;
    border-top-width: 0.5px;
    float: left;
    width: 100%;
  }
  .search-senior .form-btn {
    margin: 0 1%;
    width: 31%;
    font-size: 13px;
    line-height: 34px;
  }
  .search-senior .senior-type-module {
    margin: 20px -5px;
    padding: 2px 40px 0 8px;
  }
  .search-senior .senior-type-module .senior-type {
    height: 38px;
  }
  .search-senior .senior-type-module .senior-type li {
    width: 24.5%;
    margin: 0 0.5% 2px 0;
    font-size: 13px;
    line-height: 38px;
  }
  .search-senior .senior-type-module .type-bar {
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
  }
  .search-senior .senior-type-module .type-bar:after {
    width: 22px;
    height: 44px;
    background-size: 22px 44px;
  }
  .search-senior .senior-type-module .type-bar.active:after {
    top: -22px;
  }
  .search-senior .senior-time-list .select-update {
    width: 75%;
  }
  .search-senior .search-content .search-result-content {
    margin: 0;
  }
  .search-senior .senior-form .form-pack {
    padding: 0;
  }
  .search-senior .senior-form .form-pack .btn-group {
    position: static;
    margin-top: 10px;
    text-align: center;
  }
  .search-lists .list-key {
    margin-right: 15px;
  }
  .search-content .search-result-tip .tip-select-del,
  .search-content .search-result-tip .tip-select {
    display: none;
  }
  .main-home .search-result-tip .tip-result {
    clear: none;
    margin: 0;
  }
  .standard-detail {
    padding: 20px;
  }
  .standard-detail .detail-title {
    font-size: 18px;
  }
  .standard-detail .detail-title-en {
    font-size: 13px;
    line-height: 18px;
  }
  .standard-detail .detail-intro {
    padding: 20px 0;
    font-size: 13px;
    line-height: 20px;
  }
  .standard-detail .detail-intro p {
    margin-top: 10px;
  }
  .standard-detail .cata-module .cata-label {
    position: static;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #E8E8E8;
    padding: 10px 0;
  }
  .standard-detail .cata-module .cata-lists {
    margin: 0;
    padding: 15px 0;
  }
  .standard-detail .cata-module .cata-lists li {
    width: 50% !important;
    padding-left: 10px;
    font-size: 14px;
    line-height: 28px;
  }
  .standard-detail .cata-module .cata-lists .cata-index {
    width: 30px;
  }
  .standard-detail .detail-head {
    padding-bottom: 20px;
  }
  .standard-detail .pay-btn-group {
    margin-top: 20px;
  }
  .standard-detail .pro-module {
    width: 100%;
    padding: 30px 0 10px;
  }
  .standard-detail .pro-module .pro-lists {
    padding: 0 15px;
  }
  .standard-detail .pro-module .pro-txt {
    font-size: 11px;
    white-space: nowrap;
  }
  .standard-detail .detail-base-title {
    margin: 20px 0 15px;
  }
  .standard-detail .pdf-links .pdf-link {
    margin: 0 0 6px 15px;
    padding-left: 18px;
    font-size: 13px;
  }
  .standard-detail .pdf-links .pdf-link:after {
    width: 12px;
    height: 12px;
  }
  .standard-detail .base-lists li {
    width: 100% !important;
    font-size: 13px;
    line-height: 20px;
  }
  .standard-detail .base-lists .base-label {
    padding-left: 15px;
    width: 120px;
  }
  .standard-detail .base-lists .base-cont {
    margin-left: 120px;
  }
  .standard-detail .base-links .base-link {
    width: 100%;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px 10px 5px 30px;
  }
  .standard-detail .base-links .base-link:after {
    left: 10px;
  }
  .standard-senior {
    margin: 0 -7px;
    padding: 20px;
  }
  .standard-senior .senior-title {
    font-size: 18px;
  }
  .standard-senior .senior-head {
    padding-bottom: 10px;
  }
  .standard-senior .senior-title-en {
    font-size: 13px;
    line-height: 24px;
  }
  .standard-senior .senior-form .list-label {
    position: static;
    margin: 0 0 10px;
    text-align: left;
  }
  .standard-senior .senior-form .list-label .lab-txt,
  .standard-senior .senior-form .list-label .lab-txt-en {
    display: inline;
    line-height: 20px;
  }
  .standard-senior .senior-form .list-label .lab-txt {
    margin-right: 5px;
    font-size: 15px;
  }
  .standard-senior .senior-form {
    margin: 0;
    padding: 20px 0 10px;
  }
  .standard-senior .senior-form .list-cont {
    margin: 0;
  }
  .standard-senior .senior-form .intel-select {
    width: 49%;
    margin-right: 2%;
  }
  .standard-senior .senior-form .intel-select:nth-child(odd) {
    margin: 0;
  }
  .standard-senior .senior-form .senior-list.li-2 {
    width: 100%;
  }
  .standard-senior .senior-form .btn-group {
    margin: 10px 0 0;
  }
  .base-table .table-select {
    padding: 0;
  }
  .base-table .table-select:after {
    display: none;
  }
  .standard-senior .senior-form .intel-linkage .intel-search {
    margin-right: 2%;
    width: 32%;
  }
  .standard-senior .senior-form .senior-list {
    margin-bottom: 15px;
  }
  .standard-senior .senior-form .intel-ctl.ctl-select {
    width: 100%;
    margin: 0 0 8px;
  }
  .standard-senior .senior-form .intel-ctl.ctl-date {
    width: 100%;
  }
  .main-home .set-pay-cont {
    margin: 20px 0 20px 80px;
    width: auto;
  }
  .main-home .set-pay-cont .pay-cont-title {
    font-size: 20px;
  }
  .pdf-cont-head {
    padding: 0 0 20px;
  }
  .pdf-cont-head .pdf-title {
    width: 100%;
    font-size: 17px;
  }
  .pdf-cont-head .btn-download {
    margin-top: 10px;
  }
  .dialog-home-order {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dialog-home-order .dialog-content {
    width: 90% !important;
    margin: 0 !important;
    position: static !important;
    height: auto !important;
    padding: 25px !important;
  }
  .dialog-home-order .dialog-text {
    margin: 15px 0;
    font-size: 12px;
    line-height: 20px;
  }
  .dialog-home-order .order-group {
    height: auto;
    font-size: 13px;
  }
  .dialog-home-order .intel-radio {
    margin: 5px 0 15px;
    width: 100%;
    text-align: left;
  }
  .dialog-home-order .radio-email-ctl {
    width: 100%;
  }
  .dialog-home-order .btn-group {
    margin-top: 20px;
  }
  .table-none .none-icon {
    width: 50%;
  }
  .table-none .none-label {
    font-size: 14px;
  }
  .table-advance-none .none-icon {
    width: 50%;
  }
  .table-advance-none .none-label {
    font-size: 14px;
    line-height: 22px;
  }
  .dialog-home-order .cont-email-tip .intel-radio {
    width: auto;
    margin: 0 0 10px;
  }
  .search-common .search-clear,
  .header .header-search .search-clear {
    z-index: 20;
    background: url(../images/data-search-fact-close.png) no-repeat center center !important;
    background-size: 14px 14px !important;
  }
  .search-common .search-clear {
    right: 46px;
    margin-top: -19px;
    width: 38px;
    height: 38px;
  }
  .header .header-search .search-clear {
    margin-top: -20px;
    width: 40px;
    height: 40px;
    right: 43px;
  }
  .product-detail .detail-cata .cata-lists li {
    width: 50%;
  }
  .product-detail .detail-cata .cata-lists .cata-link {
    margin: 0 15px 15px 0;
  }
  .product-detail .detail-cata .intro-select {
    margin-top: 15px;
  }
  .search-lists .key-link {
    max-width: 84%;
  }
  .home-page-cont p {
    font-size: 14px !important;
    text-indent: 0 !important;
  }
  .main-intel-amount .intel-cart .cart-tip .form-amount{
  	position: relative;
  	top: 0;
  	right: 0;
  	margin-bottom: 20px;
  }
  .standard-senior .senior-form .intel-ctl.ctl-date.date-start{
  	width: 42%;
  }
  .standard-senior .senior-form .intel-ctl.ctl-date.date-end{
  	width: 50%;
  }
  .standard-senior .senior-form .date-step{
  	width: 8%;
  }
  .main-pay .pay-item .pay-balance .list-ctl{
  	width: 70%;
  }
  .policy-navigation .nav-title{
  	margin-top: 0;
  	font-size: 18px;
  	font-weight: bold;
  }
  .policy-navigation .nav-lists{
  	margin: 10px 0 40px -20px;
  }
  .policy-navigation .nav-lists li{
  	width: 50%;
  }
  .policy-navigation .nav-lists .nav-link{
  	margin: 10px 0 0 20px;
  	line-height: 26px;
  }
  .intel-dialog .order-refund-lists li{
  	width: 100%;
  }
  
	.page-register .bind-head-tips {
		top: 0;
		margin-bottom: 30px;
	}
	.page-register .bind-head-tips .tips-inline {
	    padding: 6px 15px;
	    line-height: 18px;
	}
	.search-base.has-year{
		margin-left: 0;
	}
	.search-base .stat-year{
		position: relative;
		margin-bottom: 10px;
		left: 0;
		width: 100%;
	}
	.search-base .search-ctl{
		height: 38px;
	}
	.search-base .stat-year:after{
		height: 38px;
	}
	.header .header-timer {
		float: none;
		margin-left: 5px;
		display: inline-block;
	}
	.header .header-timer .timer-bg{
		height: 32px;
	}
	.module-login .login-form .third-login .third-link.wx {
		display: none;
	}
  .main-global .global-banner{
    height: auto;
    padding-bottom: 20px;
  }
  .main-global .global-banner .banner-text{
    font-size: 22px;
    line-height: 30px;
  }
  .main-global .bread-crumb{
    padding: 12px 0;
  }
  .main-global .global-act-form .form-label{
    line-height: 20px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .main-global .global-act-form .form-btn{
    margin-left: 8px;
    font-size: 13px;
    line-height: 28px;
  }
  .main-global .result-form .list-cont{width: 100%;}
  .main-global .result-form .form-btn{margin: 14px 2% 0 0;width: 26%;}
  .main-global .result-form .form-btn.btn-contrast{width: 44%;margin: 14px 0 0;}
  .main-global .global-result .base-table.table-nowrap .no-nowrap{
    display: inline-block;
    width: 300px;
  }
  .module-login .login-form .form-ctl.code {
    width: calc(100% - 130px);
  }

}
