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

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

/* ::-webkit-scrollbar { */
/* width: 10px; */
/*对垂直流动条有效*/
/* height: 5px; */
/*对水平流动条有效*/
/* } */
input[type='checkbox'],
.dialog input[type='checkbox'] {
    vertical-align: middle;
    width: 16px;
    height: 16px;
    /* background-color: #fff; */
    -webkit-appearance: none;
    border: 1px solid #c9c9c9;
    border: none\9;
    border-radius: 2px;
    margin: 0;
    outline: none;
}

input[type=checkbox]:checked {
    background: url("./images/icons/16x16/checedkbox.png")no-repeat center;
}

* {
    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-family: arial, "宋体", "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", 宋体, Tahoma, Arial, Helvetica, STHeiti;
    font-family: "微软雅黑", 宋体, Tahoma, arial, "宋体", "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", 宋体, Tahoma, Arial, Helvetica, STHeiti, OrhonChaganTig;
    font-size: 14px;
    color: #53514e;
    min-width: 800px;
    overflow: hidden;

}

body.release {
    overflow: hidden;
}

a {
    color: #666;
}

.g-warning {
    color: red;
    line-height: 40px;
}

.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;
}

/*修改滚动条样式*/
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: #ffffff;
    padding: 2px 10px;
    /* background-color: #015293; */
    background: url(images/base_img/g-subject.png) repeat-x;
    font-weight: 500;
    border-radius: 5px;
}

.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: url(images/base_img/top_b.gif) repeat-x;
}

.main-top {
    height: 70px;
    /* 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: 5px;
    float: right;
    font-size: 14px;
    /* font-weight: 600; */
    background-color: #ffffff;
    border-radius: 15px;
    padding: 0px 5px;
    color: #6e6e6e;
}

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

.top-user-wrap {
    position: relative;
    height: 70px;
    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-left: 2px solid #dcdcdc;
    border-right: 2px solid #dcdcdc;
}

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

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

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

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

.user-info {
    font-size: 15px;
    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 table {
    font-size: 13px;
}

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

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

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

.user-info-val {
    color: #6e6e6e;
    /* font-weight:bold; */
}

.user-info-quota-bar {
    height: 5px;
    background-color: #FFF;
    border: 1px solid #333;
    border-left: 33px solid #015293;
    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: 63px;
    bottom: 0px;
    width: 100%;
    min-height: 150px;

}

/* sidebar folder */
.compose-div {
    display: inline-block;
    position: absolute;
    top: -55px;
    /* top: -1px; */
    left: 0;
    width: 49.5%;
    height: 50px;
    /* border-style: solid;
    border-width: 0px 1px 0 0px; */
    background-color: #f2f2f2;
    /* border: 1px solid #ccc; */
    /* border-top: none; */
    /*  border-radius: 3px 3px 0 0; */
    color: #015293;
    /* box-shadow: 0 3px 17px 0 rgba(0, 0, 0, 0.1); */
    border-right: 2px solid #94b9d6;
}

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

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

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

.compose-con {
    position: absolute;
    top: 14px;
    left: 64px;
    height: 42px;
    line-height: 25px;
    font-size: 16px;
    font-weight: bold;
}

.receive-div {
    position: absolute;
    top: -55px;
    /* top: -1px; */
    right: 0;
    width: 50%;
    height: 50px;
    background-color: #f2f2f2;
    border-left: 1px soliod #fff;
    /*  border-radius: 3px 3px 0 0; */
    color: #015293;
    /* box-shadow: 0 3px 17px 0 rgba(0, 0, 0, 0.1); */

}

b {
    font-weight: normal;
}

.receive-div:hover {
    background: url(images/base_img/bigSize/compose_recieve.png) repeat-x;
    background-color: #DCE0E1;
    color: white;
}

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

.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: -1px;
    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: 10px;
    margin-bottom: 10px;
}

.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: 30px;
    line-height: 26px;
    border: 1px solid #ccc;
    background-color: #ffffff;
    padding: 0px 10px;
    border-radius: 6px;
    vertical-align: middle;
}

.search-bar-wrap * {
    border-width: 0px;
    height: 16px;
    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("../../../../img/dropdown.png");
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-size: 5% auto;
    border-radius: 3px;
    padding: 0;
}

.select2 {
    margin-bottom: 2px;
    display: block;
    height: 30px;
    width: 244px;
    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("../../../../img/dropdown.png");
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-size: 5% auto;
    border-radius: 3px;
    padding: 0;
    background: linear-gradient(0deg, #F5F7FA 0%, #e3ebf7 100%);
}

.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: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
    background: linear-gradient(0deg, #F5F7FA 0%, #e3ebf7 100%);
}

.inputBgHeight {
    height: 30px;
}

.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 #94c7ff;
    padding: 3px 17px;
}

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

.sidebar_title {
    /*  border-bottom: 1px solid #015293; */
    padding-left: 24px;
    text-align: center;
    height: 34px;
    color: black;
    line-height: 34px;
    font-size: 16px;
    font-weight: bold;
    margin-left: -58px;
}

.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: 16px auto 2px;
}

.top-sp {
    background: url("images/icons/16x16/skinBlue/sp.png") no-repeat top center;
    background-size: 100% 100%;
}

.top-setting {
    background: url("images/icons/16x16/skinBlue/setting.png") no-repeat top center;
    background-size: 100% 100%;
}

.top-help {
    background: url("images/icons/16x16/skinBlue/help.png") no-repeat top center;
    background-size: 100% 100%;
}

.top-user-icon {
    width: 38px;
    height: 38px;
    display: inline-block;
    background: url("images/icons/16x16/skinBlue/user.png") no-repeat top center;
    background-size: 100% 100%;
    vertical-align: bottom;
    /* margin-top: 26px; */
}

.top-logot {
    width: 17px;
    height: 15px;
    display: block;
    margin: 17px auto 2px;
    background: url("images/icons/16x16/skinBlue/logout.png") 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%;
    background: #eee;
    height: 42px;
    line-height: 42px;
    text-indent: 22px;
}

.personal_box {

    padding-left: 22px;
}

.personal_box_fz {
    background: #f9f9f9;
    margin-top: 18px;

}

.personal_list {
    height: 295px;
    overflow-y: auto;
    display: block;
}

.personal_list span {
    max-width: 340px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

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

.personal_foot {}

.personal_box tr {
    height: 50px;
}

.personal_box tr input {
    border: 1px solid #e2e2e2;
    height: 30px;
}

.dialog .personal_box_fz tr input {
    margin-top: -15px;
    display: inline-block;
}

.personal_box_fz tr input {
    height: 20px;
    width: 20px;
    margin-top: -15px;
    display: inline-block;
}

@media (max-width: 768px) {
    .zw-login {
        background: #4ab3fc url(/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(/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) {
    .compose-con {
        left: 82px;
    }

    .receive-icon,
    .compose-icon {
        left: 37px;
    }
}

@media (min-width: 992px) {}