@charset "utf-8";

.center{width:100%;overflow-y:auto;}

/* 注销菜单 */
.menu-hd-logout{display:none;position: absolute;background-color: #584d4d; width: 100px;height: 35px;line-height: 35px; padding-left: 40px;top: 60px;color: #fff;font-weight:500;border: 1px solid #efe9e9;z-index: 10; right: 0px;cursor:pointer;}
.menu-hd-logout:after{position: absolute;right: 15%;top: -10px;display: block;content: '';border-left: 10px solid transparent;border-right: 10px solid transparent;border-bottom: 10px solid #584d4d;}

/* 左侧菜单 */
.menu-side{float:left;width:180px;}
.menu-ul{padding: 0px 8px;font-size: 14px;background: #fff;border-top: 5px solid #5f6f8e;text-align: center;}
.person{padding:10px 0px;    border-bottom: 1px solid #F5F8FA;}

.person a{font-size: 16px;font-weight: 500;cursor:pointer;}
.person  li a{font-size: 15px;font-weight: 400;height:30px; line-height:30px;color: #666;text-align:center;}
.active{background-color:#c2cbd4;}
.person li:hover{background-color:#a8acb9;}
/* 右侧内容 */
.user-collection{float:left;width:813px;margin-left:5px;overflow-y: auto;background-color: #fff;}

/* 收藏夹 */
.s-bar{background-color: #d6d5de;padding-left:15px;line-height: 50px;height: 50px;}
.s-bar a{padding: 10px;color: #222;}
.selected-item{background-color: #4a5c8e;border-radius: 5px;}


#myscroll{display: inline;width: 680px;position: relative;overflow: hidden;float: left;}
#myscroll #myscrollbox{display:block; float:left; position:absolute; left:0; top:0; width:10000px;}
#myscroll ul{display:block; float:left; list-style-type:none; padding:0; margin:0;}
#myscroll ul li{display:block; float:left; padding:0; margin:0;width:100px;text-align: center;border-right: 1px dotted #c1c1c7;cursor: pointer;}
#myscroll ul li a{display:block; padding:0px; position:relative; color:#333;font-size:14px;}

.s-content{margin-top:10px;}
.s-content ul li{position:relative;width:95%;height:110px;display:inline-block;border: 1px dotted #ece9e9;border: 1px dotted #ece9e9;}