@import 'normalize.css';
html {
  font-size: 81.25%;
}
body {
  background-color: #F5F5F5;
  color: #333333;
  font-family: Arial, 'Microsoft JhengHei', sans-serif;
  line-height: 1.6;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
}
img {
  display: inline-block;
  max-width: 100%;
}
p {
  margin: 0;
}
#wrapper:before,
#header:before,
#main:before,
#footer:before,
#wrapper:after,
#header:after,
#main:after,
#footer:after {
  content: '';
  display: block;
  clear: both;
}
#wrapper {
  position: relative;
}
#header {
  position: absolute;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100% !important;
  height: auto;
}
#header.in_page {
  background-color: rgba(40, 39, 37, 0.9);
}
#main.in_index {
  display: table;
  width: 100%;
}
#footer {
  text-align: center;
  padding: 10px;
  color: #fff;
  background-color: #252422;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#footer.in_index {
  position: absolute;
  z-index: 99999;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
}
#footer a.weypro_link {
  color: #379bd5;
}
#sb-site {
  background: transparent;
}
#sb_left {
  background-color: #fff;
}
#header-sticky-wrapper {
  position: absolute;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
}
#fither_btn-sticky-wrapper {
  position: absolute;
  z-index: 99999;
  top: 0;
  left: 0;
}
.full_wrapper {
  width: 100%;
  height: 100%;
}
.d_table {
  display: table;
}
.d_table .d_table-row {
  display: table-row;
}
.d_table .d_table-row .d_table-cell {
  display: table-cell;
}
.scale {
  text-align: center;
  vertical-align: middle;
  font-size: 0;
  overflow: hidden;
}
.scale img {
  vertical-align: middle;
  margin: -50%;
}
.selector {
  position: relative;
  display: inline-block;
  font-size: 1.38rem;
  font-weight: bold;
  vertical-align: middle;
}
.selector .select_text {
  position: relative;
  cursor: pointer;
  width: 100%;
  padding: 0 50px 0 15px;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selector .select_text:after {
  content: '';
  position: absolute;
  width: 19px;
  height: 12px;
  top: 50%;
  right: 15px;
  margin-top: -6px;
  background: url(../images/arrow_search.png) center no-repeat;
}
.selector ul.select_items {
  position: absolute;
  z-index: 99;
  display: none;
  width: 100%;
  height: auto;
  top: 100%;
  left: 0;
  background-color: #EEEEEE;
  border: #AAAAAA 1px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selector ul.select_items li {
  cursor: pointer;
  padding: 0 15px;
  border-bottom: #AAAAAA 1px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.selector ul.select_items li:last-child {
  border-bottom: none;
}
.selector ul.select_items li:hover {
  background-color: #E7E8D8;
}
.search {
  font-size: 0;
  text-align: center;
}
.search input[type="text"] {
  display: inline-block;
  margin: 0;
  height: 40px;
  padding: 0 10px;
  border: none;
  font-size: 1.38rem;
  vertical-align: middle;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search .selector {
  display: inline-block;
}
.search .selector .select_text {
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #b7b7b7;
}
.search .selector .select_text:before {
  /*content: '';
  position: absolute;
  width: 1px;
  left: 0;
  top: 5px;
  bottom: 5px;
  background-color: #999999;*/
}
.search .selector ul.select_items li {
  height: 40px;
  line-height: 40px;
}
.search input[type="button"] {
  display: inline-block;
  height: 40px;
  margin: 0;
  padding: 0 10px;
  background-color: #D9971E;
  border: none;
  color: #fff;
  font-size: 1.38rem;
  font-weight: bold;
  line-height: 40px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.search input[type="button"]:hover {
  background-color: #E46C16;
}
.dropdown .title {
  display: block;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dropdown .title:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  margin-top: -2px;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  background-image: url(../images/arrow_dropdown.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
.dropdown .title.active:after {
  background-position: 0 -10px;
}
.dropdown .content {
  display: none;
}
.dropdown .content.active {
  display: block;
}
ul.button_block {
  font-size: 0;
}
ul.button_block:before,
ul.button_block:after {
  content: '';
  display: block;
  clear: both;
}
ul.button_block li {
  display: inline-block;
  width: calc(( 100% - 10px ) / 2);
  max-width: 145px;
  margin-right: 10px;
}
ul.button_block li:last-child {
  margin-right: 0;
}
ul.button_block li a {
  display: block;
  height: 35px;
  background-color: #ED6C44;
  color: #fff;
  font-size: 1.23rem;
  text-align: center;
  line-height: 35px;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
ul.button_block li a img {
  margin-top: -3px;
  margin-right: 3px;
  vertical-align: middle;
}
ul.button_block li a:hover {
  background-color: #C83C13;
}
.quoted_price_form {
  display: none;
  margin-top: 10px;
}
.quoted_price_form input[type="text"] {
  width: 145px;
  height: 35px;
  padding: 0 5px;
  margin-bottom: 10px;
  border: #BBBBBB 1px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rater-star {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  background-repeat: repeat-x;
  background-position: left top;
}
.rater-star .rater-star-item,
.rater-star .rater-star-item-current,
.rater-star .rater-star-item-hover {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: repeat-x;
}
.rater-star .rater-star-item {
  background-position: -100% -100%;
}
.rater-star .rater-star-item-hover {
  background-position: left bottom;
  cursor: pointer;
}
.rater-star .rater-star-item-current {
  background-position: left center;
}
@media screen and (min-width: 320px) {
  .header_inner {
    position: relative;
    height: 65px;
    margin: 0 auto;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header_inner:before,
  .header_inner:after {
    content: '';
    display: block;
    clear: both;
  }
  .header_inner .welcome {
    height: 100%;
    float: left;
    line-height: 65px;
    color: #EBEBEB;
  }
  .header_inner .welcome a {
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .header_inner .welcome a.link_firm {
    color: #FFBD4E;
  }
  .header_inner .welcome a.sign_btn {
    color: #EBEBEB;
  }
  .header_inner .welcome a.register_btn {
    margin-left: 10px;
    color: #999999;
  }
  .header_inner .welcome a.category_btn {
    margin-left: 10px;
    color: #ED6C44;
  }
  .header_inner .welcome a:hover {
    color: #FFBD4E;
  }
  .header_inner .welcome a:hover.link_firm {
    color: #E46C16;
  }
  .header_inner #nav {
    position: absolute;
    display: none;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #252422;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  }
  .header_inner #nav ul li {
    width: 50%;
    height: 50px;
    float: left;
    text-align: center;
    line-height: 50px;
  }
  .header_inner #nav ul li a {
    display: block;
    height: 100%;
    color: #EBEBEB;
  }
  .header_inner #nav ul li a img {
    margin-right: 5px;
  }
  .header_inner #nav ul li a:hover {
    background-color: #FFF;
    color: #252422;
  }
  .header_inner #btn_menu {
    display: block;
    height: 100%;
    float: right;
    font-size: 0;
    line-height: 65px;
  }
  .header_inner #btn_menu .icon_btn_meun {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background-image: url(../images/btn_menu.png);
    background-position: 0 0;
    background-repeat: no-repeat;
  }
  .header_inner #btn_menu.active .icon_btn_meun {
    background-position: 0 -40px;
  }
  .header_inner .font_orange {
    color: #FFBD4E;
  }
  .header_inner.in_index {
    padding: 32px 10px 0 10px;
    height: auto;
    text-align: center;
    line-height: normal;
  }
  .header_inner.in_index .welcome {
    float: none;
    font-weight: bold;
    line-height: normal;
  }
  .header_inner.in_index .welcome a {
    display: inline-block;
    min-width: 50px;
    height: 24px;
    margin-left: 15px;
    padding: 0 8px;
    line-height: 24px;
    font-size: 1.23em;
    text-align: center;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .header_inner.in_index .welcome a:first-child {
    margin-left: 0;
  }
  .header_inner.in_index .welcome a.link_firm {
    width: auto;
  }
  .header_inner.in_index .welcome a.sign_btn {
    background-color: #fff;
    color: #111111;
  }
  .header_inner.in_index .welcome a.sign_btn:hover {
    background-color: #E46C16;
    color: #fff;
  }
  .header_inner.in_index .welcome a.register_btn {
    border: #fff 1px solid;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header_inner.in_index .welcome a.register_btn:hover {
    border-color: #E46C16;
    color: #E46C16;
  }
  .header_inner.in_index .welcome a.category_btn {
    border: #ED6C44 1px solid;
    background-color: #ED6C44;
    color: #fff;
  }
  .header_inner.in_index .welcome a.category_btn:hover {
    background-color: transparent;
    color: #ED6C44;
  }
}
@media screen and (min-width: 768px) {
  .header_inner {
    padding: 0 20px;
  }
  .header_inner #nav {
    position: static;
    display: block;
    width: auto;
    float: right;
    top: 0;
    left: 0;
    background-color: transparent;
    box-shadow: none;
  }
  .header_inner #nav ul li {
    width: auto;
    height: 65px;
    margin-left: 25px;
    line-height: 65px;
  }
  .header_inner #nav ul li:first-child {
    margin-left: 0;
  }
  .header_inner #nav ul li a {
    color: #EBEBEB;
  }
  .header_inner #nav ul li a:hover {
    background-color: transparent;
    color: #FFBD4E;
  }
  .header_inner #btn_menu {
    display: none;
  }
  .header_inner.in_index {
    padding: 32px 48px 0 48px;
  }
  .header_inner.in_index .welcome {
    text-align: right;
  }
}
@media screen and (min-width: 1024px) {
  .header_inner {
    max-width: 1190px;
    padding: 0 30px 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header_inner.in_index {
    max-width: none;
  }
}
@media screen and (min-width: 320px) {
  .banner {
    position: relative;
    width: 100%;
    font-size: 0;
  }
  .banner:before,
  .banner:after {
    content: '';
    display: block;
    clear: both;
  }
  .banner .banner_img {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .banner .full_wrapper {
    vertical-align: middle;
  }
  .banner.in_index .banner_img {
    position: fixed;
  }
  .banner.in_page {
    padding-top: 65px;
    height: 246px;
  }
  .banner_bar {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: left;
  }
  .banner_bar .banner_bar_inner {
    margin: 0 auto;
    padding: 40px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .banner_bar .banner_bar_inner_icon {
    margin: 0 auto;
    padding: 40px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .banner_bar .banner_bar_inner .logo {
    text-align: center;
    margin-bottom: 10px;
  }
  .banner_bar .banner_bar_inner .logo img {
    width: 100%;
  }
  .banner_bar .banner_bar_inner .search .selector {
    width: 100%;
    border-bottom: 1px solid #CCC;
  }
  .banner_bar .banner_bar_inner .search input[type="button"] {
    width: 100%;
    margin-top: 15px;
  }
  .banner_bar.in_index {
          background-color: rgba(21, 21, 21, 0.2);
          margin: 20px 0;
        }
  .banner_bar.in_index .banner_bar_inner .search input[type="text"] {
    height: 61px;
    width: 100%;
  }
  .banner_bar.in_index .banner_bar_inner .search .selector .select_text {
    height: 60px;
    line-height: 60px;
  }
  .banner_bar.in_index .banner_bar_inner .search .selector .select_text:before {
    top: 15px;
    bottom: 15px;
  }
  .banner_bar.in_index .banner_bar_inner .search .selector ul.select_items li {
    height: 60px;
    line-height: 60px;
  }
  .banner_bar.in_index .banner_bar_inner .search input[type="button"] {
    height: 61px;
    line-height: 60px;
  }
  .banner_bar.in_index .index_bottom_link {
    padding: 0 20px 10px 20px;
    color: #fff;
    font-size: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .banner_bar.in_index .index_bottom_link span,
  .banner_bar.in_index .index_bottom_link a {
    display: inline-block;
    font-size: 1.15rem;
  }
  .banner_bar.in_index .index_bottom_link a {
    margin-left: 10px;
    color: #fff;
    text-decoration: underline;
  }
  .banner_bar.in_index .index_bottom_link a:hover {
    color: #D9971E;
  }
  .search input[type="text"] {
    width: 100%;
  }
  .result_bar {
    background-color: #EEEEEE;
  }
  .result_bar .result_bar_inner {
    padding: 5px 10px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .result_bar .result_bar_inner .related .filter_font {
    display: inline;
    color: #D8971E;
  }
  .result_bar .result_bar_inner .related .filter_font span {
    display: inline-block;
    font-weight: bold;
  }
  .result_bar .result_bar_inner .related .filter_font button.condition {
    position: relative;
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    color: #946714;
    font-weight: bold;
  }
  .result_bar .result_bar_inner .related .filter_font button.condition mark {
    display: none;
    position: absolute;
    width: 25px;
    bottom: 100%;
    left: 50%;
    margin-bottom: 2px;
    margin-left: -10px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    line-height: 1.8;
  }
  .result_bar .result_bar_inner .related .filter_font button.condition mark:hover {
    background-color: rgba(255, 0, 0, 0.8);
  }
  .result_bar .result_bar_inner .related .filter_font button.condition.active mark {
    display: block;
  }
  .result_bar .result_bar_inner .related .filter_font button.condition:focus {
    outline: 0;
  }
  .result_bar .result_bar_inner .related .search {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
  }
  .result_bar .result_bar_inner .related .search input[type="text"] {
    width: calc(100% - 25px);
    height: 25px;
    padding: 0 5px;
    border: #BBBBBB 1px solid;
    border-right: none;
    font-size: 1rem;
    line-height: 23px;
  }
  .result_bar .result_bar_inner .related .search input[type="button"] {
    width: 25px;
    height: 25px;
    padding: 0;
    border: #BBBBBB 1px solid;
    background: #eeeeee url(../images/icon_search.png) center no-repeat;
    background-size: cover;
  }
  .result_bar .result_bar_inner .related .search input[type="button"]:hover {
    background-color: #CCC;
  }
  .result_bar .result_bar_inner .result_count {
    margin-top: 10px;
    text-align: center;
  }
  .result_bar .result_bar_inner .result_count span {
    color: #D8971E;
    font-weight: bold;
  }
  .container .container_inner {
    position: relative;
    min-height: 110px;
    padding: 20px 10px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .container .container_inner .left.search_left {
    display: none;
  }
  .container .container_inner .left.product_left {
    margin-bottom: 25px;
  }
  .container .container_inner .left.customer_left {
    display: none;
  }
  .container .container_inner .right.firm_right {
    margin-bottom: 25px;
  }
  .fither_btn {
    position: absolute;
    display: block;
    width: 30px !important;
    top: 10px;
    left: 0;
    padding: 10px 8px;
    background-color: #D9971E;
    border-radius: 0 5px 5px 0;
    color: #fff;
    line-height: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .filter {
    padding: 20px 0;
  }
  .filter .filter_price {
    margin-bottom: 20px;
    padding: 5px 10px;
    background-color: #E7E8D8;
    border: #DDDDDD 1px solid;
    font-size: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .filter .filter_price .title {
    display: inline-block;
    width: 20%;
    font-size: 1rem;
    vertical-align: middle;
    text-align: center;
  }
  .filter .filter_price .content {
    display: inline-block;
    width: 80%;
    height: 22px;
    background-color: #fff;
    border: #BBBBBB 1px solid;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .filter .filter_price .content input[type="text"] {
    width: 45%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 1rem;
    text-align: center;
    line-height: 20px;
  }
  .filter .filter_price .content span {
    display: inline-block;
    width: 10%;
    height: 100%;
    font-size: 1rem;
  }
  .filter .filter_dropdown {
    margin-bottom: 20px;
  }
  .filter .filter_dropdown .title {
    padding: 0 15px;
    color: #666666;
  }
  .filter .filter_dropdown .content ul li {
    padding: 5px 15px;
    border-bottom: #DDDDDD 1px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .filter .filter_dropdown .content ul li:last-child {
    border-bottom: none;
  }
  .filter .filter_dropdown .content ul li input[type="checkbox"] {
    vertical-align: middle;
  }
  .filter .filter_dropdown .content .select_block {
    padding: 0 15px;
  }
  .filter .filter_dropdown .content .select_block label {
    display: inline-block;
    padding: 2px 0;
    margin-right: 4px;
  }
  .filter .filter_dropdown .content .select_block label input[type="checkbox"] {
    vertical-align: middle;
  }
  .filter .filter_search {
    display: block;
    width: calc(100% - 20px);
    height: 40px;
    margin: 0 10px;
    border: 0;
    border-radius: 5px;
    background-color: #D9971E;
    color: #fff;
    font-size: 1.23em;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .filter .filter_search:hover {
    background-color: #E46C16;
  }
  .pages_control {
    padding: 5px 10px;
    background-color: #fff;
    border-bottom: #E46C16 1px solid;
    color: #666;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pages_control .pages {
    text-align: center;
  }
  .pages_control .pages span {
    color: #E46C16;
  }
  .pages_control .pages_link {
    padding: 10px 0;
    font-size: 0;
    text-align: center;
  }
  .pages_control .pages_link:before,
  .pages_control .pages_link:after {
    content: '';
    display: block;
    clear: both;
  }
  .pages_control .pages_link a {
    display: inline-block;
    min-width: 35px;
    height: 35px;
    font-size: 1rem;
    color: #E46C13;
    text-align: center;
    line-height: 35px;
    vertical-align: middle;
  }
  .pages_control .pages_link a:hover {
    background-color: #E46C13;
    color: #fff;
  }
  .pages_control .pages_link a.current {
    background-color: #E7E8D8;
    color: #252420;
  }
  .pages_control .pages_link .pages_block {
    display: inline-block;
    max-width: calc(100% - (35px * 4));
    text-align: center;
    vertical-align: middle;
  }
  .pages_control .pages_jump {
    text-align: center;
  }
  .pages_control .pages_jump select {
    height: 20px;
    border: #999999 1px solid;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .qualifications {
    font-size: 0;
  }
  .qualifications:before,
  .qualifications:after {
    content: '';
    display: block;
    clear: both;
  }
  .qualifications .item {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0 8px;
    border: #F3D134 2px solid;
    font-size: .846rem;
  }
  .qualifications .item:before {
    content: '';
    position: absolute;
    display: block;
    width: 17px;
    height: 17px;
    top: 50%;
    left: -10px;
    margin-top: -9px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .qualifications .item.good:before {
    background-image: url(../images/icon_good.png);
  }
  .qualifications .item.recommend:before {
    background-image: url(../images/icon_recommend.png);
  }
  ul.result_list:before,
  ul.result_list:after {
    content: '';
    display: block;
    clear: both;
  }
  ul.result_list li {
    margin-bottom: 15px;
  }
  ul.result_list li a {
    display: block;
    max-width: 200px;
    margin: 0 auto;
    padding: 10px;
    color: #666;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  ul.result_list li a:hover {
    background-color: #E7E8D8;
  }
  ul.result_list li .pic {
    width: 180px;
    margin: 0 auto;
    clear: both;
  }
  ul.result_list li .description {
    width: 180px;
    margin: 0 auto;
  }
  ul.result_list li .description .title {
    color: #322D2C;
  }
  ul.result_list.type_products li .description h4 {
    margin: 10px 0;
    text-decoration: underline;
  }
  ul.result_list.type_products li .description h4 span {
    color: #D80000;
  }
  ul.result_list.type_products li .description .price_sales:before,
  ul.result_list.type_products li .description .price_sales:after {
    content: '';
    display: block;
    clear: both;
  }
  ul.result_list.type_products li .description .price_sales .price {
    float: left;
  }
  ul.result_list.type_products li .description .price_sales .price span {
    color: #E46C15;
    font-weight: bold;
  }
  ul.result_list.type_products li .description .price_sales .sales {
    float: right;
  }
  ul.result_list.type_products li .description .firm_name span {
    color: #333333;
    text-decoration: underline;
  }
  ul.result_list.type_firms li .description h3 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1.23em;
    text-decoration: underline;
  }
  ul.result_list.type_firms li .description h5 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #747484;
  }
  ul.result_list.type_firms li .description .text {
    max-height: 40px;
    line-height: 20px;
    overflow: hidden;
  }
  ul.result_list.type_firms li .description .qualifications {
    margin-top: 10px;
  }
  ul.result_list.type_clients li .description h3 {
    margin: 10px 0;
    font-size: 1.23em;
  }
  ul.result_list.type_clients li .description h4 {
    margin: 10px 0;
    text-decoration: underline;
  }
  ul.result_list.type_clients li .description .budget span {
    color: #E46C13;
    font-weight: bold;
  }
  ul.result_list.type_clients li .description .firm_name span {
    color: #333333;
    text-decoration: underline;
  }
  ul.result_list.type_case li .description h4 {
    margin: 10px 0;
    text-decoration: underline;
  }
  ul.result_list.type_case li .description p {
    height: 60px;
    line-height: 20px;
  }
  ul.result_list.list_row li {
    clear: both !important;
    width: 100% !important;
    float: left;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0;
    border-bottom: #BBBBBB 1px solid;
  }
  ul.result_list.list_row li a {
    width: 100%;
    max-width: none;
    padding: 15px;
  }
  ul.result_list.list_row li a:before,
  ul.result_list.list_row li a:after {
    content: '';
    display: block;
    clear: both;
  }
  ul.result_list.list_row li .pic {
    width: 100px;
    max-width: none;
    margin-right: 15px;
    float: left;
  }
  ul.result_list.list_row li .description {
    width: calc(auto - 100px - 15px);
    max-width: none;
    float: left;
    margin: 0;
  }
  ul.result_list.list_row.type_products li .description h4 {
    margin-top: 0;
  }
  ul.result_list.list_row.type_products li .description .price_sales .price {
    float: none;
  }
  ul.result_list.list_row.type_products li .description .price_sales .sales {
    float: none;
  }
  ul.result_list.list_row.type_products li .description .price_sales .sales input[type="text"].buy_count {
    width: 50px;
    height: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  ul.result_list.list_row.type_products li .item {
    padding: 15px;
    background-color: #EEEEEE;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  ul.result_list.list_row.type_products li .item:before,
  ul.result_list.list_row.type_products li .item:after {
    content: '';
    display: block;
    clear: both;
  }
  ul.result_list.list_row.type_products li .item a {
    display: inline-block;
    width: auto;
    padding: 0;
    background-color: transparent;
    color: #333;
  }
  ul.result_list.list_row.type_products li .item a:hover {
    color: #888;
  }
  ul.result_list.list_row.type_products li .item a.delete_btn {
    display: block;
    width: 100%;
    height: 35px;
    float: left;
    margin-top: 15px;
    border-radius: 5px;
    background-color: #ED6C44;
    color: #fff;
    font-size: 1.14em;
    text-align: center;
    line-height: 35px;
  }
  ul.result_list.list_row.type_products li .item a.delete_btn:hover {
    background-color: #666;
  }
  ul.result_list.list_row.type_firms li .description h3,
  ul.result_list.list_row.type_clients li .description h3 {
    margin-top: 0;
  }
  .result_list_wrapper header {
    padding: 6px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .result_list_wrapper header:before,
  .result_list_wrapper header:after {
    content: '';
    display: block;
    clear: both;
  }
  .result_list_wrapper header .select_method {
    width: 100%;
    float: right;
    text-align: center;
  }
  .result_list_wrapper header .select_method:before,
  .result_list_wrapper header .select_method:after {
    content: '';
    display: block;
    clear: both;
  }
  .result_list_wrapper header .select_method .sequence {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
  }
  .result_list_wrapper header .select_method .sequence select {
    min-width: 120px;
    height: 25px;
    border: #BBBBBB 1px solid;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .result_list_wrapper header .select_method .method_controls {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
  }
  .result_list_wrapper header .select_method .method_controls a {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 25px;
    border: #BBBBBB 1px solid;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .result_list_wrapper header .select_method .method_controls a:last-child {
    border-left: none;
  }
  .result_list_wrapper header .select_method .method_controls a .icon {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .result_list_wrapper header .select_method .method_controls a .icon.icon_grid {
    background-image: url(../images/icon_list_grid.png);
  }
  .result_list_wrapper header .select_method .method_controls a .icon.icon_row {
    background-image: url(../images/icon_list_row.png);
  }
  .result_list_wrapper header .select_method .method_controls a:hover,
  .result_list_wrapper header .select_method .method_controls a.active {
    background-color: #EEEEEE;
  }
  .result_list_wrapper header .select_method .method_controls a:hover .icon,
  .result_list_wrapper header .select_method .method_controls a.active .icon {
    background-position: 0 -20px;
  }
  .result_list_wrapper main {
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .result_list_wrapper .pages_control {
    margin-top: 10px;
  }
  .result_list_wrapper.firm_products {
    margin-bottom: 25px;
  }
  .result_list_wrapper.firm_products header {
    padding: 6px 10px;
    background-color: #E5E5E5;
  }
  .result_list_wrapper.firm_products header .title {
    float: left;
    height: 25px;
    color: #000;
    font-size: 1.15em;
    line-height: 25px;
  }
  .result_list_wrapper.firm_products header .title.with_select {
    width: 100%;
    text-align: center;
  }
  .result_list_wrapper.firm_products header a.link {
    display: block;
    float: right;
    height: 25px;
    color: #EB6C44;
    text-decoration: underline;
    line-height: 25px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .result_list_wrapper.firm_products header a.link:hover {
    color: #C83C13;
  }
  .result_list_wrapper.firm_products header .select_method {
    margin-top: 10px;
  }
  .result_list_wrapper.firm_products main {
    padding: 10px;
    background-color: #EEEEEE;
  }
  .result_list_wrapper.firm_products main.in_case {
    padding: 0;
    background-color: transparent;
  }
  .result_list_wrapper.firm_products .pages_control {
    margin-top: 0;
  }
  .form_table table {
    display: block;
    width: 100%;
    border: #D8D8D8 1px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .form_table table tbody {
    display: block;
    width: 100%;
  }
  .form_table table tbody tr {
    display: block;
    border-bottom: #D8D8D8 1px solid;
  }
  .form_table table tbody tr:last-child {
    border-bottom: none;
  }
  .form_table table tbody tr th,
  .form_table table tbody tr td {
    display: block;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .form_table table tbody tr th {
    background-color: #FDF2EA;
    text-align: left;
    color: #3F3F51;
    font-weight: normal;
  }
  .form_table table tbody tr td input[type="text"],
  .form_table table tbody tr td input[type="password"],
  .form_table table tbody tr td select {
    width: 100%;
    height: 24px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .form_table .controls {
    text-align: center;
  }
  .white_block {
    padding: 15px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .white_block header {
    margin-bottom: 25px;
    text-align: center;
    font-size: 0;
  }
  .white_block header h2 {
    margin: 0;
    color: #666666;
    font-size: 1.84rem;
  }
  .register_form main .prompt {
    margin-bottom: 5px;
    color: #E46C13;
  }
  .register_form main .form_table table {
    margin-bottom: 20px;
  }
  .register_form main .form_table p {
    color: #ff0000;
  }
  .register_form main .form_table .controls {
    margin-top: 20px;
  }
    .register_form main .form_table .controls input[type="button"].btn_submit  {
    width: 40%;
    height: 50px;
    border: none;
    background-color: #C3A279;
    color: #fff;
    font-size: 1.85em;
    font-weight: bold;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .register_form main .form_table .controls input[type="submit"].btn_submit  {
    width: 100%;
    height: 50px;
    border: none;
    background-color: #C3A279;
    color: #fff;
    font-size: 1.85em;
    font-weight: bold;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .register_form main .form_table .controls input[type="reset"].btn_submit  {
    width: 40%;
    height: 50px;
    border: none;
    background-color: #C3A279;
    color: #fff;
    font-size: 1.85em;
    font-weight: bold;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .register_form main .form_table .controls input[type="submit"].btn_submit:hover  {
    background-color: #705432;
  }


  .register_form main .sign_link {
    margin-top: 5px;
    text-align: center;
  }
  .register_form main .sign_link a {
    text-decoration: underline;
    font-size: 1.23em;
    color: #0000FF;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .register_form main .sign_link a:hover {
    color: #888;
  }
  .sign_page header {
    padding-top: 50px;
  }
  .sign_page main form table.sign_table {
    width: 250px;
    margin: 0 auto 20px auto;
    clear: both;
  }
  .sign_page main form table.sign_table tr th {
    padding-right: 5px;
    font-size: 1.07em;
    font-weight: normal;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sign_page main form table.sign_table tr td input[type="text"],
  .sign_page main form table.sign_table tr td input[type="password"] {
    height: 30px;
    padding: 0 10px;
    border: #BBBBBB 1px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sign_page main form p {
    width: 250px;
    margin: 0 auto;
    color: #ff0000;
  }
  .sign_page main form .controls {
    margin-top: 20px;
    text-align: center;
  }
  .sign_page main form .controls input[type="submit"].btn_sign {
    width: 250px;
    height: 50px;
    border: none;
    background-color: #C3A279;
    color: #fff;
    font-size: 1.85em;
    font-weight: bold;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .sign_page main form .controls input[type="submit"].btn_sign:hover {
    background-color: #705432;
  }
  .sign_page main .other_link {
    max-width: 250px;
    margin: 0 auto;
  }

  .sign_page main .other_link:before,
  .sign_page main .other_link:after {
    content: '';
    display: block;
    clear: both;
  }
  .sign_page main .other_link a {
    text-decoration: underline;
    color: #0000FF;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .sign_page main .other_link a:hover {
    color: #888;
  }
  .sign_page main .other_link a.forget_link {
    float: left;
  }
  .sign_page main .other_link a.register_link {
    float: right;
  }
  .product {
    padding: 15px;
    background-color: #EEEEEE;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .product .bread_crumbs {
    margin-bottom: 25px;
    color: #868686;
  }
  .product .bread_crumbs a {
    color: #EB6C44;
  }
  .product .bread_crumbs a:hover {
    text-decoration: underline;
  }
  .product .info {
    margin-bottom: 40px;
    text-align: center;
  }
  .product .info .pic {
    font-size: 0;
  }
  .product .info .description .title {
    padding: 20px 0;
    border-bottom: #BBBBBB 1px dashed;
    color: #322C2C;
    font-size: 1.23em;
    font-weight: bold;
  }
  .product .info .description ul.item {
    margin: 20px 0;
  }
  .product .info .description ul.item li span.dollar {
    color: #E46C13;
    font-size: 1.38em;
    font-weight: bold;
  }
  .product .info .description ul.item li a {
    text-decoration: underline;
  }
  .product .info .description .amount {
    margin-bottom: 15px;
  }
  .product .info .description .amount input[type="text"] {
    display: inline-block;
    padding: 0 5px;
    margin: 0;
    width: 50px;
    height: 25px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .product .info .description .amount span.count {
    color: #E46C13;
    font-weight: bold;
  }
  .product .explanation header .title {
    padding: 5px 15px;
    background-color: #E5E5E5;
    font-size: 1.15em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .product .explanation main {
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .firms_recommend header .title {
    padding: 10px 15px;
    background-color: #d9971e;
    text-align: center;
    color: #fff;
    font-size: 1.15em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .firms_recommend main {
    padding: 10px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .firms_recommend main ul:before,
  .firms_recommend main ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .firms_recommend main ul li {
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 15px;
  }
  .firms_recommend main ul li:nth-child(2n) {
    margin-right: 0;
  }
  .firms_recommend main ul li a {
    display: block;
    max-width: 180px;
    padding: 5px;
    margin: 0 auto;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .firms_recommend main ul li a .pic {
    font-size: 0;
    text-align: center;
  }
  .firms_recommend main ul li a .description {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .firms_recommend main ul li a .description h3 {
    margin-top: 10px;
    margin-bottom: 0;
    color: #000;
    font-size: 1.23em;
    text-decoration: underline;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .firms_recommend main ul li a .description h5 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #747484;
  }
  .firms_recommend main ul li a .description .text {
    overflow: hidden;
    height: 38px;
    color: #666666;
    line-height: 19px;
  }
  .firms_recommend main ul li a .description h4 {
    overflow: hidden;
    color: #d9971e;
    text-align: right;
    padding: 0;
    margin: 0;
  }
  .firms_recommend main ul li a:hover {
    background-color: #E7E8D8;
  }
  .firm {
    text-align: center;
  }
  .firm .pic {
    max-width: 300px;
    margin: 0 auto;
    font-size: 0;
  }
  .firm .info {
    margin-top: 10px;
  }
  .firm .info hr {
    height: 0;
    margin: 15px 0;
    border: none;
    border-bottom: #AAAAAA 1px dashed;
  }
  .firm .info ul.button_block {
    text-align: center;
  }
  .firm .info ul.text_ul li a {
    color: #333;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .firm .info ul.text_ul li a:hover {
    color: #EB6C44;
  }
  .firm .info .rater {
    margin: 20px 0;
  }
  .firm .info .rater .cerrent_rater {
    display: inline-block;
    font-size: 1.15em;
    vertical-align: middle;
  }
  .firm .info .rater .cerrent_rater span {
    font-size: 1.85rem;
    font-weight: bold;
  }
  .firm .info .rater .rater_star {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
  }
  .firm .info .firm_name {
    font-size: 1.54em;
  }
  .firm .info .firm_name span {
    color: #666666;
    font-size: 1rem;
  }
  .firm .info .firm_name span img {
    margin-top: -3px;
    vertical-align: middle;
  }
  .firm .info .qualifications {
    margin-bottom: 15px;
  }
  .firm .info .service h4 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #EB6C44;
  }
  .firm .info .service ul.text_ul {
    margin: 0 auto;
  }
  .firm .info .service ul.text_ul li span {
    position: relative;
    display: inline-block;
    padding-left: 23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .firm .info .service ul.text_ul li span:before {
    content: "●";
    position: absolute;
    top: 0;
    left: 0;
    color: #444444;
  }
  .firm_brief {
    margin-bottom: 25px;
    background-color: #EEEEEE;
  }
  .firm_brief .pic {
    font-size: 0;
  }
  .firm_brief .pic img {
    width: 100%;
  }
  .firm_brief .description {
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .firm_brief .description .title {
    color: #000;
    font-size: 1.15em;
  }
  .shop_list .shop_header {
    padding: 10px 15px;
    background: #E7E8D8;
    color: #ED6C44;
    font-size: 1.57em;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .shop_list .shop_header img {
    margin-top: -5px;
    vertical-align: middle;
  }
  .shop_list .shop_footer .shop_footer_inner {
    padding: 10px 15px;
    background: #E7E8D8;
    text-align: right;
  }
  .shop_list .shop_footer .shop_footer_inner span {
    color: #ED6C44;
    font-size: 1.2em;
    font-weight: bold;
  }
  .shop_list .shop_footer .shop_footer_link {
    padding: 10px 0;
    text-align: right;
    font-size: 0;
  }
  .shop_list .shop_footer .shop_footer_link a {
    display: inline-block;
    padding: 10px;
    margin-left: 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 1.14rem;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .shop_list .shop_footer .shop_footer_link a.back_btn {
    background-color: #C3A279;
  }
  .shop_list .shop_footer .shop_footer_link a.checkout_btn {
    background-color: #DF2528;
  }
  .shop_list .shop_footer .shop_footer_link a:hover {
    background-color: #666;
  }
  ul.category > li > a {
    display: block;
    padding: 5px 15px;
    border-bottom: #DDDDDD 1px solid;
    color: #EB6C44;
    font-size: 1.38em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  ul.category > li > a::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #EB6C44 transparent transparent transparent;
    vertical-align: middle;
  }
  ul.category > li > a.active::after {
    border-width: 0 5px 8px 5px;
    border-color: transparent transparent #EB6C44 transparent;
  }
  ul.category > li > ul {
    display: none;
    padding: 15px 0;
  }
  ul.category > li > ul > li {
    margin-bottom: 15px;
  }
  ul.category > li > ul > li:last-child {
    margin-bottom: 0;
  }
  ul.category > li > ul > li > a {
    position: relative;
    display: block;
    padding: 5px 15px;
    background-color: #EEEEEE;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  ul.category > li > ul > li > a::after {
    content: '';
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    right: 15px;
    top: 50%;
    margin-top: -6px;
    background-image: url(../images/icon_category.png);
    background-position: 0 0;
    background-repeat: no-repeat;
  }
  ul.category > li > ul > li > a.active::after {
    background-position: 0 -12px;
  }
  ul.category > li > ul > li > ul {
    display: none;
    margin-top: 15px;
    padding: 15px 20px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  ul.category > li > ul > li > ul:before,
  ul.category > li > ul > li > ul:after {
    content: '';
    display: block;
    clear: both;
  }
  ul.category > li > ul > li > ul > li {
    width: 50%;
    float: left;
  }
  ul.category > li > ul > li > ul > li a {
    padding: 3px 0;
    display: block;
    color: #666666;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  ul.category > li > ul > li > ul > li a:hover {
    color: #EB6C44;
    text-decoration: underline;
  }
  ul.customer_meun li {
    padding: 10px 5px;
    border-top: #DDDDDD 1px solid;
  }
  ul.customer_meun li:last-child {
    border-bottom: #DDDDDD 1px solid;
  }
  ul.customer_meun li a {
    display: block;
    padding: 5px 10px;
    border-radius: 10px;
    color: #322C2C;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  ul.customer_meun li a::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 5px;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #322C2C;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  ul.customer_meun li a:hover,
  ul.customer_meun li a.current {
    background-color: #D9971E;
    color: #fff;
  }
  ul.customer_meun li a:hover::before,
  ul.customer_meun li a.current::before {
    border-color: transparent transparent transparent #fff;
  }
  .privacy {
    padding: 15px;
    border: #E3E3E3 1px solid;
    background-color: #EEEEEE;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .privacy h1 {
    margin: 0;
    line-height: 1.2;
  }
  .privacy p {
    margin-bottom: 15px;
  }
  .privacy a {
    color: #1F72FE;
  }
  .case_wrapper .case {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #EEEEEE;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .case_wrapper .case:last-child {
    margin-bottom: 0;
  }
  .case_wrapper .case h2 {
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.2;
  }
  .case_wrapper .case ul.case_gallery {
    margin-top: 25px;
  }
  .case_wrapper .case ul.case_gallery:before,
  .case_wrapper .case ul.case_gallery:after {
    content: '';
    display: block;
    clear: both;
  }
  .case_wrapper .case ul.case_gallery li {
    width: calc((100% - 15px) / 2);
    float: left;
    margin-right: -100%;
    margin-bottom: 15px;
  }
  .case_wrapper .case ul.case_gallery li:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
  }
  .case_wrapper .case ul.case_gallery li:nth-child(2n+2) {
    margin-left: calc((100% - 15px) / 2 + 15px);
    clear: none;
  }
  .case_wrapper .case ul.case_gallery li:nth-last-child(-n+2):nth-child(2n+1),
  .case_wrapper .case ul.case_gallery li:nth-last-child(-n+2):nth-child(2n+1) ~ li {
    margin-bottom: 0;
  }
  .case_wrapper .case ul.case_gallery li a {
    display: block;
    max-width: 130px;
    padding: 7.5px;
    margin: 0 auto;
    background-color: #fff;
    font-size: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .case_wrapper .case ul.case_gallery li a:focus {
    outline: none;
  }
  .case_wrapper .case ul.case_gallery li a:hover {
    position: relative;
  }
  .case_wrapper .case ul.case_gallery li a:hover::after {
    content: '';
    position: absolute;
    display: block;
    top: 7.5px;
    bottom: 7.5px;
    left: 7.5px;
    right: 7.5px;
    background-color: rgba(0, 0, 0, 0.7);
    background-image: url(../images/icon_zoom.jpg);
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 480px) {
  ul.result_list li {
    width: 47%;
    float: left;
  }
  ul.result_list li:nth-child(2n+1) {
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  ul.result_list li:nth-child(2n+2) {
    margin-right: -100%;
    margin-left: 53%;
    clear: none;
  }
  ul.result_list.list_row li {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  ul.result_list.list_row li .pic {
    width: 180px;
  }
  ul.result_list.list_row li .description {
    width: calc(auto - 100px);
  }
  .result_list_wrapper header .select_method {
    width: auto;
  }
  .result_list_wrapper header .select_method .method_controls {
    margin-right: 10px;
  }
  .result_list_wrapper.firm_products header .title.with_select {
    width: auto;
    text-align: center;
  }
  .result_list_wrapper.firm_products header .select_method {
    margin-top: 0;
  }
  .result_list_wrapper.firm_products header .select_method .method_controls {
    margin-right: 0;
  }
  .case_wrapper .case ul.case_gallery li {
    width: calc((100% - 30px) / 3);
  }
  .case_wrapper .case ul.case_gallery li:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
  }
  .case_wrapper .case ul.case_gallery li:nth-child(3n+2) {
    margin-left: calc((100% - 30px) / 3 + 15px);
    clear: none;
  }
  .case_wrapper .case ul.case_gallery li:nth-child(3n+3) {
    margin-left: calc(((100% - 30px) / 3) * 2 + 30px);
    clear: none;
  }
  .case_wrapper .case ul.case_gallery li:nth-last-child(-n+3):nth-child(3n+1),
  .case_wrapper .case ul.case_gallery li:nth-last-child(-n+3):nth-child(3n+1) ~ li {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .search input[type="text"] {
    width: 20%;
  }
  .banner_bar .banner_bar_inner .logo img {
    width: auto;
  }
  .banner_bar.in_index .banner_bar_inner .search input[type="text"]  {
   width: 50%;
  }
  .banner_bar .banner_bar_inner .search .selector {
    width: 128px;
  }
  .banner_bar .banner_bar_inner .search input[type="button"] {
    margin-top: 0;
    width: 98px;
  }
  .banner_bar.in_index .index_bottom_link {
    padding: 0 30px 10px 30px;
  }
  .result_bar .result_bar_inner:before,
  .result_bar .result_bar_inner:after {
    content: '';
    display: block;
    clear: both;
  }
  .result_bar .result_bar_inner .related {
    float: left;
  }
  .result_bar .result_bar_inner .related .search {
    width: 120px;
    margin-top: -2px;
  }
  .result_bar .result_bar_inner .related .search input[type="text"] {
    height: 18px;
    line-height: 16px;
  }
  .result_bar .result_bar_inner .related .search input[type="button"] {
    width: 18px;
    height: 18px;
  }
  .result_bar .result_bar_inner .result_count {
    float: right;
    margin-top: 0;
    text-align: center;
  }
  .container .container_inner {
    padding: 30px 20px;
  }
  .pages_control {
    padding: 5px 30px;
    font-size: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pages_control .pages {
    display: inline-block;
    width: 70px;
    font-size: 1rem;
    vertical-align: middle;
  }
  .pages_control .pages_link {
    display: inline-block;
    width: calc(100% - 70px - 120px);
    padding: 0;
    vertical-align: middle;
  }
  .pages_control .pages_jump {
    display: inline-block;
    width: 120px;
    font-size: 1rem;
    vertical-align: middle;
  }
  ul.result_list li {
    width: 30%;
    float: left;
  }
  ul.result_list li:nth-child(3n+1) {
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  ul.result_list li:nth-child(3n+2) {
    margin-right: -100%;
    margin-left: 35%;
    clear: none;
  }
  ul.result_list li:nth-child(3n+3) {
    margin-right: -100%;
    margin-left: 70%;
    clear: none;
  }
  ul.result_list.list_row.type_products li .item {
    position: relative;
    padding-right: 80px;
  }
  ul.result_list.list_row.type_products li .item a.delete_btn {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 15px;
    top: 50%;
    margin-top: -25px;
    line-height: 50px;
  }
  ul.result_list.in_firm li {
    width: 32%;
    float: left;
  }
  ul.result_list.in_firm li:nth-child(3n+1) {
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  ul.result_list.in_firm li:nth-child(3n+2) {
    margin-right: -100%;
    margin-left: 34%;
    clear: none;
  }
  ul.result_list.in_firm li:nth-child(3n+3) {
    margin-right: -100%;
    margin-left: 68%;
    clear: none;
  }
  .result_list_wrapper.firm_products header {
    padding: 6px 25px;
  }
  .result_list_wrapper.firm_products main {
    padding: 25px 10px;
  }
  .form_table table {
    display: table;
  }
  .form_table table tbody {
    display: table-row-group;
    width: 100%;
  }
  .form_table table tbody tr {
    display: table-row;
  }
  .form_table table tbody tr th,
  .form_table table tbody tr td {
    display: table-cell;
  }
  .form_table table tbody tr th {
    width: 150px;
    padding-left: 15px;
    border-right: #D8D8D8 1px solid;
  }
  .white_block {
    padding: 25px 80px;
  }
  .register_form main .form_table .controls input[type="submit"].btn_submit {
    width: 250px;
  }
  .sign_page main form table.sign_table {
    width: 400px;
  }
  .sign_page main form table.sign_table tr th {
    width: 80px;
  }
  .sign_page main form table.sign_table tr td input[type="text"],
  .sign_page main form table.sign_table tr td input[type="password"] {
    width: 240px;
  }
  .product {
    padding: 25px 50px;
  }
  .product .bread_crumbs {
    margin-bottom: 30px;
  }
  .product .info {
    margin-bottom: 40px;
    text-align: left;
  }
  .product .info:before,
  .product .info:after {
    content: '';
    display: block;
    clear: both;
  }
  .product .info .pic {
    width: 36.3855421686747%;
    float: left;
  }
  .product .info .description {
    width: 60.24096385542169%;
    float: right;
  }
  .product .info .description .title {
    padding-top: 0;
  }
  .product .explanation main {
    padding: 20px 15px;
  }
  .firms_recommend main ul li {
    width: 23.5%;
    margin-right: 2%;
  }
  .firms_recommend main ul li:nth-child(2n) {
    margin-right: 2%;
  }
  .firms_recommend main ul li:nth-child(4n) {
    margin-right: 0;
  }
  .firm {
    text-align: left;
  }
  .firm:before,
  .firm:after {
    content: '';
    display: block;
    clear: both;
  }
  .firm .pic {
    width: 36.3855421686747%;
    max-width: none;
    margin: 0;
    float: left;
  }
  .firm .info {
    width: 60.24096385542169%;
    float: right;
    margin-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .firm .info ul.button_block {
    text-align: left;
  }
  .firm_brief .description {
    padding: 25px;
  }
  ul.category > li > ul > li > ul {
    padding: 15px 30px;
  }
  ul.category > li > ul > li > ul > li {
    width: 33.33333333333333%;
    float: left;
  }
  .privacy {
    padding: 30px;
  }
  .case_wrapper .case {
    padding: 30px;
  }
  .case_wrapper .case ul.case_gallery li {
    width: calc((100% - 45px) / 4);
  }
  .case_wrapper .case ul.case_gallery li:nth-child(4n+1) {
    margin-left: 0;
    clear: both;
  }
  .case_wrapper .case ul.case_gallery li:nth-child(4n+2) {
    margin-left: calc((100% - 45px) / 4 + 15px);
    clear: none;
  }
  .case_wrapper .case ul.case_gallery li:nth-child(4n+3) {
    margin-left: calc(((100% - 45px) / 4) * 2 + 30px);
    clear: none;
  }
  .case_wrapper .case ul.case_gallery li:nth-child(4n+4) {
    margin-left: calc(((100% - 45px) / 4) * 3 + 45px);
    clear: none;
  }
  .case_wrapper .case ul.case_gallery li:nth-last-child(-n+4):nth-child(4n+1),
  .case_wrapper .case ul.case_gallery li:nth-last-child(-n+4):nth-child(4n+1) ~ li {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .search input[type="text"] {
    width: 20%;
  }
  .banner_bar .banner_bar_inner {
    max-width: 1190px;
    padding: 0 30px 0 30px;
  }
  .banner_bar .banner_bar_inner .logo {
    display: inline-block;
    width: 33.48214285714286%;
    margin-right: 4.910714285714278%;
    margin-bottom: 0;
    vertical-align: middle;
    text-align: left;
  }
  .banner_bar .banner_bar_inner .search {
    display: inline-block;
    width: 61.60714285714286%;
    vertical-align: middle;
  }
  .banner_bar.in_index .banner_bar_inner .search input[type="text"]  {
   width: 35%;
  }
  .banner_bar.in_index .banner_bar_inner {
    max-width: 1330px;
    padding: 80px 15px 0px 15px;
  }
  .banner_bar.in_index .banner_bar_inner_icon {
    clear: both;
    max-width: 1330px;
    margin: 0 auto;
    padding: 0px 15px 200px 15px;
  }
  .banner_bar.in_index .banner_bar_inner .logo {
    width: 41.8796992481203%;
    margin-right: 6.240601503759393%;
  }
  .banner_bar.in_index .banner_bar_inner .search {
    width: 51.8796992481203%;
  }
  .result_bar .result_bar_inner {
    max-width: 1190px;
    padding: 5px 30px 5px 30px;
  }
  .container .container_inner {
    max-width: 1190px;
    padding: 30px 30px 90px 30px;
  }
  .container .container_inner:before,
  .container .container_inner:after {
    content: '';
    display: block;
    clear: both;
  }
  .container .container_inner .left {
    float: left;
  }
  .container .container_inner .left.search_left {
    display: block;
    width: 17.10526315789474%;
  }
  .container .container_inner .left.product_left {
    width: 83.03571428571429%;
    margin-bottom: 0;
  }
  .container .container_inner .left.firm_left {
    width: 68.75%;
  }
  .container .container_inner .left.customer_left {
    display: block;
    width: 170px;
  }
  .container .container_inner .right {
    float: right;
  }
  .container .container_inner .right.search_right {
    width: 76.75438596491228%;
  }
  .container .container_inner .right.product_right {
    width: 15.17857142857143%;
  }
  .container .container_inner .right.firm_right {
    width: 26.78571428571429%;
    margin-bottom: 0;
  }
  .container .container_inner .right.customer_right {
    width: calc(100% - 170px - 50px);
  }
  .fither_btn {
    display: none;
  }
  .filter {
    padding: 0;
  }
  .white_block {
    max-width: 795px;
    margin: 0 auto;
  }
  .firms_recommend main {
    padding: 20px;
  }
  .firms_recommend main ul li {
    width: 100%;
    margin-right: 0%;
  }
  .firms_recommend main ul li:nth-child(2n) {
    margin-right: 0%;
  }
  .firm .pic {
    width: 100%;
    float: none;
  }
  .firm .info {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
  .firm .info ul.button_block {
    text-align: center;
  }
  ul.category > li > ul > li > ul > li {
    width: 25%;
  }
  .case_wrapper .case ul.case_gallery li {
    width: calc((100% - 60px) / 5);
  }
  .case_wrapper .case ul.case_gallery li:nth-child(5n+1) {
    margin-left: 0;
    clear: both;
  }
  .case_wrapper .case ul.case_gallery li:nth-child(5n+2) {
    margin-left: calc((100% - 60px) / 5 + 15px);
    clear: none;
  }
  .case_wrapper .case ul.case_gallery li:nth-child(5n+3) {
    margin-left: calc(((100% - 60px) / 5) * 2 + 30px);
    clear: none;
  }
  .case_wrapper .case ul.case_gallery li:nth-child(5n+4) {
    margin-left: calc(((100% - 60px) / 5) * 3 + 45px);
    clear: none;
  }
  .case_wrapper .case ul.case_gallery li:nth-child(5n+5) {
    margin-left: calc(((100% - 60px) / 5) * 4 + 60px);
    clear: none;
  }
  .case_wrapper .case ul.case_gallery li:nth-last-child(-n+5):nth-child(5n+1),
  .case_wrapper .case ul.case_gallery li:nth-last-child(-n+5):nth-child(5n+1) ~ li {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  ul.result_list li {
    width: 23.5%;
    float: left;
  }
  ul.result_list li:nth-child(4n+1) {
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  ul.result_list li:nth-child(4n+2) {
    margin-right: -100%;
    margin-left: 25.5%;
    clear: none;
  }
  ul.result_list li:nth-child(4n+3) {
    margin-right: -100%;
    margin-left: 51%;
    clear: none;
  }
  ul.result_list li:nth-child(4n+4) {
    margin-right: -100%;
    margin-left: 76.5%;
    clear: none;
  }
  .result_list_wrapper.firm_products main {
    padding: 25px 50px;
  }
  ul.category > li > ul > li > ul > li {
    width: 14.28571428571429%;
  }
}


/*-新增-房仲-材料價格-2016-1-6-*/
@media screen and (min-width: 320px) {
.category .title_block {
  clear: both;
}
.category .title_block .title{
    color: #d9971e;
    font-size: 18px;
    width: 100%;
    text-align: center;
  }
.category .title_block .title_line{
      background-image: url(../images/in-icon-line.jpg);
      background-repeat: repeat-x;
      background-position: 3px 50%;
      width: 100%;
      height: 20px;
      float: left;
}
.category .category_icon{
  clear: both;
}
.category .category_icon li{
  width: 100%;
  height: 170px;
  margin-bottom: 20px;
  border-bottom: 1px solid #565554;
}
.category .category_icon li .img{
  margin-bottom: 7px;
  text-align: center;
}
.category .category_icon li .text{
  color: #aeaeae;
  font-size: 18px;
  text-align: center;
}
.category .category_icon li .text a{
  color: #ffffff;
  text-decoration: none;
}
.category .category_icon li .text a:hover{
  color: #d9971e;
  text-decoration: none;
}
.category .category_icon li:last-child{
  margin-right: 0;
}
/*-search_products-找房仲-*/
.ping{
  margin: 10px 8%;
  padding: 10px 0 0 0;
  border-top: 1px solid #dddddd;
}
.input_box{
  width: 40%;
  float: left;
  margin: 0 0 10px 0;
}
.input_line{
  float: left;
}
.more_search {
  display: block;
  width: calc(100% - 20px);
  height: 40px;
  margin:10px;
  border: 0;
  border-radius: 5px;
  background-color: #e2e2e2;
  color: #d9971e;
  font-size: 1.23em;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.more_search:hover {
  background-color: #cbcbcb;
}
/*-lightbox-*/
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width:auto;
  max-width: 965px;
  margin: 20px auto;
}
.chose-box{
  width: 100%;
  padding: 3% 0 3% 0;
  border-bottom: 1px solid #dddddd;
}
.chose-box :before{
  content: "";
  display: table;
  clear: both;
}
.chose-box :after{
  content: "";
  display: table;
  clear: both;
}
.chose-box li{
  float: left;
  width: 20%;
  padding: 0 2%;
  border-right: 1px solid #dddddd;
  min-height: 300px;
}
.chose-box li:nth-child(4){
  border-right: none;
}
.chose-title{
  color: #d9971e;
  font-size: 18px;
}
.chose-ping{
  padding: 10px 0 0 0;
  border-top: 1px solid #dddddd;
}
.chose-input_box{
  width: 100%;
  float: left;
  margin: 0 0 10px 0;
}
.chose-input_line{
  float: left;
  display: none;
}
.chose-check-block{
  margin: 5px 0;
}
.chose-check{
  margin-right: 3px;
}
.chose-btn-block{
  clear: both;
  text-align: center;
  margin: 20px 0  0 0;
  height: 60px;
}
.chose-btn-block :before{
  content: "";
  display: block;
  clear: both;
}
.chose-btn-block :after{
  content: "";
  display: block;
  clear: both;
}
.chose-btn{
  display:inline-block;
  float: left;
  width: calc(50% - 20px);
  height: 40px;
  margin:10px;
  border: 0;
  border-radius: 5px;
  background-color: #D9971E;
  color: #fff;
  font-size: 1.23em;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.chose-btn:hover {
    background-color: #E46C16;
  }
.chose-btn-send{
  display:inline-block;
  float: left;
  width: calc(50% - 20px);
  height: 40px;
  margin:10px;
  border: 0;
  border-radius: 5px;
  background-color: #e2e2e2;
  color: #d9971e;
  font-size: 1.23em;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.chose-btn-send:hover {
    background-color: #d3d3d3;
  }
/*-firm_house.html*/
.search_house{
  clear: both;
  margin: 20px 0;
}
.search_house:before{
  content: "";
  display: table;
  clear: both;
}
.search_house:after{
  content: "";
  display: table;
  clear: both;
}
.search_area{
  float: left;
  margin: 0 10px 10px 0;
}
.search_area select {
    min-width: 120px;
    height: 25px;
    border: #BBBBBB 1px solid;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
.search_area input[type="text"]{
      min-width: 120px;
      height: 25px;
      padding: 5px;
      border: #BBBBBB 1px solid;
      background-color: #fff;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }
  .search_area .filter_search {
    display: block;
    width: calc(100% - 20px);
    height: 27px;
    margin: 0 10px;
    border: 0;
    border-radius: 5px;
    background-color: #D9971E;
    color: #fff;
    font-size: 1em;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .search_area .filter_search:hover {
    background-color: #E46C16;
  }
  /*-house_supply-*/
  .house-detial{
    clear: both;
    margin: 0 0 27px 0;
  }
  .house-detial:before{
  content: "";
  display: table;
  clear: both;
}
.house-detial:after{
  content: "";
  display: table;
  clear: both;
 }
  .house-detial-pic{
    float: none;
    width: 100%;
  }
  .house-detial-pic img{
    width: 100%;
  }
  .house-detial-explan{
    float: none;
    width: 100%;
    background: #ececec;
    padding: 1em;
  }
  .house-detial-title-block{
    clear: both;
    border-bottom: 1px solid #d5d5d5;
  }
  .house-detial-title-block:before{
  content: "";
  display: table;
  clear: both;
  }
  .house-detial-title-block:after{
      content: "";
    display: table;
    clear: both;
  }
  .house-detial-title-block h3{
    float: left;
    color: #d9971e;
    font-size: 18px;
    margin: 0;
    padding: 0;
  }
  .house-detial-title-block h4{
    float: right;
    font-size: 18px;
    color: #ed6c44;
    margin: 0;
    padding: 0 10px 0 0;
  }
  .house-detial-explan .breakdown{
    border-top: 1px solid #FFF;
    padding:15px 0;
  }
    .house-detial-explan .breakdown li{
      padding-bottom: 0.5em;
      margin-bottom: 0.5em;
      border-bottom: 1px dotted #aaaaaa;
    }
  .house-explanation{
    clear: both;
    background-color: #FFF;
    padding: 24px;
  }
  .explan-block{
    display: block;
    width: 100%;
    padding: 0 0 25px 0;
    margin: 0 0 25px 0;
    border-bottom: 1px solid #dadada;
  }
  .explan-block:before{
  content: "";
  display: table;
  clear: both;
}
.explan-block:after{
  content: "";
  display: table;
  clear: both;
}
.explan-one{
  display: block;
  width: 100%;
  padding:0 0 10px 0;
  margin: 0 0 10px 0;
  border-right:none;
  border-bottom: 1px solid #dadada;
}
.house-explan-block h3{
  display: block;
  color: #d9971e;
  width: 100%;
  padding:0;
  margin: 0;
}
.house-explan-block p{
  display: block;
  width: 100%;
  padding: 0;
  line-height: 22px;
}
.explan-two{
  display: block;
  width: 100%;
  padding: 0 0 0 0;
  margin: 0;
  vertical-align: top;
}
.text-explan{
  clear: both;
  padding: 0 0 25px 0;
  margin: 0 0 25px 0;
  border-bottom: 1px solid #dadada;
}
.text-explan h3{
  color: #d9971e;
}
.text-explan p{
  line-height: 23px;
}
.video-explan{
  clear: both;
  padding: 0 0 25px 0;
  margin: 0 0 25px 0;
  border-bottom: 1px solid #dadada;
}
.video-explan h3{
  color: #d9971e;
}
.life-explan{
  clear: both;
}
.life-explan h3{
  color: #d9971e;
}
.house-explan-block .money{
  display: block;
}
.house_search {
  display: block;
  width: calc(100% - 20px);
  height: 20px;
  margin:0 10px;
  border: 0;
  border-radius: 5px;
  background-color: #d9971e;
  color: #FFF;
  font-size: 0.7em;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  box-shadow:1px 1px 1px 1px rgba(20%,20%,10%,0.3);

}
.house_search:hover {
  background-color: #d9721e;
}
/*-房貸試算-*/
.loans-title{
  font-size: 18px;
  color: #d9971e;
  padding: 0 0 16px 0;
  margin: 0 0 23px 0;
  border-bottom: 1px solid #dadada;
}
.loans-item{
  clear: both;
  padding: 0 0 16px 0;
  margin: 0 0 23px 0;
  border-bottom: 1px solid #dadada;
}
.loans-item:before{
  content: "";
  display: table;
  clear: both;
}
.loans-item:after{
  content: "";
  display: table;
  clear: both;
}
.loans-item h2{
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.loans-item .loans-box{
  float: left;
  width: 100%;
}
.loans-item .loans-box h2{
  float: none;
}
.loans-item .loans-box input{
  float: none;
  width: calc(100% - 20px);
  height: 30px;
  margin:0 10px 0 0;
  padding: 5px;
  border:1px solid #dadada;
}
.loans-item .loans-box input[type=radio]{
  float: left;
  margin: 0 3px 0 0;
  padding: 0;
  width: 4%;
}
.loans-item .loans-box p{
  float: left;
  margin: 0;
  padding:0;
  width: 20%;
  font-size: 18px;
  text-align: left;
}
.loans-item h3{
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.orang{
  color: #d9971e;
}
.loans-item p{
  float: none;
  text-align: left;
  margin: 8px 0 0 0;
  width: 100%;
}
/*-降價通知*/
.price-cuts-title{
  font-size: 18px;
  color: #d9971e;
  padding: 0 0 16px 0;
  margin: 0 0 23px 0;
  border-bottom: 1px solid #dadada;
}
.price-cuts-text{
  padding: 0 0 16px 0;
  margin: 0 0 23px 0;
  border-bottom: 1px solid #dadada;
}
.price-cuts-text:before{
  content: "";
  display: table;
  clear: both;
}
.price-cuts-text:after{
  content: "";
  display: table;
  clear: both;
}
.price-cuts-text .item{
  float: none;
  width: 100%;
}
.price-cuts-text .item p{
  float: none;
  width: 100%;
  font-size: 18px;
  padding: 10px 0 0 0;
}
.price-cuts-text .item input{
  float: none;
  width: calc(100% - 20px);
  height: 30px;
  margin:0 10px 0 0;
  padding: 5px;
  border:1px solid #dadada;
}
.price-cuts-text input[type=checkbox]{
  float: left;
  margin: 8px 5px 0 0;
}
.price-cuts-text .checkbox-t{
  float: left;
  font-size: 18px;
}
#test-popup02 .filter_search {
    display: block;
    width: calc(100% - 20px);
    height: 40px;
    margin: 0 10px;
    border: 0;
    border-radius: 5px;
    background-color: #D9971E;
    color: #fff;
    font-size: 1.23em;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
#test-popup02 .filter_search:hover {
    background-color: #E46C16;
  }
.icon-big{
  position: absolute;
  right: 0;
}
/*-material-block*/
.material-block{
  clear: both;
  width: 100%;
  margin: 10px 0;
}
.material-block:before{
  content: "";
  display: table;
  clear: both;
}
.material-block:after{
  content: "";
  display: table;
  clear: both;
}
.material-block h3{
  float: left;
  width: 45%;
  margin: 0 5% 0 0;
  font-size: 18px;
  text-decoration: underline;
}
.material-block .date{
  float: left;
  width: 45%;
  text-align: right;
  color: #d96d1e;
}
.money-null{
  clear: both;
  text-align: right;
  margin: 10px 0;
}
.money-null span{
  color: #d9971e;
  font-size: 18px;
}
.time-chose{
  width: 37%;
  float: left;
  margin:5px 5%;
}
.time-chose-text{
  width: 5%;
  float: left;
  margin:10px 0;
  text-align: center;
}
.time-chose input{
  width: 100%;
}
.material-detial{
  border: 2px solid #d9971e;
  padding: 16px;
  margin: 0 0 20px 0;
}
.material-title{
  color: #322d2c;
  font-size: 18px;
  margin: 0 0 10px 0;
}
.material-item{
  padding: 18px;
}
.material-item:before{
  content: "";
  display: table;
  clear: both;
}
.material-item:after{
  content: "";
  display: table;
  clear: both;
}
.material-item-bg{
  background-color: #eeeeee;
  border-top: 1px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
}
.material-item-line{
  border-bottom: 1px solid #d7d7d7;
}
.material-item li{
  float: left;
  width: 10%;
  padding: 0 5%;
}
.material-detial h3{
  color: #d96d1e;
}
.material-curve{
  background-color: #FFF;
  border: 2px solid #d9971e;
  padding: 16px;
}
/*-tabs*/
.life-detial{
  clear: both;
}
.tabs {

}
.map-block{
  width: 100%;
}
.tabs-block{
  width: 100%;
  display: table;
}
/*-*/
.map{
    width: 100%;
    height: 345px;
}
.map02{
    width: 100%;
    height: 345px;
}
/*-tabs*/

.tabs:after {
    content: '';
    display: table;
    clear: both;
}
.tabs-title{
  display: table-cell;
  width: 10%;
  background-color: #d9971e;
}
.tabs-date{
  display: table-cell;
  width: 89%;
  border: 1px solid #ececec;
}
/*----- Tab Links -----*/
/* Clearfix */
    .tab-links:after {
        display:block;
        clear:both;
        content:'';
    }
    .tab-links li {
      float: none;
      margin: 0;
      padding: 0;
      list-style:none;
      border-bottom: 1px solid #FFF;
      text-align: center;
    }

    .tab-links a {
        width: 95%;
        padding:9px 3%;
        display:inline-block;
        background-color: #d9971e;
        color:#FFF;
        transition:all linear 0.15s;
    }

    .tab-links a:hover {
      background-color: #f5f5f5;
      background-image: none;
      background-repeat: no-repeat;
      background-position: right center;
      color: #333333;
      text-decoration:none;
    }

    li.active a, li.active a:hover {
      background-color: #f5f5f5;
      background-image: none;
      background-repeat: no-repeat;
      background-position: right center;
      color: #333333;
    }

/*----- Content of Tabs -----*/
.tab-content {
}
.tab {
  display:none;
}
.tab.active {
  display:block;
}
/*-tab-style*/
.tab-bg-gray{
  background-color: #646464;
  border-bottom: 1px solid #ececec;
  padding: 0.7em;
  color: #FFF;
}
.tab-bg-white{
  padding: 0.7em;
}
.tab-line-right{
  border-right: 1px solid #ececec;
}
.tab-line-bottom{
  border-bottom: 1px solid #ececec;
}


}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 1024px) {
  /*-index-*/
  .category .title_block {
    clear: both;
  }
  .category .title_block .title{
      color: #ff9742;
      font-size: 18px;
      width: 9%;
      padding-left: 1%;
      float: left;
      margin-bottom: 20px;
    }
  .category .title_block .title_line{
        background-image: url(../images/in-icon-line.jpg);
        background-repeat: repeat-x;
        background-position: 3px 50%;
        width: 90%;
        height: 30px;
        float: left;
  }
  .category .category_icon{
    clear: both;
  }
  .category .category_icon li{
    float: left;
    width: 12%;
    height: 170px;
    margin-right: 2.6%;
    border-bottom:none;
  }
  .category .category_icon li .img{
    margin-bottom: 7px;
    text-align: center;
  }
  .category .category_icon li .text{
    color: #151515;
    font-size: 18px;
    text-align: center;
  }
  .category .category_icon li .text a{
    color: #f6f2fe;
    text-decoration: none;
  }
  .category .category_icon li .text a:hover{
    color: #d9971e;
    text-decoration: none;
  }
  .category .category_icon li:last-child{
    margin-right: 0;
  }
  /*-house_supply-*/
  .house-detial{
    clear: both;
    margin: 0 0 27px 0;
  }
  .house-detial:before{
  content: "";
  display: table;
  clear: both;
}
.house-detial:after{
  content: "";
  display: table;
  clear: both;
 }
  .house-detial-pic{
    float: left;
    width: 47%;
  }
  .house-detial-explan{
    float: right;
    width: 50%;
    background: #ececec;
    padding: 1em;
  }
  .house-detial-title-block{
    clear: both;
    border-bottom: 1px solid #d5d5d5;
  }
  .house-detial-title-block:before{
  content: "";
  display: table;
  clear: both;
  }
  .house-detial-title-block:after{
      content: "";
    display: table;
    clear: both;
  }
  .house-detial-title-block h3{
    float: left;
    color: #d9971e;
    font-size: 18px;
    margin: 0;
    padding: 0;
  }
  .house-detial-title-block h4{
    float: right;
    font-size: 18px;
    color: #ed6c44;
    margin: 0;
    padding: 0;
  }
  .house-detial-explan .breakdown{
    border-top: 1px solid #FFF;
    padding:15px 0;
  }
    .house-detial-explan .breakdown li{
      padding-bottom: 0.5em;
      margin-bottom: 0.5em;
      border-bottom: 1px dotted #aaaaaa;
    }
  .house-explanation{
    clear: both;
    background-color: #FFF;
    padding: 24px;
  }
  .explan-block{
    display: table;
    width: 100%;
    padding: 0 0 25px 0;
    margin: 0 0 25px 0;
    border-bottom: 1px solid #dadada;
  }
  .explan-block:before{
  content: "";
  display: table;
  clear: both;
}
.explan-block:after{
  content: "";
  display: table;
  clear: both;
}
.explan-one{
  display: table-cell;
  width: 45%;
  padding: 0 4% 0 0;
  margin: 0;
  border-right: 1px solid #dadada;
  border-bottom: none;
}
.house-explan-block h3{
  display: table-cell;
  color: #d9971e;
  width: 39%;
  margin: 0;
}
.house-explan-block p{
  display: table-cell;
  width: 50%;
  padding: 0 0 0 1%;
  line-height: 22px;
}
.explan-two{
  display: table-cell;
  width: 45%;
  padding: 0 0 0 5%;
  margin: 0;
  vertical-align: top;
}
.text-explan{
  clear: both;
  padding: 0 0 25px 0;
  margin: 0 0 25px 0;
  border-bottom: 1px solid #dadada;
}
.text-explan h3{
  color: #d9971e;
}
.text-explan p{
  line-height: 23px;
}
.video-explan{
  clear: both;
  padding: 0 0 25px 0;
  margin: 0 0 25px 0;
  border-bottom: 1px solid #dadada;
}
.video-explan h3{
  color: #d9971e;
}
.life-explan{
  clear: both;
}
.life-explan h3{
  color: #d9971e;
}
.house-explan-block .money{
  display: table-cell;
}
.house_search {
  display: block;
  width: calc(100% - 20px);
  height: 20px;
  margin:0 10px;
  border: 0;
  border-radius: 5px;
  background-color: #d9971e;
  color: #FFF;
  font-size: 0.7em;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  box-shadow:1px 1px 1px 1px rgba(20%,20%,10%,0.3);
  width: 100px;
}
.house_search:hover {
  background-color: #d9721e;
}
/*-房貸試算-*/
.loans-title{
  font-size: 18px;
  color: #d9971e;
  padding: 0 0 16px 0;
  margin: 0 0 23px 0;
  border-bottom: 1px solid #dadada;
}
.loans-item{
  clear: both;
  padding: 0 0 16px 0;
  margin: 0 0 23px 0;
  border-bottom: 1px solid #dadada;
}
.loans-item:before{
  content: "";
  display: table;
  clear: both;
}
.loans-item:after{
  content: "";
  display: table;
  clear: both;
}
.loans-item h2{
  float: left;
  width: 20%;
  padding: 0;
  margin: 0;
}
.loans-item .loans-box{
  float: left;
  width: 65%;
}
.loans-item .loans-box h2{
  float: left;
}
.loans-item .loans-box input{
  float: left;
  width: calc(20% - 20px);
  height: 30px;
  margin:0 10px 0 0;
  padding: 5px;
  border:1px solid #dadada;
}
.loans-item .loans-box input[type=radio]{
  float: left;
  margin: 0 3px 0 0;
  padding: 0;
  width: 3%;
}
.loans-item .loans-box p{
  float: left;
  margin: 0;
  padding:0;
  width: 10%;
  font-size: 18px;
  text-align: left;
}
.loans-item h3{
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.orang{
  color: #d9971e;
}
.loans-item p{
  float: right;
  text-align: right;
  margin: 8px 0 0 0;
  width: 15%;
}
/*-降價通知*/
.price-cuts-title{
  font-size: 18px;
  color: #d9971e;
  padding: 0 0 16px 0;
  margin: 0 0 23px 0;
  border-bottom: 1px solid #dadada;
}
.price-cuts-text{
  padding: 0 0 16px 0;
  margin: 0 0 23px 0;
  border-bottom: 1px solid #dadada;
}
.price-cuts-text:before{
  content: "";
  display: table;
  clear: both;
}
.price-cuts-text:after{
  content: "";
  display: table;
  clear: both;
}
.price-cuts-text .item{
  float: left;
  width: 50%;
}
.price-cuts-text .item p{
  float: left;
  width: 20%;
  font-size: 18px;
  padding: 10px 0 0 0;
}
.price-cuts-text .item input{
  float: left;
  width: calc(50% - 20px);
  height: 30px;
  margin:0 10px 0 0;
  padding: 5px;
  border:1px solid #dadada;
}
.price-cuts-text input[type=checkbox]{
  float: left;
  margin: 8px 5px 0 0;
}
.price-cuts-text .checkbox-t{
  float: left;
  font-size: 18px;
}
/*-tabs*/
.life-detial{
  clear: both;
}
.tabs {

}
.map-block{
  width: 100%;
}
.tabs-block{
  width: 100%;
  display: table;
}
/*-*/
.map{
    width: 100%;
    height: 345px;
}
.map02{
    width: 100%;
    height: 345px;
}
/*-tabs*/

.tabs:after {
    content: '';
    display: table;
    clear: both;
}
.tabs-title{
  display: table-cell;
  width: 10%;
  background-color: #d9971e;
}
.tabs-date{
  display: table-cell;
  width: 89%;
  border: 1px solid #ececec;
}
/*----- Tab Links -----*/
/* Clearfix */
    .tab-links:after {
        display:block;
        clear:both;
        content:'';
    }
    .tab-links li {
      float: none;
      margin: 0;
      padding: 0;
      list-style:none;
      border-bottom: 1px solid #FFF;
      text-align: center;
    }

    .tab-links a {
        width: 95%;
        padding:9px 3%;
        display:inline-block;
        background-color: #d9971e;
        color:#FFF;
        transition:all linear 0.15s;
    }

    .tab-links a:hover {
      background-color: #f5f5f5;
      background-image: url(../images/tabs-hover.png);
      background-repeat: no-repeat;
      background-position: right center;
      color: #333333;
      text-decoration:none;
    }

    li.active a, li.active a:hover {
      background-color: #f5f5f5;
      background-image: url(../images/tabs-hover.png);
      background-repeat: no-repeat;
      background-position: right center;
      color: #333333;
    }

/*----- Content of Tabs -----*/
.tab-content {
}
.tab {
  display:none;
}
.tab.active {
  display:block;
}
/*-tab-style*/
.tab-bg-gray{
  background-color: #646464;
  border-bottom: 1px solid #ececec;
  padding: 0.7em;
  color: #FFF;
}
.tab-bg-white{
  padding: 0.7em;
}
.tab-line-right{
  border-right: 1px solid #ececec;
}
.tab-line-bottom{
  border-bottom: 1px solid #ececec;
}
.chose-ping{
  padding: 10px 0 0 0;
  border-top: 1px solid #dddddd;
}
.chose-input_box{
  width: 40%;
  float: left;
  margin: 0 0 10px 0;
}
.chose-input_line{
  float: left;
  display: block;
}

}
@media screen and (min-width: 1024px)and (max-width: 1120px){
  .house-detial-pic{
  float: left;
  width: 47%;
}
.house-detial-explan{
  float: right;
  width: 49%;
  background: #ececec;
  padding: 1em;
}
}

@media screen and (min-width: 1024px)and (max-width: 1120px){
  .house-detial-pic{
    float: left;
    width: 47%;
  }
  .house-detial-explan{
    float: right;
    width: 49%;
    background: #ececec;
    padding: 1em;
  }
}
