*{
	font-size:14px;
	font-family:微软雅黑;
}
#VueBox {
    width: 1000px;
    margin: auto;
}
.videodiv {
    display: inline-block;
    width: 100%;
}
.video_tab li {
    display: inline-block;
    padding: 5px 5px;
    min-width: 65px;
    text-align: center;
    float: left;
    height: 30px;
    cursor: pointer;
    padding-left: 20px;
}
.video_tab li:first-child{
	margin-left:15px;
}
.zj {
    background: url(../../../pubclic/image/icon-zj.png) no-repeat 1px 5px;
    background-size: 18px 18px;
}
.xsp {
    background: url(../../../pubclic/image/icon-xsp.png) no-repeat 1px 5px;
    background-size: 18px 18px;
}
li.active {
    border: 1px solid #dad9d9;
    border-bottom: 2px solid #ffffff;
    color:#da2a2a;
}
.active.zj{
	  background: url(../../../pubclic/image/icon-zj-red.png) no-repeat 1px 5px!important;
	   background-size: 18px 18px!important;
}
.active.xsp{
	  background: url(../../../pubclic/image/icon-xsp-red.png) no-repeat 1px 5px!important;
	   background-size: 18px 18px!important;
}
ul.video_tab {
    list-style: none;
    display: block;
    margin: 10px 0px;
    border-bottom: 1px solid #dad9d9;
    height: 30px;
}


/*视频模块*/
.perVideo {
    display: inline-block;
    border: 1px solid #ececec;
    width: 230px;
    position: relative;
    float: left;
    margin: 5px;
}
img.v_img {
    display: block;
    height: 150px;
    width: 100%;
}
.v_price {
    display: inline-block;
    position: absolute;
    background: #FF9800;
    top: 0;
    right: 0;
    color: white;
    font-size: 13px;
    min-width: 30px;
    text-align: center;
    padding: 1px;
}
.v_price:after {
    content: "";
    border-bottom: 0px;
    border-right: 8px solid #ff9800;
    border-top: 10px solid transparent;
    display: inherit;
    position: absolute;
    left: -8px;
    /* top: 0px; */
    margin-top: -9px;
}
 
.v_price:before {
    content: "";
    border-top: 0px;
    border-right: 8px solid #ff9800;
    border-bottom: 10px solid transparent;
    display: inherit;
    position: absolute;
    left: -8px;
    top: 0px;
}
.fee {
    background: #2196F3!important;
}
.fee:after {
    content: "";
    border-bottom: 0px;
    border-right: 8px solid #2196F3!important;
    border-top: 10px solid transparent;
    display: inherit;
    position: absolute;
    left: -8px;
    /* top: 0px; */
    margin-top: -9px;
}
.fee:before {
   content: "";
    border-top: 0px;
    border-right: 8px solid #2196F3!important;
    border-bottom: 10px solid transparent;
    display: inherit;
    position: absolute;
    left: -8px;
    top: 0px;
}
.v_name {
    display: block;
    background: #efefef;
    height: 40px;
    overflow: hidden;
}
.v_name span {
    display: inline-block;
    width: 195px;
    font-size: 12px;
    padding: 3px;
    height: 40px;
    overflow: hidden;
    float: left;
}
.start {
    display: inline-block;
    width: 30px;
    min-height: 30px;
    height: auto;
    background: url(../../../pubclic/image/start.png) no-repeat 0px 0px!important;
    border: 0;
    vertical-align: top;
    margin-top: 5px;
    cursor: pointer;
    float: left;
}
