@font-face {
  font-family: "iconfont"; /* Project id 2902988 */
  src: url('/fonts/iconfont.woff2?t=1635597032462') format('woff2'),
       url('/fonts/iconfont.woff?t=1635597032462') format('woff'),
       url('/fonts/iconfont.ttf?t=1635597032462') format('truetype');
}
ul,li{margin:0px; padding: 0px; list-style: none;}
*{-webkit-appearance: none;  table-layout:fixed; word-break:break-all; word-wrap:break-word;}
body{margin:0 auto!important; padding:0px; font-size:14px; background-color:#f2f2f0; max-width:800px!important; font-family:"Helvetica Neue", Helvetica, STHeiTi, sans-serif;}
form{ margin:0px; padding:0px;}
a{color:#000000; text-decoration:none;}

/*提示弹窗*/
.ktipwrap{ width:auto; height: 40px; line-height: 40px; position:fixed; left:50%; top:50%;  -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border-radius: 8px; overflow: hidden; padding: 0px 20px; }
.ktipwrap .bg{ background-color: #000; width:100%; height: 100%; position: absolute; top: 0px; left: 0px; filter:alpha(opacity=70); opacity:0.7; }
.ktipwrap .text{ width:100%; height: 100%; position: relative; color: #ffffff; text-align: center; font-size: 14px;}
.ktipwraparrow{ width:150px; height: auto; padding: 10px; position:absolute; top:100px; left: 200px; border-radius: 8px;}
.ktipwraparrow .bg{ background-color: #000; width:100%; height: 100%; position: absolute; top: 0px; left: 0px; border-radius: 3px; }
.ktipwraparrow .text{ width:100%; height: 100%; line-height: 20px; position: relative;  color: #ffffff; text-align:left; font-size: 14px;}
.ktipwraparrow .arrow{position: absolute; bottom: -10px; left: 10px; width: 0; height: 0; border-width: 10px;  border-color: transparent;  border-style: dashed; border-right-color: #000000; display:block;}

/*主页*/
.ibtnwrap{ margin-bottom: 8px;}
.ibtnwrap:after{content:'\20';clear:both;*zoom:1;display:block;height:0;}
.ibtnwrap li{width: 50%; height: 75px; float: left;}
.ibtnwrap li .btnpost{width:auto; margin: 0px 4px 0px 5px; background-color: #FF1493; height: 75px; border-radius: 5px;}
.ibtnwrap li .btnbiz{width:auto; margin: 0px 5px 0px 4px;  background-color: #00BFFF; height: 75px; border-radius: 5px;}
.ibtnwrap li .ico{ float: right; margin-top: 10px; margin-right: 10px;}
.ibtnwrap li .btnpost .ico{ width:50px; height: 50px; background-image: url("../images/ico_post.png");  background-position: right; background-repeat: no-repeat; background-size: 48px;}
.ibtnwrap li .btnbiz .ico{ width:50px; height: 50px; background-image: url("../images/ico_com.png"); background-position: right;background-repeat: no-repeat; background-size: 44px;}
.ibtnwrap li .con{margin-right:60px; margin-left: 15px; padding-top: 10px;}
.ibtnwrap li .con .title{font-size:18px; font-weight: bolder; color: #ffffff; text-shadow:2px 2px 3px #be3d41; line-height: 30px;}
.ibtnwrap li .btnbiz .con .title{text-shadow:2px 2px 3px #ffaa00;}
.ibtnwrap li .con .text{color:#fff; height: 20px; line-height: 20px; font-size: 12px;}