﻿/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
    width: 0px; /*滚动条宽度*/
    height: 0px; /*滚动条高度*/
}

/*左侧内容*/
.left-container {
    /*position: absolute;*/
    overflow: auto;
    top: 60px;
    left: 0px;
    width: 340px;
    height: 80%;
    display: none;
    background-color: #fff;
    z-index: 1000;
}
.left-containerP {
    /*position: absolute;*/
    overflow: auto;
    top: 60px;
    left: 0px;
    width: 320px;
    height: 80%;
    display: none;
    text-align:left;
    background-color: #fff;
    z-index: 1000;
}

.top-header-tab {
    height: 50px;
    line-height: 50px;
    padding: 0 16px 0 0;
    width: 100%;
    border-bottom: 1px solid #DCE0E5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .top-header-tab > div {
        display: flex;
    }

    .top-header-tab .form-control {
        padding: 4px 8px;
        height: 32px;
        width: 120px;
    }
.top-header-tabP {
    height: 50px;
    line-height: 50px;
    padding: 0 16px 0 0;
    width: 100%;
    border-bottom: 1px solid #DCE0E5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .top-header-tabP > div {
        display: flex;
    }

    .top-header-tabP .form-control {
        padding: 4px 8px;
        height: 32px;
        width: 120px;
    }
.warning-btn-icon {
    background-color: #20A1E0;
    height: 50px;
    line-height: 50px;
    width: 120px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

    .warning-btn-icon i {
        margin-right: 6px;
    }

.tabBar span i {
    top: 17px;
}

.tabBar span {
    padding: 11px 4px 9px;
}

/*tab选项样式*/
.clearfix:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}
.clearfixP:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfixP {
    zoom: 1;
}
.tabBar {
    /*height: 28px;*/
    line-height: 28px;
}

    .tabBar span {
        cursor: pointer;
        display: inline-block;
        float: left;
        /*padding: 2px 4px 9px;*/
        margin: 0 40px;
        color: #36434C;
        font-size: 14px;
        position: relative;
    }

        .tabBar span i {
            
            display: inline-block;
            width: 2px;
            height: 15px;
            background: #D8D8D8;
            position: absolute;
            right: -50px;
            top: 18px;
        }

        .tabBar span:last-child i {
            display: none;
        }

        .tabBar span.current {
            
            border-bottom: 2px solid #337FE7;
            color: #337FE7;
        }
.tabBarP {
    /*height: 28px;*/
    line-height: 28px;
}

    .tabBarP span {
        cursor: pointer;
        display: inline-block;
        float: left;
        /*padding: 2px 4px 9px;*/
        margin: 0 40px;
        color: #36434C;
        font-size: 14px;
        position: relative;
    }

        .tabBarP span i {
            
            display: inline-block;
            width: 2px;
            height: 15px;
            background: #D8D8D8;
            position: absolute;
            right: -50px;
            top: 18px;
        }

        .tabBarP span:last-child i {
            display: none;
        }

        .tabBarP span.current {
            
            border-bottom: 2px solid #00ADF5;
            color: #00ADF5;
        }
.tabCon {
    display: block;
}
.tabConP {
    display: block;
}
/*tab选项样式 end*/
.panel {
    border-radius: 0px;
    margin-bottom: 0px;
    border-bottom-width: 1px;
    border-top-width: 0px;
}

.panel-body {
    padding: 10px;
}

ul .bhqimg {
    list-style: none;
    float: left;
    width: 25%; /*三列图片排列*/
}

.docs-pictures {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 50px;
    line-height: 50px;
}

    .docs-pictures > li {
        border: 1px solid transparent;
        float: left;
        margin: 0 -1px -1px 0;
        overflow: hidden;
        /*width: calc(100% / 6);*/
    }

        .docs-pictures > li > img {
            cursor: -webkit-zoom-in;
            cursor: zoom-in;
            width: 100%;
            height: 40px;
        }

.previous-design-link {
    line-height: 30px;
    padding: 10px 30px 10px 10px;
    color: #333333;
    font-size: 18px;
    border: 1px solid #ddd; 
    border-top: 0px;
    box-shadow: 0 1px 3px rgba(0,37,55,.05);
    box-sizing: border-box;
    /* float: left; */
}

.previous-design-link a {
        padding-right:12px;
        color: #333333;
        text-decoration: none;
 }
