@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;  }  
.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:28px; font-weight:bold; margin-bottom:12px;}
.popup-content p{ text-align:left; font-size:16px; line-height:32px; color:#666; padding:0px; margin:0px auto 12px;} 
.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;}