body {
  font-family: "Microsoft YaHei", "microsoft jhengHei", "arial",
    "Apple LiGothic";
  color: #333;
  background: #fff;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  margin: 0;
  overflow-x: hidden;
}
body,
p,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
pre,
input,
table,
tr,
td,
form {
  margin: 0;
  padding: 0;
}
ol,
ul,
li {
  list-style: none;
}
input {
  border: none;
}
img {
  border: none;
}
a {
  text-decoration: none;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}
html {
  font-size: 100px;
  padding: 0;
  margin: 0;
}

.header {
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  left: 0;
  top: 0;
  z-index: 50;
  display: block;
  transition-duration: 0.5s;
  font-size: 18px;
  height: 0.8rem;
}
.content_page .header,
.header.w-bg {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #f5f5f5;
}
.header_inside {
  display: block;
  max-width: 1220px;
  margin: auto;
  text-align: left;
  position: relative;
  padding: 0 0.1rem;
  box-sizing: border-box;
  height: 100%;
}
.header_inside .top_logo {
  display: block;
  float: left;
  height: 100%;
  position: relative;
  z-index: 10;
}

.header_inside .top_logo h1 {
  height: 100%;
}

.header_inside .top_logo img {
  display: block;
  height: 100%;
  width: auto;
  transition-duration: 0.5s;
}
.header_inside .top_logo h1 + img {
  position: absolute;
  top: 0;
  opacity: 0;
}
.content_page .header .header_inside .top_logo img,
.header.w-bg .header_inside .top_logo img {
  opacity: 0;
}
.content_page .header .header_inside .top_logo h1 + img,
.header.w-bg .header_inside .top_logo h1 + img {
  opacity: 1;
}
.header_inside .main_menu {
  display: inline-block;
  padding: 0 0 0 0.6rem;
}
.header_inside .main_menu ul {
  display: block;
}
.header_inside .main_menu ul li {
  display: inline-block;
  height: 0.8rem;
  position: relative;
}
.header_inside .main_menu ul li > a {
  color: #fff;
  line-height: 0.8rem;
  display: block;
  padding: 0 0.2rem;
}
.header_inside .main_menu ul li > p {
  color: #fff;
  line-height: 0.8rem;
  display: block;
  padding: 0 0.18rem 0 0.2rem;
  cursor: pointer;
  transition-duration: 0.5s;
}

.header_inside .main_menu ul li > p > a {
  color: #fff;
}

.header_inside .main_menu ul li > p:after {
  content: "";
  margin: -0.05rem 0 0 0.1rem;
  height: 0.08rem;
  width: 0.08rem;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  display: inline-block;
  transform: rotate(45deg);
  vertical-align: middle;
  transition-duration: 0s;
  box-sizing: border-box;
}
.header_inside .main_menu ul li > p:hover:after {
  border-color: #fdd250;
}
.header_inside .main_menu ul li.select > a,
.header_inside .main_menu ul li.select > p,
.header_inside .main_menu ul li.select > p > a,
.header_inside .main_menu ul li > a:hover,
.header_inside .main_menu ul li > p:hover {
  color: #fdd250;
}
.header_inside .main_menu ul li ul {
  display: block;
  position: absolute;
  width: 2.2rem;
  margin-left: -1.1rem;
  left: 50%;
  top: 100%;
  background: rgba(255, 255, 255, 0.97);
  text-align: center;
  padding: 0.15rem 0;
  border-radius: 0.06rem;
  box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.5);
  transform-origin: top center;
  transition-duration: 0.5s;
  transform: scale(1, 0);
  opacity: 0;
}
.header_inside .main_menu ul li:hover ul {
  transform: scale(1, 1);
  opacity: 1;
}
.header_inside .main_menu ul li ul li {
  display: block;
  height: 0.45rem;
  position: relative;
}
.header_inside .main_menu ul li ul li a {
  display: block;
  color: #000;
  height: 0.45rem;
  line-height: 0.45rem;
}
.header_inside .main_menu ul li ul li:hover {
  background: #efefef;
}
.header_inside .main_menu ul li ul li a:hover {
  color: #fe6a1a;
}
.header_inside .main_menu ul li ul li a:before,
.header_inside .main_menu ul li ul li a:after {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  display: block;
  position: absolute;
  top: 50%;
  margin: -0.03rem;
  background: #000;
  left: 8%;
  opacity: 0;
  transition-duration: 0.5s;
}
.header_inside .main_menu ul li ul li a:after {
  background: #fe6a1a;
  left: 13%;
}
.header_inside .main_menu ul li ul li a:hover:before,
.header_inside .main_menu ul li ul li a:hover:after {
  opacity: 1;
}
.header_inside .top_right {
  position: absolute;
  right: 0.1rem;
  height: 0.8rem;
  display: block;
  top: 0;
  text-align: center;
  font-size: 0px;
  box-sizing: border-box;
  padding: 0.2rem 0 0 0;
}
.header_inside .top_right a {
  display: inline-block;
  font-size: 18px;
  width: 1.4rem;
  height: 0.4rem;
  box-sizing: border-box;
  border-radius: 0.05rem;
}
.header_inside .top_right a.btn1 {
  color: #fe6a1a;
  border: 1px solid #fe6a1a;
  line-height: 0.38rem;
  margin-left: 0.1rem;
}
.header_inside .top_right a.btn2 {
  color: #0c0000;
  line-height: 0.4rem;
  background-image: url("../images/o_btn_bg.png");
  background-size: 200% 100%;
  background-repeat: no-repeat;
  background-position: right;
  margin-left: 0.1rem;
}
.header_inside .top_right a.btn2:hover {
  background-position: left;
}
.header_inside .top_right .mobile_menu,
.header_inside .top_right a.m_btn1,
.header_inside .top_right a.m_btn2 {
  display: none;
}

.header_inside .top_right a.pc_cs_btn {
  display: inline-block;
  width: 0.4rem;
  vertical-align: top;
}

.header_inside .showQrcode .qrcodeBox {
  opacity: 0;
  transition: 0.5s;
}

.header_inside .showQrcode:hover .qrcodeBox {
  opacity: 1;
}

.content_page .header .header_inside .top_right a.btn2,
.header.w-bg .header_inside .top_right a.btn2 {
  color: #fff;
}
.content_page .header .header_inside .main_menu > ul > li > a,
.content_page .header .header_inside .main_menu > ul > li > p,
.content_page .header .header_inside .main_menu > ul > li > p > a,
.header.w-bg .header_inside .main_menu > ul > li > a,
.header.w-bg .header_inside .main_menu > ul > li > p,
.header.w-bg .header_inside .main_menu > ul > li > p > a {
  color: #a4a4a4;
}

.content_page .header .header_inside .main_menu > ul > li.select > a,
.content_page .header .header_inside .main_menu > ul > li.select > p,
.content_page .header .header_inside .main_menu > ul > li > a:hover,
.content_page .header .header_inside .main_menu > ul > li > p:hover,
.header.w-bg .header_inside .main_menu > ul > li.select > a,
.header.w-bg .header_inside .main_menu > ul > li.select > p,
.header.w-bg .header_inside .main_menu > ul > li > a:hover,
.header.w-bg .header_inside .main_menu > ul > li > p:hover {
  color: #fe6a1a;
}
.content_page .header .main_menu ul li > p:after,
.header.w-bg .main_menu ul li > p:after {
  border-color: #a4a4a4;
}
.content_page .header .main_menu ul li > p:hover:after,
.header.w-bg .main_menu ul li > p:hover:after {
  border-color: #fe6a1a;
}

.header img {
  display: block;
  max-width: 100%;
  margin: auto;
  transition-duration: 0.5s;
}

.main_content {
  display: block;
  max-width: 1920px;
  margin: auto;
}
.content_page .main_content {
  padding-top: 0.8rem;
  overflow: hidden;
}
.main_content img {
  max-width: 100%;
}

.title1 {
  font-size: 0.52rem;
  color: #000;
  line-height: 1.5;
}
.title1 b {
  display: inline-block;
  background-position: center;
  background-size: 100% 100%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAAKCAMAAABR90bJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMS1jMDAwIDc5LmRhYmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjMwRjM3RUJENzc3ODExRUM4NjY4RDBEMDU1QkYzMjAwIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjMwRjM3RUJDNzc3ODExRUM4NjY4RDBEMDU1QkYzMjAwIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMy4wIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjhEMjg1QTE3Nzc2MzExRUM4OEFEQjQyNkEyN0MzNEUwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjhEMjg1QTE4Nzc2MzExRUM4OEFEQjQyNkEyN0MzNEUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/kFcAQAAANVQTFRF/2kA/3UA/3AA/3sA/2EA/2MA/1UA/1YA/1gA/18A/14A/2AA/2YA/2oA/24A/4cA/3IA/3YA/38A/4EA/4QA/4YA/4wB/5UC/44B/5QC/5gD/34A/4gA/3MA/00A/08A/10A/20A/2UA/4oB/1IA/5EC/4IA/30A/2IA/28A/0sA/1AA/4AA/40B/48B/5kD/4UA/3kA/3cA/2sA/1oA/1sA/5cD/3gA/2cA/1kA/1MA/2gA/4kB/5AC/4kA/5AB/3EA/3oA/1EA/5YC/1cA/5IC/04AeMDQ4AAAAJ1JREFUeNrszgcCQlAAANAvKyNCRjaZmUVol3X/I3WQvBM8UBSq2jTDMMjyfj9Nk+8/33muKFkmSYfD46XrLCuKZbnbBYEgpCnPa1oYwvD3dGrb85njIMgwttvPahXHDOM4VbXZAHDvOpp2XRSNIgShKIIgSdu+XOr6el2vx3HEcQy73Tyv7/sksax5nk3zeARLZsksmSXzT5mfAAMAh9e+ebhUH28AAAAASUVORK5CYII=");
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title2 {
  font-size: 0.3rem;
  color: #000;
  line-height: 1.5;
  font-style: italic;
  font-weight: normal;
  padding: 0.05rem 0;
}
.title2:before,
.title2:after {
  content: "";
  background: url("../images/title2_bg.png") no-repeat;
  background-size: 100%;
  width: 0.16rem;
  height: 0.06rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.2rem;
}

.sub_title1 {
  font-size: 0.3rem;
  color: #9c9c9c;
  display: block;
  text-align: center;
  font-style: italic;
  font-weight: normal;
}
.sub_title1:before,
.sub_title1:after {
  content: "";
  background: url("../images/title2_bg.png") no-repeat;
  background-size: 100%;
  width: 0.16rem;
  height: 0.06rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.2rem;
}

.footer {
  display: block;
  max-width: 1920px;
  margin: auto;
  font-size: 16px;
  padding: 0.7rem 0.2rem;
  box-sizing: border-box;
  color: #444f58;
  line-height: 1.6;
  background: #1d1d1d;
}
.footer > div {
  display: block;
  max-width: 1150px;
  margin: auto;
  padding: 0.2rem 0;
}
.footer > div:nth-child(1) img {
  height: 0.5rem;
  float: left;
}
.footer > div:nth-child(1) p {
  margin: 0 0 0 auto;
  text-align: right;
  padding: 0.15rem 0;
}
.footer > div:nth-child(1) p a {
  display: inline-block;
  line-height: 0.2rem;
  padding: 0 0.15rem;
  color: #444f58;
}
.footer > div:nth-child(1) p a + a {
  border-left: 1px solid #303437;
}
.footer > div:nth-child(1) p a:last-child {
  padding-right: 0;
}
.footer > div:last-child {
  border-top: 1px solid #303437;
  font-size: 0px;
}
.footer > div:last-child p {
  display: inline-block;
  width: 50%;
  font-size: 16px;
}
.footer > div:last-child p:nth-child(2) {
  text-align: right;
}
.footer > div:last-child p:nth-child(2) span {
  display: block;
}
.footer > div:last-child p:nth-child(2) span a {
  display: inline-block;
  padding: 0 0.15rem;
  color: #444f58;
  line-height: 0.2rem;
}
.footer > div:last-child p:nth-child(2) span a + a {
  padding-right: 0;
  border-left: 1px solid #303437;
}

.footer_btn {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 49;
  height: 1.4rem;
  text-align: center;
  font-size: 0px;
  background: rgba(1, 20, 64, 0.97);
  padding: 0.2rem 0 0 0;
  box-sizing: border-box;
}
.footer_btn a {
  display: inline-block;
  width: 3.35rem;
  height: 0.95rem;
  font-size: 0.37rem;
  font-weight: bold;
  box-sizing: border-box;
  border-radius: 0.08rem;
  position: relative;
}
.footer_btn a:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.footer_btn a.btn1 {
  color: #fe6a1a;
  border: 0.03rem solid #fe6a1a;
}
.footer_btn a.btn2 {
  color: #fee563;
  background: url("../images/o_btn_bg.png");
  background-position: right;
  background-size: 200% auto;
  margin-left: 0.2rem;
}
.footer_btn a.btn2 i {
  background: url(../images/mobile_bottom_arrow.svg) no-repeat;
  background-size: 100% 100%;
  width: 0.4rem;
  height: 0.4rem;
  margin: -0.2rem;
  position: absolute;
  top: 50%;
  right: 10%;
  display: block;
}

.mobile_menu_bg {
  display: none;
}
.main_btn {
  display: block;
  width: 2.5rem;
  height: 0.4rem;
  margin: auto;
  background-image: url(../images/o_btn_bg.png);
  background-size: 200% 100%;
  background-repeat: no-repeat;
  background-position: right;
  text-align: center;
  color: #fff;
  line-height: 0.4rem;
  font-size: 18px;
  border-radius: 0.4rem;
  position: relative;
}
.main_btn:hover {
  background-position: left;
}
.main_btn:after {
  content: "";
  box-sizing: border-box;
  width: 0.1rem;
  height: 0.1rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  margin: -0.05rem;
  position: absolute;
  display: block;
  right: 14%;
  top: 50%;
}
.main_btn:hover:after {
  animation: main_btn_hover 0.6s linear;
  animation-iteration-count: infinite;
}
@keyframes main_btn_hover {
  0% {
    transform: translate(-0.1rem, 0) rotate(-45deg);
    opacity: 0;
  }
  25%,
  75% {
    opacity: 1;
  }
  100% {
    transform: translate(0.1rem, 0) rotate(-45deg);
    opacity: 0;
  }
}

.main_btn2 {
  display: block;
  font-size: 0px;
}
.main_btn2 a + a {
  margin-left: 0.2rem;
}
.main_btn2 a {
  display: inline-block;
  width: 2.05rem;
  height: 0.4rem;
  box-sizing: border-box;
  border-radius: 0.4rem;
  text-align: center;
  font-size: 18px;
  vertical-align: top;
  position: relative;
  line-height: 1.5;
}
.main_btn2 a:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.main_btn2 a.style1 {
  color: #fe6a1a;
  border: 1px solid #fe6a1a;
}
.main_btn2 a.style1:hover {
  color: #fff;
  background: #fd910e;
  background: -moz-linear-gradient(left, #fd910e 0%, #ee4e02 100%);
  background: -webkit-linear-gradient(left, #fd910e 0%, #ee4e02 100%);
  background: linear-gradient(to right, #fd910e 0%, #ee4e02 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd910e', endColorstr='#ee4e02',GradientType=1 );
}
.main_btn2 a.style2 {
  background-image: url(../images/o_btn_bg.png);
  background-size: 200% 100%;
  background-repeat: no-repeat;
  background-position: right;
  text-align: center;
  color: #fff;
}
.main_btn2 a.style2:hover {
  background-position: left;
}
.main_btn2 a.style2:after {
  content: "";
  box-sizing: border-box;
  width: 0.1rem;
  height: 0.1rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  margin: -0.05rem;
  position: absolute;
  display: block;
  right: 14%;
  top: 50%;
}
.main_btn2 a.style2:hover:after {
  animation: main_btn_hover 0.6s linear;
  animation-iteration-count: infinite;
}
.main_btn2 a .up_qr {
  position: absolute;
  background: url("../images/btn_qr_bg.png") no-repeat;
  background-size: 100% 100%;
  width: 1.5rem;
  height: 1.6rem;
  bottom: 125%;
  left: 50%;
  margin-left: -0.75rem;
  box-sizing: border-box;
  padding: 0.1rem;
  transition-duration: 0.5s;
  transform-origin: 50% 100%;
  transform: perspective(5rem) rotateX(90deg);
  opacity: 0;
}
.main_btn2 a:hover .up_qr {
  transform: perspective(5rem) rotateX(0deg);
  opacity: 1;
}

.hierarchy_menu {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 5;
}
.hierarchy_menu p {
  display: block;
  margin: auto;
  font-size: 18px;
  color: #a4a4a4;
  max-width: 1200px;
  box-sizing: border-box;
  padding: 0.25rem 0.2rem 0 0.2rem;
}
.hierarchy_menu p b,
.hierarchy_menu p b a {
  color: #222;
}
.hierarchy_menu a {
  color: #a4a4a4;
}

@media (max-width: 1000px) {
  .header {
    height: 1rem;
  }
  .footer_btn {
    display: block;
  }
  .header_inside .top_right a img {
    display: block;
    width: 100%;
  }
  .header_inside .top_right a.btn1,
  .header_inside .top_right a.btn2 {
    display: none;
  }
  .header_inside .top_right a.m_btn1,
  .header_inside .top_right a.m_btn2 {
    display: inline-block;
    width: 0.6rem;
    vertical-align: top;
  }
  .header_inside .top_right a.m_btn2 {
    margin: 0 0.1rem;
  }

  .header_inside .top_right a.pc_cs_btn {
    display: none;
  }

  .footer {
    font-size: 0.22rem;
    padding: 0.7rem 0.6rem 1.7rem 0.6rem;
    color: #444f58;
  }
  .footer > div:nth-child(1) img {
    height: 0.6rem;
    float: none;
    margin: auto;
    display: block;
  }
  .footer > div:nth-child(1) p {
    margin: 0 auto;
    text-align: center;
    padding: 0.45rem 0 0.2rem 0;
  }
  .footer > div:last-child p {
    display: block;
    width: 100%;
    font-size: 0.22rem;
    text-align: justify;
  }
  .footer > div:last-child {
    padding: 0.3rem 0;
  }
  .footer > div:last-child p:nth-child(2) {
    text-align: center;
    padding: 0.8rem 0 0 0;
    position: relative;
  }
  .footer > div:last-child p:nth-child(2) span {
    position: absolute;
    width: 100%;
    top: 0.2rem;
  }
}

@media (max-width: 900px) {
  .header_inside .main_menu {
    padding: 0 0 0 0.2rem;
  }
  .header_inside .main_menu ul li > a {
    padding: 0 0.1rem;
  }
  .header_inside .main_menu ul li > p {
    padding: 0 0.08rem 0 0.1rem;
  }
}

@media (max-width: 750px) {
  .header_inside .top_right {
    z-index: 100;
    right: 0.3rem;
  }
  .header_inside .top_right p.mobile_menu {
    display: inline-block;
    width: 0.6rem;
    position: relative;
    vertical-align: top;
    border: 1px solid #fe6a1a;
    box-sizing: border-box;
    border-radius: 0.05rem;
  }
  .header_inside .top_right p.mobile_menu img {
    transition-duration: 0.5s;
  }
  .header_inside .top_right p.mobile_menu img + img {
    position: absolute;
    top: 0;
    opacity: 0;
  }

  .header_inside .showQrcode span,
  .header_inside .showQrcode span img,
  .header_inside .showQrcode:hover span img {
    display: none;
  }

  .show_m_menu .header_inside .top_right p.mobile_menu img {
    opacity: 0;
  }
  .show_m_menu .header_inside .top_right p.mobile_menu img + img {
    opacity: 1;
  }

  .mobile_menu_bg {
    display: block;
    position: fixed;
    opacity: 0.95;
    z-index: 5;
    width: 200%;
    height: 100vh;
    overflow: hidden;
    left: 100%;
    top: 0;
    transition-duration: 0.6s;
    transition-delay: 0.3s;
  }
  .mobile_menu_bg img {
    display: block;
    height: 100%;
    width: 100%;
    margin: 0;
  }
  .show_m_menu .mobile_menu_bg {
    transition-delay: 0s;
    left: -100%;
  }
  .show_m_menu .header_inside .top_logo img {
    opacity: 0;
  }
  .show_m_menu .header_inside .top_logo h1 + img {
    opacity: 1;
  }
  .header_inside {
    padding: 0 0.3rem;
  }
  .header_inside .top_logo {
    float: none;
  }
  .header_inside .top_logo img {
    margin: 0;
  }
  .header_inside .main_menu {
    padding: 1.4rem 0 0 0;
    width: 100%;
    display: block;
    height: 0vh;
    transition-duration: 0.5s;
    overflow: hidden;
    box-sizing: border-box;
    transition-delay: 0s;
    top: 0;
    position: absolute;
    left: 0;
  }
  .show_m_menu .header_inside .main_menu {
    height: 100vh;
    transition-delay: 0.3s;
  }
  .header_inside .main_menu > ul {
    display: block;
    position: relative;
    z-index: 20;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.6rem 0.4rem 0.6rem;
    overflow: auto;
    height: 100%;
  }
  .header_inside .main_menu > ul > li {
    display: block;
    height: auto;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    position: relative;
    box-sizing: border-box;
  }
  .header_inside .main_menu > ul > li:before {
    content: "";
    width: 0.6rem;
    height: 1px;
    display: block;
    position: absolute;
    background: #f85800;
    top: -1px;
  }
  .header_inside .main_menu > ul > li > a,
  .header_inside .main_menu > ul > li > p {
    color: #f85800 !important;
    line-height: 0.9rem;
    padding: 0;
    font-size: 0.3rem;
  }
  .header_inside .main_menu > ul > li > a:after,
  .header_inside .main_menu > ul > li > p:after {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    margin: -0.2rem;
    top: 0.45rem;
    right: 0.3rem;
    display: block;
    position: absolute;
    background-image: url("../images/mobile_menu_more.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top;
  }
  .header_inside .main_menu > ul > li > p:after {
    background-position: center;
    border: none;
    transform: none;
    transition-duration: 0s;
  }
  .header_inside .main_menu > ul > li.sub_hide > p:after {
    background-position: bottom;
  }
  .header_inside .main_menu ul li ul {
    display: block;
    position: relative;
    opacity: 1;
    transform: scale(1);
    width: 100%;
    margin: auto;
    left: 0;
    box-shadow: none;
    padding: 0;
    background: none;
    margin: -0.15rem auto 0.2rem auto;
    overflow: hidden;
    transition-duration: 0.3s;
    max-height: 70vh;
    transition-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  .header_inside .main_menu ul li.sub_hide ul {
    max-height: 0px;
    margin: -0.15rem auto 0.15rem auto;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  .header_inside .main_menu ul li ul li {
    height: 0.7rem;
    border: none;
  }
  .header_inside .main_menu ul li ul li a {
    color: #747474;
    line-height: 0.7rem;
    font-size: 0.3rem;
    font-style: italic;
    text-align: left;
    padding-left: 0.35rem;
    height: 100%;
  }
  .title1 {
    font-size: 0.66rem;
  }
  .title2 {
    font-size: 0.4rem;
    padding: 0;
  }

  .main_btn {
    width: 3.95rem;
    height: 0.65rem;
    margin: auto;
    line-height: 0.65rem;
    font-size: 0.3rem;
    border-radius: 0.4rem;
  }
  .hierarchy_menu p {
    font-size: 0.24rem;
  }

  .main_btn2 a {
    width: 3.2rem;
    height: 0.64rem;
    font-size: 0.28rem;
  }
  .main_btn2 a:before {
    height: 105%;
  }
  .content_page .main_content {
    padding-top: 1rem;
  }

  .header_inside .main_menu ul li ul li a:hover:before,
  .header_inside .main_menu ul li ul li a:hover:after {
    opacity: 0;
  }
  .footer > div:nth-child(1) p {
    font-size: 0px;
  }
  .footer > div:nth-child(1) p a,
  .footer > div:nth-child(1) p a:last-child {
    padding: 0 0.2rem;
    line-height: 1.25;
    font-size: 0.22rem;
  }
  .footer > div:last-child p:nth-child(2) span {
    font-size: 0px;
  }
  .footer > div:last-child p:nth-child(2) span a,
  .footer > div:last-child p:nth-child(2) span a + a {
    padding: 0 0.2rem;
    line-height: 1.25;
    font-size: 0.22rem;
  }
}
/*---------------------------------------------------------------*/
.dynamic_qrcode canvas {
  width: 1rem;
}
.qrcodeBox {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  transform: translateY(10%);
  background: white;
  padding: 0.2rem;
  border-radius: 0.1rem;
}
