html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Microsoft Yahei', sans-serif;
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #232323;
}

/* 头部start */

.main_box {
  width: 100%;
  min-height: 100vh;
  background: #fff;
  position: relative;
}

.main_head {
  width: 100%;
  height: 1.51rem;
  background: #fff;
  padding: 0.51rem 0.38rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.menu_box_bac {
  width: 100%;
  height: calc(100vh - 1.51rem);
  background: rgba(0, 0, 0, 0.5);
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
}

.menu_box {
  width: 70%;
  height: 100%;
  float: right;
  background-color: #fff;
  position: relative;
  z-index: 9999;
  /* display: none; */
}

.menu_box .menu_box_list ul li {
  width: 100%;
  line-height: 1.5rem;
  font-size: 0.410rem;
  padding: 0 0.5rem;
  border-bottom: 0.0256rem solid #e0e0e0;
  transition: all .3s;
}

.menu_box .menu_box_list ul li a {
  color: #333;
}

.sub-menu-children,
.sub-menu {
  display: none;
}

.menu_box .menu_box_list .sub-menu li,
.menu_box .menu_box_list .sub-menu-children li {
  border-bottom: none;
}

.logo_head {
  float: left;
  width: 3.92rem;
  height: 0.48rem;
}

.logo_head img {
  width: 100%;
}

.more_head_box {
  float: right;
  width: 0.51rem;
  height: 0.48rem;
}

.more_head_box img {
  width: 100%;
}

.main_footer {
  width: 100%;
  height: auto;
  background-color: #F2F3F8;
}

.main_footer .footer_link {
  width: 100%;
  height: 1.641rem;
  line-height: 1.641rem;
  font-size: 0.410rem;
  padding: 0 0.512rem;
  font-weight: bold;
  border-bottom: 0.0256rem solid #e0e0e0;
}

.main_footer .footer_link a {
  color: #333;
}

.main_footer .footer_link a:hover {
  color: #157DFE;
}

.main_footer .footer_code_box {
  width: 100%;
  height: 4.718rem;
  padding: 1rem 2.307rem;
}

.main_footer .footer_code_box .code_box {
  width: 100%;
  height: 3.179rem;
}

.main_footer .footer_code_box .code_box_item1 {
  width: 2.50rem;
  height: 100%;
  float: left;
}

.main_footer .footer_code_box .code_box_item2 {
  width: 2.50rem;
  height: 100%;
  float: right;
}

.main_footer .footer_code_box .code_box_item1_img,
.main_footer .footer_code_box .code_box_item2_img {
  width: 100%;
  height: 2.50rem;
}

.main_footer .footer_code_box .code_box_item1_img {
  background: url(2023code1.png) center center no-repeat;
}

.main_footer .footer_code_box .code_box_item2_img {
  background: url(2023code2.png) center center no-repeat;
}

.code_box_text1,
.code_box_text2 {
  text-align: center;
  color: #333;
  font-size: 0.358rem;
}

.footer_infos {
  width: 100%;
  text-align: center;
  font-size: 0.358rem;
  color: #666;
}

.footer_icons {
  width: 100%;
  padding: 0.5rem 0;

}

.footer_icons_box {
  width: 3.692rem;
  height: 1rem;
  margin: 0 auto;
}

.footer_icons_box ul li {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  float: left;
  text-align: center;
}

.footer_icons_box ul li img {
  width: 100%;
}

.footer_icons_box ul .mr {
  margin-right: 0.346rem;
}

.ui-loader {
  display: none;
}

.content_box {
  width: 100%;
}

.main_box {
  /* height: 100%; */
  overflow: hidden;
}