/*
  V1 - 29/06/2026
  HUARI - 2026
  Design: Logos Comunicaciones
  www.logoscomunicaciones.com
*/
/* RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/*
body{
line-height: 1;
}
*/
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* RESET */
@font-face {
  font-family: 'WorkSansR';
  src: url('../fonts/WorkSans-Regular.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'WorkSansB';
  src: url('../fonts/WorkSans-Bold.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'WorkSansBk';
  src: url('../fonts/WorkSans-Black.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* ---------------------------- SETTINGS ---------------------------- */
/* --------------------- FUENTES ---------------------*/
/* --------------------- FUENTES ---------------------*/
/* --------------------- ANCHOS ---------------------*/
/* --------------------- ANCHOS ---------------------*/
/* --------------------- COLORES ---------------------*/
/*                   */
/*                   */
/*                   */
/* --------------------- COLORES ---------------------*/
/* --------------------- COLORES GAMAS ---------------------*/
/* --------------------- COLORES GAMAS ---------------------*/
/* ---------------------------- SETTINGS ---------------------------- */
html {
  scroll-behavior: smooth;
}
body {
  color: #000001;
  font-size: 17px;
  font-family: 'WorkSansR', Arial, Tahoma, Verdana;
  letter-spacing: 0.4px;
  line-height: 24px;
  text-align: center;
  background: #f0f0f0;
}
body.dspM {
  overflow: hidden;
  overflow-y: hidden;
  width: 100wv;
  height: 100wh;
}
.wrapper {
  clear: both;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'WorkSansBk', Arial, Tahoma, Verdana;
  letter-spacing: 0px;
}
h1 {
  font-size: 38px;
  font-weight: 100;
  line-height: 42px;
  text-align: center;
}
h2 {
  display: inline;
  font-size: 32px;
  font-weight: 100;
  line-height: 36px;
  text-align: left;
}
h3 {
  float: left;
  font-size: 24px;
  font-weight: 100;
  line-height: 28px;
  text-align: left;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  opacity: 0.7;
}
a {
  -webkit-transition: all 0.24s;
  transition: all 0.24s;
}
/* MODAL */
.contentMod {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  overflow-y: scroll;
  position: fixed;
  background: rgba(228, 237, 244, 0.8);
  width: 100vw;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cntMod {
  top: 0;
  z-index: 20px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative !important;
  color: #000001;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  background: #f0f0f0;
  border-radius: 30px;
  width: 810px;
  margin: 120px auto 100px auto;
}
/* MODAL */
.logo,
a.logo:link,
a.logo:visited {
  float: left;
  display: block;
  position: relative;
  text-indent: -999999px;
  text-decoration: none;
  background: url(../lib/logo.svg) no-repeat center top;
  background-size: 100% auto;
  width: 90px;
  height: 60px;
  margin: 10px 0 0 24px;
  transition: all 0s;
}
a.logo:hover {
  opacity: 0.8;
}
header {
  float: left;
  display: block;
  position: relative;
  color: #f0f0f0;
  font-family: 'WorkSansR', Arial, Tahoma, Verdana;
  background: #000001;
  width: 100%;
  height: 70px;
  margin: 0;
}
.contentMap {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: calc(100vh - 80px);
  margin: 0;
}
.contentMap .cntIMap {
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.contentMap img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  margin: 0;
}
.contentMap .cntMap {
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  z-index: 100;
  pointer-events: none;
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  padding: 6.5vh 100px;
}
.contentMap h1 {
  float: left;
  clear: both;
  display: block;
  color: #000001;
  font-size: 32px;
  line-height: 30px;
  text-align: left;
  text-transform: uppercase;
  margin: 2vh auto 0.4vh auto;
  padding: 10px 30px 0 30px;
}
.contentMap .cntDsc {
  float: left;
  clear: both;
  scrollbar-width: thin;
  scrollbar-color: #cdcdcd #f0f0f0;
  pointer-events: initial;
  box-sizing: border-box;
  overflow-x: auto;
  display: block;
  color: #58a32e;
  font-size: 32px;
  line-height: 30px;
  text-align: left;
  background: #f0f0f0;
  border-radius: 20px;
  width: 390px;
  height: 67vh;
  margin: 2.2vh auto;
}
.contentMap .cntDsc::-webkit-scrollbar {
  width: 8px;
}
.contentMap .cntDsc::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #cdcdcd;
}
.contentMap .cntDsc::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #f0f0f0;
}
.contentMap .cntDsc::-webkit-scrollbar-thumb:hover,
.contentMap .cntDsc::-webkit-scrollbar-thumb:active {
  background-color: #cdcdcd;
}
ul.liSucIn {
  float: left;
  clear: both;
  overflow: hidden;
  color: #585858;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 20px 0;
}
ul.liSucIn li {
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #d2d2d2;
  width: 100%;
  margin: 0;
  padding: 30px 30px 10px 30px;
}
ul.liSucIn li:after {
  display: none;
}
ul.liSucIn li .tit {
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  color: #000001;
  font-size: 18px;
  font-family: 'WorkSansB', Arial, Tahoma, Verdana;
  background: transparent url('data:image/svg+xml,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 20 20" style="enable-background:new 0 0 20 20;" xml:space="preserve"><style type="text/css">.st0{clip-path:url(%23SVGID_1_);fill:%23515050;}</style><g id="XMLID_16_"><defs><rect id="SVGID_3_" x="0.1" y="0.5" width="19.8" height="18.9"/></defs><clipPath id="SVGID_1_"><use xlink:href="%23SVGID_3_" style="overflow:visible;"/></clipPath><path id="XMLID_27_" class="st0" d="M15.7,11h-5.1c-0.2,0-0.4,0.2-0.4,0.4v5.1c0,0.2,0.2,0.4,0.4,0.4h5.1c0.2,0,0.4-0.2,0.4-0.4v-5.1C16.1,11.2,15.9,11,15.7,11 M12.7,16.1h-1.5c-0.1,0-0.2-0.1-0.2-0.2v-1.5h1.7V16.1z M12.7,13.5h-1.7v-1.5c0-0.1,0.1-0.2,0.2-0.2h1.5V13.5z M15.3,15.9c0,0.1-0.1,0.2-0.2,0.2h-1.5v-1.7h1.7V15.9z M15.3,13.5h-1.7v-1.7h1.5c0.1,0,0.2,0.1,0.2,0.2V13.5z"/><path id="XMLID_17_" class="st0" d="M19.9,6.2C19.9,6.2,19.9,6.1,19.9,6.2c0-0.1,0-0.1,0-0.1c0,0,0,0,0,0h0l-2.2-5.2c-0.1-0.2-0.2-0.3-0.4-0.3H2.7c-0.2,0-0.3,0.1-0.4,0.3L0.1,6v0l0,0c0,0,0,0,0,0c0,0,0,0,0,0.1c0,0,0,0,0,0.1c0,0,0,0,0,0v1.3c0,0.8,0.4,1.6,1.2,2c0.1,0,0.1,0.1,0.1,0.2V19c0,0.2,0.2,0.4,0.4,0.4h16.4c0.2,0,0.4-0.2,0.4-0.4V9.6c0-0.1,0-0.1,0.1-0.2c0.7-0.4,1.2-1.2,1.2-2L19.9,6.2C19.9,6.2,19.9,6.2,19.9,6.2 M1.2,5.5l1.7-4c0-0.1,0.1-0.1,0.2-0.1h13.7c0.1,0,0.2,0.1,0.2,0.1l1.7,4c0,0.1,0,0.1,0,0.2c0,0.1-0.1,0.1-0.2,0.1h-2.4c-0.1,0-0.2-0.1-0.2-0.2L15.5,3c0-0.2-0.2-0.3-0.4-0.3c0,0-0.1,0-0.1,0c-0.2,0-0.4,0.3-0.3,0.5l0.5,2.4c0,0.1,0,0.1,0,0.2c0,0-0.1,0.1-0.2,0.1h-2.4c-0.1,0-0.2-0.1-0.2-0.2V3c0-0.2-0.2-0.4-0.4-0.4S11.5,2.8,11.5,3v2.5c0,0.1-0.1,0.2-0.2,0.2H8.7c-0.1,0-0.2-0.1-0.2-0.2V3c0-0.2-0.2-0.4-0.4-0.4C7.9,2.6,7.7,2.8,7.7,3v2.5c0,0.1-0.1,0.2-0.2,0.2H5.1C5,5.8,5,5.8,4.9,5.7c0,0-0.1-0.1,0-0.2l0.5-2.4c0-0.2-0.1-0.5-0.3-0.5c0,0-0.1,0-0.1,0C4.7,2.6,4.6,2.8,4.5,3L4,5.6c0,0.1-0.1,0.2-0.2,0.2H1.4c-0.1,0-0.1,0-0.2-0.1C1.2,5.6,1.2,5.6,1.2,5.5 M15.3,6.8v0.6c0,0.8-0.7,1.5-1.5,1.5s-1.5-0.7-1.5-1.5V6.8c0-0.1,0.1-0.2,0.2-0.2h2.5C15.2,6.6,15.3,6.7,15.3,6.8 M11.5,6.8v0.6c0,0.8-0.7,1.5-1.5,1.5S8.5,8.3,8.5,7.5V6.8c0-0.1,0.1-0.2,0.2-0.2h2.5C11.4,6.6,11.5,6.7,11.5,6.8 M7.7,6.8v0.6c0,0.8-0.7,1.5-1.5,1.5c-0.8,0-1.5-0.7-1.5-1.5V6.8c0-0.1,0.1-0.2,0.2-0.2h2.5C7.6,6.6,7.7,6.7,7.7,6.8 M0.9,7.5V6.8c0-0.1,0.1-0.2,0.2-0.2h2.5c0.1,0,0.2,0.1,0.2,0.2v0.6c0,0.8-0.7,1.5-1.5,1.5C1.6,8.9,0.9,8.3,0.9,7.5 M7.7,15.2c0,0.1-0.1,0.2-0.2,0.2H6.8c-0.2,0-0.4,0.2-0.4,0.4s0.2,0.4,0.4,0.4h0.6c0.1,0,0.2,0.1,0.2,0.2v1.9c0,0.1-0.1,0.2-0.2,0.2H4.9c-0.1,0-0.2-0.1-0.2-0.2v-6.3c0-0.1,0.1-0.2,0.2-0.2h2.5c0.1,0,0.2,0.1,0.2,0.2V15.2z M17.8,18.4c0,0.1-0.1,0.2-0.2,0.2H8.7c-0.1,0-0.2-0.1-0.2-0.2v-7c0-0.2-0.2-0.4-0.4-0.4H4.3c-0.2,0-0.4,0.2-0.4,0.4v7c0,0.1-0.1,0.2-0.2,0.2H2.4c-0.1,0-0.2-0.1-0.2-0.2V10c0-0.1,0.1-0.2,0.2-0.2c0.7,0,1.3-0.3,1.7-0.8c0,0,0.1-0.1,0.2-0.1s0.1,0,0.2,0.1c0.4,0.5,1.1,0.8,1.7,0.8c0.7,0,1.3-0.3,1.7-0.8c0,0,0.1-0.1,0.2-0.1s0.1,0,0.2,0.1C8.7,9.5,9.3,9.8,10,9.8s1.3-0.3,1.7-0.8c0,0,0.1-0.1,0.2-0.1c0.1,0,0.1,0,0.2,0.1c0.4,0.5,1.1,0.8,1.7,0.8s1.3-0.3,1.7-0.8c0,0,0.1-0.1,0.2-0.1c0.1,0,0.1,0,0.2,0.1c0.4,0.5,1.1,0.8,1.7,0.8c0.1,0,0.2,0.1,0.2,0.2V18.4z M19.1,7.5c0,0.8-0.7,1.5-1.5,1.5c-0.8,0-1.5-0.7-1.5-1.5V6.8c0-0.1,0.1-0.2,0.2-0.2h2.5c0.1,0,0.2,0.1,0.2,0.2V7.5z"/></g></svg>') no-repeat;
  background-position: 0 0;
  background-size: auto 20px;
  width: auto;
  padding: 0px 0 5px 29px;
}
ul.liSucIn li .bxTxt {
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
  font-size: 12px;
  line-height: 16px;
  width: 100%;
  margin: 20px 0;
}
ul.liSucIn li .est {
  float: left;
  display: block;
  position: relative;
  overflow: hidden;
  color: #f0f0f0;
  font-size: 11px;
  font-family: 'WorkSansB', Arial, Tahoma, Verdana;
  line-height: 21px;
  text-align: center;
  background: #36a500;
  border-radius: 3px;
  width: 70px;
  height: 22px;
  margin-left: 25px;
}
ul.liSucIn li .txt {
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 130px;
  margin: 5px 0;
}
ul.liSucIn li .btn {
  float: right;
  display: block;
  cursor: pointer;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: #000001;
  font-family: 'WorkSansB', Arial, Tahoma, Verdana;
  line-height: 35px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50px;
  width: 115px;
  height: 37px;
  margin: 5px 0;
  transition: all 0.24s;
}
ul.liSucIn li .btn:hover {
  opacity: 0.85;
  transition: all 0.24s;
}
.btnCls {
  top: 36px;
  right: 12px;
  display: none;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 10;
  position: absolute;
  outline: none;
  text-indent: -9000px;
  text-decoration: none;
  background: #000001 url(../lib/ico-cls.svg) no-repeat center;
  background-size: 17px auto;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 0;
  opacity: 1;
}
.btnCls:hover {
  opacity: 0.85;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.spL {
  clear: both;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 15px;
  margin-bottom: 10px;
}
.txtAl {
  text-align: left !important;
}
.txtAR {
  text-align: right !important;
}
.txtAC {
  text-align: center !important;
}
.left {
  float: left !important;
  display: block;
}
.right {
  float: right !important;
  display: block;
}
.clear {
  clear: both;
  display: block;
}
.subtitulo1 {
  color: #000001;
  font-size: 23px;
  font-family: 'WorkSansB', Arial, Tahoma, Verdana;
  font-weight: 100;
}
.subtitulo2 {
  color: #58a32e;
  font-size: 23px;
  font-family: 'WorkSansB', Arial, Tahoma, Verdana;
  font-weight: 100;
}
i,
italic,
.italic {
  font-style: italic;
}
b,
bold,
.bold,
.bold1,
.bold2,
strong {
  font-family: 'WorkSansB', Arial, Tahoma, Verdana;
  font-weight: 100;
}
.bold1 {
  color: #58a32e;
}
i {
  font-style: italic;
}
small,
.small,
.small1,
.small2 {
  font-size: 12px;
}
.small1 {
  color: #58a32e !important;
}
.color1 {
  color: #58a32e !important;
}
.colorr {
  color: #ee4d4d !important;
}
/* ---------------------------- LINKS ---------------------------- */
a.lnk1:link,
a.lnk1:visited {
  color: #000001;
  text-decoration: none;
}
a.lnk1:hover {
  text-decoration: underline;
}
a.lnk2:link,
a.lnk2:visited {
  color: #58a32e;
  text-decoration: underline;
}
a.lnk2:hover {
  text-decoration: none;
}
a.btn01:link,
a.btn01:visited {
  display: inline-block;
  color: #ffcb06;
  font-size: 20px;
  font-family: 'WorkSansB', Arial, Tahoma, Verdana;
  text-align: center;
  text-decoration: none;
  background: transparent;
  border: 2px solid #ffcb06;
  border-radius: 32px;
  margin-top: 30px;
  padding: 18px 95px;
}
a.btn01:hover {
  color: #f0f0f0;
  background: #ffcb06;
}
a.btn02:link,
a.btn02:visited {
  left: 50%;
  float: left;
  display: block;
  position: relative;
  color: #f0f0f0;
  font-size: 18px;
  font-family: 'WorkSansB', Arial, Tahoma, Verdana;
  line-height: 63px;
  text-align: center;
  text-decoration: none;
  background: #58a32e;
  border: 2px solid #58a32e;
  border-radius: 7px;
  width: auto;
  height: 65px;
  margin: 50px auto;
  padding: 0 70px;
  transform: translateX(-50%);
}
a.btn02:hover {
  color: #f0f0f0;
  background: #000001;
  border: 2px solid #000001;
}
a.byLogos:link,
a.byLogos:visited {
  float: right;
  display: block;
  position: relative;
  overflow: hidden;
  outline: none;
  text-indent: -9000px;
  width: 50px;
  height: 50px;
  margin: -10px 0 0 0;
  opacity: 0.5;
  transition: all 0.3s;
}
a.byLogos::before {
  top: 50%;
  left: 50%;
  z-index: 20;
  content: "";
  position: absolute;
  background: url('data:image/svg+xml,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 28 28" style="enable-background:new 0 0 28 28;" xml:space="preserve"><style type="text/css">.st0{fill:none;stroke:%23FFFFFF;stroke-miterlimit:10;}.st1{fill:%23FFFFFF;}</style><rect id="XMLID_3_" x="0.5" y="0.5" class="st0" width="27" height="27"/><path id="XMLID_2_" class="st1" d="M11.5,21.6l-1.2-1.2l5.6-5.6c0.4-0.4,0.4-1,0-1.4l-5.6-5.6l1.2-1.2l5.6,5.6c1.1,1.1,1.1,2.8,0,3.8L11.5,21.6z"/></svg>') no-repeat center;
  background-size: 19px auto;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
a.byLogos:hover {
  opacity: 1;
  transition: all 0.3s;
}
a.byLogos:hover::before {
  background: url('data:image/svg+xml,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 28 28" style="enable-background:new 0 0 28 28;" xml:space="preserve"><style type="text/css">.st0{fill:%23202A34;}.st1{fill:%23EC651B;}</style><g id="XMLID_1_"><rect id="XMLID_3_" x="0" y="0" class="st0" width="28" height="28"/><path id="XMLID_2_" class="st1" d="M11.5,21.6l-1.2-1.2l5.6-5.6c0.4-0.4,0.4-1,0-1.4l-5.6-5.6l1.2-1.2l5.6,5.6c1.1,1.1,1.1,2.8,0,3.8L11.5,21.6z"/></g></svg>') no-repeat center;
  background-size: 19px auto;
  transition: all 0.3s;
}
/* ---------------------------- LISTADOS ---------------------------- */
ul.li01 {
  float: left;
  clear: both;
  overflow: hidden;
  margin: 20px 0;
}
ul.li01 li {
  float: left;
  clear: both;
  text-align: justify;
  margin: 2px 0;
  padding-left: 20px;
}
@media screen and (min-width: 737px) and (max-width: 920px) {
  .contentMap .cntMap {
    padding: 6.5vh 50px;
  }
}
@media screen and (min-width: 321px) and (max-width: 736px) {
  .logo,
  a.logo:link,
  a.logo:visited {
    background-size: auto 32px;
    width: 70px;
    height: 42px;
    margin: 8px 0 0 12px;
  }
  header {
    height: 50px;
  }
  .contentMap {
    height: auto;
  }
  .contentMap h1 {
    box-sizing: border-box;
    font-size: 24px;
    line-height: 28px;
    width: 100%;
    margin: 27px auto -5px auto;
    padding: 0 30px;
  }
  .contentMap .cntDsc {
    overflow-x: none;
    font-size: 32px;
    line-height: 30px;
    height: auto;
    margin: 0;
  }
  .contentMap .cntMap {
    top: 0;
    left: 0;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    overflow-x: none;
    z-index: 100;
    pointer-events: auto;
    position: relative;
    width: 100%;
    min-height: 100vh;
    height: auto;
    padding: 12px 0;
  }
  .contentMap .cntIMap {
    top: 0;
    left: 100%;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 200;
    position: fixed;
    width: 100%;
    height: 100vh;
    transition: all 0.3s;
  }
  .contentMap .cntIMap.dspMap {
    left: 0;
    transition: all 0.3s;
  }
  /* VALIDACIÓN REFERENCIAL */
  .contentMap img {
    width: auto;
    height: 100%;
  }
  .btnCls {
    display: block;
  }
  ul.liSucIn {
    font-size: 12px;
    margin: 0 0 20px 0;
    padding: 20px 0;
  }
  ul.liSucIn li {
    padding: 20px 30px 20px 30px;
  }
  ul.liSucIn li:first-of-type {
    padding: 17px 30px 20px 30px;
  }
  ul.liSucIn li .tit {
    font-size: 14px;
    background-position: 0 1px;
    background-size: auto 16px;
    margin-top: 10px;
    margin-bottom: -10px;
    padding: 0 0 5px 24px;
  }
  ul.liSucIn li .est {
    font-size: 11px;
    line-height: 21px;
    border-radius: 3px;
    width: 70px;
    height: 22px;
    margin: 10px 0 -10px 8px;
    scale: 0.9;
  }
  ul.liSucIn li .bxTxt {
    font-size: 11px;
    line-height: 14px;
    margin: 7px 0;
  }
  ul.liSucIn li .btn {
    line-height: 36px;
    width: 115px;
    height: 37px;
    margin: 5px 0;
  }
}
