/**
页脚样式
 */
footer {
  background: rgb(20, 20, 20);
  color: #ccc;
  /*padding-bottom: 30px;*/
}

.footer-bar {
  width: 100%;
  border-bottom: #333 1px solid;
  padding-top: 40px;
}

.footer-bar .container {
  width: 1400px;
  margin: 0 auto;
}

.footer-bar .container .footer-bar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.logo {
  max-width: 166px;
  max-height: 58px;
}

.footer-bar .container .footer-bar-content .input-content {
  position: relative;
  display: flex;
  align-items: end;
}

.input-content .input {
  height: 40px;
  width: 345px;
  color: #333;
}

.input-content .el-input__inner input {
  height: 40px !important;
  border: 0 !important;
  padding: 0 15px;
}

.input-content .el-input__inner input.error {
  border-color: #f56c6c;
  box-shadow: 0 0 3px #f56c6c;
}

.input-content button {
  border-radius: 0 5px 5px 0 !important;
}

.input-content button:hover {
  background-color: #72ac14;
}

.input-content .el-input__wrapper {
  width: 100%;
}

.input-content .el-input__inner input {
  font-size: 14px;
  display: inline-flex;
  line-height: 32px;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 5px 0 0 5px;
  background-color: #333;
}

.input-content .tips {
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}

.input-content .succ {
  display: none;
  width: 375px;
  text-align: center;
  color: #fff;
  line-height: 40px;
}

.el-input__wrapper {
  display: inline-flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  transform: translateZ(0);
}

.el-input__inner {
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  font-size: inherit;
  padding: 0;
  box-sizing: border-box;
}

.el-input__inner input {
  width: 100%;
  outline: 0;
  border: none;
  background: 0 0;
  color: white;
}

.el-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 15px;
  border-radius: 5px;
  margin: 0;
}

.input-content .el-button:hover {
  background-color: rgb(180, 0, 0) !important;
}

.button {
  /* width: 130px; */
  height: 40px;
  background-color: rgb(204, 0, 0);
  border-style: none;
  cursor: pointer;
}

.button span {
  font-size: 16px;
  font-family: Black;
  font-weight: 900;
  color: white;
  white-space: nowrap;
}

.footer-bar .container .main-bar {
  display: flex;
  margin-bottom: 15px;
}

.footer-bar .container .main-bar .info-content {
  width: 428px;
  margin-right: 100px;
}

.footer-bar .container .main-bar .info-content .title {
  font-size: 20px;
  font-family: Black;
  font-weight: 900;
  margin-bottom: 20px;
  color: #fff;
}

.footer-bar .container .main-bar .info-content .item {
  display: flex;
  height: 20px;
}

.footer-bar .container .main-bar .info-content .item div:first-child {
  flex: none;
  color: #ececec;
  margin-right: 5px;
  text-align: right;
  padding: 0 5px 0 0;

}

.footer-bar .container .main-bar .info-content .item div,
.footer-bar .container .main-bar .info-content .item a {
  flex: 1;
  font-size: 13px;
  font-family: Arial;
  line-height: 22px;
  margin-bottom: 10px;
  color: #a0a0a0;
  font-weight: normal;

}

.footer-bar .container .main-bar .info-content .item .mail {
  font-size: 13px;
  color: #a0a0a0;
  cursor: pointer;
  font-weight: normal;
}

.footer-bar .container .main-bar .info-content .item .mail .__cf_email__ {
  font-weight: normal;
}

.footer-bar .container .main-bar .info-content .item .mail:hover {
  text-decoration: underline;
  color: #1e6ffa;
}

.footer-bar .main-bar .site-map {
  flex: 1;
  display: flex;
  justify-content: space-between;
  min-height: 150px;
  padding-bottom: 20px;
}

.footer-bar .main-bar .site-map .site-map-col {
  margin-right: 20px;
  padding-top: 15px;
}

.footer-bar .container .main-bar .site-map-group {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 28px;
  padding-right: 10px;
  font-size: 14px;
  font-size: 18px;
  font-family: Black;
  font-weight: 900;
  color: #fff;
}

.footer-bar .main-bar .site-map-col>ul>li {
  line-height: 30px;
  font-size: 14px;
  font-family: Arial;
  color: #aaa;
}

.footer-bar li a {
  color: #aaa;
}

.footer-bar li a:hover {
  color: white;
}

.footer-bar .display-bar {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

.footer-bar .display-bar-col {
  height: 80px;
}

.footer-bar .display-bar-col img {
  margin: 5px 37px 10px 0;
  cursor: pointer;
}

.qs {
  display: flex;
}

.qs img {
  max-height: 64px;
}

.qs .img1,
.img2,
.img3,
.img4 {
  position: relative;
}

.footer-content {
  width: 1400px;
  margin: 0 auto;
}

.footer-content .container {
  display: flex;
  justify-content: space-between;
  line-height: 40px;
  vertical-align: middle;
}

.footer-content .container span {
  text-align: center;
  font-size: 13px;
  font-family: Arial;
  color: #aaa;
}


/* .light {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 15px;
  width: 15.5rem;
  border-radius: 10px;
  background-color: #edebeb;
  z-index: 1000;
  transition: all 0.3s ease;
}

.cookies-content {
  display: none;
} */

/* .light2{
  position: fixed;
  left: 5px;
  bottom: 5px;
  width: 50px;
  height: 50px;
  border: 10px solid #cc0000;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s ease;
  z-index: 1000;
} */

/* .light2 {
  position: fixed;
  left: 5px;
  bottom: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s ease;
  z-index: 1000;
}

.light2:hover {
  box-shadow: 0 0 15px rgba(45, 45, 45, 0.7);
  transform: scale(1.05);
  cursor: pointer;
}

.close {
  height: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15rem;
}

#closeIcon {
  display: inline-block;
  width: 15px;
  height: 4px;
  background: #ccc;
  transform: rotate(45deg);
  cursor: pointer;
}

#closeIcon::after {
  content: '';
  display: block;
  width: 15px;
  height: 4px;
  background: #ccc;
  transform: rotate(-90deg);
  cursor: pointer;
} */

.title-wrap h3 {
  color: #fff;
}

.msg-wrap a:hover {
  color: rgb(204, 0, 0);
}

.btn-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px
}

.btn-primary {
  width: 98%;
  height: 35px;
  margin-bottom: 10px;
  border: none;
  background-color: rgb(204, 0, 0);
  color: #fff;
  border-radius: 1.25rem;
  cursor: pointer;
}

.msg-wrap a {
  text-decoration: underline;
  color: #ccc;
}

.btn-primary:hover {
  background-color: #fff;
  color: black;
  border: 1px solid;
}

.content-wrap {
  margin-top: 10px;
  color: #ccc;
}

/* .rejectBtn {
  display: flex;
  align-items: center;
}

.rejectBtn:hover {
  cursor: pointer;
} */

/* .cookieImg {
  width: 50px;
  height: 50px;
}

.cookieImg img {
  width: 100%;
  height: 100%;
} */

.pm0 {
  padding: 0;
  margin: 0
}

.pt7 {
  padding-top: 7px;
}

.communite-logo img:hover {
  transform: scale(1.1);
  transition: all 0.3s ease;
}

.m5210 {
  margin: 20px 10px 10px 0;
}

.cursor_auto {
  cursor: auto
}

.text_white_cp {
  color: rgb(255, 255, 255);
  cursor: pointer
}

.wd20 {
  width: 20px;
}

.ml5 {
  margin-left: 5px;
}

.dn {
  display: none;
}

.bg45 {
  background-color: rgb(45, 45, 45);
}

.cookieTitle {
  font-size: 1.2rem;
  color: #fff;
}

.contact-item {
  margin: 0;
  margin-bottom: 5px;
}

.mt15 {
  margin-top: 15px;
}

.mt-16 {
  margin-top: -16px;
}

.whatsappBox {
  position: fixed;
  bottom: 210px;
  right: 35px;
  z-index: 999;
  display: block;
}

.whatsappLink {
  display: flex;
  justify-content: center;
  align-items: center;
}

.whatsappLink img {
  width: 100%;
}

.whatsappLink span {
  white-space: nowrap;
}


.tool-bar {
  width: 40px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0px 0px 4px 0px rgba(5, 5, 5, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  z-index: 999;
  transition: all .3s ease;
  overflow: hidden;
}

.tool-bar .tool-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tool-bar .tool-item:hover {
  background-color: rgb(204, 0, 0);
}

.tool-bar .divider {
  width: 100%;
  height: 0.1px;
  background-color: rgb(243, 243, 243);
}

.tool-bar .tawk-img {
  width: 50%;
  cursor: pointer;
  display: block;
}

.tool-bar .tawk-status {
  padding: 10px 0;
}

.tool-bar .tawk-status .tawk-not-active {
  display: none;
}

.tool-bar .tawk-status .tawk-active {
  display: block;
}

.tool-bar .tawk-status:hover #tawk-active {
  display: none;
}

.tool-bar .tawk-status:hover #tawk-not-active {
  display: block;
}



.tool-bar .cart-status {
  padding: 10px 0;
}

.tool-bar .cart-img {
  width: 50%;
  cursor: pointer;
  display: block;
}

.tool-bar .cart-status .cart-not-active {
  display: none;
}

.tool-bar .cart-status .cart-active {
  display: block;
}

.tool-bar .cart-status:hover #cart-active {
  display: none;
}

.tool-bar .cart-status:hover #cart-not-active {
  display: block;
}



.tool-bar .whatapp-status {
  padding: 10px 0;
}

.tool-bar .whatapp-img {
  width: 50%;
  cursor: pointer;
  display: block;

  /* background-color: tomato; */
}

.tool-bar .whatapp-status .whatapp-not-active {
  display: none;
}

.tool-bar .whatapp-status .whatapp-active {
  display: block;
}

.tool-bar .whatapp-status:hover #whatapp-active {
  display: none;
}

.tool-bar .whatapp-status:hover #whatapp-not-active {
  display: block;
}


.tool-bar .compare-status {
  padding: 10px 0;
}

.tool-bar .compare-img {
  width: 50%;
  cursor: pointer;
  display: block;
}

.tool-bar .compare-status .compare-not-active {
  display: none;
}

.tool-bar .compare-status .compare-active {
  display: block;
}

.tool-bar .compare-status:hover #compare-active {
  display: none;
}

.tool-bar .compare-status:hover #compare-not-active {
  display: block;
}


/* 
cookie.css
*/

.cookieNotice {
  position: fixed;
  left: 0;
  bottom: 0;
  max-width: 18rem;
  background: #2d2d2d;
  color: #fff;
  border-radius: 10px;
  padding: 20px;
  z-index: 2147483647;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
  display: none;
}

.cookieNotice2 {
  position: fixed;
  left: 5px;
  bottom: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s ease;
  z-index: 1000;
  cursor: pointer;
}

.cookieNotice2:hover {
  box-shadow: 0 0 15px rgba(45, 45, 45, 0.7);
  transform: scale(1.05);
  cursor: pointer;
}

.cookies-content {
  position: relative;
  display: none;
}

.cookie-close {
  position: absolute;
  top: 15px;
  right: 10px;
  cursor: pointer;
}

#cookie-closeIcon {
  display: inline-block;
  width: 15px;
  height: 4px;
  background: #ccc;
  transform: rotate(45deg);
}

#cookie-closeIcon::after {
  content: '';
  display: block;
  width: 15px;
  height: 4px;
  background: #ccc;
  transform: rotate(-90deg);
}

.cookieNotice .cookies-content-title {
  margin: 0 0 12px 0;
  font-size: 1.2rem;
  font-weight: bold;
}

.cookieNotice p {
  margin: 0 0 16px 0;
  color: #ddd;
  font-size: 0.95rem;
  line-height: 1.4;
}

.cookieNotice p a {
  color: #ddd;
  text-decoration: underline;
}

.cookieNotice p a:hover {
  color: #cc0000;
}

.cookie-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}

.cookie-btn {
  padding: 10px 16px;
  border-radius: 15px;
  border: none;
  cursor: pointer;
}

.cookie-btn-accept {
  background: #cc0000;
  color: white;
}

.cookie-btn-accept:hover {
  background: #fff;
  color: #000;
}

.cookie-btn-save {
  background: #fff;
  color: #111;
}

.cookie-btn-save:hover {
  background: #fff;
  color: #000;
}

.cookie-btn-reject {
  background: transparent;
  color: #ddd;
  border: 1px solid #444;
}

.cookie-btn-reject:hover {
  background: #fff;
  color: #000;
}

.cookie-settings {
  background: transparent;
  color: #ddd;
  border: 1px solid #444;
}

.cookie-settings:hover {
  background: #fff;
  color: #000;
}

.cookieImg {
  width: 50px;
  height: 50px;
}

.cookieImg img {
  width: 100%;
  height: 100%;
}

#cookieSettingsPanel {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 500px;
  background: #fff;
  color: #111;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 2147483647;
  max-height: 80vh;
  overflow-y: auto;
}

#cookieSettingsPanel .cookie-setting-title {
  margin: 0 0 16px 0;
  font-size: 1.2rem;
  font-weight: bold;
}

.cookie-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.cookie-row p {
  margin: 0;
  font-size: 0.95rem;
  flex: 1;
  padding-right: 15px;
}

.cookie-row .cookie-desc {
  font-size: 0.85rem;
  color: #666;
  margin-top: 5px;
  display: block;
}

.cookie-setting-btn {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.cookie-setting-btn .cookie-btn {
  padding: 10px 16px;
  border-radius: 15px;
  border: none;
  cursor: pointer;
  background-color: #cc0000;
  color: #fff;
}

.cookie-setting-btn .cookie-btn-save:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #cc0000;
}

.cookie-setting-btn .cookie-btn-cancel {
  color: #000;
  background-color: #fff;
  border: 1px solid #ddd;
}

.cookie-setting-btn .cookie-btn-cancel:hover {
  border: 1px solid #cc0000;
  color: #cc0000;
}



.cookie-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.cookie-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.cookie-toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 24px;
}

.cookie-toggle-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

.cookie-toggle input:checked+.cookie-toggle-slider {
  background-color: #cc0000;
}

.cookie-toggle input:checked+.cookie-toggle-slider:before {
  transform: translateX(26px);
}

.cookie-toggle input:disabled+.cookie-toggle-slider {
  background-color: #666;
  cursor: not-allowed;
}

.cookie-details {
  margin-top: 20px;
  padding-top: 15px;
}

.cookie-details summary {
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 10px;
}

.cookie-list {
  font-size: 0.85rem;
  margin-top: 10px;
}

.cookie-list table {
  width: 100%;
  border-collapse: collapse;
}

.cookie-list th,
.cookie-list td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.cookie-list th {
  background-color: #f2f2f2;
}

.loading-tip-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.loading-tip-box img {
  width: 80px;
  height: 80px;
  animation: spin 1.5s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}