

#divServiceTop {
    width: 100%;
    top: 0px;
    background-color: #cccccc7a;
    position: absolute;
    height: 2268px;
    z-index:1000
}

.servicebox {
    position: fixed;
    top: 20%;
    margin-left: 30%;
    width: 640px;
    height: 400px;
    background-color: white;
    z-index: 1000;
    border-radius: 10px;
}

#divClientRemark::-webkit-scrollbar { /*滚动条整体样式*/
    width: 2px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

#divClientRemark::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #535353;
}

#divClientRemark::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;
}

.divtitle {
    position: absolute;
    margin-left: 41px;
    margin-top: 7px;
    color: white;
    font-size: 17px;
    font-weight: 700;
    z-index: 10000;
}
.divtitlebg {
    position: absolute;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.divtitleclose {
    position: absolute;
    z-index: 10000;
    margin-top: 15px;
    margin-left: 610px;
}

.divcontent {
    float: left;
    width: 320px;
    height: 360px;
    border-left: 1px solid #dedede;
}