@charset "utf-8";
/* CSS Document */
body{margin:0 auto;-webkit-appearance:none;color: #333;overflow-x:hidden;letter-spacing: 1px;background: #24aab6;}

.popup { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(36,170,182,0.4); display: flex; justify-content: center; align-items: center; z-index: 1000;  }  

.popupyu{ width: 100%; height: 100%;}
.popupyu p{ text-align:left; font-size:15px; line-height:22px; color:#666; padding:0px; width:88%; margin-left:8px;}
.popupyu p a{ font-size:15px; line-height:20px; color:#06C; text-decoration:none;} 
.popupyu p a:hover{ color:#39F;}
.popupyua_a{ background:#c3c3c3; line-height:36px; color:#707070; border-radius:6px; display:inline-block; zoom:1; width:30%; padding:0px 3%; font-size:15px; text-align: center; cursor:pointer;}
.popupyua_b{ background:#07c160; line-height:36px; color:#ffffff; border-radius:6px; display:inline-block; zoom:1; width:58%; padding:0px 3%; font-size:15px; text-align: center; cursor:pointer;}
.popupyua_b:active,.popupyua_b:hover{ background:#04a651;}
.popup-contentyu{ width: 100%;}
.popupyua input[type="checkbox"] { width: 20px; height: 20px; line-height:20px; border:1px solid #07c160;}
/* 当复选框被选中时改变背景和边框颜色 */
.popupyua input[type="checkbox"]:checked + label { background-color: #b0c4de; border-color: #07c160;}
/* 可选：为选中的复选框添加一个图标 */
.popupyua input[type="checkbox"]:checked + label::after {
  content: "✔";
  color: white;
  font-weight: bold;
  display: inline-block;
  width: 15px;
  margin-left: 5px;
  text-align: center;
  vertical-align: middle;
  border-color: #07c160;
}

.popup-content { background-color: white; padding: 20px 2%; border-radius: 8px; text-align: center; max-width: 290px; width: 96%;}  
.popup-content .popup-contentzy { margin-top: 0; font-size:20px; line-height:32px; font-weight:bold; margin-bottom:14px;}
.popup-content p{ text-align:left; font-size:16px; line-height:32px; color:#666; padding:0px; margin:0px auto 12px; text-indent:2em;} 
.popup-content p a{ font-size:16px; line-height:32px; color:#06C; text-decoration:none;} 
.popup-content p a:hover{ color:#39F;}
.popup-content button { width:auto; margin: 0px 5px; padding: 0px 20px; background:#F4F4F4; border-radius:8px; color:#222; border:1px solid #000; font-size: 16px; line-height:36px; cursor: pointer;}  
.popup-content button:hover{ background:#f9f9f9; color:#000;}
/*.main-content { display: none;}初始隐藏*/
.fanhuiyu { width:160px; text-decoration:none; text-align:center; display:block; margin:0px auto; background:#F4F4F4; border-radius:8px; color:#222; border:1px solid #000; font-size: 16px; line-height:36px; cursor: pointer;}  
.fanhuiyu:hover{ background:#f9f9f9; color:#000;}

.lgtityu{text-align: center;font-size: 18px;color: #fff; padding: 30px 0 16px;font-weight: bold;}
.conyu{width: 90%;margin: 0px auto 40px;background: #fff;border-radius: 5px;overflow: hidden;padding:20px 2%;}
.conyu p{ width:100%; font-size:16px; line-height:28px; padding:0px; margin:0px auto 12px;}