@font-face {
  font-family: Oswald-Medium;
  src: url(./font/Oswald-Medium.ttf);
}

html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd,
ol,
form {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

input,
textarea {
  border: none;
  outline: none;
}

body {
  /* font-family: Oswald-Medium !important; */
  overflow-x: hidden;
}

img {
  border: 0;
  vertical-align: middle;
  width: 100%;
}

.ellipse {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 超出两行省略号 */

.ellipse-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -ms-text-overflow: ellipsis;
}

.bg-gray-1 {
  background: rgba(221,221,221,1) !important;
}

/*动画部分*/

.delay-02s {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.delay-05s {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.delay-07s {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}

.delay-10s {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.delay-13s {
  animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
}

/* 公用标题 */

.public-headings {
  margin: 40px auto;
  text-align: center;
}

.public-headings h3 {
  font-size: 30px;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 42px;
  letter-spacing: 1px;
}

.public-headings p {
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
  line-height: 22px;
  letter-spacing: 2px;
  margin-top: 10px;
}

.arrow-right {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #333;
  display: inline-block;
  position: absolute;
  top: 15px;
  right: -14px;
}

.bg-gray {
  color: #ccc !important;
}

.bg-cl-g {
  background: rgba(248, 248, 248, 1) !important;
}

.bg-cl {
  background: -webkit-gradient(linear, right top, left top, from(rgba(77, 239, 219, 1)), to(rgba(86, 223, 237, 1))) !important;
  background: linear-gradient(270deg, rgba(77, 239, 219, 1) 0%, rgba(86, 223, 237, 1) 100%) !important;
}

.bg-border {
  border-left: 5px solid #ccc;
}

.mt-24 {
  margin-top: 24px;
}

.ml-30 {
  margin-left: 26px;
}

.mg-top-40 {
  margin-top: 40px;
}

.mg-top-60 {
  margin-top: 60px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #bbbbbb !important;
  line-height: 22px;
}

input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #bbbbbb !important;
  line-height: 22px;
}

input::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #bbbbbb !important;
  line-height: 22px;
}

input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #bbbbbb !important;
  line-height: 22px;
}

input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #bbbbbb;
}

input::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bbbbbb;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bbbbbb;
}

input::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bbbbbb;
}

/* 回收流程 */

.recy-bg-online {
  background: url('../images/online.png') no-repeat;
}

.recy-bg-drop {
  background: url('../images/drop-in.png') no-repeat;
}

.recy-bg-recovery {
  background: url('../images/recovery.png') no-repeat;
}

.recy-bg-welfare {
  background: url('../images/welfare.png') no-repeat;
}

/* end */

/* 企业咨询 [start]*/
.icon-1 {
  display: inline-block;
  background: url('../images/Consultation/regenerate.png') no-repeat;
}

.icon-2 {
  display: inline-block;
  background: url('../images/Consultation/awtcu.png') no-repeat;
}

.icon-3 {
  display: inline-block;
  background: url('../images/Consultation/eser.png') no-repeat;
}

.icon-4 {
  display: inline-block;
  background: url('../images/Consultation/cace.png') no-repeat;
}

.icon-5 {
  display: inline-block;
  background: url('../images/Consultation/public-base.png') no-repeat;
}

.wrapper-login {
  position: absolute;
  top: 0;
}

/* 企业咨询 [end]*/
/* modal */

.modal-dialog-content {
  max-width: 600px !important;
  height: 500px;
}

.modal-content {
  border-radius: 10px !important;
}

.modal-header {
  padding: 1rem 1rem 0 !important;
  border: none !important;
}

.modal-donation-body {
  text-align: center;
  padding: 0 5rem !important;
}

.modal-body .head-img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  background: url('../images/success.png') no-repeat;
}

.modal-body .modal-title {
  font-size: 26px;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 37px;
  letter-spacing: 2px;
  margin: 16px 0 13px;
  text-align: center;
}

.modal-body .text {
  /* width: 416px; */
  height: 60px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 30px;
  margin: 0 0 20px 0;
  text-align: center;
}

.modal-body .foot-img {
  width: 140px;
  height: 140px;
  margin: 0 auto 54px;
  background: url(../images/xiaocxerwm.jpg) no-repeat;
  background-size: cover;
}

/* modal-end */

.login-box {
  display: none;
}

.login-state {
  position: absolute;
  top: 95px;
  right: -36px;
  width: 124px;
  height: 120px;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(238, 238, 238, 1);
  box-shadow: 0px 10px 20px 0px rgba(238, 238, 238, 1);
  padding: 30px 20px;
}

.login-state .btn-box {
  border: 0;
  width: 75px;
  height: 20px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(102, 102, 102, 1);
  line-height: 20px;
  padding: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  -webkit-transform: translate(0) !important;
  transform: translate(0) !important;
  background: none;
}

.login-state .btn-box:hover {
  color: #20E3CB !important;
  font-weight: bold;
}

/* 微信-小程序扫码登陆 */
.modal-content-wrap {
  width: 48% !important;
  border-radius: 10px;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.close {
  outline: none !important;
  position: relative;
  top: -264px;
  left: 108%;
  width: 20px;
  height: 20px;
  font-size: 2.5rem !important;
}

.modal-head {
  border: 0 !important;
}

.modal-body-wrap {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.5rem 1rem 0 !important;
}

.modal-img {
  width: 200px;
  height: 200px;
}

.modal-img img {
  width: 100%;
  height: 100%;
}

.modal-text {
  /* width: 188px; */
  margin-top: 10px;
  color: rgba(51, 51, 51, 1);
  line-height: 22px;
  letter-spacing: 1px;
}

/* wechat[end] */

/* 导航 */

.navbar-back {
  background: #fff !important;
  -webkit-box-shadow: 1px 0px 30px #f5f5f5;
  box-shadow: 1px 0px 30px #f5f5f5;
}

/* 登陆状态 */

.navbar-nav li {
  text-align: center;
  margin: 0 20px;
}

.navbar-nav li:last-child {
  margin-right: 0;
}

.nav-mg {
  margin-right: 0 !important;
}

.nav-ul-w {
  width: 488px;
}

.nav-ul-ww {
  width: 510px;
}

#photToggle {
  display: none;
  width: 30px;
}

/* .Photo {
  width: 30px;
  height: 30px;
} */

.Photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.Signout {
  text-align: center;
  position: absolute;
  color: #333;
  right: -20px;
  font-size: 14px;
  display: none;
  width: 160px;
  height: 162px;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(238, 238, 238, 1);
  box-shadow: 0px 10px 20px 0px rgba(238, 238, 238, 1);
}

.Signout .nickname {
  height: 60px;
  text-align: left;
  padding: 20px;
  border-bottom: 1px solid #E3E2E5;
}

.longswitch button:hover {
  color: #20E3CB;
}

.longswitch {
  padding: 10px 20px;
}

.longswitch button {
  display: block;
  padding-left: 0;
  font-size: 14px;
}

.btn-style-n {
  border: 0;
  outline: none;
  background: none;
  padding: 6px 6px 6px;
}

/* 捐助 */

.donateNeed {
  background: #F8F8F8 !important;
  border: none !important;
  cursor: auto !important;
}

.color-999 {
  color: #999 !important;
}

.input-group>.form-control:not(:last-child),
.input-group>.form-select:not(:last-child) {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: .25rem;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 82%;
}

.border-r-4 {
  border-radius: 4px;
  padding: 0 2px;
  border-color: #ced4da;
}

.form-control {
  background: #f8f8f8;
}

.select-style {
  width: 120px;
  margin: 0 auto;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0 6px;
}

.error {
  clear: both;
  display: block;
  color: red;
  padding-left: 90px;
  padding-bottom: 5px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 43px;
  display: none;
}

.errorbook {
  padding-left: 0;
}

.form-group input.errorC,
.errorC {
  /* border: 1px solid red; */
  background: #fff;
  -webkit-animation: glow 800ms ease-out infinite alternate;
  animation: glow 800ms ease-out infinite alternate;
}

.form-group input.checkedN,
.checkedN {
  /* border: 1px solid #1ece6d; */
  background: #fff;
}

@-webkit-keyframes glow {
  0% {
    border-color: rgba(204, 89, 47, 0.884);
    -webkit-box-shadow: 0 0 5px rgba(156, 69, 53, 0.2), inset 0 0 5px rgba(185, 76, 42, 0.623), 0 1px 0 rgba(199, 54, 35, 0.596);
    box-shadow: 0 0 5px rgba(156, 69, 53, 0.2), inset 0 0 5px rgba(185, 76, 42, 0.623), 0 1px 0 rgba(199, 54, 35, 0.596);
  }

  100% {
    border-color: rgba(238, 77, 19, 0.884);
    -webkit-box-shadow: 0 0 10px rgba(255, 51, 0, 0.6), inset 0 0 5px rgba(255, 51, 0, 0.4), 0 1px 0 rgb(243, 52, 4);
    box-shadow: 0 0 10px rgba(255, 51, 0, 0.6), inset 0 0 5px rgba(255, 51, 0, 0.4), 0 1px 0 rgb(243, 52, 4);
  }
}

@keyframes glow {
  0% {
    border-color: rgba(204, 89, 47, 0.884);
    -webkit-box-shadow: 0 0 5px rgba(156, 69, 53, 0.2), inset 0 0 5px rgba(185, 76, 42, 0.623), 0 1px 0 rgba(199, 54, 35, 0.596);
    box-shadow: 0 0 5px rgba(156, 69, 53, 0.2), inset 0 0 5px rgba(185, 76, 42, 0.623), 0 1px 0 rgba(199, 54, 35, 0.596);
  }

  100% {
    border-color: rgba(238, 77, 19, 0.884);
    -webkit-box-shadow: 0 0 10px rgba(255, 51, 0, 0.6), inset 0 0 5px rgba(255, 51, 0, 0.4), 0 1px 0 rgb(243, 52, 4);
    box-shadow: 0 0 10px rgba(255, 51, 0, 0.6), inset 0 0 5px rgba(255, 51, 0, 0.4), 0 1px 0 rgb(243, 52, 4);
  }
}

/* 禁止点击 */
.noClick {
  pointer-events: none;
}

/* 分页 [start] */
#containet {
  display: inline-block;
  border: 1px solid #ed0181;
  padding: 19px;
  margin: auto;
}

#pageMain li {
  list-style: none;
  line-height: 22px;
}

#pageBox {
  margin: 50px 0 100px;
  padding: 10px 0 0 0;
}

#prev,
#next {
  padding: 9px 15px;
  display: inline-block;
  border: 1px solid #ddd;
  text-align: center;
  border-radius: 6px;
}

#pageNav {
  display: inline-block;
}

#pageNav a {
  display: inline-block;
  text-align: center;
  color: #000;
  text-decoration: none;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 9px 15px;
  margin: 0 2px;
  border-radius: 6px;
}

#pageNav a.active {
  background-color: #20e3cb;
  color: #EFEFEF;
  border-radius: 6px;
}

#prev:hover {
  cursor: pointer;
}

#next:hover {
  cursor: pointer;
}

/* 分页 [end] */
/* 页脚 [start] */
footer {
  height: 358px;
  text-align: center;
  padding-top: 40px;
  background: #333;
  color: #999;
}

footer .title {
  font-size: 30px;
  letter-spacing: 1px;
  margin: 0 auto 20px;
}

footer .friendship_link {
  width: 1168px;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
  margin: 0 auto 80px;
  letter-spacing: 2px;
}

footer .friendship_link span,
footer .friendship_link a {
  color: #999;
}

footer .friendship_link span:nth-of-type(11) {
  display: none;
}


footer .friendship_link a:hover {
  color: #fff;
  text-decoration: none;
}

footer .copyright {
  margin: 10px auto 0;
  font-size: 20px;
  color: rgba(102, 102, 102, 1);
}

footer .copyright span {
  display: block;
  margin: 6px 0 0;
}

/* 页脚 [end] */
/* 微信扫一扫 */
.scan {
  position: fixed;
  top: 360px;
  right: 30px;
  bottom: 0;
  z-index: 10;
}

.scan-bg-cl {
  background: transparent !important;
}

.scan .scan-top {
  width: 60px;
  margin-bottom: 20px;
  text-align: center;
  margin: 0 auto;
}

.scan .scan-bottom {
  margin-top: 30px;
  text-align: center;
}

.scan .scan-top img,
.scan .scan-bottom img {
  width: 60px;
  height: 60px;
  display: block;
}

.scan .scan-bottom img {
  margin: 0 auto;
}

.scan .scan-top .text,
.scan .scan-bottom .text {
  font-size: 14px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 20px;
  margin-top: 4px;
}

.scan .scan-bottom .text {
  height: 20px;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0 1rem;
}

.card {
  border: 0;
}

.scan-code {
  position: absolute;
  top: 114px;
  right: 80px;
  width: 200px;
  height: 240px;
  background: #ffffff;
  border-radius: 20px 0px 20px 20px;
  border: 1px solid rgba(32, 227, 203, 1);
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.scan-code .title span,
.small-code .title span,
.service-code .title span {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.scan-code .wechat,
.small-code .wechat,
.service-code .service {
  width: 180px;
  height: 180px;
  padding: 10px;
}

.scan-code .wechat img,
.small-code .wechat img,
.service-code .service img {
  width: 100%;
}

.small-code,
.service-code {
  width: 200px;
  height: 240px;
  background: #ffffff;
  border: 1px solid #20e3cb;
  display: none;
}

.small-code {
  position: absolute;
  top: 0;
  left: 240px;
  padding: 10px;
  border-radius: 0px 20px 20px 20px;
}

.service-code {
  top: 0;
  right: 82px;
  z-index: 20;
  padding: 10px 0 0;
  border-radius: 20px 0 20px 20px;
}

.service-code .title span {
  width: 136px;
  height: 20px;
}

.service-code .service {
  margin: 0 auto;
}

#rounded-circle-br {
  border-radius: 0 !important;
}

/* 微信扫一扫 [end]*/

/* 回收统计 [start] */
.census .title {
  font-size: 20px;
  line-height: 28px;
  border-top: 1px solid #eee;
  width: 200px;
  padding-top: 8px;
  padding-bottom: 20px;
  text-align: center;
  margin: 0 auto;
}

.census .title::before,
.census .title::after {
  display: block;
  content: '';
  width: 4px;
  height: 4px;
  background: #bbbbbb;
  position: relative;
}

.census .title::before {
  top: 16px;
}

.census .title::after {
  top: -16px;
  left: 196px;
}

.census .title span {
  position: relative;
  top: 0px;
}

.census .census-row {
  margin-bottom: 60px;
  height: 140px;
}

.census .census-row .census-chunk {
  width: 330px;
  height: 140px;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0px 10px 60px 0px rgba(238, 238, 238, 0.5);
  box-shadow: 0px 10px 60px 0px rgba(238, 238, 238, 0.5);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 26px 0;
  font-family: Oswald-Medium!important;
}

.census-row .census-chunk .count-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.census-row .census-chunk .count {
  font-size: 40px;
  font-weight: 500;
  color: #20e3cb;
  letter-spacing: 2px;
  margin-right: 2px;
}

.census-row .census-chunk .item {
  font-size: 20px;
  font-weight: 500;
  color: #999999;
  margin-right: -40px;

}

.census-row .census-chunk .text {
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  letter-spacing: 1px;
  z-index: 2;
  margin-bottom: -21px;
  margin-left: 20px;
}

/* 回收统计 [end] */

.yz-input{
  width: 150px;
  display: inline-block;
  margin-right: 20px;
  padding: 2px 3px;
}
.yz-text{
  width: 150px;
  /* height: 40px; */
  border: 1px solid #ced4da;
  border-radius: 5px;
  padding: 2px 3px;
  letter-spacing: 3px;
  cursor: pointer;
  vertical-align: middle;
}
.modal-content-box {
  position: relative;
  display: flex;
  flex-direction: column;
  /* width: 100%; */
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.btn-secondary{
  width: 60px;
  height: 38px;
  background: rgba(248, 248, 248, 1);
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
}
#verifiyBookCode .modal-dialog,
#yanzhengCode .modal-dialog{
  display: flex;
  justify-content: center;
}