html,
body {
  font-size: 20px;
  background: #fcfcfc;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
a {
  color: #333;
}

.text-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

[v-cloak] {
  display: none;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

input {
  outline: none;
  border: none;
  background-color: transparent;
}

.text-two-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}

.text-three-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
}

header {
  width: 100%;
  height: 127px;
  background: #dceeea;
  background: linear-gradient(to bottom, #dceeea, #fff);
}

header .top {
  width: 1250px;
  height: 127px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

header .top .icon {
  width: 250px;
  height: 104px;
  float: left;
}

header .top .mobile-box {
  display: flex;
  float: right;
}

header .top .mobile-box .icon-phone {
  width: 45px;
  height: 45px;
  margin-right: 8px;
  float: left;
}

header .top .mobile-box .phone-right p {
  font-size: 16px;
  color: #666;
  line-height: 16px;
  margin-top: 4px;
}

header .top .mobile-box .phone-right p:last-child {
  font-size: 18px;
  line-height: 18px;
  color: #009f54;
}

.banner-header {
  width: 100%;
  background-color: #009f54;
  height: 66px;
}

.banner-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.banner-header .banner {
  width: 1250px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner-header .banner .tabs {
  display: flex;
  align-items: center;
  float: left;
}

.banner-header .banner .tabs a {
  font-size: 20px;
  height: 66px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 66px;
  padding: 0 16px;
  margin-right: 10px;
  position: relative;
  color: #ffffff;
  cursor: pointer;
  float: left;
}

.banner-header .banner .tabs a.active {
  color: #ffcd42;
}

.banner-header .banner .tabs a.active::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ffcd42;
}

.banner-header .banner .banner-right {
  display: flex;
  align-items: center;
  float: right;
}

.banner-header .banner .banner-right .search-box {
  width: 167px;
  height: 41px;
  background-color: #008c4a;
  border-radius: 3px;
  display: flex;
  align-items: center;
  padding: 8px 8px;
  float: left;
  box-sizing: border-box;
}

.banner-header .banner .banner-right .search-box .search-icon {
  width: 16px;
  height: 16px;
  float: left;
}

.banner-header .banner .banner-right .search-box .input {
  width: 86px;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  background-color: transparent;
  margin: 0 4px;
  float: left;
}

.banner-header .banner .banner-right .search-box .input::placeholder {
  color: #f8f8f8;
}

.banner-header .banner .banner-right .search-box .btn {
  font-size: 16px;
  color: #f9f9f9;
  line-height: 19px;
  cursor: pointer;
}

.banner-header .banner .banner-right .creator {
  float: right;
  width: 177px;
  height: 41px;
  background: #ffcd42;
  border-radius: 3px;
  margin-left: 28px;
  line-height: 41px;
  font-size: 19px;
  color: #00572e;
  text-align: center;
  cursor: pointer;
}

.container {
  width: 100%;
  margin-top: 33px;
}

.container .content {
  width: 1250px;
  margin: 0 auto;
  display: flex;
}

.section-left {
  width: 141px;
  float: left;
  margin-right: 18px;
}

.section-left .tabs {
  font-size: 0;
  width: 141px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.section-left .tabs .tab {
  width: 100%;
  height: 33px;
  line-height: 33px;
  text-align: center;
  font-size: 16px;
  color: #666;
  cursor: pointer;
}
.section-left .tabs .tab a {
  width: 100%;
  height: 33px;
  display: inline-block;
}

.section-left .tabs .tab:nth-of-type(2n) {
  background-color: #fff;
}

/*.section-left .tabs .tab:nth-of-type(2n + 1) {*/
/*  background-color: #eaf5f2;*/
/*}*/

.section-left .tabs .tab:hover {
  background-color: #009f54;
}

.section-left .tabs .tab:hover a {
  color: #fff;
}

.section-left .tabs .tab.active {
  background: #009f54;
}

.section-left .tabs .tab.active a {
  color: #fff;
}

.section-middle {
  width: 800px;
  margin-right: 18px;
  float: left;
}

.section-middle .hall-section {
  width: 800px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-sizing: border-box;
  padding: 20px;
  background-color: #fff;
  margin-top: 20px;
}

.section-middle .hall-section .title-box {
  font-size: 19px;
  line-height: 19px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-middle .hall-section .title-box .title {
  float: left;
}
.section-middle .hall-section .title-box .more {
  float: right;
  color: #009f54;
  font-weight: 500;
}

.section-middle .hall-section .title-box span {
  color: #009f54;
}

.section-middle .hall-section .hall {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.section-middle .hall-section .hall.all {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.section-middle .hall-section .hall .hall-li {
  display: inline-block;
  margin-right: 12px;
  width: 140px;
  margin-bottom: 10px;
}

.section-middle .hall-section .hall .hall-li:nth-of-type(5n + 5) {
  margin-right: 0;
}

.section-middle .hall-section .hall .hall-li .top {
  width: 140px;
  height: 193px;
  position: relative;
  margin-bottom: 12px;
}

.section-middle .hall-section .hall .hall-li .top .img {
  width: 100%;
  height: 100%;
}

.section-middle .hall-section .hall .hall-li .top .model {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.section-middle .hall-section .hall .hall-li .top .bottom {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 8px;
}

.section-middle .hall-section .hall .hall-li .top .bottom .fire-box {
  display: flex;
  align-items: center;
  float: left;
}

.section-middle .hall-section .hall .hall-li .top .bottom .fire-box.filre-box2 {
  float: right;
}

.section-middle .hall-section .hall .hall-li .top .bottom .fire-box .icon {
  width: 13px;
  height: 16px;
}

.section-middle .hall-section .hall .hall-li .top .bottom .fire-box .icon2 {
  width: 14px;
  height: 13px;
}

.section-middle .hall-section .hall .hall-li .top .bottom .fire-box .num {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  margin-left: 4px;
}

.section-middle .hall-section .hall .hall-li .top .fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 193px;
  z-index: 100;
  display: none;
}

.section-middle .hall-section .hall .hall-li .top .fixed .fixed-bg {
  width: 100%;
  height: 100%;
}

.section-middle .hall-section .hall .hall-li .top .fixed .fixed-con {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  cursor: pointer;
}

.section-middle .hall-section .hall .hall-li .top .fixed .fixed-con .icon {
  width: 41px;
  height: 37px;
}

.section-middle .hall-section .hall .hall-li .top .fixed .fixed-con .name {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
}

.section-middle .hall-section .hall .hall-li .name {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  font-weight: 500;
}

.section-middle .article-section {
  width: 800px;
  background: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 20px;
  border-radius: 4px;
}

.section-middle .article-section .title-box {
  font-size: 19px;
  line-height: 19px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}

.section-middle .article-section .swiper-container-sou1 {
  width: 100%;
  max-height: 94px;
  overflow: hidden;
}

.section-middle .article-section .swiper-container-sou1 .swiper-slide {
  width: 100%;
  height: 45px;
  background: #dceeea;
  box-sizing: border-box;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  margin-bottom: 4px;
  cursor: pointer;
}

.section-middle .article-section .swiper-container-sou1 .swiper-slide .title {
  width: 500px;
  font-size: 16px;
  line-height: 16px;
  color: #333;
}

.section-middle .article-section .swiper-container-sou1 .swiper-slide .right {
  font-size: 14px;
  color: #999;
  line-height: 14px;
}

.section-right {
  float: right;
  width: 270px;
}

.souvenir {
  width: 270px;
  height: 331px;
  background: linear-gradient(180deg, #f3fffa 0%, #ffffff 100%);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 20px 20px 0 20px;
  box-sizing: border-box;
  margin-top: 20px;
}

.souvenir .title {
  font-size: 16px;
  line-height: 16px;
  color: #009f54;
  font-weight: 500;
}

.souvenir .sou-desc {
  font-size: 12px;
  line-height: 12px;
  color: #71cba0;
  margin-top: 4px;
  margin-bottom: 15px;
}

.souvenir .swiper-container-sou {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.souvenir .swiper-container-sou .swiper-slide {
  font-size: 12px;
  line-height: 12px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.souvenir .swiper-container-sou .swiper-slide .desc {
  float: left;
  width: 160px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}

.souvenir .swiper-container-sou .swiper-slide .desc.marquee {
  margin: 0 auto;
}

.marquee p {
  display: inline-block;
  padding-left: 100%; /* show the marquee just outside the paragraph */
  animation: marquee 8s linear infinite;
}

.marquee p:hover {
  animation-play-state: paused;
}

/* Make it move */
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.souvenir .swiper-container-sou .swiper-slide .time {
  float: right;
  color: #999999;
  font-size: 12px;
}

.contentFoot {
  width: 100%;
  height: 200px;
  margin-top: 50px;
  background-color: #f8f8f6;
}

.footTop {
  width: 95%;
  height: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 auto 25px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 14px;
  text-align: center;
}

.foot1 {
  color: #66666b;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}

.foot1 > span {
  color: #388801;
}

.outClass {
  background: #009f54 !important;
  border-color: #009f54 !important;
}

/*弹窗*/
.v-dialog .el-dialog__header {
  padding: 0;
}

.v-dialog .el-dialog__body {
  padding: 0;
}

.v-dialog .el-input__inner {
  background-color: #f4f4f4;
}

.quick-box {
  width: 100%;
  height: 511px;
  font-size: 0;
  display: flex;
  align-content: center;
}

.quick-box .img-box {
  float: left;
  width: 360px;
  height: 511px;
}

.quick-box .img-box .img {
  width: 100%;
  height: 100%;
}

.quick-box .right {
  float: right;
  width: 507px;
  height: 511px;
  box-sizing: border-box;
  padding: 70px 50px;
  text-align: center;
}

.quick-box .right .title {
  font-size: 27px;
  line-height: 27px;
  color: #333;
  font-weight: bold;
}

.quick-box .right .title-desc {
  font-size: 16px;
  line-height: 16px;
  color: #999;
  margin-top: 14px;
}

.quick-box .right .input {
  margin-top: 56px;
  width: 100%;
  background-color: #f4f4f4;
}

.quick-box .right .sex-box {
  margin: 9px 0px 17px;
}

.quick-box .right .btn {
  width: 100%;
  height: 48px;
  background: #489f55;
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-size: 17px;
  margin-top: 10px;
  border-radius: 4px;
  cursor: pointer;
}

/*新版图片背景*/
.li-bg-box {
  width: 140px;
  height: 193px;
  position: relative;
  overflow: hidden;
}

.li-bg-box .pic-box {
  width: 140px;
  height: 193px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}

.li-model-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 193px;
}

.li-model-img .img {
  width: auto !important;
  height: auto !important;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
