.pc_hide {
  display: none !important;
}
.cookie_wrap {
  /* display: none; */
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  /* padding: 0 0.65rem; */
}
.cookie_wrap .cookie_cont_box {
  /* background-color: rgba(166, 147, 127, 0.9); */
  background-color: rgba(0, 0, 0, 0.78);
  /* padding: 0.24rem 0.6rem 0.35rem 0.26rem; */
}
.cookie_wrap .cookie_cont_box .close-box {
  width: 0.17rem;
  height: 0.17rem;
  cursor: pointer;
}
.cookie_wrap .cookie_cont_box .close-box img {
  width: 100%;
  height: 100%;
}
.cookie_wrap .cookie_cont {
  height: 1.06rem;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 0.92rem;
  justify-content: space-between;
}
.cookie_wrap .tit {
  font-size: var(--font-size-1);
  margin-bottom: 0.1rem;
  font-weight: bold;
  color: var(--color-white);
  font-family: "Noto Sans SC", sans-serif; font-weight: 700;
}
.cookie_wrap .det {
  font-size: 0.14rem;
  color: var(--color-gray-dcdcde);
}
.cookie_wrap .det a {
  color: var(--color-gray-dcdcde);
  word-break: break-all;
  text-decoration: underline;
}
.cookie_wrap .det .setting {
  /* color: #00a8ff;
  cursor: pointer; */
}
.cookie_wrap .btn_wrap,
.cookie_pop .btn_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cookie_wrap .btn_wrap > div,
.cookie_pop .btn_wrap > div,
.cookie_det_pop .btn_wrap > div {
  width: 2.08rem;
  height: 0.48rem;
  color: var(--color-white);
  border: var(--color-white) 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--font-size-1);
  margin: 0 0.1rem;
  cursor: pointer;
  /* cursor: pointer;
  width: 80%;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: 0.14rem;
  border: 1px solid #9e876f;
  border-radius: 0.1rem;
  transition: all 0.3s; */
}
.cookie_det_pop .btn_wrap > div {
  background-color: var(--color-white);
  color: var(--color-gray-484848);
  border-color: var(--color-gray-484848);
}
/* .cookie_wrap .btn_wrap .reject {
  color: rgba(255, 0, 0, 1);
} */
/*.cookie_wrap .btn_wrap > div:hover {
   background-color: #957559;
  border-color: #835b37; 
}*/
/* .cookie_cont_box .setting {
  display: flex;
  margin-top: 0.3rem;
  align-items: center;
  padding-left: 0.46rem;
  cursor: pointer;
} */
.cookie_cont_box .setting-1 {
  display: none;
}
.cookie_cont_box .setting .t {
  font-size: 0.14rem;
  text-decoration: underline;
  padding-right: 0.25rem;
}
.cookie_cont_box .setting img {
  width: 0.1rem;
}
/*.cookie_wrap .btn_wrap .setting, .cookie_wrap .btn_wrap .understand, .cookie_pop .btn_wrap .accept{background: #c50d27;color: #ffffff;}*/
/*.cookie_wrap .btn_wrap .understand, .cookie_wrap .btn_wrap .reject, .cookie_pop .btn_wrap .back, .cookie_pop .btn_wrap .reject{border: 1px solid #d2d2d2;}*/
/* .cookie_wrap .btn_wrap .understand { */
/* margin-right: 0.18rem; */
/* background-color: #a2846a; */
/* } */
.cookie_wrap .close,
.cookie_pop .close,
.cookie_det_pop .close {
  transition: all 0.3s;
  cursor: pointer;
  width: 0.17rem;
  height: 0.17rem;
  background: url(../images/notice/close.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 3.6rem;
  top: 0.2rem;
}
.cookie_wrap .close:hover,
.cookie_pop .close:hover,
.cookie_det_pop .close:hover {
  transform: scale(1.1);
}
.cookie_wrap .close {
  right: 0.25rem;
  top: 0.08rem;
}
.cookie_wrap .cont_lf {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
  padding-right: 2.6rem;
  flex: 1;
}
.cookie_wrap .cont_rt {
  flex: 1;
  flex-direction: column;
  justify-content: center;
  display: flex;
  padding-right: 1.02rem;
}

/* .cookie_wrap .btn_wrap .setting,
.cookie_pop .btn_wrap .reject {
  margin-left: 0.18rem;
} */

.cookie_pop,
.cookie_det_pop {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 5002;
}
.cookie_pop .cookie_pop_cont {
  padding: 0.42rem 0.58rem 0.3rem;
  box-sizing: border-box;
  width: 9.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
}
.cookie_pop .tit {
  font-size: 0.3rem;
  font-weight: bold;
  margin-bottom: 0.12rem;
}
.cookie_pop .det {
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.cookie_pop .set_panel {
  margin-top: 0.4rem;
}
.cookie_pop .set_panel p {
  font-size: 0.18rem;
  font-weight: bold;
}
.cookie_pop .set_panel .panel_p {
  font-size: 0.16rem;
  /* color: #00a8ff; */
  color: var(--color-yellow);
  background: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.44rem;
  margin-top: 0.12rem;
  padding: 0 0.14rem 0 0.2rem;
}
.cookie_pop .set_panel .panel_p .cookie_type {
  cursor: pointer;
}
.cookie_pop .set_panel .cut {
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  width: 0.44rem;
  height: 0.24rem;
  background: #c1c1c1;
  border-radius: 0.12rem;
}
.cookie_pop .set_panel .cut span {
  transition: all 0.3s;
  background: #ffffff;
  display: block;
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 50%;
  position: absolute;
  top: 0.03rem;
  left: 0.03rem;
}
.cookie_pop .set_panel .cut.on {
  /* background: #c50d27; */
  background: var(--color-yellow);
}
.cookie_pop .set_panel .cut.on span {
  left: 0.23rem;
}
.cookie_pop .set_panel .panel_p .hidden_text {
  display: none;
}
.cookie_pop .cookie_pop_cont .det a {
  /* color: #00a8ff; */
  color: var(--color-yellow);
}
.cookie_pop .cookie_pop_cont .btn_wrap > div {
  color: var(--color-black);
  border: var(--color-black) 1px solid;
}
/*.cookie_det_pop{display: block;}*/
.cookie_det_pop .cookie_det_pop_cont {
  display: flex;
  box-sizing: border-box;
  width: 11.74rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  color: var(--color-gray-484848);
}
.cookie_det_pop .tit {
  font-size: 0.3rem;
  font-weight: bold;
  margin-bottom: 0.12rem;
}
.cookie_det_pop .det {
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.cookie_det_pop .btn_wrap {
  flex-shrink: 0;
  width: 2.06rem;
  border-right: 1px solid #d2d2d2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.46rem;
}
.cookie_det_pop .det_wrap {
  padding: 0.4rem 0.5rem;
}
.cookie_det_pop .det_table {
  margin-top: 0.42rem;
  width: 100%;
}
.cookie_det_pop .det_table img {
  width: 100%;
}
.cookie_det_pop .img_wrap {
  overflow: auto;
  width: 100%;
  height: 2.5rem;
}
.cookie_det_pop .img_wrap::-webkit-scrollbar {
  width: 3px;
}
.cookie_det_pop .img_wrap::-webkit-scrollbar-thumb {
  background: var(--color-yellow);
}
.cookie_det_pop .img_wrap::-webkit-scrollbar-track {
  background: #e8e8e8;
}

.cookie_pop .btn_wrap {
  margin-top: 0.3rem;
}
.cookie_pop .close,
.cookie_det_pop .close {
  right: 0.18rem;
  top: 0.14rem;
}

@media (max-width: 900px) {
  /* .m_hide{display:none !important;} */
  .cookie_wrap {
    height: auto;
    z-index: 999;
    width: 100vw;
    bottom: 0;
    padding: 0;
  }
  .cookie_wrap .cookie_cont_box {
    padding: 0.46rem 0 0.86rem 0;
    width: 100%;
    display: flex;
    flex-direction: center;
    align-items: flex-end;
  }
  .cookie_wrap .cookie_cont_box .close-box {
    width: 0.33rem;
    height: 0.33rem;
  }
  .cookie_wrap .cookie_cont {
    padding: 0;
    flex-direction: column;
    height: auto;
    width: 90%;
    margin: 0 auto;
  }
  .cookie_cont_box .setting {
    display: none;
  }
  .cookie_cont_box .setting-1 {
    display: flex;
    padding: 0;
  }
  .cookie_cont_box .setting .t {
    font-size: 0.26rem;
  }
  .cookie_wrap .tit {
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
  }
  .cookie_wrap .det {
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
  .cookie_wrap .btn_wrap,
  .cookie_pop .btn_wrap {
    justify-content: space-between;
    margin-top: 0;
  }
  .cookie_wrap .btn_wrap > div,
  .cookie_pop .btn_wrap > div,
  .cookie_det_pop .btn_wrap > div {
    width: 50%;
    height: 0.8rem;
    font-size: 0.26rem;
  }
  .cookie_wrap .btn_wrap .setting,
  .cookie_pop .btn_wrap .back,
  .cookie_pop .btn_wrap .reject {
    margin-left: 0;
  }
  .cookie_wrap .close,
  .cookie_pop .close,
  .cookie_det_pop .close {
    width: 0.24rem;
    height: 0.24rem;
    right: 0.2rem;
    top: 0.2rem;
  }
  .cookie_wrap .cont_lf {
    border: none;
    padding: 0;
    height: auto;
  }
  .cookie_wrap .cont_rt {
    width: 100%;
    margin-top: 0.58rem;
    padding: 0;
  }
  .cookie_wrap .btn_wrap .reject {
    margin-right: 0.18rem;
  }
  .cookie_pop .cookie_pop_cont,
  .cookie_det_pop .cookie_det_pop_cont {
    padding: 0.5rem 0.3rem 0.58rem;
    width: 7.2rem;
    z-index: 999;
  }
  .cookie_pop .tit,
  .cookie_det_pop .tit {
    font-size: 0.4rem;
    margin-bottom: 0.2rem;
  }
  .cookie_pop .det,
  .cookie_det_pop .det {
    font-size: 0.28rem;
    line-height: 0.44rem;
    text-align: justify;
  }
  .cookie_pop .set_panel p {
    font-size: 0.3rem;
  }
  .cookie_pop .set_panel .panel_p {
    font-size: 0.26rem;
    height: 0.64rem;
    margin-top: 0.24rem;
    padding: 0 0.14rem 0 0.3rem;
  }
  .cookie_pop .set_panel .cut {
    width: 0.8rem;
    height: 0.44rem;
    border-radius: 0.22rem;
  }
  .cookie_pop .set_panel .cut span {
    width: 0.32rem;
    height: 0.32rem;
    top: 0.06rem;
    left: 0.05rem;
  }
  .cookie_pop .set_panel .cut.on span {
    left: 0.42rem;
  }

  .cookie_det_pop .cookie_det_pop_cont {
    padding-bottom: 2rem;
  }
  .cookie_det_pop .btn_wrap {
    position: absolute;
    left: 50%;
    margin-left: -3.12rem;
    bottom: 0.58rem;
    width: 6.24rem;
    border-right: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0;
  }
  /*.cookie_det_pop .btn_wrap .back, .cookie_det_pop .btn_wrap .accept{margin-bottom: 0;}*/
  .cookie_det_pop .btn_wrap .back {
    margin: 0;
    width: 100%;
  }

  .cookie_det_pop .det_wrap {
    padding: 0;
    width: 100%;
  }
  .cookie_det_pop .det_table {
    margin-top: 0.42rem;
    width: 100%;
    overflow: scroll;
    height: calc(90vh - 7.56rem);
  }
  .cookie_det_pop .det_table > img {
    width: 14rem;
  }

  /*.cookie_pop .btn_wrap{flex-direction: column;}*/
  .cookie_pop .btn_wrap > div {
    width: 2.94rem;
    margin: 0.8rem 0.16rem 0 0.16rem;
  }
  .cookie_pop .btn_wrap .back {
    margin-right: 0;
  }
  .cookie_pop .close {
    top: 0.24rem;
  }
}
