:root {
  --minWidht: calc(1280px - 20px);
  --red: #DC2326;
  --fontColor: #4C3232;
  --fontRed: #FF2625;
}
html {
  font-size: 100px;
}
body {
  zoom: 1;
}
@media screen and (min-width: 1920px) and (min-width: 2560px) {
  body {
    zoom: 1.33;
  }
}
@media screen and (min-width: 2560px) and (min-width: 3840px) {
  body {
    zoom: 2;
  }
}
* {
  font-size: 0.14rem;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1;
  color: #444;
  font-family: PingFang SC, PingFang SC, -apple-system, Microsoft Yahei, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 400;
}
button {
  background-color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}
input {
  outline: none;
  border: none;
}
input::placeholder {
  color: var(--baseGrey);
}
input::-moz-placeholder {
  color: var(--baseGrey);
}
input:-moz-placeholder {
  color: var(--baseGrey);
}
input:-ms-input-placeholder {
  color: var(--baseGrey);
}
input::-webkit-input-placeholder {
  color: var(--baseGrey);
}
a {
  text-decoration: none;
  display: inline-block;
}
.wrapper {
  display: flex;
}
.wrapper[hor=end] {
  justify-content: flex-end;
}
.wrapper[hor=between] {
  justify-content: space-between;
}
.wrapper[ver=center] {
  align-items: center;
}
.large_title {
  font-size: 0.36rem;
  line-height: 0.42rem;
  text-align: center;
}
#newproxyip {
  min-width: var(--minWidht);
  margin-top: 0.7rem;
  user-select: none;
}
#newproxyip .linear_outer {
  background-image: linear-gradient(180deg, #fbe7e0, #fcf3ee 100%);
}
#newproxyip .image_outer {
  background-image: url(../../../../image/newUI/activity/newproxyip/pro_bg.png);
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
  background-color: #FCE7DF;
}
#newproxyip .image_outer .product {
  padding-top: 0.9rem;
}
#newproxyip .outer {
  width: 100%;
}
#newproxyip .inner {
  width: var(--minWidht);
  margin: 0 auto;
}
#newproxyip .banner {
  position: relative;
  height: 3.4rem;
}
#newproxyip .banner > img:nth-child(1) {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
#newproxyip .banner > img:nth-child(2) {
  width: 100%;
  height: 0.99rem;
  object-position: center;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 2.63rem;
  z-index: 0;
}
#newproxyip .banner .inner {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#newproxyip .banner .times {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.12rem;
  height: 0.76rem;
  padding-bottom: 0.06rem;
  position: relative;
  z-index: 1;
  transform: translateY(0.44rem);
  background-image: url(../../../../image/newUI/activity/newproxyip/banner_time.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#newproxyip .banner .times::before {
  content: attr(before);
  color: var(--fontColor);
  font-size: 0.16rem;
}
#newproxyip .banner .times .time {
  margin: 0 0.1rem;
  line-height: 0.42rem;
  height: 0.42rem;
  padding: 0 0.07rem;
  text-align: center;
  background-color: var(--red);
  color: #fff;
  font-size: 0.24rem;
  margin-right: 0.26rem;
  position: relative;
}
#newproxyip .banner .times .time::after {
  content: attr(unit);
  color: var(--fontColor);
  line-height: inherit;
  font-size: 0.16rem;
  position: absolute;
  right: -0.26rem;
}
#newproxyip .banner .times.timeout::before {
  content: '本场活动已结束';
}
#newproxyip .banner .times.timeout .time {
  display: none;
}
#newproxyip .product {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
#newproxyip .product .pro_title {
  width: 5.02rem;
  height: 0.56rem;
  line-height: 0.56rem;
  text-align: center;
  font-size: 0.26rem;
  font-weight: 600;
  color: #fff;
  background-image: url(../../../../image/newUI/activity/newproxyip/pro_title.png);
  background-size: cover;
  margin: 0 auto 0.26rem;
}
#newproxyip .product .pro_desc {
  line-height: 0.2rem;
  text-align: center;
  margin-bottom: 0.34rem;
}
#newproxyip .product .pro_desc a {
  color: #D93026;
  transition: opacity 0.3s;
}
#newproxyip .product .pro_desc a:hover {
  opacity: 0.85;
}
#newproxyip .product .pro_panel {
  display: none;
}
#newproxyip .product .pro_panel.active {
  display: block;
}
#newproxyip .product .pro_panel .panel_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#newproxyip .product .pro_panel .panel_list .panel_item {
  margin-bottom: 0.24rem;
  width: calc(100% / 3 - 0.16rem);
  padding: 0.24rem;
  background-image: linear-gradient(180deg, #ffffff, #fee8fd 100%);
  position: relative;
  transition: 0.8s;
  overflow: hidden;
}
#newproxyip .product .pro_panel .panel_list .panel_item:not(:nth-child(3n)) {
  margin-right: 0.24rem;
}
#newproxyip .product .pro_panel .panel_list .panel_item::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: -100%;
  left: -100%;
  background: linear-gradient(135deg, transparent 30%, #fff, transparent 70%);
  transition: 0.8s;
}
#newproxyip .product .pro_panel .panel_list .panel_item:hover {
  box-shadow: 0 0 0.05rem 0.05rem rgba(220, 35, 38, 0.25);
}
#newproxyip .product .pro_panel .panel_list .panel_item:hover::after {
  top: 100%;
  left: 100%;
}
#newproxyip .product .pro_panel .panel_list .panel_item .panel_header {
  margin-bottom: 0.24rem;
}
#newproxyip .product .pro_panel .panel_list .panel_item .panel_header .panel_title {
  line-height: 0.25rem;
  color: #BE3805;
  font-size: 0.18rem;
  font-weight: 600;
  margin-bottom: 0.08em;
}
#newproxyip .product .pro_panel .panel_list .panel_item .panel_header .panel_desc {
  line-height: 0.2rem;
  color: #BE3805;
}
#newproxyip .product .pro_panel .panel_list .panel_item .panel_main .panel_config {
  margin-bottom: 0.24rem;
}
#newproxyip .product .pro_panel .panel_list .panel_item .panel_main .panel_config .panel_config-item {
  line-height: 0.2rem;
}
#newproxyip .product .pro_panel .panel_list .panel_item .panel_main .panel_config .panel_config-item:not(:nth-last-child(1)) {
  margin-bottom: 0.14rem;
}
#newproxyip .product .pro_panel .panel_list .panel_item .panel_main .panel_config .panel_config-item::before {
  content: attr(label);
  width: 0.8rem;
  display: inline-block;
  line-height: inherit;
  color: #757575;
}
#newproxyip .product .pro_panel .panel_list .panel_item .panel_main .panel_other {
  display: flex;
  align-items: center;
  margin-bottom: 0.04rem;
}
#newproxyip .product .pro_panel .panel_list .panel_item .panel_main .panel_other div {
  padding: 0 0.04rem;
  font-size: 0.12rem;
  border: 1px solid var(--fontRed);
  line-height: 0.16rem;
  margin-right: 0.04rem;
}
#newproxyip .product .pro_panel .panel_list .panel_item .panel_main .panel_other div::before,
#newproxyip .product .pro_panel .panel_list .panel_item .panel_main .panel_other div::after {
  font-size: inherit;
}
#newproxyip .product .pro_panel .panel_list .panel_item .panel_main .panel_other .panel_discount {
  color: #fff;
  background-color: var(--fontRed);
}
#newproxyip .product .pro_panel .panel_list .panel_item .panel_main .panel_other .panel_discount::after {
  content: '折';
}
#newproxyip .product .pro_panel .panel_list .panel_item .panel_main .panel_other .panel_first {
  color: var(--fontRed);
}
#newproxyip .product .pro_panel .panel_list .panel_item .panel_main .panel_other .panel_limit {
  color: var(--fontRed);
}
#newproxyip .product .pro_panel .panel_list .panel_item .panel_main .panel_other .panel_limit::before {
  content: "限";
}
#newproxyip .product .pro_panel .panel_list .panel_item .panel_main .panel_other .panel_limit::after {
  content: "个";
}
#newproxyip .product .pro_panel .panel_list .panel_item .panel_main .panel_price {
  margin-bottom: 0.16rem;
}
#newproxyip .product .pro_panel .panel_list .panel_item .panel_main .panel_price .panel_price-current {
  color: var(--fontRed);
  line-height: 0.36rem;
  font-size: 0.26rem;
  font-weight: 600;
}
#newproxyip .product .pro_panel .panel_list .panel_item .panel_main .panel_price .panel_price-current::after {
  content: '元';
  line-height: 1;
  margin-left: 0.04rem;
}
#newproxyip .product .pro_panel .panel_list .panel_item .panel_main .panel_price .panel_price-origin {
  color: #989898;
  line-height: 0.2rem;
  text-decoration: line-through;
}
#newproxyip .product .pro_panel .panel_list .panel_item .panel_main .panel_price .panel_price-origin::before {
  content: '原价';
}
#newproxyip .product .pro_panel .panel_list .panel_item .panel_main .panel_price .panel_price-origin::after {
  content: "元";
}
#newproxyip .product .pro_panel .panel_list .panel_item .panel_buy {
  width: 100%;
  height: 0.42rem;
  line-height: 0.42rem;
  background: linear-gradient(90deg, #ff7718 0%, #ff3913 49%, #ff1f4d 100%);
  text-align: center;
}
#newproxyip .product .pro_panel .panel_list .panel_item .panel_buy::before {
  content: "立即购买";
  font-weight: 600;
  color: #fff;
}
#newproxyip .rule {
  padding-bottom: 0.7rem;
}
#newproxyip .rule .inner {
  padding: 0.2rem 0.24rem 0.16rem;
  background: linear-gradient(270deg, #ffffff 0%, #edeaf4 12%, #fdfdff 27%, #e1e4ec 45%, #fff0fb 74%, #ebdbe7 100%);
  box-shadow: 0px 4px 4px 0px rgba(113, 73, 73, 0.25);
}
#newproxyip .rule .rule_title {
  color: var(--fontColor);
  font-size: 0.16rem;
  line-height: 0.22rem;
  margin-bottom: 0.08rem;
  font-weight: 600;
}
#newproxyip .rule .rule_desc p {
  color: var(--fontColor);
  line-height: 0.2rem;
}
#newproxyip .menu {
  position: fixed;
  z-index: 2;
  top: 30%;
  left: 5%;
  transform: translateY(-50%);
  width: 1.7rem;
  background: linear-gradient(205deg, #fee9fd 0%, #ffb97b 38%, #ffab90 68%, #ffc79f 100%);
  border: 1px solid #fff;
  border-radius: 0.06rem;
  padding: 0.22rem 0 0.26rem;
  z-index: -1;
  opacity: 0;
  transition: 0.4s;
}
#newproxyip .menu.active {
  z-index: 10;
  opacity: 1;
}
#newproxyip .menu .menu_header {
  padding: 0 0.1rem 0.24rem 0.14rem;
}
#newproxyip .menu .menu_header img {
  width: 100%;
}
#newproxyip .menu .menu_list {
  width: 100%;
}
#newproxyip .menu .menu_list .menu_item {
  line-height: 0.44rem;
  color: #BE3805;
  width: 100%;
  transition: all 0.3s;
  text-align: center;
  font-size: 0.16rem;
}
#newproxyip .menu .menu_list .menu_item.active,
#newproxyip .menu .menu_list .menu_item:hover {
  color: #fff;
  background-color: var(--red);
}
#newproxyip .menu .menu_footer {
  margin-top: 0.18rem;
}
#newproxyip .menu .menu_footer .menu_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  line-height: 0.2rem;
}
#newproxyip .menu .menu_footer .menu_arrow::before {
  content: '';
  width: 0.14rem;
  height: 0.14rem;
  border: 0.02rem solid #000;
  border-right-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(45deg) translateY(0.06rem);
  margin-right: 0.14rem;
}
#newproxyip .toRegister {
  position: fixed;
  left: 5%;
  z-index: 2;
  top: 40%;
  transform: translateY(30%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
#newproxyip .toRegister a img {
  width: 1.7rem;
}
#newproxyip .toRegister .close_arrow {
  width: 0.22rem;
  height: 0.22rem;
  margin-top: 0.1rem;
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  #newproxyip .menu {
    left: 0.05rem;
  }
  #newproxyip .toRegister {
    left: 0.05rem;
  }
}
.rule-wrap {
  height: 500px;
  overflow-y: auto;
  padding-right: 12px;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.rule-wrap * {
  line-height: 24px;
}
.rule-wrap::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #f5f5f5;
}
.rule-wrap::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #f5f5f5;
}
.rule-wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.05);
  background-color: #c8c8c8;
}
.rule-wrap h2 {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.rule-wrap p {
  font-size: 13px;
  color: #333333;
}
