html { font-size: 10px; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent; /* For some Androids */ }/*去掉手持设备点击时出现的透明层 （一般会在头部做格式化）*/
body { font-size:1.2rem; font-family: Helvetica, "微软雅黑"; line-height: 1.2; color:#2e2e2e; background: none;}
table { width: 100%; }

/*保险规则弹窗*/
.popRule { position: fixed; left: 0; top: 0; z-index: 101000; width: 100%; height: 100%; overflow: auto; background: #fff; color: #000;}
.popRule-con { padding:30px 50px 80px; font-size: 1.4rem; word-wrap: break-word;}
.popRule-con td, .popRule-con th { border:1px solid #e9e9e9; text-align: center; padding:5px; font-size: 1.2rem; }
.popRule-con th { font-weight: bold; }
.popRule-con p { margin:10px 0; line-height: 21px;}
.popRule-tip { font-weight: bold; margin-top: 15px !important; }
.popRule-title { font-size: 1.8rem; text-align: center; margin-bottom: 15px;}
.popRule-btnDiv { position: fixed; left: 0; bottom: 0; width: 100%; text-align: center; padding:40px 0 30px;}
.popRule-btnClose { display: inline-block; width: 25px; height: 25px; position: relative;}
.popRule-btnClose:after { content: ''; display: block; width: 30px; height: 2px; background: #000; transform: rotate(45deg); position: absolute; left: 0; top: 50%; margin-top: -1px; }
.popRule-btnClose:before { content: ''; display: block; width: 30px; height: 2px; background: #000; transform: rotate(-45deg); position: absolute; left: 0; top: 50%; margin-top: -1px; }

/*免责声明*/
.wildtoRule { padding:10px 40px; background: #fff; color: #333; }
.wildtoRule-title { text-align: center; font-size: 2rem;}
.wildtoRule-con { font-size: 1.4rem; line-height: 1.6; margin:20px auto;}
.wildtoRule-con pre { font-family:Helvetica,"微软雅黑"; overflow:hidden; white-space:pre-line;}
