#top_nav,
#header,
#body,
#footer,
#footer_logos {
  min-width: 1400px;
}
#body {
  overflow: visible;
}
#top_nav {
  display: none;
}
#header {
  display: none;
}
#index_footer {
  min-width: 1400px;
}
#index_footer .index_footer_top {
  display: none;
}
.content {
  width: 1400px;
  min-width: 1400px;
}
#best_top_nav {
  height: 50px;
  width: 100%;
  min-width: 1400px;
  background-color: #00933e;
}
#best_top_nav .left_logo {
  float: left;
  height: 100%;
  line-height: 50px;
}
#best_top_nav .left_logo img {
  vertical-align: middle;
}
#best_top_nav .right_infos {
  float: right;
  heiht: 100%;
  margin-right: 125px;
}
#best_top_nav .right_infos ul li {
  float: left;
  color: #fff;
  line-height: 50px;
  padding: 0 6px;
}
#best_top_nav .right_infos ul li.li_first {
  margin-right: 25px;
}
#best_top_nav .right_infos ul li.li_first img {
  vertical-align: text-bottom;
  margin-right: 4px;
}
#best_top_nav .right_infos ul li .bold {
  font-weight: bold;
  font-size: 16px;
}
#best_top_nav .right_infos ul li a {
  color: #fff;
  font-size: 12px;
}
#best_top_nav .right_infos ul li a.num {
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
}
#best_top_nav .right_infos ul li a img {
  vertical-align: middle;
  margin-left: 10px;
}
#slide_agd_container {
  position: relative;
  width: 100%;
  height: 300px;
}
#slide_agd_container #slide_agd {
  height: 300px;
  position: relative;
  width: 100%;
  background-color: #fff;
}
#slide_agd_container #slide_agd a {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  height: 300px;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
#slide_agd_container #slide_agd a.c_active {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 11 !important;
}
@keyframes slide_ani {
  from {
    left: 0;
  }
  to {
    left: -300px;
  }
}
@-webkit-keyframes slide_ani {
  from {
    left: 0;
  }
  to {
    left: -300px;
  }
}
@-moz-keyframes slide_ani {
  from {
    left: 0;
  }
  to {
    left: -300px;
  }
}
@-o-keyframes slide_ani {
  from {
    left: 0;
  }
  to {
    left: -300px;
  }
}
#slide_agd_container #slide_page_no {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20px;
  -moz-background-clip: padding;
  border-radius: 20px;
  background-clip: padding-box;
  z-index: 20;
  display: none;
}
#slide_agd_container #slide_page_no li {
  display: block;
  float: left;
  background: white;
  width: 10px;
  height: 10px;
  text-align: center;
  margin-right: 27px;
  cursor: pointer;
  background: #dcdcdc;
}
#slide_agd_container #slide_page_no li.active {
  background: #d8231c;
}
#hot_category {
  display: none;
  margin-top: 45px;
}
#hot_category .hot_tit {
  height: 18px;
  line-height: 18px;
  font-size: 16px;
  color: #666;
}
#hot_category .hot_tit .bold {
  color: #333;
  font-weight: bold;
  font-size: 18px;
}
#hot_category .hot_tit .ht_right {
  float: right;
  color: #9d9d9d;
}
#hot_category .hot_tit .ht_right a {
  color: #9d9d9d;
}
#hot_category .hot_container {
  margin-top: 47px;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
#hot_category .hot_container .left_recommend {
  width: 130px;
  float: left;
  height: 977px;
  display: inline-block;
}
#hot_category .hot_container .left_recommend ul li {
  width: 130px;
  height: 140px;
  text-align: center;
  display: inline-block;
  margin-bottom: 2px;
}
#hot_category .hot_container .left_recommend ul li:last-child {
  margin-bottom: 0;
}
#hot_category .hot_container .left_recommend ul li.li_phone_call {
  height: 115px;
  display: none;
}
#hot_category .hot_container .left_recommend ul li.li_phone_call div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
#hot_category .hot_container .left_recommend ul li.li_cates {
  cursor: pointer;
  background-color: #f1f2f4;
}
#hot_category .hot_container .left_recommend ul li.li_cates div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#hot_category .hot_container .left_recommend ul li.li_cates div.pic1 {
  display: inline-block;
}
#hot_category .hot_container .left_recommend ul li.li_cates div.pic2 {
  display: none;
}
#hot_category .hot_container .left_recommend ul li.li_cates.active {
  background-color: #ce0000;
}
#hot_category .hot_container .left_recommend ul li.li_cates.active .pic1 {
  display: none;
}
#hot_category .hot_container .left_recommend ul li.li_cates.active .pic2 {
  display: inline-block;
}
#hot_category .hot_container .right_cates {
  float: left;
  width: 1270px;
}
#hot_category .hot_container .right_cates .rc_ul {
  display: none;
}
#hot_category .hot_container .right_cates .rc_ul li {
  width: 296px;
  height: 475px;
  float: left;
  margin-left: 21px;
  margin-bottom: 25px;
  background-color: #bfbfbf;
}
#hot_category .hot_container .right_cates .rc_ul li.nb {
  margin-bottom: 0;
}
#hot_category .hot_container .right_cates .rc_ul li .img_bd {
  width: 100%;
  height: 475px;
  position: relative;
}
#hot_category .hot_container .right_cates .rc_ul li .img_bd img {
  width: 296px;
  height: 475px;
}
#hot_category .hot_container .right_cates .rc_ul li .img_bd.b1 {
  display: inline-block;
}
#hot_category .hot_container .right_cates .rc_ul li .img_bd.b2 {
  display: none;
}
#hot_category .hot_container .right_cates .rc_ul li .img_bd.b2 .hover_cont {
  position: absolute;
  top: 355px;
  width: 100%;
  left: 0;
  text-align: center;
}
#hot_category .hot_container .right_cates .rc_ul li .img_bd.b2 .hover_cont .contact_seller2 {
  width: 141px;
  height: 37px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  border: 1px solid #fff;
  line-height: 37px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
  color: #fff;
}
#hot_category .hot_container .right_cates .rc_ul li .img_bd.b2 .hover_cont p {
  font-size: 13px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  line-height: 13px;
}
#hot_category .hot_container .right_cates .rc_ul li .img_bd.b2 .top_fav {
  position: absolute;
  top: 15px;
  right: -1px;
  width: 40px;
  height: 30px;
  z-index: 10;
}
#hot_category .hot_container .right_cates .rc_ul li .img_bd.b2 .top_fav img {
  width: 26px;
  height: 21px;
}
#hot_category .hot_container .right_cates .rc_ul li .img_bd.b2 .top_fav .heart_red {
  display: none;
}
#hot_category .hot_container .right_cates .rc_ul li .img_bd.b2 .top_fav.active .heart {
  display: none;
}
#hot_category .hot_container .right_cates .rc_ul li .img_bd.b2 .top_fav.active .heart_red {
  display: block;
}
#hot_category .hot_container .right_cates .rc_ul li:hover .img_bd.b1 {
  display: none;
}
#hot_category .hot_container .right_cates .rc_ul li:hover .img_bd.b2 {
  display: inline-block;
}
#hot_category .hot_container .right_cates .rc_ul.active {
  display: inline-block;
}
#search_input #input_div {
  position: relative;
}
#search_filter .content {
  position: relative;
}
.filter_container {
  width: 100%;
  height: 425px;
  background-color: #e3e3e3;
  display: inline-block;
}
.filter_container #keywords_popupmenu {
  top: 68px;
  left: auto;
}
.filter_container .f_search_container {
  width: 1071px;
  height: 67px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  border: 1px solid #bfbfbf;
  overflow: hidden;
  margin: 27px auto 0;
}
.filter_container .f_search_container #search_input2 {
  text-indent: 26px;
  font-size: 18px;
  width: 911px;
  height: 100%;
  border: none;
  float: left;
}
.filter_container .f_search_container #search_input2::-webkit-input-placeholder {
  color: #9d9d9d;
}
.filter_container .f_search_container #search_input2:-moz-placeholder {
  color: #9d9d9d;
}
.filter_container .f_search_container #search_input2::-moz-placeholder {
  color: #9d9d9d;
}
.filter_container .f_search_container #search_input2:-ms-input-placeholder {
  color: #9d9d9d;
}
.filter_container .f_search_container #search_btn {
  height: 100%;
  line-height: 67px;
  width: 160px;
  background-color: #00933e;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 3px;
}
.filter_container .f_search_container #search_btn img {
  vertical-align: text-bottom;
  margin-left: 7px;
}
.filter_container .f_category_container {
  position: relative;
  margin-top: 28px;
}
.filter_container .f_category_container .cates_container {
  width: 1200px;
  height: 50px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.filter_container .f_category_container .cates_container .cates_scroll {
  position: absolute;
  top: 0;
  left: 0;
  width: 6000px;
}
.filter_container .f_category_container .cates_container .cates_item {
  float: left;
}
.filter_container .f_category_container .cates_container .cates_item a {
  width: 110px;
  height: 50px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  overflow: hidden;
  margin: 0 5px;
  display: block;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  float: left;
}
.filter_container .f_category_container .cates_container .cates_item a.ac_default {
  background-color: #a1a180;
}
.filter_container .f_category_container .cates_container .cates_item a.ac_0 {
  background-color: #428461;
}
.filter_container .f_category_container .cates_container .cates_item a.ac_1 {
  background-color: #777773;
}
.filter_container .f_category_container .cates_container .cates_item a.ac_2 {
  background-color: #395892;
}
.filter_container .f_category_container .cates_container .cates_item a.ac_3 {
  background-color: #D4A79F;
}
.filter_container .f_category_container .cates_container .cates_item a.ac_4 {
  background-color: #858888;
}
.filter_container .f_category_container .cates_container .cates_item a.ac_5 {
  background-color: #428461;
}
.filter_container .f_category_container .cates_container .cates_item a.ac_6 {
  background-color: #A29B99;
}
.filter_container .f_category_container .cates_container .cates_item a.ac_7 {
  background-color: #7B614F;
}
.filter_container .f_category_container .cates_container .cates_item a.ac_8 {
  background-color: #BDA692;
}
.filter_container .f_category_container .cates_container .cates_item a.ac_0.active,
.filter_container .f_category_container .cates_container .cates_item a.ac_1.active,
.filter_container .f_category_container .cates_container .cates_item a.ac_2.active,
.filter_container .f_category_container .cates_container .cates_item a.ac_3.active,
.filter_container .f_category_container .cates_container .cates_item a.ac_4.active,
.filter_container .f_category_container .cates_container .cates_item a.ac_5.active,
.filter_container .f_category_container .cates_container .cates_item a.ac_6.active,
.filter_container .f_category_container .cates_container .cates_item a.ac_7.active,
.filter_container .f_category_container .cates_container .cates_item a.ac_8.active {
  background-color: #ce0000;
}
.filter_container .f_category_container .cates_container .cates_item a.ac_0:hover,
.filter_container .f_category_container .cates_container .cates_item a.ac_1:hover,
.filter_container .f_category_container .cates_container .cates_item a.ac_2:hover,
.filter_container .f_category_container .cates_container .cates_item a.ac_3:hover,
.filter_container .f_category_container .cates_container .cates_item a.ac_4:hover,
.filter_container .f_category_container .cates_container .cates_item a.ac_5:hover,
.filter_container .f_category_container .cates_container .cates_item a.ac_6:hover,
.filter_container .f_category_container .cates_container .cates_item a.ac_7:hover,
.filter_container .f_category_container .cates_container .cates_item a.ac_8:hover {
  background-color: #ce0000;
}
.filter_container .f_category_container .cates_next {
  position: absolute;
  top: 0;
  height: 50px;
  width: 100px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.filter_container .f_category_container .cates_next.cates_left {
  left: 0;
}
.filter_container .f_category_container .cates_next.cates_right {
  right: 0;
}
.filter_container .f_filter {
  height: 60px;
  line-height: 60px;
  margin-top: 35px;
}
.filter_container .f_filter .f_filter_fixed {
  height: 60px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.filter_container .f_filter .f_filter_fixed .content {
  width: 100%;
  max-width: 1400px;
  min-width: auto;
}
.filter_container .f_filter li {
  float: left;
  position: relative;
  font-size: 16px;
}
.filter_container .f_filter li.line {
  height: 16px;
  width: 1px;
  background-color: #565656;
  margin-top: 20px;
}
.filter_container .f_filter li.li_cont {
  position: relative;
  text-align: center;
}
.filter_container .f_filter li.li_cont select {
  margin-top: -2px;
}
.filter_container .f_filter li.li_cont .filter_select_div {
  cursor: default;
  color: #333;
}
.filter_container .f_filter li.li_cont .filter_select_div .arrow {
  margin-left: 10px;
}
.filter_container .f_filter li.li_cont .float_options {
  position: absolute;
  display: none;
  overflow: hidden;
  left: 0;
  top: 48px;
  max-height: 450px;
  width: 120px;
  overflow-y: scroll;
  z-index: 999;
  background-color: #fff;
  border: 1px solid #a8a8a8;
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
}
.filter_container .f_filter li.li_cont .float_options li {
  float: none;
  color: #333;
  line-height: 36px;
  padding-left: 15px;
  cursor: pointer;
  text-align: left;
  font-size: 14px;
}
.filter_container .f_filter li.li_cont .float_options li:hover {
  background-color: #ce0000;
  color: #fff;
  font-weight: bold;
}
.filter_container .f_filter li.li_cont.li_cates {
  width: 134px;
}
.filter_container .f_filter li.li_cont.li_cates .float_options {
  width: 155px;
}
.filter_container .f_filter li.li_cont.li_price {
  width: 118px;
}
.filter_container .f_filter li.li_cont.li_price .float_options {
  width: 110px;
}
.filter_container .f_filter li.li_cont.li_type {
  width: 143px;
}
.filter_container .f_filter li.li_cont.li_type .float_options {
  width: 140px;
}
.filter_container .f_filter li.li_cont.li_date {
  width: 116px;
}
.filter_container .f_filter li.li_cont.li_date .float_options {
  width: 115px;
}
.filter_container .f_filter .left_flt {
  float: left;
}
.filter_container .f_filter .right_sort {
  float: right;
}
.filter_container .f_filter .right_sort li.li_cont {
  padding: 0 28px;
}
.filter_container .f_filter .right_sort li.li_cont.selected {
  color: #00933e;
  font-weight: bold;
}
.filter_container .f_filter .right_sort li.li_cont span {
  cursor: pointer;
}
.filter_container .f_filter select {
  background-color: #e3e3e3;
  border: none;
  line-height: 20px;
  height: 20px;
  font-size: 16px;
  text-align-last: center;
  text-align: center;
}
.list_brand {
  margin-top: -135px;
}
.list_brand ul .tm-item {
  float: left;
  position: relative;
  width: 335px;
  height: 300px;
  margin-right: 20px;
  margin-bottom: 40px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-box-shadow: 3px 4px 10px 1px #c9c6c6;
  -moz-box-shadow: 3px 4px 10px 1px #c9c6c6;
  box-shadow: 3px 4px 10px 1px #c9c6c6;
}
.list_brand ul .tm-item.tm-item-end {
  margin-right: 0px;
}
.list_brand ul .tm-item .img-container {
  width: 100%;
  height: 200px;
  display: inherit;
}
.list_brand ul .tm-item .img-container img {
  width: 100%;
  height: 200px;
}
.list_brand ul .tm-item .tit-price {
  height: 57px;
  width: 100%;
}
.list_brand ul .tm-item .tit-price .tm-tit {
  width: 230px;
  height: 100%;
  float: left;
  text-indent: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list_brand ul .tm-item .tit-price .tm-tit .tit {
  font-size: 14px;
  font-weight: bold;
  color: #171717;
  line-height: 14px;
  margin-top: 11px;
}
.list_brand ul .tm-item .tit-price .tm-tit .cate {
  font-size: 13px;
  color: #9e9e9e;
  margin-top: 7px;
  line-height: 13px;
  position: relative;
}
.list_brand ul .tm-item .tit-price .tm-tit .cate .sn_letter {
  position: absolute;
  bottom: 5px;
  right: 20px;
  color: #979797;
}
.list_brand ul .tm-item .tit-price .tm-price {
  float: right;
  margin-right: 20px;
  margin-top: 11px;
}
.list_brand ul .tm-item .tit-price .tm-price .brand-price {
  font-size: 18px;
  font-weight: bold;
  color: #ce0000;
  line-height: 18px;
}
.list_brand ul .tm-item .tit-price .tm-price .lg_c_price {
  font-size: 12px;
  line-height: 12px;
  margin-top: 10px;
  color: #ff9000;
  display: none;
}
.list_brand ul .tm-item .tit-price .tm-price .lg_c_price img {
  vertical-align: text-bottom;
  margin-right: 5px;
}
.list_brand ul .tm-item .bottom_btn .show {
  width: 305px;
  border-top: 1px dashed #e5e5e5;
  margin: 0 auto;
  padding-top: 13px;
}
.list_brand ul .tm-item .bottom_btn .show .see-num {
  float: left;
  margin-left: 5px;
  color: #101435;
  font-weight: bold;
}
.list_brand ul .tm-item .bottom_btn .show .see-num img {
  vertical-align: text-bottom;
  margin-right: 8px;
}
.list_brand ul .tm-item .bottom_btn .show .fav-img {
  float: right;
  margin-right: 26px;
}
.list_brand ul .tm-item .bottom_btn .show .tel-img {
  float: right;
}
.list_brand ul .tm-item .bottom_btn .hover_show {
  display: none;
  width: 305px;
  margin: 0 auto;
}
.list_brand ul .tm-item .bottom_btn .hover_show .btns {
  width: 205px;
  height: 36px;
  -webkit-border-radius: 18px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 18px;
  -moz-background-clip: padding;
  border-radius: 18px;
  background-clip: padding-box;
  overflow: hidden;
  float: right;
  margin-right: 10px;
}
.list_brand ul .tm-item .bottom_btn .hover_show .btns .collect_btn {
  display: block;
  width: 100px;
  height: 100%;
  color: #3d3d3f;
  background-color: #e9e9e9;
  text-align: center;
  line-height: 36px;
  float: left;
}
.list_brand ul .tm-item .bottom_btn .hover_show .btns .collect_btn img {
  margin-right: 3px;
  vertical-align: text-bottom;
}
.list_brand ul .tm-item .bottom_btn .hover_show .btns .collect_btn .uncollect {
  display: inline;
}
.list_brand ul .tm-item .bottom_btn .hover_show .btns .collect_btn .collect {
  display: none;
}
.list_brand ul .tm-item .bottom_btn .hover_show .btns .collect_btn.active {
  color: #ce0000;
}
.list_brand ul .tm-item .bottom_btn .hover_show .btns .collect_btn.active .collect {
  display: inline;
}
.list_brand ul .tm-item .bottom_btn .hover_show .btns .collect_btn.active .uncollect {
  display: none;
}
.list_brand ul .tm-item .bottom_btn .hover_show .btns .contact_seller2 {
  display: block;
  width: 105px;
  height: 100%;
  background-color: #00933e;
  text-align: center;
  line-height: 36px;
  color: #fff;
  float: left;
}
.list_brand ul .tm-item .bottom_btn .hover_show .btns .contact_seller2 img {
  vertical-align: text-bottom;
  margin-right: 4px;
}
.list_brand ul .tm-item:hover .tit-price .tm-price .lg_c_price {
  display: inline;
}
.list_brand ul .tm-item:hover .bottom_btn .show {
  display: none;
}
.list_brand ul .tm-item:hover .bottom_btn .hover_show {
  display: inline;
}
.list_brand ul .item-recommend {
  float: left;
  position: relative;
  width: 335px;
  height: 300px;
  margin-bottom: 40px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-box-shadow: 3px 4px 10px 1px #c9c6c6;
  -moz-box-shadow: 3px 4px 10px 1px #c9c6c6;
  box-shadow: 3px 4px 10px 1px #c9c6c6;
  margin-right: 0px;
  background-color: #e9e4e4;
}
.list_brand ul .item-recommend .ir-tits {
  height: 54px;
  padding-left: 15px;
  position: relative;
}
.list_brand ul .item-recommend .ir-tits .ir-t1 {
  font-size: 16px;
  color: #272727;
  line-height: 16px;
  margin-top: 22px;
}
.list_brand ul .item-recommend .ir-tits .ir-t1 .note_login {
  margin-left: 8px;
  font-size: 12px;
  color: #ba8b42;
}
.list_brand ul .item-recommend .ir-tits .ir-t2 {
  font-size: 14px;
  color: #8f8f8f;
  line-height: 14px;
  margin-top: 8px;
}
.list_brand ul .item-recommend .ir-tits .recommend_login {
  position: absolute;
  height: 24px;
  width: 80px;
  background-color: #dbbd8f;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  top: -9px;
  right: 10px;
}
.list_brand ul .item-recommend .recommend-brands {
  margin: 0 auto;
  width: 321px;
}
.list_brand ul .item-recommend .recommend-brands li {
  float: left;
  margin: 0 6px 15px;
  height: 95px;
  width: 95px;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90px auto;
}
.list_brand ul .item-left_phone {
  float: left;
  position: relative;
  padding-top: 50px;
  width: 335px;
  height: 250px;
  margin-bottom: 40px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-box-shadow: 3px 4px 10px 1px #c9c6c6;
  -moz-box-shadow: 3px 4px 10px 1px #c9c6c6;
  box-shadow: 3px 4px 10px 1px #c9c6c6;
  margin-right: 20px;
  background-color: #fff;
  text-align: center;
}
.list_brand ul .item-left_phone.tm-item-end {
  margin-right: 0;
}
.list_brand ul .item-left_phone .t1 {
  line-height: 24px;
  font-size: 14px;
  margin-top: 25px;
  color: #000;
}
.list_brand ul .item-left_phone .t1 span {
  font-size: 16px;
  font-weight: bold;
  font-family: Arial;
  margin-left: 5px;
}
.list_brand ul .item-left_phone .t2 {
  margin-top: 15px;
  line-height: 16px;
  font-size: 16px;
  color: #333;
}
.list_brand ul .item-left_phone .t3 {
  margin-top: 7px;
  font-size: 16px;
  color: #ce0000;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 13px;
}
.list_brand ul .item-left_phone select,
.list_brand ul .item-left_phone input,
.list_brand ul .item-left_phone .not_find_btn {
  width: 300px;
  height: 38px;
  -webkit-border-radius: 18px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 18px;
  -moz-background-clip: padding;
  border-radius: 18px;
  background-clip: padding-box;
  border: 1px solid #c8c8c8;
  margin: 0 auto 11px;
  font-size: 13px;
  text-align: center;
  line-height: 36px;
}
.list_brand ul .item-left_phone select::-webkit-input-placeholder,
.list_brand ul .item-left_phone input::-webkit-input-placeholder,
.list_brand ul .item-left_phone .not_find_btn::-webkit-input-placeholder {
  color: #a6a6a6;
}
.list_brand ul .item-left_phone select:-moz-placeholder,
.list_brand ul .item-left_phone input:-moz-placeholder,
.list_brand ul .item-left_phone .not_find_btn:-moz-placeholder {
  color: #a6a6a6;
}
.list_brand ul .item-left_phone select::-moz-placeholder,
.list_brand ul .item-left_phone input::-moz-placeholder,
.list_brand ul .item-left_phone .not_find_btn::-moz-placeholder {
  color: #a6a6a6;
}
.list_brand ul .item-left_phone select:-ms-input-placeholder,
.list_brand ul .item-left_phone input:-ms-input-placeholder,
.list_brand ul .item-left_phone .not_find_btn:-ms-input-placeholder {
  color: #a6a6a6;
}
.list_brand ul .item-left_phone select {
  padding: 0 2%;
}
.list_brand ul .item-left_phone select option {
  text-align: center;
}
.list_brand ul .item-left_phone input {
  margin-bottom: 22px;
}
.list_brand ul .item-left_phone .not_find_btn {
  border: none;
  color: #fff;
  background-color: #00933e;
  text-align: center;
  font-size: 14px;
  display: block;
}
.pagination a.current {
  background-color: #ce0000;
  border-color: #ce0000 !important;
}
