@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css");

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

summary {
  outline: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}

sup,
sub {
  font-size: 83%;
}

pre,
code,
kbd,
samp {
  font-family: inherit;
}

q:before,
q:after {
  content: none;
}

textarea {
  overflow: auto;
  resize: none;
}

input {
  outline: none;
  box-shadow: none;
}

label,
summary {
  cursor: default;
}

a,
button {
  cursor: pointer;
}

button {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}

body {
  font: 12px/150% Arial, Verdana, Microsoft Yahei, "\5b8b\4f53";
  color: #102A43;
  outline: 0;
  background-color: #fff;
}

a {
  color: #444;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #D4AF37;
}

.cl {
  clear: both;
}

.red {
  color: #ff0000;
}

.img-center {
  width: 100%;
  text-align: center;
}

.float-left {
  float: left;
}

.margin-left20 {
  margin-left: 20px;
}

.margin-right20 {
  margin-right: 20px;
}

.margin-top20 {
  margin-top: 20px;
}

.margin-bottom20 {
  margin-bottom: 20px;
}

.width100 {
  width: 100%;
}

.text-align-left {
  text-align: left;
}

.container {
  width: 1300px;
  margin: 0 auto;
}

.header {
  width: 100%;
  height: 160px;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 999;
}

.header .top {
  width: 100%;
  height: 40px;
  line-height: 38px;
  background-color: #102A43;
  color: #999;
}

.header .top li {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #0A192F;
  position: relative;
  height: 40px;
  line-height: 40px;
}

.header .top a {
  color: #999;
}

.header .top a:hover {
  color: #fff;
}

.header .top .url {
  float: left;
}

.header .top .url .slide {
  display: inline-block;
  position: relative;
  top: 3px;
  background-image: url(img/slide.png);
  width: 20px;
  height: 14px;
}

.header .top .url .new {
  display: inline-block;
  position: relative;
  top: 3px;
  background-image: url(img/pen.png);
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.header .top .map {
  float: right;
}

.header .top .map li {
  float: left;
}

.header .top .map .qr {
  display: inline-block;
  position: relative;
  top: 5px;
  background-image: url(img/phone.png);
  width: 13px;
  height: 21px;
  margin-right: 4px;
}

.header .top .map .scan {
  width: 120px;
  height: 120px;
  display: none;
  background-color: #fff;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 10;
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.header .top .map .scan img {
  width: 120px;
}

.header .naver {
  padding: 15px 0;
  position: relative;
}

.header .naver .logo {
  width: 242px;
  float: left;
}

.header .naver .logo img {
  width: 180px;
  height: 52px;
  margin-top: 10px;
}

.header .naver .cate {
  float: left;
  width: 1050px;
  padding-top: 6px;
}

.header .naver .cate .cate-li {
  float: left;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 10px;
  padding-left: 0;
}

.header .naver .cate .cate-li li {
  float: left;
  position: relative;
}

.header .naver .cate .cate-li a {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  padding: 0 13px;
  position: relative;
  border: 1px solid #fff;
  border-bottom: 0;
  font-weight: bold;
}

.header .naver .cate .cate-li a:after {
  content: " ";
  display: inline-block;
  width: 1px;
  height: 14px;
  border-left: 1px solid #b2b2b2;
  position: absolute;
  right: 0;
  top: 17px;
}

.header .naver .cate .cate-li li:last-child a::after {
  border-left: 0;
}

.header .naver .cate .hot-search {
  padding: 10px;
  padding-left: 18px;
  color: #8a8a8a;
}

.header .naver .cate .hot-search a {
  color: #8a8a8a;
}

.header .naver .cate .hot-search a:after {
  content: "-";
  display: inline-block;
  padding: 0 8px;
}

.header .naver .cate .hot-search a:last-child::after {
  content: "";
}

.ad-index-top {
  margin: 0 auto 20px;
  height: 80px;
  padding-top: 160px;
}

.ad-index-top img {
  float: left;
  width: 1300px;
  height: 80px;
}

.ad-index-middle {
  float: left;
  margin: 20px 0 10px 20px;
  width: 980px;
  height: 80px;
}

.main {
  margin: 20px auto 0;
}

.flink {
  margin: 0 auto 20px;
  border: #e0e0e0 solid 1px;
  height: 100px;
}

.flink .title {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  margin-bottom: 20px;
  background-color: #f8f8f8;
}

.flink .title p {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: -1px;
  width: 130px;
  height: 41px;
  text-align: center;
}

.flink .title p.bg {
  background-color: #102A43;
  color: #fff;
}

.flink .title-icon {
  display: inline-block;
  position: relative;
  top: 2px;
  background-image: url(img/title.png);
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.flink li {
  float: left;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  padding: 5px 10px;
}

.footer {
  width: 100%;
  height: 220px;
  background-color: #102A43;
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #fff;
}

.footer .about {
  height: 180px;
  text-align: center;
  margin-top: 20px;
}

.footer .about .link {
  margin-top: 50px;
  float: left;
  width: 100%;
}

.footer .about .link a {
  padding: 0 20px;
  font-size: 14px;
}

.footer .about .copyright {
  margin-top: 10px;
  float: left;
  width: 100%;
}

.footer .about .copyright p {
  height: 35px;
  line-height: 35px;
}

.position {
  font-size: 16px;
}

.position p {
  width: 1000px;
  float: left;
  height: 40px;
  line-height: 40px;
}

.position .position-icon {
  display: inline-block;
  position: relative;
  top: 2px;
  background-image: url(img/position.png);
  width: 12px;
  height: 16px;
  margin-right: 6px;
}

.position .date {
  width: 210px;
  float: right;
}

.position .date span {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.position .month {
  width: 130px;
  float: left;
  background-color: #102A43;
  color: #fff;
  border-radius: 5px 0 0 5px;
}

.position .month small {
  margin-left: 5px;
}

.position .week {
  width: 80px;
  float: left;
  border-radius: 0 5px 5px 0;
  border: 1px solid #102A43;
  color: #102A43;
}

.find-cate {
  border: 1px solid #e0e0e0;
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.find-cate .title {
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  margin-bottom: 20px;
}

.find-cate .title span {
  float: right;
  color: #999;
  font-size: 12px;
}

.find-cate .title p {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: -1px;
  width: 130px;
  height: 41px;
  text-align: center;
}

.find-cate .title p.bg {
  background-color: #102A43;
  color: #fff;
}

.find-cate li {
  background-color: #FDFBF7;
  border: 1px solid #D4AF37;
  float: left;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 5px;
  margin: 5px 8px;
  font-size: 14px;
}

.find-cate li {
  width: 110px;
  margin: 0 5px 10px 14px;
}

.find-cate li.on {
  background-color: #102A43;
  border: none;
}

.find-cate li.on a {
  color: #fff;
}

.page {
  float: right;
  margin-top: 50px;
}

.page li {
  display: inline-block;
}

.page a {
  display: inline-block;
  padding: 5px 10px;
  margin-left: 5px;
  border-radius: 2px;
  background-color: #eee;
  font-size: 12px;
  color: #666;
}

.page a:hover,
.page a.on {
  background: #102A43;
  color: #fff;
}

.common-baidu {
  width: 0px;
  float: left;
  height: 60px;
  line-height: 60px;
}

.common-wechat {
  height: 70px;
  line-height: 70px;
  float: left;
  width: 100%;
  position: relative;
  margin-top: 30px;
  border-bottom: 1px solid #e0e0e0;
}

.common-wechat p {
  float: left;
  width: 180px;
  background-color: #102A43;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
}

.common-wechat .wechat-p1 {
  cursor: pointer;
}

.common-wechat .wechat-p3 {
  font-size: 12px;
  color: #999;
  background-color: #fff;
  width: 250px;
  margin-left: 10px;
}

.common-wechat .wechat-p1 i {
  display: inline-block;
  position: relative;
  top: 5px;
  background-image: url(img/wechat.png);
  width: 30px;
  height: 24px;
  margin-left: 20px;
  margin-right: 15px;
}

.common-wechat .wechat-scan {
  width: 210px;
  height: 210px;
  display: none;
  background-color: #fff;
  padding: 5px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 10;
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.1);
}

.common-wechat .wechat-p2 {
  position: relative;
}

.common-wechat .wechat-p2 i {
  display: inline-block;
  position: relative;
  top: 5px;
  background-image: url(img/askpro.png);
  width: 27px;
  height: 29px;
  margin-left: 20px;
  margin-right: 15px;
}

.common-wechat .wechat-p2 span {
  position: absolute;
  top: 1px;
  left: 60px;
}

#backtotop {
  margin-top: 100px;
  position: fixed;
  _position: absolute;
  right: 0;
  top: 50%;
  width: 56px;
  height: 400px;
  z-index: 90;
}

#backtotop a {
  display: block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  cursor: pointer;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  color: #fff;
}

#backtotop a:hover {
  background-color: #102A43;
}

#backtotop .backtotop-show {
  display: none;
  width: 220px;
  height: 300px;
  border-radius: 10px;
  position: absolute;
  right: 56px;
  top: -80px;
  overflow: hidden;
}

#backtotop .backtotop-show img {
  width: 220px;
}

#back {
  display: none;
}

#backtotop .wechat-icon {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 12px;
  background-image: url(img/wechat.png);
  width: 30px;
  height: 24px;
}

#backtotop .phone-icon {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 20px;
  background-image: url(img/phone.png);
  width: 13px;
  height: 21px;
}

.widget {
  float: left;
}

.widget .title {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  margin-bottom: 20px;
  background-color: #f8f8f8;
}

.widget .title p {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: -1px;
  width: 130px;
  height: 41px;
  text-align: center;
}

.widget .title p.bg {
  background-color: #102A43;
  color: #fff;
}

.widget .title p.line {
  border-top: #102A43 solid 2px;
  border-right: #e0e0e0 solid 1px;
  height: 40px;
  color: #102A43;
  background-color: #fff;
}

.widget .title .title-icon {
  display: inline-block;
  position: relative;
  top: 2px;
  background-image: url(img/titledark.png);
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.widget li {
  overflow: hidden;
  float: left;
  width: 100%;
}

.down .widget .col-3 {
  margin-top: 10px;
  float: left;
  padding: 0 10px;
}

.down .widget .col-3 li {
  background-color: #eee;
  border: 1px solid #e0e0e0;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
}

.down .widget .col-2 li {
  background-color: #FDFBF7;
  border: 1px solid #D4AF37;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 5px;
  margin: 5px 8px;
  font-size: 14px;
}

.right .widget .title-icon {
  background-image: url(img/titledark.png);
}

.right .widget .col-3 li {
  background-color: #FDFBF7;
  border: 1px solid #D4AF37;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 5px;
  margin: 5px 8px;
  font-size: 14px;
}

.right .widget .col-2 li {
  background-color: #FDFBF7;
  border: 1px solid #D4AF37;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
}

.widget .dashi,
.widget .cesuan,
.widget .ceshi,
.widget .jingdian,
.widget .tuijian,
.widget .zaixian {
  border: 1px solid #e0e0e0;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.widget .cesuan {
  width: 480px;
  margin-right: 20px;
  height: 430px;
}

.widget .ceshi {
  width: 480px;
  margin-right: 0;
  float: right;
  /* height: 430px; */
}

.widget .cesuan .col-3 li,
.widget .ceshi .col-3 li {
  width: 146px;
  margin: 0 3px 18px 3px;
  background-color: #eee;
  border: 1px solid #ccc;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
}

.widget .dashi,
.widget .jingdian {
  width: 300px;
  height: 430px;
}

.widget .dashi li a {
  margin-left: 5px;
}

.widget .jingdian .title {
  margin-bottom: 20px;
}

.widget .jingdian .col-2 li {
  width: 130px;
  margin: 0 9px 10px;
}

.widget .zhishi .cell li,
.widget .dashi li {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border-bottom: 1px dashed #e0e0e0;
}

.widget .dashi .content {
  padding: 10px;
  padding-top: 0;
}

.widget .tuijian {
  height: 385px;
}

.widget .shengxiao {
  height: 430px;
  border: 1px solid #e0e0e0;
}

.widget .shengxiao .title {
  margin-bottom: 20px;
}

.widget .shengxiao .col-3 li {
  width: 81px;
  margin: 0 9px 10px;
}

.widget .zaixian {
  /* height: 380px; */
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.widget .zaixian .title {
  margin-bottom: 20px;
}

.widget .zaixian .col-1 li {
  background-color: #fff;
  border: 0;
  margin: 0 0 10px;
  padding: 0 14px;
}

.widget .zaixian li {
  background-color: #FDFBF7;
  border: 1px solid #D4AF37;
  float: left;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 5px;
  margin: 5px 8px;
  font-size: 14px;
}

.widget .zaixian input,
.widget .zaixian select {
  width: 90px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #e0e0e0;
  border-right: none;
  border-radius: 2px;
  float: left;
  padding-left: 10px;
}

.widget .zaixian select {
  width: 90px;
  background-color: #fff;
}

.widget .zaixian .haoma-input {
  width: 180px;
}

.widget .zaixian .submit-sbutton {
  background-color: #D4AF37;
  color: #fff;
  text-align: center;
  padding-left: 0;
  cursor: pointer;
}

.widget .subcate {
  float: left;
  border: 1px solid #e0e0e0;

  border-top: none;
  margin-bottom: 20px;
}

.widget .subcate .title {
  margin-bottom: 20px;
}

.widget .subcate .col-2 li {
  width: 120px;
  background-color: #c2c2c2;
  border: none;
  margin: 0 9px 10px;
}

.widget .subcate .col-2 li.on {
  background-color: #102A43;
}

.widget .subcate .col-2 li a {
  color: #fff;
}

.widget .jieda-form {
  color: #102A43;
  font-size: 16px;
  height: 290px;
  padding: 30px;
}

.widget .jieda-form p {
  float: left;
  height: 30px;
  line-height: 30px;
  width: 100%;
}

.widget .jieda-form p.yourname {
  width: 230px;
}

.widget .jieda-form .yourname-input {
  width: 155px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  padding-left: 10px;
  background-color: #fff;
}

.widget .jieda-form p.sex {
  width: 200px;
}

.widget .jieda-form .sex input {
  margin-left: 10px;
}

.widget .jieda-form select {
  height: 30px;
  line-height: 30px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  padding-left: 10px;
  background-color: #fff;
}

.widget .jieda-form select.select-year {
  width: 70px;
  margin-right: 5px;
}

.widget .jieda-form p.hour {
  width: 250px;
}

.widget .jieda-form p.phone {
  width: 250px;
}

.widget .jieda-form p.start {
  width: 250px;
}

.widget .jieda-form .jieda-sbutton {
  width: 135px;
  height: 34px;
  line-height: 34px;
  background-color: #102A43;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  padding: 0;
  border: none;
  float: left;
  margin-left: 50px;
  font-size: 16px;
}

.widget .jieda-form p.stat {
  width: 400px;
  color: #102A43;
}

.widget .content .jieda-form span {
  color: #102A43;
  margin: 0 5px;
}

.list-show .list .top {
  height: 95px;
  background-image: url(img/goodtime.png);
  background-repeat: no-repeat;
  background-position: right center;
  border-bottom: 1px solid #e0e0e0;
}

.list-show .list .row {
  width: 100%;
  float: left;
  padding: 20px 0;
  border: none;
  border-bottom: 1px solid #e0e0e0;
}

.list-show .list .row a {
  color: #102A43;
}

.list-show .list .row .left {
  width: 245px;
  padding: 0;
  border: none;
}

.list-show .list .row .left img {
  width: 244px;
  height: 144px;
}

.list-show .list .row .right {
  width: 673px;
  float: left;
  margin-left: 20px;
}

.list-show .list .row .right h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;      /* 原为固定 40px，标题换行时第二行会压到下方信息 */
  margin-bottom: 8px;    /* 与下方「編輯/瀏覽」留出间距 */
}

.list-show .list .row .right p {
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 10px;
  color: #999;
}

.list-show .list .row .right p span {
  margin-right: 5px;
}

.list-show .list .row i {
  display: inline-block;

  margin-top: 5px;
  margin-right: 5px;
}

.list-show .list .row .head-icon {
  background-image: url(img/head.png);
  width: 12px;
  height: 12px;
}

.list-show .list .row .time-icon {
  background-image: url(img/time.png);
  width: 13px;
  height: 13px;
}

.list-show .list .row .eye-icon {
  background-image: url(img/eye.png);
  width: 18px;
  height: 12px;
}

.article-show .article-title p {
  font-size: 14px;
  color: #8f8f8f;
  height: 30px;
  line-height: 30px;
}

.article-show .article-title i {
  display: inline-block;

  margin-top: 5px;
  margin-right: 5px;
}

.article-show .article-title .head-icon {
  background-image: url(img/head.png);
  width: 12px;
  height: 12px;
}

.article-show .article-title .time-icon {
  background-image: url(img/time.png);
  width: 13px;
  height: 13px;
}

.article-show .article-title .eye-icon {
  background-image: url(img/eye.png);
  width: 18px;
  height: 12px;
}

.article-show .article-title .position-icon {
  background-image: url(img/position.png);
  width: 12px;
  height: 16px;
  position: relative;
  top: 3px;
}

.article-show .article-content {
  width: 100%;
  float: left;
  padding: 40px 10px;
  border-top: 1px solid #e0e0e0;
  font-size: 16px;
  line-height: 1.5;
}

.article-show .pre-next {
  width: 100%;
  height: 60px;
  line-height: 60px;
  float: left;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.article-show .pre-next span {
  font-size: 16px;
  color: #666;
  overflow: hidden;
  float: left;
  height: 60px;
  line-height: 60px;
}

.article-show .pre-next .pre {
  width: 300px;
  margin-right: 10px;
}

.article-show .pre-next .next {
  width: 298px;
  float: right;
}

.article-show .related {
  width: 100%;
  float: left;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.article-show .related p {
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
}

.article-show .related .book-icon {
  display: inline-block;
  position: relative;
  top: 6px;
  background-image: url(img/book.png);
  width: 31px;
  height: 27px;
  margin-right: 10px;
}

.article-show .related-list li {
  float: left;
  width: 460px;
  height: 40px;
  line-height: 40px;
}

.article-show .related-list li.last {
  float: right;
}

.article-show .related-list li i {
  position: relative;
  top: 16px;
  background-image: url(img/lidot.png);
  width: 6px;
  height: 6px;
  float: left;
}

.article-show .related-list a {
  margin-left: 10px;
  font-size: 16px;
  background-color: #fff;
  border-bottom: none;
  display: inline-block;
  width: 390px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}

.article-show .related-list span {
  float: right;
  color: #999;
  margin-right: 10px;

  font-size: 12px;
}

.article-show .widget-jingpi {
  width: 100%;
  float: left;
}

.article-show .jingpi h3 {
  width: 100%;
  float: left;
}

.article-show .jingpi h3 p {
  width: 270px;
  height: 60px;
  line-height: 60px;
  float: left;
  background-color: #102A43;
  color: #fff;
  font-size: 24px;
  text-align: center;
  border-radius: 5px;
}

.article-show .jingpi h3 p i {
  background-image: url(img/dot.png);
  width: 18px;
  height: 18px;
  position: relative;
  top: 1px;
  display: inline-block;
  margin: 0 10px;
}

.article-show .jingpi .widget {
  width: 100%;
}

.article-show .jingpi .content {
  position: relative;
  float: left;
  width: 100%;
}

.article-show .jingpi .right-corner {
  width: 93px;
  height: 93px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(img/rightsitename.png);
}

.article-show .jingpi-form {
  color: #102A43;
  font-size: 16px;
  height: 230px;
  padding: 30px;
  border: 1px solid #e0e0e0;
}

.article-show .jingpi-form select {
  width: 155px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  padding-left: 10px;
  background-color: #fff;
}

.article-show .jingpi-form p {
  float: left;
  height: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}

.article-show .jingpi-form p.yourname {
  width: 320px;
}

.article-show .jingpi-form .yourname-input {
  width: 155px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  padding-left: 10px;
  background-color: #fff;
}

.article-show .jingpi-form p.sex {
  width: 200px;
}

.article-show .jingpi-form p.sex span {
  color: #102A43;
  margin-right: 10px;
}

.article-show .jingpi-form p.hour {
  width: 320px;
}

.article-show .jingpi-form p.phone {
  width: 250px;
}

.article-show .jingpi-form p.start {
  width: 250px;
}

.article-show .jingpi-form .jingpi-sbutton {
  width: 135px;
  height: 34px;
  line-height: 34px;
  background-color: #102A43;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  padding: 0;
  border: none;
  float: left;
  margin-left: 85px;
  font-size: 16px;
}

.jingzhun {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}

.jingzhun a {
  display: inline-block;
  width: 380px;
  height: 34px;
  line-height: 34px;
  background-color: #102A43;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
}

.widget .shengxiaoyunshi {
  height: 250px;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
}

.widget .shengxiaoyunshi .col-3 li {
  width: 81px;
  margin: 0 9px 10px;
}

/* Global Bazi navy/gold brand skin */
body {
  background-color: #FDFBF7;
}

.header .top {
  background-color: #0A192F;
  color: #D4AF37;
}

.header .top a {
  color: #FDFBF7;
}

.header .naver .logo.brand-logo {
  width: 300px;
}

.brand-logo a {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 70px;
  color: #102A43;
}

.brand-logo .brand-mark {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 2px solid #D4AF37;
  border-radius: 50%;
  background: #102A43;
  box-shadow: 0 2px 8px rgba(10, 25, 47, 0.24);
  overflow: hidden;
  flex: 0 0 auto;
}

.brand-logo .brand-ring {
  position: absolute;
  width: 32px;
  height: 32px;
  border: 1px solid #D4AF37;
  border-radius: 50%;
}

.brand-logo .brand-cross {
  position: absolute;
  width: 3px;
  height: 54px;
  background: #D4AF37;
}

.brand-logo .brand-cross-a {
  transform: rotate(45deg);
}

.brand-logo .brand-cross-b {
  transform: rotate(-45deg);
}

.brand-logo .brand-dot {
  position: relative;
  z-index: 2;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #D4AF37;
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.75);
}

.brand-logo .brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.brand-logo .brand-name {
  font-size: 24px;
  font-weight: 700;
  color: #102A43;
  white-space: nowrap;
}

.brand-logo .brand-name em {
  margin-left: 4px;
  color: #D4AF37;
  font-size: 18px;
  letter-spacing: 0;
}

.brand-logo .brand-subtitle {
  margin-top: 3px;
  color: #8a8a8a;
  font-size: 11px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.seo-h1 {
  margin: 0 0 16px;
  padding-left: 12px;
  border-left: 6px solid #D4AF37;
  color: #102A43;
  font-size: 24px;
  line-height: 1.4;
}

.article-title h1 {
  color: #102A43;
  font-size: 26px;
  line-height: 1.4;
}
.brand-logo a:hover .brand-name em,
.header .naver .cate .cate-li a:hover {
  color: #B8860B;
}

/* Header navigation repair: keep brand and nav on the same row. */
.header .naver .logo.brand-logo {
  width: 285px;
}

.header .naver .cate {
  width: 1015px;
  padding-top: 18px;
}

.header .naver .cate .cate-li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  border-bottom: 0;
  padding: 0;
}

.header .naver .cate .cate-li li {
  float: none;
}

.header .naver .cate .cate-li a {
  height: 36px;
  line-height: 36px;
  padding: 0 8px;
  border: 0;
  color: #102A43;
  white-space: nowrap;
  font-size: 15px;
}

.header .naver .cate .cate-li a:after {
  display: none;
}

.header .naver .cate .cate-li a:hover {
  color: #B8860B;
}

/* ===== 顶部藏蓝渐变横幅 Banner（替换原褐色图片广告位） ===== */
.top-banner {
  width: 1300px;
  margin: 180px auto 24px;
  height: 160px;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, #0a192f 0%, #102a43 55%, #14395a 100%);
  box-shadow: 0 12px 28px -10px rgba(16, 42, 67, 0.5);
}

.top-banner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(circle at 50% 45%, rgba(212, 175, 55, 0.22), transparent 62%);
}

.top-banner-inner {
  position: relative;
  z-index: 2;
  padding: 0 20px;
}

/* 分類頁區塊標題改用 h2 後固定字號，保持與原本 h3 相同的視覺（1.17em 即 h3 預設值） */
.desc .title {
  font-size: 1.17em;
}

/* 正文小節標題：貼緊本節正文、與上一節拉開（原本上下都 20px 太對稱，標題歸屬不明）
   用 !important 一處覆蓋各主題的 .xxx .left .desc .title{margin-bottom:20px} */
.left .desc .title {
  margin-bottom: 8px !important;
}
.left .desc .content {
  margin-bottom: 26px !important;
}

/* 正文列表：恢复被全局 reset 抹掉的圆点/序号/缩进（统一覆盖各类正文容器，不限 body 类）*/
.desc .content ul,
.desc .content ol,
.article-content ul,
.article-content ol {
  margin: 12px 0 16px;
  padding-left: 2em;
  line-height: 1.7;
}
.desc .content ul,
.article-content ul { list-style: disc outside; }
.desc .content ol,
.article-content ol { list-style: decimal outside; }
.desc .content li,
.article-content li {
  list-style: inherit;
  margin-bottom: 6px;
  text-indent: 0;
}
.desc .content li > ul,
.article-content li > ul { list-style: circle outside; }
.desc .content li > ul,
.desc .content li > ol,
.article-content li > ul,
.article-content li > ol { margin: 6px 0; }

.top-banner-title {
  margin: 0 0 12px;
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 4px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.top-banner-sub {
  margin: 0;
  font-size: 15px;
  letter-spacing: 6px;
  background: linear-gradient(to right, #B8860B, #D4AF37, #FDE68A, #D4AF37);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ===== 内容页左上角斜角标签：用 CSS 文字替换原“华宇命理”图片(img/sitename.png) ===== */
.left .corner {
  background-image: none !important;
  overflow: hidden;
  pointer-events: none;
}

.left .corner::after {
  content: "華宇命理";
  position: absolute;
  top: 20px;
  left: -32px;
  width: 130px;
  padding: 4px 0;
  transform: rotate(-45deg);
  background: linear-gradient(135deg, #b17c4e 0%, #8f5f30 100%);
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 2px;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

/* ===== 首页中部藏蓝渐变横幅（替换原褐色图片广告位 ad-index-middle） ===== */
.mid-banner {
  width: 980px;
  margin: 0 0 46px;
  height: 84px;
  clear: both;
  top: 22px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, #0a192f 0%, #102a43 55%, #14395a 100%);
  box-shadow: 0 8px 20px -10px rgba(16, 42, 67, 0.5);
}

.mid-banner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(circle at 50% 45%, rgba(212, 175, 55, 0.2), transparent 62%);
}

.mid-banner-inner {
  position: relative;
  z-index: 2;
  padding: 0 20px;
}

.mid-banner-title {
  margin: 0 0 4px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 2px;
}

.mid-banner-sub {
  margin: 0;
  font-size: 13px;
  letter-spacing: 3px;
  background: linear-gradient(to right, #B8860B, #D4AF37, #FDE68A, #D4AF37);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ===== 全站内容页侧栏模块统一为首页卡片风格 ===== */
/* 卡片圆角 */
.widget .dashi,
.widget .zaixian,
.widget .jingdian,
.widget .tuijian,
.widget .shengxiao,
.right .widget .cell,
.find-cate,
.left .zhishi {
  border-radius: 12px !important;
}

/* 模块标题栏 → 藏蓝整条 */
.right .title,
.find-cate .title,
.left .zhishi .title {
  background: #102A43 !important;
  height: 46px !important;
  line-height: 46px !important;
  border: 0 !important;
  border-radius: 12px 12px 0 0 !important;
  margin-bottom: 14px !important;
  padding: 0 16px !important;
  position: relative !important;
}

.find-cate .title,
.left .zhishi .title {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
}

/* 标题文字 → 白色左对齐（去掉原来的绝对定位小标签） */
.right .title p,
.find-cate .title p,
.left .zhishi .title p {
  position: static !important;
  top: auto !important;
  width: auto !important;
  height: 46px !important;
  line-height: 46px !important;
  text-align: left !important;
  background: transparent !important;
  border: 0 !important;
  color: #fff !important;
  padding: 0 !important;
}

.find-cate .title p {
  display: flex !important;
  flex: 1 1 auto !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  min-width: 0 !important;
}

.left .zhishi .title p {
  flex: 0 1 auto !important;
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

/* 标题里的“更多”链接 → 金色 */
.right .title a,
.find-cate .title a,
.left .zhishi .title a {
  color: #D4AF37 !important;
}

/* “更多…”回到藏蓝标题栏右侧（float 在 flex 容器里失效，改用 margin-left:auto） */
.left .zhishi .title a {
  float: none !important;
  flex: 0 0 auto !important;
  margin-left: auto !important;
  margin-right: 0 !important;
  white-space: nowrap !important;
}

/* find-cate 右侧的郑重声明小字 → 浅色 */
.find-cate .title span {
  color: #c9d3dd !important;
  float: none !important;
  flex: 1 1 auto !important;
  font-size: 12px !important;
  font-weight: normal !important;
  line-height: 46px !important;
  min-width: 0 !important;
  overflow: hidden !important;
  text-align: right !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

/* 隐藏旧的雪碧图小图标 */
.right .title-icon,
.find-cate .title-icon,
.left .zhishi .title-icon {
  display: none !important;
}

/* 每个模块不同的金色图标（FontAwesome，纯 CSS，无需改模板） */
.right .title p::before,
.find-cate .title p::before,
.left .zhishi .title p::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #D4AF37;
  margin-right: 8px;
  font-size: 15px;
  display: inline-block;
}
.right .dashi .title p::before { content: "\f017"; }      /* 最近更新：时钟 */
.right .zaixian .title p::before { content: "\f0ae"; }    /* 在线测试：清单 */
.right .jingdian .title p::before { content: "\f005"; }   /* 经典算命/占卜：星 */
.right .tuijian .title p::before { content: "\f164"; }    /* 推荐：赞 */
.right .shengxiao .title p::before { content: "\f6d5"; }  /* 生肖星座：龙 */
.find-cate .title p::before { content: "\f002"; }         /* 检索：放大镜 */
.left .zhishi .title p::before { content: "\f02d"; }      /* 知识：书 */

/* 按钮网格 → 白底浅灰边卡片按钮 */
.right .widget .col-2 li,
.right .widget .col-3 li,
.find-cate li,
.widget .jingdian .col-2 li,
.widget .shengxiao .col-3 li,
.widget .cesuan .col-3 li,
.widget .ceshi .col-3 li {
  background: #fff !important;
  border: 1px solid #e3e6ea !important;
  border-radius: 6px !important;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.right .widget .col-2 li:hover,
.right .widget .col-3 li:hover,
.find-cate li:hover,
.widget .jingdian .col-2 li:hover,
.widget .shengxiao .col-3 li:hover,
.widget .cesuan .col-3 li:hover,
.widget .ceshi .col-3 li:hover {
  border-color: #D4AF37 !important;
  background: #FDFBF7 !important;
  box-shadow: 0 2px 6px rgba(212, 175, 55, 0.18);
}

/* 保留“当前栏目”高亮为藏蓝 */
.find-cate li.on {
  background: #102A43 !important;
  border-color: #102A43 !important;
}
.find-cate li.on a {
  color: #fff !important;
}

/* 让整个按钮可点：链接撑满整个 li（原先只有文字可点） */
.find-cate li a {
  display: block !important;
  height: 100% !important;
  line-height: inherit !important;
}
