blockquote, body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, ul, li, ol, p, pre, td, textarea, th, header, footer, nav, section, aside, article, main, a {
  box-sizing: border-box;
}
:root {
  --primary: rgba(255, 64, 58, 1);
  --orange: rgba(250, 158, 31, 1);
  --green: rgba(53, 133, 98, 1);
}
@font-face {
  font-family: "webfont";
  font-display: swap;
  src: url("../webfont/webfont.eot");
  /* IE9 */
  src: url("../webfont/webfont.eot?#iefix") format('embedded-opentype'),
    /* IE6-IE8 */
    url("../webfont/webfont.woff2") format('woff2'),
    url("../webfont/webfont.woff") format('woff'),
    /* chrome、firefox */
    url("../webfont/webfont.ttf") format('truetype'),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../webfont/webfont.svg#webfont") format('svg');
  /* iOS 4.1- */
}

body {
  max-width: 2560px;
  min-width: 1200px;
  min-height: 100vh;
  margin: auto;
  background-color: rgba(242, 242, 242, 0.5);
  color: #383838;
  font-family: "webfont" !important;
  line-height: 1.45;
}
h5, h6 {
  font-weight: 400;
}
video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
input, button {
  border: none;
  outline: none;
  background-color: transparent;
}
.wrap {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.active {
  font-weight: 500;
  color: var(--primary) !important;
}
.layui-icon, .iconfont {
  line-height: 1;
}
a {
  color: inherit;
}
a:hover {
  color: var(--primary);
}
button:hover {
  opacity: 0.8;
}
.r-fill {
  border-radius: 999px;
}
.flex {
  display: flex;
}
.flex-d-col {
  flex-direction: column;
}
.flex-y-start {
  display: flex;
  align-items: flex-start;
}
.flex-y-c {
  display: flex;
  align-items: center;
}
.flex-x-c {
  justify-content: center;
}
.flex-x-b {
  justify-content: space-between;
}
.flex-1 {
  flex: 1;
  overflow: hidden;
}
.ml-x {
  margin-left: auto;
}
.m-auto {
  margin: auto;
}
.hide-two {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.com-tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  padding: 0 10px;
  min-width: 100px;
  height: 40px;
  color: #fff;
  background-color: var(--primary);
  cursor: pointer;
}
.com-tag:hover {
  opacity: 0.8;
}
.primary-plain {
  background-color: rgba(255, 64, 58, 0.15);
  color: var(--primary);
}
.primary-bd {
  background-color: #fff;
  border: 1px solid var(--primary);
  color: var(--primary);
}
.primary-bg {
  background-color: var(--primary);
  color: #fff;
}
.orange-bg {
  background-color: var(--orange);
  color: #fff;
}
.orange-plain {
  background: rgba(255, 173, 83, 0.15);
  color: var(--orange);
}
.success-bg {
  background-color: rgba(54, 201, 192, 1);
  color: #fff;
}
.info-bg {
  background-color: rgba(128, 128, 128, 0.1);
  color: #a6a6a6;
}
.info-plain {
  background-color: #80808032;
  color: #808080;
}
a.primary-bg:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
.pr {
  position: relative;
}
.f-13 {
  font-size: 13px;
}
.f-15 {
  font-size: 15px;
}
.f-17 {
  font-size: 17px;
}
.f-b {
  font-weight: bold;
}
.t-c {
  text-align: center;
}
.t-sw {
  font-weight: 500;
}
.t-gray {
  color: #808080;
}
.t-a6 {
  color: #a6a6a6;
}
.t-primary {
  color: var(--primary);
}
.t-orange {
  color: var(--orange);
}
.t-wraning {
  color: #ff5733;
}
.t-success {
  color: #33c77b;
}
.t-333 {
  color: #333;
}
.t-555 {
  color: #555;
}
.t-666 {
  color: #666;
}
.t-777 {
  color: #777;
}
.t-888 {
  color: #888;
}
.t-999 {
  color: #999;
}
.bgc-white {
  background-color: #fff;
}
.br10 {
  overflow: hidden;
  border-radius: 10px;
}
.br8 {
  overflow: hidden;
  border-radius: 8px;
}
.br5 {
  overflow: hidden;
  border-radius: 5px;
}
/* 头部 */
.head-t {
  height: 63px;
  border-bottom: 1px solid #e8e8e8;
}
.nav {
  padding: 0 32px;
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.nav-a {
  white-space: nowrap;
  margin-left: 60px;
}
.h-btn {
  width: 74px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-left: 12px;
}
.head-b {
  padding: 12px 0;
}
.logo {
  font-size: 0;
  width: 300px;
  height: 38px;
}
.h-search-wrap {
  overflow: hidden;
  border-radius: 6px;
  width: 420px;
  height: 45px;
  background-color: #f5f5f5;
}
.h-search {
  padding-left: 12px;
  flex: 1;
  font-size: 16px;
  line-height: 2;
}
.h-search::placeholder {
  font-size: 15px;
  color: #808080;
}
.h-btn2 {
  width: 68px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
}
.h-tabs {
  width: 220px;
}
.h-tab {
  height: 45px;
  line-height: 45px;
  flex: 1;
  cursor: pointer;
}
.h-tab:hover a {
  color: rgba(255, 255, 255, 0.8);
}
.nav2-a {
  white-space: nowrap;
  margin-right: 84.25px;
  color: #333;
  font-size: 17px;
}
.h-tab2 {
  display: block;
  padding: 0 15px;
  font-size: 15px;
}
.h-tab2:hover {
  background-color: rgba(255, 64, 58, 0.1);
  color: var(--primary);
}
/* 底部 */
.foot-t {
  padding: 30px 0;
  background-color: rgba(21, 27, 38, 1);
  color: #fff;
}
.foot-a {
  color: #fff;
  margin-right: 120px;
}
.qr-box {
  width: 114px;
  height: 114px;
  border: 7px solid #fff;
}
.foot-b {
  background-color: rgba(32, 39, 51, 1);
  color: #fff;
  height: 30px;
  line-height: 30px;
}

.bread {
  height: 54px;
}
/*  弹层 */
.popup {
  display: none;
  width: 700px;
}
.p-form {
  position: relative;
  width: 420px;
  margin: 0 auto;
  padding: 20px 0 50px;
}
.p-form::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background-color: rgba(237, 237, 237, 1);
  transform: scaleY(0.5);
}
.p-form-item {
  margin-bottom: 16px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  height: 50px;
  border-radius: 5px;
  background-color: rgba(242, 242, 242, 1);
}
.p-input {
  flex: 1;
  padding-left: 10px;
  font-size: 16px;
  line-height: 2;
}
.p-inout::placeholder {
  font-size: 15px;
  color: #a6a6a6;
}
.mt-12 {
  margin-top: 12px;
}
.mb-12 {
  margin-bottom: 12px;
}
.my-18 {
  margin: 18px 0;
}
.xy {
  color: rgba(65, 112, 166, 1);
}
.p-btn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  background-color: var(--danger);
  color: #fff;
  font-size: 17px;
}

.s-img2 {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 295px;
  height: 170px;
}
.s-img2:hover .v-mask {
  opacity: 1;
}
.v-mask {
  opacity: 0;
  position: absolute;
  inset: 0;
  display: flex;
  background-color: #00000032;
  transition: all 0.3s;
}
.v-mask i {
  font-size: 30px;
  color: #fff;
  margin: auto;
}
.text2 {
  margin-top: 1em;
  text-align: center;
  font-size: 16px;
}
.tc-icon {
  width: 28px;
  height: 28px;
}