* {
    margin: 0;
    padding: 0;
    list-style: none;
}

html {
    position: relative;
    min-height: 100%;
    font-style: 12px;
}
h2,h3,h4,h5,h6{
    font-weight: 500;
    font-size: 12px;
}
i,em{
    font-style: normal;
}

body {
    font-family: Microsoft Yahei, sans-serif !important;
    background: #fff;
    color: #666666;
    margin-bottom: 100px;
    min-height: 100%;
}

input:hover,input:focus{
    border: none;
}
textarea:focus,textarea:hover{
    border: none;
}

[v-cloak] {
    display: none;
}

/* iview组件中星星样式 */

.video-js .vjs-tech {
    position: relative !important;
}

/* 头部样式 */
.head__nav{
    width: 100%;
    height: 95px;
    border-bottom: 2px solid #87cdea;
    margin-bottom: 12px;
    padding-top: 10px;

}
.nav__logo{
    width: 267px;
    height: 70px;
}
.nav__con{
    width: 1200px;
    height: 85px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}
.con__left{
    width: 100%;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav__image{
    width: 560px;
    height: 80px;
}
.nav__image img{
    width: 100%;
    height: 100%;
}
.nav__list{
    height: 85px;
    display: flex;
    align-items: center;
}
.nav__list li{
    border-right: 1px solid #ccc;
}
.nav__list li a{
    padding: 0 15px;
    font-style: none;
    text-decoration: none;
    color: #777;
    font-size: 14px; 
}
.nav__list li a:hover{
    color: #0695f5;
}

.con__right a{
    color: #337ab7;
    text-decoration: none;
    font-size: 14px;
}
.con__right a:hover{
    color: #0695f5;
}
.main__banner{
    width: 100%;
    height: 204px;
    background: #c2dae6;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.main__banner img{
    width: 1080px;
    height: 204px;
   
}



/*  */
.main__wrap {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 200px;
}

.main__wrap-left {
    width: 900px;

}

.main__wrap-right {
    width: 280px;
}

.wrap__title {
    width: 100%;
    height: 48px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    line-height: 48px;
    margin-bottom: 16px;
    color: #33485d;
    font-weight: 600;
}

.wrap__title-bordernone {
    width: 100%;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    color: #33485d;
    font-weight: 600;
}
/* 资源名称 */
.res__name {
    margin-bottom: 24px;
}
.res__name li{
    line-height: 14px;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.res__name li em{
    color: #ccc;
    padding: 0 5px;
}

/* 按钮 */
input[type=button]{
    width: 85px;
    height: 28px;
    background: #55B3E9;
    color: #fff;
    border-radius: 5px;
    border: none;
    cursor: pointer;

}

.res__box {
    width: 900px;
    height: 600px;
    margin-bottom: 20px;
    background: #333;
}
/* 对资源的操作 */
.res__opertion{
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.opt__right{
    display: flex;
    justify-content: space-between;

}
.opt__rate{
    width: 210px;
    height: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 20px;
   
}
.opt__rate  h5{
    font-size: 14px;
    height: 16px;
}
.opt__right h3:nth-child(1){
    margin-right: 20px;
    
}
.opt__right h3{
    display: flex;
    align-items: center;
}
.opt__right img{
    width: 16px;
    height: 16px;
    margin-right: 5px;
    cursor: pointer;
}

.relevance__point{
    width: 100%;
}
.relevance__point li{
    padding: 10px 0;
    font-size: 14px;
}
.relevance__point li div{
    padding: 5px 0;
}

/* 用户评论 */
.comment__box{
    width: 100%;
    min-height: 100px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
}
.comment__item{
    width: 100%;
    min-height: 80px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
}

.comment__box .comment__item:last-child{
    border: none;
}

.cmt__item-left img{
    width: 60px;
    height: 60px;
    border-radius: 30px;
    margin-right: 20px;
}
.cmt__item-right{
width: 800px;    
word-break: break-all;
}
.cmt__item-right section{
width: 100%;
height: 30px;
display: flex;
align-items: center;
justify-content: space-between;
}
.cmt__item-right section img{
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.cmt__item-right h4{
font-size: 14px !important;
}
.cmt__item-right section i{
    font-style: 14px;
    padding: 0 5px;
    cursor: pointer;
}
.cmt__item-right section h5{
    color: #999;
}
.cmt__item-right em{
    padding: 0 5px;
    color: #ccc;
    cursor: pointer;
}

/* 您的评论 */
#textarea{
    width: 900px;
    border-radius: 5px;
    border: 1px solid #ccc;
    resize: none;
    padding: 5px;
    box-sizing: border-box;
}


/* 分页工具 */
.paging__opt{
    width: 900px;
    padding-top: 24px;
}
.paging__opt-con{
    float: right;
}

/* 贡献者 */
.contributor__box{
    width: 280px;
    height: 160px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px 5px;
    margin-bottom: 8px;
}
.contributor__box-head{
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.contributor__box-head img{
    width: 60px;
    height: 60px;
    border-radius: 30px;
    margin-right: 10px;
}
.contributor__box-con{
    display: flex;
}
.contributor__box-con li{
    width: 33.3%;
    height: 50px;
    text-align: center;
}
.contributor__box-con li h4{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.contributor__box-con li:nth-child(1),.contributor__box-con li:nth-child(2){
    border-right: 1px solid #ccc;
}
.head-head-right h2{
    font-size: 14px;
    height: 26px;
}
/* 热门下载 */
.hotdownload__list{
    width: 100%;
    margin-bottom: 8px;
}
.hotdownload__list li{
    width: 100%;
    height: 48px;
    border-bottom: 1px dashed #e5e5e5;
    display: flex;
    align-items: center;
    /* cursor: pointer; */

}
.hotdownload__list li:nth-child(1) h3{
    background: #0695f5;
    color: #fff;
}
.hotdownload__list li:nth-child(2) h3{
    background: #4ab1f5;
    color: #fff;
}
.hotdownload__list li:nth-child(3) h3{
    background: #96c9eb;
    color: #fff;
}
.hotdownload__list li h3{
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    line-height: 16px;
    text-align: center;
    margin-right: 5px;
    font-size: 14px;
}
.hotdownload__list li h4{
    font-size: 14px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.hotdownload__list li h4:hover{
   color: #55B3E9;
   text-decoration: underline;
}
/* 相关资源 */
.aboutres_list li{
    width: 100%;
    height: 48px;
    border-bottom: 1px dashed #e5e5e5;
    display: flex;
    align-items: center;
    /* cursor: pointer; */
}
.aboutres_list li h3{
    width: 3px;
    height: 16px;
    background: #0695f5;
    margin-right: 5px;
    border-radius: 10px;
    color: #0695f5;
}
.aboutres_list li h4{
    font-size: 14px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.aboutres_list li h4:hover{
    color: #55B3E9;
    text-decoration: underline;
 }

/* 举报弹出层 */
.inform__popup{
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: rgba(0,0,0,.6);
    z-index: 99;
    top: 0;
    left: 0;
}
.popup__box{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup__wrap{
    width: 500px;
    height: 400px;
    background: #fff;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 0 10px;
}
.popup__header{
    width:480px;
    height: 49px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
}
.popup__header img{
    width: 16px;
    cursor: pointer;
}
.popup__header img:hover{
    opacity: .7;
    transform: rotate(90deg);
    -ms-transform:rotate(90deg); 	/* IE 9 */
    -moz-transform:rotate(90deg); 	/* Firefox */
    -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
    -o-transform:rotate(90deg); 
}
.popup__con{
    height: 300px;
    width: 480px;
    box-sizing: border-box;
    padding: 10px 0;
}
.popup__con h2{
    color:#39976e;
}
.popup__con section{
    height: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.popup__con div{
    height: 32px;
    font-size: 12px;
    line-height: 32px;
}
.popup__con {
    font-size: 12px;
}
.popup__footer{
    width: 480px;
    height: 49px;
    border-top: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
