body {
  font-size: 16px;
}

#header .navbar-wrapper {
  padding-top: 0;
}
#header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1050px) {
  #header {
    background-size: cover !important;
    background-position: top !important;
  }
  #header .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  #header .navbar-wrapper {
    padding-top: 0px;
  }
  #header .navbar-header {
    width: auto;
    margin: 0;
    position: unset;
    top: unset;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #header .navbar-brand > img {
    max-width: 195px;
  }
  #header .collapsing, #header .collapse.in {
    top: 50px;
    right: 0;
    width: 195px;
  }
  #header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    height: 50px;
  }
  #header .container::before, #header .container::after {
    display: none;
  }
}

.navbar-brand {
  height: auto;
}
@media (min-width: 1050px) {
  .navbar-brand {
    position: relative;
    top: -30px;
  }
}
@media (min-width: 768px) {
  .navbar-brand img {
    max-width: 230px;
  }
}

.header-link {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-link a {
  display: inline-block;
}
.header-link a img {
  max-width: 100%;
}
.header-link a .pc-bn {
  display: block;
}
@media (max-width: 500px) {
  .header-link a .pc-bn {
    display: none;
  }
}
.header-link a .m-bn {
  display: none;
}
@media (max-width: 500px) {
  .header-link a .m-bn {
    display: block;
    width: 150px;
    margin: 0 0 0 10px;
  }
}
.header-link span {
  display: none;
}
.header-link span img {
  max-width: 100%;
}
@media (max-width: 730px) {
  .header-link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.link-img {
  margin-left: 15px;
}
.link-img img {
  max-width: 100%;
}
@media (max-width: 730px) {
  .link-img {
    margin-top: 25px;
    margin-left: 0;
  }
}

.main_nav {
  float: left;
}
@media (min-width: 500px) {
  .main_nav {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .main_nav {
    margin-left: 0;
    padding-left: 10px;
    width: 100%;
  }
  .main_nav .open .dropdown-menu > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.main_nav .caret {
  border-top: 6px dashed;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.main_nav > li > a {
  padding: 10px 24px 10px 0;
}
@media screen and (max-width: 767px) {
  .main_nav > li > a .caret {
    float: right;
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  .main_nav > li > a {
    padding-right: 5px;
  }
}

@media screen and (min-width: 500px) {
  .main_nav > li:last-child > a {
    padding-right: 0;
  }
}

.main_nav > .top-dropdown {
  margin-right: 15px;
  text-align: left;
}
.main_nav > .top-dropdown > a {
  display: inline-block;
  padding-right: 5px;
}
.main_nav > .top-dropdown .dropdown-toggle {
  display: inline-block;
  padding: 5px;
  margin-right: 10px;
}
.main_nav > .top-dropdown .caret {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .main_nav > .top-dropdown {
    margin-right: 0;
  }
  .main_nav > .top-dropdown .dropdown-toggle {
    float: right;
    margin-right: 0;
  }
}

.navbar-collapse {
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
  }
}
#top_indexslide {
  margin-top: 0;
}

.search_wrap {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a7c9e4+0,ffffff+100&1+0,0+100 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a7c9e4", endColorstr="#00ffffff",GradientType=0 ); /* IE6-9 */
  padding: 0;
}
@media screen and (min-width: 500px) {
  .search_wrap {
    height: auto;
  }
}

.search_wrap_show {
  min-height: 310px;
  height: auto;
}

.gotop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 2;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100% !important;
  padding: 13px 16px !important;
  background: #067d41;
  color: #fff !important;
  font-size: 15px !important;
}
.gotop .glyphicon {
  font-size: 17px !important;
}

.search_container {
  padding: 0;
}
@media screen and (max-width: 1050px) {
  .search_container .row {
    margin: 0;
  }
}

.search-title {
  margin: 0;
  margin-right: 10px;
  font-size: 24px;
  color: #0a8332;
  font-weight: bold;
}
@media screen and (max-width: 1050px) {
  .search-title {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .search-title {
    margin: 7px;
  }
}

@media screen and (min-width: 1050px) {
  .search_dropdown_wrap {
    min-width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.search_dropdown_wrap > .mega-dropdown {
  margin-right: 10px;
  min-width: auto;
  margin-bottom: 0;
  color: #3dc07e;
  font-weight: bold;
}
@media screen and (max-width: 1050px) {
  .search_dropdown_wrap > .mega-dropdown {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
@media (max-width: 500px) {
  .search_dropdown_wrap > .mega-dropdown {
    min-width: 100%;
    padding: 2px 5px;
    margin: 0;
  }
}
.search_dropdown_wrap .keyword {
  font-size: 18px;
  text-align: left;
  padding: 5px 15px;
  border-radius: 30px;
  height: 38px;
}
.search_dropdown_wrap button {
  font-size: 18px;
  border-radius: 30px;
  padding: 6px 15px;
}
.search_dropdown_wrap .dropdown-menu > .btnbar {
  color: #fff;
}

.search_btn > .glyphicon {
  color: #fff !important;
}

.search_container .dropdown .dropdown-toggle {
  min-width: auto;
  border-radius: 30px;
  background: #f4fcf8;
  border: 0;
  -webkit-box-shadow: 1px 2px 2px #abcde6;
          box-shadow: 1px 2px 2px #abcde6;
}
.search_container .dropdown .dropdown-toggle:hover {
  border: 0;
}
@media (min-width: 1150px) {
  .search_container .dropdown .dropdown-toggle {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .search_container .dropdown .dropdown-toggle {
    min-width: 100%;
    margin-bottom: 5px;
  }
}

.blockTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.case_sort {
  background: none;
  position: static;
  padding: 0;
}

.case_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px 0 0;
}
.case_list > li {
  width: 100%;
  padding: 10px;
  background: #fff;
}
.case_list > li .list_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .case_list > li .list_a {
    display: block;
  }
  .case_list > li .list_a .imgbox {
    width: 38.5%;
    height: 160px;
    margin: 0;
    margin-right: 0.5%;
    overflow: hidden;
    position: relative;
    float: left;
  }
  .case_list > li .list_a .imgbox:after {
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
  }
  .case_list > li .list_a .imgbox img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 500px) {
  .case_list > li .list_a {
    display: block;
  }
  .case_list > li .list_a .imgbox {
    width: 120px;
    max-height: 120px;
    margin: 0;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 0.5%;
  }
  .case_list > li .list_a .imgbox:after {
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
  }
  .case_list > li .list_a .imgbox img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.case_list > li .list_a .info_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
}
.case_list > li .list_a .info_txt .info_wrap .name {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case_list > li .list_a .info_txt .info_wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.case_list > li .list_a .info_txt .info_wrap2 .intro {
  width: auto;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .case_list > li .list_a .info_txt .info_wrap2 .intro {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.case_list > li .list_a .info_txt .info_wrap2 .layout {
  width: 100%;
  color: #73ad35;
}
.case_list > li .list_a .info_txt .info_wrap2 .layout span {
  color: #555555;
}
.case_list > li .list_a .info_txt .info_wrap2 .layout:last-child {
  border-top: 1px solid #92D050;
}
@media (max-width: 500px) {
  .case_list > li .list_a .info_txt .info_wrap2 {
    clear: unset;
  }
}
.case_list > li .list_a .price_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32%;
}
.case_list > li .list_a .price_wrap .sprice {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.case_list > li .list_a .price_wrap .sprice .sptxt {
  color: #4CA54B;
  margin-right: 30px;
  font-size: 24px;
}
@media (max-width: 900px) {
  .case_list > li .list_a .price_wrap .sprice .sptxt {
    font-size: 18px;
    margin-right: 10px;
  }
}
.case_list > li .list_a .price_wrap .sprice .sptxt_2 {
  font-size: 24px;
  color: #4CA54B;
}
@media (max-width: 900px) {
  .case_list > li .list_a .price_wrap .sprice .sptxt_2 {
    font-size: 18px;
  }
}
.case_list > li .list_a .price_wrap .subprice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.case_list > li .list_a .price_wrap .subprice .subprice_item {
  font-weight: 400;
  margin-left: 16px;
  letter-spacing: 1px;
  white-space: nowrap;
}
.case_list > li .list_a .price_wrap .subprice .subprice_item span {
  font-size: 18px;
  color: red;
  font-weight: 900;
}
.case_list > li .list_a .price_wrap .subprice .subprice_item span.moneytype {
  display: inline;
  color: #000;
  font-size: 13px;
}
@media (max-width: 768px) {
  .case_list > li .list_a .price_wrap .subprice .subprice_item {
    font-size: 13px;
    margin-left: 0;
    margin-right: 10px;
  }
  .case_list > li .list_a .price_wrap .subprice .subprice_item span {
    font-size: 13px;
  }
}
.case_list > li .list_a .price_wrap .more {
  display: none;
}
@media (max-width: 768px) {
  .case_list > li .list_a .price_wrap {
    width: 61%;
  }
  .case_list > li .list_a .price_wrap .sprice {
    text-align: left;
    font-size: 16px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .case_list > li .list_a .price_wrap .sprice > span {
    font-size: 18px;
  }
  .case_list > li .list_a .price_wrap .sprice .sptxt {
    font-size: 16px;
    margin-right: 5px;
  }
  .case_list > li .list_a .price_wrap .subprice {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .case_list > li .list_a .price_wrap {
    width: 50%;
    clear: unset;
  }
  .case_list > li .list_a .price_wrap .sprice {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .case_list > li .list_a .price_wrap .subprice {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

@media (max-width: 768px) {
  .m_hidden {
    display: none;
  }
}
.maincon_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dashed #91b6d3;
}

.feature {
  width: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 768px) {
  .feature {
    display: none;
  }
}

.price_wrap {
  float: none;
  text-align: left;
  margin-top: 0;
}

.more {
  float: none;
}

.case_img {
  margin: 0;
  width: 100%;
  width: 100%;
  max-width: initial;
}

.imgbox, .info_wrap, .info_wrap2 {
  float: none;
  height: auto;
}

.intro, .layout {
  font-size: 18px !important;
}
@media (max-width: 500px) {
  .intro, .layout {
    font-size: 13px !important;
  }
}

.imgbox {
  width: 225px;
  margin: 0;
  height: 168px;
  overflow: hidden;
  position: relative;
}
.imgbox:after {
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
}

.img-label-outer {
  position: absolute;
  top: 5px;
  left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.img-label-outer .img-label {
  background: #4CA54B;
  color: #fff;
  padding: 2px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 4px;
}

.wrapper-bg {
  background: url(../images/rentbg03.jpg) no-repeat;
  background-position: bottom;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.wrapper-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 100%, 0.7);
  position: absolute;
}

@media screen and (max-width: 670px) {
  #footer {
    padding-bottom: 0;
  }
}

.footer_navwrap {
  border-bottom: 0 !important;
}
.footer_navwrap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer_navwrap .container:before, .footer_navwrap .container:after {
  display: none;
}

.footer-submenu {
  text-align: left;
  padding-left: 0;
  margin-top: 10px;
  list-style: none;
}
.footer-submenu li {
  font-size: 15px;
}

.footer_nav {
  float: none;
  margin-right: 0;
  width: 100%;
  padding: 18px 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_nav > li {
  min-width: 9%;
  text-align: left;
  display: inline-block;
  float: none;
  vertical-align: top;
}
.footer_nav > li > a {
  font-weight: bold;
}
.footer_nav a {
  color: #fff;
}

.footer_logo {
  height: auto;
  max-width: 245px;
  margin-right: 25px;
  display: none;
}
@media screen and (max-width: 767px) {
  .footer_logo {
    display: block;
  }
}

.footer-info {
  background: #F2F2F2;
  padding: 20px 0;
}
.footer-info .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-info .container:before, .footer-info .container:after {
  display: none;
}
.footer-info .info-box {
  border-right: 1px solid #ccc;
  padding-right: 60px;
  margin-right: 25px;
}
.footer-info .info-box:last-child {
  border-right: 0;
  padding-right: 0;
}
.footer-info .info-box h3 {
  margin-top: 0;
}
.footer-info .info-box p {
  font-size: 18px;
  margin-bottom: 5px;
}
.footer-info .info-box a {
  color: #333;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .footer-info .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-info .info-box {
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-right: 0;
    padding-bottom: 5px;
    margin-bottom: 10px;
    padding-right: 0;
    margin-right: 0;
  }
  .footer-info .info-box:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 400px) {
  .footer-info .info-box h3 {
    font-size: 20px;
    font-weight: bold;
  }
}

.pagecover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  z-index: 2;
  padding-top: 10px; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0))) !important;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=0 ); /* IE6-9 */
}

.pager-control {
  width: 778px !important;
}

.detail_img {
  background: none !important;
}

#navbar {
  position: static;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search_dropdown_wrap .cityselect2 {
  display: none !important;
}

.designer {
  margin-left: 15px;
  display: inline-block;
}
.designer a {
  color: #fff;
}

@media screen and (max-width: 500px) {
  .carousel-inner > .item > img {
    /* width: 150% !important; */
    position: relative;
    left: -25%;
  }
  .designer {
    display: block;
  }
}
@media (min-width: 1000px) {
  .maincon > .container {
    width: 1200px;
    padding: 0 15px;
  }
}
#qa-outer .panel-heading {
  background-color: #f4f4f4;
  border-color: #bebebe;
  -webkit-box-shadow: 2px 2px 3px #bababa;
          box-shadow: 2px 2px 3px #bababa;
  padding: 12px;
  border-radius: 10px;
  position: relative;
}
#qa-outer .panel-heading a:hover, #qa-outer .panel-heading a:focus, #qa-outer .panel-heading a:active {
  text-decoration: none;
}
#qa-outer .collapse.in {
  background: #fff;
}
#qa-outer .panel {
  margin-bottom: 8px;
  border-radius: 10px;
}
#qa-outer .collapsing, #qa-outer .collapse.in {
  position: static;
  border-radius: 0;
  opacity: 1;
  width: 100%;
  background: #fff;
}

.pagetitle {
  color: #0c4685;
}

.link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.link-wrap p {
  max-height: 80px;
}
.link-wrap a {
  display: block;
  height: 80px;
  padding-right: 15px;
}
.link-wrap a img {
  height: 100% !important;
  width: auto !important;
}

.htmlpage {
  padding: 20px 15px;
}

.service_table {
  background: #fff;
  padding: 20px;
  display: block;
  -webkit-box-shadow: 0px 2px 9px #c7c7c7;
          box-shadow: 0px 2px 9px #c7c7c7;
}
.service_table tbody, .service_table tr, .service_table td {
  display: block;
}
.service_table td {
  height: auto;
  line-height: 1.5;
  padding: 10px 0 0;
}
.service_table tr {
  margin-bottom: 10px;
}
.service_table .label {
  text-align: left;
}
.service_table .star-title {
  display: block;
  margin: 10px 0;
  font-weight: bold;
  color: #ee1515;
}
.service_table input {
  border: 1px solid #b2b2b2;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  border-radius: 5px;
}
.service_table .td-inline {
  display: inline-block;
}
.service_table #Text_Name, .service_table #Text_Mobile {
  margin: 0;
}
.service_table #SelectDate, .service_table #Text_VCode {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 3px;
  margin-left: 10px;
}
.service_table input::-webkit-input-placeholder {
  color: #787878;
}
.service_table input::-moz-placeholder {
  color: #787878;
}
.service_table input:-ms-input-placeholder {
  color: #787878;
}
.service_table input::-ms-input-placeholder {
  color: #787878;
}
.service_table input::placeholder {
  color: #787878;
}

@media screen and (max-width: 800px) {
  .footer_nav {
    width: 100%;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    white-space: normal;
  }
}
@media screen and (max-width: 768px) {
  .imgbox {
    height: auto;
  }
  .case_list > li {
    width: 100%;
  }
  .case_list > li .imgbox {
    width: 100%;
  }
  .case_list > li .imgbox .img-label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #4CA54B;
    color: #fff;
    white-space: nowrap;
    padding: 2px 10px;
    border-radius: 4px;
  }
  .case_list .info_wrap {
    width: 100%;
    margin-top: 10px;
  }
  .name {
    font-size: 15px !important;
  }
  .price_wrap {
    width: 100%;
  }
  .maincon_nav {
    display: none;
  }
  .blockTitle {
    display: block;
  }
  .pagetitle, .sitepath {
    float: none;
  }
  .pagetitle {
    margin: 0 auto 15px;
  }
  .sitepath {
    margin-top: 0;
  }
}
@media screen and (max-width: 700px) {
  .footer_navwrap .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_nav {
    display: none;
  }
  .footer_nav li {
    display: block;
  }
  .footer_nav > li {
    border-bottom: 1px solid #229524;
  }
  .footer_nav > li:last-child {
    border-bottom: 0;
  }
  .footer-submenu {
    padding-left: 0;
  }
  .footer-submenu li {
    font-size: 15px;
  }
}
@media screen and (max-width: 500px) {
  #header {
    padding-top: 0;
  }
  #header #searchBtn {
    right: 55px;
    font-size: 25px;
  }
  #header #searchBtn .icon-text {
    display: none;
  }
  .navbar-brand > img {
    width: 320px;
  }
  .header-link {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: calc(50% - 73px);
  }
  .header-link span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    white-space: nowrap;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    color: #fff;
    font-size: 16px;
  }
  #header button {
    position: unset;
    top: unset;
    -webkit-transform: initial;
            transform: initial;
  }
  #navbar {
    right: 14px;
    position: absolute;
  }
  .navbar-toggle {
    background: #92D050;
    padding: 5px 10px;
    margin: 0;
  }
  .navbar-nav .open .dropdown-menu {
    width: 100%;
    padding-right: 10px;
  }
  .search_dropdown_wrap .dropdown:nth-child(3) .dropdown-menu, .search_dropdown_wrap .dropdown:nth-child(5) .dropdown-menu, .search_dropdown_wrap .dropdown:nth-child(7) .dropdown-menu {
    left: 0;
  }
  .search_dropdown_wrap .dropdown-menu {
    width: 100%;
  }
  .search_dropdown_wrap .dropdown-menu {
    position: relative;
    z-index: 99;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .search_dropdown_wrap .keyword {
    font-size: 16px;
  }
}
@media screen and (max-width: 400px) {
  .case_list > li {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .copyright, .designer {
    margin-left: 0;
  }
}

.btm_info2 {
  text-align: left;
}

.s_reset .btn-reset {
  width: 93px;
}
@media (max-width: 500px) {
  .s_reset .btn-reset {
    width: auto;
  }
}

@media screen and (max-width: 700px) {
  .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 13px;
  }
  .copyright span {
    display: none;
  }
  .copyright a {
    margin-left: 5px;
  }
}

@media screen and (max-width: 700px) {
  .designer {
    display: none;
  }
}

.InsertBar {
  background-color: #F6F6F6;
  border: 1px solid #CCCCCC;
  border-radius: 7px 7px 7px 7px;
  margin: 5px 0 20px;
  padding: 10px;
  width: 100%;
}

.InsertBar #ctl11_mobile_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.InsertBar #ctl11_mobile_btn > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
}

.InsertBar #ctl11_mobile_btn .btn, .InsertBar #ctl11_mobile_btn .form-control {
  font-size: 15px;
}

.InsertBar #ctl11_mobile_btn #SelCondition {
  width: auto !important;
  padding-left: 5px;
}

.InsertBar #ctl11_mobile_btn .span_condition {
  padding-left: 5px;
  padding-right: 5px;
}

.InsertBar #ctl11_mobile_btn #SelStatus {
  width: 100%;
  padding-left: 5px;
}

.InsertBar #ctl11_mobile_btn .input-group {
  width: calc(100% - 122px);
}

.InsertBar .span-city-name {
  display: none;
}

.InsertBar .search-keyword-bar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.InsertBar .btn-group-3 .BtnReveal + .dropdown-menu, .InsertBar .btn-group-4 .BtnReveal + .dropdown-menu, .InsertBar .btn-group-6 .BtnReveal + .dropdown-menu {
  width: 400px;
}

.InsertBar .btn-group-7 .BtnReveal + .dropdown-menu {
  width: 350px;
  left: auto;
  right: 0;
  background: #fff;
}

.InsertBar .btn-group-7 .panel-body {
  background: #dfdfdf;
}

.InsertBar .btn-group-11 .dropdown-menu {
  background: #fff;
  padding-top: 5px;
}

.InsertBar .btn-group-11 .dropdown-menu div {
  width: 100%;
  padding: 0 10px 0;
  margin: 2px 0 5px;
}

.InsertBar .btn-group-11 .dropdown-menu div:last-child > a {
  border-bottom: 0;
}

.InsertBar .btn-group-11 .dropdown-menu a {
  display: block;
  border-bottom: 1px solid #ccc;
  width: 100%;
  padding-bottom: 5px;
}

.InsertBar .btn-group-11 .dropdown-menu a:hover {
  text-decoration: none;
}

.InsertBar .btn-group-add {
  position: relative;
}

.InsertBar .btn-group-add .btn {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 12px;
  width: 100%;
}

.InsertBar .btn-group-add .dropdown-menu {
  right: 0;
  left: auto;
}

.InsertBar .btn-group-add .dropdown-menu .btn {
  border: 0;
  color: #fff;
  border-radius: 0;
  margin-bottom: 10px;
}

.InsertBar .btn-group-add .dropdown-menu .btn:hover {
  background: #555;
}

.InsertBar .btn-group-add .dropdown-menu .btn-default {
  color: #555;
  margin-bottom: 0;
}

.InsertBar .btn-group-add .dropdown-menu .btn-default:hover {
  background: #ccc;
}

.InsertBar .btn-group-add .dropdown-menu li {
  padding-left: 5px;
  padding-right: 5px;
}

.InsertBar .btn-group-add .dropdown-menu li:last-child .btn {
  margin-bottom: 0;
}

@media screen and (max-width: 1060px) {
  .InsertBar .btn-group-6 .BtnReveal + .dropdown-menu {
    width: 350px;
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 800px) {
  .txt-now-select {
    display: none;
  }
  .search_container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .InsertBar {
    background: none;
    padding: 0px;
    border: 0;
    -webkit-box-shadow: 0 10px 10px #eee;
    box-shadow: 0 10px 10px #eee;
    margin-left: -5px;
    width: auto;
  }
  .InsertBar .btn-group {
    position: static;
    margin-bottom: 5px;
    width: 15%;
  }
  .InsertBar .btn-group .btn {
    border: 0;
    border-radius: 0;
    border-right: 1px solid #ccc;
    padding: 0;
  }
  .InsertBar .btn-group .btn:focus, .InsertBar .btn-group .btn:hover {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .InsertBar .btn-group:last-child > .btn {
    border-right: 0;
  }
  .InsertBar .btn-group .BtnReveal + .dropdown-menu {
    left: 0;
    right: auto;
    width: calc(100% - 10px);
    top: auto;
    margin-top: 32px;
    margin-left: 5px;
  }
  .InsertBar .btn-group-add {
    float: right;
    width: 65px;
    position: relative;
  }
  .InsertBar .btn-group-add .btn {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 12px;
    width: 100%;
  }
  .InsertBar .btn-group-add .dropdown-menu {
    right: 0;
    left: auto;
  }
  .InsertBar #BtnSearch, .InsertBar #txtSearch {
    margin-bottom: 5px;
  }
  .InsertBar .search-keyword-bar {
    width: calc(100% - 115px);
    position: relative;
    display: inline-block;
  }
  .InsertBar .search-keyword-bar input {
    width: 100%;
    padding-left: 40px;
    padding-right: 70px;
  }
  .InsertBar .search-keyword-bar .search_btn {
    position: absolute;
  }
  .InsertBar .search-keyword-bar #BtnSearch {
    position: absolute;
    width: 40px;
    font-size: 0;
    background: none;
    border: 0;
    left: 0;
    color: #4CA44B;
    top: 0;
  }
  .InsertBar .search-keyword-bar #BtnSearch .glyphicon {
    font-size: 20px;
  }
  .InsertBar .search-keyword-bar .btn-reset {
    position: absolute;
    background: none;
    border: 0;
    right: 0;
    color: #555;
    top: 3px;
  }
  .InsertBar .search-keyword-bar .btn-reset .glyphicon {
    font-size: 15px;
  }
  .InsertBar #ctl11_mobile_btn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .InsertBar #ctl11_mobile_btn > div:first-child {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    white-space: normal;
    margin-bottom: 10px;
    padding-right: 0;
  }
  .InsertBar #ctl11_mobile_btn > div:first-child .btn {
    font-size: 12px;
    padding: 5px 3px;
    width: calc(25% - 4px);
  }
  .InsertBar #ctl11_mobile_btn .input-group {
    width: 100%;
  }
  .InsertBar.search591 .search-keyword-bar {
    width: calc(100% - 105px);
  }
  .InsertBar.search591 .btn-group-add {
    width: 100px;
  }
  .InsertBar.search591 .btn-group .btn {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .InsertBar.search591 #ctl11_mobile_btn {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px;
    overflow: hidden;
  }
  .InsertBar.search591 #ctl11_mobile_btn .btn small {
    display: block;
  }
  .InsertBar.search591 #ctl11_mobile_btn > div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .InsertBar.search591 #ctl11_mobile_btn .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: normal;
  }
  .InsertBar.search591 #ctl11_mobile_btn .btn:last-child {
    margin-right: 0 !important;
  }
  .InsertBar.search591 #ctl11_mobile_btn .SetNotify {
    width: 100%;
    margin-right: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.BtnReveal + .dropdown-menu {
  background: #eee;
  padding: 0;
  width: 182px;
}

.BtnReveal + .dropdown-menu > label {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
  width: 100%;
  padding: 5px 10px;
}

.BtnReveal + .dropdown-menu .panel-group {
  width: 100%;
  margin: 5px;
}

.BtnReveal + .dropdown-menu > p {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
  width: 100%;
  padding: 5px 10px;
}

.BtnReveal + .dropdown-menu .panel-group {
  width: 100%;
  margin: 5px;
}

.BtnReveal + .dropdown-menu .panel {
  background: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.BtnReveal + .dropdown-menu .panel .collapse.in {
  background: none;
}

.BtnReveal + .dropdown-menu .panel label {
  cursor: pointer;
}

.BtnReveal + .dropdown-menu .panel-heading {
  border: 0;
  border-bottom: 1px solid #ccc;
  background: none;
  padding: 0;
  color: #000;
}

.BtnReveal + .dropdown-menu .panel-heading a {
  color: #000;
  display: block;
  text-decoration: none;
  padding: 8px 10px;
}

.BtnReveal + .dropdown-menu .panel-heading a:hover {
  background: #ddd;
}

.BtnReveal + .dropdown-menu .panel-heading a:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e259";
  float: right;
}

.BtnReveal + .dropdown-menu .panel-title {
  font-size: 15px;
}

.BtnReveal + .dropdown-menu .panel-body {
  padding: 5px;
  background: #ddd;
}

.BtnReveal + .dropdown-menu .panel-body label {
  width: 32%;
  margin-right: 0;
}

@media screen and (max-width: 800px) and (min-width: 500px) {
  .BtnReveal + .dropdown-menu .panel-body .BoxPrice {
    width: 24%;
  }
}
.open .BtnReveal + .dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-cate-item, .div-city-list, .div-price-item {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 5px;
  width: 60px;
  background: #fff;
  font-size: 15px;
  color: #999;
}

.div-cate-item a, .div-city-list a, .div-price-item a {
  display: block;
  font-size: 15px;
  color: #000;
  padding: 5px 6px 5px 2px;
  text-decoration: none;
  text-align: right;
}

.div-cate-item a:focus, .div-cate-item a:hover, .div-city-list a:focus, .div-city-list a:hover, .div-price-item a:focus, .div-price-item a:hover {
  background: #eee;
  text-decoration: none;
}

.div-cate-item a.active, .div-city-list a.active, .div-price-item a.active {
  color: #fff;
  background: #5CB85C;
  border-radius: 5px 0 0 5px;
  text-decoration: none;
}

.div-cate-item, .div-city-list, .div-price-item {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 5px;
  width: 60px;
  background: #fff;
  font-size: 15px;
  color: #999;
}

.div-cate-item a, .div-city-list a, .div-price-item a {
  display: block;
  font-size: 15px;
  color: #000;
  padding: 5px 6px 5px 2px;
  text-decoration: none;
  text-align: right;
}

.div-cate-item a:focus, .div-cate-item a:hover, .div-city-list a:focus, .div-city-list a:hover, .div-price-item a:focus, .div-price-item a:hover {
  background: #eee;
  text-decoration: none;
}

.div-cate-item a.active, .div-city-list a.active, .div-price-item a.active {
  color: #fff;
  background: #5CB85C;
  border-radius: 5px 0 0 5px;
  text-decoration: none;
}

.div-area-list, .div-cate-list, .div-price-list {
  padding: 0 5px;
  border-left: 2px solid #5CB85C;
  display: inline-block;
  vertical-align: top;
} /* width:calc(100% - 70px) */
.div-area-list label, .div-cate-list label, .div-price-list label {
  margin: 0 0 10px 0;
  width: 33%;
  cursor: pointer;
  padding: 2px 5px;
  border-radius: 5px;
}

.div-area-list label:hover, .div-cate-list label:hover, .div-price-list label:hover {
  background: #ddd;
}

.div-area-list input[type=checkbox], .div-area-list input[type=radio], .div-cate-list input[type=checkbox], .div-cate-list input[type=radio], .div-price-list input[type=checkbox], .div-price-list input[type=radio] {
  margin-top: 0;
}

@media screen and (max-width: 800px) and (min-width: 500px) {
  .div-area-list label, .div-cate-list label, .div-price-list label {
    width: 19%;
  }
}
.div-city-list {
  width: 100%;
}

.div-city-list .city-info {
  font-size: 15px;
  color: #999;
  padding-top: 5px;
  text-indent: -50px;
  padding-left: 55px;
  margin-bottom: 0;
}

.div-city-list .city-info br {
  display: none;
}

.div-city-list .city-info a {
  margin-bottom: 0;
  display: inline-block;
  text-indent: 0;
}

.div-city-list .city-info a.active {
  border-radius: 5px;
}

.div-area-list {
  border-left: 0;
  border-top: 2px solid #5CB85C;
  padding-top: 10px;
  width: 100%;
  display: block;
}

.div-area-list label {
  width: 25%;
}

.div-cate-item {
  width: 80px;
}

.div-cate-list {
  width: calc(100% - 90px);
}

.div-cate-list label {
  width: 45%;
}

@media screen and (max-width: 800px) and (min-width: 500px) {
  .div-cate-list label {
    width: 19%;
  }
}
.div-price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-price-list .BoxPrice {
  width: 50%;
  font-size: 15px;
  margin: 3px 0;
  padding: 2px 5px;
}

.div-price-list .BoxPrice:focus, .div-price-list .BoxPrice:hover {
  text-decoration: none;
}

.div-price-list .BoxPrice.active {
  background: #5CB85C;
  color: #fff;
  border-radius: 5px;
}

.div-price-list p.BoxPrice {
  width: 100%;
}

.div-price-list a {
  color: #000;
}

.pagination {
  margin-bottom: 0;
}
.pagination > li > a {
  margin-bottom: 0 !important;
}
/*# sourceMappingURL=style.css.map */