/* =========================
   Product Table + Filters + Marketing bar
   ========================= */

/* ---- Shared tokens ---- */
:root{
  --ez-bg: #f5f5f5;

  --ez-blue: #0056A6;
  --ez-card: #ffffff;
  --ez-border: rgba(0,0,0,0.10);
  --ez-border-soft: rgba(0,0,0,0.07);

  --ez-red: #b71c1c;
  --ez-yellow: #ffcc00;
  --ez-yellow-hover: #ffb300;

  --ez-card-shadow: 0px 3px 15px rgba(0, 0, 0, 0.12);
  --ez-card-shadow-hover: 0px 10px 28px rgba(0, 0, 0, 0.20);

  /* used by marketing bar / cards */
  --ez-shadow: 0 5px 22px rgba(0,0,0,0.12);
  --ez-radius: 12px;
}

.container *, .container *::before, .container *::after{
  box-sizing: border-box;
}

.ez-two-col{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  width: 100%;
}

.ez-two-col > #filter{
  flex: 0 0 auto;
}

.ez-two-col > article.content{
  flex: 1 1 auto;
  min-width: 0;
}

.content .content-inner{
  min-width: 0;
  max-width: 100%;
}

/* =========================
   Loading
   ========================= */
#loading{
  text-align:center;
  background: url('../../../HMI-Human-Machine-Interface/ez3series/img/4.gif') no-repeat center;
  height: 150px;
}

/* =========================
   Left filter styles (sidebar)
   ========================= */
.checkbox, .radio{
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox + .checkbox,
.radio + .radio{
  margin-top: -5px;
}

.list-group{
  padding-left: 0;
  margin: 10px;
  background-color: #fff;
}

.list-group h4{
  padding: 10px 10px 0px 10px;
}

.list-group-item{
  position: relative;
  display: block;
  padding: 8px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 12px;
}

/* old clearfix helper */
.i:after{
  content: "";
  display: table;
  clear: both;
}

/* =========================
   "Index-style" tables (scoped)
   ========================= */
.content .filter_data,
.content .skit,
.content .acc_data,
.content .acc_data1,
.content .acc_data2,
.content .acc_data3,
.content .acc_data4,
.content .acc_data5{
  border-radius: var(--ez-radius);
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.content .filter_data table:not(.ez-table),
.content .skit table:not(.ez-table),
.content .acc_data table:not(.ez-table),
.content .acc_data1 table:not(.ez-table),
.content .acc_data2 table:not(.ez-table),
.content .acc_data3 table:not(.ez-table),
.content .acc_data4 table:not(.ez-table),
.content .acc_data5 table:not(.ez-table){
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 1px solid var(--ez-border-soft);
  border-radius: 10px;
  overflow: hidden;
  font-size: 14px;
}

.content .filter_data th,
.content .filter_data td,
.content .skit th,
.content .skit td,
.content .acc_data th,
.content .acc_data td,
.content .acc_data1 th,
.content .acc_data1 td,
.content .acc_data2 th,
.content .acc_data2 td,
.content .acc_data3 th,
.content .acc_data3 td,
.content .acc_data4 th,
.content .acc_data4 td,
.content .acc_data5 th,
.content .acc_data5 td{
  padding: 10px 12px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  vertical-align: middle;
}

.content .filter_data thead th,
.content .skit thead th,
.content .acc_data thead th,
.content .acc_data1 thead th,
.content .acc_data2 thead th,
.content .acc_data3 thead th,
.content .acc_data4 thead th,
.content .acc_data5 thead th{
  background: var(--ez-blue);
  color: #fff;
  font-weight: 700;
  border-bottom: none;
}

.content .filter_data tbody tr:nth-child(even),
.content .skit tbody tr:nth-child(even),
.content .acc_data tbody tr:nth-child(even),
.content .acc_data1 tbody tr:nth-child(even),
.content .acc_data2 tbody tr:nth-child(even),
.content .acc_data3 tbody tr:nth-child(even),
.content .acc_data4 tbody tr:nth-child(even),
.content .acc_data5 tbody tr:nth-child(even){
  background: rgba(0,86,166,0.04);
}

.content .filter_data tbody tr:hover,
.content .skit tbody tr:hover,
.content .acc_data tbody tr:hover,
.content .acc_data1 tbody tr:hover,
.content .acc_data2 tbody tr:hover,
.content .acc_data3 tbody tr:hover,
.content .acc_data4 tbody tr:hover,
.content .acc_data5 tbody tr:hover{
  background: rgba(0,86,166,0.08);
}

.content .filter_data tbody tr:last-child td,
.content .skit tbody tr:last-child td,
.content .acc_data tbody tr:last-child td,
.content .acc_data1 tbody tr:last-child td,
.content .acc_data2 tbody tr:last-child td,
.content .acc_data3 tbody tr:last-child td,
.content .acc_data4 tbody tr:last-child td,
.content .acc_data5 tbody tr:last-child td{
  border-bottom: none;
}

.content .filter_data a,
.content .skit a,
.content .acc_data a,
.content .acc_data1 a,
.content .acc_data2 a,
.content .acc_data3 a,
.content .acc_data4 a,
.content .acc_data5 a{
  color: var(--ez-blue);
  font-weight: 600;
  text-decoration: none;
}

.content .filter_data a:hover,
.content .skit a:hover,
.content .acc_data a:hover,
.content .acc_data1 a:hover,
.content .acc_data2 a:hover,
.content .acc_data3 a:hover,
.content .acc_data4 a:hover,
.content .acc_data5 a:hover{
  text-decoration: underline;
}

/* =========================
   marketing + config bar
   ========================= */
.content .marketing-config{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;

  margin: 12px 0 16px;
  padding: 14px 16px;

  width: 100%;
  max-width: 100%;
  background: #fff;
  border: 1px solid var(--ez-border-soft);
  border-radius: var(--ez-radius);
  box-shadow: var(--ez-shadow);
}

.content .marketing-copy{
  min-width: 0;
}

.content .marketing-copy h2{
  margin: 0 0 6px 0;
  font-size: 18px;
  line-height: 1.2;
  color: #111;
  overflow-wrap: anywhere;
}

.content .marketing-copy p{
  margin: 0;
  font-size: 13px;
  color: rgba(0,0,0,0.70);
  overflow-wrap: anywhere;
}

.content .config-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;

  padding: 10px 14px;
  border-radius: 10px;
  border: 0;
  cursor: pointer;

  background: var(--ez-blue);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.content .config-btn:hover{
  filter: brightness(0.95);
}

@media (max-width: 700px){
  .content .marketing-config{
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ---- generic overflow guards ---- */
.content table,
.content img{
  max-width: 100%;
}

article.content > td{
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

/* =========================
   ez-table styles
   ========================= */
.ez-table-wrap{
  border-radius: 12px;
  border: 1px solid var(--ez-border-soft);
  box-shadow: var(--ez-card-shadow);
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  margin: 12px 0;
}

.ez-table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.ez-table .TableDetailBar{
  background: var(--ez-red);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 14px;
  border-bottom: 0;
  text-align: center;
  vertical-align: middle;
}

.ez-table .TableDetailBarLink,
.ez-table .TableBodyLeft,
.ez-table .TableBodyCenter{
  padding: 12px 14px;
  vertical-align: top;
  border-bottom: 1px solid rgba(255, 0, 0, 1);
  background: #fff;
  font-size: 14px;
  line-height: 1.45;
}

.ez-table tr:hover .TableDetailBarLink,
.ez-table tr:hover .TableBodyLeft,
.ez-table tr:hover .TableBodyCenter{
  background: rgba(183, 28, 28, 0.06);
}

.ez-table .TableDetailBarLink img{
  width: 180px;
  max-width: 100%;
  height: auto;
  margin-bottom: 4px;
}

.ez-table .TableDetailBarLink{
  font-weight: 700;
}

.ez-table .TableBodyCenter{
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.ez-price{
  font-size: 18px;
  font-weight: 800;
  color: #111;
  margin-bottom: 10px;
}

.ez-btn-yellow{
  background-color: var(--ez-yellow);
  color: #000 !important;
  padding: 10px 16px;
  border-radius: 6px;
  border: none;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  text-decoration: none !important;
}

.ez-btn-yellow:visited{
  color: #000 !important;
}

.ez-btn-yellow:hover{
  background-color: var(--ez-yellow-hover);
  color: #000 !important;
}

.ez-table tr:last-child .TableDetailBarLink,
.ez-table tr:last-child .TableBodyLeft,
.ez-table tr:last-child .TableBodyCenter{
  border-bottom: 0;
}

.ez-marquee-table{
  min-width: 780px;
}

.content .filter_data table,
.content .skit table,
.content .acc_data table,
.content .acc_data1 table,
.content .acc_data2 table,
.content .acc_data3 table,
.content .acc_data4 table,
.content .acc_data5 table,
.ez-table{
  box-sizing: border-box;
}

.content .filter_data table.ez-table td.TableDetailBarLink,
.content .filter_data table.ez-table td.TableBodyLeft,
.content .filter_data table.ez-table td.TableBodyCenter{
  border-bottom: 1px solid rgba(0,0,0,0.14);
}

.content .filter_data table.ez-table tr:last-child td.TableDetailBarLink,
.content .filter_data table.ez-table tr:last-child td.TableBodyLeft,
.content .filter_data table.ez-table tr:last-child td.TableBodyCenter{
  border-bottom: none;
}

/* =========================================================
   EZ Configurator Pages (Marquee + PLC)
   ========================================================= */

body.ezm-page,
body.ez-plc-page{
  overflow-x: hidden; /* prevent page-level horizontal scroll */
  /* local tokens (fallback) */
  --ez-blue: #0056A6;
  --ez-border-soft: rgba(0,0,0,0.07);
  --ez-radius: 12px;
  --ez-shadow: 0 5px 22px rgba(0,0,0,0.12);
}

/* main content centered */
body.ezm-page .ez-page,
body.ez-plc-page .ez-page{
  width: 100%;
  display: flex;
  justify-content: center;
}
body.ezm-page .ez-wrap,
body.ez-plc-page .ez-wrap{
  width: min(1200px, 100%);
  padding: 0 16px 40px;
  box-sizing: border-box;
}

/* Configurator header */
body.ezm-page .cfg-title-row,
body.ez-plc-page .cfg-title-row{
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  margin: 10px 0 6px;
}
body.ezm-page .cfg-title,
body.ez-plc-page .cfg-title{
  justify-self: center;
  margin: 0;
  font-size: 22px;
  font-weight: 900;
  color: #111;
  line-height: 1.2;
  text-align: center;
}
body.ezm-page .cfg-subtitle,
body.ez-plc-page .cfg-subtitle{
  margin: 0;
  color: rgba(0,0,0,0.70);
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
}

body.ezm-page .cfg-hero,
body.ez-plc-page .cfg-hero{
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 10px 0 14px;
}
body.ezm-page .cfg-hero-inner,
body.ez-plc-page .cfg-hero-inner{
  width: 100%;
  max-width: 1200px;
  padding: 0 12px;
  box-sizing: border-box;
}

/* Filter cards grid */
body.ezm-page .q-grid,
body.ez-plc-page .q-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  width: 100%;
}
@media (max-width: 480px){
  body.ezm-page .q-grid,
  body.ez-plc-page .q-grid{
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}

body.ezm-page .q-card,
body.ez-plc-page .q-card{
  background: #fff;
  border: 1px solid var(--ez-border-soft);
  border-radius: var(--ez-radius);
  box-shadow: var(--ez-shadow);
  padding: 14px 14px 12px;
  min-width: 0;
  display: flex;
  flex-direction: column; /* select bottom-aligned */
}
body.ezm-page .q-card label,
body.ez-plc-page .q-card label{
  display: block;
  font-weight: 700;
  color: #111;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 8px;
}
body.ezm-page .q-card select,
body.ez-plc-page .q-card select{
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.14);
  background: #fff;
  font-size: 14px;
  outline: none;
}
body.ezm-page .q-card select:focus,
body.ez-plc-page .q-card select:focus{
  border-color: var(--ez-blue);
  box-shadow: 0 0 0 3px rgba(0,86,166,0.15);
}

body.ezm-page .cfg-actions,
body.ez-plc-page .cfg-actions{
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 14px 0 8px;
}

body.ezm-page .btn-secondary,
body.ez-plc-page .btn-secondary{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.14);
  cursor: pointer;
  background: #fff;
  color: #111;
  font-weight: 900;
  text-decoration: none;
}

body.ezm-page .results-title,
body.ez-plc-page .results-title{
  margin: 10px 0 10px;
  font-size: 18px;
  font-weight: 900;
  color: #111;
}

body.ezm-page .cfg-note,
body.ez-plc-page .cfg-note{
  margin: 10px 0;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px dashed rgba(0,0,0,0.18);
  background: rgba(0,86,166,0.04);
  color: rgba(0,0,0,0.78);
  font-size: 13px;
  font-weight: 800;
}
body.ezm-page .cfg-note.warn,
body.ez-plc-page .cfg-note.warn{
  background: rgba(183,28,28,0.06);
  color: #7a1010;
}



/* =========================
   Config banner
   ========================= */
body.ez-plc-page .cfg-banner{
  margin: 16px 0 18px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid var(--ez-border-soft);
  border-radius: var(--ez-radius);
  box-shadow: var(--ez-shadow);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

body.ez-plc-page .cfg-banner-text{
  min-width: 0;
}

body.ez-plc-page .cfg-banner-text h3{
  margin: 0 0 4px;
  font-size: 18px;
  line-height: 1.25;
  color: #111;
}

body.ez-plc-page .cfg-banner-text p{
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(0,0,0,0.78);
}

body.ez-plc-page .cfg-banner-actions{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #111;
}

body.ez-plc-page .cfg-banner-line{
  white-space: nowrap;
}

body.ez-plc-page .cfg-banner-dropdown{
  position: relative;
  display: inline-block;
  padding-bottom: 6px; 
}

body.ez-plc-page .cfg-banner-btn{
  padding-right: 28px;
  font-size: 14px;
}

body.ez-plc-page .cfg-banner-caret{
  margin-left: 6px;
  font-size: 10px;
}

body.ez-plc-page .cfg-banner-menu{
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0;
  min-width: 220px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid var(--ez-border-soft);
  box-shadow: var(--ez-shadow);
  padding: 6px 0;
  display: none;
  z-index: 100;
}

body.ez-plc-page .cfg-banner-dropdown:hover .cfg-banner-menu{
  display: block;
}

body.ez-plc-page .cfg-banner-link{
  display: block;
  padding: 8px 14px;
  font-size: 14px;
  color: #111;
  text-decoration: none;
  white-space: nowrap;
}

body.ez-plc-page .cfg-banner-link:hover{
  background: rgba(0,86,166,0.06);
  color: var(--ez-blue);
}

body.ez-plc-page .cfg-banner-list{
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 18px;
}

body.ez-plc-page .cfg-banner-list li{
  display: flex;
  align-items: center;
  gap: 6px;
}

body.ez-plc-page .cfg-banner-tag{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 9px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  background: rgba(0,86,166,0.06);
  color: var(--ez-blue);
}

body.ez-plc-page .cfg-banner-tag.nano{
  background: rgba(183,28,28,0.07);
  color: #b71c1c;
}

body.ez-plc-page .cfg-banner-tag.micro{
  background: rgba(255,204,0,0.18);
  color: #7a5a00;
}

body.ez-plc-page .cfg-banner-tag.rack{
  background: rgba(0,0,0,0.06);
  color: #333;
}

body.ez-plc-page .cfg-banner-desc{
  font-size: 15px;
  line-height: 1.45;
  color: rgba(0,0,0,0.86);
}

@media (max-width: 640px){
  body.ez-plc-page .cfg-banner-actions{
    justify-content: flex-start;
  }
}

/* ========= PLC Family image selector ========= */
.cfg-family-grid{
  display:grid;
  grid-template-columns: repeat(5, minmax(160px, 1fr));
  gap: 14px;
  margin: 16px 0 10px;
}

@media (max-width: 980px){
  .cfg-family-grid{ grid-template-columns: repeat(2, minmax(160px, 1fr)); }
}
@media (max-width: 520px){
  .cfg-family-grid{ grid-template-columns: 1fr; }
}

.cfg-family-card{
  appearance:none;
  border:1px solid rgba(0,0,0,.12);
  background:#fff;
  border-radius:12px;
  padding:12px;
  cursor:pointer;
  text-align:center;
  position:relative;
  box-shadow: 0 3px 15px rgba(0,0,0,.08);
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;

  display:flex;
  flex-direction:column;
  height:100%;
}

.cfg-family-card:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(0,0,0,.14);
}

.cfg-family-card:focus-visible{
  outline: 3px solid rgba(0,86,166,.35);
  outline-offset: 2px;
}

.cfg-family-card.is-active{
  border-color:#0056A6;
  box-shadow: 0 10px 28px rgba(0,86,166,.18);
}

.cfg-family-img{
  width:100%;
  max-width:240px;
  margin:0 auto 10px;
  position:relative;
  display:block;
  line-height:0;
}

.cfg-family-img .img-off{
  display:block;
  width:100% !important;
  height:auto !important;
  opacity:1;
}

.cfg-family-img .img-on{
  position:absolute;
  top:0;
  left:0;
  display:block;
  width:100% !important;
  height:auto;
  opacity:0;
  transition: opacity .12s ease;
  pointer-events:none;
}

.cfg-family-card:hover .img-on,
.cfg-family-card.is-active .img-on{
  opacity:1;
}

.cfg-family-card:hover .img-off,
.cfg-family-card.is-active .img-off{
  opacity:0;
}

.cfg-family-name{
  font-weight:700;
  color:#0056A6;
  display:block;
  margin-top:auto;
}

.cfg-family-sub{
  font-size:13px;
  opacity:.85;
  display:block;
  margin-top:4px;
}





/* =========================================================
   Product topNav (topNav.htm) - match product-table.css look
   ========================================================= */
.ez-page .cmmMenu{
  width: 100%;
  max-width: 1200px;
  margin: 10px auto 14px;
  padding: 0 16px;
  box-sizing: border-box;
}

.ez-page .cmmMenu ul{
  list-style: none;
  margin: 0;
  padding: 8px;
  display: flex;
  flex-wrap: wrap;             
  gap: 6px;
  align-items: center;

  background: #fff;
  border: 1px solid var(--ez-border-soft);
  border-radius: var(--ez-radius);
}

.ez-page .cmmMenu li{
  margin: 0;
  padding: 0;
}

.ez-page .cmmMenu a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;

  padding: 9px 12px;
  border-radius: var(--ez-radius);
	
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;

  color: var(--ez-red);
  text-decoration: none;

  border: 1px solid var(--ez-red);
  background: transparent;
  box-shadow: var(--ez-shadow);
  transition: background-color .15s ease, color .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.ez-page .cmmMenu a:hover{
  background: rgba(0,86,166,0.06);
  border-color: rgba(0,86,166,0.22);
  color: var(--ez-blue);
}

.ez-page .cmmMenu a:focus-visible{
  outline: none;
  box-shadow: 0 0 0 3px rgba(0,86,166,0.18);
  border-color: var(--ez-blue);
}

.ez-page .cmmMenu li.active > a{
  background: var(--ez-blue);
  border-color: var(--ez-blue);
  color: #fff;
  box-shadow: 0 8px 18px rgba(0,0,0,0.14);
}

.ez-page .cmmMenu a[href^="javascript:history.back"]{
  background: rgba(0,0,0,0.04);
  border-color: rgba(0,0,0,0.10);
}

.ez-page .cmmMenu a[href*="starterkit"]{
  background: var(--ez-yellow) !important;
  color: #000 !important;
  border-color: rgba(0,0,0,0.18) !important;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.10), 0 6px 16px rgba(0,0,0,0.12) !important;
}

@media (max-width: 900px){
  .ez-page .cmmMenu ul{
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .ez-page .cmmMenu ul{
    scrollbar-width: none;
  }
  .ez-page .cmmMenu ul::-webkit-scrollbar{
    display: none;
  }
}



/* hmi only */
body.ezhmi-page .cfg-family-grid{
  grid-template-columns: repeat(4, minmax(160px, 1fr));
}

@media (max-width: 980px){
  body.ezhmi-page .cfg-family-grid{
    grid-template-columns: repeat(2, minmax(160px, 1fr));
  }
}

@media (max-width: 520px){
  body.ezhmi-page .cfg-family-grid{
    grid-template-columns: 1fr;
  }
}


/* touch plc only */
body.ez-plc-page.eztouchplc-page .cfg-family-grid{
  grid-template-columns: repeat(4, minmax(160px, 1fr)) !important;
}

/* 默认：居中 */
body.eztouchplc-page .cfg-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
}

/* CTA 显示时：CTA 左、Reset 右 */
body.eztouchplc-page #cfgCta{
  margin-right:auto;
}
body.eztouchplc-page
#cfgCta:not([style*="display:none"]):not([style*="display: none"])
~ #btnReset{
  margin-left:auto;
}

/* CTA 隐藏时：撤销 auto margin，回到居中 */
body.eztouchplc-page
#cfgCta[style*="display:none"]{
  margin-right:0;
}
body.eztouchplc-page
#cfgCta[style*="display: none"]{
  margin-right:0;
}
body.eztouchplc-page
#cfgCta[style*="display:none"] ~ #btnReset,
body.eztouchplc-page
#cfgCta[style*="display: none"] ~ #btnReset{
  margin-left:0;
}

