.qrcode-extend {
    position: relative;
}

.qrcode-extend img.qrcode {
    position: absolute;
    z-index: 99;
    bottom: -8rem;
    right: 0;
    width: 7.5rem;
    max-width: none;
    height: 7.5rem;
    transform: scale(0);
    transform-origin: top right;
    opacity: 0;
    border: .3125rem solid #fff;
    border-radius: .0rem;
    box-shadow: 0 0 1rem -.5rem #000;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;

}

.qrcode-extend:hover img.qrcode {
    transform: scale(1);
    opacity: 1;
}

.swiper {
    max-height: 600px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 50ms;
    transform: scale(0.8);
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1);
}



blocsnav .nav-link {
    color: rgba(255,255,255,.8) !important;
    padding: 1rem;
}

#bloc-0 {
    height: 50px;
}

.navbar-brand {
    padding: 0;
}

.a-btn.nav-link.active {
    color: #7bbb39 !important;
}

.joinlink > *{
    color: #333;
    position: relative;
}

.joinlink .card-hover {
    display: flex;
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #751483F0;
    z-index: 1;
    transition: top 300ms;
    color: #fff;
    justify-content: center;
}

.joinlink:hover .card-hover {
    top:0;
}

.joinlink .card-hover p{
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    padding: 0;
    margin: 0;
}
.joinlink .card-hover p span{
    font-weight: 900;
    padding: 5px 10px;
    border: 1px solid #fff;
}
.joinlink .card {
    overflow: hidden;
    margin: 5px auto;
}

.y0-color {
    color: #751483;
}

.y0-bgcolor {
    color: #fff;
    background-color: #751483;
    
}

.y1-color {
    color: #7bbb39;
}

.y1-bgcolor {
    color: #fff;
    background-color: #7bbb39;
}
.sild-nav h2 {
    text-align: center;
    padding: 1rem 0;
    margin: 0;
    border-bottom: 1px dashed rgba(255, 255, 255, .3);
}

.sild-nav ul {
    list-style: none;
    padding: 1rem;
}

.sild-nav ul a:hover {
    color:#7bbb39;
    padding: .5rem 0;
}

.sild-nav .sild-contact {
    padding: 1rem 1rem;
}

.sild-nav .sild-contact p {
    font-size: .5rem;
    padding: 0;
    margin: 0;
}

.md-hidden {
    display: none;
}

@media (min-width: 900px) {
    .md-hidden {
        display: block;
    }
}

.shadow-sharp {
    color: #fff;
    background-color: #751483;
    box-shadow: 10px 10px 0 #7bbb39aa;
}

.shadow-sharp-ms {
    color: #fff;
    background-color: #751483;
    box-shadow: 5px 5px 0 #7bbb39;
}

.content p {
    margin-bottom: 0;
}

.navbar-toggler-icon {
    padding-right: 4rem;
}


.yhtitle {
    font-weight: bold;
    font-size: 3rem;
}

.yhtitle .subtitle {
    font-weight: normal;
    font-size: .5em;
    opacity: .7;
}

.swiper-button-next:after, .swiper-button-prev:after {
    color: #aaa;
}



#jiameng1 .tensp {
  text-align: center;
  margin: 0 auto;
}
#jiameng1 .tensp > div {
  min-height: 200px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#jiameng1 .tensp .title {
  background-color: #6a1477;
}
#jiameng1 .tensp .title .yhtitle {
  color: #fff !important;
}
#jiameng1 .tensp .item {
  background-color: #fafafa;
  color: #111;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
#jiameng1 .tensp .item:hover h4 {
  color: #fff;
}
#jiameng1 .tensp .item:hover p {
  display: block;
  color: #fafafa;
  height: 40%;
  opacity: 1;
}
#jiameng1 .tensp .item:hover > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  background-color: #89aa36;
  z-index: -1;
}
#jiameng1 .tensp .item h4 {
  position: relative;
  margin: 20px 0;
}
#jiameng1 .tensp .item h4 span {
  position: absolute;
  bottom: 100%;
  text-align: left;
  font-size: 6px;
  padding: 5px;
  color: #89aa36;
  font-weight: 900;
}
#jiameng1 .tensp .item p {
  display: block;
  text-align: left;
  font-size: 12px;
  height: 0;
  opacity: 0;
  transition: all 500ms;
}
#jiameng1 .tensp .item > div {
  position: absolute;
  top: 55%;
  bottom: 43%;
  left: 30%;
  right: 30%;
  transition: all 300ms;
  background-color: #9aaf64;
}
#jiameng1 .tensp .item:nth-child(2n) {
  background-color: #f5f5f5;
}
#jiameng1 .tensp .item:nth-child(5n) {
  background-color: #f0f0f0;
}
#jiameng1 .tensp .item:nth-child(7n) {
  background-color: #ebebeb;
}
#jiameng1 .process .main-box {
  display: flex;
  padding: 10px;
  flex-direction: column;
  padding-top: 180px;
}
#jiameng1 .process .main-box > div {
  display: flex;
  max-width: 720px;
  margin: auto;
  position: relative;
  justify-content: center;
  width: 100%;
}
#jiameng1 .process .main-box .b-0 {
  border-top: 4px dashed #6a1477;
  border-right: 4px dashed #6a1477;
  border-radius: 0px 0px 0px 0px;
}
#jiameng1 .process .main-box .b-1 {
  border-top: 4px dashed #6a1477;
  border-left: 4px dashed #6a1477;
  border-bottom: 4px dashed #6a1477;
  border-radius: 0px 0 0 0px;
  flex-direction: row-reverse;
}
#jiameng1 .process .main-box .b-2 {
  border-bottom: 4px dashed #6a1477;
  border-right: 4px dashed #6a1477;
  border-radius: 0px 0px 0px 0;
}
#jiameng1 .process .main-box .n-2:last-child {
  flex-direction: row-reverse;
  height: 60px;
}
#jiameng1 .process .main-box .item {
  text-align: center;
  position: relative;
  padding: 0 60px;
  top: -145px;
}
#jiameng1 .process .main-box .item > span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 900;
  background-color: #89aa36;
  color: #fff;
  text-align: center;
  border-radius: 100%;
}
#jiameng1 .process .main-box .item .cirl {
  color: #111;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-color: #fafafa;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
  transition: background 300ms;
  box-shadow: 0 0 5px #aaaa;
}
#jiameng1 .process .main-box .item .cirl i {
  display: inline-block;
  line-height: 120px;
}
#jiameng1 .process .main-box .item .cirl i svg {
  width: 60%;
  height: 60%;
  transition: width, height 300ms, 300ms;
}
#jiameng1 .process .main-box .item .cirl i svg path {
  stroke: #555;
  fill: #555;
}
#jiameng1 .process .main-box .item .cirl:hover {
  background-color: #6a1477;
  color: #fff;
}
#jiameng1 .process .main-box .item .cirl:hover i {
  display: inline-block;
  line-height: 120px;
}
#jiameng1 .process .main-box .item .cirl:hover i svg {
  width: 70%;
  height: 70%;
}
#jiameng1 .process .main-box .item .cirl:hover i svg path {
  stroke: #fff;
  fill: #fff;
}
#jiameng1 .process .main-box .item .cirl .tips {
  color: #111;
  display: inline-block;
  min-width: 200px;
  opacity: 0;
  border-radius: 5px;
  box-shadow: 0 0 5px #aaaa;
  background-color: #fafafa;
  text-align: center;
  padding: 1em;
  position: absolute;
  bottom: 100%;
  transition: bottom, opacity 300ms, 300ms;
}
#jiameng1 .process .main-box .item .cirl .tips > p {
  margin: 0;
  padding: 0;
}
#jiameng1 .process .main-box .item .cirl:hover .tips {
  display: inline-block;
  bottom: calc(100% + 5px);
  opacity: 1;
}
.cond {
  position: relative;
  z-index: 2;
  min-height: 50px;
  padding: 20px;
}
.cond .bloc {
  padding: 0;
}
.cond .text {
  max-width: 720px;
  border-radius: 15px;
  padding: 20px;
  margin: 0 auto;
  background: #fffe;
  color: #111;
}
.cond .text h4 {
  margin-top: 20px;
}
.cond img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#jiameng3 .custom-say .text {
  padding: 7%;
  background: #fefef6;
}
#jiameng3 .custom-say .text h4 {
  padding: 20px 0;
  color: #111;
}
#jiameng3 .custom-say .text p {
  color: #333;
  text-indent: 2em;
}
#jiameng3 .custom-say .image-box {
  position: relative;
}
#jiameng3 .custom-say .image-box div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#jiameng3 .custom-say .image-box div img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#jiameng3 .fiveps {
  margin: 0;
  text-align: center;
  font-size: 16px;
  transition: background 300ms;
}
#jiameng3 .fiveps .icon-svg i {
  display: inline-block;
  line-height: 100px;
}
#jiameng3 .fiveps .icon-svg i svg {
  width: 70%;
  height: 70%;
  transition: width, height 300ms, 300ms;
}
#jiameng3 .fiveps .icon-svg i svg path {
  stroke: #555;
  fill: #555;
}
#jiameng3 .fiveps:hover {
  background-color: #6a1477;
}

#jiameng3 .fiveps h4{
  color: #111;
  font-weight: bold;
}
#jiameng3 .fiveps span,#jiameng3 .fiveps p {
  color: #555;
}

#jiameng3 .fiveps:hover h4,#jiameng3 .fiveps:hover span,#jiameng3 .fiveps:hover p {
  color: #fff;
}

#jiameng3 .fiveps:hover .icon-svg i {
  display: inline-block;
}
#jiameng3 .fiveps:hover .icon-svg i svg {
  width: 90%;
  height: 90%;
}
#jiameng3 .fiveps:hover .icon-svg i svg path {
  stroke: #fff;
  fill: #fff;
}
@media (max-width: 768px) {
  .tensp .title {
    display: none !important;
  }
  .process .main-box .item {
    padding: 0 5px !important;
  }
  #jiameng1 .tensp > div {
    min-height: 160px;
  }
  .fiveps:nth-child(2n) {
    border-right: 1px solid #111;
  }
  .fiveps:nth-child(-n + 5) {
    border-bottom: 1px solid #111;
  }
}
@media (min-width: 768px) {
  #jiameng1 .mtitle {
    display: block;
  }
  .fiveps:nth-child(3n),
  .fiveps:nth-child(3n + 2) {
    border-right: 1px solid #111;
  }
  .fiveps:nth-child(-n + 4) {
    border-bottom: 1px solid #111;
  }
}


.spliter {
  height: 9vw;
  max-height: 120px;
}

.spliter1 {
  height: 3vw;
  max-height: 40px;
}

#jiameng3 h3 {
  font-weight: 900;
  font-size: 36px;
  color: #111;
}

#jiameng3 .fiveps h3 span {
  color: #111;
  font-size: 24px;
  letter-spacing: 3.4px;
}

#jiameng3 .fiveps:hover h3 {
  font-weight: 900;
  font-size: 36px;
  color: #fff;
}

#jiameng3 .fiveps:hover h3 span {
  color: #fff;
  font-size: 24px;
  letter-spacing: 3.4px;
}

#jiameng3 .fiveps:last-child .icon-svg i svg {
  width: 100%;
  height: 100%;
  transition: width, height 300ms, 300ms;
}
#jiameng3 .fiveps:last-child .icon-svg i svg path {
  stroke: #111;
  fill: #111;
}

#jiameng3 .fiveps:last-child:hover .icon-svg i svg path {
  stroke: #fff;
  fill: #fff;
}

#jiameng3 .fiveps:last-child:hover .icon-svg i svg {
  width: 100%;
  height: 100%;
}


.cs-swiper {
  width: 100%;
	height: 100%;
	overflow: hidden;

}

.cs-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 50ms;
    transform: scale(1);
}


.cs-swiper .swiper-button-next {
  right: -3vw;
}

.cs-swiper .swiper-button-prev {
  left: -3vw;
}
.cs-swiper .swiper-button-next::after,.cs-swiper .swiper-button-prev::after {
  color:#333;
}

.nav-item {
  margin: auto .6rem;
}

@media (max-width: 767px){
#bloc-1 {
    display: block;
}

}