@charset "utf-8";
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
input[type="number"] {
  -moz-appearance: textfield;
}
/* CSS Document */
body {
  font-family: "Microsoft Yahei";
  box-sizing: border-box;
  margin: 0 auto;
}
body * {
  box-sizing: border-box;
  font-family: "Microsoft Yahei";
}
/* 重置 */
div,
form,
p,
i,
img,
ul,
li,
ol,
dl,
dt,
dd,
table,
tr,
td,
th,
fieldset,
label,
legend,
select,
button,
input {
  margin: 0;
  padding: 0;
}
/* 标题样式 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  margin: 0;
}
/* 列表样式 */
ul,
ol,
li,
dl,
dt,
dd {
  list-style: none;
}
/* 图片样式 */
img,
a img {
  border: 0px;
  padding: 0px;
  margin: 0px;
}
/* 链接样式 */
a {
  color: #333;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover,
a:focus {
  text-decoration: none;
}
.wheel-item {
  font-size: 0.6rem !important;
}
.choose-hook span {
  font-size: 0.6rem !important;
}
@font-face {
  font-family: sys;
  src: url('../fonts/SourceHan.otf');
}
.sys {
  font-family: sys;
}
body {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.safe-width {
  padding: 0 0.65rem;
  width: 100%;
  margin: 0 auto;
}
.nav-modal {
  width: 100%;
}
.nav-modal .nav-top {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: url(../images/bg_top.png) #fff no-repeat center top;
  background-size: 100% 100%;
  height: 4.9rem;
  padding: 0 0.55rem;
}
.nav-modal .nav-top .nav-logo {
  margin-top: 0.3rem;
  width: 100%;
  height: 2.65rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-modal .nav-top .nav-logo .logo-a {
  text-decoration: none;
  display: inline-block;
}
.nav-modal .nav-top .nav-logo .logo-a img {
  display: inline-block;
  width: 7.6rem;
  height: auto;
}
.nav-modal .nav-top .nav-logo .r_search {
  display: inline-block;
  width: 1.05rem;
  height: 1.05rem;
}
.nav-modal .nav-top .nav-logo .r_search img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.nav-modal .nav-top .search-box {
  display: inline-block;
  width: calc(100vw);
  border-top: 1px solid #efeef2;
  padding: 1.25rem 1.4rem;
  background: #fff;
  box-shadow: 0 0.3rem 0.2rem rgba(74, 74, 74, 0.35);
  position: absolute;
  top: -1rem;
  left: 0;
  opacity: 0;
  z-index: -2;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.nav-modal .nav-top .search-box.search_show {
  top: 2.7rem;
  z-index: 2;
  opacity: 1;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.nav-modal .nav-top .search-box .s-con {
  width: 100%;
  height: 2rem;
  border-radius: 0.25rem;
  position: relative;
  background: #efeef2;
}
.nav-modal .nav-top .search-box .s-con input {
  display: inline-block;
  width: 100%;
  padding: 0 3rem 0 0.65rem;
  height: 2rem;
  border: none;
  outline: none;
  font-size: 0.65rem;
  color: #000;
  letter-spacing: 0.025rem;
  border-radius: 0.25rem;
  background: transparent;
}
.nav-modal .nav-top .search-box .s-con a {
  display: inline-block;
  width: 3rem;
  height: 2rem;
  border-radius: 0.25rem;
  background: #bd1a2d;
  font-size: 0.65rem;
  color: #fff;
  text-align: center;
  line-height: 2rem;
  letter-spacing: 0.025rem;
  position: absolute;
  right: 0rem;
  top: 0rem;
  z-index: 1;
}
.nav-modal .nav-top .nav-meau {
  width: 100%;
  height: 1.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-modal .nav-top .nav-meau .meau-item {
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 0.7rem;
  color: #000;
}
.nav-modal .nav-top .nav-meau .meau-item img {
  display: inline-block;
  width: 1.1rem;
  height: auto;
  margin-right: 0.3rem;
}
.nav-modal .nav-bottom {
  width: 100%;
  background: #bd1a2d;
  padding: 0.5rem 0.25rem 0.25rem 0.25rem;
  margin-top: 4.9rem;
}
.nav-modal .nav-bottom ul {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.nav-modal .nav-bottom ul li {
  display: inline-block;
}
.nav-modal .nav-bottom ul li .a-item {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.2rem;
  padding: 0 0.3rem;
  margin-bottom: 0.3rem;
}
.nav-modal .nav-bottom ul li.show .div-sub {
  display: flex;
}
.nav-modal .nav-bottom ul li .div-sub {
  position: absolute;
  top: 1.6rem;
  left: -0.25rem;
  z-index: 5;
  background: #fff;
  width: calc(100vw);
  display: none;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0.5rem 0.25rem;
  box-shadow: 0 0.25rem 0.2rem rgba(74, 74, 74, 0.35);
}
.nav-modal .nav-bottom ul li .div-sub a {
  font-size: 0.75rem;
  font-weight: normal;
  color: #1d1d1d;
  line-height: 1.65rem;
  padding: 0 0.5rem;
  white-space: nowrap;
}
.footer {
  width: 100%;
  padding: 1.35rem 0.6rem;
  background: #bd1a2d;
}
.footer .footer-info {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer .footer-info p {
  font-size: 0.65rem;
  line-height: 1rem;
  font-family: sys;
  color: #fff;
  letter-spacing: 0.025rem;
  display: inline-block;
  width: 100%;
  padding: 0 0.25rem;
  text-align: center;
  margin-bottom: 0.25rem;
}
.footer .footer-info p.width-auto {
  width: auto;
}
.footer .footer-beian {
  width: 100%;
  font-size: 0.65rem;
  text-align: center;
  line-height: 1rem;
  color: #fff;
  padding-top: 0.6rem;
  letter-spacing: 0.025rem;
}
/*页内菜单切换*/
.switch-con {
  width: 100%;
  padding-top: 0.6rem;
}
.switch-con .wrapper {
  height: 2.25rem;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto 1rem auto;
}
.switch-con .wrapper .scroller {
  position: absolute;
  width: unset;
}
.switch-con .wrapper .scroller ul {
  height: 2.2rem;
  width: unset;
  justify-content: unset;
  display: flex;
  align-items: center;
  min-width: 100%;
  border-bottom: 0.025rem solid #E1E1E1;
}
.switch-con .wrapper .scroller li {
  height: 2.2rem;
  width: 5.5rem;
  border-radius: 0;
  border: none;
  flex: unset;
  float: left;
  margin: 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.switch-con .wrapper .scroller li a {
  color: #000;
  width: 5.5rem;
  font-size: 0.75rem;
  line-height: 0.9rem;
  height: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  position: relative;
  letter-spacing: 0.025rem;
}
.switch-con .wrapper .scroller li.active a {
  font-weight: bold;
  color: #c12a3b;
}
.switch-con .wrapper .scroller li.active a::after {
  content: '';
  display: inline-block;
  width: 2.5rem;
  height: 0.2rem;
  background: #c12a3b;
  position: absolute;
  left: 50%;
  margin-left: -1.25rem;
  bottom: -0.1rem;
}
.switch-con .cont_box {
  width: 100%;
}
.switch-con .cont_box .con_tap {
  width: 100%;
  display: none;
  padding-bottom: 0.4rem;
}
.more-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.9rem 0 0 0;
}
.more-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.65rem;
  line-height: 1.65rem;
  font-size: 0.6rem;
  text-align: center;
  text-decoration: none;
  color: #BD1A2D;
  border: 0.025rem solid #BD1A2D;
  letter-spacing: 0.025rem;
}
/*页码*/
.page_con {
  width: 100%;
  text-align: center;
  margin: 0.25rem 0 0px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_con nav ul {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_con nav ul li {
  border-radius: 0;
}
.page_con nav ul li a {
  border: none !important;
  background: #f2f2f2;
  display: inline-block;
  text-align: center;
  color: #6D6D6D;
  font-size: 0.55rem;
  width: 1.5rem;
  line-height: 1.5rem;
  padding: 0 !important;
  border-radius: 0 !important;
  margin: 0 0.05rem;
}
.page_con nav ul li:first-child a {
  width: 3rem;
  color: #fff !important;
  background: #bd1a2d !important;
}
.page_con nav ul li:last-child a {
  width: 3rem;
  color: #fff !important;
  background: #bd1a2d !important;
}
.page_con nav ul li.disabled a {
  background: #c8c8c8 !important;
  color: #fff !important;
}
.page_con nav ul li.active a {
  background: #bd1a2d !important;
  color: #fff !important;
}
.main-content {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 25.875px;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 23.4375px;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 20px;
  }
}
