body, html{
	overflow: hidden;
}
/************park-house-list*************/
.park-house-list{
	position: absolute;
	top: 146px;
	left: 10px;
	width: 348px;
	height: 170px;
	background: white;
	border: 1px solid #DCDCDC;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	z-index: 1001;
	overflow: hidden;
}
.park-house-list-bottom{
	bottom: 40px;
}
.park-house-list .parks{
	height: 54px;
	line-height: 54px;
	padding: 0 20px;
	border-bottom: 1px solid #DCDCDC;
}
.park-house-list .parks .park-name{
	float: left;
	margin-right: 10px;
	font-size: 16px;
	max-width: 200px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.park-house-list .parks .name-arraw{
	float: left;
	/*cursor: pointer;*/
}
.park-house-list .parks .name-arraw:hover .park-name, .park-house-list .parks .name-arraw.active .park-name{
	/*color: #3A85C6;*/
}
.park-house-list .parks .name-arraw .qy-identify{
	background: url('../images/new_world/park/conpany_icon.png');
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	margin-top: 18px;
}
.park-house-list .parks .name-arraw:hover .arraw, .park-house-list .parks .name-arraw.active .arraw{
	background: url('../images/new_world/park/arraw-hover.png');
}

.park-house-list .parks .park-wb-nums{
	float: right;
	color: #666666;
	font-size: 12px;
}
.park-house-list .workbench-info{
	padding: 20px 20px 0 20px;
	height: 114px;
}
.park-house-list  .workbench-info .basic-info .hy{
	height: 20px;
	line-height: 20px;
	border-radius: 2px;
	border:1px solid #3A85C6;
	font-size: 12px;
	color: #3A85C6;
	padding: 0 10px;
	display: block;
	float: left;
}
.park-house-list  .workbench-info .basic-info .time{
	float: right;
	font-size: 12px;
	color: #999999;
}
.park-house-list  .workbench-info .introduce{
	margin-top: 10px;
	line-height: 26px;
	font-size: 12px;
	color: #333333;
	height: 52px;
	overflow: hidden;
}

.park-house-list .slide-icon {
	position: absolute;
	bottom: 16px;
}
.park-house-list .slide-icon .slide-img{
	width: 36px;
	height: 36px;
	/*margin: 0 auto;*/
	margin-left: 157px;
	display: block;
	cursor: pointer;
	position: fixed;
}
.park-house-list .slide-icon .slide-img.close-icon{
	background: url('../images/new_world/park/open.png');
}
.park-house-list .slide-icon .slide-img.close-icon:hover{
	background: url('../images/new_world/park/open_hover.png');
}
.park-house-list .slide-icon .slide-img.open-icon{
	background: url('../images/new_world/park/close.png');
}
.park-house-list .slide-icon .slide-img.open-icon:hover{
	background: url('../images/new_world/park/close_hover.png');
}

.park-house-list .workbenches{
	/*display: none;*/
}
.park-house-list .workbenches .workbench-search{
	margin: 10px 22px 4px 22px;
}
.park-house-list .workbenches .workbench-search .search-input #workbench_search{
	height: 30px;
	width: 250px;
	float: left;
	padding-left: 12px;
}
.park-house-list .workbenches .workbench-search .search-input .clear-text{
	background: url('../images/new_world/park/delete.png');
	width: 18px;
	height: 18px;
	display: inline-block;
	position: absolute;
	margin-left: -24px;
	margin-top: 6px;
	cursor: pointer;
	display: none;
}
.park-house-list .workbenches .workbench-search .search-input .search-btn{
	float: left;
	height: 30px;
	width: 50px;
	background: #52B678;
	display: block;
	background-image: url('../images/new_world/park/search.png');
	background-repeat:no-repeat;
	background-position:center;
	cursor: pointer;
}
.park-house-list .workbenches .workbench-search .hy-items{
	margin-top: 10px;
	/*margin-bottom: 14px;*/
}
.park-house-list .workbenches .workbench-search .hy-items .item{
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	background: #F5F5F5;
	font-size: 14px;
	color: #333333;
	display: block;
	float: left;
	margin-right: 10px;
	cursor: pointer;
	margin-bottom: 10px;
}
.park-house-list .workbenches .workbench-search .hy-items .item:hover, .park-house-list .workbenches .workbench-search .hy-items .item.active{
	background: #3A85C6;
	color: white;
	cursor: pointer;
}
.park-house-list .workbenches .workbench-items{
	padding-bottom: 24px;
	overflow-y:auto; 
}
.park-house-list .workbenches .workbench-items .workbench-item{
	padding:  0 24px;
	height: 110px;
	cursor: pointer;
}
.park-house-list .workbenches .workbench-items .workbench-item:hover, .park-house-list .workbenches .workbench-items .workbench-item.active{
	background: #F1F1F1;
}
.park-house-list .workbenches .workbench-items .workbench-item .item-container{
	height: 110px;
	padding-top: 20px;
	border-bottom: 1px solid #DCDCDC;
}
.park-house-list .workbenches .workbench-items .workbench-item .item-container .wb-info .wb-name{
	font-size: 14px;
	color: #333333;
	float: left;
	margin-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 175px;
	cursor: pointer;
}
.park-house-list .workbenches .workbench-items .workbench-item .item-container .wb-info .star{
	float: right;
	margin-right: 6px;
}
.park-house-list .workbenches .workbench-items .workbench-item .item-container .wb-info .star .wb-star{
	background: url('../images/new_world/park/evaluate.png');
	width: 15px;
	height: 15px;
	float: left;
	display: block;
}
.park-house-list .workbenches .workbench-items .workbench-item .item-container .wb-info .qy-identify{
	background: url('../images/new_world/park/conpany_icon.png');
	width: 16px;
	height: 16px;
	display: inline-block;
	float: left;
}
.park-house-list .workbenches .workbench-items .workbench-item .item-container .wb-bq{
	margin-top: 10px;
	font-size: 12px;
	color: #666666;
}
.park-house-list .workbenches .workbench-items .workbench-item .item-container .wb-bq .wb-type{
	height: 20px;
	border: 1px solid #3A85C6;
	font-size: 12px;
	color: #3A85CB;
	background: white;
	padding: 0 10px;
	border-radius: 2px;
	margin-right: 10px;
	float: left;
	line-height: 20px;
}
.park-house-list .workbenches .workbench-items .workbench-item .item-container .wb-bq .joined{
	background: url('../images/new_world/park/group.png');
	width: 50px;
	height: 20px;
	display: inline-block;
	float: left;
}
.park-house-list .workbenches .workbench-items .workbench-item .item-container .wb-intro{
	margin-top: 8px;
	height: 26px;
	overflow: hidden;
	font-size: 12px;
	color: #666666;
	line-height: 26px;
}

.search-null{
	text-align: center;
	color: #999999;
	font-size: 14px;
	height: 56px;
	line-height: 74px;
}
.search-null i{
	background: url('../images/new_world/park/js.png');
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-top: -5px;
	vertical-align: middle;
	margin-right: 10px;
}

.wb-body .wb-sm{
	background: url('../images/new_world/park/wb_sm.png') no-repeat center;
	width: 175px;
	height: 274px;
	position: absolute;
	z-index: 5000;
	top: 302px;
	right: 10px;
}
.wb-body .wb-back{
	background: url('../images/new_world/park/wb_back.png') no-repeat center;
	width: 142px;
	height: 38px;
	line-height: 38px;
	position: absolute;
	z-index: 5000;
	top: 252px;
	right: 14px;
	cursor: pointer;
	color: #666666;
	font-size: 14px;
	text-align: center;
}
.wb-body .wb-back:hover{
	background: url('../images/new_world/park/wb_back_hover.png') no-repeat center;
	color: #3A85C6;
}
.split-line-10{
	height: 10px;
	border-bottom: 10px solid #DCDCDC;
}

.park-house-list .workbenches .products-title{
	height: 54px;
	line-height: 54px;
	color: #333333;
	border-bottom: 1px solid #DCDCDC;
}
.park-house-list .workbenches .products-title .title{
	float: left;
	display: block;
	border-bottom: 1px solid #3A85C6;
	padding: 0 20px;
	font-size: 16px;
	line-height: 53px;
}
.park-house-list .workbenches .products-title .num{
	float: right;
	display: block;
	padding-right: 20px;
	font-size: 12px;
}
.login-tip{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -30px;
	font-size: 16px;
}
.login-tip span a{
	cursor: pointer;
	color: #3A85C6;
}

.join-tip{
	position: absolute;
	z-index: 100;
	text-align: center;
	padding: 2px 5px;
	font-size: 12px;
	display: none;
	background-color: #FF0F00;
	color: white;
}

/********modal start*********/
#join-workbench-modal{
	display: none;
}
#join_workbench_tip{
	display: none;
}
#join_reason{
    width:100%;
    margin-top:10px;
    height:160px;
    color:#666666;
}
.modal-background{
    background-image: url('../images/park/background.png');
    position: fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom: 0px;
    overflow: hidden;
    z-index: 5001;
}
.modal-container{
    background: #ffffff;
    border-radius: 4px;
    top:50%;
    left: 50%;
    margin-left:-275px;
    margin-top: -180px;
    position: fixed;
}
.modal-container-tip{
    background: #ffffff;
    border-radius: 4px;
    top:50%;
    left: 50%;
    margin-left:-250px;
    margin-top: -64px;
    position: fixed;
}
.modal-content-join{
    width:550px;
    height:360px;
    cursor: default;
}
.modal-join-tip{
    width:500px;
    height:128px;
    cursor: default;
}
.modal-header-background{
    height:32px;
    line-height: 32px;
    background: #e8eef4;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.enter-workbench-query{
    font-size: 16px;
    color: #3f8ccd;
    margin-left:16px;
}
.enter-workbench-tip{
    font-size: 16px;
    color: #3f8ccd;
    margin-left:14px;
    float: left;
}
.modal-body-container{
    text-align: center;
    font-size: 16px;
    color: #595757;
}
.sure-btn{
    height:26px;
    width:56px;
    background: #3e84bf;
    line-height: 26px;
    border-radius: 4px;
    float: left;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
}
.modal-cancel{
    width: 56px;
    height:26px;
    background: #fbfbfb;
    border: 1px solid #eeeeee;
    line-height: 26px;
    border-radius: 4px;
    float: left;
    margin-left:16px;
    color: #888889;
    cursor: pointer;
    text-align: center;
}
.modal-option{
    font-size: 14px;
    height:50px;
}
.modal-option .option-item{
    margin-left: auto;
    margin-right:auto;
    margin-left:67px;
}
.modal-tip-info{
    height:58px;
    line-height:58px;
    font-size: 14px;
}
.join-tip-ok{
	text-align: center;
}
.join-tip-ok span{
	padding: 5px 10px;
	background-color: #3A85C6;
	color: white;
	cursor: pointer;
	border-radius: 4px;
}
/********modal end*********/

/**************workbench background*******************/
.main-container .DragC{
	min-height: 400px;
	/*margin-top: 106px;*/
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
}

/***small-workbench***/
.main-container.small-workbench{
	/*background: url('../images/new_world/park/workbench_background_small.png') no-repeat center;*/
	width: 100%;
	height: 100%;
	margin-top:80px;
}
.main-container.small-workbench .workbench{
	background: url('../images/new_world/workbench/small_workbench.png') no-repeat center;
	width: 2920px;
	height: 1550px;
	/*margin-top:106px;*/
	margin-top: 0px;
	/*margin-left: 20px;*/
	position: absolute;
}
/***normal-workbench***/
.main-container.normal-workbench .workbench{
	background: url('../images/new_world/workbench/normal_workbench.png') no-repeat center;
	width: 2920px;
	height: 1570px;
	/*margin-top:180px;
	margin-left: 20px;*/
	margin-top: 0px;
	/*top: 106px;*/
	position: absolute;
}
/***large-workbench***/
.main-container.large-workbench{
	width: 100%;
	height: 100%;
	margin-top:80px;
}
.main-container.large-workbench .workbench{
	background: url('../images/new_world/workbench/large_workbench.png') no-repeat center;
	width: 2920px;
	height: 1900px;
	margin-top: 0px;
	position: absolute;
}

/**********desktops************/
.main-container .items .item .chair{
	position: absolute;
	display: block;
	z-index: 1;
}
.main-container .items .item .chair:hover{
	/*z-index: 2;*/
}
.main-container .items .item .chair.chair-default{
	cursor: default ! important;
}
.main-container .items .item .chair .user-name{
	position: absolute;
	display: block;
	text-align: center;
	display: none;
}
.main-container .items .item .chair.user .user-name{
	display: block;
}
.main-container .items .item .chair.user .user-name .owner-i{
	display: block;
	background: url('../images/new_world/workbench/owner_logo.png') no-repeat center;
	width: 16px;
	/*height: 16px;*/
	float: left;
	margin-left: 2px;
	color: #FFEE32;
}
.main-container .items .item .chair .user-name span{
	display: block;
	width: 45px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	margin-left: 5px;
}
.main-container .items .item .chair.user .user-name .owner-span{
	width: 29px;
	float: left;
	margin-left: 0;
}
/********rect desktop**********/
.main-container.rect-desktop .items .item{
	background: url('../images/new_world/workbench/rect-desktop.png');
	width: 112px;
	height: 103px;
	position: absolute;
	display: block;
}

.main-container.rect-desktop .items .item .chair1{
	background: url('../images/new_world/workbench/r_user1.png');
	width: 31px;
	height: 58px;
	margin-top: 44px;
	margin-left: 35px;
}
.main-container.rect-desktop .items .item .chair2{
	background: url('../images/new_world/workbench/r_user1.png');
	width: 31px;
	height: 58px;
	margin-top: 29px;
	margin-left: 1px;
}
.main-container.rect-desktop .items .item .chair3{
	background: url('../images/new_world/workbench/r_user3.png');
	width: 22px;
	height: 27px;
	margin-top: 3px;
	margin-left: 20px;
}
.main-container.rect-desktop .items .item .chair4{
	background: url('../images/new_world/workbench/r_user4.png');
	width: 24px;
	height: 33px;
	margin-top: 0px;
	margin-left: 58px;
}
.main-container.rect-desktop .items .item .chair5{
	background: url('../images/new_world/workbench/r_user5.png');
	width: 30px;
	height: 55px;
	margin-top: 13px;
	margin-left: 80px;
}
.main-container.rect-desktop .items .item .wait-chair1{
	background: url('../images/new_world/workbench/r_user_apply1.png');
	width: 31px;
	height: 58px;
	margin-top: 44px;
	margin-left: 35px;
}
.main-container.rect-desktop .items .item .wait-chair2{
	background: url('../images/new_world/workbench/r_user_apply1.png');
	width: 31px;
	height: 58px;
	margin-top: 29px;
	margin-left: 1px;
}
.main-container.rect-desktop .items .item .wait-chair3{
	background: url('../images/new_world/workbench/r_user_apply3.png');
	width: 22px;
	height: 27px;
	margin-top: 3px;
	margin-left: 20px;
}
.main-container.rect-desktop .items .item .wait-chair4{
	background: url('../images/new_world/workbench/r_user_apply4.png');
	width: 24px;
	height: 33px;
	margin-top: 0px;
	margin-left: 58px;
}
.main-container.rect-desktop .items .item .wait-chair5{
	background: url('../images/new_world/workbench/r_user_apply5.png');
	width: 30px;
	height: 55px;
	margin-top: 13px;
	margin-left: 80px;
}
.main-container.rect-desktop .items .item .online-chair1{
	background: url('../images/new_world/workbench/r_user_online1.png');
	width: 31px;
	height: 58px;
	margin-top: 44px;
	margin-left: 35px;
}
.main-container.rect-desktop .items .item .online-chair2{
	background: url('../images/new_world/workbench/r_user_online1.png');
	width: 31px;
	height: 58px;
	margin-top: 29px;
	margin-left: 1px;
}
.main-container.rect-desktop .items .item .online-chair3{
	background: url('../images/new_world/workbench/r_user_online3.png');
	width: 22px;
	height: 27px;
	margin-top: 3px;
	margin-left: 20px;
}
.main-container.rect-desktop .items .item .online-chair4{
	background: url('../images/new_world/workbench/r_user_online4.png');
	width: 24px;
	height: 33px;
	margin-top: 0px;
	margin-left: 58px;
}
.main-container.rect-desktop .items .item .online-chair5{
	background: url('../images/new_world/workbench/r_user_online5.png');
	width: 30px;
	height: 55px;
	margin-top: 13px;
	margin-left: 80px;
}
.main-container.rect-desktop .items .item .chair.user .name1{
	background: url('../images/new_world/workbench/user_name_label4.png');
	width: 55px;
	height: 23px;
	line-height: 28px;
	margin-top: 35px;
	margin-left: -3px;
}
.main-container.rect-desktop .items .item .chair.user .name2{
	background: url('../images/new_world/workbench/user_name_label2.png');
	width: 55px;
	height: 28px;
	line-height: 28px;
	margin-top: 23px;
	margin-left: -31px;
}
.main-container.rect-desktop .items .item .chair.user .name3{
	background: url('../images/new_world/workbench/user_name_label1.png');
	width: 55px;
	height: 23px;
	line-height: 22px;
	margin-top: -28px;
	margin-left: -31px;
}
.main-container.rect-desktop .items .item .chair.user .name4{
	background: url('../images/new_world/workbench/user_name_label3.png');
	width: 55px;
	height: 23px;
	line-height: 20px;
	margin-top: -28px;
	margin-left: -6px;
}
.main-container.rect-desktop .items .item .chair.user .name5{
	background: url('../images/new_world/workbench/user_name_label4.png');
	width: 55px;
	height: 23px;
	line-height: 28px;
	margin-top: 17px;
	margin-left: 0px;
}
.main-container.rect-desktop .items .item .chair.user .my-name1{
	background: url('../images/new_world/workbench/my_name_label4.png');
	width: 55px;
	height: 23px;
	line-height: 28px;
	margin-top: 35px;
	margin-left: -3px;
	color: white;
}
.main-container.rect-desktop .items .item .chair.user .my-name2{
	background: url('../images/new_world/workbench/my_name_label2.png');
	width: 55px;
	height: 23px;
	line-height: 28px;
	margin-top: 23px;
	margin-left: -31px;
	color: white;
}
.main-container.rect-desktop .items .item .chair.user .my-name3{
	background: url('../images/new_world/workbench/my_name_label1.png');
	width: 55px;
	height: 23px;
	line-height: 18px;
	margin-top: -28px;
	margin-left: -31px;
	color: white;
}
.main-container.rect-desktop .items .item .chair.user .my-name4{
	background: url('../images/new_world/workbench/my_name_label3.png');
	width: 55px;
	height: 23px;
	line-height: 18px;
	margin-top: -28px;
	margin-left: -6px;
	color: white;
}
.main-container.rect-desktop .items .item .chair.user .my-name5{
	background: url('../images/new_world/workbench/my_name_label4.png');
	width: 55px;
	height: 23px;
	line-height: 28px;
	margin-top: 17px;
	margin-left: 0px;
	color: white;
}
.main-container.rect-desktop .items .item .chair.user .online-name1{
	background: url('../images/new_world/workbench/user_online4.png');
	width: 55px;
	height: 23px;
	line-height: 32px;
	margin-top: 35px;
	margin-left: -3px;
}
.main-container.rect-desktop .items .item .chair.user .online-name2{
	background: url('../images/new_world/workbench/user_online3.png');
	width: 55px;
	height: 28px;
	line-height: 32px;
	margin-top: 23px;
	margin-left: -31px;
}
.main-container.rect-desktop .items .item .chair.user .online-name3{
	background: url('../images/new_world/workbench/user_online2.png');
	width: 55px;
	height: 25px;
	line-height: 20px;
	margin-top: -28px;
	margin-left: -31px;
}
.main-container.rect-desktop .items .item .chair.user .online-name4{
	background: url('../images/new_world/workbench/user_online1.png');
	width: 55px;
	height: 25px;
	line-height: 20px;
	margin-top: -28px;
	margin-left: -6px;
}
.main-container.rect-desktop .items .item .chair.user .online-name5{
	background: url('../images/new_world/workbench/user_online4.png');
	width: 55px;
	height: 23px;
	line-height: 32px;
	margin-top: 17px;
	margin-left: 0px;
}
.main-container.rect-desktop .items .item .chair.join-chair1{
	background: url('../images/new_world/park/wb_position.png');
	width: 24px;
	height: 32px;
	margin-left: 39px;
	margin-top: 54px;
	top: 0;
}
.main-container.rect-desktop .items .item .chair.join-chair2{
	background: url('../images/new_world/park/wb_position.png');
	width: 24px;
	height: 32px;
	margin-left: 4px;
	margin-top: 40px;
	top: 0;
}
.main-container.rect-desktop .items .item .chair.join-chair3{
	background: url('../images/new_world/park/wb_position.png');
	width: 24px;
	height: 32px;
	margin-left: 12px;
	margin-top: -3px;
	top: 0;
}
.main-container.rect-desktop .items .item .chair.join-chair4{
	background: url('../images/new_world/park/wb_position.png');
	width: 24px;
	height: 32px;
	margin-left: 58px;
	margin-top: -3px;
	top: 0;
}
.main-container.rect-desktop .items .item .chair.join-chair5{
	background: url('../images/new_world/park/wb_position.png');
	width: 24px;
	height: 32px;
	margin-left: 91px;
	margin-top: 12px;
	top: 0;
}
.main-container.rect-desktop .items .item .chair.user .owner-name1{
	background: url('../images/new_world/workbench/owner_name_label4.png');
	width: 55px;
	height: 23px;
	line-height: 28px;
	margin-top: 35px;
	margin-left: -3px;
	color: white;
}
.main-container.rect-desktop .items .item .chair.user .owner-name2{
	background: url('../images/new_world/workbench/owner_name_label2.png');
	width: 55px;
	height: 23px;
	line-height: 28px;
	margin-top: 23px;
	margin-left: -31px;
	color: white;
}
.main-container.rect-desktop .items .item .chair.user .owner-name3{
	background: url('../images/new_world/workbench/owner_name_label1.png');
	width: 55px;
	height: 23px;
	line-height: 18px;
	margin-top: -28px;
	margin-left: -31px;
	color: white;
}
.main-container.rect-desktop .items .item .chair.user .owner-name4{
	background: url('../images/new_world/workbench/owner_name_label3.png');
	width: 55px;
	height: 23px;
	line-height: 18px;
	margin-top: -28px;
	margin-left: -6px;
	color: white;
}
.main-container.rect-desktop .items .item .chair.user .owner-name5{
	background: url('../images/new_world/workbench/owner_name_label4.png');
	width: 55px;
	height: 23px;
	line-height: 28px;
	margin-top: 17px;
	margin-left: 0px;
	color: white;
}

/********circle desktop***********/
.main-container.circle-desktop .items .item{
	background: url('../images/new_world/workbench/circle-desktop.png');
	width: 112px;
	height: 110px;
	position: absolute;
	display: block;
}
.main-container.circle-desktop .items .item .chair1{
	background: url('../images/new_world/workbench/y_user1.png');
	width: 34px;
	height: 63px;
	margin-top: 47px;
	margin-left: 60px;
}
.main-container.circle-desktop .items .item .chair2{
	background: url('../images/new_world/workbench/y_user2.png');
	width: 32px;
	height: 59px;
	margin-top: 51px;
	margin-left: 17px;
}
.main-container.circle-desktop .items .item .chair3{
	background: url('../images/new_world/workbench/y_user3.png');
	width: 30px;
	height: 63px;
	margin-top: 14px;
	margin-left: 0px;
}
.main-container.circle-desktop .items .item .chair4{
	background: url('../images/new_world/workbench/y_user4.png');
	width: 16px;
	height: 21px;
	margin-top: 0px;
	margin-left: 45px;
}
.main-container.circle-desktop .items .item .chair5{
	background: url('../images/new_world/workbench/y_user5.png');
	width: 32px;
	height: 62px;
	margin-top: 10px;
	margin-left: 80px;
}
.main-container.circle-desktop .items .item .wait-chair1{
	background: url('../images/new_world/workbench/y_user_apply1.png');
	width: 34px;
	height: 63px;
	margin-top: 47px;
	margin-left: 60px;
}
.main-container.circle-desktop .items .item .wait-chair2{
	background: url('../images/new_world/workbench/y_user_apply2.png');
	width: 32px;
	height: 59px;
	margin-top: 51px;
	margin-left: 17px;
}
.main-container.circle-desktop .items .item .wait-chair3{
	background: url('../images/new_world/workbench/y_user_apply3.png');
	width: 30px;
	height: 63px;
	margin-top: 14px;
	margin-left: 0px;
}
.main-container.circle-desktop .items .item .wait-chair4{
	background: url('../images/new_world/workbench/y_user_apply4.png');
	width: 16px;
	height: 21px;
	margin-top: 0px;
	margin-left: 45px;
}
.main-container.circle-desktop .items .item .wait-chair5{
	background: url('../images/new_world/workbench/y_user_apply5.png');
	width: 32px;
	height: 62px;
	margin-top: 10px;
	margin-left: 80px;
}
.main-container.circle-desktop .items .item .online-chair1{
	background: url('../images/new_world/workbench/y_user_online1.png');
	width: 34px;
	height: 63px;
	margin-top: 47px;
	margin-left: 60px;
}
.main-container.circle-desktop .items .item .online-chair2{
	background: url('../images/new_world/workbench/y_user_online2.png');
	width: 32px;
	height: 59px;
	margin-top: 51px;
	margin-left: 17px;
}
.main-container.circle-desktop .items .item .online-chair3{
	background: url('../images/new_world/workbench/y_user_online3.png');
	width: 30px;
	height: 63px;
	margin-top: 14px;
	margin-left: 0px;
}
.main-container.circle-desktop .items .item .online-chair4{
	background: url('../images/new_world/workbench/y_user_online4.png');
	width: 16px;
	height: 21px;
	margin-top: 0px;
	margin-left: 45px;
}
.main-container.circle-desktop .items .item .online-chair5{
	background: url('../images/new_world/workbench/y_user_online5.png');
	width: 32px;
	height: 62px;
	margin-top: 10px;
	margin-left: 80px;
}
.main-container.circle-desktop .items .item .chair.user .name1{
	background: url('../images/new_world/workbench/user_name_label4.png');
	width: 55px;
	height: 23px;
	line-height: 28px;
	margin-top: 35px;
	margin-left: -3px;
    cursor:pointer;
}
.main-container.circle-desktop .items .item .chair.user .name2{
	background: url('../images/new_world/workbench/user_name_label2.png');
	width: 55px;
	height: 23px;
	line-height: 28px;
	margin-top: 23px;
	margin-left: -31px;
    cursor:pointer;
}
.main-container.circle-desktop .items .item .chair.user .name3{
	background: url('../images/new_world/workbench/user_name_label1.png');
	width: 55px;
	height: 23px;
	line-height: 22px;
	margin-top: -28px;
	margin-left: -31px;
    cursor:pointer;
}
.main-container.circle-desktop .items .item .chair.user .name4{
	background: url('../images/new_world/workbench/user_name_label3.png');
	width: 55px;
	height: 23px;
	line-height: 20px;
	margin-top: -28px;
	margin-left: -6px;
    cursor:pointer;
}
.main-container.circle-desktop .items .item .chair.user .name5{
	background: url('../images/new_world/workbench/user_name_label4.png');
	width: 55px;
	height: 23px;
	line-height: 28px;
	margin-top: 17px;
	margin-left: 8px;
    cursor:pointer;
}
.main-container.circle-desktop .items .item .chair.user .my-name1{
	background: url('../images/new_world/workbench/my_name_label4.png');
	width: 55px;
	height: 23px;
	line-height: 28px;
	margin-top: 35px;
	margin-left: -3px;
	color: white;
}
.main-container.circle-desktop .items .item .chair.user .my-name2{
	background: url('../images/new_world/workbench/my_name_label2.png');
	width: 55px;
	height: 23px;
	line-height: 28px;
	margin-top: 23px;
	margin-left: -31px;
	color: white;
}
.main-container.circle-desktop .items .item .chair.user .my-name3{
	background: url('../images/new_world/workbench/my_name_label1.png');
	width: 55px;
	height: 23px;
	line-height: 18px;
	margin-top: -28px;
	margin-left: -31px;
	color: white;
}
.main-container.circle-desktop .items .item .chair.user .my-name4{
	background: url('../images/new_world/workbench/my_name_label3.png');
	width: 55px;
	height: 23px;
	line-height: 18px;
	margin-top: -28px;
	margin-left: -6px;
	color: white;
}
.main-container.circle-desktop .items .item .chair.user .my-name5{
	background: url('../images/new_world/workbench/my_name_label4.png');
	width: 55px;
	height: 23px;
	line-height: 28px;
	margin-top: 17px;
	margin-left: 8px;
	color: white;
}
.main-container.circle-desktop .items .item .chair.user .online-name1{
	background: url('../images/new_world/workbench/user_online4.png');
	width: 55px;
	height: 23px;
	line-height: 32px;
	margin-top: 35px;
	margin-left: -3px;
}
.main-container.circle-desktop .items .item .chair.user .online-name2{
	background: url('../images/new_world/workbench/user_online3.png');
	width: 55px;
	height: 25px;
	line-height: 32px;
	margin-top: 23px;
	margin-left: -31px;
}
.main-container.circle-desktop .items .item .chair.user .online-name3{
	background: url('../images/new_world/workbench/user_online2.png');
	width: 55px;
	height: 25px;
	line-height: 20px;
	margin-top: -28px;
	margin-left: -31px;
}
.main-container.circle-desktop .items .item .chair.user .online-name4{
	background: url('../images/new_world/workbench/user_online1.png');
	width: 55px;
	height: 25px;
	line-height: 20px;
	margin-top: -28px;
	margin-left: -6px;
}
.main-container.circle-desktop .items .item .chair.user .online-name5{
	background: url('../images/new_world/workbench/user_online4.png');
	width: 55px;
	height: 23px;
	line-height: 32px;
	margin-top: 17px;
	margin-left: 8px;
}
.main-container.circle-desktop .items .item .chair.join-chair1{
	background: url('../images/new_world/park/wb_position.png');
	width: 24px;
	height: 32px;
	margin-left: 65px;
	margin-top: 75px;
	top: 0;
}
.main-container.circle-desktop .items .item .chair.join-chair2{
	background: url('../images/new_world/park/wb_position.png');
	width: 24px;
	height: 32px;
	margin-left: 22px;
	margin-top: 60px;
	top: 0;
}
.main-container.circle-desktop .items .item .chair.join-chair3{
	background: url('../images/new_world/park/wb_position.png');
	width: 24px;
	height: 32px;
	margin-left: 4px;
	margin-top: 27px;
	top: 0;
}
.main-container.circle-desktop .items .item .chair.join-chair4{
	background: url('../images/new_world/park/wb_position.png');
	width: 24px;
	height: 32px;
	margin-left: 42px;
	margin-top: -16px;
	top: 0;
}
.main-container.circle-desktop .items .item .chair.join-chair5{
	background: url('../images/new_world/park/wb_position.png');
	width: 24px;
	height: 32px;
	margin-left: 88px;
	margin-top: 21px;
	top: 0;
}

.main-container.circle-desktop .items .item .chair.user .owner-name1{
	background: url('../images/new_world/workbench/owner_name_label4.png');
	width: 55px;
	height: 23px;
	line-height: 28px;
	margin-top: 35px;
	margin-left: -3px;
}
.main-container.circle-desktop .items .item .chair.user .owner-name2{
	background: url('../images/new_world/workbench/owner_name_label2.png');
	width: 55px;
	height: 23px;
	line-height: 23px;
	margin-top: 23px;
	margin-left: -31px;
}
.main-container.circle-desktop .items .item .chair.user .owner-name3{
	background: url('../images/new_world/workbench/owner_name_label1.png');
	width: 55px;
	height: 23px;
	line-height: 22px;
	margin-top: -28px;
	margin-left: -31px;
}
.main-container.circle-desktop .items .item .chair.user .owner-name4{
	background: url('../images/new_world/workbench/owner_name_label3.png');
	width: 55px;
	height: 23px;
	line-height: 20px;
	margin-top: -28px;
	margin-left: -6px;
}
.main-container.circle-desktop .items .item .chair.user .owner-name5{
	background: url('../images/new_world/workbench/owner_name_label4.png');
	width: 55px;
	height: 23px;
	line-height: 28px;
	margin-top: 17px;
	margin-left: 8px;
}

/********cloud desktop***********/
.main-container.cloud-desktop .items .item{
	background: url('../images/new_world/workbench/cloud-disktop.png');
	width: 112px;
	height: 105px;
	position: absolute;
	display: block;
}
.main-container.cloud-desktop .items .item .chair1{
	background: url('../images/new_world/workbench/c_user1.png');
	width: 33px;
	height: 63px;
	margin-top: 9px;
	margin-left: 80px;
}
.main-container.cloud-desktop .items .item .chair2{
	background: url('../images/new_world/workbench/c_user2.png');
	width: 18px;
	height: 22px;
	margin-top: -3px;
	margin-left: 46px;
}
.main-container.cloud-desktop .items .item .chair3{
	background: url('../images/new_world/workbench/c_user3.png');
	width: 30px;
	height: 62px;
	margin-top: 14px;
	margin-left: 0px;
}
.main-container.cloud-desktop .items .item .chair4{
	background: url('../images/new_world/workbench/c_user4.png');
	width: 34px;
	height: 63px;
	margin-top: 38px;
	margin-left: 22px;
}
.main-container.cloud-desktop .items .item .chair5{
	background: url('../images/new_world/workbench/c_user5.png');
	width: 35px;
	height: 63px;
	margin-top: 39px;
	margin-left: 59px;
}
.main-container.cloud-desktop .items .item .wait-chair1{
	background: url('../images/new_world/workbench/c_user_apply1.png');
	width: 33px;
	height: 63px;
	margin-top: 9px;
	margin-left: 80px;
}
.main-container.cloud-desktop .items .item .wait-chair2{
	background: url('../images/new_world/workbench/c_user_apply2.png');
	width: 18px;
	height: 22px;
	margin-top: -3px;
	margin-left: 46px;
}
.main-container.cloud-desktop .items .item .wait-chair3{
	background: url('../images/new_world/workbench/c_user_apply3.png');
	width: 30px;
	height: 62px;
	margin-top: 14px;
	margin-left: 0px;
}
.main-container.cloud-desktop .items .item .wait-chair4{
	background: url('../images/new_world/workbench/c_user_apply4.png');
	width: 34px;
	height: 63px;
	margin-top: 38px;
	margin-left: 22px;
}
.main-container.cloud-desktop .items .item .wait-chair5{
	background: url('../images/new_world/workbench/c_user_apply5.png');
	width: 35px;
	height: 63px;
	margin-top: 39px;
	margin-left: 59px;
}
.main-container.cloud-desktop .items .item .online-chair1{
	background: url('../images/new_world/workbench/c_user_online1.png');
	width: 33px;
	height: 63px;
	margin-top: 9px;
	margin-left: 80px;
}
.main-container.cloud-desktop .items .item .online-chair2{
	background: url('../images/new_world/workbench/c_user_online2.png');
	width: 18px;
	height: 22px;
	margin-top: -3px;
	margin-left: 46px;
}
.main-container.cloud-desktop .items .item .online-chair3{
	background: url('../images/new_world/workbench/c_user_online3.png');
	width: 30px;
	height: 62px;
	margin-top: 14px;
	margin-left: 0px;
}
.main-container.cloud-desktop .items .item .online-chair4{
	background: url('../images/new_world/workbench/c_user_online4.png');
	width: 34px;
	height: 63px;
	margin-top: 38px;
	margin-left: 22px;
}
.main-container.cloud-desktop .items .item .online-chair5{
	background: url('../images/new_world/workbench/c_user_online5.png');
	width: 35px;
	height: 63px;
	margin-top: 39px;
	margin-left: 59px;
}
.main-container.cloud-desktop .items .item .chair.user .name1{
	background: url('../images/new_world/workbench/user_name_label4.png');
	width: 55px;
	height: 23px;
	line-height: 28px;
	margin-top: 21px;
	margin-left: 5px;
}
.main-container.cloud-desktop .items .item .chair.user .name2{
	background: url('../images/new_world/workbench/user_name_label3.png');
	width: 55px;
	height: 23px;
	line-height: 22px;
	margin-top: -27px;
	margin-left: -9px;
}
.main-container.cloud-desktop .items .item .chair.user .name3{
	background: url('../images/new_world/workbench/user_name_label1.png');
	width: 55px;
	height: 23px;
	line-height: 22px;
	margin-top: -28px;
	margin-left: -20px;
}
.main-container.cloud-desktop .items .item .chair.user .name4{
	background: url('../images/new_world/workbench/user_name_label2.png');
	width: 55px;
	height: 23px;
	line-height: 30px;
	margin-top: 23px;
	margin-left: -23px;
}
.main-container.cloud-desktop .items .item .chair.user .name5{
	background: url('../images/new_world/workbench/user_name_label4.png');
	width: 55px;
	height: 23px;
	line-height: 28px;
	margin-top: 20px;
	margin-left: 0px;
}
.main-container.cloud-desktop .items .item .chair.user .my-name1{
	background: url('../images/new_world/workbench/my_name_label4.png');
	width: 55px;
	height: 23px;
	line-height: 28px;
	margin-top: 21px;
	margin-left: 5px;
	color: white;
}
.main-container.cloud-desktop .items .item .chair.user .my-name2{
	background: url('../images/new_world/workbench/my_name_label3.png');
	width: 55px;
	height: 23px;
	line-height: 18px;
	margin-top: -27px;
	margin-left: -9px;
	color: white;
}
.main-container.cloud-desktop .items .item .chair.user .my-name3{
	background: url('../images/new_world/workbench/my_name_label1.png');
	width: 55px;
	height: 23px;
	line-height: 18px;
	margin-top: -20px;
	margin-left: -17px;
	color: white;
}
.main-container.cloud-desktop .items .item .chair.user .my-name4{
	background: url('../images/new_world/workbench/my_name_label2.png');
	width: 55px;
	height: 23px;
	line-height: 30px;
	margin-top: 23px;
	margin-left: -23px;
	color: white;
}
.main-container.cloud-desktop .items .item .chair.user .my-name5{
	background: url('../images/new_world/workbench/my_name_label4.png');
	width: 55px;
	height: 23px;
	line-height: 28px;
	margin-top: 20px;
	margin-left: 0px;
	color: white;
}
.main-container.cloud-desktop .items .item .chair.user .online-name1{
	background: url('../images/new_world/workbench/user_online4.png');
	width: 55px;
	height: 23px;
	line-height: 30px;
	margin-top: 21px;
	margin-left: 5px;
}
.main-container.cloud-desktop .items .item .chair.user .online-name2{
	background: url('../images/new_world/workbench/user_online1.png');
	width: 55px;
	height: 25px;
	line-height: 18px;
	margin-top: -27px;
	margin-left: -9px;
}
.main-container.cloud-desktop .items .item .chair.user .online-name3{
	background: url('../images/new_world/workbench/user_online2.png');
	width: 55px;
	height: 25px;
	line-height: 20px;
	margin-top: -28px;
	margin-left: -20px;
}
.main-container.cloud-desktop .items .item .chair.user .online-name4{
	background: url('../images/new_world/workbench/user_online3.png');
	width: 55px;
	height: 23px;
	line-height: 32px;
	margin-top: 23px;
	margin-left: -23px;
}
.main-container.cloud-desktop .items .item .chair.user .online-name5{
	background: url('../images/new_world/workbench/user_online4.png');
	width: 55px;
	height: 23px;
	line-height: 32px;
	margin-top: 20px;
	margin-left: 0px;
}
.main-container.cloud-desktop .items .item .chair.join-chair1{
	background: url('../images/new_world/park/wb_position.png');
	width: 24px;
	height: 32px;
	margin-left: 91px;
	margin-top: 20px;
	top: 0;
}
.main-container.cloud-desktop .items .item .chair.join-chair2{
	background: url('../images/new_world/park/wb_position.png');
	width: 24px;
	height: 32px;
	margin-left: 43px;
	margin-top: -16px;
	top: 0;
}
.main-container.cloud-desktop .items .item .chair.join-chair3{
	background: url('../images/new_world/park/wb_position.png');
	width: 24px;
	height: 32px;
	margin-left: 4px;
	margin-top: 26px;
	top: 0;
}
.main-container.cloud-desktop .items .item .chair.join-chair4{
	background: url('../images/new_world/park/wb_position.png');
	width: 24px;
	height: 32px;
	margin-left: 28px;
	margin-top: 52px;
	top: 0;
}
.main-container.cloud-desktop .items .item .chair.join-chair5{
	background: url('../images/new_world/park/wb_position.png');
	width: 24px;
	height: 32px;
	margin-left: 65px;
	margin-top: 51px;
	top: 0;
}

/***hidden wb position***/
.main-container .items .item .chair.join.hidden-chair{
	/*visibility: hidden;*/
	filter:alpha(Opacity=0);
	-moz-opacity:0;
	opacity: 0;
}

.main-container.cloud-desktop .items .item .chair.user .owner-name1{
	background: url('../images/new_world/workbench/owner_name_label4.png');
	width: 55px;
	height: 23px;
	line-height: 30px;
	margin-top: 21px;
	margin-left: 5px;
}
.main-container.cloud-desktop .items .item .chair.user .owner-name2{
	background: url('../images/new_world/workbench/owner_name_label3.png');
	width: 55px;
	height: 23px;
	line-height: 18px;
	margin-top: -27px;
	margin-left: -9px;
}
.main-container.cloud-desktop .items .item .chair.user .owner-name3{
	background: url('../images/new_world/workbench/owner_name_label1.png');
	width: 55px;
	height: 23px;
	line-height: 20px;
	margin-top: -28px;
	margin-left: -20px;
}
.main-container.cloud-desktop .items .item .chair.user .owner-name4{
	background: url('../images/new_world/workbench/owner_name_label2.png');
	width: 55px;
	height: 23px;
	line-height: 32px;
	margin-top: 23px;
	margin-left: -23px;
}
.main-container.cloud-desktop .items .item .chair.user .owner-name5{
	background: url('../images/new_world/workbench/owner_name_label4.png');
	width: 55px;
	height: 23px;
	line-height: 32px;
	margin-top: 20px;
	margin-left: 0px;
}

/******************desktop position************************/
/*****small workbench*******/
.main-container.small-workbench .items .item#desktop1{
	margin-top: 421px;
	margin-left: 1138px;
}
.main-container.small-workbench .items .item#desktop2{
	margin-top: 340px;
	margin-left: 1714px;
}
.main-container.small-workbench .items .item#desktop3{
	margin-top: 443px;
	margin-left: 1489px;
}
.main-container.small-workbench .items .item#desktop4{
	margin-top: 547px;
	margin-left: 1314px;
}
.main-container.small-workbench .items .item#desktop5{
	margin-top: 663px;
	margin-left: 1104px;
}
.main-container.small-workbench .items .item#desktop6{
	margin-top: 686px;
	margin-left: 1522px;
}
.main-container.small-workbench .items .item#desktop7{
	margin-top: 609px;
	margin-left: 1797px;
}
.main-container.small-workbench .items .item#desktop8{
	margin-top: 453px;
	margin-left: 2013px;
}
.main-container.small-workbench .items .item#desktop9{
	margin-top: 619px;
	margin-left: 2182px;
}
.main-container.small-workbench .items .item#desktop10{
	margin-top: 864px;
	margin-left: 969px;
}
.main-container.small-workbench .items .item#desktop11{
	margin-top: 860px;
	margin-left: 1321px;
}
.main-container.small-workbench .items .item#desktop12{
	margin-top: 1076px;
	margin-left: 936px;
}
.main-container.small-workbench .items .item#desktop13{
	margin-top: 1045px;
	margin-left: 1344px;
}
.main-container.small-workbench .items .item#desktop14{
	margin-top: 1220px;
	margin-left: 1205px;
}
.main-container.small-workbench .items .item#desktop15{
	margin-top: 912px;
	margin-left: 1783px;
}
.main-container.small-workbench .items .item#desktop16{
	margin-top: 929px;
	margin-left: 2057px;
}
.main-container.small-workbench .items .item#desktop17{
	margin-top: 1100px;
	margin-left: 1675px;
}
.main-container.small-workbench .items .item#desktop18{
	margin-top: 1155px;
	margin-left: 1957px;
}
.main-container.small-workbench .items .item#desktop19{
	margin-top: 973px;
	margin-left: 2349px;
}
.main-container.small-workbench .items .item#desktop20{
	margin-top: 1266px;
	margin-left: 1618px;
}

/*****normal workbench*******/
.main-container.normal-workbench .items .item#desktop1{
	margin-top: 306px;
	margin-left: 1478px;
}
.main-container.normal-workbench .items .item#desktop2{
	margin-top: 468px;
	margin-left: 1568px;
}
.main-container.normal-workbench .items .item#desktop3{
	margin-top: 674px;
	margin-left: 1306px;
}
.main-container.normal-workbench .items .item#desktop4{
	margin-top: 585px;
	margin-left: 1456px;
}
.main-container.normal-workbench .items .item#desktop5{
	margin-top: 539px;
	margin-left: 1723px;
}
.main-container.normal-workbench .items .item#desktop6{
	margin-top: 652px;
	margin-left: 865px;
}
.main-container.normal-workbench .items .item#desktop7{
	margin-top: 809px;
	margin-left: 771px;
}
.main-container.normal-workbench .items .item#desktop8{
	margin-top: 761px;
	margin-left: 1055px;
}
.main-container.normal-workbench .items .item#desktop9{
	margin-top: 904px;
	margin-left: 928px;
}
.main-container.normal-workbench .items .item#desktop10{
	margin-top: 885px;
	margin-left: 1182px;
}
.main-container.normal-workbench .items .item#desktop11{
	margin-top: 1055px;
	margin-left: 1080px;
}
.main-container.normal-workbench .items .item#desktop12{
	margin-top: 805px;
	margin-left: 1443px;
}
.main-container.normal-workbench .items .item#desktop13{
	margin-top: 1040px;
	margin-left: 1383px;
}
.main-container.normal-workbench .items .item#desktop14{
	margin-top: 712px;
	margin-left: 1661px;
}
.main-container.normal-workbench .items .item#desktop15{
	margin-top: 910px;
	margin-left: 1619px;
}
.main-container.normal-workbench .items .item#desktop16{
	margin-top: 932px;
	margin-left: 1876px;
}
.main-container.normal-workbench .items .item#desktop17{
	margin-top: 781px;
	margin-left: 1854px;
}
.main-container.normal-workbench .items .item#desktop18{
	margin-top: 457px;
	margin-left: 1927px;
}
.main-container.normal-workbench .items .item#desktop19{
	margin-top: 626px;
	margin-left: 2002px;
}
.main-container.normal-workbench .items .item#desktop20{
	margin-top: 714px;
	margin-left: 2273px;
}

/*****large workbench*******/
.main-container.large-workbench .items .item#desktop1{
	margin-top: 293px;
	margin-left: 1095px;
}
.main-container.large-workbench .items .item#desktop2{
	margin-top: 426px;
	margin-left: 1055px;
}
.main-container.large-workbench .items .item#desktop3{
	margin-top: 357px;
	margin-left: 1247px;
}
.main-container.large-workbench .items .item#desktop4{
	margin-top: 478px;
	margin-left: 1567px;
}
.main-container.large-workbench .items .item#desktop5{
	margin-top: 582px;
	margin-left: 1409px;
}
.main-container.large-workbench .items .item#desktop6{
	margin-top: 592px;
	margin-left: 1779px;
}
.main-container.large-workbench .items .item#desktop7{
	margin-top: 655px;
	margin-left: 1617px;
}
.main-container.large-workbench .items .item#desktop8{
	margin-top: 755px;
	margin-left: 1488px;
}
.main-container.large-workbench .items .item#desktop9{
	margin-top: 790px;
	margin-left: 1116px;
}
.main-container.large-workbench .items .item#desktop10{
	margin-top: 871px;
	margin-left: 936px;
}
.main-container.large-workbench .items .item#desktop11{
	margin-top: 865px;
	margin-left: 1273px;
}
.main-container.large-workbench .items .item#desktop12{
	margin-top: 941px;
	margin-left: 1095px;
}
.main-container.large-workbench .items .item#desktop13{
	margin-top: 948px;
	margin-left: 1612px;
}
.main-container.large-workbench .items .item#desktop14{
	margin-top: 862px;
	margin-left: 1775px;
}
.main-container.large-workbench .items .item#desktop15{
	margin-top: 943px;
	margin-left: 1911px;
}
.main-container.large-workbench .items .item#desktop16{
	margin-top: 1028px;
	margin-left: 1768px;
}
.main-container.large-workbench .items .item#desktop17{
	margin-top: 1152px;
	margin-left: 1329px;
}
.main-container.large-workbench .items .item#desktop18{
	margin-top: 1267px;
	margin-left: 1154px;
}
.main-container.large-workbench .items .item#desktop19{
	margin-top: 1270px;
	margin-left: 1437px;
}
.main-container.large-workbench .items .item#desktop20{
	margin-top: 1349px;
	margin-left: 1289px;
}

.tooltip{
    position: absolute;
    z-index: 1002;
}
