html,
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  font-family: "Microsoft YaHei", "ï¿½ï¿½ï¿½ï¿½", Arial, Helvetica, sans-serif;
  height: 100%;
}
.clear {
  zoom: 1;
}
.clear:after {
  clear: both;
  content: "";
  display: block;
}
img {
  border: 0;
  max-width: 100%;
}
.full-bg {
  width: 100%;
  padding-top: 40px;
  background: #afdbfb url('./img/bg2.png') fixed repeat-x center top;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header {
  width: 100%;
  height: 60px;
  background: #fff;
}
.page-header {
  width: 100%;
  height: 40px;
  background: rgba(51, 51, 51, 0.9);
  position: fixed;
  z-index: 2;
}
.page-header .container.narrow {
  background: none;
  margin-top: 10px;
}
.full-container {
  width: 100%;
  height: 350px;
  background: #2691ff url("./img/bg.png") no-repeat center;
  position: relative;
  z-index: 2;
}
.container {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
}
.container.user-info {
  background: none;
}
.container.narrow {
  width: 1000px;
  margin-top: 20px;
}
.user-info {
  position: relative;
}
.user-info .user-photo {
  float: left;
  text-align: center;
  background: #fff;
  margin-top: 75px;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.user-info .user-details {
  float: left;
  width: 900px;
  margin: 85px 30px 20px 40px;
  color: #fff;
}
.user-info .user-details h1 {
  margin: 0;
  font-size: 26px;
  font-weight: normal;
}
.user-info .user-details h5 {
  margin: 25px 0;
  font-weight: normal;
  font-size: 16px;
}
.user-info .user-details h5 .company {
  padding-right: 20px;
  border-right: 1px solid #fff;
  margin-right: 20px;
}
.user-info .user-details h4 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.user-info .user-details p {
  font-size: 14px;
  margin: 0;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.user-info .edit {
  color: #2691ff;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  background-color: #fff;
  border-radius: 4px;
  padding: 4px 10px;
  display: inline-block;
  width: 90px;
  position: absolute;
  top: 305px;
  left: 50%;
  margin-left: -55px;
}
.user-info .cancel-btn {
  display: none;
  background: #fff;
  color: #777;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  border-radius: 4px;
  padding: 4px 10px;
  width: 50px;
  position: absolute;
  top: 305px;
  left: 50%;
  margin-left: 0px;
}
.operate {
  text-align: right;
}
.operate a {
  color: #fff;
  font-size: 14px;
  padding: 0 10px 0 24px;
  margin-left: 30px;
  background: url("./img/icons.png") no-repeat;
  text-decoration: none;
}
.operate a.collect {
  background-position: 0 0;
}
.operate a.share {
  background-position: 0 -20px;
}
.user-header {
  margin: 0 auto 20px;
  width: 700px;
  padding: 10px 0 15px;
  border-bottom: 1px solid #ddd;
  position: relative;
  z-index: 1;
}
.user-header .user-info {
  float: left;
  margin-left: 12px;
}
.user-header .user-info .user-photo {
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.user-header .user-info .user-details {
  width: 380px;
  margin: 16px 0 0 15px;
}
.user-header .user-info .user-details h1 {
  font-size: 16px;
  font-weight: bold;
}
.user-header .user-info .user-details h1 a {
  text-decoration: none;
  color: #105dad;
}
.user-header .user-info .user-details h5 {
  font-size: 12px;
  margin: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #777;
}
.user-header .user-info .user-details h5 .company {
  border-right: 1px solid #888;
  padding-right: 8px;
  margin-right: 2px;
}
.user-header .user-info .user-details h5 .position {
  border-right: 1px solid #888;
  padding-right: 8px;
  margin-right: 2px;
}
.user-header .data {
  float: right;
  color: #333;
  margin: 15px 15px 0;
}
.user-header .data span {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 20px 5px 15px;
  text-align: center;
  font-size: 14px;
  border-right: 1px solid #ddd;
}
.user-header .data span:last-child {
  border: 0;
}
.user-header .data span strong {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.user-header i {
  display: block;
  height: 10px;
  width: 80px;
  background: url("./img/line.png") no-repeat;
  position: absolute;
  bottom: -1px;
  left: 0;
}
/*ï¿½ï¿½Ç©Ò³*/
.tab-container {
  float: left;
  margin: 30px 0;
  background: #fff;
}
.tab-container .nav-tabs {
  border: 1px solid #ddd;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #f2f2f2;
  *zoom: 1;
}
.tab-container .nav-tabs li {
  float: left;
  margin-bottom: -1px;
  height: 56px;
  border-top: 4px solid #f2f2f2;
}
.tab-container .nav-tabs li a {
  padding: 8px 20px;
  display: block;
  line-height: 38px;
  text-decoration: none;
  color: #333;
  font-size: 18px;
}
.tab-container .nav-tabs li a:hover {
  color: #2691ff;
}
.tab-container .nav-tabs li.active {
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-top: 4px solid #2691ff;
  border-bottom-color: transparent;
}
.tab-container .nav-tabs li.active a {
  color: #2691ff;
  font-weight: bold;
}
.tab-container .nav-tabs li.news.active {
  border-left: 0;
}
.tab-container .tab-content {
  overflow: auto;
  border: 1px solid #ddd;
  border-top: 0;
}
.tab-container .tab-content .tab-pane {
  display: none;
  padding: 20px 20px 8px;
  position: relative;
  overflow: hidden;
}
.tab-container .tab-content .tab-pane.active {
  display: block;
}
.tab-container .tab-content .tab-pane .publish {
  text-align: right;
}
.tab-container .tab-content .tab-pane .publish a {
  padding: 8px 15px;
  color: #fff;
  text-decoration: none;
  background: #2691ff;
  border-radius: 4px;
  font-size: 14px;
}
.news-container {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  background: #fff;
  display: none;
}
.news-container .new-title {
  margin: 30px;
}
.news-container .new-title label {
  color: #777;
  font-size: 14px;
}
.news-container .new-title label i {
  font-style: normal;
  color: #e60012;
}
.news-container .new-title input {
  width: 90%;
  border: 0;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  color: #333;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
}
.news-container .new-title input:focus {
  box-shadow: none;
  outline: none;
}
.news-container .new-context {
  margin: 10px 30px;
}
.news-container .new-context textarea {
  padding: 5px 10px;
  width: 98%;
  border: 1px solid #ddd;
  resize: none;
}
.news-container .new-btn {
  text-align: center;
  width: 100%;
}
.news-container .new-btn button {
  border: 0;
  height: 30px;
  border-radius: 4px;
  background: #2691ff;
  color: #fff;
  font-size: 14px;
  font-family: "Microsoft YaHei", "ï¿½ï¿½ï¿½ï¿½", Arial, Helvetica, sans-serif;
  width: 70px;
}
.news-container .new-btn a {
  display: inline-block;
  text-decoration: none;
  background: #f0f0f0;
  font-size: 14px;
  color: #777;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  width: 70px;
}
/*ï¿½ï¿½Ì¬*/
.mes-box {
  border-bottom: 1px solid #ddd;
  padding: 15px 0 0;
}
.mes-box .mes-content {
  position: relative;
  width: 60%;
}
.mes-box .mes-content a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mes-box .mes-img {
  float: left;
  width: 120px;
  height: 90px;
  margin-right: 15px;
}
.mes-box .mes-img img {
  width: 120px;
  height: 90px;
}
.mes-box .mes-context h5 {
  font-size: 14px;
  color: #105dad;
  margin: 0 0 5px;
}
.mes-box .mes-context p {
  margin: 0 0 10px;
  font-size: 12px;
  color: #777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.mes-box .mes-context span {
  color: #999;
  font-size: 12px;
}
.mes-box .time {
  color: #999;
  font-size: 12px;
  display: inline-block;
  margin: 5px 0 15px;
}
/*ï¿½ï¿½Ïµï¿½ï¿½Ê½*/
.right-container {
  float: right;
  width: 300px;
  margin: 30px 0;
}
.connection {
  background: #fff;
  margin-bottom: 20px;
}
.connection .title {
  height: 70px;
  background: url("./img/co-bg.png") no-repeat;
  margin: 0;
  padding: 0 15px;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
}
.connection .con-list {
  margin: -5px 0 0;
  padding: 25px 10px 0;
  list-style: none;
  border: 1px solid #ddd;
  border-top: 0;
}
.connection .con-list li {
  margin: 0 0 28px;
}
.connection .con-list li label {
  font-size: 14px;
  color: #777;
  display: inline-block;
  float: left;
  width: 50px;
  text-align: right;
}
.connection .con-list li span {
  display: inline-block;
  width: 218px;
  margin-left: 10px;
  color: #333;
  font-size: 18px;
  float: left;
}
.connection .con-list li span.phone {
  font-size: 24px;
}
.connection .con-list li span.location {
  font-size: 14px;
}
.q-code {
  border: 1px solid #ddd;
  padding: 20px 45px;
}
.q-code img {
  width: 100%;
}
.q-code p {
  color: #333;
  font-size: 14px;
  text-align: center;
  margin: 0;
}
/*ï¿½×²ï¿½*/
.full-bottom {
  width: 100%;
  border-top: 1px solid #ddd;
}
.full-bottom .b-block {
  width: 33.33%;
  float: left;
  text-align: center;
  margin: 50px 0 30px;
}
.full-bottom .b-block h3 {
  font-size: 18px;
  color: #333;
  font-weight: normal;
}
.full-bottom .b-context {
  height: 60px;
  margin: 0;
  background: #f0f0f0;
  line-height: 40px;
  font-size: 12px;
  color: #999;
  text-align: center;
}
/*ï¿½Þ¸ï¿½ï¿½ï¿½Ï¢*/
.edit-container {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  display: none;
  z-index: 1;
  -webkit-box-shadow: 10px 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 10px 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 10px 0 10px rgba(0, 0, 0, 0.4);
}
.edit-container form {
  width: 860px;
  margin: 30px auto;
  position: relative;
}
.edit-container form .control-group {
  margin-bottom: 20px;
  float: left;
  width: 50%;
}
.edit-container form .control-group label {
  display: block;
  width: 80px;
  float: left;
  text-align: right;
  margin-right: 20px;
  padding-top: 10px;
  font-size: 14px;
  color: #777;
}
.edit-container form .control-group input {
  float: left;
  width: 308px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 5px 10px;
  font-size: 14px;
  color: #333;
  font-family: "Microsoft YaHei", "ï¿½ï¿½ï¿½ï¿½", Arial, Helvetica, sans-serif;
}
.edit-container form .control-group textarea {
  float: left;
  width: 738px;
  resize: none;
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #333;
  font-family: "Microsoft YaHei", "ï¿½ï¿½ï¿½ï¿½", Arial, Helvetica, sans-serif;
}
.edit-container form .control-group.long {
  width: 100%;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 20px;
}
.edit-container form .photo-controls {
  margin-left: 100px;
  margin-bottom: 20px;
}
.edit-container form .photo-controls .photo {
  width: 120px;
  height: 120px;
  float: left;
  display: block;
  margin-right: 20px;
}
.edit-container form .photo-controls .photo img {
  width: 120px;
  height: 120px;
}
.edit-container form .photo-controls .upload {
  float: left;
}
.edit-container form .photo-controls .upload span {
  display: block;
  cursor: pointer;
  width: 80px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  background: #2691ff;
  color: #fff;
  font-size: 14px;
  text-align: center;
  position: relative;
}
.edit-container form .photo-controls .upload span input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.edit-container form .photo-controls .upload p {
  font-size: 12px;
  color: #999;
  margin: 5px 0 0;
}
.edit-container form .photo-controls .upload p em {
  font-style: normal;
  color: #e60012;
}
.edit-container .close {
  text-decoration: none;
  font-weight: bold;
  font-size: 24px;
  background: #ddd;
  padding: 5px;
  color: #777;
  position: absolute;
  top: -10px;
  right: 0;
}
.edit-container .close:hover {
  color: #000;
}
.edit-container .btn-row {
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.edit-container .btn-row button {
  border: 0;
  height: 30px;
  border-radius: 4px;
  background: #2691ff;
  color: #fff;
  font-size: 14px;
  font-family: "Microsoft YaHei", "ï¿½ï¿½ï¿½ï¿½", Arial, Helvetica, sans-serif;
  width: 70px;
}
.edit-container.show {
  display: block;
}
.page-container {
  width: 680px;
  margin: 10px auto 0;
  padding: 0 15px 30px;
}
.page-container h5 {
  font-size: 16px;
  color: #333;
  margin: 10px 0;
}
.page-container .time {
  margin: 0 0 20px;
  font-size: 12px;
  color: #999;
}
.page-container .m-img {
  width: 700px;
  margin: 0 auto;
}
.page-container .m-img img {
  width: 100%;
}
.page-container .m-context {
  font-size: 14px;
  color: #525252;
  margin: 6px 0;
  line-height: 22px;
}


.mes-box .mes-price {width:100%;height:145px;}
.mes-box .mes-price .mes-img {float:none;position:absolute;left:0;top:0;width:200px;height:125px;}
.mes-box .mes-price .mes-img img {width:200px;height:125px;}
.mes-box .mes-price .mes-context {margin-left:220px;}
.mes-box .mes-price h5 {font-size:24px;font-weight:normal;padding-bottom:5px;line-height:30px;}
.mes-box .mes-price a {position:static;text-decoration:none;color:#008ad2;display:inline-block;width:auto;height:auto;}
.mes-box .mes-price a:hover {color:#36c;text-decoration:underline;}
.mes-box .mes-price p {display:inline-block;line-height:22px;margin-bottom:0;}
.mes-box .mes-price p .right {float:right;margin-left:15px;}
.mes-box .mes-price p span {float:left;margin-right:15px;color:#333;}
.mes-box .mes-price p.clear {position:absolute;left:220px;bottom:20px;width:70%;}
.mes-box .mes-price p.clear a {color:#ec9000;background:url(./img/ico-pris.png) left 2px no-repeat;padding-left:20px;}
.mes-box .mes-price p.clear a.r02 {background-position:left -25px;}

/*pagination ·ÖÒ³*/
.pagenav{padding: 15px 20px; border-top: 1px solid #ddd; color: #999; font-size: 12px; background: #f5f5f5;}
.pagenav span,.pagenav a {margin-right: 4px; padding: 3px 10px; display: inline-block;}
.pagenav span.current{font-weight: bold; color: #fff; background: #2691ff; border: 1px solid #2691ff;}
.pagenav a{color: #333; background: #fff; border: 1px solid #ddd; text-decoration: none;}
.pagenav a:hover{border: 1px solid #2691ff; color: #2691ff; }
.pagenav input[type="text"]{height: 26px; border: 1px solid #ddd; width: 38px; padding: 0 6px;}
.pagenav a.go{padding: 2px 10px 4px;}
