/*========================================================== è‡ªå®šä¹‰å¸ƒå±€å¼¹çª— ===========================================================================*/
.tcZdy-wrap {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tcZdy {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}

.tcZdy-title {
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.tcZdy-ipt {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.tcZdy-ipt p {
  width: 60px;
  height: 30px;
  line-height: 30px;
  color: #333;
  font-size: 14px;
}

.tcZdy-ipt input {
  border: 1px solid #eee;
  border-radius: 5px;
  text-indent: 5px;
  font-size: 14px;
  color: #333;
  height: 28px;
  outline: 0;
}

.tcZdy-btn {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px 0;
}

.tcZdy-btn p {
  width: 80px;
  height: 30px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #eee;
  color: #333;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}

.tcZdy-btn p:hover {
  background-color: #e2231a;
  color: #fff;
}

/*========================================================== å¼¹çª— ===========================================================================*/
/* åŸºç¡€å¼¹çª—ï¼Œå±•ç¤ºæ–‡å­— */
.popup1-wrap {
  position: fixed;
  top: calc(50% - 60px);
  height: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 99;
}

.popup1 {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.popup1 > img {
  max-height: 36px;
  margin-right: 10px;
}

/* åŸºç¡€å¼¹çª—ï¼Œå±•ç¤ºæ–‡å­— */
.popup2-wrap {
  position: fixed;
  top: calc(50% - 60px);
  height: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 99;
}

.popup2 {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.popup2 > img {
  max-height: 36px;
  margin-right: 10px;
}

.popup2 span {
  font-weight: bold;
}

/* æŒ‰é’®å¼¹çª— */
.popup3-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
}

.popup3 {
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 30px;
}

.popup3-top {
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 18px;
}

.popup3-top img {
  max-height: 38px;
  margin-right: 10px;
}

.popup3-btm {
  margin-top: 40px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 200px;
}

.popup3-btm > p {
  width: 78px;
  height: 28px;
  border-radius: 4px;
  text-align: center;
  line-height: 28px;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
}

.popup3-btm > p:first-child {
  border: 1px solid #e2231a;
  color: #e2231a;
}

.popup3-btm > p:last-child {
  border: 1px solid #ddd;
  color: #ddd;
}

.popup3-btm > p:first-child:hover {
  background-color: #e2231a;
  color: #fff;
}

.popup3-btm > p:last-child:hover {
  background-color: #dddddd;
  color: #333;
}

/*========================================================== åŸºç¡€å¼¹çª— ===========================================================================*/
.popup-warpJ {
  width: 100%;
  height: 60px;
  position: fixed;
  top: calc(50% - 30px);
  display: flex;
  justify-content: center;
  z-index: 99;
}

.popupJ {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 0 20px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.popupJ img {
  margin-right: 10px;
  max-height: 40px;
}

.popupJ p {
  font-size: 14px;
}

/*========================================================== JQ æ»‘åŠ¨éªŒè¯ ===========================================================================*/
.sliding_picture-wrap {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sliding_picture {
  width: 300px;
  padding: 50px;
  border-radius: 10px;
  border: 1px solid #ddd;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  background-color: #fff;
  /* position: fixed;
				top: calc(50% - 216px);
				left: calc(50% - 150px); */
  overflow: hidden;
}

.sliding_picture_imgbtn {
  width: 70px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sliding_picture_imgbtn p {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eee;
}

.sliding_picture_imgbtn p img {
  max-width: 20px;
}

.sliding_picture_imgbtn p:hover {
  background-color: #e2231a;
}

.sliding_picture_title {
  height: 30px;
  padding-bottom: 20px;
  padding-top: 20px;
  line-height: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.sliding_picture_imgs {
  width: 300px;
  height: 200px;
  position: relative;
}

.sliding_picture_imgs .sliding_picture_maximg {
  width: 300px;
  height: 200px;
  overflow: hidden;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.sliding_picture_maximg img {
  max-width: 300px;
}

.sliding_picture_minimg {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  top: 150px;
  background-repeat: no-repeat;
  border-radius: 5px;
  z-index: 20;
  box-shadow: 0 0 4px rgba(11, 90, 217, 1);
}

.sliding_picture_wrapimg {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 150px;
  top: 150px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(226, 36, 26, 1);
  z-index: 10;
}

.sliding_picture_btns {
  width: 300px;
  height: 50px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}

.sliding_picture_bg {
  width: 298px;
  height: 48px;
  background-color: #f8fefa;
  border: 1px solid #eff0f4;
  /* border-left: 1px solid #0B5AD9; */
  position: absolute;
  top: 0px;
}

.sliding_picture_bghover {
  width: 298px;
  height: 48px;
  background-color: rgba(11, 90, 217, 0.3);
  position: absolute;
  top: 0px;
  /* border: 1px solid #0B5AD9; */
  left: calc(-300px + 25px);
}

.sliding_picture_btn {
  width: 50px;
  height: 50px;
  background-color: #0b5ad9;
  position: absolute;
  top: 0px;
  left: 0;
  cursor: pointer;
  background-image: url(/shop/img/public/right.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-user-select: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
