@charset "utf-8";/* CSS Document */

*{margin:0;padding:0;---webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-touch-callout:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
body{font-size:1.4em;font-family:Arial,"Microsoft YaHei";outline:none;color:#666;-webkit-text-size-adjust:100%;}
body{min-width:320px;margin:0 auto}
h1,h2,h3,h4,h5,h6,input,textarea,select{font-size:100%;outline:none;font-family:"Microsoft YaHei",Arial;}
img{border:none;}
ul,ol,li{list-style:none;}
a{color:#666;text-decoration:none;outline:none;}
a:hover,a:active{color:#ff8901;}
a:link{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;}
.clear{clear:both;height:0;font-size:0;overflow:hidden;}
.fl{float:left !important;display:inline;}
.fr{float:right !important;display:inline;}
.dis{display:block}
.lkrelative{position:relative;z-index:2;}
.bgfafafa{background:#fafafa;}
.clearfix:after{content:".";display:block;height:0;overflow:hidden;visibility:hidden;clear:both;}
.clearfix{*zoom:1;}
.ht10{height:1rem;overflow:hidden;}
.ht15{height:1.5rem;overflow:hidden;}
@media screen{html {font-size:62.5%;}
}
@media screen and (min-width: 480px) {html {font-size:80.4%;}
}
@media screen and (min-width: 640px) {html {font-size:98.2%;}
}
@media screen and (min-width: 800px) {html {font-size:116%;}
}
@media screen and (min-width: 1024px) {html {font-size:98.2%;}
}

.fkList .title{ line-height:3rem;font-size:1.2rem; color:#666; padding:2rem 1rem 0;}
.fkList .List{ background:#fff; border-top:0.1rem solid #ddd;}
.fkList .List li{ border-bottom:0.1rem solid #ddd;}
.fkList .List li a{ display:block; height:3.6rem; line-height:3.6rem; padding:0 1rem; position:relative;}
.fkList .List li a i{height:3.6rem;width:1.4rem;background:url(/static/wap/images/rightArrow.png) no-repeat right center/auto 1.4rem; position:absolute; top:0; right:1rem;}

.fkForm .title{ line-height:3rem;font-size:1.2rem; color:#666; padding:1rem 1rem 0;}
.fkForm .lltext{}
.fkForm .lltext textarea{ width:100%;height:10rem; padding:0.5rem 1rem; background:#fff; border:none;}
.fkForm .picList{ margin:1rem 0 0 1rem; overflow:hidden;}
.fkForm .picList li{ width:66px; height:66px; float:left; overflow:hidden; margin:0 1rem 1rem 0;position:relative;}
.fkForm .picList li.addphoto{ background:#ccc;}
.fkForm .picList li a{display:block;height:66px;height:66px; overflow:hidden;}
.fkForm .picList li.upfile input.filed{position:absolute;top:66px;}
.fkForm .btn{ margin:1rem 1rem 0;}
.fkForm .btn input.submitBtn{ width:100%;height:4rem; background:url(/static/wap/images/feedbackBn01.png); border-radius:0.5rem; border:none; color:#fff; font-size:1.6rem;}

/**加载loading图片**/
#layer_loading{ width:6em;height:6rem; position:fixed; top:40%;left:50%;margin:-3rem 0 0 -3rem;z-index:1001; background:url(/static/wap/loading.gif) no-repeat 0 0/6rem 6rem;}
#layer_loading img{width:100%;}