@font-face {
  font-family: "HarmonyOS_Sans_SC_Bold";
  src: url("../font/HarmonyOS_Sans_SC_Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HarmonyOS_Sans_SC";
  src: url("../font/HarmonyOS_Sans_SC_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "EastmanVariable";
  src: url("../font/EASTMANVARIABLE.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  font-size: 5.208vw;
}

body {
  font-family: "微软雅黑", Arial;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 1.8;
  color: #333333;
  background-color: #ffffff;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin-top: auto;
  margin-bottom: auto;
}

a {
  outline: none;
  text-decoration: none;
  color: #303133;
}

a:hover {
  color: #0067ed;
}

input {
  outline: none;
}


input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

textarea {
  outline: none;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: super !important;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.imgs {
  width: 100%;
  height: 100% !important;
  /*object-fit: cover; */
}

.imgh {
  width: 100%;
  height: auto;
}

.object-fit-cover {
  object-fit: cover;
}

.object-fit-contain {
  object-fit: contain;
}

.container {
  width: auto;
  max-width: 15rem;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.df {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.fd-row-r {
  flex-direction: row-reverse;
}


::-webkit-scrollbar {
  width: 0.1rem;
  height: 0.1rem;
}

::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

::-webkit-scrollbar-corner {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  min-height: 0.1rem;
  border: 0.02rem solid transparent;
  background-clip: content-box;
  border-radius: 0.08rem;
  background-color: #c8d5e1;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbcf;
}

::-webkit-scrollbar-thumb:active {
  background-color: #87a2bd;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-track-piece {
  background-color: transparent;
}

/* header */


header {
  width: 100%;
  height: 1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: none;
  /* 默认背景色 */
  transition: 0.3s;
  /* 平滑过渡效果 */
}

header.active {
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08);
}

header .head_con {
  width: 100%;
  height: 1rem;
}

.head_con .head_type {
  height: 1rem;
  justify-content: space-between;
  align-items: center;
}

.head_type .head_logo {
  width: 1.5rem;
}

.head_logo_img {
  display: block;
}

.head_logo_img_hover {
  display: none;
}

/*.head_logo:hover .head_logo_img {*/
/*  display: none;*/
/*}*/

/*.head_logo:hover .head_logo_img_hover {*/
/*  display: block;*/
/*}*/

header.active .head_logo_img {
  display: none;
}

header.active .head_logo_img_hover {
  display: block;
}

header .head_con_active .head_logo_img {
  display: none;
}

header .head_con_active .head_logo_img_hover {
  display: block;
}

.head_type .head_nav {
  width: auto;
  min-width: 6.5rem;
}

.head_type .head_nav ul {
  justify-content: space-between;
}

.head_type .head_nav ul .head_nav_li {
  position: relative;
  opacity: 1;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.head_type .head_nav ul .head_nav_li>a {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.16rem;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0.1rem 0.12rem;
}

header.active .head_type .head_nav ul .head_nav_li>a {
  color: #1F1F1F;
}

header .head_con_active .head_type .head_nav ul .head_nav_li>a {
  color: #1F1F1F;
}


.head_type .head_nav ul .head_nav_li:hover>a {
  color: #fd8103;
}

header.active .head_type .head_nav ul .head_nav_li:hover>a {
  color: #fd8103;
}

header .head_con_active .head_type .head_nav ul .head_nav_li:hover>a {
  color: #fd8103;
}


.head_type .head_nav ul .head_nav_li .nav_icon {
  width: 0.28rem;
  height: 0.11rem;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
}

.head_type .head_nav ul .head_nav_li:hover .nav_icon {
  opacity: 1;
}

.head_type .head_nav ul .head_nav_li .nav-down {
  position: absolute;
  min-width: 1.4rem;
  width: 100%;
  box-shadow: 0 0.03rem 0.29rem -0.08rem rgba(192, 196, 204, 0.7);
  background-color: #fff;
  border-radius: 0.06rem;
  padding: 0.05rem 0;
  left: 50%;
  top: 0.54rem;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, 0.1rem, 0);
  -webkit-transform: translate3d(-50%, 0.1rem, 0);
  -moz-transform: translate3d(-50%, 0.1rem, 0);
  -o-transform: translate3d(-50%, 0.1rem, 0);
  -ms-transform: translate3d(-50%, 0.1rem, 0);
  backface-visibility: hidden;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.head_type .head_nav ul .head_nav_li .nav-down>li {
  width: 100%;
  position: relative;
}

.head_type .head_nav ul .head_nav_li .nav-down>li>a {
  display: inline-block;
  width: 100%;
  height: 0.36rem;
  line-height: 0.36rem;
  font-family: "HarmonyOS_Sans_SC";
  font-size: 0.16rem;
  color: #1F1F1F;
  text-align: center;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
}

.head_type .head_nav ul .head_nav_li .nav-down>li>a:hover {
  color: #fd8103;
  letter-spacing: 0.01rem;
}

.head_type .head_nav ul .head_nav_li:hover .nav-down {
  opacity: 1;
  transform: translate3d(-50%, 0px, 0);
  -webkit-transform: translate3d(-50%, 0px, 0);
  -moz-transform: translate3d(-50%, 0px, 0);
  -o-transform: translate3d(-50%, 0px, 0);
  -ms-transform: translate3d(-50%, 0px, 0);
  backface-visibility: hidden;
  pointer-events: auto;
}

.head_type .head_btn {
  width: auto;
  align-items: center;
}

.head_btn .head_btn_icon {
  height: 0.23rem;
  padding: 0 0.1rem;
  position: relative;
  cursor: pointer;
}

.head_btn_icon .items {
  position: absolute;
  visibility: hidden;
  bottom: 99%;
  opacity: 0;
  transform: translateX(-50%) translateY(2rem);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
  left: 50%;
}

.head_btn_icon .items .imgBox {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.02rem solid #fff;
  background-color: #fff;
}

.head_btn_icon .items .imgBox>img {
  max-width: 1.5rem;
}

.head_btn_icon .items>span {
  height: 0.2rem;
  line-height: 0.2rem;
  position: relative;
  width: 100%;
  display: block;
}

.head_btn_icon .items>span:after {
  content: "";
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

.head_btn_icon:hover .items {
  opacity: 1;
  transform: translateX(-50%) translateY(1.9rem);
  visibility: visible;
}


.head_icon_img {
  display: block;
  position: relative;
}
.head_icon_img svg{
 position: absolute;
 top: 0;
 left: 0;
}
.head_icon_img_hover {
  display: none;
  position: relative;
}
.head_icon_img_hover svg{
 position: absolute;
 top: 0;
 left: 0;
}
.head_btn_icon:hover .head_icon_img {
  display: none;
}

.head_btn_icon:hover .head_icon_img_hover {
  display: block;
}


header.active .head_icon_img {
  display: none;
}

header.active .head_icon_img_hover {
  display: block;
}

header .head_con_active .head_icon_img {
  display: none;
}

header .head_con_active .head_icon_img_hover {
  display: block;
}

.head_btn .head_bias {
  width: 0.01rem;
  height: 0.3rem;
  background: #ffffff;
  opacity: 0.5;
  transform: rotate(10deg) translateY(0px);
}

.head_btn .head_line {
  width: 0.01rem;
  height: 0.3rem;
  background: #ffffff;
  opacity: 0.5;
  margin-right: 0.1rem;
}

header.active .head_bias {
  background: #fd8103;
}

header.active .head_line {
  background: #fd8103;
}

header .head_con_active .head_bias {
  background: #fd8103;
}

header .head_con_active .head_line {
  background: #fd8103;
}

.head_btn_jiameng {
  width: auto;
  height: 0.26rem;
  border-radius: 0.13rem;
  border: 0.01rem solid #ffffff;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.head_btn_jiameng_name {
  font-family: "HarmonyOS_Sans_SC";
  font-size: 0.14rem;
  color: #ffffff;
  padding: 0 0.1rem;
}



.head_btn_jiameng:hover {
  border: 0.01rem solid #fd8103;
}

.head_btn_jiameng:hover .head_btn_jiameng_name {
  color: #fd8103;
}

.head_btn_jiameng:hover .head_icon_img {
  display: none;
}

.head_btn_jiameng:hover .head_icon_img_hover {
  display: block;
}


.head_btn_jiameng .items {
  position: absolute;
  visibility: hidden;
  bottom: 99%;
  opacity: 0;
  transform: translateX(-50%) translateY(2rem);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
  left: 50%;
}

.head_btn_jiameng .items .imgBox {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.02rem solid #fff;
  background-color: #fff;
}

.head_btn_jiameng .items .imgBox>img {
  max-width: 1.5rem;
}

.head_btn_jiameng .items>span {
  height: 0.2rem;
  line-height: 0.2rem;
  position: relative;
  width: 100%;
  display: block;
}

.head_btn_jiameng .items>span:after {
  content: "";
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

.head_btn_jiameng:hover .items {
  opacity: 1;
  transform: translateX(-50%) translateY(1.9rem);
  visibility: visible;
}

.head_type .head_phone {
  width: 1.2rem;
  height: 0.64rem;
  background: #ffffff;
  cursor: pointer;
  border-radius: 0.1rem;
  margin-right: 0.1rem;
}

.head_phone .head_phone_num {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.18rem;
  color: #fd8103;
  text-align: center;
  line-height: 0.23rem;
}

.head_phone .head_phone_name {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.18rem;
  color: #fd8103;
  text-align: center;
}

.head_btn_jiameng_icon {
  width: 0.20rem;
  height: 0.20rem;
}

.head_phone:hover {
  background: #fd8103;
}

.head_phone:hover .head_phone_num {
  color: #fff;
}

.head_phone:hover .head_phone_name {
  color: #fff;
}

.head_phone:hover .head_icon_img {
  display: none;
}

.head_phone:hover .head_icon_img_hover {
  display: block;
}



header.active .head_btn_jiameng,
.head_con_active .head_btn_jiameng {
  border: 0.01rem solid #fd8103;
  background-color: #fd8103;
}

header.active .head_btn_jiameng .head_btn_jiameng_name,
.head_con_active .head_btn_jiameng .head_btn_jiameng_name {
  color: #fd8103;
}

header.active .head_btn_jiameng .head_btn_jiameng_name,
.head_con_active .head_btn_jiameng .head_btn_jiameng_name {
  color: #fff;
}

header.active .head_btn_jiameng .head_icon_img,
.head_con_active .head_btn_jiameng .head_icon_img {
  display: block;
}

header.active .head_btn_jiameng .head_icon_img_hover,
.head_con_active .head_btn_jiameng .head_icon_img_hover {
  display: none;
}

header.active .head_phone,
.head_con_active .head_phone {
  background: #fd8103;
}

header.active .head_phone_num,
.head_con_active .head_phone_num {
  color: #fff;
}

header.active .head_phone_name,
.head_con_active .head_phone_name {
  color: #fff;
}

/* footer */
footer {
  margin-top: -1.5rem;
  position: relative;
  z-index: 99;
}

.footer_page1 {
  width: 100%;
  height: auto;
}

.footer_page1_bl {
  width: 100%;
  height: 0.85rem;
}

.footer_page1_type {
  width: 100%;
  height: auto;
  background-color: #fefaeb;
  margin-top: -0.02rem;
  padding-bottom: 0.6rem;
}

.footer_page1_info {
  position: relative;
  display: none;
}

.footer_active {
  display: block !important;
}

.footer_page1_info_xx {
  width: 4.2rem;
  height: 6rem;
  position: absolute;
  right: 0;
  bottom: -0.8rem;
}

.footer_page1_info_name {
  font-family: "EastmanVariable";
  font-weight: 400;
  font-size: 0.48rem;
  line-height: 0.24rem;
  color: #fd8103;
  padding-top: 0.1rem;
}

.footer_page1_info_name1 {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.48rem;
  color: #fd8103;
  padding-top: 0.1rem;
}

.footer_page1_info_name2 {
  font-family: "HarmonyOS_Sans_SC";
  font-size: 0.24rem;
  color: #1f1f1f;
  margin-top: 0.2rem;
}

.footer_page1_info_name2 span {
  font-family: "EastmanVariable";
  font-weight: bold;
  font-size: 0.36rem;
  color: #fd8103;
}

.footer_page1_only {
  margin-top: 0.2rem;
  align-items: center;
}

.footer_page1_only_list:first-child {
  margin-right: 1rem;
}

.footer_page1_only_name {
  font-family: "HarmonyOS_Sans_SC";
  font-size: 0.24rem;
  color: #1f1f1f;
  line-height: 0.36rem;
}

.footer_page1_code {
  margin-top: 0.3rem;
  align-items: center;
}

.footer_page1_code_list {
  width: 1.5rem;
  height: auto;
  margin-left: 0.32rem;
}

.footer_page1_code_list:first-child {
  margin-left: 0;
}

.footer_page1_code_img {
  width: 1.5rem;
  height: 1.5rem;
}

.footer_page1_code_name {
  width: 1.5rem;
  font-family: HarmonyOS_Sans_SC;
  font-size: 0.16rem;
  color: #1f1f1f;
  line-height: 0.36rem;
  text-align: center;
}

/* footer_form */
.footer_form {
  margin-top: .6rem;
  width: 9.5rem;
  height: auto;
}

.footer_form_type {
  justify-content: space-between;
  height: 0.8rem;
  margin-bottom: .2rem;
}

.footer_form_item {
  height: .8rem;
  align-items: self-start;
}

.footer_form_name {
  width: .7rem;
  height: .8rem;
  line-height: .8rem;
  font-family: "HarmonyOS_Sans_SC";
  font-size: 0.18rem;
  color: #FD8103;
}

.footer_form_items {
  width: 100%;
  height: auto;
  align-items: self-start;
  margin-bottom: .2rem;
}

.footer_form_input {
  width: 3.8rem;
  height: 0.8rem;
  background: #F1EFE2;
  border-radius: 0.1rem;
}

.footer_form_input input {
  width: 100%;
  height: 0.8rem;
  padding-left: .1rem;
  border: none;
  background: none;
  color: #999999;
  font-size: .16rem;
  font-family: "HarmonyOS_Sans_SC";
}

.footer_form_textarea {
  width: calc(100% - 0.7rem);
  height: 1.4rem;
  background: #F1EFE2;
  border-radius: 0.1rem;
}

.footer_form_textarea textarea {
  width: 97%;
  height: 1.88rem;
  padding-top: .2rem;
  padding-left: .1rem;
  border: none;
  line-height: 0.32rem;
  color: #999999;
  background: none;
  font-size: .16rem;
  font-family: "HarmonyOS_Sans_SC";
  resize: none;
}

.footer_form_code_img {
  width: 1.8rem;
  height: 0.8rem;
  background: #F1EFE2;
  border-radius: 0.1rem;
  margin-left: .15rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_form_btn {
  width: 2.9rem;
  height: 0.6rem;
  background: #FD8100;
  border-radius: 0.28rem;
  text-align: center;
  line-height: 0.6rem;
  font-family: "HarmonyOS_Sans_SC";
  font-size: 0.18rem;
  color: #FFFFFF;
  cursor: pointer;
  margin: .5rem auto;
}

/**/
.footer {
  width: 100%;
  height: auto;
  margin-top: -1.2rem;
}

.footer_bl {
  width: 100%;
  height: 1.2rem;
}

.footer_type {
  width: 100%;
  height: auto;
  background-color: #fd8103;
  overflow: hidden;
}

.footer_nav {
  width: 100%;
  margin-top: 0.6rem;
  padding-bottom: 0.2rem;
  border-bottom: 0.01rem solid #ffffff;
  justify-content: space-between;
}

.footer_nav_list {
  /* margin-left: 1rem; */
}

.footer_nav_list:first-child {
  margin-left: 0;
}

.footer_nav_title {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.18rem;
  color: #ffffff;
  line-height: 0.39rem;
  margin-bottom: 0.2rem;
}

.footer_nav_name {
  font-family: "HarmonyOS_Sans_SC";
  font-size: 0.16rem;
  line-height: 0.28rem;
}

.footer_nav_name a {
  color: #ffffff;
}

.footer_toTop {
  cursor: pointer;
  width: 0.6rem;
  height: 1.5rem;
  border: 0.01rem solid rgba(255, 255, 255, 0.3);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer_toTop>svg {
  width: 0.28rem;
}

.footer_toTop>svg path {
  fill: #fff;
}

.footer_toTop>span {
  margin-top: 0.2rem;
  text-transform: capitalize;
  color: #ffffff;
}

.footer_bottom {
  width: 100%;
  height: 1.6rem;
  justify-content: space-between;
  align-items: center;
}

.footer_logo {
  width: 1.5rem;
  height: 0.6rem;
}

.footer_information {}

.information_name {
  font-family: "HarmonyOS_Sans_SC";
  font-size: 0.16rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.3rem;
}

.footer_icon {
  align-items: center;
}

.footer_icon_img {
  height: 0.23rem;
  margin-left: 0.15rem;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.footer_icon_img .items {
  position: absolute;
  visibility: hidden;
  bottom: 99%;
  opacity: 0;
  transform: translateX(-50%) translateY(0.05rem);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
  left: 50%;
}

.footer_icon_img .items .imgBox {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.02rem solid #fff;
  background-color: #fff;
}

.footer_icon_img .items .imgBox>img {
  max-width: 1.5rem;
}

.footer_icon_img .items>span {
  height: 0.2rem;
  line-height: 0.2rem;
  position: relative;
  width: 100%;
  display: block;
}

.footer_icon_img .items>span:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-width: 0.06rem;
  border-color: #fff transparent transparent transparent;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
}

.footer_icon_img:hover .items {
  opacity: 1;
  transform: translateX(-50%) translateY(0px);
  visibility: visible;
}

/*分页*/
.uni-page {
  padding: 0.1rem 0;
  text-align: center;
}

.uni-page .pagination {
  display: inline-block;
}

.uni-page .pagination .page-item {
  float: left;
  display: inline-block;
  margin-right: 0.1rem;
}

.uni-page .pagination .page-item:last-child {
  margin-right: 0;
}

.uni-page .pagination .page-item .page-link {
  width: 0.7rem;
  height: 0.7rem;
  line-height: 0.7rem;
  /*border: 2px solid #FFFFFF;*/
  border-radius: 50%;
  font-size: 0.18rem;
  font-family: "HarmonyOS_Sans_SC";
  font-weight: 400;
  color: #999;
  margin: 0 0.18rem;
  padding: 0;
  background: none;
}

.uni-page .pagination .page-item:first-child .page-link,
.uni-page .pagination .page-item:last-child .page-link {
  width: 0.7rem;
  height: 0.7rem;
  /*background: #F6D487;*/
  border-radius: 50%;
  margin: 0 0.18rem;
  border: none;
  color: #000;
}

.uni-page .pagination .page-item:not(.disabled) .page-link:hover {
  /*background-color: #c71b2b;*/
  /*border-color: #c71b2b;*/
  /*color: #fff;*/
  transition: all .25s;
}

.uni-page .pagination .active.page-item.disabled .page-link {
  /*border-color: #c71b2b;*/
  color: #fd8103;
}

.uni-page {
  padding: 0.5rem 0;
}

.uni-page a {}

.uni-page .num:hover,
.sort-page .num.active {
  /*color: #E44E3E;*/
  border: 0.02rem solid #E44E3E;
}

.uni-page .next img,
.sort-page .prev img {
  width: 0.37rem;
  /*height: 29px;*/
}

.uni-page .next:hover,
.sort-page .prev:hover {
  /*background: #E44E3E;*/
}


/* 弹框 */
.BulletFrame {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
}

.BulletFrame .BulletFrame_type {
  width: 10.4rem;
  height: auto;
  padding-bottom: 0.3rem;
  background-color: #fff;
  border-radius: 0.2rem;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.BulletFrame_type .BulletFrame_close {
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  top: 0.15rem;
  right: 0.2rem;
  cursor: pointer;
}

.BulletFrame_type .BulletFrame_logo {
  width: 1.25rem;
  height: 0.48rem;
  margin: 0.3rem auto;
}

.BulletFrame_type .BulletFrame_title {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.36rem;
  color: #FD8100;
  line-height: 0.48rem;
  text-align: center;
  width: 100%;
}

.BulletFrame_type .BulletFrame_info {
  width: 85%;
  margin: .2rem auto 0.15rem;
  font-family: "HarmonyOS_Sans_SC";
  font-size: 0.18rem;
  color: #1F1F1F;
  line-height: 0.36rem;
}

.BulletFrame_type .BulletFrame_name {
  width: 85%;
  margin: 0 auto;
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.18rem;
  color: #1F1F1F;
  line-height: 0.36rem;
}

.BulletFrame_type .BulletFrame_item {
  width: 85%;
  height: auto;
  margin: .2rem auto 0;
  justify-content: flex-end;
  align-items: center;
}

.BulletFrame_item .BulletFrame_img {
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 0.78rem;
  bottom: 1.2rem;
}

.BulletFrame_item .BulletFrame_item_right {
  width: 2rem;
  height: auto;
}

.BulletFrame_item_right .BulletFrame_item_name {
  font-family: "HarmonyOS_Sans_SC";
  font-size: 0.16rem;
  color: #1F1F1F;
  line-height: 0.36rem;
  text-align: right;
}

/*加盟弹框*/
.franchise {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}

.franchise .franchise_type {
  width: 8rem;
  height: auto;
  padding-bottom: 0.3rem;
  background-color: #fff;
  border-radius: 0.2rem;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.franchise_type .franchise_close {
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  top: 0.15rem;
  right: 0.2rem;
  cursor: pointer;
}

.franchise_type .franchise_title {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.36rem;
  color: #FD8100;
  line-height: 0.48rem;
  text-align: center;
  width: 100%;
  padding-top: .4rem;
}

.franchise_type .franchise_img {
  width: 2.4rem;
  height: 2.4rem;
  margin: .2rem auto 0.15rem;
}

.franchise_type .franchise_name {
  width: 85%;
  margin: 0.1rem auto 0.2rem;
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.24rem;
  color: #FD8100;
  line-height: 0.36rem;
  text-align: center;
}

.franchise_type .franchise_name2 {
  width: 85%;
  margin: 0 auto;
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.18rem;
  color: #1F1F1F;
  line-height: 0.36rem;
  text-align: center;
}

/*  */
.web {
  display: block;
}

.mobile {
  display: none;
}



/*  */
@media (max-width: 1250px) {
  .container {
    width: 90%;
  }
}

/* 手机端 */
@media (max-width: 992px) {
  html {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    font-size: 13.333333vw;
  }

  body {
    font-family: "微软雅黑", Arial;
    font-size: 0.14rem;
    font-weight: 400;
    line-height: 1.8;
    color: #333333;
    background-color: #ffffff;
  }

  .web {
    display: none;
  }

  .mobile {
    display: block;
  }

  .container {
    width: 95%;
  }

  .BulletFrame_type {
    width: 90% !important;
  }

  /* header */
  .mobile_con {
    width: 100%;
    height: 1rem;
  }

  .mobile_con .mobile_type {
    justify-content: space-between;
    align-items: center;
    height: 1rem;
  }

  .mobile_con .mobile_type .mobile_type_item {
    justify-content: space-between;
    align-items: center;
  }

  .mobile_type_item .mobile_logo {
    width: 1.5rem;
    height: 0.55rem;
  }

  .mobile_type_item .mobile_line {
    width: 0.01rem;
    height: 0.45rem;
    margin: 0 0.3rem;
    background-color: #fff;
  }
  /**/
     .mobile_type_item .mobile_head_phone {
      width: 1.5rem;
      height: 0.5rem;
      background: #ffffff;
      cursor: pointer;
      border-radius: 0.1rem;
      margin-right: 0.1rem;
    }
    .mobile_type_item .mobile_head_phone a{
        justify-content: space-evenly !important;
        align-items: center !important;
        flex-direction: row !important;
        height: 0.5rem !important;
        padding-top: 0 !important;
    }

    .mobile_head_phone .mobile_head_phone_num {
      font-family: "HarmonyOS_Sans_SC_Bold";
      font-size: 0.18rem;
      color: #fd8103;
      text-align: center;
      line-height: 0.23rem;
    }
    
    .mobile_head_phone .mobile_head_phone_name {
      font-family: "HarmonyOS_Sans_SC_Bold";
      font-size: 0.18rem;
      color: #fd8103;
      text-align: center;
    }
    
    .mobile_head_btn_jiameng_icon {
      width: 0.20rem;
      height: 0.20rem;
    }
    
    .mobile_head_phone:hover {
      background: #fd8103;
    }
    
    .mobile_head_phone:hover .mobile_head_phone_num {
      color: #fff;
    }
    
    .mobile_head_phone:hover .mobile_head_phone_name {
      color: #fff;
    }
    
    .mobile_head_phone:hover .head_icon_img {
      display: none;
    }
    
    .mobile_head_phone:hover .head_icon_img_hover {
      display: block;
    }
    header.active .mobile_head_phone {
      background: #fd8103;
    }
    header.active .mobile_head_phone_name {
      color: #fff;
    }
    header.active .mobile_head_phone .head_icon_img {
      display: none;
    }
    header.active .mobile_head_phone .head_icon_img_hover {
      display: block;
    }
    
    
    .franchise .franchise_type{
        width: 90%;
    }
/**/



  .mobile_type_item .mobile_info .mobile_info_name1 {
    font-family: "HarmonyOS_Sans_SC_Bold";
    font-size: 0.18rem;
    color: #FFFFFF;
  }

  .mobile_type_item .mobile_info .mobile_info_name2 {
    font-family: "HarmonyOS_Sans_SC_Bold";
    font-size: 0.15rem;
    color: #FFFFFF;
  }

  .mobile_con .mobile_type .mobile_type_btn {
    width: 0.6rem;
    height: 0.6rem;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mobile_con .mobile_type .mobile_type_btn .caidanlan_1 {
    width: 0.32rem;
    height: 0.27rem;
    display: none;
  }

  .mobile_con .mobile_type .mobile_type_btn .caidanlan_2 {
    width: 0.32rem;
    height: 0.27rem;
    display: block;
  }

  .mobile_con .mobile_type .mobile_type_btn .dacha {
    width: 0.27rem;
    height: 0.27rem;
    display: none;
  }

  .mobile_con .mobile_type .menu_visible .caidanlan_1 {
    display: none !important;
  }

  .mobile_con .mobile_type .menu_visible .caidanlan_2 {
    display: none !important;
  }

  .mobile_con .mobile_type .menu_visible .dacha {
    display: block !important;
  }

  /* header下滑 */

  header.active .mobile_line {
    background-color: #FD8103 !important;
  }

  header.active .mobile_info .mobile_info_name1 {
    color: #FD8103 !important;
  }

  header.active .mobile_info .mobile_info_name2 {
    color: #FD8103 !important;
  }

  header.active .mobile_type_btn {
    background-color: #FD8103 !important;
  }

  header.active .mobile_type_btn .caidanlan_1 {
    display: block !important;
  }

  header.active .mobile_type_btn .caidanlan_2 {
    display: none !important;
  }

  /* 菜单 */
  header .head_main {
    width: 100%;
    height: 0;
    background-color: #fff;
    position: absolute;
    top: 0.8rem;
    left: 0;
    z-index: 9;
    transition: all 0.5s;
    overflow: hidden;
  }

  .mobile-menu-visible .head_main {
    height: calc(100vh - 0.85rem);
    transition: all 0.5s;
    overflow: scroll !important;
  }

  .head_main .head_mian_type {
    padding: 0 0.2rem;
  }

  .head_main .head_mian_type ul {
    margin-top: 0.8rem;
  }

  .head_main .head_mian_type ul .head_mian_li {
    border-top: 0.01rem solid rgba(216, 216, 216, 0.4);
    height: auto;
  }

  .head_main .head_mian_type ul .head_mian_li:last-child {
    border-bottom: 0.01rem solid rgba(216, 216, 216, 0.4);
  }

  .head_main .head_mian_type ul .head_mian_li .head_mian_nav {
    height: 0.8rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .head_main .head_mian_type ul .head_mian_li .head_mian_nav .nav_title {
    font-size: 0.24rem;
    color: #000;
  }

  .head_main .head_mian_type ul .head_mian_li .head_mian_nav .nav_img {
    width: 0.18rem;
    height: 0.18rem;
  }

  .head_main .head_mian_type ul .head_mian_li .head_mian_nav .nav_img .nav_imgbottom {
    display: none;
  }

  .head_main .head_mian_type ul .head_mian_li .head_mian_nav2 {
    display: none;
  }

  .head_main .head_mian_type ul .head_mian_li .head_mian_nav2 .nav_title {
    font-size: 0.24rem;
    color: rgba(12, 12, 12, 0.8);
    padding-left: 0.2rem;
    line-height: 0.8rem;
  }

  .head_main .head_mian_type ul .active .head_mian_nav .nav_title {
    color: #FD8103;
  }

  .head_main .head_mian_type ul .active .head_mian_nav .nav_img .nav_imgright {
    display: none;
  }

  .head_main .head_mian_type ul .active .head_mian_nav .nav_img .nav_imgbottom {
    display: block;
  }

  .head_main .head_mian_type ul .active .head_mian_nav2 {
    display: block;
  }

  .header .head_con .web_nav {
    display: none;
  }

  /* footer */
  .footer_page1_code {
    justify-content: space-around;
  }

  .footer_page1_code_list {
    width: 2.9rem;
    margin-left: 0;
    margin-bottom: 0.2rem;
  }

  .footer_page1_code_img {
    width: 2.9rem;
    height: 2.9rem;
  }

  .footer_page1_code_name {
    width: 2.9rem;
    font-size: 0.3rem;
    line-height: 0.6rem;
  }

  .footer_page1_info_xx {
    display: none;
  }

  .footer_nav {
    padding-bottom: 0;
    border-bottom: none;
  }

  .footer_nav_list {
    display: none;
  }

  .footer_toTop {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
  }

  .footer_bottom {
    flex-direction: column;
    justify-content: space-around;
    padding-bottom: 0.2rem;
  }

  .footer_icon {
    display: none;
  }

  .footer_form {
    width: 100%;
  }

  .footer_form_item {
    width: 49%;
  }

  .footer_form_name {
    width: 25%;
  }

  .footer_form_input {
    width: 75%;
  }

  .footer_form_items .footer_form_name {
    width: 12%;
  }

  .footer_form_textarea {
    width: 88%;
  }
}