#index {
  width: 100%;
}
#index .banner {
  overflow: unset;
  height: 502px;
  margin-top: 30px;
  background-color: #f2f2f2;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  position: relative;
}
#index .banner .left-618 {
  position: absolute;
  display: block;
  left: -350px;
  width: 358px;
  height: 503px;
  z-index: 99998;
}
#index .banner .right-618 {
  position: absolute;
  display: block;
  right: -350px;
  width: 358px;
  height: 503px;
  z-index: 99998;
}
#index .banner img {
  position: static;
  display: block;
}
#index .banner .left {
  background-color: #fff;
  width: 239px;
  position: relative;
}
#index .banner .left .msk {
  width: 827px;
  height: 502px;
  background: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  right: -827px;
  top: -34px;
  z-index: 666;
  visibility: hidden;
  opacity: 0;
}
#index .banner .left .title {
  width: 239px;
  height: 34px;
  background: #ed6000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}
#index .banner .left .title img {
  margin-right: 5px;
  width: 14px;
  height: 11px;
}
#index .banner .left .container ul li {
  width: 100%;
  height: 70px;
  padding: 0 10px;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
}
#index .banner .left .container ul li .mask-mask {
  position: absolute;
  width: 40px;
  height: 100%;
  background-color: #fff;
  right: -10px;
  top: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
}
#index .banner .left .container ul li .main {
  height: 100%;
  padding: 0 10px;
  overflow: hidden;
  border-bottom: 1px solid #f3f3f3;
}
#index .banner .left .container ul li .main .caption {
  width: 100%;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin: 16px 0 14px 0;
}
#index .banner .left .container ul li .main .caption img {
  margin-left: 10px;
  margin-top: -3px;
  width: 6px;
  height: 9px;
}
#index .banner .left .container ul li .main .main-text {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
#index .banner .left .container ul li .main .main-text .line {
  width: 1px;
  height: 12px;
  background: #e0e0e0;
  margin: 0 10px;
}
#index .banner .left .container ul li:nth-last-child(1) .main {
  border: none;
}
#index .banner .left .container ul li:hover {
  transition: all 0.3s;
}
#index .banner .left .container ul li:hover .msk {
  cursor: default;
  padding: 0 20px 20px 20px;
}
#index .banner .left .container ul li:hover .msk ul li {
  cursor: default;
  box-shadow: none;
  border-bottom: 1px solid #f2f2f2;
}
#index .banner .left .container ul li:hover .msk ul li .msk-title {
  display: flex;
  margin: 20px 0;
  align-items: center;
}
#index .banner .left .container ul li:hover .msk ul li .msk-title p {
  margin-right: 10px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
}
#index .banner .left .container ul li:hover .msk ul li .msk-title img {
  width: 6px;
  height: 9px;
  cursor: pointer;
}
#index .banner .left .container ul li:hover .msk ul li .msk-body {
  display: flex;
}
#index .banner .left .container ul li:hover .msk ul li .msk-body span {
  margin-right: 20px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  cursor: pointer;
}
#index .banner .left .container ul li:hover .msk ul li .msk-body span:hover {
  color: #ed6000;
  transition: all 0.3s;
}
#index .banner .left .container ul li:nth-child(1):hover {
  box-shadow: 0px 12px 15px 0px rgba(19, 19, 19, 0.1);
  border: none;
}
#index .banner .left .container ul li:nth-child(1):hover .mask-mask {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
}
#index .banner .left .container ul li:nth-child(1):hover .msk {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
}
#index .banner .left .container ul li:nth-child(2):hover {
  box-shadow: 0px 12px 15px 0px rgba(19, 19, 19, 0.1);
  border: none;
}
#index .banner .left .container ul li:nth-child(2):hover .mask-mask {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
}
#index .banner .left .container ul li:nth-child(2):hover .msk {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
  top: -104px;
}
#index .banner .left .container ul li:nth-child(3):hover {
  box-shadow: 0px 12px 15px 0px rgba(19, 19, 19, 0.1);
  border: none;
}
#index .banner .left .container ul li:nth-child(3):hover .mask-mask {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
}
#index .banner .left .container ul li:nth-child(3):hover .msk {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
  top: -174px;
}
#index .banner .left .container ul li:nth-child(4):hover {
  box-shadow: 0px 12px 15px 0px rgba(19, 19, 19, 0.1);
  border: none;
}
#index .banner .left .container ul li:nth-child(4):hover .mask-mask {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
}
#index .banner .left .container ul li:nth-child(4):hover .msk {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
  top: -244px;
}
#index .banner .left .container ul li:nth-child(5):hover {
  box-shadow: 0px 12px 15px 0px rgba(19, 19, 19, 0.1);
  border: none;
}
#index .banner .left .container ul li:nth-child(5):hover .mask-mask {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
}
#index .banner .left .container ul li:nth-child(5):hover .msk {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
  top: -314px;
}
#index .banner .left .container ul li:nth-child(6):hover {
  box-shadow: 0px 12px 15px 0px rgba(19, 19, 19, 0.1);
  border: none;
}
#index .banner .left .container ul li:nth-child(6):hover .mask-mask {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
}
#index .banner .left .container ul li:nth-child(6):hover .msk {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
  top: -384px;
}
#index .banner .left .bottom {
  text-align: center;
  line-height: 48px;
  height: 48px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ed6000;
  cursor: pointer;
}
#index .banner .left .bottom:hover {
  background-color: #ed6000;
  color: #fff;
}
#index .banner .right {
  width: 940px;
  position: relative;
}
#index .banner .right .el-carousel.el-carousel--horizontal .el-carousel__container {
  background: #666666;
}
#index .banner .right .el-carousel.el-carousel--horizontal .el-carousel__container .el-carousel__arrow.el-carousel__arrow--left {
  width: 40px;
  height: 64px;
  opacity: 0.7;
  border-radius: 0;
  left: 0;
  background: url("/pyfile/images/banner_left.png");
}
#index .banner .right .el-carousel.el-carousel--horizontal .el-carousel__container .el-carousel__arrow.el-carousel__arrow--left .el-icon-arrow-left {
  display: none;
}
#index .banner .right .el-carousel.el-carousel--horizontal .el-carousel__container .el-carousel__arrow.el-carousel__arrow--right {
  width: 40px;
  height: 64px;
  opacity: 0.7;
  border-radius: 0;
  right: 0;
  background: url("/pyfile/images/banner_right.png");
}
#index .banner .right .el-carousel.el-carousel--horizontal .el-carousel__container .el-carousel__arrow.el-carousel__arrow--right .el-icon-arrow-right {
  display: none;
}
#index .banner .right .el-carousel.el-carousel--horizontal .el-carousel__indicators.el-carousel__indicators--horizontal .el-carousel__button {
  width: 26px;
  height: 4px;
}
#index .banner .right .el-carousel.el-carousel--horizontal .el-carousel__indicators.el-carousel__indicators--horizontal .el-carousel__indicator.el-carousel__indicator--horizontal.is-active .el-carousel__button {
  background: #ff8a22;
}
#index .banner img {
  position: static;
  margin-left: 0;
  display: inline-block;
  width: 100%;
}
#index .module-1 {
  background-color: #fff;
  height: 133px;
}
#index .module-1 .body {
  display: flex;
  align-items: center;
  height: 100%;
  border-bottom: 1px solid #f2f2f2;
}
#index .module-1 .body ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#index .module-1 .body ul li {
  display: flex;
  align-items: center;
}
#index .module-1 .body ul li .left {
  margin-right: 8px;
}
#index .module-1 .body ul li .right p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #666666;
  margin-bottom: 8px;
}
#index .module-1 .body ul li .right span {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
#index .module-2 {
  height: 427px;
  background: #ffffff;
}
#index .module-2 .body {
  overflow: hidden;
}
#index .module-2 .body .title {
  margin-top: 38px;
  margin-bottom: 40px;
  display: flex;
}
#index .module-2 .body .title h1 {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
}
#index .module-2 .body .title span {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-style: italic;
  color: #999999;
  line-height: 36px;
}
#index .module-2 .body .query .brand ul li:nth-child(1) {
  width: 191px;
}
#index .module-2 .body .query .brand ul li:nth-child(1) p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 68px;
  margin-left: 22px;
}
#index .module-2 .body .query .brand ul li:nth-child(2) {
  width: 779px;
}
#index .module-2 .body .query .added-value ul li:nth-child(1) {
  width: 530px;
}
#index .module-2 .body .query .added-value ul li:nth-child(1) input {
  margin-left: 23px;
}
#index .module-2 .body .query .added-value ul li:nth-child(2) {
  width: 439px;
}
#index .module-2 .body .query .corporate ul li:nth-child(1) {
  width: 531px;
}
#index .module-2 .body .query .corporate ul li:nth-child(1) input {
  margin-left: 22px;
}
#index .module-2 .body .query .corporate ul li:nth-child(2) {
  width: 439px;
}
#index .module-2 .body .query .tax-value ul li:nth-child(1) {
  padding-left: 23px;
}
#index .module-2 .body .query .el-tabs__active-bar {
  background-color: #ed6000;
}
#index .module-2 .body .query .el-tabs__item:hover {
  color: #ed6000;
  transition: all 0.3s;
}
#index .module-2 .body .query .el-tabs.el-tabs--top .el-tabs__item.is-top.is-active {
  color: #ed6000;
}
#index .module-2 .body .query .menu {
  height: 70px;
  margin-top: 15px;
  background: #ffffff;
  border: 1px solid #ed6000;
  border-radius: 4px;
}
#index .module-2 .body .query .menu ul {
  position: relative;
  width: 1199px;
  height: 100%;
  display: flex;
  align-items: center;
}
#index .module-2 .body .query .menu ul li {
  width: 20%;
  height: 100%;
  display: flex;
  align-items: center;
}
#index .module-2 .body .query .menu ul li .el-dropdown {
  width: 100%;
  height: 100%;
}
#index .module-2 .body .query .menu ul li .el-dropdown .el-dropdown-link.el-dropdown-selfdefine {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#index .module-2 .body .query .menu ul li .el-dropdown .el-dropdown-link.el-dropdown-selfdefine p {
  margin-left: 20px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
#index .module-2 .body .query .menu ul li .el-dropdown .el-dropdown-link.el-dropdown-selfdefine img {
  margin-right: 20px;
}
#index .module-2 .body .query .menu ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 26px;
  background: #e0e0e0;
}
#index .module-2 .body .query .menu ul li:nth-last-child(1) {
  height: 70px;
  background: #ed6000;
  border-radius: 0 4px 4px 0;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 70px;
  justify-content: center;
  cursor: pointer;
}
#index .module-2 .body .query .menu ul li:nth-last-child(1)::before {
  content: none;
}
#index .module-2 .body .query .menu ul li:nth-child(2) input {
  display: block;
  margin-left: 20px;
}
#index .module-2 .body .query .menu ul li:nth-child(3) input {
  display: block;
  margin-left: 20px;
}
#index .module-2 .body .query .menu ul li:nth-child(1)::before {
  content: none;
}
#index .module-3 {
  height: 693px;
}
#index .module-3 .body {
  position: relative;
}
#index .module-3 .body .big-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 360px;
  padding: 20px 10px 20px 20px;
  background-color: #fff;
}
#index .module-3 .body .big-box .title {
  width: 220px;
  height: 320px;
  position: relative;
}
#index .module-3 .body .big-box .title p {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 55px;
  font-family: YouSheBiaoTiHei;
  font-weight: 400;
  color: #ffffff;
}
#index .module-3 .body .big-box .title span {
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 55px;
  font-family: YouSheBiaoTiHei;
  font-weight: 400;
  color: #ffffff;
}
#index .module-3 .body .big-box .main {
  width: 940px;
  height: 320px;
  padding: 14px 20px 20px;
  background: #fff5ed;
}
#index .module-3 .body .big-box .main .main-body ul {
  display: flex;
  justify-content: space-between;
}
#index .module-3 .body .big-box .main .main-body ul li {
  width: 293px;
  height: 134px;
  background: #ffffff;
  overflow: hidden;
  cursor: pointer;
}
#index .module-3 .body .big-box .main .main-body ul li .li-titel {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #4d4d4d;
  margin: 25px 0 13px 28px;
}
#index .module-3 .body .big-box .main .main-body ul li .details {
  display: flex;
  margin: 0 0 13px 30px;
}
#index .module-3 .body .big-box .main .main-body ul li .details div {
  width: 100px;
  height: 26px;
  border: 1px solid #e6e6e6;
  border-radius: 13px;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
#index .module-3 .body .big-box .main .main-body ul li .details .details-left {
  margin-right: 10px;
}
#index .module-3 .body .big-box .main .main-body ul li .price {
  width: 100%;
  height: 42px;
  border-top: 1px solid rgba(153, 153, 153, 0.1);
  display: flex;
}
#index .module-3 .body .big-box .main .main-body ul li .price .price-left {
  width: 140px;
  height: 100%;
  border-right: 1px solid rgba(153, 153, 153, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#index .module-3 .body .big-box .main .main-body ul li .price .price-left p {
  font-size: 20px;
  font-family: DINOT;
  font-weight: bold;
  color: #da1a0f;
}
#index .module-3 .body .big-box .main .main-body ul li .price .price-left span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
#index .module-3 .body .big-box .main .main-body ul li .price div {
  width: 153px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index .module-3 .body .big-box .main .main-body ul li .price div p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
#index .module-3 .body .big-box .main .main-body ul li:hover {
  transition: all 0.5s;
  transform: translateY(-6px);
  box-shadow: 0px 6px 5px 0px rgba(24, 24, 24, 0.07);
}
#index .module-3 .body .big-box .main .main-body ul li:hover .price-right {
  background: #ed6000;
}
#index .module-3 .body .big-box .main .main-body ul li:hover .price-right p {
  color: #fff;
}
#index .module-3 .body .big-box .main .main-body.main-top {
  margin-bottom: 16px;
}
#index .module-3 .body .top-big {
  position: absolute;
  top: -127px;
}
#index .module-3 .body .top-big .title i {
  position: absolute;
  left: 50%;
  bottom: 64px;
  transform: translate(-50%, 0);
  width: 140px;
  height: 47px;
  background: #ffffff;
  box-shadow: 0px 6px 13px 0px rgba(211, 101, 15, 0.3);
  border-radius: 24px;
  text-align: center;
  line-height: 47px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ed6000;
  cursor: pointer;
}
#index .module-3 .body .top-big .main .main-top ul li {
  position: relative;
}
#index .module-3 .body .top-big .main .main-top ul li .hot {
  position: absolute;
  top: 0;
  right: 0;
}
#index .module-3 .body .bottom-big {
  position: absolute;
  top: 283px;
}
#index .module-3 .body .bottom-big .title i {
  position: absolute;
  left: 50%;
  bottom: 64px;
  transform: translate(-50%, 0);
  width: 140px;
  height: 47px;
  background: #ffffff;
  box-shadow: 0px 6px 13px 0px rgba(211, 101, 15, 0.3);
  border-radius: 24px;
  text-align: center;
  line-height: 47px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #52cc79;
  cursor: pointer;
}
#index .module-3 .body .bottom-big .main .main-body ul li {
  padding: 22px 0 0 30px;
}
#index .module-3 .body .bottom-big .main .main-body ul li .li-titel {
  margin: 0;
  margin-bottom: 14px;
  display: flex;
}
#index .module-3 .body .bottom-big .main .main-body ul li .li-titel p {
  margin-right: 12px;
}
#index .module-3 .body .bottom-big .main .main-body ul li .line {
  width: 71px;
  height: 2px;
  background: #eef3ee;
  margin-bottom: 14px;
}
#index .module-3 .body .bottom-big .main .main-body ul li .info {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  margin-bottom: 18px;
  color: #999999;
}
#index .module-3 .body .bottom-big .main .main-body ul li span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #da1a0f;
  cursor: pointer;
}
#index .module-4 {
  height: 524px;
  background: #ffffff;
}
#index .module-4 .body {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}
#index .module-4 .body .left {
  width: 50%;
}
#index .module-4 .body .left .title {
  display: flex;
  margin-bottom: 50px;
}
#index .module-4 .body .left .title h1 {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
}
#index .module-4 .body .left .title p {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-style: italic;
  color: #999999;
  line-height: 36px;
}
#index .module-4 .body .left .left-main ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#index .module-4 .body .left .left-main ul li {
  width: 300px;
  padding-right: 80px;
  margin-bottom: 35px;
}
#index .module-4 .body .left .left-main ul li .li-title {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin: 20px 0 10px;
}
#index .module-4 .body .left .left-main ul li p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
#index .module-4 .body .right .floor {
  position: relative;
  width: 507px;
  height: 388px;
  background: linear-gradient(-30deg, #ff8a22, #ff7a22, #ed6000);
  box-shadow: 0px 6px 21px 0px rgba(104, 44, 7, 0.36);
  border-radius: 4px;
}
#index .module-4 .body .right .floor .img {
  position: absolute;
  top: 35px;
  right: 50px;
  overflow: hidden;
  border-radius: 4px;
}
#index .module-4 .body .right .floor .img:hover {
  transform: translateZ(600px);
}
#index .module-5 {
  height: 535px;
  background-color: #f2f2f2;
}
#index .module-5 .body {
  padding-top: 40px;
}
#index .module-5 .body .el-tabs__header {
  margin-bottom: 30px;
}
#index .module-5 .body .el-tabs__item.is-top {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #999999;
}
#index .module-5 .body .el-tabs__item.is-top.is-active {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 12px;
}
#index .module-5 .body .el-tabs__active-bar.is-top {
  height: 4px;
  background: #ed6000;
}
#index .module-5 .body .main {
  height: 356px;
  background-color: #fff;
  padding: 20px 38px 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
#index .module-5 .body .main .left {
  width: 520px;
}
#index .module-5 .body .main .left .left-top {
  width: 520px;
  height: 185px;
  margin-bottom: 20px;
}
#index .module-5 .body .main .left h3 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #4d4d4d;
  line-height: 32px;
}
#index .module-5 .body .main .left p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  margin-bottom: 20px;
  width: 520px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#index .module-5 .body .main .left .left-bottom {
  display: flex;
  align-items: center;
}
#index .module-5 .body .main .left .left-bottom span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ed6000;
  margin-right: 3px;
}
#index .module-5 .body .main .left .left-bottom img {
  width: 8px;
  height: 7px;
}
#index .module-5 .body .main .right {
  width: 50%;
}
#index .module-5 .body .main .right ul {
  margin-bottom: 14px;
}
#index .module-5 .body .main .right ul li {
  display: flex;
  flex-wrap: wrap;
  margin-top: 18px;
}
#index .module-5 .body .main .right ul li .icon {
  width: 10px;
  height: 10px;
  background: #ed6000;
  border-radius: 50%;
  margin-bottom: 12px;
  margin-right: 8px;
}
#index .module-5 .body .main .right ul li p {
  font-size: 16px;
}
#index .module-5 .body .main .right ul li span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#index .module-5 .body .main .submit {
  width: 120px;
  height: 38px;
  text-align: center;
  background: #ed6000;
  border-radius: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 38px;
  cursor: pointer;
}
#index .module-5 .el-tabs__nav-wrap::after {
  background-color: #f2f2f2;
}
#index .module-6 {
  height: 393px;
  background: url('/pyfile/images/customer_bg.jpg');
}
#index .module-6 .body {
  overflow: hidden;
}
#index .module-6 .body .title {
  margin-top: 50px;
  margin-bottom: 35px;
  display: flex;
}
#index .module-6 .body .title h3 {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
}
#index .module-6 .body .title span {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-style: italic;
  color: #999999;
  line-height: 36px;
}
#index .module-6 .body .main ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#index .module-6 .body .main ul li {
  width: 186px;
  height: 100px;
  background: #ffffff;
  border-radius: 4px;
  margin-bottom: 16px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index .module-7 {
  height: 165px;
  background: linear-gradient(52deg, #94291f, #c35348);
}
#index .module-7 img {
  width: 100%;
  height: 165px;
  cursor: pointer;
}
.el-dropdown-menu.el-popper {
  width: 142px;
}
.el-dropdown-menu.el-popper .el-dropdown-menu__item {
  text-align: center;
}
.el-dropdown-menu.el-popper .el-dropdown-menu__item:focus,
.el-dropdown-menu.el-popper .el-dropdown-menu__item:not(.is-disabled):hover {
  transition: all 0.3s;
  background-color: rgba(237, 96, 0, 0.11);
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ed6000;
}
