@charset "utf-8";
/************************************************************
 * 1. css reset 重定义浏览器默认样式
 * Name:		style_reset
 * Explain:		重定义浏览器默认样式
*************************************************************/
body, dl, dd, /* dt, 默认没边距 */
ul, ol, /*li, 默认没边距 */
h1, h2, h3, h4, h5, h6, /* code, 默认没边距 */
form, fieldset, legend, input, textarea, optgroup,
p, blockquote, figure, hr, menu, dir,
thead, tbody, tfoot, th, td /* th, td 默认 padding:1px */
{margin: 0; padding: 0;}

ul, ol, dl {list-style-type: none; list-style-image: none;}

a {text-decoration: none;}  /*去除链接默认的下划线，提高文字可读性*/
a:active {background-color: transparent;}   /*去掉 IE 10+ 点击链接时的灰色背景*/
a:active, a:hover {outline: 0 none;}    /*去掉点击时的焦点框，同时保证使用键盘可以显示焦点框*/
/*a:focus {outline: 1px dotted;}  /*统一 Chrome 和 Safari 的焦点框样式*/

/*在所有可点击的元素使用手形鼠标样式*/
/*a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
    cursor: pointer;
}*/

/* 1.防止 iOS 横屏字号放大，同时保证在PC上 zoom 功能正常 */
html {
    -ms-text-size-adjust: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 1 */
    text-size-adjust: 100%;
    font-size: 62.5%; /* 10/16=62.5% */
}
/*IE下a:hover 背景闪烁*/
/**html {overflow: -moz-scrollbars-vertical; zoom: expression(function(ele){ele.style.zoom = "1";document.execCommand("BackgroundImageCache",false,true)}(this));}*/
body {font-size: 14px; line-height: 1.8;}
/**
 * 中文优先使用冬青黑体简体(OS X)、微软雅黑(Windows)和文泉驿微米黑(Linux)
 * 西文使用 tahoma
 * 1. 防止元素中「font-family」不能继承
 * 2. 西文字体和 OS X 字体写在前面
 * 3. Opera 12.1 之前版本不支持中文字体的英文名称
 * 4. 微软雅黑「\5FAE\8F6F\96C5\9ED1」,中易宋体「\5B8B\4F53」
 */
body,
button, /* 1 */
input, /* 1 */
select, /* 1 */
textarea  /* 1 */
{
    font-family: 'helvetica neue',tahoma,'hiragino sans gb',stheiti,'wenquanyi micro hei',\5FAE\8F6F\96C5\9ED1,\5B8B\4F53,sans-serif;
    -ms-text-autospace: ideograph-alpha ideograph-numeric ideograph-parenthesis; /* 5 */
    text-autospace: ideograph-alpha ideograph-numeric ideograph-parenthesis; /* 5 */
}

button {border:0 none;}
/**
 * 中文小于 12px 可读性很差
 * 1. 统一 IE 6-7 中字体大小
 * 2. 统一 Firefox 4+，Safari 5 和 Chrome 中「section」和「article」内的字体大小
 */
h1, h2, h3, h4, h5, h6 {font-weight: 500; line-height: 1.1; color: inherit;}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small {font-weight: 400; line-height: 1; color: #999;}
/*h1, h2, h3 {padding-top: 20px; padding-bottom: 10px;}
h4, h5, h6 {margin-top: 10px; margin-bottom: 10px;}
*/h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {font-size: 65%;}
h4 small, h5 small, h6 small, h4 .small, h5 .small, h6 .small {font-size: 75%;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
h1 {font-size: 36px;}
h2 {font-size: 30px;}
h3 {font-size: 22px;}
h4 {font-size: 18px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}

/* 修正「abbr」元素在 Firefox 外其他浏览器没有下划线的问题；添加问号光标，明确语义。 */
abbr, acronym {border-bottom: 1px dotted; cursor: help;}
/* Firefox3+，Safari4/5 和 Chrome 中统一设置为粗体 */
b, strong {font-weight: bold;}
/* 修正 Safari5 和 Chrome 中没有样式的问题 */
dfn {font-style: italic;}
/* 修正 Firefox 和其他浏览器之间的差异 */
hr {-moz-box-sizing: content-box; box-sizing: content-box; height: 0;}
/* 网页标记，荧光笔；修正 IE6-11 中没有样式的问题。*/
mark {background-color: #D2E5FF; color: #000;}
/* 行内引用，IE 6-7 不支持 quotes 属性，现代浏览器去除 quotes 内容。*/
q {quotes: none;}
/* Safari 4 不支持<q>标签 */
q:before, q:after {content: ''; content: none;}
/* 中文网页<small>元素字号小于 12px 不易阅读 */
small {font-size: 85.7%;}   /* 12/14=0.8571428571 */
/* 防止所有浏览器中的<sub>和<sup>影响行高 */
sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* 合并单元格边框 */
table {border-collapse: collapse; border-spacing: 0;}
/* 修复 IE 中 th 不能继承 text-align 的问题并统一左对齐 */
th {text-align: left;}
/* 单元格添加边框 */
table th, table td {border: 1px solid #ddd; padding: 8px 10px;}
/* 表头底部边框 */
table th {font-weight: inherit; border-bottom-width: 2px; border-bottom-color: #ccc;}

/**
 * 1. 去除 IE6-9 和 Firefox 3 中 a 内部 img 元素默认的边框
 * 2. 修正 IE8 图片消失bug
 * 3. 防止 img 指定「height」时图片高度不能按照宽度等比缩放，导致图片变形
 * 4. 让图片支持响应式
 * 5. 去除现代浏览器图片底部的空隙
 * 6. 修复 IE7 图片缩放失真
 */
img {
    border: 0 none; /* 1 */
    width: auto\9; /* 2 */
    vertical-align: top;/* 5 */
    -ms-interpolation-mode: bicubic; /* 6 */
}
/*iE7.0中自带的-ms-interpolation-mode属性可以解决缩放失真问题*/
a img,img {-ms-interpolation-mode: bicubic}

/* 修复 IE9 中的「overflow」的怪异表现 */
svg:not(:root) {overflow: hidden;}
/* 定义一致的边框、外边距和内边距 */
fieldset {border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}
/**
 * 1. 修正 IE 6-9 中颜色不能继承的问题
 * 2. 修正 Firefox3 中文字不换行的问题
 * 3. 修正 IE6-7 中怪异的对齐方式
 */
legend {
    border: 0 none; /* 1 */
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}
/**
 * 1. 修正所有浏览器中字体不继承的问题
 * 2. 修正所有浏览器中字号不继承的问题
 * 3. 修正 Firefox 3+， Safari5 和 Chrome 中外边距不同的问题
 * 4. 改善在所有浏览器下的垂直对齐方式
 */
button, input, select, textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
    vertical-align: baseline; /* 4 */
    *vertical-align: middle; /* 4 */
}
/* 修正 IE7 随着字数增加边距不断增加的问题 */
input, button {*overflow: visible;}
/*去掉输入框的叉*/
input::-ms-clear{ display: none}
/*去掉密码框的眼睛*/
input::-ms-reveal{ display: none}
/* 统一各浏览器「text-transform」不会继承的问题 */
button, select {text-transform: none;}
/**
 * 1. 避免 Android 4.0.* 中的 WebKit bug ，该bug会破坏原生的「audio」 和「video」的控制器
 * 2. 更正 iOS 中无法设置可点击的「input」的问题
 * 3. 统一其他类型的「input」的光标样式
 */
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}
/* 重置按钮禁用时光标样式 */
button[disabled], input[disabled] {cursor: default;}
/**
 * 1. 修正 IE 8/9 box-sizing 被设置为「content-box」的问题
 * 2. 移除 IE 8/9 中多余的内边距
 * 3. 移除 IE7 中多余的内边距(IE6 中任然存在)
 */
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}
/**
 * 1. 修正 Safari 5 和 Chrome 中「appearance」被设置为「searchfield」的问题
 * 2. 修正 Safari 5 和 Chrome 中「box-sizing」被设置为 「border-box」的问题
 */
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}
/**
 * 1.移除 OS X 中 Safari5 和 Chrome 搜索框内侧的左边距
 * 2.如果需要隐藏清除按钮需要加上
   input[type="search"]::-webkit-search-cancel-button
 */
input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;} /* 1 */
/* 移除 Firefox 3+ 的内边距 */
button::-moz-focus-inner,
input::-moz-focus-inner {border: 0; padding: 0;}
/**
 * 修正 Chrome 中 input [type="number"] 在特定高度和 font-size 时,
 * 下面一个箭头光标变成「cursor: text」
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {height: auto;}
/**
 * 1. 移除 IE6-11 中默认的垂直滚动条
 * 2. 禁止水平拖动，防止破坏布局
 */
textarea {overflow: auto; /* 1 */ resize: vertical; /* 2 */}
/* 修正 Chrome 30- option 中文字无法显示的问题 */
select:disabled option:checked,
option:disabled:checked {color: #D2D2D2;}
/* 修正 Safari 3+, Chrome 1+ Placeholder 居中问题 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input {line-height: normal !important;}
}
/* 修正 Firefox 19+ Placeholder 设置了opacity 的问题 */
input::-moz-placeholder, textarea::-moz-placeholder {color: darkGray; opacity: 1;}
/* label 元素给予手型，暗示此处可点击 */
label {cursor: pointer;}
/* 统一 select 样式, Firefox 中有 padding:1px 0 */
select[size], select[multiple],
select[size][multiple] {border: 1px solid #AAA; padding:0;}

/* ==========================================
   HTML5 元素
   ========================================== */
/* 修正未定义为「block」的元素 */
article, aside, details, figcaption, figure, footer, header, hgroup,
main, nav, section, summary {display: block;}
/**
 * 1. 修正未定义为「inline-block」的元素
 * 2. 修正 Chrome、Firefox、Opera 中 「progress」元素 vertical-align 默认值不一致
 */
audio, canvas, video, progress {display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */}
/**
 * 1.防止现代浏览器将没有「controls」属性的 「audio」元素显示出来
 * 2.去掉 iOS 5 中多余的高度
 */
audio:not([controls]) {display: none; /* 1 */ height: 0; /* 2 */}
/**
 * 修复 IE 7/8/9，Firefox 3 和 Safari 4 中 「hidden」属性不起作用的问题
 * 在IE、Safari、Firefox 22- 中隐藏「template」元素
 */
[hidden], template {display: none;}
/* 为可拖动元素添加拖动的光标 */
[draggable] {cursor: move;}
/**
 * 居中 HTML5 dialog 元素
 * Chrome 31 支持，需开启 chrome://flags/#enable-experimental-web-platform-features
 * Chrome 28 之前、Firefox 中不支持 height:fit-content;
 * ::backdrop 定义遮罩样式
 */
dialog {
    border: 1px solid; padding: 0; margin: auto;
    position: absolute; left: 0; right: 0; top: 0; bottom: 0;
    width: -moz-fit-content; width: -webkit-fit-content; width: fit-content;
    height: -moz-fit-content; height: -webkit-fit-content; height: fit-content;
}
dialog::backdrop {
    position: fixed; top: 0; bottom: 0; left: 0; right: 0;
    background-color: rgba(0, 0, 0, .3);
}

/************************************************************
 * 2. 通用类
 * Name:		style_ all-purpose_class
 * Explain:		粒度最小，功能单一的原子类
*************************************************************/
.cp {cursor:pointer;}
.ca {cursor:auto;}

/*跨浏览器的透明度*/
.transparent {
    filter: alpha(opacity=50); /* internet explorer */
    -khtml-opacity: 0.5;      /* khtml, old safari */
    -moz-opacity: 0.5;       /* mozilla, netscape */
    opacity: 0.5;           /* fx, safari, opera */
}

/* 文字排版 */

.f12 {font-size:12px;}
.f13 {font-size:13px;}
.f14 {font-size:14px;}
.f16 {font-size:16px;}
.f18 {font-size:18px;}
.f20 {font-size:20px;}
.fwb {font-weight:bold;}
.fwn {font-weight:normal;}
.indent {text-indent:2em;}

.unl {text-decoration:underline;}
.no_unl {text-decoration:none;}
.db {display:block;}
.dib {display:inline-block;}
/*单行文本溢出*/
.textSpill {display:inline-block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
/*多行文本溢出（webkit内核浏览器适用）*/
.textCol {width:100%;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;          /* 控制行数 */
    -webkit-box-orient: vertical;
}

/* 定位 */

.ma {margin:0 auto;}
.fl {float:left; display:inline;}
.fr {float:right; display:inline;}
.tal {text-align:left;}
.tac {text-align:center;}
.tar {text-align:right;}
.cb {clear:both;}
.clear {clear:both;}
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display:inline-block}* html .clearfix{height:1%;}.clearfix{display:block;}
.vm {vertical-align:middle;}
.pr {position:relative;}
.pa {position:absolute;}
.abs-right {position:absolute; right:0;}
.zoom {zoom:1;}
.hidden {visibility:hidden;}
.none {display:none;}
.oh {overflow:hidden;}

/* 长度高度 */

.w990 {width:990px;}
.w1190{ width:1190px;}
.w1200{ width:1200px;}
.w {width:100%;}
.h {height:100%;}

/* 边距 */

.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt40 {margin-top:40px;}
.mt50 {margin-top:50px;}
.mt100 {margin-top:100px;}

.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
.mb100 {margin-bottom:100px;}

.ml5 {margin-left:5px;}
.ml10 {margin-left:10px;}
.ml15 {margin-left:15px;}
.ml20 {margin-left:20px;}
.ml30 {margin-left:30px;}
.ml40 {margin-left:40px;}
.ml50 {margin-left:50px;}
.ml100 {margin-left:100px;}

.mr5 {margin-right:5px;}
.mr10 {margin-right:10px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.mr30 {margin-right:30px;}
.mr40 {margin-right:40px;}
.mr50 {margin-right:50px;}
.mr100 {margin-right:100px;}

.p10 {padding:10px;}
.p15 {padding:15px;}
.p20 {padding:20px;}

.pt5 {padding-top:5px;}
.pt10 {padding-top:10px;}
.pt15 {padding-top:15px;}
.pt20 {padding-top:20px;}
.pt30 {padding-top:30px;}
.pt50 {padding-top:50px;}
.pt60 {padding-top:60px;}

.pb5 {padding-bottom:5px;}
.pb10 {padding-bottom:10px;}
.pb15 {padding-bottom:15px;}
.pb20 {padding-bottom:20px;}
.pb30 {padding-bottom:30px;}
.pb50 {padding-bottom:50px;}
.pb100 {padding-bottom:100px;}

.pl5 {padding-left:5px;}
.pl10 {padding-left:10px;}
.pl15 {padding-left:15px;}
.pl20 {padding-left:20px;}
.pl30 {padding-left:30px;}
.pl50 {padding-left:50px;}
.pl100 {padding-left:100px;}

.pr5 {padding-right:5px;}
.pr10 {padding-right:10px;}
.pr15 {padding-right:15px;}
.pr20 {padding-right:20px;}
.pr30 {padding-right:30px;}
.pr50 {padding-right:50px;}
.pr100 {padding-right:100px;}

/************************************************************
 * 3. 布局 样式
 * Name:        style_FrameLayout
 * Explain:     框架布局
*************************************************************/
html,body{background-color:#f8f8f8; color:#666;}
/*.cqwz-main {width:auto; padding:20px;}*/

/*my common css*/
.t_overhidden{ overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow:ellipsis;}
.orangeFont{ color: #ff7900;}
.grayText{ color: #999;}
.longblueBtn{ display: block; width: 92%; height: 40px; line-height: 40px; background: #39ac6a; text-align: center; color: #fff; font-size: 18px; margin-left:auto; margin-right: auto; border-radius: 5px;}
.longBtn{ display: block; width: 92%; height: 40px; line-height: 40px; background: #fff; text-align: center; color: #39ac6a; font-size: 18px; margin-left:auto; margin-right: auto; border-radius: 5px; border: 0.5px solid #39ac6a;}
/*cont header*/
.topDiv{ width: 100%; background: #fff; border-bottom: 0.5px solid rgb(229,229,229);}
.topsch{ height: 50px; line-height: 30px;}
.topsch #goBack{ float: left; display: block; width: 10px; height: 18px; padding-left: 10px; margin-top: 17px; margin-right: 5px;}
.topsch .storeTit{ float: left; width: 90%; height: 30px; margin-top: 10px; line-height: 30px; font-size: 18px; color: #333; font-weight: bold; text-align: center;}
.topsch .storeTit2{ float: left; width: 77%; height: 30px; margin-top: 10px; line-height: 30px; font-size: 18px; color: #333; font-weight: bold; text-align: center;}
.topsch .storeTit3{ float: left; width: 70%; height: 30px; margin-top: 10px; line-height: 30px; font-size: 18px; color: #333; font-weight: bold; text-align: center;}
.topsch .editInquiry{ float: right; font-size: 15px; color: #39a567; line-height: 50px; padding-right: 15px;}

.topDiv2{position: fixed; width: 100%; background: white  ; border-bottom: 0.5px solid rgb(229,229,229); }
.topsch2{ height: 34px; line-height: 30px;}
.topsch2 #goBack2{ float: left; display: block; width: 10px; height: 18px; padding-left: 10px; margin-top: 8px; margin-right: 5px;}
.topsch2 .storeTit2{ float: left; width: 90%; height: 30px; margin-top: 2px; line-height: 20px; font-size: 18px; color: #000000; font-weight: bold; text-align: center;}
.topsch2 .storeTit22{ float: left; width: 77%; height: 30px; margin-top: 2px; line-height: 30px; font-size: 18px; color: #000000; font-weight: bold; text-align: center;}
.topsch2 .storeTit32{ float: left; width: 70%; height: 30px; margin-top: 10px; line-height: 30px; font-size: 18px; color: #333; font-weight: bold; text-align: center;}
.topsch2 .editInquiry2{ float: right; font-size: 15px; color: #39a567; line-height: 50px; padding-right: 15px;}
.img1{height:17px;margin-top: -25px; width:10px;vertical-align:middle; }

/*发布需求 header*/
 /*box-shadow: 0 5px 5px rgba(229,229,229,0.7);*/
.txt-c{ text-align: center; font-weight: bold;}
.header,.header2{ height: 52px; line-height: 50px; font-size: 18px; border-bottom: 0.5px solid rgb(229,229,229);}
.whiteBg{ background: #fdfdfd; color: #ff7900;}
.blackBg{ background: #2d2d2d; color: #fff;}
.header .goBack{ float: left; display: block; width: 10px; height: 18px; padding-left: 20px; margin-top: 18px;}
.header .tit{ float: left; display: block; width: 90%; text-align: center; color: #333;}
.header .titcenter{ display: block; width: 100%; text-align: center; color: #333;}
.successPage{ background: #f8f8f8;}
.bluetext{ color: #39ac6a;}
.mb60{ margin-bottom: 60px;}
.orageText{ color: #ff7300;}
.blueBg{ background: #39ac6a;}
.noMoreData{ height: 24px; line-height: 24px; text-align: center; font-size: 14px; color: #666; display: none;}
.f-size20{ font-size: 20px;}
/*底部通用fixed导航*/
.nav{ position: fixed; left: 0; bottom: -1px; z-index: 100; width: 100%; height: 50px; background: #f9f9f9; border-top: 0.5px solid #d7d7d7;}
.nav li{ float: left; width: 25%; font-size: 12px; line-height: 22px; text-align: center;}
.nav li:last-child{ border-right: none;}
.nav li img{ display: inline-block; width: 23px; height: 20px; margin-top: 5px;}
.nav li a{ color: #acacac;}
.nav .on a{ color: #39ac6a;}
/*没有数据页面样式*/
.noInqList .sorry_cion{ display: block; width: 100px; height: 162.5px; margin: 20% auto auto auto;}
.noInqList .nodataText{line-height: 24px; font-size: 16px; color: #666; text-align: center;}
.toTop{ position: fixed; right: 20px; bottom: 71px; z-index: 1000; width: 51px; height: 51px;}





















