@CHARSET "UTF-8";


/*@font-face {*/
/*    font-family: 'PingFang SC Medium';*/
/*    src: url('../font/PingFangMedium.ttf');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {
    font-family: 'PingFang SC';
    src: url('../font/PingFangLight.ttf');
    font-weight: normal;
    font-style: normal;
}*/

:root{

}



body, input, button, td ,th,textarea,div,span {

    font-family: -apple-system, BlinkMacSystemFont,Helvetica Neue,Helvetica,
    Arial, "Microsoft YaHei",PingFang SC,Tahoma, "Hiragino Sans GB", "\5b8b\4f53", sans-serif !important;

}

 input {

    font-family: -apple-system, Lucida Console,BlinkMacSystemFont,Helvetica Neue,Helvetica,
    Arial, "Microsoft YaHei",PingFang SC,Tahoma, "Hiragino Sans GB", "\5b8b\4f53", sans-serif !important;;

}


*:focus { outline: none; }

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

body {
    /*padding: 0;*/
    /*margin: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
}

.body_bgcolor {
    background-color: #FAFAFA;
}

body {
    -webkit-font-feature-settings: 'kern' 1;
    -moz-font-feature-settings: 'kern' 1;
    -o-font-feature-settings: 'kern' 1;
    text-rendering: geometricPrecision;
}

.head {
    background: #188ABF; /*background-color:#08A3D6; rgba(59,163,224,0.80);*/
    position: relative;
    color: white;
    padding: 0px;
    height: 60px;
    font-size: 25px;
    line-height: 60px;
}

.hidden {
    display: none;
}

.head .head_left {
    background-color: #008df6;
    width: 225px;
    float: left;
}

.head .head_right {
    color: #B6C6E2;
}

.head .head_right .sel {
    color: white;
}

.head #breadcrumb a {
    color: white;
    text-decoration: none;
}

.head #breadcrumb a:hover {
    color: #ACB8DC;
}

.head .h_ul {
    padding: 0;
    margin: 0;
    font-size: 16px;
}

.head .h_ul li {
    float: left;
    list-style: none;
}

.head .h_ul li a {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
}

.head .h_ul li a.sel {
    background-color: #4596BB;
}

.head .h_ul li a:HOVER {
    background-color: #516B92 !important;
}

.page {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0;
}

/*标题流程*/
#flow_head .navflowmain {
    white-space: nowrap;
    overflow: hidden;
    width: 500px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    margin-left: 20px;
    margin: 0 auto;
}

#flow_head .link {
    float: left;
    margin-left: -40px;
    margin-right: -40px;
    height: 10px;
    width: 80px;
    border-bottom: 2px solid #4A89BE
}

.ztree * {
    letter-spacing: 1px !important;
}

.ztree li a.curSelectedNode #ztreeroot a {
    color: white;
}

.ztree li span.button.switch {
    width: 18px;
    height: 20px !important;
}

/*蓝色按钮*/
.bluebtn {


    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    border-color: #1E9FFF;
    background-color: #1E9FFF;
    color: #fff;
    /* -moz-box-shadow:rgba(0,0,0,0.65) 0 2px 2px -1px;
    -webkit-box-shadow:rgba(0,0,0,0.65) 0 2px 2px -1px;
    box-shadow:rgba(0,0,0,0.65) 0 2px 2px -1px;
     */
    border-radius: 2px;
    border: 0;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    padding: 0px 20px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;

}

.bluebtn:hover {

    color: #fff;
    background-color: #40a9ff;
    border-color: #40a9ff;
    text-decoration: none;
}

/*蓝色按钮*/
.bluebtn_dis {

    background: #1890ff;
    border-color: #1890ff;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
    height: 30px;
    font-size: 12px;
    line-height: 30px;

    background-color: #A0A0A0;
    border: 0;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    padding: 0px 20px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;

}

.bluebtn_dis:hover {

    background-color: #A0A0A0;
}

.clienttemplate_link {

    text-align: center;
    height: 23px;
    display: flex;
    border: 1px solid #3ba6f6;
    border-radius: 15px;
    padding: 0 6px;
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
    background-color: #edf7ff;
    align-items: center;
    flex-direction: row;
    color: #5c8acf;

}

.clienttemplatevalue {
    text-align: center;
    color: #0e7df4;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    border: 1px solid #dcdfe6;
    border-radius: 5px;

}

.clienttemplate_link:hover{
    text-align: center;
    /*color: #ff4c00;*/
    text-decoration: underline;
    /*background-color: #e3e3e3;*/
    cursor: pointer;
}

.clienttemplate_linkchildtable {

    background-image: url("../../res/imgs/dbhome_m/xiangqing.png");
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 100%;
    cursor: pointer;
    height: 34px;
    background-size: 26px;
}

.clienttemplate_attach{
    position: relative;
    background-image: url("../../res/imgs/dbhome_m/attach.png");
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 100%;
    cursor:pointer;
    height: 30px;
    background-size: 28px;
}

.clienttemplate_attach_rs {
    position: absolute;
    top: 0px;
    color: white;
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    background-color: #f34444;
    margin-left: 5px;
    left: 50%;
    border-radius: 50%;
}




.btn_p {
    padding: 6px 14px;
    border: 1px solid #bbcbdf;
    font-size: 12px;
    background-image: linear-gradient(to top, #f5f9fc, #fff);
    outline: none;
    cursor: pointer;
    color: #536083;
    border-radius: 2px;
    height: 16px;
    line-height: 16px;
}

.btn_p:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn_disable {
    color: gray;
    padding: 6px 8px;
    border: 1px solid #438ea9;
    font-size: 12px;
    background: #FAFAFA;
    outline: none;

}

.btn_p:hover {
    color: white;
    background: #3083eb;
    border-color: #1f74df;
}

/*
.layui-layer-title {
    border-radius: 0 !important;
    background: white !important;

    color: #171717 !important;
    font-size: 16px !important;
    font-weight: normal;
}

.layui-layer-title {

    border-bottom: 1px solid #d8d8d8 !important
}

.layui-layer-ico {



}
*/
/*.layui-layer-close {

    height: 22px !important;
    width: 22px !important;
    background-position: -10px -70px !important;
}*/



.uploadifive-button {
    font-weight: normal;
    border-radius: 20px !important;
    line-height: 23px !important;
    height: 23px !important;
    width: 81px !important;
    border: 1px solid #71cde4 !important;
    border-color: #ABA5A5 !important;
    text-shadow: 0 0 !important;
    color: black !important;
    background-color: #F5F5F5 !important;
    background-image: -webkit-linear-gradient(bottom, #71cde4 0%, #71cde4 100%);
    background-image: -ms-linear-gradient(bottom, #71cde4 0%, #71cde4 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #71cde4), color-stop(1, #71cde4));
    margin-top: 10px;
    background-position: center;
    font-size: 13px;
    padding-left: 0;
    color: white !important;
    cursor: pointer;
}

.uploadifive-button input {
    height: 100% !important;
cursor: pointer;
}

.uploadifive-button:hover {
    background-position: center !important;
}

a.qianming {
    padding: 4px 15px;
}

/*左边*/
.quickmenu {
    padding: 0;
    margin: 0
}

.quickmenu li a {
    list-style: none;
    margin-top: -1px;
}

.quickmenu li a {
    cursor: pointer;
    text-align: center;
    display: block;
    font-size: 14px;
    list-style: none;
    border: 1px solid #D2E6F7;
    background-color: rgb(70, 169, 254);
    width: 60px;
    height: 50px;
    line-height: 50px;
    color: white;
}

.quickmenu li a:hover {
    color: gray;
}

.title {
    background-color: white;
    position: relative;
    height: 55px;
    background-repeat: repeat-x;
    background-position: -830px -97px;
    border-bottom: 1px solid #E4E4E4;

}

.title_logo {
    height: 59px;
    width: 564px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-image: url("../../res/imgs/mainimage/title_2.png");

}

.title_middle {
    position: absolute;
    top: 0;
    left: 564px;
    height: 59px;
    right: 0;
    background-repeat: repeat-x;
    background-position: 0 -90px;
    background-image: url("../../res/imgs/mainimage/title_2.png");
}

.title_right {
    position: absolute;
    top: 0;
    width: 300px;
    right: 0px;
    height: 59px;
    background-repeat: no-repeat;
    background-position: -280px -180px;
    background-image: url("../../res/imgs/mainimage/title_2.png");
}

.title_pers_img {

    right: 74px;
    height: 60px;
    width: 58px;
    text-align: center;
    float: left;

}

.title_pers_img:hover {
    background: #1c8aeb;
}

.title_pers_img_frame {
    width: 42px;
    height: 42px;
    background: white;
    border-radius: 50%;
    margin-top: 4px;
    display: inline-block;
    margin-left: 0px;
    border: 2px solid #46A9FE;

}

#pers_name_frame_info {
    position: absolute;
    width: 126px;
    /*height: 110px;*/
    top: 10px;
    left: 0px;
    z-index: 150;
    display: none;
    border: 1px solid #DED8D8;
    border-radius: 5px;
    background-color: white;

}

#pers_name_frame_info table {
    border-collapse: collapse;
}

#pers_name_frame_info td {
    padding: 0;
    margin: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;

    border: 0;
}

.bt_1 {
    text-decoration: none;
    color: black;
    font-size: 14px;
    display: block;
}

.bt_1:hover {
    color: white !important;
    font-size: 14px;
    background: #1B70AB;

}

.close_btn {

    position: absolute;
    top: 15px;
    right: 20px;
}

.help_btn {

    position: absolute;
    top: 15px;
    right: 12px;
}

.pers_name_frame {
    float: left;

    margin-right: 28px;
    font-size: 16px;
    height: 50px;
    margin-top: 4px;
    text-align: right;
    line-height: 50px;
}

.pers_name{
    cursor: pointer;
    padding: 0 4px;
    box-sizing:border-box;
    /*border: 1px solid transparent;*/
}

.pers_name:hover{
    /*border: 1px solid white;*/
    box-sizing:border-box;
    padding: 0 4px;
    /*background-color: rgba(0, 0, 0, 0.1);*/

}

#pers_img{
    cursor: pointer;
}

.pers_img {
    border: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
}

.pers_name_content {
    position: absolute;
    right: 74px;
    height: 50px;

}

.popup_msg {

}

.popup_msg .tz_title {
    height: 45px;
    line-height: 45px;
    background: #1c6faa; /* Old browsers */
    background: -moz-linear-gradient(top, #1c6faa 0%, #62b4de 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1c6faa 0%, #62b4de 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1c6faa 0%, #62b4de 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c6faa', endColorstr='#62b4de', GradientType=0); /* IE6-9 */

}

@keyframes tz_css {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.popup_msg .tz_list {
    border-bottom: 1px solid #e0e0e0;
    padding: 5px;
    background-image: url("../../res/imgs/mainimage/tz_sj.png");
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 14px;
}

.popup_msg .tz_title {
    position: relative;
}

.popup_msg .tz_close_btn {
    position: absolute;
    right: 0;
    top: 15px;

    height: 30px;
    width: 30px;
}

.popup_msg .tz_title .tz {

    float: left;

    animation-name: tz_css;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-delay: 0s;

    background-image: url("../../res/imgs/mainimage/pop_tz.png");
    background-repeat: no-repeat;
    background-position: 15px center;
    margin-left: 0px;
    color: white;
    font-size: 16px;
    width: 46px;
    height: 46px;
}

.chat_badge {
    text-align: center;
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    background: red;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: white;
    width: 20px;
    border-radius: 50%;
}

.seach_btn{

}

.seach_btn a{
     border: 1px solid gray;
     height: 20px;
     line-height: 20px;
     font-size: 12px;
     display: block;
     padding: 0 10px;
     cursor: pointer;
     background-color: white;
     border-radius: 5px;
 }


.seach_btn a:hover{

    background-color: whitesmoke;

}


/**/
.popupmessage {
    position: absolute;
    right: 32px;
    width: 348px;
    bottom: 10px;
    box-shadow: 0 0 2px 0px #e8e8e8;
    height: 441px;
    border: 1px solid #bcbcbc;
    background-color: white;
    border-radius: 5px 5px 0 0;
}



.popupmessage .header {
    height: 110px;
    position: relative;
    border-radius: 5px 5px 0 0;
    padding: 18px 18px 14px 18px;
    border-bottom: 1px solid #f1e9e9;
    background-color: #9fbde0;
    background: linear-gradient(
            181deg
            ,#9fbde0, #62b4de, #62b4de);
    color: white;
}

.popupmessage .header_title {

    font-size: 20px;
    color: #ffffff;
}


.popupmessage .header_subtitle {

    font-size: 14px;
    margin-top: 20px;
    cursor: pointer;
}






.popupmessage .close_btn {
    background-image: url("/res/js/mainpage/img/main_n/modal_close.png");
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 10px;
    cursor: pointer;
    top: 10px;
}

.popupmessage .popupmessage_body {
    font-size: 14px;
    color: #333;
    height: 250px;
    overflow: auto;
    padding: 0px 18px 14px 18px;
}


.popupmessage .header_subtitle .unread_css {

     cursor: pointer;
     padding: 5px;
     color: white;
     display: block;
     text-decoration: none;
 }

.popupmessage .header_subtitle .unread_css_time {
    color: #ffffff85;
    padding: 5px;
}


.popupmessage .popupmessage_body .unread_css {
    cursor: pointer;
    padding: 5px;
    color: #333;
    display: block;
    text-decoration: none;
}

.popupmessage .popupmessage_body .unread_css_line {
    padding: 8px 0;
    cursor: pointer;
    border-bottom: 1px solid #dadada;
}

.popupmessage .popupmessage_body .unread_css_line:last-child {
    border-bottom: 0px solid #dadada;
}


.popupmessage .popupmessage_body .unread_css_time {
    padding: 5px;
    color: #33333385;
}



/*加载*/
.loading_img{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    transition: 0.2s ease-in;
    transition-property: background-color;
}
.spinner2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    margin:0 1px;
}
.spinner2 > div {
    background-color: #6fa7f1;
    height: 100%;
    width: 6px;
    display: inline-block;
    margin:0 1px;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner2 .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner2 .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner2 .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner2 .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% {
           transform: scaleY(1.0);
           -webkit-transform: scaleY(1.0);
       }
}


