/*!
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: A plain-vanilla & lightweight theme for Elementor page builder
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 2.2.4
	Stable tag: 2.2.2
	Requires at least: 4.7
	Tested up to: 5.2
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* Style - include Theme style
   ========================================================================== */
/**
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 * Loading first in the style.scss & editor-style.scss
 */
/*!
 * Based on Normalize.css v8.0.0, HTML5 Boilerplate v6.1.0, & Bootstrap Reboot v4.1.0 | Under MIT License
*/
/**
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 3 */ }

/* Sections
   ========================================================================== */
body {
  margin: 0;
  font-family: 'PingFang SC','Helvetica Neue',Helvetica,'Hiragino Sans GB','Microsoft YaHei','微软雅黑,Arial','sans-serif';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: .9rem; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  white-space: pre-wrap; }

/* Text-level semantics
   ========================================================================== */
a {
  background-color: transparent;
  text-decoration: none;
  color: #147bd1; }
  a:hover, a:active {
    color: #147bd1; }
  a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%; }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* Print
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    page-break-inside: avoid;
    border: 1px solid #cccccc; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Forms
   ========================================================================== */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 1rem;
  /* 1 */
  line-height: 1.5;
  /* 1 */
  margin: 0;
  /* 2 */ }

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
  width: 100%;
  border: solid 1px #C3C0C0;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  input[type="text"]:focus,
  input[type="date"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  select:focus,
  textarea:focus {
    border-color: #333333;
    outline: 0 none; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  width: auto;
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

button,
[type="submit"],
[type="button"] {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid #147bd1;
  background:#147bd1;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  button:focus,
  [type="submit"]:focus,
  [type="button"]:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color; }
  button:hover, button:focus,
  [type="submit"]:hover,
  [type="submit"]:focus,
  [type="button"]:hover,
  [type="button"]:focus {
    color: #ffffff;
    background-color: #1062a5;
    text-decoration: none; }
  button:not(:disabled),
  [type="submit"]:not(:disabled),
  [type="button"]:not(:disabled) {
    cursor: pointer; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
  resize: vertical; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

select {
  display: block; }

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Table
   ========================================================================== */
table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse; }
  table th,
  table td {
    padding: 15px;
    line-height: 1.5;
    text-align: left;
    vertical-align: top;
    border: 1px solid #cccccc; }
  table th {
    font-weight: bold; }
  table thead th,
  table tfoot th {
    font-size: 1em; }
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td {
    border-top: 1px solid #cccccc; }
  table tbody > tr:nth-child(odd) > td,
  table tbody > tr:nth-child(odd) > th {
    background-color: #eeeeee; }
  table tbody tr:hover > td,
  table tbody tr:hover > th {
    background-color: #e9e9e9; }
  table tbody + tbody {
    border-top: 2px solid #cccccc; }
  @media (max-width: 767px) {
    table table {
      font-size: 0.8em; }
      table table th,
      table table td {
        padding: 7px;
        line-height: 1.3; }
      table table th {
        font-weight: 400; } }

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Lists
   ========================================================================== */
dl,
dt,
dd,
ol,
ul,
li {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }


/*
div class="tag_related_tags"><span>本文关键字：</span><a href='/archives/tag/allegro-pcb' title='Allegro  PCB Tag'>Allegro  PCB</a> , <a href='/archives/tag/pcb' title='PCB Tag'>PCB</a></div><div class="tag_related_list"><div class="tag-related-title">相关文章</div><ul class="tag-related-ul "><li class="tag-related-video" style='padding:8px 0;border-bottom:1px dotted #ccc;'><a href="/video/da558470fd797dc79784b16d79f333bd">Cadence17.4系列视频第一期-技术工程师该如何让自己保值？</a></li><li class="tag-related-post" style='padding:8px 0;border-bottom:1px dotted #ccc;'><a href="/archives/1805">加速AI开发，Cadence Tensilica HiFi IP支持面向微控制器的TensorFlow Lite</a></li><li class="tag-related-doc" style='padding:8px 0;border-bottom:1px dotted #ccc;'><a href="/doc/99585fb6ec21a586ad6a59e4d4819519">Cadence OrCAD FPGA System Planner</a></li><li class="tag-related-good" style='padding:8px 0;border-bottom:1px dotted #ccc;'><a href="/products/94">Allegro PCB Analog/RF Option</a></li><li class="tag-related-post" style='padding:8px 0;border-bottom:1px dotted #ccc;'><a href="/archives/1809">Cadence Allegro 17.4为PCB阻抗控制提供了一种更加高效途径分析功能</a></li></ul></div>		</div>
*/

.tag_related_tags {font-size:16px;}
.tag_related_tags span {font-weight:bold;}

.tag_related_list {font-size:14px;}
.tag_related_list .tag-related-title {font-size:24px;font-weight:bold;margin:15px 0;}
.tag_related_list ul.tag-related-ul {}
.tag_related_list ul.tag-related-ul li {padding:15px 0;border-bottom:1px dotted #ccc;}
.tag_related_list ul.tag-related-ul li:not(:last-child) {}
.tag_related_list ul.tag-related-ul li a {color:#202020}
.tag_related_list ul.tag-related-ul li a:hover {color:#f00;}
.tag_related_list ul.tag-related-ul li .tag-related-time {float:right;}

.tag_related_list ul.tag-related-ul-icon {list-style:none;padding:0;}
.tag_related_list ul.tag-related-ul-icon span.tag-related-icon {padding-right:10px;}
.tag_related_list ul.tag-related-ul-icon span.tag-related-icon i.far {color:#f00;font-size:16px;}


/*右侧单独样式*/
.right-list {border:1px solid #dcdcdc;}
.right-list .tag_related_list .tag-related-title {font-size:16px;font-weight:600;padding:12px 0;margin:0;background:#eee url(/uploads/2020/09/5f60c037b97d0.png) no-repeat 15px center;text-indent:35px;border-bottom:1px solid #dcdcdc;background-size: 12px;}
.right-list .tag_related_list ul.tag-related-ul {list-style:none;margin:0;padding:5px 0 5px 20px;}
.right-list .tag_related_list ul.tag-related-ul li {padding:5px 0;border-width:0;}
.right-list .tag_related_list ul.tag-related-ul li:not(:last-child) {}
.right-list .tag_related_list ul.tag-related-ul li a {color:#147bd1}
.right-list .tag_related_list ul.tag-related-ul li a:before{
    content: "\2022";
    margin-right: 10px;
    color: red;
}
.right-list .tag_related_list ul.tag-related-ul li a:hover {color:#f00;}
.right-list .tag_related_list ul.tag-related-ul li .tag-related-time {float:right;}


/* 右侧标签云 */
.my-tagcloud .elementor-widget-container {border:1px solid #dcdcdc;}
.my-tagcloud h5 {font-size:16px;font-weight:600;padding:12px 0;margin:0;background:#eee url(/uploads/2020/09/5f60c037b97d0.png) no-repeat 15px center;text-indent:35px;border-bottom:1px solid #dcdcdc;background-size: 12px;}
.my-tagcloud .tagcloud {padding:10px 20px;}
.my-tagcloud .tagcloud a {display:block;font-size:14px !important;color:#147bd1;margin:5px 0;}
.my-tagcloud .tagcloud a:before{
    content: "\2022";
    margin-right: 10px;
    color: red;
}
.my-tagcloud .tagcloud a:hover {color:#f00;}


/*
分页
*/
.mypagination {margin:40px 0;padding:0 10px;text-align:center;font-size:14px;display:block;border-radius:0}
.mypagination ul{display:inline-block !important;*display:inline;*zoom:1;margin-left:0;margin-bottom:0;padding:0}
.mypagination ul > li {display:inline}
.mypagination ul > li > a,
.mypagination ul > li > span{margin:0 2px;float:left;padding:5px 12px;background-color:#ddd;color:#666;border-radius:2px;opacity:.88}
.mypagination ul > li > a:hover,
.mypagination ul > li > a:focus{opacity:1}
.mypagination ul > .active > a,
.mypagination ul > .active > span {background-color:#f36;color:#fff}
.mypagination ul > .active > a,
.mypagination ul > .active > span {cursor:default}
.mypagination ul > li > span,
.mypagination ul > .disabled > span,
.mypagination ul > .disabled > a,
.mypagination ul > .disabled > a:hover,
.mypagination ul > .disabled > a:focus  {color:#999999;background-color:transparent;cursor:default}

@media (max-width: 767px) {
	.mypagination ul > li.num-page,
	.mypagination ul > li.first-page,
	.mypagination ul > li.last-page   {display:none;}	
	.mypagination ul > li > a { padding:10px 30px; margin:0 10px; }
}

/*
文章列表
*/
.archives-list article.elementor-post { 
	border-bottom:1px solid #ccc; 
	padding:40px 0 !important;
}
.archives-list article.elementor-post:first-child {
	padding-top:0px !important;
}
.archives-list article.elementor-post:hover {
	background:#f7f7f7;
}

.archives-list .elementor-posts-container {
    grid-column-gap: 0px !important;
    grid-row-gap: 0px !important;
}
@media(max-width: 767px) {
    .archives-list article.elementor-post {
		display:block !important;
	}

	.archives-list article.elementor-post .elementor-post__thumbnail__link {
		margin-bottom:20px !important;
	}


	.archives-list article.elementor-post .elementor-post__read-more {
		text-align: right;
		display: block;
		padding-right:20px;
	}
}

/*导航菜单 产品下拉样式*/

.pro-nav-sub dl.nav-tabs-detail {margin:5px 0;padding:0;list-style:none;font-family: "Rubik", Sans-serif;font-size:16px;}
.pro-nav-sub dl.nav-tabs-detail dt {padding:5px 0;margin:0;font-weight:700;}
.pro-nav-sub dl.nav-tabs-detail dd {padding:8px 0;margin:0;font-weight:300;}
.pro-nav-sub dl.nav-tabs-detail a  {
	color: #147bd1 !important;
	background-image:-webkit-linear-gradient(to right,#147bd1 50%,transparent 50%);
	background-image:-moz-linear-gradient(to right,#147bd1 50%,transparent 50%);
	background-image:-ms-linear-gradient(to right,#147bd1 50%,transparent 50%);
	background-image:-o-linear-gradient(to right,#147bd1 50%,transparent 50%);
	background-image:linear-gradient(to right,#147bd1 50%,transparent 50%);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-size:200% 2px;
	padding-bottom:3px;
	display:inline;
	transition:background-position .2s linear;
	text-decoration:none;
}
.pro-nav-sub dl.nav-tabs-detail a:hover {
	background-position:bottom left;color:#147bd1
}

/*导航菜单 解决方案链接样式*/
ul.menu_solution {
    margin: 5px 0;
    padding: 0;
    list-style: none;
    font-family: "Rubik", Sans-serif;
    font-size: 16px;
}

ul.menu_solution li {
    padding: 8px 0 8px 20px;
    margin: 0;
}

ul.menu_solution a {
	color: #147bd1 !important;
	background-image:-webkit-linear-gradient(to right,#147bd1 50%,transparent 50%);
	background-image:-moz-linear-gradient(to right,#147bd1 50%,transparent 50%);
	background-image:-ms-linear-gradient(to right,#147bd1 50%,transparent 50%);
	background-image:-o-linear-gradient(to right,#147bd1 50%,transparent 50%);
	background-image:linear-gradient(to right,#147bd1 50%,transparent 50%);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-size:200% 2px;
	padding-bottom:3px;
	display:inline;
	transition:background-position .2s linear;
	text-decoration:none;
}

ul.menu_solution a:hover {
	background-position:bottom left;color:#147bd1
}

/*所有产品页面 样式 */

.all-products {}
.all-products dl {
    width:95%;
    margin: 10px auto;
    padding: 0;
    list-style:none;
    font-size: 16px;
}
.all-products dl dt {margin:0;background:#147BD1;padding:8px 0 8px 1em;border-radius: 0 0 0 0;}
.all-products dl dt a {
    font-size:18px;
    color: #fff !important;
}
.all-products dl dd {margin:10px 0;padding-left:1em;}

.all-products dl dd a {
	color: #147bd1 !important;
	background-image:-webkit-linear-gradient(to right,#147bd1 50%,transparent 50%);
	background-image:-moz-linear-gradient(to right,#147bd1 50%,transparent 50%);
	background-image:-ms-linear-gradient(to right,#147bd1 50%,transparent 50%);
	background-image:-o-linear-gradient(to right,#147bd1 50%,transparent 50%);
	background-image:linear-gradient(to right,#147bd1 50%,transparent 50%);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-size:200% 2px;
	padding-bottom:3px;
	display:inline;
	transition:background-position .2s linear;
	text-decoration:none;
}

.all-products dl dd a:hover {
	background-position:bottom left;color:#147bd1
}

.all-products dl dd a:before {
	content: "\2022";
    margin-right: 10px;
    color: red;
}


.content { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-size-adjust: 100%;overflow: hidden; font-size: 14px; line-height:2; word-wrap: break-word; }
.content>*:first-child { margin-top: 0 !important; }
.content>*:last-child { margin-bottom: 0 !important; }
.content a { background-color: transparent; }
.content a:active, .content a:hover { outline: 0; }
.content * { box-sizing: border-box; }
.content a { color: #4078c0; text-decoration: none; }
.content a:hover, .content a:active { text-decoration: underline; }
.content a:not([href]) {color: inherit;text-decoration: none;}
.content strong { font-weight: bold; }
.content img { border: 0; max-width: 100%; box-sizing: border-box;}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {margin-top: 1em; margin-bottom: 16px; font-weight: bold; line-height: 1.4; }
.content h1 { padding-bottom: 0.3em; font-size: 1.75em; line-height: 1.2; border-bottom: 1px solid #eee; }
.content h2 { padding-bottom: 0.3em; font-size: 1.28em; line-height: 1.2; border-bottom: 1px solid #eee; }
.content h3 { font-size: 1.14em; line-height: 1.2; }
.content h4 { font-size: 1em; }
.content h5 { font-size: 1em; }
.content h6 { font-size: 1em; color: #777; }
.content p, .content blockquote, .content ul, .content ol, .content dl, .content table, .content pre { margin-top: 0; margin-bottom:1em; }
.content p {text-indent:0;}
.content hr { height:4px;padding:0;margin:15px 0;border: 0;overflow: hidden;background-color: #e7e7e7;border-bottom: 1px solid #ddd;box-sizing: content-box;}
.content hr:before { display: table; content: ""; }
.content hr:after { display: table; clear: both; content: ""; }
.content ul, .content ol { padding: 0; margin-top: 0; margin-bottom: 0; }
.content ol ol, .content ul ol { list-style-type: lower-roman; }
.content ul ul ol, .content ul ol ol, .content ol ul ol, .content ol ol ol { list-style-type: lower-alpha; }
.content ul, .content ol { padding-left: 2em; }
.content ul ul, .content ul ol, .content ol ol, .content ol ul { margin-top: 0; margin-bottom: 0; }
.content li>p { margin-top: 16px; }
.content dl { padding: 0; }
.content dl dt { padding: 0; margin-top: 16px; font-size: 1em; font-style: italic; font-weight: bold; }
.content dl dd { padding: 0 16px; margin-bottom: 16px; }
.content dd { margin-left: 0; }
.content blockquote { margin: 0;padding: 0 15px; color: #777; border-left: 4px solid #ddd;font-size:12px;}
.content blockquote>:first-child { margin-top: 0; }
.content blockquote>:last-child { margin-bottom: 0; }
.content table {width:100%;border-collapse: collapse;border-spacing:0;overflow: auto; word-break: normal; word-break: keep-all;background:#ccc; }
.content table th { font-weight: bold;}
.content table th, .content table td { padding: 6px 13px; border: 1px solid #ddd; }
.content table tr { background-color: #fff; border-top: 1px solid #ccc; }
.content table tr:nth-child(2n) { background-color:#f8f8f8 ;}
.content pre { margin-top: 0; margin-bottom: 0;overflow: auto;}
.content code { padding:0.2em 0.4em;margin: 0;background-color: rgba(0, 0, 0, 0.04); border-radius: 3px;font-family:"Microsoft YaHei",SimHei,"宋体";}
.content code:before, .content code:after { letter-spacing: -0.2em; content: "\00a0"; }
.content pre>code { padding: 0; margin: 0; font-size: 100%; word-break: normal; white-space: pre; background: transparent; border: 0;font-family:"Microsoft YaHei",SimHei,"宋体";}
.content pre { word-wrap: normal; }
.content pre code { display: inline; max-width: initial; padding: 0; margin: 0; overflow: initial; line-height: inherit; word-wrap: normal; background-color: transparent; border: 0; }
.content pre code:before, .content pre code:after { content: normal; }
.content kbd { display: inline-block; padding: 3px 5px; font-size: 11px; line-height: 10px; color: #555; vertical-align: middle; background-color: #fcfcfc; border: solid 1px #ccc; border-bottom-color: #bbb; border-radius: 3px; box-shadow: inset 0 -1px 0 #bbb; }


/*当前位置样式*/
#breadcrumbs {font-size:16px;padding:20px 0;border-bottom:1px solid #ccc;margin-bottom:20px;}
#breadcrumbs i.fas {color:#8c8c8c;margin:0 5px !important;}
#breadcrumbs i.fas.fa-home {color: #8c8c8c;margin-right:5px;font-size:18px;}
#breadcrumbs span {}
#breadcrumbs span a {color: #333 !important;font-size:16px;	background-image:-webkit-linear-gradient(to right,#147bd1 50%,transparent 50%);
	background-image:-moz-linear-gradient(to right,#147bd1 50%,transparent 50%);
	background-image:-ms-linear-gradient(to right,#147bd1 50%,transparent 50%);
	background-image:-o-linear-gradient(to right,#147bd1 50%,transparent 50%);
	background-image:linear-gradient(to right,#147bd1 50%,transparent 50%);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-size:200% 2px;
	padding-bottom:3px;
	display:inline;
	transition:background-position .2s linear;
	text-decoration:none;
}
#breadcrumbs span a:hover {background-position:bottom left;color:#147bd1 !important}
#breadcrumbs span span {}
#breadcrumbs .breadcrumb_last {color: #333}


/*菜单登录*/
.navlogin {float:right;}
.navlogin span,
.navlogin a  {display:inline-block;margin-left:20px;color: #147bd1 !important;}
.navlogin span>a {color:#f00!important;padding-left:10px;margin-left:0;}


.wpum-registration-form input[type="text"],
.wpum-registration-form input[type="date"],
.wpum-registration-form input[type="email"],
.wpum-registration-form input[type="number"],
.wpum-registration-form input[type="password"],
.wpum-registration-form input[type="search"],
.wpum-registration-form input[type="tel"],
.wpum-registration-form input[type="url"],
.wpum-registration-form select,
.wpum-registration-form textarea {
	border: solid 1px #C3C0C0;
	border-radius: 3px;
    padding: 0.5rem 1rem;
}

.wpum-form fieldset label {margin:5px 0;}

