@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/*# sourceMappingURL=normalize.min.css.map */
input[type="submit"] {
  padding: 8px 15px;
  cursor: pointer;
  background-color: var(--yy-main-color);
  color: #fff;
  border-radius: 5px;
  border: 1px solid var(--yy-main-color);
}
input[type="submit"]:hover {
  background-color: var(--yy-dark-color);
  border: 1px solid var(--yy-dark-color);
}
textarea:focus-visible {
  outline: none;
  border: 1px solid var(--yy-light-color);
}
:root {
  --yy-main-color: #0099FF;
  --yy-dark-color: #007bff;
  --yy-light-color: #99CCFF;
  --yy-link-color: #555555;
  --yy-bg-color: #FFFFFF;
  --yy-text-color: #333333;
  --yy-page-width: 1200px;
}
html, body {
  height: 100%;
  margin: 0;
}
body {
  display: flex;
  flex-direction: column;
  font-family: "Poppins", sans-serif, "Microsoft Yahei";
  color: var(--yy-text-color);
  background-color: var(--yy-bg-color);
}
a {
  text-decoration: none;
  color: var(--yy-link-color);
}
a:hover {
  text-decoration: none;
  color: var(--yy-main-color);
}
.yy-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 15px;
}
.yy-group .container {
  width: var(--yy-page-width);
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .yy-group .container {
    width: 100%;
  }
}
.yy-header {
  border-bottom: 1px solid #eee;
}
.yy-header .yy-group .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.yy-header .yy-group .container .yy-inner {
  display: flex;
  align-items: center;
}
.yy-header .yy-group .container .yy-inner:nth-child(2) {
  flex: 1;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .yy-header .yy-group .container .yy-inner:nth-child(2) {
    order: 3;
    flex: none;
  }
  .yy-header .yy-group .container .yy-inner:last-child {
    flex: 1;
    order: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.yy-main {
  flex: 1;
}
.yy-footer {
  border-top: 1px solid #eee;
}
.yy-footer .yy-group .container {
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  gap: 10px;
}
.yy-group .site-logo {
  min-height: 68px;
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
}
.yy-group .site-logo img {
  max-height: 35px;
}
@media only screen and (max-width: 767px) {
  .yy-group .site-logo {
    min-height: 60px;
  }
}
.yy-group .site-menu .shade {
  display: none;
}
.yy-group .site-menu .close-wrap {
  display: none;
}
.yy-group .site-menu .menu-wrap {
  width: fit-content;
  display: inline-block;
}
.yy-group .site-menu > .toggle-wrap {
  display: none;
}
.yy-group .site-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.yy-group .site-menu ul li {
  list-style-type: none;
  margin: 0;
  padding: 25px 0;
}
.yy-group .site-menu ul li a {
  margin: 0 20px;
}
.yy-group .site-menu ul > .menu-item-has-children > a:after {
  color: #999;
  content: "";
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: 400;
  margin-left: 5px;
  transition: color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.yy-group .site-menu ul > .menu-item-has-children .menu-item-has-children > a:after {
  color: #999;
  content: "";
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: 400;
  margin-left: 5px;
  transition: color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.yy-group .site-menu ul .sub-menu {
  display: none;
}
.yy-group .site-menu ul .sub-menu > li {
  position: relative;
}
.yy-group .site-menu ul .sub-menu .sub-menu {
  right: 0;
  left: auto;
  margin-top: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .yy-group .site-menu .sub-menu {
    background-color: #fff;
    flex-direction: column;
    position: absolute;
    font-size: 13px;
    padding: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    min-width: 140px;
    margin-top: 25px;
    z-index: 20;
  }
  .yy-group .site-menu .sub-menu .sub-menu {
    transform: translateX(100%);
  }
  .yy-group .site-menu .sub-menu li {
    list-style-type: none;
    padding: 0;
  }
  .yy-group .site-menu .sub-menu li a {
    display: block;
    padding: 12px 20px;
    min-width: 156px;
    margin: 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    opacity: 0.8;
  }
  .yy-group .site-menu .sub-menu li a:hover {
    background-color: #fafafa;
  }
  .yy-group .site-menu .sub-menu li:last-child a {
    border-bottom: none;
  }
}
@media only screen and (max-width: 767px) {
  .yy-group .site-menu > .toggle-wrap {
    display: block;
  }
  .yy-group .site-menu > .toggle-wrap i {
    padding: 10px;
  }
  .yy-group .site-menu .shade {
    display: none;
    position: fixed;
    background: #212529;
    opacity: 0.5;
    z-index: 12;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .yy-group .site-menu .close-wrap {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .yy-group .site-menu .close-wrap .fa-close {
    color: #333;
    padding: 10px;
  }
  .yy-group .site-menu .menu-wrap {
    display: block;
    width: 65%;
    position: fixed;
    background: #fff;
    z-index: 13;
    top: 0;
    left: -65%;
    margin: 0;
    height: 100%;
    overflow: auto;
  }
  .yy-group .site-menu .menu-wrap ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .yy-group .site-menu .menu-wrap ul li {
    text-align: left;
    padding: 15px 0;
  }
  .yy-group .site-menu .menu-wrap ul li .sub-menu {
    display: block;
    padding-left: 15px;
    padding-top: 10px;
  }
  .yy-group .site-menu .menu-wrap ul li .sub-menu li {
    list-style-type: none;
  }
  .admin-bar .yy-group .site-menu .close-wrap {
    top: 56px;
  }
  .admin-bar .yy-group .site-menu .menu-wrap {
    padding-top: 76px;
  }
}
.yy-group .site-search {
  display: flex;
  align-items: center;
}
.yy-group .site-search .close-wrap {
  display: none;
}
.yy-group .site-search .search-button-wrap {
  width: fit-content;
  display: inline-block;
}
.yy-group .site-search .fa-search {
  padding: 10px;
}
.yy-group .site-search .fa-search:hover {
  cursor: pointer;
}
.yy-group .site-search .shade {
  display: none;
  position: fixed;
  background: #212529;
  opacity: 0.95;
  z-index: 12;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.yy-group .site-search .close-wrap {
  display: none;
  position: fixed;
  top: 10px;
  right: 20px;
  z-index: 13;
}
.yy-group .site-search .close-wrap .fa-close {
  color: #fff;
  padding: 10px;
}
.yy-group .site-search .search-wrap {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 40.5px;
  margin-left: -250px;
  margin-top: -100px;
  z-index: 20;
}
.yy-group .site-search .search-wrap .search .search-form {
  display: flex;
  position: relative;
  width: 500px;
}
.yy-group .site-search .search-wrap .search .search-form .keywords {
  padding: 10px 35.8px 10px 12px;
  font-size: 16px;
  background-color: transparent;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 5px;
  color: #fff;
}
.yy-group .site-search .search-wrap .search .search-form .submit {
  position: absolute;
  top: -1px;
  right: 1px;
  width: 42.8px;
  height: 40.8px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  outline: 0;
  line-height: 1;
}
.yy-group .site-search .search-wrap .search .search-form .fa-search {
  color: #999;
  font-size: 16px;
}
.yy-group .site-search .search-wrap .search .search-form .fa-search:hover {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .yy-group .site-search .close-wrap {
    top: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .yy-group .site-search .search-wrap {
    width: 300px;
    margin-left: -150px;
  }
  .yy-group .site-search .search-wrap .search .search-form {
    width: 100%;
  }
  .admin-bar .yy-group .site-search .close-wrap {
    top: 56px;
  }
}
/* breadcrumb */
.yy-group .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.3rem;
}
.yy-group .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.3rem;
  color: #999;
  content: ">";
}
.yy-group .breadcrumb .breadcrumb-item {
  color: #999;
}
.yy-group .posts {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
  padding-bottom: 15px;
}
.yy-group .posts h4 {
  margin-bottom: 15px;
}
.yy-group .posts .meta {
  font-size: 14px;
  color: #999;
}
.yy-group .posts .excerpt {
  color: #666;
  padding-top: 20px;
  padding-bottom: 20px;
}
.yy-group .pagination {
  padding-left: 0;
}
.yy-group .breadcrumb {
  font-size: 14px;
  pading-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.yy-group article {
  line-height: 1.5;
  padding-top: 20px;
  padding-bottom: 20px;
}
.yy-group article .post-title {
  font-size: 28px;
}
.yy-group article .post-meta {
  font-size: 14px;
  color: #999;
}
.yy-group article .post-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.yy-group article .adjacent {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  color: #999;
}
.yy-group .site-comments {
  line-height: 1.5;
  padding-top: 20px;
  padding-bottom: 20px;
}
.yy-group .site-comments .comment-meta {
  font-size: 14px;
  color: #999;
}
.yy-group .site-comments .reply {
  font-size: 14px;
}
.yy-group .site-comments .comment-reply-title small {
  margin-left: 10px;
}
.yy-group .site-comments .commentlist li {
  padding-top: 15px;
  padding-bottom: 15px;
}
.yy-group .site-comments .comment-form-comment {
  display: flex;
  flex-direction: column;
}
.yy-group .site-comments .comment-form-comment textarea {
  margin-top: 12px;
  padding: 8px 10px;
}
