/*css 初始化 更多精品模板请访问：http://www.bootstrapmb.com
*/
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}

/*将标签原有的默认内外边距去掉*/

fieldset, img, input, button {
    border: none; /*去掉边框*/
    padding: 0;
    margin: 0;
    outline-style: none; /*去掉环绕边框*/
}

ul, ol {
    list-style: none; /*去掉原样式中的小黑点*/
    /*ctrl+alt+l*/
}

input {
    padding-top: 0;
    padding-bottom: 0;

}

select, input {
    vertical-align: middle; /*输入字居中显示*/
}

select, input, textarea {
    font-size: 14px;
    margin: 0;
}

/**/
textarea {
    resize: none; /*防止拖动*/
}

img {
    border: 0;
    vertical-align: middle; /*  去掉图片底部默认的3像素空白缝隙*/
}

table {
    border-collapse: collapse; /*合并外边线*/
}

body {
    font-family:  Microsoft YaHei, Arial, "\5b8b\4f53";
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; /*IE/7/6*/
    /*兼容IE6下的写法*/
}

h1, h2, h3, h4, h5, h6 {
    text-decoration: none; /**/
    font-weight: normal; /*不加粗*/
    font-size: 100%;
}
a{
    text-decoration: none;
}
s, i, em {
    /*一般起装饰作用*/
    font-style: normal; /*将字体变成正常字体*/
    text-decoration: none; /*去掉中划线*/
}
.fl{
    float: left;
}
.fr{
    float: right;
}


.content{
    display:none;
    width:250px;
    height:70px;
    border-radius:10px;
    padding:20px;
    position:relative;
    top:15px;
    left:80px;
    background-color:#2F4056;
}



#cd-table .cd-unchecked span, #cd-table .cd-checked span {
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

/* --------------------------------

Main components

-------------------------------- */
#cd-table {
    position: absolute;
    width: 90%;
    max-width: 1170px;
    margin: 1em auto;
    font-size: 14px;
    font-size: 0.875rem;
    /* you may remove this border in case of dark backgrounds if it's annoying */
    border-right: 1px solid #e6e7f1;
    z-index: 99999;
    top:5%;
    left:20%
}
#cd-table::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}
#cd-table::before {
    /* White color gradient on the right */
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    height: 100%;
    width: 35px;
    background: -webkit-linear-gradient( right , white 10%, rgba(255, 255, 255, 0));
    background: linear-gradient(to left, white 10%, rgba(255, 255, 255, 0));
    z-index: 5;
    pointer-events: none;
}
.no-cssgradients #cd-table::before {
    /* remove the gradient using modernizr if css gradients are not supported */
    display: none;
}
#cd-table.table-end::before {
    /* the gradient disappears when user is at the end of the table */
    display: none;
}
#cd-table .cd-table-container {
    position: relative;
    width: 100%;
    /*overflow-x: auto;*/
    /* smooth scrolling on touch devices */
    -webkit-overflow-scrolling: touch;
}
#cd-table .cd-table-wrapper {
    width: 870px;
    /*padding-left: 120px;*/
}
#cd-table .cd-table-column {
    width: 150px;
    float: left;
    border: 1px solid #e6e7f1;
    margin-left: -1px;
}
#cd-table .cd-table-column:last-child {
    border-right: none;
}
#cd-table h2, #cd-table ul > li {
    position: relative;
    text-align: center;
    padding: 0 1em;
    border-bottom: 1px solid #e6e7f1;
    height: 42px;
    line-height: 42px;
    background-color: white;
}
#cd-table h2 {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #606272;
}
#cd-table ul > li {
    color: #787a8d;
}
#cd-table ul > li:nth-child(odd) {
    background-color: #f6f7fa;
}
#cd-table ul > li:last-child {
    border-bottom: none;
}
#cd-table .cd-unchecked span, #cd-table .cd-checked span {
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url("../img/yes-no.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 32px 16px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#cd-table .cd-unchecked span {
    background-position: -16px 0;
}
#cd-table .cd-select {
    display: block;
    height: 100%;
    width: 100%;
    font-weight: bold;
}
#cd-table header.cd-table-column {
    position: absolute;
    width: 120px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    background: #edeef1;
    margin-left: 0;
    border-color: #edeef1;
    box-shadow: 2px 0 0 rgba(0, 0, 0, 0.1);
    pointer-events: none;
}
#cd-table header.cd-table-column h2, #cd-table header.cd-table-column li {
    background-color: transparent;
    text-align: left;
    color: #6b758d;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-bottom-color: #edeef1;
}
#cd-table header.cd-table-column h2 {
    color: #6b758d;
}
#cd-table header.cd-table-column li:nth-child(odd) {
    background-color: #edeef1;
}
#cd-table header.cd-table-column li:last-child {
    border-bottom: 1px solid #edeef1;
}
#cd-table .cd-scroll-right {
    /* small right arrow that indicates it's possible to scroll right */
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    background: url("../img/small-arrow.svg") no-repeat center center;
    z-index: 6;
    -webkit-animation: cd-scroll-right 1.5s infinite;
    -moz-animation: cd-scroll-right 1.5s infinite;
    animation: cd-scroll-right 1.5s infinite;
}
@media only screen and (min-width: 870px) {
    #cd-table {
        margin: 2em auto;
        border-right: none;
    }
    #cd-table::before {
        display: none;
    }
    #cd-table .cd-table-wrapper {
        width: 100%;
        /*padding-left: 16.66667%;*/
    }
    #cd-table .cd-table-column {
        width: 20%;
        float: left;
    }
    #cd-table .cd-table-column:last-child {
        border-right: 1px solid #e6e7f1;
    }
    #cd-table header.cd-table-column {
        width: 16.66667%;
        float: left;
        background: #edeef1;
        box-shadow: none;
        pointer-events: auto;
    }
    #cd-table .cd-scroll-right {
        display: none;
    }
}
@media only screen and (min-width: 1170px) {
    #cd-table {
        margin: 4em auto;
    }
}

@-webkit-keyframes cd-scroll-right {
    0%, 100% {
        -webkit-transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(3px);
    }
}
@-moz-keyframes cd-scroll-right {
    0%, 100% {
        -moz-transform: translateX(0);
    }

    50% {
        -moz-transform: translateX(3px);
    }
}
@keyframes cd-scroll-right {
    0%, 100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(3px);
        -moz-transform: translateX(3px);
        -ms-transform: translateX(3px);
        -o-transform: translateX(3px);
        transform: translateX(3px);
    }
}

