/*首页样式*/

body {
  background: #ffffff;
  font-size: 16px;
  font-family: "微软雅黑";
  /*overflow: hidden;*/
}


.text01:nth-child(1) {
  margin-top: 58px;
  font-size: 48px;
  height: 65px;
  line-height: 65px;
  font-family: SourceHanSansSC-Heavy;
  font-weight: bold;
  color: rgba(46, 46, 46, 1);
}

.text01:nth-child(2) {
  font-size: 46px;
  font-family: SourceHanSansSC-Heavy;
  font-weight: bold;
  color: rgba(46, 46, 46, 1);
  height: 80px;
  line-height: 80px;
  margin: 65px 0;
}

.text01:nth-child(2)>em {
  font-size: 60px;
  color: #e73e1c;
}

.text01:nth-child(3) {
  font-size: 46px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  height: 65px;
  line-height: 65px;
}

.appointment {
  display: flex;
  justify-content: center;
  margin-top: 65px;
  margin-bottom: 60px;
}

.appointment>.input {
  width: 755px;
  height: 120px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(207, 145, 76, 1);
  border-radius: 12px;
}

.appointment>.input>input {
  width: 755px;
  height: 120px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(207, 145, 76, 1);
  border-radius: 12px;
  /*text-align: center;*/
  font-size: 30px;
  text-indent: 30px;
  outline: none;
}

/*.appointment>.input>input::-ms-input-placeholder,
.appointment>.input>input::-moz-placeholder,*/

.appointment>.input>input::-webkit-input-placeholder {
  color: #858585;
  text-align: center;
}

.btns_appointment {
  width: 247px;
  height: 120px;
  background: linear-gradient(182deg,
    rgba(249, 198, 122, 1),
    rgba(233, 179, 122, 1),
    rgba(229, 162, 87, 1));
  border-radius: 12px;
  margin-left: 45px;
  font-size: 36px;
  font-family: Adobe Heiti Std R;
  font-weight: normal;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 120px;
  cursor: pointer;
}

/*公用标题 start*/

.title {
  text-align: center;
  margin-top: 40px;
}

/*公用标题 end*/

/*slogan end*/

/*奢侈品回收入口 start*/

.entrance {
  height: 550px;
}

.entrance_container {
  margin: 0 auto;
}


/*奢侈品回收入口 end*/

/*点评 start*/




/*点评 end*/

/*荣誉资质 start*/

.qualifications {
  height: 600px;
  padding-top: 59px;
  box-sizing: border-box;
}

.qualifications_container {
  margin: 0 auto;
  height: 475px;
  background: rgba(255, 255, 255, 1);
  border: 2px solid rgba(226, 226, 225, 1);
  border-radius: 20px;
  overflow: hidden;
}

.qualification-banner {
  /*margin-top: 50px;*/
  position: relative;
}

.qualification-banner>.swiper-wrapper>.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.qua-button-prev {
  left: 0;
  background: url(../images/default_right.png) no-repeat center;
}

.qua-button-next {
  right: 0;
  background: url(../images/default_left.png) no-repeat center;
}

.qua-button-prev:hover {
  background: url(../images/right.png) no-repeat center;
}

.qua-button-next:hover {
  background: url(../images/left.png) no-repeat center;
}

/*荣誉资质 end*/

/*回收案例 start*/

.case {
  height: 671px;
  background: #f3f3f3;
  overflow: hidden;
}

.case_container {
  margin: 0 auto;
}

.case-num {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 20px;
  color: rgb(162, 162, 158)
}

.case-num>em {
  color: #FF7200;
  font-size: 24px;
}

.case_container .category_list {

  display: flex;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.11);
  background: #fff;
  flex-wrap: wrap;
  height: 446px;
}

.case_container .category_item {
  width: 300px;
  height: 51px;
  text-align: center;
  line-height: 51px;
  font-size: 21px;
  color: #210804;
  border-bottom: 2px solid #cea36a;
  box-sizing: border-box;
}

.case_container .category_item a {
  display: block;
}

.case_container .category_item.active {
  background: linear-gradient(180deg,
    rgba(241, 195, 127, 1),
    rgba(212, 148, 76, 1));
}

.case_container .category_item.active a {
  color: #fff;
}

.category_swiper {
  height: 395px;
  width: 1200px;
  overflow: hidden;
}

.category_swiper .swiper {
  height: 395px;
  width: 1200px;
  overflow: hidden;
}

.category_swiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.box {
  position: relative;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.11);
}
.reback-stamp{
  position: absolute;
  right: 0;
  bottom: 35px;
}
.box:hover {
  border: 1px solid #d89b53;
}

.box:hover .desc {
  background: linear-gradient(182deg,
    rgba(241, 195, 127, 1),
    rgba(212, 148, 76, 1));
}

.box .img_box {
  width: 207px;
  height: 207px;
}

.box .img_box img {
  width: 100%;
  height: 100%;
}

.box .desc {
  width: 207px;
  height: 83px;
  box-sizing: border-box;
}

.desc p {
  text-align: center;
  padding: 5px 0;
}

/*回收案例end*/

/* vip start*/

.vip {
  height: 689px;
  background: #f8f8f8;
  overflow: hidden;
}

.vip_container {
  margin: 0 auto;
}

.vip_list {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.vip_item_img img {
  display: block;
  width: 276px;
  border-radius: 20px 20px 0 0;
}

.vip_item_footer {
  width: 276px;
  height: 205px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 16px 0px rgba(211, 211, 214, 1);
  border-radius: 0px 0px 16px 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.vip_item_footer_title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 20px;
  color: #1b1b1b;
}

.vip_item_footer>.input {
  width: 252px;
  height: 53px;
  background:#F4F4F4;
  border-radius: 27px;
  outline: none;
  border: none;
  text-align: center;
  font-size: 18px;
  box-sizing: border-box;
}

.vip_item_footer>.input:hover {
  border: 1px solid rgba(216, 155, 83, 1);
  box-shadow: 0px 6px 8px 0px rgba(188, 188, 188, 0.44);
}

.vip_item_footer>.input:focus {
  border: none;
  box-shadow: inherit;
}

.vip_item_footer>.input::-webkit-input-placeholder {
  font-size: 18px;
  font-family: MicrosoftYaHeiLight;
  color: #999;
}

.vip_btn {
  width: 96px;
  height: 41px;
  border: 1px solid rgba(243, 243, 243, 1);
  border-radius: 11px;
  text-align: center;
  line-height: 41px;
  font-size: 18px;
  color: #7b7b7b;
}

.vip_btn.focus {
  color: #d89b53;
  border-color: #d89b53;
  cursor: pointer;
}

.vip_btn:hover {
  background: #d89b53;
  color: #fff;
  cursor: pointer;
}

/*vip end*/

/*process start*/

.process {
  height: 617px;
  background: #f3f3f3;
  overflow: hidden;
}

.process_container {
  margin: 0 auto;
}

.process_list {
  margin-top: 58px;
  display: flex;
  justify-content: space-around;
}

.process_item:hover {
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.process_item {
  margin: 0 15px;
}

.process_item .process_item_footer {
  display: block;
  position: relative;
  width: 277px;
  height: 391px;
  background: url(../images/process.png) no-repeat center;
}

.process_item:nth-child(1) .process_item_footer {
  background: url(../images/process01.png) no-repeat center;
}

.process_item:nth-child(2) .process_item_footer {
  background: url(../images/process02.png) no-repeat center;
}

.process_item:nth-child(3) .process_item_footer {
  background: url(../images/process03.png) no-repeat center;
}

.process_item:nth-child(4) .process_item_footer {
  background: url(../images/process04.png) no-repeat center;
}

.process_item_footer .process_item_footer_modal {
  height: 153px;
  width: 100%;
  background: rgba(0, 0, 0, 1);
  opacity: 0.54;
  border-radius: 0px 0px 16px 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.process_item_footer .process_item_footer_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 153px;
  width: 100%;
  z-index: 2;
  color: #fff;
}

.process_item:hover .process_item_footer .process_item_footer_btn,
.process_item:hover .process_item_footer_btn .txt,
.process_item:hover .process_item_footer_btn .item_btn {
  color: #d4944c;
}

.process_item_footer_btn .txt {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
}

.process_item_footer_btn .item_btn {
  display: block;
  width: 163px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid rgba(243, 243, 243, 1);
  border-radius: 22px;
  color: #fff;
  margin: 0 auto;
}

/*process end*/

/*会麦优势 start*/

.advantage {
  /* height: 631px; */
  overflow: hidden;
}

.advantage_container {
  margin: 0 auto;
}


/*会麦优势 end*/

/*合作机构 start*/

.partners {
  background: #f3f3f3;
  overflow: hidden;
  padding-bottom: 53px;
}

.partners_container {
  margin: 0 auto;
}

.partners_list {
  margin-top: 50px;
}

/*合作机构 end*/

/*footer start*/

footer {
  background: url(../images/footer_03.png) no-repeat center;
  height: 515px;
  padding-top: 55px;
  box-sizing: border-box;
	background-size: 100% 100%;
	box-shadow: 0 0 21px #adadad inset;
	width: 1000px;
    margin: 0 auto;
	background-color:#fff;
	border-radius: 10px;
}

.footer {
  margin: 0 auto;
  color: #fff;
  display: flex;
	margin-top: 30px;
}

.footer_list>li {
  float: left;
  margin-right: 115px;
}

.footer .footer_list {
  /* width: 795px; */
}

.item_title {
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold;
  letter-spacing: 3px;
  margin-bottom: 30px;
}

.son_item {
  margin-bottom: 10px;
}

.son_item:hover a {
  color: #333;
}

.son_item>a {
  color: #999;
  position: relative;
}

.son_item>.showQrcode:hover .foot_qrcode {
  display: block;
}

.son_item>a>.foot_qrcode {
  position: absolute;
  top: -54px;
  right: -115px;
  width: 100px;
  height: 100px;
  display: none;
}

.footer_line {
  width: 1px;
  height: 171px;
  background: #999;
  /* margin-right: 175px; */
  margin-right: 40px;
  margin-top: 8px;
}

.footer_right .right_phone {
  font-size: 26px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #000;
  letter-spacing: 2px;
  text-align: center;
}

.footer_right .right_tips {
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin: 8px 0;
}

.footer_right .footer_qrcode {
  display: flex;
}

.footer_right .footer_qrcode a {
  display: inline-block;
  /* margin-right: 13px; */
}

.footer_right .footer_qrcode img {
  width: 130px;
  height: 130px;
  display: block;
  margin-right: 13px;
}

/* footer 版权和地址 */
.footer-address {
  text-align: center;
  margin-top: 10px;
  line-height: 30px;
  width: 100%;
}

/* 临时*/
.temp {
  width: 795px;
  height: 178px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.temp>p {
  width: 100%;
  display: flex;
  align-items: center;
}

/* 视频 */
section.video {
  position: relative;
  margin: 0 auto;
  margin-bottom: 45px;
  width: 960px;
}

section.video .video-container {
  position: relative;
}

section.video .title {
  margin-bottom: 30px;
}

.vjs-poster {
  background-size: cover;
}

#my-video {
  margin: 0 auto;
  box-shadow: 1px 6px 16px 6px #ccc;
}

.play {
  width: 150px;
  height: 150px;
  position: absolute;
  top: calc(50% - 75px);
  left: calc(50% - 75px);
  z-index: 3;
  cursor: pointer;
}

.play img {
  width: 100%;
  height: 100%;
  display: block;
}

.pause {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.foot{
   background: url(../images/footer_.jpg) rgba(0, 0, 0, .65) no-repeat center;
    height: 580px;
    box-sizing: border-box;
    background-size: 100% 100%;
	padding-top: 20px;
	background-blend-mode: multiply;
}