/*
 *@Description: com频道底部弹窗样式
 *@Author: Jiawei.Chen
 *@Update: Jiawei.Chen(2014-08-08)
*/
html,
html body
{
    _background-image: url(about:blank);
    _background-attachment: fixed;
}

.comBigClient
{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    _position: absolute;
    _left: expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}

.comBigClientMask
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 170px;
    background-color: #000;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.comClientCon
{
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 255px;
    background: url(http://img.17u.com/com/img/public/new_comClient.png?v=20141011);
    cursor: pointer;
}

.clientDownBtn
{
    position: absolute;
    top: 97px;
    right: 0;
    width: 36px;
    height: 24px;
}
/*.comBigClient2 {
    position: fixed;
    bottom: -40px;
    left: 0;
    width: 100%;
    _position: absolute;
    _left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));
    _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}*/
/*.comBigClientMask2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #000;
    opacity: 0.65;
    filter: alpha(opacity=65);
}
.comClientCon2 {
    position: relative;
    margin: 0 auto;
    width: 944px;
    height: 45px;
    background: url(http://img.17u.com/com/img/public/comClient3.png) no-repeat;
}*/
.clientUpBtn
{
    position: absolute;
    top: 13px;
    right: 0;
    width: 33px;
    height: 24px;
}
