@font-face {
font-family: 'Merriweather';
src: url('../fonts/merriweather-v11-latin-regular.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}
* {
Padding: 0;
Margin: 0;
Box-sizing: border-box;
font-family: 'Merriweather','Georgia', 'Microsoft YaHei', 'Arial', 'sans-serif';
}
:root {
  --bg-color: #ffffff;
  --text-color: #29294b;
  --text-color2: #696981;
  --text-color3: #29294b;
  --text-color4: #4f4f59;
  --text-color5:#212121;
  --shadow-soft:0 7px 15px -2px #262f4833;
  --shadow-soft2: 0px 0px 8px 0px #262f4833;
  --radius-soft:15px;
  --dark:#000000;
  --dark-b:#f2f2f6;
  --dark-b-s:white;
  --dark-b-s-b:none;
  --background-er:#f7f7f7;
  --background-san:#f7f7f74f;
  --background4:rgb(245, 242, 236);
  --background5:#fff;
  --filter: invert(0%);
  --filter2: invert(0%);
  --fengexian:#e1e1e8;
  --transform: rotate(0deg);
  --bg-color2:#ffffff57;
  --anniu:linear-gradient(#ffc47e,#f77153);

}
body.dark-mode {
--bg-color: #000000;
--text-color: #ffffff;
--text-color2: #909091;
--text-color3: #ffebcd;
--text-color4: #c8c8c8;
--text-color5:#bfbfbf;
--shadow-soft:0 7px 15px -2px #ffffff24;
--dark:#ffffff;
--dark-b:#3d3d3d;
--dark-b-s:none;
--dark-b-s-b:#000000;
--background-er:#222222;
--background-san:#222222;
--background4:#7d573b;
--background5:#2b4155;
--filter: invert(100%);
--filter2: invert(50%);
--fengexian:#2e2e2e;
--bg-color2:#00000057;
--anniu:linear-gradient(#7b7b7b,#000,#313131);
--shadow-soft2: 0px 0px 8px 0px #262f4833;
}
body {background:var(--bg-color);display:flex;flex-direction:column;height:100vh;}
p {color:var(--text-color2);line-height:25px;font-size:16px;}
h1,h2 ,h3,h4,h5 {color:var(--text-color);font-family:'Georgia', 'Microsoft YaHei', 'Arial', 'sans-serif';}
li {list-style-type:none;}
a {text-decoration:none;color:var(--text-color);}
a>h2:hover {color:#ff6a45;}
a>h3:hover {color:#ff6a45;}
a>h4:hover {color:#ff6a45;}
a>h5:hover {color:#ff6a45;}
a:hover {color:#ff6a45;}
img {border-radius:10px;}
button {cursor:pointer;background-color:rgb(253, 144, 0);border-radius:5px;border:1px solid #f2ab4d;font-weight:bold;color:#fff;}
button:hover {background-color:#ff9c1b;}
main {padding:0 20px;display:flex;flex-direction:column;padding-bottom: 20px;}
.header {box-shadow:var(--shadow-soft);height:80px;padding:0 20px;}
.header_main {margin:auto;max-width:1260px;display:flex;align-items:center;height:80px;justify-content: space-between;}
.logo {display:flex;align-items:center;font-size:18px;}
.logo h3 {width:max-content;}
.logo img {height:50px;border-radius:10px;margin-right:10px;}
.pc_nav {width:100%;padding:0 40px;}
.pc_nav>ul {display:flex;align-items: center;gap: 20px;}
.pc_nav ul li {text-align:center;position:relative;line-height:30px;padding:3px 12px;}
.active {background-color:var(--background-er);border-radius:5px;}
.pc_nav ul li a {font-weight:bold;}
.header_right {display:flex;justify-content:space-around;align-items:center;}
.header_right div {display:flex;align-items:center;justify-content:space-between;}
.light_dark {margin-right:20px;background-color:var(--dark-b);height:35px;padding:0 6px;border-radius:20px;width:75px;}
.login {padding:10px 20px;border-radius:10px;color:white;background:linear-gradient(#ff8f00, #ffc47e);cursor:pointer;}
.light_dark span {flex:0 0 calc(50% - 5px);cursor:pointer;color:var(--dark);display:flex;align-items:center;padding:3px 5px;}
.light_dark span:hover {color:#666666;}
.light_dark span img {width:22px;filter:var(--filter);}
.light_dark span:first-child {background-color:var(--dark-b-s);border-radius:50%;}
.light_dark span:last-child {background-color:var(--dark-b-s-b);border-radius:50%;}
.pc_nav li ul {display:none;position:absolute;padding:25px 0;background-color:var(--background-er);width:200px;border-radius:15px;}
.pc_nav li:hover ul {display:block;}
.pc_nav ul>li>span::after {content:"";background:url(../img/down.png) no-repeat center / contain;transition:transform 0.3s ease-in-out;transform:rotate(0deg);margin-left:4px;width:16px;height:16px;display:inline-block;filter:var(--filter);}
.pc_nav ul > li:hover > span::after {transform:rotate(180deg);}
.pc_nav ul>li>span {cursor:pointer;font-weight:bold;color:var(--text-color);display:flex;align-items:center;}
#two_lm li {padding-bottom:15px;}
#two_lm li:last-child {padding-bottom:0;}
.menu img {width:40px;display:none;cursor:pointer;}
.menu_box {position:fixed;top:0;left:-100%;width:450px;background:var(--background-er);height:100%;box-shadow:var(--shadow-soft);padding:0 24px;overflow-y:auto;display:flex;flex-direction:column;transition:left 0.5s ease;z-index:100;}
.menu_box_top {display:flex;justify-content:space-between;align-items:center;margin:30px 0;}
.menu_box_top a {display:flex;align-items:center;}
.menu_box_top>a>img {width:50px;margin-right:10px;}
.menu_box_top>img {width:40px;cursor:pointer;}
.menu_box>ul {font-weight:bold;margin-top:60px;}
.menu_box>ul>li {margin-bottom:25px;}
.other span {color:var(--text-color);cursor:pointer;position:relative;display:flex;}
.other>span::after {content:"";background:url(../img/down.png) no-repeat center / contain;transition:transform 0.3s ease-in-out;transform:var(--transform);margin-left:4px;position:absolute;right:2px;display:flex;width:20px;height:20px;filter:var(--filter);}
.other>ul {margin-top:20px;margin-left:20px;display:none;}
.other li {margin-bottom:10px;}
.other a {color:#6262aa;}
.caidan_db {display:flex;align-items:center;justify-content:space-between;border-top:1px solid #cacaca;margin-top:auto;margin-left:-24px;margin-right:-24px;padding:24px;}
.share {display:flex;}
.share a {display:flex;}
.share a img {width:30px;margin-right:10px;filter:var(--filter);}
.login2 {padding:10px 20px;border-radius:10px;color:white;background:linear-gradient(#ff8f00, #ffc47e);cursor:pointer;}
.main_first {max-width:1260px;display:flex;flex-direction:column;justify-content:center;align-items:center;border-bottom:1px solid var(--fengexian);margin:auto;padding:100px 0px;}
.main_first>img {margin-bottom:20px;filter:var(--filter);}
.main_first h1 {max-width:920px;text-align:center;font-size:45px;margin-bottom:30px;}
.main_first h1 span {color:#ff6d6d;}
.main_first p {font-size:16px;max-width:900px;text-align:center;}
.site-overlay {display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0, 0, 0, 0.3);animation:fade .5s;z-index:99;}
.main-third {display:flex;max-width:1260px;margin:auto;}
footer {border-top:4px solid #ff8b72;padding:0 20px;margin-top:auto;}
.footer {margin:30px auto;display:flex;max-width:1260px;}
.footer-left {width:30%;margin-right:30px;display:flex;flex-direction:column;}
.footer-left>a img {width:50px;}
.footer-left>p {margin-top:20px;margin-bottom:10px;font-size:15px;}
.footer-left div img {width:30px;filter:var(--filter);opacity:0.7;}
.footer-left>span {margin-top:20px;color:var(--text-color2);}
.footer-left>div {display:flex;gap:0 10px;}
.footer-right {width:70%;display:flex;gap:0 30px;}
.footer-right>div {display:flex;flex-direction:column;justify-content:right;width: 50%;}
.footer-right>div h4 {margin-bottom:30px;font-size:18px;}
.footer-right>div li {margin-bottom:20px;}
.footer-right>div a {color:var(--text-color2);}
.footer-right>div a:hover {color:#ff6a45;}
.show {display:flex;flex-direction:column;max-width:1260px;margin:auto;width: 100%;}
.Breadcrumbs {display:flex;justify-content:center;margin-top:50px;margin-bottom:20px;color:rgb(105, 105, 129);}
.show h1 {text-align:center;}
.tag {display:flex;justify-content:center;margin-top:20px;gap:10px;flex-wrap:wrap;}
.tag span {background-color:var(--background-san);padding:7px 10px;box-shadow:var(--shadow-soft2);border-radius:5px;font-size:12px;color:var(--text-color2);}
.main {display:flex;}
.bar {display:flex;align-items:center;background-image:linear-gradient(103.3deg, rgb(252, 225, 208) 30%, rgb(255, 173, 214) 55.7%, rgb(162, 186, 245) 81.8%);color:white;padding:8px 10px;border-radius:3px;box-shadow:0 2px 4px rgba(0, 0, 0, 0.2);font-size:14px;position:relative;height:40px;}
.bar div {background-color:#faebd7b0;border-radius:5px;padding:3px;width:max-content;position:absolute;}
.bar div >i {font-weight:bold;color:#29294b;}
.bar-text {margin-right:10px;color:rgb(70, 53, 31);text-shadow:1px 1px 1px rgba(0,0,0,0.2);}
.form {display:none;background-color:white;flex-direction:column;position:fixed;top:30%;left:20%;width:60%;border-radius:15px;box-shadow:0 0 20px 0 rgba(0, 0, 0, 0.45);align-items:center;justify-content:center;gap:30px;padding:30px;}
.form h5 {font-weight:bold;font-size:18px;text-align:center;}
.form span {background-color:rgb(253, 144, 0);padding:10px 20px;border-radius:5px;color:#fff;cursor:pointer;}
#username {width:100%;height:30px;}
.buttons {display:flex;justify-content:center;gap:15px;}
.buttons button {padding:10px 20px;}
.close-button {background-color:rgb(168, 152, 145);}
.avatar {max-width:200px;display:flex;justify-content:center;margin:20px auto;}
.avatar img {width:100%;box-shadow:var(--shadow-soft2);}
.synopsis {display:flex;box-shadow:var(--shadow-soft2);margin-top:30px;padding:20px;border-radius:15px;flex-direction:column;background-color:var(--background-san);}
.synopsis>p {font-size:14px;}
.main_list_author {display:flex;flex-wrap:wrap;justify-content:space-between;max-width:1260px;margin:auto;}
.main_list_author article {display:flex;flex-direction:column;flex:0 0 calc(25% - 20px);gap:10px;box-shadow:var(--shadow-soft2);border-radius:15px;background-color:var(--background-san);margin-bottom:25px;}
.list-author-left a {width:100%;}
.list-author-left a img {width:100%;}
.list-author-right {display:flex;flex-direction:column;gap:10px;padding:0 15px 15px 15px;}
.main_list {display:flex;flex-wrap:wrap;max-width:1260px;margin:auto;width:100%;gap:20px 2%;}
.main_list article {display:flex;flex-direction:column;width: 32%;gap:10px;box-shadow:var(--shadow-soft2);border-radius:15px;background-color:var(--background-san);}
.list-article-left a>img {width:100%;max-height:225px;object-fit:cover;object-position:center;}
.main_first.list {border-bottom:unset;}
.list-article-left {position:relative;}
.list-article-left >a> i {position:absolute;left:20px;top:20px;font-size:14px;background-color:var(--background-er);padding:5px 8px;border-radius:5px;font-weight:bold;color:var(--text-color);}
.list-article-left >a>i:hover {color:#ff6a45;}
.list-article-left > span {position:absolute;left:20px;top:60px;display:flex;align-items:center;background-color:var(--bg-color2);padding:5px 8px;border-radius:5px;color:white;font-size:14px;font-weight:bold;box-shadow:0px 0px 8px 0px #262f4866;text-shadow:2px 2px 8px rgba(8, 8, 8, 0.85);}
.list-article-left > span img {margin-right:5px;width:20px;box-shadow:0px 0px 8px 0px #262f4866;text-shadow:2px 2px 8px rgba(8, 8, 8, 0.85);}
.list-article-right {display:flex;flex-direction:column;gap:10px;padding:0 15px 15px 15px;}
.list-article-right>div {display:flex;align-items:center;justify-content:space-between;color:var(--text-color2);}
.list-article-right>div span {display:flex;align-items:center;gap:5px;}
.addtime {color:#fd9000;}
.list-article-right>div span img {width:25px;filter:var(--filter);}
.list-article-right>p {font-size:16px;word-wrap: anywhere;}
.pages {max-width:1260px;margin:20px auto 30px auto;display:flex;justify-content:center;}
.scrollToTop {position:fixed;bottom:20px;right:20px;}
.index-search-section {max-width:1260px;margin:auto;padding:50px 0px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:40px;}
.index-search {display:flex;width:100%;justify-content:center;gap:10px;}
.index-search input {padding:10px 10px;width:500px;border-radius:5px;border:1px solid #c6c6c6;}
.index-search button {cursor:pointer;padding:2px 20px;}
.accordion {width:100%;box-shadow:var(--shadow-soft2);border-radius:5px;}
.accordion h4 {display:block;width:100%;padding:15px;text-align:left;border:none;background-color:var(--background-san);border-bottom:1px solid #ddd;cursor:pointer;outline:none;transition:background-color 0.2s ease;font-weight:100;border-radius:5px;}
.accordion button:hover, .accordion button.active {background-color:#ececec;}
.accordion-content {max-height:0;overflow:hidden;transition:max-height 0.2s ease-out;background-color:#f9f9f9;padding:0 10px;}
.accordion-content p {margin:0;padding:10px 0;font-size:16px;color:#bb5a3d;}
.faq {display:flex;flex-direction:column;gap:20px;margin-bottom:40px;}
.index-calculator {display:flex;flex-direction:column;background-color:var(--background-san);padding:30px;border-radius:20px;box-shadow:var(--shadow-soft);margin-top:50px;gap:15px;}
.index-calculator>span {color:#696981;font-size:16px;}
.index-calculator-main input {padding:5px;border-radius:5px;border:1px solid #696981;}
.index-calculator-main button {padding:5px;margin-left:5px;cursor:pointer;}
#angelNumber {margin-top:15px;}
.index-find {display:flex;flex-direction:column;background-color:var(--background-san);padding:30px;border-radius:20px;box-shadow:var(--shadow-soft);margin-top:50px;}
.index-find > span {color:#696981;font-weight:bold;margin-bottom:20px;}
.index-find ul {display:flex;flex-direction:column;gap:20px;}
.index-find li {display:flex;flex-direction:column;gap:10px;}
.index-find li>div {display:flex;gap:10px;}
.index-find li>div img {border-radius:50%;width:70px;}
.index-find li>div>div {display:flex;flex-direction:column;gap:5px;justify-content:center;}
.index-find li>div>div span {color:var(--text-color);}
.index-find li>div>div i {color:var(--text-color2);font-size:14px;}
.index-find li>p {font-size:16px;}
.index-comment {margin-top:15px;padding:10px 0;cursor:pointer;}
.main_first.ptop50 {padding:50px 0;margin-bottom:50px;}
.main_first.ptop10 {padding:50px 0 10px 0;margin-bottom:50px;}
.index-calculator-section {max-width:1260px;margin:auto;padding-bottom:50px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;}
.index-calculator-section>div {display:flex;flex-direction:column;gap:20px;width:100%;}
.index-calculator-section ul {display:flex;gap:30px;flex-wrap:wrap;}
.index-calculator-section li {list-style:decimal inside;font-weight:bold;color:#fd9000;}
.index-calculator-section li:hover {color:#ff6d6d;}
.index-calculator-section a {color:#fd9000;}
.index-calculator-section a:hover {color:#ff6d6d;}
.index-calculator-section p {font-size:16px;}
.index-search-section h2 {text-align:center;}
.index-calculator-section h2 {text-align:center;}
.method_1 {display:flex;flex-direction:column;background-color:var(--background-san);padding:30px;border-radius:20px;box-shadow:var(--shadow-soft2);margin-bottom:30px;gap:15px;}
.method_1 input {height:50px;padding:0 20px;}
.method_1 button {height:35px;}
.method_1 span {color:var(--text-color2);font-family:'Merriweather','Georgia', 'Microsoft YaHei', 'Arial', 'sans-serif';font-size:15px;line-height:25px;}
.method_1 i {color:var(--text-color2);font-weight:bold;font-size:14px;}
#color-container {display:flex;flex-wrap:wrap;}
.color-block {width:50px;height:50px;display:inline-block;margin:5px;cursor:pointer;border-radius:5px;}
#food-container {display:flex;flex-wrap:wrap;gap:10px;}
.food-item {padding:10px;border:1px solid #ccc;display:inline-block;cursor:pointer;color:var(--text-color);border-radius:5px;}
.index-find.calculator-comment {margin-top:unset;}
.note {font-size:14px;}
.note span {font-weight:bold;}
.list_h1 {color:#ff6d6d;}
.attribution_item-date {color:var(--text-color2);margin-top:15px;font-size:15px;text-align:center;}
.attribution_item-date i {font-size:14px;}
.content_blog a {color:#654111;text-decoration:underline;font-family:'Merriweather','Georgia', 'Microsoft YaHei', 'Arial', 'sans-serif';filter:var(--filter);}
.content_blog a:hover {color:#ff6a45;}
.content_blog h2 {margin:5px 0;color:#d2691e;scroll-margin-top:10px;}
.content_blog h3 {margin:5px 0;color:var(--text-color);scroll-margin-top:10px;}
.content_blog h4 {margin:5px 0;color:#f97603;;scroll-margin-top:10px;font-size:18px;}
.content_blog h4::before {content:'';display:inline-block;width:10px;height:2px;margin-right:5px;background-color:#f97603;;vertical-align:middle;}
.content_blog strong {color:#c13737;}
.content_blog ul,.content_blog ol {display:flex;flex-direction:column;gap:10px;word-break:break-all;margin-left:40px;}
.content_blog li::before {content:"";margin-left:-20px;margin-top:20px;width:7px;height:7px;background:#ff6a45;border-radius:2px 2px 2px 0;position:absolute;text-align:center;font-size:20px;}
.content_blog blockquote {border-left:5px solid #ffc67e;display:flex;flex-direction:column;background-color:var(--bg-color2);padding:20px;box-shadow:var(--shadow-soft2);border-radius:15px;margin:10px 0;}
.content_blog img {width:100%;}
.content_blog p {margin:10px 0;color:var(--text-color5);}
.content_blog blockquote p {color:var(--text-color);word-wrap:break-word;}
::-webkit-scrollbar {width:5px;}
::-webkit-scrollbar-track {background:#f1f1f1;}
::-webkit-scrollbar-thumb {background:#cfcfcf;border-radius:5px;}
.blog-share-button {display:flex;gap:10px;justify-content:center;align-items:center;margin-top:15px;}
.blog-share-button img {width:25px;filter:var(--filter2);border-radius:8px;}
.index-Angel-Numberr-section {max-width:1260px;margin:auto;padding-bottom:50px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;}
.index-Angel-Numberr-section h2 {text-align:center;}
.index-Angel-Numberr-section ul {display:flex;gap:30px;flex-wrap:wrap;}
.index-Angel-Numberr-section li {font-weight:bold;color:#fd9000;border:1px solid;border-radius:10px 10px 10px 0;}
.index-Angel-Numberr-section a {color:#fd9000;padding:15px 20px;display:inline-block;}
.main-angel-number {display:flex;background-color:var(--background-san);padding:30px;border-radius:20px;box-shadow:var(--shadow-soft2);margin-bottom:30px;gap:40px;flex-direction:column;width:100%;}
.main-angel-number>div {display:flex;flex-direction:column;gap:20px;}
.main-angel-number h3 {background-color:#ff6d6d;font-size:30px;color:white;border-radius:10px 10px 10px 0;display:flex;justify-content:center;align-items:center;width:50px;height:50px;}
.main-angel-number ul {display:flex;flex-wrap:wrap;gap:20px;}
.main-angel-number li {font-size:20px;font-weight:bold;letter-spacing:1px;border-top:1px dotted #717171;line-height:40px;}
.single-page {display:flex;max-width:1260px;margin:auto;}
.single-page article {display:flex;flex-direction:column;background-color:var(--background-san);padding:30px;border-radius:20px;box-shadow:var(--shadow-soft2);gap:15px;width:100%;}
table {width:100%;border-collapse:collapse;table-layout:fixed;}
th, td {padding:12px 10px;text-align:left;}
td {color:var(--text-color5);}
th {background-color:#f5f5f5;font-weight:bold;color:#b8860b;}
tr:hover {background-color:var(--background4);}
.index_h2_1 {text-align:center;margin-bottom:30px;}
.index_h2_2 {text-align:center;margin-bottom:60px;margin-top: 30px;font-size: 25px;}
.header-search input {height:40px;border-top:unset;border-left:unset;border-right:unset;border-bottom:2px solid var(--text-color);background-color:unset;}
.header-search.search.top {margin-right:10px;}
.header-search.search.top input {max-width:140px;}
.header-search.search.top img {cursor:pointer;width:28px;filter:var(--filter);}
.header-search input::placeholder {color:var(--text-color2);opacity:1;}
input:focus {outline:none;}
.header-search input::-webkit-input-placeholder {color:var(--text-color2);opacity:1;}
.header-search input::-moz-placeholder {color:var(--text-color2);opacity:1;}
.header-search input:-ms-input-placeholder {color:var(--text-color2);opacity:1;}
.header-search input:-moz-placeholder {color:var(--text-color2);opacity:1;}
.mobile-search.search {display:flex;justify-content:center;width:100%;gap:10px;}
.mobile-search.search img {filter:var(--filter);}
.mobile-search.search input {width:100%;padding:0 10px;}
.main-main.blog.more {width:100%;margin-right:unset;}
.feedback {width:100%;display:flex;justify-content:center;}
.flex1.yxtj {box-shadow:var(--shadow-soft);border-radius:20px;flex-direction:column;align-items:start;padding:20px;background-color:white;}
.yxtj ul {display:flex;width:100%;gap:1%;}
.yxtj h3 {font-weight:bold;position:relative;letter-spacing:1px;z-index:2;}
.btds {position:relative;width:fit-content;}
.btds::before {content:'';position:absolute;left:0;bottom:2px;width:100%;height:12px;z-index:1;background:linear-gradient(180deg, rgba(252, 185, 0, 0) 0%, #f09819 100%);}
.yxtj li {width:11.5%;}
.yxtj li img {width:100%;}
.yxtj li div {margin-top:5px;padding:0 5px;font-size:14px;text-align:center;}
.gywml {box-shadow:var(--shadow-soft);border-radius:20px;padding:20px;gap:20px;display:flex;flex-direction:column;width:33%;background-color:white;}
.gywml h3 {color:#696981;font-weight:bold;}
.gywml img {max-height:180px;object-fit:cover;object-position:center;width:100%;}
.gywml_js {color:var(--text-color2);}
.gywml_tz {display:flex;gap:10px;}
.gywml_tz a:nth-child(1) {color:#fff;background:-moz-linear-gradient(159deg, #ff5858 0%, #ff5858 52%, #f09819 100%);background:-o-linear-gradient(159deg, #ff5858 0%, #ff5858 52%, #f09819 100%);background:-webkit-linear-gradient(159deg, #ff5858 0%, #ff5858 52%, #f09819 100%);background:linear-gradient(159deg, #ff5858 0%, #ff5858 52%, #f09819 100%);border:1px solid #ff5858;padding:0 10px;line-height:46px;border-radius:5px;width:50%;text-align:center;}
.gywml_tz a:nth-child(2) {color:#696981;border:1px solid #cecece;padding:0 10px;line-height:46px;border-radius:5px;width:50%;text-align:center;}
.listw4.section2 {width:40%;gap:30px;background-color:white;}
.listw4.section2 h3 {position:relative;letter-spacing:1px;color:#000;width:fit-content;z-index:2;margin-bottom:unset;}
.xzpx {display:flex;width:24%;flex-direction:column;box-shadow:var(--shadow-soft);border-radius:20px;padding:20px;gap:20px;background-color:white;}
.xzpx h3 {color:#696981;font-weight:bold;}
.xzpx_zt {display:flex;flex-direction:column;gap:20px;}
.xzpx_zt1 {display:flex;align-items:center;gap:10px;}
.xzpx_zt1 img {width:60px;}
.xzpx_zt2 div {margin-top:5px;display:flex;gap:10px;font-size:14px;color:var(--text-color2);}
.xzpx_zt2 span {padding:2px 5px;background-color:#f2f2f2;border-radius:5px;}
.flex1.section2 {gap:1.5%;}
.flex1.yxgl {flex-direction:column;width:100%;box-shadow:var(--shadow-soft);border-radius:20px;padding:20px;gap:20px;align-items:start;background-color:white;}
.yxgl h3 {font-weight:bold;position:relative;letter-spacing:1px;z-index:2;}
.yxgl ul {display:flex;flex-wrap:wrap;gap:20px 2%;width: 100%;}
.yxgl_li {width:49%;display:flex;gap:15px;align-items:center;background-image:linear-gradient(180deg, #f9f9fa, #fff);background-color:#f9f9fa;padding:20px;border-radius:10px;}
.yxgl img {max-height:100px;}
.yxgl_zhu {display:flex;flex-direction:column;gap:10px;}
.yxgl_ys {display:flex;gap:10px;color:var(--text-color4);font-size:14px;}
.yxkf {display:flex;width:58%;flex-direction:column;box-shadow:var(--shadow-soft);border-radius:20px;padding:20px;gap:20px;background-color:white;}
.yxkf h3 {font-weight:bold;position:relative;letter-spacing:1px;z-index:2;}
.yxkf ul {display:flex;gap:20px;flex-direction:column;}
.yxkf_li {display:flex;align-items:center;width:100%;gap:2%;}
.yxkf_li1 {display:flex;flex-direction:column;gap:10px;width:15%;}
.yxkf_li2 {display:flex;justify-content:center;align-items:center;gap:10px;width:30%;}
.yxkf_li2 img {max-width:60px;}
.yxkf_li2 div {display:flex;flex-direction:column;gap:5px;}
.yxkf_li2 span {color:var(--text-color2);font-size:14px;}
.yxkf_li h5 {font-size:16px;}
.yxkf_li3 {width:25%;text-align:center;}
.yxkf_li4 {width:34%;text-align:center;}
.yxkf_li41 {color:#fff;background:-moz-linear-gradient(159deg, #ff5858 0%, #ff5858 52%, #f09819 100%);background:-o-linear-gradient(159deg, #ff5858 0%, #ff5858 52%, #f09819 100%);background:-webkit-linear-gradient(159deg, #ff5858 0%, #ff5858 52%, #f09819 100%);background:linear-gradient(159deg, #ff5858 0%, #ff5858 52%, #f09819 100%);border:1px solid #ff5858;padding:5px 10px;line-height:46px;border-radius:5px;text-align:center;}
.yxkf_li41:hover {color:white;}
.yxkf_li42 {color:#fff;background:-moz-linear-gradient(135deg, #DDAC58, #DD9446);background:-o-linear-gradient(135deg, #DDAC58, #DD9446);background:-webkit-linear-gradient(135deg, #DDAC58, #DD9446);background:linear-gradient(135deg, #DDAC58, #DD9446);border:1px solid #DDAC58;padding:5px 10px;line-height:46px;border-radius:5px;text-align:center;margin-left:10px;}
.yxkf_li42:hover {color:white;}
.flex1.section4 {gap:2%;}
.yxhd {display:flex;flex-direction:column;box-shadow:var(--shadow-soft);border-radius:20px;padding:20px;gap:20px;background-color:white;width:38%;}
.yxhd_zhu {display:flex;gap:20px 2%;flex-wrap:wrap;}
.yxhd h3 {font-weight:bold;position:relative;letter-spacing:1px;z-index:2;}
.yxhd_zhu1 {width:49%;display:flex;flex-direction:column;align-items:center;gap:5px;}
.yxhd_zhu2 {display:flex;flex-direction:column;align-items:center;gap:5px;}
.yxhd_zhu2 h5 {font-size:15px;}
.yxhd_zhu2 span {font-size:14px;color:var(--text-color2);}

/* ======---=====---=====---=====---=====---=====---=====---=====---=====---=====---=====---=====---=====---=====---=== */
.img1.hd figure img {max-height:720px;width:100%;object-fit:cover;object-position:center;}
.cplb {width:32%;display:flex;flex-direction:column;gap:10px;text-align:center;}
.main.blog {padding:20px;border-radius:20px;box-shadow:var(--shadow-soft);background-color:white;margin-top:20px;}
.More-from {display:flex;flex-direction:column;gap:50px;margin-top:40px;}
.More-from h4 {text-align:center;font-size:20px;}
.More-from ul {display:flex;flex-wrap:wrap;gap:20px 1.333%;}
.More-from ul li {width:24%;box-shadow:var(--shadow-soft2);border-radius:15px;background-color:var(--background-san);gap:10px 10px;display:flex;flex-direction:column;}
.More-from ul li img {width:100%;height:180px;object-fit:cover;object-position:center;}
.More-from ul li > div {display:flex;justify-content:space-between;padding:0 10px;font-size:14px;}
.More-from ul li > div i {color:#fd9000;}
.More-from ul li > div span {color:var(--text-color2);}
.More-from ul li h5 {font-size:16px;margin:5px 0;padding:0 10px;}
.More-from ul li p {font-size:14px;padding:0 10px 10px 10px;color:var(--text-color2);}
.show_cpt {display:flex;gap:20px;padding:20px;border-radius:20px;box-shadow:var(--shadow-soft);background-color:white;margin-top:40px;}
.show_cpt img {width:100%;max-width:500px;}
.show_cpt_main {display:flex;flex-direction:column;justify-content:center;gap:20px;}
.show_cpt_h1 {color:#ff6d6d;text-align:start !important;}
.show_cpt_date {color:var(--text-color2);font-size:15px;}
.gywml {width:38%;}
.listw2 {width:63%;background-color:#fff;}
.cplb img {width:100%;}
.footer-nr {display:flex;align-items:center;gap:2%;width:100%;}
.footer-nr>div {width:20%;}
.footer-nr>p {width:38%;text-align:center;}
.footer-nr>p a{color: var(--text-color2);}
.footer-nr1 {display:flex;flex-direction:column;gap:10px;}
.FAQ {width:60%;background-color:#fff;}
.img1.hd {gap:2px;}
.myad {display:flex;background-color:white;padding:20px;border-radius:20px;box-shadow:var(--shadow-soft);font-size:18px;font-weight:bold;letter-spacing:1px;}
.myad span {background:linear-gradient(90deg,#ff4d4f,#fe58bc 47.92%,#795af6);background-clip:border-box;background-clip:border-box;background-clip:border-box;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;}
.flex1.yxcp {flex-direction:column;width:100%;box-shadow:var(--shadow-soft);border-radius:20px;padding:20px;gap:20px;align-items:start;background-color:white;}
.yxcp h3 {font-weight:bold;position:relative;letter-spacing:1px;z-index:2;}
.yxcp_1 {display:flex;gap:20px 2%;width:100%;flex-wrap:wrap;}
.yxcp_2 {width:32%;display:flex;flex-direction:column;align-items:center;box-shadow:var(--shadow-soft);border-radius:20px;padding:20px;gap:20px;}
.yxcp_2 img {max-height:150px;object-fit:cover;object-position:center;}
.wxewm img {width:unset;}
/* ******************************************************************************************************* */
/* ******************************************************************************************************* */
@media screen and (min-width: 1000px){
table {border-top:3px solid #fd9000;border-bottom:3px solid #fd9000;margin:10px 0;}
td {border:1px dashed #dfdfdf;}
th {border-left:1px dashed #dfdfdf;border-right:1px dashed #dfdfdf;border-bottom:1px dashed #dfdfdf;}
th, td {text-align:center;}
}

@media screen and (max-width: 1000px){
.pc_nav {display:none;}
.menu img {display:block;}
.login {display:none !important;}
.main_first {padding:80px 20px;}
.main-third {flex-direction:column;}
.main_list article {flex:0 0 calc(50% - 20px);}
.main_list_author article {flex:0 0 calc(50% - 8px);}
table, thead, tbody, th, td, tr {display:block;border:unset;}
thead tr {position:absolute;top:-9999px;left:-9999px;}
tr {border:1px solid #ccc;margin-bottom:10px;border-radius:8px;box-shadow:0px 0px 4px 0px #0003;}
td {border-bottom:1px solid #eee;display:flex;}
td:before {content:attr(data-label);font-weight:bold;white-space:wrap;min-width:140px;width:140px;color:#b8860b;}
.main-main.blog article {margin-left:-20px;margin-right:-20px;padding:20px;border-radius:20px;border-top:3px solid rgb(253, 144, 0);border-bottom:3px solid rgb(253, 144, 0);}
.header-search.search.top {display:none;}
}
/* ******************************************************************************************************* */
/* ******************************************************************************************************* */
@media screen and (max-width: 768px){
p {line-height:20px;font-size:16px;}
.menu_box {width:100%;box-shadow:none;}
.logo img {height:40px;margin-right:10px;}
#toggle-dark-mode {display:none;}
.main_first {padding:60px 0px;}
.main_first>img {width:200px;}
.main_first h1 {font-size:30px;margin-bottom:20px;}
.main_first p {font-size:14px;}
.Breadcrumbs {margin-top:30px;margin-bottom:10px;}
.show h1 {font-size:28px;}
.footer {flex-direction:column;}
.footer-left {width:100%;margin-right:unset;}
.footer-left > a img {width:40px;}
.footer-right {width:100%;margin-top:30px;flex-direction:column;gap:20px;}
.ArticleNav {margin-top:30px;margin-bottom:30px;}
.main {flex-direction:column;}
.form {top:30%;left:5%;width:90%;}
.avatar {max-width:150px;}
.synopsis {margin-top:15px;}
.main_list article {flex:0 0 calc(100% - 0px);}
.scrollToTop {bottom:10px;right:10px;}
.color-block {width:30px;height:30px;}
#food-container {gap:8px;}
.food-item {font-size:16px;padding:5px;}
.note {font-size:12px;}
.attribution_item-date i {font-size:12px;}
.index-Angel-Numberr-section ul {gap:15px;}
.main-angel-number ul {gap:15px;}
.main-angel-number h3 {font-size:25px;width:40px;height:40px;}
.main-main.blog {width:100%;}
.content_blog blockquote {padding:15px;}
.content_blog ul {margin-left:20px;}
.content_blog h2 {scroll-margin-top:70px;}
.content_blog h3 {scroll-margin-top:70px;}
.header-search.search.top {display:none;}
.index-search input {width:240px;}
.index-search button {padding:2px 10px;}
.gywml {width:100%;}
.listw2 {width:100%;background-color:white !important;}
.yxgl ul {flex-direction:column;}
.yxgl_li {flex-direction:column;width:100%;}
.yxgl img {max-height:unset;width:100%;}
.footer-right > div {width:100%;}
.main_first.ptop50 {padding:20px 0;margin-bottom:20px;}
.cplb {width:100%;}
.More-from ul li {width:100%;}
.show_cpt {flex-direction:column;}
.show_cpt_date {font-size:12px;}
.show .show_cpt_h1 {font-size:25px;}
.FAQ {width: 100%;}
.footer-nr {flex-direction: column;gap: 10px;}
.footer-nr > div {width: 100%;}
.footer-nr > p {width: 100%;text-align: start;}
.myad{flex-direction: column;gap: 10px;}
.yxcp_2{width: 100%;}
}
