*{ margin: 0px; padding: 0px;}
html{margin:0; height:100%;}
body{ margin:0; height:100%; }
body{ color: #444;overflow: hidden}
a{ color: #333333; text-decoration: none; cursor: pointer;font-family:"Microsoft Yahei"; }
a:hover{ color: #666666;}
a:focus{ outline: none;}
img{ border: 0px;}
ol, ul, menu{ list-style: none;}
body, button, code{ font-size: 12px;font-family:"Microsoft Yahei"; border: 0px;}
::-ms-clear,::-ms-reveal{display:none;}
.wrap{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left:0px;
    overflow:hidden;
    border-left:1px solid #e5e3e3;
    box-shadow: -2px 2px 4px RGBA(150,152,154,.2);
}

/*********主面板上的样式开始*********/
.main-panel-wrap{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom:0;
    overflow:hidden;
    border-left:1px solid #e5e3e3;
    box-shadow: -2px 2px 4px RGBA(150,152,154,.2);
    z-index: 10;
}
.search-container{
    /*background-color: #EEEEEE;*/
    height: 40px;
    position: relative;
    left: 0;
    top:0;
    right: 0;

}
.search-textBox-container{
    position: absolute;
    left: 5px;
    top:4px;
    right: 5px;
    height: 30px;
    border: 1px solid #ABABAB;
    background-color: #fff;
}
.search-textBox-container div{
    position: absolute;
    left: 0px;
    top:0px;
    right: 25px;
}
.search-TextBox{
    padding-left: 5px;
    width: 99.9%;
    line-height: 30px;
    border: 0;
    height: 30px;
}


.searchBtn {
    width: 32px;
    height: 32px;
    display: inline-block;
    position: absolute;
    right: -3px;
    top: 0px;    
    cursor: pointer;
    background-repeat:no-repeat;
    background-position:center;
}

.btnBack{
    cursor: pointer;
    color:#0173C7;
}
.btnBack:hover{
    color:#4D9DD8;
}

.searchBtnDefault{
    background-image: url(../img/icon_search_16_darkgrey.png);
}
.searchBtnDefault:hover{
    background-image: url(../img/icon_search_16_darkblue.png);
}
.searchBtnCancel {
    background-image: url(../img/icon_cancel_16_darkgrey.png);
}
.searchBtnCancel:hover{
    background-image: url(../img/icon_cancel_16_darkgrey.png) ;
}

.tree-container{
    position: absolute;
    left: 0;
    right: 0;
    top:40px;
    bottom: 0;
    overflow-x:hidden;
    overflow-y:auto;
}

/***********树节点上的浮动的按钮样式*************/

.floatToolBarContainer {
        width: 75px;
        height: 24px;
        right: 0px;
        position: absolute;
        /*background-color: #E6F2FA;*/
}

    .floatToolBar-btn-arrow {
        width: 16px;
        height: 16px;
        margin-top: 4px;
        margin-bottom: 4px;
        margin-right: 4px;
        margin-left: 4px;
        background: url("../img/icon_arrow(right)_16_dark%20grey.png");
    }
/*浮动的toolbar里的小按钮的默认样式 */
    .floatToolBar-common{
        text-align: center;
        width: 24px;
        height: 25px;
        border-left: 1px solid white;
        position: absolute;
        font-size: 12px;
        line-height: 25px;
        cursor:pointer;
    }
 

    .floatToolBar-common-selected{
        font-weight:bold;
        background-color:#CDE6F7;
    }
   
    .floatToolBar-common-unselected{
        font-weight: bold;
        background-color:#E6F2FA;
    }

   

    .floatToolBar-Arrow {
        right: 0px;
    }
    .floatToolBar_cc {
        right: 25px;
    }
    .floatToolBar_to {
        right: 50px;
    }

    .DianJiPosition{
    width:50px;
    height:100%;
    position:absolute;
    top:0;
    left:0px;
    background-color:white;
    display:none;
    opacity:0.8;
    cursor:pointer;
}

/*********主面板上的样式结束*********/


/*********用户列表面板上的样式开始*********/
.user-panel-wrap{
    position: absolute;
    top:0;
    left: 30px;
    right: 0;
    bottom:0;
    overflow:hidden;
    border-left:1px solid #e5e3e3;
    box-shadow: -2px 2px 4px RGBA(150,152,154,.2);
    background-color: #fff;
    z-index: 30;

}
.popup-container-cancel{
    height: 30px;
}
.return-arrow-D{
    position:absolute;
    left:0;
    width: 16px;
    height: 24px;
    margin: 4px 6px 0 8px;
    cursor:pointer;
    background: url("../img/arrow_left.png") no-repeat 1px 2px;
}
.popup-corporate-contacts{
    line-height: 30px;
    font-size: 16px;
    font-weight:bold;
    overflow: hidden;
    width:200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    position:absolute;
    right:0;
    left:30px;
    cursor:pointer;
}
.user-list-wrap{
    position: absolute;
    top:70px;
    left: 0;
    right: 0;
    bottom: 215px;
    /*background-color: coral;*/
    overflow-x:hidden;
    /*border-bottom:solid 1px #CACACA;*/
}
.asyncLoaduserstyle
{
    width: 100%;
    height:30px;
     background-color: #F7F7F7;
     line-height:30px;
     text-align:center;
     opacity:0.9;
     position: absolute;
     bottom: 215px;
}
.asyncLoaduserstyle div{
    float:left;
}
.empty {
    margin-top: 20%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    border: 0px solid #ededed;
    position:absolute;
    z-index:999;
}
/*********用户ITEM的默认样式*********/
.user_item{
    position: relative;
    height: 48px;
    left: 0;
    right:0;
    border: 1px solid #fff;
    /*margin-bottom: 1px;*/
}
/*********用户ITEM的默认样式鼠标悬停时候的样式*********/
/*.user_item:hover{
    background: #E6F2FA;
}*/
/*********用户ITEM的鼠标悬停时候的样式 js中需要*********/
/*.user_item_hover{
    background: #E6F2FA;
    position: relative;
    height: 48px;
    left: 0;
    right:0;
    border: 1px solid #fff;
}*/
/*********用户ITEM的被选中时样式*********/
.user_item_selected{
    background: #CDE6F7;
    /*margin-bottom: 1px;*/
}
.user_item_hover{
    background: #E6F2FA;
    /*margin-bottom: 1px;*/
}
/*********用户ITEM的左边部分放置头像的*********/
.user-item-left{
    position: absolute;
    left: 3px;
    top: 0px;
    bottom: 0;
    width: 48px;
    height: 48px;
}
/*用户列表的用户头像*/
.user_item_userPhoto{
    width: 48px;
    height: 48px;
    line-height:48px;
    text-align:center;
    font-size:19px;
    font-family: 'Microsoft YaHei';
    color:#fff;
    background-repeat:no-repeat;
    background-position:center;
    background-size: 103%;
}
/*********用户ITEM的右边部分样式*********/
.user-item-right{
    position: absolute;
    left: 52px;
    right: 0;
    top: 0;
    bottom: 0;
    height: 48px;

}
/*********用户ITEM的右边部分显示名的样式*********/
.user-item-right-userDisplay{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    height: 24px;
    padding-top: 2px;
    padding-left: 5px;
}
/*********用户ITEM的右边部分mail的样式*********/
.user-item-right-usermail{
    width: 300px;
    white-space:nowrap;/* 不换行 */
    overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
    line-height: 24px;
    padding-left: 5px;
    height: 24px;
    margin-top: -2px;
}
/*********用户ITEM的TO CC的容器*********/
.toccContainer{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 72px;
}
.toccContainer div:hover{
    font-weight: bold;
}
/*********Item 被选中时候的to cc 样式*********/
.to_cc_div_selected{
    float: left;
    width: 35px;
    height: 48px;
    line-height: 48px;
    background-color: #CDE6F7;
    cursor: pointer;
    text-align: center;
    border-left: 1px solid white;
}
.to_cc_div_selected:hover{
    background-color: #E6F2FA;
}
/*********Item 未被选中时候的to cc 样式*********/
.to_cc_div_unselected{
    float: left;
    width: 35px;
    height: 48px;
    line-height: 48px;
    background-color: #E6F2FA;
    cursor: pointer;
    text-align: center;
    border-left: 1px solid white;
}
.to_cc_div_unselected:hover{
    background-color: #CDE6F7;
}

.divLoding
{
   height:35px;
    width:35px;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-17px;
    margin-top:-17px;
    z-index:100;
}

/*联系人卡片*/
.contact_card{
    min-width:200px;
    display: block; 
    height: 215px;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    border-top: 1px solid #cacaca;
}
.contact_card_top{
    height:20px;
    text-align:right;
    position:relative;
    top:0;
    left:0;
    right:0;
    /*background:red;*/
}
.contact_card_top img{
    position:relative;
    right:2px;
    top:2px;
    bottom:0;
    cursor:pointer;
}
.contact_card_middle{
    height:75px;
    position:relative;
    top:0px;
    left:0;
    right:0;
    /*background:#90eeeb;*/
}
.contact_card_middle_left{

    position:relative;
    left:5px;
    top:3px;
    width:70px;
    height:70px;
}
.contact_card_userPhoto{
    width:70px;
    height:70px;
    line-height:70px;
    text-align:center;
    font-size:48px;
    font-family: 'Microsoft YaHei';
    color:#fff;
    cursor:pointer;
    background-repeat:no-repeat;
    background-position:center;
}
.contact_card_middle_right{
    /*background-color:blue;*/
    position:absolute;
    left:85px;
    top:3px;
   right:0;
    height:70px;
}
.contact_card_middle_info{
    height:20px;
    line-height:20px;   
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact_card_middle_info_displayname{
    font-size:16px;
}
.contact_card_middle_buttons_wrap{
    margin-top: 2px;
    min-width: 180px;
    overflow: hidden;
}
.contact_card_middle_button{
    padding: 4px 4px 3px 4px;
    border: 1px solid #CDE6F7;
    background-color: white;
    cursor: pointer;
    width:55px;
}
.contact_card_middle_button:hover{
    background-color: #E6F2FA;
}
.contact_card_bottom{
    position:absolute;
    top:95px;
    left:0;
    right:0;
    bottom:0;
    /*background:#d1f70b;*/
}
.contact_card_bottom_info{
    height:20px;
    line-height: 20px;
    
    color: rgb(68, 68, 68);
    font-weight: normal;
    margin-left:5px;
}
.contact_card_bottom_info_a{
    margin-right:10px;
    margin-left:0px;
    cursor: pointer;
}
.contact_card_bottom_info_a:hover{

    color: rgb(0, 114, 198);
}
.contact_card_bottom_info_a_selected{
    font-weight: bold;
    color: rgb(0, 114, 198);
}
.contact_card_bottom_item1{
    height:20px;
    margin-top:5px;
    /*background-color:red;*/
}
.contact_card_bottom_item1_icon{
    position:absolute;
    left:0;
    width:20px;
    margin-left:8px;
    margin-top:3px;
}
.contact_card_bottom_item1_text{
    position:absolute;
    left:35px;
    line-height:20px;
    float:left;
    margin-left:5px;
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.contact_card_bottom_item2{
    height:80px;
}

.contact_card_bottom_item2_left{
    position:relative;
    right:75px;
    left:0;
}
.contact_card_bottom_item2_left_itemwarp{
    line-height:22px;
    height:22px;
    position:relative;
    left:0;
    right:0;
}
.contact_card_bottom_item2_icon{
    width:20px;
    padding-left:6px;
    position:relative;
    left:2px;
    top:3px;
}
.contact_card_bottom_item2_text{
    line-height:20px;
    padding-left:10px;
    position:relative;
    left:29px;
    top:-22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact_card_bottom_item2_right{
    position:absolute;
    right:2px;
    width:75px;
    height:75px;
    top:45px;
    cursor:pointer;
}

/*********用户列表面板上的样式结束*********/
/***********************/
.laoding_parent{
    position: absolute;
    left:0;
    right: 0;
    bottom: 0;
    top:0;
    background-color: #fff;
    z-index: 9999;
}
.laoding_child{
    position: absolute;
    top: 50%;
    left: 50%;
    height:30%;
    width:50%;
    margin: 0;

}

/*************高清头像***************/

#heighImage_Warp{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    background:rgba(255,255,255,0.76);
    /*background:red;*/
    z-index:999;
    left:0;
}
#heighImage_container{
    position: absolute;width:300px;height:300px;left:50%;top:50%; 
   margin-left:-150px;margin-top:-150px;border:1px solid #BBBBBB;
    background:#fff;
    z-index:9991;
}
#heighImage_tool{
    height:25px;
    width:100%;
}
#heighImage_tool div{
    width:16px;
    height:16px;
    margin-right:0;
    background:url('../img/filespic.png'  ) no-repeat;
    background-position:-64px -32px;
    position:absolute;
    right:2px;
    top:2px;
}
#heighImage_tool div:hover{
    background-position:-80px -48px;
}
#heighImage_image{
    /*background-color:aqua;*/
    position:relative;
    right:0px;
    top:0px;
    bottom:0;
    /*padding:10px;*/
}
#heighImage_image img{
    width: 260px;
    height: 260px;
    position: absolute;
    left: 20px;
    top: -4px;
    right: 10px;
}

#heighText{
    width: 260px;
    height: 260px;
    color:#fff;
    position: absolute;
    left: 20px;
    top: -4px;
    right: 10px;
    font-size:120px;
    line-height:260px;
    text-align:center;
    background-color:rebeccapurple;
}

.loadingContainer {
    width: 260px;
    height: 260px;
    position: absolute;
    left: 18px;
    right: 10px;
    top: -4px;
}
.loadingContainer div {
    text-align: center;
    height: 141px;
    line-height: 220px;
    color: #2b89d0;
}
.loadingBigPhoto {
    width: 16px !important;
    height: 16px !important;
    position: relative;
    left: 50% !important;
    margin-left: -8px !important;
    margin-top: 110px !important;
    position: absolute;
    top: 15px !important;
}


/******************错误信息显示***********************/
.error_parent{
    position: absolute;
    left:0;
    right: 0;
    bottom: 0;
    top:0;
    background-color: #fff;
    z-index: 9999;
}
.error_child{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height:50px;
    line-height: 50px;
    width:100%;
    margin: 0;
    background-color: #F4F4F4;
}
.error_fault{
    margin-left: 10px;
}
.error_errorText{
    color:red;
}



/*****************************************disclaimer  begin**************************************/
.disclaimer_wrap
{
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background:#FFF;
    z-index:99999;
}
.disclaimer_top{
    background-color:#f1f1f1;
    position:relative;
    height:325px;
    top:0;
    left:0;
    right:0;
}
.disclaimer_logo {
    position: relative;
    top: 40px;
    /*min-width: 500px;
    width: 500px;*/
    text-align: center;
    margin: 0 auto;
}

.disclaimer_logo img{
    width:160px;
    height:160px;
    border:2px solid #fff;
border-radius:25px;
-moz-border-radius:25px; /* Old Firefox */
}
.disclaimer_title {
    font-family: "Microsoft YaHei";
    font-size: 2.1em;
    color: #eb3c00;
    background-color: #f1f1f1;
    /*min-width: 500px;
    width: 500px;*/
    margin: 0 auto;
    position: relative;
    top: 65px;
    text-align: center;
}
.disclaimer_prompt{
    position:relative;
    top:30px;
    left:0;
    right:0;
    bottom:50px;
    font-family:'Microsoft YaHei';
    font-size:1.5em;
    padding:20px;
}
.disclaimer_prompt p{
    line-height:30px;
}
.disclaimer_footer_btn {
    background-color: #F1F1F1;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 50px;
    line-height: 50px;
    text-align:center;
}
.disclaimer_begin_btn{
    display: inline-block;
    /*margin-left: 95px;*/
    height: 30px;
    width: 120px;
    border-radius: 15px;
    text-align: center;
    background-color: #0072c7;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}
.disclaimer_begin_btn:hover{
    background-color: #4899D5;
}

/*****************************************disclaimer  end**************************************/
