header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary,input{outline:0;}/*hideFocus对超链接外虚线框的设置*/
ul,dl,li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{ font-weight:normal;}
pre,code,kbd,samp{font-family:inherit;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}/*default默认光标（通常是一个箭头）*/
a,button{cursor:pointer; -webkit-tap-highlight-color: transparent;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,a,a:hover{text-decoration:none;}
body,textarea,input,button,select{font:12px/22px arial,"Microsoft YaHei","微软雅黑";color:#333;outline:0;}

body{ background: #fff;}
*{ padding: 0px; margin: 0px;}
.popboxCon{ position: absolute; left: 10%; right: 10%;top: 50%;  transform: translateY(-50%); z-index: 10; }
.popbox-tp img{ display: block; width: 100%; border-radius: 0 0 12px 12px;}
 .mask{ position: fixed; z-index: 9;left: 0; right: 0;top: 0;bottom: 0; background: rgba(0,0,0,0.6);}
 .popboxCon-box{ background-color: #fff; border-radius: 0 0 12px 12px; padding: 26px; margin-top: -30%;}
 .tx1{ line-height: 18px;}
 .tx1-tp { margin-bottom: 5px;font-weight: bold; }
 .tx1-tp span{ color: #4c91ff; }
 .popboxCon-ft{ text-align: center; margin-top: 10px;}
 .popboxCon-ft a img{ width: 32px;}
 .btns{ width: 86%; margin: 0 auto; position: relative; z-index: 1; padding-top:10px;}
 .btns a{ display: block; margin-top: 10px; height: 36px; background: linear-gradient(to right,#eee,#eee); color: #888;text-align: center;
 line-height: 36px; border-radius: 26px;}
 .btns a.bluebg{ background: linear-gradient(to right,#75acff,#3180ff); color: #fff;}
