.blue_de{
    position: relative;
    text-decoration: underline;
    color: #0baee4;
    cursor: pointer;

}
.table-details .table-body .q_shuo{
    position: absolute;
    background: #fff;
    width: 200px;
    z-index: 2000000009;
    font-size: 14px;
    right: -145px;
    padding-left: 15px;
    border-radius: 5px;
    border: 1px solid #B9000F;
    height: auto;
    min-height: 40px;
    text-align: left;
    line-height: 26px;
    padding-top: 10px;
    display: none;


}
.blue_de:hover  .q_shuo{
    display: inline-block !important;
}
.table-details .table-body .q_shuo1{
    -webkit-transform: rotate(45deg) translate(6px, 6px);
    transform: rotate(45deg) translate(6px, 6px);
    content: '';
    display: block;
    width: 14px;
    top:3px;
    left:-9px;
    height: 14px;
    background: #fff;
    position: absolute;
    border: 1px solid #B9000F;
    border-right: 0;
    border-top: 0;
}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.drive-item{
    border: 1px solid #e5e5e5;
    padding: 20px 50px;
    border-radius: 5px;
}
.drive-title{
    padding: 15px 0;
    font-size: 20px;
    color: #B70005;
}
.drive-item .drive-details{
}
.drive-item .drive-details .title{
    font-weight: bold;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}
.autocomplete-container{
    width: 382px!important;
}
.btn-download{
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    color: #fff;
    background: #B70005;
    padding: 10px 20px;
    border-radius: 4px;
    margin-top: 10px;
    float: right;
}
.btn-download:hover{
    color: #fff;
}
.search_content{
    width: 1200px;
    margin: 20px auto;
    background-color: #000;
    border-radius: 5px;
}
.search_content>.tab{
    border-bottom: 1px solid #e6e6e6;
    color: #999;
    background-color: #000;
}
.search_content>.tab>.tab-item{
    position: relative;
    font-size: 18px;
    display: block;
    padding: 20px;
    margin: 0 20px;
    float: left;
    cursor: pointer;
    outline: none;
}
.search_content>.tab .active{
    color: #00effa;
}
.search_content>.tab_content>li{
    padding-top: 50px;
}
.search_content>.tab-item.active i{
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #B70005;

    bottom: 0;
    left: 0;
}
.proposal-box{
    max-height: 400px;
    overflow-y: auto;
    width: 318px;
    top: 50px;
}
:focus {
    outline: none;
}
#message {
    margin-top: 40px;
    margin-bottom: 50px;
    font-size: 20px;
    text-align: center;
}
.sys_tab>ul{
    display: inline-block;
}
.sys_tab>ul>.tab-item{
    float: left;
    padding: 10px 20px;
    margin: 10px;
    background: #fafafa;
    border: 1px solid #d9d9d9;
    cursor: pointer;
}
.sys_tab>ul>.tab-item.active{
    border: 1px solid #B70005;
}
.sys_tab label{
    display: block;
    color: #B70005;
}
.table-title{
    background: #000;
    border: 1px solid #ddd;
    padding-bottom: 10px;
    box-sizing: border-box;
}
body{
    color: #fff;
}
.table-title span{
    display: inline-block;
    width: 299px;
    text-align: center;
    height: 40px;
    line-height: 50px;
}
.table-details .table-body{
    border: 1px solid #e5e5e5;
    border-bottom: none;
}
.table-details .table-body:hover{
   background: #333333;
}
.table-details .table-body:last-of-type{
    border: 1px solid #e5e5e5;
}
.table-details .table-body span{
    display: inline-block;
    width: 296px;
    text-align: center;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 40px;
}
.waishe{
    text-align: center;
}
.table-details .table-body span:nth-of-type(3) a{
    color: #8c8c8c;
}
.table-details .table-body span:nth-of-type(3) a:hover{
    color: #00effa;
}
.table-details{

}
.selectList1,.selectList2{width:615px;margin:10px auto; position: relative}
.down_all{
    position: absolute;
    right: -300px;
    top:-20px;
}
.down_all:hover{
    color: #fff!important;
}
.selectList1 select,.sys1_sel,.selectList2 select{width:150px;padding: 5px}
.autocomplete-container {
    position: relative;
    width: 283px;
    height: 32px;
    margin: 0 auto;
}

.autocomplete-input {
    padding: 9px;
    border-radius: 3px;
    font-family: inherit;
    float: left;
    font-size: 1em;
    border: 1px solid rgba(0, 0, 0, 0.19);
    margin: 0;
}

.autocomplete-button {
    font-size: 18px;
    font-family: inherit;
    border: none;
    background-color: #00effa;
    color: white;
    padding:0 9px;
    float: left;
    cursor: pointer;
    border-radius: 0px 3px 3px 0px;
    transition: all 0.2s ease-out 0s;
}

.autocomplete-button:HOVER {
    background-color: #00effa;
}

.proposal-box {
    position: absolute;
    height: auto;
    border-left: 1px solid rgba(0, 0, 0, 0.11);
    border-right: 1px solid rgba(0, 0, 0, 0.11);
    left: 0px;
}

.proposal-list {
    list-style: none;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.44);
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.proposal-list li {
    text-align: left;
    padding: 5px;
    font-family: inherit;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    height: 25px;
    line-height: 25px;
    background-color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

li.proposal.selected {

    background-color: rgba(0, 239, 250, 0.52);
    color: #fff;
}
#banner .dots { position: absolute; left: 0; right: 0; bottom: 20px;}
#banner .swiper-pagination-bullet
{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-indent: -999em;
    border: 1px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}
#banner .swiper-pagination-bullet li.active
{
    background: #fff;
    opacity: 1;
}
#banner .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:1;background:#00eef3;}
.win11_64{
    background-color: #000;
} 

.win10_64{
    background-color: #000;
} 
.win10_32{
    background-color: #000;
} 
.win8_64{
    background-color: #000;
} 
.win8_32{
    background-color: #000;
} 
.win7_64{
    background-color: #000;
} 
.win7_32{
    background-color: #000;
} 
