@charset "utf-8";
/* 
	弹出窗口
 */
.message-window {
    position: fixed;
    margin: auto;
    background: rgba(255,255,255,0.3);
    min-width: 300px;
    min-height: 150px;
    padding: 6px;
    z-index: 1001;
}
.message-window-bg{
    background: #fff;
}
.window-header {
    position: relative;
    height: 32px;
    background: #f3f3f3;
    color: #333;
    line-height: 32px;
    padding-left: 10px;
    font-size: 18px;
    cursor: move;
    border-bottom:1px solid #d4d4d4;
}
.window-header h2{
	margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 14px;
    color:#333;
    vertical-align: baseline;
    font-family: "SourceHanSansCN-Regular";
}
.window-header .window_close,.message-alert-header .window_close {
    position: absolute;
    top: 10px;
    right: 4px;
    width: 20px;
    height: 20px;
    background: url("../../personalCenter/images/plugin/window_close.png") no-repeat;
    cursor: pointer;
    transition: transform 0.5s;/*css3*/
    -moz-transition:  -moz-transform 0.5s;
    -webkit-transition:  -webkit-transform 0.5s;
    -o-transition: -o-transform 0.5s;
}
.window-footer {
    position: absolute;
    padding: 12px 20px;
    left: 6px;
    bottom: 6px;
    right: 6px;
    text-align: center;
    background: #fff;
}
.window-footer .window_save {
    padding: 3px 10px;
    font-size: 12px;
    background: #e95644;
    border: none;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    font-family: "SourceHanSansCN-Regular";
    margin: 0 10px;
}
.window-footer .window_confirm,.window_confirm_hock {
	display:inline-block;
    padding: 0px 14px;
    height:26px;
    line-height:26px;
    font-size: 12px;
    background: #e85744;
    border: none;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    font-family: "SourceHanSansCN-Regular";
    margin: 0 10px;
}
.window-footer .window_confirm,.window_confirm_hock:hover{
	background: #de4532;
}
.window-footer .window_next {
	display:inline-block;
    padding: 0px 14px;
    height:26px;
    line-height:26px;
    font-size: 12px;
    background: #e85744;
    border: none;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    font-family: "SourceHanSansCN-Regular";
    margin: 0 10px;
}
.window-footer .window_next:hover{
	background: #de4532;
}
.window-footer .window_cancel,.window-footer .window_callOff {
	display:inline-block;
    padding: 0px 14px;
    height:26px;
    line-height:26px;
    font-size: 12px;
    background: #ddd;
    border: none;
    color: #333;
    border-radius: 2px;
    cursor: pointer;
    font-family: "SourceHanSansCN-Regular";
    margin: 0 10px;
}
.message-mask {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.3;
    filter:alpha(opacity=30);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    z-index: 1001;
}
.window-layer {
    display: none;
}
.window-content{
	overflow:hidden;
    padding: 10px 10px 0px 10px;
    word-break: break-all;
    min-height: 117px;
    margin-bottom:50px;
}

/*
	消息提示
*/
.message-alert {
    position: fixed;
    width: 350px;
    padding:6px;
    background: rgba(255,255,255,0.3);
    z-index: 1001;
}
.message-alert .message-alert-header {
	position: relative;
    height: 32px;
    background: #f3f3f3;
    color: #333;
    line-height: 32px;
    padding-left: 10px;
    font-size: 18px;
    border-bottom: 1px solid #d4d4d4;
    font-size:14px;
 
}
.message-alert .message-alert-content {
    background: #fff;
    text-align: center;
    padding: 22px 10px;
    line-height:16px;
}
.message-alert .message-alert-danger i{
	display:inline-block;
	width:50px;
	height:44px;
	background: url("../images/plugin/message_alert_danger.png") no-repeat #fff;
	padding-right: 10px;
    vertical-align: middle;
}
.message-alert .message-alert-success i{
	display:inline-block;
	width:50px;
	height:44px;
	background: url("../images/plugin/message_success_icon.png") no-repeat 60px 22px #fff;
	padding-right: 10px;
    vertical-align: middle;
}
.message-alert .message-alert-success .message_text{
	color:#7bbc54;
	font-size:18px;
	text-align: left;
	vertical-align: middle;
}
.message-alert .message-alert-danger .message_text{
	font-size:18px;
	color:#e95644;
	text-align: left;
    vertical-align: middle;
}
.message-alert .message-alert-footer {
    margin-top: -1px;
    font-size: 12px;
    padding: 10px 0 12px 0;
    text-align: center;
    background: #fff;
}
.message-alert .message-alert-footer-btn {
	display:inline-block;
    padding: 0px 14px;
    height:26px;
    line-height:26px;
    background: #e85744;
    color: #fff;
    border-radius: 2px;
    margin: 0 5px;
    cursor: pointer;
}
.message-alert .message-alert-footer-cancel{
	background: #ddd;
	color:#333;
}
.message-alert-content .tipsDetail{
    line-height: 22px;
    font-size: 14px;
    color: #666;
}
/* 
	新个人中心tab布局
 */
.panel-container{background: #fff;padding: 24px 20px;overflow:hidden;}
.panel-navs{overflow:hidden;}
.panel-navs .panel-nav{float:left;overflow:hidden;height:30px;line-height:24px;}
.panel-navs .panel-nav li{float:left;margin-right:20px;color:#333;font-size:14px;cursor: pointer;padding-bottom:2px;}
.panel-navs .panel-nav li a{font-size:14px;}
.panel-navs .panel-nav li.active{color:#e85744;border-bottom:3px solid #e85744;cursor:pointer;}
.panel-navs .panel-nav li.active a{color:#e85744;}
.panel-navs-search{float:right;height:24px;border:1px solid #ddd;overflow:hidden;}
.panel-navs-search input{border:0px;padding:0 3px;height:100%;font-family:"SourceHanSansCN-Regular";}
.panel-navs-search .search_icon{height:100%;vertical-align: middle;display:inline-block;background:url("../../personalCenter/images/agreementManager/search_icon.png") no-repeat center center #f6f5f5;border-left:1px solid #ddd;border-right:1px solid #ddd;margin-top:-4px;padding:0 22px;cursor:pointer;margin-right:-2px;}
.panel-container .hanlder-more{background:#f6f5f5;display:inline-block;float:right;line-height:24px;padding: 0 5px;cursor:pointer;}
.panel-container .hanlder-more i{font-size:14px;}
.panel-tabs{margin-top:30px;}
.panel-tab{display:none;}
.show{display:block;}
.panel-subheader{height:40px;line-height:40px;width:100%;font-size:14px;color:#e95644;background:#feeeee;padding: 0px 10px;}
.window-subheader{width:100%;height:40px;line-height:40px;font-size:14px;color:#e85744;background:#feeeee;padding-left:10px;}
.search-drop{clear:both;border-top:1px solid #f5f5f5;margin-top:46px;padding-top:20px;overflow:hidden;display:none;}
.search-column {float:left;}
.search-column-last{float:right;}
.panel-navs .panel-sub-nav{clear:both;overflow:hidden;background:#f5f5f5;color:#333;padding:8px 30px;}
.panel-navs .panel-sub-nav li a{float:left;display:block;margin-right:60px;}
.panel-navs .panel-sub-nav li a.active{color:#e85744;}
.panel-tab-grid-search{text-align: right;}
/*
	新个人中心表单元素
*/
.form-item {margin-top:10px;color:#666;overflow:hidden;}
.form-item .label{width:110px;text-align:right;display:inline-block;float:left;line-height:26px;}
.form-item .label_160 {width: 160px;text-align: right;display: inline-block;float: left;line-height: 24px;}
.form-item .label-text{color:#333;line-height: 26px;display:inline-block;}
.form-item .label-text-area{color:#333;display:inline-block;width:300px;resize:none;}
.form-item .label-text-area textarea{width:242px;resize:none;border: 1px solid #ccc;height:60px}
.form-item .label i{color:#ff0000;}
.form-item .label_160 i{color:#ff0000;}
.form-item .tip{color:#999;font-size:12px;}
.form-item input[type="text"],.form-item input[type="password"]{width:236px;}
.form-item input[type="tel"]{width:236px;padding: 0px 5px;border: 1px solid #ccc;height: 26px;line-height: 26px;font-size: 12px;}
.form-item select{width:248px;}
.phone-title{color:#999;}
.form-btns{margin-top:20px;}
.main-btn{color:#fff;height:26px;border:0;line-height:26px;font-size:12px;border-radius:2px;padding:0 14px;background:#e85744;display:inline-block;}
.main-btn:hover{color:#fff;background: #de4532;}
.main-btn-outline{color:#333;height:26px;line-height:26px;border-radius:2px;padding:0 14px;background:#f5f5f5;display:inline-block;border: 1px solid #ddd;}
.main-btn-outline:hover{color:#e85744;border: 1px solid #e85744;cursor:pointer;}
.mian-btn-out{color:#e85744;height:26px;line-height:26px;border-radius:2px;padding:0 14px;display:inline-block;border: 1px solid #e85744;}
.main-btn-cancel{color:#333;height:26px;line-height:26px;border-radius:2px;padding:0 14px;background:#ddd;display:inline-block;border: 1px solid #ddd;}
.danger-tip{background: #f9f2f2;border: 1px solid #f7dddd;padding: 10px;width: 100%;overflow: hidden;line-height: 25px;font-size: 12px;color: #cf0000;}
.danger-tip-title{padding-left:24px;background:url("../images/danger_tip_danger.png") no-repeat 0px; }
.danger-tip-title span{color:#fc515b;}

/* 
	新个人中心上传 -- 头像上传
 */
.upload-header .webuploader-pick{
	position: relative;
    display: block;
    cursor: pointer;
    background: url("../images/plugin/upload_head_icon.png") no-repeat;
    width:86px;
    height:86px;
    padding:0;
    color: #333;
    text-align: center;
    border-radius: 0px;
    overflow: hidden;
}
.upload-header-edit{
	background: #000;
	opacity:0.5;
	filter:alpha(opacity=50);
	color:#fff;
	text-align: center;
	position:absolute;
	left:0;
	bottom:0;
	right:0;
	height:18px;
	line-height:18px;
	font-size:12px;
}
.upload-header .webuploader-pick .file-item{
	position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom:0;
}
/* 
	新个人中心上传 -- 普通链接样式
 */
.tip .uploder-link{
	display: inline-block; 
	position:relative;
	top:0px;
	left:0; 	
} 
.uploder-link{
	display: inline-block; 
	position:relative;
	top:8px;
	left:0; 	
}
.uploder-link-normal{
	display: inline-block; 
	position:relative;
	top:0;
	left:0;
}
.uploder-link .webuploader-pick{
	position: relative;
    display: inline-block;
    cursor: pointer;
    background: #fff;
    padding:0;
    width:50px;
    height:22px;
    color: #e85744;
    text-align: center;
    border-radius: 0px;
    overflow: hidden;
    float:left;
}

.uploder-idAttach .webuploader-pick{
    position: relative;
    display: inline-block;
    cursor: pointer;
    background: #fff;
    padding: 5px 10px;

    color: #008df7;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #008df7;
    overflow: hidden;
    float:left;
}

.uploder-link-normal .webuploader-pick{
	position: relative;
    display: inline-block;
    cursor: pointer;
    background: #fff;
    padding:0;
    width:100px;
    height:22px;
    color: #005ea7;
    text-align: left;
    border-radius: 0px;
    overflow: hidden;
    float:left;
}
/* 
	新个人中心上传 -- 普通图片样式
 */
.uploder-img{
	width:56px;
	height:56px;
	display: inline-block; 
	position:relative;
	top:0px;
	left:0; 	
}
.uploder-link-normal{
	display: inline-block; 
	position:relative;
	top:0;
	left:0;
}
.uploder-img .webuploader-pick{
	position: absolute;
    top: 0;
    left: 0;
    background: url(../../images/ibg.png) no-repeat 50% 50%;
    width: 56px;
    height: 56px;
    padding: 0;
    text-align: center;
    line-height: 70px;
}
.uploder-img .webuploader-pick img{
	width:56px;
	height:56px;
}
.uploder-link-normal .webuploader-pick{
	position: relative;
    display: inline-block;
    cursor: pointer;
    background: #fff;
    padding:0;
    width:100px;
    height:22px;
    color: #005ea7;
    text-align: left;
    border-radius: 0px;
    overflow: hidden;
    float:left;
}
/* 
	新个人中心上传 -- 按钮样式
 */
.tip .uploder-button{
	display: inline-block; 
	position:relative;
	top:0px;
	left:0; 	
} 
.uploder-button{
	display: inline-block; 
	position:relative;
	top:0px;
	left:0; 
	border: 1px solid #ddd;	
	height: 26px;
    line-height: 26px;
    border-radius:2px;
}
.uploder-button .webuploader-pick{
	position: relative;
    display: inline-block;
    cursor: pointer;
    background: #f5f5f5;
    padding:0;
    width:100px;
    height:26px;
    color: #005ea7;
    text-align: center;
    border-radius: 0px;
    overflow: hidden;
    float:left;
}


/*
	uedit 样式避免受影响
*/
.edui-default table td{
	height:auto;
	text-align:left;
}
.main-clear{clear:both;}
.main-font{color:#333;}
.link-color{color:#e85744;font-size:12px;}
.panel-subheader .label{color:#666;font-size:12px;}
.table-top-handler{text-align: right;padding-bottom:20px;}
.table-top-handler span{color:#e85744;cursor:pointer;}
.vanishBox{height: 56px;line-height:56px;text-align:center;font-size: 18px;color:#fff;width: 156px;background-color:#474747;border-radius: 2px;margin:300px auto;}
.winVanish{width:100%;height:100%;background:rgba(0,0,0,0.5);position: fixed; left:0; top: 0;z-index: 999;}
#sendAuditLog .message-window-bg{padding-bottom: 1px;}
/* icon */
.tip-explain{background: url("../../images/newUser/tip_explain.png") no-repeat 0px;}
.danger-tip2 .danger-tip-list{float: left;color: #fc515b;width: 820px;font-size: 12px;line-height: 22px;}
/* 提示框正确图标 */
.message-alert .message-alert-success i{
	background: url("../images/plugin/message_success_icon.png") no-repeat 0 #fff;
}
/* 提示框等待中图标 */
.message-alert .message_text_await{display:block;margin-top: 40px;}
.message-alert .message-alert-await i{
	display:inline-block;
	width:62px;
	height:63px;
	padding-right: 10px;
    vertical-align: middle;
    background: url("../images/plugin/message_await_icon.png") no-repeat 0 #fff;
}
.upload-header-addCloud .webuploader-pick{background: url(../../images/o365/addImg.png) no-repeat;width: 72px;height: 72px;}
/* 进货单提示弹框不换行bug 20190929weiranc*/
#messageAlert .message-alert-content .message_text{word-break: break-all;text-align:left;}








