@font-face {
  font-family: "miao";
  src: url("../fonts/miao.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "YOUSHEhaoshenti";
  src: url("../fonts/YOUSHEhaoshenti.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "jcyuangti";
  src: url("../fonts/jcyuangti.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: calc(100vw / 19.2);
}

html,
body {
  font-family: "Microsoft YaHei", "宋体", "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  height: 100%;
  width: 100%;
}

body {
  font-size: 0.14rem;
  font-family: miao;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  cursor: none;
  outline: none;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  outline: 0;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

em,
i {
  font-style: normal;
}

img {
  width: 100%;
  max-width: 100%;
  user-select: none;
}

.clearfix {
  *zoom: 1;
}

.clearfix::after {
  display: block;
  content: ".";
  height: 0;
  clear: both;
  visibility: hidden;
}

.fc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fcol {
  flex-direction: column;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.title_xiong {
  width: 0.83rem;
  height: 0.96rem;
  line-height: 0.96rem;
  text-align: left;
  padding-left: 0.26rem;
  background: url(../images/home8.png) no-repeat;
  background-size: 100% auto;
  color: #9d4402;
  font-size: 0.36rem;
  font-style: italic;
  display: inline-block;
  word-break: keep-all;
  overflow: hidden;
  transition: all 0.6s;
  margin-left: 1.8rem;
}

.title_xiong2 {
  background-image: url(../images/home8_1.png);
  color: #fff;
}

.title_xiong span {
  opacity: 0;
}

.title_xiong_active {
  width: 2.4rem;
  margin-left: 0;
}

.title_xiong_active span {
  opacity: 1;
  transition: all 0.3s 0.3s;
}

.loading {
  position: fixed;
  left: -999999px;
  top: -999999px;
  opacity: 0;
}

/* 内页背景 */
.page_content {
  background: url('../images/common1.png') no-repeat, url('../images/common2.png') no-repeat, url('../images/common4.png') no-repeat, url('../images/common5.png') no-repeat, url('../images/common3.png') no-repeat, url('../images/common3_2.jpg') no-repeat;
  background-size: 3.14rem auto, 2.97rem auto, 100% auto, 100% auto, 100% 23.5rem, 100% 100%;
  background-position: right 4.4rem, left 70%, center center, center center, left top, left 3rem;
  margin-top: -4.2rem;
  position: relative;
  z-index: 1;
  padding-bottom: 2rem;
}
.page_content2{
  background-position: right 4.4rem, left 10rem, center 4rem, center 4rem, left top, left 3rem;
}

/* 内页标题 */
.page_title {
  width: 4.24rem;
  height: 1.42rem;
  background: url('../images/common10.png') no-repeat;
  background-size: 100% 100%;
  font-family: miao;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}

.page_title div {
  font-size: 0.62rem;
  position: absolute;
  left: 1.1rem;
  top: 0.6rem;
}

.page_title .page_title1 {
  background: -webkit-linear-gradient(#fffcea, #ffd9b0);
  background: linear-gradient(#fffcea, #ffd9b0);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  z-index: 1;
}

.page_title .page_title2 {
  color: rgba(0, 0, 0, 0);
  text-shadow: 0px 0.03rem 0.07rem rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

/* 内页主体背景 */
.page_main {
  width: 11.97rem;
  margin: 0 auto;
  background: url('../images/news1_02.png') repeat-y;
  background-size: 100% auto;
  position: relative;
  padding: 0.61rem 0 0.88rem;
  background-clip: content-box;
  min-height: 10rem;
}

.page_main::before,
.page_main::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
}

.page_main::before {
  height: 0.61rem;
  background: url('../images/news1_01.png');
  background-size: 100% 100%;
  top: 0;
}

.page_main::after {
  height: 0.88rem;
  background: url('../images/news1_03.png');
  background-size: 100% 100%;
  bottom: 0;
}

/* banner */
.page_banner {
  height: 9.3rem
}

/* 表格 */
.my_table {
  width: 9.7rem;
  margin: 0 auto;
  background-color: #fffcf5;
  border-radius: 0.1rem 0.1rem 0 0;
  border: 0.02rem solid #956b3c;
  text-align: center;
  font-size: 0.2rem;
}

.my_table td {
  border-bottom: 0.01rem solid #956b3c;
  border-right: 0.01rem solid #956b3c;
  padding: 0.16rem 0.3rem;
}

.my_table tr:last-child td {
  border-bottom: 0;
}

.my_table td:last-child {
  border-right: 0;
}

.my_table .table_head {
  font-size: 0.28rem;
  color: #e5753c;
  font-weight: bold;
}

.my_table .table_title {
  font-size: 0.24rem;
  color: #3c3c3c;
  font-weight: bold;
}

.my_table .my_word_type1 {
  font-size: 0.24rem;
  color: #e5753c;
  font-weight: bold;
}

.my_table .my_word_type2 {
  font-size: 0.24rem;
  color: #14a18b;
  font-weight: bold;
}

.my_table .my_word_type3 {
  font-size: 0.2rem;
  color: #af532f;
}

.my_word_type4 {
  font-size: 0.24rem;
  color: #cb4f19;
}

.my_tip {
  width: 9.4rem;
  margin: 0.24rem auto 0;
  font-size: 0.2rem;
  color: #363636;
  line-height: 1.7;
}

.my_topic{
  font-size: 18px;
}
.my_topic img {
  width: 100%;
}

.my_topic p {
  text-indent: 2em;
  min-height: 1em;
  line-height: 1.6;
  color: #555555;
}

.my_topic table {
  width: 100%;
  min-width: unset !important;
  max-width: 100%;
  table-layout: fixed;
  word-break: break-all;
  overflow: hidden;
  box-sizing: border-box;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #4481f3;
}

.my_topic table th,
.my_topic table td {
  border-top: 1px solid #4481f3;
  border-left: 1px solid #4481f3;
  box-sizing: border-box;
  padding: 16px 8px;
}

.my_topic table th:last-child {
  border-right: 1px solid #4481f3;
}

.my_topic table td:last-child {
  border-right: 1px solid #4481f3;
}

.my_topic table tr:last-child>* {
  border-bottom: 1px solid #4481f3;
}

.my_topic table p {
  text-indent: 0 !important;
  line-height: 1.4;
}