/*电脑适配*/
@media screen and (min-width: 800px) {
    .vedioDescSmallBox{
    }
    .vedioImage{
        max-height: 300px;
        max-width: 600px;
    }
    #detailTitle{
        line-height: 45px;
        font-size: 21px;
    }
}

@media screen and (max-width: 800px) {
    .vedioDescSmallBox{
        padding-left: 50px;
    }
    .vedioImage{
        max-width: 95%;
        max-height: 250px;
    }
    #detailTitle{
        font-size: 14px;
    }
    .vedioDesc{
        font-size: 14px;
    }
}


.vedioDesc{
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 98%;
    padding: 20px 0px;
    margin:auto;
    background: #e7ecf0;
    color: #4f4f4f;
}

.wp-video-shortcode {
    width: 100%;
    max-width: 728px;
    height: auto;
    min-height: 260px;
    max-height: 400px;
}
#detailBox{
	text-align: center;
	background-color: #fff;
    border-bottom: 3px solid #dddddd;
}

#detailBox .firstDetailImage{
    margin-top: 0px;
}
#detailDesc{
	text-align: left;
	margin: auto;
}

.vedioBox vedio{
    width: 728px;
    height: 410px;
}

#detailImageA{
    position: relative;
    display: inline-block;
}

.detailImage:hover img{
    filter:alpha(Opacity=100);
    -moz-opacity:1;
    opacity: 1;
    transform: scale(1);
}

.detailImage{
    margin-top: 30px;
}

.showLargeImage{
    max-width: 100%;
    box-shadow: rgba(0,0,0,0.5) 0px 0px 3px;
}

#detailDesc{
	color: #333;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 26px;
    margin: 10px;
    border: 1px dotted #dbdbdb;
}

#detailDesc div{
    /*padding: 10px;*/
}

#detailDesc strong{
	font-weight: bold;
}

#detailTitle{
    color: #000;
    text-align: center;
}

#detailDescBox{
    width: 100%;
    /*padding: 0px 10px;*/
}
#detailDescBigBox{
    width: 100%;
}

.vedioDescBox {
    background: #e7ecf0;
    color: #4f4f4f;
    line-height: 35px;
    margin: 10px auto;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    width: 98%;
}

.vedioDescSmallBox {
    text-align: center;
    display: inline-block;
}

.vedioNowScore {
    color: #777;
}

.clearFloat {
    clear: both;
}

.vedioDescSmallBox div {
    float: left;
    width: 150px;
    overflow: hidden;
}

.vedioDescSmallBox div font {
    color: #777;
}

.vedioDescSmallBox .actorText {
    max-width: 80px;
    color: #000;
    height: 35px;
    margin: 0px;
    float: right;
    overflow: hidden;
    text-align: left;
}

.actorText a{
    text-decoration: underline;
    color: #777;
}

.buyBox {
    width: 100%;
    text-align: center;
    height: 50px;
    margin-top: 5px;
}

.btn_buy {
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #C81C1C;
    border-color: #C81C1C;
    padding: 0.2em 1em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .09);
    margin: auto;
    display: inline-block;
}

#topVedioDescBuyBox{
    display: none;
}

.baidu a {
    color: #0000ff;
    text-decoration: underline;
}

.vedioBox{
    margin-top: 10px;
}
.vedioImage{
    margin: auto;
    max-width: 100%;
    max-height: 400px;
}
.vedioTips span {
    color: #777;
    text-decoration: underline;
}

#itemBannerDiv{
    margin-top: 20px;
    text-align: center;
}

#itemBannerDiv img{
    max-width: 100%;
}