:root {
  /* 主色 */
  --primary-color: #A94F58;
  --primary-light: #f9f6f1;
  --primary-light-30: #c3924d30;
  --primary-minor: #5E3C26;
  /* 状态色 */
  --warning-color: #c7000b;
  --success-color: #38C700;
  /* 背景色 */
  --background-color: #F8FAFD;
  /* 边框色 */
  --border-color-1: #E5E5E5;
  /* 辅色 */
  --accent-color-1: #423129;
  --accent-color-2: #887d77;
  --accent-color-3: #d3cecb;
  --accent-color-3-50: #d3cecb80;
  --accent-color-3-20: #d3cecb33;
  --accent-color-4: #907041;
  --accent-color-5: #b9a58a;
  --accent-color-6: #ede2d5;
  --accent-color-6-50: #ede2d580;
  --accent-color-6-15: #ede2d524;
  --accent-color-7: #586b83;
  --accent-color-8: #a1abb8;
  --accent-color-9: #e4eaf2;
  --accent-color-9-50: #e4eaf280;
  --accent-color-9-15: #e4eaf224;
  --accent-color-10: #65714b;
  --accent-color-11: #adb698;
  --accent-color-11-15: #adb69824;
  --accent-color-12: #e6eed2;
  --accent-color-12-50: #e6eed280;
  /* 圆角 */
  --border-radius: 4px;
  /* 基础色 */
  --black-100: #000000;
  --black-70: #000000b3;
  --black-50: #00000080;
  --black-30: #0000004d;
  --black-4: #0000000a;
  --grey-100: #f4f4f4;
  --grey-100-light: #979797;
  --grey-50: #c1c1c1;
  --grey-50-light: #f7f7f7;
  --white: #ffffff;
  --active-color: #5E3C26;
  --text-color: #3D3D3D;
  --text-color-9: #999;
  /* 渐变色 */
  --gradient-1-start: #ccb99b;
  --gradient-1-end: #907041;
  --gradient-2-start: #a1958f;
  --gradient-2-end: #5f4a40;
  --gradient-3-start: #bed2e6;
  --gradient-3-end: #627d9a;
  --gradient-4-start: #99a57f;
  --gradient-4-end: #65714b;
  /*适配范围*/
  --mobile: 768px;
  --pad: 1024px;
  --pc: 1440px;
  --min-width: 1200px;
  --max-width: 1440px;
}
/* 公共样式 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Source Han Sans, 'PingFang SC', 'Microsoft YaHei', sans-serif;
}
body {
  background-color: #F8FAFD;
  font-size: 16px;
  line-height: 1.4;
}
h3 {
  font-size: 16px;
}
ul {
  list-style: none;
}
.warapper {
  max-width: 1440px;
  min-width: 1220px;
  margin: 0 auto;
  color: var(--black-100);
}
.warapper-1440 {
  width: 1440px;
  margin: 0 auto;
  color: var(--black-100);
}
.warapper-1200 {
  width: 1200px;
  margin: 0 auto;
  color: var(--black-100);
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wyl-header-container {
  background-color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
}
.wyl-header-container .wyl-header {
  max-width: 1440px;
  min-width: 1220px;
  margin: auto;
  height: 78px;
  padding: 0px 40px 0px 64px;
  display: flex;
  align-items: center;
}
.wyl-header-container .wyl-header > .logo {
  width: 206px;
  object-fit: contain;
  margin-right: 80px;
}
.wyl-header-container .wyl-header > .wyl-tabs {
  display: flex;
  align-items: center;
  height: 60px;
  list-style: none;
}
.wyl-header-container .wyl-header > .wyl-tabs li {
  text-decoration: none;
  margin-right: 32px;
  font-size: 16px;
}
.wyl-header-container .wyl-header > .wyl-tabs li > a {
  text-decoration: none;
  color: var(--black-100);
}
.wyl-header-container .wyl-header > .wyl-tabs li :hover {
  color: var(--primary-color);
}
.wyl-header-container .wyl-header > .wyl-tabs .active {
  color: var(--primary-color);
}
.wyl-header-container .wyl-header > .wyl-tabs .active > a {
  color: var(--primary-color);
}
.wyl-header-container .wyl-header .wyl-search {
  padding: 10px;
  display: flex;
  align-items: center;
  background-color: var(--grey-100);
  border-radius: var(--border-radius);
  margin-left: auto;
  cursor: pointer;
}
.wyl-header-container .wyl-header .wyl-search img {
  width: 16px;
}
.wyl-header-container .wyl-header .wyl-search .wyl-input {
  margin-left: 10px;
  border: none;
  outline: none;
  font-size: 14px;
  background-color: transparent;
}
.wyl-footer {
  height: 440px;
  background: var(--primary-color);
}
.wyl-footer .wyl-footer-container {
  height: 100%;
  padding: 76px 0 0;
  display: flex;
}
.wyl-footer .wyl-footer-container .wyl-decription {
  width: 600px;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
}
.wyl-footer .wyl-footer-container .wyl-decription .wyl-decription-logo {
  width: 195px;
  height: 43px;
  margin-bottom: 20px;
}
.wyl-footer .wyl-footer-container .wyl-decription .wyl-decription-sub_logo {
  width: 252px;
  height: 20px;
  margin-bottom: 22px;
}
.wyl-footer .wyl-footer-container .wyl-decription .contact-box {
  display: flex;
  margin-bottom: 20px;
}
.wyl-footer .wyl-footer-container .wyl-decription .contact-box .wechat,
.wyl-footer .wyl-footer-container .wyl-decription .contact-box .app {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wyl-footer .wyl-footer-container .wyl-decription .contact-box .wechat img,
.wyl-footer .wyl-footer-container .wyl-decription .contact-box .app img {
  width: 100px;
  height: 100px;
  background: #FFFFFF;
  margin-bottom: 13px;
}
.wyl-footer .wyl-footer-container .wyl-decription .contact-box .wechat p,
.wyl-footer .wyl-footer-container .wyl-decription .contact-box .app p {
  font-size: 13px;
  color: #fff;
}
.wyl-footer .wyl-footer-container .wyl-decription .contact-box .wechat {
  margin-right: 40px;
}
.wyl-footer .wyl-footer-container .wyl-decription .wyl_address p {
  color: #fff;
  font-size: 14px;
}
.wyl-footer .wyl-footer-container .wyl-url-list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.wyl-footer .wyl-footer-container .wyl-url-list li {
  width: 145px;
  height: 160px;
  margin-right: 10px;
}
.wyl-footer .wyl-footer-container .wyl-url-list li h2,
.wyl-footer .wyl-footer-container .wyl-url-list li p {
  color: #fff;
}
.wyl-footer .wyl-footer-container .wyl-url-list li h2 {
  margin-bottom: 22px;
  position: relative;
  font-size: 18px;
  font-weight: 400;
}
.wyl-footer .wyl-footer-container .wyl-url-list li h2::after {
  content: '';
  width: 26px;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.wyl-footer .wyl-footer-container .wyl-url-list li p {
  height: 30px;
  cursor: pointer;
  font-size: 14px;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  font-size: inherit;
}
.default-hidden {
  display: none !important;
}
@media (min-width: 1280px) and (max-width: 1280px) {
  .wyl-header-container .wyl-header > .wyl-tabs li {
    margin-right: 28px;
  }
}