@charset "UTF-8";
/* 字体包 */
@font-face {
  font-family: "AlimamaFangYuanTiVF";
  src: url("./fonts/AlimamaFangYuanTiVF-Thin/AlimamaFangYuanTiVF-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "DIN";
  src: url("./fonts/DIN/D-DIN.woff") format("woff"), url("./fonts/DIN/D-DIN.ttf") format("truetype"), url("./fonts/DIN/D-DIN.eot") format("embedded-opentype");
}
@font-face {
  font-family: "YouSheBiaoTiHei";
  src: url("./fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.woff") format("woff"), url("./fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.ttf") format("truetype"), url("./fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.eot") format("embedded-opentype");
}
/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
body {
  color: #333;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  background: #F5F6F8;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  border: 0;
  outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #BAC4CE;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #BAC4CE;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #BAC4CE;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #BAC4CE;
}

.placeholder {
  color: #BAC4CE;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 通用样式 */
.container {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .container {
    width: 98%;
  }
}
@media (min-width: 980px) {
  .container {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1440px;
  }
}
/* 当前位置 */
.location {
  padding: 18px 0 18px 23px;
  line-height: 1.5;
  font-size: 14px;
  color: #999;
  background: url("../images/location_ico.png") left center no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.location a {
  color: #999;
}
.location a:hover {
  color: #0c7cff;
}
.location span {
  color: #0c7cff;
}

/* 子页左侧垂直菜单和右侧外框 */
.left-nav {
  width: 220px;
  background: #fff;
  overflow: hidden;
}
.left-nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 220px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
          box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
  z-index: -1;
}
.left-nav-hd {
  padding: 22px 25px;
  color: #fff;
  background: #0c7cff url("../images/leftnav_hd_bg.jpg") center center/100% 100% no-repeat;
}
.left-nav-hd-cn {
  position: relative;
  line-height: 36px;
  font-size: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.left-nav-hd-cn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 1px;
  background: #fff;
}
.left-nav-hd-en {
  margin-top: 2px;
  line-height: 18px;
  font-size: 12px;
  opacity: 0.4;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wb-tree-tt {
  display: block;
  padding: 0 48px 0 24px;
  color: #333;
  background: url("../images/leftnav_arrow.png") right 20px center no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wb-tree-node {
  position: relative;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.wb-tree-node:hover .wb-tree-tt {
  color: #0c7cff;
  font-weight: bold;
}
.wb-tree-subs {
  display: none;
  padding: 10px 0;
}
.wb-tree-sub .wb-tree-item {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.wb-tree-sub .wb-tree-item a {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 24px 0 36px;
  display: block;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wb-tree-sub .wb-tree-item a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  width: 4px;
  height: 4px;
  background-color: #0c7cff;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.wb-tree-sub .wb-tree-item.current a, .wb-tree-sub .wb-tree-item:hover a {
  color: #0c7cff;
  font-weight: bold;
}
.wb-tree-sub .wb-tree-item.current a::before, .wb-tree-sub .wb-tree-item:hover a::before {
  background-color: #0c7cff;
}
.wb-tree-items.current .wb-tree-node {
  background: url("../images/leftnav_node_bg.jpg") center center/100% 100% no-repeat;
}
.wb-tree-items.current .wb-tree-tt {
  color: #fff;
  background-image: url("../images/leftnav_arrow_h.png");
}
.wb-tree-items.current .wb-tree-subs {
  display: block;
}
.wb-tree-items.hasChild.current .wb-tree-tt {
  background-image: url("../images/leftnav_arrow2_h.png");
}

.subpage-wrap {
  position: relative;
  margin-bottom: 30px;
}
.subpage-right {
  width: calc(100% - 220px - 20px);
  padding: 8px 24px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* shadow-box */
.shadow-box {
  background: #fff;
  -webkit-box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
          box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 通用标题 和 表格 */
.common-hd {
  height: 54px;
  line-height: 54px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  margin-bottom: 20px;
}
.common-hd .query-box {
  margin-top: 10px;
}
.common-title {
  position: relative;
  padding-left: 14px;
  font-size: 20px;
  font-weight: bold;
  color: #0c7cff;
}
.common-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 22px;
  background: #0c7cff;
}
.common-table {
  table-layout: fixed;
  width: 100%;
}
.common-table th, .common-table td {
  height: 40px;
  padding: 0 10px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.common-table th {
  color: #fff;
  background: #0c7cff;
}
.common-table td {
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  cursor: pointer;
}
.common-table tr:hover td {
  color: #0c7cff;
  border-bottom-color: #0c7cff;
}
.common-table-hd-row, .common-table-bd-row {
  line-height: 40px;
  font-size: 14px;
}
.common-table-hd-col, .common-table-bd-col {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.common-table-hd-row {
  color: #fff;
  background: #0c7cff;
}
.common-table-bd-row {
  display: block;
  color: #333;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.common-table-bd-row:hover {
  color: #0c7cff;
  border-color: #0c7cff;
}

/* 子页搜索框 */
.query-box {
  position: relative;
  width: 250px;
  height: 34px;
  line-height: 32px;
  padding: 0 40px 0 12px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.query-input {
  width: 100%;
  height: 32px;
  line-height: 32px;
  vertical-align: top;
  font-size: 14px;
}
.query-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: url("../images/query_ico.png") center center no-repeat;
}

/* 分页 */
.pager {
  position: relative;
}
.pager .m-pagination-info {
  position: absolute;
  left: 0;
  padding-left: 0;
}

.m-pagination-page > li > a,
.m-pagination-size > select,
.m-pagination-group > input,
.m-pagination-group > button,
.m-pagination-info {
  color: #666;
}

.m-pagination-page > li > a,
.m-pagination-size > select,
.m-pagination-group > input,
.m-pagination-group > button {
  border-width: 2px;
  border-color: #ECEDF2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.m-pagination-page > li > a {
  height: 34px;
  line-height: 30px;
  padding: 0 11px;
}

.m-pagination-info {
  height: 34px;
  line-height: 34px;
}

.m-pagination-size > select,
.m-pagination-group > button,
.m-pagination-group > input {
  height: 34px;
}

.m-pagination-jump {
  position: relative;
  width: 88px;
  padding: 0 16px 0 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.m-pagination-jump::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "到第";
  font-size: 14px;
  color: #333;
}
.m-pagination-jump::after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "页";
  font-size: 14px;
  color: #333;
}

.m-pagination-group > input {
  border-right: 2px solid #ECEDF2;
}
.m-pagination-group > button {
  display: none;
}

.m-pagination-page > li:hover > a,
.m-pagination-group > button:hover {
  border-color: #0c7cff;
}

.m-pagination-page > li.active > a {
  border-color: #0c7cff;
  color: #0c7cff;
  background-color: #fff;
}

/* 条件 */
.condition + .common-table-wrap {
  margin-top: 14px;
}
.condition-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 0;
  line-height: 26px;
  font-size: 14px;
}
.condition-trigger {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 32px;
  line-height: 32px;
  color: #0c7cff;
  padding-right: 18px;
  background: url("../images/condition_arrow_down.png") right center no-repeat;
}
.condition-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 70px;
  padding: 3px 0;
  text-align: right;
}
.condition-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 32px;
  overflow: hidden;
}
.condition-content.open {
  height: auto;
}
.condition-content.open + .condition-trigger {
  background-image: url("../images/condition_arrow_up.png");
}
.condition-list {
  margin-left: -6px;
  overflow: hidden;
}
.condition-list > * {
  margin-top: 3px;
  margin-left: 6px;
}
.condition-item {
  padding: 0 12px;
  margin-bottom: 3px;
  background: #F7F7F7;
  border-radius: 4px;
  cursor: pointer;
}
.condition-item.current, .condition-item:hover {
  color: #fff;
  background-color: #0c7cff;
}

.time-select {
  width: 200px;
  height: 26px;
  line-height: 24px;
  padding: 0 30px 0 10px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 4px;
  background: url("../images/date_icon.png") right 7px center no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.time-split {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 1px;
  background: rgba(153, 153, 153, 0.2);
}

/* 中等屏幕 */
@media screen and (max-width: 1024px) {
  .left-nav {
    width: 180px;
  }
  .left-nav::before {
    width: 180px;
  }
  .wb-tree-tt {
    padding: 0 36px 0 12px;
    background-position: right 8px center;
  }
  .wb-tree-subs {
    padding: 5px 0;
  }
  .wb-tree-sub .wb-tree-item a {
    padding: 0 12px 0 24px;
  }
  .wb-tree-sub .wb-tree-item a::before {
    left: 12px;
  }
  .subpage-wrap {
    margin-bottom: 20px;
  }
  .subpage-right {
    width: calc(100% - 180px - 10px);
    padding: 8px 10px 10px;
  }
  .common-table-hd-col, .common-table-bd-col {
    padding: 0 8px;
  }
}
/* 小屏幕 */
@media screen and (max-width: 767px) {
  .left-nav {
    width: 100%;
  }
  .left-nav::before {
    display: none;
  }
  .left-nav-hd {
    padding: 10px;
  }
  .left-nav-hd-cn {
    line-height: 24px;
    font-size: 18px;
  }
  .left-nav-hd-en {
    line-height: 14px;
    font-size: 10px;
  }
  .wb-tree-node {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
  .wb-tree-subs {
    padding: 5px 0;
  }
  .wb-tree-sub .wb-tree-item {
    height: 26px;
    line-height: 26px;
    font-size: 14px;
  }
  .location {
    padding: 10px 0 10px 23px;
    margin: 0 10px;
  }
  .subpage-wrap {
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .subpage-right {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
  }
  .common-hd {
    height: 34px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .common-hd .query-box {
    margin-top: 0;
  }
  .common-title {
    padding-left: 6px;
    font-size: 16px;
  }
  .common-title::before {
    width: 2px;
    height: 16px;
  }
  .common-table {
    width: 1000px;
  }
  .common-table-hd, .common-table-bd {
    width: 660px;
  }
  .common-table-wrap {
    overflow-x: auto;
  }
  .query-box {
    width: 140px;
  }
  .pager {
    margin-top: 10px;
  }
  .m-pagination-page > li > a {
    height: 24px;
    line-height: 20px;
    padding: 0 6px;
  }
  .m-pagination-size > select,
  .m-pagination-group > button,
  .m-pagination-group > input {
    height: 24px;
  }
  .condition-label {
    width: auto;
    text-align: left;
  }
  .condition + .common-table-wrap {
    margin-top: 10px;
  }
  .laydate-theme-molv.layui-laydate-range {
    width: 340px !important;
  }
  .laydate-theme-molv .layui-laydate-main {
    width: 170px !important;
  }
  .layui-laydate-header {
    padding: 10px 40px 5px !important;
  }
  .layui-laydate-header i {
    font-size: 12px !important;
  }
  .layui-laydate-header i.laydate-prev-y {
    left: 2px !important;
  }
  .layui-laydate-header i.laydate-prev-m {
    left: 20px !important;
  }
  .layui-laydate-header i.laydate-next-y {
    right: 2px !important;
  }
  .layui-laydate-header i.laydate-next-m {
    right: 20px !important;
  }
  .laydate-set-ym span {
    padding: 0 5px !important;
    font-size: 12px !important;
  }
  .layui-laydate-content,
  .layui-laydate-content td, .layui-laydate-content th {
    padding: 0 !important;
  }
  .layui-laydate-content td, .layui-laydate-content th {
    width: 24px !important;
    height: 24px !important;
    font-size: 12px;
  }
}
/* 覆盖掉渝快办PC端应用对接页尾部的样式 */
.footer-bt-links {
  width: 90%;
}

@media screen and (max-width: 768px) {
  .footer-bt-links {
    width: 100%;
  }
}