.idrxmas {
  font-family: 'Inter', sans-serif !important;
}

.idrxmas .wrapper {
  width: 1200px !important;
  margin: 0px auto;
}

.idrxmas .border-buybtn {
  display: flex;
  margin: 0px auto;
  justify-content: center;
  align-items: center;
  width: 191px;
  height: 41px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 2px solid #AC8753;
  border-radius: 9px;
  font: normal normal bold 16px/20px Inter;
  color: #C78E3E;
}

.idrxmas .border-buybtn:hover {
  border: none;
  background: transparent linear-gradient(180deg, #FFC31D 0%, #FC8F00 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 9px #FFD69C;
  color: #1D1D1D;
}

.idrxmas .buybtn {
  display: flex;
  margin: 0px auto;
  justify-content: center;
  align-items: center;
  width: 191px;
  height: 41px;
  background: #FFBA17 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 9px #FFD69C;
  border-radius: 9px;
  font: normal normal bold 16px/20px Inter;
  color: #1D1D1D;
}

.idrxmas .buybtn:hover {
  background: transparent linear-gradient(180deg, #FFC31D 0%, #FC8F00 100%) 0% 0% no-repeat padding-box;
}

.idrxmas .banner {
  height: 952px;
  background: url(../idrxmas/banner_bg.jpg) no-repeat center;
  background-size: 100% 100%;
}

.idrxmas .banner .logo {
  position: absolute;
  top: 52px;
}

.idrxmas .banner h1 {
  padding-top: 120px;
  text-align: center;
  font: normal normal bold 78px/95px Inter;
  color: #F82918;
  text-shadow: 0px 4px 4px rgba(96, 15, 0, 0.41);
}

.idrxmas .banner h1 span {
  font: normal normal normal 80px/100px Italianno;
  color: #9A6D2D;
  text-shadow: 0px 3px 6px #FFB856;
}

.idrxmas .banner h2 {
  margin-top: -25px;
  text-align: center;
  font: normal normal 500 20px/33px Inter;
  color: #D47100;
}

.idrxmas .banner .content {
  position: relative;
  width: 1172px;
  height: 489px;
  margin: 0px auto;
  margin-top: 24px;
  border: 5px solid #C9B68E;
}

.idrxmas .banner .content::before {
  position: absolute;
  content: "";
  width: 1200px;
  height: 509px;
  left: -22px;
  top: -18px;
  border: 3px solid #C9B68E;
}

.idrxmas .banner .content .content-box {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0px 80px 0px 115px;
}

.idrxmas .banner .content .content-box .box {
  position: relative;
  width: 265px;
  height: 243px;
  text-align: center;
  z-index: 5;
}

.idrxmas .banner .content .content-box .box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: #fff;
}

.idrxmas .banner .content .content-box .box::before {
  position: absolute;
  content: "";
  width: 271px;
  height: 251px;
  left: -3px;
  top: 0;
  background: #C89750;
  filter: blur(2px);
  z-index: -1;
}

.idrxmas .banner .content .content-box .box .off-tag {
  position: absolute;
  padding-top: 20px;
  width: 79px;
  height: 78px;
  top: -27px;
  right: -15px;
  border-radius: 50%;
  background: #EDEDED;
  color: #AC8753;
  border: 1px dashed #AC8753;
  font: normal normal bold 18px/21px Inter;
}

.idrxmas .banner .content .content-box .box .off-tag b {
  font: normal normal bold 36px/21px Inter;
}

.idrxmas .banner .content .content-box .box .off-tag span {
  display: block;
  font-weight: bold;
  margin-top: -5px;
  font-size: 14px;
}

.idrxmas .banner .content .content-box .box h3 {
  padding-top: 39px;
  font: normal normal bold 20px/24px Inter;
}

.idrxmas .banner .content .content-box .box .off {
  display: inline-block;
  padding: 0px 20px;
  margin-top: 8px;
  height: 22px;
  color: #fff;
  font: normal normal 500 14px/22px Inter;
  background: #94836C;
}

.idrxmas .banner .content .content-box .box .price {
  margin-top: 30px;
  margin-bottom: 15px;
}

.idrxmas .banner .content .content-box .box .price del {
  font-weight: 500;
  color: rgba(34, 33, 33, 0.69);
}

.idrxmas .banner .content .content-box .box .price strong {
  margin-right: 5px;
  font: normal normal bold 16px/20px Inter;
}

.idrxmas .banner .content .content-box .box .price strong b {
  font-weight: 600;
  font-size: 32px;
}

.idrxmas .banner .content .content-box .box.active-box {
  width: 279px;
  height: 262px;
  border: 2px solid #9A6D2D;
}

.idrxmas .banner .content .content-box .box.active-box h3 {
  padding-top: 52px;
}

.idrxmas .banner .content .content-box .box.active-box .off-tag {
  width: 94px;
  height: 94px;
  padding-top: 30px;
  right: -23px;
  color: #fff;
  background-color: #F91400;
  border: none;
}

.idrxmas .banner .content .content-box .box.active-box .off-tag::after {
  position: absolute;
  content: "";
  width: 88px;
  height: 88px;
  border-radius: 50%;
  left: 2px;
  top: 2px;
  z-index: 99;
  border: 1px dashed #fff;
}

.idrxmas .banner .content .content-box .box.active-box .off {
  background: #AC8752;
}

.idrxmas .banner .content .content-box .box.active-box::before {
  width: 310px;
  height: 259px;
  top: 20px;
  left: -20px;
  background: #D00B03;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.65);
}

.idrxmas .banner .content .content-box .box.right-box .off-tag {
  color: #F82918;
  background-color: #fff;
  border: 1px dashed #F82918;
}

.idrxmas .banner .content .list-box {
  width: 80%;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 70px;
}

.idrxmas .banner .content .list-box li {
  display: flex;
  align-items: center;
  font: normal normal normal 12px/22px Inter;
}

.idrxmas .banner .content .list-box li i {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background: url(../idrxmas/list-icon.png);
}

.idrxmas .feature {
  padding-top: 85px;
}

.idrxmas .feature h2 {
  text-align: center;
  font: normal normal bold 34px/41px Inter;
}

.idrxmas .feature .message {
  display: flex;
  margin-top: 58px;
  align-items: center;
}

.idrxmas .feature .message > img {
  margin-left: -95px;
}

.idrxmas .feature .message .message-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.idrxmas .feature .message .message-box dl {
  width: 48%;
}

.idrxmas .feature .message .message-box dl:nth-child(1), .idrxmas .feature .message .message-box dl:nth-child(2) {
  margin-top: 78px;
  margin-bottom: 40px;
}

.idrxmas .feature .message .message-box dl dt {
  display: flex;
  align-items: center;
  font: normal normal bold 18px/21px Inter;
}

.idrxmas .feature .message .message-box dl dt i {
  width: 12px;
  height: 12px;
  margin-right: 10px;
  background: url(../idrxmas/feature-icon.png);
}

.idrxmas .feature .message .message-box dl dd {
  padding-left: 22px;
  margin-top: 15px;
  color: #4E4E4E;
  font: normal normal normal 16px/20px Inter;
}

.idrxmas .table-box {
  position: relative;
  margin-top: 55px;
  padding: 80px 0px;
  background: #F5F5F5;
  text-align: center;
}

.idrxmas .table-box::after {
  position: absolute;
  content: "";
  width: 23px;
  height: 34px;
  left: 0;
  right: 0;
  top: -17px;
  margin: auto;
  background: url(../idrxmas/next.png);
}

.idrxmas .table-box h2 {
  display: flex;
  color: #1F1E24;
  justify-content: center;
  align-items: center;
  font: normal normal bold 34px/41px Inter;
}

.idrxmas .table-box h2 span {
  margin: 0px 15px;
  font-weight: bold;
}

.idrxmas .table-box h3.h3-title {
  margin-top: -25px;
  font: normal normal 500 22px/26px Inter;
}

.idrxmas .table-box table {
  position: relative;
  margin-top: 100px;
}

.idrxmas .table-box table::after {
  position: absolute;
  content: "";
  width: 360px;
  right: 0;
  bottom: 0;
  height: 89%;
  border-radius: 8px;
  box-shadow: 0px 5px 18px rgba(65, 3, 0, 0.45);
}

.idrxmas .table-box table td {
  padding: 10px 0px;
  background-color: #fff;
  border: solid #DFDCDC 1px;
  border-bottom: none;
  border-top: none;
}

.idrxmas .table-box table td.itemc {
  position: relative;
}

.idrxmas .table-box table td.itemc::after {
  position: absolute;
  content: "";
  width: 95%;
  height: 1px;
  background-color: #DFDCDC;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.idrxmas .table-box table .itema {
  width: 278px;
  border-bottom: solid #DFDCDC 1px;
}

.idrxmas .table-box table .space {
  width: 15px;
  background: transparent;
  border: none;
}

.idrxmas .table-box table .itemb {
  width: 508px;
  position: relative;
  font: normal normal normal 16px/20px Inter;
}

.idrxmas .table-box table .itemb::after {
  position: absolute;
  content: "";
  width: 85%;
  height: 1px;
  background-color: #DFDCDC;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.idrxmas .table-box table .itemc {
  width: 350px;
  font: normal normal bold 16px/20px Inter;
  color: #F59424;
  background-color: #FFFBFB;
  border-left: 3px solid #D00B03;
  border-right: 3px solid #D00B03;
}

.idrxmas .table-box table thead th {
  height: 99px;
  vertical-align: middle;
  border: 1px solid #DFDCDC;
  border-radius: 12px 12px 0px 0px;
}

.idrxmas .table-box table thead th h4 {
  font: normal normal bold 20px/24px Inter;
}

.idrxmas .table-box table thead th p {
  font: normal normal normal 14px/17px Inter;
}

.idrxmas .table-box table thead th.itemc {
  border: none;
}

.idrxmas .table-box table thead th.itemc h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 134px;
  width: 100.7%;
  margin-left: -1px;
  margin-top: -35px;
  background: #D00B03;
  color: #FFFFFF;
  border-left: 3px solid #D00B03;
  border-right: 3px solid #D00B03;
  border-radius: 12px 12px 0px 0px;
  font: normal normal bold 24px/29px Inter;
}

.idrxmas .table-box table thead th.itemb {
  background-color: #fff;
  border-bottom: none;
}

.idrxmas .table-box table tbody tr.last td.itemb,
.idrxmas .table-box table tbody tr.last td.itema {
  border: none;
  position: relative;
  border-radius: 0px 0px 8px 8px;
}

.idrxmas .table-box table tbody tr.last td.itemb::after,
.idrxmas .table-box table tbody tr.last td.itema::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: calc(100% - 2px);
  height: 98%;
  box-shadow: none;
  border-radius: 0px 0px 8px 8px;
  border: 1px solid #DFDCDC;
  background: transparent;
  border-top: none;
}

.idrxmas .table-box table tfoot .itema {
  border: none;
}

.idrxmas .table-box table tfoot .itemb::after {
  display: none;
}

.idrxmas .table-box table tfoot .itemc {
  position: relative;
  border: none;
  padding-bottom: 30px;
}

.idrxmas .table-box table tfoot .itemc::after {
  content: '';
  display: block;
  position: absolute;
  left: -1px;
  top: 0;
  z-index: 0;
  width: calc(100% - 3px);
  height: 98%;
  box-shadow: none;
  border-radius: 0px 0px 8px 8px;
  border: 3px solid #D00B03;
  background: transparent;
  border-top: none;
}

.idrxmas .table-box table tfoot .itemc ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  z-index: 10;
  padding: 16px 30px 20px;
}

.idrxmas .table-box table tfoot .itemc ul li {
  cursor: pointer;
  text-align: center;
  color: #737373;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.idrxmas .table-box table tfoot .itemc ul li i {
  display: block;
  flex-shrink: 0;
  margin: 0 auto;
  width: 14px;
  height: 14px;
  background: #F8EDEB;
  outline: 2px solid #636060;
  border-radius: 50%;
}

.idrxmas .table-box table tfoot .itemc ul li b {
  font: inherit;
  font-weight: 700;
  color: inherit;
}

.idrxmas .table-box table tfoot .itemc ul li.xmas-on {
  color: #D00B03;
}

.idrxmas .table-box table tfoot .itemc ul li.xmas-on i {
  position: relative;
  z-index: 1;
  outline: 3px solid #C6210D;
}

.idrxmas .table-box table tfoot .itemc ul li.xmas-on i:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #C6210D;
}

.idrxmas .table-box table tfoot .itemc .choice-price {
  padding-bottom: 8px;
  text-align: center;
  color: #2F2E2E;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
}

.idrxmas .table-box table tfoot .itemc .choice-price del {
  display: inline-block;
  padding-right: 4px;
  font: inherit;
  color: #737373;
}

.idrxmas .table-box table tfoot .itemc .choice-price strong {
  color: #D00B03;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
}

.idrxmas .table-box table tfoot .itemc .buybtn {
  width: 286px;
  height: 63px;
  position: relative;
  z-index: 10;
  white-space: nowrap;
  background: #F59424;
  font: normal normal bold 20px/24px Inter;
  box-shadow: 0px 6px 8px rgba(145, 42, 28, 0.4);
}

.idrxmas .table-box table tfoot .itemc .buybtn:hover {
  background: transparent linear-gradient(180deg, #FFC31D 0%, #FC8F00 100%) 0% 0% no-repeat padding-box;
}

.idrxmas .table-box table tfoot .itemc .buybtn small {
  display: block;
  position: absolute;
  right: -4px;
  top: -4px;
  z-index: 0;
  width: 83px;
  height: 58px;
  background: url(./off-tag.png) center center no-repeat;
}

.idrxmas .table-box table tfoot .itemc .buybtn small strong {
  display: block;
  position: absolute;
  top: 16px;
  left: 26px;
  font-size: 12px;
  line-height: 1.2;
  color: #FAFAFA;
  font-weight: 400;
  transform: rotate(40deg) scale(0.8);
}

.idrxmas .table-box table tfoot .itemc .buybtn small strong b {
  color: inherit;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
}

.idrxmas .about {
  padding-top: 82px;
}

.idrxmas .about .h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: bold;
}

.idrxmas .about .isridr-review .isridr-prev,
.idrxmas .about .isridr-review .isridr-next {
  background-image: url(../idrxmas/sprites_ic.png);
}

.idrxmas .bottom-buy {
  height: 365px;
  margin-top: 44px;
  background: url(../idrxmas/b_bottom_bg.jpg) no-repeat center;
}

.idrxmas .bottom-buy h2 {
  position: relative;
  display: flex;
  padding-top: 40px;
  justify-content: center;
}

.idrxmas .bottom-buy h2::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 29px;
  left: 0;
  right: 0;
  margin: auto;
  top: 15px;
  background: url(../idrxmas/tree.png);
}

.idrxmas .bottom-buy h2 span {
  margin: 0px 10px;
  position: relative;
  font-size: 36px;
  font-weight: bold;
  color: #EB0000;
  z-index: 0;
  text-shadow: 0px 7px 9px #FFE9D5;
}

.idrxmas .bottom-buy h2 span::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  z-index: -1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 6px #FFEABA;
}

.idrxmas .bottom-buy .change-message {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.idrxmas .bottom-buy .change-message ul {
  width: 385px;
}

.idrxmas .bottom-buy .change-message ul li {
  display: flex;
  width: 352px;
  height: 42px;
  margin: 0px auto;
  margin-bottom: 23px;
  padding-right: 8px;
  border: 2px solid #BC8400;
  border-radius: 27px;
  align-items: center;
  color: #1E1E1E;
  cursor: pointer;
}

.idrxmas .bottom-buy .change-message ul li i {
  width: 16px;
  height: 16px;
  margin-left: 25px;
  margin-right: 15px;
  border-radius: 50%;
  border: 2px solid #BC8400;
}

.idrxmas .bottom-buy .change-message ul li span {
  padding-right: 10px;
  text-align: left;
  font: normal normal bold 14px/20px Inter;
}

.idrxmas .bottom-buy .change-message ul li b {
  text-align: right;
  padding-left: 10px;
  font: normal normal bold 14px/20px Inter;
}

.idrxmas .bottom-buy .change-message ul li strong {
  text-align: center;
  font: normal normal 800 16px/14px Inter;
  color: #BC8400;
  padding: 0px 30px;
}

.idrxmas .bottom-buy .change-message ul li strong small {
  display: block;
  font: normal normal 500 12px/14px Inter;
}

.idrxmas .bottom-buy .change-message ul li.active {
  width: 385px;
  height: 53px;
  background-color: #fff;
  border: solid #FF0000 3px;
  box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.3);
}

.idrxmas .bottom-buy .change-message ul li.active i {
  width: 22px;
  height: 22px;
  border: none;
  background: #E50000 url(../idrxmas/check.png) no-repeat center;
}

.idrxmas .bottom-buy .change-message ul li.active span {
  font-size: 16px;
}

.idrxmas .bottom-buy .change-message ul li.active b {
  font-size: 16px;
}

.idrxmas .bottom-buy .change-message ul li.active strong {
  color: #E50000;
  font-size: 20px;
  line-height: 16px;
}

.idrxmas .bottom-buy .change-message ul li.active strong small {
  font-size: 14px;
}

.idrxmas .bottom-buy .change-message dl {
  margin-top: 45px;
  text-align: center;
  margin-left: 40px;
}

.idrxmas .bottom-buy .change-message dl dt {
  font: normal normal normal 20px/24px Inter;
}

.idrxmas .bottom-buy .change-message dl dt strong {
  margin-right: 5px;
  color: #EB0000;
  font: normal normal bold 18px/21px Inter;
}

.idrxmas .bottom-buy .change-message dl dt strong b {
  font: normal normal bold 30px/21px Inter;
}

.idrxmas .bottom-buy .change-message dl .buybtn {
  width: 286px;
  height: 63px;
  margin-top: 10px;
  font: normal normal bold 20px/24px Inter;
}

.idrxmas .servies {
  width: 1000px;
  padding-top: 70px;
  display: flex;
  justify-content: space-around;
}

.idrxmas .servies > div,
.idrxmas .servies ul {
  display: flex;
  width: 539px;
  height: 148px;
  border: 1px solid rgba(112, 112, 112, 0.5);
  border-radius: 34px;
  align-items: center;
}

.idrxmas .servies > div img {
  margin: 0px 25px;
}

.idrxmas .servies > div div {
  margin-top: 8px;
  padding-right: 15px;
}

.idrxmas .servies > div div h3 {
  font: normal normal bold 14px/17px Inter;
}

.idrxmas .servies > div div p {
  margin-top: 15px;
  font: normal normal 500 12px/18px Inter;
}

.idrxmas .servies ul {
  justify-content: space-around;
}

.idrxmas .servies ul li span {
  display: flex;
  height: 73px;
  margin-bottom: 15px;
  align-items: center;
  justify-content: center;
}

.idrxmas .servies ul li p {
  font: normal normal 500 12px/18px Inter;
}

.idrxmas .about {
  margin: 0px auto 160px;
}

.idrxmas .about .h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
}

.idrxmas .about .about_box {
  position: relative;
}

.idrxmas .about .about_box .left_btn {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 50px;
  top: 60%;
  background: url(./sprites_ic.png) no-repeat -60px -173px;
  z-index: 999;
  cursor: pointer;
}

.idrxmas .about .about_box .left_btn:not(.swiper-button-disabled) {
  background-position: 0 -221px;
}

.idrxmas .about .about_box .right_btn {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 50px;
  top: 60%;
  background: url(./sprites_ic.png) no-repeat -60px -173px;
  z-index: 999;
  cursor: pointer;
}

.idrxmas .about .about_box .right_btn:not(.swiper-button-disabled) {
  background-position: -61px -221px;
}

.idrxmas .about .about_box .swiper-container {
  width: 834px;
  background: #FFFFFF;
  border-radius: 4px;
  margin: 0 auto;
  position: relative;
}

.idrxmas .about .about_box .swiper-container .swiper-slide {
  width: 100%;
  display: flex;
}

.idrxmas .about .about_box .swiper-container .swiper-slide .comment {
  width: 834px;
}

.idrxmas .about .about_box .swiper-container .swiper-slide .comment .name {
  margin-top: 23px;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: bold;
  color: #242427;
  line-height: 24px;
}

.idrxmas .about .about_box .swiper-container .swiper-slide .comment .main {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #63636A;
  line-height: 30px;
}

.idrxmas .about .about_box .swiper-container .swiper-slide .comment .star-four {
  width: 95px;
  height: 15px;
  background: url(./sprites_ic.png) no-repeat 0 -47px;
  margin: 0 auto;
}

.idrxmas .about .about_box .swiper-container .swiper-slide .comment .star-five {
  width: 95px;
  height: 15px;
  background: url(./sprites_ic.png) no-repeat 0 -78px;
  margin: 0 auto;
}

.idrxmas .footer-box {
  margin-top: 60px;
  padding: 20px 0px;
  background: #F5F5F5;
  color: #707070;
  font: normal normal 500 12px/18px Inter;
}

.idrxmas .footer-box .footer {
  margin-top: 10px;
  background: transparent;
  text-align: center;
  color: #1F1E24;
}

.idrxmas .popbg {
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 32, 0.6) 0% 0% no-repeat padding-box;
  opacity: 1;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  position: fixed;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: all .3s ease;
  transform-origin: top;
  z-index: -99998;
}

.idrxmas .popbg.on {
  transform: scale(1);
  z-index: 999;
}

.idrxmas .idrpop {
  position: fixed;
  width: 756px;
  height: 441px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: scale(0);
  transition: all .3s ease;
  opacity: 0;
  z-index: -99998;
  text-align: center;
  background: url(../idrxmas/float_bg.png) no-repeat;
}

.idrxmas .idrpop.on {
  opacity: 1;
  transform: scale(1);
  z-index: 999;
}

.idrxmas .idrpop h2 {
  height: 141px;
  text-indent: -9999px;
  margin-top: -82px;
  background: url(../idrxmas/float_t.png) no-repeat center;
}

.idrxmas .idrpop .close {
  position: absolute;
  cursor: pointer;
  display: block;
  width: 15px;
  height: 15px;
  top: 33px;
  right: 46px;
  background: url(../idrxmas/close.png);
}

.idrxmas .idrpop h3 {
  margin-top: 8px;
  color: #B78A15;
  font: normal normal 600 22px/26px Inter;
}

.idrxmas .idrpop h3 span {
  color: #FF0A0A;
  font: normal normal 600 22px/26px Inter;
}

.idrxmas .idrpop h3 strong {
  color: #F56B2C;
  font: normal normal 600 22px/26px Inter;
}

.idrxmas .idrpop > p {
  margin-top: 12px;
  font: normal normal normal 14px/17px Inter;
  letter-spacing: -0.14px;
  color: #919399;
}

.idrxmas .idrpop .message {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.idrxmas .idrpop .message .img-box {
  width: 289px;
  height: 245px;
  background: url(../idrxmas/idr_box_f.png);
}

.idrxmas .idrpop .message .img-box p {
  margin-top: 197px;
  text-indent: 28px;
  font: normal normal bold 18px Inter;
}

.idrxmas .idrpop .message .img-box p b {
  color: #E10000;
  display: inline-block;
  vertical-align: middle;
  font: normal normal bold 26px Inter;
}

.idrxmas .idrpop .message .right {
  width: 320px;
}

.idrxmas .idrpop .message .right .extra {
  position: relative;
  width: 159px;
  height: 69px;
  margin: 0px auto;
  color: #fff;
  text-align: left;
  background: url(../idrxmas/extra.png);
}

.idrxmas .idrpop .message .right .extra span {
  position: absolute;
  transform: rotate(90deg);
  text-transform: uppercase;
  right: -6px;
  top: 25px;
}

.idrxmas .idrpop .message .right .extra strong {
  text-align: center;
  padding-top: 18px;
  font-weight: bold;
  font-size: 16px;
  margin-left: -45px;
  display: block;
}

.idrxmas .idrpop .message .right .extra strong b {
  display: block;
  font-size: 32px;
  font-weight: bold;
}

.idrxmas .idrpop .message .right .price {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.idrxmas .idrpop .message .right .price span {
  color: #919399;
  font: normal normal 500 12px/15px Inter;
}

.idrxmas .idrpop .message .right .price span strong {
  display: block;
  min-width: 62px;
  color: #252834;
  background: url(../idrxmas/del_bg.png) no-repeat center;
  font: normal normal 600 16px/26px Inter;
}

.idrxmas .idrpop .message .right .price span.last strong {
  background: transparent;
  color: #FF0A0A;
  font: normal normal bold 22px/26px Inter;
}

.idrxmas .idrpop .message .right .buybtn {
  width: 276px;
  height: 50px;
  margin: 0px auto;
  margin-top: 25px;
  background: transparent linear-gradient(0deg, #FF3800 0%, #FF9548 100%) 0% 0% no-repeat padding-box;
  border-radius: 16px;
  color: #fff;
  box-shadow: 0px 5px 5px #D73608;
}

.idrxmas .idrpop .message .right .buybtn:hover {
  background: transparent linear-gradient(0deg, #FF9548 0%, #FF3800 100%) 0% 0% no-repeat padding-box;
}

.idrxmas .idrpop .message .right .buybtn span {
  font-weight: bold;
}

.idrxmas .idrpop .message .right p {
  margin-top: 15px;
  text-align: center;
  font: normal normal 500 14px/17px Inter;
  color: #B78A15;
}

.idrxmas .idrpop .message .right p strong {
  font-weight: bold;
}
