/*        network.html->HCH&GROUP
=========================================================================================== */
.Section {
  clear:both;
}

.hidden {
  display: none;
}



/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}




/*************** SCROLLBAR MAC OS X ***************/

.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div
{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track { display: none; }
.scrollbar-macosx > .scroll-element .scroll-bar {
    background-color: #6C6E71;
    display: block;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}


.scrollbar-macosx > .scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar { height: 7px; min-width: 10px; top: -9px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar { left: -9px; min-height: 10px; width: 7px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer { left: 2px; }
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size { left: -4px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer { top: 2px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size { top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }



#networkArea {
  display: block;
}
#networkArea div.flexBox {
  display: flex;
  flex-direction: row-reverse;
}
#networkArea ul.mode {
  text-align: right;
  margin-bottom: 10px;
}
#networkArea ul.mode li {

  display: inline-block;
  margin-left: 5px;
}
#networkArea ul.mode li a {
  display: block;
  line-height: 25px;
  cursor: pointer;
  vertical-align: top;
  color: #ccc;
}
#networkArea ul.mode li a:hover {
  color: #333;
}
#networkArea ul.mode li a span.icons {
  display: inline-block;
  float: left;
  margin: 4px 3px 0 0;
  width: 25px;
  height: 22px;
  background-image: url("/image/ml_portal/new_version/network/icon_mode_x2.png");
  background-size: 50px 65px;
  background-repeat: no-repeat;
}
#networkArea ul.mode li a span.iconMap {
  background-position: 0 -22px;
}
#networkArea ul.mode li a:hover span.iconMap {
  background-position: 0 0;
}
#networkArea ul.mode li a.active span.iconMap {
  background-position: 0 -44px;
}

#networkArea ul.mode li a span.iconList {
  background-position: -25px -22px;
}
#networkArea ul.mode li a:hover span.iconList {
  background-position: -25px 0;
}
#networkArea ul.mode li a.active span.iconList {
  background-position: -25px -44px;
}

#networkArea ul.mode li a.active {
  color: #c02;
}

#networkArea ul.split4 {
  margin: 0 0 20px;
}
#networkArea ul.split4 li {
  float: left;
  width: 25%;
  padding: 0 0 10px;
}

#networkArea #filter {
  position: relative;
  width: 35%;
  min-width: 400px;
  margin-top: 20px;
}
#networkArea #filter section {
  position: -webkit-sticky;
  position: sticky;
  top:10px;
  margin-left: 25px;
}
#networkArea #filter p {
  display: block;
  height: 60px;
  background: #bfbfbf;
  text-align: center;
}
#networkArea #filter p span {
  line-height: 60px;
  color:#333;
  font-size: 120%;
  font-weight: 900;
}
#networkArea #filter ul.selector {
  background: #f2f2f2;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;

}
#networkArea #filter ul.selector li {
  width: calc(100% / 2);
  line-height: 25px;
  /* width: 49%; */
  /* float: left; */
}
#networkArea #filter ul.selector li a {
  display: inline-block;
  margin: 3px 0px 3px 10px;
  padding: 5px;
  font-size: 83%;
  text-decoration: none;
  color: #525252;
  cursor: pointer;
}
#networkArea #filter ul.selector li a span {
  margin: 0 25px 0 10px;
}
#networkArea #filter ul.selector li a:hover {
  background: #FFF;
  padding: 4px;
  border: 1px solid #c2c2c2;
  border-radius:20px;
}
#networkArea #filter ul.selector li.checked a {
  color: #c02;
  background: #FFF url("/image/ml_portal/new_version/uncheck.png") right 10px center no-repeat;
  padding: 4px;
  border: 1px solid #c2c2c2;
  border-radius: 25px;
}
#networkArea #filter ul.selector li.checked a:hover {
  border: 1px solid #c20;
}

#networkArea #filter .areaSearch ul{
  display: flex;
  flex-wrap: wrap;
}

#networkArea #filter .areaSearch ul li {
  width: calc(100% / 4);
}
#networkArea .mainList {
  display: block;
  width: 65%;
  min-height: 700px;
}
#networkArea .mainList #keywordSearch {
  position: relative;
  border: 10px solid #ccc;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#keywordSearch #wordFilter {
width: 100%;
padding: 10px 100px 10px 40px;
background: url("/image/cn/r1/icon/icon_navi_search.gif") 5px center no-repeat;
background-size: 30px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}
#keywordSearch .confirm {
position: absolute;
top: 0;
right: 0;
width: 100px;
padding: 10px;
color: #FFF;
font-size: 100%;
background: #e60027;
border: 0;
}

#vlist {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 30px;
}
#vlist h2 {
  position: relative;
  font-weight: 900;
  width: 80px;
  left: 0;
  background: none;
}
#vlist .corp div {
  padding: 20px 0 0 0;
  border-top: 1px solid #ccc;
}
#vlist .corp ul {
  position: relative;
  width: auto;
  left: 0;
  top: -45px;
  right: 0;
}
#vlist .corp ul li {
  margin-left: 90px;
}
#vlist .corp ul li a span strong {
  display: inline-block;
  color: #c02;
  text-decoration: underline;
}
#vlist #showKey {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  width: 120px;
  height: 120px;
  background: rgba(0,0,0,.5);
  color: #FFF;
  line-height: 120px;
  text-align: center;
  font-size: 40px;
  border-radius: 20px;
  box-sizing:border-box;
  -moz-box-sizing:border-box; /* Firefox */
  -webkit-box-sizing:border-box; /* Safari */
  -webkit-touch-callout: none; /* Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none;
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none;
  user-select: none;
}
#vlist p.error {
  line-height: 2;
  color: #c00;
}


  #vListBar {
    position: absolute;
    right: 0px;
    bottom: 0;
    top: 10px;
    width: 54px;
    z-index: 999;
  }
    #vListBar ul {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      margin: 0;
      right: 0;
      padding: 8px;
      list-style:none;
      background: rgba(235,235,235,.1);
      border-radius: 27px;
      box-sizing:border-box;
      -moz-box-sizing:border-box; /* Firefox */
      -webkit-box-sizing:border-box; /* Safari */
    }
    #vListBar ul.actived {
      background: rgba(235,235,235,1);
    }
      #vListBar ul li {
        display: block;
        height: 25px;
        margin: 0;
        padding: 0;
        list-style:none;
      }
        #vListBar ul li a,
          #vListBar ul li a i {
            display: block;
            line-height: 25px;
            color: #e60027;
            font-size: 0.7em;
            font-weight: 500;
            font-style: normal;
            text-align: center;
            text-decoration: none;
            cursor: pointer;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
          }
          #vListBar ul li a:hover * {
            color: #000;
          }

          #vListBar ul li.shortCut a i {
            display: block;
            font-size: 1.3em;
          }
          #vListBar ul li.shortCut a span {
            display: none;
          }




/* Network_Tab & BaiduMap*/

#corpInfo {
  display: block;
  position: relative;
  width:100%;
}
    #corpInfo #allmap {
      border: 5px solid #DDD;
      font-size: 90%;
      height: 600px;
      padding: 3px;
      width: auto;
      position: relative;
    }
    #corpInfo .Section {
      display: none;
    }

#titleStyle {
  background: none;
  height: 30px;
  width: 260px;
}
#titleStyle span {
  margin: 0 0 0 -20px;
}
#allmap .BMap_bubble_content strong {
  line-height: 2;
}
#allmap .BMap_bubble_content .iw_poi_content {
  line-height: 1.4;
  font-size: 85%;
}
#allmap .BMap_pop {
  margin-bottom: -20px;
}
.baiduMap {
  width: auto;
  height: 460px;
  display: block;
  margin: 0 0 20px;
}

#mapView {
  display: none;
}
    #mapView.tabShow {
      display: block;
    }
#mapWrap {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 550px;
  margin: 0 0 30px;
}
    #mapWrap * {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
    }
    #mapWrap #dituContent {
      position: absolute;
      left: 0;
      width: 100%;
      height: 550px;
      min-height: 550px;
      border: 1px solid #ccc;
      box-sizing:border-box;
      -moz-box-sizing:border-box; /* Firefox */
      -webkit-box-sizing:border-box; /* Safari */
    }
        #mapWrap #dituContent * {
          box-sizing: content-box;
          -moz-box-sizing:content-box; /* Firefox */
          -webkit-box-sizing:content-box; /* Safari */
        }
        #mapView #mapWrap .filterArea {
          position: relative;
          max-width: 965px;
          margin: 0;
          height: 0;
          z-index: 1;
          top: 10px;
        }
            #mapView .filterArea input {
              width: 50%;
              max-width: 320px;
              border: 5px solid #FFF;
              border-radius: 5px;

              box-shadow: 0px 5px 10px #ccc;
              padding: 5px 0 5px 40px;
              background: #f2f2f2 url("/image/cn/r1/icon/icon_navi_search.gif") 10px center no-repeat;
            }
            #mapView .filterArea .corp {
              position: absolute;
              top: 50px;
              background-color: #FFF;
              opacity: .95;
              box-shadow: 0px 5px 10px #ccc;
            }
            #mapView .filterArea .myscrollbar {
              display: block;
              width: 320px;
              max-height: 450px;
              padding: 5px 10px 5px 5px;
              margin: 5px 0;
            }
                #mapView .filterArea .myscrollbar .block {
                  margin: 0 0 10px;
                  padding: 8px 12px 8px 28px;
                  background: #fff url("/image/ml_portal/new_version/network/icon_location.png") 8px 10px no-repeat;
                  background-size: 13px 20px;
                  cursor: pointer;
                }
                    #mapView .filterArea .myscrollbar .block.hover {
                      background-color: #f2f2f2;
                    }
                    #mapView .filterArea .myscrollbar .block.actived {
                      background-color: #f2f2f2;
                      border-right: 5px solid #e60027;
                    }
                    #mapView .filterArea .myscrollbar .block p {
                      font-size: 83%;
                    }
                    #mapView .filterArea .myscrollbar .block h2 {
                      font-size: 90%;
                      background: none;
                      padding: 0;
                      font-weight: 900;
                    }
                    .JS #mapView .filterArea .myscrollbar .block h2 {
                      margin: 0;
                    }


#mapView .filterArea > ul {
  display: block;
  float: right;
  border: 5px solid #FFF;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 5px 10px #ccc;
}
    #mapView .filterArea > ul > li {
      display: inline-block;
      height: 31px;
    }
        #mapView .filterArea > ul > li > a {
          display: block;
          font-size: 83%;
          text-decoration: none;
          padding: 0 20px;
          line-height: 31px;
          border-radius: 0 5px 5px 0;
          cursor: pointer;
        }
            #mapView .filterArea > ul > li.hch > a {
              width: auto;
              border-radius: 5px 0 0 5px;
            }
            #mapView .filterArea > ul > li.active > a {
              background: #e60027;
              color: #FFF;
            }
            #mapView .filterArea > ul > li a:hover {
              background: #b1000e;
              color: #FFF;
            }

            #mapView .filterArea > ul > li.hch > ul {
              display: none;
              position: absolute;
              background: #FFF;
              opacity: .9;
              padding: 5px 0;
              margin: 0;
              border-radius: 5px;
            }
            #mapView .filterArea > ul > li.hch.active > ul {
              display: block;
            }
                #mapView .filterArea > ul > li.hch > ul > li > a {
                  display: block;
                  width: auto;
                  text-align: center;
                  font-size: 83%;
                  line-height: 2;
                  padding: 5px 20px;
                  text-decoration: none;
                }

#mapView .filterArea > ul > li.group > section {
  display: none;
  position: absolute;
  right: 0;
  width: 180px;
  background-color: #FFF;
  opacity: .9;
  box-shadow: 0px 5px 10px #ccc;
  padding: 5px 0;
  margin: 15px 0 0 -5px;
  border-radius: 5px;
  font-size: 83%;

}
#mapView .filterArea > ul > li.group.active > section {
  display: block;
}

#mapView .filterArea > ul > li.group > section a {
  display: block;
  text-align: left;
  line-height: 2;
  padding: 5px 10px 5px 35px;
  cursor: pointer;
}

#mapView .filterArea > ul > li.group > section > a {
  background-image: url("/image/ml_portal/new_version/network/filter.png");
  background-repeat: no-repeat;
  background-position: 13px 11px;
}
#mapView .filterArea > ul > li.group > section > a.active {
  background-position: 13px -55px;
  background-color: #e60027;
  color: #FFF;
  opacity: 1;
}

#mapView .filterArea > ul > li.group > section > a:hover {
  background-position: 13px -22px;
  background-color: #b1000e;
}
#mapView .filterArea > ul > li.group > section > a strong {
  display: inline-block;
  float: right;
  border: 0;
  margin: 3px 0 0 3px;
  width: 18px;
  height: 18px;
  background: #FFF url("/image/ml_portal/new_version/network/uncheck.png") 5px 5px no-repeat;
  border-radius: 18px;
}
#mapView .filterArea > ul > li.group > section ul li.checked {
  font-weight: 900;
  color: #e60027;
}


.BMapLib_SearchInfoWind table,
.BMapLib_sms_pnl_phone table {
  margin: 0;
}
.BMapLib_nav_tab_content table th,
.BMapLib_nav_tab_content table td,
.BMapLib_sms_pnl_phone table th,
.BMapLib_sms_pnl_phone table td {
  padding: 0;
  border: 0;
  font-size: 100%;
}
.BMapLib_nav_tab_content li {
  padding: 0;
}
.BMapLib_SearchInfoWindow .BMapLib_bubble_title div {
  margin-top: 5px;
}
.BMapLib_sms_pnl_phone {
  background: #FFF;
  padding: 15px;
}
.BMapLib_sendToPhone {
  display: none;
}
.anchorBL {
  display: none;
}



/* HCH Corprator & Branch informations */


.HCHBranch {
  display: block;
}

.HCHBranch .TabNavi li a, .HCHBranch .CategoryNavi li a {
  padding: 12px 12px 0;
}

.HCHBranch #BMap {
  clear: both;
  width: 100%;
  height: 500px;
  margin: 20px 0;
  background: #eee url("/image/ml_portal/new_version/network/spinner.gif") center center no-repeat;
}
.HCHBranch #BMap p {
  padding: 50px;
  text-align: center;
}
.HCHBranch .corpInfo {
  top: 0;
  padding: 0 5px;
}
.HCHBranch .corpInfo strong {
  display: inline-block;
  width: 60px;
}

.HCHBranch .Branch {
  margin: 20px 0 0;
}
.HCHBranch h3 {
  font-size: 120%;
  font-weight: 900;
  line-height: 2;
}
.HCHBranch .Section div.info {
  width: 45%;
  float: left;
  line-height: 2;
}

.HCHBranch .Section div.baiduMap > div {
  display: block;
  width: 100%;
  height: 300px;
  background: #eee;
  text-align: center;
}
.HCHBranch .branch .branchBlock {
  display: block;
  clear: both;
}




/* for - 767px
=========================================================================================== */

@media screen and (max-width: 994px) {


    #networkArea #filter {
      width: 100%;
      min-height: 345px;
      float: none;
      margin-top: 0;
    }

    #networkArea div.flexBox {
      display: flex;
      flex-direction: column;
    }
    #networkArea #filter section {
      position: relative;
      margin: 0 0 25px;
    }
        #networkArea #filter p {
            height: 40px;
            text-align: left;
        }
            #networkArea #filter p span {
                line-height: 40px;
                font-size: 100%;
                margin-left: 15px;
            }

    #networkArea #filter ul.selector {
        padding: 10px 0;
    }

    #networkArea .mainList {
        float: none;
        width: 100%;
    }
    .HCHBranch .CategoryNavi li a {
      padding: 12px 0 0;
    }
}

/* for - 767px
=========================================================================================== */

@media screen and (max-width: 767px) {

    #networkArea ul.mode li a span.icons {
      display: none;
    }
    #networkArea ul.split4 li {
      width: 50%;
    }

    #networkArea #filter ul.selector li a {
        margin: 3px 8px;
        padding: 4px;
        font-size: 79%;
    }
    #networkArea #filter ul.selector li a:hover {
        background: none;
        border: none;
        border-radius:none;
    }
    #networkArea #filter ul.selector li.checked a {
        padding: 3px;
        border-radius: 20px;
    }

    #networkArea #filter {
      min-width: auto;
    }
    #vListBar ul {
      padding: 5px;
      border-radius: 24px;
    }
    #vlist h2 {
      left: 15px;
      font-size: 90%;
    }
    #vlist .corp ul li {
      margin-left: 50px;
    }
    ul.AnnotationsStyle1 li, ul.AnnotationsStyle2 li {
      font-size: 83%;
    }
    .HCHBranch .CategoryNavi li a {
      padding: 12px;
    }
}
