/*初始*/
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #333;
}
ul,
ol,
li {
  list-style: none;
}
html,
button,
input {
  font-family: "微软雅黑", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
/*工具*/
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.textline_1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.textline_2 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: box;
  box-orient: vertical;
}
.textline_3 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: box;
  box-orient: vertical;
}
.mid {
  margin: 0 auto;
}
.wrap {
  width: 100%;
  min-width: 1200px;
}
/*变量声明*/
/*：使用font-face声明字体*/
@font-face {
  font-family: 'iconfont';
  src: url('iconfont/iconfont.eot');
  /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  /* chrome、firefox */
  /* IE6-IE8 */
  /* IE9*/
  src: url('iconfont/iconfont.eot?#iefix') format('embedded-opentype'), url('iconfont/iconfont.woff') format('woff'), url('iconfont/iconfont.ttf') format('truetype'), url('iconfont/iconfont.svg#iconfont') format('svg');
  /* iOS 4.1- */
}
/*定义使用iconfont的样式*/
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
/*头部*/
.topbar {
  line-height: 36px;
  font-size: 12px;
  color: #777;
  height: 36px;
  background: #f3f3f3;
  border-bottom: 1px solid #eaeaea;
}
.topbar a {
  color: #777;
}
.topbar i {
  font-size: 12px;
  padding: 3px;
}
.topbar .item_001 {
  margin-right: 8px;
}
.topbar .item_001 span {
  padding-right: 5px;
}
.topbar .focus {
  position: relative;
}
.topbar .focus:hover .weixin {
  display: block;
}
.topbar .focus .weixin {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: 22px;
  left: 0;
  z-index: 9;
  background: #fff;
  border: 1px solid #eee;
  display: none;
}
.topbar .focus .weixin img {
  width: 100%;
}
.topbar span:hover,
.topbar span a:hover {
  color: #ea8411;
  cursor: pointer;
}
/*搜索*/
.logo {
  padding: 18px;
  width: 300px;
  float: left;
}
.search {
  width: 700px;
  padding-top: 14px;
}
.search .search_tit {
  padding: 0 12px;
  height: 26px;
  display: inline-block;
  line-height: 26px;
  background: #fff;
  color: #333;
  font-size: 12px;
  cursor: pointer;
}
.search .search_tit.on {
  background: #da251d;
  color: #fff;
}
.search .search_input {
  width: 500px;
  height: 40px;
  border: 3px solid #da251d;
}
.search .search_input input {
  width: 100%;
  height: 100%;
  border: none;
  text-indent: 15px;
  outline: none;
}
.search .search_input input::before {
  content: "";
}
.search .search_btn {
  width: 98px;
  height: 40px;
  background: #da251d;
  border: 3px solid #da251d;
}
.search .search_btn button {
  height: 100%;
  width: 100%;
  color: #fff;
  background: none;
  border: none;
  outline: none;
  font-size: 16px;
  cursor: pointer;
}
.shopcar {
  height: 40px;
  width: 130px;
  border: 1px solid #eaeaea;
  float: right;
  margin-top: 38px;
  line-height: 40px;
  text-align: center;
}
.shopcar i {
  margin: 0 3px;
  font-size: 20px;
}
.shopcar a {
  color: #777;
  position: relative;
  display: block;
}
.shopcar span {
  background: #da251d;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  display: block;
  border-radius: 50%;
}
.navbar {
  height: 46px;
  background: #32cd32;
}
.navbar .menu_col > li {
  float: left;
  padding: 0 24px;
  height: 99%;
  line-height: 45px;
}
.navbar .menu_col > li.active {
  background: #28a428;
}
.navbar .menu_col > li.item:hover {
  background: #28a428;
}
.navbar .menu_col > li > a {
  color: #fff;
  display: block;
  font-size: 16px;
}
.navbar .menu_row {
  width: 220px;
  padding: 0 !important;
  background: #ea8411;
  position: relative;
}
.navbar .menu_row:hover .menu_row_list {
  display: block;
}
.navbar .menu_row > .menu_row_list {
  background: #eaeaea;
  display: none;
  position: absolute;
  width: 100%;
  top: 46px;
  left: 0;
  z-index: 99;
  padding: 7px 0;
}
.navbar .menu_row > .menu_row_list > li {
  line-height: 28px;
}
.navbar .menu_row > .menu_row_list > li:hover {
  background: #fff;
}
.navbar .menu_row > .menu_row_list > li:hover a {
  color: #ea8411;
}
.navbar .menu_row > .menu_row_list > li a {
  padding-left: 10px;
  font-size: 14px;
  display: block;
  text-align: left;
}
.navbar .menu_row a {
  text-align: center;
}
/*轮播图*/
.fullSlide {
  width: 100%;
  position: relative;
  height: 460px;
  background: #000;
}
.fullSlide .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.fullSlide .bd ul {
  width: 100% !important;
}
.fullSlide .bd li {
  width: 100% !important;
  height: 460px;
  overflow: hidden;
  text-align: center;
}
.fullSlide .bd li a {
  display: block;
  height: 460px;
}
.fullSlide .hd {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  _background: #000;
  _filter: alpha(opacity=60);
}
.fullSlide .hd ul {
  text-align: center;
  padding-top: 5px;
}
.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 8px;
  height: 8px;
  margin: 5px;
  background: url("../img/tg_flash_p.png") -25px 0;
  overflow: hidden;
  line-height: 9999px;
}
.fullSlide .hd ul .on {
  background-position: 0 0;
}
/*recommend_pro*/
.recommend_pro {
  padding-top: 24px;
  position: relative;
  height: 230px;
  overflow: hidden;
}
.recommend_pro a {
  display: block;
}
.ad {
  padding: 2px 3px;
  background: rgba(255, 255, 255, 0.7);
  color: #444;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
}
/*专家推荐*/
.ladyScroll {
  width: 914px;
  border: 1px solid #eaeaea;
  position: relative;
  overflow: hidden;
}
.ladyScroll .tempWrap {
  padding-left: 20px !important;
  width: 896px !important;
}
.ladyScroll .dlList dl {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  background: #ddd;
  margin: 30px 23px;
}
.ladyScroll .dlList dl img {
  width: 100%;
}
.ladyScroll .dlList dl:hover dd {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.ladyScroll .dlList dl:hover dd a {
  color: #fff;
}
.ladyScroll .dlList dd {
  width: 128px;
  position: absolute;
  top: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: none;
}
.ladyScroll .prev,
.ladyScroll .next {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 75px;
  left: 0;
  z-index: 100;
  cursor: pointer;
  background: url("../img/btn_02.png") no-repeat;
  background-position: -194px 0;
}
.ladyScroll .next {
  left: auto;
  right: 0;
  background-position: -53px 0;
}
.ladyScroll dd a:hover {
  text-decoration: none;
}
.ladyScroll dl:hover span {
  background: #B52153;
}
.title {
  padding-top: 10px;
  font-size: 20px;
  line-height: 36px;
  font-weight: normal;
}
/*最近成交*/
.txtScroll-top {
  width: 264px;
  overflow: hidden;
  position: relative;
  border: 1px solid #eaeaea;
  font-size: 12px;
}
.txtScroll-top .tempWrap {
  height: 158px !important;
}
.txtScroll-top .hd ul {
  float: right;
  overflow: hidden;
  zoom: 1;
  margin-top: 10px;
}
.txtScroll-top .hd ul li {
  float: left;
  width: 9px;
  height: 9px;
  overflow: hidden;
  margin-right: 5px;
  text-indent: -999px;
  cursor: pointer;
}
.txtScroll-top .hd ul li.on {
  background-position: 0 0;
}
.txtScroll-top .bd {
  padding: 15px;
}
.txtScroll-top .infoList li {
  height: 26px;
  line-height: 26px;
}
.txtScroll-top .infoList li .text {
  width: 180px;
  display: inline-block;
  float: right;
}
.txtScroll-top .infoList li .date {
  float: left;
  color: #999;
}
/*楼层*/
.floor .floor_tit {
  position: relative;
  padding-top: 18px;
  border-bottom: 2px solid #fa2169;
}
.floor .floor_tit .floor_tit_left {
  float: left;
  font-size: 18px;
  font-weight: normal;
  color: #fa2169;
}
.floor .floor_tit .floor_tit_left i {
  font-size: 35px;
  color: #fa2169;
  width: 40px;
  height: 40px;
  display: inline-block;
}
.floor .floor_tit .floor_tit_tab {
  float: right;
  position: absolute;
  bottom: 0;
  right: 100px;
}
.floor .floor_tit .floor_tit_tab .tab_wrap .tab_item {
  float: left;
  margin-top: 6px;
  width: 120px;
  text-align: center;
  color: #333;
  height: 30px;
  line-height: 30px;
  background: #f2f2f2;
  margin-left: 10px;
  font-size: 14px;
  cursor: pointer;
}
.floor .floor_tit .floor_tit_tab .tab_wrap .tab_item.active {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  background: #fa2169;
  color: #fff;
  margin-top: 0;
}
.floor .recommend_pro_item {
  width: 273px;
  height: 285px;
  border: 1px solid #eaeaea;
  overflow: hidden;
  float: left;
}
.floor .recommend_pro_item .pic_rec {
  width: 230px;
  margin: 10px auto;
  height: 265px;
  overflow: hidden;
}
.floor .recommend_pro_item .pic_rec img {
  width: 100%;
}
.floor .floor_con_tab {
  width: 925px;
  float: right;
  position: relative;
}
.floor .floor_con_tab .tab_con_wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.floor .floor_con_tab .tab_con_wrap .tab_item_con {
  float: left;
  width: 230px;
  height: 285px;
  overflow: hidden;
  border: 1px solid #eaeaea;
  margin-left: -1px;
}
.floor .floor_con_tab .tab_con_wrap .tab_item_con .pic {
  padding: 12px 43px;
  height: 180px;
  overflow: hidden;
}
.floor .floor_con_tab .tab_con_wrap .tab_item_con .pic img {
  width: 100%;
}
.floor .floor_con_tab .tab_con_wrap .tab_item_con .pro_tit {
  width: 180px;
  display: block;
  margin: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: box;
  box-orient: vertical;
  font-size: 14px;
}
.floor .floor_con_tab .tab_con_wrap .tab_item_con .price {
  width: 180px;
  display: block;
  margin: 0 auto;
  color: #f00f00;
}
.more {
  font-size: 12px;
  width: 90px;
  text-align: right;
  line-height: 36px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.more a {
  color: #777;
}
.floor1 .floor_tit {
  border-bottom: 2px solid #fa2169;
}
.floor1 .floor_tit .floor_tit_left {
  color: #fa2169;
}
.floor1 .floor_tit .floor_tit_left i {
  color: #fa2169;
}
.floor1 .floor_tit .floor_tit_tab .tab_wrap .tab_item.active {
  background: #fa2169;
}
.floor2 .floor_tit {
  border-bottom: 2px solid #5792d6;
}
.floor2 .floor_tit .floor_tit_left {
  color: #5792d6;
}
.floor2 .floor_tit .floor_tit_left i {
  color: #5792d6;
}
.floor2 .floor_tit .floor_tit_tab .tab_wrap .tab_item.active {
  background: #5792d6;
}
.floor3 .floor_tit {
  border-bottom: 2px solid #ee991a;
}
.floor3 .floor_tit .floor_tit_left {
  color: #ee991a;
}
.floor3 .floor_tit .floor_tit_left i {
  color: #ee991a;
}
.floor3 .floor_tit .floor_tit_tab .tab_wrap .tab_item.active {
  background: #ee991a;
}
.floor4 .floor_tit {
  border-bottom: 2px solid #b15b92;
}
.floor4 .floor_tit .floor_tit_left {
  color: #b15b92;
}
.floor4 .floor_tit .floor_tit_left i {
  color: #b15b92;
}
.floor4 .floor_tit .floor_tit_tab .tab_wrap .tab_item.active {
  background: #b15b92;
}
.floor5 .floor_tit {
  border-bottom: 2px solid #00cbe3;
}
.floor5 .floor_tit .floor_tit_left {
  color: #00cbe3;
}
.floor5 .floor_tit .floor_tit_left i {
  color: #00cbe3;
}
.floor5 .floor_tit .floor_tit_tab .tab_wrap .tab_item.active {
  background: #00cbe3;
}
.floor6 .floor_tit {
  border-bottom: 2px solid #cf3f3f;
}
.floor6 .floor_tit .floor_tit_left {
  color: #cf3f3f;
}
.floor6 .floor_tit .floor_tit_left i {
  color: #cf3f3f;
}
.floor6 .floor_tit .floor_tit_tab .tab_wrap .tab_item.active {
  background: #cf3f3f;
}
.floor7 .floor_tit {
  border-bottom: 2px solid #003be3;
}
.floor7 .floor_tit .floor_tit_left {
  color: #003be3;
}
.floor7 .floor_tit .floor_tit_left i {
  color: #003be3;
}
.floor7 .floor_tit .floor_tit_tab .tab_wrap .tab_item.active {
  background: #003be3;
}
.floor8 .floor_tit {
  border-bottom: 2px solid #74a803;
}
.floor8 .floor_tit .floor_tit_left {
  color: #74a803;
}
.floor8 .floor_tit .floor_tit_left i {
  color: #74a803;
}
.floor8 .floor_tit .floor_tit_tab .tab_wrap .tab_item.active {
  background: #74a803;
}
.floor9 .floor_tit {
  border-bottom: 2px solid #0c7dff;
}
.floor9 .floor_tit .floor_tit_left {
  color: #0c7dff;
}
.floor9 .floor_tit .floor_tit_left i {
  color: #0c7dff;
}
.floor9 .floor_tit .floor_tit_tab .tab_wrap .tab_item.active {
  background: #0c7dff;
}
.case {
  margin-top: 20px;
  border: 1px solid #eaeaea;
  border-top: 2px solid #4cb6ff;
}
.case .case_news {
  width: 358px;
  padding: 0 38px 20px;
}
.case .case-tit {
  border-bottom: 1px solid #eaeaea;
  width: 100%;
  line-height: 52px;
  font-size: 18px;
}
.case .case-tit a {
  font-size: 12px;
  color: #777;
}
.case .case_news li {
  padding-top: 24px;
}
.case .case_news .date {
  width: 60px;
  height: 51px;
  border: 1px solid #eaeaea;
  text-align: center;
  padding: 8px;
  border-radius: 3px;
  background: #eee;
  color: #6b6b6b;
}
.case .case_news .date p {
  font-size: 14px;
  line-height: 26px;
  border-bottom: 1px solid #eaeaea;
}
.case .case_news .date span {
  font-size: 12px;
}
.case .case_news .list {
  width: 264px;
  border-bottom: 1px dashed #eaeaea;
}
.case .case_news .list b {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .case_news .list p {
  line-height: 45px;
}
.case_img {
  width: 760px;
}
.case-con {
  border-left: 1px solid #eaeaea;
  width: 100%;
  position: relative;
  margin-bottom: -1px;
  overflow: hidden;
}
.case-con:hover .next,
.case-con:hover .prev {
  display: block;
}
.case-con .next,
.case-con .prev {
  position: absolute;
  z-index: 999;
  top: 178px;
  cursor: pointer;
  border: 1px solid #eaeaea;
  background: rgba(0, 0, 0, 0.2);
  display: none;
}
.case-con .next i,
.case-con .prev i {
  font-size: 40px;
}
.case-con .prev {
  right: 0;
}
.picList {
  width: 110%;
}
.picList li {
  width: 256px;
  height: 200px;
  border: 1px solid #eaeaea;
  float: left;
  margin-left: -1px;
  margin-top: -1px;
}
.picList li a {
  display: block;
  height: 100%;
  width: 100%;
}
.picList li a .pic {
  width: 222px;
  height: 147px;
  overflow: hidden;
  margin: 9px auto;
}
.picList li a .pic img {
  width: 100%;
}
.picList li a span {
  display: block;
  width: 100%;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
}
.footer {
  border-top: 1px solid #eaeaea;
  margin-top: 38px;
}
.footer .footermid {
  width: 880px;
  margin: 30px auto;
}
.footer .footermid .dlwrap {
  float: left;
}
.footer .footermid .dlwrap dl {
  width: 160px;
  border-right: 1px solid #eaeaea;
  padding-left: 15px;
  height: 130px;
  float: left;
  font-size: 12px;
  line-height: 24px;
}
.footer .footermid .dlwrap dl dt {
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 200;
}
.footer .footermid .dlwrap dl dd a {
  color: #777;
}
.footer .footermid .contactwrap {
  float: right;
  text-align: center;
}
.footer .footermid .contactwrap i {
  font-size: 40px;
  color: #da251d;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.footer .footermid .contactwrap strong {
  font-size: 30px;
}
.footer .footermid .contactwrap p {
  font-size: 14px;
}
.footer .copyright {
  border-top: 1px solid #eaeaea;
  color: #777;
  font-size: 14px;
  text-align: center;
  padding-bottom: 80px;
}
/*需求大厅*/
.h20px {
  height: 20px;
}
.service_filter {
  margin: 0 auto;
  padding: 10px 0;
  margin-top: -1px;
  width: 1000px;
}
.service_filter .label {
  width: 100px;
  text-align: center;
  float: left;
  font-size: 12px;
  font-weight: 700;
}
.service_filter .filter {
  width: 1080px;
  text-align: left;
  float: left;
}
.service_filter .filter a {
  font-size: 12px;
  padding: 3px 9px;
  display: inline-block;
}
.service_filter .filter a.active {
  color: #da251d;
}
.require {
  width: 100%;
  border: 1px solid #eaeaea;
  background: #f5f5f5;
}
.require .require_btn {
  padding: 12px;
  font-size: 12px;
  float: left;
  background: #fff;
  color: #ea8411;
}
.require .top_page {
  float: right;
  font-size: 12px;
  padding: 12px;
}
.require .top_page a {
  padding: 5px 8px;
  color: #777;
}
.require .top_page .prev i {
  font-size: 12px;
}
.require .top_page .next i {
  font-size: 12px;
}
.require .top_page font {
  color: #da251d;
}
.require_list {
  margin: 0 auto;
  overflow: hidden;
}
.require_list .require_ul {
  width: 110%;
}
.require_list .require_item {
  margin-top: 20px;
  margin-right: 30px;
  float: left;
  width: 583px;
  border: 1px solid #eaeaea;
}
.require_list .require_item .require_tit {
  padding: 8px 12px;
  font-size: 14px;
  background: #f5f5f5;
  color: #777;
}
.require_list .require_item .require_tit b {
  float: left;
}
.require_list .require_item .require_tit span {
  float: right;
}
.require_list .require_item .require_con {
  font-size: 12px;
  padding: 10px 0;
}
.require_list .require_item .require_con .label {
  width: 70px;
  text-align: right;
  float: left;
  height: auto;
  line-height: 24px;
}
.require_list .require_item .require_con .con {
  width: 496px;
  float: left;
  line-height: 24px;
}
/*分页*/
.page {
  float: right;
}
.page ul li {
  float: left;
  color: #777;
  font-size: 12px;
  background: #f5f5f5;
  margin-left: 5px;
}
.page ul li.active {
  color: #da251d;
}
.page ul li.active a {
  color: #da251d;
}
.page ul li a {
  color: #777;
  font-size: 12px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
}
/*面包屑导航*/
.cut_nav {
  margin: 0 auto;
  padding: 5px 0;
}
.cut_nav a {
  font-size: 12px;
  color: #777;
}
/*发布需求表单*/
.pub_require {
  margin: 0 auto;
}
.pub_require .tit {
  font-size: 20px;
  color: #ea8411;
  text-align: center;
  padding: 20px;
  font-weight: 500;
}
.pub_require .row {
  width: 695px;
  margin: 0 auto;
  padding: 10px 0;
}
.pub_require .row .label {
  width: 88px;
  text-align: center;
  font-size: 12px;
  float: left;
  color: #777;
  line-height: 30px;
  height: 30px;
}
.pub_require .row .input {
  border: 1px solid #eaeaea;
  float: left;
  height: 30px;
  width: 595px;
}
.pub_require .row .input input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  text-indent: 5px;
  margin: 0 auto;
}
.pub_require .row .textarea {
  border: 1px solid #eaeaea;
  float: left;
  height: auto;
  width: 595px;
}
.pub_require .row .textarea textarea {
  width: 100%;
  border: none;
  outline: none;
  text-indent: 5px;
  padding: 8px 0;
}
.sub_btn {
  padding: 0 20px;
  cursor: pointer;
  background: #da251d;
  font-size: 12px;
  color: #fff;
  border: #eaeaea;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}
.sub_btn.bg_y {
  background: #ea8411;
  display: inline-block;
  font-size: 12px;
  float: left;
}
/*服务大厅排序*/
.service_list .left {
  width: 973px;
  float: left;
}
.service_list .right {
  width: 212px;
  overflow: hidden;
  float: right;
}
.service_list .right .order_tit {
  height: 30px;
  line-height: 30px;
  background: #f5f5f5;
  font-size: 12px;
  padding-left: 10px;
}
.service_list .right .ads {
  border: 1px solid #eaeaea;
  width: 210px;
}
.service_list .right .ads img {
  width: 100%;
}
.service_list .right .deal_order {
  border: 1px solid #eaeaea;
  margin-top: 20px;
}
.service_list .right .deal_order .deal_list .item {
  width: 210px;
  height: 278px;
  border-bottom: 1px dashed #eaeaea;
  margin-right: 15px;
  margin-top: 15px;
  margin-bottom: -1px;
}
.service_list .right .deal_order .deal_list .item .pic {
  width: 145px;
  height: 180px;
  overflow: hidden;
  margin: 12px auto;
}
.service_list .right .deal_order .deal_list .item .pic img {
  width: 100%;
}
.service_list .right .deal_order .deal_list .item .title_list {
  width: 190px;
  margin: 0 auto;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: box;
  box-orient: vertical;
}
.service_list .right .deal_order .deal_list .item .bottom {
  width: 190px;
  margin: 12px auto;
  font-size: 14px;
}
.service_list .right .deal_order .deal_list .item .bottom b {
  color: #da251d;
}
.service_list .right .deal_order .deal_list .item .bottom span {
  float: right;
  color: #da251d;
}
.service_list .filter_click {
  font-size: 12px;
  color: #777;
}
.service_list .filter_click li {
  float: left;
  padding: 12px;
  cursor: pointer;
}
.service_list .filter_click li i {
  font-size: 12px;
  padding-left: 2px;
  color: #999;
}
.service_list .filter_click li input {
  opacity: 0;
}
.listwrap {
  width: 974px;
  overflow: hidden;
}
.listwrap .wrapul {
  width: 110%;
  margin-left: 1px;
}
.listwrap .wrapul .item {
  width: 230px;
  height: 278px;
  border: 1px solid #eaeaea;
  margin-right: 15px;
  margin-top: 15px;
  float: left;
}
.listwrap .wrapul .item .pic {
  width: 145px;
  height: 180px;
  overflow: hidden;
  margin: 12px auto;
}
.listwrap .wrapul .item .pic img {
  width: 100%;
}
.listwrap .wrapul .item .title_list {
  width: 190px;
  margin: 0 auto;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: box;
  box-orient: vertical;
}
.listwrap .wrapul .item .bottom {
  width: 190px;
  margin: 12px auto;
  font-size: 14px;
}
.listwrap .wrapul .item .bottom b {
  color: #da251d;
}
.listwrap .wrapul .item .bottom span {
  float: right;
  color: #da251d;
}
/*详情页面*/
.goods_info_wrap {
  margin: 0 auto;
}
.goods_info_wrap .img_info {
  width: 410px;
  height: 510px;
  overflow: hidden;
  float: left;
}
.goods_info_wrap .img_info img {
  width: 100%;
}
.goods_info_wrap .text_info {
  float: left;
  margin-left: 38px;
}
.goods_info_wrap .text_info .goods_row {
  padding: 8px 0;
  width: 750px;
}
.goods_info_wrap .text_info .goods_row .label {
  width: 60px;
  font-size: 12px;
  text-align: right;
  color: #777;
  float: left;
  line-height: 34px;
}
.goods_info_wrap .text_info .goods_row .item_filter {
  cursor: pointer;
  padding: 8px;
  font-size: 12px;
  float: left;
  color: #777;
  border: 1px solid #eaeaea;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
}
.goods_info_wrap .text_info .goods_row .item_filter.active {
  border: 1px solid #da251d;
}
.goods_info_wrap .text_info .goods_row .item_filter.active i {
  display: block;
}
.goods_info_wrap .text_info .goods_row .item_filter i {
  position: absolute;
  right: 0;
  bottom: -1px;
  font-size: 20px;
  color: #da251d;
  display: none;
}
.goods_info_wrap .text_info .goods_tit {
  color: #333;
  font-size: 16px;
}
.goods_info_wrap .text_info .goods_price .price {
  font-size: 12px;
  color: #da251d;
}
.goods_info_wrap .text_info .goods_price .price b {
  font-size: 22px;
  font-weight: 500;
}
.goods_info_wrap .text_info .goods_price .market {
  font-size: 12px;
  color: #777;
  text-decoration: line-through;
}
.goods_info_wrap .pay_way {
  height: 19px;
  width: 281px;
  float: left;
  background: url("../img/pay_13.jpg");
  margin-top: 8px;
}
.goods_info_wrap .add_cut {
  float: left;
  width: 100px;
  height: 30px;
  border: 1px solid #eaeaea;
  display: inline-block;
  cursor: pointer;
}
.goods_info_wrap .add_cut .add {
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  float: left;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.goods_info_wrap .add_cut .cut {
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  float: left;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.goods_info_wrap .add_cut .num {
  height: 30px;
  width: 38px;
  border: none;
  outline: none;
  text-align: center;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  float: left;
}
.border_b_1 {
  border-bottom: dashed 1px #eaeaea;
}
.buy_btn {
  height: 40px;
  width: 148px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  border: none;
  outline: none;
  background: #ea8411;
  margin-right: 40px;
  font-family: "微软雅黑";
  cursor: pointer;
}
.buy_btn:hover {
  background: #ff9113;
}
.addcar_btn {
  height: 40px;
  width: 148px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  border: none;
  outline: none;
  background: #ea8411;
  margin-right: 40px;
  font-family: "微软雅黑";
  cursor: pointer;
  background: #da251d;
}
.addcar_btn:hover {
  background: #ff9113;
}
.addcar_btn:hover {
  background: #f02920;
}
.detail_tit_wrap {
  border: 1px solid #eaeaea;
}
.detail_tit_wrap .tit_top {
  padding: 12px;
  font-size: 14px;
  color: #333;
  float: left;
  cursor: pointer;
  border-right: 1px solid #eaeaea;
  position: relative;
  z-index: 0;
  border-top: 1px solid #eaeaea;
  margin-top: -1px;
}
.detail_tit_wrap .tit_top.active {
  border-top: 1px solid #da251d;
}
#comment .comment_item {
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
}
#comment .comment_item .username {
  font-size: 12px;
  text-align: left;
  color: #777;
}
#comment .comment_item .comment_con {
  font-size: 12px;
  color: #333;
  padding: 5px;
}
#comment .comment_item .comment_data {
  font-size: 12px;
  color: #777;
  text-align: right;
}
.detail_con_wrap .con_wrap {
  display: none;
}
#detail_main {
  display: block;
  padding-top: 10px;
  padding-bottom: 20px;
}
#detail_main img {
  width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
}
/*登录注册*/
.valideform .tit_h3 {
  line-height: 40px;
  font-size: 18px;
  font-weight: 500;
  text-indent: 110px;
}
.valideform .form_row {
  font-size: 14px;
  color: #777;
}
.valideform .form_row label {
  width: 105px;
  text-align: center;
  display: inline-block;
  text-align: right;
}
.valideform .form_row i {
  padding: 4px;
  color: #da251d;
  font-style: normal;
  font-weight: bold;
}
.valideform .form_row input[type=tel],
.valideform .form_row input[type=text],
.valideform .form_row input[type=password],
.valideform .form_row input[type=button] {
  width: 268px;
  height: 30px;
  border: 1px solid #eaeaea;
  text-indent: 10px;
}
.valideform .form_row p {
  margin-left: 105px;
  font-size: 12px;
  padding-top: 4px;
  padding-bottom: 6px;
}
.valideform .form_row img {
  width: 70px;
  height: 32px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  margin-right: 10px;
}
.valideform .form_row input[type=checkbox] {
  vertical-align: middle;
  margin-right: 5px;
}
.valideform .form_row .chang_codeimg {
  font-size: 12px;
  color: #4CB6FF;
}
.valideform .form_row .agreen_text {
  color: #777;
  font-size: 10px;
  padding: 10px 0;
}
.valideform .form_row .agreen_text a {
  color: #ea8411;
}
.valideform .form_row .register_btn {
  background: url("../img/register_18.png") no-repeat;
  height: 34px;
  width: 264px;
  border: none;
  outline: none;
  margin-top: 10px;
  cursor: pointer;
}
.valideform .form_row .login_btn {
  background: url("../img/login_18.png") no-repeat;
  height: 34px;
  width: 264px;
  border: none;
  outline: none;
  margin-top: 10px;
  cursor: pointer;
}
.valideform #phoneCode {
  width: 126px;
}
.valideform #reCode {
  width: 100px;
}
#btn_60s {
  background: #f5f5f5;
  height: 32px;
  width: 126px;
  margin-left: 10px;
  border: none;
}
.Validform_wrong {
  color: #da251d;
}
.Validform_right {
  color: green;
}
.leftform {
  width: 596px;
  border-right: 1px solid #eaeaea;
  float: left;
}
.rightform {
  width: 540px;
  padding-top: 40px;
  float: right;
  font-size: 12px;
  color: #777;
}
.rightform .btn_login {
  padding: 6px 18px;
  font-size: 14px;
  background: #ff9113;
  color: #fff;
  margin-left: 5px;
  border-radius: 3px;
}
.rightform p {
  padding-top: 10px;
}
.rightform .qqlogin {
  height: 18px;
  width: 44px;
  display: inline-block;
  background: url("../img/qqlogin_14.jpg") no-repeat;
  margin-top: 10px;
  margin-right: 10px;
}
/*资讯页面*/
.minibanner {
  height: auto;
}
.minibanner img {
  width: 100%;
  height: auto;
}
.fixed {
  position: fixed;
  top: 0;
}
.message_wrap {
  position: relative;
}
.messages_list {
  width: 860px;
}
.messages_list .messages_item {
  padding: 20px;
  background: #f9f9f9;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
}
.messages_list .messages_item .title_mesg {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 20px;
}
.messages_list .messages_item .pic {
  width: 150px;
  height: 92px;
  overflow: hidden;
  float: left;
}
.messages_list .messages_item .pic img {
  width: 100%;
}
.messages_list .messages_item .right {
  width: 632px;
  float: right;
}
.messages_list .messages_item .right p {
  line-height: 26px;
  font-size: 12px;
  color: #777;
  margin-bottom: 22px;
}
.messages_list .messages_item .right .more_mesg {
  float: left;
  font-size: 14px;
  color: #0aa4ea;
}
.messages_list .messages_item .right .more_mesg .iconfont {
  font-size: 14px;
}
.messages_list .messages_item .right span {
  float: right;
  font-size: 12px;
  color: #777;
  margin-left: 10px;
}
.message_right {
  width: 320px;
  float: right;
}
.message_right .ads {
  width: 320px;
  height: auto;
  overflow: hidden;
}
.message_right .ads img {
  width: 100%;
}
.message_info_list {
  width: 318px;
  border: 1px solid #eaeaea;
  border-top: 2px solid #da251d;
  margin-top: 20px;
}
.message_info_list .tit_info {
  font-size: 16px;
  color: #777;
  padding-left: 20px;
  font-weight: normal;
  line-height: 40px;
  border-bottom: 1px solid #eaeaea;
}
.message_info_list .list_wrap {
  padding-left: 20px;
}
.message_info_list .list_wrap .mesg_tit {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  padding: 10px 0;
}
.message_info_list .list_wrap .mesg_tit span {
  width: 16px;
  height: 20px;
  line-height: 16px;
  text-align: center;
  background: #dddddd;
  color: #fff;
  float: left;
  font-size: 12px;
  margin-right: 10px;
}
.message_info_list .list_wrap .mesg_tit a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 236px;
  display: inline-block;
  float: left;
}
.message_info_list .list_wrap .mesg_pic {
  width: 124px;
  height: 69px;
  overflow: hidden;
  float: left;
}
.message_info_list .list_wrap .mesg_pic img {
  width: 100%;
}
.message_info_list .list_wrap .mesg_text {
  float: left;
  width: 130px;
  padding-left: 15px;
  padding-bottom: 10px;
}
.message_info_list .list_wrap .mesg_text p {
  padding-top: 10px;
  color: #777;
  font-size: 12px;
}
.message_info_list .list_wrap .mesg_text a {
  color: #333;
  font-size: 12px;
  margin-top: 20px;
  display: inline-block;
}
.message_info_list .list_wrap .mesg_con {
  display: none;
}
.message_info_list .list_wrap .mesg_con.show {
  display: block;
}
.mesg_info_item:nth-of-type(1) .mesg_tit span {
  background: #ff9113;
}
.mesg_info_item:nth-of-type(2) .mesg_tit span {
  background: #ff9113;
}
.mesg_info_item:nth-of-type(3) .mesg_tit span {
  background: #ff9113;
}
.message_detail_wrap {
  width: 860px;
  float: left;
}
.message_detail_wrap .mesg_tit {
  text-align: center;
  border-bottom: 1px dashed #eaeaea;
  width: 820px;
  margin: 0 auto;
}
.message_detail_wrap .mesg_tit h4 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  padding-bottom: 20px;
}
.message_detail_wrap .mesg_tit p {
  font-size: 14px;
  text-align: center;
  color: #777;
  padding-bottom: 20px;
}
.message_detail_wrap .other_mesg_tit p {
  font-size: 14px;
  color: #777;
  margin: 5px 0;
}
.message_detail_wrap .other_mesg_tit p a {
  color: #777;
}
#mesg_detail {
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
}
#mesg_detail img {
  width: 80%;
  display: block;
  margin: 10px auto;
  height: auto;
}
/*案例列表*/
.case_wrap ul {
  width: 110%;
}
.case_wrap .case_item {
  width: 255px;
  float: left;
  margin-right: 60px;
}
.case_wrap .case_item:hover .case_tit {
  color: #ea8411;
}
.case_wrap .case_item .case_pic {
  width: 100%;
  height: 318px;
  overflow: hidden;
}
.case_wrap .case_item .case_pic img {
  width: 100%;
}
.case_wrap .case_item .terrace_pic {
  width: 100%;
  height: 140px;
  overflow: hidden;
}
.case_wrap .case_item .terrace_pic img {
  width: 100%;
}
.case_wrap .case_item .case_tit {
  width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 18px;
  font-size: 14px;
  color: #777;
}
/*个人中心*/
.border_red {
  width: 100%;
  min-width: 1200px;
  height: 2px;
  background: #da251d;
}
.user_center .mune_left_user {
  float: left;
  width: 156px;
  border: 1px solid #eaeaea;
  border-top: 2px solid #da251d;
}
.user_center .mune_left_user dt {
  height: 36px;
  font-size: 14px;
  color: #333;
  line-height: 36px;
  text-align: left;
  text-indent: 15px;
  background: #f5f5f5;
}
.user_center .mune_left_user dd {
  font-size: 12px;
  color: #777;
  line-height: 26px;
  text-align: left;
  text-indent: 15px;
}
.user_center .mune_left_user dd a {
  display: block;
}
.user_center .mune_left_user dd:hover {
  background: #dddddd;
}
.con_right_user {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  border: 1px solid #eaeaea;
}
.con_right_user .con_right_tit {
  font-size: 14px;
  line-height: 38px;
  text-indent: 15px;
  color: #777;
  border-bottom: 1px solid #eaeaea;
}
.con_right_user .status_nav {
  margin-bottom: 20px;
  margin-top: 8px;
}
.con_right_user .status_nav .nav_wrap .nav_item {
  float: left;
  margin-left: 15px;
  margin-right: 10px;
  padding-bottom: 4px;
  padding-left: 5px;
  padding-right: 5px;
}
.con_right_user .status_nav .nav_wrap .nav_item.active {
  border-bottom: 2px solid #ea8411;
}
.con_right_user .status_nav .nav_wrap .nav_item.active a {
  font-size: 16px;
  color: #ea8411;
  font-weight: 400px;
}
.con_right_user .status_nav .nav_wrap .nav_item a {
  font-size: 14px;
}
.order_table_wrap {
  width: 960px;
  margin: 10px auto;
  border: 1px solid #eaeaea;
}
.order_table_wrap .table_tit {
  line-height: 35px;
  background: #dfdfdf;
  font-size: 14px;
  color: #333;
}
.order_table_wrap .table_tit .tit_span {
  float: left;
  text-align: center;
}
.order_table_wrap .table_tit .tit_goods_name {
  width: 342px;
}
.order_table_wrap .table_tit .tit_user_name {
  width: 115px;
}
.order_table_wrap .table_tit .tit_first_money {
  width: 110px;
}
.order_table_wrap .table_tit .tit_count_money {
  width: 110px;
}
.order_table_wrap .table_tit .tit_goods_status {
  width: 164px;
}
.order_table_wrap .table_tit .tit_goods_operation {
  width: 118px;
}
.order_table_wrap .order_num {
  font-size: 12px;
  color: #333;
  line-height: 34px;
  text-indent: 15px;
  background: #f7f7f7;
}
.order_table_wrap .order_num span {
  color: #da251d;
}
.order_table_wrap .order_item:hover {
  background: #fdfbf3;
}
.order_table_wrap .order_item:hover .order_num {
  background: #fdfbf3;
}
.order_table_wrap .item_goods_info .goods_pic {
  margin-left: 20px;
  width: 50px;
  height: 63px;
  overflow: hidden;
  float: left;
}
.order_table_wrap .item_goods_info .goods_pic img {
  width: 100%;
}
.order_table_wrap .item_goods_info .goods_text {
  float: left;
  padding-left: 10px;
  font-size: 12px;
  line-height: 20px;
}
.order_table_wrap .item_goods_info .goods_text .tit_link {
  width: 238px;
  color: #0AA4EA;
}
.order_table_wrap .item_goods_info .goods_text .con_link {
  width: 238px;
}
.order_table_wrap .item_goods_info .info_wrap {
  padding-top: 10px;
  padding-bottom: 10px;
}
.order_table_wrap .item_goods_info .tit_goods_name {
  width: 342px;
  float: left;
}
.order_table_wrap .item_goods_info .tit_user_name {
  width: 115px;
  float: left;
  text-align: center;
  font-size: 12px;
  line-height: 83px;
}
.order_table_wrap .item_goods_info .tit_first_money {
  width: 110px;
  float: left;
  text-align: center;
  font-size: 12px;
  line-height: 83px;
}
.order_table_wrap .item_goods_info .tit_count_money {
  width: 110px;
  float: left;
  text-align: center;
  font-size: 12px;
  line-height: 83px;
}
.order_table_wrap .item_goods_info .tit_goods_status {
  width: 164px;
  float: left;
  text-align: center;
  font-size: 12px;
  line-height: 83px;
}
.order_table_wrap .item_goods_info .tit_goods_operation {
  width: 118px;
  float: left;
  text-align: center;
  font-size: 12px;
  line-height: 83px;
  line-height: 0;
}
.order_table_wrap .pay_btn {
  width: 82px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  background: #da251d;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 3px;
}
.order_table_wrap .pay_btn:hover {
  background: #f02920;
}
.order_table_wrap .other_link {
  color: #0AA4EA;
  font-size: 12px;
  display: block;
  width: 100%;
  line-height: 18px;
}
.table_common_style {
  float: left;
  text-align: center;
  font-size: 12px;
  line-height: 83px;
}
/*案例详情*/
.case_detail_wrap .tit_case {
  font-size: 22px;
  color: #333;
  line-height: 60px;
  text-align: center;
  font-weight: 400;
}
.case_detail_wrap .banner {
  margin: 0 auto 20px;
  width: 640px;
}
.case_detail_wrap .large_box {
  margin-bottom: 10px;
  width: 640px;
  height: 800px;
  overflow: hidden;
  border: 1px solid;
}
.case_detail_wrap .large_box li {
  width: 640px;
  height: 800px;
}
.case_detail_wrap .large_box img {
  display: block;
  width: 100%;
}
.case_detail_wrap .small_box {
  width: 640px;
  height: 73px;
  overflow: hidden;
}
.case_detail_wrap .small_list {
  position: relative;
  float: left;
  width: 590px;
  height: 73px;
  overflow: hidden;
}
.case_detail_wrap .small_list ul {
  height: 73px;
  overflow: hidden;
}
.case_detail_wrap .small_list ul li {
  position: relative;
  float: left;
  margin-right: 10px;
  width: 64px;
}
.case_detail_wrap .small_list ul li img {
  display: block;
  width: 100%;
}
.case_detail_wrap .small_list ul li .bun_bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 73px;
  background: #000;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.case_detail_wrap .small_list ul li.on .bun_bg {
  display: block;
}
.case_detail_wrap .btn {
  display: block;
  width: 20px;
  height: 73px;
  background-color: #777;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.case_detail_wrap .btn:hover {
  background-color: #e7000e;
}
.case_detail_wrap .left_btn {
  float: left;
  margin-right: 10px;
  background-image: url("../img/left_btn.png");
}
.case_detail_wrap .right_btn {
  float: right;
  background-image: url("../img/right_btn.png");
}
/*订单详情*/
.order_detail .label_order {
  width: 78px;
  padding-left: 15px;
  font-size: 14px;
  color: #777;
  vertical-align: top;
  line-height: 36px;
}
.order_detail .porcess {
  width: 290px;
  height: 10px;
  border-radius: 5px;
  background: #f5f5f5;
  position: relative;
  overflow: hidden;
  margin-top: 14px;
}
.order_detail .porcess span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: block;
  background: #da251d;
  border-radius: 5px;
}
.order_detail p {
  font-size: 14px;
  line-height: 36px;
}
.order_detail .redprice {
  color: #da251d;
  font-size: 24px;
}
.order_detail .goods_list_table {
  width: 930px;
  margin: 0 auto 0 15px;
  border: 1px solid #eaeaea;
}
.order_detail .goods_list_table .w400 {
  width: 400px;
}
.order_detail .goods_list_table th {
  background: #f5f5f5;
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
}
.order_detail .goods_list_table td {
  font-size: 14px;
  color: #777;
  padding: 8px 0;
  text-align: center;
}
.order_detail .goods_list_table tr:hover {
  background: #f5f5f5;
}
.order_detail .count_text {
  color: #777;
  padding: 8px 0;
  text-align: right;
  font-size: 12px;
}
.order_detail .count_text .count_price {
  font-size: 20px;
  color: #da251d;
}
/*我的优惠券*/
.order_table_wrap .coupon span {
  width: 33.33%;
  font-size: 14px;
  color: #333;
  float: left;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.order_table_wrap .coupon span.active {
  background: #da251d;
  color: #fff;
}
.order_table_wrap .input_code {
  background: #f5f5f5;
  padding: 10px 15px;
}
.order_table_wrap .input_code input {
  width: 240px;
  height: 28px;
  border: 1px solid #eaeaea;
  background: #fff;
  text-indent: 10px;
  outline: none;
}
.order_table_wrap .input_code button {
  padding: 0 10px;
  height: 28px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  margin-left: 10px;
  outline: none;
  cursor: pointer;
  color: #fff;
  background: #da251d;
}
.order_table_wrap .table_coupon table {
  width: 100%;
}
.order_table_wrap .table_coupon table th {
  background: #f5f5f5;
  padding: 8px;
  font-size: 14px;
  font-weight: normal;
}
.order_table_wrap .table_coupon table td {
  padding: 8px;
  font-size: 14px;
  color: #777;
  text-align: center;
}
.order_table_wrap .table_coupon table tr:hover {
  background: #f5f5f5;
}
/*商品评价*/
.order_table_wrap .comment_table table {
  width: 100%;
  font-size: 12px;
}
.order_table_wrap .comment_table table th {
  background: #f5f5f5;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  padding: 8px;
}
.order_table_wrap .comment_table table td {
  text-align: center;
  padding: 8px;
}
.order_table_wrap .comment_table table tr:hover {
  background: #f5f5f5;
}
.order_table_wrap .wrap_info {
  width: 400px;
  font-size: 12px;
  line-height: 20px;
}
.order_table_wrap .wrap_info .l_img {
  width: 50px;
  height: 63px;
  overflow: hidden;
}
.order_table_wrap .wrap_info .l_img img {
  width: 100%;
}
.order_table_wrap .wrap_info .r_text {
  width: 250px;
  text-align: left;
  padding-left: 15px;
}
.order_table_wrap .wrap_info .r_text .r_text_tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #4CB6FF;
}
.order_table_wrap .wrap_info .r_text .r_text_con {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: box;
  box-orient: vertical;
}
.order_table_wrap .comment_text {
  width: 300px;
  text-align: left;
  font-size: 12px;
  color: #777;
}
.order_table_wrap .span_open {
  color: #ea8411;
  cursor: pointer;
}
.order_table_wrap .check_open {
  opacity: 0;
}
/*我的收藏*/
.order_table_wrap .check_tit {
  text-align: left !important;
}
.order_table_wrap .btn_link {
  color: #4CB6FF;
  border: none;
  outline: none;
  margin-left: 10px;
  cursor: pointer;
}
.order_table_wrap .btn_link:hover {
  background: #fff;
}
/*收货地址*/
.address_table table {
  width: 100%;
}
.address_table table th {
  background: #f5f5f5;
  padding: 8px;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}
.address_table table td {
  padding: 8px;
  font-size: 14px;
  vertical-align: top;
  border-bottom: dashed 1px #eaeaea;
}
.address_table table .address_td {
  width: 320px;
}
.address_table table .phone_td {
  width: 170px;
}
.address_table table .other_td {
  width: 280px;
  vertical-align: bottom;
  color: #4CB6FF;
}
.address_table table .other_td label {
  padding: 5px;
  cursor: pointer;
}
.address_table table .other_td label input[name=address] {
  opacity: 0;
}
.address_table table .other_td button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  color: #4CB6FF;
}
.address_table table .other_td .del_td {
  color: #da251d;
}
.address_table table tr:hover {
  background: #f5f5f5;
}
.address_table .new_address {
  padding: 4px 6px;
  background: #da251d;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 3px;
}
.address_table .new_address_tr {
  color: #777;
  font-size: 12px;
}
.address_table .new_address_tr span {
  color: #da251d;
}
.address_table .gray_color {
  color: #777;
}
.address_table .label_td {
  color: #777;
}
.new_address_modul {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
}
.new_address_modul .new_address_wrap {
  background: #fff;
  padding: 10px;
  width: 790px;
  margin: 0 auto;
}
.new_address_modul .new_address_wrap .tit_close {
  height: 30px;
  background: #f5f5f5;
}
.new_address_modul .new_address_wrap .tit_close .close_btn {
  line-height: 30px;
  font-size: 20px;
  color: #777;
  cursor: pointer;
  margin-right: 10px;
}
.new_address_modul .new_address_wrap .con_wrap {
  padding: 10px;
  font-size: 14px;
  color: #333;
}
.new_address_modul .new_address_wrap .con_wrap .input_tit {
  padding-top: 8px;
}
.new_address_modul .new_address_wrap .con_wrap .input_tit .require_need {
  color: #da251d;
  padding: 4px 4px 4px 0;
}
.new_address_modul .new_address_wrap .con_wrap .input_tit .tel {
  padding-left: 153px;
}
.new_address_modul .new_address_wrap .con_wrap .input_form {
  height: 30px;
  width: 200px;
  border: 1px solid #ddd;
  text-indent: 10px;
}
.new_address_modul .new_address_wrap .con_wrap .select_form {
  height: 30px;
  border: 1px solid #ddd;
}
.new_address_modul .new_address_wrap .con_wrap .textarea_form {
  width: 540px;
  border: 1px solid #ddd;
}
.new_address_modul .new_address_wrap .con_wrap .detali_address {
  width: 600px;
}
.new_address_modul .new_address_wrap .btn_group {
  padding-top: 20px;
  padding-bottom: 40px;
}
.new_address_modul .new_address_wrap .btn_group button {
  padding: 5px 10px;
  background: #f5f5f5;
  border: 1px solid #eaeaea;
}
.new_address_modul .new_address_wrap .btn_group .sub_address_btn {
  background: #4CB6FF;
  color: #fff;
  cursor: pointer;
}
/*发布的需求*/
.order_table_wrap .address_table .tit_th td {
  background: #f5f5f5;
  text-align: center;
}
.order_table_wrap .address_table .con_td td {
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
}
.order_table_wrap .address_table .con_td .edit_pro {
  background: none;
  color: #4CB6FF;
  border: none;
  cursor: pointer;
  padding: 6px;
}
/*机构详情*/
.organization {
  position: relative;
  background: #f5f5f5;
  font-size: 14px;
  padding: 40px 20px;
  margin-bottom: 80px;
}
.organization hr {
  margin-bottom: 20px;
}
.organization .tit_wrap {
  text-align: center;
}
.organization .tit {
  height: 60px;
  background: #fff;
  color: #333;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
  min-width: 270px;
  margin: 0 auto;
  box-shadow: 0 0 6px #999;
}
.organization_main .organization_img {
  width: 280px;
  height: 188px;
  overflow: hidden;
  display: inline-block;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.organization_main .organization_img img {
  width: 100%;
}
.organization_main p {
  display: inline;
  line-height: 30px;
}
.organization_zizhi img {
  height: 200px;
  width: auto;
  margin: 5px;
}
.multipleColumn {
  overflow: hidden;
  position: relative;
  width: 1130px;
  border: 1px solid #ccc;
  background: #fff;
  margin: 10px auto;
}
.multipleColumn .hd {
  overflow: hidden;
  height: 30px;
  background: #f4f4f4;
  padding: 0 10px;
}
.multipleColumn .hd .prev,
.multipleColumn .hd .next {
  display: block;
  width: 5px;
  height: 9px;
  float: right;
  margin-right: 5px;
  margin-top: 10px;
  overflow: hidden;
  cursor: pointer;
  background: url("../img/icoLeft.gif") no-repeat;
}
.multipleColumn .hd .next {
  background: url("../img/icoRight.gif") no-repeat;
}
.multipleColumn .hd ul {
  float: right;
  overflow: hidden;
  margin-top: 10px;
  zoom: 1;
}
.multipleColumn .hd ul li {
  float: left;
  width: 9px;
  height: 9px;
  overflow: hidden;
  margin-right: 5px;
  text-indent: -999px;
  cursor: pointer;
  background: url("../img/icoCircle.gif") 0 -9px no-repeat;
}
.multipleColumn .hd ul li.on {
  background-position: 0 0;
}
.multipleColumn .bd {
  padding: 10px;
  overflow: hidden;
}
.multipleColumn .bd ul {
  overflow: hidden;
  zoom: 1;
  width: 100%px;
  float: left;
  _display: inline;
}
.multipleColumn .bd ul li {
  margin: 0 8px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  margin-bottom: 10px;
  width: 258px;
  height: 323px;
}
.multipleColumn .bd ul li .pics {
  text-align: center;
  width: 100%;
}
.multipleColumn .bd ul li .pics img {
  width: 100%;
}
.multipleColumn .pageState {
  float: right;
  line-height: 30px;
  padding-right: 15px;
}
.multipleColumn .picList li {
  position: relative;
}
.multipleColumn .picList .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*平台介绍*/
.introduce_bowen table {
  width: 100%;
}
.introduce_bowen table tr:nth-of-type(even) {
  background: #f5f5f5;
}
.introduce_bowen table td {
  padding: 10px;
}
.introduce_bowen table p {
  display: inline;
  font-size: 16px;
  color: #777;
  line-height: 30px;
}
.introduce_bowen table h3 {
  font-size: 38px;
  font-weight: 400;
  padding: 15px;
}
.introduce_bowen table .colorspan span {
  display: inline-block;
}
.introduce_bowen table dl {
  width: 100%;
  display: block;
  background: #f3f3f3;
  padding: 20px;
  border: 1px solid #fff;
}
.introduce_bowen table dl dt {
  font-size: 20px;
  float: left;
}
.introduce_bowen table dl dd {
  font-size: 14px;
  float: left;
  padding: 5px 10px;
}
/*帮助中心*/
.help_container {
  background: #f5f5f5;
  padding-bottom: 60px;
}
.help_container .help_nav {
  float: left;
}
.help_container .help_nav ul {
  width: 250px;
}
.help_container .help_nav li {
  width: 100%;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  background: #fafafa;
  margin-bottom: 1px;
  color: #777;
}
.help_container .help_nav li i {
  font-size: 14px;
  color: #da251d;
  float: right;
  padding-right: 20px;
  opacity: 0;
}
.help_container .help_nav li a {
  display: block;
  color: #333;
}
.help_container .help_nav li a.active {
  color: #da251d;
}
.help_container .help_nav li a.active i {
  opacity: 1;
}
.help_container .help_text {
  padding: 20px 60px;
  background: #fff;
  width: 830px;
  float: right;
}
.help_container .help_path {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
}
.help_container .help_path a {
  color: #777;
  font-size: 14px;
}
.help_container .help_main_text h3 {
  font-weight: normal;
  color: #333;
  line-height: 50px;
}
.help_container .help_main_text p {
  font-size: 16px;
  color: #777;
  line-height: 24px;
  text-indent: 35px;
}
.help_container .help_main_text img {
  width: 100%;
}
/*购物车*/
.order_process_bar {
  width: 755px;
  margin: 15px auto;
}
.step {
  width: 250px;
  height: 8px;
  background: #f5f5f5;
  border-radius: 4px;
  float: left;
  margin-left: -5px;
}
.step.on {
  background: #7abd54;
  position: relative;
  z-index: 9;
}
.step.on span {
  background: #7abd54;
  color: #fff;
}
.step.on p {
  color: #7abd54;
}
.step span {
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  color: #777;
  font-size: 12px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  background: #f5f5f5;
  position: relative;
  top: -11px;
}
.step p {
  text-align: center;
  width: 100%;
  font-size: 14px;
  color: #777;
  line-height: 0;
}
.shopcar_list_table table {
  width: 100%;
  font-size: 14px;
  color: #777;
  border: 1px solid #eaeaea;
}
.shopcar_list_table table .goods_info_tit {
  width: 410px;
}
.shopcar_list_table table .item_price {
  text-align: center;
  border: none;
  background: transparent;
  color: #777;
}
.shopcar_list_table table .no_checked {
  background: #f5f5f5;
  color: #d3d3d3;
}
.shopcar_list_table table .no_checked a {
  color: #d3d3d3;
}
.shopcar_list_table table .no_checked .r_text_tit {
  color: #d3d3d3 !important;
}
.shopcar_list_table table .no_checked img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.shopcar_list_table table .no_checked .item_price {
  color: #eaeaea;
}
.shopcar_list_table table .no_checked .add_cut {
  cursor: not-allowed;
}
.shopcar_list_table table .del_item {
  background: none;
  padding: 8px;
  color: #da251d;
  border: none;
  cursor: pointer;
}
.shopcar_list_table table .add_cut {
  margin: auto;
  width: 100px;
  height: 30px;
  border: 1px solid #eaeaea;
  display: inline-block;
  cursor: pointer;
}
.shopcar_list_table table .add_cut .add {
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  float: left;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.shopcar_list_table table .add_cut .cut {
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  float: left;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.shopcar_list_table table .add_cut .num {
  height: 30px;
  width: 38px;
  border: none;
  outline: none;
  text-align: center;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  float: left;
}
.shopcar_list_table table th {
  text-align: center;
  font-weight: normal;
  padding: 5px;
  background: #f5f5f5;
}
.shopcar_list_table table td {
  text-align: center;
  padding: 5px;
  font-size: 12px;
  border-bottom: 1px solid #eaeaea;
}
.shopcar_list_table table .check_td {
  width: 100px;
}
.shopcar_list_table table input[type=checkbox] {
  vertical-align: middle;
}
.shopcar_list_table table tr:hover {
  background: #fffdee;
}
.shopcar_list_table table .wrap_info {
  width: 400px;
  font-size: 12px;
  line-height: 20px;
}
.shopcar_list_table table .wrap_info .l_img {
  width: 50px;
  height: 63px;
  overflow: hidden;
}
.shopcar_list_table table .wrap_info .l_img img {
  width: 100%;
}
.shopcar_list_table table .wrap_info .r_text {
  width: 250px;
  text-align: left;
  padding-left: 15px;
}
.shopcar_list_table table .wrap_info .r_text .r_text_tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #4CB6FF;
}
.shopcar_list_table table .wrap_info .r_text .r_text_con {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: box;
  box-orient: vertical;
}
.shopcar_list_table .gotopay {
  text-align: right;
  font-size: 16px;
  color: #333;
  line-height: 47px;
}
.shopcar_list_table .gotopay i {
  color: #da251d;
  font-style: normal;
  font-size: 14px;
}
.shopcar_list_table .order_info {
  text-align: right;
  font-size: 14px;
  line-height: 24px;
}
#go_pay {
  padding: 14px 40px;
  background: #da251d;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  float: right;
  outline: none;
  border: none;
  cursor: pointer;
}
#go_pay:hover {
  background: #f02920;
}
#total_price {
  font-weight: 500;
  color: #da251d;
  padding: 0 8px;
  margin-right: 10px;
  font-size: 20px;
  font-style: normal;
  display: inline-block;
}
.myshopcar {
  width: 100%;
  padding: 8px;
}
.piece {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  color: #da251d;
}
/*核对订单信息*/
#order_info {
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #eaeaea;
}
#order_info .table_tit {
  padding: 5px 0;
  margin: 5px;
}
#order_info th {
  padding: 8px;
  background: #f5f5f5;
  font-weight: normal;
  text-align: left;
}
#order_info td {
  padding: 8px;
  border-bottom: 1px dashed #eaeaea;
}
#order_info .user_info {
  width: 250px;
  height: 86px;
  padding: 10px;
  border: 2px solid #eaeaea;
  position: relative;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
#order_info .user_info.current {
  border: 2px solid #da251d;
}
#order_info .user_info.current .address_info {
  opacity: 1;
}
#order_info .user_info.current .address_info:before {
  content: "默认地址";
}
#order_info .user_info.current .position_b .info_edit {
  display: block;
}
#order_info .user_info:hover .address_info {
  opacity: 1;
}
#order_info .user_info:hover .position_b .info_edit {
  display: block;
}
#order_info .user_info p {
  width: 250px;
  color: #777;
}
#order_info .user_info .position_b {
  position: absolute;
  bottom: 10px;
}
#order_info .user_info .position_b .info_edit {
  color: #da251d;
  cursor: pointer;
  display: none;
}
#order_info .user_info .info_name {
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom: 1px solid #eaeaea;
}
#order_info .user_info .address_info {
  width: 75px;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  height: 24px;
  font-size: 12px;
  cursor: pointer;
  opacity: 0;
}
#order_info .user_info .address_info:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "设为默认";
  color: #fff;
  line-height: 24px;
  width: 100%;
  display: block;
  text-align: center;
}
#order_info .user_info .address_info input[type=radio] {
  vertical-align: middle;
  opacity: 0;
}
#order_info .btn_new_address {
  height: 38px;
  width: 108px;
  line-height: 38px;
  border: 1px solid #eaeaea;
  background: #da251d;
  color: #fff;
  text-align: center;
  float: left;
  cursor: pointer;
}
#order_info .btn_new_address:hover {
  background: #f02920;
}
#order_info .table_con .payway {
  vertical-align: middle;
}
#order_info .table_con .updata_info {
  font-size: 14px;
  color: #777;
}
#order_info .table_con .btn_updata {
  padding: 8px 10px;
  background: #da251d;
  border: 1px solid #eaeaea;
  display: inline-block;
  outline: none;
  color: #fff;
  cursor: pointer;
}
#order_info .table_con .btn_updata:hover {
  background: #f02920;
}
#order_info .table_con .pay_item {
  font-size: 14px;
  color: #333;
  padding: 5px 10px;
  border: 1px solid #eaeaea;
  position: relative;
  margin-right: 20px;
}
#order_info .table_con .pay_item input[type=radio] {
  opacity: 0;
  position: absolute;
}
#order_info .table_con .pay_item.current {
  border: 1px solid #da251d;
}
#order_info .table_con .pay_item.current i {
  display: block;
}
#order_info .table_con .pay_item i {
  position: absolute;
  bottom: -1px;
  right: 0;
  color: #da251d;
  display: none;
}
.leave_message {
  text-align: left;
  vertical-align: top;
}
.privilege_wrap {
  color: #777;
  font-size: 16px;
  font-weight: 600;
}
.success {
  text-align: center;
  margin: 20px 0;
}
.success p.t_yeah {
  font-size: 24px;
  font-weight: 600;
  color: #7abd54;
}
.success p.t_yeah i {
  font-size: 30px;
  color: #7abd54;
  margin-right: 5px;
  margin-top: 5px;
  display: inline-block;
  line-height: 75px;
}
.success p {
  font-size: 14px;
  color: #777;
  line-height: 30px;
}
.success a {
  color: #0AA4EA;
  font-size: 12px;
  text-decoration: underline;
  margin: 0 20px;
}
/*机构个人 认证*/
.auth_info {
  padding: 20px;
  background: #f5f5f5;
}
.auth_info p {
  font-size: 14px;
  line-height: 28px;
}
.authentication {
  width: 100%;
}
.authentication .auth_tab_con .auth_form {
  display: none;
}
.auth_form {
  width: 100%;
}
.auth_form table {
  width: 100%;
}
.auth_form .left_label {
  width: 125px;
  vertical-align: top;
}
.auth_form input {
  width: 350px;
  height: 40px;
  border: 1px solid #eaeaea;
  text-indent: 20px;
  font-size: 14px;
}
.auth_form td {
  padding: 8px 0;
}
.auth_form .demo img {
  margin-right: 20px;
}
.auth_form .demo h5 {
  font-size: 14px;
}
.auth_form .demo p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.w120 {
  width: 120px;
  text-align: right;
  font-size: 14px;
  color: #333;
  display: inline-block;
  padding: 8px 0;
  margin: 8px 0;
}
.updata_btn {
  padding: 8px 30px;
  border: 1px solid #eaeaea;
  background: #da251d;
  outline: none;
  color: #fff;
  display: block;
  text-align: center;
  cursor: pointer;
  margin-bottom: 20px;
}
.updata_btn:hover {
  background: #f02920;
}
.subbtn {
  padding: 10px 60px;
  border: 1px solid #eaeaea;
  background: #da251d;
  outline: none;
  color: #fff;
  display: block;
  text-align: center;
  cursor: pointer;
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 3px;
}
.subbtn:hover {
  background: #f02920;
}
.auth_tab_tit label {
  border: 1px solid #eaeaea;
  padding: 8px 10px;
  margin-right: 20px;
  margin-left: 9px;
  margin-top: 8px;
  margin-bottom: 8px;
  position: relative;
  background: #f5f5f5;
}
.auth_tab_tit label input[type=radio] {
  opacity: 0;
  position: absolute;
}
.auth_tab_tit label i {
  position: absolute;
  bottom: -1px;
  right: -1px;
  color: #da251d;
  font-size: 24px;
  display: none;
}
.auth_tab_tit label.active {
  border: 1px solid #da251d;
}
.auth_tab_tit label.active i {
  display: block;
}
/*安全设置*/
.reset_pw {
  font-size: 14px;
  color: #333;
  width: 100%;
}
.reset_pw td {
  padding: 8px;
}
.reset_pw .reset_label {
  width: 150px;
  text-align: right;
  font-size: 14px;
  color: #333;
}
.reset_pw .reset_form {
  border: 1px solid #eaeaea;
  width: 242px;
  height: 28px;
  text-indent: 20px;
}
.reset_pw label {
  margin-right: 20px;
}
.reset_btn {
  font-size: 14px;
  padding: 8px 30px;
  background: #da251d;
  color: #fff;
  border: none;
  outline: none;
  display: block;
  cursor: pointer;
  margin-bottom: 40px;
  text-align: center;
}
/*个人资料*/
.group_tr .select_form {
  height: 30px;
  border: 1px solid #eaeaea;
  float: left;
  margin-right: 2px;
}
.user_tab_top {
  padding: 20px ;
}
.user_tab_top span {
  color: #333;
  font-size: 14px;
  padding: 5px 4px;
  margin: 10px;
  cursor: pointer;
  border-bottom: 2px solid #fff;
}
.user_tab_top span.active {
  border-bottom: 2px solid #da251d;
  color: #da251d;
}
.right_con {
  margin-left: 40px;
}
.default_icons {
  width: 100%;
  display: block;
}
.user_icons {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #eaeaea;
}
.icons_tit {
  font-size: 14px;
  background: #f5f5f5;
  padding: 8px;
  margin: 8px;
}
/*# sourceMappingURL=main.css.map */