@
.pictureBox {
    height: 308px;
    top: 1243px;
    overflow: hidden;
    background-color: #ece1ad;
}
.pictureBox .picture {
    width: 50%;
    text-align: center;
    height: 308px;
}
.pictureBox .fl .pic {
    border-right: 1px solid #c6b46f;
    height: 308px;
}
.pictureBox .fr .pic {
    border-left: 1px solid #f7f2c4;
    height: 308px;
}
.pictureBox .picture h2 {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    background-color: #d5c78c;
    color: #471002;
    margin-bottom: 16px;
}
.pictureBox .picture p {
    margin-bottom: 12px;
}
.pictureBox .picture p a {
    display: block;
    width: 82.7%;
    margin: 0 auto;
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.pictureBox .picture p a:hover {
    -ms-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
.pictureBox .picture p img {
    width: 100%;
    height: auto;
}
.pictureBox .picture a.upload {
    display: block;
    width: 83px;
    margin: 0 auto;
    text-align: center;
    background-color: #d5c78c;
    border: 1px solid #b7a249;
    border-radius: 4px;
    color: #363636;
    height: 26px;
    line-height: 26px;
}
.pictureBox .picture a.upload:hover {
    width: 100px;
}
#playTips {
    clear: both;
    height: 20px;
    line-height: 20px;
    padding: 60px 0;
    font-size: 16px;
    color: #8d4d23;
}
/*遮罩層*/
#mask {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 100;
}
/*視頻彈窗*/
.popbox {
    display: none;
    width: 868px;
    height: 488px;
    padding: 11px;
    background: url(popboxbg.gif) 0 0 no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -255px 0 0 -445px;
    z-index: 101;
}
.popbox .close {
    position: absolute;
    top: -26px;
    right: 0px;
    width: 37px;
    height: 37px;
    background: url(close.jpg) left top no-repeat;
}
.popbox .popcontbox {
    width: 868px;
    height: 488px;
    overflow: hidden;
    position: relative;
    text-align: center;
    font-size: 14px;
}
.popbox .popcontbox #playVideoBox {
    height: 488px;
}
.popbox .popcontbox .txt-bg1 {
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.popbox .popcontbox .txt1 {
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 30px;
    color: #eee;
}