.equipment-context {
    overflow: hidden;
}
.equipment-main {
    margin-top: 206px;
    /* background: yellow; */
    padding: 1px 0 0 20px;
    /* float: left; */
    width: calc(100vw - 190px);
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #8d97ad;
}
.equipment {
    height: 263px;
    width: 100%;
    margin-bottom: 0.8em;
    background-color: #FFFFFF;
    box-shadow: 0 3px 11px -1px rgb(110 110 110 / 40%);
    border: 1px solid #efefef;
}
.eq-poster{
    float: left;
    width: 240px;
    height: 100%;
    /* background-color: blue; */
}
.eq-poster-name{
    background-color: #fff;
    text-align: center;
    width: 100%;
    line-height: 50px;
    color: #000;
}
.eq-poster img{
    width: 100%;
    height: 208px;
}
.eq-table{
    float: left;
    height: 100%;
    width: calc( 100vw - 460px );
    overflow: auto;
    border: none;
}
.eq-table .title {
    background-color: #fff;
    height: 45px;
    /*div文字两行显示，超出显示省略号*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /*div文字两行显示，超出显示省略号*/
    color: #888;
    line-height: 21px;
    margin-top: 3px;
}

.eq-table .table-border th,
.eq-table .table-border td {
    border-bottom: 1px solid #ddd !important;
}
/**  table   **/
.eq-table table, td{
    font:100% Arial, Helvetica, sans-serif;
}
.eq-table table{
    width:100%;
    border-collapse:collapse;
    margin:0em 0;
    table-layout:fixed;
    word-wrap:break-word;
}
.eq-table th, td{
    text-align:left;
    padding:.2em;
    border:none;
}
.eq-table th{
    background:#328aa4 ;
    color:#fff;
}
.eq-table td{
    background-color: #FFFFFF;
    width:100%;
    word-break:keep-all;/* 不换行 */
    white-space:nowrap;/* 不换行 */
    overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
/* tablecloth styles */
/* tbody tr:nth-child(even){
    background:#e5f1f4;
  } */
  
/* tbody tr:hover{
    background:#BDC3C7;
    color:#FFFFFF;
} */




.m-l-20 {
    margin-left: 20px;
}

.m-l-20 h6 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: orange;
}

.m-l-20 h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.2rem;
    margin-top: 0;
    color: #3e4555;
    font-family: "Montserrat", sans-serif;
}

.m-l-20 p {
    margin-top: 0;
    margin-bottom: 0rem;
}

.m-l-20 .small, small {
    font-size: 80%;
    font-weight: 400;
}


.eq-table table tr:last-child td {
    border-bottom: 0px !important;
}


.equipment:hover {
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.equipment:hover ::before{
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.equipment:hover ::after{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
    -moz-transform:skew(8deg) rotate(3deg);
    -ms-transform:skew(8deg) rotate(3deg);
    -o-transform:skew(8deg) rotate(3deg);
    transform:skew(8deg) rotate(3deg);
}

.banner-innerpage {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    width: calc(100vw - 120px);
    height: 200px;
    float: left;
    height: 200px;
    background: #39c url(images/deskDanner.jpg) center no-repeat;
    background-size: cover;
    animation: slide 30s infinite linear;
}
.banner-innerpage .title {
    color: #ffffff;
    /* text-transform: uppercase; */
    font-weight: 700;
    font-size: 40px;
    line-height: 300px;
    text-align: center;
}
.btn-seek {
    margin-left: 20px;
}
.equipment-hi {
    margin-top: 10px;
    padding: 0px;
    width: calc(100vw - 40px);
}
.eq-table-hi {
    width: calc( 100vw - 300px );
}
.save {
    background-image: url(../../images/save.png);
    !important: ;
}
.close {
    background-image: url(../../images/close.png);
    !important: ;
}
.btn-seek2{
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left : 20px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-seek2-blue{
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-seek2:hover{
    cursor: pointer;
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
