/**
 * 文件: .css 
 * 公司: 浙江电子口岸
 * 作者: qzzf1987@gmail.com
 * 时间: 2015-06-30 10:41:50
 */
.autocomplete-wrapper {
  vertical-align: top;
}
.autocomplete-inp,
.autocomplete-hint-inp {
  margin: 0;
  height: 26px;
  padding: 0 4px;
  line-height: 26px;
  border: 1px solid #7f9db9;
  vertical-align: top;
}
.autocomplete-hint-inp {
  display: none;
  color: #999;
}
.autocomplete-menu {
  width: 100%;
  margin-top: 1px;
}
.autocomplete-suggestions {
  padding: 4px 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.autocomplete-suggestion {
  line-height: 22px;
  padding: 4px;
}
.autocomplete-is-under-cursor {
  background-color: #08c;
  color: #fff;
}
.ico-sprite-doll {
  background-image: url("../images/service/sprite.png");
  background-position: 0px 0px;
  width: 108px;
  height: 154px;
}
.ico-sprite-right {
  background-image: url("../images/service/sprite.png");
  background-position: -108px 0px;
  width: 62px;
  height: 57px;
}
.ico-sprite-star-dark {
  background-image: url("../images/service/sprite.png");
  background-position: -108px -57px;
  width: 26px;
  height: 25px;
}
.ico-sprite-star-light {
  background-image: url("../images/service/sprite.png");
  background-position: -134px -57px;
  width: 26px;
  height: 25px;
}
.service-main {
  padding: 20px 15px 0;
}
.service-row {
  zoom: 1;
}
.service-row:before,
.service-row:after {
  content: "";
  display: table;
}
.service-row:after {
  clear: both;
}
.service-col__partL {
  float: left;
  width: 630px;
}
.service-col__partR {
  float: right;
  width: 320px;
}
.service-chunk .chunk-title--txt {
  padding-left: 10px;
  padding-right: 10px;
}
.service-filter-block {
  margin: 0;
  font-size: 1.4em;
}
.service-filter-block dt {
  float: left;
  width: 100px;
  height: 26px;
  text-align: left;
  clear: both;
  line-height: 24px;
}
.service-filter-block dt strong {
  display: block;
  padding-left: 15px;
}
.service-filter-block dd {
  height: 26px;
  margin-left: 115px;
  line-height: 26px;
  overflow: hidden;
}
.filter-words {
  overflow: hidden;
}
.filter-words-item {
  float: left;
  width: 123px;
}
.filter-word {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  line-height: 24px;
  border: 1px solid #fbfbfb;
}
.filter-word:hover,
.filter-word__active {
  text-decoration: none;
  border-color: #f14703;
  color: #f14703;
}
.filter-date {
  overflow: hidden;
}
.filter-date-item {
  float: left;
  width: 100px;
  font-size: 0.85em;
}
.filter-date-item .inp-radio {
  margin-right: 5px;
}
.filter-status {
  overflow: hidden;
}
.filter-status-item {
  float: left;
  width: 100px;
  font-size: 0.85em;
}
.filter-status-item .inp-radio {
  margin-right: 5px;
}
.service-issue-item {
  position: relative;
  height: 42px;
  padding-left: 16px;
  padding-right: 74px;
  border-bottom: 1px dotted #ccc;
  line-height: 42px;
  overflow: hidden;
}
.issue-linker {
  float: left;
  font-size: 1.4em;
}
.issue-device-ico {
  margin-left: 5px;
  font-size: 1.8em;
  color: #6fb5eb;
}
.issue-time {
  position: absolute;
  top: 0;
  right: 0;
  color: #868686;
  font-size: 1.2em;
}
.issue-time-ico {
  display: inline-block;
  width: 16px;
  margin-right: 3px;
  font-size: 1.4em;
  font-weight: 700;
}
.issue-status {
  position: absolute;
  top: 0;
  right: 140px;
  font-size: 1.2em;
}
.issue-status__is-success {
  color: #0567b4;
}
.issue-status__is-processing {
  color: #3e3e3e;
}
.issue-status__is-delete {
  color: #f14703;
}
.service-issue-item__has-status {
  padding-right: 180px;
}
.page__service {
  margin-top: 20px;
}
.page__service .page-wrap {
  float: right;
}
.page__service .pagination {
  margin-left: 4px;
}
.service-faq .chunk--bd {
  padding-top: 8px;
}
.faq-item {
  height: 25px;
  line-height: 25px;
  font-size: 1.2em;
  overflow: hidden;
}
.service-seek-search,
.service-hp-search {
  height: 131px;
  padding-left: 114px;
  background: url("../images/service/search-bg.png") no-repeat 0 100%;
}
.service-search-title {
  padding-top: 20px;
  padding-bottom: 12px;
  font-size: 1.4em;
  color: #034579;
  font-weight: 700;
}
.service-search-formwrap {
  position: relative;
}
.service-search-input {
  padding-left: 8px;
  padding-right: 95px;
  border: 1px solid #e2e2e2;
}
.service-search-input input {
  display: block;
  width: 100%;
  height: 35px;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  line-height: 35px;
  font-size: 1.2em;
  *height: 33px;
  *line-height: 33px;
}
.service-search-input input:active,
.service-search-input input:focus {
  outline: none;
}
.service-search-input input::-ms-clear {
  display: none;
}
.service-search-input .autocomplete-wrapper {
  display: block;
  width: 100%;
}
.service-search-input .autocomplete-wrapper .placeholder {
  display: block;
}
.service-search-input .autocomplete-hint-inp {
  display: none;
}
.service-search-input .autocomplete-menu {
  left: -9px !important;
  width: 516px;
  margin-top: 1px;
  font-size: 1.2em;
}
.service-search-input .autocomplete-suggestions {
  border-top: 0;
}
.service-search-input .autocomplete-suggestion {
  padding: 0 0 0 8px;
  height: 32px;
  line-height: 32px;
}
.service-search-input .autocomplete-is-under-cursor {
  background-color: #0567b4;
}
.service-search-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 37px;
  width: 95px;
  background-color: #0b87e9;
}
.service-search-submit:hover {
  background-color: #299efa;
}
.service-search-submit-txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 37px;
  line-height: 37px;
  font-size: 1.4em;
  text-align: center;
  color: #fff;
  z-index: 0;
}
.service-search-submit-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  padding: 0;
  margin: 0;
  border: 0;
  z-index: 1;
}
.service-search-keywords {
  margin-top: 8px;
}
.keyword-txt {
  float: left;
  margin-right: 10px;
  font-size: 1.2em;
  color: #727373;
}
.service-search-words {
  margin-top: 12px;
  text-align: right;
  font-size: 1.2em;
  color: #8b8b8b;
}
.service-search-words .surplus {
  margin: 0 5px;
  font-weight: 700;
  font-size: 1.5em;
}
.service-latest-filter {
  padding: 14px 0;
  border: 1px solid #e2e2e2;
  margin-top: 10px;
  background-color: #fbfbfb;
  line-height: 24px;
}
.advisor-item {
  border-bottom: 1px dotted #ccc;
}
.advisor-box {
  padding: 10px 0;
  overflow: hidden;
}
.advisor-left {
  float: left;
  width: 98px;
}
.advisor-left a {
  cursor: default;
}
.advisor-box .advisor-right {
  float: right;
  width: 215px;
}
.advisor-pic {
  width: 98px;
  height: 88px;
}
.advisor-nickname {
  padding-top: 5px;
  font-size: 1.2em;
}
.advisor-type {
  float: right;
  color: #0363ae;
  cursor: default;
}
.advisor-type:hover {
  color: #0363ae;
  text-decoration: none;
}
.advisor-content {
  line-height: 1.6;
  height: 4.800000000000001em;
  margin-top: 8px;
  overflow: hidden;
  font-size: 1.2em;
}
.service-hp-hotline {
  margin-top: 51px;
  background-color: #fbfbfb;
}
.hotline-tel {
  height: 78px;
  background: url("../images/service/hp-hotline.png") 50% 50% no-repeat;
}
.hotline-iwant {
  overflow: hidden;
}
.iwant-btn {
  float: left;
  width: 159px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  font-size: 1.4em;
  background-color: #0b87e9;
  color: #fff;
}
.iwant-btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #299efa;
}
.iwant-btn__right {
  float: right;
}
.service-hp-faq {
  margin-top: 12px;
}
.service-seek-input-wrap {
  position: relative;
  margin-top: 12px;
  margin-bottom: 15px;
}
.service-seek-input-iwant {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 1.2em;
}
.service-seek-input-iwant a {
  color: #0567b4;
}
.service-seek-input-iwant .divider {
  margin-left: 8px;
  margin-right: 8px;
  color: #0567b4;
}
.service-seek-input {
  position: relative;
}
.seek-input-field {
  padding-right: 95px;
  padding-left: 6px;
  border: 1px solid #e2e2e2;
  font-size: 1.2em;
}
.seek-input-field input {
  display: block;
  width: 100%;
  height: 35px;
  padding: 0;
  outline: 0;
  border: 0;
  line-height: 35px;
  *height: 33px;
  *line-height: 33px;
}
.seek-input-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 37px;
  width: 95px;
  background-color: #0b87e9;
}
.seek-input-submit:hover {
  background-color: #299efa;
}
.seek-submit-txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 37px;
  line-height: 37px;
  font-size: 1.4em;
  text-align: center;
  color: #fff;
  z-index: 0;
}
.seek-submit-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  padding: 0;
  margin: 0;
  border: 0;
  z-index: 1;
}
.service-seek-filter {
  padding: 8px 0;
  border: 1px solid #e2e2e2;
  background-color: #fbfbfb;
}
.service-seek-filter .service-filter-block dt {
  width: 85px;
}
.service-seek-filter .service-filter-block dd {
  margin-left: 100px;
}
.service-my-filter {
  padding: 8px 0;
  border: 1px solid #e2e2e2;
  margin-top: 15px;
  background-color: #fbfbfb;
}
.service-my-filter .service-filter-block dd {
  margin-left: 15px;
}
.service-my-profile {
  margin-top: 14px;
  background-color: #fbfbfb;
}
.profile-record {
  width: 100%;
  overflow: hidden;
  padding: 14px 0;
}
.profile-record a {
  text-decoration: none;
}
.record-question {
  float: left;
  width: 150px;
  text-align: center;
}
.record-suggest {
  float: right;
  width: 150px;
  text-align: center;
}
.record-txt {
  display: block;
  font-size: 1.4em;
  color: #0567b4;
}
.record-num {
  display: block;
  margin-top: 10px;
  font-size: 1.6em;
}
.record-question .record-num {
  color: #0567b4;
}
.record-suggest .record-num {
  color: #f14703;
}
.profile-info {
  padding: 10px 20px;
  font-size: 1.2em;
}
.info-line {
  line-height: 2.2;
  overflow: hidden;
}
.info-left {
  float: left;
}
.info-right {
  float: right;
}
.profile-name,
.profile-logout {
  color: #0567b4;
}
.profile-question-num {
  margin-left: 8px;
  color: #0567b4;
}
.profile-suggest-num {
  margin-left: 8px;
  color: #ed4805;
}
.profile-iwant {
  overflow: hidden;
  width: 100%;
}
.service-iwant {
  padding-top: 20px;
  padding-left: 15px;
  width: 630px;
}
.iwant-controller {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.iwant-controller__is-tail {
  margin-bottom: 0;
}
.iwant-controller-caption {
  z-index: 2;
}
.controller-title {
  display: block;
  height: 26px;
  line-height: 26px;
  margin-bottom: 6px;
}
.iwant-issue-ico {
  margin-right: 8px;
  font-size: 2.4em;
  color: #0b87e9;
}
.controller-caption {
  font-size: 1.4em;
}
.controller-optional-txt {
  font-size: 1.2em;
  color: #8e8e8e;
}
.controller-remind {
  margin-top: 5px;
  font-size: 1.2em;
}
.remind-general {
  color: #7d7d7d;
}
.remind-error {
  color: #e64200;
}
.inp-field {
  padding: 4px 8px;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 1.4em;
}
.inp-iwant {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
}
.inp-iwant:active,
.inp-iwant:focus {
  outline: none;
}
.inp-field input {
  height: 28px;
  line-height: 28px;
  *height: 26px;
  *line-height: 26px;
}
.inp-field textarea {
  height: 80px;
  resize: none;
}
.inp-field .placeholder {
  display: block;
  width: 100%;
}
.controller-submit-btn {
  float: left;
  width: 119px;
  height: 33px;
  border: 0;
  padding: 0;
  outline: 0;
  text-align: center;
  font-size: 1.4em;
  font-weight: 700;
  background-color: #0b87e9;
  color: #fff;
}
.controller-submit-btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #299efa;
}
.iwant-prcoessing-hint {
  display: none;
  float: left;
  border: 1px solid #e4e4e4;
  font-size: 1.2em;
  background-color: #fbfbfb;
  background: url("../images/common/loading.gif") 15px 50% no-repeat;
}
.iwant-prcoessing-hint .hint-txt {
  display: inline-block;
  height: 31px;
  padding-left: 40px;
  padding-right: 15px;
  line-height: 31px;
  color: #0567b4;
}
.iwant-submit-error {
  display: none;
  float: left;
  margin-left: 10px;
  padding-left: 25px;
  height: 32px;
  line-height: 32px;
  background: url("../images/common/cuo.png") 0 50% no-repeat;
  color: #e64200;
  font-size: 1.2em;
}
.iwant-question-category {
  position: relative;
  width: 200px;
}
.iwant-question-category .inp-iwant {
  cursor: text;
}
.iwant-category-content {
  display: none;
  position: absolute;
  left: -1px;
  top: 100%;
  padding: 6px;
  border: 1px solid #b1d8f6;
  background-color: #e2f1fd;
}
.category-list-container {
  padding: 7px;
  background-color: #fff;
}
.category-list {
  width: 450px;
}
.category-item {
  position: relative;
  float: left;
  width: 150px;
  margin: 2px 0;
  cursor: pointer;
  zoom: 1;
  z-index: 1;
}
.category-item:hover {
  z-index: 2;
}
.category-skeleton {
  display: block;
  width: 80%;
  text-indent: 10px;
  height: 27px;
  line-height: 27px;
  cursor: default;
}
.category-item__is-active .category-skeleton,
.category-item:hover .category-skeleton {
  background-color: #0b87e9;
  color: #fff;
}
.category-skeleton:hover {
  text-decoration: none;
}
.category-bones {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 8px 4px;
  border: 1px solid #7ebdee;
  background-color: #eff8ff;
  z-index: 2;
  zoom: 1;
}
.category-item__is-active .category-bones,
.category-item:hover .category-bones {
  display: block;
}
.category-bones .category-bones-container {
  width: 260px;
}
.category-bone-item {
  float: left;
  height: 28px;
  padding-left: 10px;
  padding-right: 5px;
  line-height: 28px;
}
.category-bone-item:hover {
  text-decoration: none;
  background-color: #0b87e9;
  color: #fff;
}
.category-bone-item span {
  display: block;
  width: 5em;
  height: 28px;
  overflow: hidden;
}
.iwant-suggest-affix {
  position: relative;
  width: 200px;
}
.affix-file-btn {
  position: absolute;
  left: 100%;
  top: -1px;
  width: 92px;
  height: 35px;
  border: 1px solid #0b87e9;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-left: 10px;
  overflow: hidden;
  cursor: pointer;
  color: #0b63a9;
}
.affix-file-btn:hover {
  background-color: #0b87e9;
  color: #fff;
}
.affix-file-txt {
  position: relative;
  display: block;
  text-align: center;
  line-height: 35px;
  z-index: 1;
}
.affix-file-btn input {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.affix-file-support {
  position: absolute;
  left: 330px;
  top: -2px;
  width: 190px;
  color: #757272;
  font-size: 12px;
  line-height: 1.6;
}
.iwant-dialog {
  width: 460px;
  margin-left: -230px;
  margin-top: -100px;
}
.iwant-dialog .modal-foot {
  padding-right: 0;
  padding-bottom: 15px;
  border-top: 0;
  text-align: center;
  background: none;
}
.iwant-dialog .modal-foot .btn {
  margin-left: 0;
}
.iwant-dialog-cont {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.4em;
  line-height: 1.8;
  text-align: center;
}
.iwant-dialog-btn {
  display: inline-block;
  height: 38px;
  width: 122px;
  text-align: center;
  line-height: 38px;
  background-color: #0b87e9;
  color: #fff;
  font-size: 1.4em;
}
.iwant-dialog-btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #299efa;
}
.iwant-reply {
  width: 530px;
  margin: 150px auto;
}
.reply-wrap {
  position: relative;
  padding-left: 150px;
}
.reply-doll {
  position: absolute;
  left: 0;
  top: 0;
}
.reply-result {
  text-align: center;
  font-size: 1.9em;
}
.reply-result span {
  position: relative;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding-left: 75px;
}
.reply-result span i {
  position: absolute;
  left: 0;
  top: 0;
}
.reply-txt {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 1.4em;
}
.reply-txt a {
  color: #0071c9;
}
.reply-txt .division {
  margin-left: 5px;
  margin-right: 5px;
  color: #0071c9;
}
.detail-question {
  padding-left: 16px;
  padding-right: 14px;
  padding-bottom: 25px;
}
.detail-question-hd {
  margin: 10px 0;
}
.detail-question-bd {
  margin: 10px 0;
}
.detail-ask {
  padding-top: 15px;
  padding-left: 16px;
  padding-right: 14px;
  border-top: 1px dotted #e2e2e2;
}
.detail-ask-hd {
  margin: 10px 0;
}
.detail-ask-bd {
  margin: 10px 0;
}
.detail-ask__processing {
  border-top: 0;
}
.process-tip {
  padding: 10px 0;
  border: 1px solid #e2e2e2;
  text-align: center;
  font-size: 1.2em;
  color: #0567b4;
  background-color: #fbfbfb;
}
.detail-continue {
  padding: 25px 0 25px 65px;
  border-top: 1px dotted #e2e2e2;
  margin-top: 40px;
  font-size: 1.2em;
  background: url("../images/service/qmark.jpg") 10px 50% no-repeat;
}
.detail-continue-linker {
  color: #00f;
}
.detail-Qtype,
.detail-Atype {
  font-size: 1.4em;
  color: #0567b4;
  margin-right: 15px;
}
.detail-title {
  font-size: 1.4em;
}
.detail-view-suggest {
  margin-left: 8px;
  font-size: 1.2em;
  color: #0567b4;
}
.detail-content {
  font-size: 1.2em;
  line-height: 2;
}
.detail-info {
  color: #868686;
  overflow: hidden;
  font-size: 1.2em;
}
.detail-info-name,
.detail-info-type {
  float: left;
  width: 33%;
}
.detail-info-time {
  float: right;
}
