
/* button 
---------------------------------------------- */
.custom-button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	border-radius: .5em;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.custom-button:hover {
	text-decoration: none;
}
.custom-button:active {
	position: relative;
	top: 1px;
}
.custom-button.bigrounded {
	border-radius: 2em;
}
.custom-button.block{
    font-size: 16px;
    display: block;
    padding: .4em 0;
    text-align: center;
}
.custom-button.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.custom-button.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* color styles 
---------------------------------------------- */

/* black */
.custom-button.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.custom-button.black:hover {
	background: #000;
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.custom-button.black:active {
	color: #666;
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/* gray */
.custom-button.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.custom-button.gray:hover {
	background: #616161;
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.custom-button.gray:active {
	color: #afafaf;
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* white */
.custom-button.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.custom-button.white:hover {
	background: #ededed;
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.custom-button.white:active {
	color: #999;
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* orange */
.custom-button.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.custom-button.orange:hover {
	background: #f47c20;
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.custom-button.orange:active {
	color: #fcd3a5;
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* red */
.custom-button.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.custom-button.red:hover {
	background: #b61318;
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.custom-button.red:active {
	color: #de898c;
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* blue */
.custom-button.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.custom-button.blue:hover {
	background: #007ead;
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.custom-button.blue:active {
	color: #80bed6;
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/* rosy */
.custom-button.rosy {
	color: #fae7e9;
	border: solid 1px #b73948;
	background: #da5867;
	background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.custom-button.rosy:hover {
	background: #ba4b58;
	background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.custom-button.rosy:active {
	color: #dca4ab;
	background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}

/* green */
.custom-button.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.custom-button.green:hover {
	background: #538018;
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.custom-button.green:active {
	color: #a9c08c;
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

/* pink */
.custom-button.pink {
	color: #feeef5;
	border: solid 1px #d2729e;
	background: #f895c2;
	background: -moz-linear-gradient(top,  #feb1d3,  #f171ab);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
.custom-button.pink:hover {
	background: #d57ea5;
	background: -moz-linear-gradient(top,  #f4aacb,  #e86ca4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}
.custom-button.pink:active {
	color: #f3c3d9;
	background: -moz-linear-gradient(top,  #f171ab,  #feb1d3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}
/* global css reset */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
* :after,
* :before {
  box-sizing: border-box;
}
blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
/* address,cite,dfn,em,var{font-style:normal} */
code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}
ol,
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
}
legend {
  color: #000;
}
fieldset,
img {
  border: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
input,
select,
textarea {
  margin: 0;
  outline: 0;
  vertical-align: baseline;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.667rem;
}
h3 {
  font-size: 1.3rem;
}
h4 {
  font-size: 1.333rem;
}
h5 {
  font-size: 1.166rem;
}
h6 {
  font-size: 1rem;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  opacity: 0.8;
}
::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
  background-color: #0cb7fa;
}
::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 10px;
  background-color: #87ceeb;
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
}
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ededed;
  border-radius: 10px;
}
#app,
body {
  overflow: hidden;
}

/* global css color */
.color1 {
  color: #fff;
}
.color2 {
  color: #000;
}
.color3 {
  color: #333;
}
.color4 {
  color: #666;
}
.color5 {
  color: #999;
}
.color6 {
  color: #1d4c7a;
}
.color7 {
  color: #43596d;
}
.color8 {
  color: #d40000;
}
.color9 {
  color: #7c3136;
}
/* global font size */
.size12 {
  font-size: 12px;
}
.size14 {
  font-size: 14px;
}
.size16 {
  font-size: 16px;
}
.size18 {
  font-size: 18px;
}
.size24 {
  font-size: 24px;
}
.bold {
  font-weight: bold;
}
/* Other custom styles */
.flex-box {
  display: flex;
  display: -ms-flexbox;
}
.flex-item {
  flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  overflow: hidden;
}
.pointer {
  cursor: pointer;
}
.pointer:hover {
  cursor: pointer;
}
.pointer:focus {
  cursor: pointer;
}
.fl {
  float: left;
}
.fl::after {
  clear: both;
}
.pd0 {
  padding: 0 !important;
}
.text-justify {
  text-align: justify;
}
.text-justify::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
}
.previewImage {
  padding-left: 85px;
  width: 100%;
  max-height: 200px;
  padding-bottom: 24px;
  overflow: hidden;
}
.previewImage img {
  width: 100%;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}
/* 多行文本溢出隐藏 */
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* index content style */
.in-content {
  padding: 0 88px;
  background: transparent;
}
.in-content .block-title {
 
  width: 100%;
  display: block;
  text-align: center;
}
.in-content .block-title * {
  display: inline-block;
}
.block-title {
  width: 100%;
  display: block;
  text-align: center;
}
.in-poster {
  width: 100%;
  display: block;
}
.in-poster .header-text {
  color: #fff;
  width: 256px;
  text-align: center;
}
.in-poster .header-text .PRC {
  font-size: 64px;
  line-height: 78px;
  font-weight: bold;
}
.in-poster .header-text .EN {
  font-size: 36px;
  line-height: 36px;
  padding-top: 15px;
}

/* 通用按钮样式  */
.general-btn {
  border: 0;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  background: #1d4c7a;
  color: #fff;
}
.general-btn--mini {
  border: 0;
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  background: #1d4c7a;
  color: #fff;
}
.general-btn[disabled],
.general-btn--mini[disabled] {
  background: #c7c7c7;
  cursor: not-allowed;
}
/* button style */
/* 的渐变按钮 */
.gradual-change {
  border: 0;
  border-radius: 6px;
  height: 40px;
  line-height: 40px;
  width: 240px;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(
    90deg,
    rgba(43, 190, 251, 1) 0%,
    rgba(43, 137, 251, 1) 100%
  );
}

/*后台通用表格样式  */
.admin-table .ant-table-thead > tr > th,
.admin-table .ant-table-tbody > tr > td {
  padding: 10px;
}
.admin-table .ant-table-thead > tr > th {
  background: #f5f5f5;
  color: #494949;
}
.admin-table .ant-table-tbody > tr > td {
  padding: 10px;
  background: transparent !important;
  color: #6f6f6f;
}
.admin-table .ant-table-tbody > tr:hover > td,
.admin-table .ant-tree-node-content-wrapper:hover,
.admin-table .ant-tree-node-content-wrapper.ant-tree-node-selected,
.admin-table .ant-table-row-hover {
  background: transparent !important;
}
/* 后台通用表格分页器样式 */
.admin-table .ant-list-pagination {
  text-align: center;
}
.admin-table .ant-pagination-item-active {
  background: #1d4c7a;
  border-color: #1d4c7a;
}
.admin-table .ant-pagination-item:focus,
.admin-table .ant-pagination-item:hover {
  border-color: #1d4c7a;
}
.admin-table .ant-pagination-item:focus a,
.admin-table .ant-pagination-item:hover a {
  color: rgba(0, 0, 0, 0.65);
}
.admin-table .ant-pagination-item-active a,
.admin-table .ant-pagination-item-active:hover a,
.admin-table .ant-pagination-item-active:focus a {
  color: #fff;
}
.admin-table .ant-pagination-prev:focus .ant-pagination-item-link,
.admin-table .ant-pagination-next:focus .ant-pagination-item-link,
.admin-table .ant-pagination-prev:hover .ant-pagination-item-link,
.admin-table .ant-pagination-next:hover .ant-pagination-item-link {
  color: #1d4c7a;
  border-color: #1d4c7a;
}

/* 列表(组件a-list)分页器 样式重置 */
.list-pagination .ant-list-pagination {
  text-align: center;
}
.list-pagination .ant-pagination-item-active {
  background: #1d4c7a;
  border-color: #1d4c7a;
}
.list-pagination .ant-pagination-item:focus,
.list-pagination .ant-pagination-item:hover {
  border-color: #1d4c7a;
}
.list-pagination .ant-pagination-item:focus a,
.list-pagination .ant-pagination-item:hover a {
  color: rgba(0, 0, 0, 0.65);
}
.list-pagination .ant-pagination-item-active a,
.list-pagination .ant-pagination-item-active:hover a,
.list-pagination .ant-pagination-item-active:focus a {
  color: #fff;
}
.list-pagination .ant-pagination-prev:focus .ant-pagination-item-link,
.list-pagination .ant-pagination-next:focus .ant-pagination-item-link,
.list-pagination .ant-pagination-prev:hover .ant-pagination-item-link,
.list-pagination .ant-pagination-next:hover .ant-pagination-item-link {
  color: #1d4c7a;
  border-color: #1d4c7a;
}

/*navbar-box Menu 组件样式重置  红色主题 ((mode="inline"&&theme="light")||mode="horizontal")*/
.navbar-box .ant-menu-item {
  font-weight: bold;
}
.ant-menu-horizontal > .ant-menu-item:hover,
.ant-menu-horizontal > .ant-menu-submenu:hover,
.ant-menu-horizontal > .ant-menu-item-active,
.ant-menu-horizontal > .ant-menu-submenu-active,
.ant-menu-horizontal > .ant-menu-item-open,
.ant-menu-horizontal > .ant-menu-submenu-open,
.ant-menu-horizontal > .ant-menu-item-selected,
.ant-menu-horizontal > .ant-menu-submenu-selected {
  color: #d40000;
  border-bottom: 2px solid #d40000;
}
.navbar-box .ant-menu-item:hover,
.navbar-box .ant-menu-item-active,
.navbar-box .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
.navbar-box .ant-menu-submenu-active,
.navbar-box .ant-menu-submenu-title:hover {
  color: #d40000;
}
.navbar-box .ant-menu-submenu-selected,
.navbar-box .ant-menu-item-selected,
.navbar-box .ant-menu-submenu-title:hover {
  color: #d40000;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #ffe4e5;
}
.navbar-box .ant-menu-item:active,
.navbar-box .ant-menu-submenu-title:active {
  background: #fff4f4;
}
.navbar-box .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.navbar-box .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after {
  background: linear-gradient(to right, #d40000, #d40000);
}
.navbar-box .ant-menu-vertical .ant-menu-item::after,
.navbar-box .ant-menu-vertical-left .ant-menu-item::after,
.navbar-box .ant-menu-vertical-right .ant-menu-item::after,
.navbar-box .ant-menu-inline .ant-menu-item::after {
  border-right-color: #d40000;
}
/*navbar-box--blue  Menu 组件样式重置  蓝色主题 ((mode="inline"&&theme="light")||mode="horizontal") */
.navbar-box--blue .ant-menu-item:hover,
.navbar-box--blue .ant-menu-item-active,
.navbar-box--blue .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
.navbar-box--blue .ant-menu-submenu-active,
.navbar-box--blue .ant-menu-submenu-title:hover {
  color: #1d4c7a;
}
.navbar-box--blue .ant-menu-submenu-selected,
.navbar-box--blue .ant-menu-item-selected,
.navbar-box--blue .ant-menu-submenu-title:hover {
  color: #1d4c7a;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #ffe4e5;
}
.navbar-box--blue .ant-menu-item:active,
.navbar-box--blue .ant-menu-submenu-title:active {
  background: #fff4f4;
}
.navbar-box--blue .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.navbar-box--blue .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after {
  background: linear-gradient(to right, #1d4c7a, #1d4c7a);
}
.navbar-box--blue .ant-menu-vertical .ant-menu-item::after,
.navbar-box--blue .ant-menu-vertical-left .ant-menu-item::after,
.navbar-box--blue .ant-menu-vertical-right .ant-menu-item::after,
.navbar-box--blue .ant-menu-inline .ant-menu-item::after {
  border-right-color: #1d4c7a;
}
/* Menu 组件样式重置 黑色主题 (mode="inline"&&theme="dark")*/
.navbar-box--dark .ant-menu-horizontal > .ant-menu-item:hover,
.navbar-box--dark .ant-menu-horizontal > .ant-menu-submenu:hover,
.navbar-box--dark .ant-menu-horizontal > .ant-menu-item-active,
.navbar-box--dark .ant-menu-horizontal > .ant-menu-submenu-active,
.navbar-box--dark .ant-menu-horizontal > .ant-menu-item-open,
.navbar-box--dark .ant-menu-horizontal > .ant-menu-submenu-open,
.navbar-box--dark .ant-menu-horizontal > .ant-menu-item-selected,
.navbar-box--dark .ant-menu-horizontal > .ant-menu-submenu-selected {
  color: #fff;
  border-bottom: 2px solid #1d4c7a;
}
.navbar-box--dark .ant-menu-item:hover,
.navbar-box--dark .ant-menu-item-active,
.navbar-box--dark .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
.navbar-box--dark .ant-menu-submenu-active,
.navbar-box--dark .ant-menu-submenu-title:hover {
  color: #fff;
}
.navbar-box--dark .ant-menu-submenu-selected,
.navbar-box--dark .ant-menu-item-selected,
.navbar-box--dark .ant-menu-submenu-title:hover {
  color: #fff;
}
.navbar-box--dark .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #1d4c7a !important;
}
.ant-menu.ant-menu-dark .ant-menu-item-selected,
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
  background-color: #1d4c7a !important;
}
.navbar-box--dark .ant-menu-item:active,
.navbar-box--dark .ant-menu-submenu-title:active {
  background: #415d79 !important;
}
.navbar-box--dark .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.navbar-box--dark .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after {
  background: linear-gradient(to right, #fff, #fff);
}
.navbar-box--dark .ant-menu-vertical .ant-menu-item::after,
.navbar-box--dark .ant-menu-vertical-left .ant-menu-item::after,
.navbar-box--dark .ant-menu-vertical-right .ant-menu-item::after,
.navbar-box--dark .ant-menu-inline .ant-menu-item::after {
  border-right-color: #fff;
}

/* tabs 组件样式重置 */
.custom-tabs .ant-tabs-bar {
  border-bottom-color: #1d4c7a;
}
.custom-tabs .ant-tabs-tab {
  border: 0 !important;
  background: #eaeef2 !important;
  margin: 0 !important;
  border-bottom: 1px solid #1d4c7a !important;
  width: 166px;
  height: 40px;
  text-align: center;
  color: #333;
  font-size: 14px;
}
.custom-tabs .ant-tabs-tab {
  border-radius: 0 !important;
}
.custom-tabs .ant-tabs-tab:first-child {
  border-top-left-radius: 4px !important;
}
.custom-tabs .ant-tabs-tab:last-child {
  border-top-right-radius: 4px !important;
}
.custom-tabs .ant-tabs-tab.ant-tabs-tab-active {
  background: #1d4c7a !important;
  color: #fff !important;
}
.custom-tabs-line .ant-tabs-tab-active {
  color: #1d4c7a;
}
.custom-tabs-line .ant-tabs-ink-bar {
  background-color: #1d4c7a;
}
.custom-tabs-line .ant-tabs-tab:hover {
  color: #2a69a7;
}
/*search 组件样式重置  */
.custom-search .ant-btn-primary {
  background: #1d4c7a;
  border-color: #1d4c7a;
  box-shadow: unset;
}
.custom-search .ant-input:hover,
.custom-search .ant-input:focus {
  border-color: #1d4c7a;
  box-shadow: unset;
}

/* 文件上传列表 显示宽度 */
.ant-upload-list-item-name {
  width: 15rem;
}

/* html5 video标签  重置控制栏样式 */
.video--resetControl::-webkit-media-controls-panel,
.video--resetControl::-webkit-media-controls-panel {
  box-shadow: none !important;
  background: rgba(0, 0, 0, 0.3);
}



