/* cs2c self */
cs2c_comment,
cs2c_text {
    display: none;
}

/* ICON */
/* BASE */
/*css主要部分的样式*/
/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/

/* ::-webkit-scrollbar { */
/* width: 10px; */
/*对垂直流动条有效*/
/* height: 5px; */
/*对水平流动条有效*/
/* } */
input {
    outline: none;
}
.dialog-body input::-webkit-input-placeholder{
    color: #222;
}

input[type='checkbox'],
.dialog input[type='checkbox'] ,
.tblist input[type='checkbox'] {
    vertical-align: middle;
    width: 16px;
    height: 16px;
    /* background-color: #fff; */
    -webkit-appearance: none;
    background: url('../image/checkbox.svg') no-repeat center center;
    background-size: 100% 100%;
    border: none;
    margin: 0;
    outline: none;
}

input[type=checkbox]:checked {
    background: url("../image/checedkbox.svg")no-repeat center;
    background-size: 100% 100%;
}

* {
    scrollbar-face-color: #bdb8b8;
    /*滚动条颜色*/
    scrollbar-shadow-color: #bdb8b8;
    /*滚动条的边框*/
    scrollbar-track-color: #f5f5f5;
    /*浏览器滚动条背景色*/
    scrollbar-arrow-color: #f5f5f5;
    /*滚动条向上向下指示箭头颜色*/
}

/*定义滚动条的轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #f5f5f5;
    border-radius: 5px;
}


/* 定义滑块颜色、内阴影及圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px#bdb8b8;
}



/*定义两端按钮的样式*/
/* ::-webkit-scrollbar-button {
    background-color:cyan;
    } */

/*定义右下角汇合处的样式*/
/* ::-webkit-scrollbar-corner {
    background:khaki;
    } */
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #222;
    min-width: 800px;
    overflow: hidden;
    /* -moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none */
}
html,body,body select,body input,body button,body textarea{
    font-family: "微软雅黑", "Lucida Grande",Verdana,Tahoma, arial, "Hiragino Sans GB", "Microsoft Yahei", Arial, Helvetica, STHeiti, OrhonChaganTig, "宋体";
}
html, body,
.ztree li span,
.dialog input,
input,
select,
button,
textarea{
    font-size: 12px;
}
body.release {
    overflow: hidden;
}

a {
    color: #666;
}

.g-warning {
    color: red;
    line-height: 40px;
}
.xj-warning{
    color: red;
    line-height: 25px;
}
.warning-content{
    text-indent: 66px;
}
.g-label {
    font-weight: bold;
}

.g-unselectable {
    -moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.expand100 {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.cursor-pointer {
    cursor: pointer;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: rgb(250, 255, 189);
    background-image: none;
    color: rgb(0, 0, 0);
    outline: none;
}

a:hover {
    text-decoration: none;
}

body .g-grey {
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #0442a5; */
    background: #2b2b2c;
    filter: alpha(opacity=10);
    opacity: 0.70;
    z-index: 2999;
}
body .sp-grey{
    /* background: url(../default/images/base_img/bj.jpeg) no-repeat; */
    /* background-size: 100% 100%; */
    opacity: 1;
    z-index: 3000;
    background: #4b7fb9;
}

/*修改滚动条样式*/
div::-webkit-scrollbar {
    width: 8px;
    height: 8px;

}

div::-webkit-scrollbar-track {
    background: rgb(239, 239, 239);
    border-radius: 2px;
}

div::-webkit-scrollbar-thumb {
    background: #bfbfbf;
    border-radius: 2px;
}

div::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

div::-webkit-scrollbar-corner {
    background: #fff;
}

body .g-disable {
    filter: alpha(opacity=10);
    opacity: 0.10;
}

.mask {
    height: 100%;
    width: 100%;
    position: fixed;
    position: absolute;
    top: 0;
    z-index: 1000;
}

.opacity {
    opacity: 0;
    filter: alpha(opacity=0);
}

.g-click {
    cursor: pointer;
    word-break: break-all;
}

.g-click:hover {
    color: #000000;
}

.t-center {
    text-align: left;
    text-indent: 10px;
}

.g-drag {
    position: absolute;
    z-index: 5001;
}

.g-xclose:hover {
    cursor: pointer;
}

.g-subject {
    color: #222;
    padding: 4px 10px;
    border: 1px solid #ccc;
    /* background-color: #015293; */
    background: url(../image/button_b.png) repeat scroll left bottom;
    font-weight: 500;
    border-radius: 2px;
}

.g-em {
    color: #bd2f00;
}

/* print */
.print-wrap {
    overflow: scroll;
}

.print-wrap pre {
    word-break: break-all !important;
    word-wrap: break-word !important;
    white-space: pre-wrap !important;
}

.print-wrap table,
.print-wrap pre {
    font-size: 12px;
    font-family: "Microsoft Yahei", verdana;
}

/*before*/
.main-before {
    background-color: #000;
}

/* background */
.main-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*     background-color: #68acff;
    background: url("images/base_img/banner.png") no-repeat scroll left top */
    ;
}

/* top */
.top_b {
    width: 100%;
    height: 4px;

    background-color: #326da5;
    /* background: url(images/base_img/top_b.gif) repeat-x; */
}

.main-top {
    height: 60px;
    /* background-color: #F2F2F2; */
    position: relative;
}

.top-logo {
    float: left;
    margin-left: 10px;
    /*margin-top:10px;*/
}

.top-sys-warn {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    /* right:300px; */
    border: 1px solid #015293;
    color: red;
    padding: 5px 10px;
    z-index: 11;
    /*     box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); */
    border-radius: 3px;
}

.top-menu {
    position: absolute;
    /* top: 50%;
    margin-top: -17px; */
    right: 0;
    float: right;
    /* font-weight: 600; */
    background-color: #ffffff;
    border-radius: 15px;
    padding: 0 0 0 5px;
    color: #6e6e6e;
}

.top-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    float: left;
}

.top-user-wrap {
    position: relative;
    height: 60px;
    float: left;
    text-align: center;
    /* margin: 3px 5px 0 2px; */

}

.top-user-bg,
.top-user-logout {
    width: 85px;
}

.top-user-user {
    margin: 0 18px 0 17.5px;
}

.top-user-bg {
    background: #f5f5f5;
}

.top-user-border {
    border-right: 2px solid #dcdcdc;
}

/* .top-user-border-left {
    border-left: 2px solid #96b8dd;
} */

.top-user {
    display: inline-block;
    margin-top: 17px;
    margin-left: 8px;
    text-align: left;
    font-weight: bold;
    color: #000;
}

.top-drop {
    margin-top: 4px;
}

.top-menu-margin {
    margin-left: 16px;
}

.user-info {
    margin-top: 0px;
    background-color: #ffffff;
    padding: 2px 15px;
    border-radius: 3px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);

}

.user-info td {
    vertical-align: middle;
    padding: 8px 0;
    border-bottom:1px solid #ddd;
}

.user-info tr {
    vertical-align: middle;
    padding: 8px 0;
}

.user-info-label {
    color: #222;
    /* font-weight: bold; */
    /*border: 1px solid #015293;
    background-color: #015293;*/
    /* padding: 3px 5px; */
    border-radius: 3px;
}
.user-info-search{
    color: #326da5;
}
.user-info-val {
    color: #adabab;
    /* font-weight:bold; */
}

.user-info-quota-bar {
    height: 5px;
    background-color: #f3f3f3;
    border-left: 33px solid #326da5;
    border-radius: 2px;
    /* margin-left: 20px; */
}

/* bottom locator */
.main-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    font-size: 0;
    clear: both;
}

/* main middle */
.main-main {
    position: absolute;
    top: 59px;
    bottom: 0px;
    width: 100%;
    min-height: 150px;

}

/* sidebar folder */
.compose-div {
    display: inline-block;
    position: absolute;
    top: -39px;
    /* top: -1px; */
    left: 15px;
    width: 41%;
    height: 30px;    
    background-color: #326DA5; 
    /* border: 1px solid #ccc; */
    /* border-top: none; */
     border-radius: 2px;
    color: #FFF;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
    /* border-right: 2px solid #d8d7d7; */
}

.compose-div:hover {
    background-color: #326DA5; 
    /* background: url(images/base_img/bigSize/compose_recieve.png) repeat-x; */
    color: #FFF;
}

.compose-icon {
    position: absolute;
    top: 9px;
    left: 20px;
}

.compose-icon:hover {
    color: white;
}

.compose-con {
    position: absolute;
    top: 0;
    left: 46px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}

.receive-div {
    position: absolute;
    top: -39px;
    /* top: -1px; */
    right: 15px;
    width: 41%;
    height: 30px;
    background-color: #326da5;
    /* border-left: 1px solid #fff; */
     border-radius: 2px;
    color: white;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);

}

b {
    font-weight: normal;
}

.receive-div:hover {
    background-color: #326da5;
}

.receive-icon {
    position: absolute;
    top: 9px;
    left: 20px;
}

.receive-icon:hover {
    color: white;
}

.compose-div:hover,
.receive-div:hover {
    cursor: pointer;
    /*     background-color:#015293;
    color: white; */
}

.compose-div:hover>.compose-icon,
.receive-div>.compose-icon:hover {
    color: white;

}

/* .dp-list {
    height: 250px;
    overflow-y: auto;
} */
.folder-sd {
    overflow-y: auto;
    position: absolute;
    /* top: 32px; */
    top: 0;
    bottom: 0px;
    width: 100%;
}

.folder-sd .sdl-item-icon {}

.folder-sd-wrap {
    /* overflow-y:auto; */
    height: 100%;
}

.folder-sd-con {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.cradio {
    color: #555;
    display: inline-block;
    border: 1px solid #999;
    padding: 0 0.5em;
    border-left-width: 0px;
    margin: 0px;
}

.cradio-l {
    border-radius: 3px 0 0 3px;
    border-left-width: 1px;
}

.cradio-r {
    border-radius: 0 3px 3px 0;
}

.cradio-s {
    background-color: #e0eee8;
}

.search-bar-wrap {
    display: inline-block;
    height: 28px;
    line-height: 26px;
    border: 1px solid #ccc;
    background-color: #ffffff;
    padding: 0px 8px;
    border-radius: 3px;
    vertical-align: middle;
    margin-right: 10px;
}

.search-bar-wrap * {
    border-width: 0px;
    height: 16px;
    width: 236px;
    line-height: 16px;
    background-color: #ffffff;
    vertical-align: middle;
    outline: none;
}


.font {
    font-family: 黑体;
    font-size: 14px;
}

.select {
    display: block;
    width: 93%;
    height: 30px;
    padding: 3px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
}

.font1 {
    width: 70px;
}

.input {
    display: block;
    height: 30px;
    width: 230px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    padding: 0;
    line-height: 30px;
    text-indent: 5px;
    box-sizing: border-box;
}

.select1 {
    display: block;
    height: 30px;
    width: 230px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    padding: 0;
    line-height: 30px;
    text-indent: 5px;
    box-sizing: border-box;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../image/dropdown.png");
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-size: 5% auto;
    border-radius: 3px;
    padding: 0;
}
.tblist .select2 {
    margin-bottom: 2px;
    width: 391px;
    outline: none;
    box-sizing: border-box;
}

.msg {
    position: absolute;
    top: 78%;
    left: 6%;
}

.ztree {
    /* width: 230px; */
    width: 306px;
    float: left;

    /* min-height: 98%; */
    /* overflow: auto; */
    /* max-height: 100%; */
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .ztree {
        min-height: 98%;
    }
}

@media all and (min-width:0) {
    .ztree {
        min-height: 98%;
    }

    /* IE9 only, 现在IE10也支持 */
}

/* .c_list {
    position: absolute;
} */

.l_input {
    display: inline-block;
    width: 218px;
    height: 22px;
    padding: 3px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 3px;
    outline: none;
    background: #f4f4f4;
    border: 1px solid #e9e9e9;
}



.b {
    box-sizing: border-box;
    padding-left: 312px;
    /* padding-left: 250px; */
    /*  position: absolute;
    left: 320px;
    width: calc(100% - 320px);
    float: right; */
    overflow-y: auto;
    height: 100%;
}

div#login-footer {
    max-width: 920px;
    margin: 0 auto;
}

.zw-bottom {
    width: 100%;
    max-width: 770px !important;
}

.fl {
    display: block;
    float: left;
}

.fr {
    display: block;
    float: right;
}

.clearfix {
    clear: both;
}

.zw-bottom div#ifoot_copyright_w {
    width: 450px;
    float: left;
    text-align: left;
    height: 115px;
    margin-top: 5px;
    color: #666;
    font-size: 14px;
    line-height: 30px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 20px;
    padding-right: 20px;
}

div#ifoot_copyright_t {
    float: right;
    text-align: center;
    border: #e2e2e3 1px solid;
    line-height: 30px;
    padding: 5px;
}

div#ifoot_copyright_t img {
    float: left;
}

div#ifoot_copyright_t p {
    width: 104px;
    height: 54px;
    float: left;
    font-size: 14px;
    display: block;
    color: #666;
    margin: 0;
}

.zw-top {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
}

.zw-top img {
    display: block;
    float: left;
    height: 50px;
    width: auto;
    margin: 30px;
}

#head .zw-dqwz {
    font-size: 20px;
    width: 100px;
    height: 50px;
    line-height: 20px;
    display: block;
    margin-top: 45px;
    float: left;
    color: saddlebrown;
}

.zw-login {
    margin: 0px auto;
}

.zw-login #textform {
    display: block;
    width: 400px;
}

.zw-login div#textform {
    margin: 5% 0px;
}

.ckpassword-input {
    width: 240px;
    height: 34px;
    background-color: rgb(250, 255, 189);
    border: 1px solid #0098e8;
    line-height: 40px;
    border-radius: 4px;
    padding: 0px 10px;
}

.zw-login-btn {
    font-family: 黑体;
    background: #b8ca54;
    color: #fff;
    width: 100%;
    font-weight: bolder;
    text-shadow: 1px 1px 0 #3f4a01;
    box-shadow: 2px 2px 0 #8ea319;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    border-color: #bdd056;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 4px;
}

.zw-login-form {}

.zw-login .main-table {
    max-width: 400px;
    float: right;
    margin: 5%;
}

.zw-login-form .form-group {
    width: 100%;
    margin: 0px;
    margin-bottom: 5px;
}

.zw-login-form .control-label {
    height: 40px;
    width: 120px;
    float: left;
    padding: 0px 10px;
}

.zw-login-form .login-form-box {
    width: 240px;
    float: left;
}

.all_contact {
    background-color: #f2f2f2;
    margin-top: -39px;
    height: 26px;
    padding: 10px 0 0 30px;
}

.contact_item {
    height: 16px;
    font-size: 16px;
    color: black;
    font-weight: bold;
}

.code {
    color: red;
    font-size: 14px;
    font-weight: normal;
}

.tab_con {
    background-color: black;
}

.contact_body {
    position: absolute;
    width: 100%;
    height: 100%;
    background: yellow;
}

.add_contact {
    position: absolute;
    width: 400px;
    height: 50px;
    padding: 30px;
    border: 1px solid #015293;
    border-radius: 7px;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -25px;
    z-index: 3000;
    background-color: #f2f2f2;
}

/* 安全提示 */
.con {
    margin-top: -50px;
    z-index: 20000;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    font-family: "Microsoft YaHei", 微软雅黑;
    /* transition: all 1s; */
    animation: 0.5s message forwards alternate;
    animation-play-state: paused;
}



@keyframes message {
    100% {
        margin-left: 3000px;
    }

    /* 100% {  margin-left: 300px;  } */
}

.mes_tips {
    border-radius: 10px;
    border: 1px solid #015293;
    width: 50%;
}

.mes_title {
    padding: 5px auto;
    width: 100%;
    background-color: #015293;
    border-radius: 10px 10px 0 0;
}

.mes_con {
    padding: 30px;
    width: 100%;

}

.mes_inner {
    margin: 30px;
}


.mes_item {
    margin: 15px auto;
    font-size: 22px;
    text-indent: 2em;
    font-family: SimSun;
}

.mail_button {
    width: 70px;
    height: 34px;
    border: 1px solid #015293;
    border-radius: 6px;
    background-color: #015293;
    cursor: default;
    margin-top: 30px;
    opacity: 0.5;
    bottom: 0px;
}

.g_warning {
    color: red;
}

.setting-body .g_warning {
    padding-left: 10px;
}

.mail_font_top {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    font-family: "方正小标宋_GBK";
}

.count_num {
    margin-left: 10px;
    margin-top: 38px;
    font-size: 14px;
    color: #015293;
}

.warn_tips {
    position: absolute;
    left: 50%;
    margin-left: -140px;
    margin-top: -60px;
    font-weight: 549;
    color: red;
    border: 1px solid #dbdada;
    padding: 3px 17px;
}

.warn_tips_item {
    height: 12px;
    width: 12px;
    display: inline-block;
    cursor: pointer;
    margin-left: 20px;
}

.sidebar_title {
    /*  border-bottom: 1px solid #015293; */
    text-align: left;
    height: 34px;
    color: #000;
    line-height: 34px;
    font-weight: bold;
    text-indent:50px;
}

.flex_col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.flex_col_s {
    display: flex;
    flex-direction: column;
}

.flex_row_s {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.flex_row_c {
    display: flex;
    flex-direction: row;
    justify-content: center
}

.top-sp,
.top-setting,
.top-help {
    width: 20px;
    height: 20px;
    display: block;
    margin: 11px auto 2px;
}

.top-sp,
.top-sp:hover {
    background: url("../image/sp.svg") no-repeat top center;
    background-size: 100% 100%;
}

.top-setting,
.top-setting:hover {
    background: url("../image/setting.svg") no-repeat top center;
    background-size: 100% 100%;
}
.top-user-icon,
.top-user-icon:hover,
.user_box .top-user-icon{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: bottom;
    z-index: 2;
    /* margin-top: 26px; */
}
.top-user-icon-sp,
.top-user-icon-sp:hover,
.user_box .top-user-icon-sp,
.top-user-icon,
.top-user-icon:hover,
.user_box .top-user-icon{
    background: url("../image/user.svg") no-repeat top center;
    background-size: 100% 100%;
}
.top-user-icon-sp,
.top-user-icon-sp:hover{
    display: block;
    margin: 0 auto;
    width: 25px;
    height: 25px;
}
.spName{
    text-align:center;
    height:40px;
    line-height:40px;
    font-weight: bold;
}
.top-help,
.top-help:hover {
    background: url("../image/help.svg") no-repeat top center;
    background-size: 100% 100%;
}
.user_box{
    position: relative;
    width:38px;
    height:38px;
    display: inline-block;
    vertical-align: bottom;
}
.userRadio{
    position:absolute;
    top: 7px;
    left: 0;
    width:38px;
    height:38px;
}
.userRadio .box{
    /* 最外层的盒⼦ */
    width:38px;
    height:38px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    background-color: #fff;
}

.userRadio .left_box,.userRadio .right_box{
    /*左右两边⽤于隐藏旋转的div的盒⼦通过overflow来隐藏内部div旋转出去的部分*/
    position: absolute;
    top: 0;
    width:19px;
    height:38px;
    overflow: hidden;
    z-index: 1;
}
.userRadio .left_box{
    left: 0;
}
.userRadio .right_box{
    right: 0;
}
.userRadio .left_item,.userRadio .right_item{
    /*这是需要旋转的div(没有被mask遮盖展⽰出来的部分作为倒计时的线条)为了⽅便理解，下⾯⽤deeppink和cyan分别设置了左右两边div的颜⾊*/
    width:19px;
    height:38px;
}
.userRadio .left_item{
    /*1.设置圆⾓，圆⾓⼤⼩为⾼度的⼀半2.这只旋转的中⼼店，这是左边圆，中⼼点设置到右边中⼼点，右边圆则设置到左边中⼼点*/
    border-top-left-radius: 19px;
    border-bottom-left-radius: 19px;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    /* -webkit-animation: loading_left 3s linear; */
    /* -webkit-transform: rotate(180deg); */
    background-color: #fff;
}
.userRadio .right_item{
    border-top-right-radius: 19px;
    border-bottom-right-radius: 19px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    /* -webkit-animation: loading_right 3s linear; */
    /* -webkit-transform: rotate(40deg); */
    background-color: #fff;
}
.userRadio .mask{
    /* 遮住div多余的部分，呈现出线条的效果 */ 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 30px;
    height: 30px;
    margin: auto;
    border-radius: 50%;
    background-color: #fff;
    font-size: 12px;
}


.user_box .top-user-icon{
    position: absolute;
    top: 15px;
    left: 9px;
}

.top-logot,
.top-logot:hover {
    width: 20px;
    height: 20px;
    display: block;
    background: #f5f5f5;
    margin: 17px auto 2px;
    background: url("../image/logout.svg") no-repeat top center;
    background-size: 100% 100%;
}

.user-mail {
    display: block;
    font-weight: normal;
    color: #6e6e6e;
}

.dialogSuccess {
    text-align: center;
}

.dialogSuccess img {
    width: 36px;
    display: inline-block;
    /* margin: 0 5px 0 80px;
    float: left; */
    vertical-align: middle;
    margin-left: -6px;
}

.dialogSuccess span {
    /* float: left; */
    display: inline-block;
    margin-left: 5px;
}

/*个人通讯录*/
.personal_title {
    width: 100%;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
}

.tblist .personal_box td{
    padding: 8px 2px;
    /* padding-left: 22px; */
}

.personal_box tr {
    height: 50px;
}
.personal_box_fz {
    background: #f9f9f9;
    margin-top: 10px;
    border:1px solid #dadada;
    padding-top: 10px;
}
.personal_box_fz tr{
    height: auto;
}
.personal_box_fz tr td{
    padding: 2px 20px;
}

.personal_list {
    height: 233px;
    overflow-y: auto;
    display: block;
    color: #656565;
}

.personal_box .icon-ok,
.personal_box .icon-cancel {
    width: 20px;
    height: 20px;
}

.personal_foot {
    height: 45px;
}


.personal_box_left {
    padding-top: 15px;
}

.personal_box tr input,
.personal_box tr select {
    border: 1px solid #e2e2e2;
    height: 30px;
    text-indent: 10px;
}
input::placeholder,input::-moz-placeholder,input::-webkit-input-placeholder,input::-ms-input-placeholder{
    color:red;
}

.personal_box_fz tr input {
    height: 18px;
    width: 18px;
    border:none;
}

/*收件箱未读主题颜色*/
.ml-item-unseen .ml-subject{
  color: #000;
}
/*设置感叹号*/
.icon-info{
  vertical-align: baseline;
}
/**************************个人通讯录导入****************************/
.ie_width_concat{
  width: 150px;
}
.ie_width_concat_pub{
  width: 30px;
}
.oneYs{
    padding: 20px 0 0 6px;
}
.mb_tblist tbody{
    display: block;
    padding-left: 3px;
}
.mb_tblist td{
    padding: 4px 0;
}
.mb_tblist td select{
    font-size: 12px;
    background: #f4f4f4;
    border: 1px solid #e9e9e9;
    width: 100px;
    height: 26px;
    text-indent: 5px;
}
.contact-edit-con{
    padding: 10px;
}
.contact_step_two{
    padding: 10px 20px;
}
.familyBold{
    font-weight: bold;
}
.hover-end{padding:0;margin:0;font-size:75%;text-align:center;position:absolute;bottom:21px;width:100%;opacity:.8;background-color: red; z-index: 9999;}
 .pubConleft{
    position:absolute;
    height:52px;
    left:0;
    background:#f5f5f5;
    bottom:-52px;
    width:326px;
} 
@media screen and (min--moz-device-pixel-ratio: 0){
   .pubConleft{
        width:317px;
    } 
}
@media (max-width: 768px) {
    .zw-login {
        background: #4ab3fc url(https://mail.crecc.com.cn/nsmail_mw/css/images/loginbg-sj.jpg) no-repeat top center;
        background-size: 100% 100%;
    }

    .zw-login #textform {
        margin: 0px auto;
    }
}

@media (min-width: 768px) {
    .zw-login {
        max-width: 1000px;
        background: #ffffff url(https://mail.crecc.com.cn/nsmail_mw/css/images/zw-loginbg.jpg) no-repeat top center;
        background-size: 100% 100%;
        min-height: 380px;
        border-radius: 15px;
        border: 3px solid #e5e5e5;
        margin-bottom: 20px;

    }

    .zw-login #textform {
        float: right;
    }
}

@media (min-width: 1680px) {

}

@media (min-width: 992px) {}
/*公共通讯录字体*/
.ztree li span{
  font-size: 12px;
}
