@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, html, input, legend, li, menu, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0
  }
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a,
a:link,
a:hover,
a:visited {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif, "Microsoft YaHei", Helvetica;
}

html, body {
  height: 100%;
  overflow-y: hidden;
}

#app {
  height: 100%;
}

input,
textarea,
button {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
}

input, textarea {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  -o-user-select: auto !important;
  user-select: auto !important;
}

/* 公共样式设置 */
.bgwhite {
  background-color: white;
}

.font0 {
  font-size: 0;
}

.font12 {
  font-size: 12px;
}

.font13 {
  font-size: 13px;
}

.font14 {
  font-size: 14px;
}

.font15 {
  font-size: 15px;
}

.font16 {
  font-size: 16px;
}

.font18 {
  font-size: 18px;
}

.font20 {
  font-size: 20px;
}

.font22 {
  font-size: 22px;
}

.font30 {
  font-size: 30px;
}

.coloraaa {
  color: #AAAAAA;
}

.color000 {
  color: #000000;
}

.color222 {
  color: #222222;
}

.color333 {
  color: #333333;
}

.color42 {
  color: #424242;
}

.color444 {
  color: #444444;
}

.color666 {
  color: #666666;
}

.color999 {
  color: #999999;
}

.color-default {
  color: #0099FF;
}

.color-grey {
  color: #A9A9B6;
}

.color-orange {
  color: #FF6F43;
}

.colorwhite {
  color: #fff;
}

.lineheight40 {
  line-height: 40px;
}

.lineheight30 {
  line-height: 30px;
}

.lineheight26 {
  line-height: 26px;
}

.lineheight24 {
  line-height: 24px;
}

.lineheight20 {
  line-height: 20px;
}

.border50 {
  border-radius: 50%;
}

.fontbold {
  font-weight: bold;
}

.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.inlineblock {
  display: inline-block;
}

.clearfix:after {
  clear: both;
}

.width-main {
  width: 1000px;
  margin: 0 auto;
}
.width-main-header {
  width: 1260px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  }

.paddingtop30 {
  padding-top: 30px;
}

.paddingtop20 {
  padding-top: 20px;
}

.overhidden {
  overflow: hidden;
}

.overhidden1 {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.overhidden2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 52px;
}

/* 公共头部样式 start */
.has-top {
  position: absolute;
  top: 44px;
  bottom: 0;
  width: 100%;
  /*height: 100%;*/
  min-width: 1000px;
  overflow: auto;
  /*margin-top: 44px;*/
}

/* 头部菜单 */
.content-header {
  width: 100%;
  height: 60px;
  -webkit-box-shadow: 0 1px 0 0 #e9e9e9;
          box-shadow: 0 1px 0 0 #e9e9e9;
  min-width: 1000px;
  background-color: white;
}

.content-header .logo {
  max-width: 160px;
  max-height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  overflow: hidden;
}

.content-header .logo p {
  font-weight: bold;
  line-height: 24px;
  font-size: 24px;
  color: #2AAAFF;
  letter-spacing: -1px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 48px;
}

.content-header .tabs {
  margin: 20px 0 20px 9px;
}

.content-header .tabs a {
  margin-left: 20px;
  display: inline-block;
}

.content-header .tabs .active {
  color: #0099FF;
}

.content-header .search-input {
  position: relative;
  margin-left: auto;
  margin-right: 50px;
}

.content-header .search-input .input {
  width: 180px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #DDDDDD;
  padding: 0 35px 0 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.content-header .search-input .search-icon {
  position: absolute;
  right: 14px;
  top: 8px;
  width: 14px;
  height: 14px;
  background-image: url("../images/search1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  cursor: pointer;
}

.content-header .search-input .search-icon.ishover {
  background-image: url("../images/search2.png");
  background-size: auto;
}

.content-header .search-input .input::-ms-clear {
  display: none;
}

.content-header .search-input .input::-ms-reveal {
  display: none;
}

/* 公共头部样式 end */
/* 公共样式标题 start */
.common-title {
  height: 20px;
}

.common-title .right-btn {
  cursor: pointer;
}

.common-title .right-btn span {
  vertical-align: middle;
  font-size: 14px;
  color: #999999;
}

.common-title .right-btn .icon-arrow {
  width: 12px;
  height: 12px;
  background: url(../images/circle-right1.png) no-repeat left bottom;
  display: inline-block;
  vertical-align: middle;
}

.common-title .right-btn:hover span {
  color: #0099FF;
}

.common-title .right-btn:hover .icon-arrow {
  background: url(../images/circle-right2.png) no-repeat left bottom;
}

/* 公共样式标题 end */
/* 公共面包屑 start */
.crumb .crumb-list {
  display: inline-block;
}

.crumb .icon-back {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 4px;
  background: url("../images/shape1.png") no-repeat center center;
}

.crumb .crumb-list:hover .icon-back {
  background: url("../images/shape2.png") no-repeat center center;
}

.crumb .crumb-list:hover {
  color: #0099FF;
}

/* 公共面包屑 end */
/* 公共空状态 start */
.empty-data {
  padding-top: 200px;
}

.empty-data img {
  width: 350px;
  height: 170px;
}

.empty-data .txt {
  color: #63a2cc;
}

/* 公共面包屑 end */
/* 公共分页 */
.scott {
  margin-bottom: 30px;
}

.scott a,
.scott span {
  margin: 0 15px;
  display: inline-block;
}

.scott a:hover {
  color: #0099FF;
}

.scott .disabled {
  color: #999999;
}

.scott .current {
  color: #fff;
  background-color: #0099FF;
  padding: 0 7px;
  border-radius: 50%;
}

.scott .disabled:hover {
  color: #999;
}

.scott .current:hover {
  color: #fff;
}
