﻿@charset "utf-8";
html,
body {
  height: 100%;
}

body {
  font-size: 12px;
  font-family: microsoft yahei;
  color: #000;
  background-color: #fff;
  padding: 0;
  margin: 0;
  opacity: 0;
  transition: opacity .2s;
  -moz-transition: opacity .2s;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;

}
body.top-doc,
body.main-doc {
  opacity: 1;
  overflow: hidden;
}
body.fade-doc {
  opacity: 1;
}
body.defaultW {
  min-width: 1200px;
  overflow-x: scroll;
}
.topnav,
.main {
  min-width: 1200px;
}
body.loading_cursor {
  cursor: wait;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #205aa4;
  text-decoration: none;
}
img,
a img {
  border: 0;
}
ul {
  padding: 0;
  margin: 0;
  font-size: 0;
}
li {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}
hr.border {
  padding: 0;
  margin: 0;
  border: 0;
  border-top: 1px solid #eaeaea;
}
.fwb {
  font-weight: bolder;
}
p,
input,
select,
button {
  font-size: 12px;
  font-family: microsoft yahei;
}

.topnav,.topnav p,.topnav input,.topnav select,.topnav button,
.leftsidebar,.leftsidebar p,.leftsidebar input,.leftsidebar select,.leftsidebar button{
    font-family: microsoft yahei, simsun;
}

/*btn*/
.btn {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  border-radius: 3px;
  background-color: #2892eb;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
}
.btn.view-btn {
  width: 80px;
  font-size: 12px;
  background-color: transparent;
  border: 1px solid #e2e2e2;
  color: #23a8eb;
}
.btn.cancle {
  background-color: #898989;
}
.btn.btn-large {
  width: 170px;
  height: 50px;
  line-height: 50px;
  font-size: 17px;
}
.btn.btn-large2 {
  width: 170px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}
.btn.btn-big {
  width: 150px;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
}
.btn.btn-small {
  width: 80px;
  height: 25px;
  line-height: 25px;
}
.btn.btn-mini {
  font-size: 12px;
  width: 80px;
  height: 25px;
  line-height: 25px;
}
.btn:hover {
  background-color: #205aa4;
  color: #fff;
}
.btn:active {
  background-color: #205aa4;
  color: #fff;
}
.btn[disabled],
.btn.disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: not-allowed;
  color: #fff;
}
.btn.view-btn:hover {
  background-color: #23a8eb;
  border: 1px solid #23a8eb;
  color: #fff;
}
textarea.input-text {
  height: 55px;
}
.date-ico {
  background-image: url("../image/date.png");
  background-repeat: no-repeat;
  background-position: 97% center;
  cursor: pointer;
}
/*label radio checkbox*/
label.radio,
label.checkbox {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  line-height: 25px;
  margin-right: 10px;
}
label.radio span,
label.checkbox span {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  padding: 0 3px;
  cursor: pointer;
}
label.radio input,
label.checkbox input {
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  margin-top: 6px;
  cursor: pointer;
}
.links {
  font-size: 0;
}
.links a {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}
.clearfix {
  display: block;
  clear: both;
}
/*display*/
.disbk {
  display: block;
}
.disibk {
  display: inline-block;
}
.disn {
  display: none;
}
.disbil {
  display: inline;
}
.va_top {
  vertical-align: top;
}
.w920 {
  width: 920px;
}
/*float*/
.fl_left,
.fl {
  float: left;
}
.fl_right,
.fr {
  float: right;
}
/*text-align*/
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
.text_center {
  text-align: center;
}
/* margin padding */
.mpzero {
  margin: 0;
  padding: 0;
}
.mgzero {
  margin: 0;
}
.pdzero {
  padding: 0;
}
.ws_nr {
  white-space: nowrap;
}
/*颜色*/
.col_e61e18 {
  color: #e61e18;
}
.col_205aa4 {
  color: #205aa4;
}
.col_ff0000 {
  color: #ff0000;
}
.col_23a8eb {
  color: #23a8eb;
}
.col_7a7a7a {
  color: #7a7a7a;
}
a.col_23a8eb:hover {
  color: #23a8eb;
}
/*背景色*/
.bg_fff {
  background-color: #fff;
}
.bg_f5f7f8 {
  background-color: #f5f7f8;
}
/**/
.mr10 {
  margin-right: 10px;
}
.mr60 {
  margin-right: 60px;
}
.mr0 {
  margin-right: 0;
}
.ml25 {
  margin-left: 25px;
}
.mt15 {
  margin-top: 15px;
}
.mt5 {
  margin-top: 5px;
}
/*页面主体*/
.main {
  position: absolute;
  left: 200px;
  top: 42px;
  min-width: 955px;
  width: calc(-146%);
  width: -webkit-calc(-146%);
}
.fontsize0 {
  font-size: 0;
}
.tb-header {
  position: relative;
}
.tb-header .tb-scroll-left,
.tb-header .tb-scroll-right {
  position: absolute;
  left: 0;
  width: 20px;
  height: 30px;
  line-height: 30px;
  font-size: 10px;
  text-align: center;
  background-color: #f5f9fd;
  border: 1px solid #cad0d3;
  color: #6b6b6b;
  cursor: pointer;
  display: none;
  z-index: 1;
}
.tb-header .tb-scroll-right {
  left: auto;
  right: 0;
}
.tb-header .tb-wraper {
  position: relative;
  height: 32px;
  overflow: hidden;
}
.tb-header .tb-wraper .tb_row_width {
  display: inline-block;
}
.tb-header[attr-scroll="scrollbar"] .tb-scroll-left,
.tb-header[attr-scroll="scrollbar"] .tb-scroll-right {
  display: block;
}
.tb-header[attr-scroll="scrollbar"] .tb-wraper {
  padding: 0 20px;
  overflow: hidden;
}
.tb-header[attr-scroll="scrollbar"] .tab_links {
  padding-left: 0;
}
.green_point,
.gray_point {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  margin-left: 10px;
}
.green_point {
  background-color: #5ab847;
}
.gray_point {
  background-color: #b3b3b3;
}
.cad_title {
  line-height: 25px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #000000;
}
.cad_title a {
  font-size: 12px;
  color: #23a8eb;
  font-weight: bold;
}
.cad_title a:hover {
  color: #28323a;
}
.nt_title {
  font-size: 12px;
  color: #606f7b;
  /*color: #c0c0c0;*/
  line-height: 20px;
  margin: 10px 0;
}
.nt_foot {
  font-size: 12px;
  line-height: 20px;
  margin-top: 6px;
  padding: 0 8px;
  color: #23a8eb;
}
/**
 * date:2017-02-27;
 * author:zsx;
 * about: article-view;
 */
.article_txt {
  padding: 20px;
}
.article_txt .title,
.article_txt .date {
  font-size: 14px;
  color: #000000;
  text-align: center;
}
.article_txt .date {
  font-size: 12px;
  color: #959595;
}
.article_txt .article_main img {
  max-width: 100%;
}
.r-img {
  margin: 10px auto 5px;
}
.pd10px {
  padding: 10px 0;
}
.pdtop16 {
  padding-top: 16px;
}
/* wdatepicker css*/
.animate-show {
  margin-top: 2px;
  animation: datepickmove .3s 1;
  -webkit-animation: datepickmove .3s 1;
}
@keyframes datepickmove {
  from {
    margin-top: 15px;
  }
  to {
    margin-top: 2px;
  }
}
@-webkit-keyframes datepickmove {
  from {
    margin-top: 15px;
  }
  to {
    margin-top: 2px;
  }
}
/* 图标 icon */
.icon {
  background-image: url("../image/img-sp.png");
  background-repeat: no-repeat;
  font-size: 15px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon:before {
  content: "\e609";
  opacity: 0;
}
.icon.home {
  background-position: 0 -120px;
}
.icon.user {
  background-position: 2px 1px;
}
.icon.message {
  background-position: 0 -57px;
}
.icon.setting {
  background-position: 0 -30px;
}
.icon.logout {
  background-position: 2px -89px;
}
a:hover .icon.user,
.users-center:hover a .icon.user {
  background-position: -28px 2px;
}
a:hover .icon.message {
  background-position: -30px -57px;
}
/*a:hover .icon.home {
    background-position: -35px -120px;
}

a:hover .icon.setting {
    background-position: -35px -30px;
}

a:hover .icon.logout {
    background-position: -33px -89px;
}*/
/*左侧导航各种图标*/
.icon.indexhome {
  background-position: -34px -192px;
}
.icon.new4s {
  background-position: -34px -228px;
}
.icon.usedcar {
  background-position: -34px -263px;
}
.icon.telephone {
  background-position: -113px 2px;
}
.icon.file {
  background-position: -113px -38px;
}
.icon.list {
  background-position: -113px -78px;
}
.icon.shop {
  background-position: -113px -118px;
}
.icon.keeps {
  background-position: -113px -158px;
}
.icon.shopA {
  background-position: -113px -198px;
}
.icon.shou {
  background-position: -113px -518px;
}
.icon.fix {
  background-position: -113px -278px;
}
.icon.chart {
  background-position: -113px -318px;
}
.icon.set {
  background-position: -113px -358px;
}
.icon.people {
  background-position: -113px -398px;
}
.icon.fly {
  background-position: -113px -438px;
}
.icon.notes {
  background-position: -113px -480px;
}
/*左侧各种图标鼠标覆盖时*/
.title_link:hover .icon.indexhome,
.level_1.active .icon.indexhome {
  background-position: 0 -192px;
}
.title_link:hover .icon.new4s,
.level_1.active .icon.new4s {
  background-position: 0 -228px;
}
.title_link:hover .icon.usedcar,
.level_1.active .icon.usedcar {
  background-position: 0 -263px;
}
.title_link:hover .icon.telephone,
.level_1.active .icon.telephone {
  background-position: -73px 2px;
}
.title_link:hover .icon.file,
.level_1.active .icon.file {
  background-position: -73px -38px;
}
.title_link:hover .icon.list,
.level_1.active .icon.list {
  background-position: -73px -78px;
}
.title_link:hover .icon.shop,
.level_1.active .icon.shop {
  background-position: -73px -118px;
}
.title_link:hover .icon.keeps,
.level_1.active .icon.keeps {
  background-position: -73px -158px;
}
.title_link:hover .icon.shopA,
.level_1.active .icon.shopA {
  background-position: -73px -198px;
}
.title_link:hover .icon.shou,
.level_1.active .icon.shou {
  background-position: -73px -518px;
}
.title_link:hover .icon.fix,
.level_1.active .icon.fix {
  background-position: -73px -278px;
}
.title_link:hover .icon.chart,
.level_1.active .icon.chart {
  background-position: -73px -318px;
}
.title_link:hover .icon.set,
.level_1.active .icon.set {
  background-position: -73px -358px;
}
.title_link:hover .icon.people,
.level_1.active .icon.people {
  background-position: -73px -398px;
}
.title_link:hover .icon.fly,
.level_1.active .icon.fly {
  background-position: -73px -438px;
}
.title_link:hover .icon.notes,
.level_1.active .icon.notes {
  background-position: -73px -480px;
}
/*展开关闭子菜单时显示不同的加减号*/
.icon.open {
  background-position: -226px -85px;
}
.icon.close {
  background-position: -226px -122px;
}
/*表格操作图标*/
.add_ico {
  background-position: -148px -187px;
}
.data_in_ico {
  background-position: -148px -221px;
}
.merge_ico {
  background-position: -148px -261px;
}
.edit_ico {
  background-position: -148px 2px;
}
.buns_transfer_ico {
  background-position: -148px -22px;
}
.data_out_ico {
  background-position: -148px -48px;
}
.folder_ico {
  background-position: -148px -73px;
}
.del_ico {
  background-position: -148px -99px;
}
.car_ico {
  background-position: -148px -124px;
}
.data_transfer_ico {
  background-position: -148px -149px;
}
.end_jprice_ico {
  background-position: -148px -298px;
}
.end_exhibit_ico {
  background-position: -148px -334px;
}
.end_auction_ico {
  background-position: -148px -363px;
}
.search_ico {
  background-position: -144px -392px;
}
.define_list_ico {
  background-position: -144px -421px;
}
.pl_lz_ico {
  background-position: -145px -453px;
}
.pl_jh_ico {
  background-position: -145px -514px;
}
.to_deft_ico {
  background-position: -145px -486px;
}
.locked_ico {
  background-position: -145px -549px;
}
.unlock_ico {
  background-position: -145px -570px;
}
a:hover .add_ico {
  background-position: -183px -187px;
}
a:hover .data_in_ico {
  background-position: -183px -221px;
}
a:hover .merge_ico {
  background-position: -183px -261px;
}
a:hover .edit_ico {
  background-position: -183px 2px;
}
a:hover .buns_transfer_ico {
  background-position: -183px -22px;
}
a:hover .data_out_ico {
  background-position: -183px -48px;
}
a:hover .folder_ico {
  background-position: -183px -73px;
}
a:hover .del_ico {
  background-position: -183px -99px;
}
a:hover .car_ico {
  background-position: -183px -124px;
}
a:hover .data_transfer_ico {
  background-position: -183px -149px;
}
a:hover .end_jprice_ico {
  background-position: -183px -298px;
}
a:hover .end_exhibit_ico {
  background-position: -183px -334px;
}
a:hover .end_auction_ico {
  background-position: -183px -363px;
}
a:hover .search_ico {
  background-position: -179px -392px;
}
a:hover .define_list_ico {
  background-position: -179px -421px;
}
a:hover .pl_lz_ico {
  background-position: -180px -453px;
}
a:hover .pl_jh_ico {
  background-position: -180px -514px;
}
a:hover .to_deft_ico {
  background-position: -180px -486px;
}
a:hover .locked_ico {
  background-position: -180px -549px;
}
a:hover .unlock_ico {
  background-position: -180px -570px;
}
.show-detail-ico,
.yes-ico,
.no-ico,
.women-ico,
.men-ico {
  display: inline-block;
  width: 21px;
  height: 21px;
  vertical-align: top;
  background-repeat: no-repeat;
  margin-top: 2px;
}
.show-detail-ico {
  width: 16px;
  height: 15px;
  background-image: url("../image/show-detail-red.png");
  background-position: 0 0;
  cursor: pointer;
}
.show-detail-ico:hover {
  background-position: 0 -15px;
}
.yes-ico {
  background-image: url("../image/yes.png");
}
.no-ico {
  background-image: url("../image/no.png");
}
.women-ico {
  background-image: url("../image/wm.png");
}
.men-ico {
  background-image: url("../image/nr.png");
}
i.player {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-image: url("../image/luyin.png");
  background-repeat: no-repeat;
  background-position: center center;
}
i.player-cloud {
  background-image: url("../image/luyin-cloud.png");
}
i.icon-rec-no {
  background-image: url("../image/rec-no.png");
}
.icon-sort-htop,
.icon-sort-hbot,
.icon-sort-top,
.icon-sort-bot,
.icon-cell-cchild,
.icon-cell-edit,
.icon-cell-delete {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-image: url("../image/img-ict.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.icon-sort-htop,
.icon-sort-hbot,
.icon-sort-top,
.icon-sort-bot {
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.icon-sort-top {
  background-position: -40px -20px;
}
.icon-sort-bot {
  background-position: -80px -20px;
}
a:hover .icon-sort-top {
  background-position: -40px -40px;
}
a:hover .icon-sort-bot {
  background-position: -80px -40px;
}
.icon-cell-cchild {
  background-position: -20px -60px;
}
.icon-cell-edit {
  background-position: -20px -80px;
}
.icon-cell-delete {
  background-position: -20px -100px;
}
a:hover .icon-cell-cchild {
  background-position: 0 -60px;
}
a:hover .icon-cell-edit {
  background-position: 0 -80px;
}
a:hover .icon-cell-delete {
  background-position: 0 -100px;
}
.icon_addcross {
  background-image: url("../image/addcross.png");
  background-repeat: no-repeat;
  background-position: center;
}
.icon_erweima {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../image/icon_erweima.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ic_link_ctrls {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -2px 2px 0 -5px;
  background: url("../image/ic_link_ctrls.png");
  background-position: 0 0;
  vertical-align: middle;
}
.ic_link_ctrls.ctr_a {
  background-position: 0 0;
}
a:hover .ic_link_ctrls.ctr_a,
a.active .ic_link_ctrls.ctr_a {
  background-position: -30px 0;
}
.ic_link_ctrls.ctr_b {
  background-position: 0 -30px;
}
a:hover .ic_link_ctrls.ctr_b,
a.active .ic_link_ctrls.ctr_b {
  background-position: -30px -30px;
}
.ic_link_ctrls.ctr_c {
  background-position: 0 -60px;
}
a:hover .ic_link_ctrls.ctr_c,
a.active .ic_link_ctrls.ctr_c {
  background-position: -30px -60px;
}
.ic_link_ctrls.ctr_d {
  background-position: 0 -90px;
}
a:hover .ic_link_ctrls.ctr_d,
a.active .ic_link_ctrls.ctr_d {
  background-position: -30px -90px;
}
.ic_link_ctrls.ctr_e {
  background-position: 0 -120px;
}
a:hover .ic_link_ctrls.ctr_e,
a.active .ic_link_ctrls.ctr_e {
  background-position: -30px -120px;
}
.ic_link_ctrls.ctr_f {
  background-position: 0 -150px;
}
a:hover .ic_link_ctrls.ctr_f,
a.active .ic_link_ctrls.ctr_f {
  background-position: -30px -150px;
}
.ic_link_ctrls.ctr_g {
  background-position: 0 -180px;
}
a:hover .ic_link_ctrls.ctr_g,
a.active .ic_link_ctrls.ctr_g {
  background-position: -30px -180px;
}
.ic_link_ctrls.ctr_h {
  background-position: 0 -210px;
}
a:hover .ic_link_ctrls.ctr_h,
a.active .ic_link_ctrls.ctr_h {
  background-position: -30px -210px;
}
.ic_link_ctrls.ctr_i {
  background-position: 0 -240px;
}
a:hover .ic_link_ctrls.ctr_i,
a.active .ic_link_ctrls.ctr_i {
  background-position: -30px -240px;
}
.ic_link_ctrls.ctr_j {
  background-position: 0 -270px;
}
a:hover .ic_link_ctrls.ctr_j,
a.active .ic_link_ctrls.ctr_j {
  background-position: -30px -270px;
}
.ic_link_ctrls.ctr_k {
  background-position: 0 -300px;
}
a:hover .ic_link_ctrls.ctr_k,
a.active .ic_link_ctrls.ctr_k {
  background-position: -30px -300px;
}
.ic_link_ctrls.ctr_l {
  background-position: 0 -330px;
}
a:hover .ic_link_ctrls.ctr_l,
a.active .ic_link_ctrls.ctr_l {
  background-position: -30px -330px;
}
.ic_link_ctrls.ctr_m {
  background-position: 0 -360px;
}
a:hover .ic_link_ctrls.ctr_m,
a.active .ic_link_ctrls.ctr_m {
  background-position: -30px -360px;
}
.ic_link_ctrls.ctr_n {
  background-position: 0 -390px;
}
a:hover .ic_link_ctrls.ctr_n,
a.active .ic_link_ctrls.ctr_n {
  background-position: -30px -390px;
}
.ic_link_ctrls.ctr_o {
  background-position: 0 -420px;
}
a:hover .ic_link_ctrls.ctr_o,
a.active .ic_link_ctrls.ctr_o {
  background-position: -30px -420px;
}
.ic_link_ctrls.ctr_p {
  background-position: 0 -450px;
}
a:hover .ic_link_ctrls.ctr_p,
a.active .ic_link_ctrls.ctr_p {
  background-position: -30px -450px;
}
.ic_link_ctrls.ctr_q {
  background-position: 0px -480px;
}
a:hover .ic_link_ctrls.ctr_q,
a.active .ic_link_ctrls.ctr_q {
  background-position: -30px -480px;
}
.ic_link_ctrls.ctr_r {
  background-position: 0px -510px;
}
a:hover .ic_link_ctrls.ctr_r,
a.active .ic_link_ctrls.ctr_r {
  background-position: -30px -510px;
}
.ic_link_ctrls.ctr_s {
  background-position: 0px -540px;
}
a:hover .ic_link_ctrls.ctr_s,
a.active .ic_link_ctrls.ctr_s {
  background-position: -30px -540px;
}
.ic_link_ctrls.ctr_t {
  background-position: 0px -570px;
}
a:hover .ic_link_ctrls.ctr_t,
a.active .ic_link_ctrls.ctr_t {
  background-position: -30px -570px;
}
.ic_link_ctrls.ctr_u {
  background-position: 0px -600px;
}
a:hover .ic_link_ctrls.ctr_u,
a.active .ic_link_ctrls.ctr_u {
  background-position: -30px -600px;
}
.ic_link_ctrls.ctr_v {
  background-position: 0px -630px;
}
a:hover .ic_link_ctrls.ctr_v,
a.active .ic_link_ctrls.ctr_v {
  background-position: -30px -630px;
}
.ic_link_ctrls.ctr_w {
  background-position: 0px -660px;
}
a:hover .ic_link_ctrls.ctr_w,
a.active .ic_link_ctrls.ctr_w {
  background-position: -30px -660px;
}
.ic_link_ctrls.ctr_x {
  background-position: 0px -690px;
}
a:hover .ic_link_ctrls.ctr_x,
a.active .ic_link_ctrls.ctr_x {
  background-position: -30px -690px;
}
.ic_link_ctrls.ctr_y {
  background-position: 0px -720px;
}
a:hover .ic_link_ctrls.ctr_y,
a.active .ic_link_ctrls.ctr_y {
  background-position: -30px -720px;
}
.ic_link_ctrls.ctr_z {
  background-position: 0px -750px;
}
a:hover .ic_link_ctrls.ctr_z,
a.active .ic_link_ctrls.ctr_z {
  background-position: -30px -750px;
}
.topnav {
  height: 40px;
  line-height: 40px;
  border-bottom: 2px #205aa4 solid;
}
.topnav .logo {
  margin-left: 14px;
  display: inline-block;
  vertical-align: top;
  height: 18px;
  margin-top: 11px;
}
.topnav .tit {
  font-size: 14px;
  font-weight: bold;
  color: #231815;
  font-family: 'Microsoft YaHei';
  vertical-align: top;
  margin-left: 5px;
}
.topnav .site-links {
  position: relative;
  float: left;
  margin-left: 30px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  color: #205aa4;
  padding: 0px 15px;
  -webkit-transition: .5s background;
  -moz-transition: .5s background;
  -ms-transition: .5s background;
  -o-transition: .5s background;
  transition: .5s background;
}
.topnav .site-links .sl-down-ico {
  display: inline-block;
  background-image: url("../image/img-sp.png");
  background-position: -225px -68px;
  background-repeat: no-repeat;
  width: 13px;
  height: 7px;
  margin-left: 5px;
  transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transition: transform .5s;
  -moz-transition: -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
}
.topnav .site-links:hover {
  height: 40px;
  border-bottom: 2px solid #003477;
  background-color: #0e4893;
  color: #ffffff;
}
.topnav .site-links:hover .sl-down-ico {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.topnav .links {
  float: left;
  margin-right: 10px;
  text-align: center;
}
.topnav .links i {
  font-size: 20px;
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.topnav .links a {
  width: 55px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: .5s background;
  -moz-transition: .5s background;
  -ms-transition: .5s background;
  -o-transition: .5s background;
  transition: .5s background;
}
.topnav .links a:hover,
.topnav .links .users-center:hover > a {
  height: 40px;
  border-bottom: 2px solid #003477;
  background-color: #0e4893;
}
.topnav .links .lks a {
  display: block;
  line-height: 30px;
  white-space: nowrap;
  width: 190px;
  height: 30px;
  text-align: center;
  color: #606f7b;
}
.topnav .links .lks a:hover {
  background-color: #3384d5;
  color: #ffffff;
  border-bottom: 0;
}
.switch_left {
  font-size: 18px;
  background-position: 0 -147px;
  cursor: pointer;
  margin-left: 37px;
  line-height: 40px;
}
.switch_left:hover {
  background-position: -35px -147px;
}
.log_info {
  color: #76a0d5;
  float: left;
  margin-right: 30px;
  line-height: 40px;
}
.log_info a {
  color: #76a0d5;
}
.log_info a:hover {
  color: #205aa4;
}
.users-center {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.site-links .lks,
.users-center .lks {
  position: absolute;
  display: none;
  background-color: #fff;
  /* box-shadow: 0 0 30px #aaa; */
  z-index: 999;
  right: -1px;
  top: 42px;
  border: 1px #cad0d3 solid;
  padding: 5px 0;
  text-align: center;
}
.site-links .lks a,
.users-center .lks a {
  display: block;
  line-height: 30px;
  white-space: nowrap;
  width: 190px;
  height: 30px;
  text-align: center;
  color: #606f7b;
  -webkit-transition: .5s background;
  -moz-transition: .5s background;
  -ms-transition: .5s background;
  -o-transition: .5s background;
  transition: .5s background;
}
.site-links .lks a:hover,
.users-center .lks a:hover {
  background-color: #3384d5;
  color: #ffffff;
}
.site-links:hover .lks,
.users-center:hover .lks {
  display: block;
}
.topnav .links a.top_note {
  position: relative;
}
.topnav .links a.top_note em {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 5px;
  right: 10px;
  display: inline-block;
  text-align: center;
  background-color: #ff0000;
  font-size: 12px;
  line-height: 16px;
  font-style: normal;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
/*top plat menu begin*/
.top-plat {
  position: absolute;
  top: 0;
  left: 200px;
  display: inline-block;
  font-size: 0;
}
.top-plat .plat-cell {
  position: relative;
  display: inline-block;
  width: 190px;
}
.top-plat .plat-cell a.plat-title {
  color: #205aa4;
  display: inline-block;
  width: 100%;
  height: 40px;
  text-indent: 46px;
  /*border-left: 1px transparent solid;
	border-right: 1px transparent solid;*/
  font-size: 12px;
  font-weight: bold;
  -webkit-transition: 0.5s background, 0.5s border-left, 0.5s border-right;
  -moz-transition: 0.5s background, 0.5s border-left, 0.5s border-right;
  -ms-transition: 0.5s background, 0.5s border-left, 0.5s border-right;
  -o-transition: 0.5s background, 0.5s border-left, 0.5s border-right;
  transition: 0.5s background, 0.5s border-left, 0.5s border-right;
}
.top-plat .plat-cell a i.icon {
  margin-left: 5px;
  margin-top: -2px;
}
.top-plat .plat-cell a.switch-open,
.top-plat .plat-cell a.plat-title:hover,
.top-plat .plat-cell.current a.plat-title {
  height: 40px;
  background-color: #e9eef4;
  border-bottom: 2px #205aa4 solid;
  /*background-color: #0e4893;
	color: #fff;
	border-bottom: 2px solid #003477;
	border-left: 1px #0e4893 solid;
	border-right: 1px #0e4893 solid;
	*/
}
.top-plat .plat-cell a i.sl-down-ico {
  display: inline-block;
  background-image: url(../image/img-sp.png);
  background-position: -225px -68px;
  background-repeat: no-repeat;
  width: 13px;
  height: 7px;
  margin-left: 15px;
  transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transition: transform .5s;
  -moz-transition: -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
}
.top-plat .plat-cell a.switch-open i.sl-down-ico {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.top-plat .plat-cell ul,
.plat-menu-list div.menu-cell ul {
  position: absolute;
  top: 42px;
  left: 0;
  width: 99%;
  z-index: 9;
  background-color: #ffffff;
  border-width: 1px 1px 0 1px;
  border-color: #cad0d3;
  border-style: solid;
  display: none;
}
.top-plat .plat-cell ul li,
.plat-menu-list div.menu-cell ul li {
  width: 100%;
  border-bottom: 1px #cad0d3 solid;
}
.top-plat .plat-cell ul li dl,
.plat-menu-list div.menu-cell ul li dl {
  margin: 10px 0;
}
.top-plat .plat-cell ul li dt,
.top-plat .plat-cell ul li dd,
.plat-menu-list div.menu-cell ul li dt,
.plat-menu-list div.menu-cell ul li dd {
  padding: 0;
  margin: 0;
  height: 30px;
  line-height: 30px;
  color: #606f7b;
  text-align: center;
}
.top-plat .plat-cell ul li dt,
.plat-menu-list div.menu-cell ul li dt {
  font-weight: bold;
  text-indent: -5px;
}
.top-plat .plat-cell ul li dt i img,
.plat-menu-list div.menu-cell ul li dt i img {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
.top-plat .plat-cell ul li dd a,
.plat-menu-list div.menu-cell ul li dd a {
  color: #606f7b;
  display: block;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -ms-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}
.top-plat .plat-cell ul li dd a:hover,
.plat-menu-list div.menu-cell ul li dd a:hover {
  color: #ffffff;
  background-color: #3384d5;
}
.plat-menu-cells {
  width: 190px;
  height: 42px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  display: none;
}
.plat-menu-cells.show_it {
  display: block;
}
.plat-menu-list {
  position: absolute;
  left: 0;
  top: 42px;
  width: 188px;
  padding: 10px 0;
  background-color: #ffffff;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #cad0d3;
  z-index: 2;
  display: none;
}
.plat-menu-cells .plat-menu-list div {
  position: relative;
}
.plat-menu-cells:hover .plat-menu-list {
  display: block;
}
.plat-menu-list div.menu-cell > a {
  position: relative;
  width: 100%;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  font-size: 12px;
  color: #606f7b;
  text-align: left;
  text-indent: 42px;
  -webkit-transition: .5s background;
  -moz-transition: .5s background;
  -ms-transition: .5s background;
  -o-transition: .5s background;
  transition: .5s background;
}
.plat-menu-list div.menu-cell > a > i.icon {
  margin-right: 5px;
}
.plat-menu-list div.menu-cell a i.sl-down-ico {
  display: inline-block;
  width: 7px;
  height: 13px;
  line-height: 42px;
  position: absolute;
  top: 15px;
  right: 20px;
  background: url(../image/ic-arrow-right.png) 0 0 no-repeat;
}
.plat-menu-list div.menu-cell.current a i.sl-down-ico,
.plat-menu-list div.menu-cell:hover a i.sl-down-ico {
  background: url(../image/ic-arrow-right-hover.png) 0 0 no-repeat;
}
.plat-menu-list div.menu-cell > a span i {
  font-size: 17px;
  font-style: normal;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 14px;
}
.plat-menu-list div.menu-cell:hover > a,
.plat-menu-list div.menu-cell.cell-selected > a {
  color: #ffffff;
  background-color: #3384d5;
}
.plat-menu-list div.menu-cell ul {
  display: none;
  left: 100%;
  top: 0;
}
.plat-menu-list div.menu-cell:hover ul {
  display: block;
}
.top-plat > .plat-cell.disn,
.plat-menu-list div.menu-cell.disn {
  display: none;
}
/*top plat menu end*/
/****topbar menu begin****/
.icon.hd-topmenu0,
.icon.hd-topmenu1,
.icon.hd-topmenu2,
.icon.hd-topmenu3,
.icon.hd-topmenu4,
.icon.hd-topmenu5 {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background-image: url("../image/img-top.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.icon.hd-topmenu0 {
  background-position: 0 0;
}
.icon.hd-topmenu1 {
  background-position: 0 -30px;
}
.icon.hd-topmenu2 {
  background-position: 0 -60px;
}
.icon.hd-topmenu3 {
  background-position: 0 -90px;
}
.icon.hd-topmenu4 {
  background-position: 0 -120px;
}
.icon.hd-topmenu5 {
  background-position: 0 -150px;
}
/*.top-plat .plat-cell a:hover .icon.hd-home,
.top-plat .plat-cell.current a .icon.hd-home,{
    background-position: -30px 0;
}*/
.plat-menu-list div.menu-cell:hover > a .icon.hd-topmenu1,
.plat-menu-list div.menu-cell.cell-selected > a .icon.hd-topmenu1 {
  background-position: -30px -30px;
}
.plat-menu-list div.menu-cell:hover > a .icon.hd-topmenu2,
.plat-menu-list div.menu-cell.cell-selected > a .icon.hd-topmenu2 {
  background-position: -30px -60px;
}
.plat-menu-list div.menu-cell:hover > a .icon.hd-topmenu3,
.plat-menu-list div.menu-cell.cell-selected > a .icon.hd-topmenu3 {
  background-position: -30px -90px;
}
.plat-menu-list div.menu-cell:hover > a .icon.hd-topmenu4,
.plat-menu-list div.menu-cell.cell-selected > a .icon.hd-topmenu4 {
  background-position: -30px -120px;
}
.plat-menu-list div.menu-cell:hover > a .icon.hd-topmenu5,
.plat-menu-list div.menu-cell.cell-selected > a .icon.hd-topmenu5 {
  background-position: -30px -150px;
}
/****topbar menu end****/
/*左侧导航*/
.leftsidebar {
  position: absolute;
  left: 0;
  top: 42px;
  width: 200px;
  height: 100%;
  background-color: #414141;
  overflow: hidden;
}
.copy-right {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
  color: #a7a7a7;
  font-family: microsoft yahei;
  font-size: 12px;
  padding-left: 20px;
  box-sizing: border-box;
  text-align: center;
}
.copy-right p {
  color: #c1c1c1;
  text-align: left;
}
.copy-right p a {
  color: #c1c1c1;
}
.copy-right img {
  width: 115px;
  margin-left: -20px;
}
.copy-right a.ading {
  margin-left: -20px;
  width: 115px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  text-indent: 30px;
  display: inline-block;
  background-image: url('../image/pc-ico.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 98%;
  color: #878787;
  font-size: 12px;
  margin-top: 15px;
}
.copy-right a.ading.wap {
  background-image: url('../image/wap-ico.png');
  margin-bottom: 75px;
}
.copy-right a.ading:hover {
  background-image: url('../image/pc-icod.png');
  color: #fff;
}
.copy-right a.ading:hover.wap {
  background-image: url('../image/wap-icod.png');
}
.qcoding {
  position: fixed;
  left: 200px;
  right: 0;
  bottom: 0;
  top: 42px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
}
.qcoding > div {
  width: 290px;
  height: 280px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -145px;
  margin-top: -150px;
}
.qcoding > div div {
  width: 200px;
  height: 200px;
  padding: 20px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 0 auto;
}
.qcoding > div span {
  display: block;
  font-size: 22px;
  color: #fff;
  margin-top: 35px;
}
.level_1 {
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #414141;
}
.title_link {
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 12px;
  text-indent: 44px;
  line-height: 40px;
}
.title_link:hover,
.level_1.active .title_link {
  background-color: #393939;
  font-weight: bolder;
  color: #fff;
}
.title_link .icon {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin-top: 10px;
  margin-right: 12px;
}
.title_link .open_close {
  position: absolute;
  display: block;
  font-size: 12px;
  width: 12px;
  height: 12px;
  right: 22px;
  top: 14px;
  margin-top: 0;
  margin-right: 0;
}
/* 左侧 第二级菜单 */
.level_2 {
  display: none;
  background-color: #393939;
}
.level_2 a {
  line-height: 40px;
  display: block;
  text-indent: 76px;
  font-size: 12px;
  color: #aeb1b6;
}
.level_2 a:hover,
.level_2 a.current {
  color: #7cb6ff;
}
/*switch store*/
.switch-store {
  position: relative;
  width: 100%;
  z-index: 1;
}
.switch-store .site-links {
  position: relative;
  width: 199px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: bolder;
  color: #205aa4;
  background-color: #ffffff;
  text-align: center;
  text-indent: -12px;
  border-right: 1px #e9eef4 solid;
}
.switch-store .site-links span {
  position: absolute;
  top: 0;
  right: 4px;
  width: 18px;
  height: 7px;
  display: block;
  padding: 12px 10px;
  font-size: 12px;
  font-weight: normal;
  color: #a3a5a8;
  cursor: pointer;
  text-indent: 0;
}
.switch-store .site-links span .s-site-tip {
  display: none;
  position: fixed;
  left: 200px;
  top: 42px;
  z-index: 1;
  width: 66px;
  height: 28px;
  line-height: 28px;
  border: 1px #959595 solid;
  color: #949494;
  background-color: #414141;
}
.switch-store .site-links span:hover .s-site-tip {
  display: block;
}
.switch-store .site-links span .sl-down-ico {
  display: block;
  background-image: url("../image/img-sp.png");
  background-position: -225px -60px;
  background-repeat: no-repeat;
  width: 13px;
  height: 7px;
  margin-left: 5px;
  transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transition: transform .5s;
  -moz-transition: -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
}
.switch-store .switch-open span .sl-down-ico {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.switch-store ul {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 9;
  display: none;
}
.switch-store ul,
.switch-store ul li {
  width: 100%;
  background-color: #e9eef4;
  text-align: center;
}
.switch-store ul li {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #606f7b;
  text-indent: -12px;
  cursor: pointer;
}
.switch-store ul li a {
  display: block;
}
.switch-store ul li:hover,
.switch-store ul li:hover a {
  color: #ffffff;
  background-color: #3384d5;
}
.switch_links {
  border-bottom: 1px solid #eaeaea;
}
.switch_links > a {
  /* width: 100px; */
  min-width: 100px;
  height: 30px;
  line-height: 30px;
  padding: 0 27px 0 20px;
  text-align: center;
  color: #283038;
}
.switch_links > a:hover,
.switch_links > a.active {
  background-color: #0b476f;
  color: #fefefe;
}
.ctrl_links {
  position: relative;
  border-bottom: 2px solid #154e75;
  padding-left: 12px;
}
.ctrl_links.no_border {
  border-bottom: 0;
}
.ctrl_links > a {
  color: #606f7b;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
}
.ctrl_links > a:hover {
  color: #b60005;
  background-color: #f0f0f0;
}
.ctrl_links .icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 3px;
  font-size: 20px;
  width: 20px;
  height: 20px;
  margin-top: 5px;
}
.ctrl_links .cus_list {
  position: absolute;
  right: 20px;
  top: 0;
}
.ctrl_links .switch_search {
  position: absolute;
  right: 143px;
  top: 0;
}
.ctrl_links.level_filter > a:hover {
  color: #2982cc;
  background-color: #ffffff;
}
.ctrl_links.level_filter > a.active {
  font-weight: 700;
  color: #2982cc;
  background-color: #ffffff;
}
.ctrl_links span {
  font-size: 12px;
  line-height: 30px;
  margin: 0 12px;
}
.ctrl_links span strong {
  color: #ff0000;
}
.ctrl_links button.btn {
  margin-left: 20px;
  vertical-align: inherit;
}
.ctrl_links span a.tolink {
  cursor: pointer;
  color: #000;
}
.ctrl_links span a.tolink:hover {
  color: #2982cc;
}
.tab_links,
.light_switch {
  border-bottom: 1px solid #e7e7e7;
  padding-left: 3px;
  height: 30px;
}
.tab_links > a,
.light_switch > a {
  height: 30px;
  line-height: 30px;
  margin-right: 4px;
  padding: 0 30px;
  color: #6b6b6b;
  background-color: #e7e7e7;
  /*width: 138px;*/
  text-align: center;
  border: 1px solid #e7e7e7;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
}
.tab_links > a:first-child,
.light_switch > a:first-child {
  margin-left: 30px;
}
.tab_links > a.active,
.light_switch > a.active {
  background-color: #fff;
  color: #2982cc;
  font-weight: bold;
}
.tab_links.border_none {
  border: 0;
  border-bottom: 1px solid #154e75;
  height: 35px;
  line-height: 35px;
}
.tab_links.border_none > a {
  border: 0;
  background: transparent;
  color: #6b6b6b;
  height: 100%;
  padding: 0 15px;
}
.tab_links.border_none > a:hover,
.tab_links.border_none > a.active {
  color: #2982cc;
  font-weight: bold;
  height: 100%;
}
.tab_links.border_none > a:last-child {
  border: 0;
}
.tab_stk,
.tab_stk > a {
  background-color: #e0eefc;
  color: #205aa4;
  padding: 0;
  text-align: center;
}
.tab_stk {
  margin-top: 15px;
}
.tab_stk > a {
  width: 116px;
  border-color: #e0eefc;
  border-right: 1px solid #e0eefc;
  font-weight: bold;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.tab_stk > a:first-child {
  margin-left: 0;
}
.tab_stk > a.active {
  background-color: #fff;
  color: #000;
  border-color: #c7d9ea;
}
.tab_inner {
  margin-bottom: 10px;
}
.tab_inner > a {
  width: auto;
  margin: 0;
  border: none;
  color: #7a7a7a;
  font-weight: bold;
  background-color: transparent;
}
.tab_inner > a.active {
  background-color: transparent;
  background-image: url("../image/act.png");
  background-repeat: no-repeat;
  background-position: center 90%;
  color: #23a8eb;
}
.zs-box {
  position: relative;
  display: inline-block;
  width: 148px;
  height: 23px;
  border: 1px solid #a9a9a9;
  cursor: pointer;
  font-size: 12px;
  color: #000;
  background-color: #fff;
}
.zs-value {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 90%;
  line-height: 23px;
  white-space: nowrap;
  text-indent: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zs-down-ico {
  display: inline-block;
  position: absolute;
  right: 3px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #333;
  background-color: #fff;
  margin-top: -3px;
}
.zs-disabled {
  background-color: #f9f9f9;
  cursor: not-allowed;
}
.zs-disabled .zs-value {
  color: #aaa;
}
.zs-disabled .zs-down-ico {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.zs-list {
  position: absolute;
  top: 100%;
  left: -1px;
  margin-top: 2px;
  padding: 0;
  width: 100%;
  border: 1px solid #d1dae4;
  max-height: 192px;
  z-index: 9999;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: auto;
  display: none;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.active-top .zs-list {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
.zs-box.active {
  z-index: 9999;
}
.zs-box.active .zs-list {
  margin-top: 2px;
  display: block;
  animation: selectmove .3s 1;
  -webkit-animation: selectmove .3s 1;
}
@keyframes selectmove {
  from {
    margin-top: 15px;
  }
  to {
    margin-top: 2px;
  }
}
@-webkit-keyframes selectmove {
  /*Safari and Chrome*/
  from {
    margin-top: 15px;
  }
  to {
    margin-top: 2px;
  }
}
.zs-item {
  list-style-type: none;
  height: 32px;
  line-height: 32px;
  text-indent: 3px;
  white-space: nowrap;
  width: 100%;
  color: #606f7b;
  background-color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zs-item:hover {
  color: #606f7b;
  background-color: #f2f2f2;
}
.zs-item.current {
  color: #ffffff;
  background-color: #23a8eb;
}
.zs-item[v=''] {
  color: #aaaaaa;
  background-color: #ffffff;
}
.zs-down-ico {
  border: none;
  width: 13px;
  height: 7px;
  background-repeat: no-repeat;
  background-image: url("../image/img-sp.png");
  background-position: -225px -60px;
  margin-right: 5px;
  -webkit-transition: transform .3s;
  -ms-transition: transform .3s;
  -moz-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
}
.zs-box.active .zs-down-ico {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.input-text {
  padding: 0;
  margin: 0;
  width: 148px;
  height: 23px;
  line-height: 23px;
  border: 1px solid #dcdcdc;
  text-indent: 3px;
  font-family: microsoft yahei;
  font-size: 12px;
  outline: none;
}
.input-text.disabled,
.input-text[disabled] {
  cursor: not-allowed;
  background-color: #f9f9f9;
}
.input-text.require,
.zs-box.require,
.zs-box.require .zs-down-ico {
  /*background-color: #fff5c7;*/
  background-color: #fff9e0;
}
/*search form*/
.search_form {
  font-size: 0;
  white-space: nowrap;
}
.search_form .sc_wrap {
  position: relative;
  display: inline-block;
  vertical-align: top;
  background-color: transparent;
  /*min-width: 750px;*/
}
.bb_eaeaea {
  border-bottom: 1px solid #eaeaea;
}
.req_title,
.req_value {
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #eaeaea;
  font-size: 12px;
}
.req_title {
  background-color: #f5f7f8;
  color: #606f7b;
  font-weight: bolder;
  height: 30px;
  line-height: 30px;
  padding: 0 20px 0 27px;
}
.req_value {
  height: 30px;
  line-height: 30px;
}
.req_value .zs-box {
  height: 30px;
  border: 0;
  background-color: #fff;
  line-height: 25px;
}
.req_value .zs-value {
  line-height: 30px;
  color: #606f7b;
}
.req_value .zs-value,
.req_value .zs-item {
  text-indent: 14px;
}
.req_value .zs-down-ico {
  margin-right: 15px;
}
.req_value .input-text {
  height: 30px;
  line-height: 30px;
  border: 0;
  text-indent: 14px;
}
.req_value .input-text.date-ico {
  width: 118px;
  background-position: calc(90%) center;
}
.date_middle {
  padding: 0 14px;
  color: #606f7b;
}
.add_req,
.add_dealer,
.do_dataout {
  width: 137px;
  height: 30px;
  background-color: #28323a;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  border-right: 1px #d1dae4 solid;
}
.add_req:hover {
  color: #fff;
}
.req_list {
  display: none;
}
.req_list {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  overflow: hidden;
}
.req_list .req_title {
  border-right: 0;
}
.req_list ul,
.req_list li {
  display: inline-block;
  vertical-align: top;
}
.req_list ul {
  margin-top: 2px;
}
.req_list li {
  width: 123px;
  height: 25px;
  margin-right: 15px;
}
.req_list li span {
  border: 1px solid #cad0d3;
  border-right: 0;
  display: inline-block;
  vertical-align: top;
  height: 23px;
  width: 97px;
  line-height: 23px;
  color: #606f7b;
  background-color: #fff;
  text-indent: 8px;
  white-space: nowrap;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clear_req {
  display: inline-block;
  vertical-align: top;
  height: 25px;
  width: 25px;
  background-color: #28323a;
  cursor: pointer;
  background-image: url("../image/img-sp.png");
  background-repeat: no-repeat;
  background-position: -218px -23px;
  border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
}
.clear_req:hover {
  background-color: #b60005;
}
.clear_all {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  margin: 0 50px 0 40px;
  line-height: 30px;
  cursor: pointer;
  color: #85888c;
}
.clear_all:hover {
  color: #85888c;
}
.clear_ico {
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 25px;
  margin-top: 2px;
  background-position: -222px 4px;
}
.search_form .search_btn,
.rapid_form .search_btn {
  margin: 0;
  display: inline-block;
  width: 80px;
  height: 30px;
  border-radius: 0;
  vertical-align: top;
  font-size: 12px;
  color: #606f7b;
  font-weight: bolder;
}
.search_btn:hover {
  background-color: #ff6c00;
  color: #ffffff;
  opacity: 1;
}
.search_btn:active {
  opacity: 0.8;
}
.req_tips {
  line-height: 30px;
  color: #a6a6a6;
  font-size: 12px;
  display: inline;
  margin: 0 5px;
}
/**    date: 2017-11-08;    author: zsx;    about: search-filter;**/
.auto-timelist {
  display: inline-block;
}
.auto-timelist .border {
  display: none;
}
.search_form.rows_two .search_list {
  border-right: 0;
}
.search_form.rows_two .auto-timelist,
.search_form.rows_two .auto-timelist .border {
  display: block;
}
/**    date: 2017-02-15;    author: zsx;    about: user;**/
.search_form .right_btn {
  height: 26px;
  margin: 2px 20px 0 20px;
  font-size: 12px;
  border-radius: 5px;
  color: #ffffff;
  background: #3384d5;
}
.search_form .right_btn:before {
  content: "+";
  font-size: 14px;
  margin-right: 5px;
}
.search_form .right_btn:hover {
  background-color: #28323a;
  opacity: 1;
  filter: alpha(opacity=100);
}
.search_form .req_value .zs-down-ico {
  margin-right: 8px;
}
.search_form .zs-list {
  white-space: normal;
}
.search_form .disn {
  display: none;
}
.search_group_box {
  font-size: 0;
  border: 0;
}
.search_group_box .zs-box {
  border-right: 1px solid #d1dae4;
}
.checkkeys {
  display: inline-block;
  width: 80px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  border-right: 1px solid #eaeaea;
  color: #23a8eb;
  margin-right: 10px;
  cursor: pointer;
}
.table_box .panel-body {
  border: 0;
}
.table_box .datagrid-header-row {
  height: 32px;
}
    .table_box .datagrid-header-row td {
        background-color: #4c5660;
        color: #fff;
        border-color: #e5e5e5;
    }
        .table_box .datagrid-header-row td:hover {
            background-color: #3c434b;
            color: #fff;
        }
.table_box .datagrid-body td {
    border-color: #e5e5e5;
}
.table_box .datagrid-header td,
.table_box .datagrid-body td,
.table_box .datagrid-footer td {
  border-style: solid;
}
.table_box .datagrid-row {
  background-color: #fff;
}
.table_box .datagrid-header-rownumber,
.table_box .datagrid-cell-rownumber {
  /*min-width: 30px;*/
  /*width: auto;*/
}
.table_box .datagrid-row-alt {
  background-color: #fbfbfb;
}
.table_box .datagrid-row-selected {
  background-color: #ffe48d;
}
.table_box .datagrid-row-over {
  background-color: #b8eeff;
}
/*tree grid*/
.table_tree .datagrid-cell,
.table_tree .datagrid-cell-group,
.table_tree .datagrid-header-rownumber,
.table_tree .datagrid-cell-rownumber {
  height: 30px;
  line-height: 30px;
}
.table_tree .tree-expanded,
.table_tree .tree-collapsed,
.table_tree .tree-folder,
.table_tree .tree-file,
.table_tree .tree-checkbox,
.table_tree .tree-indent,
.table_tree .tree-title {
  margin-top: 6px;
}
.table_tree .tree-folder,
.table_tree .tree-file {
  width: 0;
  background-image: none;
}
span[class*="treegrid-level"] {
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px #d4e2ec solid;
}
span.treegrid-level1 {
  background: #2a61a8;
  color: #ffffff;
  border-color: #2a61a8;
}
span.treegrid-level2 {
  background: #6aa0c9;
  color: #ffffff;
  border-color: #6aa0c9;
}
span.treegrid-level3 {
  background: #f1f9ff;
  color: #626262;
}
span.treegrid-level4 {
  background: #ffffff;
  color: #626262;
}
/*.tree-lines .tree-expanded, .tree-lines .tree-root-first .tree-expanded,
.tree-lines .tree-node-last .tree-expanded,
.tree-lines .tree-expanded{
    background: url("../image/img-ict.png") -136px 0px no-repeat !important;
}
.tree-lines .tree-collapsed, .tree-lines .tree-root-first .tree-collapsed,
.tree-lines .tree-node-last .tree-collapsed,
.tree-lines .tree-collapsed{
    background: url("../image/img-ict.png") -112px 0px no-repeat !important;
}

.table_tree .tree-expanded,
.table_tree .tree-collapsed{
    width: 24px;
    margin-left: -4px;
    margin-top: 4px;
}
*/
.cell-erweima {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border: 1px #ccc solid;
}
.cell-tips-erweima {
  text-align: center;
  line-height: normal;
}
.cell-tips-erweima img {
  max-width: 100%;
  max-height: 100%;
}
.layui-layer-tips .layui-layer-content {
  padding: 8px 8px 6px !important;
}
.normal_table table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 12px;
}
.normal_table tr {
  height: 43px;
  border-bottom: 1px solid #cad0d3;
}
.normal_table tr:nth-child(2n) {
  background-color: #fbfbfb;
}
.normal_table thead tr {
  border-top: 0;
  border-bottom: 1px solid #b2d2f2;
}
.normal_table th {
  background-color: #f5f9fd;
  color: #276ab0;
  font-weight: bolder;
}
.normal_table td {
  color: #606f7b;
}
table.newslist th,
table.newslist td {
  padding: 10px;
}
table.newslist td a {
  color: #276ab0;
  margin: 0 5px;
  cursor: pointer;
}
table.newslist td a:hover {
  color: #ec695e;
}
table.newslist td a.gray,
table.newslist td a.gray:hover {
  color: #c1c1c1;
}
table.newslist td a.disabled {
  color: #ccc;
  cursor: not-allowed;
}
table.newslist td a.disabled:hover {
  text-decoration: none;
}
.field_text {
  width: 85px;
  text-align: right;
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 30px;
  color: #606f7b;
  font-size: 12px;
}
.row {
  margin-bottom: 5px;
}
.row .input-text {
  height: 28px;
  border: 1px solid #dcdcdc;
}
.row .w400 {
  width: 400px;
}
.row .w670 {
  width: 670px;
}
.row .input-text.disabled,
.row .input-text[disabled] {
  background-color: #f9f9f9;
  cursor: not-allowed;
}
label input[type='radio'].disabled,
label input[type='radio'][disabled],
label input[type='radio'].disabled + span,
label input[type='radio'][disabled] + span,
label input[type='checkbox'].disabled,
label input[type='checkbox'][disabled],
label input[type='checkbox'].disabled + span,
label input[type='checkbox'][disabled] + span,
input[type='checkbox'].disabled,
input[type='checkbox'][disabled] .ot_mark input.disabled,
.ot_mark input[disabled] {
  cursor: not-allowed;
}
.row .w120 {
  width: 120px;
}
.w185,
.row .w185 {
  width: 185px;
}
.row .label_select {
  display: inline-block;
  vertical-align: top;
}
.row .label_select .zs-box {
  vertical-align: middle;
  height: 28px;
  width: 108px;
  border: 1px solid #dcdcdc;
}
.row .label_select .zs-value {
  line-height: 28px;
}
.row textarea.input-text {
  height: 55px;
  line-height: 18px;
  padding: 3px;
  text-indent: 0;
  resize: none;
}
.normal_form .sub_btn,
.normal_form .reset_btn {
  width: 150px;
  margin-top: 45px;
}
.normal_form .reset_btn {
  margin-left: 20px;
  background-color: #898989;
}
.normal_form .reset_btn:hover {
  background-color: #205aa4;
}
.normal_form .upload_btn {
  position: relative;
  width: 80px;
  height: 27px;
  line-height: 27px;
  display: inline-block;
  font-size: 12px;
  border-radius: 5px;
  color: #3384d5;
  border: 1px #3384d5 solid;
  text-align: center;
  vertical-align: middle;
  cursor: default;
}
.normal_form .upload_btn:hover {
  color: #ffffff;
  background-color: #3384d5;
  border: 1px #3384d5 solid;
}
.normal_form .upload_btn input[type="file"] {
  position: absolute;
  left: 0;
  width: 80px;
  height: 27px;
  opacity: 0;
  cursor: default;
}
.normal_form .size_tip {
  margin-left: 10px;
  color: #a6a6a6;
}
.normal_form p.row_tip {
  color: #8d8d8d;
  text-indent: 95px;
  margin: 8px 0 10px;
}
.normal_form p.required_tip {
  text-indent: 95px;
  margin: 8px 0 10px;
}
.h3_hr {
  border-bottom: 2px #eeeeee solid;
  padding-bottom: 10px;
  padding-left: 10px;
}
.checklist {
  padding: 0 10px 0 85px;
}
.checklist h4 {
  margin: 10px 0 0 0;
}
.checklist h4:first-child {
  margin: 0;
}
.labelrow {
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
.labelrow label {
  margin: 0 15px 0 0;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}
.checklist h4 label {
  margin-left: 10px;
  font-weight: normal;
}
.checklist h4 label input {
  vertical-align: middle;
  margin-top: 1px;
}
.labelrow label input[type="radio"],
.labelrow label input[type="checkbox"] {
  vertical-align: middle;
  margin: -1px 0 0 0;
}
.labelrow label input[type="radio"] + span,
.labelrow label input[type="checkbox"] + span {
  padding: 0 3px;
}
.labelrow label input[type="radio"] {
  margin-top: -2px;
}
.cz_links a {
  color: #00bbee;
  margin: 0 10px;
}
.cz_links a:hover {
  text-decoration: underline;
}
.cz_links a.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.cz_links a.disabled:hover {
  text-decoration: none;
}
/*.border.sty_blue {
    border-top: 1px solid #d5d5d5;
    margin: 5px 0 12px;
    width: 800px;
}*/
.border.sty_blue {
  border-top: 3px solid #23a8eb;
  margin: 10px 0;
  width: 800px;
  margin-left: 25px;
}
.w357 {
  width: 357px;
}
.zs-box.readonly,
.zs-box.readonly .zs-down-ico {
  background-color: #f9f9f9;
  cursor: not-allowed;
}
.field_list {
  position: absolute;
  right: 20px;
  width: 580px;
  background-color: #fafafa;
  border: 1px solid #aaa;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: none;
}
.field_list ul {
  position: relative;
  left: 30px;
  width: 560px;
  margin-left: 10px;
  margin-top: 25px;
}
.field_list li {
  margin-right: 5px;
  width: 135px;
}
.reset_fields {
  margin-bottom: 15px;
  margin-top: 25px;
}
.reset_fields .checkbox {
  margin-left: 380px;
}
.row .field_select {
  display: inline-block;
  margin-top: 2px;
}
.row .field_select .zs-box {
  height: 28px;
  border: 1px solid #cad0d3;
}
.row .field_select .zs-value {
  line-height: 28px;
}
.mark-list {
  margin-left: 126px;
}
.mark-list li {
  position: relative;
  margin: 5px 30px 5px 0;
  line-height: 25px;
  padding-right: 0;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
}
.mark-list li span {
  padding: 0 10px;
}
.mark-list li .clear_req {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.mark-list li:hover {
  margin-right: 5px;
  padding-right: 25px;
}
.mark-list li:hover .clear_req {
  display: block;
}
.hasunit {
  display: inline-block;
  position: relative;
}
.unit {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 5px;
  height: 28px;
  line-height: 28px;
  background-color: #ffffff;
}
/*labelrow model_check_row*/
.model_check_row {
  height: auto;
}
.model_check_row ul li {
  margin: 20px 20px 20px 0;
  text-align: center;
}
.model_check_row ul li p {
  font-size: 14px;
  font-weight: bold;
}
.model_check_row ul li label {
  position: relative;
  width: 232px;
  height: 168px;
  margin: 0;
  display: inline-block;
}
.model_check_row ul li label input[type='radio'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.model_check_row ul li label .model_checked,
.model_check_row ul li label .model_loading_bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.model_check_row ul li label input[type='radio']:checked + .model_checked {
  background-image: url("../image/model_checked.png");
}
.model_check_row ul li label .model_loading_bg {
  background-image: url("../image/model_loading.png");
  border-radius: 3px;
  font-style: normal;
  line-height: 146px;
  font-size: 14px;
  color: #92bbc7;
}
.model_check_row ul li > div {
  display: none;
  margin: 15px 0 0 0;
}
.model_check_row ul li label.current + div {
  display: block;
}
.fieldsetbox {
  color: #606f7b;
  font-size: 13px;
  font-weight: bold;
}
.fieldsetbox input[type="checkbox"] {
  vertical-align: middle;
  margin-top: -1px;
}
.dialog_box .dt_label {
  display: inline-block;
  color: #205aa4;
  margin: 0 10px;
}
.dialog_box .dt_label .label_select {
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.dialog_box .dt_label .zs-box {
  text-align: left;
  border: 1px solid #dcdcdc;
}
.dialog_box .btn:hover {
  background-color: #205aa4;
  opacity: 1;
}
.dialog_box .tbox.tbox_inner {
  position: absolute;
  visibility: hidden;
}
.dialog_box .tbox.visib {
  visibility: visible;
}
.dialog_box .ctrl_bar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 77px;
  width: 100%;
  border-top: 1px solid #dcdcdc;
}
.dialog_box .ctrl_bar .tips {
  position: absolute;
  height: 100%;
  line-height: 77px;
  top: 0;
  left: 55px;
  color: #aaaaaa;
}
.dialog_box .ctrl_bar .btn,
.dialog_box .ctrl_bar .btn.cancle {
  position: absolute;
  width: 105px;
  height: 30px;
  bottom: 24px;
  line-height: 30px;
  font-size: 12px;
  font-weight: bolder;
}
.dialog_box .ctrl_bar .btn.cancle {
  right: 55px;
}
.dialog_box .ctrl_bar .btn {
  right: 165px;
}
.tbox_inner {
  width: 100%;
  height: 412px;
  /* overflow: auto;
     margin-top: 10px; */
}
.dialog_box .row {
  /* width: 725px; */
  /* width: 813px; */
  margin-left: 25px;
}
.dialog_box .field_text {
  width: 95px;
  height: 25px;
  line-height: 25px;
  color: #7a7a7a;
}
.dialog_box .label_select .zs-value {
  line-height: 23px;
}
.dialog_box .input-text,
.dialog_box .label_select .zs-box {
  /*width: 234px;*/
  width: 160px;
  height: 23px;
  line-height: 23px;
}
.dialog_box .input-text.w150 {
  width: 148px;
}
.dialog_box .row .radio,
.dialog_box .row .checkbox {
  margin-top: 0;
}
.dialog_box .normal_table {
  width: 800px;
}
.dialog_box .normal_table select.bsource,
.choos_box .normal_table select.bsource {
  width: 120px;
  height: 23px;
}
.dialog_box .row textarea.input-text {
  height: 17px;
  resize: none;
  padding: 3px;
  text-indent: 0;
  line-height: 17px;
}
.dialog_box .w585 {
  width: 585px;
}
.dialog_box .w692 {
  width: 692px;
}
.dialog_box .w500 {
  width: 500px;
}
.dialog_box .w423 {
  width: 423px;
}
.dialog_box .w180 {
  width: 180px;
}
.dialog_box .w150 {
  width: 150px;
}
.dialog_box .w130 {
  width: 130px;
}
.dialog_box .w95 {
  width: 95px;
}
.dialog_box .w75 {
  width: 75px;
}
.dialog_box .w65 {
  width: 65px;
}
/*.dialog_box .date-ico {
    background-position: 97% center;
}*/
.dialog_box .zs-box.w75 {
  width: 75px;
}
.dialog_box .zs-box.w150 {
  width: 150px;
}
.dialog_box .zs-box.w130 {
  width: 130px;
}
.dialog_box .zs-box.w234 {
  width: 234px;
}
body .layui-layer-page .layui-layer-content {
  overflow: visible;
}
.layui-layer-content .normal_dialog .zs-box {
  width: 200px;
}
.layui-layer-content .normal_dialog .input-text {
  width: 200px;
}
/**
    date: 2017-02-16;
    author: zsx;
    about: dialog btns;
**/
.dialog_box .ctrl_bar.btn_center {
  text-align: center;
}
.dialog_box .ctrl_bar.btn_center .btn,
.dialog_box .ctrl_bar.btn_center .btn.cancle {
  position: static;
  margin: 22px 5px 0;
}
.colortip {
  margin-left: 20px;
  color: #ec695e;
  font-size: 12px;
  font-weight: normal;
}
/*
 * zwh 20170306
 */
.img_ctrl {
  display: inline-block;
  vertical-align: top;
  height: 120px;
  width: 125px;
  text-align: center;
  border: 1px solid #dcdcdc;
}
.img_ctrl .img_preview {
  height: 90px;
  width: 100%;
  overflow: hidden;
}
.img_ctrl .img_preview img {
  width: 125px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.img_ctrl .img_title {
  height: 30px;
  line-height: 30px;
  color: #7a7a7a;
}
.img_ctrl .pen_ico {
  background-image: url('../image/pen.png');
  display: inline-block;
  vertical-align: top;
  width: 17px;
  height: 16px;
  margin-top: 7px;
  margin-left: 10px;
  cursor: pointer;
}
.carpic_list .pen_ico {
  margin-top: 12px;
}
/* dialog table  */
.tbox .normal_table table {
  border-spacing: 0;
}
.tbox .normal_table thead tr {
  border-bottom: 0;
}
.tbox .normal_table th,
.tbox .normal_table tr {
  height: 28px;
  border: 1px #eee solid;
}
.tbox .normal_table tr {
  height: 26px;
}
.tbox .normal_table td {
  border: 1px #eee solid;
}
.tbox .normal_table td label.checkbox,
.tbox .normal_table td label.radio {
  line-height: 20px;
}
.tbox .normal_table td label.checkbox input,
.tbox .normal_table td label.radio input {
  margin-top: 4px;
}
.tbox .normal_table td.img_ctrl {
  margin: 5px 0 0 0;
}
.tbox .normal_table .img_ctrl .pen_ico {
  margin-top: 0;
}
.tbox .normal_table td.ot_mark input {
  height: 18px;
  line-height: 18px;
  margin-top: 1px;
}
.down_box {
  margin-top: 90px;
  font-size: 0;
  white-space: nowrap;
}
.down_box .disibk {
  width: 260px;
  height: 260px;
  border-radius: 3px;
  margin-left: 65px;
  border: 1px solid #d0e3ed;
  position: relative;
  text-align: center;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
}
.down_box .disibk.bx1 {
  margin-left: 127px;
}
.down_box .disibk i {
  width: 110px;
  height: 110px;
  display: inline-block;
  margin-top: 52px;
  opacity: .7;
  -webkit-filter: alpha(opacity=70);
  filter: alpha(opacity=70);
}
.down_box .disibk i.ic-view-repo {
  background-image: url('../image/ic-view-repo.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.down_box .disibk i.ic-down-repo {
  background-image: url('../image/ic-down-repo.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.down_box .btn {
  width: 262px;
  height: 50px;
  float: left;
  background-color: #23a8eb;
  position: absolute;
  bottom: 0;
  left: -1px;
  font-weight: bold;
}
.down_box .disibk:hover i {
  opacity: 1;
  -webkit-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
}
.down_box .disibk:hover .btn {
  background-color: #205aa4;
}
/*dialog table 车辆详情 客户档案详情 车商详情*/
.table_rows {
  width: 660px;
  margin: 0 auto;
}
.table_rows h3 {
  margin: 0;
  padding: 25px 0 10px;
  font-size: 12px;
  width: 115px;
}
.table_rows .table_box {
  border: 1px solid #eeeeee;
}
.table_rows .table_box .datagrid-row-over {
  background-color: #f9f9f9;
}
.table_rows .table_box .datagrid-header-row td {
  background-color: #f5f9fd;
  color: #276ab0;
  border-color: #eeeeee;
}
.table_rows .table_box .datagrid-header-row td:hover {
  background-color: #e8f3fe;
}
.table_rows .datagrid-header,
.table_rows .datagrid-toolbar,
.table_rows .datagrid-pager,
.table_rows .datagrid-footer-inner {
  border-color: #eeeeee;
}
.table_rows .table_box .datagrid-body td {
  border-color: #eeeeee;
  color: #606f7b;
}
.car_detail table {
  width: 100%;
  border-spacing: 5px;
}
.car_detail tr {
  border: 0;
  height: 25px;
}
.car_detail tr td:nth-child(2n+1) {
  color: #7a7a7a;
  text-align: right;
}
.car_detail tr td:nth-child(2n) {
  color: #7a7a7a;
  text-indent: 5px;
  background-color: #f9f9f9;
}
.dialog_box .field_group {
  position: relative;
  width: 837px;
  height: 169px;
  padding: 8px 0;
  background-color: #eee;
  /*background-color: #ecf5fd;*/
}
.dialog_box .field_group .row {
  margin-left: 28px;
}
.dialog_box .field_group .chk_bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 100%;
  background-color: #fff;
  cursor: pointer;
  z-index: 9;
  overflow: hidden;
}
.dialog_box .field_group .chk_bar.disib {
  cursor: not-allowed;
}
.dialog_box .field_group .chk_bar .chk_txt {
  position: absolute;
  height: 100%;
  width: 20px;
  right: 3px;
  background-color: #b2b2b2;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  display: block;
}
.dialog_box .field_group .chk_bar .chk_txt span {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -35px;
}
.dialog_box .field_group i.chk_state {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 1px;
  left: 1px;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
}
.dialog_box .field_group .chk_bar.disib i.chk_state {
  background-image: none;
}
.dialog_box .field_group.checked {
  background-color: #f5faff;
}
.dialog_box .field_group.checked .chk_bar .chk_txt {
  background-color: #23a8eb;
}
.dialog_box .field_group.checked .chk_bar i.chk_state {
  background-image: url("../image/is-check.png");
}
.carpic_list.carpic_in_form {
  display: inline-block;
}
.carpic_list.carpic_in_form .img_ctrl .img_preview {
  height: 100%;
}
.carpic_list .icon_addcross input[type='file'] {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.page_bar {
  font-size: 12px;
  color: #606f7b;
}
.page_bar span {
  display: inline-block;
  vertical-align: top;
  line-height: 18px;
  border: 1px solid #dedfde;
  padding: 0 7px;
  cursor: pointer;
}
.page_bar span:hover {
  background-color: #ff6c00;
  border: 1px solid #ff6c00;
  color: #fff;
}
.page_bar .disabled {
  cursor: not-allowed;
  color: #c4c4c4;
}
.page_bar .current {
  border: 1px solid transparent;
  cursor: default;
  color: #ff6c00;
}
.page_bar .ellipsis {
  border: 1px solid transparent;
  cursor: default;
}
.page_bar .disabled:hover {
  background-color: transparent;
  border: 1px solid #dedfde;
  color: #c4c4c4;
}
.page_bar .current:hover {
  background-color: transparent;
  border: 1px solid transparent;
  color: #ff6c00;
}
.page_bar .ellipsis:hover {
  background-color: transparent;
  border: 1px solid transparent;
  color: #606f7b;
}
.page_bar .page_num {
  color: #535353;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 37px;
  height: 18px;
  border: 1px solid #dedfde;
  outline: none;
}
.page_bar .btn-small {
  background-color: #f8f9fa;
  width: 42px;
  height: 20px;
  border: 1px solid #cad0d3;
  color: #28323a;
  font-size: 12px;
  line-height: normal;
  vertical-align: top;
}
.page_bar .btn-small:hover {
  border: 1px solid #28323a;
  background-color: #28323a;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
/**
 * date:2017-02-16;
 * author:zsx;
 * about: pagination;
 */
.page-list .pagination {
  padding: 20px;
  margin: 0 auto;
  text-align: center;
}
.page-list .pagination li {
  display: inline-block;
  vertical-align: top;
  line-height: 18px;
  border: 1px solid #dedfde;
  cursor: pointer;
  margin: 0 5px;
}
.page-list .pagination li a {
  display: inline-block;
  padding: 2px 8px;
}
.page-list .pagination li:hover {
  border: 1px solid #ff6c00;
  background-color: #ff6c00;
}
.page-list .pagination li:hover a {
  color: #ffffff;
}
.page-list .pagination li.active {
  border: 1px solid transparent;
  cursor: default;
  color: #ff6c00;
  padding: 2px 8px;
}
.page-list .pagination li.disabled {
  cursor: not-allowed;
  color: #c4c4c4;
  padding: 2px 8px;
}
.page-list .pagination li.disabled:hover,
.page-list .pagination li.active:hover {
  background-color: transparent;
}
.page-list .pagination li.disabled:hover {
  border-color: #dedfde;
}
.page-list .pagination li.active:hover {
  border-color: transparent;
}
/*账户总览*/
.pay_box .field_box {
  padding: 20px;
  font-size: 14px;
  color: #494949;
}
.pay_box .field_btn {
  width: 80px;
  height: 27px;
  line-height: 27px;
  display: inline-block;
  font-size: 12px;
  border-radius: 5px;
  color: #3384d5;
  border: 1px #3384d5 solid;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.pay_box .field_btn:hover {
  color: #ffffff;
  background-color: #3384d5;
  border: 1px #3384d5 solid;
}
.pay_box .field_box label i {
  padding: 3.5px;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #5ab847;
  vertical-align: middle;
  display: inline-block;
}
.pay_box .field_box .row.cell-tip {
  color: #706f6f;
  margin-top: 20px;
  margin-left: .8rem;
}
.pay_box .field_box .row.cell-tip.t30 {
  margin-top: 30px;
}
.pay_box .field_box .row.cell-tip input {
  margin: 0 10px 0 5px;
  width: 113px;
}
.pay_box .field_box.bdbox {
  border-bottom: 1px #dadada solid;
}
.pay_box .field_box .redbgc {
  font-family: Microsoft YaHei;
  padding: 3px 10px;
  font-size: 24px;
  color: #ffffff;
  margin-right: 8px;
  background-color: #ff585b;
  vertical-align: middle;
}
.pay_box .field_box .dotlist a {
  display: inline-block;
  *display: inline-block;
  width: 74px;
  margin-right: 14px;
  padding: 8px 0;
  text-align: center;
  font-size: 14px;
  color: #706f6f;
  border: 1px #bababa solid;
  cursor: pointer;
}
.pay_box .field_box .dotlist a.active {
  color: #ffffff;
  border: 1px #23a8eb solid;
  background-color: #23a8eb;
}
.pay_box .field_box .red {
  font-size: 18px;
  color: #fe0000;
}
.pay_box .field_box .pays a {
  position: relative;
  display: inline-block;
  *display: inline-block;
  width: 167px;
  height: 52px;
  border: 1px #dbdbdb solid;
  margin-right: 10px;
  font-size: 0;
  cursor: pointer;
}
.pay_box .field_box .pays a.alipay {
  background: url(../image/alipay.png) center center no-repeat;
}
.pay_box .field_box .pays a.linepay {
  background: url(../image/linepay.png) center center no-repeat;
}
.pay_box .field_box .pays a em {
  position: absolute;
  right: -2px;
  bottom: -2px;
  display: block;
  width: 24px;
  height: 22px;
  background: url(../image/pay_check.png) right bottom no-repeat;
  display: none;
}
.pay_box .field_box .pays a.active {
  width: 165px;
  height: 50px;
  border: 2px #ff9382 solid;
}
.pay_box .field_box .pays a.active em {
  display: block;
}
/*功能服务*/
.module_list {
  padding: 20px 0 20px 30px;
  overflow: hidden;
}
.module_list .module_cell {
  position: relative;
  padding-left: 100px;
  height: 100px;
  float: left;
  margin: 10px 30px 10px 0;
  background-color: transparent;
  cursor: default;
}
.module_list .module_cell i {
  font-style: normal;
}
.module_list .module_cell i.mod_ic,
.module_list .module_cell .mod_info {
  transition: box-shadow 0.3s;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  -ms-transition: box-shadow 0.3s;
}
.module_list .module_cell:hover i.mod_ic,
.module_list .module_cell:hover .mod_info {
  box-shadow: 0 0 25px #dbdbdb;
}
.module_list .module_cell .mod_ic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  line-height: 100px;
  background-color: #00a0e9;
  text-align: center;
}
.module_list .module_cell .mod_ic img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  margin-top: -2px;
}
.module_list .module_cell .mod_info {
  width: 300px;
  height: 98px;
  padding: 0 15px;
  border: 1px #eeeeee solid;
  border-left: 0;
}
.module_list .module_cell .mod_info h4 {
  font-weight: normal;
  color: #494949;
  font-size: 14px;
  margin: 15px 0 10px;
}
.module_list .module_cell .mod_info h4 > span {
  color: #959595!important;
}
.module_list .module_cell .mod_info h4 span {
  margin: 2px 0;
  float: right;
  font-size: 12px;
}
.module_list .module_cell .mod_info .mod_price em {
  font-style: normal;
  color: #ff0000;
}
.module_list .module_cell .mod_info .mod_deil {
  color: #959595;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
}
.module_list .module_cell .mod_info .mod_info_box {
  position: relative;
  padding-right: 86px;
}
.module_list .module_cell .set,
.module_list .module_cell .buy {
  position: absolute;
  right: -2px;
  top: 0px;
  width: 70px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  background-color: #00a0e9;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
}
.module_list .module_cell .set:hover,
.module_list .module_cell .buy:hover {
  opacity: .9;
  top: -2px;
}
.module_list .module_cell .set {
  right: 76px;
}
.module_list .module_cell.bg_blue .mod_ic,
.module_list .module_cell.bg_blue .set,
.module_list .module_cell.bg_blue .buy {
  background-color: #00a0e9;
}
.module_list .module_cell.bg_yellow .mod_ic,
.module_list .module_cell.bg_yellow .set,
.module_list .module_cell.bg_yellow .buy {
  background-color: #fabe00;
}
.module_list .module_cell.bg_green .mod_ic,
.module_list .module_cell.bg_green .set,
.module_list .module_cell.bg_green .buy {
  background-color: #8fc31f;
}
/*增值服务*/
.module_list .module_cell .bg_red {
  background-color: #eb6877;
}
.mod_check {
  position: absolute;
  top: 40px;
  right: 15px;
}
.tbox_inner .mod_check {
  position: static;
  top: 0;
  left: 0;
}
.mod_check label {
  position: relative;
  display: block;
  width: 58px;
  height: 22px;
  background: url(../image/s/u_checked.png) center center no-repeat;
}
.mod_check label.checked {
  background: url(../image/s/eu_checked.png) center center no-repeat;
}
.mod_check label input[type='checkbox'] {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: block;
  opacity: 0;
}
.mod_check label input[type='checkbox'].disabled {
  cursor: not-allowed;
}
.mod_check label .op,
.mod_check label .cl {
  line-height: 20px;
  color: #ffffff;
  margin-left: 10px;
}
.mod_check label .cl {
  margin-left: 24px;
}
.mod_check label .op,
.mod_check label.checked .cl {
  display: none;
}
.mod_check label.checked .op,
.mod_check label .cl {
  display: block;
}
.buyprice {
  font-family: 'Microsoft yahei';
  font-size: 18px;
  color: #ff6600;
  position: absolute;
  bottom: 22px;
  right: 15px;
}
/*增值服务-服务列表*/
.rtbox {
  margin-left: 40px;
}
.rtbox h4 {
  margin: 0 0 15px;
}
.rtbox .row {
  color: #454545;
  line-height: 25px;
}
.rtbox .row .lab {
  display: inline-block;
  width: 70px;
  text-align: right;
}
.rtbox .row span {
  margin-right: 10px;
}
.rtbox .row span em {
  font-size: 14px;
  font-style: normal;
  color: #ec695e;
  margin-right: 4px;
}
.rtbox .row .in_radio {
  margin-right: 8px;
  vertical-align: middle;
}
.rtbox .row .in_radio input {
  margin: -2px 4px 0 0;
  vertical-align: middle;
}
.rtbox .row .btn {
  margin: 10px 10px 0;
  width: 90px;
  height: 28px;
  line-height: 28px;
  border-radius: 3px;
  background-color: #3384d5;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.rtbox .row .btn:hover {
  opacity: 1;
  background-color: #343f4c;
}
/*合同发票*/
.inv-info {
  margin: 40px 40px 0;
  border-bottom: 1px #dddddd solid;
}
.inv-apply {
  margin: 20px 40px;
}
.inv-info .disib {
  margin: 30px;
  font-size: 14px;
  color: #5c5c5c;
  font-weight: 700;
}
.inv-info .disib .light {
  font-size: 12px;
  color: #777;
  font-weight: lighter;
}
.col-fa691e {
  color: #fa691e;
}
.inv-apply .inv-tips {
  display: block;
  font-size: 12px;
  color: red;
}
.normal_form.invoice .field_text {
  width: 80px;
  height: 24px;
  line-height: 24px;
}
.normal_form.invoice .row .input-text,
.normal_form.invoice .row .zs-box {
  width: 220px;
  height: 24px;
  line-height: 24px;
}
.normal_form.invoice .row .zs-box .zs-value {
  line-height: 24px;
}
/*推广计划 媒体选择*/
.service_setbox {
  margin: 25px 25px 20px 25px;
}
.service_setbox .s_max_set {
  height: 30px;
  padding-left: 5px;
}
.service_setbox .s_max_set > a {
  cursor: pointer;
  color: #606f7b;
}
.service_setbox .s_max_set > a:hover {
  color: #b81a21;
}
.service_setbox .s_max_set > a .icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 3px;
  font-size: 20px;
  width: 20px;
  height: 20px;
  margin-top: -2px;
}
.service_setbox .c_enter_block {
  height: 210px;
}
.service_setbox .c_enter_block .t_tag {
  width: 200px;
  height: 200px;
  margin: 2px 10px;
  border: 1px #eeeeee solid;
}
.service_setbox .c_enter_block .t_tag a.button {
  position: absolute;
  bottom: 12px;
  left: 6%;
  height: 30px;
  line-height: 30px;
}
.service_setbox .c_enter_block .t_tag a.button.bn_open {
  width: 42%;
}
.service_setbox .c_enter_block .t_tag a.button.bn_close {
  width: 42%;
  left: auto;
  right: 6%;
  background-color: #a0a0a0;
}
.service_setbox .c_enter_block .t_flex_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 158px;
}
.service_setbox .c_enter_block .t_flex_box img {
  max-width: 100%;
  max-height: 100%;
}
.report-chart {
  width: 100%;
  margin: 15px auto;
  display: inline-block;
  border: 1px #eeeeee solid;
  box-shadow: 0 1px 5px #eeeeee;
}
.report-chart .report-chart-title {
  position: relative;
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  font-size: 14px;
  text-indent: 1rem;
  background-color: #428bca;
}
.report-chart .report-chart-title .report-panel-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 36px;
  height: 22px;
  background: url('../image/ic_closedown.png') center center no-repeat;
}
.report-box {
  width: 100%;
  height: 80px;
  margin: 15px 0 20px;
  border: 0;
  font-size: 14px;
}
.report-box .data-cell {
  position: relative;
  width: 30%;
  max-width: 280px;
  height: 80px;
  margin: 0 0 0 2.3%;
  float: left;
  display: inline-block;
  font-size: 0;
  color: #666666;
  text-indent: 1.5rem;
  border: 1px #eeeeee solid;
  box-shadow: 0 1px 5px #eeeeee;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  -ms-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.report-box .data-cell:hover {
  box-shadow: 0 0px 18px #d6d6d6;
}
.report-box .data-cell .col-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
}
.report3xcell .data-cell p,
.report3xcell .data-cell em {
  font-size: 12px;
  margin: 5px 0 0;
}
.report3xcell .data-cell img {
  position: absolute;
  right: 7px;
  top: 5px;
  height: 68px;
}
.report3xcell .data-cell em {
  font-style: normal;
  font-size: 22px;
  margin-top: 16px;
  display: inline-block;
  text-indent: 0;
}
.c_50bba6 {
  color: #50bba6;
}
.c_388fcb {
  color: #388fcb;
}
.c_a271ae {
  color: #a271ae;
}
.c_da4c3c {
  color: #da4c3c;
}
.report-circle .row-cell {
  float: left;
  width: 150px;
  height: 150px;
  margin: 30px 0 0 60px;
}
.report-circle .row-cell h4 {
  text-align: center;
  margin: 10px 0;
}
/*
.jqm-round-wrap {
    display: block;
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 65px;
    -webkit-border-radius: 65px;
}

.jqm-round-sector {
    position: absolute;
    width: 100px;
    height: 100px;
}

.jqm-round-bg {
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #e8e8e8;
    border-radius: 65px;
    -webkit-border-radius: 65px;
}

.jqm-round-circle {
    position: absolute;
    background-color: #FFF;
    width: 94px;
    height: 94px;
    left: 2.5px;
    top: 2.5px;
    z-index: 10;
    border-radius: 60px;
    -webkit-border-radius: 60px;
}

.jqm-round-circle p {
    font-size: 14px;
    line-height: 94px;
    margin: 0;
    text-align: center;
    width: 100%;
    font-weight: bold;
}
*/
.row-table table tr th {
  font-size: 12px;
}
.row-table table tr th,
.row-table ul li .li-cell {
  height: 45px;
  line-height: 45px;
  color: #666666;
  text-align: center;
  border-bottom: 1px #eeeeee solid;
}
.row-table ul li {
  width: 100%;
  height: 46px;
}
.row-table ul li .li-cell {
  float: left;
}
.row-table ul li:nth-child(odd) .li-cell {
  background-color: #fbfbfb;
}
.row-table ul li .li-cell strong {
  color: #a271ae;
  font-size: 14px;
}
.row-table ul li:hover {
  -moz-box-shadow: 0 0 15px #eeeeee;
  -webkit-box-shadow: 0 0 15px #eeeeee;
  box-shadow: 0 0 15px #eeeeee;
  z-index: 10;
  position: relative;
}
.report-panel-close {
  -webkit-transition: transform .6s;
  -moz-transition: transform .6s;
  -o-transition: transform .6s;
  transition: transform .6s;
}
.report-panel-close.act {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.report-panel-content {
  width: 100%;
  overflow: hidden;
  -webkit-transition: height 1s;
  -moz-transition: height 1s;
  -o-transition: height 1s;
  transition: height 1s;
}
.anim-hidden {
  height: 0;
}
/**/
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-1 {
  -webkit-flex: 0 0 31%;
  -moz-box-flex: 0 0 31%;
  -ms-flex: 0 0 31%;
  -webkit-box-flex: 0 0 31%;
  flex: 0 0 31%;
}
.table_group {
  max-width: 1558px;
  margin: 0px 50px 20px 22px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align-content: flex-start;
  -moz-box-align-content: flex-start;
  -ms-flexbox-align-content: flex-start;
  -webkit-flex-align-content: flex-start;
  align-content: flex-start;
  overflow: hidden;
}
.table_group .table_album {
  box-sizing: border-box;
  margin-left: 28px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  margin-top: 40px;
  -webkit-flex: 0 0 31%;
  -moz-box-flex: 0 0 31%;
  -ms-flex: 0 0 31%;
  -webkit-box-flex: 0 0 31%;
  flex: 0 0 31%;
  width: 31%\0;
  float: left\0;
}
.table_group .table_album h1 {
  text-align: center;
  font-size: 14px;
  color: #374148;
  margin: 20px 0;
}
.table_group .table_album .cx_table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}
.table_group .table_album .cx_table tr {
  height: 38px;
  background-color: #fff;
  font-size: 12px;
  color: #626262;
  font-weight: 100;
}
.table_group .table_album .cx_table tr th:nth-child(1) {
  text-indent: 12px;
}
.table_group .table_album .cx_table tr th {
  background: #f3fcfd;
  color: #333333;
}
.table_group .table_album .cx_table tbody tr:nth-child(2n) {
  background-color: #fafafa;
}
.table_group .table_album tr.ch_red,
.table_group .table_album .cx_table tr td:last-child {
  color: #b60005;
}
@media screen and (max-width: 1500px) {
  .table_group .table_album {
    -webkit-flex: 0 0 29%;
    -moz-box-flex: 0 0 29%;
    -ms-flex: 0 0 29%;
    -webkit-box-flex: 0 0 29%;
    flex: 0 0 29%;
    width: 29%\0;
    float: left\0;
  }
  .report-circle {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.report-wrapper {
  margin: 40px;
  max-width: 1580px;
}
.department {
  width: 100%;
  height: 580px;
}
.report-chart .main-cont-box {
  margin-top: 30px;
  background: #fff;
}
.report-chart .main-cont-box em {
  width: 1px;
  height: 500px;
  float: left;
  background: #eaeaea;
}
.report-chart .main-cont-box p {
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0 0 30px;
  height: 35px;
  line-height: 35px;
}
.report-chart .main-cont-box .main-table {
  padding: 10px 15px;
  border-bottom: 1px solid #eaeaea;
}
.report-chart .main-cont-box .main-table .req_value {
  border: 0;
  color: #000;
  font-weight: bold;
}
.report-chart .main-cont-box .main-table .req_value .zs-box {
  width: 125px;
}
.report-chart .main-cont-box .main-table .req_value .zs-value {
  color: #000;
  font-size: 14px;
}
.report-chart .main-cont-box .main-table-cont {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}
.report-chart .main-cont-box .main-table-cont i {
  display: inline;
  margin-left: 10px;
  padding: 8px 23px 0 0;
  vertical-align: middle;
}
.report-chart .main-cont-box .main-table-cont tr {
  height: 38px;
  background-color: #fff;
  font-size: 12px;
  color: #626262;
  font-weight: 100;
}
.report-chart .main-cont-box .main-table-cont tr th:nth-child(1) {
  text-indent: 12px;
}
.report-chart .main-cont-box .main-table-cont tr th {
  background: #f3fcfd;
}
.report-chart .main-cont-box .main-table-cont tr i.one,
.report-chart .main-cont-box .main-table-cont tr i.two,
.report-chart .main-cont-box .main-table-cont tr i.three {
  background: url("../image/i/sort.png");
}
.report-chart .main-cont-box .main-table-cont tr i.two {
  background-position: 0 -24px;
}
.report-chart .main-cont-box .main-table-cont tr i.three {
  background-position: 0 24px;
}
.report-chart .main-cont-box .main-table-cont tr i.tit {
  background: url("../image/i/new.png") no-repeat;
  padding: 0px 23px 0 0;
}
.report-chart .main-cont-box .main-table-cont tbody tr:nth-child(2n) {
  background-color: #fafafa;
}
.report-chart .main-cont-box .main-table-cont tbody tr:hover,
.report-chart .main-cont-box .main-table-cont tbody tr:nth-child(2n):hover {
  background-color: #f3fcfd;
}
.report-chart .main-cont-box .main-table-box {
  width: 49.9%;
  float: left;
  display: inline-block;
  vertical-align: top;
}
.report-chart .main-cont-box .main-table-box .main-table-title {
  padding: 10px 0 0 30px;
  margin-bottom: 10px;
  height: 35px;
}
.report-chart .main-cont-box .main-table-box .main-table-title span {
  font-size: 12px;
  font-weight: bold;
  line-height: 35px;
}
.report-chart .main-cont-box .main-table-box .main-table-title span i {
  font-style: normal;
  margin: 0 8px 20px;
}
.report-chart .main-cont-box .main-table-box .main-table-title .req_value {
  vertical-align: middle;
}
.report-chart .table_dw {
  border: 0 !important;
  font-weight: bold;
}
.report-chart .table_dw .z-select-tip {
  display: none;
}
.report-chart .table_dw .zs-box-tip {
  position: relative;
  width: 146px;
  height: 40px;
  box-sizing: content-box;
  border: 1px solid transparent;
  cursor: pointer;
  margin-top: -5px;
}
.report-chart .table_dw .zs-box-tip.active {
  border: 1px solid #eaeaea;
}
.report-chart .table_dw .zs-box-tip.active .zs-down-ico {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.report-chart .table_dw .zs-box-tip.active .zs-list {
  margin-top: -1px;
  animation: none;
  border-top: 0;
  border-radius: 0;
}
.report-chart .table_dw .zs-box-tip.active ul {
  display: block;
  border: 1px solid #eaeaea;
  color: #333333;
  font-weight: normal;
}
.report-chart .table_dw .zs-box-tip .zs-item.current {
  background-color: #00c1de;
}
.report-chart .table_dw .zs-box-tip .zs-value {
  font-size: 14px;
  line-height: 40px;
  text-indent: 14px;
  color: #333333 !important;
}
.report-chart .table_dw .zs-box-tip.active ul {
  display: block;
  border: 1px solid #eaeaea;
  color: #333333;
  font-weight: normal;
}
/*20170726主页部分css*/
.index_main {
  position: relative;
  background-color: #efeff2;
  padding-top: 12px;
  padding-right: 305px;
  min-width: 880px;
  min-height: 100%;
  color: #434343;
}
.boxfff {
  background-color: #ffffff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.boxfff:hover {
  box-shadow: 0 0 15px #d6d6d6;
}
.mg12 {
  margin: 0 12px;
}
.mg12 > h4 {
  font-size: 14px;
  color: #434343;
  font-weight: normal;
}
.cbck_blue {
  background-color: #00a0e9;
}
.cbck_red {
  background-color: #eb6877;
}
.cbck_yellow {
  background-color: #fabe00;
}
.cbck_green {
  background-color: #8fc31f;
}
.c_topbar {
  position: relative;
  height: 40px;
  line-height: 40px;
}
.c_topbar > div {
  display: inline-block;
}
.c_topbar:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 40px;
  background-color: #00a0e9;
}
.c_topbar a {
  margin: 0 5px;
}
.c_topbar a.active,
.c_topbar a:hover {
  cursor: pointer;
  color: #00a0e9;
}
.c_topbar .input-text.date-ico {
  width: 90px;
  margin-left: 5px;
  border: 0;
}
.c_data_main {
  height: 190px;
}
.c_data_main .data_list {
  width: calc(100% + 12px);
  width: -webkit-calc(100% + 12px);
  height: 80px;
  margin-left: -6px;
}
.c_data_main .data_list .data_cell {
  width: calc(25% - 12px);
  width: -webkit-calc(25% - 12px);
  height: 100%;
  margin: 12px 6px 0;
  background-color: #ffffff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.c_data_main .data_list .data_cell .c_data_cells {
  width: 80px;
  height: 80px;
  display: inline-block;
}
.c_data_main .data_list .data_cell .c_data_cells.left01 {
  background-image: url(../image/i/c_left_01.png);
}
.c_data_main .data_list .data_cell .c_data_cells.left02 {
  background-image: url(../image/i/c_left_02.png);
}
.c_data_main .data_list .data_cell .c_data_cells.left03 {
  background-image: url(../image/i/c_left_03.png);
}
.c_data_main .data_list .data_cell .c_data_cells.left05 {
  background-image: url(../image/i/c_left_05.png);
}
.c_data_main .data_list .data_cell .c_data_cells.left06 {
  background-image: url(../image/i/c_left_06.png);
}
.c_data_main .data_list .data_cell .c_data_cells.left07 {
  background-image: url(../image/i/c_left_07.png);
}
.c_data_main .data_list .data_cell .c_data_cells.left08 {
  background-image: url(../image/i/c_left_08.png);
}
.c_data_main .data_list .data_cell .data_cont {
  width: auto;
  height: 100%;
  vertical-align: top;
  display: inline-block;
}
.c_data_main .data_list .data_cell .data_cont p {
  font-size: 14px;
  margin: 15px 15px 5px 15px;
}
.c_data_main .data_list .data_cell .data_cont em {
  font-size: 28px;
  font-family: 'microsoft yahei';
  font-style: normal;
  margin-left: 14px;
}
.c_data_main .data_list .data_cell:hover {
  box-shadow: 0 0 15px #d6d6d6;
}
.c_enter_block {
  margin-left: -6px;
  width: calc(100% + 12px);
  width: -webkit-calc(100% + 12px);
  height: 192px;
}
.c_enter_block .t_tag {
  position: relative;
  width: calc(14.28% - 12px);
  width: -webkit-calc(14.28% - 12px);
  height: 180px;
  margin: 2px 6px;
  float: left;
  text-align: center;
  background-color: #ffffff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}
.c_enter_block .t_tag:hover {
  box-shadow: 0 0 15px #d6d6d6;
}
.c_enter_block .t_tag h3 {
  font-size: 28px;
  font-family: 'microsoft yahei';
  font-weight: normal;
  margin-bottom: 20px;
}
.c_enter_block .t_tag p {
  font-size: 14px;
  margin: 0;
}
.c_enter_block .t_tag a.button {
  cursor: pointer;
  width: 88%;
  height: 40px;
  line-height: 40px;
  margin-top: 28px;
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #00a0e9;
}
.c_enter_block .t_tag a.button:hover {
  opacity: .85;
}
.c_enter_block .t_tag.cor_blue a.button {
  background-color: #00a0e9;
}
.c_enter_block .t_tag.cor_red a.button {
  background-color: #eb6877;
}
.c_enter_block .t_tag.cor_yellow a.button {
  background-color: #fabe00;
}
.c_enter_block .t_tag.cor_green a.button {
  background-color: #8fc31f;
}
.t_tag {
  position: relative;
}
.t_tag:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  background-color: #00a0e9;
}
.t_tag.cor_blue:after {
  background-color: #00a0e9;
}
.t_tag.cor_red:after {
  background-color: #eb6877;
}
.t_tag.cor_yellow:after {
  background-color: #fabe00;
}
.t_tag.cor_green:after {
  background-color: #8fc31f;
}
.c_table_box table {
  width: 100%;
}
.c_table_box table th,
.c_table_box table td {
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: normal;
}
.c_table_box table th {
  color: #ffffff;
  background-color: #434343;
}
.c_table_box table tbody tr td {
  border-bottom: 1px #eeeeee solid;
}
.c_table_box table tbody tr:nth-child(even) td {
  background-color: #fbfbfb;
}
.c_table_box table tbody tr:last-child td {
  border: 0;
}
.c_table_box table tbody tr:hover td {
  background-color: #fbebeb;
}
.c_rchart_box {
  margin: 12px 0 0 -6px;
  width: calc(100% + 12px);
  width: -webkit-calc(100% + 12px);
  height: 400px;
  font-size: 0;
}
.c_rchart_box .r_cahrtcell {
  vertical-align: top;
  position: relative;
  width: calc(33.33% - 12px);
  width: -webkit-calc(33.33% - 12px);
  height: 100%;
  display: inline-block;
  margin: 0 6px;
  font-size: 14px;
}
.c_rchart_box .chart_block {
  width: 94%;
  height: 90%;
  margin: 4% 0 6% 6%;
}
/*right*/
.pos-right {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 290px;
  height: calc(100% - 73px);
  height: -webkit-calc(100% - 73px);
}
.erweima-box {
  margin: 30px 0;
}
.erweima-box img {
  width: 120px;
  height: 120px;
  border: 1px #e4e4e4 solid;
}
.erweima-box p {
  margin-top: 10px;
  text-align: center;
  color: #999999;
}
.chrome-down {
  max-width: 234px;
  min-width: 180px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.chrome-down a {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  height: 54px;
  border: 1px #e4e4e4 solid;
  font-size: 0;
  background: url(../image/i/download-chrome.png) center center no-repeat;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}
.chrome-down p {
  margin-top: 10px;
  text-align: center;
  color: #999999;
}
.custom-contact {
  text-align: center;
  color: #343f4c;
}
.custom-contact {
  margin: 30px 0;
}
.custom-contact p {
  font-family: 'microsoft yahei';
  font-size: 22px;
  color: #2493c7;
  font-weight: bold;
  margin: 5px 0 0;
}
.foruser-box a {
  display: inline-block;
  padding-left: 55px;
  margin: 23px 0 0 20px;
  position: relative;
}
.foruser-box a:hover {
  color: #465987;
}
.foruser-box li {
  display: block;
  height: 85px;
  margin: 10px 0 0;
  background-color: #f8f8f8;
}
.foruser-box li .t {
  font-size: 14px;
}
.foruser-box li p {
  margin: 5px 0;
  color: #999999;
}
.qcode {
  position: relative;
}
.qcode:hover div {
  display: block;
}
.qcode > div {
  position: absolute;
  display: none;
  width: 200px;
  height: 200px;
  top: -115px;
  left: -200px;
  padding: 10px;
  background: url(../image/qcode.png) center center no-repeat;
}
.qcode > div img {
  width: 125px;
  height: 125px;
  margin-left: 25px;
  margin-top: 18px;
}
.ic_forqq,
.ic_forwechat,
.ic_forapp {
  display: inline-block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: -5px;
  left: 0;
}
.ic_forqq {
  background: url(../image/i/ic_forqq.png) center center no-repeat;
}
.ic_forwechat {
  background: url(../image/i/ic_forwechat.png) center center no-repeat;
}
.ic_forapp {
  background: url(../image/i/ic_forapp.png) center center no-repeat;
}
.n-lists li a {
  display: inline-block;
  width: 100%;
  height: 24px;
  line-height: 24px;
  color: #999999;
  overflow: hidden;
}
.n-lists li a:hover {
  color: #ee4350;
}
.defaultw .index_main {
  padding-right: 260px;
  min-width: 695px;
}
.defaultw .mg27 {
  margin: 0 16px;
}
.defaultw .user-info .ico {
  margin-left: 22px;
}
.defaultw .user-info span {
  margin: 10px 0 0 22px;
  display: inline-block;
}
.defaultw .enter-info {
  padding: 50px 20px 0;
}
.defaultw .contact-box ul li {
  margin: 28px 0 0 5%;
}
.defaultw .pos-right {
  right: 0px;
  width: 263px;
}
.defaultw .more-service a {
  margin: 10px 18px 10px 31px;
}
.download_app {
  position: relative;
}
.download_app > div {
  position: absolute;
  display: none;
  width: 200px;
  height: 200px;
  top: -115px;
  left: -200px;
  padding: 10px;
  background: url(../image/qcode.png) center center no-repeat;
}
.qcode > div p,
.download_app > div p {
  width: 174px;
  text-indent: 0;
  color: #020202;
  margin-top: 10px;
  text-align: center;
}
.download_app:hover > div {
  display: block;
}
.download_app > div img {
  width: 125px;
  height: 125px;
  margin-left: 25px;
  margin-top: 18px;
}
.cx-bottom-bar {
  width: 100%;
  height: 60px;
  margin-left: 152px;
  line-height: 60px;
  text-align: center;
}
.cx-bottom-bar img {
  vertical-align: middle;
}
.icons-contact {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background: url(../image/i/icons-contact.png);
  background-position: 0 0;
}
@media screen and (max-width: 1440px) {
  .index_main {
    padding-right: 259px;
  }
  .pos-right {
    width: 245px;
  }
  .pos-right > div {
    margin: 10px !important;
  }
  .erweima-box img {
    width: 106px !important;
    height: 106px !important;
  }
}
/*tabbar*/
/*switch link*/
.switch_links a {
  position: relative;
}
.switch_links,
.switch_links a {
  background-color: #e9eef4;
}
.switch_links a.active,
.switch_links a:hover {
  /*color: #ff6c00;*/
  color: #205aa4;
  background-color: transparent;
}
.switch_links a.active {
  color: #283038;
  font-weight: bold;
}
.switch_links a:after {
  content: '|';
  font-size: 15px;
  font-weight: normal;
  color: #b8c7d9;
  position: absolute;
  right: 0;
  vertical-align: middle;
}
.switch_links a:last-child:after {
  content: '';
}
.ctrl_links,
.bottom2px_4848 {
  border-bottom: 1px solid #ccc;
}
.ctrl_links.height42,
.ctrl_links.height42 a {
  height: 42px;
  line-height: 42px;
}
.ctrl_links.height42 .icon {
  vertical-align: middle;
  margin-top: -2px;
}
.tab_links.border_none {
  border-bottom: 2px solid #484848;
}
.tab_links.border_none a {
  line-height: 35px;
}
/*search box*/
.rapid_form .search_btn,
.search_form .search_btn,
.search_form.rows_two .search_btn {
  width: 80px;
  height: 30px;
  background-color: transparent;
  background-image: url("../image/icon_search.png");
  background-position: 9px -30px;
  background-repeat: no-repeat;
  text-indent: 20px;
  border-right: 1px solid #d1dae4;
  transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
}
.search_form.rows_two .search_btn {
  /*margin: 15px 0 0 20px;*/
}
.search_btn:hover,
.search_form.rows_two .search_btn:hover {
  /*background-color: #0b476f;*/
  background-position: 9px 0;
  background-color: #0f86ea;
  color: #ffffff;
  opacity: 1;
}
.add_req,
.add_dealer,
.do_dataout {
  color: #606f7b;
  background-color: #ffffff;
  background-image: url("../image/icon_add_fiter.png");
  background-position: 30px 7px;
  background-repeat: no-repeat;
  text-indent: 26px;
  width: 129px;
}
.add_dealer,
.do_dataout {
  width: auto;
  padding: 0 15px 0 12px;
}
.add_dealer {
  background-image: url("../image/icon_add_dealer.png");
  background-position: 16px 6px;
}
.do_dataout {
  background-image: url("../image/icon_data_out.png");
  background-position: 16px 7px;
}
.add_req:hover,
.add_dealer:hover,
.do_dataout:hover {
  color: #484848;
  background-color: #f5f7f8;
}
.req_title,
.req_value,
hr.border {
  border-color: #d1dae4;
}
.req_list .req_title {
  border-right: 1px #d1dae4 solid;
}
.clear_req:hover {
  background-color: #ff6c00;
}
.clear_all {
  margin: 0 20px;
  color: #606f7b;
}
.req_list li {
  margin: 0 3px;
}
/*运营规则*/
.mains-rule {
  margin-left: 20px;
}
.mains-rule .design {
  font-size: 16px;
  margin-left: 40px;
  margin-top: 25px;
}
.mains-rule .design span {
  color: #fff;
  background: #2a61a8;
  min-width: 220px;
  height: 40px;
  padding: 0 10px;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  cursor: pointer;
}
.mains-rule .design .score {
  color: #626262;
  background: none;
  min-width: auto;
}
.mains-rule .btn {
  width: 185px;
  height: 45px;
  background: #00c1de;
  margin-left: 70px;
  margin-top: 45px;
}
.mains-rule .rule_type {
  color: #7d7d7d;
  font-size: 12px;
  margin-left: 70px;
  margin-top: 55px;
}
.mains-rule .table_box {
  width: 1200px;
  margin-top: 35px;
  text-align: left;
  border-bottom: 1px solid #e7e7e7;
}
.mains-rule .table_box table {
  width: 100%;
}
.mains-rule .zs-box {
  width: 125px;
  border: 1px solid #cad0d3;
  height: 25px;
  margin-top: 2px;
}
.mains-rule .zs-value {
  padding-left: 12px;
}
.mains-rule .minus {
  text-align: center;
  cursor: pointer;
}
.mains-rule .minus i {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../image/minus.png") no-repeat center;
}
.mains-rule .minus:hover i {
  background: url("../image/minus_hover.png") no-repeat center;
}
.mains-rule .cInput1 input {
  width: 75px;
  height: 23px;
  border: 1px solid #cad0d3;
}
.mains-rule .cInput2 input {
  width: 40px;
  height: 23px;
  border: 1px solid #cad0d3;
}
.mains-rule thead th {
  background: #f3fcfd;
  height: 38px;
}
.mains-rule tbody tr {
  height: 38px;
  background: #fafafa;
}
.mains-rule tbody tr:nth-child(odd) {
  background: #fff;
}
.mains-rule tbody tr input {
  text-align: center;
  color: #626262;
}
.mains-rule .addRule {
  width: 180px;
  height: 35px;
  margin-left: 45px;
  background: url("../image/addrule.png") no-repeat center;
  background-size: 100%;
  cursor: pointer;
  line-height: 35px;
  text-align: center;
  vertical-align: middle;
  color: #ff6c00;
  font-size: 14px;
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 45px;
}
/*20180530 modules*/
.check_module .field_text {
  color: #4585d6;
  font-weight: bold;
  width: 120px;
  float: left;
  margin-right: 15px;
}
.check_module .row .input-text {
  border-radius: 5px;
  border: 1px solid #00c1de;
  text-indent: 10px;
}
.check_module .model_check_row img {
  width: 100%;
}
.check_module .field_box {
  float: left;
}
.check_module .field_box ul {
  width: 100%;
  padding-bottom: 30px;
}
.check_module .field_box ul li {
  width: 310px;
  position: relative;
  text-align: center;
}
.check_module .field_wap {
  position: relative;
  width: 150px;
  height: 300px;
  margin: 0 auto;
}
.check_module .field_wap img {
  width: 100%;
}
.check_module .field_wap div.nig {
  position: absolute;
  top: 36px;
  left: 11px;
  width: 127px;
  height: 228px;
}
.check_module .field_wap div.nig div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #198cd0;
  display: none;
}
.check_module .field_wap div.nig:hover div {
  display: block;
}
.check_module .field_wap div.nig div span {
  display: inline-block;
  margin-top: 50px;
  width: 100px;
  height: 100px;
  border-radius: 5px;
  background: #fff;
  padding: 5px;
  box-sizing: border-box;
}
.check_module .field_wap div.nig div span img {
  width: 100%;
}
.check_module .field_wap div.nig i {
  font-style: normal;
  color: #6a6a6a;
  font-size: 14px;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  line-height: 240px;
}
.check_module .field_wap div.nig div p {
  text-align: center;
  margin: 0;
  margin-top: 12px;
  color: #Fff;
  font-size: 17px;
}
.check_module .field_pc {
  width: 310px;
  height: 230px;
  position: relative;
  background-color: #efefef;
  margin: 0 auto;
}
.check_module .field_pc:after,
.check_module .field_wap:after {
  content: '';
  display: inline-block;
  width: 88%;
  height: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  position: absolute;
  left: 6%;
  bottom: 2%;
  z-index: -1;
}
.check_module .field_pc a {
  color: #6a6a6a;
  line-height: 230px;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
}
.check_module .field_pc a p {
  margin: 0;
  font-size: 16px;
}
.check_module .field_pc a > img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.check_module .pc_dia {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 220px;
  background: rgba(25, 140, 208, 0.9);
  text-align: center;
  display: none;
}
.check_module .field_pc:hover .pc_dia {
  display: block;
}
.check_module .field_pc .pc_dia p {
  height: auto;
  line-height: normal;
  margin: 0;
  position: absolute;
  bottom: 85px;
  color: #fff;
  font-size: 14px;
  left: 125px;
}
.check_module .field_pc .pc_dia img {
  width: 70px;
}
.check_module .field_check {
  cursor: pointer;
  margin-top: 45px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.check_module .field_check span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../image/checking.png) no-repeat center;
  vertical-align: middle;
  margin-right: 5px;
}
.check_module .field_check:hover span,
.check_module .field_check.checked span {
  background: url(../image/unchecking.png) no-repeat center;
}
.check_module .field_check p {
  display: inline-block;
  color: #929292;
  margin: 0;
}
.check_module .after:after {
  content: '';
  display: block;
  clear: both;
  width: 0;
}
.check_module .field_check input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.check_module .field_box {
  width: 1185px;
  position: relative;
}
.check_module .swiper-container1,
.check_module .swiper-container2 {
  width: 1045px;
  margin: 0 auto;
}
.check_module .swiper-container1 ul li a {
  background: url(../image/shadow.png) no-repeat center 230px;
  background-size: 100% 8%;
}
.check_module .swiper-button {
  outline: none;
  width: 36px;
  height: 63px;
  position: absolute;
  top: 80px;
  z-index: 100;
  cursor: pointer;
}
.check_module .swiper-prev1,
.check_module .swiper-prev2 {
  background: url(../image/swiper-prev.png) no-repeat center;
}
.check_module .swiper-prev1.swiper-disabled,
.check_module .swiper-prev2.swiper-disabled {
  background: url(../image/swiper-prev-dis.png) no-repeat center;
}
.check_module .swiper-next1,
.check_module .swiper-next2 {
  background: url(../image/swiper-next.png) no-repeat center;
  right: 0;
}
.check_module .swiper-next1.swiper-disabled,
.check_module .swiper-next2.swiper-disabled {
  background: url(../image/swiper-next-dis.png) no-repeat center;
}
.check_module .swiper-prev2,
.check_module .swiper-next2 {
  top: 115px;
}
@media screen and (max-width: 1420px) {
  .check_module .swiper-container1,
  .check_module .swiper-container2 {
    width: 685px;
  }
  .check_module .field_box {
    width: 1000px;
  }
}
@media screen and (max-width: 1200px) {
  .check_module .swiper-container1,
  .check_module .swiper-container2 {
    width: 688px;
  }
  .check_module .field_box {
    width: 760px;
  }
}
