@charset "utf-8";
/* CSS Document */
.upsBuyGuide {
  color: #000;
  overflow: hidden;
}
.upsBuyGuide .container {
  padding: 30px 15px 60px;
  box-sizing: border-box;
}
.upsBuyGuide h5 {
  margin: 0 auto;
  font-weight: 400;
  font-size: clamp(20px, 3vw, 34px);
  text-align: center;
}
.upsBuyGuide h6 {
  font-size: clamp(16px, 2.5vw, 20px);
  margin: 0;
  text-align: center;
}
/* ========== step ========== */
.upsBuyGuide.step {
  background: #EDEDED;
  margin: 2px 0;
}
.upsBuyGuide.step .container {
  padding: 30px 15px 15px;
}
.upsBuyGuide.step h5 {
  margin: 0 auto 15px;
  text-shadow: #fff 1px 1px 0px;
  font-weight: 600;
}
.upsBuyGuide.step .stepWrapper {
  position: relative;
  padding: 0px;
}
.upsBuyGuide.step .stepWrapper ul {
  text-align: left;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1;
}
.upsBuyGuide.step .stepWrapper ul li {
  display: inline-block;
  box-sizing: border-box;
  margin: 0 -2px;
  padding: 0 15px;
  vertical-align: top;
}
.upsBuyGuide.step .stepWrapper ul li a {
  color: #bbbcbc;
  text-shadow: rgba(255, 255, 255, 0.5) 1px 1px 0px;
}
.upsBuyGuide.step .stepWrapper ul li b {
  display: inline-block;
  font-size: clamp(18px, 2.5vw, 25px);
  font-weight: 700;
  position: relative;
  padding-bottom: 3px;
}
.upsBuyGuide.step .stepWrapper ul li a:hover b, .upsBuyGuide.step .stepWrapper ul li a.active b {
  color: #000;
}
.upsBuyGuide.step .stepWrapper ul li a:hover b:after, .upsBuyGuide.step .stepWrapper ul li a.active b:after {
  content: '';
  display: block;
  position: absolute;
  background: #d50032;
  width: 100%;
  height: 2px;
  bottom: 0;
}
.upsBuyGuide.step .stepWrapper .stepTable {
  display: none;
  position: relative;
  z-index: 5;
  background: #fff;
  width: 100%;
  margin: 15px auto 0;
  padding-top: 10px;
  /*	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;*/
}
.upsBuyGuide.step .stepWrapper .stepTable p {
  text-align: left;
  margin: 16px 0;
  display: block;
  width: 100%;
  color: #000;
  padding: 0 15px;
  box-sizing: border-box;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1.6;
}
.upsBuyGuide.step .stepWrapper .stepTr {
  display: table;
  width: 100%;
}
.upsBuyGuide.step .stepWrapper .stepTd {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #bbbcbc;
  font-size: clamp(12px, 1.8vw, 16px);
}
.upsBuyGuide.step .stepWrapper .stepTd:first-child, .upsBuyGuide.step .stepWrapper .stepTd:nth-child(3) {
  width: 25%;
}
.upsBuyGuide.step .stepWrapper .stepTd:nth-child(even) {
  width: 11%;
}
.upsBuyGuide.step .stepWrapper .stepTd:last-child {
  width: 28%;
}
.upsBuyGuide.step .stepWrapper .stepTd .stepTdPart {
  padding: 10px 0;
}
.stepTdPart img {
  max-width: 80%;
  max-height: 189px;
}
.upsBuyGuide.step .stepWrapper .stepTd img, .upsBuyGuide.step .stepWrapper .stepTd span {
  display: block;
  margin: 0 auto;
  width: auto;
}
.upsBuyGuide.step .stepWrapper .stepTd span {
  margin-top: 5px;
  font-size: clamp(10px, 1.5vw, 13px);
  line-height: 1.2;
}
.upsBuyGuide.step .stepWrapper .stepTd u.horizon {
  display: block;
  width: 100%;
  height: 2px;
  background: #d9d9d6;
  margin: 10px auto;
}
.upsBuyGuide.step .stepWrapper .stepTd u.vertical {
  display: block;
  width: 2px;
  height: 25px;
  background: #d9d9d6;
  margin: 0 auto;
}
/* ========== selection ========== */
.upsBuyGuide.selection h6 {
  font-weight: bold;
  margin: 0 0 15px;
  color: #d50032;
}
.upsBuyGuide.selection p {
  color: #75787b;
  margin: 15px auto 60px;
  text-align: center;
  font-size: clamp(14px, 2vw, 16px);
}
.upsBuyGuide.selection .requireWrapper {
  border: #d9d9d6 solid 1px;
  padding: 60px 0;
  margin-bottom: 60px;
  text-align: center;
  /* display: table-cell; */
}
.upsBuyGuide.selection .requireWrapper ul {
  margin: 0;
  padding: 0;
  display: table;
}
.upsBuyGuide.selection .requireWrapper ul li {
  display: table-cell;
  box-sizing: border-box;
  width: 33.33%;
  padding: 0 40px;
}
.upsBuyGuide.selection .requireWrapper ul li + li {
  border-left: #d9d9d6 solid 1px;
}
.upsBuyGuide.selection .requireWrapper ul li img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  width: auto !important;
}
.upsBuyGuide.selection .requireWrapper ul li b {
  display: block;
  font-size: clamp(16px, 2.5vw, 19px);
  margin: 30px 0 15px;
}
.upsBuyGuide.selection .requireWrapper ul li p {
  color: #75787b;
  margin: 0;
  line-height: 1.65;
  font-size: clamp(13px, 2vw, 15px);
}
.upsBuyGuide.selection .specTable {
  display: table;
  margin-bottom: 50px;
}
.upsBuyGuide.selection .specTable .specTr {
  display: table-row;
}
.upsBuyGuide.selection .specTable .specTr .specTd {
  display: table-cell;
  width: 50%;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
.upsBuyGuide.selection .specTable .specTr .specTd:nth-child(odd) {
  padding: 30px 35px 35px 30px;
}
.upsBuyGuide.selection .specTable .specTr .specTd:nth-child(even) {
  padding: 30px 30px 35px 35px;
}
.upsBuyGuide.selection .specTable .specTr .specTd:before {
  content: '';
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: calc(100% - 5px);
  height: calc(100% - 10px);
  border: #d9d9d6 solid 1px;
  top: 0;
  z-index: -1;
}
.upsBuyGuide.selection .specTable .specTr .specTd:nth-child(odd):before {
  left: 0;
}
.upsBuyGuide.selection .specTable .specTr .specTd:nth-child(even):before {
  right: 0;
}
.upsBuyGuide.selection .specTable b {
  display: block;
  font-size: clamp(16px, 2.5vw, 19px);
  margin: 0 0 15px;
}
.upsBuyGuide.selection .specTable p {
  color: #75787b;
  margin: 0;
  font-size: clamp(13px, 2vw, 15px);
}
.upsBuyGuide.selection .specTable a {
  display: inline-block;
  margin: 15px 0 0;
  padding: 10px 20px;
  background: #d50032;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-size: clamp(12px, 1.8vw, 14px);
}
.upsBuyGuide.selection .specTable a:hover {
  background: #a6192e;
}
/* ========== lightbox ========== */
.upsBGPopupTable {
  display: table;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  text-align: center;
  color: #75787b;
  margin: 10px 0;
}
.upsBGPopupTable .upsBGPopupTr {
  display: table-row;
  border-bottom: #d9d9d6 solid 1px;
}
.upsBGPopupTableVary .upsBGPopupTr, .upsBGPopupTableOutlets .upsBGPopupTr {
  border-bottom: none;
}
.upsBGPopupTable .upsBGPopupTd {
  display: table-cell;
  padding: 5px;
  vertical-align: top;
}
.upsBGPopupTableVary .upsBGPopupTd + .upsBGPopupTd {
  border-left: #d9d9d6 solid 1px;
}
.upsBGPopupTable b {
  display: block;
  margin: 5px 0;
  color: #000;
  font-size: clamp(12px, 1.8vw, 14px);
}
.upsBGPopupTable p {
  color: #75787b;
  font-size: clamp(11px, 1.5vw, 13px);
}
a.closePopupIcon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 5px;
  right: 7px;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-color: #d9d9d6;
  border-radius: 50%;
}
.closePopupIcon:hover {
  background-color: #c0c0bd;
}
.closePopupIcon #fa {
  color: white;
  font-size: 24px;
  margin: 0px;
}
.upsBGPopupInfo h6 {
  margin: 5px 0;
  font-size: clamp(14px, 2vw, 16px);
}
.upsBGPopupInfo p {
  margin: 5px 0;
  line-height: 1.2;
  font-size: clamp(12px, 1.8vw, 14px);
}
.upsBGPopupInfo p.note {
  color: #bbbcbc;
}
.upsBGPopupInfo ul {
  margin: 5px 0;
  padding: 0;
  list-style: square inside;
}
.upsBGPopupInfo img {
  max-width: 100%;
  height: auto;
  width: auto !important;
}
/* ========== lightbox ========== */
.upsBGPopupFrame {
  position: relative;
  display: block;
  box-sizing: border-box;
  overflow: auto;
  max-width: 1000px;
  width: min(100%, 1000px);
  height: auto;
  max-height: calc(100vh - 40px);
  margin: 0;
  padding: 45px 45px 30px;
  background: #fff;
  top: auto;
  left: auto;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  -moz-transform: none;
}
.upsBGPopupTableOutlets img {
  width: 40px !important;
}
.upsBGPopupTable.upsBGPopupTableVary {
  color: #000;
}
.upsBGPopupTable.upsBGPopupTableOutlets {
  margin-top: 30px;
}
.upsBGPopupTable .upsBGPopupTh {
  display: table-row;
  background: #d9d9d6;
  font-weight: bold;
  font-size: clamp(14px, 2vw, 16px);
}
/* --------------- mobile portrait --------------- */
@media screen and (max-width: 960px) {
  .upsBuyGuide h5 {
    font-size: 1.5em;
  }
  .upsBuyGuide h6 {
    font-size: 1.2em;
  }
  /* ========== selection ========== */
  .upsBuyGuide.selection p {
    margin: 15px auto 60px;
  }
  .upsBuyGuide.selection h6 {
    margin: 0 0 15px;
  }
  .upsBuyGuide.selection .requireWrapper {
    padding: 15px;
  }
  .upsBuyGuide.selection .requireWrapper ul {
    /* display: block; */
  }
  .upsBuyGuide.selection .requireWrapper ul li {
    display: block;
    width: 100%;
    padding: 0;
  }
  .upsBuyGuide.selection .requireWrapper ul li + li {
    border-left: none;
    border-top: #d9d9d6 solid 1px;
    padding-top: 15px;
    margin-top: 15px;
  }
  .upsBuyGuide.selection .requireWrapper ul li b {
    font-size: 1.1em;
    margin: 15px 0 5px;
  }
  .upsBuyGuide.selection .specTable {
    display: block;
    margin-bottom: 30px;
  }
  .upsBuyGuide.selection .specTable .specTr {
    display: block;
  }
  .upsBuyGuide.selection .specTable .specTr .specTd {
    display: block;
    width: 100%;
    border: #d9d9d6 solid 1px;
  }
  .upsBuyGuide.selection .specTable .specTr + .specTr, .upsBuyGuide.selection .specTable .specTr .specTd + .specTd {
    margin-top: 15px;
  }
  .upsBuyGuide.selection .specTable .specTr .specTd:nth-child(odd), .upsBuyGuide.selection .specTable .specTr .specTd:nth-child(even) {
    padding: 15px;
  }
  .upsBuyGuide.selection .specTable .specTr .specTd:before {
    display: none;
  }
  .upsBuyGuide.selection .specTable b {
    font-size: 1.1em;
    margin: 0 0 5px;
  }
  .upsBuyGuide.selection .featureTable .featureTd {
    display: block;
    margin: 0;
    width: 100%;
  }
  .upsBuyGuide.selection .featureTable .featureTd .featureTdPart, .upsBuyGuide.selection .featureTable.cospan .featureTd .featureTdPart {
    display: block;
    margin: 0;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    border-bottom: #d9d9d6 solid 1px;
  }
  .upsBuyGuide.selection .featureTable.cospan .featureTd:first-child img {
    width: 100%;
  }
  .upsBuyGuide.selection .requireWrapper ul li img {
    width: clamp(38px, 13vw, 48px) !important;
    height: clamp(38px, 13vw, 48px) !important;
    object-fit: contain;
  }
  .upsBuyGuide.selection .featureTable .featureTd p {
    text-align: center;
  }
  /* ========== lightbox ========== */
  .upsBGPopupFrame {
    max-width: 90%;
  }
  .upsBuyGuide.step .stepWrapper .stepTd img {
    width: 32%;
  }
  .upsBuyGuide.step .stepWrapper .stepTd:nth-child(3) .stepTdPart:nth-child(1) img {
    width: 80%;
  }
}
/* --------------- mobile landscape --------------- */
@media screen and (max-width: 767px) {
  /* ========== solution ========== */
  .upsBuyGuide.solution .solutionTd img {
    width: 45%;
    vertical-align: middle;
  }
  .upsBuyGuide.solution .solutionTd .solutionTxt {
    width: 55%;
    vertical-align: middle;
  }
  /* ========== lightbox ========== */
  .upsBGPopupFrame {
    max-height: 90%;
    overflow-y: auto;
  }
  .upsBuyGuide.step .stepWrapper .stepTd img {
    width: 40%;
  }
}
/* --------------- mobile portrait --------------- */
@media screen and (max-width: 640px) {
  /* ========== lightbox ========== */
  .popUpBg.is-open {
    padding: 16px;
  }
  .upsBGPopupFrame {
    width: 100%;
    max-height: calc(100vh - 32px);
    padding: 30px 15px 15px;
  }
  .upsBuyGuide h5 {
    font-size: 1.5em;
  }
  /* ========== step ========== */
  .upsBuyGuide.step .stepWrapper ul li {
    width: 50%;
    text-align: center;
  }
  .upsBuyGuide.step .stepWrapper .stepTable {
    padding-top: 10px;
  }
  .upsBuyGuide.step .stepWrapper .stepTable p {
    margin: 5px 0 30px;
    text-align: center;
  }
  .upsBuyGuide.step .stepWrapper .stepTd {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #bbbcbc;
  }
  .upsBuyGuide.step .stepWrapper .stepTd:first-child, .upsBuyGuide.step .stepWrapper .stepTd:nth-child(2), .upsBuyGuide.step .stepWrapper .stepTd:nth-child(3), .upsBuyGuide.step .stepWrapper .stepTd:nth-child(4), .upsBuyGuide.step .stepWrapper .stepTd:last-child {
    display: block;
    width: 100%;
    margin: 0;
  }
  .upsBuyGuide.step .stepWrapper .stepTd .stepTdPart {
    padding: 15px;
    width: 50%;
  }
  .upsBuyGuide.step .stepWrapper .stepTd:nth-child(3) .stepTdPart {
    width: 40%;
    padding: 0 10px;
  }
  .upsBuyGuide.step .stepWrapper .stepTd:nth-child(3) .stepTdPart:nth-child(2) {
    width: 20%;
  }
  .upsBuyGuide.step .stepWrapper .stepTd:nth-child(3) u.vertical {
    width: 100%;
    height: 2px;
    max-width: 100px;
  }
  .upsBuyGuide.step .stepWrapper .stepTd:nth-child(2) u.horizon {
    width: 2px;
    height: 50px;
  }
  .upsBuyGuide.step .stepWrapper .stepTd:nth-child(2) span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    margin: 0 10px;
  }
  .upsBGPopupTableVary, .upsBGPopupTableOutlets, .upsBGPopupTableVary .upsBGPopupTr, .upsBGPopupTableOutlets .upsBGPopupTr {
    display: block;
  }
  .upsBGPopupTable.upsBGPopupTableOutlets {
    margin-top: 15px;
  }
  .upsBGPopupTableVary .upsBGPopupTd {
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
    margin: 0 -2px;
    vertical-align: top;
  }
  .upsBGPopupTableVary .upsBGPopupTd + .upsBGPopupTd {
    border-left: none;
  }
  .upsBGPopupTableOutlets .upsBGPopupTd {
    display: inline-block;
    box-sizing: border-box;
    width: 33.33%;
    margin: 0 -2px;
  }
}
/* --------------- mobile portrait --------------- */
@media screen and (max-width: 500px) {
  .upsBuyGuide.step .stepWrapper ul li b {
    font-size: 16px;
  }
  .upsBuyGuide.step .stepWrapper .stepTable p {
    font-size: 12px;
  }
  .upsBuyGuide.step .stepWrapper .stepTd:first-child {
    width: 14%;
  }
}
/* --------------- ipad portrait--------------- */
@media screen and (max-width: 960px) {
  .upsBuyGuide .container {
    padding: 30px;
  }
  /* ========== anchor ========== */
  .upsBuyGuide.anchorMenu {
    display: none;
  }
  /* ========== step ========== */
  .upsBuyGuide.step .stepWrapper {
    position: relative;
    padding: 15px 15px 0;
  }
  .upsBuyGuide.step .stepWrapper .stepTable.active {
    display: block;
  }
  .upsBuyGuide.step .stepWrapper .stepTd {
    display: block;
    position: relative;
  }
  .upsBuyGuide.step .stepWrapper .stepTd:nth-child(4), .upsBuyGuide.step .stepWrapper .stepTd:last-child {
    width: 100%;
  }
  .upsBuyGuide.step .stepWrapper .stepTd:first-child, .upsBuyGuide.step .stepWrapper .stepTd:nth-child(2), .upsBuyGuide.step .stepWrapper .stepTd:nth-child(3) {
    display: inline-block;
    margin: 0 -2px;
  }
  .upsBuyGuide.step .stepWrapper .stepTd:first-child, .upsBuyGuide.step .stepWrapper .stepTd:nth-child(2) {
    width: 20%;
    margin-top: 20px;
  }
  .upsBuyGuide.step .stepWrapper .stepTd:nth-child(3) {
    width: 60%;
  }
  .upsBuyGuide.step .stepWrapper .stepTd .stepTdPart {
    display: inline-block;
    box-sizing: border-box;
    width: 20%;
    margin: 0 -2px;
    padding: 15px 10px;
    vertical-align: top;
  }
  .upsBuyGuide.step .stepWrapper .stepTd:nth-child(3) .stepTdPart {
    width: 33.33%;
    vertical-align: middle;
  }
  .upsBuyGuide.step .stepWrapper .stepTd u.horizon {
    max-width: 100px;
  }
  .upsBuyGuide.step .stepWrapper .stepTd u.vertical {
    max-height: 100px;
  }
  .upsBuyGuide.step .stepWrapper .stepTd:nth-child(3) u.vertical {
    width: 100%;
    height: 2px;
    max-width: 100px;
  }
  .upsBuyGuide.step .stepWrapper .stepTd:nth-child(4) u.horizon {
    width: 2px;
    height: 50px;
  }
  .upsBuyGuide.step .stepWrapper .stepTd:nth-child(4) span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    margin: 0 15px;
  }
}
select {
  color: #585858;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  padding: 0 0 0 5px;
}
/* menu */
/*
header{
	float: left;
	width: 100%;
	height: 84px;
	background-color: #d50032;
	z-index: 999; position: relative;
	top:0;
}
*/
header.domainNitram {
  background-color: #000;
  /*border-bottom: #ebebeb solid 1px; box-sizing: border-box;*/
}
header.small {
  height: 65px;
  position: fixed;
  /*border-bottom: 2px solid #eeeeee;*/
}
header .container {
  padding: 0;
}
/*.headerLogo{float: left;margin: 2px 0 0 0;}*/
.headerLogo {
  position: relative;
  top: 2px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../images/logo_cyberpower_20170718.svg');
  width: 15.87%;
  height: 82px;
  float: left;
}
.domainNitram .headerLogo {
  background-image: url('../images/logo_nitram_20210111.svg');
}
header.small .headerLogo {
  float: left;
  margin: -10px 0 0 0;
}
.menu {
  float: left;
  height: 84px;
  margin-left: 2%;
}
header.small .menu {
  /*float: right;*/
  height: 60px;
}
.menu ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu ul li {
  float: left;
  font-size: 14px;
  color: white;
  margin: 0 5px;
  height: 84px;
}
.menu ul li a.padDevice {
  pointer-events: none;
}
.mClickArea {
  position: relative;
  width: 100%;
  height: 100%;
  top: -64px;
  /*opacity: .5; background-color: yellow;*/
}
a {
  line-height: normal;
  outline: medium none !important;
}
a.redUnderline {
  color: #e72e35;
  text-decoration: underline;
}
.menu ul li a {
  height: 20px;
  line-height: 20px;
  display: inline-block;
  color: #fff;
  padding: 10px;
  margin: 24px 0 0;
  cursor: pointer;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.menu > ul > li > a > i {
  margin-left: 5px;
}
/*header.domainNitram .menu ul li a {color: #000;}*/
header.small .menu > ul > li {
  height: 62px;
}
header.small .menu > ul > li > a {
  height: 20px;
  line-height: 20px;
  display: inline-block;
  padding: 18px 10px;
  /*color: #fff; */
  margin: 12px 0 0 0;
  padding: 10px 10px;
}
/*header.domainNitram.small .menu ul li a {color: #000;}*/
.menu > ul > li > a:hover, .menu > ul > li > a.active, .menu > ul > li > a.orig-active {
  border-bottom: 3px solid #fff;
}
header.domainNitram .menu > ul > li > a:hover, header.domainNitram .menu > ul > li > a.active, header.domainNitram .menu > ul > li > a.orig-active {
  border-bottom: 3px solid #d50032;
}
/* popup */
/*
.popUpBg {
	text-align: start;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
	background: rgba(0, 0, 0, .85);
	display: none;
}

.popUpBg.is-open {
	display: flex !important;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100vw;
	height: 100vh;
	inset: 0;
	padding: 20px;
	overflow: auto;
	z-index: 2147483000;
}

body.ups-popup-open {
	overflow: hidden;
}
*/
.upsBuyGuide.step .stepWrapper .stepTable.active {
  display: table;
}
/* --------------- ipad landscape --------------- */
@media screen and (max-width: 1024px) {
  /* ========== step ========== */
  .upsBuyGuide.step .stepWrapper {
    position: relative;
    padding: 0px;
  }
  /* ========== solution ========== */
  .upsBuyGuide.solution .solutionTd {
    padding: 0 10px 20px;
  }
  .upsBuyGuide.solution .solutionTd:before {
    width: calc(100% - 20px);
  }
  .upsBuyGuide.solution .solutionTd a {
    display: block;
    margin: 0;
  }
  .upsBuyGuide.solution .solutionTd a + a {
    margin-top: 10px;
  }
  /* ========== management ========== */
  .upsBuyGuide.management .manageTable, .upsBuyGuide.management .manageTr, .upsBuyGuide.management .manageTd {
    display: block;
    box-sizing: border-box;
  }
  .upsBuyGuide.management .manageTd + .manageTd {
    margin-top: 15px;
  }
  .upsBuyGuide.management .manageTd:first-child, .upsBuyGuide.management .manageTd:last-child, .upsBuyGuide.management .manageTr:nth-child(2) .manageTd:last-child, .upsBuyGuide.management .manageTr:last-child .manageTd:last-child {
    width: 100%;
    padding: 0;
  }
  .upsBuyGuide.management .manageTr:nth-child(2) .manageTd:first-child:before, .upsBuyGuide.management .manageTr:last-child .manageTd:first-child:before {
    display: none;
  }
  .upsBuyGuide.management .manageTd h6 {
    margin: 30px 0 15px;
  }
  .upsBuyGuide.management .manageTr:nth-child(2) .manageTd:first-child .manageTdPart {
    background: #f5f5f5;
  }
  .upsBuyGuide.management .manageTable .mobileHide {
    display: none;
  }
  .upsBuyGuide.management .manageTable .manageTd .mobileShow {
    display: block;
  }
  .upsBuyGuide.management .manageTable .manageTd .mobileHide {
    display: none;
  }
  .upsBuyGuide.management .manageTd .manageTdPart .managePartTxt.mobileShow {
    display: table-cell;
  }
}
/* --------------- ipad portrait--------------- */
@media screen and (max-width: 960px) {
  /* ========== intro ========== */
  .upsBuyGuide.intro .container {
    padding: 60px 30px;
  }
  .upsBuyGuide.intro ul {
    margin: 30px 0 15px;
  }
  /* ========== solution ========== */
  .upsBuyGuide.solution h5 {
    margin-bottom: 15px;
  }
  .upsBuyGuide.solution .solutionTable {
    display: block;
  }
  .upsBuyGuide.solution .solutionTd {
    display: block;
    width: 100%;
    padding: 0;
    background: #fff;
  }
  .upsBuyGuide.solution .solutionTd + .solutionTd {
    margin-top: 15px;
  }
  .upsBuyGuide.solution .solutionTd:before {
    display: none;
  }
  .upsBuyGuide.solution .solutionTd .solutionWrapper {
    text-align: left;
  }
  .upsBuyGuide.solution .solutionTd img, .upsBuyGuide.solution .solutionTd .solutionTxt {
    display: inline-block;
    width: 50%;
    margin: 0 -3px 0 0;
    vertical-align: top;
    box-sizing: border-box;
  }
  .upsBuyGuide.solution .solutionTd .solutionTxt {
    padding: 15px;
  }
  .upsBuyGuide.solution .solutionTd h6 {
    margin: 0 0 10px;
  }
  .upsBuyGuide.solution .solutionTd p {
    margin: 0;
  }
  .upsBuyGuide.solution .solutionTd .solutionLink {
    text-align: left;
    padding: 0;
  }
  .upsBuyGuide.solution .solutionTd a {
    display: inline-block;
  }
  .upsBuyGuide.solution .solutionTd a + a {
    margin: 0 0 0 10px;
  }
  /* ========== selection ========== */
  .upsBuyGuide.selection .container {
    padding: 30px 15px;
  }
  .upsBuyGuide.selection p {
    margin: 15px auto 30px;
  }
  .upsBuyGuide.selection .requireWrapper {
    margin-bottom: 30px;
    padding: 30px 0;
  }
  .upsBuyGuide.selection .requireWrapper ul li {
    padding: 0 20px;
  }
  .upsBuyGuide.selection .specTable {
    margin-bottom: 20px;
  }
  .upsBuyGuide.selection .specTable .specTr .specTd:nth-child(odd) {
    padding: 20px 25px 30px 20px;
  }
  .upsBuyGuide.selection .specTable .specTr .specTd:nth-child(even) {
    padding: 20px 20px 30px 25px;
  }
  .upsBuyGuide.selection .specTable b {
    display: block;
    font-size: 1.15em;
    margin: 0 0 15px;
  }
  .upsBuyGuide.selection .featureTable {
    display: block;
  }
  .upsBuyGuide.selection .featureTable + .featureTable {
    margin-bottom: 30px;
  }
  .upsBuyGuide.selection .featureTable .featureTd {
    display: inline-block;
    margin: 0 -3px 0 0;
  }
  .upsBuyGuide.selection .featureTable.cospan .featureTd {
    display: block;
    width: 100%;
  }
  .upsBuyGuide.selection .featureTable.cospan .featureTd:first-child {
    width: 100%;
    text-align: center;
  }
  .upsBuyGuide.selection .featureTable.cospan .featureTd .featureTdPart {
    display: inline-block;
    margin: 0 -3px 0 0;
    width: 33.33%;
    box-sizing: border-box;
    vertical-align: top;
  }
  .upsBuyGuide.selection .featureTable.cospan .featureTd:first-child img {
    width: 75%;
  }
  .upsBuyGuide.selection .featureTable .featureTd .round {
    margin: 0;
  }
  .upsBuyGuide.selection .featureTable .featureTd b {
    display: block;
  }
  /* ========== management ========== */
  .upsBuyGuide.management .container {
    padding: 30px 15px;
  }
  .upsBuyGuide.management .manageTable {
    margin-bottom: 30px;
  }
  .upsBuyGuide.management h5 {
    margin-bottom: 30px;
  }
  /* ========== lightbox ========== */
  .upsBGPopupFrame {
    max-width: 90%;
  }
}
/* Keep popup rules last so responsive guide styles cannot constrain the overlay. */
.popUpBg {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  display: none;
  box-sizing: border-box;
  width: 100vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 20px;
  overflow: auto;
  overscroll-behavior: contain;
  text-align: start;
  background: rgba(0, 0, 0, .85);
  z-index: 2147483647 !important;
}
.popUpBg.is-open, .popUpBg[style*="display: block"], .popUpBg[style*="display: flex"] {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.popUpBg > .upsBGPopupFrame {
  position: relative;
  flex: 0 1 1000px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  height: auto;
  max-height: calc(100vh - 40px);
  max-height: calc(100dvh - 40px);
  margin: auto;
  overflow: auto;
  overscroll-behavior: contain;
  transform: none;
}
html.ups-popup-open, body.ups-popup-open {
  overflow: hidden !important;
  overscroll-behavior: none;
}
@media screen and (max-width: 640px) {
  .popUpBg, .popUpBg.is-open, .popUpBg[style*="display: block"], .popUpBg[style*="display: flex"] {
    padding: 18px;
  }
  .popUpBg > .upsBGPopupFrame {
    flex-basis: auto;
    width: 100%;
    max-width: 100%;
    max-height: calc(100vh - 36px);
    max-height: calc(100dvh - 36px);
    padding: 30px 15px 15px;
  }
}
/* Compact selection guide on phones while preserving the desktop table layout. */
@media screen and (max-width: 767px) {
  .upsBuyGuide.selection .container {
    padding: 24px 0 8px;
  }
  .upsBuyGuide.selection h5 {
    font-size: 22px;
    line-height: 1.25;
  }
  .upsBuyGuide.selection > .container > p {
    margin: 8px auto 24px;
    padding: 0 8px;
    font-size: 12px;
    line-height: 1.5;
  }
  .upsBuyGuide.selection h6 {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.3;
  }
  .upsBuyGuide.selection .requireWrapper {
    margin-bottom: 28px;
    padding: 0;
    border: 0;
  }
  .upsBuyGuide.selection .requireWrapper ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
  }
  .upsBuyGuide.selection .requireWrapper ul li {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 5px 12px;
    width: 100%;
    padding: 14px;
    border: 1px solid #e4e7eb;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 3px 12px rgba(28, 48, 74, 0.05);
    text-align: left;
  }
  .upsBuyGuide.selection .requireWrapper ul li + li {
    border-left: 1px solid #e4e7eb;
  }
  .upsBuyGuide.selection .requireWrapper ul li img {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 30px !important;
    height: 30px;
    margin: 1px auto 0;
    object-fit: contain;
  }
  .upsBuyGuide.selection .requireWrapper ul li b {
    grid-column: 2;
    margin: 0;
    font-size: 14px;
    line-height: 1.35;
  }
  .upsBuyGuide.selection .requireWrapper ul li p {
    grid-column: 2;
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
  }
  .upsBuyGuide.selection .specTable, .upsBuyGuide.selection .specTable .specTr {
    display: block;
    width: 100%;
  }
  .upsBuyGuide.selection .specTable {
    margin-bottom: 8px;
  }
  .upsBuyGuide.selection .specTable .specTr {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .upsBuyGuide.selection .specTable .specTr .specTd, .upsBuyGuide.selection .specTable .specTr .specTd:nth-child(odd), .upsBuyGuide.selection .specTable .specTr .specTd:nth-child(even) {
    display: block;
    width: 100%;
    padding: 15px;
    border: 1px solid #e4e7eb;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 3px 12px rgba(28, 48, 74, 0.05);
  }
  .upsBuyGuide.selection .specTable .specTr .specTd::before {
    display: none;
  }
  .upsBuyGuide.selection .specTable b {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.4;
  }
  .upsBuyGuide.selection .specTable p {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
  }
  .upsBuyGuide.selection .specTable a {
    margin-top: 10px;
    padding: 8px 14px;
    font-size: 11px;
  }
}