*{margin:0;padding: 0;list-style: none;box-sizing: border-box;}
a{text-decoration:none; }
.clearfloat{clear: both;}
.container{
    width: 2000px;
    margin: 0 auto;
    height: 100%;

}
.main{

}
.top{
    background-image:url(../image/pclunbo.png);
    background-repeat:no-repeat ;
    background-size: 100% 100%;
    height:655px;
}
.head{
    height:60px;
    background-color: #fff;
    /* opacity: 0.95; */
    position: fixed;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0  6px 0 #d8d8d8;
}
.logo{
    height: 60px;
    float: left;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    /* color:#ffffff ; */
    line-height: 60px;
}
.footer-tab{
    width: 100%;

}
.footer-tab li{
    display: inline-block;
    padding: 10px 20px;
}
.footer-tab li a{
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
.nav{
    /* float: right; */
    display: inline-block;
    height: 60px;
}
.nav ul{
    margin-top:16px;
}
.div-null{
    width: 100%;
    height: 40px;
}
.nav ul li{
    font-size: 14px;
    float: left;
}
.nav ul li a:hover{
    border-top: 3px solid salmon;
}

.nav ul li.active a{
    /* border-radius: 18px; */
    background-color: #fff;
    color: #333;
}
.nav ul li a{
    color: #000;
    padding: 8px 26px;
    margin: 0 0.5px;
}

.content {
    width: 100%;
    min-height: 800px;
}
.showdes{
    height: 76px;
    background-color: #fff;
    padding:15px 0px 5px 30px;
    /*transform: translateY(-80px);*/
    box-sizing: border-box;
}
.showdes .showName{
    font-size: 16px;
    color: #666666;
}
.showdes .watchNum{
    font-size: 12px;
    color: #999999;
    margin-top: 5px;
}
.login-li{
    background-color: #13df81;
    padding: 6px 0;
    margin-top: -5px;
    border-radius: 6px;
   
}
.login-li a{
    color: #fff !important;
}
.showdes .clickIn{
    width: 36px;
    height: 36px;
    background-color: #13df81;
    border-radius:50% ;
    float: right;
    position: relative;
    top: -37px;
    right: 20px;
    text-align: center;
    font-size: 25px;
    color: #fff;
}
.showdes .clickIn span{
    left: 10px;
    position: absolute;
}
.footer{
    min-width: 1200px;
    /* min-height:93px; */
    padding: 20px 0;
    background-color: #f1f1f1;
    border-top: 2px solid #666;
    text-align: center;
}
.footer p{
    color: #000;
    font-size: 12px;
    line-height: 28px;
}