.containerbw {
  margin: 0 auto;
  width: 78.82%;
  max-width: 1500px;
}
@media (max-width: 1580px) {
  .containerbw {
    width: 84%;
  }
}
@media (max-width: 1260px) {
  .containerbw {
    width: 90%;
  }
}

.font16bw {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16bw {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .font16bw {
    font-size: 0.28rem;
  }
}


.font18bw {
  font-size: 18px;
}
@media (max-width: 1580px) {
  .font18bw {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .font18bw {
    font-size: 0.30rem;
  }
}

#c-cookie-popbw {
  position: fixed;
  z-index: 960;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.3rem 0 0.4rem;
  background-color: #ebecf0;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
  display: none;
}
@media (max-width: 991px) {
  #c-cookie-popbw {
    padding: 0.3rem 0;
  }
}
#c-cookie-popbw .c-topbw {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-cookie-popbw .c-topbw .c-titlebw {
  font-weight: bold;
  color: #333;
}
#c-cookie-popbw .c-topbw .c-closebw {
  margin-top: -0.2rem;
  cursor: pointer;
}
#c-cookie-popbw .c-topbw .c-closebw:hover svg path {
  fill: #005CE6;
}
#c-cookie-popbw .c-topbw .c-closebw img,
#c-cookie-popbw .c-topbw .c-closebw svg {
  width: 20px;
  height: 20px;
  pointer-events: none;
}
@media (max-width: 991px) {
  #c-cookie-popbw .c-topbw .c-closebw img,
  #c-cookie-popbw .c-topbw .c-closebw svg {
    width: 0.6rem;
    height: 0.6rem;
  }
}
#c-cookie-popbw .c-topbw .c-closebw img path,
#c-cookie-popbw .c-topbw .c-closebw svg path {
  transition: all 0.5s;
  fill: #333;
}
#c-cookie-popbw .c-bottombw {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
@media (max-width: 991px) {
  #c-cookie-popbw .c-bottombw {
    margin-top: 0.1rem;
    flex-wrap: wrap;
  }
}
#c-cookie-popbw .c-bottombw .c-textbw{
  max-width: 900px;
  color: #666;
}
#c-cookie-popbw .c-bottombw .c-textbw a {
  color: #005CE6;
}
#c-cookie-popbw .c-bottombw .c-textbw a:hover {
  text-decoration: underline;
}
#c-cookie-popbw .c-bottombw .c-btn-boxbw {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  white-space: nowrap;
  padding-left: 20px;
}
@media (max-width: 991px) {
  #c-cookie-popbw .c-bottombw .c-btn-boxbw {
    justify-content: space-between;
    padding: 0.3rem 0 0;
    width: 100%;
  }
}
#c-cookie-popbw .c-bottombw .c-btn-boxbw .c-btnbw {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  background: #f1f1f1;
  border-radius: 100px;
  padding: 0 0.35rem;
  color: #333;
}
@media (max-width: 991px) {
  #c-cookie-popbw .c-bottombw .c-btn-boxbw .c-btnbw {
    padding: 0 0.4rem;
    height: 0.8rem;
  }
}
#c-cookie-popbw .c-bottombw .c-btn-boxbw .c-btnbw:last-child {
  margin-left: 15px;
  color: #fff;
  background-color: #005CE6;
}
@media (max-width: 991px) {
  #c-cookie-popbw .c-bottombw .c-btn-boxbw .c-btnbw:last-child {
    margin-left: 0;
  }
}
