.c_box_ * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.hdtitle,.layui-nav-views li a.hdtitle {
    color: #ff9700 !important;
    font-weight: bold !important;
}
.hide{
    display:none;
}
.com-mb5 {
    margin-bottom: 5px;
}
.com-mb15 {
    margin-bottom: 15px;
}
.com-mt15{
    margin-top:15px;
}
.com-mb10{
    margin-bottom:10px;
}
.com-mtb15{
    margin:15px 0px;
}
.com-pl10{
    padding-left:10px;
}
.com-pl100{
    padding-left:100px !important;
}
.com-ml20{
    margin-left:20px;
}
.com-ml25{
    margin-left:25px;
}
.com-ml15{
    margin-left:15px;
}
.com-mlr15{
    margin:0px 15px;
}
.com-mtb5{
    margin:5px 0px;
}
.com-mt5{
    margin-top:5px;
}
.com-mb5{
    margin-bottom:5px;
}
.com-mt15{
    margin-top:15px;
}
.com-mr25{
    margin-right:25px;
}
.com-mr30{
    margin-right:30px;
}
.com-mr20{
    margin-right:20px;
}

.com-m0{
    margin:0px;
}
.tag span{
    font-size: 12px;
    line-height: 30px;
    padding: 2px 10px;
    margin-right: 6px;

    width:unset;
    min-width:70px;
    text-align:center;
    white-space: nowrap;
}
.tag .tag00{
    background-color: rgba(68,157,230,.1); /*#f4f7f9;*/
    color:#449de6;
    white-space: nowrap;
}
.tag .tag01{
    background-color: rgba(255,184,1,.1); /*#f4f7f9;*/
    color:#ffb801;
}
.tag .tag02{
    background-color: rgba(253,72,94,.1); /*#f4f7f9;*/
    color:#FD485E;
}

.text-cancel {
    color: #FD485E ;
}
.text-success {
    color: #14B9BB;
}
.tagbordersss{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: max-content;
}
.tagborders{
    display:inline-block;width:130px;
}
.tagborder{
    border:1px solid  rgba(68,157,230); /*#f4f7f9;*/
    color:#449de6;
    padding: 2px;
    font-size: 11px !important;
    float: left;
    margin-left: 5px;
    display: inline-block;
    height: 20px;
    line-height: 15px;
    margin-top:3px;
}
.tagborder1{
    line-height: 20px;
    padding: 0px 2px;
}
.tagborder0 {
    border: 1px solid #01675d;
    color: #01675d;
}
.tagborder2 {
    border: 1px solid #94b400;
    color: #94b400;
}
.tagborder3 {
    border: 1px solid #5cb85c;
    color: #5cb85c;
}
.tagborder4 {
    border: 1px solid #f0ad4e;
    color: #f0ad4e;
}
.tagborder5 {
    border: 1px solid #d9534f;
    color: #d9534f;
}
.tagborder6 {
    border: 1px solid #909399;
    color: #909399;
}
.tagborder7 {
    border: 1px solid #97a2fb;
    color: #97a2fb;
}
.tagborder8 {
    border: 1px solid #8d63c9;
    color: #8d63c9;
}
.tagborder9 {
    border: 1px solid #000;
    color: #000;
}
.tagborder10 {
    border: 1px solid #d29f91;
    color: #d29f91;
}
 .tagborder11 {
     border: 1px solid #058c8d;
     color: #058c8d;
 }
.no-padding {
    padding: 0 !important;
}
.no-box-shadow {
    box-shadow: unset;
}
.no-margin {
    margin: 0 !important;
}
.tright {
    text-align: right;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
}
.tooltip  .tooltip-inner {
    width: 291px;
    max-width: 291px;
}
.tooltip .tooltip-inner {
    background-color: #fff;
    color: #333;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,.2);
    font-size: 12px;
    padding: 6px 10px;
    text-align: left;
    font-weight: normal;
    line-height: 18px;
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
    max-width: 1000px;
}
.tooltip .tooltip-inner  a{
    display: inline !important;text-decoration: underline;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.left {
    padding: 0 4px;
    margin-left: -3px;
}
.tooltip.top {
    padding: 4px 0;
    margin-top: -3px;
}
.tooltip.bottom {
    padding: 4px 0;
    margin-top: 3px;
}
.tooltip.right {
    padding: 0 4px;
    margin-left: 3px;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #fff;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #fff;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #fff;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #fff;
}
.clearboth {
   clear:both
}
.clear {
    display: block;
    overflow: hidden;
}
.czslogo{
    width:100%;
    height:100%;
    background:rgba(254, 195, 59, 0.85);
    color: #fff;
    font-size:16px !important;
    border-radius: 10px;
    text-align:center;
    justify-content: center;
    align-items: center;
    display: flex;
    margin:0 auto;
}
.czslogo70{
    width:70%;
    height:70%;
}
.font-12{
    font-size:12px !important;
}
.font-14{
    font-size:14px !important;
}
.font-15{
    font-size:15px;
}
.text-dark{
    color:#333;
}
.fontcolor1 {
    color: #f59e20;
}

.text-ellipsis {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:100%;
}
.text-ellipsis1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp1{
    -webkit-line-clamp: 1;
}
.clamp2{
    -webkit-line-clamp: 2;
}
.clamp3{
    -webkit-line-clamp: 3;
}
.textflex{
    display:flex;
}
.layui-border-blue {
    border-color: #1E9FFF !important;
    color: #1E9FFF !important;
}
.layui-border-green {
    border-color: #009688!important;
    color: #009688!important;
}
.com-p20 {
    padding: 20px;
}
.phone-status{
    cursor: pointer !important;
    display: inline-block !important;
    width: 16px !important;
    position: relative !important;
    margin-left:-3px;
    margin-right:2px;
}
.phone-status-icon {
    width: 22px;
    height: 22px;
    background-image: url(/static/index/images/phone_status.png);
    background-size: 88px 44px;
    position: absolute;
    left: -2px;
    top: -16px;
}
.phone-status-icon:after,.phone-status:after{
    content:'' !important;
}
.phone-status-icon.normal{
    background-position-x: -22px;
}

.phone-status-icon.abnormal{
    background-position-x: -44px;
}
.callalls{
    cursor:pointer;
    font-size:14px;
    margin:0px 0px 0px 3px;

}
.callalls.callalls1 {
    font-weight: bold;
    color: #000;
}
.callalls.callalls2 {
    font-weight: bold;
    color: #009688;
}


.sms-status-icon {
    display: inline-block  !important;
    width: 18px !important;
    height: 18px  !important;
    vertical-align: text-bottom;
    border-radius: 50%;
    background:#a0a0a0;
    position:relative;
    /*
    background: rgba(0, 0, 0, 0) url("/static/index/images/s.png") no-repeat scroll 0 0/auto 36px;
    background-position-x: 0px;
    background-position-y: 0px;*/
}
.smsc0:before{
    width: 18px !important;
    height: 18px  !important;
    content:' ';
    background: url("/static/index/images/smsc0.png") no-repeat scroll 0 0/auto 12px;
    display:block;
    position:absolute;
    top:2px;
    left:2px;
}
.smsc1:before{
    width: 18px !important;
    height: 18px  !important;
    content:' ';
    background:  url("/static/index/images/smsc1.png") no-repeat scroll 0 0/auto 12px;
    display:block;
    position:absolute;
    top:2px;
    left:2px;
}
.smsc2:before{
    width: 18px !important;
    height: 18px  !important;
    content:' ';
    background: url("/static/index/images/smsc2.png") no-repeat scroll 0 0/auto 16px;
    display:block;
    position:absolute;
    top:2px;
    left:1px;
}
.smsc3:before{
    width: 18px !important;
    height: 18px  !important;
    content:' ';
    background: url("/static/index/images/smsc3.png") no-repeat scroll 0 0/auto 13px;
    display:block;
    position:absolute;
    top:2px;
    left:3px;
}
.smsc4:before{
    width: 18px !important;
    height: 18px  !important;
    content:' ';
    background: url("/static/index/images/smsc4.png") no-repeat scroll 0 0/auto 12px;
    display:block;
    position:absolute;
    top:3px;
    left:3px;
}
.smscemails:before{
    width: 18px !important;
    height: 18px  !important;
    content:' ';
    background: url("/static/index/images/smscemail.png") no-repeat scroll 0 0/auto 12px;
    display:block;
    position:absolute;
    top:3px;
    left:3px;
}
.smsccol1{
    background:#FFB800;
}
.smsccol2{
    background:#009688;
}
.smsccol3{
    background:#FF5722;
}
.smsccol4{
    background:#1E9FFF;
}
.layui-layer-shade{
    opacity: 0.1;
}
.iconlxff{
    width:16px;height:16px;color:#449de6;
    vertical-align: text-top;
}
.iconlxff-phone{
    width:16px;height:16px;
    color:#449de6;
    content:' ';
    background: url("/static/index/images/phone.png") no-repeat scroll 0 0/auto 16px;
    display:inline-block;
}
.iconlxff-tel{
    width:16px;height:16px;
    color:#449de6;
    content:' ';
    background: url("/static/index/images/tel.png") no-repeat scroll 0 0/auto 16px;
    display:inline-block;
}
.iconlxff-email{
    width:16px;height:16px;
    color:#449de6;
    content:' ';
    background: url("/static/index/images/email.png") no-repeat scroll 0 0/auto 16px;
    display:inline-block;
}
.layui-border-orange{
    border-color: #ffb800!important;
    color: #ffb800!important;
}
.layui-border-red {
    border-color: #ff5722!important;
    color: #ff5722!important;
}
.showsothers{
    -webkit-user-modify: read-write-plaintext-only;
}
.my-layer-pro,.my-layer-pro iframe{
    border-radius: 10px !important;
}
/*.smsc0c {*/
    /*background-position: 0px 0 !important;*/
/*}*/

/*.smsc1{*/
    /*background-position: -18px -18px ;*/
/*}*/
/*.smsc1c {*/
    /*background-position: -18px 0px !important;*/
/*}*/
/*.smsc2{*/
    /*background-position: -36px -18px ;*/
/*}*/
/*.smsc2c {*/
    /*background-position: -36px 0px !important;*/
/*}*/
/*.smsc3{*/
    /*background-position: -54px -18px ;*/
/*}*/
/*.smsc3c {*/
    /*background-position: -53px 0px !important;*/
/*}*/

/*.smsc4{*/
    /*background-position: -71px -18px ;*/
/*}*/
/*.smsc4c {*/
    /*background-position: -71px 0px !important;*/
/*}*/