/* BASIC css start */
/* °í°´¼¾ÅÍ */

.cs-tab-wrap {
    margin: 10px 0px 0px;
    border-width: 2px 1px 1px;
    border-style: solid;
    border-color: #303030 #e6e6e6 #e6e6e6;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.cs-tab-wrap .cs-header {
    border-bottom: 1px solid #e6e6e6;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.cs-tab-wrap .cs-header .pull-left {
    width: 50%;
    position: relative;
    margin: 20px 0px;
}

.cs-tab-wrap .cs-header .cs-center {
    background: url(/design/midasb/wib_m/img/icon/icon-phone.png) no-repeat 23px center;
    background-size: 31px;
}

.cs-tab-wrap .cs-header .cs-center:after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #e6e6e6;
    position: absolute;
    top: 0;
    right: -2px;
}

.cs-tab-wrap .cs-header .cs-center p {
    color: #303030;
    font-size: 13.5px;
    text-indent: 66px;
}

.cs-tab-wrap .cs-header .cs-center a {
    display: block;
    font-size: 18px;
    color: #0a0a0a;
    font-weight: bold;
    text-indent: 66px;
    margin-top: 5px;
}

.cs-tab-wrap .business-hour ul li {
    font-size: 11px;
    color: #303030;
    margin-bottom: 5px;
    text-indent: 17px;
    line-height: 1;
    font-weight: 500;
}

.cs-tab-wrap .cs-tab-list {
    padding: 2.5px;
    background: #fff;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.cs-tab-wrap .cs-tab-list ul li {
    width: calc(33.333% - 5px);
    margin: 2.5px;
    float: left;
}

.cs-tab-wrap .cs-tab-list ul li a {
    display: block;
    line-height: 30px;
    color: #303030;
    font-size: 13px;
    text-align: center;
    background: #ededed;
}

.cs-tab-wrap .cs-tab-list ul li a.current {
    background: #303030;
    color: #fff;
}

.cs-tab-wrap .cs-tab-list2 {
    padding: 2.5px;
    background: #fff;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.cs-tab-wrap .cs-tab-list2 ul li {
    width: calc(100% - 5px);
    margin: 2.5px;
    float: left;
}

.cs-tab-wrap .cs-tab-list2 ul li a {
    display: block;
    line-height: 30px;
    color: #ef1616;
    font-size: 13px;
    text-align: center;
    background: #ededed;
}

.cs-tab-wrap .cs-tab-list2 ul li a.current {
    background: #303030;
    color: #fff;
}
/* Ä¿¹Â´ÏÆ¼ ÅÇ */

.community-tab-wrap {
    padding: 10px 7px 4px;
    border-bottom: 1px solid #e0e0e0;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.community-tab-wrap ul li {
    width: calc(33.333% - 6px);
    margin: 0px 3px 6px;
    float:left;
}

.community-tab-wrap ul li a {
    display: block;
    line-height: 43px;
    color: #303030;
    font-size: 13px;
    text-align: center;
    background: #ededed;
}

.community-tab-wrap ul li a.current {
    background: #303030;
    color: #fff;
}

#wrap .top {
    display: none !important;
}

/* BASIC css end */

