@charset "utf-8";
/*弹框*/
/*.mask{
	z-index: 90003;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	padding: 0 60px;
}*/
/*遮罩2*/
.mask {
	z-index: 90003;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	padding: 0 60px;
	text-align: center;
}
.mask:before {
	content: '';
	width: 1px;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
/*遮罩2*/
.artwork-img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.artwork-img .close{
	position: fixed;
	width: 36px;
	height: 36px;
	background: white;
	right: 20px;
	top: 20px;
	background: url(../../images/pic-close.png);
	border-radius: 50%;
}
.artwork-img .rotote-btn{
	position: absolute;
	bottom: 0;
	left: 50%;
	font-size: 0;
	margin-left: -75px;
	z-index: 99;
}
.artwork-img .icon-rotate{
	color: #fff;
	font-size: 30px;
	display: inline-block;
	vertical-align: top;
	width: 60px;
	height: 48px;
	background: rgba(0,0,0,.3);
	border-radius: 4px;
	line-height: 48px;
	text-align: center;
	margin-right: 10px;
}
.artwork-img .icon-rotate:hover{
	text-decoration: none;
	color: #f35438;
}
.artwork-img .right-rotate:before{
	transform: rotateY(180deg);
	display: inline-block;
}
.artwork-img img{
	 display: block; 
	-webkit-animation: .5s art-img;
	-moz-animation: .5s art-img;
	-o-animation: .5s art-img;
	animation: .5s art-img;
	max-width: 100%;
	max-height: 100%;
	max-width: calc(100% - 160px);
	max-width: -webkit-calc(100% - 160px);
	max-height: calc(100% - 160px);
	max-height: -webkit-calc(100% - 160px);
	left: 0; */
	right: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	margin: auto;
}
.mask-artwork-img{
	background:rgba(0,0,0,.7);
}
@-webkit-keyframes art-img{
	from{
	-webkit-transform: scale(0);
	}
	to{
	-webkit-transform: scale(1);
	}
}
@-o-keyframes art-img {
	from{
	-o-transform: scale(0);
	}
	to{
	-o-transform: scale(1);
	}
}
@-moz-keyframes art-img {
	from{
	-moz-transform: scale(0);
	}
	to{
	-moz-transform: scale(1);
	}
}
@keyframes art-img {
	from{
	transform: scale(0);
	}
	to{
	transform: scale(1);
	}
}
/*.msg-box{
	position: absolute;
	left: 50%;
	top: 50%;
	background: white;
	border: solid 1px #e0e0e0;
	border-radius: 6px;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}*/
/*弹框2*/
.msg-box{
	display: inline-block;
	vertical-align: middle;
	background: white;
	border: solid 1px #e0e0e0;
	border-radius: 6px;
	text-align:left;
}
/*弹框2*/
.msg-box .box-header{
	margin: 0 20px 20px;
	font-size: 18px;
	color: #141414;
	text-align: center;
	border-bottom: dashed 1px #e0e0e0;
    line-height: 59px;
}
.msg-box .buttons{
	padding: 0;
	margin: 20px 0 20px;
	font-size: 0;
	text-align: center;
}
.msg-box .buttons .btn,
.msg-box .buttons .button{
	display: inline-block;
	margin: 0 5px;
	padding: 0 24px;
	font-size: 14px;
	line-height: 32px;
	color: #333333;
	border: solid 1px #e0e0e0;
	background: #f2f3f8;
	border-radius: 6px;
	vertical-align: top;
	height: 32px;
	width: auto;
}
.msg-box .buttons .btn.primary,
.msg-box .buttons .button.primary{
	color: white;
	background: linear-gradient(to right,#789fff,#4579ec);
	background: -webkit-linear-gradient(to right,#789fff,#4579ec);
	background: -ms-linear-gradient(to right,#789fff,#4579ec);
	border-color: currentcolor;
	width: auto;
	min-width: 52px;
}
.msg-box .buttons .button:hover{
	text-decoration: none;
	background: #fff;
}
.msg-box .buttons .button.primary:hover{
	box-shadow: 0 3px 3px rgba(87,134,243,.5);
	background: linear-gradient(to right,#789fff,#4579ec);
	background: -webkit-linear-gradient(to right,#789fff,#4579ec);
	background: -ms-linear-gradient(to right,#789fff,#4579ec);
	border-color: #789fff;
	
}
.msg-box .search-btn:hover {
	/*box-shadow: 0 3px 3px rgba(87,134,243,.5);
	background: linear-gradient(to right,#789fff,#4579ec);
	border-color: #789fff;*/
}
.msg-box .buttons .button.disabled{
	background:#cdcdcd;
	color: #fff;
	border-color: #cdcdcd;	
}
.msg-box .form+.buttons{
	margin-top: 30px;
}
.msg-box .form.style2+.buttons{
	margin-top: 20px;
}
/*弹框表单*/
.msg-box .form.style2 .tit{
	font-size: 14px;
	height: 34px;
	line-height: 34px;
}
.msg-box .form.style2{
	padding: 0 20px;
}
.msg-box .form{
	padding: 0 34px 0 0;
	margin: 0 20px 0;
}
.msg-box .form table{
	font-size: 14px;
	line-height: 32px;
}
.msg-box .table-wrapper table{
	font-size: 12px;
	line-height: 1.5;
	min-width: 580px;
}
.msg-box .table-wrapper table td.red{
	color: #f35438;
}
.msg-box .form table td{
	width: 310px;
	vertical-align: middle;
	padding: 10px 0;
}
.msg-box .form table td:first-child{
	padding-right: 12px;
	width: 100px;
	white-space: nowrap;
	text-align: right;
	vertical-align: top;
	color: #666;
}
.msg-box .input-box,
.msg-box .text-area-box{
	width: 100%;
	padding: 0;
	border: solid 1px #ccc;
	border-radius: 0;
}
.msg-box .input-box input[type=number]::-webkit-outer-spin-button,
.msg-box .input-box input[type=number]::-webkit-inner-spin-button{
	-webkit-appearance: none;
	appearance: none;
}
.msg-box .input-box input[type=text],
.msg-box .input-box input[type=password],
.msg-box .input-box input[type=number],
.msg-box .text-area-box textarea{
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 6px;
	font: inherit;
	color: #000;
	line-height: 20px;	
	-webkit-appearance: none;
	appearance: none;
	
}
.msg-box .input-box input:disabled{
	background: #f6f7fa;
}
.msg-box .text-area-box textarea{
	line-height: 1.5;
	border: none;
	outline: none;
}
/*弹框表单 end*/
/*弹框内容文本*/
.msg-box .content-text{
	max-width: 300px;
	min-width: 240px;
    margin: 40px 16px 24px;
	font-size: 16px;
	line-height: 2;
	text-align: center;
}
.msg-box .content-text p{
	display: inline-block;
	text-align: left;
	font: inherit;
}
/*弹框内容文本 end*/



/*单选树形结构*/
.msg-box .input-box{
	position: relative;
	overflow: visible;
}
.msg-box .radio-box.dept{
	position: absolute;
	width: 100%;
	top:33px;
	left:0;
	height: 234px;
	display: block;
	background: white;
	z-index: 5;
	box-shadow: 0 0 0 1px #ccc;
	padding: 10px;
	box-sizing: border-box;
	overflow: auto;
}
.msg-box a.down-btn:before {
    font-family: icon-font;
    width: 32px;
    height: 32px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    content: "\E908";
    color: #bbb;
    text-align: center;
}
.msg-box a.down-btn {
    display: inline-block;
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 32px;
    right: 0;
    top: 0;
    font-size: 0;
}
/*单选树形结构end*/

/*错误提示*/
.msg-box .notice-bar{
	position: relative;	
	text-align: left;
	font-size: 0;
	color: #ff3b30;
	height: 32px;
	line-height: 32px;
	background: #fff5f4;
	margin: 0 20px;
	margin-top: -21px;
}
.msg-box .notice-bar i{
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 30px;
}
.msg-box .notice-bar span{
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
}
.msg-box .icon-notice:before {
    content: "\e923";
}
/*错误提示end*/


/*选择人员弹框*/
.msg-box .form .line{
	white-space: nowrap;
	/*font-size: 0;*/
}

.msg-box .form .line .box-right,
.msg-box .form .line .box-left{
	display: inline-block;
	width: 278px;
	vertical-align: top;
	height: 330px;
	border-radius: 6px;
	margin: 0 8px;
	background: #f2f3f8;
	overflow: auto;
	padding: 10px;
	box-sizing: border-box;
}
.msg-box .form .line .tit-box{
	display: block;
	padding: 0;
}
.msg-box .form .line .right-tit,
.msg-box .form .line .left-tit{
	display: inline-block;
	margin: 0 8px;
	font-size: 16px;
	line-height: 48px;
	height: 48px;
	width: 278px;
	text-align: left;
}
.msg-box .form .line .box-right .clear-btn {
    position: absolute;
    right: 10px;
    top: 7px;
}
.msg-box .form .line .box-right .people{
	margin:0;
    padding: 0;
}
.msg-box .form .line .box-right .people li{
	padding: 0 20px;
	text-align: left;
	display: block;
	position: relative;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.msg-box .form .line .box-right .people li:hover{
	background: linear-gradient(to right,#789fff,#4579ec);
	background: -webkit-linear-gradient(to right,#789fff,#4579ec);
	box-shadow: 0 3px 3px 0 rgba(87,134,243,.5);
	color: white;
}
.msg-box .form .line .box-right .people li:hover .clear-btn:before{
	color: white;
}
.msg-box .form .line .box-right .clear-btn {
    position: absolute;
    right: 10px;
    top: 4px;
}
.msg-box .clear-btn {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 11px 11px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
}
.msg-box .clear-btn:before{
	position: absolute;
	left: 0;
	top:0;
	width: 20px;
	line-height: 22px;
    height: 20px;
    text-align: center;
    content: "\E925";
    font-family: icon-font;
    color: #bbbbbb;
    font-size: 12px;
}
/*选择人员弹框*/


/*选择用户*/
.msg-box .form2{
	padding: 15px 20px;
    margin: 0 20px 0;
    padding-bottom: 0;
}
/*选择用户end*/

.msg-box .tip-box{
	margin-bottom: 0;
	margin-top: 15px;
    min-width: 400px;
}

/*筛选*/
.msg-box .tag-wrap{
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	font-size: 0;
	margin-top: 15px;
}
.msg-box  .tag-wrap .tit{
	width: auto;
	min-width: 0;
}
.msg-box  .tag-wrap span{
	margin-right: 1px;
}
.msg-box  .tag-wrap .tag:hover{
	text-decoration: underline;
}
.msg-box  .tag{
    display: inline-block;
    vertical-align: middle;
    padding: 0 18px;
    min-width: 40px;
    text-align: center;
    line-height: 32px;
    height: 32px;
    font-size: 14px;
    border: solid 1px #ccc;
    margin-right: -1px;
    z-index: 2;
    position: relative;
}
.msg-box .tag.active{
	color: white !important;
	background: #f35438;
	border:solid 1px #f35438;
	 z-index: 5;
}
.msg-box  .tag:first-of-type{
	border-radius: 4px 0 0 4px;
}
.msg-box  .tag:last-of-type{
	border-radius: 0 4px 4px 0;
}
/*筛选end*/
/*弹框 end*/

/*多选框*/
.msg-box  .ztree-table input[type="checkbox"] + label:before, 
.msg-box table input[type="checkbox"] + label:before{
	width: 14px;
    line-height: 16px;
    height: 14px;
}
.msg-box  .ztree-table input[type="checkbox"] + label, 
.msg-box table input[type="checkbox"] + label {
    width: 16px;
    height: 16px;
}
.msg-box .ztree-table input[type="checkbox"]:checked + label:before, 
.msg-box table input[type="checkbox"]:checked + label:before {
    width: 16px;
    height: 16px;
    line-height: 16px;
}
.msg-box input[type="radio"] + label:before{
    width: 16px;
    height: 16px;
    margin-right: 0;
}
.msg-box .table-wrapper table th,
.msg-box .table-wrapper table td{
	padding: 6px 10px;
    line-height: 19px;
}
.msg-box input[type="radio"] + label, 
.msg-box input[type='checkbox']+label {
    font-size: 12px;
}
/*多选框end*/
.msg-box .radio-box input[type="radio"] + label:before{
	margin-right: 6px;
}


/*上传图片*/
.msg-box .img-box-mult{
	width: 130px;
	height: 130px;
	margin-right: 24px;
	border: 1px solid #afc6f9;
	position: relative;
	background: #fdfdfd;
	display: inline-block;
	vertical-align: top;
}
.msg-box .img-box-mult.pic16-9{
	width: 310px;
	height: 174px;
}
.msg-box .img-box-mult.pic20-9{
	width: 387px;
	height: 174px;
}
.msg-box .img-box-mult.pic20-7{
	width: 497px;
	height: 174px;
}
.msg-box .img-box-mult.pic2-1{
	width: 348px;
	height: 174px;
}
.msg-box .img-box-mult.pic1-1{
	width: 174px;
	height: 174px;
}
.msg-box .img-box-mult.bg-gray{
	background: #dadada;
}
.msg-box .img-box-mult .opera{
	height: 32px;
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(255,255,255,.9);
	color: #6e6e6e;
}
.msg-box .img-box-mult .opera a:hover{
	color: #f35438;
}
.msg-box .img-box-mult .opera .left:before{
	content: "\e92a";
	font-family: icon-font;
	position: absolute;
	display: inline-block;
	line-height: 32px;
	display: block;
	font-size: 16px;
	width: 30px;
	text-align: center;
	left: 0;
}
.msg-box .img-box-mult .opera .right:before{
	content: "\e92b";
	font-family: icon-font;
	position: absolute;
	display: inline-block;
	line-height: 32px;
	display: block;
	font-size: 16px;
	right: 0;
	width: 30px;
	text-align: center;
}
.msg-box .img-box-mult>img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
}
.msg-box .img-box-mult:last-of-type{
	margin-right: 0;
}
.msg-box .img-box-mult .del-img{
	position: absolute;	
	right: -1px;
	top: -1px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 24px;
	height: 32px;
	width: 32px;
	background: rgba(0,0,0,.5);
	border-radius: 0 0 0 8px;	
	cursor: pointer;
}
.msg-box .img-box-mult .del-img:hover{
	color: #f35438;
	text-decoration: none;
}
.msg-box .unload-img .del-img{
	display: none;
}
.msg-box .img-box-mult~.tip-txt{
	margin-top: 2px;
}
.msg-box .tip-txt {
    font-size: 12px;
    color: #999999;
    white-space: nowrap;
}
.msg-box .tip-normal {
    white-space: normal;
    line-height: 1.5;
}
.msg-box .unload-img{
	border: 1px dashed #d2d2d2;
}
.msg-box .unload-img>img{
	width: 50px;
	height: 43px;
}
.msg-box .unload-img:after{
	content: '';
	width: 0;
	height: 0;
}

.msg-box a.btn-upimg{
	text-decoration: none;
}
.msg-box .up-img-block{
	margin-top: -30px;
	margin-bottom: 56px;
}
.msg-box .up-img-block>ul>li{
	white-space: nowrap;
}
/*上传图片end*/
/*错误反馈*/
.error-message,.success-message{
	padding: 0 40px;
	background: #fff;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	color: #ff6b6b;
	box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
	border-radius: 30px;
	overflow: hidden;
	/*min-width: 320px;*/
	display: inline-block;
	position: fixed;
	top: 72px;
	right: 0;
	z-index: 90004!important;
}
.error-message>i,.success-message>i{
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	line-height: 20px;
	border-radius: 50%;
	text-align: center;
	margin-right: 6px;
}
.error-message>i:before,.success-message>i{
	font-size: 24px;
	color: #ff6b6b;
	
}
/*错误反馈end*/
/*成功提示*/
.success-message{
	color: #13bfb5;
	
}
.success-message>i{
	background: #13bfb5;
	line-height: 24px;
}
.success-message>i.icon-right:before {
	color: #fff;
	font-size: 18px;
}
/*成功提示end*/
.msg-box .btn-box{
	margin-top: 14px;
}
.msg-box .btn-box .btn{
	color: #f48a44;
	height: 24px;
	line-height: 24px;
	border:1px solid #f48a44;
	border-radius: 4px;
	display: inline-block;
	padding: 0 10px;
	font-size: 12px;
	outline: none;
}
.msg-box .btn-box .btn:hover {
	background: #fef2eb;
	text-decoration: none;
}
.msg-box .img-box-mult~.btn-box {
	margin-top: 6px;
}
.msg-box .btn-box~.tip-txt {
	margin-top: -4px;
}
/*分页*/
.msg-box .cur-page{
	border: none;

}
.msg-box .cur-page>a{
	cursor: default;
	
}
.msg-box .cur-page>a:hover,.msg-box .cur-page:hover{
	text-decoration: none;
}
.page-input{
	
	width: 40px;
	text-align: right;
	border-right: 1px solid #cfcfcf;
	/*height: 24px;*/
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.page-input>input{
	border: none;
	height: 22px;
	line-height: 22px;
	padding: 0 10px;
	display: block;
	margin: 0;
	outline: none;
	width:100%;
	box-sizing: border-box;
	text-align: right;
}
.msb-box-page li{
	padding: 0 6px;
}
.msb-box-page li:hover{
	cursor: default;
}
.msb-box-page .cur-page{
	margin: 0;
}
/*分页end*/
.msg-box .material-form{
	min-height: 400px;
	padding-top: 0;
}
.msg-box .material-header{
	border-bottom: none;
	margin-bottom: 0;
}
.msg-box .material-nav{
	font-size: 0;
	border-bottom: 1px solid #e0e0e0;
	position: relative;
	padding: 1px 40px 0 41px;
	margin-bottom: 20px;
	white-space: nowrap;
}
.msg-box .material-nav>a{
	display: inline-block;
	vertical-align: top;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #666666;
	font-size: 14px;
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	border-bottom: none;
	margin-left: -1px;
	padding: 0 24px;
	
}
.msg-box .material-nav>a.active{
	background: #4e80ef;
	color: #fff;
	border-color:#4e80ef;
	
}
.msg-box .material-link{
	font-size: 14px;
	color: #333333;
}
.msg-box .material-link>.input-box{
	width: 298px;
	border-radius: 4px;
	overflow: hidden;
	vertical-align: middle;
}
.msg-box .material-link>.input-box>input{
	width: 100%;
	height: 100%;
	display: block;
}
.msg-box .form .line .input-box{
	border-radius: 4px;
	overflow: hidden;
}
.msg-box .regular-mass>p{
	font-size: 14px;
	color: #999999;
	padding-left: 32px;
	margin-top: 40px;
}
.msg-box .regular-mass .date-input>input{
	color: #333;
}
.msg-box .regular-mass table{
	margin-bottom: 46px;
}
.msg-box .certification .radio-box label{
	font-size: 14px;
}
.msg-box .certification .text-area-box{
	margin-left: 24px;
	border-radius: 4px;
}
.msg-box .certification .text-area-box>textarea{
   background: transparent;
}
.msg-box .material-body{
	padding-top: 0;
}
.msg-box .material-body>.line{
	margin-bottom: 19px;
}
.min-w620{
	min-width: 620px!important;
}
.material-body .table-wrapper table td{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


/*选择商品*/
.msg-box .sub-line.drop-down-box{
	margin-top: 10px;
	font-size: 0;
}
.msg-box .sub-line.drop-down-box .tit{
	font-size: 14px;
	line-height: 32px;
	height: 33px;
    min-width: 102px;
    display: inline-block;
    vertical-align: top;
}
.msg-box .sub-line.drop-down-box .drop-down-wrapper{
	max-width: 245px;
}
.msg-box .drop-down-box.goods-box {
	display: inline-block;
	vertical-align: top;
	margin-top: 0;
}
.msg-box .drop-down-box.goods-box .tit {
	text-align: right;
}
/*选择商品end*/


.msg-box .p-text{
	color: #999;
	font-size: 12px;
	white-space: nowrap;
}
.msg-box .style3  table td{
	padding: 5px 0;
}
.m-b10{
	margin-bottom: 10px;
}

/*群发对象*/
.msg-box .mass-user{
	width: 448px!important;
	padding-right: 0!important;
	margin: 35px 0 32px 50px!important;
}
.msg-box .mass-user>p{
	font-size: 14px;
	color: #999999;
	/*padding-left: 32px;*/
	margin-top: 40px;
}
.msg-box .mass-user dl{
	font-size: 0;
	/*height: 220px;*/
	position: relative;
	/*overflow-y: auto;*/
	margin-top: 16px;
}
.msg-box .mass-user dt{
	font-size: 14px;
	color: #333333;
	position: absolute;	
	height: 34px;
	line-height: 34px;
}
.msg-box .mass-user .mass-users{	
	padding-left: 0;	
	max-height: 200px;
	overflow-y: auto;
}
.msg-box .mass-user dt~.mass-users{
	padding-left: 80px;	
}
.msg-box .mass-user .mass-users>dd{
	display: inline-block;
	vertical-align: top;
	padding: 0 24px 0 10px;
	height: 20px;
	border: 1px solid #f48a44;
	font-size: 14px;
	color: #f48a44;
	line-height: 20px;
	margin-right: 8px;
	position: relative;
	margin-top: 5px;
}
.msg-box .mass-user .mass-users>dd:hover{
	background: #fef3ec;
	cursor: pointer;
}
.msg-box .mass-user .mass-users>dd>i{
	position: absolute;
	right: 5px;
	font-size: 12px;
	color: #787f90;
	line-height: 18px;
	height: 100%;
}
.msg-box .mass-user .mass-users>dd:hover>i{
	color: #f56e56;
}
/*群发对象end*/

/*新增回访记录*/
.add-record-form{
	width: 626px;
}
/*多个td并列排*/
/*.msg-box .form.mult-td table td:nth-of-type(2n+1) {
	text-align: right;
}
.msg-box .form.mult-td td{
	padding: 0;
}*/
/*多个td并列排end*/
.msg-box .add-record-form{
	width: 584px;
	padding-top: 10px;
}
.msg-box .mult-td{
	
}
.msg-box .mult-td .line{
	
	font-size: 14px;
	color: #333333;
}
.msg-box .mult-td .line dl{
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
	width: 50%;
	padding: 5px 0;
}
.msg-box .mult-td .line dl>dt{
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	width: 120px;
}
.msg-box .mult-td .line dl>dd{
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
}
.msg-box .mult-td .line.no-right dl{
	width: 100%;
}
.msg-box .mult-td .line.no-right dl>dd{
	width: calc(100% - 126px);
}
.msg-box .date-input{
	color: #333;
}
.msg-box .add-record-form .uname{
	max-width: 160px;
	white-space: nowrap;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
}
/*新增回访记录end*/
.msg-box .s-tip {
	color: #ff6b6b;
}
.msg-box .user-source {
	padding-right: 60px;
	
}
.msg-box .user-source .line dl>dt {
	width: 80px;
}
.msg-box .user-source .line dl:nth-of-type(2) {
	margin-left: 40px;

}
/*分类图标*/
.img-box-classify{
	width: 72px!important;
	height: 72px!important;
	border-radius:50%;
	overflow: hidden;
	border: 1px solid #AFC6F9!important;
}
.img-box-classify>img{
	margin: 0;
	
}
.img-box-ad {
	width: 109px!important;
	height: 70px!important;
	cursor: pointer;
}
.editRecommendBox {
	max-height: calc(100% - 80px);
	max-height: -webkit-calc(100% - 80px);
	overflow-y: auto;
}
.recommend-img {
	width: 351px!important;
	height: 112px!important;
}
.editRecommendBox .img-box-mult.pic1-1 {
	width: 108px!important;
	height: 108px!important;
}
.editRecommendBox .img-box-mult~.btn-box {
	line-height: 1;
	margin-top: 10px;
}
.editRecommendBox .btn-box~.tip-txt {
	margin-top: -1px;
	margin-bottom: -5px;
}
.editRecommendBox .box-header {
	line-height: 58px;
}

/*pdf预览*/
.pdf-msg-box {
	height: 100%!important;
	margin: 0 auto!important;
	border-radius: 0;
	position: relative;
	/*overflow-y: auto;
	overflow-x: hidden;*/
}
.msg-box .pdf-preview {
	width: 750px;
	height: 100%;
	/*position: relative;*/
	/*overflow: hidden;*/
	border-radius: 6px;
	/*position: absolute;*/
	padding: 0 20px ;
	margin: auto;
	overflow-y: auto;
	overflow-x: hidden;
}
.pdf-msg-box .icon-close{
	position: absolute;
	right: -60px;
	top: 0;
	width: 48px;
	height: 48px;
	border-radius: 6px;
	background: rgba(0,0,0,.5);
	line-height: 48px;
	text-align: center;
	cursor: pointer;
}
.pdf-msg-box .icon-close:before {
	font-size: 36px;
	color: #fff;
	content: '\e91c';
	font-weight: 400;
	margin-top: -7px;
	display: inline-block;
	vertical-align: top;
}
.pdf-msg-box .icon-close:hover {
	background: rgba(243,84,56,.7);
}
.pdf-box{
	width: 100%;
	height: 100%;
	/*overflow-y: auto;*/
	background: white;
	/*border:solid 1px #e0e0e0;*/
	/*position: fixed;
	left: 50%;
	top:50%;
	margin-top: -250px;
	margin-left: -476px;*/
	z-index: 9999999;
	/*display: none;*/
}
.pdf-box canvas{
	display: block;
	margin: 0 auto;
}
.pdf-opera {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 0;
	right: 0;
	display: none;
	height: 50px;
	line-height: 50px;
	z-index: 2;
}
.pdf-box:hover~.pdf-opera,.pdf-opera:hover {
	display: block;
}
.pdf-opera button{
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(0,0,0,.1);
	border: none;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}
.pdf-opera button:active {
	background: rgba(0,0,0,.5);
	outline: none;
}
.pdf-opera button:hover {
	background: rgba(0,0,0,.5);
}
.pdf-opera button:before {
	font-family: icon-font;
	content: '\e92a';
	font-size: 32px;
	color: #fff;
	margin-left: -4px;
}
.pdf-opera button#next:before {
	content: '\e92b';
	margin-left: 4px;
}
.pdf-opera #prev {
	left: 40px;
	/*background: #799be0;*/
}
.pdf-opera #next {
	right: 40px;
	
}
.pdf-opera button{
	/*height: 30px;
	line-height: 28px;
	font-size: 14px;
	padding:  0 6px;
	margin: 6px;
	border:solid 1px #bbb;
	border-radius: 4px;
	outline: none;
	background: none;*/
}
.pdf-opera .icon-close:hover,
.pdf-opera .icon-close{
	position: absolute;
	right: 11px;
	top: -4px;
	font-size: 30px;
	color: #4e80ef;
	text-decoration: none;
}
.pdf-box canvas {
	width: 100%;
	/*height: 100%!important;*/
}
.page-pdf {
	font-size: 14px;
	text-align: center;
	height: 24px;
	line-height: 24px;
	background: rgba(0,0,0,.5);
	border-radius: 6px;
	padding: 0 8px;
	position: absolute;
	bottom: 20px;
	right: 40px;
	color: #fff;
}
/*pdf预览end*/
.msg-box .form table td {
	/*line-height: 1.5;*/
}
.msg-box .form table td .text-box {
	display: inline-block;
	vertical-align: top;
	max-width: 238px;
	overflow: hidden;
	white-space: nowrap;
	word-break: break-all;
	text-overflow: ellipsis;
	margin-bottom: 4px;
}
.msg-box .form table td .txt-link {
	border-radius: 4px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    padding: 0 10px;
    min-width: 41px;
    position: relative;
    box-sizing: inherit;
    display: inline-block;
	border: 1px solid #f48a44;
	color: #f48a44;
	background: #fff;
	margin-top: -4px;

}
.msg-box .form table td .text-box~.txt-link {
	margin-left: 10px;
}
.msg-box .form table td .txt-link:hover {
	text-decoration: none;
	background: #fef2eb;
}
.msg-box .form table td .text-box:empty~.txt-link {
	margin-left: -4px;
}
.msg-box .form table td .text-box:empty~.txt-link {
	margin-left: 0;
}
.msg-box .form table td .txt-link {
	margin-left: 0;
}
.msg-content {
	white-space: normal!important;
	overflow: visible!important;
}
/*批量导入*/
.msg-box .files-import {
	
}
.msg-box .files-import td {
	padding: 0!important;
}
.msg-box .files-import span{
	display: block;
	padding-right: 26px;
	height: 20px;
	/*border: 1px solid #bbb;*/
	font-size: 14px;
	color: #333;
	line-height: 20px;
	margin-right: 8px;
	position: relative;
	margin-bottom: 5px;
}
.msg-box .files-import span:last-of-type {
	margin-bottom: 0;
}
.msg-box .files-import span:before {
	/*content: "\e92e";
	font-family: icon-font;
	color: #5e667b;
	display: inline-block;
	margin-right: 4px;*/
}
.msg-box .files-import span:hover {
	/*color: #5081ef;*/
}
.msg-box .files-import span i{
	display: inline-block;
	vertical-align: top;
	margin-left: 2px;
	font-size: 12px;
	color: #787f90;
	line-height: 18px;
	height: 100%;
	cursor: pointer;
}
.msg-box .files-import span i:before {
	font-family: icon-font;
	content: '\e91c';
	color: #bbb;
	font-size: 18px;
}
.msg-box .files-import span i:hover:before {
	color: #5081ef;
}
.msg-box .files-import span label {
	display: inline-block;
	vertical-align: top;
	max-width: 248px;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	white-space: nowrap;
	cursor: pointer;
}
.msg-box .btn-import {
    border-radius: 4px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    padding: 0 10px;
    min-width: 41px;
    position: relative;
    box-sizing: inherit;
    display: inline-block;
	border: 1px solid #f48a44;
	color: #f48a44;
	background: #fff;
}
.msg-box .btn-import:hover {
	background: ;
}
.msg-box .btn-import:before {
	/*content: '';
	font-size: 18px;
	margin-right: 4px;
	display: inline-block;
	vertical-align: top;
	margin-top: -1px;*/
}
.msg-box .files-support {
	
}
.msg-box .files-support span{
	display: block!important;
	padding-left: 16px;
	color: #999;
}
.msg-box .files-support .required:before {
	position: absolute;
	margin-left: -16px;
	color: #999;
}
.msg-box .btn-import:hover {
	background: #fef2eb;
}
/*批量导入end*/
.msg-box .p-tip {
	margin-top: -16px;
	font-size: 14px;
	margin-bottom: 10px;
}
.msg-box .btn-box~.tip-txt {
	margin-top: 0;
}
/*坐标定位*/
.msg-box .map-container {
	height: 350px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 700px;
	margin-top: 0;
}
.msg-box .map-container .line {
	margin-right: 20px;
	position: absolute;
	top: 16px;
	right: 0;
	z-index: 10000;
	padding: 10px 12px;
	background: rgba(255,255,255,.6);
	/*width: 336px;*/
}
.msg-box .map-container .line .input-box {
	background: #fff;
	width: 380px!important;
}
.msg-box .map-container .map-box {
	width: 100%;
	/*background: #FF0000;*/
	height: 100%;
}
.map-container .associate {
	width: 380px;
	border: 1px solid #e0e0e0;
	margin-top: -1px;
	max-height: 250px;
	overflow-y: auto;
}
.map-container .associate li{
	font-size: 14px;
	color: #333;
	padding: 6px 10px;
	background: #fff;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	cursor: pointer;
}
.map-container .associate li span{
	font-size: 14px;
	color: #999;
	padding-left: 4px;	
}
/*坐标定位end*/
.msg-box .p-text-comment {
	position: absolute!important;
	margin-top: 2px!important;
}
.msg-box .radio-box input[disabled='disabled']~label {
	cursor: default!important;
}
.msg-box .choose-user-box~.formError-noArrow {
	margin-top: -4px!important;
}
.msg-box .choose-user-box {
	margin-bottom: 0!important;
}
.msg-box .view-form table td {
	padding: 0;

}
.msg-box .view-form table td:first-child {
	padding-right: 4px;
	
}
.msg-box .form table .has-right-btn .input-box {
	width: calc(100% - 100px);
}
.msg-box .form-vcode .p-text{
	font-size: 14px;
	margin-left: 20px;
	color: #ff6b6b;
}
/*查看卡证*/
.msg-box .card-form2 {
	margin-top: 26px;
	width: 434px;
}
.msg-box .card-form2 .card-info{
	
}
.msg-box .card-form2 .card-info dl{
	font-size: 0;
	margin-bottom: 16px;
	display: table;
}
.msg-box .card-form2 .card-info dl dt  {
	min-width: 128px;
	text-align: right;
}
.msg-box .card-form2 .card-info dl dt,
.msg-box .card-form2 .card-info dl dd{
	display: table-cell;
	vertical-align: top;
	font-size: 14px;
	color: #666;
	white-space: nowrap;
}
.msg-box .card-form2 .card-info dl dd{
	font-size: 14px;
	color: #000;
	word-break: break-all;
	padding-left: 4px;
	white-space: normal;
	text-align: justify;
}
.msg-box .card-form2 .card-info dl .img-box-mult{
	width: 80px;
	height: 80px;
	margin-right: 12px;
	margin-bottom: 12px;
}
.msg-box .card-form2 .card-info .img-wrap dd{
	text-align: left;
}
/*查看卡证end*/
/*新建维度*/
.msg-box .form-add-temp {
	width: 440px;
	margin: 0 40px;
}
.msg-box .form-add-temp .line{
	margin-bottom: 16px;
}
.msg-box .form-add-temp .line label{
	font-size: 14px;
	color: #666;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	height: 34px;
	line-height: 34px;
	min-width: 100px;
}
.msg-box .form-add-temp .line .input-box{
	width: 180px;
	font-size: 14px;
	overflow: visible;
}
.msg-box .form-add-temp .line .btn-add-temp{
	display: block;
	width: 86px;
	height: 86px;
	text-align: center;
	line-height: 86px;
	border: 1px solid #e9eaec;
	border-radius: 5px;
}
.msg-box .form-add-temp .line .btn-add-temp:before{
	font-family: icon-font;
	content: '\e921';
	font-size: 30px;
	color: #e9eaec;
}
.msg-box .form-add-temp .line .btn-add-temp:hover {
	text-decoration: none;
}
.msg-box .form-add-temp .line .li {
	display: inline-block;
	vertical-align: top;
	margin-right: 32px;
}
.msg-box .form-add-temp .line .li span{
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 34px;
	text-align: center;
}
.msg-box .form-add-temp .line .li .img-box-mult {
	width: 86px;
	height: 86px;
	border-radius: 5px;
	overflow: hidden;
}
.msg-box .form-add-temp .line .li .img-box-mult .edit-img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.5);
	font-size: 14px;
	color: #fff;
	height: 28px;
	line-height: 28px;
	text-align: center;
}
.msg-box .form-add-temp .pic-txt{
	font-size: 14px;
	color: #999;
	padding-left: 100px;
	margin-top: -6px;
}
/*查看所有派发部门*/
.msg-box .form-reply {
	width: 650px;
	max-height: 500px;
	overflow-y: auto;
}
.msg-box .form-reply .reply-con {
	font-size: 14px;
	color: #333;
	margin-top: 10px;
	margin-left: 62px;
	
}
.msg-box .form-reply .reply-con .sub{
	position: relative;
	padding-bottom: 14px;
	border-bottom: 1px solid #E0E0E0;
	padding-top: 24px;
	min-height: 40px;
}

.msg-box .form-reply .reply-con .sub:before{
	position: absolute;
	content: '';
	margin-left: -24px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #ccc;
	margin-top: 1px;
	z-index: 1;
}
.msg-box .form-reply .reply-con .sub:after{
	position: absolute;
	content: '';
	height: 100%;
	width: 1px;
	background: #e0e0e0;
	margin-left: -16px;
	top: 30px;
}
.msg-box .form-reply .reply-con .sub:last-of-type:after {
	height: 0;
}
.msg-box .form-reply .reply-con .sub:last-of-type {
	border-bottom: none;
}
.msg-box .form-reply .reply-con .sub.active:before{
	background: #4d7fef;
}
.msg-box .form-reply .reply-con .sub h3{
	padding-right: 150px;
	margin-bottom: 6px;
}
.msg-box .form-reply .reply-con .sub h3 .view-all {
	display: inline-block;
	font-size: 14px;
	color: #f48a44;
	padding-left: 10px;
}
.msg-box .form-reply .reply-con .sub p{
	padding-right: 150px;
}
.msg-box .form-reply .reply-con .sub .right-con{
	position: absolute;
	right: 0;
	top: 24px;
	text-align: right;
	
}
.msg-box .form-reply .reply-con .sub .right-con .name{
	display: block;
	margin-bottom: 6px;
	color: #4e80ef;
}
.msg-box .form-reply .reply-con .sub .right-con .time{
	display: block;
	color: #bbb;
}

/*查看所有派发部门end*/
/*办事指南*/
.msg-box .form-guide {
	padding-left: 34px;
	box-sizing: border-box;
	width: 375px;
	height: 338px;
	overflow-y: auto;
	overflow-x: hidden;
	word-break: break-all;
	
}
.msg-box .form-guide dl{
	/*border-bottom: 1px dashed #e0e0e0;*/
	margin-bottom: 10px;
	/*padding-bottom: 10px;*/
	/*width: 100%;*/
	text-align: left;

}
.msg-box .form-guide dl dt{
	min-width: 0!important;
}
.msg-box .form-guide dl dd{
	display: block!important;
}
/*办事指南end*/
.msg-box .check-form {
	padding-left: 20px;
}
.msg-box .check-form .check-box{
	text-align: left;
}
.msg-box .check-form .check-box span{
	display: block;
	width: auto;
	
}
.msg-box .check-form .check-box span label {
	width: auto;
	height: auto;
}
.msg-box .p-tit {
	font-size: 16px;
	color: #333;
}
.msg-box .check-form table td:first-child {
	padding-top: 4px;
}
.msg-box .map-opera{
	padding:20px;
}

.msg-box .map-opera .sub-line{
	display: block;
	margin-bottom: 0;
}
.msg-box .map-opera .sub-line .input-box{
	display: inline-block;
	vertical-align: top;
	width: 280px;
}
.msg-box .btn-manager.btn-ghost{
	border: solid 1px #e0e0e0;
    background: #f2f3f8;
    color: #333333;
    box-sizing: border-box;
    line-height: 32px;
}
.msg-box .btn-manager.btn-ghost:hover{
	box-shadow: none;
}
/*图标提示框*/
.msg-box .ico-box {
	text-align: center;
	position: relative;
	padding-top: 60px;
	min-width: 500px;
}
.msg-box .ico-box p {
	text-align: center;
}
.msg-box .ico-box .icon-pre{
	position: absolute;
	display: inline-block;
	vertical-align: top;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	line-height: 1;
	
}
.msg-box .ico-box .icon-danger {
	color: #ff6b6b;
}
.msg-box .ico-box .icon-right {
	color: #fff;
	width: 36px;
	height: 36px;
	background:#13bfb5;
	border-radius: 50%;
	line-height: 36px;	
	text-align: center;
}
.msg-box .ico-box .icon-pre:before {
	font-size: 40px;
}
.msg-box .ico-box .icon-right:before {
	font-size: 30px;
}
.msg-box .text-center {
	text-align: center!important;
}
.msg-box .no-btn-box {
	margin-bottom: 40px;
}
/*图标提示框end*/
.msg-box .get-depart {
	height: auto;
	padding-right: 20px;
	margin-top: 20px;
	max-width: 440px;
	line-height: 1.5;
	padding: 10px 20px 10px 40px;
}
.msg-box .get-depart i {
	position: absolute;
	margin-left: -30px;
	margin-top: -4px;
}
.msg-box .minh-form {
	max-height: 410px!important;
	overflow-y: auto!important;
}
.msg-box .table-wrapper .link {
	color: #4e80ef;
	font-size: 14px;
	margin-right: 16px;
}
.msg-box .get-depart .notice-con{
	font-size: 14px;
	color: #666;
}
.msg-box .system-per{
	max-width: initial;
	margin: 20px 40px 0;
}
.msg-box .system-per span {
	color: #666;
}
.msg-box .system-per p {
	color: #ff3b30;
}
.msg-box .btn-add {
    border-radius: 4px;
    font-size: 12px;
    color: #333333;
    padding: 0 10px;
    min-width: 41px;
    position: relative;
    margin-right: 10px;
    box-sizing: inherit;
    display: inline-block;
	border: 1px solid #f48a44;
	color: #f48a44;
	background: #fff;
	height: 28px;
	line-height: 28px;
}
.msg-box .btn-add:before {
	content: '+';
	font-size: 18px;
	margin-right: 4px;
	display: inline-block;
	vertical-align: top;
	margin-top: -1px;
}
.msg-box .btn-add:hover {
	background: #fef2eb;
	text-decoration: none;
}
.msg-box .no-label-form {
	padding-right: 0;
}
.msg-box .form table td:only-child {
	width: 320px;
}
.msg-box .text-area-box .txt-count{
	display: block;
	text-align: right;
	padding-right: 6px;
	font-size: 12px;
	color: #999;
}
.msg-box .comment-tr{
	
}
.msg-box .comment-tr td{
	vertical-align: top;
}
.msg-box .form table .comment-tr td{
	vertical-align: top;
}
.msg-box .form table .comment-tr td .text-box{
	white-space: normal;
	line-height: 1.5;
	margin-top: 7px;
	max-width: initial;
}
.msg-box .comment-tr .time{
	color: #999;
	/*width: 150px;*/
}
.msg-box .comment-tr .del-comment{
	color: #999;
	width: auto;
}
.msg-box .comment-tr .del-comment .text-box:before {
	display: inline-block;
	vertical-align: top;
	margin-top: -8px;
	cursor: pointer;
	font-size: 20px;
}
.msg-box .recharge-record{
	padding-right: 0;
	max-height: 410px;
	overflow-y: auto;
}
.msg-box .recharge-record table{
	padding-bottom: 6px;
	padding-top: 6px;
	border-bottom: 1px dashed #e0e0e0;
}
.msg-box .recharge-record table:last-of-type{
	border-bottom: none;
}
.msg-box .view-form table td .text-box{
	line-height: 1.5;
	margin-top: 6px;
}
.msg-box .view-form table td{
	padding: 2px;
}
.msg-box .reply-form{
	max-height: 380px;
	overflow-y: auto;

}
.msg-box .reply-form table td .text-box.msg-content {
	max-width: initial;
}
.link-color{
	cursor: pointer;
	color: #4e80ef!important;
}
.msg-box .comment-tr .time{
	margin-bottom: 6px;
}
.msg-box .comment-tr .time .text-box{
	display: inline-block;
	vertical-align: top;
}
.msg-box .comment-tr .time .link-color{
	margin-left: 10px;
}
.msg-box .comment-tr{
	
}



/*弹框补充*/
/*吐司*/
.g-toast {
  z-index: 90006;
  box-sizing: border-box;
  position: fixed;
  top: 52px;
  left: 50%;
  padding: 12px 24px;
  width: 100px;
  margin-left: -50px;
  background: white;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  animation: toast 3s alternate forwards;
}
/* .g-toast:before {
  content: "\e916";
  font-family: icon-font;
  margin-right: 8px;
  color: #ff3b30;
}
.g-toast.success:before,
.g-toast[type=success]:before {
  content: "\e96b";
  color: #27d098;
} */
@keyframes toast {
  0% {
    transform: translateY(-40px);
    opacity: 0;
    transition-timing-function: ease-in;
  }
  12% {
    transform: translateY(10px);
    opacity: 1;
    transition-timing-function: ease-out;
  }
  20%,
  90% {
    transform: translateY(0);
    opacity: 1;
  }
  99.5% {
    display: block;
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}
/*吐司end*/
.modal .msg-content{
	margin: 16px 32px;
	margin-top: 32px;
	text-align: center;
}
.modal .msg-content p{
    display: inline-block;
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
}
/*弹框补充end*/