body
{
    margin: 0px;
    padding: 0px;
    background-color: #1B1B1B;
    background-position: center top;
}
.pagesss
{
    width: 960px;
    margin: auto;
    background-color: #FFFFFF;
}
.top
{
    width: 100%;
}
.search
{
    width: 342px;
    height: 57px;
    float: right;
    text-align: left;
    background: url(../images/search_bg_03.png) no-repeat;
    vertical-align: top;
}
.search_ch
{
    width: 342px;
    height: 57px;
    float: right;
    text-align: left;
    background: url(../images/search_bg_03_ch.png) no-repeat;
    vertical-align: top;
}
.d_f
{
    font-size: 13px;
    color: #B814A8;
    line-height: 37px;
    margin-left: 32px;
    font-weight:bold
}
.d_f2
{
    font-size: 13px;
    color: #fff;
    line-height: 37px;
    margin-left: 32px;
}
.d_ff
{
    font-size: 15px;
    color: #FFFFFF;
    line-height: 37px;
    margin-right: 51px;
}
.d_f22
{
    font-size: 13px;
    color: #434c55;
    line-height: 37px;
    margin-right: 51px;
}
.d_f3
{
    font-size: 11px;
    color: #B814A8;
    font-weight: bold;
    line-height: 37px;
    margin-left: 20px;
}
.d_f33
{
    font-size: 13px;
    color: #ffffff;
    font-weight: bold;
    line-height: 37px;
    margin-left: 20px;
}
.d_f4
{
    font-size: 11px;
    color: #92969a;
    line-height: 37px;
    margin-left: 20px;
}
.catege_bg_top
{
    width: 210px;
    height: 11px;
    background: url(../images/index_catager_bg_top.png) no-repeat;
}
.catege_bg_center
{
    width: 210px;
    background: url(../images/index_catager_bg_center.png);
}
.catege_bg_bottom
{
    width: 210px;
    height: 13px;
    background: url(../images/index_catager_bg_bottom.png) no-repeat;
}
.catege_bg_ar
{
    width: 210px;
    height: 474px;
    background: url(../images/index_catager.jpg) no-repeat;
    float: right;
}
.c_f
{
    font-size: 13px;
    color: #B814A8;;
    margin-left: 10px;
}
.c_fa
{
    font-size: 15px;
    color: #FFFFFF;
    margin-left: 10px;
}
.c_fa2
{
    font-size: 17px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
    margin-left: 10px;
}
.c_ff
{
    font-size: 15px;
    color: #FFFFFF;
    margin-left: 10px;
}
.c_f2
{
    font-size: 14px;
    color: #B814A8;;
    font-weight: bold;
    text-decoration: underline;
    margin-left: 10px;
}
.welcome
{
    width: 723px;
    height: auto;
    margin: auto;
}
.welcome_top
{
    width: 723px;
    height: 26px;
    float: left;
    background: url(../images/welcome_top_bg_03.png) no-repeat;
}
.welcome_middle
{
    width: 723px;
    float: left;
    background: url(../images/welcome_middle_bg_03.png) repeat-y;
}
.welcome_bottom
{
    width: 723px;
    height: 26px;
    float: left;
    background: url(../images/welcome_bottom_bg_03.png) no-repeat;
}
.also_have
{
    width: 958px;
    margin: auto;
    margin-top: 25px;
    background: url(../images/bottom_bg_03.jpg) no-repeat;
}
.also_have_ar
{
    width: 950px;
    height: 120px;
    margin: auto;
    background: url(../images/bottom_bg_02.jpg) no-repeat;
    margin-top: 25px;
}
.catege_bg2
{
    width: 210px;
    height: 344px;
    background: url(../images/catege_bg2.jpg) no-repeat;
    float: right;
    margin-top: 10px;
}
.catege_bg2_ar
{
    width: 210px;
    height: 344px;
    background: url(../images/catege_bg2.jpg) no-repeat;
    float: right;
    margin-top: 10px;
}
.catege_bg3
{
    width: 210px;
    height: 344px;
    background: url(../images/catege_bg2_03.jpg) no-repeat;
    float: left;
}
.login_bg
{
    width: 776px;
    height: 496px;
    margin: auto;
    background: url(../images/login_bg_03.jpg) no-repeat;
}
ul
{
    margin-left: 10px;
    width: 211px;
    background-color: transparent;
}
ul li
{
    line-height: 30px;
}
.window-full-screen
{
    position: absolute;
    z-index: 99999;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    filter: Alpha(Opacity=60);
    opacity: 0.6;
    position: fixed;
    _position: absolute; /* for IE6 */
    _top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight);
}
.window-passport-header
{
    height: 40px;
    padding: 8px 0 5px 8px;
    background: #202b34;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#202b34),color-stop(1,#111a22));
    background: -webkit-linear-gradient(top,#202b34,#111a22);
    background: linear-gradient(to bottom,#202b34,#111a22);
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    line-height: 40px;
    font-weight: bold;
    color: White;
    font-size: 16px;
    position: relative;
}
.window-passport-frame
{
    position: fixed;
    width: 500px;
    min-height: 300px;
    left: 50%;
    top: 50%;
    z-index: 200;
    margin-left: -250px;
    margin-top: -150px;
    background-color: White;
    z-index: 99999;
    _top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight);
    box-shadow: rgba(50,50,50,0.5) 5px 5px 5px;
    zoom: 1;
}
.window-passport-box
{
    text-align:center;
      
}
.window-passport-box input[type='password']
{
    width:350px;
    margin-top:80px;  
    height:30px;
    line-height:30px;
    font-size:16px;
    color:#999;
    border-radius:4px;
    -webkit-border-radius:4px;  
    border:1px solid #ccc; 
}
.window-passport-box input[type='submit']
{
    margin-top:30px;  
    height:30px;
    font-size:16px;
    color:#999;
    border-radius:4px;
    -webkit-border-radius:4px;  
    border:1px solid #ccc; 
    background: #202b34;
    color:White;
    cursor:pointer;
    width:80px;
}
