body {
  background: #f7f7f7 !important;
  padding: 8px 8px 10px 8px!important;
  font-family: "\5FAE\8F6F\96C5\9ED1","Gotham-Medium",Helvetica,Arial;
  color: rgba(0,0,0,.85);
}

.bor-bom-none{
  border-bottom: none !important;
}
.bor-top-none{
  border-top: none !important;
}

.tap-class {
  background: #f0f0f0;
}

.site-nav, .folding-bar {
  margin-bottom: 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #e1e1e1;
  background: #fff;
  overflow: hidden;
}

.grid-list,.site-nav-list {
  width: 100%;
  overflow: hidden;
}
.grid-list > li {
  float: left;
  border: 1px solid #d9d9d9;
  border-width: 0 1px 1px 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.site-nav-list > li {
  width: 33.3333%;
  height: 40px;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  position: relative;
  float: left;
  border: 1px solid #d9d9d9;
  border-width: 1px 1px 0 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.site-nav-list > li:nth-child(3n){
  border-right-width: 0px;
}
.site-nav-list > li:nth-child(1),.site-nav-list > li:nth-child(2),.site-nav-list > li:nth-child(3){
  border-top-width: 0px;
}
.site-nav-list > li span {
  color: rgba(0,0,0,.85);
  letter-spacing: 1px;
  font-weight: 100;
  font-size: 11px;
}
.site-nav-list > li img {
  width: 24px;
  height: 24px;
  position: relative;
  top: -1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin:0 5px 0 8px;
}

.folding-bar-list > li.current .fold_title {
  border-bottom: 0;
}
.folding-bar-list > li.current .content {
  display: block;
  border: 1px solid #d9d9d9;
  border-width: 1px 0;
  background: #fff;
}
.folding-bar-list > li.current .tit-tips {
  top: 23px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.folding-bar-list > li .sec-con li:nth-last-of-type(1) .grid-list {
  margin-top: 1px;
}
.folding-bar-list li:nth-last-of-type(1) .fold_title {
  border-bottom: 0;
}
.folding-bar-list .fold_title {
  height: 48px;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  text-indent: 55px;
  line-height: 48px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.folding-bar-list .tit-icon {
  width: 23px;
  height: 23px;
  display: block;
  position: absolute;
  left: 20px;
  top: 12px;
}
.folding-bar-list .tit-name {
  font-size: 14px;
  color: rgba(0,0,0,.85);
  display: block;
  overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.folding-bar-list .tit-tips {
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  right: 18px;
  top: 18px;
  border: 1px solid #b2b2b2;
  border-width: 0 0 1px 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.folding-bar-list .remove-dom{
width: 24px;
height: 27px;
position: absolute;
right: 15px;
top: 13px;
background: url("../images/icon_remove.png") no-repeat center;
background-size: 16px 20px;
}
.folding-bar-list .content {
  display: none;
}/*
.folding-bar-list li:first-child .content{
  display: block;
border: 1px solid #d9d9d9;
border-width:0 0 1px;
}*/
.folding-bar-list .content .sec-con:nth-last-of-type(1) {
  border-bottom: 0;
}
.folding-bar-list .sec-grid-list {
  float: left;
  width: 80%;
}
.folding-bar-list .sec-grid-list > li {
  height: 40px;
  width: 25%;
  text-align: center;
  line-height: 40px;
  border-color: #ccc;
  overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.folding-bar-list .sec-grid-list > li a {
  letter-spacing: 4px;
  font-size: 14px;
  color: #767676;
  display: block;
}
.folding-bar-list .sec-grid-list > li.tit a {
  color: #23a7d9;
}
.folding-bar-list .sec-grid-list > li:nth-of-type(4n) {
  border-right: 0;
}
.folding-bar-list .sec-grid-list-5, .folding-bar-list .sec-grid-list-4, .folding-bar-list .sec-grid-list-3, .folding-bar-list .sec-grid-list-2 {
  float: left;
  width: 100%;
}
.folding-bar-list .sec-grid-list-5 > li, .folding-bar-list .sec-grid-list-4 > li, .folding-bar-list .sec-grid-list-3 > li, .folding-bar-list .sec-grid-list-2 > li {
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-color: #ccc;
  overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.folding-bar-list .sec-grid-list-5 > li a, .folding-bar-list .sec-grid-list-4 > li a, .folding-bar-list .sec-grid-list-3 > li a, .folding-bar-list .sec-grid-list-2 > li a {
  letter-spacing: 4px;
  font-size: 14px;
  color: #767676;
  display: block;
}
.folding-bar-list .sec-grid-list-5 > li.tit a, .folding-bar-list .sec-grid-list-4 > li.tit a, .folding-bar-list .sec-grid-list-3 > li.tit a, .folding-bar-list .sec-grid-list-2 > li.tit a {
  color: #23a7d9;
}
.folding-bar-list .sec-grid-list-5 > li {
  width: 20%;
}
.folding-bar-list .sec-grid-list-5 > li:nth-of-type(5n) {
  border-right: 0;
}
.folding-bar-list .sec-grid-list-4 > li {
  width: 25%;
}
.folding-bar-list .sec-grid-list-4 > li:nth-of-type(4n) {
  border-right: 0;
}
.folding-bar-list .sec-grid-list-3 > li {
  width: 33.3333%;
}
.folding-bar-list .sec-grid-list-3 > li:nth-of-type(3n) {
  border-right: 0;
}
.folding-bar-list .sec-grid-list-2 > li {
  width: 50%;
}
.folding-bar-list .sec-grid-list-2 > li:nth-of-type(2n) {
  border-right: 0;
}
.folding-bar-list .sec-title {
  height: 40px;
  line-height: 40px;
  color: rgba(0,0,0,.65);
  font-size: 14px;
  text-indent: 25px;
  font-weight: 100;
  position: relative;
}
.folding-bar-list .sec-title:before {
  content: '';
  display: block;
  width: 2px;
  height: 14px;
  background: #b8b8b8;
  position: absolute;
  left: 17px;
  top: 12px;
}

.sec-con {
  border: 1px solid #ddd;
  border-width: 1px 0;
}
.sec-con > li {
  height: 40px;
  overflow: hidden;
}
.sec-con > li.current {
  height: auto;
}
.sec-con > li.current .third-title {
  height: 80px;
  line-height: 80px;
}
.sec-con > li.current .third-title:after {
  display: none !important;
}
.sec-con > li:nth-last-of-type(1) .sec-grid-list li, .sec-con > li:nth-last-of-type(1) .third-title {
  border-bottom: 0;
}
.sec-con li.more .third-title {
  position: relative;
}
.sec-con li.more .third-title:after {
  content: '';
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: block;
  width: 5px;
  height: 5px;
  border: 5px solid #000;
  border-color: transparent #d5d5d5 #d5d5d5 transparent;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.third-title {
  color: #107add;
  width: 20%;
  float: left;
  border: 1px solid #ccc;
  border-width: 0 1px 1px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 100%;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.listnn{
  overflow: hidden;
  clear: both;
  height: auto !important;
}
.listnn dt,.listnn dd{
  float: left;
  width: 33.3333%;
text-align: center;
border-color: #ccc;
border: 1px solid #d9d9d9;
border-top: none;
border-left: none;
box-sizing: border-box;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.listnn dt{
  height: 80px;
line-height: 80px;
}
.listnn dd{
  height: 40px;
line-height: 40px;

}
.listnn dd:nth-child(3),.listnn dd:nth-child(5){
  border-right: none;
}

.listasol{
  border-top: none !important;
  overflow: hidden;
}
.listasol li{
  height: 40px;
line-height: 40px;
box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 0 6px 0 21px;
  overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 11px;
}
.listasol li img{
  width: 16px;
  height: 16px;
  position: relative;
  top: -2px;
  margin: 0 5px 0 0;
}


@media all and (orientation:landscape) {
.site-nav-list > li {
width: 25%;
}
.site-nav-list > li:nth-child(3n){
  border-right-width: 1px;
}
.site-nav-list > li:nth-child(4n){
  border-right-width: 0px;
}
.site-nav-list > li:nth-child(4){
  border-top-width: 0px;
}
}
