@charset "UTF-8";
.hide {
  display: none;
}

.buy-page .disabled {
  background: #ccc;
  pointer-events: none;
}

.buy-page .bandDisable {
  background: #ccc;
  color: white;
  cursor: not-allowed;
}

button:not(:disabled) {
  cursor: pointer;
}

.act-banner {
  width: 100%;
  height: 670px;
  background: #990007 url("./img/inner-banner.jpg") no-repeat center;
  position: relative;
}

.cur-pon {
  cursor: pointer;
}

/* 公共 */
.act-module {
  width: 100%;
  margin: 0 auto;
}

.bg-color-12285c {
  background: #12285c;
}

#server-seckill .module-product-title-outer {
  padding-top: 30px;
}

.module-product-title-outer {
  padding-top: 50px;
  text-align: center;
}

.module-product-title {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 0px;
  color: #f99;
  width: 800px;
  line-height: 48px;
  margin: 0 auto;
}
.module-product-title.title-bg {
  /* background: url(img/title-bg1.png); */
}

.module-product-desc {
  font-size: 16px;
  color: #ff9999;
  margin-top: 22px;
}

.module-product-desc > span, .module-product-desc > a {
  text-decoration: underline;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #ffbe3b;
}

.ny-select-list .ny-select-item:hover, .ny-select-list .ny-select-item.active {
  background: #398dee;
  color: #fff !important;
}

.showing-btn {
  position: fixed;
  z-index: 1000;
  top: 300px;
  left: -35px;
  width: 35px;
  height: 120px;
  cursor: pointer;
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
  background-image: linear-gradient(45deg, #f21f0c 0%, #fb6a54 100%);
  color: #fff;
  text-align: center;
}

.showing-btn.hiding-animate2 {
  left: 0px;
}

.showing-btn div:nth-child(1) {
  padding-top: 18px;
}

.nav-container {
  width: 120px;
  /* height: 200px; */
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  position: fixed;
  top: 50%;
  left: 10px;
  z-index: 999;
  margin-top: -200px;
}

.nav-container.hiding-animate1 {
  left: -130px;
}

.showing-btn.hiding-animate2 {
  left: 0px;
}

.nav-container .nav-item {
  width: 100%;
  line-height: 40px;
  font-size: 16px;
  letter-spacing: 0px;
  color: #333333;
  cursor: pointer;
  font-weight: bold;
  padding-left: 7px;
  font-weight: bold;
}
.nav-container .nav-item .act-nav-item-child {
  font-size: 14px;
  font-weight: normal;
  margin-left: -7px;
}
.nav-container .nav-item .act-nav-item-child li {
  padding-left: 28px;
  position: relative;
  color: #333;
}
.nav-container .nav-item .act-nav-item-child li.active {
  color: #ff2626;
  background: #ffdfdf;
}
.nav-container .nav-item .act-nav-item-child li.active::before {
  background: #ff2626;
}
.nav-container .nav-item .act-nav-item-child li::before {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #333;
  left: 21px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.nav-item-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.nav-item-icon.nav-item-icon1 {
  background: url(img/fab/fab_icon1.png) no-repeat center;
}
.nav-item-icon.nav-item-icon2 {
  background: url(img/fab/fab_icon2.png) no-repeat center;
}
.nav-item-icon.nav-item-icon3 {
  background: url(img/fab/fab_icon3.png) no-repeat center;
}
.nav-item-icon.nav-item-icon4 {
  background: url(img/fab/fab_icon4.png) no-repeat center;
}

.nav-container .nav-item {
  position: relative;
}
.nav-container .nav-item .act-nav-item-title {
  position: relative;
}
.nav-container .nav-item .act-nav-item-title > span {
  display: inline-block;
  vertical-align: middle;
}
.nav-container .nav-item:first-child .act-nav-item-title::after {
  content: "";
  position: absolute;
  display: none;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 13px;
  width: 7px;
  height: 4px;
  background: url(img/fab/fab_arrow.png) no-repeat center;
}
.nav-container .nav-item::before {
  position: absolute;
  top: 0;
  display: none;
  content: "";
  width: 100%;
  height: 40px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fc3157), to(#ff623f));
  background-image: linear-gradient(90deg, #fc3157 0%, #ff623f 100%);
  border-radius: 2px;
  margin-left: -12px;
  width: 130px;
}
.nav-container .nav-item.active {
  color: #ffffff;
}
.nav-container .nav-item.active::before {
  display: block;
}
.nav-container .nav-item.active .act-nav-item-title::after {
  background: url(img/fab/fab_arrow_active.png) no-repeat center;
}
.nav-container .nav-item.active .nav-item-icon.nav-item-icon1 {
  background: url(img/fab/fab_icon1_pressed.png) no-repeat center;
}
.nav-container .nav-item.active .nav-item-icon.nav-item-icon2 {
  background: url(img/fab/fab_icon2_pressed.png) no-repeat center;
}
.nav-container .nav-item.active .nav-item-icon.nav-item-icon3 {
  background: url(img/fab/fab_icon3_pressed.png) no-repeat center;
}
.nav-container .nav-item.active .nav-item-icon.nav-item-icon4 {
  background: url(img/fab/fab_icon4_pressed.png) no-repeat center;
}

.nav-container .special-nav-item {
  width: 100%;
  height: 40px;
  background-color: #720d0c;
  border-radius: 0px 0px 4px 4px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  font-size: 14px;
}

.nav-container .special-nav-item > .special-nav-item-a {
  color: #fff;
}

.nav-container .special-nav-item > .special-nav-item-a > .ico {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(img/icon9.png) no-repeat center;
  margin-left: 4px;
}

#secondKillSelect {
  /* width: 500px; */
}

.pack-buy-box {
  /* padding: 20px 0 0 30px; */
}

.formTable th {
  font-size: 14px;
  font-weight: normal;
  color: #666;
  text-align: right;
  width: 90px;
  vertical-align: top;
  padding-top: 22px;
}

.formTable tr {
  height: 57px;
}

.formTable td {
  padding: 12px 0 9px 10px;
}

.buy-page .ny-oa-select {
  width: 300px;
  border-radius: 0;
}

.buy-page .ny-select-show {
  border-radius: 0;
}

/* 公共 */
/* 云服务器秒杀 */
#server-seckill {
  /* margin-top: -130px; */
}

#seckill-inner, .act-module-inner {
  margin: 0 auto;
  /* background: #a21413; */
  /* background-image: -webkit-gradient(linear,
  left bottom, left top,
  from(#720d0d),
  to(#a21413));
  background-image: -o-linear-gradient(bottom,
  #720d0d 0%,
  #a21413 100%);
  background-image: linear-gradient(0deg,
  #720d0d 0%,
  #a21413 100%); */
  /* box-shadow: 0px 0px 30px 0px
    rgba(11, 24, 57, 0.3); */
  position: relative;
  border-radius: 6px;
}

.cloud_computer_wrap {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-t-10 {
  margin-top: 10px;
}

.cloud_computer_item {
  width: 373px;
  border-radius: 4px;
  margin-right: 20px;
}

.cloud_computer_item_idc {
  width: 570px;
}

.cloud_computer_item:nth-last-child(1) {
  margin-right: 0;
}

.cloud_computer_top {
  height: 90px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff6600), to(#ffbb33));
  background-image: linear-gradient(90deg, #ff6600 0%, #ffbb33 100%);
  border-radius: 4px 4px 0px 0px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cloud_computer_top .top-title {
  padding: 0 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cloud_computer_top .title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #ffffff;
}

.cloud_computer_top .desc {
  font-size: 14px;
  color: #fff7e5;
  font-weight: 400;
}

.cloud_computer_center {
  background: #fff;
  padding: 0 20px 20px 20px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.cloud_computer_sm {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dashed #eeeeee;
}

.cloud_computer_sm:nth-last-child(1) {
  border-bottom: 1px solid #eeeeee;
}

.cloud_computer_sm > .label {
  font-size: 14px;
  font-weight: bold;
  color: #999999;
}

.cloud_computer_sm > .value {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}

.common-price {
  padding: 20px 0;
  /* padding: 28px 0 27px 10px; */
  position: relative;
}

.common-price > span {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  color: #999999;
  line-height: 21px;
}

.common-price > span .seckill_price {
  /* font-size: 24px; */
  font-size: 22px;
  font-weight: bold;
  color: #fc3256;
}

.common-price > span.or_price {
  text-decoration: line-through;
  /* position:absolute; */
  margin-left: 10px;
  right: 0;
}

.common_disc_btn {
  /* padding: 0 10px; */
}

.server_buy, .btn-common-buy {
  display: block;
  /* width: 205px; */
  height: 40px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fc3157), to(#ff623f));
  background-image: linear-gradient(90deg, #fc3157 0%, #ff623f 100%);
  border-radius: 2px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
}
.server_buy:hover, .btn-common-buy:hover {
  opacity: 0.9;
}

/* 云服务器秒杀 */
/* 配置 */
.act-process {
  margin: 0 auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(8%, #ffc247), color-stop(44%, #ffbb33), to(#ffc247));
  background-image: linear-gradient(90deg, #ffc247 8%, #ffbb33 44%, #ffc247 100%);
  border-radius: 5px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
}

.process-item {
  /* width: 315px; */
  /* padding-left: 60px; */
  padding-top: 14px;
  padding-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.process-item > .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.process-item > .title > .ico {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}

.process-item > .title > .ico.ico1 {
  background: url(img/1.png) no-repeat center;
}

.process-item > .title > .ico.ico2 {
  background: url(img/2.png) no-repeat center;
}

.process-item > .title > .ico.ico3 {
  background: url(img/3.png) no-repeat center;
}

.process-item > .title > .ico.ico4 {
  background: url(img/4.png) no-repeat center;
}

.process-item > .title > span {
  font-size: 16px;
  letter-spacing: 0px;
  color: #333333;
  font-weight: bolder;
  font-weight: bold;
}

.process-item > .arrow {
  width: 56px;
  height: 12px;
  margin-left: 145px;
  background: url(img/arrow.png) no-repeat center;
}

.config-list {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.config-item {
  margin-top: 20px;
  margin-right: 20px;
  width: 373px;
  /* height: 651px; */
  border-radius: 4px;
  overflow: hidden;
}

.config-item:nth-child(3n) {
  margin-right: 0;
}

.config-item .c-item-top {
  width: 100%;
  background-color: #a61d1c;
  background-image: -webkit-gradient(linear, left top, right top, from(#661da3), to(#da36c1));
  background-image: linear-gradient(90deg, #661da3 0%, #da36c1 100%);
  border-radius: 4px 4px 0px 0px;
  padding-top: 18px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 18px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#baremetal-config .config-item .c-item-top {
  background-image: -webkit-gradient(linear, left top, right top, from(#c51c0f), to(#fa772f));
  background-image: linear-gradient(90deg, #c51c0f 0%, #fa772f 100%);
}

.config-item .c-item-top > .ico {
  width: 64px;
  height: 64px;
  position: absolute;
  right: 0;
  top: 0;
}

.config-item .c-item-top > .title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #ffffff;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.config-item .c-item-top > .title > .model {
  padding-right: 10px;
}

.config-item .c-item-top > .desc {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #fff;
  margin-left: 10px;
  font-weight: bold;
}

.c-item-center {
  padding: 0 20px 0 20px;
  background-color: #ffffff;
}

.c-item-center .center-item {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 50px;
  border-bottom: 1px dashed #eeeeee;
}

.c-item-center .center-item > .label {
  display: inline-block;
  width: 67px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #999999;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.c-item-center .center-item > .value {
  text-align: right;
  padding-left: 25px;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-item-center .center-item.times {
  line-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-item-center .center-item:nth-last-child(1) {
  border-bottom: 1px solid #eeeeee;
}

.c-item-center .center-item.times > .value.time-value {
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 25px;
  padding-left: 0;
}

.c-item-center .center-item.times > .value.time-value .time-item {
  display: inline-block;
  width: 76px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #f5f5f5;
  border: solid 1px #dddddd;
  font-size: 14px;
  letter-spacing: 0px;
  color: #555555;
  cursor: pointer;
  margin-left: -1px;
}

.c-item-center .center-item.times > .value.time-value .time-item:nth-child(1) {
  margin-left: 0;
}

.c-item-center .center-item > .value.time-value .time-item.active {
  background-color: #ffffff;
  border-radius: 2px;
  border-color: #fb3f27;
  color: #fc4229;
  z-index: 1;
}

.c-item-bottom {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #ffffff;
}
.c-item-bottom > .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-item-bottom .tags > .tag {
  background-color: #fff;
  border-radius: 2px;
  border: solid 1px #fc3256;
  padding: 0px 5px;
  color: #fc3256;
  font-size: 14px;
  margin-right: 5px;
  line-height: 18px;
}

.prices-main {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 22px;
}
.prices-main > .price-left {
  margin: 14px 0 0;
  height: 49px;
}

.prices-main .price-left .price {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #fc3256;
}

.prices-main .price-left .util {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #999999;
  padding-left: 2px;
}

.prices-main .price-left .original-price {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #999999;
  padding-left: 10px;
  text-decoration: line-through;
}

.prices-main .buy-btn, .prices-main .view-btn {
  display: block;
  width: 100%;
  height: 40px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fc3157), to(#ff623f));
  background-image: linear-gradient(90deg, #fc3157 0%, #ff623f 100%);
  border-radius: 2px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.prices-main .buy-btn:hover, .prices-main .view-btn:hover {
  opacity: 0.9;
}

.prices-main .buy-btn.disabled {
  background: #ccc;
  color: white;
  cursor: not-allowed;
  pointer-events: none;
}

/* 配置 */
/* 详情 */
#b-detail {
  padding-bottom: 60px;
}

.b-detail-list {
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-detail-item {
  width: 300px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.b-detail-item:nth-child(1) {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.b-detail-item > .ico {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.b-detail-item > .ico.ico1 {
  background: url(img/icon1.png) no-repeat center;
}

.b-detail-item > .ico.ico2 {
  background: url(img/icon2.png) no-repeat center;
}

.b-detail-item > .ico.ico3 {
  background: url(img/icon3.png) no-repeat center;
}

.b-detail-item > .ico.ico4 {
  background: url(img/icon4.png) no-repeat center;
}

.b-detail-item > .title {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 15px;
  color: #ffffff;
  margin-top: 20px;
  text-align: center;
}

.b-detail-item > .desc {
  margin-top: 18px;
  font-size: 14px;
  letter-spacing: 0px;
  color: #ffbe3b;
  text-align: center;
}

/* 详情 */
/* 升级续费 */
#renew.act-module {
  padding-bottom: 80px;
}

.renew_content {
  margin-top: 50px;
}

.renew_bg .ruleBtn {
  color: #fff;
}

.renew_bg .module-product-title2 {
  color: #fff;
}

.renew_bg .module-product-title2 span::before {
  border-left: 6px solid #fff;
}

.to_cent_wrap {
  width: 1200px;
  height: 301px;
  margin: 0 auto 0 auto;
  background: #fff;
}

.renew_content_left, .renew_content_right {
  width: 506px;
  margin-left: 46px;
  margin-top: 48px;
}

.renew_content_right {
  position: relative;
}

.renew_content_right::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 227px;
  background: #dddddd;
  position: absolute;
  left: -49px;
}

.renew_content_right {
  margin-left: 99px;
}

.up_renew_title_wrap div:nth-child(1) {
  color: #333333;
  font-size: 24px;
}

.up_renew_title_wrap div:nth-child(2) {
  color: #999;
  font-size: 14px;
  margin-top: 11px;
}

.up_money {
  color: #ff6600;
  font-size: 50px;
  margin-left: 66px;
}

.up_money_price {
  font-size: 18px;
  color: #ff6600;
}

.up_money span:nth-child(2) {
  color: #ff6600;
  font-size: 26px;
}

.renew_coupon_wrap {
  margin-top: 20px;
}

.renew_coupon {
  height: 31px;
  margin-bottom: 5px;
  font-size: 12px;
  padding: 0 10px;
  width: 243px;
  background-color: #ffebe5;
  border: solid 1px #ff3300;
}

.renew_coupon span {
  color: #ff3300;
  font-size: 14px;
  vertical-align: middle;
}

.renew_coupon span:nth-child(1) {
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
}

.renew_coupon span:nth-child(2) {
  margin-left: 16px;
  float: right;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
  font-size: 12px;
}

.marg_10 {
  margin-right: 10px;
}

.marg_20 {
  margin-right: 20px;
}

.renew_btn {
  width: 506px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  margin-top: 19px;
  cursor: pointer;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fc3157), to(#ff623f));
  background-image: linear-gradient(90deg, #fc3157 0%, #ff623f 100%);
}

/* .renew_btn:hover{
  background: #e64d00;
} */
.have_btn {
  background-color: #bbbbbb;
  pointer-events: none;
  cursor: default;
}

.renew_btn span {
  color: #ffffff;
  font-size: 16px;
}

/* 升级续费 */
/* 更多产品 */
.act-module.more-product-module {
  padding-bottom: 42px;
}

.product-list {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-list-item {
  width: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}

.product-list-item:nth-child(4n) {
  margin-right: 0;
}

.product-list-item > .ico {
  width: 40px;
  height: 40px;
}

.product-list-item > .item-title {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 19px;
}

.product-list-item > .item-desc {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ff9999;
  opacity: 0.8;
  margin-top: 15px;
}

.product-list-item > .item-btn {
  margin-top: 20px;
  width: 180px;
  height: 40px;
  text-align: center;
  border: solid 1px #ffffff;
  border-radius: 2px;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #ffffff;
  cursor: pointer;
}

.product-list-item > .item-btn:hover {
  background: #fff;
  color: #0b1839;
}

.product-list-item > .item-btn-list .item-btn {
  margin-top: 20px;
  display: inline-block;
  width: 85px;
  height: 40px;
  text-align: center;
  border: solid 1px #ffffff;
  border-radius: 2px;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #ffffff;
  cursor: pointer;
}

.product-list-item > .item-btn-list .item-btn:hover {
  background: #fff;
  color: #0b1839;
}

.product-list-item > .item-btn-list .item-btn:nth-child(1) {
  margin-right: 10px;
}

/* 更多产品 */
.ruleBtn {
  cursor: pointer;
}

.ruleModal {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
  display: none;
}

#activityRule {
  position: fixed;
  width: 776px;
  left: 50%;
  top: 38%;
  margin-left: -388px;
  margin-top: -142px;
  background: white;
  z-index: 99999999;
  padding-bottom: 38px;
}

#activityRule > div {
  width: 100%;
  height: 100%;
  position: relative;
}

#activityRule > div > .ruleTitle {
  font-size: 18px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  padding-left: 46px;
  padding-top: 20px;
  color: #e52e2e;
}

#activityRule > div > ul {
  padding-left: 46px;
  padding-right: 30px;
}

#activityRule > div > ul > li {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #666666;
}

.ruleClose {
  width: 34px;
  height: 34px;
  background: url(./img/ruleClose.png) no-repeat;
  background-position-x: 0;
  position: absolute;
  right: 28px;
  top: 25px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #666666;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.ruleClose:hover {
  background-position-x: -34px;
}

.text-line-through {
  text-decoration: line-through;
}

.p-top-40px {
  padding-top: 40px;
}

.p-top-50px {
  padding-top: 50px;
}

.p-bottom-40px {
  padding-bottom: 42px;
}

.p-bottom-50px {
  padding-bottom: 50px;
}

.m-t-7px {
  margin-top: 7px;
}

.text-final-price {
  color: #fc3256;
  font-size: 24px;
  font-weight: bold;
}

.item-main-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.item-main-tag > div {
  line-height: 18px;
  border: 1px solid #fc3256;
  padding: 0 5px;
  color: #fc3256;
}

.item-main-tag > div:first-child {
  background-color: #fc3256;
  color: #fff;
}

.item-main-tag > div:not(:first-child) {
  margin-left: 5px;
}

.all-product-list {
  padding-top: 40px;
  padding-bottom: 20px;
}

.all-product-list li {
  position: relative;
  padding: 20px 20px 20px 50px;
  height: 80px;
  border-radius: 4px;
  background: #ffc247 url("./img/discount_bg.png") no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.all-product-list li::before {
  position: absolute;
  left: -5px;
  top: -5px;
  width: 66px;
  height: 66px;
  content: "";
  display: block;
  background: url("./img/discount_lable.png");
}

.all-product-list .title {
  font-size: 24px;
  font-weight: bold;
  color: #730e0c;
  position: relative;
}

.all-product-list .title::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #e2b072;
  height: 20px;
  width: 1px;
  top: 7px;
  right: -20px;
}

.all-product-list .desc {
  color: #730e0c;
  margin-left: 38px;
  font-size: 14px;
}

.all-product-buy {
  display: block;
  color: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  width: 270px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fc3157), to(#ff623f));
  background-image: linear-gradient(90deg, #fc3157 0%, #ff623f 100%);
}
.all-product-buy:hover {
  opacity: 0.9;
}

.all-product-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.all-product-icon1 {
  background: url("./img/discount_icon1.png") no-repeat;
}

.all-product-icon2 {
  background: url("./img/discount_icon2.png") no-repeat;
}

.all-product-icon3 {
  background: url("./img/discount_icon3.png") no-repeat;
}

#act-config {
  padding-bottom: 40px;
  padding-top: 40px;
}

#baremetal-seckill {
  /* padding-bottom: 50px; */
}

#baremetal-seckill .cloud_computer_top {
  height: 61px;
}

.buy-page .ny-select-curstom {
  width: 200px;
  height: 40px;
  line-height: 38px;
  margin-right: 20px;
}

.ny-select-curstom .ny-select-show {
  border: 1px solid #fc3257;
  background-color: transparent;
  color: #fc3257;
}

.ny-select-curstom .ny-select-show:before {
  background: url(img/combo_arrow_small_red.png) no-repeat;
}

.ny-select-curstom.ny-oa-select:hover .ny-select-show {
  color: #fc3257;
}

.ny-select-curstom .ny-select-list {
  border-color: #fc3257;
}

.ny-select-curstom.ny-oa-select .ny-select-item {
  line-height: 40px;
}

.ny-select-curstom.ny-oa-select:hover .ny-select-show {
  background-color: transparent;
}

.ny-select-curstom .ny-select-list .ny-select-item:hover,
.ny-select-curstom .ny-select-list .ny-select-item.active {
  background-color: #fc3257;
}

.ny-select-curstom .ny-select-item.active {
  background-color: #fc3257;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-item-bottom .tags > .tag-discount {
  background-color: #fc3256;
  color: #fff;
}

/*  */
.common-module-wrap {
  padding-top: 40px;
}
.common-module-wrap .common-des {
  color: #fff;
}

.common-title {
  text-align: center;
}

.common-title > span {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  position: relative;
}

.common-title > span::before {
  content: "";
  display: block;
  width: 186px;
  height: 74px;
  background: url(./img/comm/left-title-ico1.png) no-repeat;
  background-size: cover;
  background-position-x: right;
  position: absolute;
  left: -136px;
  top: -18px;
}

.common-title > span::after {
  content: "";
  display: block;
  width: 186px;
  height: 74px;
  background: url(./img/comm/right-title-ico1.png) no-repeat;
  background-size: cover;
  background-position-x: left;
  position: absolute;
  right: -130px;
  top: -16px;
}

.common-des {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #ff9999;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
  position: relative;
}

.common-des > a, .common-des .ruleBtn {
  font-size: 16px;
  color: #ffd400;
  margin-left: 4px;
  text-decoration: underline;
}

/*  */
.common-main-zero .act-module {
  /* background: #330000; */
}

.common-main-zero::after, .common-main-zero::before {
  content: "";
  width: 100%;
  display: block;
  height: 12px;
  left: 0;
}

.common-main-zero::before {
  background: url(./img/comm/line1.png) center 0 no-repeat;
  top: 0;
}

.common-main-zero::after {
  background: url(./img/comm/line1.png) center 0 no-repeat;
  bottom: 0;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.common-module-outer {
  background: #990007;
}

.common-main-zero {
  width: 1200px;
  margin: auto;
}

.common-module-inner {
  position: relative;
  border-left: 1px solid #ffaa00;
  border-right: 1px solid #ffaa00;
  padding: 0 20px;
}
.common-module-inner::before {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #330000;
  opacity: 0.3;
}

.act-module {
  position: relative;
}

.bg-color-660000 {
  background-color: #660000;
}

.text-ellipsis, .nav-container .nav-item .act-nav-item-title > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* add */
.nav-container {
  width: 133px;
}
.nav-container .nav-item::before {
  width: 143px;
}
.nav-container .nav-item .act-nav-item-title > span {
  max-width: 80%;
}