@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:url("gb_tip_layer.png");_background-image:url("gb_tip_layer_ie6.png");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(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;}