@charset "utf-8";
/* CSS Document */
html{
    overflow-y:scroll;
}
*html{
    background-image:url(about:blank);
    background-attachment:fixed;
}
html, body {
    height: 100%;
}

/* common css  end */

/* help */
#main{
    width: 100%;
    background: #fff url("/static/www/image/nav_bg.png") repeat-x;
    min-width:970px;
    _width:expression((document.documentElement.clientWidth||document.body.clientWidth)<970?"970px":"");
    min-height: 100%;
}

.top{
    height:139px;
    position:relative;
}

.top-left {
    position:absolute;
    left:0;
    width: 50%;
    background:#107ce9;
    height: 100%;
}

.top-right{
    position:absolute;
    right:0;
    background:#0d6ce7;
    height:100%;
    width:50%;
    _margin-right:-1px;
}

.top-bg{
    background:url('/static/www/image/top-bg.png') no-repeat scroll center;
    height:100%;
    position:relative;
}

.help-nav{
    width:960px;
    margin:0 auto;
    height:67px;
    padding-top:72px;
}

.help-nav ul{
    border:1px solid #34a7da;
    width:795px;
    margin:0 auto;
    height:65px;
    _overflow:hidden;
}

.help-nav li{
    float:left;
    background:url('/static/www/image/li-bg.png') no-repeat;
    width:198px;
    _overflow:hidden;
}
.soft{
    border-left:1px solid #34a7da;
    border-right:1px solid #34a7da;
}

.set{
    border-right:1px solid #34a7da;
}

.help-nav li a{
    display:block;
    color:#fff;
    font-size:18px;
    height:65px;
    padding-left:79px;
    line-height:65px;
}

.que a{
    background:url('/static/www/image/icon_19.png') no-repeat 47px center;
}

.soft a{
    background:url('/static/www/image/icon_10.png') no-repeat 47px center;
}

.set a{
    background:url('/static/www/image/icon_22.png') no-repeat 47px center;
}

.game a{
    background:url('/static/www/image/icon_05.png') no-repeat 47px center;
}

.help-nav li a.help-on{
    color:#0294db;
    height:66px;
}

.help-nav li.que a.help-on{
    background:url('/static/www/image/icon_17.png') no-repeat 47px center #fff;
}

.help-nav li.soft a.help-on{
    background:url('/static/www/image/icon_12.png') no-repeat 47px center #fff;
}

.help-nav li.set a.help-on{
    background:url('/static/www/image/icon_24.png') no-repeat 47px center #fff;
}

.help-nav li.game a.help-on{
    background:url('/static/www/image/icon_03.png') no-repeat 47px center #fff;
}

.help-content {
    width: 960px;
    margin: 0 auto;
    padding-top:41px;
    padding-bottom: 199px;
}

.cont-left{
    float:left;
    width:220px;
}

.cont-left li{
}

.cont-left li a{
    display:block;
    width:220px;
    height:40px;
    line-height:40px;
    color:#333;
    font-size:14px;
}

.cont-left a span{
    float:left;
    width:8px;
    height:8px;
    background:url('/static/www/image/dot.png') no-repeat;
    background-position:-8px 0px;
    margin-top:16px;
    margin-left:10px;
    margin-right:10px;

}

.cont-left li a.left-on{
    color:#fff;
    background-color:#28b8fe;
    width:221px;
    z-index:1px;
    position:relative;
}

.cont-left a.left-on span{
    background-position:0px 0px;
}

.cont-right{
    margin-left:220px;
    border-left:1px solid #efefef;
    min-height:580px;
    _height:expression((document.documentElement.clientHeight||document.body.clientHeight)>580?"580px":"");
    _float:left;
    _margin-left:-1px;
    width:739px;
}

.in p{
    margin:12px 0;
    color:#666666;
    line-height: 20px;
}

.in {
    padding-top: 6px;
    padding-left: 60px;
}

.advice{
    padding-top:34px;
}

.textarea{
    width:901px;
    height:151px;
    overflow:auto;
    resize:none;
    background:url('/static/www/image/area-bg.png') no-repeat right bottom;
    padding:23px;
    font-size: 14px;
    color:#9f9f9f;
}

.textarea-div{
    border:1px solid #e2e2e2;
    width:948px;
    height:198px;
}

.text{
    padding-left:10px;
    padding-top:24px;
}

.input-text{
    border:1px solid #e2e2e2;
    width:412px;
    height:33px;
    float:left;
    line-height:33px;
    padding-left:8px;
    font-size: 14px;
    color:#9f9f9f;
}

























