@charset "gb2312";
/* css document */

.zeng_msgbox_layer,
.zeng_msgbox_layer .gtl_ico_succ,
.zeng_msgbox_layer .gtl_ico_fail,
.zeng_msgbox_layer .gtl_ico_hits,
.zeng_msgbox_layer .gtl_ico_clear,
.zeng_msgbox_layer .gtl_end{display:inline-block;height:54px;line-height:54px;font-weight:bold;font-size:14px;color:#606060;background-image:;_background-image:;background-repeat:no-repeat}
.zeng_msgbox_layer_wrap{width:100%;position:fixed;_position:absolute;top:46%;left:0;text-align:center;z-index:65533}
.zeng_msgbox_layer{background-position:0 -161px;background-repeat:repeat-x;padding:0 18px 0 9px;margin:0 auto;position:relative}
.zeng_msgbox_layer .gtl_ico_succ{background-position:-6px 0;left:-45px;top:0;width:45px;position:absolute}
.zeng_msgbox_layer .gtl_end{background-position:0 0;position:absolute;right:-6px;top:0;width:6px}
.zeng_msgbox_layer .gtl_ico_fail{background-position:-6px -108px;position:absolute;left:-45px;top:0;width:45px}
.zeng_msgbox_layer .gtl_ico_hits{background-position:-6px -54px;position:absolute;left:-45px;top:0;width:45px}
.zeng_msgbox_layer .gtl_ico_clear{background-position:-6px 0;left:-5px;width:5px;position:absolute;top:0}
.zeng_msgbox_layer .gtl_ico_loading{ width:16px;height:16px;border:0;background-image:url(/uploads/image/ipjmsgbox/loading.gif);float:left;margin:19px 10px 0 5px}

/*2020.12.14 周才华 分类-房产 系统提示弹窗*/
html, body {width: 100%;height: 100%;}
.zch-container em {font-style: normal;}

.zch-container .mt5 {margin-top: 5px!important;}
.zch-container .ml65 {margin-left: 65px;}
.zch-container .fwbold {font-weight: bold;}
.zch-container .colorff3333 {color: #ff3333!important;}
.zch-container .colorfa4848 {color: #fa4848;}
.zch-container .color48a9fa {color: #48a9fa;}

.zch-container {width: 100%;height: 100%;background: rgba(0,0,0,.4);position: fixed;top: 0;left: 0;z-index: 9999;}
.zch-container .popup {width: 600px;height: auto;box-sizing: border-box;padding: 0 20px 40px;background-color: #fff;border-radius: 4px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.zch-container .popup-header {width: 100%;height: 70px;display: flex;align-items: center;justify-content: space-between;border-bottom: 1px solid #f0f0f0;font-size: 20px;font-weight: bold;color: #333;}
.zch-container .popup-header img {width: 18px;height: 18px;}
.zch-container .popup-content {width: 100%;height: auto;box-sizing: border-box;padding: 0 10px;}
.zch-container .popup-content p {font-size: 18px;color: #333;margin: 15px auto 0;}
.zch-container .popup-content .use-permissions {width: 100%;margin-top: 15px;display: flex;align-items: center;font-size: 18px;color: #666;}
.zch-container .popup-content .main-operation {width: 100%;height: 200px;background-color: #fafafa;border: 1px dashed #ccc;margin-top: 25px;box-sizing: border-box;padding: 25px 50px 0;}
.zch-container .popup-content .main-operation .title {width: 100%;display: flex;align-items: center;justify-content: center;}
.zch-container .popup-content .main-operation .title .line {width: 20px;height: 2px;background-color: #ccc;}
.zch-container .popup-content .main-operation .title span {font-size: 18px;font-weight: bold;color: #333;margin: 0 16px;text-align: center;}
.zch-container .popup-content .main-operation .btns {width: 100%;margin-top: 35px;display: flex;justify-content: space-between;}
.zch-container .popup-content .main-operation .btns .btn {width: 200px;height: 54px;background-color: #48a9fa;border-radius: 8px;line-height: 54px;text-align: center;font-size: 18px;color: #fff;padding: 0;}
.zch-container .popup-content .main-operation .btns .btn:first-child {background-color: #fa4848;}

.zch-container .popup-content .call-btn {width: 360px;height: 54px;line-height: 54px;text-align: center;border: 1px solid #ff3333;border-radius: 8px;display: flex;align-items: center;justify-content: center;font-size: 18px;color: #ff3333;margin: 40px auto 0;}
.zch-container .popup-content .call-btn img {width: 20px;height: 21px;margin-right: 10px;}
.zch-container .popup-content .call-btn b {font-weight: bold;margin-left: 8px;}
.zch-container .popup-content .child-sure-btn {width: 160px;height: 54px;background-color: #ff3333;margin: 40px auto 0;line-height: 54px;text-align: center;font-size: 18px;color: #fff;cursor: pointer;}