.new_image_div_k{
    box-shadow:inset 0 0 0, /*左边阴影*/
    inset 0 0 0, /*右边阴影*/
    inset 0 0 0, /*顶部阴影*/
    inset 0 0px 10px rgba(0, 0, 0, .2); /*底边阴影*/
}



/*顶部导航*/
.grupLogodiv{
    height: 80px;
    width: 645px;
    position: fixed;top:0px;
    left: 0;

    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    opacity: 1;
}
.grup_logo{
    width:100px;
    position: absolute;top:25px;left:272px ;
}


.grupLogodiv a {
    position:absolute ;top:16px;left: 22px;
    width: 50px;
    height: 50px;
    background: url(../images/grup/icon-back.png) no-repeat center center;


}





.header-nav{ height:50px; line-height:50px; background:#fff; padding-top:3px; position:relative; }
.top-back{}
.header-logo{ text-align:center; padding:15px 0;  height:20px;background:url(../img/logo.png) center center no-repeat; background-size:70px 20px;}
.header-title{width:645px;height:80px; background:#fff;position:absolute;top:150px; border-bottom:1px solid #ebebeb;opacity:0 }
.header-title h1{ font-size:25px; font-weight:normal; color:#585858;position: absolute;top:25px;left: 270px}
.caseheader{
    height: 50px;
    width: 100%;
    text-align: center;
    padding-top:3px;
    position:relative;
}
.caseheader a{
    float: left;
    width: 18px;
    height: 17px;
    background: url(../img/icon/icon-back.png) no-repeat center center;
    background-size: 18px 17px;
    margin: 16px 0 0 20px;
}
.caseheader img{
    width: 70px;
    height: 20px;
    margin-left: -35px;
    margin-top: 15px;
    position:absolute;
    left:50%;
}
.caseheader span{
    width: 13px;
    height: 45px;
    background: url("../img/icon/icon_share.png") no-repeat left center;
    background-size: 13px 13px;
    display: block;
    float: right;
    margin-right: 10px;
}


.stopcolor {
    width: 645px;
    height: 3px;
    position: fixed;top:80px;left: 0px;
    z-index: 105;
}
.stopcolor dd{
    float: left;
    width: 16.6%;
    height: 3px;
}
.stopcolor dd:last-child{
    width: 17%;
}
.stopcolor dd:nth-child(1){
    background: #1b1b1b;
}
.stopcolor dd:nth-child(2){
    background: #209bda;
}
.stopcolor dd:nth-child(3){
    background: #e20005;
}
.stopcolor dd:nth-child(4){
    background: #87bf17;
}
.stopcolor dd:nth-child(5){
    background: #f29000;
}
.stopcolor dd:nth-child(6){
    background: #e10068;
}






body{
    background-color: #313639;
    /*background-color: #ffffff;*/
}
#content{
    position: absolute;top:163px;left: 0px;
    width: 645px;
    background-color: #313639;
}









#loadingP{
    position: absolute;top:500px;left: 250px;
    font-size: 18pt;
    color: #ffffff;
    opacity: .6;
}



















