/*弹窗*/
*{margin: 0;padding: 0;}
body{font-family: '思源黑体';}
p,span,a,button{font-family: '思源黑体';}
button:focus{outline: none;}
.radius8{border-radius: 8px;}
#zs_zhongshangtan{width: 100%;height: 100%;position: fixed;background: rgba(64,64,64,0.5);z-index: 999;}
#zs_Zhongshangclose{cursor: pointer;}
.zs_cspop{background: #fff;width: 340px;box-shadow: 0 3px 4px #2b2b2b;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.zs_cspop_up{height: 45px;background: #f92222;padding: 5px;box-sizing: border-box;border-radius: 8px 8px 0 0;}
.zs_cspop_upleft{float: left;width: 280px;height: 35px;position: relative;}
.zs_cspop_upleft img{width: 35px;height: 35px;border-radius: 5px;display: inline-block;}
.zs_cspop_upleft span{color: #fff;position: absolute;top: 50%;margin-left: 5px;transform: translateY(-50%);}
.zs_cspop_upright{float: right;width: 30px;height: 35px;}
.zs_cspop_upright img{width: 25px;height: 25px;vertical-align: middle;}
.zs_cspop_upright span{height: 100%;vertical-align: middle;display: inline-block}
.zs_cspop_content{padding: 10px 10px 25px 10px;}
.zs_cspop_content p{font-size: 14px;font-family: '思源黑体';color: #555;}
.zs_cspop_content input{width: 100%;height: 35px;padding: 6px;box-sizing: border-box;margin: 12px 0;border: 1px solid #555;}
.zs_cspop_content button{width: 100%;height: 37px;background: #f92222;color: #ffffff;border: 0;font-size: 14px;cursor: pointer;}