.SettingPart-Module{
  padding:10px 0px;
  border-bottom:1px solid rgb(235,235,235);
}
.SettingPart-Module-checked{
  float: left;
  width: 20px;
  height: 20px;
  background-color: rgb(38,138,198);
  cursor: pointer;
}
.SettingPart-Module-checked i {
  color:white;
  position: relative;
  left: 3px;
}
.SettingPart-Module-lastedUpload>div,.SettingPart-Module-shareButton>div,.SettingPart-Module-contactPanel>div{
    height: 22px;
    margin: 1px 0px;
    display: inline-block;
    cursor: pointer;
}
.SettingPart-Module-lastedUpload>div.checked .check-icon,.SettingPart-Module-shareButton>div.checked .check-icon,.SettingPart-Module-contactPanel>div.checked .check-icon{
  background-position:-48px 0px;
}
.SettingPart-Module-lastedUpload>div:not(.checked):hover .check-icon,.SettingPart-Module-shareButton>div:not(.checked):hover .check-icon,.SettingPart-Module-contactPanel>div:not(.checked):hover .check-icon{
  background-position:-24px 0px;
}
.SettingPart-Module-checked.check-icon{
    width: 22px;
    height: 22px;
    background: url("/center/images/blue.png") no-repeat;
    background-position: 0px 0px;
    float: left;
    margin-right: 6px;
}

.SettingPart-Module-name{
    
    float: left;
    margin-left: 5px;
    height: 22px;
    line-height: 22px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    color: black;
    user-select: none;
    -webkit-user-select: none;
}
.SettingPart-Module-content-line{
  margin-bottom: 20px;
}