@charset "utf-8";
 /* CSS Document */
 /*添加标题弹窗*/


 .maskDiv{width:100%;height:100%;position:fixed;top:0;left:0;background: rgba(16,26,41,0.76);z-index:10}
 .wid440{width:440px;max-height:360px}
 .popDiv{min-height:100px;background: #FFFFFF;border-radius: 10px;position:fixed;left:50%;}
 .popHead{line-height:60px;height:60px;box-shadow: inset 0 -1px 0 0 rgba(242,242,242,0.80);position:absolute;left:0;top:0;width:100%;padding:0 30px;box-sizing: border-box;}
 .popClose{display:inline-block;width:18px;height:18px;margin-top:19px}
 .het62{width:100%;height:60px;}
 .popBottom{width:100%;height:53px;position:absolute;left:0;bottom:0;padding-top:17px;}
 .popBottom a{margin-right:30px;}
 .shadowBox{box-shadow: 0 -1px 4px 0 rgba(209,209,209,0.18);}
 .het72{width:100%;height:72px;}

 .modify_tit{width:380px;height:36px;margin:26px auto;position: relative;}
 .modify_tit input{width:380px;height:36px;border: 1px solid #e1e1e5;border-radius: 5px;box-sizing:border-box;padding:0 28px 0 14px;}

 .dataSearch_dele{right:14px;display:none}

 /*发放设置*/
 .wid640{width:640px;}
 .pad30{padding:30px;}
 .setCt {margin-bottom: 10px;line-height:20px;}
 .set_con{margin-bottom: 20px;}
 .sp76 {display: inline-block;width: 76px;line-height: 20px;}
 .het200{max-height:200px;}
 .set_check {display: inline-block;width: 18px;height: 18px;background: url(../../images/ppt/dxcheck.png) no-repeat;background-size: 100%;margin-right:10px;}
 .set_checked {    background: url(../../images/ppt/dxchecked.png) no-repeat;    background-size: 100%;}
 .set_dxcheck{display: inline-block;width: 18px;height: 18px;background: url(../../images/ppt/check.png) no-repeat;background-size: 100%;margin-right:10px;}
 .set_dxchecked {    background: url(../../images/ppt/checked.png) no-repeat;    background-size: 100%;}

 .selectBox{display:inline-block; vertical-align:top; text-align:left;position:relative; cursor:pointer;width:58px;line-height:24px; height:24px;background: #FFFFFF;
 ;border-radius: 4px; border: 1px solid #e1e1e5; }
 .selectBox p{vertical-align:top;  color:#333;height:26px;overflow:hidden;font-size:12px;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis; overflow: hidden;padding-left:10px;font-weight:normal;}
 .selectBox ul{width:100%;position:absolute; z-index:58; top:29px; left:-1px; background:#fff;border-top:0; box-shadow: 0 2px 12px 0 rgba(175,187,204,0.75);border-radius: 6px;padding:6px 0;}
 .selectBox ul li{height:40px;line-height:40px;}
 .selectBox ul li a{ display:block;line-height:40px;  color:#333;text-align:left;font-weight:normal;font-size: 14px;padding-left:12px;}
 .selectBox ul li a:hover{ background: #f0f6ff;color: #3A8BFF;}
 .blue-border {    border: 1px solid #3A8BFF;    }
 .selectBox:hover{  border: 1px solid #3A8BFF;  }
 .icon-arrow-down-plan {	float:right;	margin-right:5px;font-size:10px;}
 .blue-border p .icon-arrow-down-plan {-ms-transform:rotate(180deg);
     -webkit-transform:rotate(180deg);-o-transform:rotate(180deg);
     -moz-transform:rotate(180deg);
     transform:rotate(180deg);
 }
 .spCenter{line-height:26px;padding:0 10px;display:inline-block}
 .line26{line-height:26px;}
 .kaiguan{margin-top:4px;}
 .date-box{margin-top:-8px;margin-left:10px;}
 .date-box .date-inp-box {
     position: relative;
     background-color: #fff;
 }
 .bg-clock {
     width: 18px;
     height: 18px;
     background: url(../../images/time_ic.png) no-repeat;
     -webkit-background-size: 100% 100%;
     background-size: 100% 100%;
 }
 .date-box .date-inp-box .icon-bg {
     position: absolute;
     top: 8px;
     right: 14px;
 }

 .date-box .date {
     position: relative;
     padding: 0 14px;
     height: 34px;
     width: 200px;
     background: transparent;
     border-radius: 4px;
     box-sizing: border-box;
     z-index: 1;
     color: #181E33;
 }

 .bg-clock_blue{    background: url(../../images/ppt/timeIc_blue.png) no-repeat;    -webkit-background-size: 100% 100%;    background-size: 100% 100%;}