/*
 * @FilePath: /css/categories/double_denier/index.css
 */
body #maincontent {
  max-width: 100%;
}

body #maincontent #plat_tiger {
  position: relative;
  overflow: hidden;
  background-color: #FE7645;
}

body #maincontent .loading {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

body #maincontent .loading .pic {
  /* background: url(images/loading.gif); */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 64px;
  margin: auto;
}

body #maincontent .loading .pic i {
  display: block;
  float: left;
  width: 6px;
  height: 50px;
  margin: 0 2px;
  -webkit-transform: scaleY(0.4);
  -moz-transform: scaleY(0.4);
  -ms-transform: scaleY(0.4);
  -o-transform: scaleY(0.4);
  transform: scaleY(0.4);
  -webkit-animation: load 1.2s infinite;
  -moz-animation: load 1.2s infinite;
  -o-animation: load 1.2s infinite;
  animation: load 1.2s infinite;
  background: #399;
}

@-webkit-keyframes load {

  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-moz-keyframes load {

  0%,
  40%,
  100% {
    -moz-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }

  20% {
    -moz-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-o-keyframes load {

  0%,
  40%,
  100% {
    -o-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }

  20% {
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes load {

  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    -moz-transform: scaleY(0.4);
    -o-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}

body #maincontent .loading .pic i:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

body #maincontent .loading .pic i:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

body #maincontent .loading .pic i:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

body #maincontent .loading .pic i:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

body #maincontent .loading .pic i:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

body #maincontent .cbl_item {
  position: fixed;
  z-index: 800;
  top: 50%;
  right: 0;
  display: block;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

body #maincontent .cbl_item .sidebar {
  width: 92px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  z-index: 9999;
  background: transparent;
  border-radius: 10px 0px 0px 10px;
  position: relative;
  margin: 0;
  padding: 0 0 16px;
}

body #maincontent .cbl_item .sidebar .sidebar_bg {
  width: 144% !important;
  max-width: none;
  height: 134% !important;
  position: absolute;
  right: -6px;
  bottom: 0;
  z-index: 0;
}

body #maincontent .cbl_item .sidebar .xbjactivity_entry {
  margin-top: -67%;
}

body #maincontent .cbl_item .sidebar .xbjactivity_entry a {
  background: none;
  font-weight: 400;
  font-size: 14px;
  color: #FF3C08;
  display: block;
  line-height: normal;
  white-space: normal;
  text-align: center;
}

body #maincontent .cbl_item .sidebar .xbjactivity_entry a img.xiaobianjie_logo {
  width: 114px;
  max-width: none;
}

body #maincontent .cbl_item .sidebar .xbjactivity_entry a img.xiaobianjie_theme_icon {
  width: 105px;
  max-width: none;
  -webkit-transform: translateX(8%);
  -moz-transform: translateX(8%);
  -ms-transform: translateX(8%);
  -o-transform: translateX(8%);
  transform: translateX(8%);
}

body #maincontent .cbl_item .sidebar a {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #333333;
  white-space: nowrap;
  padding: 0 6px;
  text-align: center;
  position: relative;
}

body #maincontent .cbl_item .sidebar a+a {
  margin-top: 10px;
}

body #maincontent .cbl_item .sidebar a+a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -6px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 92%;
  right: 0;
  margin: 0 auto;
  border-top: 1px solid #FFDDC2;
}

body #maincontent .cbl_item .sidebar .active {
  background: -webkit-gradient(linear, left top, right top, from(#F11913), to(#FC5928));
  background: -webkit-linear-gradient(left, #F11913, #FC5928);
  background: -moz- oldlinear-gradient(left, #F11913, #FC5928);
  background: -o-linear-gradient(left, #F11913, #FC5928);
  background: linear-gradient(90deg, #F11913, #FC5928);
  border-radius: 4px;
  color: #fff;
}

body #maincontent .cbl_item .sidebar .xbjactivity_entry a::after {
  display: none;
}

body #maincontent #plat_tiger {
  position: relative;
}

body #maincontent #plat_tiger .background_box .content____ .huodongguize {
  padding-top: 211px;
  padding-bottom: 240px;
  color: #fff;
  background-color: transparent !important;
}

body .tooltip .tooltip-inner {
  max-width: 400px;
  text-align: left;
}

.seckill__title {
  font-size: 30px;
  font-weight: bold;
  display: block;
  padding-top: 120px;
  text-align: center;
  color: #fff;
}

.lun_info li {
  font-size: 11px;
  height: 25px;
  word-break: nowrap;
}

.lun_info li {
  height: 25px;
}

.chou_item2 {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 30px;
  /* animation: up 2s infinite linear; */
}

.lun_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100px;
}

.chou_infoends {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.sijiantao {
  font-family: Noto Sans S Chinese;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  margin: 0 8px;
  padding: 4px 8px;
  border-radius: 14px 0 14px 14px;
  background: -webkit-linear-gradient(top, #f63b02, #fb5f1a);
  background: -o-linear-gradient(top, #f63b02, #fb5f1a);
  background: -webkit-gradient(linear, left top, left bottom, from(#f63b02), to(#fb5f1a));
  background: -moz- oldlinear-gradient(top, #f63b02, #fb5f1a);
  background: linear-gradient(180deg, #f63b02, #fb5f1a);
}

/* #plat_tiger {
          background-color: #fcdaaa;
      } */
/* 京东卡弹框 */
.jingdong_card {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.jingdong_card .conten {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.jingdong_card .con_img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 50px 20px 30px 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 17px 6px #999;
  box-shadow: 0 0 17px 6px #999;
}

.jingdong_card p {
  font-size: 24px;
  margin-top: 20px;
  text-align: center;
}

.top_gif11 {
  position: absolute;
  top: 5%;
  left: 30%;
  display: block;
  width: 40%;
}

/* .top_banner{background: url("https://bcn.135editor.com/files/202309/images/xiarishenghui_bg_vip_23_new2.png");background-position: bottom;} */
#daojishi {
  font-size: 22px;
  position: absolute;
  z-index: 3333;
  right: 0;
  bottom: -6%;
  /* left: 25%; */
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 60%;
  margin: 0 auto;
  color: #fff8d9;
}

#daojishi>div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

#daojishi>div div {
  margin-left: 20px;
}

#daojishi span {
  font-weight: bold;
  line-height: 52px;
  display: inline-block;
  width: 52px;
  height: 52px;
  margin-left: 30px;
  text-align: center;
  color: #ff5300;
  border-radius: 10px;
  background-color: #fff8d9;
}

#isShowZhiFu1,
#isShowZhiFu2,
#zhongshengVip,
#cebianlan1,
#cebianlan2 {
  display: none;
}

#cebianlan1 {
  width: 85px;
  /* height: 272px; */
  /* background: linear-gradient(-36deg, #FBE2AA, #FFF9D9, #FAE2AC); */
  border-radius: 11px;
}

.zhongTabs a:hover,
.zhongTabs a:focus {
  text-decoration: none;
  outline: none;
}

.zhongTabs .tab .nav-tabs {
  margin: 0;
  border: none;
  border-bottom: 2px solid #079fc9;
}

.zhongTabs .tab .nav-tabs li a {
  font-size: 17px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  margin: 0 10px -1px 0;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
  color: #293241;
  border: 2px solid #e6e5e1;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}

.zhongTabs .tab .nav-tabs li a:hover,
.zhongTabs .tab .nav-tabs li.active a {
  color: #079fc9;
  border: 2px solid #079fc9;
  border-bottom-color: transparent;
  background: #fff;
}

.zhongTabs .tab .nav-tabs li a:before {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  display: block;
  height: 2px;
  content: "";
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  background: #fff;
}

.zhongTabs .tab .nav-tabs li.active a:before,
.zhongTabs .tab .nav-tabs li a:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.zhongTabs .tab .zhongTabs .tab-content {
  font-size: 17px;
  line-height: 30px;
  position: relative;
  padding: 10px;
  letter-spacing: 1px;
  color: #6f6f6f;
}

.miaoshaText {
  font-size: 22px;
  display: none;
  padding-top: 20px;
  text-align: center;
  color: #fff;
}

@media (max-width: 1700px) {
  #daojishi {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }

  #daojishi>div div {
    margin-left: 18px;
  }

  #daojishi span {
    margin-left: 28px;
  }
}

@media (max-width: 1640px) {
  #card div {
    left: 8% !important;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@media (max-width: 1600px) {
  #daojishi {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }

  #daojishi>div div {
    margin-left: 16px;
  }

  #daojishi span {
    margin-left: 26px;
  }

  #card div {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@media (max-width: 1400px) {
  #daojishi {
    width: 70%;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }

  #daojishi>div div {
    margin-left: 14px;
  }

  #daojishi span {
    margin-left: 24px;
  }
}

@media (max-width: 1200px) {
  #daojishi {
    width: 88%;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
  }
}

@media (max-width: 900px) {
  #daojishi {
    width: 100%;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@media (max-width: 780px) {
  #daojishi {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
  }
}

@media (max-width: 730px) {
  #daojishi {
    width: 100%;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  body #maincontent .cbl_item .sidebar {
    right: 0;
    width: 76px;
  }

  body #maincontent .cbl_item .sidebar a {
    font-size: 13px;
    line-height: 1.2em;
  }

  body #maincontent .cbl_item .sidebar .xbjactivity_entry a img.xiaobianjie_logo {
    width: 80px;
  }

  body #maincontent .cbl_item .sidebar .xbjactivity_entry a img.xiaobianjie_theme_icon {
    width: 70px;
  }

  body #maincontent .address-mode-mask .main {
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 95vw;
    max-height: 95vh;
    padding: 44px 8px 14px;
  }

  body #maincontent .address-mode-mask .main .container #Section1 .title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  body #maincontent .address-mode-mask .main .container #Section1 .sub-title {
    font-size: 14px;
    margin-bottom: 20px;
  }

  body #maincontent .address-mode-mask .main .container #Section1 .address-form .address-input {
    margin-bottom: 12px;
  }

  body #maincontent .address-mode-mask .main .container #Section1 .address-form .address-input input,
  body #maincontent .address-mode-mask .main .container #Section1 .address-form .address-input select {
    line-height: normal;
    height: 42px;
  }

  body #maincontent .address-mode-mask .main .container #Section1 .address-form .btns .submit {
    font-size: 16px;
    width: 200px;
    height: 38px;
  }

  body #maincontent .address-mode-mask .main .container #ewaishichang {
    font-size: 14px !important;
  }

  body #maincontent .address-mode-mask .main .container #ewaishichang img {
    margin-bottom: 0;
  }
}

@media (max-width: 400px) {
  #daojishi {
    font-size: 18px;
    -webkit-transform: scale(0.36);
    -moz-transform: scale(0.36);
    -ms-transform: scale(0.36);
    -o-transform: scale(0.36);
    transform: scale(0.36);
  }

  #daojishi span {
    margin-left: 14px;
  }

  #daojishi>div div {
    margin-left: 12px;
  }

  .item_two,
  .item_plant {
    margin-top: 10px !important;
  }

  #card {
    font-size: 12px;
  }

  #card div {
    line-height: 20px !important;
    padding: 0;
  }
}

/* 普通手机 (例如 iPhone 6/7/8) */
@media (min-width: 321px) and (max-width: 480px) {
  body .content____ {
    margin-top: 0;
  }

  body .year_end_review {
    padding-top: 0;
  }

  body .get_yearendPoster--content {
    padding-top: 0;
  }

  body .get_yearendPoster--left,
  body .get_yearendPoster--right {
    width: 100%;
  }

  body .miaoshaBox .mszt h3 {
    font-size: 15px;
  }

  .miaoshaText {
    font-size: 1rem;
  }

  body .mszt__plummet--dgr {
    font-size: 12px;
    bottom: 3%;
    left: -15%;
    width: 130%;
  }

  body .mszt__plummet--down p {
    font-size: 16px;
  }

  body .miaoshaBox .mszt .instantKillBtn {
    margin-top: -20px;
  }

  .year_end_review .get_yearend_data_box>img,
  .year_end_review .get_yearend_poster>img {
    display: none;
  }

  .get_yearend_data_box {
    width: 100%;
    height: 496px;
    background: #fff8ed;
  }

  .get_yearend_poster {
    width: 100%;
    height: 880px;
    background: #fff8ed;
  }

  .get_yearend_content .inquire .inputBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .get_yearend_content .inquire .inputBox .btn {
    margin: 0;
    margin-top: 1.6rem;
  }

  .year_end_review .get_yearendPoster--header {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .year_end_review .get_yearendPoster--right {
    margin-top: 140px;
    padding: 0 10px;
  }

  .year_end_review .get_yearendPosterRight__poster .fengge .content .ewm {
    bottom: 9px;
    left: 12px;
    width: 20%;
  }

  .year_end_review .get_yearendPosterRight__poster {
    margin-right: 18px;
  }

  .get_yearend_content .inquire .inputBox .input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto !important;
    padding: 20px !important;
  }

  .get_yearend_content .inquire .inputBox .input .userName {
    margin-bottom: 10px;
  }

  body .get_yearend_content .inquire .inputBox .btn {
    line-height: 36px;
  }

  .get_yearendPoster--footer {
    padding: 0 10px;
  }

  body .get_yearend_content .inquire .inputBox .btn {
    margin-left: 0;
  }

  body .get_yearend_content .footer_description {
    font-size: 14px;
    text-align: center;
  }

  body .get_yearend_content {
    padding: 0 10px;
  }

  body .get_yearend_content .inquire p {
    font-size: 16px;
    text-align: center;
  }

  body .get_yearend_content .motif_description {
    font-size: 13px;
    margin-top: 20px;
  }

  body .get_yearend_content .motif_description p {
    margin: 0;
  }

  body .get_yearend_content .inquire .inputBox .input {
    min-width: 90%;
  }

  body .get_yearend_instantCopy {
    font-size: 18px;
    width: 100%;
    text-align: center;
    color: #000;
    background-color: #fff8ed;
  }

  body .get_yearendPosterRight__poster .fengge1 .content p .end,
  body .get_yearendPosterRight__poster .fengge2 .content p .end {
    display: none;
  }

  body .get_yearendPosterRight__poster .fengge1 .content p,
  body .get_yearendPosterRight__poster .fengge2 .content p {
    margin-bottom: 6px;
  }

  body .get_yearendPosterRight__poster .fengge .content p {
    line-height: 15px;
  }
}