@charset "utf-8"; 

.icon-msg{display:inline-block;background:url(icon-msg.png) -26px -250px no-repeat;}   
.msg_tips_bx{
position:fixed;top:50%;left:50%;z-index:1000000000;max-width:360px;padding:15px 35px;
color:#fff;background:#63A4DC;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);}
.msg_tips_bx.m_success{background:#63A4DC;/*63A4DC 4E8FC7 44b549 62c0e2*/} 
.msg_tips_bx.m_error{background:#f18800;}
.msg_tips_bx.m_warning{background:#a94442;} 
.msg_tips_bx.m_loading{background:none;} 

.msg_tips_bx .msg_con{position:relative;left:0;}
.msg_tips_bx .icon-msg{position:absolute;width:24px;height:24px;}
.msg_tips_bx .v_middle{top:50%;margin-top:-12px;}
.msg_tips_bx.m_success .icon-msg{background-position:0 -250px;}
/*.msg_tips_bx.m_error .icon-msg{background-position:-26px -250px;}*/
/*.msg_tips_bx.m_warning .icon-msg{background-position:-26px -250px;}*/
.msg_tips_bx .txt{padding-left:34px;font-size:14px;line-height:24px;word-break:break-all;}


/***loading--tips***/ 
.icon-iloading{display:inline-block;width:22px;height:22px;background:url(loading.gif) 0 0 no-repeat;} 
.iloading_tips_bx{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;}
.iloading_tips_bx .iloading_bg{width:100%;height:100%;background-color:rgba(0,0,0,.2);}
.iloading_tips_bx .iloading_con{position:absolute;top:50%;left:50%;}
.iloading_tips_bx .icon-iloading{position:absolute;}
.iloading_tips_bx .txt{padding-left:30px;font-size:13px;line-height:24px;color:#666;word-break:break-all;}

.iloading_tips_bx.iloading_tips_areabx{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:10000;}


/***top--tips**/
.micon {display:inline-block;width:16px;height:16px;padding-right:5px;background:url("micon.png") 0 -132px no-repeat;}
.mclose {float:right;display:inline-block;width:8px;height:8px;margin-top:4px;background:url("mclose.png") -16px 0 no-repeat;cursor:pointer;}
.mclose:hover {background-position:-16px -8px;}
.top_tips_bx {position:fixed;top:0;left:50%;z-index:10000;width:600px;margin-left:-300px;padding:8px 8px 6px 8px;line-height:1;color:#fff;border-radius:0 0 4px 4px;text-shadow:0 1px 0 rgba(0,0,0,0.2);box-shadow:0 4px 4px rgba(0,0,0,0.2);}
.top_tips_bx .txt {display:inline-block;vertical-align:3px;}
.top_tips_bx.t_success {
	background-color:#43ab00;
    background-image:-moz-linear-gradient(top,#43ab00,#388e00);
    background-image:-ms-linear-gradient(top,#43ab00,#388e00);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#43ab00),to(#388e00));
    background-image:-webkit-linear-gradient(top,#43ab00,#388e00);
    background-image:-o-linear-gradient(top,#43ab00,#388e00);
    background-image:linear-gradient(top,#43ab00,#388e00);
    border:1px solid #338100;
}
.top_tips_bx.t_error {
    background-color:#cd3237;
    background-image:-moz-linear-gradient(top,#e34447,#cd3237);
    background-image:-ms-linear-gradient(top,#e34447,#cd3237);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#e34447),to(#cd3237));
    background-image:-webkit-linear-gradient(top,#e34447,#cd3237);
    background-image:-o-linear-gradient(top,#e34447,#cd3237);
    background-image:linear-gradient(top,#e34447,#cd3237);
    border:1px solid #ca3e3e;
}
.top_tips_bx.t_warning {    background-color:#0f76cd;
    background-image:-moz-linear-gradient(top,#0f76cd,#086cc1);
    background-image:-ms-linear-gradient(top,#0f76cd,#086cc1);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#0f76cd),to(#086cc1));
    background-image:-webkit-linear-gradient(top,#0f76cd,#086cc1);
    background-image:-o-linear-gradient(top,#0f76cd,#086cc1);
    background-image:linear-gradient(top,#0f76cd,#086cc1);
    border:1px solid #006096;
}
.top_tips_bx.t_success .micon {background-position:0 -66px;}
.top_tips_bx.t_error .micon {background-position:0 0;}
.top_tips_bx.t_warning .micon {background-position:0 -132px;}

