﻿@charset "UTF-8";
/*上传图片*/
#pageLoaderNode,.pageLoaderNode {display:none;background-color:#fff;border:1px solid #ddd;height:100%;position:absolute;left:10px;right:0;top:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
#pageLoaderNode img{padding: 5px;width: 90%;}
.my_prop_img { margin:15px 0; border:1px solid #ccc; padding:10px 10px 0 0; border-radius:2px; -webkit-box-shadow:1px 1px 2px #DDD inset; -webkit-box-sizing:border-box;  width:100%; color:#888;}
.my_prop_img .reply_tips{text-align:center; padding-bottom:10px; font-size:13px; color:#aaa;}
.my_prop_img .title { padding-left:15px;}
.my_prop_img_inner { padding-left:2px; font-size:12px;}
.my_prop_imgitem_node { text-align:center; margin-right:10px;}
.my_prop_imgitem,.upimgFileBtnNode{ float:left; position:relative; *zoom:1; z-index:2; width:25%; padding-left:10px; margin-bottom:10px; -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.my_prop_imgitem .sp_img { padding-top:100%; display:block; background-size:100% 100%;}
.upimgFileBtnNode { z-index:1;}
.my_prop_imgitem .move_prev,.my_prop_imgitem .move_next,.my_prop_imgitem .set_FM { display:block; position:absolute; top:0; left:10px; background-color:#000; line-height:20px; opacity:.8;}
.my_prop_imgitem .move_prev,.my_prop_imgitem .move_next { width:19px; height:14px; background:url(images/upimg_pub.png) no-repeat -2px -96px; background-size:23px auto; text-indent:-999em; overflow:hidden; top:50%; margin-top:-10px;}
.my_prop_imgitem .move_next { right:0; left:auto; background-position:-2px -114px;}
.my_prop_imgitem .set_FM { top:auto; bottom:0; right:0; width:auto; padding:0 5px; font-size:12px; color:#fff; text-decoration:none;}
.my_prop_imgitem .set_FM.checked { background-color:#f1564e;}
.my_prop_imgitem .i_img_alt { display:none;}
.my_prop_imgitem input{ border:1px solid #cccccc;}
.my_prop_imgitem .del { display:block; position:absolute; top:-5px; right:-5px; width:18px; height:18px; background:url(images/upimg_pub.png) no-repeat -3px -71px; background-size:23px auto; text-indent:-999em; overflow:hidden;}
.my_prop_imgitem .imgview,.upimgFileBtn { display:block; vertical-align:top; width:100%; height:auto; border:1px solid #ddd; -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color: #f9f9f9;}
.upimgFileBtn { cursor:pointer;}
.my_prop_imgitem .isCover { background: url(images/icons.png) no-repeat -70px  0; width: 20px; height: 25px; position: absolute; top: 0px; left: 15px; }
.my_prop_img { margin:0; border:0 none; -webkit-box-shadow:none;}
/*上传图片End*/

/*弹出框*/
.sys_tips .ico,.sys_tips .close_btn { background:url(../../images/msys_tips_bg.png) no-repeat -101px 0/192px auto;}
.sys_tips { position:fixed; left:0; right:0; top:0; bottom:0; z-index:1009; background-color:rgba(0,0,0,.4);}
.sys_tips .inner { text-align:center; background-color:#fff; border-radius: 4px; position:fixed; top:50%; left: 10px; right: 10px; z-index: 1006; box-shadow: 0px 0px 8px rgba(0,0,0,.2);}
.sys_tips .ico { width:51px; height:51px; margin:25px auto 10px;}
.sys_tips .ico.success { background-position:-51px 0;}
.sys_tips .ico.fail { background-position:0 0;}
.sys_tips .ico.waring { background-position:-101px 0;}
.sys_tips .close_btn { background-position:-167px -25px; width:9px; height:9px; position:absolute; top:10px; right:10px;}
.sys_tips .hd { text-align:left; font-size:14px; font-weight:bold; color:#fff; padding:3px 0 6px 6px; text-shadow:1px 1px 0 rgba(0,0,0,.3);}
.sys_tips .bd { padding:5px 18px; font-size:16px; color:#404040; text-align:center;}
.sys_tips .bd .txt1 { font-size:18px; color:#333; margin:5px 0 10px;}
.sys_tips .bd .txt2 { font-size:14px; color:#999;}
.sys_tips .bd .btn { margin:15px 0;background:none;}
.sys_tips .btn1,.sys_tips .btn2 { background-color: #f1564e; color: #fff; display: block; padding: 4px 10px; border-radius: 3px; line-height: 36px;}
.sys_tips .txt1 a{color:#333!important; text-decoration:underline;}
.sys_tips .btn a:hover{color:#fff!important;}
.sys_tips .btn1 { background-color:#f6fcee; margin-right:8px; color:#666;}
.sys_tips .btn .black { background-image:linear-gradient(45deg,#333,#666); color:#E6CA98; border:0 none;}
.sys_tips .bd .close { color:#36c;}.sys_tips .bd .close:hover { color:#d00;}
/*弹出框End*/