:root {
  --color: #ff0000;
  --color: #0000ff;
  --color: #00ff00;
  --color: #00bb00;
  --card-body-bg-color: #f0f0f0;
  --card-header-bg-color: #ECECEC;
  --main-b-color: #B9B9B9;
  --main-foot-bg-color: #eee;
  --main-bg-color: #f4f4f4;
  --main-header-bg-color: #ECECEC;
}
* {
  box-sizing: border-box;
   margin:0px; padding:0px; font-family:'微软雅黑'; -webkit-tap-highlight-color:rgba(0,0,0,0);
 }
html, body, .page {
 width: 100%;
  height: 100%;
  overflow: hidden;
    min-width: 330px;
}
/*------------------------------------------------------------------------------------------page*/
body {color: #191919;
   display: flex;
  flex-direction: column;
  align-items: stretch;
  background-color: var(--main-bg-color);
    font-size: 14px;
}
.zbg{background-color: #0085C5!important;}
.nbg{background-color: #F33437!important;}
.xb1{color: #000!important;}
.xb2{color: #F33437!important;}
.xb4{color: #cb7b7c!important;}
.xb3{color: #606060;}
.a1{
    color: #FFFFFF;
    background-color: #005FC4;
}
.a1:hover{
    color: #FFFFFF;
    background-color: #0072EB;
}
.a2{
    color: #FFFFFF;
    background-color: #08882A;
}
.a2:hover{
    color: #FFFFFF;
    background-color: #4BBD4D;
}
.p12{padding: 12px;}
/* ---------------------------------------------------------------------------------背景 */
.bg-white{background-color: white;}
.bg-mediumvioletred{background-color:mediumvioletred;}
/* ---------------------------------------------------------------------------------头部标题 */
.page-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: var(--main-header-bg-color);
    justify-content: space-between;
    border-bottom: 1px solid #B9B9B9;
}
.page-header-item {
  display: flex;
  justify-content: center;
 }
.page-header-item:first-child, .page-header-item:last-child {
}
.page-header-item:first-child {
  justify-content: flex-start;
}
.page-header-item:last-child {
  justify-content: flex-end;
}
/*------------------------------------------------------------------------------*/
.search-box{display: flex;flex-direction: row;align-items:center;padding: 6px;background-color:var(--main-header-bg-color);}
    .search-box *{padding: 6px 6px;}
    .search-box input[type=search]{flex-grow: 1;border: 0;font-size: 14px;}
    .search-group{display: flex;flex-direction: row;align-items:center;flex-grow: 1;border: 1px solid #969494;border-radius: 8px;background-color:#FFFFFF;padding-top: 0px;padding-bottom: 0px;}
    
/*------------------------------------------------------------------------------*/
.page-container {
    flex: 1;
    display: flex;
    overflow: auto;
   
}
/* 底部 */
.page-footer {
  display: flex;
   background-color: var(--main-foot-bg-color);
 padding: 6px;
    border-top: 1px solid #dfdfdf;

}
.ty {-webkit-box-shadow: 1px 2px 6px -1px #ABABAB;
    box-shadow:  1px 2px 6px -1px #ABABAB;
}
.ty2 {
    -webkit-box-shadow: inset 1px 2px 6px -1px #ABABAB;
    box-shadow: inset 1px 2px 6px -1px #ABABAB;
}
/* page */
.soul {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}
.page-footer::before {
  border-top: 1px solid #4E4C4C;
}
.page-footer .nva {
  display: flex;
  width: 100%;
  align-items: center;
  flex: 1;
    font-size: 12px;
}
.page-footer .nva-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.page-footer .nva-item a {
  display: flex;
  flex-direction:column;
  align-items: center;
  color: #191818;
    padding: 3px;
 }
.footnvaicon {
  top: 3px;
  font-size: 24px !important;
  adding-top: 0;
  padding-bottom: 0;
}
/*------------------------------------------------------------------------*/
.b-s {
  border: 1px solid var(--main-b-color);
}
.b-d {
  border: 1px dashed var(--main-b-color);
}
.fixed {
  width: 100%;
  position: fixed !important;
  z-index: 1000;
}
/* -------------------------------------------------------------------全局 */
ul {
  list-style-type: none;
}
/* 链接颜色修改 */
a {
  text-align: center;
  text-decoration: none;
  color: #0D0D0D;
}
a:hover {cursor: pointer;}
/*-----------------------------------------------------------------text*/
.text-align-center{text-align: center;}
.text-align-left{text-align: left;}
.text-align-righi{text-align: right;}
/*-----------------------------------------------------------------r*/
.r3 {
  border-radius: 3px;
}
.r6 {
  border-radius: 6px;
}
.r8 {
  border-radius: 8px;
}
.r12 {
  border-radius: 12px;
}
.tr3 {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.br3 {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.rr {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.lr {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.b {
  border: 1px solid #9B9999;
}
.bt {
  border-top-width: 1px;
}
.bb {
  border-bottom-width: 1px;
}
.bl {
  border-left-width: 1px;
}
.br {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #6B6B6B;
}
.center {
  padding: 10px;
}
.icon12px {
  font-size: 12px !important;
}
.icon14px {
  font-size: 14px !important;
}
.icon16px {
  font-size: 16px !important;
}
.icon18px {
  font-size: 18px !important;
}
/* 导航条 */
.nav{display: flex;flex-direction: row;}
.nav-item{text-align: center;}
.nav-item a span{
}
.nav-item a{
    padding: 10px;
    
}
.navbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  background-color: #D3D3D3;
}
.d-none {
  display: none !important;
}
.d-flex {
  display: flex !important;
}
.show {
  display: block !important;
}
.input-group > .form-control, .input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  font-size: 12px;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.input-group input {
  border: 1px solid #AEAEAE;
}
.input-group > :not(:first-child) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .btn {
  position: relative;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn {
  display: inline-block;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-outline-secondary:hover {
  color: #4D5359;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  background-color: #E1E1E1;
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #B3B9BE;
}
.tm6 {
  background-color: white;
  margin-top: 6px;
}
/*-------------------------------------------------------------------------- box */
.card {
  position: relative;
  flex-direction: column;
  display: flex;
    height: auto;
    
}
.max800 .card-header{    background-color: #002ff9;
    color: #f7f6f6;
    font-size: 18px;
}
.card:not(:last-child){margin-bottom: 6px;}
.card-header {
  min-height: 35px;
  padding: .5rem 1rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
    font-weight: bold;
    background-color: var(--card-header-bg-color);
}
.card-header .card-tit{}
.card-header .card-close{}
.card-header .card-close:hover{color: red;}
.card-body {
  flex: 1 1 auto;
    height: auto;
    background-color: var(--card-body-bg-color);
}
.card-body a {
 
}
.card-body a .zrxm {
  font-weight: bold;
  font-size: 16px;
}
.card-body a .zrfm {
  margin-left: 10px;
  margin-right: 10px;
}
.card-body a .zrsm {
  list-style-position: outside;
  padding-top: 3px;
  line-height: 18px;
}
.card.tm6 .card-body a {
  width: 100%;
  text-align: left;
}
.card-foot {
  min-height: 10px
}
.tree ul {
  padding-top: 5px;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  width: auto;
  text-align: center;
  flex-grow: 1;
  list-style-type: none;
  list-style-image: none;
  display: flex;
  flex-direction: row;
  visibility: visible;
  padding: 5px 0px 0px;
  align-items: stretch;
  left: 0px;
}
.tree li {
  text-align: center;
  list-style-type: none;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  padding-top: 5px;
  padding-bottom: 0;
  flex-grow: 1;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.zrxmbox {
  display: flex;
  flex-direction: row;
  padding: 3px 0px;
  border: #343434;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  margin: 0px 5px;
}
.tree li span.notnull{height: 2px;width: 15px;background-color: #666;}
.tree li::before, .tree li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  width: 50%;
  height: 5px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #666;
}
.tree li:first-child::before, .tree li:last-child::after {
  border: 0 none;
}
.tree ul:not(.zrtop) li:last-child::before {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #666;
  border-top-right-radius: 3px;
}
.tree ul:not(.zrtop) li:first-child::after {
  border-top-left-radius: 3px;
}
.tree li::after {
  right: auto;
  left: 50%;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #666;
}
.tree ul:not(.zrtop) li:only-child::after, .tree ul:not(.zrtop) li:only-child::before {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.tree li ul li:only-child::after {
  border-left: 1px solid #666 ;
}
.tree li ul li:only-child::before {
  border: 0px solid !important;
}
 .tree li ul li:only-child {
  padding-top: 5px;
}
.tree li:only-child::after + ul li:only-child::after {
border-left: 1px solid;
}
.tree ul:empty::before {
  border: 0px;
}
.tree ul ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #666;
  height: 5px;
  display: block;
}
.tree p span{font-size: 8px;font-weight:normal;}
.tree p {
  border: 1px solid #000;
  text-decoration: none;
  display: flex;
  color: #000;
  font-size: 18px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-box-shadow: 0px 0px;
  box-shadow: 0px 0px;
  align-items: center;
 justify-content: center;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 6px 1px;
  margin: 0px 5px;
  width: 60px;
    min-height: 62px;
    font-weight: 600;
}
.tree li a {
    border: 1px solid #000;
    text-decoration: none;
    /* display: flex; */
    color: #000;
    font-size: 18px;
    border-radius: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 3px 1px;
    margin: 0px 2px;
    width: 28px;
    min-height: 56px;
    font-weight: bold;
    text-align: center;
}
.tree li a:hover, .tree li a:hover + ul li a {
  background: #c8e4f8;
  color: #000;
  border: 1px solid #94a0b3;
}
.tree li a:hover + ul li::after, .tree li a:hover + ul li::before, .tree li a:hover + ul::before,.tree li a:hover + ul::after, .tree li a:hover + ul ul::before {
  border-color: #94a0b4;
}
.tree {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 0px;
    padding-bottom: 60px;
    /* flex: 1; */
    /* box-sizing: content-box; */
    /* flex-wrap: nowrap; */
    /* justify-content: flex-start; */
    
}
.zrzpsm {
    /* font-weight: normal; */
    font-size: 14px;
    color: #626675;
}
.treepopbox li:not(:last-child) {
  text-align: left;
  flex-grow: 1;
  width: 100%;
  height: 30px;
  padding: 3px;
}
.tree1 {font-weight: 600;
    font-size: 18px;
}
.tree1 ul {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    position: relative;
    justify-content: center;
}
.tree1 li {
    display: flex;
    flex-direction: row;
    position: relative;
    padding-left: 10px;
    align-items: center;
    top: auto;
    bottom: auto;
}
.tree1 p {
    border: 1px solid #666;
    min-width: 60px;
    margin: 3px 0px;
    vertical-align: middle;
    padding: 3px;
    border-radius: 6px;
    text-align: center;
}
.tree1 .zrxm {
    border: 1px solid #666;
    min-width: 60px;
    margin: 3px 0px;
    vertical-align: middle;
    padding: 3px;
    border-radius: 6px;
}
.tree1 li::before, .tree1 li::after {
    content: '';
    position: absolute;
    left: 0px;
    height: 50%;
    width: 10px;
    border-width: 0px;
    border-style: solid;
    border-color: #666;
}
.tree1 li:not(:last-child)::after {
    top: 50%;
    bottom: auto;
    border-width: 1px 0px 0px 1px;
    border-top-left-radius: 6px;
}
.tree1 li:not(:first-child)::before {
    bottom: 50%;
    border-width: 0px 0px 1px 1px;
    border-bottom-left-radius: 6px;
}
.tree1 ul:empty::before{display: none;}
.tree1 ul ul::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    width: 10px;
    bottom: auto;
    height: 0px;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #666;
}
.tree1 #upm>li::after {
    /*border-width: 0px;*/
}
.tree1 li:only-child::after {
    border-radius: 0px;
    top: 50%;
    border-width: 1px 0px 0px;
}
.tree1 li:not(:first-child):not(:last-child)::after,.tree1 li:not(:first-child):not(:last-child)::before {
    border-bottom-width: 0px;
    border-radius: 0px;
}
.header #soinput {
  display: inline-block;
  position: relative;
  width: 200px;
  z-index: 1;
}
.mtop6 {
  margin-top: 6px;
}
.mtop10 {
  margin-top: 10px;
}
.mtop20 {
  margin-top: 20px;
}
.treepopbox {
  margin: 6px;
  border: 1px solid #3A3A3A;
  padding: 0px;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  background-color: #FFFFFF;
}
.form-list {
  display: flex;
  flex-direction: column;
  
}
.form-group {
  padding: 6px 6px;
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
  justify-content: space-between;
}
.form-list li:not(:last-child) {
    border-bottom: 1px dotted #595959;
}
.form-group .control-label {
  display: flex;
  justify-content: flex-end ;
flex-wrap: nowrap;
  flex: 0 0 80px;
    padding: 3px;
}
.form-group span {
  flex-grow: 1;
  flex-wrap: wrap;
}
.form-a-group {
  display: inline-flex;
  flex-wrap: wrap;
  flex: 1;
}
.zredit-a {
  content: '';
  border-radius: 6px;
  color: #000000;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  margin: 3px;
  height: auto;
  align-items: stretch;
  background-color: #555477;
  position: relative;
}
.zredit-a:hover {
  color: #000000;
}
.zredit-a i {
  width: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.zredit-a span {
  margin: 1px;
  border-radius: 5px;
  padding: 2px 8px;
  background-color: aliceblue;
  vertical-align: middle;
  position: relative;
}
.form-a-group:first-child {
  justify-content: flex-end
}
.zredit-a span:not(:only-child) {
  margin: 1px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 2px 8px;
  flex-grow: 1;
  background-color: aliceblue
}
.zredit-a::before {
  width: 20px;
  align-items: flex-start;
}
.form-group .control-label em {
  color: #FF0000;
    padding: 3px;
}

form {
  width: 100%;
}
.form-group .form-control {
  display: inline-flex;
  flex-direction: row;
  flex: 1;
  border: 1px solid #D3D3D3;
  border-radius: 6px;
  align-items: center;
}
.form-group .input-group .form-control:first-child {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.form-group .input-group .form-control:last-child {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.radio-group{ display: flex;
  flex-direction: row;
 }
.form-group .radio-inline {
  display: flex;
  flex-direction: row;
  align-items: center;
   padding: 0px 10px 0px 0px;
 }
.form-foot {
  display: flex;
  flex-direction: row;
  flex: 1;
  flex-basis: auto;
  padding-top: 6px;
  justify-content: center;
  align-items: center;
}
.form-err{color: #ff0033;
    font-weight: bold;
    font-size: 14px;padding: 6px;
min-height: 23px;}
.zksq {
      padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #c5c5c5;
}
.input-group {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  flex: 1;
  align-items: center;
  width: 100%;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}

.center {
  align-items: center;
}
.fle {
  flex: 1;
}
.but {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 3px;
  margin-right: 3px;
  vertical-align: middle;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 6px;
  border: 1px solid #7A7A7A;
  text-align: center;
  display: inline-block;
  line-height: 20px;
}
button {
  padding-top: 3px;
  padding-right: 6px;
  padding-left: 6px;
  padding-bottom: 3px;
  height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.max600 {
  max-width: 600px;
  width: 100%;
}
.max800{max-width: 800px;width: 100%;}
.header.fixed button {
  display: inline-block;
  position: relative;
  float: right;
  margin-left: 3px;
}
input{border-width: 0px;}
input[type=checkbox],input[type=radio]{margin-right: 3px;}
input[type=text], select, textarea, input[type=search], input[type=number], input[type=password] {
  padding: 6px;
  resize: vertical;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 32px;
  transition: all 0.3s ease;
  border-width: 0px;
  border-style: none;
}
input:focus, textarea:focus {
  border-width: 0px;
  outline: none;
  border-style: none;
}
/* 弹窗 (background) */
.modal {
  display: none; /* 默认隐藏 */
  position: fixed; /* 固定定位 */
  z-index: 1; /* 设置在顶层 */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
}
/* 弹窗内容 */
.modal-content {
  padding: 20px;
  width: 300px;
}
/* 关闭按钮 */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-row li:not(:first-child):not(:last-child) {
  flex-grow: 1;
}
.flex-grow {
  flex-grow: 1;
}
.flex-row li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-align-items-center {
  align-items: center;
}
.flex-align-items-stretch {
  align-items: stretch;
}
.flex-justify-content-center {
  justify-content: center;
}
.flex-justify-content-around {
  justify-content:space-around;
}
.flex-justify-content-between {
  justify-content:space-between;
}
.flex-wrap{flex-wrap: wrap;}
.addzra {
  width: 3em;
  border: 1px solid #3A3A3A;
  margin: 3px;
  padding: 3px;
  color: #0F0F0F;
  border-radius: 6px;
  background-color: #FFFFFF;
}
.flex-justify-content-left {
  justify-content: flex-start !important;
}
.group-row {
  display: flex;
  flex-direction: row;
  padding: 1px !important;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.group-row-item {
     display: flex;
    border-radius: 6px;
    margin: 0px !important;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
}
.group-row-item:not(:only-child):first-child {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-right-width: 0px;
}
.group-row-item:not(:only-child):last-child {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.group-row-item:not(:first-child):not(:last-child):not(:only-child) {
  border-radius: 0px !important;
  border-right-width: 0px;
}
.p6 {
  padding: 6px;
}
.p3 {
  padding: 3px 6px;
}
.pt10 {
  padding-top: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.mymenu{background-color: #f1f1f1;
         position: absolute;
     display: none;
     flex-direction: column;
         z-index: 1;
         top:100px;
    min-width: 150px;
     box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);flex: 1;}
     .mymenu .mymenu-item{color: #191919;padding: 6px 12px;display: flex;flex-direction: row; flex: 1;align-items: center;}
     .mymenu .mymenu-item:hover{background-color: #ddd;}
     .mymenu .mymenu-item::before{padding: 0px 6px;}
     .mymenu .mymenu-item:first-child{border-bottom:1px dotted #C9C9C9}
    .mymenu .mymenu-item:last-child{border-top:1px dotted #C9C9C9}
     .mymenu .mymenu-item a{color: #191919;flex: 1;text-align: left}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#pctit h1{
    text-shadow: 1px 1px 8px #808080;}
.rowmaxw1260{max-width: 1260px;margin: 0 auto;width: 100%;padding:0 6px}
/* tab 导航 */
    .tabapgenav{display: flex;flex-direction: row;align-items: center;justify-content: center;list-style: none; position: fixed;z-index: 1; bottom: 0; flex: 1;}
     .tabapgenav .tebsdna{padding: 6px;width: 30px;height: 30px;border: 0px solid #BFBFBF;text-align: center;vertical-align: middle;font-weight: 600}
     .tabapgenav .tebsdna:not(:first-child){border-left-width: 0px;}
.w600column{flex-direction:row;}
.page-footer .group-row-item{
    padding-top: 6px;
    padding-bottom: 6px
}
.sodivv{max-width:300px;}
#sodivv{list-style: none;
    max-height: 500px;
    overflow: auto;
    position: absolute;
    background-color: #F1F1F1;
    width: 300px;
    left: 0;
    z-index: 10000;top: 137px;}
#sodivv li{border-color: #DDDDDD;}
.logos {
    width: 16px;
    height: 16px;
}
.icp {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 36px; */
    flex-direction: column;
}
.icp a{margin-left:10px;}
.icp img{margin-left: 10px;}
@media screen and (max-width: 600px) {
  .soul {
    flex-direction: column !important;
  }
  .soul li:last-child {
    padding-top: 3px;
  }
    .mymenu{top:40px;}
    #pctit{display: none;}
    .lybox{flex-direction: column !important;}
    .tabapgenav{flex-direction:column;bottom:auto;top:auto;right: 20px;}
    .tabapgenav .tebsdna:not(:first-child){border-left-width: 0px;border-top-width: 0px;}
    .w600column{flex-direction: column;}
	#bzrxm{min-height: 22px;}

}
@media screen and (max-width: 450px){.tabapgenav{flex-direction:column;bottom:auto;top:auto;right: 10px;}}
