/*
 * @Description: file content
 * @Author: Provenr
 * @Date: 2019-06-18 16:09:51
 * @LastEditors: Provenr
 * @LastEditTime: 2019-07-11 11:11:54
 */

@import url('reset.css');
@import url('base.css');


.section0,.section1{
  position: relative;
  width: 1200px;
  display: block;
  margin: 0 auto;
  margin-bottom: 80px;
}

/* Banner Area css
============================================================================================ */

/* 优选 */
#youxuanSwiper{
  width: 100%;
  /* height: 400px; */
  /* height: 514px; */
  /* background: #FFD133; */
  /* margin-top: 80px; */
}

#youxuanSwiper .swiper-slide{
  position: relative;

  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: 300ms;
  background: #97ccfe;
  text-align: center;
  font-size: 18px;

}
#youxuanSwiper .swiper-slide img{
  width: 438px;
  height: 514px;
  display: block;

  text-align: center;
  font-size: 18px;
}
#youxuanSwiper .swiper-slide:not(.swiper-slide-active){
  transform: scale(0.76);
}
/* #youxuanSwiper .swiper-slide-active{
  transform: scale(1.3);
}
#youxuanSwiper .swiper-slide-active img{
  width: 438px;
  height: 514px;
} */

#youxuanSwiper .swiper-button-prev{
  background-image:url('../img/youxuan-left-arrow.png');
  width: 44px;
  height: 44px;
  background-size: 44px 44px;
  left:20px;
  top: calc(50% + 37px);
  right:auto;
}
#youxuanSwiper .swiper-button-next{
  width: 44px;
  height: 44px;
  background-size: 44px 44px;
  background-image:url('../img/youxuan-right-arrow.png');
  right:20px;
  left: auto;
  top: calc(50% + 37px);
}

#youxuanSwiper .swiper-slide .brand-small{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2em;
  line-height: 2em;
  background: rgba(0, 0, 0, 0.6);
  font-size: 1.3em;
  color: #fff;
  transition: all 500ms;
}
#youxuanSwiper .swiper-slide .brand-mask{
  position: absolute;
  width: 100%;
  bottom:0;
  left: 0;
  height: 100%;
  font-size: 3em;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  transition: all 1s;
  display: none;
}
#youxuanSwiper .swiper-slide .brand-mask img{
  background: transparent;
  position: absolute;
  /* width: 150px;
  height: 77px; */
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  /* display: inline-block; */
}
/* #youxuanSwiper .swiper-slide-active:hover .brand-mask{
  height: 100%;
}
#youxuanSwiper .swiper-slide-active:hover .brand-mask img{
  display: block;
}
#youxuanSwiper .swiper-slide-active:hover .brand-small{
  opacity: 0;
} */
#youxuanSwiper .swiper-pagination{
  right: 0;top:0;width: 100px;height: 50px;left: auto;
  font-size: 24px;
}

/* 保证金 */
.security-deposit{
  display: flex;
  align-items: center;
  justify-content: center;
}
.security-deposit .sect1-line{
  width: 6rem;
  height: 6px;
  background: #0F0C0B;
  box-shadow:0px 2px 4px 0px rgba(0,0,0,0.5);
  display: block;
}
.security-content{
  /* margin:  0 auto; */
  display: flex;
  width: 250px;
  height: 50px;
  border-left: 2px solid #333;
  border-right: 2px solid #333;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.security-content .number-content{
  letter-spacing: 2px;
}
.section2{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.appr-section .bg-yellow-box{
  width: 1063px;
  background: #FFCA2D;
  height: 426px;
}
.section2 .sect2-content{
  position: absolute;
  z-index: 100;
  width: 1070px;
  height: 1094px;
  left: 65px;
  top: 80px;
  background: #fff;
  box-sizing: border-box;
  padding: 30px 0 30px 50px;
}
.section2 .sect2-content .left{
  /* background: red; */
  /* position: relative;
  bottom: 100px;
  right: 0; */
  position: relative;
}
.section2 .sect2-content .left .identify-img{
  /* position: absolute;
  bottom: 100px;
  right: 0; */
  width: 440px;
  height: 440px;
}

.section2 .sect2-content .left .xcx-qrcode-mask{
  width: 440px;
  height: 440px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}

.section2 .sect2-content .left .xcx-qrcode-mask img{
  width: 150px;
  height: 178px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)
}
.section2 .sect2-content .left .identify-img-box:hover .xcx-qrcode-mask{
  display: block
}

.section2 .sect2-content .left .content-text{
  position: absolute;
  top: 30px;
  right: 0;
  width: 380px;
  height: 440px;
}
.section2 .sect2-content .left .content-text-box{

  width: 230px;
  height: 440px;
}


.appr-title{
  margin-top: 30px;
  font-size: 26px;
  height: 50px;
  position: relative;
  right: 0;
}
.appr-title i{
  height: 45px;
  display: table-cell;
  vertical-align: bottom;
}
.appr-title::after{
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 40px;
  content: 'authority';
  text-transform:uppercase;
  color:rgba(0,0,0,0.1);
  letter-spacing: 8px;
}
.section2 .sect2-content .right{
  position: absolute;
  right: 0;
  margin-top: 40px;
  /* background: red; */
  width: 730px;
  height: 520px;
}
.section2 .sect2-content .right .content-text{
  position: absolute;
  left: 0;
  bottom: 0;
  background: #FFCA2D;
  width: 400px;
  /* padding: 5px 0; */
  /* height: 50px; */
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* line-height: 50px; */
}
.section2 .sect2-content .right .content-text i{margin: 0 5px}
.section2 .sect2-content .right .content-text::after{
  position: absolute;
  content: '';
  left: 0;
  top: -30px;
  /* background: #CC9A04; */
  border: 15px solid transparent;
  border-right: 15px solid #CC9A04;
  border-bottom: 15px solid #CC9A04;
  width: 0;
  height: 0;
}
.section2 .sect2-content .right img{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 700px;
  height: 520px;
}
.diagonal-stripes{
  position: absolute;
  left: -30px;
  bottom: 100px;
  width: 150px;
  height: 60px;
  background: linear-gradient(
        45deg,
        rgba(0, 0, 0) 0, rgba(0, 0, 0) 25%, transparent 25%, transparent 50%,
        rgba(0, 0, 0) 50%, rgba(0, 0, 0) 75%, transparent 75%, transparent
      );
  background-size: 10px 10px;
}

.appr-section .bg-img-box{
  position: relative;
  width: 100%;
  height: 828px;
  background: url('../img/timg.jpg') no-repeat 0 0;
}
.appr-section .bg-img-box .appr-tip{
  position: absolute;
  top: 240px;
  left: 0;
  z-index: 100;
}


.section3{
  width: 1200px;
  margin: 80px auto 0;
}
.section3 .recycle-flag-img{
  width: 190px;
  height: 190px;
  position: absolute;
  left: 50%;
  margin-top:-20px;
  margin-left: -95px;
}
.section3 .recycle-flag-img img{
  width: 190px;
  height: 190px;
}

.section3 .recycle-title{
  margin-left: 200px;
  background: url(../img/recycle-tit.jpg) no-repeat 0 0;
  font-size: 26px;
  height: 100px;
  line-height: 80px;
  position: relative;
  right: 0;
  background-position: 40px 0;
  background-size: 420px 80px;
}
.section3 .recycle-title::after{
  position: absolute;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: #FFCA2D;
  top: 15px;
  left: 0;
  z-index: -1;
}
.section3 .recycle-title i{
  height: 45px;
  display: table-cell;
  vertical-align: bottom;
}
.recyle-wrapper .jimai-item, .recyle-wrapper .recycle-item{
  display: flex
}
.recyle-wrapper .recycle-item{
  margin-top: 140px;
}
.recyle-wrapper h3{
  margin: 10px 0;
}
.recyle-wrapper p{
  margin: 6px 0;
}
.recyle-wrapper .recycle-item{
  justify-content: flex-end
}
.recyle-wrapper .jimai-item .img-box{
  width: 588px;
  height: 380px;
  background: url('../img/jimai-bg.jpg') no-repeat 0 0;
  position: relative;
}

.recyle-wrapper .recycle-item .img-box{
  border: 2px solid #0F0C0B;
  /* width: 560px; */
  padding: 10px;
  /* height: 340px; */
}
.recyle-wrapper .jimai-item .img-box .recycle-img-wrapper{
  position: absolute;
  top: 30px;
  left: 30px;
}
.recyle-wrapper .jimai-item .content-text{
  margin-top: 100px;
  margin-left: 200px;
}
.recyle-wrapper .recycle-item .content-text{
  margin-top: 100px;
  margin-right: 200px;
}
.recyle-wrapper .img-box .xcx-qrcode-mask{
  width: 560px;
  height: 358px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
.recyle-wrapper .img-box .xcx-qrcode-mask img{
  width: 150px;
  height: 178px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)
}
.recyle-wrapper .img-box:hover .xcx-qrcode-mask{
  display: block
}

.section4{
  margin-top: 80px;
}
.section4 .title-box{
  width: 1200px;
  margin: 0 auto;
  /* background: #0F0C0B; */
  display: flex;
  justify-content: flex-end;
}
.section4 .yanghu-title{

  background: url(../img/yanghu.png) no-repeat 0 0;
  font-size: 26px;
  height: 100px;
  line-height: 80px;
  position: relative;
  width: 420px;
  text-align: right;
  background-position: 40px 0;
  background-size: 420px 80px;
}
.section4 .yanghu-title i{
  position: absolute;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  bottom: 0;
  right: 0;
}
.section4 .yanghu-title::after{
  position: absolute;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: #FFCA2D;
  bottom: 15px;
  right: -15px;
  z-index: -1;
}
.yanghu-wrapper{ position: relative;}
.yanghu-content{
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 972px;
}
.yanghu-content .yanghu1,.yanghu2,.yanghu3{
  /* position: absolute; */
  border: 0;
  outline: none;
}
.yanghu1{
  width: 750px;
  height: 461px;
  margin-top: 80px;
  margin-left: 90px;
  position: absolute;
  z-index: 1;
}
.yanghu2{
  margin-top: 60px;
  width: 680px;
  height: 430px;
}
.yanghu3{
  position: absolute;
  width: 952px;
  height: 286px;
  right: 0;
  top: 236px;
  /* z-index: -1; */
}

/* map */
.map-wrapper{
  width: 1200px;
  margin: 80px auto 0;
  position: relative;
}
.map-content{
  display: flex;
  align-items: center;
}
.store-text{position: relative; margin-right: 100px;}
.store-text::before{
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  display: block;
  width:24px;
  height:5px;
  background:rgba(0,0,0,1);
}
.ph-store-map{
  width: 1200px;
  /* margin: 80px auto 0; */
  position: relative;
}
.join-us{
  width: 100%;
  background: #0F0C0B;
  height: 98px;
}
.join-us-content{
  height: 98px;
  width: 1200px;
  margin: 0 auto;
  font-size: 24px;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.join-us a{color: #fff}
.media-section{
  width: 1200px;
  margin: 70px auto 0;
}
.media-section .title-box{
  padding-right: 80px;
  overflow: hidden;
}
.media-section .title-box img{
  width: 677px;
  /* height: 63px; */
  float: right;
}

.sale-qrcode-box {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 100;
}
.sale-code{
  position: relative;
  cursor: pointer;
}
.sale-code .qrcode-img{
  position: absolute;
  top: 0;
  left: -150px;
  display: none;
}
.sale-code:hover .qrcode-img {
  display: block;
}

#certify{width:100%;position:relative;}
/* #certify .img{width:100%;height:480px;position:absolute;text-align:center;cursor:pointer;}
#certify .btn{margin-top:170px;} */
#certify .swiper-container{
  height: 550px;
  margin-top: 60px;
}

#certify .swiper-slide {
  width: 490px;
  height: 490px;
  background: transparent;
}
#certify .swiper-slide-active{
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
}
#certify .swiper-slide p{
  display: none;
}
#certify .swiper-slide-active p{
 display: block !important;
}
#certify .swiper-slide img{
  width: 490px;
  height: 490px;
}
#certify .swiper-slide p{
  background: transparent;
  text-align: center;
  line-height: 60px;
}
#certify .swiper-button-prev{
  background-image:url('../img/media-left-arrow.png');
  width: 44px;
  height: 44px;
  background-size: 44px 44px;
  left:20px;
  right:auto;
  top: 50%;
  margin-top: -55px;
}
#certify .swiper-button-next{
  width: 44px;
  height: 44px;
  background-size: 44px 44px;
  background-image:url('../img/media-right-arrow.png');
  right:20px;
  left: auto;
  top: 50%;
  margin-top: -55px;
}
.media-section-list{

}
.media-section-list .title-box{
  width: 1200px;
  margin: 50px auto 0;
  padding-left: 80px;
  margin-bottom: 40px;
  overflow: hidden;
}
.media-section-list .title-box img{
  width: 877px;
  /* height: 63px; */
}
.media-section-content li{  color: #fff;font-size: 14px;line-height: 2.4;width: 400px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.media-section-content li:hover{  color: #FFCA2D;text-decoration: underline}
.media-section-content{
  height: 188px;
  background: #0F0C0B;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.media-section-content-list_left{
  padding-right: 30px;
  border-right: 1px solid #fff;
}
.media-section-content-list_right{
  padding-left: 30px;
}
.frend-link{
  width: 1200px;
  margin: 70px auto 0;
}
.frend-link img{
  margin-left: 89px;
}
.frend-link-tit{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
.frend-link-tit span{
  padding: 0 5px;
}
.frend-link-tit::after,.frend-link-tit::before{
  content: '';
  width: 20px;
  height: 3px;
  background: #0F0C0B;
}
footer{
  width: 100%;
  height: 400px;
  background: url('../img/footer.png') no-repeat 0 0;
  /* background-size: contain; */
  background-position: center center;
}
footer img{
  display: block;
}
#tip{
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  height: 60px;
  background: rgba(0, 0, 0, 0.7);
  /* opacity: .8; */
  z-index: 10000;
}
#tip .content{
  width: 1200px;
  position: relative;
  left: 50%;
  margin-left: -600px;
  top: -47px;
}
#tip .content .close{
  position: absolute;
  right: 0;
  top: 70px;
}
@media screen and (max-width: 1366px) {
  .appr-tip img{
    width: 80% !important;
  }
}
