.el-scrollbar {
  position: relative;
  overflow: hidden;
  height: 100%
}

.el-scrollbar:active>.el-scrollbar__bar,
.el-scrollbar:focus>.el-scrollbar__bar,
.el-scrollbar:hover>.el-scrollbar__bar {
  transition: visibility .34s ease-out;
  visibility: visible
}

.el-scrollbar__wrap {
  overflow: scroll
}

.el-scrollbar__wrap--hidden-default::-webkit-scrollbar {
  width: 0;
  height: 0
}

.el-scrollbar__view {
  width: 100%
}

.el-scrollbar__thumb {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: #ccc;
  border-radius: 1000px;
  cursor: pointer;
  transition: background-color .3s
}

.el-scrollbar__thumb:hover {
  background-color: #999
}

.el-scrollbar__thumb:active {
  background-color: #4d4d4d
}

.el-scrollbar.is-double .el-scrollbar__bar.is-vertical {
  height: calc(100% - 12px)
}

.el-scrollbar.is-double .el-scrollbar__bar.is-horizontal {
  width: calc(100% - 12px)
}

.el-scrollbar__bar {
  position: absolute;
  z-index: 1001;
  right: 0;
  transition: visibility .12s ease-out;
  visibility: hidden
}

.el-scrollbar__bar.is-mousewheel {
  pointer-events: none
}

.el-scrollbar__bar.is-vertical {
  top: 0;
  bottom: 0;
  width: 12px;
  padding: 2px 4px
}

.el-scrollbar__bar.is-horizontal {
  bottom: 0;
  left: 0;
  height: 12px;
  padding: 4px 2px
}

.el-scrollbar__bar:active,
.el-scrollbar__bar:hover {
  background-color: #f5f5f5;
  transition: all .3s cubic-bezier(.645, .045, .355, 1)
}

.el-scrollbar__bar:active.is-horizontal,
.el-scrollbar__bar:active.is-vertical,
.el-scrollbar__bar:hover.is-horizontal,
.el-scrollbar__bar:hover.is-vertical {
  padding: 2px
}

.el-scrollbar__rail {
  width: 100%;
  height: 100%
}

.el-carousel {
  position: relative;
  overflow-x: hidden
}

.el-carousel__container {
  position: relative;
  height: 300px
}

.el-carousel__arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  border: none;
  background-color: rgba(31, 45, 61, .11);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  outline: none;
  text-align: center;
  transform: translateY(-50%);
  transition: .3s
}

.el-carousel__arrow--left {
  left: 16px
}

.el-carousel__arrow--right {
  right: 16px
}

.el-carousel__arrow:hover {
  background-color: rgba(31, 45, 61, .23)
}

.el-carousel__arrow i {
  position: relative;
  top: 1px;
  left: 1px;
  cursor: pointer
}

.el-carousel__indicators {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  padding: 0;
  margin: 0;
  list-style: none;
  transform: translateX(-50%)
}

.el-carousel__indicators--outside {
  position: static;
  bottom: 26px;
  text-align: center;
  transform: none
}

.el-carousel__indicators--outside button {
  background-color: #4d4d4d;
  opacity: .24
}

.el-carousel__indicators--outside .el-carousel__indicator:hover button {
  opacity: .64
}

.el-carousel__indicators--labels {
  right: 0;
  left: 0;
  text-align: center;
  transform: none
}

.el-carousel__indicators--labels .el-carousel__button {
  width: auto;
  height: auto;
  padding: 2px 18px;
  font-size: 12px
}

.el-carousel__indicators--labels .el-carousel__indicator {
  padding: 6px 4px
}

.el-carousel__indicator {
  display: inline-block;
  padding: 12px 4px;
  background-color: transparent;
  cursor: pointer
}

.el-carousel__indicator:hover button {
  opacity: .72
}

.el-carousel__indicator.is-active button {
  opacity: 1
}

.el-carousel__button {
  display: block;
  width: 30px;
  height: 2px;
  padding: 0;
  margin: 0;
  border: none;
  background-color: #fff;
  cursor: pointer;
  opacity: .48;
  outline: none;
  transition: .3s
}

.carousel-arrow-left-enter,
.carousel-arrow-left-leave-active {
  opacity: 0;
  transform: translateY(-50%) translateX(-10px)
}

.carousel-arrow-right-enter,
.carousel-arrow-right-leave-active {
  opacity: 0;
  transform: translateY(-50%) translateX(10px)
}

.el-carousel__item {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .4s ease-in-out
}

.el-carousel__item.is-active {
  z-index: 2;
  opacity: 1
}

.el-carousel__item--card {
  width: 50%
}

.el-carousel__item--card.is-in-stage {
  z-index: 1;
  cursor: pointer
}

.el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask,
.el-carousel__item--card.is-in-stage:hover .el-carousel__mask {
  opacity: .12
}

.el-carousel__item--card.is-active {
  z-index: 2
}

.el-carousel__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: .24;
  transition: .2s
}

.demo .content[data-v-c6f3fea2],
.demo .productImg[data-v-c6f3fea2] {
  position: absolute;
  top: -8px;
  left: -10px;
  bottom: 0;
  right: 0;
  padding: 0 40px;
  background-repeat: no-repeat;
  background-size: 290px 254px;
}

.demo .productImg[data-v-c6f3fea2] {
  bottom: -15px;
  right: -18px;
  z-index: 10;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  background-size: calc(100% - 30px) calc(100% - 30px);
  background-position-x: 20px;
  background-position-y: 20px;
}

.demo.heightWrapStyle .productImg[data-v-c6f3fea2] {
  bottom: -15px;
  right: -18px;
  z-index: 10;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  background-size: calc(100% - 30px) calc(100% - 20px);
  background-position-x: 20px;
  background-position-y: 20px;
}

.demo .productImg.background-adjust[data-v-c6f3fea2] {
  background-position: 287px 15px;
  background-size: 50%
}

.line1[data-v-c6f3fea2] {
  stroke: transparent
}

.demo:not(.noCursor):hover .bottom[data-v-c6f3fea2],
.demo:not(.noCursor):hover .bottom[data-v-c6f3fea2]:after,
.demo:not(.noCursor):hover .middle[data-v-c6f3fea2],
.demo:not(.noCursor):hover .top[data-v-c6f3fea2],
.demo:not(.noCursor):hover .top[data-v-c6f3fea2]:after {
  -webkit-box-shadow: 0 0 10px #836B48;
  box-shadow: 0 0 10px #836B48
}

.demo .name[data-v-c6f3fea2],
.demo .note[data-v-c6f3fea2] {
  font-size: 28px;
  color: #404040;
  font-weight: 700;
  text-align: center;
  margin: 26px auto 2px;
  line-height: 38px;
}

.demo .introduction[data-v-c6f3fea2] {
  line-height: 16px;
  font-size: 12px;
  color: #7f7f7f;
  text-align: center;
}

.demo svg[data-v-c6f3fea2] {
  position: absolute;
  top: 0;
  left: 0
}

.demo.special.heightWrapStyle .top[data-v-c6f3fea2] {
  height: 44px;
  width: calc(100% - 44px);
  left: 44px;
  top: 2px;
}

.demo.special .top[data-v-c6f3fea2] {
  height: 44px;
  width: calc(100% - 44px);
  left: 44px;
  top: 2px;
}

.demo.special .top[data-v-c6f3fea2]:after {
  content: "";
  height: 12px;
  border: 2px solid transparent;
  transform: rotate(-45deg);
}

.demo.special.heightWrapStyle .top[data-v-c6f3fea2]:after {
  width: 60px;
  left: -48px;
  top: 20px;
}

.demo.special .middle[data-v-c6f3fea2] {
  height: calc(100% - 88px)
}

.demo.special.heightWrapStyle .middle[data-v-c6f3fea2] {
  height: calc(100% - 88px)
}

.demo.special .bottom[data-v-c6f3fea2] {
  position: relative;
  height: 44px;
}

.demo.special .bottom[data-v-c6f3fea2]:after {
  content: "";
  width: 50px;
  height: 12px;
  position: absolute;
  right: -40px;
  top: 16px;
  transform: rotate(-40deg);
}

.demo .introduction.textOverflow[data-v-c6f3fea2] {
  color: #7f7f7f;
  line-height: 16px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400
}

.demo.vision-page .name[data-v-c6f3fea2] {
  font-size: 32px
}

.demo.vision-page:not(.firstCard) .name[data-v-c6f3fea2] {
  width: 120%;
  -webkit-transform: translateX(-25px);
  transform: translateX(-25px)
}

.demo.ctu-style .name[data-v-c6f3fea2] {
  padding-right: 94px;
  text-align: left !important
}

.demo.ctu-style .introduction[data-v-c6f3fea2] {
  padding: 0 80px 0 0;
  text-align: left;
  white-space: normal
}

.demo.articulate-style .top[data-v-c6f3fea2] {
  left: 0;
  width: 100%
}

.demo.articulate-style .top[data-v-c6f3fea2]:after {
  display: none
}

.demo.articulate-style .name[data-v-c6f3fea2] {
  padding: 0 56px 0 47px;
  margin-top: 224px;
  text-align: left;
  font-size: 44px;
  margin-bottom: 20px;
  height: 58px;
  line-height: 58px
}

.demo.articulate-style .introduction[data-v-c6f3fea2] {
  padding: 0 56px 0 20px;
  text-align: left;
  white-space: normal;
  height: 21px;
  line-height: 21px;
  font-size: 16px
}

.demo.articulate-style .content[data-v-c6f3fea2] {
  background-size: 1200px 360px;
  top: 0;
  left: 0
}

.demo.articulate-style .productImg[data-v-c6f3fea2] {
  width: 1270px;
  height: 433px;
  top: -73px;
  left: 0
}

.demo.articulateOther-style .top[data-v-c6f3fea2] {
  left: 0;
  width: 100%
}

.demo.articulateOther-style .top[data-v-c6f3fea2]:after {
  display: none
}

.demo.articulateOther-style .name[data-v-c6f3fea2] {
  font-size: 44px;
  margin: 30px auto 20px;
  height: 58px;
  line-height: 58px
}

.demo.articulateOther-style .introduction[data-v-c6f3fea2] {
  white-space: normal;
  height: 21px;
  line-height: 21px;
  font-size: 16px
}

.demo.articulateOther-style .content[data-v-c6f3fea2] {
  background-size: 575px 360px;
  top: 0;
  left: 0
}

.demo.articulateOther-style .productImg[data-v-c6f3fea2] {
  width: 575px;
  height: 399px;
  top: 0;
  left: 0
}

.demo.heightWrapStyle .name[data-v-c6f3fea2] {
  font-size: 28px;
  color: #404040;
  font-weight: 700;
  text-align: center;
  margin: 26px auto 2px;
  line-height: 38px;
}

.demo.heightWrapStyle .content[data-v-c6f3fea2] {
  background-size: 290px 516px
}

.demo.widthWrapStyle .name[data-v-c6f3fea2] {
  font-size: 28px;
  color: #404040;
  font-weight: 700;
  text-align: left;
  margin: 64px 0 8px 6px;
  line-height: 38px
}

.demo.widthWrapStyle .content[data-v-c6f3fea2] {
  background-size: 588px 251px
}

.demo.widthWrapStyle .introduction.textOverflow[data-v-c6f3fea2] {
  text-align: left
}

.demo.setStyle .introduction.textOverflow[data-v-c6f3fea2] {
  width: 149px;
  text-align: left;
  overflow: visible;
  white-space: normal
}

.application-carousel-page[data-v-76d8db22] {
  position: relative;
  height: 386px;
  width: 1280px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.application-carousel-page .slides-container[data-v-76d8db22] {
  width: 100%;
  height: 100%;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px
}

.application-carousel-page .slides-container .slider-item[data-v-76d8db22] {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 302px;
  height: 100%;
  margin: 0 2px;
  padding: 10px
}

.application-carousel-page .slides-container .slides-cus-item[data-v-76d8db22] {
  display: inline-block;
  vertical-align: middle;
  width: 302px;
  height: 100%;
  margin: 0 2px;
  padding: 10px
}

.application-carousel-page .slides-container .swiper-link[data-v-76d8db22] {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  -webkit-transition: all .6s ease;
  transition: all .6s ease
}

.application-carousel-page .slides-container .swiper-link.no-cursor[data-v-76d8db22] {
  cursor: default
}

.application-carousel-page .slides-container .swiper-link[data-v-76d8db22]:hover {
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, .9);
  box-shadow: 0 0 14px rgba(0, 0, 0, .9)
}

.application-carousel-page .slides-container .swiper-link .swiper-img-wrapper[data-v-76d8db22] {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden
}

.application-carousel-page .slides-container .swiper-link .swiper-img-wrapper:hover .img[data-v-76d8db22] {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.application-carousel-page .slides-container .swiper-link .swiper-img-wrapper .img[data-v-76d8db22] {
  height: 100%;
  width: 100%;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat
}

.application-carousel-page .slides-container .swiper-link .swiper-img-wrapper .swiper-title[data-v-76d8db22] {
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 82px;
  font-family: Microsoft YaHei;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(27%, rgba(0, 0, 0, .4)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .4) 27%, transparent)
}

.application-carousel-page .slides-container .swiper-link .swiper-img-wrapper .swiper-title p[data-v-76d8db22] {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 27px 24px 24px;
  border-top: none
}

.application-carousel-page .slides-container .swiper-link .swiper-img-wrapper .swiper-title .shadow-cover[data-v-76d8db22] {
  position: absolute;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  width: 100%;
  height: 100%
}

.text-overflow-style[data-v-76d8db22] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.demo div[data-v-c02fc600] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.demo[data-v-c02fc600] {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer
}

.demo.noCursor[data-v-c02fc600] {
  cursor: default
}

.demo .top[data-v-c02fc600] {
  position: relative;
  left: 24px;
  width: calc(100% - 24px);
  height: 24px;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .17);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, .17)
}

.demo .top[data-v-c02fc600]:after {
  width: 30px;
  height: 12px;
  left: -23px;
  top: 10px;
  border: 2px solid transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.demo .top-articulate[data-v-c02fc600]:after,
.demo .top[data-v-c02fc600]:after {
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .17);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, .17)
}

.demo .top-articulate[data-v-c02fc600]:after {
  width: 24px;
  height: 24px;
  left: -24px;
  top: 0;
  border: none;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.demo .middle[data-v-c02fc600] {
  background: #eee;
  height: calc(100% - 48px)
}

.demo .bottom[data-v-c02fc600],
.demo .middle[data-v-c02fc600] {
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .17);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, .17)
}

.demo .bottom[data-v-c02fc600] {
  position: relative;
  bottom: 0;
  width: calc(100% - 24px);
  height: 24px
}

.demo .bottom[data-v-c02fc600]:after {
  content: "";
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 30px;
  height: 12px;
  position: absolute;
  right: -21px;
  top: 0;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .17);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, .17);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.demo .content[data-v-c02fc600],
.demo .productImg[data-v-c02fc600] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 2px;
  right: 0;
  padding: 0 42px;
  background-repeat: no-repeat
}

.demo .productImg[data-v-c02fc600] {
  bottom: -20px;
  right: -10px;
  left: -10px;
  z-index: 10;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  padding-right: 50px;
  background-size: 100% 100%
}

.line1[data-v-c02fc600] {
  stroke: transparent
}

.demo:not(.noCursor):hover .bottom[data-v-c02fc600],
.demo:not(.noCursor):hover .bottom[data-v-c02fc600]:after,
.demo:not(.noCursor):hover .middle[data-v-c02fc600],
.demo:not(.noCursor):hover .top[data-v-c02fc600],
.demo:not(.noCursor):hover .top[data-v-c02fc600]:after {
  -webkit-box-shadow: 0 0 10px #836B48;
  box-shadow: 0 0 10px #836B48
}

.demo .name[data-v-c02fc600],
.demo .note[data-v-c02fc600] {
  font-size: 28px;
  color: #404040;
  font-weight: 700;
  margin-top: 32px;
  text-align: center;
  margin-bottom: 8px;
  line-height: 32px
}

.demo .introduction[data-v-c02fc600] {
  line-height: 16px;
  font-size: 12px;
  color: #7f7f7f;
  text-align: center
}

.demo svg[data-v-c02fc600] {
  position: absolute;
  top: 0;
  left: 0
}

.demo.special .top[data-v-c02fc600] {
  height: 44px;
  width: calc(100% - 44px);
  left: 44px
}

.demo.special .top[data-v-c02fc600]:after {
  width: 60px;
  left: -48px;
  top: 20px
}

.demo.special .middle[data-v-c02fc600] {
  height: calc(100% - 88px)
}

.demo.special .bottom[data-v-c02fc600] {
  height: 44px;
  width: calc(100% - 44px)
}

.demo.special .bottom[data-v-c02fc600]:after {
  width: 60px;
  right: -48px;
  top: 12px
}

.demo .introduction.textOverflow[data-v-c02fc600] {
  color: #7f7f7f;
  line-height: 16px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400
}

.demo.vision-page .name[data-v-c02fc600] {
  font-size: 32px
}

.demo.vision-page:not(.firstCard) .name[data-v-c02fc600] {
  width: 120%;
  -webkit-transform: translateX(-25px);
  transform: translateX(-25px)
}

.demo.ctu-style .name[data-v-c02fc600] {
  padding: 0 56px 0 0;
  text-align: left
}

.demo.ctu-style .introduction[data-v-c02fc600] {
  padding: 0 56px 0 0;
  text-align: left;
  white-space: normal
}

.demo.articulate-style .name[data-v-c02fc600] {
  padding: 0 56px 0 47px;
  margin-top: 104px;
  text-align: left;
  font-size: 44px;
  margin-bottom: 20px;
  height: 58px;
  line-height: 58px
}

.demo.articulate-style .introduction[data-v-c02fc600] {
  padding: 0 56px 0 20px;
  text-align: left;
  white-space: normal;
  height: 21px;
  line-height: 21px;
  font-size: 16px
}

.demo.articulateOther-style .name[data-v-c02fc600] {
  font-size: 44px;
  margin: 30px auto 20px;
  height: 58px;
  line-height: 58px
}

.demo.articulateOther-style .introduction[data-v-c02fc600] {
  white-space: normal;
  height: 21px;
  line-height: 21px;
  font-size: 16px
}

.application-carousel-page.vision .demo .introduction,
.application-carousel-page.vision .demo .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.application-carousel-page.vision .demo .productImg {
  background-position: 30px 100px;
  background-size: 80% auto;
  bottom: -70px
}

.application-carousel-page[data-v-3bfebd38] {
  width: 1190px;
  margin: 0 auto;
  position: relative
}

.application-carousel-page.vision[data-v-3bfebd38] {
  height: 255px
}

.application-carousel-page.vision .swiper-img-wrapper[data-v-3bfebd38] {
  height: 255px !important
}

.application-carousel-page.vision .demo .name[data-v-3bfebd38] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.application-carousel-page.no-data-page[data-v-3bfebd38] {
  width: 1200px;
  left: 0
}

.application-carousel-page .slides-wrap[data-v-3bfebd38] {
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-transition: all .6s ease;
  transition: all .6s ease
}

.application-carousel-page .slides-wrap .slider-item[data-v-3bfebd38] {
  width: 289px;
  height: 100%;
  margin: 0 6px
}

.application-carousel-page .slides-wrap .slider-item .swiper-link[data-v-3bfebd38] {
  z-index: 50;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all .6s ease;
  transition: all .6s ease
}

.application-carousel-page .slides-wrap .slider-item .swiper-link .demo[data-v-3bfebd38] {
  cursor: pointer
}

.application-carousel-page .slides-wrap .slider-item .swiper-link.no-cursor .demo[data-v-3bfebd38],
.application-carousel-page .slides-wrap .slider-item .swiper-link.no-cursor[data-v-3bfebd38] {
  cursor: default
}

.application-carousel-page .slides-wrap .slider-item .swiper-link .swiper-img-wrapper[data-v-3bfebd38] {
  padding: 10px;
  width: 100%;
  height: 255px;
  position: relative;
  -webkit-transition: all .6s ease;
  transition: all .6s ease
}

.application-carousel-page .my-wrap[data-v-3bfebd38] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
  z-index: 1;
  text-align: center
}

.application-carousel-page .my-wrap .slides-cus-item[data-v-3bfebd38] {
  display: inline-block;
  width: 289px;
  height: 100%;
  margin: 0 12px
}

.application-carousel-page .my-wrap .slides-cus-item .swiper-link[data-v-3bfebd38] {
  z-index: 50;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all .6s ease;
  transition: all .6s ease
}

.application-carousel-page .my-wrap .slides-cus-item .swiper-link.no-cursor[data-v-3bfebd38] {
  cursor: default
}

.application-carousel-page .my-wrap .slides-cus-item .swiper-link .swiper-img-wrapper[data-v-3bfebd38] {
  padding: 10px;
  width: 100%;
  height: 255px;
  position: relative;
  -webkit-transition: all .6s ease;
  transition: all .6s ease
}

.application-carousel-page .no-data-wrap[data-v-3bfebd38] {
  padding: 0 !important
}

.application-carousel-page .btn[data-v-3bfebd38] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  width: 58px;
  height: 58px;
  background-size: 100%;
  background-position: 50%;
  background-repeat: no-repeat
}

.application-carousel-page .btn[data-v-3bfebd38]:focus {
  outline: none
}

.application-carousel-page .btn.btn-prev[data-v-3bfebd38] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAA6CAMAAADWZboaAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABgUExURUxpcZmZmcLCwp2dnaKioru7u5ycnJycnJmZmZmZmbCwsJmZma2trZ6ensfHx6qqqpubm5mZmZqampycnMPDw5eXl52dnf///319fezs7Pn5+fPz8+Dg4OPj44mJidLS0o4jRjoAAAAXdFJOUwBs9hn29eX0OXv3+fHL/QyECliK+GC3/StqXAAAAXNJREFUSMetl9l6gyAQhQVZBY1J1AGX9v3fsjFp00Uh4PS/9Ts6MmfgUBQBStUTrUmvyiIHpWsjLadNQ7mVptYqTVdqwbp5hCfj3DGhX3/81ErqYYOnsj1FhWci+QS7TFySc+QfReUhiK9E8J8vcoEoi7zsK6/Mwws8u+4pBzvCS0ZWb5V1BUlUw7ZaSMT+qfnCxlTpyH6tlZIekvHyR4/OYoEMFvHtDVJBFhV5+jan3EfJX35uOWTC288pk1OudJKPGdQUsqH6LhU+X+rFvacMDsDW3uruiLRbK67nqO0CLZ/XCTIx985vLvBKs7Ym8knuXEAKt/YoG15G48JSq4o+aKXGuYiU9wUJGGJiLiqlpNDN7pP3NxeXNhojRRSMWCZEcxCWQBgRY3/E0CFGHbHBYLa10hzeTBFbOObgQBxXmEMScTRjAsEththkH22i03A4/NwmKKXm0Q7/G/Qw8RITajFR+h7gzbEAj7o2oC4ryVekD3Fj3mQOwYH/AAAAAElFTkSuQmCC);
  left: -96px
}

.application-carousel-page .btn.btn-prev[data-v-3bfebd38]:active,
.application-carousel-page .btn.btn-prev[data-v-3bfebd38]:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAA6CAMAAADWZboaAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAB4UExURUxpcfprAP/WAPhqAP90APltBvhwC/huCPl1FPudV/umZ/lrAfqPPvqIM/uqbfyye/hvCfhrAvhvCf9wAPl6HPl0Ev9rAPhpAPhqAPlxDfhuB/qRQ/////hpAP/u4f3Xu/7m0//9+v3Rr//48v7k0P/06/7fx/mAJVMjZ3IAAAAcdFJOUwAzAVwLgOX39vX2efbx+v3wa4oW8cgcbUO30fj5bnyMAAABg0lEQVRIx62Xa2OCIBiFURNQxEt5LVDz1v//h3Nra1sKwd6dzz1C7/WA0L7csvYqxiqvLl1kIYcVhPIgTJIw4JQUzDHjTj7O42EUD41DnGP/9BI8+CRcxEZLSPyDHszSoBW7aoM008AOjiah1BRh5X/2SCe06oi3n44j7cUL9fS4RzZ8Fi810/M2zefLVRjoemme2SM1IleWP93Zo7Mw1Ex/xcohvTBWT37k6IA7YaEOf9dGFgkrRdnj0HSyQ6f061g/EJYK/M8uI60t2pJ7D/qhsFZ4PxYv9uiCP3Kaiz8of88ti/+CxmxFi0H3k1ER/aFYm42MusK5ScUniYtKqumSWEoFKmiJaq6u85tUo7xGnrKUEik1aOChSlEQ7UVq0bBCLNmPIJF6NGEQFHBhQJgAyQGUBKAQAeUPaTpAqwMGDGSsAYYpYIRDFgdgXUGWJGA1QwzBakO4qQ3ZWCe3MTY/W8t1NrnzzJs9Z21m9Nz/tZcgUwux0hADD3o2gB4rxk+kN+7ED9fAyHRKAAAAAElFTkSuQmCC)
}

.application-carousel-page .btn.btn-prev.is-disabled[data-v-3bfebd38] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAA6CAMAAADWZboaAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABLUExURUxpceLi4uLi4ufn5+Li4unp6eLi4uPj4+rq6u3t7fDw8OPj4+fn5+Li4uHh4eLi4uLi4uHh4ePj4////+Li4v///+Hh4fz8/Pj4+LqqoVoAAAAVdFJOUwAzbBl7C+X09vj9y/VYioRgQ7cD4Vo654gAAAFXSURBVEjHrZfZlsIgEEQJITQENNth+f8vnRgddTQQSE09+XKlU01DwVhC7TRyIfg4taxGjTBEpHTfa7X+MKIp41ohSUf3pqhJiuPFu+GDe9JDlwc5qeB2FRTxDNxIG11S0crkN18oA24wXfbJ6xF5Y6874DLb4A4VvFm+UKNckdT8Va13hbLXT4dCKRr+etUcO/Tu1VuPOllBrqx87Q1uXZUsfy5KsQ6N9LvsoFyl1PCYsnJ3Xy7fZ1BoVy0tNlTGejTKe0/dCW29PVPvo2KTrzfxx9GsaLbe6FNjQbfWZMjep9GWTWk0Kp9BJzaq3JJpVI2MJ3wI2mdRzZnoU/7k0V4k0FCCAgUDNgHNAbYEsBGR7Q8MHTDqwAGDHGvAYQoc4cjFAVxXyCUJXM1IIFhjSPHn+q/oNJ8OP2wxviRy2Xn5z6AHxUsk1CJRGgnw0LMBeqwUP5F+AB1cymw38rmSAAAAAElFTkSuQmCC);
  cursor: not-allowed
}

.application-carousel-page .btn.btn-next[data-v-3bfebd38] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAA6CAMAAADWZboaAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABgUExURUxpcZmZmcLCwp2dnaKioru7u5ycnJycnJmZmZmZmbCwsJmZma2trZ6ensfHx6qqqpubm5mZmZqampycnMPDw5eXl52dnf///319fezs7Pn5+fPz8+Dg4OPj44mJidLS0o4jRjoAAAAXdFJOUwBs9hn29eX0OXv3+fHL/QyECliK+GC3/StqXAAAAXNJREFUSMetl2ubgiAQhQW5CpqVNuCl/v+/3NXa9pIQOPt+1fM4MmfgUBQBStUTrUmvyiIHpWsjLadNQ7mVptYqTVdqwbppgCfD1DGh33/80Erq4QVPZXuICo9E8hE2Gbkkx8g/ispDEF+J4D+f5AxRZnnaVp6Zhzd4dt5SXtgAbxnsZUNZQRJV/VKthUT+1nxKqfZRM/u1Vkp6SMbLHz06ihkymMW3N0gFWVTk6duccu8lf/m55ZAJbx9TJsdc6SjvM6gpZEP1KhU+X+rF2lMGO2BLb3W3R9otFddToHlRa07LFJjAK+46xZxsltYEHjrneOTDn+1RNix1Jrz4VhU9j0ida4KG6gtCo1LHAlajpNBNXOqut83HjcZIEQUjlgnRHIQlEEbE2B8xdIhRR2wwmG2tNLs3U8QWjjk4EMcV5pBEHM2YQLCEplSpfYlOdWr42QpONiVysfp/gx4mXmJCLSZKrwHe7AvwqGsD6rKSfEX6AMXR3mTzqgYyAAAAAElFTkSuQmCC);
  right: -96px
}

.application-carousel-page .btn.btn-next[data-v-3bfebd38]:active,
.application-carousel-page .btn.btn-next[data-v-3bfebd38]:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAA6CAMAAADWZboaAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAB4UExURUxpcfprAP/WAPhqAP90APltBvhwC/huCPl1FPudV/umZ/lrAfqPPvqIM/uqbfyye/hvCfhrAvhvCf9wAPl6HPl0Ev9rAPhpAPhqAPlxDfhuB/qRQ/////hpAP/u4f3Xu/7m0//9+v3Rr//48v7k0P/06/7fx/mAJVMjZ3IAAAAcdFJOUwAzAVwLgOX39vX2efbx+v3wa4oW8cgcbUO30fj5bnyMAAABg0lEQVRIx62Xa3uCIBiGURMQxFOeKlBTs///D1erta2EYO+er3Zf0Ht8QGhdft0GDedN0NY+cpDHK0JFxNKURYKSint23DbEZTJO8qFpTEocbt+Cm5CwRb5oYSTcmME8izq5qi7KcgPs4XiWWs0x1v7ngPTSqJ4E62RBB/lGAy1WUuXv6Em+1Uns/FfycJQWOh72L7cVVuSFpcVThGxue78z/RUrjwzSWgP5kaMN7qWDevxdG3ksnRTnj0Oz2Q2ds69jw0g6KgrvXUY6V7Qjtx4MmXQWux2LF3d0wZ85LeUfVF5zy5O/oAm/oNWoieJkQsfq0jJE8xN1NpXYRHxUU81HpVRi6CZao1boUXXWd4VoURAZUKVSbUEFqGFGVB00pcYaxFMzqsh6BlIOQQEXBoQJkBxASQAKEVD+kKYDtDpgwEDGGmCYAkY4ZHEA1hVkSQJWM8QQXE2TrQ0RxbOF2duanzXjJGwsF92v2TU7o/ff9hJiaiFWGmLgQc8G0GPF+on0AeagD9ftPDoHAAAAAElFTkSuQmCC)
}

.content .layui-nav {
  background-color: #fff;
}

.best-page .layui-nav:after {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #e0e0e0;
  content: "";
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .6) 51%, rgba(0, 0, 0, .05));
}

.layui-nav .layui-nav-item a {
  width: 130px;
  height: 48px;
  line-height: 48px;
  font-family: Microsoft YaHei;
  letter-spacing: 0;
  text-align: center;
  font-size: 18px;
  color: #666;
}

.layui-carousel-ind ul {
  background: none;
}

.layui-carousel-arrow:hover,
.layui-carousel-ind ul:hover {
  background: none;
}

.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a {
  color: #836B48;
}

.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
  background-color: #836B48;
}

.application-carousel-page .btn.btn-next.is-disabled[data-v-3bfebd38] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAA6CAMAAADWZboaAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABLUExURUxpceLi4uLi4ufn5+Li4unp6eLi4uPj4+rq6u3t7fDw8OPj4+fn5+Li4uHh4eLi4uLi4uHh4ePj4////+Li4v///+Hh4fz8/Pj4+LqqoVoAAAAVdFJOUwAzbBl7C+X09vj9y/VYioRgQ7cD4C091x4AAAFbSURBVEjHrZfbloMgDEURkQSh9bZA/v9LR22ndapEaOY89WU3MRc4CJFQPfRSKdkPtShRpSwAoGlbg8sPq6o8rlYaTPQ7RQNaXQdvug/uRXcNDUrA2Z9qRpAEXGkXfVLR6eQ334AANxhu5+T9ilzZ+wk4jWH2l5rdOB3QEX2W0B6ydT5T4f5ZoTkXnf/Wqrqu0L5Wux41uoBcWP2eDel8kZx8BYVYhkb4DduhLxR2zy3Lr+67yo8dVMYXy6gN1bEcjfrRU/+Ftt5+k+8zY5vIl/7HuG5BKt8QyBrA2pokGloKrcVAoAHTgWEQPRIoERh7IQ2JBpMYNSOFamk0Va1WcdCrhDGdMKNMZHMC2RzGSDAGkTP+jKVjrDrjgOEca4zDlHGEcy4OxnXFuSQZVzPHECw2JGR/6ME62VzzM55YLpdjuYKd/tPosewlx9RyrDTHwLOeDazHSvYT6QeeL8p3Ay0uTwAAAABJRU5ErkJggg==);
  cursor: not-allowed
}

.bread-wrap {
  width: 1200px;
  margin: 0 auto;
  z-index: 999999;
}

.app-breadcrumb {
  margin: 0 auto;
  padding: 18px 0;
  line-height: 21px;
  font-family: Microsoft YaHei;
  font-size: 16px
}

.app-breadcrumb .bread-item {
  display: inline-block
}

.app-breadcrumb .bread-item a {
  text-decoration: none;
  cursor: pointer;
  color: #4c4c4c
}

.app-breadcrumb .bread-item .no-redirect {
  font-weight: 700;
  font-size: 16px;
  color: #000;
  line-height: 21px;
  cursor: text
}

.app-breadcrumb .bread-item .sperator {
  margin: 0 4px
}

.page .layui-nav {
  text-align: center;
}

.page .layui-nav .layui-nav-item a {
  width: 150px;
}

.basePagination {
  height: 56px;
  padding: 12px 16px
}

.basePagination .totalCount {
  float: right;
  line-height: 34px;
  color: #4d4d4d;
  margin-right: 10px
}

.basePagination .pagination {
  float: right;
  display: flex;
  margin: 0;
  vertical-align: top;
  padding: 0;
  font-size: 0;
  list-style: none;
  user-select: none;
}

.basePagination .pagination.border .btn-next,
.basePagination .pagination.border .btn-prev,
.basePagination .pagination.border li {
  border: 1px solid #e5e5e5;
  border-radius: 2px
}

.basePagination .pagination.download .btn-next,
.basePagination .pagination.download .btn-prev,
.basePagination .pagination.download li {
  border: 1px solid #ccc;
  border-radius: 2px
}

.basePagination .pagination li {
  min-width: 32px;
  height: 32px;
  box-sizing: border-box;
  padding: 0 4px;
  margin-right: 8px;
  background: transparent;
  border-radius: 2px;
  cursor: pointer;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
}

.basePagination .pagination li:hover {
  background-color: #fff
}

.basePagination .pagination li.active {
  background: rgba(247, 105, 0, .06) !important;
  border: 1px solid #836B48
}

.basePagination .pagination .btn-next .el-icon,
.basePagination .pagination .btn-prev .el-icon {
  display: none
}

.basePagination .btn-prev {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAO5JREFUWAljOH/+vBfDAIEzZ854D5DVo9aOhsBoCIyGwHALgSVLlvDNmjVrCTn+YiJHE7IeoMVWX79+vfj///9oZHFi2SzEKkRXt2rVKuaPHz/WAC2uBcoxo8sTyyfLAfPnz1f48OHDUqDlVsRahEsdyVEADPLoX79+gYKcYstBjiLZAbh8Qq44yQ5IS0tbysbGps/IyHiMXEuR9ZHsAJDmxMTEBwICAnZAZiPQIX+RDSSVTZYDQJaEhYX9TU9PbwAyQQ55AMRkAbIdALMNGCXHuLm5QVGyFCY2So+GwGgIjIbAaAiQFAID2UUG2Q0AmB1BgXSLLxoAAAAASUVORK5CYII=)
}

.basePagination .btn-prev:hover {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAPBJREFUWAljOH/+vBfDAIEzZ854D5DVo9aOhsBoCIyGwHALgf+5DHzfsxiWkOMvJnI0Iev5ncVg9fMPw0WG/wzRyOLEslmIVYiu7v8qBuZfBxhq/v5nqP3PwMCMLk8snywHfC9gUPhxgGEp0NdWxFqESx3JUfAziyGa8Rc4yCm2HOQokh2AyyfkipPsAPZpDEv/szHoMzAyHCPXUmR9JDsApJlzAsMDDgcGO6AjGhkZGP4iG0gqG6ifMgDKhsCcsBSYExQ4pwOdRCIgKwSQ7WCdxnCMnQUcJUuRxUfZoyEwGgKjITAaAkSHwEB2kUF2AwA/UTRSoX2CCAAAAABJRU5ErkJggg==)
}

.basePagination .btn-next {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAONJREFUWAljOH/+vBfDAIEzZ854D5DVo9aOhsBoCIyGwFAPgVmzZi0BAj5q+IOJHEP+//8f/fXr14tAh1iRox9ZD1kOgBqgAKQPzZ49u37VqlXMyIaSwqbEAQzAkGD+9+9fw4cPHw7Nnz8f5CCSAUUOgNkGdIjVr1+/QFESDRMjlqaKA4i1DJs6FmyCpIoxMjIeY2VljU5MTHxAql6KQgBo8V+ghY0CAgJ25FgOciwlIfAAqD86PT39GMggcgFZDgD6fCkXF1dWTEzMJ3ItHtU3GgKjITAaAqMhAA+Bgewig+wGAOcTQEjCLcIvAAAAAElFTkSuQmCC)
}

.basePagination .btn-next:hover {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAO1JREFUWAntlzEOgkAQRf8KKpVn4Ab2VNba23ADEhNvoIkewIoTaOMpDAUVCeEG3AJRcQQxhIKCXUiIyWy1mczM+7zQLMIwXGKgEwTBaiA0Y9kAG2AD/24gcXCmDWZ9fMdIaQnBTl+Ing4spfnakFqAfAEBZkbwUgc7ukKr7ZS6KgcoKHkI7U3Y32/wki1MKfKvuVOACkiwxANRbsOuai0v/QRoCWtq05uK0jUBnyawjRNi2dlOAQSQkcDRWOAg1shk4UW/coAcHmsC9tiFD1cFXc6o/QMCl6mO+ReuzuZJNsAG2AAbKA0M+UQu2B9tnDWBvrCD0wAAAABJRU5ErkJggg==)
}

.basePagination .basePagination .pagination.border li.active {
  color: #836B48;
  background-color: rgba(247, 105, 0, .06) !important;
  border: 1px solid #836B48
}

.basePagination .el-input__inner:focus,
.basePagination .el-input__inner:hover {
  border-color: #836B48
}

.basePagination .el-input__suffix-inner {
  pointer-events: none
}

.basePagination .pagination .btn-next .el-icon,
.news-wrap .pagination .btn-prev .el-icon {
  display: none
}

.basePagination .btn-prev {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAO5JREFUWAljOH/+vBfDAIEzZ854D5DVo9aOhsBoCIyGwHALgSVLlvDNmjVrCTn+YiJHE7IeoMVWX79+vfj///9oZHFi2SzEKkRXt2rVKuaPHz/WAC2uBcoxo8sTyyfLAfPnz1f48OHDUqDlVsRahEsdyVEADPLoX79+gYKcYstBjiLZAbh8Qq44yQ5IS0tbysbGps/IyHiMXEuR9ZHsAJDmxMTEBwICAnZAZiPQIX+RDSSVTZYDQJaEhYX9TU9PbwAyQQ55AMRkAbIdALMNGCXHuLm5QVGyFCY2So+GwGgIjIbAaAiQFAID2UUG2Q0AmB1BgXSLLxoAAAAASUVORK5CYII=)
}

.basePagination .btn-prev:hover {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAPBJREFUWAljOH/+vBfDAIEzZ854D5DVo9aOhsBoCIyGwHALgf+5DHzfsxiWkOMvJnI0Iev5ncVg9fMPw0WG/wzRyOLEslmIVYiu7v8qBuZfBxhq/v5nqP3PwMCMLk8snywHfC9gUPhxgGEp0NdWxFqESx3JUfAziyGa8Rc4yCm2HOQokh2AyyfkipPsAPZpDEv/szHoMzAyHCPXUmR9JDsApJlzAsMDDgcGO6AjGhkZGP4iG0gqG6ifMgDKhsCcsBSYExQ4pwOdRCIgKwSQ7WCdxnCMnQUcJUuRxUfZoyEwGgKjITAaAkSHwEB2kUF2AwA/UTRSoX2CCAAAAABJRU5ErkJggg==)
}

.basePagination .btn-next {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAONJREFUWAljOH/+vBfDAIEzZ854D5DVo9aOhsBoCIyGwFAPgVmzZi0BAj5q+IOJHEP+//8f/fXr14tAh1iRox9ZD1kOgBqgAKQPzZ49u37VqlXMyIaSwqbEAQzAkGD+9+9fw4cPHw7Nnz8f5CCSAUUOgNkGdIjVr1+/QFESDRMjlqaKA4i1DJs6FmyCpIoxMjIeY2VljU5MTHxAql6KQgBo8V+ghY0CAgJ25FgOciwlIfAAqD86PT39GMggcgFZDgD6fCkXF1dWTEzMJ3ItHtU3GgKjITAaAqMhAA+Bgewig+wGAOcTQEjCLcIvAAAAAElFTkSuQmCC)
}

.basePagination.btn-next:hover {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAO1JREFUWAntlzEOgkAQRf8KKpVn4Ab2VNba23ADEhNvoIkewIoTaOMpDAUVCeEG3AJRcQQxhIKCXUiIyWy1mczM+7zQLMIwXGKgEwTBaiA0Y9kAG2AD/24gcXCmDWZ9fMdIaQnBTl+Ing4spfnakFqAfAEBZkbwUgc7ukKr7ZS6KgcoKHkI7U3Y32/wki1MKfKvuVOACkiwxANRbsOuai0v/QRoCWtq05uK0jUBnyawjRNi2dlOAQSQkcDRWOAg1shk4UW/coAcHmsC9tiFD1cFXc6o/QMCl6mO+ReuzuZJNsAG2AAbKA0M+UQu2B9tnDWBvrCD0wAAAABJRU5ErkJggg==)
}

.basePagination .pagination.border li.active {
  color: #836B48;
  background-color: rgba(247, 105, 0, .06) !important;
  border: 1px solid #836B48
}

.submitBtn .layui-btn {
  background-color: #836B48;
}

.layui-form .layui-form-checked[lay-skin=primary] i {
  border-color: #836B48;
  background-color: #836B48;
  border-color: #836B48;
}

.submitBtn .layui-btn-primary {
  background-color: #fff;
}

.layui-form-item .layui-form-checkbox[lay-skin=primary] {
  margin-top: 0 !important;

}

.layui-input-block {
  display: flex;
  align-items: center;
}

.slider-container {
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
  height: 100%;
  width: 100%;
  position: relative;
  white-space: nowrap
}

.slider-center-center {
  margin: auto;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.slider-touch {
  height: 100%
}

.swiper-container-horizontal>*>.slider-wrapper {
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row
}

.swiper-container-horizontal>*>.slider-wrapper,
.swiper-container-vertical>*>.slider-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
  z-index: 1;
  align-items: center
}

.swiper-container-vertical>*>.slider-wrapper {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column
}

.slider-item {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  width: 100%;
  align-items: center;
  display: flex;
  font-size: 40px;
  justify-content: center;
  text-align: center;
  color: #fff
}

.slider-fade .slider-item {
  position: absolute;
  left: 0;
  opacity: 0
}

.slider-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  z-index: 10
}

.swiper-container-horizontal>.slider-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-container-horizontal>*>.slider-pagination-bullet {
  background: #000 none repeat scroll 0 0;
  border-radius: 100%;
  display: inline-block;
  height: 8px;
  opacity: .2;
  width: 8px;
  cursor: pointer;
  margin: 0 5px
}

.swiper-container-vertical>.slider-pagination-bullets {
  left: 0;
  bottom: auto;
  left: auto;
  width: auto;
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>*>.slider-pagination-bullet {
  background: #000 none repeat scroll 0 0;
  border-radius: 100%;
  height: 8px;
  opacity: .2;
  width: 8px;
  cursor: pointer;
  display: block;
  margin: 5px 0
}

.swiper-container-horizontal .slider-pagination-bullet-active,
.swiper-container-vertical .slider-pagination-bullet-active {
  background: #fff none repeat scroll 0 0;
  opacity: 1
}

.slider-loading {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999
}

.swiper-container-cursorGrab {
  cursor: grab
}

/* jiajun */
.layui-btn-primary:hover {
  border-color: transparent !important;
}